Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9470 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/218 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/218 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 30fe914c5ad8e4d98bae6ee0071c56635472cae5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 Commit message: "Merge pull request #2857 from weichou1229/issue-2856" > git rev-list --no-walk 5839a71b4bbbe111e98a5f129fc41db18caea77c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:18:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:18:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:18:58 ========================================================= 12:18:58 EdgeX Global Pipelines Version Info 12:18:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:19:01 ------------------- 12:19:01 stable info: 12:19:01 ------------------- 12:19:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:19:01 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 12:19:01 Message: update stable to v1.0.148 12:19:02 ------------------- 12:19:02 experimental info: 12:19:02 ------------------- 12:19:02 Commited By: **** collab-it+edgex@linuxfoundation.org 12:19:02 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 12:19:02 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:19:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:19:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:19:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:19:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:19:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:19:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:19:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:19:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] echo 12:19:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30fe914 [Pipeline] echo 12:19:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 12:19:05 ++ 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 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/core-command/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo core-command,cmd/core-command/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/core-data/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo core-data,cmd/core-data/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/core-metadata/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo core-metadata,cmd/core-metadata/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/security-proxy-setup/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/security-secrets-setup/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/support-logging/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo support-logging,cmd/support-logging/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/support-notifications/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo support-notifications,cmd/support-notifications/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/support-scheduler/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:19:05 + for file in '`ls cmd/**/Dockerfile`' 12:19:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:19:05 ++ cut -d/ -f2 12:19:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:19:05 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 12:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:19:07 12:19:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:19:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:19:08 latest: Pulling from edgex-devops/git-semver 12:19:08 31603596830f: Pulling fs layer 12:19:08 2a8b12db71e7: Pulling fs layer 12:19:08 6ca5941a6612: Pulling fs layer 12:19:08 ecc8261a40a4: Pulling fs layer 12:19:08 ecc8261a40a4: Waiting 12:19:08 2a8b12db71e7: Verifying Checksum 12:19:08 2a8b12db71e7: Download complete 12:19:08 31603596830f: Verifying Checksum 12:19:08 31603596830f: Download complete 12:19:09 ecc8261a40a4: Verifying Checksum 12:19:09 ecc8261a40a4: Download complete 12:19:09 6ca5941a6612: Verifying Checksum 12:19:09 6ca5941a6612: Download complete 12:19:09 31603596830f: Pull complete 12:19:09 2a8b12db71e7: Pull complete 12:19:11 6ca5941a6612: Pull complete 12:19:11 ecc8261a40a4: Pull complete 12:19:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:19:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:19:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:19:11 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:19:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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 12:19:14 $ docker top 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:19:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:19:15 [ssh-agent] Looking for ssh-agent implementation... 12:19:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:19:15 $ docker exec 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent 12:19:16 SSH_AUTH_SOCK=/tmp/ssh-HjSNKPvZ5m07/agent.11 12:19:16 SSH_AGENT_PID=17 12:19:16 Running ssh-add (command line suppressed) 12:19:16 Identity added: /w/workspace/edgex-go/218@tmp/private_key_7409086438582300535.key (/w/workspace/edgex-go/218@tmp/private_key_7409086438582300535.key) 12:19:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:19:16 + git tag --points-at HEAD [Pipeline] } 12:19:17 $ docker exec --env ******** --env ******** 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent -k 12:19:17 unset SSH_AUTH_SOCK; 12:19:17 unset SSH_AGENT_PID; 12:19:17 echo Agent pid 17 killed; 12:19:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:19:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:19:17 [ssh-agent] Looking for ssh-agent implementation... 12:19:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:19:17 $ docker exec 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent 12:19:18 SSH_AUTH_SOCK=/tmp/ssh-AciOrNvGICld/agent.46 12:19:18 SSH_AGENT_PID=51 12:19:18 Running ssh-add (command line suppressed) 12:19:18 Identity added: /w/workspace/edgex-go/218@tmp/private_key_2135677448916673397.key (/w/workspace/edgex-go/218@tmp/private_key_2135677448916673397.key) 12:19:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:19:19 + git semver init 12:19:19 # -> Open(): unable to determine branch for HEAD 12:19:19 # $GIT_DIR = /w/workspace/edgex-go/218/.git 12:19:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/218 12:19:19 # $SEMVER_REMOTE_NAME = origin 12:19:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:19:19 # $SEMVER_USER_NAME = edgex-jenkins 12:19:19 # $SEMVER_BRANCH = master 12:19:19 # $SEMVER_TEMP = /tmp/semver-623861838 12:19:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:20:06 # '/tmp/semver-623861838' -> '/w/workspace/edgex-go/218/.semver' 12:20:06 # -> Force: false 12:20:06 # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver [Pipeline] } 12:20:06 $ docker exec --env ******** --env ******** 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a ssh-agent -k 12:20:06 unset SSH_AUTH_SOCK; 12:20:06 unset SSH_AGENT_PID; 12:20:06 echo Agent pid 51 killed; 12:20:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:20:07 + git semver [Pipeline] } 12:20:07 $ docker stop --time=1 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a 12:20:09 $ docker rm -f 6267b68317f81728bb5d25df30166f76e6c72c24fbab3b7eea309aecb2cc6e4a [Pipeline] // withDockerContainer [Pipeline] sh 12:20:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:20:12 Stashed 1 file(s) [Pipeline] echo 12:20:12 [edgeXSemver]: initialized semver on version 1.2.2-dev.102 [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 12:20:13 ========================================================= 12:20:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:20:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:20:13 + 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 . 12:20:20 Sending build context to Docker daemon 325.7MB 12:20:20 Step 1/7 : ARG BASE=golang:1.15-alpine 12:20:20 Step 2/7 : FROM ${BASE} 12:20:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:20:20 df20fa9351a1: Pulling fs layer 12:20:20 ed8968b2872e: Pulling fs layer 12:20:20 a92cc7c5fd73: Pulling fs layer 12:20:20 e871e8e8d7a9: Pulling fs layer 12:20:20 e73272ec9a57: Pulling fs layer 12:20:20 1e910a182e73: Pulling fs layer 12:20:20 4e634b169226: Pulling fs layer 12:20:20 e871e8e8d7a9: Waiting 12:20:20 e73272ec9a57: Waiting 12:20:20 1e910a182e73: Waiting 12:20:20 4e634b169226: Waiting 12:20:20 a92cc7c5fd73: Verifying Checksum 12:20:20 a92cc7c5fd73: Download complete 12:20:20 ed8968b2872e: Verifying Checksum 12:20:20 ed8968b2872e: Download complete 12:20:20 e73272ec9a57: Verifying Checksum 12:20:20 e73272ec9a57: Download complete 12:20:20 1e910a182e73: Verifying Checksum 12:20:20 1e910a182e73: Download complete 12:20:20 df20fa9351a1: Verifying Checksum 12:20:20 df20fa9351a1: Download complete 12:20:22 df20fa9351a1: Pull complete 12:20:23 ed8968b2872e: Pull complete 12:20:23 a92cc7c5fd73: Pull complete 12:20:27 4e634b169226: Verifying Checksum 12:20:27 4e634b169226: Download complete 12:20:27 Still waiting to schedule task 12:20:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:20:28 e871e8e8d7a9: Verifying Checksum 12:20:28 e871e8e8d7a9: Download complete 12:20:38 e871e8e8d7a9: Pull complete 12:20:38 e73272ec9a57: Pull complete 12:20:38 1e910a182e73: Pull complete 12:20:43 4e634b169226: Pull complete 12:20:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 12:20:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:20:43 ---> f7629b54cfaa 12:20:43 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 12:20:43 ---> Running in 860f929e5498 12:20:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:20:47 (1/12) Installing libmagic (5.38-r0) 12:20:47 (2/12) Installing file (5.38-r0) 12:20:47 (3/12) Installing libc-dev (0.7.2-r3) 12:20:47 (4/12) Installing g++ (9.3.0-r2) 12:21:15 (5/12) Installing fortify-headers (1.1-r0) 12:21:15 (6/12) Installing patch (2.7.6-r6) 12:21:15 (7/12) Installing build-base (0.5-r2) 12:21:15 (8/12) Installing libsodium (1.0.18-r0) 12:21:15 (9/12) Installing pkgconf (1.7.2-r0) 12:21:15 (10/12) Installing libsodium-dev (1.0.18-r0) 12:21:15 (11/12) Installing libzmq (4.3.3-r0) 12:21:15 (12/12) Installing zeromq-dev (4.3.3-r0) 12:21:15 Executing busybox-1.31.1-r16.trigger 12:21:15 OK: 233 MiB in 51 packages 12:21:16 Removing intermediate container 860f929e5498 12:21:16 ---> 43725d0d1fd1 12:21:16 Step 4/7 : WORKDIR /edgex-go 12:21:16 ---> Running in b3e09442c981 12:21:16 Removing intermediate container b3e09442c981 12:21:16 ---> 221f72830e84 12:21:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:21:17 latest: Pulling from library/docker 12:21:17 188c0c94c7c5: Pulling fs layer 12:21:17 0c7c675703d6: Pulling fs layer 12:21:17 cc8c12a437cb: Pulling fs layer 12:21:17 c5dafad2182a: Pulling fs layer 12:21:17 5aa711733414: Pulling fs layer 12:21:17 058f73b55e4b: Pulling fs layer 12:21:17 8c9c664faf12: Pulling fs layer 12:21:17 5aa711733414: Waiting 12:21:17 058f73b55e4b: Waiting 12:21:17 8c9c664faf12: Waiting 12:21:17 c5dafad2182a: Waiting 12:21:17 cc8c12a437cb: Verifying Checksum 12:21:17 cc8c12a437cb: Download complete 12:21:17 0c7c675703d6: Verifying Checksum 12:21:17 0c7c675703d6: Download complete 12:21:17 188c0c94c7c5: Verifying Checksum 12:21:17 5aa711733414: Verifying Checksum 12:21:17 5aa711733414: Download complete 12:21:17 058f73b55e4b: Verifying Checksum 12:21:17 058f73b55e4b: Download complete 12:21:17 8c9c664faf12: Verifying Checksum 12:21:17 8c9c664faf12: Download complete 12:21:18 188c0c94c7c5: Pull complete 12:21:18 0c7c675703d6: Pull complete 12:21:18 cc8c12a437cb: Pull complete 12:21:19 c5dafad2182a: Verifying Checksum 12:21:19 c5dafad2182a: Download complete 12:21:23 c5dafad2182a: Pull complete 12:21:23 5aa711733414: Pull complete 12:21:23 058f73b55e4b: Pull complete 12:21:23 8c9c664faf12: Pull complete 12:21:23 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 12:21:23 Status: Downloaded newer image for docker:latest 12:21:25 ---> 15e20269ea6c 12:21:25 Step 6/7 : COPY go.mod . 12:21:25 ---> 9bc253daa326 12:21:25 Step 7/7 : RUN go mod download 12:21:26 ---> Running in 462303acfd14 12:21:53 Removing intermediate container 462303acfd14 12:21:53 ---> 2b585f8294f4 12:21:53 Successfully built 2b585f8294f4 12:21:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:21:53 + docker inspect -f . ci-base-image-x86_64 12:21:54 . [Pipeline] withDockerContainer 12:21:54 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:21:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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 ******** ci-base-image-x86_64 cat 12:21:56 $ docker top 3e49a4f3f61de99fe306edfa3ae5576a634259f7d5b69372712d4391bb1e2d13 -eo pid,comm [Pipeline] { [Pipeline] sh 12:21:57 + go version 12:21:57 go version go1.15.2 linux/amd64 [Pipeline] } 12:21:57 $ docker stop --time=1 3e49a4f3f61de99fe306edfa3ae5576a634259f7d5b69372712d4391bb1e2d13 12:21:58 $ docker rm -f 3e49a4f3f61de99fe306edfa3ae5576a634259f7d5b69372712d4391bb1e2d13 [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 12:22:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:22:02 12:22:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:22:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:22:02 latest: Pulling from edgex-devops/edgex-compose 12:22:02 cbdbe7a5bc2a: Pulling fs layer 12:22:02 ca9280d653b3: Pulling fs layer 12:22:02 7e9c9ca2126c: Pulling fs layer 12:22:03 cbdbe7a5bc2a: Verifying Checksum 12:22:03 cbdbe7a5bc2a: Download complete 12:22:04 cbdbe7a5bc2a: Pull complete 12:22:04 ca9280d653b3: Verifying Checksum 12:22:04 ca9280d653b3: Download complete 12:22:07 ca9280d653b3: Pull complete 12:22:08 7e9c9ca2126c: Download complete 12:22:18 7e9c9ca2126c: Pull complete 12:22:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:22:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:22:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:22:18 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:22:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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:latest cat 12:22:20 $ docker top c75dba40610d71653a27e794421c2a93e57b295e026f4501246c3bcb9dc1ee7d -eo pid,comm [Pipeline] { [Pipeline] sh 12:22:21 + docker-compose build --help 12:22:21 + grep parallel 12:22:22 --parallel Build images in parallel. [Pipeline] } 12:22:22 $ docker stop --time=1 c75dba40610d71653a27e794421c2a93e57b295e026f4501246c3bcb9dc1ee7d 12:22:24 $ docker rm -f c75dba40610d71653a27e794421c2a93e57b295e026f4501246c3bcb9dc1ee7d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:22:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:22:24 . [Pipeline] withDockerContainer 12:22:24 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:22:25 $ 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/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:22:25 $ docker top b15d6f717e8dca0e81c8ea8d6905b2a99d7e403f15e4d54ccf3a47e32a045efb -eo pid,comm [Pipeline] { [Pipeline] sh 12:22:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9478 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 12:22:26 Running in /w/workspace/edgex-go/218 [Pipeline] { [Pipeline] checkout 12:22:26 + docker-compose -f ./docker-compose-build.yml build --parallel 12:22:28 Building docker-core-command-go ... 12:22:28 Building docker-core-data-go ... 12:22:28 Building docker-core-metadata-go ... 12:22:28 Building docker-security-proxy-setup-go ... 12:22:28 Building docker-security-secrets-setup-go ... 12:22:28 Building docker-security-secretstore-setup-go ... 12:22:28 Building docker-support-logging-go ... 12:22:28 Building docker-support-notifications-go ... 12:22:28 Building docker-support-scheduler-go ... 12:22:28 Building docker-sys-mgmt-agent-go ... 12:22:28 Building docker-core-data-go 12:22:28 Building docker-security-secretstore-setup-go 12:22:28 Building docker-core-metadata-go 12:22:28 Building docker-security-proxy-setup-go 12:22:28 Building docker-security-secrets-setup-go 12:22:31 using credential edgex-jenkins-ssh 12:22:32 Cloning the remote Git repository 12:22:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:22:32 > git init /w/workspace/edgex-go/218 # timeout=10 12:22:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:22:32 > git --version # timeout=10 12:22:32 > git --version # 'git version 2.17.1' 12:22:32 using GIT_SSH to set credentials SSH Credentials for GitHub 12:22:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:22:47 Checking out Revision 30fe914c5ad8e4d98bae6ee0071c56635472cae5 (master) 12:22:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:22:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:22:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:22:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:22:47 using GIT_SSH to set credentials SSH Credentials for GitHub 12:22:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:22:47 > git config core.sparsecheckout # timeout=10 12:22:47 > git checkout -f 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 12:22:52 Commit message: "Merge pull request #2857 from weichou1229/issue-2856" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 12:22:53 ========================================================= 12:22:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:22:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:22:54 + 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 . 12:22:57 Sending build context to Docker daemon 165.2MB 12:22:57 Step 1/7 : ARG BASE=golang:1.15-alpine 12:22:57 Step 2/7 : FROM ${BASE} 12:22:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:22:57 b538f80385f9: Pulling fs layer 12:22:57 74f711af9a0d: Pulling fs layer 12:22:57 99f96fe45779: Pulling fs layer 12:22:57 8529a6b9a6be: Pulling fs layer 12:22:57 45590311c82a: Pulling fs layer 12:22:57 69ca0ff8b7b3: Pulling fs layer 12:22:57 209524e5b208: Pulling fs layer 12:22:57 8529a6b9a6be: Waiting 12:22:57 45590311c82a: Waiting 12:22:57 69ca0ff8b7b3: Waiting 12:22:57 209524e5b208: Waiting 12:22:57 99f96fe45779: Verifying Checksum 12:22:57 99f96fe45779: Download complete 12:22:58 74f711af9a0d: Verifying Checksum 12:22:58 74f711af9a0d: Download complete 12:22:58 45590311c82a: Download complete 12:22:58 69ca0ff8b7b3: Verifying Checksum 12:22:58 69ca0ff8b7b3: Download complete 12:22:58 b538f80385f9: Verifying Checksum 12:22:58 b538f80385f9: Download complete 12:22:58 b538f80385f9: Pull complete 12:22:59 74f711af9a0d: Pull complete 12:22:59 99f96fe45779: Pull complete 12:23:00 209524e5b208: Verifying Checksum 12:23:00 209524e5b208: Download complete 12:23:01 8529a6b9a6be: Verifying Checksum 12:23:01 8529a6b9a6be: Download complete 12:23:08 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 12:23:08 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 12:23:08 ---> 2b585f8294f4 12:23:08 Step 3/29 : WORKDIR /edgex-go 12:23:08 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 12:23:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:23:08 ---> 2b585f8294f4 12:23:08 Step 3/20 : WORKDIR /edgex-go 12:23:08 ---> Running in 494ea81933f0 12:23:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 12:23:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:23:08 ---> 2b585f8294f4 12:23:08 Step 3/23 : WORKDIR /edgex-go 12:23:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:23:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:23:08 ---> 2b585f8294f4 12:23:08 Step 3/22 : WORKDIR /edgex-go 12:23:08 ---> Running in a3caa322c711 12:23:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 12:23:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:23:08 ---> 2b585f8294f4 12:23:08 Step 3/26 : WORKDIR /edgex-go 12:23:09 ---> Running in d4ab5ceaa919 12:23:09 ---> Running in 683f8a3944ce 12:23:09 ---> Running in e18fa001631d 12:23:09 Removing intermediate container a3caa322c711 12:23:09 ---> 5c1eac5f59ab 12:23:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:23:09 Removing intermediate container 683f8a3944ce 12:23:09 ---> 1ff839de953c 12:23:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:23:09 Removing intermediate container 494ea81933f0 12:23:09 ---> 15d5394e0514 12:23:09 Step 4/29 : RUN apk update && apk add make git 12:23:09 Removing intermediate container e18fa001631d 12:23:09 ---> f240e578c6f1 12:23:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:23:09 Removing intermediate container d4ab5ceaa919 12:23:09 ---> c24780f70d27 12:23:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:23:09 ---> Running in 4037672573b4 12:23:09 ---> Running in 6d4db032f5ef 12:23:09 ---> Running in d20a44f3dd16 12:23:09 ---> Running in 03797667cda5 12:23:09 ---> Running in ea391127a658 12:23:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:23:11 8529a6b9a6be: Pull complete 12:23:12 45590311c82a: Pull complete 12:23:12 69ca0ff8b7b3: Pull complete 12:23:12 Removing intermediate container d20a44f3dd16 12:23:12 ---> b16548ef17c2 12:23:12 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:23:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:23:12 Removing intermediate container ea391127a658 12:23:12 ---> 49a2a2ac51f8 12:23:12 Step 5/22 : RUN apk update && apk add make git 12:23:12 ---> Running in 8060d66e9a5f 12:23:12 ---> Running in f91e82080867 12:23:12 Removing intermediate container 6d4db032f5ef 12:23:12 ---> 8e11e0e7e832 12:23:12 Step 5/26 : RUN apk update && apk add make git 12:23:12 Removing intermediate container 4037672573b4 12:23:12 ---> 37ebf333d5df 12:23:12 Step 5/20 : RUN apk update && apk add make git 12:23:13 ---> Running in c8054bb0af5f 12:23:13 ---> Running in 8816e7896665 12:23:13 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:23:13 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:23:13 OK: 12752 distinct packages available 12:23:14 OK: 233 MiB in 51 packages 12:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:23:14 Removing intermediate container 03797667cda5 12:23:14 ---> e64e350c27b7 12:23:14 Step 5/29 : COPY go.mod . 12:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:23:15 ---> 9e02dc509c6e 12:23:15 Step 6/29 : RUN go mod download 12:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:23:15 ---> Running in 6ac9c41885d4 12:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:23:16 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:23:16 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:23:16 OK: 12752 distinct packages available 12:23:16 209524e5b208: Pull complete 12:23:16 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 12:23:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:23:16 ---> 5bddaf1c2fca 12:23:16 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 12:23:16 OK: 233 MiB in 51 packages 12:23:17 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:23:17 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:23:17 OK: 12752 distinct packages available 12:23:17 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:23:17 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:23:17 OK: 12752 distinct packages available 12:23:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:23:17 OK: 233 MiB in 51 packages 12:23:17 OK: 233 MiB in 51 packages 12:23:18 Removing intermediate container 8060d66e9a5f 12:23:18 ---> 7093a4783c64 12:23:18 Step 6/23 : COPY go.mod . 12:23:18 Removing intermediate container f91e82080867 12:23:18 ---> b1efc31ad4f9 12:23:18 Step 6/22 : COPY go.mod . 12:23:18 Removing intermediate container c8054bb0af5f 12:23:18 ---> 2548acef0bea 12:23:18 Step 6/26 : COPY go.mod . 12:23:18 ---> c68c58dcb88a 12:23:18 Step 7/23 : RUN go mod download 12:23:18 ---> Running in 3207d49509f0 12:23:19 ---> dbb0b11d8fe0 12:23:19 Step 7/22 : RUN go mod download 12:23:19 Removing intermediate container 6ac9c41885d4 12:23:19 ---> 4cefb831bdb0 12:23:19 Step 7/29 : COPY . . 12:23:19 ---> eb27a9da68d1 12:23:19 Step 7/26 : RUN go mod download 12:23:19 ---> Running in 62857160f4cf 12:23:19 ---> Running in 07e996f0d0cc 12:23:20 ---> Running in 1cdc56bf8753 12:23:20 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:23:20 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:23:20 OK: 12752 distinct packages available 12:23:21 OK: 233 MiB in 51 packages 12:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:23:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:23:23 Removing intermediate container 3207d49509f0 12:23:23 ---> 9bc249522a45 12:23:23 Step 8/23 : COPY . . 12:23:23 Removing intermediate container 8816e7896665 12:23:23 ---> 36afc66bc014 12:23:23 Step 6/20 : COPY go.mod . 12:23:25 Removing intermediate container 62857160f4cf 12:23:25 ---> 2c20281c0fd1 12:23:25 Step 8/22 : COPY . . 12:23:25 ---> c537c843d596 12:23:25 Step 7/20 : RUN go mod download 12:23:25 (1/12) Installing libmagic (5.38-r0) 12:23:25 (2/12) Installing file (5.38-r0) 12:23:26 (3/12) Installing libc-dev (0.7.2-r3) 12:23:26 (4/12) Installing g++ (9.3.0-r2) 12:23:26 Removing intermediate container 07e996f0d0cc 12:23:26 ---> 3c1d7542b7b8 12:23:26 Step 8/26 : COPY . . 12:23:27 ---> Running in 3787a29d9986 12:23:40 Removing intermediate container 3787a29d9986 12:23:40 ---> a2d0587e0c06 12:23:40 Step 8/20 : COPY . . 12:23:44 (5/12) Installing fortify-headers (1.1-r0) 12:23:44 (6/12) Installing patch (2.7.6-r6) 12:23:44 (7/12) Installing build-base (0.5-r2) 12:23:44 (8/12) Installing libsodium (1.0.18-r0) 12:23:44 (9/12) Installing pkgconf (1.7.2-r0) 12:23:44 (10/12) Installing libsodium-dev (1.0.18-r0) 12:23:44 (11/12) Installing libzmq (4.3.3-r0) 12:23:44 (12/12) Installing zeromq-dev (4.3.3-r0) 12:23:44 Executing busybox-1.31.1-r16.trigger 12:23:44 OK: 217 MiB in 51 packages 12:23:46 Removing intermediate container 1cdc56bf8753 12:23:46 ---> bae63dfd2d82 12:23:46 Step 4/7 : WORKDIR /edgex-go 12:23:46 ---> Running in d6fc89a87c41 12:23:47 Removing intermediate container d6fc89a87c41 12:23:47 ---> c5bf2ee59c9c 12:23:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:23:47 latest: Pulling from library/docker 12:23:48 5f621e34cdf4: Pulling fs layer 12:23:48 85db56a05063: Pulling fs layer 12:23:48 ccb67d6aeaaa: Pulling fs layer 12:23:48 a0b19fc83503: Pulling fs layer 12:23:48 8eb508b41278: Pulling fs layer 12:23:48 37236713561e: Pulling fs layer 12:23:48 07c93f2b1b56: Pulling fs layer 12:23:48 a0b19fc83503: Waiting 12:23:48 8eb508b41278: Waiting 12:23:48 37236713561e: Waiting 12:23:48 07c93f2b1b56: Waiting 12:23:48 ccb67d6aeaaa: Verifying Checksum 12:23:48 ccb67d6aeaaa: Download complete 12:23:48 85db56a05063: Verifying Checksum 12:23:48 85db56a05063: Download complete 12:23:48 5f621e34cdf4: Verifying Checksum 12:23:48 5f621e34cdf4: Download complete 12:23:48 37236713561e: Verifying Checksum 12:23:48 37236713561e: Download complete 12:23:48 8eb508b41278: Verifying Checksum 12:23:48 8eb508b41278: Download complete 12:23:48 07c93f2b1b56: Verifying Checksum 12:23:48 07c93f2b1b56: Download complete 12:23:48 5f621e34cdf4: Pull complete 12:23:49 85db56a05063: Pull complete 12:23:49 a0b19fc83503: Verifying Checksum 12:23:49 a0b19fc83503: Download complete 12:23:49 ccb67d6aeaaa: Pull complete 12:23:53 a0b19fc83503: Pull complete 12:23:53 8eb508b41278: Pull complete 12:23:53 37236713561e: Pull complete 12:23:54 07c93f2b1b56: Pull complete 12:23:54 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 12:23:54 Status: Downloaded newer image for docker:latest 12:23:56 ---> 3bc558fabcde 12:23:56 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 12:23:56 ---> Running in 4e2700c432b9 12:23:57 ---> c9d99b630170 12:23:57 Step 9/23 : RUN make cmd/core-data/core-data 12:23:57 ---> 21092149421c 12:23:57 Step 6/7 : COPY go.mod . 12:23:57 ---> 9c02745dae7e 12:23:57 Step 7/7 : RUN go mod download 12:23:58 ---> 48debd8d7714 12:23:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:23:58 ---> Running in 351e07b21fd2 12:23:58 ---> Running in 292072f12ae4 12:23:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 12:23:58 ---> Running in b08345727bf2 12:24:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-data/core-data ./cmd/core-data 12:24:01 ---> 65bc4ccea287 12:24:01 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 12:24:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:24:02 ---> Running in 4c7b2d60f355 12:24:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:24:14 ---> d892f7157324 12:24:14 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 12:24:14 ---> Running in d785136c441a 12:24:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:24:25 Removing intermediate container 351e07b21fd2 12:24:25 ---> fb349a423359 12:24:25 Successfully built fb349a423359 12:24:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:24:25 + docker inspect -f . ci-base-image-arm64 12:24:25 . [Pipeline] withDockerContainer 12:24:25 prd-ubuntu18.04-docker-arm64-4c-16g-9478 does not seem to be running inside a container 12:24:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:24:27 $ docker top 1105aeb1dd1d6d8efdbf454576b321fe6b4e05dba200c804ab45948c7463762a -eo pid,comm [Pipeline] { [Pipeline] sh 12:24:29 + go version 12:24:29 go version go1.15.2 linux/arm64 [Pipeline] } 12:24:29 $ docker stop --time=1 1105aeb1dd1d6d8efdbf454576b321fe6b4e05dba200c804ab45948c7463762a 12:24:31 $ docker rm -f 1105aeb1dd1d6d8efdbf454576b321fe6b4e05dba200c804ab45948c7463762a [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 12:24:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:32 12:24:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:24:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:33 latest: Pulling from edgex-devops/edgex-compose-arm64 12:24:33 29e5d40040c1: Pulling fs layer 12:24:33 1ce36da41761: Pulling fs layer 12:24:33 25b303627fd3: Pulling fs layer 12:24:33 29e5d40040c1: Verifying Checksum 12:24:33 29e5d40040c1: Download complete 12:24:34 1ce36da41761: Verifying Checksum 12:24:34 1ce36da41761: Download complete 12:24:34 29e5d40040c1: Pull complete 12:24:35 1ce36da41761: Pull complete 12:24:36 25b303627fd3: Verifying Checksum 12:24:36 25b303627fd3: Download complete 12:24:46 25b303627fd3: Pull complete 12:24:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:24:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:24:46 prd-ubuntu18.04-docker-arm64-4c-16g-9478 does not seem to be running inside a container 12:24:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:24:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:24:50 $ docker top 18f1c050dd2dd5c7e9d71b9b15975608caed41d6e9afba4dd6a6eb55e8b7459b -eo pid,comm [Pipeline] { [Pipeline] sh 12:24:50 Removing intermediate container 4e2700c432b9 12:24:50 ---> d33e149e26ad 12:24:50 12:24:50 Step 9/29 : FROM alpine:latest 12:24:51 latest: Pulling from library/alpine 12:24:51 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:24:51 + docker-compose build --help 12:24:51 + grep parallel 12:24:51 Status: Downloaded newer image for alpine:latest 12:24:51 ---> d6e46aa2470d 12:24:51 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 12:24:52 ---> Running in 3a8b6b35ccc3 12:24:52 Removing intermediate container 3a8b6b35ccc3 12:24:52 ---> abc5e3b9cc3d 12:24:52 Step 11/29 : USER root 12:24:52 ---> Running in b5f4f29a4c0d 12:24:53 Removing intermediate container b5f4f29a4c0d 12:24:53 ---> 263d0d36a771 12:24:53 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 12:24:53 ---> Running in ef46c47041c5 12:24:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 12:24:55 --parallel Build images in parallel. [Pipeline] } 12:24:55 $ docker stop --time=1 18f1c050dd2dd5c7e9d71b9b15975608caed41d6e9afba4dd6a6eb55e8b7459b 12:24:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:24:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:24:55 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:24:55 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:24:55 OK: 12744 distinct packages available 12:24:57 (1/2) Installing ca-certificates (20191127-r4) 12:24:57 (2/2) Installing dumb-init (1.2.2-r1) 12:24:57 Executing busybox-1.31.1-r19.trigger 12:24:57 $ docker rm -f 18f1c050dd2dd5c7e9d71b9b15975608caed41d6e9afba4dd6a6eb55e8b7459b 12:24:57 Executing ca-certificates-20191127-r4.trigger 12:24:57 OK: 6 MiB in 16 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:24:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:57 . [Pipeline] withDockerContainer 12:24:58 prd-ubuntu18.04-docker-arm64-4c-16g-9478 does not seem to be running inside a container 12:24:58 $ 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/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:24:59 $ docker top 69fad346fd188467f454851760a8f79c037a5b6bdea02c18e629c1631c5aa8e0 -eo pid,comm 12:25:00 Removing intermediate container ef46c47041c5 12:25:00 ---> 50e89227a2af 12:25:00 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] { [Pipeline] sh 12:25:01 + docker-compose -f ./docker-compose-build.yml build --parallel 12:25:01 ---> Running in d54c60a9665d 12:25:01 Removing intermediate container d785136c441a 12:25:01 ---> 10453344bb23 12:25:01 12:25:01 Step 10/20 : FROM alpine 12:25:01 ---> d6e46aa2470d 12:25:01 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 12:25:02 ---> Running in 18dd3a20ccfa 12:25:02 Removing intermediate container d54c60a9665d 12:25:02 ---> 12371eaa8a6e 12:25:02 Step 14/29 : WORKDIR $BASE_DIR 12:25:02 ---> Running in 7632083774c1 12:25:04 Removing intermediate container 7632083774c1 12:25:04 ---> b08007f6bd98 12:25:04 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 12:25:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:25:04 ---> Running in 32a4ae5b4ec1 12:25:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:25:04 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:25:04 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:25:04 OK: 12744 distinct packages available 12:25:05 (1/4) Installing ca-certificates (20191127-r4) 12:25:05 Building docker-core-command-go ... 12:25:05 Building docker-core-data-go ... 12:25:05 Building docker-core-metadata-go ... 12:25:05 Building docker-security-proxy-setup-go ... 12:25:05 Building docker-security-secrets-setup-go ... 12:25:05 Building docker-security-secretstore-setup-go ... 12:25:05 Building docker-support-logging-go ... 12:25:05 Building docker-support-notifications-go ... 12:25:05 Building docker-support-scheduler-go ... 12:25:05 Building docker-sys-mgmt-agent-go ... 12:25:05 Building docker-core-metadata-go 12:25:05 Building docker-core-data-go 12:25:05 Building docker-security-secrets-setup-go 12:25:05 Building docker-security-secretstore-setup-go 12:25:05 Building docker-core-command-go 12:25:05 Removing intermediate container 4c7b2d60f355 12:25:05 ---> e0ab9e5dd7e5 12:25:05 12:25:05 Step 10/26 : FROM alpine:3.10 12:25:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:25:05 (3/4) Installing libcurl (7.69.1-r1) 12:25:05 (4/4) Installing curl (7.69.1-r1) 12:25:05 Executing busybox-1.31.1-r19.trigger 12:25:05 Executing ca-certificates-20191127-r4.trigger 12:25:05 OK: 7 MiB in 18 packages 12:25:06 3.10: Pulling from library/alpine 12:25:07 Removing intermediate container 18dd3a20ccfa 12:25:07 ---> 3ad1dae842f4 12:25:07 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:25:08 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:25:09 Status: Downloaded newer image for alpine:3.10 12:25:09 ---> be4e4bea2c2e 12:25:09 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:25:09 ---> Running in c83e6084ff18 12:25:10 ---> Running in cc1fd8c10223 12:25:10 Removing intermediate container 32a4ae5b4ec1 12:25:10 ---> 06e7e9eb5d86 12:25:10 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 12:25:10 Removing intermediate container c83e6084ff18 12:25:10 ---> 0fe23c9989a9 12:25:10 Step 13/20 : WORKDIR /edgex 12:25:10 ---> Running in 4e6a89bc07d3 12:25:10 Removing intermediate container b08345727bf2 12:25:10 ---> e0efeccc6adc 12:25:10 12:25:10 Step 10/22 : FROM scratch 12:25:10 ---> 12:25:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:25:11 ---> Running in 62be2554c05b 12:25:11 Removing intermediate container 4e6a89bc07d3 12:25:11 ---> 5ef07456a0c1 12:25:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:25:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 12:25:11 ---> deee44013c54 12:25:11 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 12:25:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 12:25:12 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:25:12 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:25:12 OK: 10346 distinct packages available 12:25:12 (1/5) Installing ca-certificates (20191127-r2) 12:25:12 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:25:12 (3/5) Installing libcurl (7.66.0-r1) 12:25:12 (4/5) Installing curl (7.66.0-r1) 12:25:12 (5/5) Installing dumb-init (1.2.2-r1) 12:25:12 Executing busybox-1.30.1-r3.trigger 12:25:12 Executing ca-certificates-20191127-r2.trigger 12:25:12 OK: 7 MiB in 19 packages 12:25:12 Removing intermediate container 62be2554c05b 12:25:12 ---> 80d5f70ac3b7 12:25:12 Step 12/22 : ENV APP_PORT=48081 12:25:13 ---> 9cfc2edac4d6 12:25:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:25:13 ---> de72f60e4a9d 12:25:13 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 12:25:13 ---> Running in 1fa9dd3bcc8f 12:25:14 Removing intermediate container 292072f12ae4 12:25:14 ---> d214be935cbc 12:25:14 12:25:14 Step 10/23 : FROM alpine 12:25:14 ---> d6e46aa2470d 12:25:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:25:14 ---> Running in 47c0b3fc2ae6 12:25:14 Removing intermediate container 1fa9dd3bcc8f 12:25:14 ---> 0a9bc1183c0c 12:25:14 Step 13/22 : EXPOSE $APP_PORT 12:25:15 ---> 74d88ec6c5c0 12:25:15 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 12:25:15 ---> 70c7781a3432 12:25:15 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:25:15 ---> Running in 7fa31bac40be 12:25:15 ---> Running in 69536d2b52ca 12:25:15 Removing intermediate container cc1fd8c10223 12:25:15 ---> 3678c121dba2 12:25:15 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:25:15 Removing intermediate container 47c0b3fc2ae6 12:25:15 ---> 027bfd19fbc3 12:25:15 Step 12/23 : ENV APP_PORT=48080 12:25:15 ---> ce1b300d118a 12:25:15 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 12:25:15 ---> Running in fbde705cd2f8 12:25:15 ---> Running in d5a928cf5bc1 12:25:15 Removing intermediate container 7fa31bac40be 12:25:15 ---> 7190cea593ec 12:25:15 Step 14/22 : WORKDIR / 12:25:15 Removing intermediate container 69536d2b52ca 12:25:15 ---> 61ac4c57ca08 12:25:15 Step 17/20 : CMD ["--init=true"] 12:25:15 ---> Running in b5415414f9a5 12:25:16 ---> Running in 5a2fbac52efc 12:25:16 ---> 9ee4edd8d1ce 12:25:16 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 12:25:16 Removing intermediate container d5a928cf5bc1 12:25:16 ---> fa287cc7e60d 12:25:16 Step 13/23 : EXPOSE $APP_PORT 12:25:16 Removing intermediate container fbde705cd2f8 12:25:16 ---> 768d2186ae73 12:25:16 Step 13/26 : WORKDIR / 12:25:17 ---> Running in 1a2ba5d8b753 12:25:17 ---> Running in cb79008b2753 12:25:17 ---> Running in 4e350e6d2451 12:25:17 Removing intermediate container b5415414f9a5 12:25:17 ---> 1c69c28df25e 12:25:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 12:25:17 Removing intermediate container 5a2fbac52efc 12:25:17 ---> ed7c8c929d45 12:25:17 Step 18/20 : LABEL arch=x86_64 12:25:18 ---> Running in d1f017bd5b07 12:25:18 Removing intermediate container cb79008b2753 12:25:18 ---> 1df3b465b17b 12:25:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:25:18 ---> 9916f4ca4ed6 12:25:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:25:18 Removing intermediate container 4e350e6d2451 12:25:18 ---> ecc1ee77ff7f 12:25:18 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:25:18 ---> Running in 0eb40a35e801 12:25:18 Removing intermediate container d1f017bd5b07 12:25:18 ---> aaee2944623a 12:25:18 Step 19/20 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:25:18 ---> Running in fb78b1f62ca9 12:25:18 ---> c630ff3421af 12:25:18 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:25:19 Removing intermediate container fb78b1f62ca9 12:25:19 ---> abc853cc26ce 12:25:19 Step 20/20 : LABEL version=1.2.2-dev.102 12:25:19 ---> 20c92ba88c93 12:25:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:25:19 ---> Running in d436ea752a9e 12:25:19 ---> 29d1296b666d 12:25:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:25:20 ---> 94344beb5e9d 12:25:20 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:25:20 Removing intermediate container d436ea752a9e 12:25:20 ---> b431b34d2ad0 12:25:20 12:25:20 Removing intermediate container 1a2ba5d8b753 12:25:20 ---> 4f03b44f82fe 12:25:20 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 12:25:20 ---> 4391e5e05a21 12:25:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 12:25:20 ---> Running in 9bd7ad64dd43 12:25:21 Successfully built b431b34d2ad0 12:25:21 Successfully tagged docker-security-proxy-setup-go:latest 12:25:21 Building docker-sys-mgmt-agent-go 12:25:21  Building docker-security-proxy-setup-go ... done  ---> 5ef8e5aa203d 12:25:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:25:21 Removing intermediate container 9bd7ad64dd43 12:25:21 ---> b405c33a797c 12:25:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:25:21 ---> bbf4f482e422 12:25:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:25:21 ---> Running in 6fddbe04f888 12:25:21 Removing intermediate container 0eb40a35e801 12:25:21 ---> 77117c1ced70 12:25:21 Step 15/23 : RUN apk --no-cache add zeromq 12:25:21 ---> Running in 139ca3b0f180 12:25:21 ---> Running in 465536fa0f2d 12:25:22 Removing intermediate container 139ca3b0f180 12:25:22 ---> 51bacd8422a0 12:25:22 Step 20/22 : LABEL arch=x86_64 12:25:22 ---> Running in 39b4da628b77 12:25:23 ---> 7742a0640f5a 12:25:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:25:24 Removing intermediate container 39b4da628b77 12:25:24 ---> 03486b81fd61 12:25:24 Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:25:25 ---> Running in 7300b5211869 12:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:25:26 Removing intermediate container 6fddbe04f888 12:25:26 ---> 0547dd893b8c 12:25:26 Step 24/29 : RUN chmod 755 security-secrets-setup 12:25:26 ---> b06e65449104 12:25:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 12:25:26 (1/5) Installing libgcc (9.3.0-r2) 12:25:26 (2/5) Installing libsodium (1.0.18-r0) 12:25:26 (3/5) Installing libstdc++ (9.3.0-r2) 12:25:27 (4/5) Installing libzmq (4.3.3-r0) 12:25:27 ---> Running in 2a4564a9ea56 12:25:27 Removing intermediate container 7300b5211869 12:25:27 ---> 03191ae160a0 12:25:27 Step 22/22 : LABEL version=1.2.2-dev.102 12:25:27 (5/5) Installing zeromq (4.3.3-r0) 12:25:27 Executing busybox-1.31.1-r19.trigger 12:25:27 OK: 8 MiB in 19 packages 12:25:27 ---> Running in 63516623ef7e 12:25:27 ---> 4611915d8ff4 12:25:27 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:25:28 Removing intermediate container 63516623ef7e 12:25:28 ---> 1acda4f7c127 12:25:28 12:25:29 Successfully built 1acda4f7c127 12:25:29 ---> 0ed4a513391c 12:25:29 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:25:29 Successfully tagged docker-core-metadata-go:latest 12:25:29 Building docker-support-notifications-go 12:25:29  Building docker-core-metadata-go ... done Removing intermediate container 465536fa0f2d 12:25:29 ---> 9ee915d225a7 12:25:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 12:25:29 ---> Running in 81a587046184 12:25:32 ---> b9d1d6bb6b9c 12:25:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:25:34 Removing intermediate container 2a4564a9ea56 12:25:34 ---> be0bb2b8fe2e 12:25:34 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 12:25:34 ---> 80e086a12696 12:25:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:25:35 ---> Running in bc39f527752c 12:25:35 Removing intermediate container 81a587046184 12:25:35 ---> cece85c48347 12:25:35 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 12:25:36 ---> Running in d4d44a6581f3 12:25:36 Removing intermediate container bc39f527752c 12:25:36 ---> d01fe59ed25d 12:25:36 Step 26/29 : CMD [ "generate" ] 12:25:36 ---> 60b0dab5de52 12:25:36 Step 19/23 : ENTRYPOINT ["/core-data"] 12:25:36 ---> Running in 492d9aebb63f 12:25:36 ---> Running in 60a193329c8c 12:25:38 Removing intermediate container d4d44a6581f3 12:25:38 ---> edc8ff65138c 12:25:38 Step 24/26 : LABEL arch=x86_64 12:25:38 Removing intermediate container 60a193329c8c 12:25:38 ---> fe9b76bc4c90 12:25:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:25:38 Removing intermediate container 492d9aebb63f 12:25:38 ---> 1285e01d3657 12:25:38 Step 27/29 : LABEL arch=x86_64 12:25:38 ---> Running in 8ea261f1679a 12:25:38 ---> Running in db9dedd0f91d 12:25:38 ---> Running in 23cbfc3eba89 12:25:39 Removing intermediate container db9dedd0f91d 12:25:39 ---> 407babad569c 12:25:39 Step 28/29 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:25:39 Removing intermediate container 8ea261f1679a 12:25:39 ---> aa050ccc8379 12:25:39 Step 25/26 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:25:39 Removing intermediate container 23cbfc3eba89 12:25:39 ---> d9a3ea57877f 12:25:39 Step 21/23 : LABEL arch=x86_64 12:25:39 ---> Running in 4f616a5e827c 12:25:39 ---> Running in f5167f4a0c3e 12:25:40 ---> Running in 46a8004f20d7 12:25:40 Removing intermediate container f5167f4a0c3e 12:25:40 ---> ac96cef83d74 12:25:40 Step 26/26 : LABEL version=1.2.2-dev.102 12:25:41 Removing intermediate container 4f616a5e827c 12:25:41 ---> 5b8dacdaaaf3 12:25:41 Step 29/29 : LABEL version=1.2.2-dev.102 12:25:41 ---> Running in af22574984ee 12:25:41 ---> Running in ac4917a2ef66 12:25:42 Removing intermediate container 46a8004f20d7 12:25:42 ---> b6b6a64e8566 12:25:42 Step 22/23 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:25:42 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 12:25:42 Step 2/27 : FROM ${BUILDER_BASE} AS builder 12:25:42 ---> 2b585f8294f4 12:25:42 Step 3/27 : WORKDIR /edgex-go 12:25:42 ---> Using cache 12:25:42 ---> c24780f70d27 12:25:42 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:25:42 ---> Using cache 12:25:42 ---> b16548ef17c2 12:25:42 Step 5/27 : RUN apk update && apk add make bash git 12:25:43 Removing intermediate container af22574984ee 12:25:43 ---> 6cd4a0e8ca55 12:25:43 12:25:43 ---> Running in 39a8f351f559 12:25:43 ---> Running in 499313e64585 12:25:43 Removing intermediate container ac4917a2ef66 12:25:43 ---> 39c526e53fb3 12:25:43 12:25:43 Successfully built 6cd4a0e8ca55 12:25:44 Successfully built 39c526e53fb3 12:25:44 Successfully tagged docker-security-secretstore-setup-go:latest 12:25:44 Building docker-core-command-go 12:25:44  Building docker-security-secretstore-setup-go ... done Successfully tagged docker-security-secrets-setup-go:latest 12:25:44  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 12:25:45 Removing intermediate container 499313e64585 12:25:45 ---> de2c59a5da41 12:25:45 Step 23/23 : LABEL version=1.2.2-dev.102 12:25:45 ---> Running in 415ffb15a760 12:25:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:25:47 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:25:47 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:25:47 OK: 12752 distinct packages available 12:25:47 Removing intermediate container 415ffb15a760 12:25:47 ---> 8e1e97cec3be 12:25:47 12:25:47 OK: 233 MiB in 51 packages 12:25:47 Successfully built 8e1e97cec3be 12:25:48 Successfully tagged docker-core-data-go:latest 12:25:48  Building docker-core-data-go ... done Building docker-support-scheduler-go 12:25:50 Removing intermediate container 39a8f351f559 12:25:50 ---> 0c54693dc9b1 12:25:50 Step 6/27 : COPY go.mod . 12:25:52 ---> 02b68c06debc 12:25:52 Step 7/27 : RUN go mod download 12:25:52 ---> Running in 98e78d1a7ef4 12:25:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:25:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:25:56 ---> 2b585f8294f4 12:25:56 Step 3/24 : WORKDIR /edgex-go 12:25:56 ---> Using cache 12:25:56 ---> c24780f70d27 12:25:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:25:56 ---> Using cache 12:25:56 ---> b16548ef17c2 12:25:56 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 12:25:56 Removing intermediate container 98e78d1a7ef4 12:25:56 ---> fb441772390b 12:25:56 Step 8/27 : COPY . . 12:25:56 ---> Running in db170845da1e 12:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:26:02 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:02 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 12:26:02 ---> fb349a423359 12:26:02 Step 3/29 : WORKDIR /edgex-go 12:26:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:26:02 ---> fb349a423359 12:26:02 Step 3/26 : WORKDIR /edgex-go 12:26:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:26:02 ---> fb349a423359 12:26:02 Step 3/23 : WORKDIR /edgex-go 12:26:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:26:02 ---> fb349a423359 12:26:02 Step 3/22 : WORKDIR /edgex-go 12:26:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:26:02 ---> fb349a423359 12:26:02 Step 3/22 : WORKDIR /edgex-go 12:26:02 ---> Running in 494130dd3085 12:26:02 ---> Running in a894bd6a4b7a 12:26:02 ---> Running in 1d95372b046a 12:26:02 ---> Running in fbe0a5a885d9 12:26:02 ---> Running in 7d05ea27416d 12:26:02 Removing intermediate container 494130dd3085 12:26:02 ---> 59b1de5c154b 12:26:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:02 Removing intermediate container 1d95372b046a 12:26:02 ---> ce91ca7a2781 12:26:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:02 Removing intermediate container fbe0a5a885d9 12:26:02 ---> a6304f51750e 12:26:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:02 Removing intermediate container a894bd6a4b7a 12:26:02 ---> b320a441ba65 12:26:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:02 Removing intermediate container 7d05ea27416d 12:26:02 ---> 748fb0f4e04a 12:26:02 Step 4/29 : RUN apk update && apk add make git 12:26:02 ---> Running in 196750b20da7 12:26:02 ---> Running in bc426b6adb66 12:26:02 ---> Running in 3b2ee578cc4d 12:26:02 ---> Running in 4bc37607a2bc 12:26:02 ---> Running in ad787acf0027 12:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:02 Removing intermediate container 196750b20da7 12:26:02 ---> 505d56790b6d 12:26:02 Step 5/26 : RUN apk update && apk add make git 12:26:02 ---> Running in 5c7f6bc9e1cf 12:26:02 Removing intermediate container 3b2ee578cc4d 12:26:02 ---> c3100e933feb 12:26:02 Step 5/22 : RUN apk update && apk add make git 12:26:02 Removing intermediate container bc426b6adb66 12:26:02 ---> bb2feae1128f 12:26:02 Step 5/22 : RUN apk update && apk add make git 12:26:02 ---> Running in e0b10a02ef78 12:26:02 ---> Running in 731dc0329cdb 12:26:02 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:02 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:02 OK: 12623 distinct packages available 12:26:02 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:02 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:02 OK: 12752 distinct packages available 12:26:03 Removing intermediate container ad787acf0027 12:26:03 ---> 3e11f4c2713d 12:26:03 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:26:03 OK: 233 MiB in 51 packages 12:26:03 ---> Running in 9a994d4e8062 12:26:04 OK: 217 MiB in 51 packages 12:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:05 Removing intermediate container 4bc37607a2bc 12:26:05 ---> edde7e5b609a 12:26:05 Step 5/29 : COPY go.mod . 12:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:06 ---> d29b4f570ee9 12:26:06 Step 6/29 : RUN go mod download 12:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:06 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:06 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:06 OK: 12623 distinct packages available 12:26:07 ---> Running in 0f33446ef7d1 12:26:07 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:07 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:07 OK: 12623 distinct packages available 12:26:07 OK: 217 MiB in 51 packages 12:26:07 Removing intermediate container db170845da1e 12:26:07 ---> dfddf94546a8 12:26:07 Step 6/24 : COPY go.mod . 12:26:07 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:07 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:07 OK: 12623 distinct packages available 12:26:07 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:07 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:07 OK: 12623 distinct packages available 12:26:08 OK: 217 MiB in 51 packages 12:26:08 OK: 217 MiB in 51 packages 12:26:08 OK: 217 MiB in 51 packages 12:26:09 ---> c6c88bc2cacd 12:26:09 Step 7/24 : RUN go mod download 12:26:09 Removing intermediate container 5c7f6bc9e1cf 12:26:09 ---> 069ca49b3228 12:26:09 Step 6/26 : COPY go.mod . 12:26:09 ---> Running in 7c588c8680b3 12:26:10 Removing intermediate container e0b10a02ef78 12:26:10 ---> d5e71adc13bd 12:26:10 Step 6/22 : COPY go.mod . 12:26:10 ---> 506fb0760555 12:26:10 Step 7/26 : RUN go mod download 12:26:11 Removing intermediate container 731dc0329cdb 12:26:11 ---> 44c211c6df45 12:26:11 Step 6/22 : COPY go.mod . 12:26:11 ---> Running in dc8847aec720 12:26:11 Removing intermediate container 9a994d4e8062 12:26:11 ---> 32121d0950be 12:26:11 Step 6/23 : COPY go.mod . 12:26:11 Removing intermediate container 0f33446ef7d1 12:26:11 ---> d6245034848d 12:26:11 Step 7/29 : COPY . . 12:26:12 ---> 7a0d7efb8a61 12:26:12 Step 7/22 : RUN go mod download 12:26:12 ---> b2836679eb0d 12:26:12 Step 7/22 : RUN go mod download 12:26:12 ---> Running in bde017190015 12:26:12 ---> Running in 9a4672941019 12:26:13 ---> e1c1b0282b96 12:26:13 Step 7/23 : RUN go mod download 12:26:14 ---> Running in caa74fe60502 12:26:15 Removing intermediate container dc8847aec720 12:26:15 ---> 9b12870cc691 12:26:15 Step 8/26 : COPY . . 12:26:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:26:15 ---> 2b585f8294f4 12:26:15 Step 3/21 : WORKDIR /edgex-go 12:26:15 ---> Using cache 12:26:15 ---> c24780f70d27 12:26:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:15 ---> Using cache 12:26:15 ---> b16548ef17c2 12:26:15 Step 5/21 : RUN apk update && apk add make git 12:26:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:26:15 ---> 2b585f8294f4 12:26:15 Step 3/22 : WORKDIR /edgex-go 12:26:15 ---> Using cache 12:26:15 ---> c24780f70d27 12:26:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:15 ---> Using cache 12:26:15 ---> b16548ef17c2 12:26:15 Step 5/22 : RUN apk update && apk add make git 12:26:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:26:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:26:15 ---> 2b585f8294f4 12:26:15 Step 3/22 : WORKDIR /edgex-go 12:26:15 ---> Using cache 12:26:15 ---> c24780f70d27 12:26:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:15 ---> Using cache 12:26:15 ---> b16548ef17c2 12:26:15 Step 5/22 : RUN apk update && apk add make && apk add bash git 12:26:18 ---> Running in 260cc8999da6 12:26:18 ---> Running in 35fbb4e658a6 12:26:18 ---> Running in fd269bfe39eb 12:26:19 Removing intermediate container 7c588c8680b3 12:26:19 ---> 9517baee1d83 12:26:19 Step 8/24 : COPY . . 12:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:26:21 Removing intermediate container bde017190015 12:26:21 ---> 6c628d832afa 12:26:21 Step 8/22 : COPY . . 12:26:21 Removing intermediate container 9a4672941019 12:26:21 ---> 309f7a8b2097 12:26:21 Step 8/22 : COPY . . 12:26:21 Removing intermediate container caa74fe60502 12:26:21 ---> 8ba32a65dfc0 12:26:21 Step 8/23 : COPY . . 12:26:21 ---> c4143b1c17c2 12:26:21 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 12:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:26:22 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:22 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:22 OK: 12752 distinct packages available 12:26:22 OK: 233 MiB in 51 packages 12:26:22 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:22 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:22 OK: 12752 distinct packages available 12:26:23 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:26:23 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:26:23 OK: 12752 distinct packages available 12:26:23 OK: 233 MiB in 51 packages 12:26:23 OK: 233 MiB in 51 packages 12:26:23 ---> Running in 80d563a4767c 12:26:23 OK: 233 MiB in 51 packages 12:26:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 12:26:26 Removing intermediate container 260cc8999da6 12:26:26 ---> 79225fc66850 12:26:26 Step 6/21 : COPY go.mod . 12:26:27 Removing intermediate container fd269bfe39eb 12:26:27 ---> 480df6c4ff32 12:26:27 Step 6/22 : COPY go.mod . 12:26:28 ---> 091816e66665 12:26:28 Step 7/21 : RUN go mod download 12:26:28 Removing intermediate container 35fbb4e658a6 12:26:28 ---> fe2ecb6d9a48 12:26:28 Step 6/22 : COPY go.mod . 12:26:29 ---> 9462c8034f66 12:26:29 Step 7/22 : RUN go mod download 12:26:29 ---> Running in 8981f7c27cba 12:26:29 ---> 74cacedc3ace 12:26:29 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:26:29 ---> Running in 7c604221268c 12:26:29 ---> 7069548607f8 12:26:29 Step 7/22 : RUN go mod download 12:26:29 ---> Running in 2b3759603ece 12:26:29 ---> Running in 65155152883b 12:26:31 ---> ed96ef423488 12:26:31 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 12:26:31 ---> Running in 3d9c9fb09dd8 12:26:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:26:33 Removing intermediate container 8981f7c27cba 12:26:33 ---> fad01dbce773 12:26:33 Step 8/21 : COPY . . 12:26:33 Removing intermediate container 7c604221268c 12:26:33 ---> 58b60ec6d379 12:26:33 Step 8/22 : COPY . . 12:26:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:26:35 Removing intermediate container 65155152883b 12:26:35 ---> e71e1f587da3 12:26:35 Step 8/22 : COPY . . 12:26:39 ---> d73fa85198b8 12:26:39 Step 9/22 : RUN make cmd/core-command/core-command 12:26:39 ---> ab57c576e9ae 12:26:39 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:26:39 ---> Running in f69c250dd8e5 12:26:39 ---> 4e527f7b57bb 12:26:39 Step 9/23 : RUN make cmd/core-data/core-data 12:26:39 ---> Running in d590ff94551d 12:26:39 ---> Running in 8ed9cfe4b588 12:26:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-command/core-command ./cmd/core-command 12:26:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:26:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-data/core-data ./cmd/core-data 12:26:50 ---> ea0321f37823 12:26:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:26:52 ---> Running in 665ea8e1d2b6 12:26:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:27:25 Removing intermediate container 2b3759603ece 12:27:25 ---> 8d763f71e6a4 12:27:25 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:27:25 ---> 96ffdb79063c 12:27:25 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:27:25 ---> Running in 7fef4c44a4d2 12:27:25 ---> Running in dd6c33245f98 12:27:25 ---> e53bdd65f44f 12:27:25 Step 9/22 : RUN make cmd/core-command/core-command 12:27:25 ---> 8929c6238126 12:27:25 Step 9/22 : RUN make cmd/support-logging/support-logging 12:27:25 ---> Running in 04ed62d2e98f 12:27:25 ---> Running in 98cad89589d0 12:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/core-command/core-command ./cmd/core-command 12:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-logging/support-logging ./cmd/support-logging 12:27:30 Removing intermediate container 80d563a4767c 12:27:30 ---> f3962209bd56 12:27:30 12:27:30 Step 9/29 : FROM alpine:latest 12:27:30 latest: Pulling from library/alpine 12:27:30 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 12:27:30 Status: Downloaded newer image for alpine:latest 12:27:30 ---> 2e77e061c27f 12:27:30 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 12:27:30 ---> Running in 02388d7ea450 12:27:30 Removing intermediate container 02388d7ea450 12:27:30 ---> 4be6ecca32f5 12:27:30 Step 11/29 : USER root 12:27:30 ---> Running in 03419a306024 12:27:31 Removing intermediate container 03419a306024 12:27:31 ---> c3ed32c785be 12:27:31 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 12:27:31 ---> Running in df02ced0adf1 12:27:31 Removing intermediate container 7fef4c44a4d2 12:27:31 ---> c4b92cfabd8a 12:27:31 12:27:31 Step 11/27 : FROM docker:latest 12:27:31 ---> 6972c414f322 12:27:31 Step 12/27 : RUN apk add --no-cache bash 12:27:31 ---> Running in dd26887c03d8 12:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:27:35 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:27:35 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:27:35 OK: 12615 distinct packages available 12:27:35 (1/2) Installing readline (8.0.4-r0) 12:27:35 (2/2) Installing bash (5.0.17-r0) 12:27:35 Executing bash-5.0.17-r0.post-install 12:27:35 Executing busybox-1.31.1-r19.trigger 12:27:36 (1/2) Installing ca-certificates (20191127-r4) 12:27:36 (2/2) Installing dumb-init (1.2.2-r1) 12:27:36 Executing busybox-1.31.1-r19.trigger 12:27:36 Executing ca-certificates-20191127-r4.trigger 12:27:36 OK: 12 MiB in 22 packages 12:27:36 Removing intermediate container 665ea8e1d2b6 12:27:36 ---> d2408d6ff173 12:27:36 12:27:36 Step 10/24 : FROM scratch 12:27:36 ---> 12:27:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:27:36 OK: 6 MiB in 16 packages 12:27:39 Removing intermediate container dd26887c03d8 12:27:39 ---> 961f47d05786 12:27:39 Step 13/27 : RUN rm -rf /var/cache/apk/* 12:27:39 ---> Running in 13a7766b4697 12:27:39 ---> Running in 82027523a307 12:27:39 Removing intermediate container df02ced0adf1 12:27:39 ---> 2ef23d4249f5 12:27:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 12:27:39 ---> Running in 28901b823ba4 12:27:39 Removing intermediate container 13a7766b4697 12:27:39 ---> 5d608888e86b 12:27:39 Step 12/24 : ENV APP_PORT=48060 12:27:40 ---> Running in 73446a30fc99 12:27:40 Removing intermediate container 28901b823ba4 12:27:40 ---> 0db319f5e3b5 12:27:40 Step 14/29 : WORKDIR $BASE_DIR 12:27:40 ---> Running in e3db44fadb8e 12:27:40 Removing intermediate container 73446a30fc99 12:27:40 ---> 546f7ddee208 12:27:40 Step 13/24 : EXPOSE $APP_PORT 12:27:40 Removing intermediate container e3db44fadb8e 12:27:40 ---> efc237a4eba1 12:27:40 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 12:27:40 ---> Running in 960d4296eb72 12:27:41 ---> Running in 69325a8f9b1a 12:27:41 Removing intermediate container 69325a8f9b1a 12:27:41 ---> 2de49ba57371 12:27:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:27:42 ---> 41e81cef3bbd 12:27:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:27:42 Removing intermediate container 82027523a307 12:27:42 ---> d25b67611a3c 12:27:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:27:42 ---> Running in 47fca0a42c1c 12:27:43 Removing intermediate container 47fca0a42c1c 12:27:43 ---> 826d5c592011 12:27:43 Step 15/27 : ENV APP_PORT=48090 12:27:43 ---> f6c4d932d64c 12:27:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:27:44 ---> Running in 9774b280643d 12:27:44 Removing intermediate container 9774b280643d 12:27:44 ---> c34b9e3a5c6e 12:27:44 Step 16/27 : EXPOSE $APP_PORT 12:27:44 ---> Running in 3e6b2a99d243 12:27:45 Removing intermediate container 3e6b2a99d243 12:27:45 ---> 4700449b972c 12:27:45 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:27:45 Removing intermediate container 960d4296eb72 12:27:45 ---> 95c236d71ec2 12:27:45 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 12:27:45 ---> f23aa330b819 12:27:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:27:46 ---> 45f41f1f3517 12:27:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:27:46 ---> 89aecec00535 12:27:46 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:27:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:27:47 ---> 2b9a76f15380 12:27:47 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 12:27:48 ---> d77af3efa8d5 12:27:48 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 12:27:49 ---> 9c48a08f88eb 12:27:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 12:27:49 ---> c5c95c7f6a90 12:27:49 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:27:49 ---> 90c163db80a4 12:27:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:27:50 ---> 6165bf3c4f8c 12:27:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 12:27:51 ---> 0c2507dc7411 12:27:51 Step 20/27 : RUN apk --no-cache add py3-pip 12:27:51 ---> 7dc1646485b7 12:27:51 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:27:51 ---> Running in c27882279d40 12:27:51 ---> Running in 54f8c3b1ebe6 12:27:51 ---> ec9f88ecc3cf 12:27:51 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 12:27:51 ---> Running in cc160016b31b 12:27:51 Removing intermediate container 54f8c3b1ebe6 12:27:51 ---> 06649a6c902e 12:27:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:27:52 ---> Running in 25102043703a 12:27:52 Removing intermediate container 25102043703a 12:27:52 ---> 7fa39c63b27d 12:27:52 Step 22/24 : LABEL arch=x86_64 12:27:52 ---> Running in c1048ebe8a3b 12:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:27:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:27:53 Removing intermediate container c1048ebe8a3b 12:27:53 ---> 09b4610d0f3e 12:27:53 Step 23/24 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:27:53 ---> Running in c505c1658cb8 12:27:53 (1/33) Installing libbz2 (1.0.8-r1) 12:27:53 (2/33) Installing expat (2.2.9-r1) 12:27:53 (3/33) Installing libffi (3.3-r2) 12:27:53 (4/33) Installing gdbm (1.13-r1) 12:27:53 (5/33) Installing xz-libs (5.2.5-r0) 12:27:53 (6/33) Installing sqlite-libs (3.32.1-r0) 12:27:53 (7/33) Installing python3 (3.8.5-r0) 12:27:53 Removing intermediate container c505c1658cb8 12:27:53 ---> 958daed20300 12:27:53 Step 24/24 : LABEL version=1.2.2-dev.102 12:27:55 ---> Running in fcf5036c6b3b 12:27:55 Removing intermediate container cc160016b31b 12:27:55 ---> dbe30b3acb5d 12:27:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 12:27:55 (8/33) Installing py3-appdirs (1.4.4-r1) 12:27:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:27:55 (10/33) Installing py3-parsing (2.4.7-r0) 12:27:55 (11/33) Installing py3-six (1.15.0-r0) 12:27:55 (12/33) Installing py3-packaging (20.4-r0) 12:27:56 (13/33) Installing py3-setuptools (47.0.0-r0) 12:27:56 ---> fa6abbb72204 12:27:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:27:56 (14/33) Installing py3-chardet (3.0.4-r4) 12:27:56 ---> Running in 43ccd8448945 12:27:57 (15/33) Installing py3-idna (2.9-r0) 12:27:57 Removing intermediate container fcf5036c6b3b 12:27:57 ---> fb3bd4bc03ca 12:27:57 12:27:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:27:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:27:57 (18/33) Installing py3-requests (2.23.0-r0) 12:27:57 (19/33) Installing py3-msgpack (1.0.0-r0) 12:27:57 (20/33) Installing py3-lockfile (0.12.2-r3) 12:27:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:27:58 (22/33) Installing py3-colorama (0.4.3-r0) 12:27:58 (23/33) Installing py3-distlib (0.3.0-r0) 12:27:58 (24/33) Installing py3-distro (1.5.0-r1) 12:27:58 (25/33) Installing py3-webencodings (0.5.1-r3) 12:27:59 Successfully built fb3bd4bc03ca 12:27:59 (26/33) Installing py3-html5lib (1.0.1-r4) 12:27:59 (27/33) Installing py3-pytoml (0.1.21-r0) 12:27:59 Successfully tagged docker-support-notifications-go:latest 12:27:59  Building docker-support-notifications-go ... done (28/33) Installing py3-pep517 (0.8.2-r0) 12:27:59 (29/33) Installing py3-progress (1.5-r0) 12:27:59 (30/33) Installing py3-toml (0.10.1-r0) 12:27:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 12:28:00 (31/33) Installing py3-retrying (1.3.3-r0) 12:28:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:28:00 (33/33) Installing py3-pip (20.1.1-r0) 12:28:00 Executing busybox-1.31.1-r19.trigger 12:28:00 OK: 71 MiB in 55 packages 12:28:00 Removing intermediate container 43ccd8448945 12:28:00 ---> 97b59d68662c 12:28:00 Step 24/29 : RUN chmod 755 security-secrets-setup 12:28:00 ---> Running in a657331db44d 12:28:06 Removing intermediate container a657331db44d 12:28:06 ---> fb560b6bc601 12:28:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 12:28:06 ---> Running in 716001535da4 12:28:06 Removing intermediate container 716001535da4 12:28:06 ---> 481ec33f1b87 12:28:06 Step 26/29 : CMD [ "generate" ] 12:28:06 ---> Running in 12cf8c926df1 12:28:07 Removing intermediate container 12cf8c926df1 12:28:07 ---> a117fb10f926 12:28:07 Step 27/29 : LABEL arch=arm64 12:28:07 ---> Running in 93591e8a3328 12:28:08 Removing intermediate container 93591e8a3328 12:28:08 ---> e999ccf37858 12:28:08 Step 28/29 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:08 ---> Running in 756e7abd0218 12:28:09 Removing intermediate container 756e7abd0218 12:28:09 ---> e8d5d69d7f40 12:28:09 Step 29/29 : LABEL version=1.2.2-dev.102 12:28:09 ---> Running in f691ace4d34d 12:28:10 Removing intermediate container f691ace4d34d 12:28:10 ---> 51f2624810ef 12:28:10 12:28:11 Removing intermediate container 98cad89589d0 12:28:11 ---> 3922b05af36a 12:28:11 12:28:11 Step 10/22 : FROM scratch 12:28:11 ---> 12:28:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:28:11 ---> Using cache 12:28:11 ---> 5d608888e86b 12:28:11 Step 12/22 : ENV APP_PORT=48061 12:28:11 ---> Running in e2826d224517 12:28:11 Removing intermediate container c27882279d40 12:28:11 Successfully built 51f2624810ef 12:28:11 Successfully tagged docker-security-secrets-setup-go-arm64:latest 12:28:11  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 12:28:11 ---> fab044fc53c2 12:28:11 Step 21/27 : RUN pip install docker-compose==1.23.2 12:28:11 ---> Running in 072ba05b4438 12:28:12 Removing intermediate container 3d9c9fb09dd8 12:28:12 ---> aab6011cce6d 12:28:12 12:28:12 Step 10/26 : FROM alpine:3.10 12:28:12 Removing intermediate container e2826d224517 12:28:12 ---> c14f6f943ec2 12:28:12 Step 13/22 : EXPOSE $APP_PORT 12:28:12 3.10: Pulling from library/alpine 12:28:14 ---> Running in b17d04700211 12:28:14 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:28:14 Status: Downloaded newer image for alpine:3.10 12:28:14 ---> 536a684cf733 12:28:14 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:28:15 ---> Running in a8fb8c5de896 12:28:15 Removing intermediate container b17d04700211 12:28:15 ---> 296bd0d8d6a0 12:28:15 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 12:28:15 Removing intermediate container 04ed62d2e98f 12:28:15 ---> d23cdf759ce1 12:28:15 12:28:15 Step 10/22 : FROM scratch 12:28:15 ---> 12:28:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:28:15 Removing intermediate container dd6c33245f98 12:28:15 ---> 675d9736231d 12:28:15 12:28:15 Step 10/21 : FROM scratch 12:28:15 ---> 12:28:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:28:15 ---> Using cache 12:28:15 ---> 80d5f70ac3b7 12:28:15 Step 12/22 : ENV APP_PORT=48082 12:28:15 ---> Using cache 12:28:15 ---> 80d5f70ac3b7 12:28:15 Step 12/21 : ENV APP_PORT=48085 12:28:15 ---> Running in 70bcf27c8291 12:28:15 ---> Running in 56cd9d6aa623 12:28:16 ---> 9df80158580f 12:28:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 12:28:16 Removing intermediate container 70bcf27c8291 12:28:16 ---> 5d5fc367a404 12:28:16 Step 13/22 : EXPOSE $APP_PORT 12:28:16 Removing intermediate container 56cd9d6aa623 12:28:16 ---> aa544caec730 12:28:16 Step 13/21 : EXPOSE $APP_PORT 12:28:16 ---> Running in 41decce3f7f4 12:28:16 ---> Running in e4bc8e9923c1 12:28:16 Removing intermediate container 41decce3f7f4 12:28:16 ---> 2a77426bf0b4 12:28:16 Step 14/22 : WORKDIR / 12:28:16 ---> 5971c8c56d20 12:28:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 12:28:16 Removing intermediate container e4bc8e9923c1 12:28:16 ---> 1bd87d9d2628 12:28:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:28:16 ---> Running in ef76463ddf09 12:28:17 Collecting docker-compose==1.23.2 12:28:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:28:17 Removing intermediate container ef76463ddf09 12:28:17 ---> 39c495d3128e 12:28:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:28:17 ---> 8d39841b2c89 12:28:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:28:17 Collecting docopt<0.7,>=0.6.1 12:28:17 Downloading docopt-0.6.2.tar.gz (25 kB) 12:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 12:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 12:28:18 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:28:18 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:28:18 OK: 10167 distinct packages available 12:28:19 ---> 5c53d49f8ba4 12:28:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:28:19 ---> 730927829f3a 12:28:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 12:28:19 ---> 1ad547d33928 12:28:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:28:19 Collecting jsonschema<3,>=2.5.1 12:28:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:28:19 (1/5) Installing ca-certificates (20191127-r2) 12:28:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:28:19 (3/5) Installing libcurl (7.66.0-r1) 12:28:19 (4/5) Installing curl (7.66.0-r1) 12:28:19 (5/5) Installing dumb-init (1.2.2-r1) 12:28:20 Executing busybox-1.30.1-r3.trigger 12:28:20 Executing ca-certificates-20191127-r2.trigger 12:28:20 ---> 06edc06ae4ca 12:28:20 Step 18/22 : ENTRYPOINT ["/support-logging"] 12:28:20 ---> 4e2ff3f9047f 12:28:20 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:28:20 Collecting PyYAML<4,>=3.10 12:28:20 ---> Running in 12d8b137364a 12:28:20 ---> Running in d1450a9ffcac 12:28:20 Downloading PyYAML-3.13.tar.gz (270 kB) 12:28:20 OK: 7 MiB in 19 packages 12:28:20 ---> dbeae0e314e1 12:28:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:28:20 Removing intermediate container d1450a9ffcac 12:28:20 ---> 0c3c3229f006 12:28:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:21 Removing intermediate container 12d8b137364a 12:28:21 ---> b521c51df18d 12:28:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:21 ---> Running in 629ba6d45d4a 12:28:21 ---> 112e52864558 12:28:21 Step 18/22 : ENTRYPOINT ["/core-command"] 12:28:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:28:21 ---> Running in 1355311adfaf 12:28:21 ---> Running in 824adab8c19e 12:28:21 Collecting texttable<0.10,>=0.9.0 12:28:21 Downloading texttable-0.9.1.tar.gz (11 kB) 12:28:21 Removing intermediate container 629ba6d45d4a 12:28:21 ---> 9fbb2deb9e65 12:28:21 Step 19/21 : LABEL arch=x86_64 12:28:21 ---> Running in 52017266d238 12:28:21 Removing intermediate container 1355311adfaf 12:28:21 ---> 679159995e81 12:28:21 Step 20/22 : LABEL arch=x86_64 12:28:21 Removing intermediate container 824adab8c19e 12:28:21 ---> 7363b672aea1 12:28:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:21 ---> Running in ab0f72ab6b16 12:28:21 ---> Running in 7fe0e19eeffe 12:28:21 Removing intermediate container 52017266d238 12:28:21 ---> e4889a67f601 12:28:21 Step 20/21 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:22 ---> Running in d1620914ab73 12:28:22 Removing intermediate container ab0f72ab6b16 12:28:22 ---> 92de6269f27a 12:28:22 Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:22 Removing intermediate container 7fe0e19eeffe 12:28:22 ---> 226525ea3231 12:28:22 Step 20/22 : LABEL arch=x86_64 12:28:22 ---> Running in 201f2682c2b1 12:28:22 Collecting docker<4.0,>=3.6.0 12:28:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:28:22 ---> Running in ef526cb529b9 12:28:22 Removing intermediate container d1620914ab73 12:28:22 ---> 2f0041002f91 12:28:22 Step 21/21 : LABEL version=1.2.2-dev.102 12:28:22 ---> Running in 8086feb3b485 12:28:22 Removing intermediate container 201f2682c2b1 12:28:22 ---> c02343490624 12:28:22 Step 22/22 : LABEL version=1.2.2-dev.102 12:28:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:28:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:28:23 Removing intermediate container ef526cb529b9 12:28:23 ---> eb0b4aa34d00 12:28:23 Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:23 ---> Running in dd3128c53fcd 12:28:23 ---> Running in 0c8606b881e5 12:28:23 Collecting dockerpty<0.5,>=0.4.1 12:28:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:28:23 Removing intermediate container 8086feb3b485 12:28:23 ---> 25862d676d5f 12:28:23 12:28:23 Removing intermediate container 0c8606b881e5 12:28:23 ---> d492c4f46e89 12:28:23 Step 22/22 : LABEL version=1.2.2-dev.102 12:28:23 Removing intermediate container dd3128c53fcd 12:28:23 ---> 962726c064ac 12:28:23 12:28:23 ---> Running in 4e6310b2f5ab 12:28:23 Successfully built 25862d676d5f 12:28:23 Successfully tagged docker-support-scheduler-go:latest 12:28:23  Building docker-support-scheduler-go ... done Successfully built 962726c064ac 12:28:23 Successfully tagged docker-support-logging-go:latest 12:28:24  Building docker-support-logging-go ... done Collecting cached-property<2,>=1.2.0 12:28:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:28:24 Removing intermediate container 4e6310b2f5ab 12:28:24 ---> 253596df1f92 12:28:24 12:28:24 Successfully built 253596df1f92 12:28:24 Collecting websocket-client<1.0,>=0.32.0 12:28:24 Successfully tagged docker-core-command-go:latest 12:28:24  Building docker-core-command-go ... done  Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:28:24 Collecting docker-pycreds>=0.4.0 12:28:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:28:24 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) 12:28:24 Collecting idna<2.8,>=2.5 12:28:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:28:24 Collecting urllib3<1.25,>=1.21.1 12:28:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:28:24 Removing intermediate container a8fb8c5de896 12:28:24 ---> f99cbce4bf6c 12:28:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:28:24 ---> Running in 822416154de0 12:28:24 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) 12:28:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:28:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:28:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:28:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:28:25 Installing collected packages: docopt, jsonschema, PyYAML, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose 12:28:25 Running setup.py install for docopt: started 12:28:25 Removing intermediate container 822416154de0 12:28:25 ---> 2166c8b053c7 12:28:25 Step 13/26 : WORKDIR / 12:28:25 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 12:28:25 Step 2/27 : FROM ${BUILDER_BASE} AS builder 12:28:25 ---> fb349a423359 12:28:25 Step 3/27 : WORKDIR /edgex-go 12:28:25 ---> Using cache 12:28:25 ---> 748fb0f4e04a 12:28:25 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:28:25 ---> Running in 920aa4877c27 12:28:25 ---> Running in a70764f2c3ad 12:28:25 Running setup.py install for docopt: finished with status 'done' 12:28:25 Running setup.py install for PyYAML: started 12:28:26 Removing intermediate container 920aa4877c27 12:28:26 ---> 2220067a9521 12:28:26 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:28:26 Running setup.py install for PyYAML: finished with status 'done' 12:28:26 Running setup.py install for texttable: started 12:28:27 Running setup.py install for texttable: finished with status 'done' 12:28:27 Attempting uninstall: idna 12:28:27 Found existing installation: idna 2.9 12:28:27 Uninstalling idna-2.9: 12:28:27 Successfully uninstalled idna-2.9 12:28:27 Attempting uninstall: urllib3 12:28:27 Found existing installation: urllib3 1.25.9 12:28:27 Uninstalling urllib3-1.25.9: 12:28:27 Successfully uninstalled urllib3-1.25.9 12:28:27 Attempting uninstall: requests 12:28:27 Found existing installation: requests 2.23.0 12:28:27 Uninstalling requests-2.23.0: 12:28:28 Successfully uninstalled requests-2.23.0 12:28:28 ---> fefd043ce92c 12:28:28 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:28:28 Running setup.py install for dockerpty: started 12:28:29 Running setup.py install for dockerpty: finished with status 'done' 12:28:29 ---> bef7b5d81f02 12:28:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:28:29 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 12:28:30 Removing intermediate container a70764f2c3ad 12:28:30 ---> ccfbd85f3016 12:28:30 Step 5/27 : RUN apk update && apk add make bash git 12:28:30 ---> Running in 9496871e2313 12:28:30 ---> b6fc09d381ff 12:28:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 12:28:32 ---> d35183f40952 12:28:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:28:33 Removing intermediate container 072ba05b4438 12:28:33 ---> 1850c84f92f6 12:28:33 Step 22/27 : RUN apk --no-cache add curl 12:28:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:28:33 ---> Running in 94d4c035ec4d 12:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:28:34 ---> f28c910b3b38 12:28:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:28:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:28:35 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:28:35 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:28:35 OK: 12623 distinct packages available 12:28:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:28:36 ---> 894475bc4f51 12:28:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 12:28:36 OK: 217 MiB in 51 packages 12:28:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:28:39 (2/3) Installing libcurl (7.69.1-r1) 12:28:39 ---> d6157caf2792 12:28:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:28:39 Removing intermediate container 9496871e2313 12:28:39 ---> b6a9fce42545 12:28:39 Step 6/27 : COPY go.mod . 12:28:39 (3/3) Installing curl (7.69.1-r1) 12:28:40 Executing busybox-1.31.1-r19.trigger 12:28:40 OK: 72 MiB in 58 packages 12:28:41 Removing intermediate container 94d4c035ec4d 12:28:41 ---> d38f964ff9c0 12:28:41 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 12:28:41 ---> Running in 9606264dc0ce 12:28:41 ---> cf8357b54f19 12:28:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:28:41 Removing intermediate container 9606264dc0ce 12:28:41 ---> 0cb5e6e2059d 12:28:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:41 ---> Running in 2a02911abc07 12:28:41 Removing intermediate container 2a02911abc07 12:28:41 ---> f3c2ce2e97f5 12:28:41 Step 25/27 : LABEL arch=x86_64 12:28:41 ---> Running in a75d31b24cc8 12:28:41 ---> fe347d261a6c 12:28:41 Step 7/27 : RUN go mod download 12:28:41 Removing intermediate container f69c250dd8e5 12:28:41 ---> Running in 8606bfc066d0 12:28:41 ---> c40b3a33ff5f 12:28:41 12:28:41 Step 10/22 : FROM scratch 12:28:41 ---> 12:28:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:28:41 Removing intermediate container a75d31b24cc8 12:28:41 ---> f719755d9a07 12:28:41 Step 26/27 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:42 ---> Running in 766c11c5b5de 12:28:42 ---> Running in b716159d9fdc 12:28:42 ---> Running in 9f6e5ee2591e 12:28:42 Removing intermediate container 9f6e5ee2591e 12:28:42 ---> 9bb37bf86ae0 12:28:42 Step 27/27 : LABEL version=1.2.2-dev.102 12:28:43 ---> Running in 5a10967c0890 12:28:43 Removing intermediate container 5a10967c0890 12:28:43 ---> 3bde45541c44 12:28:43 12:28:43 Removing intermediate container 766c11c5b5de 12:28:43 ---> b309ac1bdd5d 12:28:43 Step 12/22 : ENV APP_PORT=48082 12:28:43 ---> Running in 7f75398fd98c 12:28:43 Successfully built 3bde45541c44 12:28:43 Successfully tagged docker-sys-mgmt-agent-go:latest 12:28:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:28:43 $ docker stop --time=1 b15d6f717e8dca0e81c8ea8d6905b2a99d7e403f15e4d54ccf3a47e32a045efb 12:28:43 Removing intermediate container 7f75398fd98c 12:28:43 ---> cc6d8b5a0ecd 12:28:43 Step 13/22 : EXPOSE $APP_PORT 12:28:44 ---> Running in 4182b44d86d1 12:28:44 Removing intermediate container 4182b44d86d1 12:28:44 ---> 1afd766a74a8 12:28:44 Step 14/22 : WORKDIR / 12:28:44 ---> Running in d4b1b177784d 12:28:45 Removing intermediate container d4b1b177784d 12:28:45 ---> 50a2f201dde5 12:28:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:28:45 $ docker rm -f b15d6f717e8dca0e81c8ea8d6905b2a99d7e403f15e4d54ccf3a47e32a045efb [Pipeline] // withDockerContainer [Pipeline] sh 12:28:46 Removing intermediate container 8606bfc066d0 12:28:46 ---> d0df49b6c6dd 12:28:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 12:28:46 + grep docker 12:28:46 + docker images 12:28:46 docker-sys-mgmt-agent-go latest 3bde45541c44 4 seconds ago 290MB 12:28:46 docker-support-logging-go latest 962726c064ac 23 seconds ago 11.1MB 12:28:46 docker-core-command-go latest 253596df1f92 23 seconds ago 12.2MB 12:28:46 docker-support-scheduler-go latest 25862d676d5f 24 seconds ago 12.3MB 12:28:46 docker-support-notifications-go latest fb3bd4bc03ca 51 seconds ago 13.6MB 12:28:46 docker-core-data-go latest 8e1e97cec3be 3 minutes ago 23.7MB 12:28:46 docker-security-secrets-setup-go latest 39c526e53fb3 3 minutes ago 24MB 12:28:46 docker-security-secretstore-setup-go latest 6cd4a0e8ca55 3 minutes ago 32.4MB 12:28:46 docker-core-metadata-go latest 1acda4f7c127 3 minutes ago 14.5MB 12:28:46 docker-security-proxy-setup-go latest b431b34d2ad0 3 minutes ago 15.8MB 12:28:46 docker latest 6972c414f322 6 days ago 217MB 12:28:46 ---> Running in 0160e278354c [Pipeline] } 12:28:47 ---> 36160d911d05 12:28:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 12:28:47 Removing intermediate container b716159d9fdc 12:28:47 ---> 969a613b4592 12:28:47 Step 8/27 : COPY . . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { 12:28:47 Removing intermediate container 0160e278354c 12:28:47 ---> 5d00f953ce0c 12:28:47 Step 24/26 : LABEL arch=arm64 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:28:47 provisioning config files... 12:28:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/218@tmp/config3866184917087224756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:28:48 ---> Running in 39a00f99083d 12:28:48 ---> docker-login.sh 12:28:48 nexus3.edgexfoundry.org:10001 12:28:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:49 Configure a credential helper to remove this warning. See 12:28:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:49 12:28:49 Login Succeeded 12:28:49 nexus3.edgexfoundry.org:10002 12:28:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:49 Removing intermediate container 39a00f99083d 12:28:49 ---> f00795a0779f 12:28:49 Step 25/26 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:49 Configure a credential helper to remove this warning. See 12:28:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:49 12:28:49 Login Succeeded 12:28:49 nexus3.edgexfoundry.org:10003 12:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:50 Configure a credential helper to remove this warning. See 12:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:50 12:28:50 Login Succeeded 12:28:50 nexus3.edgexfoundry.org:10004 12:28:50 ---> 620cdbf31e1e 12:28:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:28:50 ---> Running in f2cd1981837c 12:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:50 Configure a credential helper to remove this warning. See 12:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:50 12:28:50 Login Succeeded 12:28:50 docker.io 12:28:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:51 Configure a credential helper to remove this warning. See 12:28:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:51 12:28:51 Login Succeeded 12:28:51 ---> docker-login.sh ends [Pipeline] } 12:28:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:28:51 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 12:28:51 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:51 1.2.2-dev.102 12:28:51 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:28:51 master 12:28:51 ===================================================== [Pipeline] withEnv [Pipeline] { 12:28:51 Removing intermediate container f2cd1981837c 12:28:51 ---> 377629e31892 12:28:51 Step 26/26 : LABEL version=1.2.2-dev.102 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:28:52 ---> 2a297defdf9c 12:28:52 Step 18/22 : ENTRYPOINT ["/core-command"] 12:28:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:28:52 ---> Running in 74505eb0ca98 12:28:52 ---> Running in 3ad81c780517 12:28:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:28:52 9d52c403444d: Preparing 12:28:52 283c9fb37567: Preparing 12:28:52 c3757ea38503: Preparing 12:28:53 c3757ea38503: Pushed 12:28:53 9d52c403444d: Pushed 12:28:53 Removing intermediate container 74505eb0ca98 12:28:53 ---> 60e069cc6b97 12:28:53 12:28:53 Successfully built 60e069cc6b97 12:28:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 12:28:53 Building docker-support-notifications-go 12:28:53  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3ad81c780517 12:28:53 ---> 0f539e3b8154 12:28:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:54 ---> Running in b20b9e633317 12:28:55 283c9fb37567: Pushed 12:28:55 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] isUnix [Pipeline] sh 12:28:55 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:28:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.102 12:28:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:28:55 9d52c403444d: Preparing 12:28:55 283c9fb37567: Preparing 12:28:55 c3757ea38503: Preparing 12:28:56 283c9fb37567: Layer already exists 12:28:56 9d52c403444d: Layer already exists 12:28:56 c3757ea38503: Layer already exists 12:28:56 1.2.2-dev.102: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] isUnix [Pipeline] sh 12:28:56 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:28:57 Removing intermediate container b20b9e633317 12:28:57 ---> d3fdfcdd150c 12:28:57 Step 20/22 : LABEL arch=arm64 12:28:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:28:57 9d52c403444d: Preparing 12:28:57 283c9fb37567: Preparing 12:28:57 c3757ea38503: Preparing 12:28:57 c3757ea38503: Layer already exists 12:28:57 283c9fb37567: Layer already exists 12:28:57 9d52c403444d: Layer already exists 12:28:57 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] isUnix [Pipeline] sh 12:28:57 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 12:28:58 Removing intermediate container d590ff94551d 12:28:58 ---> 84f556f40175 12:28:58 12:28:58 Step 10/22 : FROM scratch 12:28:58 ---> 12:28:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:28:58 ---> Running in 3d566c808a41 12:28:58 ---> Using cache 12:28:58 ---> b309ac1bdd5d 12:28:58 Step 12/22 : ENV APP_PORT=48081 12:28:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 12:28:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 12:28:58 9d52c403444d: Preparing 12:28:58 283c9fb37567: Preparing 12:28:58 c3757ea38503: Preparing 12:28:58 c3757ea38503: Layer already exists 12:28:58 9d52c403444d: Layer already exists 12:28:58 283c9fb37567: Layer already exists 12:28:58 master: digest: sha256:0d9d07618cb8beae5075c6f18143dc02183d0a8496926876659fbe9b37ed4ab6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 12:28:58 ---> Running in a17737cbeb93 [Pipeline] echo 12:28:58 ===================================================== [Pipeline] echo 12:28:58 taggedImages: 12:28:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.102 12:28:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:28:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 12:28:58 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 12:28:58 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:58 1.2.2-dev.102 12:28:58 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:28:58 master 12:28:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:28:59 Removing intermediate container 3d566c808a41 12:28:59 ---> 8145e5e1fcb7 12:28:59 Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:59 ---> Running in cefc9e73fe28 12:28:59 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:28:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:28:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:28:59 e17c65cb3598: Preparing 12:28:59 43942dbee9e5: Preparing 12:28:59 3d3b2f3f369e: Preparing 12:28:59 292e12a44533: Preparing 12:28:59 1695ff05b70e: Preparing 12:28:59 ace0eda3e3be: Preparing 12:28:59 ace0eda3e3be: Waiting 12:28:59 Removing intermediate container a17737cbeb93 12:28:59 ---> 759115d6bf1a 12:28:59 Step 13/22 : EXPOSE $APP_PORT 12:28:59 ---> Running in efce4984eac2 12:29:00 Removing intermediate container cefc9e73fe28 12:29:00 ---> 2cba09c94e9e 12:29:00 Step 22/22 : LABEL version=1.2.2-dev.102 12:29:00 1695ff05b70e: Pushed 12:29:00 3d3b2f3f369e: Pushed 12:29:00 e17c65cb3598: Pushed 12:29:00 ace0eda3e3be: Layer already exists 12:29:00 292e12a44533: Pushed 12:29:01 ---> 787e540f79d8 12:29:01 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:29:01 ---> Running in bb1cc2873cc4 12:29:01 Removing intermediate container efce4984eac2 12:29:01 ---> 86537a4408b8 12:29:01 Step 14/22 : WORKDIR / 12:29:01 ---> Running in 466b30a6f6e6 12:29:01 ---> Running in cb3a7fc70d8a 12:29:02 43942dbee9e5: Pushed 12:29:02 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] isUnix [Pipeline] sh 12:29:02 Removing intermediate container bb1cc2873cc4 12:29:02 ---> b4b07e29223f 12:29:02 12:29:02 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:03 Removing intermediate container cb3a7fc70d8a 12:29:03 ---> bca87023366d 12:29:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 12:29:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.102 12:29:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:29:03 e17c65cb3598: Preparing 12:29:03 43942dbee9e5: Preparing 12:29:03 3d3b2f3f369e: Preparing 12:29:03 292e12a44533: Preparing 12:29:03 1695ff05b70e: Preparing 12:29:03 ace0eda3e3be: Preparing 12:29:03 ace0eda3e3be: Waiting 12:29:03 e17c65cb3598: Layer already exists 12:29:03 43942dbee9e5: Layer already exists 12:29:03 3d3b2f3f369e: Layer already exists 12:29:03 Successfully built b4b07e29223f 12:29:03 Successfully tagged docker-core-command-go-arm64:latest 12:29:03  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 12:29:03 1695ff05b70e: Layer already exists 12:29:03 292e12a44533: Layer already exists 12:29:03 ace0eda3e3be: Layer already exists 12:29:03 1.2.2-dev.102: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] isUnix [Pipeline] sh 12:29:03 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:04 ---> 65d1b296945f 12:29:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:29:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:29:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:29:04 e17c65cb3598: Preparing 12:29:04 43942dbee9e5: Preparing 12:29:04 3d3b2f3f369e: Preparing 12:29:04 292e12a44533: Preparing 12:29:04 1695ff05b70e: Preparing 12:29:04 ace0eda3e3be: Preparing 12:29:04 ace0eda3e3be: Waiting 12:29:04 e17c65cb3598: Layer already exists 12:29:04 3d3b2f3f369e: Layer already exists 12:29:04 43942dbee9e5: Layer already exists 12:29:04 1695ff05b70e: Layer already exists 12:29:04 292e12a44533: Layer already exists 12:29:04 ace0eda3e3be: Layer already exists 12:29:04 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] isUnix [Pipeline] sh 12:29:05 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 12:29:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 12:29:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 12:29:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:29:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:29:06 ---> fb349a423359 12:29:06 Step 3/24 : WORKDIR /edgex-go 12:29:06 ---> Using cache 12:29:06 ---> 748fb0f4e04a 12:29:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:06 ---> Using cache 12:29:06 ---> ccfbd85f3016 12:29:06 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 12:29:06 e17c65cb3598: Preparing 12:29:06 43942dbee9e5: Preparing 12:29:06 3d3b2f3f369e: Preparing 12:29:06 292e12a44533: Preparing 12:29:06 1695ff05b70e: Preparing 12:29:06 ace0eda3e3be: Preparing 12:29:06 ace0eda3e3be: Waiting 12:29:06 1695ff05b70e: Layer already exists 12:29:06 292e12a44533: Layer already exists 12:29:06 e17c65cb3598: Layer already exists 12:29:06 3d3b2f3f369e: Layer already exists 12:29:06 43942dbee9e5: Layer already exists 12:29:06 ace0eda3e3be: Layer already exists 12:29:06 master: digest: sha256:9ff1bf73e3226fac371477c75a9e5a45c55ce869f28958c8837dbd0334253af5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:29:06 ===================================================== [Pipeline] echo 12:29:06 taggedImages: 12:29:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.102 12:29:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 12:29:06 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 12:29:06 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:06 1.2.2-dev.102 12:29:06 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:06 master 12:29:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:07 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:29:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:29:07 cb3f7aeddbd9: Preparing 12:29:07 34579a37a5fc: Preparing 12:29:07 e99792ee75ca: Preparing 12:29:08 ---> Running in 55a0e9d991e6 12:29:08 e99792ee75ca: Pushed 12:29:08 cb3f7aeddbd9: Pushed 12:29:08 ---> 2bee65a3c7e9 12:29:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:29:09 Removing intermediate container 8ed9cfe4b588 12:29:09 ---> 0f5b9067f808 12:29:09 12:29:09 Step 10/23 : FROM alpine 12:29:09 ---> 2e77e061c27f 12:29:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:29:09 ---> Running in fcfd0271bf5a 12:29:10 ---> 04c124853e3b 12:29:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:29:10 34579a37a5fc: Pushed 12:29:10 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] isUnix [Pipeline] sh 12:29:10 Removing intermediate container fcfd0271bf5a 12:29:10 ---> 0aae624914e9 12:29:10 Step 12/23 : ENV APP_PORT=48080 12:29:10 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:10 ---> Running in 04c0d92bed93 12:29:11 ---> Running in cd11bfc5be1e 12:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.102 12:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:29:11 cb3f7aeddbd9: Preparing 12:29:11 34579a37a5fc: Preparing 12:29:11 e99792ee75ca: Preparing 12:29:11 e99792ee75ca: Layer already exists 12:29:11 cb3f7aeddbd9: Layer already exists 12:29:11 34579a37a5fc: Layer already exists 12:29:11 1.2.2-dev.102: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] isUnix [Pipeline] sh 12:29:11 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:12 Removing intermediate container 04c0d92bed93 12:29:12 ---> 1af7ef84a72d 12:29:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 12:29:12 Removing intermediate container cd11bfc5be1e 12:29:12 ---> 398b4b72b1e3 12:29:12 Step 13/23 : EXPOSE $APP_PORT 12:29:12 ---> Running in a77182477057 12:29:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:29:12 cb3f7aeddbd9: Preparing 12:29:12 34579a37a5fc: Preparing 12:29:12 e99792ee75ca: Preparing 12:29:12 cb3f7aeddbd9: Layer already exists 12:29:12 e99792ee75ca: Layer already exists 12:29:12 34579a37a5fc: Layer already exists 12:29:12 ---> Running in 85553daef196 12:29:12 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] isUnix [Pipeline] sh 12:29:12 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:29:12 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:29:12 OK: 12623 distinct packages available 12:29:13 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 12:29:13 Removing intermediate container a77182477057 12:29:13 ---> b96acc07fbdb 12:29:13 Step 20/22 : LABEL arch=arm64 12:29:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 12:29:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 12:29:13 cb3f7aeddbd9: Preparing 12:29:13 34579a37a5fc: Preparing 12:29:13 e99792ee75ca: Preparing 12:29:13 Removing intermediate container 85553daef196 12:29:13 ---> 5cfec3be45f1 12:29:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:13 ---> Running in 1605c2d7c071 12:29:13 cb3f7aeddbd9: Layer already exists 12:29:13 e99792ee75ca: Layer already exists 12:29:13 34579a37a5fc: Layer already exists 12:29:13 master: digest: sha256:4a1edab66ae708099e3104b633b80bbe6b94a28a5a6bdac979fc580770803f49 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 12:29:14 OK: 217 MiB in 51 packages 12:29:14 ---> Running in 4e837a3ec5e7 [Pipeline] echo 12:29:14 ===================================================== [Pipeline] echo 12:29:14 taggedImages: 12:29:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.102 12:29:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 12:29:14 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 12:29:14 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:14 1.2.2-dev.102 12:29:14 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:14 master 12:29:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:14 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:29:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:29:15 9f0b3b78d75c: Preparing 12:29:15 9f660600e83a: Preparing 12:29:15 b69d18cf95ae: Preparing 12:29:15 14cac2df78f0: Preparing 12:29:15 ace0eda3e3be: Preparing 12:29:15 ace0eda3e3be: Layer already exists 12:29:15 9f660600e83a: Pushed 12:29:16 b69d18cf95ae: Pushed 12:29:16 14cac2df78f0: Pushed 12:29:16 Removing intermediate container 1605c2d7c071 12:29:16 ---> be28a2d7dde7 12:29:16 Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:16 ---> Running in ca23be0a11c7 12:29:16 Removing intermediate container 55a0e9d991e6 12:29:16 ---> 13253fe6cde8 12:29:16 Step 6/24 : COPY go.mod . 12:29:17 9f0b3b78d75c: Pushed 12:29:17 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 [Pipeline] isUnix [Pipeline] sh 12:29:17 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:18 Removing intermediate container ca23be0a11c7 12:29:18 ---> 5450b89a6ba7 12:29:18 Step 22/22 : LABEL version=1.2.2-dev.102 12:29:18 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 12:29:18 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:29:18 ---> fb349a423359 12:29:18 Step 3/20 : WORKDIR /edgex-go 12:29:18 ---> Using cache 12:29:18 ---> 748fb0f4e04a 12:29:18 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:18 ---> Using cache 12:29:18 ---> ccfbd85f3016 12:29:18 Step 5/20 : RUN apk update && apk add make git 12:29:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.102 12:29:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:29:18 9f0b3b78d75c: Preparing 12:29:18 9f660600e83a: Preparing 12:29:18 b69d18cf95ae: Preparing 12:29:18 14cac2df78f0: Preparing 12:29:18 ace0eda3e3be: Preparing 12:29:18 9f660600e83a: Layer already exists 12:29:18 9f0b3b78d75c: Layer already exists 12:29:18 ace0eda3e3be: Layer already exists 12:29:18 14cac2df78f0: Layer already exists 12:29:18 b69d18cf95ae: Layer already exists 12:29:18 ---> Running in b0854e968bb7 12:29:18 ---> Running in 85fa468e743d 12:29:18 1.2.2-dev.102: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 [Pipeline] isUnix [Pipeline] sh 12:29:18 ---> 2bdfac035840 12:29:18 Step 7/24 : RUN go mod download 12:29:18 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:19 ---> Running in 5a194045ef26 12:29:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:29:19 9f0b3b78d75c: Preparing 12:29:19 9f660600e83a: Preparing 12:29:19 b69d18cf95ae: Preparing 12:29:19 14cac2df78f0: Preparing 12:29:19 ace0eda3e3be: Preparing 12:29:19 b69d18cf95ae: Layer already exists 12:29:19 9f660600e83a: Layer already exists 12:29:19 9f0b3b78d75c: Layer already exists 12:29:19 ace0eda3e3be: Layer already exists 12:29:19 14cac2df78f0: Layer already exists 12:29:19 Removing intermediate container b0854e968bb7 12:29:19 ---> 6f26d845fbe3 12:29:19 12:29:19 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 [Pipeline] isUnix [Pipeline] sh 12:29:19 Removing intermediate container 4e837a3ec5e7 12:29:19 ---> f65b5188efbd 12:29:19 Step 15/23 : RUN apk --no-cache add zeromq 12:29:19 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 12:29:19 ---> Running in a0e86e5bc31e [Pipeline] isUnix [Pipeline] sh 12:29:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 12:29:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 12:29:20 9f0b3b78d75c: Preparing 12:29:20 9f660600e83a: Preparing 12:29:20 b69d18cf95ae: Preparing 12:29:20 14cac2df78f0: Preparing 12:29:20 ace0eda3e3be: Preparing 12:29:20 9f0b3b78d75c: Layer already exists 12:29:20 b69d18cf95ae: Layer already exists 12:29:20 9f660600e83a: Layer already exists 12:29:20 14cac2df78f0: Layer already exists 12:29:20 ace0eda3e3be: Layer already exists 12:29:20 master: digest: sha256:5cf6fc9c9dffa3122b8de33db2964092188792687efc0a760fdcbba1e9b8200c size: 1364 12:29:20 Successfully built 6f26d845fbe3 12:29:20 Successfully tagged docker-core-metadata-go-arm64:latest 12:29:20 Building docker-support-logging-go [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:29:20 ===================================================== [Pipeline] echo 12:29:20 taggedImages: 12:29:20 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:20 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.102 12:29:20 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:20 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 12:29:20 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 12:29:20 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:20 1.2.2-dev.102 12:29:20 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:20 master 12:29:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:21 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:29:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 12:29:21 e3b7999b975f: Preparing 12:29:21 64a9fe61754e: Preparing 12:29:21 efc8800ca1e5: Preparing 12:29:21 35c4c4881479: Preparing 12:29:21 35c4c4881479: Preparing 12:29:21 e0ad5c6210c4: Preparing 12:29:21 94abcbbe0e96: Preparing 12:29:21 90d24a7ba422: Preparing 12:29:21 e3b7999b975f: Preparing 12:29:21 30950cbe37c7: Preparing 12:29:21 3fdc2672dace: Preparing 12:29:21 980b75096314: Preparing 12:29:21 ace0eda3e3be: Preparing 12:29:21 94abcbbe0e96: Waiting 12:29:21 90d24a7ba422: Waiting 12:29:21 30950cbe37c7: Waiting 12:29:21 3fdc2672dace: Waiting 12:29:21 980b75096314: Waiting 12:29:21 ace0eda3e3be: Waiting 12:29:21  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:22 efc8800ca1e5: Pushed 12:29:22 35c4c4881479: Pushed 12:29:22 64a9fe61754e: Pushed 12:29:22 e0ad5c6210c4: Pushed 12:29:22 94abcbbe0e96: Pushed 12:29:22 3fdc2672dace: Pushed 12:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:22 30950cbe37c7: Pushed 12:29:22 90d24a7ba422: Pushed 12:29:22 ace0eda3e3be: Layer already exists 12:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:29:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:29:23 980b75096314: Pushed 12:29:23 e3b7999b975f: Pushed 12:29:23 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] isUnix [Pipeline] sh 12:29:24 (1/5) Installing libgcc (9.3.0-r2) 12:29:24 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:29:24 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:29:24 OK: 12623 distinct packages available 12:29:24 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:24 (2/5) Installing libsodium (1.0.18-r0) 12:29:24 (3/5) Installing libstdc++ (9.3.0-r2) 12:29:24 (4/5) Installing libzmq (4.3.3-r0) 12:29:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.102 12:29:25 (5/5) Installing zeromq (4.3.3-r0) 12:29:25 OK: 217 MiB in 51 packages 12:29:25 Executing busybox-1.31.1-r19.trigger 12:29:25 OK: 8 MiB in 19 packages 12:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 12:29:25 e3b7999b975f: Preparing 12:29:25 64a9fe61754e: Preparing 12:29:25 efc8800ca1e5: Preparing 12:29:25 35c4c4881479: Preparing 12:29:25 35c4c4881479: Preparing 12:29:25 e0ad5c6210c4: Preparing 12:29:25 94abcbbe0e96: Preparing 12:29:25 90d24a7ba422: Preparing 12:29:25 e3b7999b975f: Preparing 12:29:25 30950cbe37c7: Preparing 12:29:25 3fdc2672dace: Preparing 12:29:25 980b75096314: Preparing 12:29:25 ace0eda3e3be: Preparing 12:29:25 94abcbbe0e96: Waiting 12:29:25 90d24a7ba422: Waiting 12:29:25 980b75096314: Waiting 12:29:25 ace0eda3e3be: Waiting 12:29:25 30950cbe37c7: Waiting 12:29:25 3fdc2672dace: Waiting 12:29:25 efc8800ca1e5: Layer already exists 12:29:25 64a9fe61754e: Layer already exists 12:29:25 e3b7999b975f: Layer already exists 12:29:25 e0ad5c6210c4: Layer already exists 12:29:25 35c4c4881479: Layer already exists 12:29:25 94abcbbe0e96: Layer already exists 12:29:25 90d24a7ba422: Layer already exists 12:29:25 30950cbe37c7: Layer already exists 12:29:25 980b75096314: Layer already exists 12:29:25 3fdc2672dace: Layer already exists 12:29:25 ace0eda3e3be: Layer already exists 12:29:25 1.2.2-dev.102: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] isUnix [Pipeline] sh 12:29:25 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 12:29:25 e3b7999b975f: Preparing 12:29:25 64a9fe61754e: Preparing 12:29:25 efc8800ca1e5: Preparing 12:29:25 35c4c4881479: Preparing 12:29:25 35c4c4881479: Preparing 12:29:25 e0ad5c6210c4: Preparing 12:29:25 94abcbbe0e96: Preparing 12:29:25 90d24a7ba422: Preparing 12:29:25 e3b7999b975f: Preparing 12:29:25 30950cbe37c7: Preparing 12:29:25 3fdc2672dace: Preparing 12:29:25 980b75096314: Preparing 12:29:25 ace0eda3e3be: Preparing 12:29:25 90d24a7ba422: Waiting 12:29:25 30950cbe37c7: Waiting 12:29:25 3fdc2672dace: Waiting 12:29:25 980b75096314: Waiting 12:29:25 ace0eda3e3be: Waiting 12:29:25 94abcbbe0e96: Waiting 12:29:25 e0ad5c6210c4: Layer already exists 12:29:25 e3b7999b975f: Layer already exists 12:29:25 efc8800ca1e5: Layer already exists 12:29:25 64a9fe61754e: Layer already exists 12:29:25 35c4c4881479: Layer already exists 12:29:25 94abcbbe0e96: Layer already exists 12:29:25 90d24a7ba422: Layer already exists 12:29:25 30950cbe37c7: Layer already exists 12:29:25 980b75096314: Layer already exists 12:29:25 3fdc2672dace: Layer already exists 12:29:26 Removing intermediate container 5a194045ef26 12:29:26 ---> 9c9dde86c6ce 12:29:26 Step 8/24 : COPY . . 12:29:26 ace0eda3e3be: Layer already exists 12:29:26 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] isUnix [Pipeline] sh 12:29:26 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 12:29:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 12:29:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 12:29:26 e3b7999b975f: Preparing 12:29:26 64a9fe61754e: Preparing 12:29:26 efc8800ca1e5: Preparing 12:29:26 35c4c4881479: Preparing 12:29:26 35c4c4881479: Preparing 12:29:26 e0ad5c6210c4: Preparing 12:29:26 94abcbbe0e96: Preparing 12:29:26 90d24a7ba422: Preparing 12:29:26 e3b7999b975f: Preparing 12:29:26 30950cbe37c7: Preparing 12:29:26 3fdc2672dace: Preparing 12:29:26 980b75096314: Preparing 12:29:26 ace0eda3e3be: Preparing 12:29:26 94abcbbe0e96: Waiting 12:29:26 90d24a7ba422: Waiting 12:29:26 30950cbe37c7: Waiting 12:29:26 3fdc2672dace: Waiting 12:29:26 980b75096314: Waiting 12:29:26 ace0eda3e3be: Waiting 12:29:26 35c4c4881479: Layer already exists 12:29:26 e0ad5c6210c4: Layer already exists 12:29:26 efc8800ca1e5: Layer already exists 12:29:26 64a9fe61754e: Layer already exists 12:29:26 e3b7999b975f: Layer already exists 12:29:26 90d24a7ba422: Layer already exists 12:29:26 30950cbe37c7: Layer already exists 12:29:26 94abcbbe0e96: Layer already exists 12:29:26 3fdc2672dace: Layer already exists 12:29:26 980b75096314: Layer already exists 12:29:26 ace0eda3e3be: Layer already exists 12:29:27 master: digest: sha256:d3b94f806942ab817beb336cdc21e7fa6e7a2936d2b9b0571e67811b1f633a58 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:29:27 ===================================================== [Pipeline] echo 12:29:27 taggedImages: 12:29:27 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:27 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.102 12:29:27 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:27 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 12:29:27 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 12:29:27 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:27 1.2.2-dev.102 12:29:27 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:27 master 12:29:27 ===================================================== [Pipeline] withEnv [Pipeline] { 12:29:27 Removing intermediate container 85fa468e743d 12:29:27 ---> 1567dd328c16 12:29:27 Step 6/20 : COPY go.mod . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:27 Removing intermediate container a0e86e5bc31e 12:29:27 ---> f88fd1309ad1 12:29:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 12:29:27 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:29:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:29:28 348a8c4e81d5: Preparing 12:29:28 d99e6b9e94b3: Preparing 12:29:28 fb0a288d56f5: Preparing 12:29:28 c3dc51608736: Preparing 12:29:28 c4fd718ed9ba: Preparing 12:29:28 bb3ff29505c4: Preparing 12:29:28 a27172a8b775: Preparing 12:29:28 b46d59ab297f: Preparing 12:29:28 054a07d37a31: Preparing 12:29:28 115cefcec707: Preparing 12:29:28 1b3ee35aacca: Preparing 12:29:28 bb3ff29505c4: Waiting 12:29:28 a27172a8b775: Waiting 12:29:28 b46d59ab297f: Waiting 12:29:28 054a07d37a31: Waiting 12:29:28 115cefcec707: Waiting 12:29:28 1b3ee35aacca: Waiting 12:29:29 d99e6b9e94b3: Pushed 12:29:29 348a8c4e81d5: Pushed 12:29:29 ---> de3eb500288b 12:29:29 Step 7/20 : RUN go mod download 12:29:30 bb3ff29505c4: Pushed 12:29:30 a27172a8b775: Pushed 12:29:30 b46d59ab297f: Pushed 12:29:30 054a07d37a31: Pushed 12:29:30 ---> Running in 3ce775ca9856 12:29:30 ---> a76e92ea14ec 12:29:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:29:30 1b3ee35aacca: Layer already exists 12:29:30 fb0a288d56f5: Pushed 12:29:30 c3dc51608736: Pushed 12:29:30 c4fd718ed9ba: Pushed 12:29:31 115cefcec707: Pushed 12:29:31 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] isUnix [Pipeline] sh 12:29:31 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.102 12:29:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:29:32 348a8c4e81d5: Preparing 12:29:32 d99e6b9e94b3: Preparing 12:29:32 fb0a288d56f5: Preparing 12:29:32 c3dc51608736: Preparing 12:29:32 c4fd718ed9ba: Preparing 12:29:32 bb3ff29505c4: Preparing 12:29:32 a27172a8b775: Preparing 12:29:32 b46d59ab297f: Preparing 12:29:32 054a07d37a31: Preparing 12:29:32 115cefcec707: Preparing 12:29:32 1b3ee35aacca: Preparing 12:29:32 a27172a8b775: Waiting 12:29:32 b46d59ab297f: Waiting 12:29:32 054a07d37a31: Waiting 12:29:32 115cefcec707: Waiting 12:29:32 1b3ee35aacca: Waiting 12:29:32 bb3ff29505c4: Waiting 12:29:32 c3dc51608736: Layer already exists 12:29:32 c4fd718ed9ba: Layer already exists 12:29:32 fb0a288d56f5: Layer already exists 12:29:32 348a8c4e81d5: Layer already exists 12:29:32 d99e6b9e94b3: Layer already exists 12:29:32 bb3ff29505c4: Layer already exists 12:29:32 115cefcec707: Layer already exists 12:29:32 054a07d37a31: Layer already exists 12:29:32 b46d59ab297f: Layer already exists 12:29:32 a27172a8b775: Layer already exists 12:29:32 1b3ee35aacca: Layer already exists 12:29:32 1.2.2-dev.102: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] isUnix [Pipeline] sh 12:29:32 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:29:33 348a8c4e81d5: Preparing 12:29:33 d99e6b9e94b3: Preparing 12:29:33 fb0a288d56f5: Preparing 12:29:33 c3dc51608736: Preparing 12:29:33 c4fd718ed9ba: Preparing 12:29:33 bb3ff29505c4: Preparing 12:29:33 a27172a8b775: Preparing 12:29:33 b46d59ab297f: Preparing 12:29:33 054a07d37a31: Preparing 12:29:33 115cefcec707: Preparing 12:29:33 1b3ee35aacca: Preparing 12:29:33 bb3ff29505c4: Waiting 12:29:33 a27172a8b775: Waiting 12:29:33 b46d59ab297f: Waiting 12:29:33 054a07d37a31: Waiting 12:29:33 115cefcec707: Waiting 12:29:33 1b3ee35aacca: Waiting 12:29:33 c4fd718ed9ba: Layer already exists 12:29:33 348a8c4e81d5: Layer already exists 12:29:33 d99e6b9e94b3: Layer already exists 12:29:33 fb0a288d56f5: Layer already exists 12:29:33 c3dc51608736: Layer already exists 12:29:33 bb3ff29505c4: Layer already exists 12:29:33 b46d59ab297f: Layer already exists 12:29:33 115cefcec707: Layer already exists 12:29:33 a27172a8b775: Layer already exists 12:29:33 1b3ee35aacca: Layer already exists 12:29:33 054a07d37a31: Layer already exists 12:29:33 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] isUnix [Pipeline] sh 12:29:33 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 12:29:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 12:29:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 12:29:34 348a8c4e81d5: Preparing 12:29:34 d99e6b9e94b3: Preparing 12:29:34 fb0a288d56f5: Preparing 12:29:34 c3dc51608736: Preparing 12:29:34 c4fd718ed9ba: Preparing 12:29:34 bb3ff29505c4: Preparing 12:29:34 a27172a8b775: Preparing 12:29:34 b46d59ab297f: Preparing 12:29:34 054a07d37a31: Preparing 12:29:34 115cefcec707: Preparing 12:29:34 1b3ee35aacca: Preparing 12:29:34 a27172a8b775: Waiting 12:29:34 b46d59ab297f: Waiting 12:29:34 054a07d37a31: Waiting 12:29:34 115cefcec707: Waiting 12:29:34 1b3ee35aacca: Waiting 12:29:34 bb3ff29505c4: Waiting 12:29:34 c3dc51608736: Layer already exists 12:29:34 d99e6b9e94b3: Layer already exists 12:29:34 348a8c4e81d5: Layer already exists 12:29:34 c4fd718ed9ba: Layer already exists 12:29:34 fb0a288d56f5: Layer already exists 12:29:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:29:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:29:34 ---> fb349a423359 12:29:34 Step 3/22 : WORKDIR /edgex-go 12:29:34 ---> Using cache 12:29:34 ---> 748fb0f4e04a 12:29:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:34 ---> Using cache 12:29:34 ---> ccfbd85f3016 12:29:34 Step 5/22 : RUN apk update && apk add make && apk add bash git 12:29:34 115cefcec707: Layer already exists 12:29:34 bb3ff29505c4: Layer already exists 12:29:34 054a07d37a31: Layer already exists 12:29:34 b46d59ab297f: Layer already exists 12:29:34 a27172a8b775: Layer already exists 12:29:34 1b3ee35aacca: Layer already exists 12:29:34 master: digest: sha256:0397a7de199321dca435c5ac25c2902048336c04cf092467934407158d97fe6b size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:29:35 ===================================================== [Pipeline] echo 12:29:35 taggedImages: 12:29:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.102 12:29:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 12:29:35 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 12:29:35 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:35 1.2.2-dev.102 12:29:35 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:35 master 12:29:35 ===================================================== [Pipeline] withEnv [Pipeline] { 12:29:35 ---> 9e238b15cd55 12:29:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:29:35 ---> Running in 94dcaae69275 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:36 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:29:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 12:29:36 f8aa03919d24: Preparing 12:29:36 803cc4ef8580: Preparing 12:29:36 18b62b6e727d: Preparing 12:29:36 da8ce1995fb7: Preparing 12:29:37 f8aa03919d24: Pushed 12:29:37 18b62b6e727d: Pushed 12:29:37 da8ce1995fb7: Pushed 12:29:37 Removing intermediate container 3ce775ca9856 12:29:37 ---> a2889ea373f7 12:29:37 Step 8/20 : COPY . . 12:29:37 ---> 0897350355d4 12:29:37 Step 19/23 : ENTRYPOINT ["/core-data"] 12:29:38 ---> Running in 05cc5f5b51ee 12:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:38 803cc4ef8580: Pushed 12:29:39 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] isUnix [Pipeline] sh 12:29:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:29:39 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.102 12:29:39 Removing intermediate container 05cc5f5b51ee 12:29:39 ---> 846106bc31aa 12:29:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] isUnix [Pipeline] sh 12:29:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.102 12:29:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 12:29:40 f8aa03919d24: Preparing 12:29:40 803cc4ef8580: Preparing 12:29:40 18b62b6e727d: Preparing 12:29:40 da8ce1995fb7: Preparing 12:29:40 f8aa03919d24: Layer already exists 12:29:40 18b62b6e727d: Layer already exists 12:29:40 803cc4ef8580: Layer already exists 12:29:40 da8ce1995fb7: Layer already exists 12:29:40 1.2.2-dev.102: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] isUnix [Pipeline] sh 12:29:40 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:29:40 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 12:29:40 OK: 12623 distinct packages available 12:29:40 ---> Running in cbad5fef8a54 12:29:40 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:41 OK: 217 MiB in 51 packages 12:29:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 12:29:42 f8aa03919d24: Preparing 12:29:42 803cc4ef8580: Preparing 12:29:42 18b62b6e727d: Preparing 12:29:42 da8ce1995fb7: Preparing 12:29:42 f8aa03919d24: Layer already exists 12:29:42 da8ce1995fb7: Layer already exists 12:29:42 803cc4ef8580: Layer already exists 12:29:42 18b62b6e727d: Layer already exists 12:29:42 Removing intermediate container cbad5fef8a54 12:29:42 ---> 7603f4d1270b 12:29:42 Step 21/23 : LABEL arch=arm64 12:29:42 OK: 217 MiB in 51 packages 12:29:42 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] isUnix [Pipeline] sh 12:29:42 ---> Running in 46eb4fb7779f 12:29:42 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 12:29:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 12:29:43 ---> 08f4cbea6175 12:29:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:29:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 12:29:43 f8aa03919d24: Preparing 12:29:43 803cc4ef8580: Preparing 12:29:43 18b62b6e727d: Preparing 12:29:43 da8ce1995fb7: Preparing 12:29:43 ---> Running in 9a1362ca3e89 12:29:43 803cc4ef8580: Layer already exists 12:29:43 da8ce1995fb7: Layer already exists 12:29:43 18b62b6e727d: Layer already exists 12:29:43 f8aa03919d24: Layer already exists 12:29:43 master: digest: sha256:84edc72d710f5191118d7445dc520a7ca00f6d2d11579d42251b02d5045a76ac size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry 12:29:44 Removing intermediate container 46eb4fb7779f 12:29:44 ---> 421fdd6a9106 12:29:44 Step 22/23 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:29:44 ===================================================== [Pipeline] echo 12:29:44 taggedImages: 12:29:44 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:44 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.102 12:29:44 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:44 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 12:29:44 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 12:29:44 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:44 1.2.2-dev.102 12:29:44 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:44 master 12:29:44 ===================================================== 12:29:44 ---> Running in 47fcb1a3637f [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:44 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:29:45 Removing intermediate container 94dcaae69275 12:29:45 ---> d211ada2b232 12:29:45 Step 6/22 : COPY go.mod . 12:29:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:45 Removing intermediate container 47fcb1a3637f 12:29:45 ---> e993b6578db1 12:29:45 Step 23/23 : LABEL version=1.2.2-dev.102 12:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:29:45 52e8e50e8bcf: Preparing 12:29:45 f59803355e53: Preparing 12:29:45 c285799ea1e9: Preparing 12:29:45 eeb20b09c9e8: Preparing 12:29:45 2eee74188011: Preparing 12:29:45 09b69da5e55d: Preparing 12:29:45 09b69da5e55d: Waiting 12:29:45 ---> Running in e4e23926e6b0 12:29:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:29:46 c285799ea1e9: Pushed 12:29:46 52e8e50e8bcf: Pushed 12:29:46 eeb20b09c9e8: Pushed 12:29:46 2eee74188011: Pushed 12:29:46 ---> 3ebf60885c88 12:29:46 Step 7/22 : RUN go mod download 12:29:47 09b69da5e55d: Pushed 12:29:47 Removing intermediate container e4e23926e6b0 12:29:47 ---> 76226342302d 12:29:47 12:29:47 ---> Running in c8bfcab38e98 12:29:47 Successfully built 76226342302d 12:29:47 Successfully tagged docker-core-data-go-arm64:latest 12:29:47  Building docker-core-data-go ... done Building docker-support-scheduler-go 12:29:48 f59803355e53: Pushed 12:29:48 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] isUnix [Pipeline] sh 12:29:49 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.102 12:29:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:29:50 52e8e50e8bcf: Preparing 12:29:50 f59803355e53: Preparing 12:29:50 c285799ea1e9: Preparing 12:29:50 eeb20b09c9e8: Preparing 12:29:50 2eee74188011: Preparing 12:29:50 09b69da5e55d: Preparing 12:29:50 09b69da5e55d: Waiting 12:29:50 2eee74188011: Layer already exists 12:29:50 52e8e50e8bcf: Layer already exists 12:29:50 f59803355e53: Layer already exists 12:29:50 c285799ea1e9: Layer already exists 12:29:50 eeb20b09c9e8: Layer already exists 12:29:50 09b69da5e55d: Layer already exists 12:29:50 1.2.2-dev.102: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] isUnix [Pipeline] sh 12:29:51 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:29:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:29:52 52e8e50e8bcf: Preparing 12:29:52 f59803355e53: Preparing 12:29:52 c285799ea1e9: Preparing 12:29:52 eeb20b09c9e8: Preparing 12:29:52 2eee74188011: Preparing 12:29:52 09b69da5e55d: Preparing 12:29:52 09b69da5e55d: Waiting 12:29:52 2eee74188011: Layer already exists 12:29:52 f59803355e53: Layer already exists 12:29:52 52e8e50e8bcf: Layer already exists 12:29:52 c285799ea1e9: Layer already exists 12:29:52 eeb20b09c9e8: Layer already exists 12:29:52 09b69da5e55d: Layer already exists 12:29:52 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] isUnix [Pipeline] sh 12:29:53 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 12:29:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 12:29:54 ---> 44db1baac259 12:29:54 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 12:29:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 12:29:54 52e8e50e8bcf: Preparing 12:29:54 f59803355e53: Preparing 12:29:54 c285799ea1e9: Preparing 12:29:54 eeb20b09c9e8: Preparing 12:29:54 2eee74188011: Preparing 12:29:54 09b69da5e55d: Preparing 12:29:54 09b69da5e55d: Waiting 12:29:54 2eee74188011: Layer already exists 12:29:54 52e8e50e8bcf: Layer already exists 12:29:54 f59803355e53: Layer already exists 12:29:54 c285799ea1e9: Layer already exists 12:29:54 eeb20b09c9e8: Layer already exists 12:29:54 09b69da5e55d: Layer already exists 12:29:54 master: digest: sha256:bd313a1a04baaf756d093f8941780e99dc5a6553b624bac4f7330ab97067b2d8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 12:29:54 ---> Running in 58ea03ed361b [Pipeline] // withEnv [Pipeline] echo 12:29:55 ===================================================== [Pipeline] echo 12:29:55 taggedImages: 12:29:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.102 12:29:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 12:29:55 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 12:29:55 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:55 1.2.2-dev.102 12:29:55 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:29:55 master 12:29:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:55 Removing intermediate container c8bfcab38e98 12:29:55 ---> eeefebd4695e 12:29:55 Step 8/22 : COPY . . 12:29:55 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:29:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:29:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:29:57 fa853e9f3590: Preparing 12:29:57 7119e809b71e: Preparing 12:29:57 0e64a0cfa1f6: Preparing 12:29:57 0e64a0cfa1f6: Pushed 12:29:57 fa853e9f3590: Pushed 12:29:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:29:59 Removing intermediate container 466b30a6f6e6 12:29:59 ---> 0064710b1e91 12:29:59 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:29:59 7119e809b71e: Pushed 12:29:59 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [2020-10-28T12:30:00.008Z] ---> Running in 6e423508ba2c [Pipeline] isUnix [Pipeline] sh 12:30:00 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:30:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.102 12:30:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:30:01 fa853e9f3590: Preparing 12:30:01 7119e809b71e: Preparing 12:30:01 0e64a0cfa1f6: Preparing 12:30:01 fa853e9f3590: Layer already exists 12:30:01 0e64a0cfa1f6: Layer already exists 12:30:01 7119e809b71e: Layer already exists 12:30:01 1.2.2-dev.102: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [Pipeline] isUnix [Pipeline] sh 12:30:02 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:30:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:30:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:30:03 fa853e9f3590: Preparing 12:30:03 7119e809b71e: Preparing 12:30:03 0e64a0cfa1f6: Preparing 12:30:03 0e64a0cfa1f6: Layer already exists 12:30:03 7119e809b71e: Layer already exists 12:30:03 fa853e9f3590: Layer already exists 12:30:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:30:04 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [Pipeline] isUnix [Pipeline] sh 12:30:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:30:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:30:04 ---> fb349a423359 12:30:04 Step 3/21 : WORKDIR /edgex-go 12:30:04 ---> Using cache 12:30:04 ---> 748fb0f4e04a 12:30:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:30:04 ---> Using cache 12:30:04 ---> ccfbd85f3016 12:30:04 Step 5/21 : RUN apk update && apk add make git 12:30:04 ---> Using cache 12:30:04 ---> 1567dd328c16 12:30:04 Step 6/21 : COPY go.mod . 12:30:04 ---> Using cache 12:30:04 ---> de3eb500288b 12:30:04 Step 7/21 : RUN go mod download 12:30:04 ---> Using cache 12:30:04 ---> a2889ea373f7 12:30:04 Step 8/21 : COPY . . 12:30:04 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 12:30:04 ---> Using cache 12:30:04 ---> 44db1baac259 12:30:04 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] isUnix [Pipeline] sh 12:30:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 12:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 12:30:05 fa853e9f3590: Preparing 12:30:05 7119e809b71e: Preparing 12:30:05 0e64a0cfa1f6: Preparing 12:30:05 0e64a0cfa1f6: Layer already exists 12:30:05 7119e809b71e: Layer already exists 12:30:05 fa853e9f3590: Layer already exists 12:30:05 master: digest: sha256:d09688a7b5de9a226fea65e0e7c59b4a5530f6f2d982c86285024feee4dbe8fb size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:30:05 ===================================================== [Pipeline] echo 12:30:05 taggedImages: 12:30:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:30:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.102 12:30:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:30:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 12:30:05 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 12:30:05 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:30:05 1.2.2-dev.102 12:30:05 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:30:05 master 12:30:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:30:06 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:30:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:30:06 ---> Running in 637736ff415f 12:30:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:30:06 b7e5707867df: Preparing 12:30:06 eb009c6e7cf5: Preparing 12:30:06 1203807d3831: Preparing 12:30:06 f6b0237bfb80: Preparing 12:30:06 2e6f672c37be: Preparing 12:30:06 b30c0ed1f2e9: Preparing 12:30:06 39f79f20c212: Preparing 12:30:06 1d278c39f50a: Preparing 12:30:06 3730a0890c46: Preparing 12:30:06 383f309b5d37: Preparing 12:30:06 e1a73c32da76: Preparing 12:30:06 31b11ec6ff38: Preparing 12:30:06 911954e2fe49: Preparing 12:30:06 ace0eda3e3be: Preparing 12:30:06 b30c0ed1f2e9: Waiting 12:30:06 39f79f20c212: Waiting 12:30:06 1d278c39f50a: Waiting 12:30:06 3730a0890c46: Waiting 12:30:06 383f309b5d37: Waiting 12:30:06 e1a73c32da76: Waiting 12:30:06 31b11ec6ff38: Waiting 12:30:06 911954e2fe49: Waiting 12:30:06 ace0eda3e3be: Waiting 12:30:07 2e6f672c37be: Pushed 12:30:09 b7e5707867df: Pushed 12:30:09 f6b0237bfb80: Pushed 12:30:09 1d278c39f50a: Layer already exists 12:30:09 3730a0890c46: Layer already exists 12:30:09 39f79f20c212: Pushed 12:30:10 383f309b5d37: Layer already exists 12:30:10 e1a73c32da76: Layer already exists 12:30:10 31b11ec6ff38: Layer already exists 12:30:10 911954e2fe49: Layer already exists 12:30:10 ace0eda3e3be: Layer already exists 12:30:10 eb009c6e7cf5: Pushed 12:30:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:30:10 Removing intermediate container 6e423508ba2c 12:30:10 ---> 0f4de61208a4 12:30:10 12:30:10 Step 11/27 : FROM docker:latest 12:30:10 ---> 5d4db4dc0692 12:30:10 Step 12/27 : RUN apk add --no-cache bash 12:30:10 ---> Running in 3954057936e6 12:30:10 b30c0ed1f2e9: Pushed 12:30:12 ---> 24cdd3294e24 12:30:12 Step 9/22 : RUN make cmd/support-logging/support-logging 12:30:12 ---> Running in 8a08c246dee5 12:30:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:30:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:30:14 (1/2) Installing readline (8.0.4-r0) 12:30:14 (2/2) Installing bash (5.0.17-r0) 12:30:14 Executing bash-5.0.17-r0.post-install 12:30:14 Executing busybox-1.31.1-r19.trigger 12:30:14 OK: 12 MiB in 22 packages 12:30:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.102" -o cmd/support-logging/support-logging ./cmd/support-logging 12:30:17 Removing intermediate container 3954057936e6 12:30:17 ---> 4912fed57849 12:30:17 Step 13/27 : RUN rm -rf /var/cache/apk/* 12:30:17 ---> Running in e60dbcdb16f4 12:30:18 1203807d3831: Pushed 12:30:18 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 [Pipeline] isUnix [Pipeline] sh 12:30:19 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:30:20 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.102 12:30:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:30:21 b7e5707867df: Preparing 12:30:21 eb009c6e7cf5: Preparing 12:30:21 1203807d3831: Preparing 12:30:21 f6b0237bfb80: Preparing 12:30:21 2e6f672c37be: Preparing 12:30:21 b30c0ed1f2e9: Preparing 12:30:21 39f79f20c212: Preparing 12:30:21 1d278c39f50a: Preparing 12:30:21 3730a0890c46: Preparing 12:30:21 383f309b5d37: Preparing 12:30:21 e1a73c32da76: Preparing 12:30:21 31b11ec6ff38: Preparing 12:30:21 911954e2fe49: Preparing 12:30:21 ace0eda3e3be: Preparing 12:30:21 3730a0890c46: Waiting 12:30:21 383f309b5d37: Waiting 12:30:21 e1a73c32da76: Waiting 12:30:21 b30c0ed1f2e9: Waiting 12:30:21 39f79f20c212: Waiting 12:30:21 1d278c39f50a: Waiting 12:30:21 31b11ec6ff38: Waiting 12:30:21 911954e2fe49: Waiting 12:30:21 ace0eda3e3be: Waiting 12:30:21 b7e5707867df: Layer already exists 12:30:21 1203807d3831: Layer already exists 12:30:21 2e6f672c37be: Layer already exists 12:30:21 Removing intermediate container e60dbcdb16f4 12:30:21 ---> e6b4b7a0994a 12:30:21 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:30:21 ---> Running in c7bdfda3e6d9 12:30:21 f6b0237bfb80: Layer already exists 12:30:21 eb009c6e7cf5: Layer already exists 12:30:21 b30c0ed1f2e9: Layer already exists 12:30:21 1d278c39f50a: Layer already exists 12:30:21 39f79f20c212: Layer already exists 12:30:21 383f309b5d37: Layer already exists 12:30:21 911954e2fe49: Layer already exists 12:30:21 31b11ec6ff38: Layer already exists 12:30:21 3730a0890c46: Layer already exists 12:30:21 e1a73c32da76: Layer already exists 12:30:21 ace0eda3e3be: Layer already exists 12:30:22 1.2.2-dev.102: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 [Pipeline] isUnix [Pipeline] sh 12:30:22 Removing intermediate container c7bdfda3e6d9 12:30:22 ---> e7aa90c8e71c 12:30:22 Step 15/27 : ENV APP_PORT=48090 12:30:22 ---> Running in 5feac1232a61 12:30:22 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:30:22 Removing intermediate container 5feac1232a61 12:30:22 ---> 61ecd309de2b 12:30:22 Step 16/27 : EXPOSE $APP_PORT 12:30:23 ---> Running in a7193889c4cc 12:30:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:30:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:30:23 b7e5707867df: Preparing 12:30:23 eb009c6e7cf5: Preparing 12:30:23 1203807d3831: Preparing 12:30:23 f6b0237bfb80: Preparing 12:30:23 2e6f672c37be: Preparing 12:30:23 b30c0ed1f2e9: Preparing 12:30:23 39f79f20c212: Preparing 12:30:23 1d278c39f50a: Preparing 12:30:23 3730a0890c46: Preparing 12:30:23 383f309b5d37: Preparing 12:30:23 e1a73c32da76: Preparing 12:30:23 31b11ec6ff38: Preparing 12:30:23 911954e2fe49: Preparing 12:30:23 ace0eda3e3be: Preparing 12:30:23 b30c0ed1f2e9: Waiting 12:30:23 39f79f20c212: Waiting 12:30:23 1d278c39f50a: Waiting 12:30:23 3730a0890c46: Waiting 12:30:23 383f309b5d37: Waiting 12:30:23 e1a73c32da76: Waiting 12:30:23 31b11ec6ff38: Waiting 12:30:23 911954e2fe49: Waiting 12:30:23 ace0eda3e3be: Waiting 12:30:23 eb009c6e7cf5: Layer already exists 12:30:23 2e6f672c37be: Layer already exists 12:30:23 b7e5707867df: Layer already exists 12:30:23 1203807d3831: Layer already exists 12:30:23 f6b0237bfb80: Layer already exists 12:30:23 1d278c39f50a: Layer already exists 12:30:23 b30c0ed1f2e9: Layer already exists 12:30:23 39f79f20c212: Layer already exists 12:30:23 3730a0890c46: Layer already exists 12:30:23 383f309b5d37: Layer already exists 12:30:23 911954e2fe49: Layer already exists 12:30:23 ace0eda3e3be: Layer already exists 12:30:23 31b11ec6ff38: Layer already exists 12:30:23 e1a73c32da76: Layer already exists 12:30:23 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 [Pipeline] isUnix [Pipeline] sh 12:30:23 Removing intermediate container a7193889c4cc 12:30:23 ---> b9d353311aee 12:30:23 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:30:23 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 12:30:24 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 12:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 12:30:24 b7e5707867df: Preparing 12:30:24 eb009c6e7cf5: Preparing 12:30:24 1203807d3831: Preparing 12:30:24 f6b0237bfb80: Preparing 12:30:24 2e6f672c37be: Preparing 12:30:24 b30c0ed1f2e9: Preparing 12:30:24 39f79f20c212: Preparing 12:30:24 1d278c39f50a: Preparing 12:30:24 3730a0890c46: Preparing 12:30:24 383f309b5d37: Preparing 12:30:24 e1a73c32da76: Preparing 12:30:24 31b11ec6ff38: Preparing 12:30:24 911954e2fe49: Preparing 12:30:24 ace0eda3e3be: Preparing 12:30:24 b30c0ed1f2e9: Waiting 12:30:24 39f79f20c212: Waiting 12:30:24 1d278c39f50a: Waiting 12:30:24 3730a0890c46: Waiting 12:30:24 383f309b5d37: Waiting 12:30:24 e1a73c32da76: Waiting 12:30:24 31b11ec6ff38: Waiting 12:30:24 911954e2fe49: Waiting 12:30:24 ace0eda3e3be: Waiting 12:30:24 f6b0237bfb80: Layer already exists 12:30:24 eb009c6e7cf5: Layer already exists 12:30:24 b7e5707867df: Layer already exists 12:30:24 1203807d3831: Layer already exists 12:30:24 2e6f672c37be: Layer already exists 12:30:24 b30c0ed1f2e9: Layer already exists 12:30:24 39f79f20c212: Layer already exists 12:30:24 3730a0890c46: Layer already exists 12:30:24 383f309b5d37: Layer already exists 12:30:24 1d278c39f50a: Layer already exists 12:30:24 e1a73c32da76: Layer already exists 12:30:24 ace0eda3e3be: Layer already exists 12:30:24 31b11ec6ff38: Layer already exists 12:30:24 911954e2fe49: Layer already exists 12:30:24 master: digest: sha256:d1e6936a7eebc63339773465cead76d9400ef2fc411c8a48773792688df64dce size: 3253 12:30:25 ---> be55d8c57317 12:30:25 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:30:25 ===================================================== [Pipeline] echo 12:30:25 taggedImages: 12:30:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:30:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.102 12:30:25 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:30:25 - 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] } 12:30:26 ---> eaa2105355e2 12:30:26 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:30:27 ---> 7d5388e75779 12:30:27 Step 20/27 : RUN apk --no-cache add py3-pip 12:30:27 ---> Running in b7ff36ac1b00 12:30:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:30:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:30:31 (1/33) Installing libbz2 (1.0.8-r1) 12:30:31 (2/33) Installing expat (2.2.9-r1) 12:30:31 (3/33) Installing libffi (3.3-r2) 12:30:31 (4/33) Installing gdbm (1.13-r1) 12:30:31 (5/33) Installing xz-libs (5.2.5-r0) 12:30:31 (6/33) Installing sqlite-libs (3.32.1-r0) 12:30:31 (7/33) Installing python3 (3.8.5-r0) 12:30:33 (8/33) Installing py3-appdirs (1.4.4-r1) 12:30:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:30:33 (10/33) Installing py3-parsing (2.4.7-r0) 12:30:33 (11/33) Installing py3-six (1.15.0-r0) 12:30:33 (12/33) Installing py3-packaging (20.4-r0) 12:30:33 (13/33) Installing py3-setuptools (47.0.0-r0) 12:30:33 (14/33) Installing py3-chardet (3.0.4-r4) 12:30:33 (15/33) Installing py3-idna (2.9-r0) 12:30:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:30:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:30:33 (18/33) Installing py3-requests (2.23.0-r0) 12:30:33 (19/33) Installing py3-msgpack (1.0.0-r0) 12:30:33 (20/33) Installing py3-lockfile (0.12.2-r3) 12:30:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:30:33 (22/33) Installing py3-colorama (0.4.3-r0) 12:30:33 (23/33) Installing py3-distlib (0.3.0-r0) 12:30:34 (24/33) Installing py3-distro (1.5.0-r1) 12:30:34 (25/33) Installing py3-webencodings (0.5.1-r3) 12:30:34 (26/33) Installing py3-html5lib (1.0.1-r4) 12:30:34 (27/33) Installing py3-pytoml (0.1.21-r0) 12:30:34 (28/33) Installing py3-pep517 (0.8.2-r0) 12:30:34 (29/33) Installing py3-progress (1.5-r0) 12:30:34 (30/33) Installing py3-toml (0.10.1-r0) 12:30:34 (31/33) Installing py3-retrying (1.3.3-r0) 12:30:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:30:34 (33/33) Installing py3-pip (20.1.1-r0) 12:30:34 Executing busybox-1.31.1-r19.trigger 12:30:34 OK: 71 MiB in 55 packages 12:30:44 Removing intermediate container b7ff36ac1b00 12:30:44 ---> fcdb6dbb20fc 12:30:44 Step 21/27 : RUN pip install docker-compose==1.23.2 12:30:44 ---> Running in 5fa0f38b4bc8 12:30:51 Collecting docker-compose==1.23.2 12:30:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:30:52 Collecting dockerpty<0.5,>=0.4.1 12:30:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:30:55 Collecting docopt<0.7,>=0.6.1 12:30:55 Downloading docopt-0.6.2.tar.gz (25 kB) 12:30:57 Collecting jsonschema<3,>=2.5.1 12:30:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:30:58 Collecting texttable<0.10,>=0.9.0 12:30:58 Downloading texttable-0.9.1.tar.gz (11 kB) 12:31:00 Collecting cached-property<2,>=1.2.0 12:31:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:31:01 Collecting websocket-client<1.0,>=0.32.0 12:31:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:31:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:31:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:31:04 Collecting docker<4.0,>=3.6.0 12:31:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:31:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:31:05 Collecting PyYAML<4,>=3.10 12:31:05 Downloading PyYAML-3.13.tar.gz (270 kB) 12:31:09 Collecting idna<2.8,>=2.5 12:31:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:31:09 Collecting urllib3<1.25,>=1.21.1 12:31:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:31:10 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) 12:31:10 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) 12:31:10 Collecting docker-pycreds>=0.4.0 12:31:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:31:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:31:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:31:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:31:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:31:11 Installing collected packages: dockerpty, docopt, jsonschema, texttable, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose 12:31:11 Running setup.py install for dockerpty: started 12:31:14 Running setup.py install for dockerpty: finished with status 'done' 12:31:14 Running setup.py install for docopt: started 12:31:17 Running setup.py install for docopt: finished with status 'done' 12:31:17 Running setup.py install for texttable: started 12:31:18 Removing intermediate container 58ea03ed361b 12:31:18 ---> 99868389fafb 12:31:18 12:31:18 Step 10/20 : FROM alpine 12:31:18 ---> 2e77e061c27f 12:31:18 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 12:31:18 ---> Running in 8d9ff15fedd7 12:31:20 Running setup.py install for texttable: finished with status 'done' 12:31:20 Attempting uninstall: idna 12:31:20 Found existing installation: idna 2.9 12:31:20 Uninstalling idna-2.9: 12:31:20 Successfully uninstalled idna-2.9 12:31:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:31:21 Attempting uninstall: urllib3 12:31:21 Found existing installation: urllib3 1.25.9 12:31:21 Uninstalling urllib3-1.25.9: 12:31:21 Successfully uninstalled urllib3-1.25.9 12:31:22 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:31:22 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:31:22 OK: 12615 distinct packages available 12:31:22 Attempting uninstall: requests 12:31:22 Found existing installation: requests 2.23.0 12:31:22 Uninstalling requests-2.23.0: 12:31:22 Successfully uninstalled requests-2.23.0 12:31:23 (1/4) Installing ca-certificates (20191127-r4) 12:31:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:31:23 (3/4) Installing libcurl (7.69.1-r1) 12:31:23 (4/4) Installing curl (7.69.1-r1) 12:31:23 Executing busybox-1.31.1-r19.trigger 12:31:23 Executing ca-certificates-20191127-r4.trigger 12:31:23 OK: 7 MiB in 18 packages 12:31:24 Running setup.py install for PyYAML: started 12:31:27 Removing intermediate container 8d9ff15fedd7 12:31:27 ---> 7d6edb708a2a 12:31:27 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:31:27 ---> Running in b1baab6d0ad5 12:31:28 Running setup.py install for PyYAML: finished with status 'done' 12:31:28 Removing intermediate container b1baab6d0ad5 12:31:28 ---> 4f4f2a7bf6b7 12:31:28 Step 13/20 : WORKDIR /edgex 12:31:28 ---> Running in 057855c8391e 12:31:29 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 12:31:29 Removing intermediate container 057855c8391e 12:31:29 ---> dbfc0caa2da3 12:31:29 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:31:30 Removing intermediate container 9a1362ca3e89 12:31:30 ---> 64beebf9bddf 12:31:30 12:31:30 Step 10/24 : FROM scratch 12:31:30 ---> 12:31:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:31:30 ---> c5ddfe031352 12:31:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:31:30 ---> Running in f619dfb2e95d 12:31:31 Removing intermediate container f619dfb2e95d 12:31:31 ---> cd9bbf9e9ce2 12:31:31 Step 12/24 : ENV APP_PORT=48060 12:31:32 ---> Running in 57d33cf645ef 12:31:33 Removing intermediate container 57d33cf645ef 12:31:33 ---> 5c4418651d99 12:31:33 Step 13/24 : EXPOSE $APP_PORT 12:31:33 ---> 45ce72d24c67 12:31:33 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:31:33 ---> Running in fbb359d777fb 12:31:34 ---> Running in 17c1fd4eb376 12:31:34 Removing intermediate container fbb359d777fb 12:31:34 Removing intermediate container 17c1fd4eb376 12:31:34 ---> 676cf4279c6f 12:31:34 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:31:34 ---> c625dc747d93 12:31:34 Step 17/20 : CMD ["--init=true"] 12:31:34 ---> Running in 9f719077ce68 12:31:34 Removing intermediate container 5fa0f38b4bc8 12:31:34 ---> 63a006de13e5 12:31:34 Step 22/27 : RUN apk --no-cache add curl 12:31:35 ---> Running in f786a3a46589 12:31:36 Removing intermediate container 9f719077ce68 12:31:36 ---> 074ded96308a 12:31:36 Step 18/20 : LABEL arch=arm64 12:31:36 ---> f7d87b556352 12:31:36 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:31:36 ---> Running in 0d5711403533 12:31:38 Removing intermediate container 0d5711403533 12:31:38 ---> 558f8bc0d31f 12:31:38 Step 19/20 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:31:38 ---> Running in 5f96b6bbed9a 12:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:31:38 ---> 2d60406bafba 12:31:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:31:38 Removing intermediate container 5f96b6bbed9a 12:31:38 ---> 1710616d1622 12:31:38 Step 20/20 : LABEL version=1.2.2-dev.102 12:31:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:31:39 ---> Running in 286c283e2af8 12:31:39 (2/3) Installing libcurl (7.69.1-r1) 12:31:39 (3/3) Installing curl (7.69.1-r1) 12:31:39 Executing busybox-1.31.1-r19.trigger 12:31:39 OK: 71 MiB in 58 packages 12:31:40 Removing intermediate container 286c283e2af8 12:31:40 ---> 174edfb9fbf7 12:31:40 12:31:40 Successfully built 174edfb9fbf7 12:31:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 12:31:41  Building docker-security-proxy-setup-go ... done  ---> f01104dfb63a 12:31:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:31:41 Removing intermediate container f786a3a46589 12:31:41 ---> 2f679cf7238b 12:31:41 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 12:31:41 ---> Running in 3523e2bc8b98 12:31:42 Removing intermediate container 3523e2bc8b98 12:31:42 ---> fabb1e49416f 12:31:42 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:31:42 ---> 556a0540c70e 12:31:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:31:42 ---> Running in d1d5b3f7e469 12:31:44 Removing intermediate container d1d5b3f7e469 12:31:44 ---> 04afae396561 12:31:44 Step 25/27 : LABEL arch=arm64 12:31:44 ---> Running in 8a632cb2a981 12:31:44 ---> 10eb4a89ca11 12:31:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:31:45 Removing intermediate container 8a632cb2a981 12:31:45 ---> 25fa3790caaa 12:31:45 Step 26/27 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:31:45 ---> Running in 03f2148255e9 12:31:45 ---> f5cd77df57d4 12:31:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:31:45 ---> Running in 2c00128f6128 12:31:45 Removing intermediate container 03f2148255e9 12:31:45 ---> 3b93e401c1a3 12:31:45 Step 27/27 : LABEL version=1.2.2-dev.102 12:31:46 ---> Running in 9a0e8aac5830 12:31:46 Removing intermediate container 2c00128f6128 12:31:46 ---> 0d15f3f3bba5 12:31:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:31:46 ---> Running in 1d75a7127866 12:31:46 Removing intermediate container 9a0e8aac5830 12:31:46 ---> c1d9bfb62eef 12:31:46 12:31:47 Successfully built c1d9bfb62eef 12:31:47 Removing intermediate container 1d75a7127866 12:31:47 ---> 826c8d9a6f03 12:31:47 Step 22/24 : LABEL arch=arm64 12:31:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 12:31:47  Building docker-sys-mgmt-agent-go ... done  ---> Running in b5d39f576270 12:31:47 Removing intermediate container 8a08c246dee5 12:31:47 ---> 0cfb88dc2d6f 12:31:47 12:31:47 Step 10/22 : FROM scratch 12:31:47 ---> 12:31:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:31:48 ---> Using cache 12:31:48 ---> cd9bbf9e9ce2 12:31:48 Step 12/22 : ENV APP_PORT=48061 12:31:48 ---> Running in 9c1e08482b25 12:31:48 Removing intermediate container b5d39f576270 12:31:48 ---> ad5b2ba2688f 12:31:48 Step 23/24 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:31:48 ---> Running in 2bcb734032eb 12:31:48 Removing intermediate container 9c1e08482b25 12:31:48 ---> 7487ec64463b 12:31:48 Step 13/22 : EXPOSE $APP_PORT 12:31:48 ---> Running in 1628c056a660 12:31:49 Removing intermediate container 2bcb734032eb 12:31:49 ---> 1c9981b7f933 12:31:49 Step 24/24 : LABEL version=1.2.2-dev.102 12:31:49 ---> Running in 0761015f1070 12:31:49 Removing intermediate container 1628c056a660 12:31:49 ---> b8a1d5864144 12:31:49 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 12:31:49 Removing intermediate container 0761015f1070 12:31:49 ---> 5f78d13d6bc8 12:31:49 12:31:50 Successfully built 5f78d13d6bc8 12:31:50 Successfully tagged docker-support-notifications-go-arm64:latest 12:31:50  Building docker-support-notifications-go ... done  ---> 41264d77ebc2 12:31:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 12:31:52 ---> 6bb7bce6ba70 12:31:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 12:31:52 Removing intermediate container 637736ff415f 12:31:52 ---> a364ebe1a248 12:31:52 12:31:52 Step 10/21 : FROM scratch 12:31:52 ---> 12:31:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:31:52 ---> Using cache 12:31:52 ---> b309ac1bdd5d 12:31:52 Step 12/21 : ENV APP_PORT=48085 12:31:52 ---> Running in 8844e4e680d6 12:31:52 ---> c1023f7f47c5 12:31:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 12:31:52 Removing intermediate container 8844e4e680d6 12:31:52 ---> 635b744e95aa 12:31:52 Step 13/21 : EXPOSE $APP_PORT 12:31:52 ---> Running in 107945f5b5bc 12:31:53 Removing intermediate container 107945f5b5bc 12:31:53 ---> 2557fd10b6e1 12:31:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:31:53 ---> 504db96eddf5 12:31:53 Step 18/22 : ENTRYPOINT ["/support-logging"] 12:31:53 ---> Running in e199428f162b 12:31:54 ---> ef4671158a8e 12:31:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:31:54 Removing intermediate container e199428f162b 12:31:54 ---> c2d618dbb558 12:31:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:31:54 ---> Running in 07fffbe6ba8d 12:31:55 Removing intermediate container 07fffbe6ba8d 12:31:55 ---> db3d82b8f6d5 12:31:55 Step 20/22 : LABEL arch=arm64 12:31:55 ---> 259d7d59fb9d 12:31:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:31:55 ---> Running in 2c7bf15d4ae8 12:31:56 Removing intermediate container 2c7bf15d4ae8 12:31:56 ---> 04e2f1b15a09 12:31:56 Step 21/22 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:31:56 ---> Running in a2f415db6eb2 12:31:56 ---> 55254df8d59c 12:31:56 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:31:56 ---> Running in b336dfded58f 12:31:56 Removing intermediate container a2f415db6eb2 12:31:56 ---> 877b13c5570f 12:31:56 Step 22/22 : LABEL version=1.2.2-dev.102 12:31:56 ---> Running in 927080ec7224 12:31:57 Removing intermediate container b336dfded58f 12:31:57 ---> c11b4c645429 12:31:57 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:31:57 ---> Running in a5d310fa675f 12:31:57 Removing intermediate container 927080ec7224 12:31:57 ---> 98ef570ad64d 12:31:57 12:31:57 Successfully built 98ef570ad64d 12:31:57 Successfully tagged docker-support-logging-go-arm64:latest 12:31:57  Building docker-support-logging-go ... done Removing intermediate container a5d310fa675f 12:31:57 ---> 64bb4628b217 12:31:57 Step 19/21 : LABEL arch=arm64 12:31:57 ---> Running in a21a6f4c630c 12:31:58 Removing intermediate container a21a6f4c630c 12:31:58 ---> 7b69c240325a 12:31:58 Step 20/21 : LABEL git_sha=30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:31:58 ---> Running in f34169b79edb 12:31:59 Removing intermediate container f34169b79edb 12:31:59 ---> 2f51cff71f94 12:31:59 Step 21/21 : LABEL version=1.2.2-dev.102 12:31:59 ---> Running in 89b5e7ac8ecb 12:31:59 Removing intermediate container 89b5e7ac8ecb 12:31:59 ---> 230915f37cc2 12:31:59 12:31:59 Successfully built 230915f37cc2 12:31:59 Successfully tagged docker-support-scheduler-go-arm64:latest 12:31:59  Building docker-support-scheduler-go ... done  [Pipeline] } 12:31:59 $ docker stop --time=1 69fad346fd188467f454851760a8f79c037a5b6bdea02c18e629c1631c5aa8e0 12:32:01 $ docker rm -f 69fad346fd188467f454851760a8f79c037a5b6bdea02c18e629c1631c5aa8e0 [Pipeline] // withDockerContainer [Pipeline] sh 12:32:02 + + docker imagesgrep docker 12:32:02 12:32:02 docker-support-scheduler-go-arm64 latest 230915f37cc2 3 seconds ago 11.5MB 12:32:02 docker-support-logging-go-arm64 latest 98ef570ad64d 5 seconds ago 10.6MB 12:32:02 docker-support-notifications-go-arm64 latest 5f78d13d6bc8 13 seconds ago 12.9MB 12:32:02 docker-sys-mgmt-agent-go-arm64 latest c1d9bfb62eef 16 seconds ago 270MB 12:32:02 docker-security-proxy-setup-go-arm64 latest 174edfb9fbf7 23 seconds ago 15.1MB 12:32:02 docker-core-data-go-arm64 latest 76226342302d 2 minutes ago 22.3MB 12:32:02 docker-core-metadata-go-arm64 latest 6f26d845fbe3 2 minutes ago 13.5MB 12:32:02 docker-core-command-go-arm64 latest b4b07e29223f 3 minutes ago 11.4MB 12:32:02 docker-security-secretstore-setup-go-arm64 latest 60e069cc6b97 3 minutes ago 30.8MB 12:32:02 docker-security-secrets-setup-go-arm64 latest 51f2624810ef 3 minutes ago 22.7MB 12:32:02 docker latest 5d4db4dc0692 6 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 12:32:03 provisioning config files... 12:32:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/218@tmp/config8894434081011315699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:32:03 ---> docker-login.sh 12:32:03 nexus3.edgexfoundry.org:10001 12:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:32:04 Configure a credential helper to remove this warning. See 12:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:32:04 12:32:04 Login Succeeded 12:32:04 nexus3.edgexfoundry.org:10002 12:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:32:04 Configure a credential helper to remove this warning. See 12:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:32:04 12:32:04 Login Succeeded 12:32:04 nexus3.edgexfoundry.org:10003 12:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:32:05 Configure a credential helper to remove this warning. See 12:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:32:05 12:32:05 Login Succeeded 12:32:05 nexus3.edgexfoundry.org:10004 12:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:32:06 Configure a credential helper to remove this warning. See 12:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:32:06 12:32:06 Login Succeeded 12:32:06 docker.io 12:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:32:06 Configure a credential helper to remove this warning. See 12:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:32:06 12:32:06 Login Succeeded 12:32:06 ---> docker-login.sh ends [Pipeline] } 12:32:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:07 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 12:32:07 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:07 1.2.2-dev.102 12:32:07 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:07 master 12:32:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:32:08 fdd9ae3eb5d6: Preparing 12:32:08 97fdcda501a5: Preparing 12:32:08 6ded0ed59599: Preparing 12:32:08 fdd9ae3eb5d6: Pushed 12:32:08 6ded0ed59599: Pushed 12:32:11 97fdcda501a5: Pushed 12:32:11 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] isUnix [Pipeline] sh 12:32:12 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.102 12:32:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:32:12 fdd9ae3eb5d6: Preparing 12:32:12 97fdcda501a5: Preparing 12:32:12 6ded0ed59599: Preparing 12:32:12 97fdcda501a5: Layer already exists 12:32:12 6ded0ed59599: Layer already exists 12:32:12 fdd9ae3eb5d6: Layer already exists 12:32:12 1.2.2-dev.102: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] isUnix [Pipeline] sh 12:32:13 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:32:13 fdd9ae3eb5d6: Preparing 12:32:13 97fdcda501a5: Preparing 12:32:13 6ded0ed59599: Preparing 12:32:13 6ded0ed59599: Layer already exists 12:32:13 fdd9ae3eb5d6: Layer already exists 12:32:13 97fdcda501a5: Layer already exists 12:32:13 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] isUnix [Pipeline] sh 12:32:13 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:32:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 12:32:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 12:32:14 fdd9ae3eb5d6: Preparing 12:32:14 97fdcda501a5: Preparing 12:32:14 6ded0ed59599: Preparing 12:32:14 6ded0ed59599: Layer already exists 12:32:14 fdd9ae3eb5d6: Layer already exists 12:32:14 97fdcda501a5: Layer already exists 12:32:14 master: digest: sha256:b6ab5a225e683f90e95d6eba89cdea3308457464306de793bc23efd81e2d05fe size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:14 ===================================================== [Pipeline] echo 12:32:14 taggedImages: 12:32:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.102 12:32:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:14 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 12:32:14 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 12:32:14 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:14 1.2.2-dev.102 12:32:14 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:14 master 12:32:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:32:15 2a9cffb59f68: Preparing 12:32:15 90d140a6996f: Preparing 12:32:15 2d6aae3984b8: Preparing 12:32:15 04428c88a50e: Preparing 12:32:15 b78ae9f36ac3: Preparing 12:32:15 cd3761cfa1d9: Preparing 12:32:15 cd3761cfa1d9: Waiting 12:32:16 b78ae9f36ac3: Pushed 12:32:16 2d6aae3984b8: Pushed 12:32:16 2a9cffb59f68: Pushed 12:32:16 cd3761cfa1d9: Layer already exists 12:32:16 04428c88a50e: Pushed 12:32:19 90d140a6996f: Pushed 12:32:19 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] isUnix [Pipeline] sh 12:32:20 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.102 12:32:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:32:20 2a9cffb59f68: Preparing 12:32:20 90d140a6996f: Preparing 12:32:20 2d6aae3984b8: Preparing 12:32:20 04428c88a50e: Preparing 12:32:20 b78ae9f36ac3: Preparing 12:32:20 cd3761cfa1d9: Preparing 12:32:20 cd3761cfa1d9: Waiting 12:32:20 90d140a6996f: Layer already exists 12:32:20 04428c88a50e: Layer already exists 12:32:20 2a9cffb59f68: Layer already exists 12:32:20 2d6aae3984b8: Layer already exists 12:32:20 b78ae9f36ac3: Layer already exists 12:32:20 cd3761cfa1d9: Layer already exists 12:32:20 1.2.2-dev.102: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] isUnix [Pipeline] sh 12:32:21 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:32:21 2a9cffb59f68: Preparing 12:32:21 90d140a6996f: Preparing 12:32:21 2d6aae3984b8: Preparing 12:32:21 04428c88a50e: Preparing 12:32:21 b78ae9f36ac3: Preparing 12:32:21 cd3761cfa1d9: Preparing 12:32:21 cd3761cfa1d9: Waiting 12:32:21 04428c88a50e: Layer already exists 12:32:21 90d140a6996f: Layer already exists 12:32:21 2d6aae3984b8: Layer already exists 12:32:21 b78ae9f36ac3: Layer already exists 12:32:21 2a9cffb59f68: Layer already exists 12:32:21 cd3761cfa1d9: Layer already exists 12:32:21 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] isUnix [Pipeline] sh 12:32:22 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:32:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 12:32:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 12:32:22 2a9cffb59f68: Preparing 12:32:22 90d140a6996f: Preparing 12:32:22 2d6aae3984b8: Preparing 12:32:22 04428c88a50e: Preparing 12:32:22 b78ae9f36ac3: Preparing 12:32:22 cd3761cfa1d9: Preparing 12:32:22 cd3761cfa1d9: Waiting 12:32:22 2a9cffb59f68: Layer already exists 12:32:22 b78ae9f36ac3: Layer already exists 12:32:22 04428c88a50e: Layer already exists 12:32:22 2d6aae3984b8: Layer already exists 12:32:22 90d140a6996f: Layer already exists 12:32:22 cd3761cfa1d9: Layer already exists 12:32:22 master: digest: sha256:994058373ad64a629e95a6c3353abb10733783dcd858f3fc78e81a1f3894f924 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:23 ===================================================== [Pipeline] echo 12:32:23 taggedImages: 12:32:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.102 12:32:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:23 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 12:32:23 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 12:32:23 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:23 1.2.2-dev.102 12:32:23 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:23 master 12:32:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:32:24 1dc6055bce2f: Preparing 12:32:24 292766578d6a: Preparing 12:32:24 a62b31e8e092: Preparing 12:32:24 a62b31e8e092: Pushed 12:32:24 1dc6055bce2f: Pushed 12:32:27 292766578d6a: Pushed 12:32:27 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] isUnix [Pipeline] sh 12:32:28 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.102 12:32:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:32:28 1dc6055bce2f: Preparing 12:32:28 292766578d6a: Preparing 12:32:28 a62b31e8e092: Preparing 12:32:28 292766578d6a: Layer already exists 12:32:28 a62b31e8e092: Layer already exists 12:32:28 1dc6055bce2f: Layer already exists 12:32:28 1.2.2-dev.102: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] isUnix [Pipeline] sh 12:32:29 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:32:29 1dc6055bce2f: Preparing 12:32:29 292766578d6a: Preparing 12:32:29 a62b31e8e092: Preparing 12:32:29 1dc6055bce2f: Layer already exists 12:32:29 a62b31e8e092: Layer already exists 12:32:29 292766578d6a: Layer already exists 12:32:29 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] isUnix [Pipeline] sh 12:32:29 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:32:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 12:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 12:32:30 1dc6055bce2f: Preparing 12:32:30 292766578d6a: Preparing 12:32:30 a62b31e8e092: Preparing 12:32:30 a62b31e8e092: Layer already exists 12:32:30 1dc6055bce2f: Layer already exists 12:32:30 292766578d6a: Layer already exists 12:32:30 master: digest: sha256:751928ab66cf245152c089e049b2cbf6cee0197af47166740885e0a6e4cd5224 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:30 ===================================================== [Pipeline] echo 12:32:30 taggedImages: 12:32:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.102 12:32:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:30 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 12:32:30 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 12:32:30 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:30 1.2.2-dev.102 12:32:30 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:30 master 12:32:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:31 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:32:31 97d7e56404ce: Preparing 12:32:31 635c5d1d327a: Preparing 12:32:31 0bf0cdacebcb: Preparing 12:32:31 e2cfbb3f5628: Preparing 12:32:31 cd3761cfa1d9: Preparing 12:32:32 cd3761cfa1d9: Layer already exists 12:32:32 0bf0cdacebcb: Pushed 12:32:32 635c5d1d327a: Pushed 12:32:32 e2cfbb3f5628: Pushed 12:32:34 97d7e56404ce: Pushed 12:32:34 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] isUnix [Pipeline] sh 12:32:35 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.102 12:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:32:35 97d7e56404ce: Preparing 12:32:35 635c5d1d327a: Preparing 12:32:35 0bf0cdacebcb: Preparing 12:32:35 e2cfbb3f5628: Preparing 12:32:35 cd3761cfa1d9: Preparing 12:32:35 cd3761cfa1d9: Layer already exists 12:32:35 0bf0cdacebcb: Layer already exists 12:32:35 635c5d1d327a: Layer already exists 12:32:35 97d7e56404ce: Layer already exists 12:32:35 e2cfbb3f5628: Layer already exists 12:32:35 1.2.2-dev.102: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] isUnix [Pipeline] sh 12:32:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:32:36 97d7e56404ce: Preparing 12:32:36 635c5d1d327a: Preparing 12:32:36 0bf0cdacebcb: Preparing 12:32:36 e2cfbb3f5628: Preparing 12:32:36 cd3761cfa1d9: Preparing 12:32:36 97d7e56404ce: Layer already exists 12:32:36 0bf0cdacebcb: Layer already exists 12:32:36 635c5d1d327a: Layer already exists 12:32:36 cd3761cfa1d9: Layer already exists 12:32:36 e2cfbb3f5628: Layer already exists 12:32:36 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] isUnix [Pipeline] sh 12:32:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:32:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 12:32:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 12:32:37 97d7e56404ce: Preparing 12:32:37 635c5d1d327a: Preparing 12:32:37 0bf0cdacebcb: Preparing 12:32:37 e2cfbb3f5628: Preparing 12:32:37 cd3761cfa1d9: Preparing 12:32:37 0bf0cdacebcb: Layer already exists 12:32:37 97d7e56404ce: Layer already exists 12:32:37 e2cfbb3f5628: Layer already exists 12:32:37 cd3761cfa1d9: Layer already exists 12:32:37 635c5d1d327a: Layer already exists 12:32:37 master: digest: sha256:23e1c757f0ea0637c14d98f4a47aee57f898b1bab4409af6b9d74e6aa1eb5527 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:37 ===================================================== [Pipeline] echo 12:32:37 taggedImages: 12:32:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.102 12:32:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 12:32:37 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 12:32:37 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:37 1.2.2-dev.102 12:32:37 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:37 master 12:32:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:38 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 12:32:38 b2e46602c090: Preparing 12:32:38 a2b322c80485: Preparing 12:32:38 372c48a922b0: Preparing 12:32:38 88182247e7a7: Preparing 12:32:38 88182247e7a7: Preparing 12:32:38 43446862a5d7: Preparing 12:32:38 1e2fb351bebb: Preparing 12:32:38 ef96b6926e76: Preparing 12:32:38 b2e46602c090: Preparing 12:32:38 11b900a7cb35: Preparing 12:32:38 3480201effd7: Preparing 12:32:38 cda2bd515fb9: Preparing 12:32:38 cd3761cfa1d9: Preparing 12:32:38 11b900a7cb35: Waiting 12:32:38 3480201effd7: Waiting 12:32:38 cda2bd515fb9: Waiting 12:32:38 cd3761cfa1d9: Waiting 12:32:38 1e2fb351bebb: Waiting 12:32:38 ef96b6926e76: Waiting 12:32:38 372c48a922b0: Pushed 12:32:38 88182247e7a7: Pushed 12:32:38 43446862a5d7: Pushed 12:32:39 a2b322c80485: Pushed 12:32:39 1e2fb351bebb: Pushed 12:32:39 ef96b6926e76: Pushed 12:32:39 3480201effd7: Pushed 12:32:39 11b900a7cb35: Pushed 12:32:39 cd3761cfa1d9: Layer already exists 12:32:39 cda2bd515fb9: Pushed 12:32:40 b2e46602c090: Pushed 12:32:41 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] isUnix [Pipeline] sh 12:32:41 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.102 12:32:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 12:32:41 b2e46602c090: Preparing 12:32:41 a2b322c80485: Preparing 12:32:41 372c48a922b0: Preparing 12:32:41 88182247e7a7: Preparing 12:32:41 88182247e7a7: Preparing 12:32:41 43446862a5d7: Preparing 12:32:41 1e2fb351bebb: Preparing 12:32:41 ef96b6926e76: Preparing 12:32:41 b2e46602c090: Preparing 12:32:41 11b900a7cb35: Preparing 12:32:41 3480201effd7: Preparing 12:32:41 cda2bd515fb9: Preparing 12:32:41 cd3761cfa1d9: Preparing 12:32:41 1e2fb351bebb: Waiting 12:32:41 ef96b6926e76: Waiting 12:32:41 cda2bd515fb9: Waiting 12:32:41 11b900a7cb35: Waiting 12:32:41 3480201effd7: Waiting 12:32:41 cd3761cfa1d9: Waiting 12:32:41 b2e46602c090: Layer already exists 12:32:41 a2b322c80485: Layer already exists 12:32:41 372c48a922b0: Layer already exists 12:32:41 88182247e7a7: Layer already exists 12:32:41 43446862a5d7: Layer already exists 12:32:42 cda2bd515fb9: Layer already exists 12:32:42 1e2fb351bebb: Layer already exists 12:32:42 ef96b6926e76: Layer already exists 12:32:42 11b900a7cb35: Layer already exists 12:32:42 3480201effd7: Layer already exists 12:32:42 cd3761cfa1d9: Layer already exists 12:32:42 1.2.2-dev.102: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] isUnix [Pipeline] sh 12:32:42 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 12:32:42 b2e46602c090: Preparing 12:32:42 a2b322c80485: Preparing 12:32:42 372c48a922b0: Preparing 12:32:42 88182247e7a7: Preparing 12:32:42 88182247e7a7: Preparing 12:32:42 43446862a5d7: Preparing 12:32:42 1e2fb351bebb: Preparing 12:32:42 ef96b6926e76: Preparing 12:32:42 b2e46602c090: Preparing 12:32:42 11b900a7cb35: Preparing 12:32:42 3480201effd7: Preparing 12:32:42 cda2bd515fb9: Preparing 12:32:42 cd3761cfa1d9: Preparing 12:32:42 11b900a7cb35: Waiting 12:32:42 cda2bd515fb9: Waiting 12:32:42 cd3761cfa1d9: Waiting 12:32:42 3480201effd7: Waiting 12:32:42 1e2fb351bebb: Waiting 12:32:42 ef96b6926e76: Waiting 12:32:42 a2b322c80485: Layer already exists 12:32:42 88182247e7a7: Layer already exists 12:32:42 43446862a5d7: Layer already exists 12:32:43 372c48a922b0: Layer already exists 12:32:43 b2e46602c090: Layer already exists 12:32:43 1e2fb351bebb: Layer already exists 12:32:43 11b900a7cb35: Layer already exists 12:32:43 ef96b6926e76: Layer already exists 12:32:43 3480201effd7: Layer already exists 12:32:43 cda2bd515fb9: Layer already exists 12:32:43 cd3761cfa1d9: Layer already exists 12:32:43 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] isUnix [Pipeline] sh 12:32:43 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:32:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 12:32:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 12:32:44 b2e46602c090: Preparing 12:32:44 a2b322c80485: Preparing 12:32:44 372c48a922b0: Preparing 12:32:44 88182247e7a7: Preparing 12:32:44 88182247e7a7: Preparing 12:32:44 43446862a5d7: Preparing 12:32:44 1e2fb351bebb: Preparing 12:32:44 ef96b6926e76: Preparing 12:32:44 b2e46602c090: Preparing 12:32:44 11b900a7cb35: Preparing 12:32:44 3480201effd7: Preparing 12:32:44 cda2bd515fb9: Preparing 12:32:44 cd3761cfa1d9: Preparing 12:32:44 11b900a7cb35: Waiting 12:32:44 cda2bd515fb9: Waiting 12:32:44 3480201effd7: Waiting 12:32:44 1e2fb351bebb: Waiting 12:32:44 cd3761cfa1d9: Waiting 12:32:44 ef96b6926e76: Waiting 12:32:44 a2b322c80485: Layer already exists 12:32:44 b2e46602c090: Layer already exists 12:32:44 88182247e7a7: Layer already exists 12:32:44 372c48a922b0: Layer already exists 12:32:44 43446862a5d7: Layer already exists 12:32:44 3480201effd7: Layer already exists 12:32:44 ef96b6926e76: Layer already exists 12:32:44 1e2fb351bebb: Layer already exists 12:32:44 11b900a7cb35: Layer already exists 12:32:44 cda2bd515fb9: Layer already exists 12:32:44 cd3761cfa1d9: Layer already exists 12:32:44 master: digest: sha256:33ffe84835eb434a0b59a2d2f354d20f6139a86a1d11daa3713608b0303dbfb4 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:44 ===================================================== [Pipeline] echo 12:32:45 taggedImages: 12:32:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.102 12:32:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 12:32:45 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 12:32:45 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:45 1.2.2-dev.102 12:32:45 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:45 master 12:32:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:45 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:32:45 43def4cc792b: Preparing 12:32:45 89659a872085: Preparing 12:32:45 e82cacceb420: Preparing 12:32:45 3da23e07faee: Preparing 12:32:45 498691556463: Preparing 12:32:45 a3b4212e9cba: Preparing 12:32:45 0d2952a5ab9c: Preparing 12:32:45 c436c170bd7c: Preparing 12:32:45 ba8f737cc9e2: Preparing 12:32:45 6910304d0f1c: Preparing 12:32:45 66b385cf80cf: Preparing 12:32:45 c436c170bd7c: Waiting 12:32:45 ba8f737cc9e2: Waiting 12:32:45 6910304d0f1c: Waiting 12:32:45 66b385cf80cf: Waiting 12:32:45 a3b4212e9cba: Waiting 12:32:45 0d2952a5ab9c: Waiting 12:32:46 43def4cc792b: Pushed 12:32:46 89659a872085: Pushed 12:32:46 0d2952a5ab9c: Pushed 12:32:46 a3b4212e9cba: Pushed 12:32:46 c436c170bd7c: Pushed 12:32:46 ba8f737cc9e2: Pushed 12:32:46 66b385cf80cf: Layer already exists 12:32:47 6910304d0f1c: Pushed 12:32:48 e82cacceb420: Pushed 12:32:48 498691556463: Pushed 12:32:48 3da23e07faee: Pushed 12:32:48 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] isUnix [Pipeline] sh 12:32:49 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.102 12:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:32:49 43def4cc792b: Preparing 12:32:49 89659a872085: Preparing 12:32:49 e82cacceb420: Preparing 12:32:49 3da23e07faee: Preparing 12:32:49 498691556463: Preparing 12:32:49 a3b4212e9cba: Preparing 12:32:49 0d2952a5ab9c: Preparing 12:32:49 c436c170bd7c: Preparing 12:32:49 ba8f737cc9e2: Preparing 12:32:49 6910304d0f1c: Preparing 12:32:49 66b385cf80cf: Preparing 12:32:49 c436c170bd7c: Waiting 12:32:49 ba8f737cc9e2: Waiting 12:32:49 6910304d0f1c: Waiting 12:32:49 a3b4212e9cba: Waiting 12:32:49 66b385cf80cf: Waiting 12:32:49 0d2952a5ab9c: Waiting 12:32:49 e82cacceb420: Layer already exists 12:32:49 43def4cc792b: Layer already exists 12:32:49 3da23e07faee: Layer already exists 12:32:49 89659a872085: Layer already exists 12:32:49 498691556463: Layer already exists 12:32:49 0d2952a5ab9c: Layer already exists 12:32:49 ba8f737cc9e2: Layer already exists 12:32:49 6910304d0f1c: Layer already exists 12:32:49 a3b4212e9cba: Layer already exists 12:32:49 c436c170bd7c: Layer already exists 12:32:49 66b385cf80cf: Layer already exists 12:32:49 1.2.2-dev.102: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] isUnix [Pipeline] sh 12:32:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:32:50 43def4cc792b: Preparing 12:32:50 89659a872085: Preparing 12:32:50 e82cacceb420: Preparing 12:32:50 3da23e07faee: Preparing 12:32:50 498691556463: Preparing 12:32:50 a3b4212e9cba: Preparing 12:32:50 0d2952a5ab9c: Preparing 12:32:50 c436c170bd7c: Preparing 12:32:50 ba8f737cc9e2: Preparing 12:32:50 6910304d0f1c: Preparing 12:32:50 66b385cf80cf: Preparing 12:32:50 c436c170bd7c: Waiting 12:32:50 ba8f737cc9e2: Waiting 12:32:50 6910304d0f1c: Waiting 12:32:50 66b385cf80cf: Waiting 12:32:50 a3b4212e9cba: Waiting 12:32:50 498691556463: Layer already exists 12:32:50 e82cacceb420: Layer already exists 12:32:50 3da23e07faee: Layer already exists 12:32:50 89659a872085: Layer already exists 12:32:50 0d2952a5ab9c: Layer already exists 12:32:50 43def4cc792b: Layer already exists 12:32:50 a3b4212e9cba: Layer already exists 12:32:50 c436c170bd7c: Layer already exists 12:32:50 ba8f737cc9e2: Layer already exists 12:32:50 6910304d0f1c: Layer already exists 12:32:50 66b385cf80cf: Layer already exists 12:32:50 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] isUnix [Pipeline] sh 12:32:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:32:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 12:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 12:32:51 43def4cc792b: Preparing 12:32:51 89659a872085: Preparing 12:32:51 e82cacceb420: Preparing 12:32:51 3da23e07faee: Preparing 12:32:51 498691556463: Preparing 12:32:51 a3b4212e9cba: Preparing 12:32:51 0d2952a5ab9c: Preparing 12:32:51 c436c170bd7c: Preparing 12:32:51 ba8f737cc9e2: Preparing 12:32:51 6910304d0f1c: Preparing 12:32:51 66b385cf80cf: Preparing 12:32:51 6910304d0f1c: Waiting 12:32:51 c436c170bd7c: Waiting 12:32:51 ba8f737cc9e2: Waiting 12:32:51 66b385cf80cf: Waiting 12:32:51 a3b4212e9cba: Waiting 12:32:51 0d2952a5ab9c: Waiting 12:32:51 89659a872085: Layer already exists 12:32:51 e82cacceb420: Layer already exists 12:32:51 43def4cc792b: Layer already exists 12:32:51 3da23e07faee: Layer already exists 12:32:51 498691556463: Layer already exists 12:32:51 a3b4212e9cba: Layer already exists 12:32:51 0d2952a5ab9c: Layer already exists 12:32:51 6910304d0f1c: Layer already exists 12:32:51 c436c170bd7c: Layer already exists 12:32:51 ba8f737cc9e2: Layer already exists 12:32:51 66b385cf80cf: Layer already exists 12:32:51 master: digest: sha256:335255499424aedbee2d23ea5a67bd783097a937c236259945cf7e2446059b32 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:51 ===================================================== [Pipeline] echo 12:32:51 taggedImages: 12:32:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.102 12:32:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 12:32:51 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 12:32:51 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:51 1.2.2-dev.102 12:32:51 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:51 master 12:32:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:52 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 12:32:52 a1a3b01059ce: Preparing 12:32:52 0471d3f27f71: Preparing 12:32:52 95ae6d9c9871: Preparing 12:32:52 b45a7b507d91: Preparing 12:32:53 95ae6d9c9871: Pushed 12:32:53 a1a3b01059ce: Pushed 12:32:53 b45a7b507d91: Pushed 12:32:55 0471d3f27f71: Pushed 12:32:55 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] isUnix [Pipeline] sh 12:32:56 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.102 12:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 12:32:56 a1a3b01059ce: Preparing 12:32:56 0471d3f27f71: Preparing 12:32:56 95ae6d9c9871: Preparing 12:32:56 b45a7b507d91: Preparing 12:32:56 0471d3f27f71: Layer already exists 12:32:56 a1a3b01059ce: Layer already exists 12:32:56 b45a7b507d91: Layer already exists 12:32:56 95ae6d9c9871: Layer already exists 12:32:56 1.2.2-dev.102: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] isUnix [Pipeline] sh 12:32:57 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:32:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 12:32:57 a1a3b01059ce: Preparing 12:32:57 0471d3f27f71: Preparing 12:32:57 95ae6d9c9871: Preparing 12:32:57 b45a7b507d91: Preparing 12:32:57 95ae6d9c9871: Layer already exists 12:32:57 a1a3b01059ce: Layer already exists 12:32:57 0471d3f27f71: Layer already exists 12:32:57 b45a7b507d91: Layer already exists 12:32:57 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] isUnix [Pipeline] sh 12:32:58 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:32:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 12:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 12:32:58 a1a3b01059ce: Preparing 12:32:58 0471d3f27f71: Preparing 12:32:58 95ae6d9c9871: Preparing 12:32:58 b45a7b507d91: Preparing 12:32:58 a1a3b01059ce: Layer already exists 12:32:58 95ae6d9c9871: Layer already exists 12:32:58 b45a7b507d91: Layer already exists 12:32:58 0471d3f27f71: Layer already exists 12:32:58 master: digest: sha256:ec9da81c1e639774634b30b9cc1612da520297ded6ec5b06044efe7a74fd4490 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:32:58 ===================================================== [Pipeline] echo 12:32:58 taggedImages: 12:32:58 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:58 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.102 12:32:58 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:58 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 12:32:58 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 12:32:58 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:58 1.2.2-dev.102 12:32:58 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:32:58 master 12:32:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:32:59 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:32:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:32:59 e85c3540a4a6: Preparing 12:32:59 418d0a370d27: Preparing 12:32:59 5de2fd9dcb0a: Preparing 12:32:59 732f23bf0769: Preparing 12:32:59 63942cbb5135: Preparing 12:32:59 0c5d746d433b: Preparing 12:32:59 0c5d746d433b: Waiting 12:33:00 5de2fd9dcb0a: Pushed 12:33:00 e85c3540a4a6: Pushed 12:33:00 63942cbb5135: Pushed 12:33:00 732f23bf0769: Pushed 12:33:00 0c5d746d433b: Pushed 12:33:02 418d0a370d27: Pushed 12:33:02 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] isUnix [Pipeline] sh 12:33:03 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:33:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.102 12:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:33:03 e85c3540a4a6: Preparing 12:33:03 418d0a370d27: Preparing 12:33:03 5de2fd9dcb0a: Preparing 12:33:03 732f23bf0769: Preparing 12:33:03 63942cbb5135: Preparing 12:33:03 0c5d746d433b: Preparing 12:33:03 0c5d746d433b: Waiting 12:33:03 63942cbb5135: Layer already exists 12:33:03 732f23bf0769: Layer already exists 12:33:03 418d0a370d27: Layer already exists 12:33:03 5de2fd9dcb0a: Layer already exists 12:33:03 e85c3540a4a6: Layer already exists 12:33:03 0c5d746d433b: Layer already exists 12:33:03 1.2.2-dev.102: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] isUnix [Pipeline] sh 12:33:04 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:33:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:33:04 e85c3540a4a6: Preparing 12:33:04 418d0a370d27: Preparing 12:33:04 5de2fd9dcb0a: Preparing 12:33:04 732f23bf0769: Preparing 12:33:04 63942cbb5135: Preparing 12:33:04 0c5d746d433b: Preparing 12:33:04 0c5d746d433b: Waiting 12:33:04 e85c3540a4a6: Layer already exists 12:33:04 5de2fd9dcb0a: Layer already exists 12:33:04 418d0a370d27: Layer already exists 12:33:04 732f23bf0769: Layer already exists 12:33:04 63942cbb5135: Layer already exists 12:33:04 0c5d746d433b: Layer already exists 12:33:04 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] isUnix [Pipeline] sh 12:33:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:33:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 12:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 12:33:05 e85c3540a4a6: Preparing 12:33:05 418d0a370d27: Preparing 12:33:05 5de2fd9dcb0a: Preparing 12:33:05 732f23bf0769: Preparing 12:33:05 63942cbb5135: Preparing 12:33:05 0c5d746d433b: Preparing 12:33:05 0c5d746d433b: Waiting 12:33:05 63942cbb5135: Layer already exists 12:33:05 418d0a370d27: Layer already exists 12:33:05 5de2fd9dcb0a: Layer already exists 12:33:05 732f23bf0769: Layer already exists 12:33:05 e85c3540a4a6: Layer already exists 12:33:05 0c5d746d433b: Layer already exists 12:33:05 master: digest: sha256:d3ae520de86bf92b222da22e96d2252f686916a3537862909844d1676e555ac8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:33:05 ===================================================== [Pipeline] echo 12:33:05 taggedImages: 12:33:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:33:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.102 12:33:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 12:33:05 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 12:33:05 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:33:05 1.2.2-dev.102 12:33:05 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:05 master 12:33:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:33:06 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:33:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:33:06 d2d8448d45ed: Preparing 12:33:06 0dbcdd9a1597: Preparing 12:33:06 37ddae669059: Preparing 12:33:07 37ddae669059: Pushed 12:33:07 d2d8448d45ed: Pushed 12:33:09 0dbcdd9a1597: Pushed 12:33:09 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] isUnix [Pipeline] sh 12:33:10 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:33:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.102 12:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:33:10 d2d8448d45ed: Preparing 12:33:10 0dbcdd9a1597: Preparing 12:33:10 37ddae669059: Preparing 12:33:10 d2d8448d45ed: Layer already exists 12:33:10 37ddae669059: Layer already exists 12:33:10 0dbcdd9a1597: Layer already exists 12:33:10 1.2.2-dev.102: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] isUnix [Pipeline] sh 12:33:11 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:33:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:33:11 d2d8448d45ed: Preparing 12:33:11 0dbcdd9a1597: Preparing 12:33:11 37ddae669059: Preparing 12:33:11 d2d8448d45ed: Layer already exists 12:33:11 37ddae669059: Layer already exists 12:33:11 0dbcdd9a1597: Layer already exists 12:33:11 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] isUnix [Pipeline] sh 12:33:12 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:33:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 12:33:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 12:33:12 d2d8448d45ed: Preparing 12:33:12 0dbcdd9a1597: Preparing 12:33:12 37ddae669059: Preparing 12:33:12 0dbcdd9a1597: Layer already exists 12:33:12 37ddae669059: Layer already exists 12:33:12 d2d8448d45ed: Layer already exists 12:33:12 master: digest: sha256:ce9075afe8e6114c7a08ce9c90dad095eeb87e9fa0caabcbf799a54f1405b9ce size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:33:12 ===================================================== [Pipeline] echo 12:33:13 taggedImages: 12:33:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:33:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.102 12:33:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 12:33:13 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 12:33:13 30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:33:13 1.2.2-dev.102 12:33:13 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:13 master 12:33:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:33:13 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] isUnix [Pipeline] sh 12:33:13 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:33:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:33:13 662c56038e95: Preparing 12:33:13 ddc005985c80: Preparing 12:33:13 730732320b00: Preparing 12:33:13 00660081f180: Preparing 12:33:13 883b61d4a7a8: Preparing 12:33:13 0eda2a2dec64: Preparing 12:33:13 4059d90ff57c: Preparing 12:33:13 52543ddb2901: Preparing 12:33:13 9f553b275599: Preparing 12:33:13 3a47579f0cd1: Preparing 12:33:13 cd6d79ebbfb6: Preparing 12:33:13 3e7dc55cab04: Preparing 12:33:13 b2e85fd0898f: Preparing 12:33:13 cd3761cfa1d9: Preparing 12:33:13 3a47579f0cd1: Waiting 12:33:13 cd6d79ebbfb6: Waiting 12:33:13 3e7dc55cab04: Waiting 12:33:13 b2e85fd0898f: Waiting 12:33:13 cd3761cfa1d9: Waiting 12:33:13 0eda2a2dec64: Waiting 12:33:13 4059d90ff57c: Waiting 12:33:13 52543ddb2901: Waiting 12:33:13 9f553b275599: Waiting 12:33:14 883b61d4a7a8: Pushed 12:33:14 662c56038e95: Pushed 12:33:15 00660081f180: Pushed 12:33:15 52543ddb2901: Layer already exists 12:33:15 9f553b275599: Layer already exists 12:33:15 3a47579f0cd1: Layer already exists 12:33:15 4059d90ff57c: Pushed 12:33:15 cd6d79ebbfb6: Layer already exists 12:33:15 3e7dc55cab04: Layer already exists 12:33:15 b2e85fd0898f: Layer already exists 12:33:15 cd3761cfa1d9: Layer already exists 12:33:15 ddc005985c80: Pushed 12:33:16 0eda2a2dec64: Pushed 12:33:27 730732320b00: Pushed 12:33:27 30fe914c5ad8e4d98bae6ee0071c56635472cae5: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] isUnix [Pipeline] sh 12:33:27 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:33:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.102 12:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:33:28 662c56038e95: Preparing 12:33:28 ddc005985c80: Preparing 12:33:28 730732320b00: Preparing 12:33:28 00660081f180: Preparing 12:33:28 883b61d4a7a8: Preparing 12:33:28 0eda2a2dec64: Preparing 12:33:28 4059d90ff57c: Preparing 12:33:28 52543ddb2901: Preparing 12:33:28 9f553b275599: Preparing 12:33:28 3a47579f0cd1: Preparing 12:33:28 cd6d79ebbfb6: Preparing 12:33:28 3e7dc55cab04: Preparing 12:33:28 b2e85fd0898f: Preparing 12:33:28 cd3761cfa1d9: Preparing 12:33:28 0eda2a2dec64: Waiting 12:33:28 4059d90ff57c: Waiting 12:33:28 52543ddb2901: Waiting 12:33:28 3a47579f0cd1: Waiting 12:33:28 cd6d79ebbfb6: Waiting 12:33:28 9f553b275599: Waiting 12:33:28 3e7dc55cab04: Waiting 12:33:28 cd3761cfa1d9: Waiting 12:33:28 b2e85fd0898f: Waiting 12:33:28 662c56038e95: Layer already exists 12:33:28 00660081f180: Layer already exists 12:33:28 883b61d4a7a8: Layer already exists 12:33:28 730732320b00: Layer already exists 12:33:28 ddc005985c80: Layer already exists 12:33:28 0eda2a2dec64: Layer already exists 12:33:28 52543ddb2901: Layer already exists 12:33:28 4059d90ff57c: Layer already exists 12:33:28 9f553b275599: Layer already exists 12:33:28 3a47579f0cd1: Layer already exists 12:33:28 cd6d79ebbfb6: Layer already exists 12:33:28 3e7dc55cab04: Layer already exists 12:33:28 b2e85fd0898f: Layer already exists 12:33:28 cd3761cfa1d9: Layer already exists 12:33:28 1.2.2-dev.102: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] isUnix [Pipeline] sh 12:33:28 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 [Pipeline] isUnix [Pipeline] sh 12:33:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:33:28 662c56038e95: Preparing 12:33:28 ddc005985c80: Preparing 12:33:28 730732320b00: Preparing 12:33:28 00660081f180: Preparing 12:33:28 883b61d4a7a8: Preparing 12:33:28 0eda2a2dec64: Preparing 12:33:28 4059d90ff57c: Preparing 12:33:28 52543ddb2901: Preparing 12:33:28 9f553b275599: Preparing 12:33:28 3a47579f0cd1: Preparing 12:33:28 cd6d79ebbfb6: Preparing 12:33:28 3e7dc55cab04: Preparing 12:33:28 b2e85fd0898f: Preparing 12:33:28 cd3761cfa1d9: Preparing 12:33:28 0eda2a2dec64: Waiting 12:33:28 4059d90ff57c: Waiting 12:33:28 52543ddb2901: Waiting 12:33:28 9f553b275599: Waiting 12:33:28 3a47579f0cd1: Waiting 12:33:28 cd6d79ebbfb6: Waiting 12:33:28 3e7dc55cab04: Waiting 12:33:28 b2e85fd0898f: Waiting 12:33:28 cd3761cfa1d9: Waiting 12:33:29 ddc005985c80: Layer already exists 12:33:29 730732320b00: Layer already exists 12:33:29 00660081f180: Layer already exists 12:33:29 662c56038e95: Layer already exists 12:33:29 883b61d4a7a8: Layer already exists 12:33:29 4059d90ff57c: Layer already exists 12:33:29 0eda2a2dec64: Layer already exists 12:33:29 9f553b275599: Layer already exists 12:33:29 52543ddb2901: Layer already exists 12:33:29 3a47579f0cd1: Layer already exists 12:33:29 cd6d79ebbfb6: Layer already exists 12:33:29 cd3761cfa1d9: Layer already exists 12:33:29 3e7dc55cab04: Layer already exists 12:33:29 b2e85fd0898f: Layer already exists 12:33:29 30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] isUnix [Pipeline] sh 12:33:29 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 12:33:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 12:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 12:33:29 662c56038e95: Preparing 12:33:29 ddc005985c80: Preparing 12:33:29 730732320b00: Preparing 12:33:29 00660081f180: Preparing 12:33:29 883b61d4a7a8: Preparing 12:33:29 0eda2a2dec64: Preparing 12:33:29 4059d90ff57c: Preparing 12:33:29 52543ddb2901: Preparing 12:33:29 9f553b275599: Preparing 12:33:29 3a47579f0cd1: Preparing 12:33:29 cd6d79ebbfb6: Preparing 12:33:29 3e7dc55cab04: Preparing 12:33:29 b2e85fd0898f: Preparing 12:33:29 cd3761cfa1d9: Preparing 12:33:29 3a47579f0cd1: Waiting 12:33:29 cd6d79ebbfb6: Waiting 12:33:29 3e7dc55cab04: Waiting 12:33:29 4059d90ff57c: Waiting 12:33:29 52543ddb2901: Waiting 12:33:29 b2e85fd0898f: Waiting 12:33:29 9f553b275599: Waiting 12:33:29 cd3761cfa1d9: Waiting 12:33:29 730732320b00: Layer already exists 12:33:29 ddc005985c80: Layer already exists 12:33:29 00660081f180: Layer already exists 12:33:29 883b61d4a7a8: Layer already exists 12:33:29 662c56038e95: Layer already exists 12:33:29 4059d90ff57c: Layer already exists 12:33:30 0eda2a2dec64: Layer already exists 12:33:30 52543ddb2901: Layer already exists 12:33:30 9f553b275599: Layer already exists 12:33:30 3a47579f0cd1: Layer already exists 12:33:30 3e7dc55cab04: Layer already exists 12:33:30 cd6d79ebbfb6: Layer already exists 12:33:30 cd3761cfa1d9: Layer already exists 12:33:30 b2e85fd0898f: Layer already exists 12:33:30 master: digest: sha256:0c0699b91e0e3756e931c9b286005fa290089256e00a88168e1d4fe04280f1c0 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:33:30 ===================================================== [Pipeline] echo 12:33:30 taggedImages: 12:33:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:33:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.102 12:33:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5-1.2.2-dev.102 12:33:30 - 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 12:33:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 12:33:32 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 12:33:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:33:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 12:33:32 12:33:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 12:33:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 12:33:33 1.317.0: Pulling from edgex-devops/edgex-snyk-go 12:33:33 cbdbe7a5bc2a: Already exists 12:33:33 408f87550127: Pulling fs layer 12:33:33 fe522b08c979: Pulling fs layer 12:33:33 221eaa008020: Pulling fs layer 12:33:33 2a4607e5d6b9: Pulling fs layer 12:33:33 8f79b27c4fd2: Pulling fs layer 12:33:33 e5c8dbe1645b: Pulling fs layer 12:33:33 23e8b3b47431: Pulling fs layer 12:33:33 5c568d65a230: Pulling fs layer 12:33:33 8f79b27c4fd2: Waiting 12:33:33 e5c8dbe1645b: Waiting 12:33:33 23e8b3b47431: Waiting 12:33:33 2a4607e5d6b9: Waiting 12:33:33 5c568d65a230: Waiting 12:33:33 fe522b08c979: Verifying Checksum 12:33:33 fe522b08c979: Download complete 12:33:33 408f87550127: Verifying Checksum 12:33:33 408f87550127: Download complete 12:33:33 2a4607e5d6b9: Verifying Checksum 12:33:33 2a4607e5d6b9: Download complete 12:33:33 8f79b27c4fd2: Verifying Checksum 12:33:33 8f79b27c4fd2: Download complete 12:33:34 408f87550127: Pull complete 12:33:34 fe522b08c979: Pull complete 12:33:35 e5c8dbe1645b: Verifying Checksum 12:33:35 e5c8dbe1645b: Download complete 12:33:38 23e8b3b47431: Verifying Checksum 12:33:38 23e8b3b47431: Download complete 12:33:39 5c568d65a230: Verifying Checksum 12:33:39 5c568d65a230: Download complete 12:33:43 221eaa008020: Verifying Checksum 12:33:43 221eaa008020: Download complete 12:33:56 221eaa008020: Pull complete 12:33:56 2a4607e5d6b9: Pull complete 12:33:56 8f79b27c4fd2: Pull complete 12:34:00 e5c8dbe1645b: Pull complete 12:34:05 23e8b3b47431: Pull complete 12:34:07 5c568d65a230: Pull complete 12:34:07 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 12:34:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 12:34:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 12:34:08 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:34:08 $ 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/218:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-snyk-go:1.317.0 cat 12:34:10 $ docker top be905fd2e4c68e8958ee57a2be5f6bd68d3d36b6063771be14f5aaf0afa13ddb -eo pid,comm [Pipeline] { [Pipeline] sh 12:34:11 + snyk monitor '--org=edgex-jenkins' 12:34:26 12:34:26 Monitoring /w/workspace/edgex-go/218 (github.com/edgexfoundry/edgex-go)... 12:34:26 12:34:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ec58b397-e9ca-4dec-a94b-89028e69cc53 12:34:26 12:34:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:34:26 12:34:26 12:34:26 Snyk CLI supports Node.js 8 and higher. 12:34:26 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 12:34:26 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 12:34:26 12:34:26 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 12:34:26 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 12:34:26 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 12:34:26 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 12:34:26 $ docker stop --time=1 be905fd2e4c68e8958ee57a2be5f6bd68d3d36b6063771be14f5aaf0afa13ddb 12:34:29 $ docker rm -f be905fd2e4c68e8958ee57a2be5f6bd68d3d36b6063771be14f5aaf0afa13ddb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:34:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:34:31 12:34:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 12:34:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:34:32 latest: Pulling from edgex-devops/edgex-klar 12:34:32 e7c96db7181b: Pulling fs layer 12:34:32 1868ca2cb446: Pulling fs layer 12:34:32 136be5d0fe8e: Pulling fs layer 12:34:32 894bfe63afcb: Pulling fs layer 12:34:32 894bfe63afcb: Waiting 12:34:32 1868ca2cb446: Verifying Checksum 12:34:32 1868ca2cb446: Download complete 12:34:32 136be5d0fe8e: Verifying Checksum 12:34:32 136be5d0fe8e: Download complete 12:34:32 e7c96db7181b: Verifying Checksum 12:34:32 e7c96db7181b: Download complete 12:34:32 894bfe63afcb: Verifying Checksum 12:34:32 894bfe63afcb: Download complete 12:34:33 e7c96db7181b: Pull complete 12:34:33 1868ca2cb446: Pull complete 12:34:33 136be5d0fe8e: Pull complete 12:34:33 894bfe63afcb: Pull complete 12:34:33 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 12:34:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:34:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 12:34:33 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:34:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:34:35 $ docker top ba9b55b0a38b9836ae9b279be3bd42417763b01aad7b55c7d825825a7d89a234 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:34:36 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:34:36 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:34:39 $ docker stop --time=1 ba9b55b0a38b9836ae9b279be3bd42417763b01aad7b55c7d825825a7d89a234 12:34:41 $ docker rm -f ba9b55b0a38b9836ae9b279be3bd42417763b01aad7b55c7d825825a7d89a234 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:34:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:34:41 . [Pipeline] withDockerContainer 12:34:41 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:34:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:34:43 $ docker top 0fc5d39d7f59a4eb026c5f74bfd2216ade2c61c9b4cdb2adfd11f3335aa402fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:34:44 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:34:44 + tee 12:34:44 clair timeout 1m0s 12:34:44 docker timeout: 1m0s 12:34:44 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:34:45 $ docker stop --time=1 0fc5d39d7f59a4eb026c5f74bfd2216ade2c61c9b4cdb2adfd11f3335aa402fb 12:34:47 $ docker rm -f 0fc5d39d7f59a4eb026c5f74bfd2216ade2c61c9b4cdb2adfd11f3335aa402fb [Pipeline] // withDockerContainer [Pipeline] sh 12:34:47 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:34:47 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-command-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:34:47 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:34:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:34:48 . [Pipeline] withDockerContainer 12:34:48 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:34:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:34:49 $ docker top c63b80e95feb25fe0dc305d3fec41c22c75bd78da86f09ddf5b75514b5a2fa2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:34:50 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:34:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:34:56 $ docker stop --time=1 c63b80e95feb25fe0dc305d3fec41c22c75bd78da86f09ddf5b75514b5a2fa2c 12:34:58 $ docker rm -f c63b80e95feb25fe0dc305d3fec41c22c75bd78da86f09ddf5b75514b5a2fa2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:34:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:34:58 . [Pipeline] withDockerContainer 12:34:59 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:34:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:00 $ docker top 5371d57746d9f4f1ff9bc14de8450172f79c5cf3e25f408b6fdeda6ea3fe7d51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:01 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:35:01 + tee 12:35:01 clair timeout 1m0s 12:35:01 docker timeout: 1m0s 12:35:01 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:35:03 $ docker stop --time=1 5371d57746d9f4f1ff9bc14de8450172f79c5cf3e25f408b6fdeda6ea3fe7d51 12:35:04 $ docker rm -f 5371d57746d9f4f1ff9bc14de8450172f79c5cf3e25f408b6fdeda6ea3fe7d51 [Pipeline] // withDockerContainer [Pipeline] sh 12:35:05 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:35:05 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-data-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:35:05 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:35:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:35:05 . [Pipeline] withDockerContainer 12:35:06 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:35:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:07 $ docker top eac77b5f7fd0478a69ec7f2df159bd32f3e140080352a4efcbbd38fba363d45d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:08 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:35:08 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:35:11 $ docker stop --time=1 eac77b5f7fd0478a69ec7f2df159bd32f3e140080352a4efcbbd38fba363d45d 12:35:12 $ docker rm -f eac77b5f7fd0478a69ec7f2df159bd32f3e140080352a4efcbbd38fba363d45d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:35:13 . [Pipeline] withDockerContainer 12:35:13 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:35:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:14 $ docker top 5959e70bd082a663e23ab562bb6fd178de53b8c57361fd6dec0851840953ede5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:15 + + /klartee nexus3.edgexfoundry.org:10004/docker-core-metadata-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:35:15 12:35:16 clair timeout 1m0s 12:35:16 docker timeout: 1m0s 12:35:16 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:35:16 $ docker stop --time=1 5959e70bd082a663e23ab562bb6fd178de53b8c57361fd6dec0851840953ede5 12:35:18 $ docker rm -f 5959e70bd082a663e23ab562bb6fd178de53b8c57361fd6dec0851840953ede5 [Pipeline] // withDockerContainer [Pipeline] sh 12:35:19 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:35:19 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-metadata-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:35:19 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:35:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:35:20 . [Pipeline] withDockerContainer 12:35:20 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:35:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:21 $ docker top 61c34f67767f104e6217084594c2eba98f209aca337c5ed917e9af9c7b2f7344 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:22 + + /klartee 12:35:22 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:35:27 $ docker stop --time=1 61c34f67767f104e6217084594c2eba98f209aca337c5ed917e9af9c7b2f7344 12:35:29 $ docker rm -f 61c34f67767f104e6217084594c2eba98f209aca337c5ed917e9af9c7b2f7344 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:35:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:35:30 . [Pipeline] withDockerContainer 12:35:30 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:35:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:32 $ docker top 5815a1cef589f45fa43c934a7be3561d029cf46323f96d58c5fd8ffee07bbdb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:33 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:35:33 + tee 12:35:33 clair timeout 1m0s 12:35:33 docker timeout: 1m0s 12:35:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:35:34 $ docker stop --time=1 5815a1cef589f45fa43c934a7be3561d029cf46323f96d58c5fd8ffee07bbdb0 12:35:35 $ docker rm -f 5815a1cef589f45fa43c934a7be3561d029cf46323f96d58c5fd8ffee07bbdb0 [Pipeline] // withDockerContainer [Pipeline] sh 12:35:36 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:35:36 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-proxy-setup-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:35:36 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:35:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:35:36 . [Pipeline] withDockerContainer 12:35:37 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:35:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:38 $ docker top 43c99350eec01d33ac726953d884e05bed5ab00368687ec78344a2f4caffaff4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:38 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:35:38 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:35:45 $ docker stop --time=1 43c99350eec01d33ac726953d884e05bed5ab00368687ec78344a2f4caffaff4 12:35:47 $ docker rm -f 43c99350eec01d33ac726953d884e05bed5ab00368687ec78344a2f4caffaff4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:35:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:35:48 . [Pipeline] withDockerContainer 12:35:48 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:35:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:50 $ docker top 6b0a7bffcc757dc4092ce8c1aa74c82eea1f2f5745c50e6250625c3e63d4487c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:51 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5+ tee 12:35:51 12:35:51 clair timeout 1m0s 12:35:51 docker timeout: 1m0s 12:35:51 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:35:52 $ docker stop --time=1 6b0a7bffcc757dc4092ce8c1aa74c82eea1f2f5745c50e6250625c3e63d4487c 12:35:54 $ docker rm -f 6b0a7bffcc757dc4092ce8c1aa74c82eea1f2f5745c50e6250625c3e63d4487c [Pipeline] // withDockerContainer [Pipeline] sh 12:35:54 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:35:54 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secrets-setup-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:35:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:35:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:35:55 . [Pipeline] withDockerContainer 12:35:55 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:35:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:35:57 $ docker top f97504be47017d39687edd85a585cf171189ca461dcdfa303c645d0735d818c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:57 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:35:57 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:06 $ docker stop --time=1 f97504be47017d39687edd85a585cf171189ca461dcdfa303c645d0735d818c9 12:36:07 $ docker rm -f f97504be47017d39687edd85a585cf171189ca461dcdfa303c645d0735d818c9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:36:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:08 . [Pipeline] withDockerContainer 12:36:08 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:36:09 $ docker top 703a2df54c4addc491060a75798f2a11bf1f42cadb9442511ca7554105e0a7f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:10 + tee 12:36:10 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:36:10 clair timeout 1m0s 12:36:10 docker timeout: 1m0s 12:36:10 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:12 $ docker stop --time=1 703a2df54c4addc491060a75798f2a11bf1f42cadb9442511ca7554105e0a7f9 12:36:14 $ docker rm -f 703a2df54c4addc491060a75798f2a11bf1f42cadb9442511ca7554105e0a7f9 [Pipeline] // withDockerContainer [Pipeline] sh 12:36:14 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:36:14 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secretstore-setup-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:36:14 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:36:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:15 . [Pipeline] withDockerContainer 12:36:16 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:36:17 $ docker top c3dd211c8d810acf79923df95e402e2512b2444b085bdfb33bb3b8e7f67b1953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:18 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:36:18 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:21 $ docker stop --time=1 c3dd211c8d810acf79923df95e402e2512b2444b085bdfb33bb3b8e7f67b1953 12:36:23 $ docker rm -f c3dd211c8d810acf79923df95e402e2512b2444b085bdfb33bb3b8e7f67b1953 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:36:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:23 . [Pipeline] withDockerContainer 12:36:24 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:36:25 $ docker top 5c53ff593f3cd682b461f16c528b0b3b11fb4e18032e91df9d79a87d70cbe9fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:25 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:36:25 + tee 12:36:25 clair timeout 1m0s 12:36:25 docker timeout: 1m0s 12:36:25 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:26 $ docker stop --time=1 5c53ff593f3cd682b461f16c528b0b3b11fb4e18032e91df9d79a87d70cbe9fd 12:36:28 $ docker rm -f 5c53ff593f3cd682b461f16c528b0b3b11fb4e18032e91df9d79a87d70cbe9fd [Pipeline] // withDockerContainer [Pipeline] sh 12:36:29 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:36:29 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-logging-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:36:29 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:36:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:30 . [Pipeline] withDockerContainer 12:36:30 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:36:31 $ docker top d5f058f0a90e644b25e4c0ee9aaf4d8ce77c6481dadb5e6d45e3d316043eabea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:31 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:36:31 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:37 $ docker stop --time=1 d5f058f0a90e644b25e4c0ee9aaf4d8ce77c6481dadb5e6d45e3d316043eabea 12:36:39 $ docker rm -f d5f058f0a90e644b25e4c0ee9aaf4d8ce77c6481dadb5e6d45e3d316043eabea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:36:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:39 . [Pipeline] withDockerContainer 12:36:39 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:36:41 $ docker top eeb73e37b680516a0c84cec05bde2e58de76970e618fc20c39986d647073f1ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:42 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:36:42 + tee 12:36:42 clair timeout 1m0s 12:36:42 docker timeout: 1m0s 12:36:42 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:43 $ docker stop --time=1 eeb73e37b680516a0c84cec05bde2e58de76970e618fc20c39986d647073f1ae 12:36:45 $ docker rm -f eeb73e37b680516a0c84cec05bde2e58de76970e618fc20c39986d647073f1ae [Pipeline] // withDockerContainer [Pipeline] sh 12:36:45 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:36:45 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-notifications-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:36:45 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:36:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:46 . [Pipeline] withDockerContainer 12:36:46 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:36:47 $ docker top 60572b7c8f2ad162c02c38c090c1768273e27365fe480e730a3bd4f734bda128 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:48 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:36:48 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:51 $ docker stop --time=1 60572b7c8f2ad162c02c38c090c1768273e27365fe480e730a3bd4f734bda128 12:36:53 $ docker rm -f 60572b7c8f2ad162c02c38c090c1768273e27365fe480e730a3bd4f734bda128 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:36:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:53 . [Pipeline] withDockerContainer 12:36:53 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:36:54 $ docker top 3b62c358cffb86b6584e17ac8233e6858ec1e659f4a653cfa7bcd19552fa02eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:55 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:36:55 + tee 12:36:55 clair timeout 1m0s 12:36:55 docker timeout: 1m0s 12:36:55 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:36:56 $ docker stop --time=1 3b62c358cffb86b6584e17ac8233e6858ec1e659f4a653cfa7bcd19552fa02eb 12:36:57 $ docker rm -f 3b62c358cffb86b6584e17ac8233e6858ec1e659f4a653cfa7bcd19552fa02eb [Pipeline] // withDockerContainer [Pipeline] sh 12:36:58 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:36:58 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-scheduler-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:36:58 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:36:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:36:58 . [Pipeline] withDockerContainer 12:36:58 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:36:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:37:00 $ docker top 05ff85e0e0988c17bd91a0256241c90f74654f88d0a7d9980670dae02f719581 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:00 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:37:00 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:37:16 $ docker stop --time=1 05ff85e0e0988c17bd91a0256241c90f74654f88d0a7d9980670dae02f719581 12:37:17 $ docker rm -f 05ff85e0e0988c17bd91a0256241c90f74654f88d0a7d9980670dae02f719581 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:37:18 . [Pipeline] withDockerContainer 12:37:18 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:37:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:37:20 $ docker top 9ce404a92e8bdbf0124d969c7a972755148bef6c83602403532e0a05f924bc47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:21 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:37:21 + tee 12:37:21 clair timeout 1m0s 12:37:21 docker timeout: 1m0s 12:37:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:37:24 $ docker stop --time=1 9ce404a92e8bdbf0124d969c7a972755148bef6c83602403532e0a05f924bc47 12:37:25 $ docker rm -f 9ce404a92e8bdbf0124d969c7a972755148bef6c83602403532e0a05f924bc47 [Pipeline] // withDockerContainer [Pipeline] sh 12:37:26 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:37:26 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-sys-mgmt-agent-go_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:37:26 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:37:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:37:27 . [Pipeline] withDockerContainer 12:37:27 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:37:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:37:28 $ docker top cad6d8e7eeb506e53e09c6360e8ec82e0abe5a517f1fe93984f86f2e9f97148d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:29 + tee 12:37:29 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:37:31 $ docker stop --time=1 cad6d8e7eeb506e53e09c6360e8ec82e0abe5a517f1fe93984f86f2e9f97148d 12:37:33 $ docker rm -f cad6d8e7eeb506e53e09c6360e8ec82e0abe5a517f1fe93984f86f2e9f97148d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:37:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:37:34 . [Pipeline] withDockerContainer 12:37:34 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:37:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:37:35 $ docker top 7566917bbc75de7406e8225c3aca0926683af6359fecfb9a867c4d36fbbe2931 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:36 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:37:36 + tee 12:37:36 clair timeout 1m0s 12:37:36 docker timeout: 1m0s 12:37:36 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:37:37 $ docker stop --time=1 7566917bbc75de7406e8225c3aca0926683af6359fecfb9a867c4d36fbbe2931 12:37:39 $ docker rm -f 7566917bbc75de7406e8225c3aca0926683af6359fecfb9a867c4d36fbbe2931 [Pipeline] // withDockerContainer [Pipeline] sh 12:37:40 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:37:40 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-command-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:37:40 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:37:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:37:40 . [Pipeline] withDockerContainer 12:37:40 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:37:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:37:42 $ docker top 9e5715e871d8f065a3152d8b84ef3ce40379dac77d543ad16fdedbaea0820ac1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:43 + tee 12:37:43 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:37:49 $ docker stop --time=1 9e5715e871d8f065a3152d8b84ef3ce40379dac77d543ad16fdedbaea0820ac1 12:37:51 $ docker rm -f 9e5715e871d8f065a3152d8b84ef3ce40379dac77d543ad16fdedbaea0820ac1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:37:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:37:51 . [Pipeline] withDockerContainer 12:37:52 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:37:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:37:53 $ docker top 39b2b350bfc64f9a60e244f5d1a1d7f573a2abf872c4015e59cbb28148912625 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:54 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:37:54 + tee 12:37:54 clair timeout 1m0s 12:37:54 docker timeout: 1m0s 12:37:54 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:37:55 $ docker stop --time=1 39b2b350bfc64f9a60e244f5d1a1d7f573a2abf872c4015e59cbb28148912625 12:37:57 $ docker rm -f 39b2b350bfc64f9a60e244f5d1a1d7f573a2abf872c4015e59cbb28148912625 [Pipeline] // withDockerContainer [Pipeline] sh 12:37:57 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:37:57 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-data-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:37:58 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:37:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:37:58 . [Pipeline] withDockerContainer 12:37:58 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:37:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:37:59 $ docker top da0bf515fe18db6154af5ae4f303babffa7e10d381a6ee112c82d7596aa2fec3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:00 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:38:00 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:38:03 $ docker stop --time=1 da0bf515fe18db6154af5ae4f303babffa7e10d381a6ee112c82d7596aa2fec3 12:38:05 $ docker rm -f da0bf515fe18db6154af5ae4f303babffa7e10d381a6ee112c82d7596aa2fec3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:38:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:38:05 . [Pipeline] withDockerContainer 12:38:06 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:38:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:38:07 $ docker top 2a339ff3a26189c5cc1db4a34e0d801c61858838fcfe85ec9e4cdd38f2717ef9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:08 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:38:08 + tee 12:38:08 clair timeout 1m0s 12:38:08 docker timeout: 1m0s 12:38:08 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:38:09 $ docker stop --time=1 2a339ff3a26189c5cc1db4a34e0d801c61858838fcfe85ec9e4cdd38f2717ef9 12:38:10 $ docker rm -f 2a339ff3a26189c5cc1db4a34e0d801c61858838fcfe85ec9e4cdd38f2717ef9 [Pipeline] // withDockerContainer [Pipeline] sh 12:38:11 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:38:11 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-core-metadata-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:38:11 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:38:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:38:11 . [Pipeline] withDockerContainer 12:38:11 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:38:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:38:13 $ docker top 54a43ba8e1274f3fe823783c97dafc2f1af320d0b7e5d717473f9bce7e6e4c07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:14 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:38:14 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:38:18 $ docker stop --time=1 54a43ba8e1274f3fe823783c97dafc2f1af320d0b7e5d717473f9bce7e6e4c07 12:38:20 $ docker rm -f 54a43ba8e1274f3fe823783c97dafc2f1af320d0b7e5d717473f9bce7e6e4c07 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:38:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:38:21 . [Pipeline] withDockerContainer 12:38:21 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:38:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:38:22 $ docker top 43cdfda0aa2f921f97614622ac5866e332bf26e3005804590c5b7192096f1a36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:23 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:38:23 + tee 12:38:23 clair timeout 1m0s 12:38:23 docker timeout: 1m0s 12:38:23 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:38:24 $ docker stop --time=1 43cdfda0aa2f921f97614622ac5866e332bf26e3005804590c5b7192096f1a36 12:38:25 $ docker rm -f 43cdfda0aa2f921f97614622ac5866e332bf26e3005804590c5b7192096f1a36 [Pipeline] // withDockerContainer [Pipeline] sh 12:38:26 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:38:26 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:38:26 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:38:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:38:26 . [Pipeline] withDockerContainer 12:38:27 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:38:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:38:28 $ docker top 02587bf6de8a7f522a9fac0a1775c6d280ea866cfb18bd2feb9a1b82bc76c58a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:29 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:38:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:38:35 $ docker stop --time=1 02587bf6de8a7f522a9fac0a1775c6d280ea866cfb18bd2feb9a1b82bc76c58a 12:38:37 $ docker rm -f 02587bf6de8a7f522a9fac0a1775c6d280ea866cfb18bd2feb9a1b82bc76c58a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:38:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:38:38 . [Pipeline] withDockerContainer 12:38:38 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:38:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:38:39 $ docker top 94b267b33fe74ab5b304a9019d6b17d0bc38e2378a96948ce1ed66e8a931fa88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:40 + tee 12:38:40 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:38:40 clair timeout 1m0s 12:38:40 docker timeout: 1m0s 12:38:40 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:38:42 $ docker stop --time=1 94b267b33fe74ab5b304a9019d6b17d0bc38e2378a96948ce1ed66e8a931fa88 12:38:43 $ docker rm -f 94b267b33fe74ab5b304a9019d6b17d0bc38e2378a96948ce1ed66e8a931fa88 [Pipeline] // withDockerContainer [Pipeline] sh 12:38:44 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:38:44 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:38:44 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:38:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:38:45 . [Pipeline] withDockerContainer 12:38:45 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:38:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:38:46 $ docker top da2684c51a09094ac72526195e3f0bc337fe6c23d74d23e60059689fb3bfe43d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:47 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:38:47 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:38:58 $ docker stop --time=1 da2684c51a09094ac72526195e3f0bc337fe6c23d74d23e60059689fb3bfe43d 12:38:59 $ docker rm -f da2684c51a09094ac72526195e3f0bc337fe6c23d74d23e60059689fb3bfe43d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:39:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:00 . [Pipeline] withDockerContainer 12:39:00 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:01 $ docker top 11668ba543efa92a0ae887ddad5a64c1c68c644fdfa29eb56a91f390ddcaf730 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:02 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:39:02 + tee 12:39:02 clair timeout 1m0s 12:39:02 docker timeout: 1m0s 12:39:02 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:39:04 $ docker stop --time=1 11668ba543efa92a0ae887ddad5a64c1c68c644fdfa29eb56a91f390ddcaf730 12:39:06 $ docker rm -f 11668ba543efa92a0ae887ddad5a64c1c68c644fdfa29eb56a91f390ddcaf730 [Pipeline] // withDockerContainer [Pipeline] sh 12:39:06 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:39:06 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:39:06 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:07 . [Pipeline] withDockerContainer 12:39:07 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:08 $ docker top bf62debba5096b284aad3b2e31648d0a3cd1ba3b4aadccf30b1dc48aafada5a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:09 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:39:09 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:39:12 $ docker stop --time=1 bf62debba5096b284aad3b2e31648d0a3cd1ba3b4aadccf30b1dc48aafada5a0 12:39:14 $ docker rm -f bf62debba5096b284aad3b2e31648d0a3cd1ba3b4aadccf30b1dc48aafada5a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:39:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:14 . [Pipeline] withDockerContainer 12:39:15 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:16 $ docker top 352a3a69d1ce47b1004e6b19013ff8c9fb10ad85d1db08f3058da28acb9d2d0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:16 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:39:16 + tee 12:39:16 clair timeout 1m0s 12:39:16 docker timeout: 1m0s 12:39:16 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:39:17 $ docker stop --time=1 352a3a69d1ce47b1004e6b19013ff8c9fb10ad85d1db08f3058da28acb9d2d0b 12:39:19 $ docker rm -f 352a3a69d1ce47b1004e6b19013ff8c9fb10ad85d1db08f3058da28acb9d2d0b [Pipeline] // withDockerContainer [Pipeline] sh 12:39:20 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:39:20 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-logging-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:39:20 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:39:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:21 . [Pipeline] withDockerContainer 12:39:21 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:22 $ docker top 035b4e469bcb08d6f54fc51e8bddaded054e59e4f20f39a30b5ac3b88ac0d489 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:23 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:39:23 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:39:28 $ docker stop --time=1 035b4e469bcb08d6f54fc51e8bddaded054e59e4f20f39a30b5ac3b88ac0d489 12:39:30 $ docker rm -f 035b4e469bcb08d6f54fc51e8bddaded054e59e4f20f39a30b5ac3b88ac0d489 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:39:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:30 . [Pipeline] withDockerContainer 12:39:31 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:32 $ docker top dac0532013765729375c7f6e2909ab231584780f7dfe328137d923fe483a9748 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:32 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:39:32 + tee 12:39:32 clair timeout 1m0s 12:39:32 docker timeout: 1m0s 12:39:32 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:39:33 $ docker stop --time=1 dac0532013765729375c7f6e2909ab231584780f7dfe328137d923fe483a9748 12:39:35 $ docker rm -f dac0532013765729375c7f6e2909ab231584780f7dfe328137d923fe483a9748 [Pipeline] // withDockerContainer [Pipeline] sh 12:39:35 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:39:35 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-notifications-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:39:35 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:39:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:36 . [Pipeline] withDockerContainer 12:39:36 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:37 $ docker top 04d21dcfa38d1fce2776ae53b346fe4601f408f1338898491e15f3c9869723ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:38 + tee 12:39:38 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:39:41 $ docker stop --time=1 04d21dcfa38d1fce2776ae53b346fe4601f408f1338898491e15f3c9869723ab 12:39:42 $ docker rm -f 04d21dcfa38d1fce2776ae53b346fe4601f408f1338898491e15f3c9869723ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:39:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:43 . [Pipeline] withDockerContainer 12:39:43 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:45 $ docker top 281b7bf0e8703330c166a5f6f71ac1ceeac37558c899fdd5c4672b1b1df038dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:46 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:39:46 + tee 12:39:46 clair timeout 1m0s 12:39:46 docker timeout: 1m0s 12:39:46 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:39:46 $ docker stop --time=1 281b7bf0e8703330c166a5f6f71ac1ceeac37558c899fdd5c4672b1b1df038dd 12:39:48 $ docker rm -f 281b7bf0e8703330c166a5f6f71ac1ceeac37558c899fdd5c4672b1b1df038dd [Pipeline] // withDockerContainer [Pipeline] sh 12:39:49 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:39:49 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-support-scheduler-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:39:49 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 12:39:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:39:49 . [Pipeline] withDockerContainer 12:39:49 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:39:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:39:50 $ docker top 949359e767650fc6494195f3ed597845cf0b1a575d32c864862ccd27c38485f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:51 + tee 12:39:51 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:40:06 $ docker stop --time=1 949359e767650fc6494195f3ed597845cf0b1a575d32c864862ccd27c38485f5 12:40:08 $ docker rm -f 949359e767650fc6494195f3ed597845cf0b1a575d32c864862ccd27c38485f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:40:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 12:40:09 . [Pipeline] withDockerContainer 12:40:09 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:40:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-klar:latest cat 12:40:10 $ docker top b229a8e6e071f2d19b614285dc3c90cea807d6bc3862ab761365f5450aa6d290 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:11 + tee 12:40:11 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:30fe914c5ad8e4d98bae6ee0071c56635472cae5 12:40:11 clair timeout 1m0s 12:40:11 docker timeout: 1m0s 12:40:11 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:40:13 $ docker stop --time=1 b229a8e6e071f2d19b614285dc3c90cea807d6bc3862ab761365f5450aa6d290 12:40:14 $ docker rm -f b229a8e6e071f2d19b614285dc3c90cea807d6bc3862ab761365f5450aa6d290 [Pipeline] // withDockerContainer [Pipeline] sh 12:40:15 + mkdir -p /w/workspace/edgex-go/218/clair-reports [Pipeline] echo 12:40:15 Generated HTML Table Report. Writing to /w/workspace/edgex-go/218/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_30fe914c5ad8e4d98bae6ee0071c56635472cae5.html [Pipeline] writeFile [Pipeline] step 12:40:15 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 12:40:16 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:40:16 provisioning config files... 12:40:16 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/218@tmp/config5115582133319161865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:40:16 --> edgex-publish-swagger.sh 12:40:16 === Publish openapi/v1 API === 12:40:16 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 12:40:16 [publishToSwagger] Publishing API Name [core-command] 12:40:16 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:16 Dload Upload Total Spent Left Speed 12:40:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8076 0:00:01 0:00:01 --:--:-- 8074 100 10521 0 0 100 10521 0 8074 0:00:01 0:00:01 --:--:-- 8074 12:40:18 12:40:18 12:40:18 [publishToSwagger] Publishing API Name [core-data] 12:40:18 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:18 Dload Upload Total Spent Left Speed 12:40:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28615 0:00:01 0:00:01 --:--:-- 28633 100 32556 0 0 100 32556 0 28607 0:00:01 0:00:01 --:--:-- 28633 12:40:19 12:40:19 12:40:19 [publishToSwagger] Publishing API Name [core-metadata] 12:40:19 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:19 Dload Upload Total Spent Left Speed 12:40:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 58412 0:00:01 0:00:01 --:--:-- 58461 100 73720 0 0 100 73720 0 58398 0:00:01 0:00:01 --:--:-- 58415 12:40:20 12:40:20 12:40:20 [publishToSwagger] Publishing API Name [support-logging] 12:40:20 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:20 Dload Upload Total Spent Left Speed 12:40:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12790 0:00:01 0:00:01 --:--:-- 12799 100 13580 0 0 100 13580 0 12786 0:00:01 0:00:01 --:--:-- 12799 12:40:21 12:40:21 12:40:21 [publishToSwagger] Publishing API Name [support-notifications] 12:40:21 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:21 Dload Upload Total Spent Left Speed 12:40:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35362 0:00:01 0:00:01 --:--:-- 35385 100 38889 0 0 100 38889 0 35354 0:00:01 0:00:01 --:--:-- 35385 12:40:22 12:40:22 12:40:22 [publishToSwagger] Publishing API Name [support-scheduler] 12:40:22 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:22 Dload Upload Total Spent Left Speed 12:40:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11472 0:00:01 0:00:01 --:--:-- 11471 100 14248 0 0 100 14248 0 11469 0:00:01 0:00:01 --:--:-- 11462 12:40:24 12:40:24 12:40:24 [publishToSwagger] Publishing API Name [system-agent] 12:40:24 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:24 Dload Upload Total Spent Left Speed 12:40:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3343 0:00:01 0:00:01 --:--:-- 3346 100 4109 0 0 100 4109 0 3343 0:00:01 0:00:01 --:--:-- 3346 12:40:25 12:40:25 12:40:25 === Publish openapi/v2 API === 12:40:25 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 12:40:25 [publishToSwagger] Publishing API Name [core-command] 12:40:25 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:25 Dload Upload Total Spent Left Speed 12:40:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24982 0:00:01 0:00:01 --:--:-- 25008 100 29535 0 0 100 29535 0 24977 0:00:01 0:00:01 --:--:-- 24987 12:40:26 12:40:26 12:40:26 [publishToSwagger] Publishing API Name [core-data] 12:40:26 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:26 Dload Upload Total Spent Left Speed 12:40:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 54655 0:00:01 0:00:01 --:--:-- 54695 100 65634 0 0 100 65634 0 54636 0:00:01 0:00:01 --:--:-- 54649 12:40:27 12:40:27 12:40:27 [publishToSwagger] Publishing API Name [core-metadata] 12:40:28 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:28 Dload Upload Total Spent Left Speed 12:40:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 12:40:28 12:40:28 12:40:28 [publishToSwagger] Publishing API Name [support-logging] 12:40:28 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:28 Dload Upload Total Spent Left Speed 12:40:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 18947 0:00:01 0:00:01 --:--:-- 18952 100 23691 0 0 100 23691 0 16644 0:00:01 0:00:01 --:--:-- 16648 12:40:30 12:40:30 12:40:30 [publishToSwagger] Publishing API Name [support-notifications] 12:40:30 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:30 Dload Upload Total Spent Left Speed 12:40:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 58593 0:00:01 0:00:01 --:--:-- 58644 100 62691 0 0 100 62691 0 58576 0:00:01 0:00:01 --:--:-- 58644 12:40:31 12:40:31 12:40:31 [publishToSwagger] Publishing API Name [support-scheduler] 12:40:31 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:31 Dload Upload Total Spent Left Speed 12:40:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41513 0:00:01 0:00:01 --:--:-- 41544 100 46198 0 0 100 46198 0 41482 0:00:01 0:00:01 --:--:-- 41507 12:40:32 12:40:32 12:40:32 [publishToSwagger] Publishing API Name [system-agent] 12:40:32 % Total % Received % Xferd Average Speed Time Time Time Current 12:40:32 Dload Upload Total Spent Left Speed 12:40:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22643 0:00:01 0:00:01 --:--:-- 22659 100 23725 0 0 100 23725 0 22635 0:00:01 0:00:01 --:--:-- 22659 12:40:33 12:40:33 [Pipeline] } 12:40:33 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 12:40:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:40:34 . [Pipeline] withDockerContainer 12:40:35 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:40:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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:10004/edgex-devops/git-semver:latest cat 12:40:36 $ docker top c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:40:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:40:36 [ssh-agent] Looking for ssh-agent implementation... 12:40:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:40:37 $ docker exec c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 ssh-agent 12:40:38 SSH_AUTH_SOCK=/tmp/ssh-pTqaSq9a2YgJ/agent.12 12:40:38 SSH_AGENT_PID=18 12:40:38 Running ssh-add (command line suppressed) 12:40:38 Identity added: /w/workspace/edgex-go/218@tmp/private_key_2751136109424403067.key (/w/workspace/edgex-go/218@tmp/private_key_2751136109424403067.key) 12:40:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:40:39 + git semver tag 12:40:39 # -> Open(): unable to determine branch for HEAD 12:40:39 # $GIT_DIR = /w/workspace/edgex-go/218/.git 12:40:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/218 12:40:39 # $SEMVER_REMOTE_NAME = origin 12:40:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:40:39 # $SEMVER_USER_NAME = edgex-jenkins 12:40:39 # $SEMVER_BRANCH = master 12:40:39 # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver 12:40:39 # 30fe914c5ad8e4d98bae6ee0071c56635472cae5 HEAD 12:40:40 # -> Force: false 12:40:40 # d5dcb3f1d630ba68b4853de2db34eceec200cf4a refs/tags/v1.2.2-dev.102 [Pipeline] } 12:40:40 $ docker exec --env ******** --env ******** c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 ssh-agent -k 12:40:40 unset SSH_AUTH_SOCK; 12:40:40 unset SSH_AGENT_PID; 12:40:40 echo Agent pid 18 killed; 12:40:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:40:41 + git semver [Pipeline] } 12:40:41 $ docker stop --time=1 c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 12:40:42 $ docker rm -f c37faa1354bc3ac82e8897c9e9719c2a96ab9f2228b79a0044345e0520699562 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 12:40:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:40:43 12:40:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 12:40:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:40:44 0.23.1-centos7: Pulling from edgex-lftools 12:40:44 ab5ef0e58194: Pulling fs layer 12:40:44 9712f1f96733: Pulling fs layer 12:40:44 63f879dbbcfc: Pulling fs layer 12:40:44 0d9ebad4ef96: Pulling fs layer 12:40:44 e9a5061849ea: Pulling fs layer 12:40:44 d747dcd14b5f: Pulling fs layer 12:40:44 2de7ff778b66: Pulling fs layer 12:40:44 e9a5061849ea: Waiting 12:40:44 d747dcd14b5f: Waiting 12:40:44 2de7ff778b66: Waiting 12:40:44 0d9ebad4ef96: Waiting 12:40:44 9712f1f96733: Verifying Checksum 12:40:44 9712f1f96733: Download complete 12:40:50 63f879dbbcfc: Verifying Checksum 12:40:50 63f879dbbcfc: Download complete 12:40:52 e9a5061849ea: Verifying Checksum 12:40:52 e9a5061849ea: Download complete 12:40:52 d747dcd14b5f: Download complete 12:40:54 0d9ebad4ef96: Verifying Checksum 12:40:54 0d9ebad4ef96: Download complete 12:40:54 2de7ff778b66: Verifying Checksum 12:40:54 2de7ff778b66: Download complete 12:40:55 ab5ef0e58194: Verifying Checksum 12:40:55 ab5ef0e58194: Download complete 12:41:03 ab5ef0e58194: Pull complete 12:41:03 9712f1f96733: Pull complete 12:41:05 63f879dbbcfc: Pull complete 12:41:16 0d9ebad4ef96: Pull complete 12:41:18 e9a5061849ea: Pull complete 12:41:18 d747dcd14b5f: Pull complete 12:41:21 2de7ff778b66: Pull complete 12:41:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:41:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:41:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 12:41:22 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:41:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-lftools:0.23.1-centos7 cat 12:41:25 $ docker top b35c73d9f0517aa4f92ff8c822bdb33f3207566cb473bbb8aac55fc1c496cb2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:41:25 provisioning config files... 12:41:25 copy managed file [sigul-config] to file:/w/workspace/edgex-go/218@tmp/config1446265091162279392tmp 12:41:25 copy managed file [sigul-password] to file:/w/workspace/edgex-go/218@tmp/config2744889041469593587tmp 12:41:25 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/218@tmp/config4595710591655809909tmp [Pipeline] { [Pipeline] echo 12:41:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:41:26 ---> sigul-configuration.sh 12:41:26 gpg: directory `/root/.gnupg' created 12:41:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:41:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:41:26 gpg: keyring `/root/.gnupg/secring.gpg' created 12:41:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:41:26 gpg: CAST5 encrypted data 12:41:26 gpg: encrypted with 1 passphrase 12:41:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:41:26 + mkdir /home/jenkins 12:41:26 + mkdir /home/jenkins/sigul [Pipeline] sh 12:41:27 + 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 12:41:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:41:28 ---> sigul-install.sh 12:41:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 12:41:36 + git tag --list 12:41:36 0.6.0 12:41:36 0.6.1 12:41:36 0.7.0 12:41:36 0.7.1 12:41:36 v1.0.0 12:41:36 v1.0.1 12:41:36 v1.1.0 12:41:36 v1.2.0 12:41:36 v1.2.1 12:41:36 v1.2.2-dev.1 12:41:36 v1.2.2-dev.10 12:41:36 v1.2.2-dev.100 12:41:36 v1.2.2-dev.101 12:41:36 v1.2.2-dev.102 12:41:36 v1.2.2-dev.11 12:41:36 v1.2.2-dev.12 12:41:36 v1.2.2-dev.13 12:41:36 v1.2.2-dev.14 12:41:36 v1.2.2-dev.15 12:41:36 v1.2.2-dev.16 12:41:36 v1.2.2-dev.17 12:41:36 v1.2.2-dev.18 12:41:36 v1.2.2-dev.19 12:41:36 v1.2.2-dev.2 12:41:36 v1.2.2-dev.20 12:41:36 v1.2.2-dev.21 12:41:36 v1.2.2-dev.22 12:41:36 v1.2.2-dev.23 12:41:36 v1.2.2-dev.24 12:41:36 v1.2.2-dev.25 12:41:36 v1.2.2-dev.26 12:41:36 v1.2.2-dev.27 12:41:36 v1.2.2-dev.28 12:41:36 v1.2.2-dev.29 12:41:36 v1.2.2-dev.3 12:41:36 v1.2.2-dev.30 12:41:36 v1.2.2-dev.31 12:41:36 v1.2.2-dev.32 12:41:36 v1.2.2-dev.33 12:41:36 v1.2.2-dev.34 12:41:36 v1.2.2-dev.35 12:41:36 v1.2.2-dev.36 12:41:36 v1.2.2-dev.37 12:41:36 v1.2.2-dev.38 12:41:36 v1.2.2-dev.39 12:41:36 v1.2.2-dev.4 12:41:36 v1.2.2-dev.40 12:41:36 v1.2.2-dev.41 12:41:36 v1.2.2-dev.42 12:41:36 v1.2.2-dev.43 12:41:36 v1.2.2-dev.44 12:41:36 v1.2.2-dev.45 12:41:36 v1.2.2-dev.46 12:41:36 v1.2.2-dev.47 12:41:36 v1.2.2-dev.48 12:41:36 v1.2.2-dev.49 12:41:36 v1.2.2-dev.5 12:41:36 v1.2.2-dev.50 12:41:36 v1.2.2-dev.51 12:41:36 v1.2.2-dev.52 12:41:36 v1.2.2-dev.53 12:41:36 v1.2.2-dev.54 12:41:36 v1.2.2-dev.55 12:41:36 v1.2.2-dev.56 12:41:36 v1.2.2-dev.57 12:41:36 v1.2.2-dev.58 12:41:36 v1.2.2-dev.59 12:41:36 v1.2.2-dev.6 12:41:36 v1.2.2-dev.60 12:41:36 v1.2.2-dev.61 12:41:36 v1.2.2-dev.62 12:41:36 v1.2.2-dev.63 12:41:36 v1.2.2-dev.64 12:41:36 v1.2.2-dev.65 12:41:36 v1.2.2-dev.66 12:41:36 v1.2.2-dev.67 12:41:36 v1.2.2-dev.68 12:41:36 v1.2.2-dev.69 12:41:36 v1.2.2-dev.7 12:41:36 v1.2.2-dev.70 12:41:36 v1.2.2-dev.71 12:41:36 v1.2.2-dev.72 12:41:36 v1.2.2-dev.73 12:41:36 v1.2.2-dev.74 12:41:36 v1.2.2-dev.75 12:41:36 v1.2.2-dev.76 12:41:36 v1.2.2-dev.77 12:41:36 v1.2.2-dev.78 12:41:36 v1.2.2-dev.79 12:41:36 v1.2.2-dev.8 12:41:36 v1.2.2-dev.80 12:41:36 v1.2.2-dev.81 12:41:36 v1.2.2-dev.82 12:41:36 v1.2.2-dev.83 12:41:36 v1.2.2-dev.84 12:41:36 v1.2.2-dev.85 12:41:36 v1.2.2-dev.86 12:41:36 v1.2.2-dev.87 12:41:36 v1.2.2-dev.88 12:41:36 v1.2.2-dev.89 12:41:36 v1.2.2-dev.9 12:41:36 v1.2.2-dev.90 12:41:36 v1.2.2-dev.91 12:41:36 v1.2.2-dev.92 12:41:36 v1.2.2-dev.93 12:41:36 v1.2.2-dev.94 12:41:36 v1.2.2-dev.95 12:41:36 v1.2.2-dev.96 12:41:36 v1.2.2-dev.97 12:41:36 v1.2.2-dev.98 12:41:36 v1.2.2-dev.99 [Pipeline] sh 12:41:37 + lftools sign git-tag v1.2.2-dev.102 12:41:39 Signing Git tag with Sigul... 12:41:39 Signing v1.2.2-dev.102 [Pipeline] echo 12:41:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:41:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:41:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:41:40 $ docker stop --time=1 b35c73d9f0517aa4f92ff8c822bdb33f3207566cb473bbb8aac55fc1c496cb2a 12:41:42 $ docker rm -f b35c73d9f0517aa4f92ff8c822bdb33f3207566cb473bbb8aac55fc1c496cb2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 12:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:41:43 . [Pipeline] withDockerContainer 12:41:43 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:41:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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:10004/edgex-devops/git-semver:latest cat 12:41:45 $ docker top 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:41:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:41:45 [ssh-agent] Looking for ssh-agent implementation... 12:41:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:41:46 $ docker exec 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae ssh-agent 12:41:46 SSH_AUTH_SOCK=/tmp/ssh-QuRVut4fLrkA/agent.11 12:41:46 SSH_AGENT_PID=16 12:41:46 Running ssh-add (command line suppressed) 12:41:46 Identity added: /w/workspace/edgex-go/218@tmp/private_key_8833497226406677235.key (/w/workspace/edgex-go/218@tmp/private_key_8833497226406677235.key) 12:41:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:41:47 + git semver bump pre 12:41:47 # -> Open(): unable to determine branch for HEAD 12:41:47 # $GIT_DIR = /w/workspace/edgex-go/218/.git 12:41:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/218 12:41:47 # $SEMVER_REMOTE_NAME = origin 12:41:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:41:47 # $SEMVER_USER_NAME = edgex-jenkins 12:41:47 # $SEMVER_BRANCH = master 12:41:47 # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver 12:41:47 1.2.2-dev.103 [Pipeline] } 12:41:47 $ docker exec --env ******** --env ******** 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae ssh-agent -k 12:41:47 unset SSH_AUTH_SOCK; 12:41:47 unset SSH_AGENT_PID; 12:41:47 echo Agent pid 16 killed; 12:41:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:41:48 + git semver [Pipeline] } 12:41:48 $ docker stop --time=1 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae 12:41:49 $ docker rm -f 70615664e18905ac21be8332d867a161a2bb7bf83c506fa9446f2a52222705ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:41:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:41:50 . [Pipeline] withDockerContainer 12:41:50 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:41:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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:10004/edgex-devops/git-semver:latest cat 12:41:51 $ docker top 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:41:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:41:52 [ssh-agent] Looking for ssh-agent implementation... 12:41:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:41:52 $ docker exec 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 ssh-agent 12:41:53 SSH_AUTH_SOCK=/tmp/ssh-HyhAykaus3Ni/agent.12 12:41:53 SSH_AGENT_PID=17 12:41:53 Running ssh-add (command line suppressed) 12:41:53 Identity added: /w/workspace/edgex-go/218@tmp/private_key_2228447607790680323.key (/w/workspace/edgex-go/218@tmp/private_key_2228447607790680323.key) 12:41:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:41:53 + git semver push 12:41:53 # -> Open(): unable to determine branch for HEAD 12:41:53 # $GIT_DIR = /w/workspace/edgex-go/218/.git 12:41:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/218 12:41:53 # $SEMVER_REMOTE_NAME = origin 12:41:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:41:53 # $SEMVER_USER_NAME = edgex-jenkins 12:41:53 # $SEMVER_BRANCH = master 12:41:53 # $SEMVER_DIR = /w/workspace/edgex-go/218/.semver [Pipeline] } 12:42:06 $ docker exec --env ******** --env ******** 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 ssh-agent -k 12:42:06 unset SSH_AUTH_SOCK; 12:42:06 unset SSH_AGENT_PID; 12:42:06 echo Agent pid 17 killed; 12:42:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:42:07 + git semver [Pipeline] } 12:42:07 $ docker stop --time=1 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 12:42:08 $ docker rm -f 82dbdddc5b6a1a8c7bd137a85c8b9d03bde8afa6eb9f43024272d4facdc6f0a0 [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 12:42:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:42:10 ---> package-listing.sh 12:42:10 ++ facter osfamily 12:42:10 ++ tr '[:upper:]' '[:lower:]' 12:42:10 + OS_FAMILY=redhat 12:42:10 + workspace=/w/workspace/edgex-go/218 12:42:10 + START_PACKAGES=/tmp/packages_start.txt 12:42:10 + END_PACKAGES=/tmp/packages_end.txt 12:42:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:42:10 + PACKAGES=/tmp/packages_start.txt 12:42:10 + '[' /w/workspace/edgex-go/218 ']' 12:42:10 + PACKAGES=/tmp/packages_end.txt 12:42:10 + case "${OS_FAMILY}" in 12:42:10 + rpm -qa 12:42:10 + sort 12:42:15 + '[' -f /tmp/packages_start.txt ']' 12:42:15 + '[' -f /tmp/packages_end.txt ']' 12:42:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:42:15 + '[' /w/workspace/edgex-go/218 ']' 12:42:15 + mkdir -p /w/workspace/edgex-go/218/archives/ 12:42:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/218/archives/ [Pipeline] echo 12:42:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:42:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:42:16 12:42:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:42:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:42:16 alpine: Pulling from edgex-lftools-log-publisher 12:42:16 df20fa9351a1: Already exists 12:42:16 36b3adc4ff6f: Pulling fs layer 12:42:16 8ad3a11d3b57: Pulling fs layer 12:42:16 46f8f816bc3b: Pulling fs layer 12:42:16 93b61091891f: Pulling fs layer 12:42:16 93b9cdb0e59b: Pulling fs layer 12:42:16 5e14af77c1be: Pulling fs layer 12:42:16 01666e4c0597: Pulling fs layer 12:42:16 aa168da1d23b: Pulling fs layer 12:42:16 5e14af77c1be: Waiting 12:42:16 01666e4c0597: Waiting 12:42:16 aa168da1d23b: Waiting 12:42:16 93b61091891f: Waiting 12:42:16 93b9cdb0e59b: Waiting 12:42:16 46f8f816bc3b: Verifying Checksum 12:42:16 46f8f816bc3b: Download complete 12:42:16 36b3adc4ff6f: Download complete 12:42:16 93b9cdb0e59b: Verifying Checksum 12:42:16 93b9cdb0e59b: Download complete 12:42:16 5e14af77c1be: Verifying Checksum 12:42:16 5e14af77c1be: Download complete 12:42:16 01666e4c0597: Verifying Checksum 12:42:16 01666e4c0597: Download complete 12:42:17 93b61091891f: Verifying Checksum 12:42:17 93b61091891f: Download complete 12:42:17 36b3adc4ff6f: Pull complete 12:42:18 8ad3a11d3b57: Verifying Checksum 12:42:18 8ad3a11d3b57: Download complete 12:42:20 8ad3a11d3b57: Pull complete 12:42:20 46f8f816bc3b: Pull complete 12:42:20 93b61091891f: Pull complete 12:42:20 93b9cdb0e59b: Pull complete 12:42:20 5e14af77c1be: Pull complete 12:42:22 01666e4c0597: Pull complete 12:42:22 aa168da1d23b: Verifying Checksum 12:42:22 aa168da1d23b: Download complete 12:42:35 aa168da1d23b: Pull complete 12:42:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:42:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:42:35 prd-centos7-docker-4c-2g-9470 does not seem to be running inside a container 12:42:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/218/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/218 -v /w/workspace/edgex-go/218:/w/workspace/edgex-go/218:rw,z -v /w/workspace/edgex-go/218@tmp:/w/workspace/edgex-go/218@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-lftools-log-publisher:alpine cat 12:42:38 $ docker top 5ec8e18a66ffcee9a7dfca2046a8fe4c1061d81f64b27911670d0c92c9152005 -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:40 + touch /tmp/pre-build-complete [Pipeline] sh 12:42:40 + mkdir -p /var/log/sa [Pipeline] sh 12:42:40 + ls /var/log/sa-host 12:42:40 + sadf -c /var/log/sa-host/sa05 12:42:40 file_magic: OK 12:42:40 HZ: Using current value: 100 12:42:40 file_header: OK 12:42:40 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 12:42:40 Statistics: 12:42:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:42:40 File successfully converted to sysstat format version 12.2.1 12:42:40 + sadf -c /var/log/sa-host/sa28 12:42:40 file_magic: OK 12:42:40 HZ: Using current value: 100 12:42:40 file_header: OK 12:42:40 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 12:42:40 Statistics: 12:42:40 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... 12:42:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:42:40 provisioning config files... 12:42:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/218@tmp/config1479158037698328461tmp [Pipeline] { [Pipeline] echo 12:42:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:42:41 ---> create-netrc.sh [Pipeline] } 12:42:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:42:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:42:42 ---> python-tools-install.sh [Pipeline] echo 12:42:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:42:42 ---> sudo-logs.sh 12:42:42 Archiving 'sudo' log.. [Pipeline] echo 12:42:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:42:43 ---> job-cost.sh 12:42:43 lf-activate-venv: SKIPPING 12:42:43 INFO: No Stack... 12:42:44 INFO: Retrieving Pricing Info for: v1-standard-2 12:42:45 INFO: Archiving Costs [Pipeline] echo 12:42:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:42:46 ---> logs-deploy.sh 12:42:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/218 12:42:46 INFO: archiving workspace using pattern(s): 12:42:48 Archives upload complete. 12:42:48 INFO: archiving logs to Nexus 12:42:51 ---> uname -a: 12:42:51 Linux prd-centos7-docker-4c-2g-9470.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:42:51 12:42:51 12:42:51 ---> lscpu: 12:42:51 Architecture: x86_64 12:42:51 CPU op-mode(s): 32-bit, 64-bit 12:42:51 Byte Order: Little Endian 12:42:51 Address sizes: 40 bits physical, 48 bits virtual 12:42:51 CPU(s): 4 12:42:51 On-line CPU(s) list: 0-3 12:42:51 Thread(s) per core: 1 12:42:51 Core(s) per socket: 1 12:42:51 Socket(s): 4 12:42:51 NUMA node(s): 1 12:42:51 Vendor ID: GenuineIntel 12:42:51 CPU family: 6 12:42:51 Model: 44 12:42:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:42:51 Stepping: 1 12:42:51 CPU MHz: 2933.438 12:42:51 BogoMIPS: 5866.87 12:42:51 Virtualization: VT-x 12:42:51 Hypervisor vendor: KVM 12:42:51 Virtualization type: full 12:42:51 L1d cache: 128 KiB 12:42:51 L1i cache: 128 KiB 12:42:51 L2 cache: 16 MiB 12:42:51 L3 cache: 64 MiB 12:42:51 NUMA node0 CPU(s): 0-3 12:42:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:42:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:42:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:42:51 Vulnerability Meltdown: Mitigation; PTI 12:42:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:42:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:42:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:42:51 Vulnerability Tsx async abort: Not affected 12:42:51 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 12:42:51 12:42:51 12:42:51 ---> nproc: 12:42:51 4 12:42:51 12:42:51 12:42:51 ---> df -h: 12:42:51 Filesystem Size Used Available Use% Mounted on 12:42:51 overlay 50.0G 13.4G 36.6G 27% / 12:42:51 tmpfs 64.0M 0 64.0M 0% /dev 12:42:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:42:51 shm 64.0M 0 64.0M 0% /dev/shm 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/218 12:42:51 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/218@tmp 12:42:51 12:42:51 12:42:51 ---> free -m: 12:42:51 total used free shared buff/cache available 12:42:51 Mem: 1837 728 194 0 914 1075 12:42:51 Swap: 1023 61 962 12:42:51 12:42:51 12:42:51 ---> ip addr: 12:42:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:42:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:42:51 inet 127.0.0.1/8 scope host lo 12:42:51 valid_lft forever preferred_lft forever 12:42:51 inet6 ::1/128 scope host 12:42:51 valid_lft forever preferred_lft forever 12:42:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:42:51 link/ether fa:16:3e:22:c0:f6 brd ff:ff:ff:ff:ff:ff 12:42:51 inet 10.30.122.214/23 brd 10.30.123.255 scope global dynamic eth0 12:42:51 valid_lft 84886sec preferred_lft 84886sec 12:42:51 inet6 fe80::f816:3eff:fe22:c0f6/64 scope link 12:42:51 valid_lft forever preferred_lft forever 12:42:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:42:51 link/ether 02:42:40:57:ce:51 brd ff:ff:ff:ff:ff:ff 12:42:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:42:51 valid_lft forever preferred_lft forever 12:42:51 inet6 fe80::42:40ff:fe57:ce51/64 scope link 12:42:51 valid_lft forever preferred_lft forever 12:42:51 12:42:51 12:42:51 ---> sar -b -r -n DEV: 12:42:51 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 12:42:51 12:42:51 12:17:16 LINUX RESTART (4 CPU) 12:42:51 12:42:51 12:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:42:51 12:19:01 41.98 8.77 33.21 0.00 948.29 8130.67 0.00 12:42:51 12:20:02 60.65 33.34 27.31 0.00 5703.86 9524.48 0.00 12:42:51 12:21:01 180.55 79.03 101.52 0.00 5155.15 37148.74 0.00 12:42:51 12:22:01 163.32 28.08 135.25 0.00 2991.75 30986.26 0.00 12:42:51 12:23:02 1025.79 849.18 176.62 0.00 52853.61 109474.56 0.00 12:42:51 12:24:02 1757.81 1466.58 291.22 0.00 112785.42 117031.68 0.00 12:42:51 12:25:02 283.56 167.23 116.33 0.00 15169.40 21407.47 0.00 12:42:51 12:26:03 1241.85 935.79 306.06 0.00 61320.45 102493.53 0.00 12:42:51 12:27:02 1601.99 1326.50 275.49 0.00 108861.73 114835.55 0.00 12:42:51 12:28:01 597.54 397.89 199.65 0.00 24671.20 37792.17 0.00 12:42:51 12:29:01 158.04 15.90 142.13 0.00 4277.61 13744.21 0.00 12:42:51 12:30:01 23.11 12.80 10.31 0.00 2101.01 209.24 0.00 12:42:51 12:31:02 4.08 0.20 3.88 0.00 2.40 75.49 0.00 12:42:51 12:32:01 0.54 0.02 0.52 0.00 0.54 7.19 0.00 12:42:51 12:33:01 1.98 1.75 0.23 0.00 56.83 3.31 0.00 12:42:51 12:34:03 90.15 11.45 78.70 0.00 1364.21 20153.77 0.00 12:42:51 12:35:01 218.72 135.81 82.91 0.00 6676.98 14525.65 0.00 12:42:51 12:36:01 23.19 0.45 22.74 0.00 7.05 416.22 0.00 12:42:51 12:37:01 25.52 0.37 25.15 0.00 5.99 449.75 0.00 12:42:51 12:38:01 20.99 0.35 20.64 0.00 10.41 377.43 0.00 12:42:51 12:39:01 28.72 5.96 22.75 0.00 158.25 402.82 0.00 12:42:51 12:40:01 23.44 0.27 23.18 0.00 6.92 426.26 0.00 12:42:51 12:41:01 52.33 14.52 37.81 0.00 3224.96 11126.67 0.00 12:42:51 12:42:01 210.46 91.53 118.93 0.00 5883.03 22120.91 0.00 12:42:51 Average: 326.61 232.67 93.94 0.00 17243.08 28105.85 0.00 12:42:51 12:42:51 12:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:42:51 12:19:01 85640 0 530032 28.17 2620 1263264 1102964 37.64 517652 1115932 11944 12:42:51 12:20:02 276764 0 568768 30.23 2620 1033404 1239848 42.31 555364 887224 94704 12:42:51 12:21:01 78772 0 677680 36.02 2596 1122508 1469268 50.14 614236 985436 48384 12:42:51 12:22:01 310436 0 646728 34.37 1492 922900 1143740 39.03 569828 768528 20 12:42:51 12:23:02 80328 0 782052 41.56 132 1019044 2283504 77.93 740532 898460 24600 12:42:51 12:24:02 152060 0 720784 38.31 0 1008712 2185308 74.58 589268 933928 22952 12:42:51 12:25:02 322088 0 793568 42.18 0 765900 2207668 75.34 663460 681148 6796 12:42:51 12:26:03 72664 0 756420 40.20 0 1052472 2281640 77.87 716748 914704 90136 12:42:51 12:27:02 82332 0 760096 40.40 0 1039128 2413524 82.37 581352 1023424 72928 12:42:51 12:28:01 312080 0 706212 37.53 0 863264 2199828 75.08 578200 767316 19072 12:42:51 12:29:01 292348 0 619944 32.95 0 969264 1419772 48.45 589276 786632 32 12:42:51 12:30:01 251028 0 598508 31.81 0 1032020 1285204 43.86 599508 816800 28 12:42:51 12:31:02 249340 0 600080 31.89 0 1032136 1315876 44.91 658140 759936 12 12:42:51 12:32:01 267840 0 581576 30.91 0 1032140 1144596 39.06 643696 759592 12 12:42:51 12:33:01 266060 0 582260 30.95 0 1033236 1144860 39.07 644628 760220 8 12:42:51 12:34:03 162472 0 675124 35.88 0 1043960 1602284 54.68 646180 831472 29260 12:42:51 12:35:01 180720 0 668460 35.53 0 1032376 1755884 59.93 732556 725364 56 12:42:51 12:36:01 212780 0 636280 33.82 0 1032496 1423736 48.59 701252 725392 48 12:42:51 12:37:01 210744 0 638184 33.92 0 1032628 1444600 49.30 702508 725384 52 12:42:51 12:38:01 214160 0 634488 33.72 0 1032908 1444660 49.30 702296 722164 44 12:42:51 12:39:01 180576 0 667960 35.50 0 1033020 1835644 62.65 738804 719048 12 12:42:51 12:40:01 229920 0 618284 32.86 0 1033352 1434764 48.97 706964 701820 40 12:42:51 12:41:01 64392 0 684560 36.38 0 1132604 1646248 56.18 743320 813112 75772 12:42:51 12:42:01 158836 0 732996 38.96 0 989724 1425600 48.65 616748 772764 40 12:42:51 Average: 196432 0 661710 35.17 394 1023019 1618792 55.25 648022 816492 20706 12:42:51 12:42:51 12:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:42:51 12:19:01 eth0 706.64 547.89 3194.01 77.26 0.00 0.00 0.00 0.00 12:42:51 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:20:02 eth0 701.36 684.46 2978.63 104.56 0.00 0.00 0.00 0.00 12:42:51 12:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:20:02 vethc51438c 632.73 633.11 67.82 2647.28 0.00 0.00 0.00 0.00 12:42:51 12:20:02 docker0 632.73 632.98 59.16 2647.27 0.00 0.00 0.00 0.00 12:42:51 12:21:01 eth0 345.59 283.41 3113.42 30.96 0.00 0.00 0.00 0.00 12:42:51 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:21:01 veth7f6f7f6 34.28 45.90 2.27 223.34 0.00 0.00 0.00 0.00 12:42:51 12:21:01 docker0 34.28 45.76 1.81 223.33 0.00 0.00 0.00 0.00 12:42:51 12:22:01 eth0 299.95 204.21 1781.97 70.01 0.00 0.00 0.00 0.00 12:42:51 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:22:01 docker0 109.55 131.29 8.15 610.62 0.00 0.00 0.00 0.00 12:42:51 12:23:02 vethd661b50 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:23:02 eth0 179.05 154.82 1659.90 42.74 0.00 0.00 0.00 0.00 12:42:51 12:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:24:02 vethe12d2fd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:24:02 vethdd149c9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:24:02 veth517e4fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:24:02 vethd661b50 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:25:02 vethe12d2fd 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:25:02 vethdd149c9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:25:02 vethd661b50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:25:02 veth5d09d58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:26:03 vethd661b50 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:26:03 eth0 2448.45 2017.84 13110.95 455.26 0.00 0.00 0.00 0.00 12:42:51 12:26:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 12:42:51 12:26:03 vetheb2d89f 2.20 4.02 0.15 28.60 0.00 0.00 0.00 0.00 12:42:51 12:27:02 veth76fccbc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:27:02 vethd661b50 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:27:02 eth0 52.52 41.30 114.57 55.79 0.00 0.00 0.00 0.00 12:42:51 12:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:28:01 vethc2518c3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:28:01 veth4ed02f7 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 12:42:51 12:28:01 vethd661b50 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:28:01 eth0 87.86 47.48 370.46 49.06 0.00 0.00 0.00 0.00 12:42:51 12:29:01 eth0 138.08 120.64 116.67 294.10 0.00 0.00 0.00 0.00 12:42:51 12:29:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:42:51 12:29:01 docker0 865.98 960.93 74.30 4317.46 0.00 0.00 0.00 0.00 12:42:51 12:30:01 eth0 292.97 301.28 153.69 970.71 0.00 0.00 0.00 0.00 12:42:51 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:31:02 eth0 107.45 120.61 41.68 484.23 0.00 0.00 0.00 0.00 12:42:51 12:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:32:01 eth0 0.42 0.08 0.04 0.04 0.00 0.00 0.00 0.00 12:42:51 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:33:01 eth0 0.58 0.42 0.28 0.20 0.00 0.00 0.00 0.00 12:42:51 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:34:03 eth0 366.00 306.51 3598.29 48.29 0.00 0.00 0.00 0.00 12:42:51 12:34:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:34:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:35:01 veth21ea9e0 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:42:51 12:35:01 eth0 122.38 103.52 463.22 59.04 0.00 0.00 0.00 0.00 12:42:51 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:35:01 docker0 47.74 49.94 4.55 245.17 0.00 0.00 0.00 0.00 12:42:51 12:36:01 eth0 80.92 66.23 85.03 80.26 0.00 0.00 0.00 0.00 12:42:51 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:36:01 veth7931f6f 0.38 0.50 0.12 0.21 0.00 0.00 0.00 0.00 12:42:51 12:36:01 docker0 3.54 3.23 0.94 1.64 0.00 0.00 0.00 0.00 12:42:51 12:37:01 vethf58959e 0.32 0.32 0.05 0.19 0.00 0.00 0.00 0.00 12:42:51 12:37:01 eth0 87.44 66.65 94.66 85.59 0.00 0.00 0.00 0.00 12:42:51 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:37:01 docker0 3.56 3.08 0.82 1.54 0.00 0.00 0.00 0.00 12:42:51 12:38:01 veth5ec1866 0.27 0.25 0.04 0.12 0.00 0.00 0.00 0.00 12:42:51 12:38:01 eth0 68.49 53.47 72.29 65.15 0.00 0.00 0.00 0.00 12:42:51 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:38:01 docker0 2.94 2.70 0.77 1.33 0.00 0.00 0.00 0.00 12:42:51 12:39:01 eth0 77.51 59.89 81.19 79.94 0.00 0.00 0.00 0.00 12:42:51 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:39:01 vethfff2e79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:39:01 vethdd9033b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:40:01 vethd305185 0.48 0.70 0.18 0.28 0.00 0.00 0.00 0.00 12:42:51 12:40:01 eth0 83.56 65.42 87.92 76.09 0.00 0.00 0.00 0.00 12:42:51 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:40:01 docker0 929.85 1025.49 83.05 4567.24 0.00 0.00 0.00 0.00 12:42:51 12:41:01 eth0 421.98 362.59 3226.60 92.01 0.00 0.00 0.00 0.00 12:42:51 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:41:01 docker0 0.73 0.65 0.24 0.36 0.00 0.00 0.00 0.00 12:42:51 12:42:01 eth0 133.07 84.65 259.81 67.90 0.00 0.00 0.00 0.00 12:42:51 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 12:42:01 vetha524b0f 2.20 1.78 0.53 0.66 0.00 0.00 0.00 0.00 12:42:51 12:42:01 docker0 39.11 59.63 2.52 201.03 0.00 0.00 0.00 0.00 12:42:51 Average: eth0 189.93 159.56 922.12 123.74 0.00 0.00 0.00 0.00 12:42:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:51 Average: vetha524b0f 0.09 0.07 0.02 0.03 0.00 0.00 0.00 0.00 12:42:51 Average: docker0 40.47 45.31 3.58 199.02 0.00 0.00 0.00 0.00 12:42:51 12:42:51 12:42:51 ---> sar -P ALL: 12:42:51 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 12:42:51 12:42:51 12:17:16 LINUX RESTART (4 CPU) 12:42:51 12:42:51 12:18:01 CPU %user %nice %system %iowait %steal %idle 12:42:51 12:19:01 all 10.05 0.00 3.15 1.37 10.38 75.05 12:42:51 12:19:01 0 9.26 0.00 3.10 0.84 12.44 74.36 12:42:51 12:19:01 1 9.58 0.00 3.15 0.90 10.14 76.24 12:42:51 12:19:01 2 11.93 0.00 3.20 2.57 9.00 73.29 12:42:51 12:19:01 3 9.42 0.00 3.16 1.17 9.96 76.29 12:42:51 12:20:02 all 7.00 0.00 3.54 0.72 13.97 74.77 12:42:51 12:20:02 0 8.17 0.00 4.91 0.94 16.40 69.58 12:42:51 12:20:02 1 6.33 0.00 2.86 1.33 12.72 76.76 12:42:51 12:20:02 2 9.09 0.00 3.55 0.35 13.28 73.72 12:42:51 12:20:02 3 4.55 0.00 2.92 0.26 13.58 78.69 12:42:51 12:21:01 all 4.41 0.00 3.27 1.48 14.54 76.30 12:42:51 12:21:01 0 4.42 0.00 2.86 0.89 16.70 75.13 12:42:51 12:21:01 1 3.83 0.00 2.58 1.48 13.70 78.41 12:42:51 12:21:01 2 3.82 0.00 4.28 1.21 14.27 76.42 12:42:51 12:21:01 3 5.61 0.00 3.36 2.36 13.46 75.20 12:42:51 12:22:01 all 5.64 0.00 5.21 3.32 10.46 75.38 12:42:51 12:22:01 0 5.58 0.00 5.23 3.33 11.69 74.17 12:42:51 12:22:01 1 4.98 0.00 4.92 2.58 10.25 77.27 12:42:51 12:22:01 2 6.75 0.00 5.91 5.41 9.97 71.96 12:42:51 12:22:01 3 5.25 0.00 4.79 1.96 9.92 78.08 12:42:51 12:23:02 all 11.45 0.00 10.87 5.70 22.63 49.36 12:42:51 12:23:02 0 12.52 0.00 12.79 5.26 22.80 46.64 12:42:51 12:23:02 1 11.27 0.00 9.85 6.00 23.05 49.81 12:42:51 12:23:02 2 11.68 0.00 11.11 5.89 22.39 48.94 12:42:51 12:23:02 3 10.34 0.00 9.76 5.62 22.26 52.02 12:42:51 12:24:02 all 12.97 0.00 16.02 22.77 23.21 25.03 12:42:51 12:24:02 0 12.55 0.00 14.62 22.89 23.45 26.50 12:42:51 12:24:02 1 12.95 0.00 16.58 23.83 23.05 23.59 12:42:51 12:24:02 2 13.43 0.00 15.85 22.81 23.32 24.59 12:42:51 12:24:02 3 12.98 0.00 17.07 21.53 23.00 25.42 12:42:51 12:25:02 all 62.75 0.00 14.97 1.97 19.23 1.08 12:42:51 12:25:02 0 60.61 0.00 15.53 2.52 20.36 0.99 12:42:51 12:25:02 1 65.22 0.00 13.66 1.93 18.63 0.56 12:42:51 12:25:02 2 63.15 0.00 14.70 1.84 19.35 0.96 12:42:51 12:25:02 3 62.01 0.00 15.99 1.61 18.60 1.80 12:42:51 12:26:03 all 14.05 0.00 14.90 18.61 24.99 27.45 12:42:51 12:26:03 0 13.28 0.00 12.53 16.59 26.42 31.17 12:42:51 12:26:03 1 14.24 0.00 16.06 18.94 24.61 26.15 12:42:51 12:26:03 2 14.25 0.00 14.42 20.36 24.30 26.67 12:42:51 12:26:03 3 14.46 0.00 16.71 18.61 24.56 25.66 12:42:51 12:27:02 all 20.91 0.00 17.71 20.04 25.07 16.27 12:42:51 12:27:02 0 20.34 0.00 17.43 21.48 26.61 14.13 12:42:51 12:27:02 1 20.73 0.00 16.99 17.61 25.60 19.07 12:42:51 12:27:02 2 21.32 0.00 17.77 21.61 23.70 15.59 12:42:51 12:27:02 3 21.26 0.00 18.66 19.44 24.37 16.27 12:42:51 12:28:01 all 55.10 0.00 17.02 5.91 19.51 2.47 12:42:51 12:28:01 0 55.66 0.00 17.95 5.39 18.95 2.05 12:42:51 12:28:01 1 53.42 0.00 16.60 7.16 20.14 2.69 12:42:51 12:28:01 2 59.68 0.00 16.81 5.23 16.70 1.57 12:42:51 12:28:01 3 51.65 0.00 16.72 5.82 22.24 3.57 12:42:51 12:29:01 all 10.38 0.00 6.29 7.21 14.31 61.81 12:42:51 12:29:01 0 12.54 0.00 6.61 9.57 15.68 55.61 12:42:51 12:29:01 1 9.18 0.00 6.22 5.69 13.50 65.41 12:42:51 12:29:01 2 12.67 0.00 6.60 9.66 13.63 57.43 12:42:51 12:29:01 3 7.21 0.00 5.74 3.99 14.46 68.60 12:42:51 12:42:51 12:29:01 CPU %user %nice %system %iowait %steal %idle 12:42:51 12:30:01 all 4.46 0.00 3.09 0.49 21.21 70.74 12:42:51 12:30:01 0 4.67 0.00 3.98 0.50 22.37 68.48 12:42:51 12:30:01 1 3.66 0.00 3.05 0.49 21.31 71.50 12:42:51 12:30:01 2 4.33 0.00 2.37 0.54 20.92 71.85 12:42:51 12:30:01 3 5.22 0.00 2.98 0.46 20.22 71.13 12:42:51 12:31:02 all 3.11 0.00 1.07 0.07 14.81 80.94 12:42:51 12:31:02 0 2.26 0.00 0.80 0.17 16.35 80.42 12:42:51 12:31:02 1 2.86 0.00 1.09 0.00 15.03 81.02 12:42:51 12:31:02 2 4.59 0.00 1.30 0.08 12.81 81.22 12:42:51 12:31:02 3 2.79 0.00 1.11 0.02 14.95 81.13 12:42:51 12:32:01 all 0.11 0.00 0.08 0.00 0.58 99.24 12:42:51 12:32:01 0 0.03 0.00 0.10 0.00 1.19 98.67 12:42:51 12:32:01 1 0.29 0.00 0.05 0.00 0.37 99.29 12:42:51 12:32:01 2 0.03 0.00 0.10 0.00 0.19 99.68 12:42:51 12:32:01 3 0.07 0.00 0.07 0.00 0.56 99.31 12:42:51 12:33:01 all 0.10 0.00 0.05 0.02 0.39 99.43 12:42:51 12:33:01 0 0.05 0.00 0.05 0.00 0.66 99.24 12:42:51 12:33:01 1 0.23 0.00 0.10 0.08 0.35 99.23 12:42:51 12:33:01 2 0.05 0.00 0.03 0.00 0.33 99.58 12:42:51 12:33:01 3 0.05 0.00 0.03 0.02 0.23 99.67 12:42:51 12:34:03 all 2.34 0.00 2.20 2.07 12.62 80.77 12:42:51 12:34:03 0 1.63 0.00 1.60 2.16 13.56 81.04 12:42:51 12:34:03 1 2.79 0.00 2.33 2.81 12.69 79.38 12:42:51 12:34:03 2 2.13 0.00 2.35 1.94 11.69 81.90 12:42:51 12:34:03 3 2.82 0.00 2.56 1.36 12.51 80.75 12:42:51 12:35:01 all 4.48 0.00 5.26 3.15 11.02 76.10 12:42:51 12:35:01 0 3.59 0.00 4.69 3.49 11.44 76.80 12:42:51 12:35:01 1 4.51 0.00 6.37 3.21 10.90 75.00 12:42:51 12:35:01 2 5.25 0.00 4.93 1.62 10.91 77.29 12:42:51 12:35:01 3 4.58 0.00 5.06 4.25 10.83 75.28 12:42:51 12:36:01 all 2.41 0.00 3.70 0.79 7.99 85.11 12:42:51 12:36:01 0 2.60 0.00 4.41 1.05 7.88 84.06 12:42:51 12:36:01 1 2.28 0.00 4.12 0.18 7.15 86.26 12:42:51 12:36:01 2 2.44 0.00 3.29 1.49 8.47 84.30 12:42:51 12:36:01 3 2.31 0.00 2.99 0.43 8.45 85.82 12:42:51 12:37:01 all 2.70 0.00 3.95 0.46 7.20 85.69 12:42:51 12:37:01 0 2.56 0.00 3.72 0.23 7.17 86.32 12:42:51 12:37:01 1 2.78 0.00 4.82 0.48 6.98 84.93 12:42:51 12:37:01 2 2.66 0.00 3.81 0.43 7.22 85.88 12:42:51 12:37:01 3 2.82 0.00 3.45 0.68 7.44 85.62 12:42:51 12:38:01 all 2.09 0.00 3.57 0.61 7.02 86.71 12:42:51 12:38:01 0 1.91 0.00 2.95 0.49 7.71 86.93 12:42:51 12:38:01 1 2.33 0.00 4.78 0.49 6.44 85.97 12:42:51 12:38:01 2 1.74 0.00 3.11 0.51 7.24 87.40 12:42:51 12:38:01 3 2.37 0.00 3.45 0.96 6.68 86.55 12:42:51 12:39:01 all 2.49 0.00 3.61 0.57 6.47 86.87 12:42:51 12:39:01 0 2.72 0.00 3.58 0.65 6.60 86.45 12:42:51 12:39:01 1 2.32 0.00 3.83 0.50 5.97 87.37 12:42:51 12:39:01 2 2.20 0.00 3.52 0.53 6.51 87.24 12:42:51 12:39:01 3 2.70 0.00 3.52 0.59 6.78 86.41 12:42:51 12:40:01 all 2.45 0.00 3.93 0.41 5.43 87.78 12:42:51 12:40:01 0 2.67 0.00 4.77 0.40 5.39 86.78 12:42:51 12:40:01 1 2.40 0.00 3.44 0.28 5.98 87.90 12:42:51 12:40:01 2 2.59 0.00 3.82 0.67 5.26 87.66 12:42:51 12:40:01 3 2.14 0.00 3.72 0.28 5.10 88.76 12:42:51 12:42:51 12:40:01 CPU %user %nice %system %iowait %steal %idle 12:42:51 12:41:01 all 3.53 0.00 3.78 0.46 11.17 81.06 12:42:51 12:41:01 0 3.69 0.00 3.66 0.51 12.58 79.56 12:42:51 12:41:01 1 3.70 0.00 3.75 0.18 11.11 81.27 12:42:51 12:41:01 2 3.42 0.00 3.85 0.87 10.49 81.36 12:42:51 12:41:01 3 3.33 0.00 3.88 0.28 10.48 82.03 12:42:51 12:42:01 all 7.61 0.00 7.00 2.67 10.71 72.02 12:42:51 12:42:01 0 7.16 0.00 7.55 3.00 11.08 71.20 12:42:51 12:42:01 1 7.08 0.00 7.91 3.61 10.62 70.78 12:42:51 12:42:01 2 10.07 0.00 6.47 2.69 10.84 69.93 12:42:51 12:42:01 3 6.14 0.00 6.07 1.38 10.29 76.12 12:42:51 Average: all 9.56 0.00 6.15 4.06 12.98 67.25 12:42:51 Average: 0 9.42 0.00 6.18 4.14 13.85 66.41 12:42:51 Average: 1 9.40 0.00 6.20 4.01 12.81 67.59 12:42:51 Average: 2 10.28 0.00 6.12 4.38 12.49 66.72 12:42:51 Average: 3 9.14 0.00 6.09 3.70 12.77 68.29 12:42:51 12:42:51 12:42:51