Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a86d860cf369141c507c16492d2a148a24443a3 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-8823 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/211 [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/211 # 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 Checking out Revision 2a86d860cf369141c507c16492d2a148a24443a3 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a86d860cf369141c507c16492d2a148a24443a3 # timeout=10 Commit message: "Merge pull request #2811 from weichou1229/issue-2804" > git rev-list --no-walk 87989c57ec8656c33dee26ec9d4488518bd98395 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:16:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:16:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:16:19 ========================================================= 08:16:19 EdgeX Global Pipelines Version Info 08:16:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:16:21 ------------------- 08:16:21 stable info: 08:16:21 ------------------- 08:16:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:16:21 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 08:16:21 Message: update stable to v1.0.148 08:16:22 ------------------- 08:16:22 experimental info: 08:16:22 ------------------- 08:16:22 Commited By: **** collab-it+edgex@linuxfoundation.org 08:16:22 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 08:16:22 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:16:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:16:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:16:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:16:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:16:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:16:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:16:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a86d86 [Pipeline] echo 08:16:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 08:16:25 ++ 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 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/core-command/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo core-command,cmd/core-command/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/core-data/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo core-data,cmd/core-data/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/core-metadata/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo core-metadata,cmd/core-metadata/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/security-proxy-setup/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/security-secrets-setup/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/support-logging/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo support-logging,cmd/support-logging/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/support-notifications/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo support-notifications,cmd/support-notifications/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/support-scheduler/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:16:25 + for file in '`ls cmd/**/Dockerfile`' 08:16:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:16:25 ++ cut -d/ -f2 08:16:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:16:25 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 08:16:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:16:27 08:16:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:16:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:16:27 latest: Pulling from edgex-devops/git-semver 08:16:27 31603596830f: Pulling fs layer 08:16:27 2a8b12db71e7: Pulling fs layer 08:16:27 6ca5941a6612: Pulling fs layer 08:16:27 ecc8261a40a4: Pulling fs layer 08:16:27 ecc8261a40a4: Waiting 08:16:27 2a8b12db71e7: Verifying Checksum 08:16:27 2a8b12db71e7: Download complete 08:16:28 31603596830f: Verifying Checksum 08:16:28 31603596830f: Download complete 08:16:28 6ca5941a6612: Verifying Checksum 08:16:28 6ca5941a6612: Download complete 08:16:28 ecc8261a40a4: Verifying Checksum 08:16:28 ecc8261a40a4: Download complete 08:16:28 31603596830f: Pull complete 08:16:28 2a8b12db71e7: Pull complete 08:16:29 6ca5941a6612: Pull complete 08:16:29 ecc8261a40a4: Pull complete 08:16:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:16:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:16:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:16:29 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:16:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:16:31 $ docker top 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:16:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:32 [ssh-agent] Looking for ssh-agent implementation... 08:16:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:32 $ docker exec 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent 08:16:32 SSH_AUTH_SOCK=/tmp/ssh-vBQNmxBcQUsT/agent.12 08:16:32 SSH_AGENT_PID=18 08:16:32 Running ssh-add (command line suppressed) 08:16:32 Identity added: /w/workspace/edgex-go/211@tmp/private_key_5190736814048649707.key (/w/workspace/edgex-go/211@tmp/private_key_5190736814048649707.key) 08:16:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:33 + git tag --points-at HEAD [Pipeline] } 08:16:33 $ docker exec --env ******** --env ******** 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent -k 08:16:33 unset SSH_AUTH_SOCK; 08:16:33 unset SSH_AGENT_PID; 08:16:33 echo Agent pid 18 killed; 08:16:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:16:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:33 [ssh-agent] Looking for ssh-agent implementation... 08:16:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:33 $ docker exec 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent 08:16:33 SSH_AUTH_SOCK=/tmp/ssh-kYwng9zSU6UK/agent.46 08:16:33 SSH_AGENT_PID=51 08:16:33 Running ssh-add (command line suppressed) 08:16:33 Identity added: /w/workspace/edgex-go/211@tmp/private_key_2871248878903243482.key (/w/workspace/edgex-go/211@tmp/private_key_2871248878903243482.key) 08:16:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:34 + git semver init 08:16:34 # -> Open(): unable to determine branch for HEAD 08:16:34 # $GIT_DIR = /w/workspace/edgex-go/211/.git 08:16:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/211 08:16:34 # $SEMVER_REMOTE_NAME = origin 08:16:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:16:34 # $SEMVER_USER_NAME = edgex-jenkins 08:16:34 # $SEMVER_BRANCH = master 08:16:34 # $SEMVER_TEMP = /tmp/semver-079537505 08:16:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:16:52 # '/tmp/semver-079537505' -> '/w/workspace/edgex-go/211/.semver' 08:16:52 # -> Force: false 08:16:52 # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver [Pipeline] } 08:16:52 $ docker exec --env ******** --env ******** 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent -k 08:16:52 unset SSH_AUTH_SOCK; 08:16:52 unset SSH_AGENT_PID; 08:16:52 echo Agent pid 51 killed; 08:16:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:16:53 + git semver [Pipeline] } 08:16:53 $ docker stop --time=1 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f 08:16:54 $ docker rm -f 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f [Pipeline] // withDockerContainer [Pipeline] sh 08:16:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:16:55 Stashed 1 file(s) [Pipeline] echo 08:16:55 [edgeXSemver]: initialized semver on version 1.2.2-dev.95 [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 08:16:56 ========================================================= 08:16:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:16:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:16:56 + 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 . 08:17:00 Sending build context to Docker daemon 325.6MB 08:17:00 Step 1/7 : ARG BASE=golang:1.15-alpine 08:17:00 Step 2/7 : FROM ${BASE} 08:17:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:17:00 df20fa9351a1: Pulling fs layer 08:17:00 ed8968b2872e: Pulling fs layer 08:17:00 a92cc7c5fd73: Pulling fs layer 08:17:00 e871e8e8d7a9: Pulling fs layer 08:17:00 e73272ec9a57: Pulling fs layer 08:17:00 1e910a182e73: Pulling fs layer 08:17:00 4e634b169226: Pulling fs layer 08:17:00 e73272ec9a57: Waiting 08:17:00 1e910a182e73: Waiting 08:17:00 4e634b169226: Waiting 08:17:00 e871e8e8d7a9: Waiting 08:17:00 a92cc7c5fd73: Verifying Checksum 08:17:00 a92cc7c5fd73: Download complete 08:17:00 ed8968b2872e: Verifying Checksum 08:17:00 ed8968b2872e: Download complete 08:17:00 e73272ec9a57: Verifying Checksum 08:17:00 e73272ec9a57: Download complete 08:17:00 1e910a182e73: Verifying Checksum 08:17:00 1e910a182e73: Download complete 08:17:00 df20fa9351a1: Verifying Checksum 08:17:00 df20fa9351a1: Download complete 08:17:00 df20fa9351a1: Pull complete 08:17:01 ed8968b2872e: Pull complete 08:17:01 a92cc7c5fd73: Pull complete 08:17:02 4e634b169226: Verifying Checksum 08:17:02 4e634b169226: Download complete 08:17:03 e871e8e8d7a9: Verifying Checksum 08:17:03 e871e8e8d7a9: Download complete 08:17:08 e871e8e8d7a9: Pull complete 08:17:08 e73272ec9a57: Pull complete 08:17:08 1e910a182e73: Pull complete 08:17:11 Still waiting to schedule task 08:17:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:17:14 4e634b169226: Pull complete 08:17:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:17:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:17:14 ---> f7629b54cfaa 08:17:14 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 08:17:14 ---> Running in 7720f688fead 08:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:15 (1/12) Installing libmagic (5.38-r0) 08:17:15 (2/12) Installing file (5.38-r0) 08:17:15 (3/12) Installing libc-dev (0.7.2-r3) 08:17:15 (4/12) Installing g++ (9.3.0-r2) 08:17:21 (5/12) Installing fortify-headers (1.1-r0) 08:17:21 (6/12) Installing patch (2.7.6-r6) 08:17:21 (7/12) Installing build-base (0.5-r2) 08:17:21 (8/12) Installing libsodium (1.0.18-r0) 08:17:21 (9/12) Installing pkgconf (1.7.2-r0) 08:17:21 (10/12) Installing libsodium-dev (1.0.18-r0) 08:17:21 (11/12) Installing libzmq (4.3.3-r0) 08:17:21 (12/12) Installing zeromq-dev (4.3.3-r0) 08:17:21 Executing busybox-1.31.1-r16.trigger 08:17:21 OK: 233 MiB in 51 packages 08:17:25 Removing intermediate container 7720f688fead 08:17:25 ---> 61422893f645 08:17:25 Step 4/7 : WORKDIR /edgex-go 08:17:25 ---> Running in c8bac8447161 08:17:25 Removing intermediate container c8bac8447161 08:17:25 ---> 8bf91ed51103 08:17:25 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:17:25 latest: Pulling from library/docker 08:17:25 188c0c94c7c5: Pulling fs layer 08:17:25 0c7c675703d6: Pulling fs layer 08:17:25 cc8c12a437cb: Pulling fs layer 08:17:25 c5dafad2182a: Pulling fs layer 08:17:25 5aa711733414: Pulling fs layer 08:17:25 058f73b55e4b: Pulling fs layer 08:17:25 8c9c664faf12: Pulling fs layer 08:17:25 5aa711733414: Waiting 08:17:25 058f73b55e4b: Waiting 08:17:25 8c9c664faf12: Waiting 08:17:25 c5dafad2182a: Waiting 08:17:26 cc8c12a437cb: Verifying Checksum 08:17:26 cc8c12a437cb: Download complete 08:17:26 188c0c94c7c5: Verifying Checksum 08:17:26 188c0c94c7c5: Download complete 08:17:26 0c7c675703d6: Verifying Checksum 08:17:26 0c7c675703d6: Download complete 08:17:26 058f73b55e4b: Verifying Checksum 08:17:26 058f73b55e4b: Download complete 08:17:26 188c0c94c7c5: Pull complete 08:17:26 8c9c664faf12: Verifying Checksum 08:17:26 8c9c664faf12: Download complete 08:17:26 0c7c675703d6: Pull complete 08:17:26 cc8c12a437cb: Pull complete 08:17:26 c5dafad2182a: Verifying Checksum 08:17:26 c5dafad2182a: Download complete 08:17:27 5aa711733414: Verifying Checksum 08:17:27 5aa711733414: Download complete 08:17:29 c5dafad2182a: Pull complete 08:17:29 5aa711733414: Pull complete 08:17:29 058f73b55e4b: Pull complete 08:17:29 8c9c664faf12: Pull complete 08:17:29 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:17:29 Status: Downloaded newer image for docker:latest 08:17:30 ---> 6616b618ab34 08:17:30 Step 6/7 : COPY go.mod . 08:17:31 ---> 20faf23369d8 08:17:31 Step 7/7 : RUN go mod download 08:17:31 ---> Running in 5df556e6eada 08:17:49 Removing intermediate container 5df556e6eada 08:17:49 ---> 0b847c79a25a 08:17:49 Successfully built 0b847c79a25a 08:17:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:17:49 + docker inspect -f . ci-base-image-x86_64 08:17:49 . [Pipeline] withDockerContainer 08:17:49 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:17:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-x86_64 cat 08:17:50 $ docker top 4cbca8ded3ffe87e0cf1a029698c8daaac1b16696a103ab378ce77a3e822acf3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:51 + go version 08:17:51 go version go1.15.2 linux/amd64 [Pipeline] } 08:17:51 $ docker stop --time=1 4cbca8ded3ffe87e0cf1a029698c8daaac1b16696a103ab378ce77a3e822acf3 08:17:52 $ docker rm -f 4cbca8ded3ffe87e0cf1a029698c8daaac1b16696a103ab378ce77a3e822acf3 [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 08:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:17:56 08:17:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:17:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:17:56 latest: Pulling from edgex-devops/edgex-compose 08:17:56 cbdbe7a5bc2a: Pulling fs layer 08:17:56 ca9280d653b3: Pulling fs layer 08:17:56 7e9c9ca2126c: Pulling fs layer 08:17:57 cbdbe7a5bc2a: Verifying Checksum 08:17:57 cbdbe7a5bc2a: Download complete 08:17:57 cbdbe7a5bc2a: Pull complete 08:17:57 ca9280d653b3: Verifying Checksum 08:17:57 ca9280d653b3: Download complete 08:17:58 ca9280d653b3: Pull complete 08:17:58 7e9c9ca2126c: Verifying Checksum 08:17:58 7e9c9ca2126c: Download complete 08:18:05 7e9c9ca2126c: Pull complete 08:18:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:18:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:18:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:18:05 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:18:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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 08:18:08 $ docker top 2c7f72f743063dd471acaa088d3f722ccb0d648a07618f7030d98a18912adba0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:08 + docker-compose build --help 08:18:08 + grep parallel 08:18:09 --parallel Build images in parallel. [Pipeline] } 08:18:09 $ docker stop --time=1 2c7f72f743063dd471acaa088d3f722ccb0d648a07618f7030d98a18912adba0 08:18:10 $ docker rm -f 2c7f72f743063dd471acaa088d3f722ccb0d648a07618f7030d98a18912adba0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:18:11 . [Pipeline] withDockerContainer 08:18:11 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:18:11 $ 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/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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:latest cat 08:18:12 $ docker top c503c145e1b1dc1fbf8ba3d8f3214af4294606254379fb173191b930231ca7d1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:12 + docker-compose -f ./docker-compose-build.yml build --parallel 08:18:13 Building docker-core-command-go ... 08:18:13 Building docker-core-data-go ... 08:18:13 Building docker-core-metadata-go ... 08:18:13 Building docker-security-proxy-setup-go ... 08:18:13 Building docker-security-secrets-setup-go ... 08:18:13 Building docker-security-secretstore-setup-go ... 08:18:13 Building docker-support-logging-go ... 08:18:13 Building docker-support-notifications-go ... 08:18:13 Building docker-support-scheduler-go ... 08:18:13 Building docker-sys-mgmt-agent-go ... 08:18:13 Building docker-core-command-go 08:18:13 Building docker-support-notifications-go 08:18:13 Building docker-core-metadata-go 08:18:13 Building docker-sys-mgmt-agent-go 08:18:13 Building docker-security-secrets-setup-go 08:18:35 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:18:35 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:18:35 ---> 0b847c79a25a 08:18:35 Step 3/27 : WORKDIR /edgex-go 08:18:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:18:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:18:35 ---> 0b847c79a25a 08:18:35 Step 3/24 : WORKDIR /edgex-go 08:18:35 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:18:35 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:18:35 ---> 0b847c79a25a 08:18:35 Step 3/29 : WORKDIR /edgex-go 08:18:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:18:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:18:35 ---> 0b847c79a25a 08:18:35 Step 3/22 : WORKDIR /edgex-go 08:18:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:18:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:18:35 ---> 0b847c79a25a 08:18:35 Step 3/22 : WORKDIR /edgex-go 08:18:35 ---> Running in c58230748f23 08:18:35 ---> Running in a02572e6cb16 08:18:35 ---> Running in 8defd1efe4c5 08:18:35 ---> Running in 7ea4bb683464 08:18:35 ---> Running in faca58ac24ff 08:18:35 Removing intermediate container c58230748f23 08:18:35 ---> d32fa0f2993e 08:18:35 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:36 Removing intermediate container a02572e6cb16 08:18:36 ---> 5b36e8bac706 08:18:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:36 Removing intermediate container 7ea4bb683464 08:18:36 ---> c00260f291d6 08:18:36 Step 4/29 : RUN apk update && apk add make git 08:18:36 Removing intermediate container faca58ac24ff 08:18:36 ---> b955e6562023 08:18:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:36 Removing intermediate container 8defd1efe4c5 08:18:36 ---> bedd57b45ffe 08:18:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:36 ---> Running in b8304963e241 08:18:36 ---> Running in 69ec41ac8470 08:18:36 ---> Running in eea74a02c79e 08:18:36 ---> Running in 4445ef2b66f6 08:18:36 ---> Running in 64d60cc73b65 08:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:37 Removing intermediate container b8304963e241 08:18:37 ---> fe2ba1af0ab1 08:18:37 Step 5/27 : RUN apk update && apk add make bash git 08:18:38 Removing intermediate container 69ec41ac8470 08:18:38 ---> baf4c93bad75 08:18:38 Step 5/22 : RUN apk update && apk add make git 08:18:38 ---> Running in cc73b4686fcf 08:18:38 ---> Running in f8557d137aeb 08:18:38 Removing intermediate container 4445ef2b66f6 08:18:38 ---> 3dbe1897f149 08:18:38 Step 5/22 : RUN apk update && apk add make git 08:18:38 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:18:38 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:18:38 OK: 12752 distinct packages available 08:18:38 Removing intermediate container 64d60cc73b65 08:18:38 ---> c1ebfb1a2851 08:18:38 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:18:38 ---> Running in b13b0d7cc9e2 08:18:38 OK: 233 MiB in 51 packages 08:18:38 ---> Running in bba653543b23 08:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:39 Removing intermediate container eea74a02c79e 08:18:39 ---> a2ca66bca102 08:18:39 Step 5/29 : COPY go.mod . 08:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:39 ---> a0db8e128c19 08:18:39 Step 6/29 : RUN go mod download 08:18:39 ---> Running in f927ff9ff3df 08:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:40 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:18:40 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:18:40 OK: 12752 distinct packages available 08:18:40 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:18:40 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:18:40 OK: 12752 distinct packages available 08:18:40 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:18:40 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:18:40 OK: 12752 distinct packages available 08:18:40 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:18:40 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:18:40 OK: 12752 distinct packages available 08:18:40 OK: 233 MiB in 51 packages 08:18:40 OK: 233 MiB in 51 packages 08:18:40 OK: 233 MiB in 51 packages 08:18:40 OK: 233 MiB in 51 packages 08:18:41 Removing intermediate container f8557d137aeb 08:18:41 ---> c3e5327a6fd7 08:18:41 Step 6/27 : COPY go.mod . 08:18:41 ---> 7d5f6c4ab6af 08:18:41 Step 7/27 : RUN go mod download 08:18:41 Removing intermediate container cc73b4686fcf 08:18:41 ---> 0afb2e160ba2 08:18:41 Step 6/22 : COPY go.mod . 08:18:42 Removing intermediate container f927ff9ff3df 08:18:42 ---> 8b4aeeb2d705 08:18:42 Step 7/29 : COPY . . 08:18:42 ---> Running in 1e42f47019b7 08:18:42 Removing intermediate container b13b0d7cc9e2 08:18:42 ---> 6363243744f4 08:18:42 Step 6/22 : COPY go.mod . 08:18:42 Removing intermediate container bba653543b23 08:18:42 ---> cce14663915c 08:18:42 Step 6/24 : COPY go.mod . 08:18:42 ---> 7adbe13d7103 08:18:42 Step 7/22 : RUN go mod download 08:18:43 ---> Running in a2a0572f42d3 08:18:44 ---> 2dd26dc8b978 08:18:44 Step 7/24 : RUN go mod download 08:18:44 ---> a92687391151 08:18:44 Step 7/22 : RUN go mod download 08:18:45 ---> Running in 89b30acc48c3 08:18:45 ---> Running in dfed05f4e08e 08:18:48 Removing intermediate container 1e42f47019b7 08:18:48 ---> d956164655d0 08:18:48 Step 8/27 : COPY . . 08:18:53 Removing intermediate container a2a0572f42d3 08:18:53 ---> 530758de8cf5 08:18:53 Step 8/22 : COPY . . 08:18:59 Removing intermediate container 89b30acc48c3 08:18:59 ---> 3d30c6e13b32 08:18:59 Step 8/22 : COPY . . 08:19:01 ---> ddd07b68c44d 08:19:01 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:19:05 Removing intermediate container dfed05f4e08e 08:19:05 ---> fb1d9527348e 08:19:05 Step 8/24 : COPY . . 08:19:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8828 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 08:19:05 Running in /w/workspace/edgex-go/211 [Pipeline] { [Pipeline] checkout 08:19:07 ---> Running in c0667f39186e 08:19:11 using credential edgex-jenkins-ssh 08:19:11 Cloning the remote Git repository 08:19:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:19:11 > git init /w/workspace/edgex-go/211 # timeout=10 08:19:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:19:11 > git --version # timeout=10 08:19:11 > git --version # 'git version 2.17.1' 08:19:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:19:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:19:15 ---> f88767e4c1a1 08:19:15 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:19:15 ---> 3cfc86b9beb7 08:19:15 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:19:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 08:19:16 ---> Running in 3b2ec3a1908e 08:19:16 ---> Running in a59460b1bfec 08:19:16 ---> 6c410356cc1c 08:19:16 Step 9/22 : RUN make cmd/core-command/core-command 08:19:17 ---> Running in e4ca57e68ec4 08:19:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:19:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:19:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-command/core-command ./cmd/core-command 08:19:22 ---> 0c045a2e8835 08:19:22 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:19:22 ---> Running in b29934bf5ce9 08:19:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:19:45 Removing intermediate container c0667f39186e 08:19:45 ---> 04c1f4f680b8 08:19:45 08:19:45 Step 9/29 : FROM alpine:latest 08:19:45 latest: Pulling from library/alpine 08:19:45 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:19:45 Status: Downloaded newer image for alpine:latest 08:19:45 ---> d6e46aa2470d 08:19:45 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:19:46 Checking out Revision 2a86d860cf369141c507c16492d2a148a24443a3 (master) 08:19:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:19:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:19:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:19:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:19:45 using GIT_SSH to set credentials SSH Credentials for GitHub 08:19:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:19:46 > git config core.sparsecheckout # timeout=10 08:19:46 > git checkout -f 2a86d860cf369141c507c16492d2a148a24443a3 # timeout=10 08:19:47 ---> Running in f92cd5a1ce62 08:19:48 Removing intermediate container 3b2ec3a1908e 08:19:48 ---> 93430ebd61e0 08:19:48 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:19:48 Removing intermediate container f92cd5a1ce62 08:19:48 ---> 5fdd8c0abb0e 08:19:48 Step 11/29 : USER root 08:19:48 ---> Running in 5b9314d8cb50 08:19:48 ---> Running in 2545f845d2f7 08:19:49 Removing intermediate container 2545f845d2f7 08:19:49 ---> 3e8adebf894c 08:19:49 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:19:49 ---> Running in b18427055ecd 08:19:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:19:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:51 Commit message: "Merge pull request #2811 from weichou1229/issue-2804" 08:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { 08:19:51 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:19:51 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:19:51 OK: 12744 distinct packages available [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 08:19:51 (1/2) Installing ca-certificates (20191127-r4) 08:19:51 (2/2) Installing dumb-init (1.2.2-r1) 08:19:51 Executing busybox-1.31.1-r19.trigger 08:19:51 Executing ca-certificates-20191127-r4.trigger 08:19:51 OK: 6 MiB in 16 packages [Pipeline] echo 08:19:51 ========================================================= 08:19:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:19:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:19:52 + 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 . 08:19:55 Removing intermediate container 5b9314d8cb50 08:19:55 ---> 3ca23ade1f16 08:19:55 08:19:55 Step 11/27 : FROM docker:latest 08:19:55 ---> 6972c414f322 08:19:55 Step 12/27 : RUN apk add --no-cache bash 08:19:55 Removing intermediate container e4ca57e68ec4 08:19:55 ---> 9d729e2cc12a 08:19:55 08:19:55 Step 10/22 : FROM scratch 08:19:55 ---> 08:19:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:19:55 ---> Running in ce52444e95c5 08:19:55 Sending build context to Docker daemon 165.2MB 08:19:55 Step 1/7 : ARG BASE=golang:1.15-alpine 08:19:55 Step 2/7 : FROM ${BASE} 08:19:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:19:55 b538f80385f9: Pulling fs layer 08:19:55 74f711af9a0d: Pulling fs layer 08:19:55 99f96fe45779: Pulling fs layer 08:19:55 8529a6b9a6be: Pulling fs layer 08:19:55 45590311c82a: Pulling fs layer 08:19:55 69ca0ff8b7b3: Pulling fs layer 08:19:55 209524e5b208: Pulling fs layer 08:19:55 45590311c82a: Waiting 08:19:55 209524e5b208: Waiting 08:19:55 69ca0ff8b7b3: Waiting 08:19:55 8529a6b9a6be: Waiting 08:19:55 99f96fe45779: Verifying Checksum 08:19:55 99f96fe45779: Download complete 08:19:55 74f711af9a0d: Verifying Checksum 08:19:55 74f711af9a0d: Download complete 08:19:55 45590311c82a: Verifying Checksum 08:19:55 45590311c82a: Download complete 08:19:55 69ca0ff8b7b3: Download complete 08:19:56 b538f80385f9: Verifying Checksum 08:19:56 b538f80385f9: Download complete 08:19:56 b538f80385f9: Pull complete 08:19:56 ---> Running in 146d85fcd107 08:19:56 74f711af9a0d: Pull complete 08:19:57 99f96fe45779: Pull complete 08:19:58 Removing intermediate container b29934bf5ce9 08:19:58 ---> d64a16c9d44b 08:19:58 08:19:58 Step 10/24 : FROM scratch 08:19:58 ---> 08:19:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:19:58 Removing intermediate container b18427055ecd 08:19:58 ---> 12324b5fac55 08:19:58 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:19:58 Removing intermediate container 146d85fcd107 08:19:58 ---> 93e909e0a2e7 08:19:58 Step 12/22 : ENV APP_PORT=48082 08:19:58 Removing intermediate container a59460b1bfec 08:19:58 ---> 8a948c18546f 08:19:58 08:19:58 Step 10/22 : FROM scratch 08:19:58 ---> 08:19:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:19:58 ---> Using cache 08:19:58 ---> 93e909e0a2e7 08:19:58 Step 12/22 : ENV APP_PORT=48081 08:19:58 ---> Running in 7e1a521a5f86 08:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:58 ---> Running in d818216e05ea 08:19:58 ---> Running in a69f7e0b89a9 08:19:58 ---> Running in 13985706234a 08:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:58 Removing intermediate container 7e1a521a5f86 08:19:58 ---> f25873aca531 08:19:58 Step 12/24 : ENV APP_PORT=48060 08:19:58 (1/2) Installing readline (8.0.4-r0) 08:19:58 Removing intermediate container d818216e05ea 08:19:58 ---> 6adeb3cd6c03 08:19:58 Step 13/22 : EXPOSE $APP_PORT 08:19:58 (2/2) Installing bash (5.0.17-r0) 08:19:58 Removing intermediate container a69f7e0b89a9 08:19:58 ---> 0857a0351395 08:19:58 Step 14/29 : WORKDIR $BASE_DIR 08:19:58 Executing bash-5.0.17-r0.post-install 08:19:58 Executing busybox-1.31.1-r19.trigger 08:19:58 OK: 12 MiB in 22 packages 08:19:58 ---> Running in b5f4051e3d23 08:19:58 Removing intermediate container 13985706234a 08:19:58 ---> d3bca8231490 08:19:58 Step 13/22 : EXPOSE $APP_PORT 08:19:58 ---> Running in cc3fa6bf976e 08:19:59 ---> Running in 68c541e490b2 08:19:59 ---> Running in 7ab8b7f12955 08:19:59 Removing intermediate container b5f4051e3d23 08:19:59 ---> 3d4da1cf3033 08:19:59 Step 13/24 : EXPOSE $APP_PORT 08:20:00 Removing intermediate container cc3fa6bf976e 08:20:00 ---> 20c4212626f6 08:20:00 Step 14/22 : WORKDIR / 08:20:00 209524e5b208: Verifying Checksum 08:20:00 209524e5b208: Download complete 08:20:00 Removing intermediate container 68c541e490b2 08:20:00 ---> 53b018d9b041 08:20:00 Step 14/22 : WORKDIR / 08:20:00 ---> Running in b4127a214283 08:20:00 ---> Running in 930048fc569f 08:20:00 Removing intermediate container 7ab8b7f12955 08:20:00 ---> d8f3de817fa5 08:20:00 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:20:00 ---> Running in 1281b0913039 08:20:00 ---> Running in 815584c02000 08:20:00 Removing intermediate container b4127a214283 08:20:00 ---> bbb9ecfae5f2 08:20:00 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:20:00 Removing intermediate container ce52444e95c5 08:20:00 ---> cd369f9fcf5f 08:20:00 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:20:00 Removing intermediate container 930048fc569f 08:20:00 ---> b0a809b4a892 08:20:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:20:01 8529a6b9a6be: Verifying Checksum 08:20:01 8529a6b9a6be: Download complete 08:20:01 ---> Running in 533568c6fbd8 08:20:01 Removing intermediate container 1281b0913039 08:20:01 ---> ad0d0bdceb67 08:20:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:20:01 ---> cb7d93a3e8a5 08:20:01 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:20:01 ---> 7faf11055fa3 08:20:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:20:01 ---> 90e3d94cd426 08:20:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:20:02 ---> 4c8a5f11c705 08:20:02 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:20:03 ---> 9364b30617c6 08:20:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:20:03 ---> fe2da443a692 08:20:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:20:03 Removing intermediate container 815584c02000 08:20:03 ---> ee3eee426c00 08:20:03 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:20:03 ---> 68541a165709 08:20:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:20:03 ---> 05495eacf475 08:20:03 Step 18/22 : ENTRYPOINT ["/core-command"] 08:20:03 ---> 362f0ad18924 08:20:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:20:03 ---> Running in d1ee53fb8156 08:20:03 Removing intermediate container 533568c6fbd8 08:20:03 ---> e4273cb71371 08:20:03 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:20:03 ---> Running in 5b9ed6b2ad4b 08:20:03 ---> 5ac1bfef551c 08:20:03 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:20:04 ---> Running in e248f3fe52f5 08:20:04 ---> 0fd0e89614cb 08:20:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:20:04 Removing intermediate container d1ee53fb8156 08:20:04 ---> 13c4b71887ec 08:20:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:04 Removing intermediate container 5b9ed6b2ad4b 08:20:04 ---> e0b8745b501f 08:20:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:04 ---> 8639010eb989 08:20:04 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:20:04 Removing intermediate container e248f3fe52f5 08:20:04 ---> ddb9bffc6763 08:20:04 Step 15/27 : ENV APP_PORT=48090 08:20:04 ---> Running in 480462cd6173 08:20:04 ---> Running in 518c5c47f568 08:20:04 ---> Running in c0a38b5d8221 08:20:05 Removing intermediate container 480462cd6173 08:20:05 ---> 67f21fe69c78 08:20:05 Step 20/22 : LABEL arch=x86_64 08:20:05 Removing intermediate container 518c5c47f568 08:20:05 ---> f886c9c5d923 08:20:05 Step 20/22 : LABEL arch=x86_64 08:20:05 ---> 3355b79af0b1 08:20:05 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:20:05 ---> 03ad1441e585 08:20:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:20:05 Removing intermediate container c0a38b5d8221 08:20:05 ---> f6c5413fc65f 08:20:05 Step 16/27 : EXPOSE $APP_PORT 08:20:05 ---> Running in 0f4f074e9a92 08:20:05 ---> Running in 04b05571962b 08:20:05 ---> Running in cb4f28d22c93 08:20:05 ---> 1ecfa98aa4cd 08:20:05 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:20:05 Removing intermediate container 04b05571962b 08:20:05 ---> 1f07f2df4985 08:20:05 Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:20:05 Removing intermediate container 0f4f074e9a92 08:20:05 ---> b42ff8b4b843 08:20:05 Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:20:05 ---> 1c084fd7df87 08:20:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:20:05 Removing intermediate container cb4f28d22c93 08:20:05 ---> f05cb09bf855 08:20:05 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:20:05 ---> Running in 4a43dd953be9 08:20:05 ---> Running in 374e4817fb53 08:20:05 ---> Running in 421051ad7eee 08:20:06 ---> 6d0cc3d1f2f8 08:20:06 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:20:06 ---> Running in 63ae72a8fd12 08:20:06 Removing intermediate container 374e4817fb53 08:20:06 ---> 6173a9601ae1 08:20:06 Step 22/22 : LABEL version=1.2.2-dev.95 08:20:06 Removing intermediate container 4a43dd953be9 08:20:06 ---> 822bb9ee9dcb 08:20:06 Step 22/22 : LABEL version=1.2.2-dev.95 08:20:06 Removing intermediate container 421051ad7eee 08:20:06 ---> 995f55a871fb 08:20:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:06 ---> Running in 99e58c1336d1 08:20:06 ---> Running in e1f7cc47072d 08:20:06 ---> 388368096cc2 08:20:06 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:20:06 ---> Running in 2570b6dba8d1 08:20:07 Removing intermediate container e1f7cc47072d 08:20:07 ---> 39c6636e88a9 08:20:07 08:20:07 Removing intermediate container 99e58c1336d1 08:20:07 ---> abccc984cee0 08:20:07 08:20:07 Successfully built abccc984cee0 08:20:07 Successfully built 39c6636e88a9 08:20:07 ---> 68c69889bfcf 08:20:07 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:20:07 Successfully tagged docker-core-command-go:latest 08:20:07 Building docker-support-logging-go 08:20:07  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest 08:20:07 Building docker-core-data-go 08:20:07  Building docker-core-metadata-go ... done Removing intermediate container 2570b6dba8d1 08:20:07 ---> 6fe7bc17bf95 08:20:07 Step 22/24 : LABEL arch=x86_64 08:20:07 ---> Running in 35615e3d2653 08:20:07 ---> 748818e5b9a2 08:20:07 Step 20/27 : RUN apk --no-cache add py3-pip 08:20:07 Removing intermediate container 35615e3d2653 08:20:07 ---> 33ac8d88d1f1 08:20:07 Step 23/24 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:20:08 ---> Running in 8f3282e9740e 08:20:08 Removing intermediate container 63ae72a8fd12 08:20:08 ---> 36420481799a 08:20:08 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:20:08 ---> Running in 0f31736be9a8 08:20:11 8529a6b9a6be: Pull complete 08:20:11 45590311c82a: Pull complete 08:20:11 69ca0ff8b7b3: Pull complete 08:20:12 ---> af3841419eea 08:20:12 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:20:12 Removing intermediate container 0f31736be9a8 08:20:12 ---> d40c68a40391 08:20:12 Step 24/24 : LABEL version=1.2.2-dev.95 08:20:12 ---> Running in a1c25aff9a28 08:20:12 ---> Running in 36c4990ee9b6 08:20:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:13 (1/33) Installing libbz2 (1.0.8-r1) 08:20:13 (2/33) Installing expat (2.2.9-r1) 08:20:13 (3/33) Installing libffi (3.3-r2) 08:20:13 (4/33) Installing gdbm (1.13-r1) 08:20:13 (5/33) Installing xz-libs (5.2.5-r0) 08:20:13 (6/33) Installing sqlite-libs (3.32.1-r0) 08:20:13 Removing intermediate container 36c4990ee9b6 08:20:13 ---> 1cc2b179fca2 08:20:13 08:20:13 (7/33) Installing python3 (3.8.5-r0) 08:20:15 Successfully built 1cc2b179fca2 08:20:15 209524e5b208: Pull complete 08:20:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:20:15 ---> 5bddaf1c2fca 08:20:15 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 08:20:19 ---> Running in 446008df39dd 08:20:19 Successfully tagged docker-support-notifications-go:latest 08:20:19  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 08:20:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:22 (1/12) Installing libmagic (5.38-r0) 08:20:22 (2/12) Installing file (5.38-r0) 08:20:23 (3/12) Installing libc-dev (0.7.2-r3) 08:20:23 (4/12) Installing g++ (9.3.0-r2) 08:20:24 (8/33) Installing py3-appdirs (1.4.4-r1) 08:20:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:20:24 (10/33) Installing py3-parsing (2.4.7-r0) 08:20:24 (11/33) Installing py3-six (1.15.0-r0) 08:20:24 (12/33) Installing py3-packaging (20.4-r0) 08:20:24 (13/33) Installing py3-setuptools (47.0.0-r0) 08:20:24 (14/33) Installing py3-chardet (3.0.4-r4) 08:20:25 (15/33) Installing py3-idna (2.9-r0) 08:20:25 Removing intermediate container a1c25aff9a28 08:20:25 ---> b63a09b9edb2 08:20:25 Step 24/29 : RUN chmod 755 security-secrets-setup 08:20:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:20:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:20:26 (18/33) Installing py3-requests (2.23.0-r0) 08:20:26 (19/33) Installing py3-msgpack (1.0.0-r0) 08:20:26 (20/33) Installing py3-lockfile (0.12.2-r3) 08:20:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:20:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:20:26 ---> 0b847c79a25a 08:20:26 Step 3/22 : WORKDIR /edgex-go 08:20:26 ---> Using cache 08:20:26 ---> bedd57b45ffe 08:20:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:26 ---> Using cache 08:20:26 ---> c1ebfb1a2851 08:20:26 Step 5/22 : RUN apk update && apk add make && apk add bash gitStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:20:26 08:20:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:20:26 ---> 0b847c79a25a 08:20:26 Step 3/23 : WORKDIR /edgex-go 08:20:26 ---> Using cache 08:20:26 ---> bedd57b45ffe 08:20:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:26 ---> Using cache 08:20:26 ---> c1ebfb1a2851 08:20:26 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:20:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:20:28 (22/33) Installing py3-colorama (0.4.3-r0) 08:20:28 (23/33) Installing py3-distlib (0.3.0-r0) 08:20:29 (24/33) Installing py3-distro (1.5.0-r1) 08:20:29 ---> Running in ba7b91f341a9 08:20:29 (25/33) Installing py3-webencodings (0.5.1-r3) 08:20:29 (26/33) Installing py3-html5lib (1.0.1-r4) 08:20:29 (27/33) Installing py3-pytoml (0.1.21-r0) 08:20:29 ---> Running in b3eefa57cf81 08:20:29 (28/33) Installing py3-pep517 (0.8.2-r0) 08:20:29 ---> Running in 4eb147813fbd 08:20:29 (29/33) Installing py3-progress (1.5-r0) 08:20:29 (30/33) Installing py3-toml (0.10.1-r0) 08:20:29 (31/33) Installing py3-retrying (1.3.3-r0) 08:20:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:20:29 (33/33) Installing py3-pip (20.1.1-r0) 08:20:29 (5/12) Installing fortify-headers (1.1-r0) 08:20:29 (6/12) Installing patch (2.7.6-r6) 08:20:29 Executing busybox-1.31.1-r19.trigger 08:20:29 OK: 71 MiB in 55 packages 08:20:30 (7/12) Installing build-base (0.5-r2) 08:20:30 (8/12) Installing libsodium (1.0.18-r0) 08:20:30 (9/12) Installing pkgconf (1.7.2-r0) 08:20:30 (10/12) Installing libsodium-dev (1.0.18-r0) 08:20:30 (11/12) Installing libzmq (4.3.3-r0) 08:20:31 (12/12) Installing zeromq-dev (4.3.3-r0) 08:20:31 Executing busybox-1.31.1-r16.trigger 08:20:31 OK: 217 MiB in 51 packages 08:20:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 08:20:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:20:32 ---> 0b847c79a25a 08:20:32 Step 3/26 : WORKDIR /edgex-go 08:20:32 ---> Using cache 08:20:32 ---> bedd57b45ffe 08:20:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:32 ---> Using cache 08:20:32 ---> c1ebfb1a2851 08:20:32 Step 5/26 : RUN apk update && apk add make git 08:20:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:33 ---> Running in ebf8e2c59869 08:20:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:34 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:34 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:34 OK: 12752 distinct packages available 08:20:34 Removing intermediate container ba7b91f341a9 08:20:34 ---> 0e5542a9ba07 08:20:34 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:20:34 OK: 233 MiB in 51 packages 08:20:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:35 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:35 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:35 OK: 12752 distinct packages available 08:20:35 OK: 233 MiB in 51 packages 08:20:35 OK: 233 MiB in 51 packages 08:20:35 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:35 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:35 OK: 12752 distinct packages available 08:20:35 Removing intermediate container 446008df39dd 08:20:35 ---> 8f8546ae6a34 08:20:35 Step 4/7 : WORKDIR /edgex-go 08:20:35 ---> Running in b31797811fe3 08:20:35 OK: 233 MiB in 51 packages 08:20:35 ---> Running in 2922ef9a8963 08:20:36 Removing intermediate container b31797811fe3 08:20:36 ---> 6718980c741d 08:20:36 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:20:36 latest: Pulling from library/docker 08:20:36 5f621e34cdf4: Pulling fs layer 08:20:36 85db56a05063: Pulling fs layer 08:20:36 ccb67d6aeaaa: Pulling fs layer 08:20:36 a0b19fc83503: Pulling fs layer 08:20:36 8eb508b41278: Pulling fs layer 08:20:36 37236713561e: Pulling fs layer 08:20:36 07c93f2b1b56: Pulling fs layer 08:20:36 37236713561e: Waiting 08:20:36 a0b19fc83503: Waiting 08:20:36 8eb508b41278: Waiting 08:20:36 07c93f2b1b56: Waiting 08:20:36 ccb67d6aeaaa: Verifying Checksum 08:20:36 85db56a05063: Verifying Checksum 08:20:36 85db56a05063: Download complete 08:20:36 5f621e34cdf4: Download complete 08:20:36 8eb508b41278: Verifying Checksum 08:20:36 8eb508b41278: Download complete 08:20:36 37236713561e: Download complete 08:20:36 07c93f2b1b56: Verifying Checksum 08:20:36 07c93f2b1b56: Download complete 08:20:37 Removing intermediate container 2922ef9a8963 08:20:37 ---> 56a3f4d1a9bc 08:20:37 Step 26/29 : CMD [ "generate" ] 08:20:37 5f621e34cdf4: Pull complete 08:20:38 a0b19fc83503: Verifying Checksum 08:20:38 a0b19fc83503: Download complete 08:20:38 85db56a05063: Pull complete 08:20:38 ccb67d6aeaaa: Pull complete 08:20:39 ---> Running in 21287aa8e6f5 08:20:39 Removing intermediate container b3eefa57cf81 08:20:39 ---> 5c3545395b51 08:20:39 Step 6/23 : COPY go.mod . 08:20:40 Removing intermediate container 4eb147813fbd 08:20:40 ---> 4b45d3a48a0b 08:20:40 Step 6/22 : COPY go.mod . 08:20:40 Removing intermediate container ebf8e2c59869 08:20:40 ---> 7459d42b9546 08:20:40 Step 6/26 : COPY go.mod . 08:20:40 ---> ad367891c105 08:20:40 Step 7/23 : RUN go mod download 08:20:40 Removing intermediate container 8f3282e9740e 08:20:40 ---> db349cddba54 08:20:40 Step 21/27 : RUN pip install docker-compose==1.23.2 08:20:40 Removing intermediate container 21287aa8e6f5 08:20:40 ---> f52feeb86011 08:20:40 Step 27/29 : LABEL arch=x86_64 08:20:40 ---> Running in 892a4ad8435a 08:20:40 ---> Running in ea81c919c38d 08:20:40 ---> a8f651d76f6f 08:20:40 Step 7/22 : RUN go mod download 08:20:40 ---> Running in 0e3a2d8b1b9b 08:20:41 ---> ffa14623d15d 08:20:41 Step 7/26 : RUN go mod download 08:20:41 ---> Running in e32a40fac6e9 08:20:41 ---> Running in 8dc34c4183f6 08:20:41 Removing intermediate container 0e3a2d8b1b9b 08:20:41 ---> 3a202f518f33 08:20:41 Step 28/29 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:20:41 ---> Running in ba18f837783c 08:20:42 Removing intermediate container ba18f837783c 08:20:42 ---> 33d3349c385d 08:20:42 Step 29/29 : LABEL version=1.2.2-dev.95 08:20:42 ---> Running in aa3ce5169d41 08:20:42 a0b19fc83503: Pull complete 08:20:42 8eb508b41278: Pull complete 08:20:42 Removing intermediate container aa3ce5169d41 08:20:42 ---> f7db610ce5d9 08:20:42 08:20:42 37236713561e: Pull complete 08:20:42 Successfully built f7db610ce5d9 08:20:42 Successfully tagged docker-security-secrets-setup-go:latest 08:20:42  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 08:20:43 07c93f2b1b56: Pull complete 08:20:43 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:20:43 Status: Downloaded newer image for docker:latest 08:20:43 Collecting docker-compose==1.23.2 08:20:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:20:43 Removing intermediate container 892a4ad8435a 08:20:43 ---> d7d19cfa0dc0 08:20:43 Step 8/23 : COPY . . 08:20:43 Collecting websocket-client<1.0,>=0.32.0 08:20:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:20:43 Removing intermediate container e32a40fac6e9 08:20:43 ---> f9fc8f7f4746 08:20:43 Step 8/22 : COPY . . 08:20:43 Removing intermediate container 8dc34c4183f6 08:20:43 ---> b5167b8a8bc2 08:20:43 Step 8/26 : COPY . . 08:20:43 Collecting PyYAML<4,>=3.10 08:20:43 Downloading PyYAML-3.13.tar.gz (270 kB) 08:20:46 ---> 7907338d477d 08:20:46 Step 6/7 : COPY go.mod . 08:20:46 ---> 39b7534aa43e 08:20:46 Step 7/7 : RUN go mod download 08:20:46 ---> Running in 744e0c233541 08:20:50 Collecting docker<4.0,>=3.6.0 08:20:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:20:53 Collecting cached-property<2,>=1.2.0 08:20:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:20:53 Collecting dockerpty<0.5,>=0.4.1 08:20:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:20:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:20:54 Collecting jsonschema<3,>=2.5.1 08:20:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:20:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:20:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:20:59 Collecting docopt<0.7,>=0.6.1 08:20:59 Downloading docopt-0.6.2.tar.gz (25 kB) 08:21:03 Collecting texttable<0.10,>=0.9.0 08:21:03 Downloading texttable-0.9.1.tar.gz (11 kB) 08:21:04 Collecting docker-pycreds>=0.4.0 08:21:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:21:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:21:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:21:04 ---> 0b847c79a25a 08:21:04 Step 3/21 : WORKDIR /edgex-go 08:21:04 ---> Using cache 08:21:04 ---> bedd57b45ffe 08:21:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:04 ---> Using cache 08:21:04 ---> c1ebfb1a2851 08:21:04 Step 5/21 : RUN apk update && apk add make git 08:21:04 ---> Using cache 08:21:04 ---> 7459d42b9546 08:21:04 Step 6/21 : COPY go.mod . 08:21:04 ---> Using cache 08:21:04 ---> ffa14623d15d 08:21:04 Step 7/21 : RUN go mod download 08:21:04 ---> Using cache 08:21:04 ---> b5167b8a8bc2 08:21:04 Step 8/21 : COPY . . 08:21:04 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:21:04 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:21:04 Collecting idna<2.8,>=2.5 08:21:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:21:04 Collecting urllib3<1.25,>=1.21.1 08:21:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:21:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:21:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:21:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:21:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:21:07 Installing collected packages: websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose 08:21:09 Running setup.py install for PyYAML: started 08:21:11 Running setup.py install for PyYAML: finished with status 'done' 08:21:11 Attempting uninstall: idna 08:21:11 Found existing installation: idna 2.9 08:21:11 Uninstalling idna-2.9: 08:21:11 Successfully uninstalled idna-2.9 08:21:11 Attempting uninstall: urllib3 08:21:11 Found existing installation: urllib3 1.25.9 08:21:11 Uninstalling urllib3-1.25.9: 08:21:11 Successfully uninstalled urllib3-1.25.9 08:21:13 Removing intermediate container 744e0c233541 08:21:13 ---> a6d5a2f09dd5 08:21:13 Successfully built a6d5a2f09dd5 08:21:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:21:14 + docker inspect -f . ci-base-image-arm64 08:21:14 . [Pipeline] withDockerContainer 08:21:14 prd-ubuntu18.04-docker-arm64-4c-16g-8828 does not seem to be running inside a container 08:21:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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 08:21:16 $ docker top f19097e098b2bdd267b46200cf937b45e2e6ed709e649c4629b296a429c89f2e -eo pid,comm [Pipeline] { [Pipeline] sh 08:21:17 Attempting uninstall: requests 08:21:17 Found existing installation: requests 2.23.0 08:21:17 Uninstalling requests-2.23.0: 08:21:17 Successfully uninstalled requests-2.23.0 08:21:17 + go version 08:21:17 go version go1.15.2 linux/arm64 [Pipeline] } 08:21:17 $ docker stop --time=1 f19097e098b2bdd267b46200cf937b45e2e6ed709e649c4629b296a429c89f2e 08:21:18 ---> 4c6de5ac4ceb 08:21:18 Step 9/22 : RUN make cmd/support-logging/support-logging 08:21:18 ---> b489ea0ac4a8 08:21:18 Step 9/23 : RUN make cmd/core-data/core-data 08:21:19 ---> e3b4e89ee159 08:21:19 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 08:21:19 ---> Running in 176e0bb915bd 08:21:19 ---> Running in fe9889eff890 08:21:19 ---> 64c350f603bc 08:21:19 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:21:19 ---> Running in 8cb5bf8d7f0d 08:21:19 $ docker rm -f f19097e098b2bdd267b46200cf937b45e2e6ed709e649c4629b296a429c89f2e 08:21:19 Running setup.py install for dockerpty: started 08:21:19 ---> Running in 4e8a87b95781 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 08:21:20 Running setup.py install for dockerpty: finished with status 'done' 08:21:20 Running setup.py install for docopt: started 08:21:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-logging/support-logging ./cmd/support-logging 08:21:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:21:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:21:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:21:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:21:20 08:21:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 08:21:20 Running setup.py install for docopt: finished with status 'done' 08:21:20 Running setup.py install for texttable: started [Pipeline] sh 08:21:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:21:21 latest: Pulling from edgex-devops/edgex-compose-arm64 08:21:21 29e5d40040c1: Pulling fs layer 08:21:21 1ce36da41761: Pulling fs layer 08:21:21 25b303627fd3: Pulling fs layer 08:21:21 Running setup.py install for texttable: finished with status 'done' 08:21:21 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 08:21:21 29e5d40040c1: Verifying Checksum 08:21:21 29e5d40040c1: Download complete 08:21:22 1ce36da41761: Verifying Checksum 08:21:22 1ce36da41761: Download complete 08:21:22 29e5d40040c1: Pull complete 08:21:23 1ce36da41761: Pull complete 08:21:24 25b303627fd3: Verifying Checksum 08:21:24 25b303627fd3: Download complete 08:21:28 Removing intermediate container ea81c919c38d 08:21:28 ---> 98cb08c449ff 08:21:28 Step 22/27 : RUN apk --no-cache add curl 08:21:28 ---> Running in 282fbf33eddb 08:21:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:21:30 (2/3) Installing libcurl (7.69.1-r1) 08:21:30 (3/3) Installing curl (7.69.1-r1) 08:21:30 Executing busybox-1.31.1-r19.trigger 08:21:30 OK: 72 MiB in 58 packages 08:21:32 Removing intermediate container 282fbf33eddb 08:21:32 ---> 8f56c1ffe1ec 08:21:32 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:21:32 ---> Running in 889b681d7b85 08:21:32 Removing intermediate container 889b681d7b85 08:21:32 ---> 6ab266d68edf 08:21:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:32 ---> Running in 9d3bbb4528a3 08:21:32 Removing intermediate container 9d3bbb4528a3 08:21:32 ---> 02c79ec4ce0e 08:21:32 Step 25/27 : LABEL arch=x86_64 08:21:32 ---> Running in 402f27a54215 08:21:33 Removing intermediate container 402f27a54215 08:21:33 ---> 002553902066 08:21:33 Step 26/27 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:21:33 ---> Running in 63ba14b6d8a8 08:21:34 25b303627fd3: Pull complete 08:21:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:21:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:21:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:21:34 prd-ubuntu18.04-docker-arm64-4c-16g-8828 does not seem to be running inside a container 08:21:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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 08:21:34 Removing intermediate container 63ba14b6d8a8 08:21:34 ---> db99324effa1 08:21:34 Step 27/27 : LABEL version=1.2.2-dev.95 08:21:34 ---> Running in bb78410caf04 08:21:35 Removing intermediate container bb78410caf04 08:21:35 ---> 1bf902f24a9a 08:21:35 08:21:35 Successfully built 1bf902f24a9a 08:21:35 Successfully tagged docker-sys-mgmt-agent-go:latest 08:21:35 Building docker-security-proxy-setup-go 08:21:38 $ docker top a724ee6d6fb6e26b2b3c58adf6767a40684bf6edf6ac478764c66898a6f9c36c -eo pid,comm [Pipeline] { [Pipeline] sh 08:21:39 + docker-compose build --help 08:21:39 + grep parallel 08:21:42 --parallel Build images in parallel. [Pipeline] } 08:21:42 $ docker stop --time=1 a724ee6d6fb6e26b2b3c58adf6767a40684bf6edf6ac478764c66898a6f9c36c 08:21:44 $ docker rm -f a724ee6d6fb6e26b2b3c58adf6767a40684bf6edf6ac478764c66898a6f9c36c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:21:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:21:45 . [Pipeline] withDockerContainer 08:21:46 prd-ubuntu18.04-docker-arm64-4c-16g-8828 does not seem to be running inside a container 08:21:46 $ 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/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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 08:21:47 $ docker top 2548958308c6e78b9b41a4141ef516cb8175e7409df6ec726ec9ecd81479ae7d -eo pid,comm [Pipeline] { [Pipeline] sh 08:21:48  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:21:48 + docker-compose -f ./docker-compose-build.yml build --parallel 08:21:49 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:21:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:21:49 ---> 0b847c79a25a 08:21:49 Step 3/20 : WORKDIR /edgex-go 08:21:49 ---> Using cache 08:21:49 ---> bedd57b45ffe 08:21:49 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:49 ---> Using cache 08:21:49 ---> c1ebfb1a2851 08:21:49 Step 5/20 : RUN apk update && apk add make git 08:21:49 ---> Using cache 08:21:49 ---> 7459d42b9546 08:21:49 Step 6/20 : COPY go.mod . 08:21:49 ---> Using cache 08:21:49 ---> ffa14623d15d 08:21:49 Step 7/20 : RUN go mod download 08:21:49 ---> Using cache 08:21:49 ---> b5167b8a8bc2 08:21:49 Step 8/20 : COPY . . 08:21:49 ---> Using cache 08:21:49 ---> 64c350f603bc 08:21:49 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:21:51 ---> Running in 0cfe24ef6ca3 08:21:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:21:53 Building docker-core-command-go ... 08:21:53 Building docker-core-data-go ... 08:21:53 Building docker-core-metadata-go ... 08:21:53 Building docker-security-proxy-setup-go ... 08:21:53 Building docker-security-secrets-setup-go ... 08:21:53 Building docker-security-secretstore-setup-go ... 08:21:53 Building docker-support-logging-go ... 08:21:53 Building docker-support-notifications-go ... 08:21:53 Building docker-support-scheduler-go ... 08:21:53 Building docker-sys-mgmt-agent-go ... 08:21:53 Building docker-security-secretstore-setup-go 08:21:53 Building docker-support-scheduler-go 08:21:53 Building docker-security-secrets-setup-go 08:21:53 Building docker-sys-mgmt-agent-go 08:21:53 Building docker-support-notifications-go 08:21:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 08:21:55 Removing intermediate container 176e0bb915bd 08:21:55 ---> eba0f5c67b7d 08:21:55 08:21:55 Step 10/22 : FROM scratch 08:21:55 ---> 08:21:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:21:55 ---> Using cache 08:21:55 ---> f25873aca531 08:21:55 Step 12/22 : ENV APP_PORT=48061 08:21:56 ---> Running in a5018dba4819 08:21:57 Removing intermediate container a5018dba4819 08:21:57 ---> b69e44fb266d 08:21:57 Step 13/22 : EXPOSE $APP_PORT 08:21:58 ---> Running in 841eb4da034d 08:21:59 Removing intermediate container 4e8a87b95781 08:21:59 ---> 9c3cb26a08d0 08:21:59 08:21:59 Step 10/21 : FROM scratch 08:21:59 ---> 08:21:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:21:59 ---> Using cache 08:21:59 ---> 93e909e0a2e7 08:21:59 Step 12/21 : ENV APP_PORT=48085 08:22:01 Removing intermediate container 841eb4da034d 08:22:01 ---> 57b065486cbb 08:22:01 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:22:01 ---> Running in d394db1fe100 08:22:01 Removing intermediate container 8cb5bf8d7f0d 08:22:01 ---> 9b20a1e654b4 08:22:01 08:22:01 Step 10/26 : FROM alpine:3.10 08:22:01 Removing intermediate container d394db1fe100 08:22:01 ---> fec6f9321d0d 08:22:01 Step 13/21 : EXPOSE $APP_PORT 08:22:01 ---> bd102583341a 08:22:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:22:01 ---> Running in f21616a07a2f 08:22:01 3.10: Pulling from library/alpine 08:22:02 Removing intermediate container f21616a07a2f 08:22:02 ---> 64fdac196e26 08:22:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:22:02 ---> 09978d20bb0d 08:22:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:22:03 ---> 68b3078e35db 08:22:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:22:03 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:22:04 Status: Downloaded newer image for alpine:3.10 08:22:04 ---> be4e4bea2c2e 08:22:04 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:22:05 ---> 497ba39c0107 08:22:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:22:05 ---> Running in 1beed7a58e5a 08:22:05 ---> ffb1bc337c35 08:22:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:22:05 Removing intermediate container fe9889eff890 08:22:05 ---> 8e69c95f4b14 08:22:05 08:22:05 Step 10/23 : FROM alpine 08:22:05 ---> d6e46aa2470d 08:22:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:22:05 ---> a56bf96db100 08:22:05 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:22:05 ---> Running in 2dd44a701786 08:22:05 ---> Running in 6533f8c29df7 08:22:06 ---> c1984adbc573 08:22:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:22:06 Removing intermediate container 2dd44a701786 08:22:06 ---> 2a7aa8dbaf94 08:22:06 Step 12/23 : ENV APP_PORT=48080 08:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:22:06 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:22:06 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:22:06 OK: 10346 distinct packages available 08:22:06 ---> Running in 2c7617445d5e 08:22:06 Removing intermediate container 6533f8c29df7 08:22:06 ---> fe8c4fe951d0 08:22:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:06 ---> Running in 9073a557fbd9 08:22:06 (1/5) Installing ca-certificates (20191127-r2) 08:22:06 ---> Running in db7e0a6cd457 08:22:06 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:22:06 (3/5) Installing libcurl (7.66.0-r1) 08:22:06 (4/5) Installing curl (7.66.0-r1) 08:22:06 (5/5) Installing dumb-init (1.2.2-r1) 08:22:06 Executing busybox-1.30.1-r3.trigger 08:22:06 Executing ca-certificates-20191127-r2.trigger 08:22:06 OK: 7 MiB in 19 packages 08:22:07 Removing intermediate container 2c7617445d5e 08:22:07 ---> daf3c567010b 08:22:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:08 ---> Running in b17b229b1e05 08:22:08 Removing intermediate container 9073a557fbd9 08:22:08 ---> 2337d21682e3 08:22:08 Step 13/23 : EXPOSE $APP_PORT 08:22:08 Removing intermediate container db7e0a6cd457 08:22:08 ---> ac3167353430 08:22:08 Step 20/22 : LABEL arch=x86_64 08:22:08 ---> Running in 8a3f283ba565 08:22:08 ---> Running in e21503702823 08:22:08 Removing intermediate container b17b229b1e05 08:22:08 ---> d74d1d47c21b 08:22:08 Step 19/21 : LABEL arch=x86_64 08:22:08 Removing intermediate container 1beed7a58e5a 08:22:08 ---> 56b25c81dfcd 08:22:08 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:22:08 ---> Running in 5270f07482e3 08:22:08 Removing intermediate container 8a3f283ba565 08:22:08 ---> c844dbe7f953 08:22:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:08 Removing intermediate container e21503702823 08:22:08 ---> 06bf5327ee2c 08:22:08 Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:22:08 ---> Running in 4bfc454a7ed3 08:22:09 ---> Running in c97bd85dc2ca 08:22:09 ---> Running in e90f56f51d12 08:22:09 Removing intermediate container 5270f07482e3 08:22:09 ---> 0a7ee8197820 08:22:09 Step 20/21 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:22:10 Removing intermediate container 4bfc454a7ed3 08:22:10 ---> 1fe3730d066a 08:22:10 Step 13/26 : WORKDIR / 08:22:10 ---> Running in 6f0b19ef40a1 08:22:10 ---> Running in b838289e43ef 08:22:11 Removing intermediate container e90f56f51d12 08:22:11 ---> 0e06617d3462 08:22:11 Step 22/22 : LABEL version=1.2.2-dev.95 08:22:11 Removing intermediate container 6f0b19ef40a1 08:22:11 ---> 76d09ec33558 08:22:11 Step 21/21 : LABEL version=1.2.2-dev.95 08:22:11 ---> Running in f4288baeef79 08:22:11 Removing intermediate container 0cfe24ef6ca3 08:22:11 ---> ec3eba11f933 08:22:11 08:22:11 Step 10/20 : FROM alpine 08:22:11 ---> d6e46aa2470d 08:22:11 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:22:11 Removing intermediate container b838289e43ef 08:22:11 ---> 621738400917 08:22:11 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:22:11 ---> Running in 88fff4e1a727 08:22:11 ---> Running in d0066df03343 08:22:12 Removing intermediate container f4288baeef79 08:22:12 ---> ec9ac75c202e 08:22:12 08:22:12 Successfully built ec9ac75c202e 08:22:12 Successfully tagged docker-support-logging-go:latest 08:22:12  Building docker-support-logging-go ... done  ---> ba6f761f0826 08:22:12 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:22:12 Removing intermediate container c97bd85dc2ca 08:22:12 ---> 62cd770062d4 08:22:12 Step 15/23 : RUN apk --no-cache add zeromq 08:22:12 Removing intermediate container 88fff4e1a727 08:22:12 ---> ccd41ab41dff 08:22:12 08:22:12 ---> Running in 2d523e1ee2e6 08:22:12 Successfully built ccd41ab41dff 08:22:12 Successfully tagged docker-support-scheduler-go:latest 08:22:12  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:22:12 ---> c3cdcdedc3ee 08:22:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:22:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:22:13 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:22:13 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:22:13 OK: 12744 distinct packages available 08:22:13 ---> 1a480b50c3a1 08:22:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:22:13 (1/4) Installing ca-certificates (20191127-r4) 08:22:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:22:13 (3/4) Installing libcurl (7.69.1-r1) 08:22:13 (4/4) Installing curl (7.69.1-r1) 08:22:13 Executing busybox-1.31.1-r19.trigger 08:22:13 Executing ca-certificates-20191127-r4.trigger 08:22:13 OK: 7 MiB in 18 packages 08:22:13 ---> 81868f732814 08:22:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:22:14 (1/5) Installing libgcc (9.3.0-r2) 08:22:14 (2/5) Installing libsodium (1.0.18-r0) 08:22:14 (3/5) Installing libstdc++ (9.3.0-r2) 08:22:14 (4/5) Installing libzmq (4.3.3-r0) 08:22:14 (5/5) Installing zeromq (4.3.3-r0) 08:22:14 Removing intermediate container d0066df03343 08:22:14 ---> e7fe3b812fe3 08:22:14 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:22:14 ---> 3ad18aa2d1f1 08:22:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:22:14 Executing busybox-1.31.1-r19.trigger 08:22:14 OK: 8 MiB in 19 packages 08:22:15 ---> Running in c51bdc64731b 08:22:15 Removing intermediate container c51bdc64731b 08:22:15 ---> b31fb21eb66b 08:22:15 Step 13/20 : WORKDIR /edgex 08:22:15 ---> Running in d8d357c8f2ab 08:22:15 ---> 1299db9cd42f 08:22:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:22:15 Removing intermediate container 2d523e1ee2e6 08:22:15 ---> 2e27c601726b 08:22:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:22:15 Removing intermediate container d8d357c8f2ab 08:22:15 ---> 5f20f7249a93 08:22:15 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:22:15 ---> de254176503b 08:22:15 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:22:15 ---> 54b152a65c88 08:22:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:22:15 ---> 78f75c0917a5 08:22:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:22:16 ---> c460b9c179aa 08:22:16 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:22:16 ---> Running in 17f42f1f749c 08:22:16 ---> fa632e39cdf4 08:22:16 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:22:16 ---> bcc0fe6152cf 08:22:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:22:16 ---> Running in 9a9d2d362257 08:22:16 Removing intermediate container 9a9d2d362257 08:22:16 ---> 3fa9b48d6360 08:22:16 Step 17/20 : CMD ["--init=true"] 08:22:17 ---> Running in 73126ec0bbcc 08:22:17 ---> 2ae0a9470de5 08:22:17 Step 19/23 : ENTRYPOINT ["/core-data"] 08:22:17 ---> Running in e61bf2c86543 08:22:17 Removing intermediate container 73126ec0bbcc 08:22:17 ---> eb1714dd6eaf 08:22:17 Step 18/20 : LABEL arch=x86_64 08:22:17 ---> Running in f1e007afb65f 08:22:17 Removing intermediate container e61bf2c86543 08:22:17 ---> 96865105f46e 08:22:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:18 Removing intermediate container 17f42f1f749c 08:22:18 ---> bbd4d0a891f5 08:22:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:22:18 ---> Running in dab65fc4499b 08:22:18 Removing intermediate container f1e007afb65f 08:22:18 ---> 25971d2313e9 08:22:18 Step 19/20 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:22:18 ---> Running in 6635d21e30e2 08:22:18 ---> Running in b7e4aa0ee022 08:22:18 Removing intermediate container dab65fc4499b 08:22:18 ---> 3f0807f7a4fd 08:22:18 Step 21/23 : LABEL arch=x86_64 08:22:18 ---> Running in e8c0b9c9160d 08:22:18 Removing intermediate container 6635d21e30e2 08:22:18 ---> 897db04e4582 08:22:18 Step 24/26 : LABEL arch=x86_64 08:22:18 Removing intermediate container b7e4aa0ee022 08:22:18 ---> 3d630db0ee6d 08:22:18 Step 20/20 : LABEL version=1.2.2-dev.95 08:22:18 ---> Running in 5aace4a72bd6 08:22:18 Removing intermediate container e8c0b9c9160d 08:22:18 ---> d5096f9310c9 08:22:18 Step 22/23 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:22:18 ---> Running in e7caca58ba63 08:22:18 ---> Running in 0edfb7ee6078 08:22:18 Removing intermediate container 5aace4a72bd6 08:22:18 ---> a8ad950c875c 08:22:18 Step 25/26 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:22:18 Removing intermediate container e7caca58ba63 08:22:18 ---> 296ea2485e09 08:22:18 08:22:19 Successfully built 296ea2485e09 08:22:19 ---> Running in fbe64d6d7c62 08:22:19 Successfully tagged docker-security-proxy-setup-go:latest 08:22:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 0edfb7ee6078 08:22:19 ---> 9652021d9324 08:22:19 Step 23/23 : LABEL version=1.2.2-dev.95 08:22:19 ---> Running in 085e4e4b2db9 08:22:19 Removing intermediate container fbe64d6d7c62 08:22:19 ---> 0d476833d2a0 08:22:19 Step 26/26 : LABEL version=1.2.2-dev.95 08:22:19 Removing intermediate container 085e4e4b2db9 08:22:19 ---> 7dfa9b4e43d7 08:22:19 08:22:19 ---> Running in 8fae9faa8a25 08:22:19 Successfully built 7dfa9b4e43d7 08:22:19 Successfully tagged docker-core-data-go:latest 08:22:19  Building docker-core-data-go ... done Removing intermediate container 8fae9faa8a25 08:22:19 ---> 2bf324d6277e 08:22:19 08:22:20 Successfully built 2bf324d6277e 08:22:20 Successfully tagged docker-security-secretstore-setup-go:latest 08:22:20  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 08:22:20 $ docker stop --time=1 c503c145e1b1dc1fbf8ba3d8f3214af4294606254379fb173191b930231ca7d1 08:22:22 $ docker rm -f c503c145e1b1dc1fbf8ba3d8f3214af4294606254379fb173191b930231ca7d1 [Pipeline] // withDockerContainer [Pipeline] sh 08:22:23 + docker images 08:22:23 + grep docker 08:22:23 docker-security-secretstore-setup-go latest 2bf324d6277e 4 seconds ago 32.4MB 08:22:23 docker-core-data-go latest 7dfa9b4e43d7 4 seconds ago 23.7MB 08:22:23 docker-security-proxy-setup-go latest 296ea2485e09 5 seconds ago 15.8MB 08:22:23 docker-support-scheduler-go latest ccd41ab41dff 11 seconds ago 12.3MB 08:22:23 docker-support-logging-go latest ec9ac75c202e 12 seconds ago 11.1MB 08:22:23 docker-sys-mgmt-agent-go latest 1bf902f24a9a 48 seconds ago 290MB 08:22:23 docker-security-secrets-setup-go latest f7db610ce5d9 About a minute ago 24MB 08:22:23 docker-support-notifications-go latest 1cc2b179fca2 2 minutes ago 13.6MB 08:22:23 docker-core-command-go latest abccc984cee0 2 minutes ago 12.2MB 08:22:23 docker-core-metadata-go latest 39c6636e88a9 2 minutes ago 14.5MB 08:22:23 docker latest 6972c414f322 4 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:22:24 provisioning config files... 08:22:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/211@tmp/config1841351454006951283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:22:24 ---> docker-login.sh 08:22:24 nexus3.edgexfoundry.org:10001 08:22:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:24 Configure a credential helper to remove this warning. See 08:22:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:24 08:22:24 Login Succeeded 08:22:24 nexus3.edgexfoundry.org:10002 08:22:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:24 Configure a credential helper to remove this warning. See 08:22:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:24 08:22:24 Login Succeeded 08:22:24 nexus3.edgexfoundry.org:10003 08:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:25 Configure a credential helper to remove this warning. See 08:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:25 08:22:25 Login Succeeded 08:22:25 nexus3.edgexfoundry.org:10004 08:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:25 Configure a credential helper to remove this warning. See 08:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:25 08:22:25 Login Succeeded 08:22:25 docker.io 08:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:25 Configure a credential helper to remove this warning. See 08:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:25 08:22:25 Login Succeeded 08:22:25 ---> docker-login.sh ends [Pipeline] } 08:22:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:22:25 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 08:22:25 2a86d860cf369141c507c16492d2a148a24443a3 08:22:25 1.2.2-dev.95 08:22:25 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:25 master 08:22:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:26 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:22:26 5b37ec463033: Preparing 08:22:26 3f0e45766927: Preparing 08:22:26 7f09ec8b7191: Preparing 08:22:26 5b37ec463033: Pushed 08:22:26 7f09ec8b7191: Pushed 08:22:27 3f0e45766927: Pushed 08:22:28 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] isUnix [Pipeline] sh 08:22:28 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.95 08:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:22:29 5b37ec463033: Preparing 08:22:29 3f0e45766927: Preparing 08:22:29 7f09ec8b7191: Preparing 08:22:29 5b37ec463033: Layer already exists 08:22:29 3f0e45766927: Layer already exists 08:22:29 7f09ec8b7191: Layer already exists 08:22:29 1.2.2-dev.95: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] isUnix [Pipeline] sh 08:22:29 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:22:29 5b37ec463033: Preparing 08:22:29 3f0e45766927: Preparing 08:22:29 7f09ec8b7191: Preparing 08:22:29 5b37ec463033: Layer already exists 08:22:29 3f0e45766927: Layer already exists 08:22:29 7f09ec8b7191: Layer already exists 08:22:30 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] isUnix [Pipeline] sh 08:22:30 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 08:22:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 08:22:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:22:30 5b37ec463033: Preparing 08:22:30 3f0e45766927: Preparing 08:22:30 7f09ec8b7191: Preparing 08:22:30 7f09ec8b7191: Layer already exists 08:22:30 5b37ec463033: Layer already exists 08:22:30 3f0e45766927: Layer already exists 08:22:30 master: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:22:31 ===================================================== [Pipeline] echo 08:22:31 taggedImages: 08:22:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.95 08:22:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 08:22:31 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 08:22:31 2a86d860cf369141c507c16492d2a148a24443a3 08:22:31 1.2.2-dev.95 08:22:31 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:31 master 08:22:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:31 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:22:31 58beca985b63: Preparing 08:22:31 399c0df06bdb: Preparing 08:22:31 c5e54a5f36a2: Preparing 08:22:31 1b05bade004c: Preparing 08:22:31 88076c002611: Preparing 08:22:31 ace0eda3e3be: Preparing 08:22:31 ace0eda3e3be: Waiting 08:22:31 58beca985b63: Pushed 08:22:32 88076c002611: Pushed 08:22:32 c5e54a5f36a2: Pushed 08:22:32 ace0eda3e3be: Layer already exists 08:22:32 1b05bade004c: Pushed 08:22:33 399c0df06bdb: Pushed 08:22:33 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:22:33 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.95 08:22:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:22:34 58beca985b63: Preparing 08:22:34 399c0df06bdb: Preparing 08:22:34 c5e54a5f36a2: Preparing 08:22:34 1b05bade004c: Preparing 08:22:34 88076c002611: Preparing 08:22:34 ace0eda3e3be: Preparing 08:22:34 ace0eda3e3be: Waiting 08:22:34 1b05bade004c: Layer already exists 08:22:34 58beca985b63: Layer already exists 08:22:34 399c0df06bdb: Layer already exists 08:22:34 c5e54a5f36a2: Layer already exists 08:22:34 88076c002611: Layer already exists 08:22:34 ace0eda3e3be: Layer already exists 08:22:34 1.2.2-dev.95: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:22:34 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:22:34 58beca985b63: Preparing 08:22:34 399c0df06bdb: Preparing 08:22:34 c5e54a5f36a2: Preparing 08:22:34 1b05bade004c: Preparing 08:22:34 88076c002611: Preparing 08:22:34 ace0eda3e3be: Preparing 08:22:34 88076c002611: Layer already exists 08:22:34 c5e54a5f36a2: Layer already exists 08:22:34 399c0df06bdb: Layer already exists 08:22:34 1b05bade004c: Layer already exists 08:22:34 58beca985b63: Layer already exists 08:22:34 ace0eda3e3be: Layer already exists 08:22:34 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:22:35 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 08:22:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 08:22:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:22:35 58beca985b63: Preparing 08:22:35 399c0df06bdb: Preparing 08:22:35 c5e54a5f36a2: Preparing 08:22:35 1b05bade004c: Preparing 08:22:35 88076c002611: Preparing 08:22:35 ace0eda3e3be: Preparing 08:22:35 ace0eda3e3be: Waiting 08:22:35 399c0df06bdb: Layer already exists 08:22:35 1b05bade004c: Layer already exists 08:22:35 88076c002611: Layer already exists 08:22:35 58beca985b63: Layer already exists 08:22:35 c5e54a5f36a2: Layer already exists 08:22:35 ace0eda3e3be: Layer already exists 08:22:35 master: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:22:35 ===================================================== [Pipeline] echo 08:22:35 taggedImages: 08:22:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.95 08:22:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 08:22:35 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 08:22:35 2a86d860cf369141c507c16492d2a148a24443a3 08:22:35 1.2.2-dev.95 08:22:35 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:35 master 08:22:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:36 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:22:36 c0638abb24ab: Preparing 08:22:36 c3f6ae4ae067: Preparing 08:22:36 b794fdb5b9aa: Preparing 08:22:36 b794fdb5b9aa: Pushed 08:22:36 c0638abb24ab: Pushed 08:22:38 c3f6ae4ae067: Pushed 08:22:38 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] isUnix [Pipeline] sh 08:22:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.95 08:22:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:22:38 c0638abb24ab: Preparing 08:22:38 c3f6ae4ae067: Preparing 08:22:38 b794fdb5b9aa: Preparing 08:22:38 c3f6ae4ae067: Layer already exists 08:22:38 b794fdb5b9aa: Layer already exists 08:22:38 c0638abb24ab: Layer already exists 08:22:38 1.2.2-dev.95: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] isUnix [Pipeline] sh 08:22:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:22:39 c0638abb24ab: Preparing 08:22:39 c3f6ae4ae067: Preparing 08:22:39 b794fdb5b9aa: Preparing 08:22:39 c0638abb24ab: Layer already exists 08:22:39 b794fdb5b9aa: Layer already exists 08:22:39 c3f6ae4ae067: Layer already exists 08:22:39 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] isUnix [Pipeline] sh 08:22:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 08:22:40 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:22:40 ---> a6d5a2f09dd5 08:22:40 Step 3/26 : WORKDIR /edgex-go 08:22:40 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:40 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:22:40 ---> a6d5a2f09dd5 08:22:40 Step 3/27 : WORKDIR /edgex-go 08:22:40 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:40 08:22:40 Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 2/21 : FROM ${BUILDER_BASE} AS builder 08:22:40 08:22:40 ---> a6d5a2f09dd5 08:22:40 ---> a6d5a2f09dd5 08:22:40 Step 3/29 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go 08:22:40 08:22:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:22:40 ---> a6d5a2f09dd5 08:22:40 Step 3/24 : WORKDIR /edgex-go 08:22:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 08:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:22:40 c0638abb24ab: Preparing 08:22:40 c3f6ae4ae067: Preparing 08:22:40 b794fdb5b9aa: Preparing 08:22:40 c0638abb24ab: Layer already exists 08:22:40 b794fdb5b9aa: Layer already exists 08:22:40 c3f6ae4ae067: Layer already exists 08:22:40 master: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 08:22:40 ---> Running in 540b151f0c9a 08:22:40 ---> Running in 4f97f3fa7e23 08:22:40 ---> Running in cacdf5308ca4 08:22:40 ---> Running in ae9430664e31 08:22:40 ---> Running in 64799f3c6523 [Pipeline] // withEnv [Pipeline] echo 08:22:40 ===================================================== [Pipeline] echo 08:22:40 taggedImages: 08:22:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.95 08:22:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 08:22:40 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 08:22:40 2a86d860cf369141c507c16492d2a148a24443a3 08:22:40 1.2.2-dev.95 08:22:40 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:40 master 08:22:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:40 Removing intermediate container 540b151f0c9a 08:22:40 ---> 5c4137555955 08:22:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:40 Removing intermediate container 4f97f3fa7e23 08:22:40 ---> cbfa6cc4b1bf 08:22:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:41 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:41 Removing intermediate container cacdf5308ca4 08:22:41 ---> adfdcc065452 08:22:41 Step 4/29 : RUN apk update && apk add make git 08:22:41 Removing intermediate container ae9430664e31 08:22:41 ---> 3ba8e53f398a 08:22:41 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:41 Removing intermediate container 64799f3c6523 08:22:41 ---> 2a0e14f9a707 08:22:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:41 ---> Running in 763c2003c9b2 08:22:41 ---> Running in 9dac3d960d3d 08:22:41 ---> Running in 62c3ede91b11 08:22:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:22:41 195a8d7b336d: Preparing 08:22:41 a66cc0f7394e: Preparing 08:22:41 d4ae761576c2: Preparing 08:22:41 d9dca11edb57: Preparing 08:22:41 ace0eda3e3be: Preparing 08:22:41 ace0eda3e3be: Layer already exists 08:22:41 a66cc0f7394e: Pushed 08:22:41 d4ae761576c2: Pushed 08:22:41 ---> Running in 79e869de61cf 08:22:41 ---> Running in 564ee87c2073 08:22:41 d9dca11edb57: Pushed 08:22:42 195a8d7b336d: Pushed 08:22:42 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:22:42 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.95 08:22:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:22:43 195a8d7b336d: Preparing 08:22:43 a66cc0f7394e: Preparing 08:22:43 d4ae761576c2: Preparing 08:22:43 d9dca11edb57: Preparing 08:22:43 ace0eda3e3be: Preparing 08:22:43 d9dca11edb57: Layer already exists 08:22:43 ace0eda3e3be: Layer already exists 08:22:43 d4ae761576c2: Layer already exists 08:22:43 195a8d7b336d: Layer already exists 08:22:43 a66cc0f7394e: Layer already exists 08:22:43 1.2.2-dev.95: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:22:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:22:44 195a8d7b336d: Preparing 08:22:44 a66cc0f7394e: Preparing 08:22:44 d4ae761576c2: Preparing 08:22:44 d9dca11edb57: Preparing 08:22:44 ace0eda3e3be: Preparing 08:22:44 d9dca11edb57: Layer already exists 08:22:44 d4ae761576c2: Layer already exists 08:22:44 ace0eda3e3be: Layer already exists 08:22:44 195a8d7b336d: Layer already exists 08:22:44 a66cc0f7394e: Layer already exists 08:22:44 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:44 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 08:22:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 08:22:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:22:44 195a8d7b336d: Preparing 08:22:44 a66cc0f7394e: Preparing 08:22:44 d4ae761576c2: Preparing 08:22:44 d9dca11edb57: Preparing 08:22:44 ace0eda3e3be: Preparing 08:22:44 a66cc0f7394e: Layer already exists 08:22:44 ace0eda3e3be: Layer already exists 08:22:44 195a8d7b336d: Layer already exists 08:22:44 d4ae761576c2: Layer already exists 08:22:44 d9dca11edb57: Layer already exists 08:22:44 master: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:22:44 ===================================================== [Pipeline] echo 08:22:45 taggedImages: 08:22:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.95 08:22:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 08:22:45 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 08:22:45 2a86d860cf369141c507c16492d2a148a24443a3 08:22:45 1.2.2-dev.95 08:22:45 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:45 master 08:22:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:45 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:45 Removing intermediate container 763c2003c9b2 08:22:45 ---> 35547ff6d008 08:22:45 Step 5/26 : RUN apk update && apk add make git 08:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:45 ---> Running in e9fdd79ebbc7 08:22:45 Removing intermediate container 62c3ede91b11 08:22:45 ---> 180d3aeb1e0d 08:22:45 Step 5/27 : RUN apk update && apk add make bash git 08:22:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:22:45 56b4fe3179c5: Preparing 08:22:45 ddf1f6d7f809: Preparing 08:22:45 1e806615cebb: Preparing 08:22:45 162343c32b9a: Preparing 08:22:45 162343c32b9a: Preparing 08:22:45 4c3935463b25: Preparing 08:22:45 30a711eb4cf9: Preparing 08:22:45 96e7e77f3e8e: Preparing 08:22:45 56b4fe3179c5: Preparing 08:22:45 cf931f07fd93: Preparing 08:22:45 b8506e61aec8: Preparing 08:22:45 747e359c33f2: Preparing 08:22:45 ace0eda3e3be: Preparing 08:22:45 30a711eb4cf9: Waiting 08:22:45 96e7e77f3e8e: Waiting 08:22:45 cf931f07fd93: Waiting 08:22:45 ace0eda3e3be: Waiting 08:22:45 747e359c33f2: Waiting 08:22:45 b8506e61aec8: Waiting 08:22:45 ---> Running in c233695121a4 08:22:46 4c3935463b25: Pushed 08:22:46 ddf1f6d7f809: Pushed 08:22:46 162343c32b9a: Pushed 08:22:46 1e806615cebb: Pushed 08:22:46 30a711eb4cf9: Pushed 08:22:46 96e7e77f3e8e: Pushed 08:22:46 b8506e61aec8: Pushed 08:22:46 cf931f07fd93: Pushed 08:22:46 Removing intermediate container 564ee87c2073 08:22:46 ---> db361552316e 08:22:46 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:22:46 Removing intermediate container 79e869de61cf 08:22:46 ---> 712c50db5264 08:22:46 Step 5/21 : RUN apk update && apk add make git 08:22:46 ace0eda3e3be: Layer already exists 08:22:46 ---> Running in d1ddac7512e5 08:22:46 ---> Running in deab930a9eda 08:22:46 747e359c33f2: Pushed 08:22:46 56b4fe3179c5: Pushed 08:22:46 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:22:47 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:47 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:47 OK: 12623 distinct packages available 08:22:47 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.95 08:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:22:47 56b4fe3179c5: Preparing 08:22:47 ddf1f6d7f809: Preparing 08:22:47 1e806615cebb: Preparing 08:22:47 162343c32b9a: Preparing 08:22:47 162343c32b9a: Preparing 08:22:47 4c3935463b25: Preparing 08:22:47 30a711eb4cf9: Preparing 08:22:47 96e7e77f3e8e: Preparing 08:22:47 56b4fe3179c5: Preparing 08:22:47 cf931f07fd93: Preparing 08:22:47 b8506e61aec8: Preparing 08:22:47 747e359c33f2: Preparing 08:22:47 ace0eda3e3be: Preparing 08:22:47 30a711eb4cf9: Waiting 08:22:47 96e7e77f3e8e: Waiting 08:22:47 cf931f07fd93: Waiting 08:22:47 b8506e61aec8: Waiting 08:22:47 747e359c33f2: Waiting 08:22:47 ace0eda3e3be: Waiting 08:22:47 4c3935463b25: Layer already exists 08:22:47 1e806615cebb: Layer already exists 08:22:47 56b4fe3179c5: Layer already exists 08:22:47 ddf1f6d7f809: Layer already exists 08:22:47 162343c32b9a: Layer already exists 08:22:47 cf931f07fd93: Layer already exists 08:22:47 747e359c33f2: Layer already exists 08:22:47 30a711eb4cf9: Layer already exists 08:22:47 96e7e77f3e8e: Layer already exists 08:22:47 b8506e61aec8: Layer already exists 08:22:47 ace0eda3e3be: Layer already exists 08:22:47 1.2.2-dev.95: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:22:47 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:48 OK: 217 MiB in 51 packages 08:22:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:22:48 56b4fe3179c5: Preparing 08:22:48 ddf1f6d7f809: Preparing 08:22:48 1e806615cebb: Preparing 08:22:48 162343c32b9a: Preparing 08:22:48 162343c32b9a: Preparing 08:22:48 4c3935463b25: Preparing 08:22:48 30a711eb4cf9: Preparing 08:22:48 96e7e77f3e8e: Preparing 08:22:48 56b4fe3179c5: Preparing 08:22:48 cf931f07fd93: Preparing 08:22:48 b8506e61aec8: Preparing 08:22:48 747e359c33f2: Preparing 08:22:48 ace0eda3e3be: Preparing 08:22:48 30a711eb4cf9: Waiting 08:22:48 96e7e77f3e8e: Waiting 08:22:48 cf931f07fd93: Waiting 08:22:48 b8506e61aec8: Waiting 08:22:48 747e359c33f2: Waiting 08:22:48 ace0eda3e3be: Waiting 08:22:48 4c3935463b25: Layer already exists 08:22:48 56b4fe3179c5: Layer already exists 08:22:48 ddf1f6d7f809: Layer already exists 08:22:48 162343c32b9a: Layer already exists 08:22:48 1e806615cebb: Layer already exists 08:22:48 96e7e77f3e8e: Layer already exists 08:22:48 30a711eb4cf9: Layer already exists 08:22:48 cf931f07fd93: Layer already exists 08:22:48 b8506e61aec8: Layer already exists 08:22:48 747e359c33f2: Layer already exists 08:22:48 ace0eda3e3be: Layer already exists 08:22:48 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:48 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 08:22:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 08:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:22:48 56b4fe3179c5: Preparing 08:22:48 ddf1f6d7f809: Preparing 08:22:48 1e806615cebb: Preparing 08:22:48 162343c32b9a: Preparing 08:22:48 162343c32b9a: Preparing 08:22:48 4c3935463b25: Preparing 08:22:48 30a711eb4cf9: Preparing 08:22:48 96e7e77f3e8e: Preparing 08:22:48 56b4fe3179c5: Preparing 08:22:48 cf931f07fd93: Preparing 08:22:48 b8506e61aec8: Preparing 08:22:48 747e359c33f2: Preparing 08:22:48 ace0eda3e3be: Preparing 08:22:48 96e7e77f3e8e: Waiting 08:22:48 cf931f07fd93: Waiting 08:22:48 b8506e61aec8: Waiting 08:22:48 747e359c33f2: Waiting 08:22:48 ace0eda3e3be: Waiting 08:22:48 30a711eb4cf9: Waiting 08:22:48 4c3935463b25: Layer already exists 08:22:48 162343c32b9a: Layer already exists 08:22:48 56b4fe3179c5: Layer already exists 08:22:48 ddf1f6d7f809: Layer already exists 08:22:48 1e806615cebb: Layer already exists 08:22:48 30a711eb4cf9: Layer already exists 08:22:48 96e7e77f3e8e: Layer already exists 08:22:48 cf931f07fd93: Layer already exists 08:22:48 747e359c33f2: Layer already exists 08:22:48 b8506e61aec8: Layer already exists 08:22:48 ace0eda3e3be: Layer already exists 08:22:48 master: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 08:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo 08:22:49 ===================================================== [Pipeline] echo 08:22:49 taggedImages: 08:22:49 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:49 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.95 08:22:49 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:49 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 08:22:49 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 08:22:49 2a86d860cf369141c507c16492d2a148a24443a3 08:22:49 1.2.2-dev.95 08:22:49 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:49 master 08:22:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:49 Removing intermediate container 9dac3d960d3d 08:22:49 ---> 0d880e6c7219 08:22:49 Step 5/29 : COPY go.mod . 08:22:49 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:22:49 91ce975bc93d: Preparing 08:22:49 429c3edbf1cc: Preparing 08:22:49 da1036cf95f0: Preparing 08:22:49 8c37da922e77: Preparing 08:22:49 bfedfba75d33: Preparing 08:22:49 e9789f5910aa: Preparing 08:22:49 ca85d947c2ec: Preparing 08:22:49 708308f2eaae: Preparing 08:22:49 c6c34bca7f66: Preparing 08:22:49 8d746630b13d: Preparing 08:22:49 1b3ee35aacca: Preparing 08:22:49 708308f2eaae: Waiting 08:22:49 8d746630b13d: Waiting 08:22:49 c6c34bca7f66: Waiting 08:22:49 1b3ee35aacca: Waiting 08:22:49 e9789f5910aa: Waiting 08:22:49 ca85d947c2ec: Waiting 08:22:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:50 429c3edbf1cc: Pushed 08:22:50 91ce975bc93d: Pushed 08:22:50 ca85d947c2ec: Pushed 08:22:50 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:50 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:50 OK: 12623 distinct packages available 08:22:50 ---> c6a469deea9f 08:22:50 Step 6/29 : RUN go mod download 08:22:50 e9789f5910aa: Pushed 08:22:50 708308f2eaae: Pushed 08:22:51 ---> Running in eccfd251917d 08:22:51 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:51 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:51 OK: 12623 distinct packages available 08:22:51 c6c34bca7f66: Pushed 08:22:51 OK: 217 MiB in 51 packages 08:22:51 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:51 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:51 OK: 12623 distinct packages available 08:22:51 1b3ee35aacca: Layer already exists 08:22:51 da1036cf95f0: Pushed 08:22:51 8d746630b13d: Pushed 08:22:51 bfedfba75d33: Pushed 08:22:51 8c37da922e77: Pushed 08:22:51 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 08:22:51 OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 08:22:52 OK: 217 MiB in 51 packages 08:22:52 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:52 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:52 OK: 12623 distinct packages available 08:22:52 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.95 08:22:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:22:52 91ce975bc93d: Preparing 08:22:52 429c3edbf1cc: Preparing 08:22:52 da1036cf95f0: Preparing 08:22:52 8c37da922e77: Preparing 08:22:52 bfedfba75d33: Preparing 08:22:52 e9789f5910aa: Preparing 08:22:52 ca85d947c2ec: Preparing 08:22:52 708308f2eaae: Preparing 08:22:52 c6c34bca7f66: Preparing 08:22:52 8d746630b13d: Preparing 08:22:52 1b3ee35aacca: Preparing 08:22:52 e9789f5910aa: Waiting 08:22:52 ca85d947c2ec: Waiting 08:22:52 708308f2eaae: Waiting 08:22:52 1b3ee35aacca: Waiting 08:22:52 c6c34bca7f66: Waiting 08:22:52 8d746630b13d: Waiting 08:22:52 bfedfba75d33: Layer already exists 08:22:52 429c3edbf1cc: Layer already exists 08:22:52 91ce975bc93d: Layer already exists 08:22:52 8c37da922e77: Layer already exists 08:22:52 da1036cf95f0: Layer already exists 08:22:52 ca85d947c2ec: Layer already exists 08:22:52 8d746630b13d: Layer already exists 08:22:52 708308f2eaae: Layer already exists 08:22:52 e9789f5910aa: Layer already exists 08:22:52 c6c34bca7f66: Layer already exists 08:22:52 1b3ee35aacca: Layer already exists 08:22:52 1.2.2-dev.95: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:22:52 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:22:52 91ce975bc93d: Preparing 08:22:52 429c3edbf1cc: Preparing 08:22:52 da1036cf95f0: Preparing 08:22:52 8c37da922e77: Preparing 08:22:52 bfedfba75d33: Preparing 08:22:52 e9789f5910aa: Preparing 08:22:52 ca85d947c2ec: Preparing 08:22:52 708308f2eaae: Preparing 08:22:52 c6c34bca7f66: Preparing 08:22:52 8d746630b13d: Preparing 08:22:52 1b3ee35aacca: Preparing 08:22:52 e9789f5910aa: Waiting 08:22:52 ca85d947c2ec: Waiting 08:22:52 708308f2eaae: Waiting 08:22:52 c6c34bca7f66: Waiting 08:22:52 8d746630b13d: Waiting 08:22:52 1b3ee35aacca: Waiting 08:22:52 429c3edbf1cc: Layer already exists 08:22:52 91ce975bc93d: Layer already exists 08:22:52 da1036cf95f0: Layer already exists 08:22:52 bfedfba75d33: Layer already exists 08:22:52 8c37da922e77: Layer already exists 08:22:52 e9789f5910aa: Layer already exists 08:22:52 ca85d947c2ec: Layer already exists 08:22:52 708308f2eaae: Layer already exists 08:22:52 c6c34bca7f66: Layer already exists 08:22:52 8d746630b13d: Layer already exists 08:22:52 1b3ee35aacca: Layer already exists 08:22:52 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:22:53 OK: 217 MiB in 51 packages 08:22:53 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 08:22:53 Removing intermediate container e9fdd79ebbc7 08:22:53 ---> b8fd2899aa11 08:22:53 Step 6/26 : COPY go.mod . 08:22:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 08:22:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:22:53 91ce975bc93d: Preparing 08:22:53 429c3edbf1cc: Preparing 08:22:53 da1036cf95f0: Preparing 08:22:53 8c37da922e77: Preparing 08:22:53 bfedfba75d33: Preparing 08:22:53 e9789f5910aa: Preparing 08:22:53 ca85d947c2ec: Preparing 08:22:53 708308f2eaae: Preparing 08:22:53 c6c34bca7f66: Preparing 08:22:53 8d746630b13d: Preparing 08:22:53 1b3ee35aacca: Preparing 08:22:53 ca85d947c2ec: Waiting 08:22:53 708308f2eaae: Waiting 08:22:53 c6c34bca7f66: Waiting 08:22:53 8d746630b13d: Waiting 08:22:53 1b3ee35aacca: Waiting 08:22:53 e9789f5910aa: Waiting 08:22:53 91ce975bc93d: Layer already exists 08:22:53 bfedfba75d33: Layer already exists 08:22:53 429c3edbf1cc: Layer already exists 08:22:53 da1036cf95f0: Layer already exists 08:22:53 8c37da922e77: Layer already exists 08:22:53 708308f2eaae: Layer already exists 08:22:53 e9789f5910aa: Layer already exists 08:22:53 c6c34bca7f66: Layer already exists 08:22:53 8d746630b13d: Layer already exists 08:22:53 ca85d947c2ec: Layer already exists 08:22:53 1b3ee35aacca: Layer already exists 08:22:53 master: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 [Pipeline] } 08:22:53 Removing intermediate container c233695121a4 08:22:53 ---> f6306dd8dee2 08:22:53 Step 6/27 : COPY go.mod . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:22:53 ===================================================== [Pipeline] echo 08:22:53 taggedImages: 08:22:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.95 08:22:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 08:22:53 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 08:22:53 2a86d860cf369141c507c16492d2a148a24443a3 08:22:53 1.2.2-dev.95 08:22:53 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:53 master 08:22:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:54 Removing intermediate container d1ddac7512e5 08:22:54 ---> 52df937cad90 08:22:54 Step 6/21 : COPY go.mod . 08:22:54 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:54 ---> 2973139981eb 08:22:54 Step 7/26 : RUN go mod download 08:22:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:22:54 137a60e8a42e: Preparing 08:22:54 6dc0c137169c: Preparing 08:22:54 11cce3719b9f: Preparing 08:22:54 bc70360bfcb7: Preparing 08:22:54 137a60e8a42e: Pushed 08:22:54 11cce3719b9f: Pushed 08:22:54 ---> Running in 7191b98433ca 08:22:54 bc70360bfcb7: Pushed 08:22:55 ---> 968df72bcb19 08:22:55 Step 7/27 : RUN go mod download 08:22:55 Removing intermediate container deab930a9eda 08:22:55 ---> 07e4a2748f3a 08:22:55 Step 6/24 : COPY go.mod . 08:22:55 Removing intermediate container eccfd251917d 08:22:55 ---> c61e43665ede 08:22:55 Step 7/29 : COPY . . 08:22:55 ---> Running in 523061b61251 08:22:55 ---> 8b30ad566b41 08:22:55 Step 7/21 : RUN go mod download 08:22:55 ---> Running in 823ef9d1db25 08:22:55 6dc0c137169c: Pushed 08:22:55 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] isUnix [Pipeline] sh 08:22:56 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:56 ---> 5a0855fa7fbf 08:22:56 Step 7/24 : RUN go mod download 08:22:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.95 08:22:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:22:56 137a60e8a42e: Preparing 08:22:56 6dc0c137169c: Preparing 08:22:56 11cce3719b9f: Preparing 08:22:56 bc70360bfcb7: Preparing 08:22:56 11cce3719b9f: Layer already exists 08:22:56 6dc0c137169c: Layer already exists 08:22:56 137a60e8a42e: Layer already exists 08:22:56 bc70360bfcb7: Layer already exists 08:22:56 1.2.2-dev.95: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] isUnix [Pipeline] sh 08:22:56 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:22:56 ---> Running in 01a68db7ca06 08:22:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:22:57 137a60e8a42e: Preparing 08:22:57 6dc0c137169c: Preparing 08:22:57 11cce3719b9f: Preparing 08:22:57 bc70360bfcb7: Preparing 08:22:57 137a60e8a42e: Layer already exists 08:22:57 bc70360bfcb7: Layer already exists 08:22:57 6dc0c137169c: Layer already exists 08:22:57 11cce3719b9f: Layer already exists 08:22:57 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] isUnix [Pipeline] sh 08:22:57 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 08:22:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 08:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:22:57 137a60e8a42e: Preparing 08:22:57 6dc0c137169c: Preparing 08:22:57 11cce3719b9f: Preparing 08:22:57 bc70360bfcb7: Preparing 08:22:57 bc70360bfcb7: Layer already exists 08:22:57 137a60e8a42e: Layer already exists 08:22:57 11cce3719b9f: Layer already exists 08:22:57 6dc0c137169c: Layer already exists 08:22:57 master: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:22:57 ===================================================== [Pipeline] echo 08:22:57 taggedImages: 08:22:57 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:57 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.95 08:22:57 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:57 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 08:22:58 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 08:22:58 2a86d860cf369141c507c16492d2a148a24443a3 08:22:58 1.2.2-dev.95 08:22:58 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:22:58 master 08:22:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:22:58 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:22:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 08:22:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:22:58 337dad2ed462: Preparing 08:22:58 65f1e5145d26: Preparing 08:22:58 46db693d68b4: Preparing 08:22:58 8d1799f672df: Preparing 08:22:58 c33c99ee433c: Preparing 08:22:58 c6f8ab5b1ee2: Preparing 08:22:58 c6f8ab5b1ee2: Waiting 08:22:59 46db693d68b4: Pushed 08:22:59 337dad2ed462: Pushed 08:22:59 8d1799f672df: Pushed 08:22:59 c33c99ee433c: Pushed 08:22:59 c6f8ab5b1ee2: Pushed 08:22:59 65f1e5145d26: Pushed 08:23:00 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:23:00 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:23:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.95 08:23:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:23:00 337dad2ed462: Preparing 08:23:00 65f1e5145d26: Preparing 08:23:00 46db693d68b4: Preparing 08:23:00 8d1799f672df: Preparing 08:23:00 c33c99ee433c: Preparing 08:23:00 c6f8ab5b1ee2: Preparing 08:23:00 c6f8ab5b1ee2: Waiting 08:23:00 337dad2ed462: Layer already exists 08:23:00 c33c99ee433c: Layer already exists 08:23:00 65f1e5145d26: Layer already exists 08:23:00 46db693d68b4: Layer already exists 08:23:00 8d1799f672df: Layer already exists 08:23:00 c6f8ab5b1ee2: Layer already exists 08:23:00 1.2.2-dev.95: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:23:01 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:23:01 Removing intermediate container 7191b98433ca 08:23:01 ---> 66eef00150d2 08:23:01 Step 8/26 : COPY . . 08:23:01 Removing intermediate container 523061b61251 08:23:01 ---> 862137e299c7 08:23:01 Step 8/27 : COPY . . 08:23:01 Removing intermediate container 823ef9d1db25 08:23:01 ---> b2bc956dac04 08:23:01 Step 8/21 : COPY . . 08:23:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:23:01 337dad2ed462: Preparing 08:23:01 65f1e5145d26: Preparing 08:23:01 46db693d68b4: Preparing 08:23:01 8d1799f672df: Preparing 08:23:01 c33c99ee433c: Preparing 08:23:01 c6f8ab5b1ee2: Preparing 08:23:01 c6f8ab5b1ee2: Waiting 08:23:01 46db693d68b4: Layer already exists 08:23:01 c33c99ee433c: Layer already exists 08:23:01 337dad2ed462: Layer already exists 08:23:01 8d1799f672df: Layer already exists 08:23:01 65f1e5145d26: Layer already exists 08:23:01 c6f8ab5b1ee2: Layer already exists 08:23:01 Removing intermediate container 01a68db7ca06 08:23:01 ---> 1d46a80d6e5b 08:23:01 Step 8/24 : COPY . . 08:23:01 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:23:02 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 08:23:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 08:23:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:23:02 337dad2ed462: Preparing 08:23:02 65f1e5145d26: Preparing 08:23:02 46db693d68b4: Preparing 08:23:02 8d1799f672df: Preparing 08:23:02 c33c99ee433c: Preparing 08:23:02 c6f8ab5b1ee2: Preparing 08:23:02 c6f8ab5b1ee2: Waiting 08:23:02 8d1799f672df: Layer already exists 08:23:02 65f1e5145d26: Layer already exists 08:23:02 c33c99ee433c: Layer already exists 08:23:02 337dad2ed462: Layer already exists 08:23:02 46db693d68b4: Layer already exists 08:23:02 c6f8ab5b1ee2: Layer already exists 08:23:02 master: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:23:02 ===================================================== [Pipeline] echo 08:23:02 taggedImages: 08:23:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 08:23:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.95 08:23:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:02 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 08:23:02 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 08:23:02 2a86d860cf369141c507c16492d2a148a24443a3 08:23:02 1.2.2-dev.95 08:23:02 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:02 master 08:23:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:23:03 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:23:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 08:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:23:03 ebdc4ccfff32: Preparing 08:23:03 b54b653ee355: Preparing 08:23:03 d831aa6df925: Preparing 08:23:03 d831aa6df925: Pushed 08:23:03 ebdc4ccfff32: Pushed 08:23:04 b54b653ee355: Pushed 08:23:04 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] isUnix [Pipeline] sh 08:23:05 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:23:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.95 08:23:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:23:05 ebdc4ccfff32: Preparing 08:23:05 b54b653ee355: Preparing 08:23:05 d831aa6df925: Preparing 08:23:05 d831aa6df925: Layer already exists 08:23:05 ebdc4ccfff32: Layer already exists 08:23:05 b54b653ee355: Layer already exists 08:23:05 1.2.2-dev.95: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] isUnix [Pipeline] sh 08:23:05 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:23:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:23:06 ebdc4ccfff32: Preparing 08:23:06 b54b653ee355: Preparing 08:23:06 d831aa6df925: Preparing 08:23:06 ebdc4ccfff32: Layer already exists 08:23:06 d831aa6df925: Layer already exists 08:23:06 b54b653ee355: Layer already exists 08:23:06 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] isUnix [Pipeline] sh 08:23:06 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 08:23:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 08:23:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:23:06 ebdc4ccfff32: Preparing 08:23:06 b54b653ee355: Preparing 08:23:06 d831aa6df925: Preparing 08:23:06 ebdc4ccfff32: Layer already exists 08:23:06 d831aa6df925: Layer already exists 08:23:06 b54b653ee355: Layer already exists 08:23:06 master: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:23:07 ===================================================== [Pipeline] echo 08:23:07 taggedImages: 08:23:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 08:23:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.95 08:23:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:07 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 08:23:07 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 08:23:07 2a86d860cf369141c507c16492d2a148a24443a3 08:23:07 1.2.2-dev.95 08:23:07 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:07 master 08:23:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:23:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:23:08 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 08:23:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:23:08 f70004ba8a0b: Preparing 08:23:08 0c07d088d3f8: Preparing 08:23:08 5d2eff2c0190: Preparing 08:23:08 517c82381d14: Preparing 08:23:08 52c3364fa1d2: Preparing 08:23:08 4c3f2eb53f41: Preparing 08:23:08 3f7bba87cfec: Preparing 08:23:08 1d278c39f50a: Preparing 08:23:08 3730a0890c46: Preparing 08:23:08 383f309b5d37: Preparing 08:23:08 e1a73c32da76: Preparing 08:23:08 31b11ec6ff38: Preparing 08:23:08 911954e2fe49: Preparing 08:23:08 ace0eda3e3be: Preparing 08:23:08 4c3f2eb53f41: Waiting 08:23:08 383f309b5d37: Waiting 08:23:08 1d278c39f50a: Waiting 08:23:08 3f7bba87cfec: Waiting 08:23:08 3730a0890c46: Waiting 08:23:08 911954e2fe49: Waiting 08:23:08 ace0eda3e3be: Waiting 08:23:08 31b11ec6ff38: Waiting 08:23:08 52c3364fa1d2: Pushed 08:23:08 f70004ba8a0b: Pushed 08:23:08 517c82381d14: Pushed 08:23:08 1d278c39f50a: Layer already exists 08:23:08 3730a0890c46: Layer already exists 08:23:08 383f309b5d37: Layer already exists 08:23:08 3f7bba87cfec: Pushed 08:23:08 e1a73c32da76: Layer already exists 08:23:08 31b11ec6ff38: Layer already exists 08:23:08 ace0eda3e3be: Layer already exists 08:23:08 911954e2fe49: Layer already exists 08:23:09 4c3f2eb53f41: Pushed 08:23:09 0c07d088d3f8: Pushed 08:23:13 ---> b459df99091a 08:23:13 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:23:13 ---> Running in c2d198c50a80 08:23:13 ---> 32855a9161d9 08:23:13 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:23:13 ---> 7b3a19d5b700 08:23:13 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:23:13 ---> 855db75543ee 08:23:13 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 08:23:13 ---> a2898a6b457b 08:23:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:23:13 ---> Running in 2f9201a951fc 08:23:13 ---> Running in dbb92ab7f930 08:23:13 ---> Running in d945f87e9b29 08:23:13 ---> Running in cfbd5af58807 08:23:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 08:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:23:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:23:17 5d2eff2c0190: Pushed 08:23:17 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] isUnix [Pipeline] sh 08:23:17 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:23:18 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.95 08:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:23:18 f70004ba8a0b: Preparing 08:23:18 0c07d088d3f8: Preparing 08:23:18 5d2eff2c0190: Preparing 08:23:18 517c82381d14: Preparing 08:23:18 52c3364fa1d2: Preparing 08:23:18 4c3f2eb53f41: Preparing 08:23:18 3f7bba87cfec: Preparing 08:23:18 1d278c39f50a: Preparing 08:23:18 3730a0890c46: Preparing 08:23:18 383f309b5d37: Preparing 08:23:18 e1a73c32da76: Preparing 08:23:18 31b11ec6ff38: Preparing 08:23:18 911954e2fe49: Preparing 08:23:18 ace0eda3e3be: Preparing 08:23:18 4c3f2eb53f41: Waiting 08:23:18 3f7bba87cfec: Waiting 08:23:18 1d278c39f50a: Waiting 08:23:18 911954e2fe49: Waiting 08:23:18 3730a0890c46: Waiting 08:23:18 383f309b5d37: Waiting 08:23:18 ace0eda3e3be: Waiting 08:23:18 31b11ec6ff38: Waiting 08:23:18 e1a73c32da76: Waiting 08:23:18 52c3364fa1d2: Layer already exists 08:23:18 0c07d088d3f8: Layer already exists 08:23:18 517c82381d14: Layer already exists 08:23:18 5d2eff2c0190: Layer already exists 08:23:18 f70004ba8a0b: Layer already exists 08:23:18 4c3f2eb53f41: Layer already exists 08:23:18 3730a0890c46: Layer already exists 08:23:18 3f7bba87cfec: Layer already exists 08:23:18 1d278c39f50a: Layer already exists 08:23:18 383f309b5d37: Layer already exists 08:23:18 e1a73c32da76: Layer already exists 08:23:18 911954e2fe49: Layer already exists 08:23:18 31b11ec6ff38: Layer already exists 08:23:18 ace0eda3e3be: Layer already exists 08:23:18 1.2.2-dev.95: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] isUnix [Pipeline] sh 08:23:18 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:23:18 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:23:18 f70004ba8a0b: Preparing 08:23:18 0c07d088d3f8: Preparing 08:23:18 5d2eff2c0190: Preparing 08:23:18 517c82381d14: Preparing 08:23:18 52c3364fa1d2: Preparing 08:23:18 4c3f2eb53f41: Preparing 08:23:18 3f7bba87cfec: Preparing 08:23:18 1d278c39f50a: Preparing 08:23:18 3730a0890c46: Preparing 08:23:18 383f309b5d37: Preparing 08:23:18 e1a73c32da76: Preparing 08:23:18 31b11ec6ff38: Preparing 08:23:18 911954e2fe49: Preparing 08:23:18 ace0eda3e3be: Preparing 08:23:18 4c3f2eb53f41: Waiting 08:23:18 3f7bba87cfec: Waiting 08:23:18 1d278c39f50a: Waiting 08:23:18 383f309b5d37: Waiting 08:23:18 e1a73c32da76: Waiting 08:23:18 3730a0890c46: Waiting 08:23:18 31b11ec6ff38: Waiting 08:23:18 911954e2fe49: Waiting 08:23:18 ace0eda3e3be: Waiting 08:23:18 517c82381d14: Layer already exists 08:23:18 f70004ba8a0b: Layer already exists 08:23:18 52c3364fa1d2: Layer already exists 08:23:18 5d2eff2c0190: Layer already exists 08:23:18 0c07d088d3f8: Layer already exists 08:23:18 1d278c39f50a: Layer already exists 08:23:18 3730a0890c46: Layer already exists 08:23:18 4c3f2eb53f41: Layer already exists 08:23:18 3f7bba87cfec: Layer already exists 08:23:18 383f309b5d37: Layer already exists 08:23:18 e1a73c32da76: Layer already exists 08:23:18 31b11ec6ff38: Layer already exists 08:23:18 911954e2fe49: Layer already exists 08:23:18 ace0eda3e3be: Layer already exists 08:23:18 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] isUnix [Pipeline] sh 08:23:19 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 08:23:19 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 08:23:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:23:19 f70004ba8a0b: Preparing 08:23:19 0c07d088d3f8: Preparing 08:23:19 5d2eff2c0190: Preparing 08:23:19 517c82381d14: Preparing 08:23:19 52c3364fa1d2: Preparing 08:23:19 4c3f2eb53f41: Preparing 08:23:19 3f7bba87cfec: Preparing 08:23:19 1d278c39f50a: Preparing 08:23:19 3730a0890c46: Preparing 08:23:19 383f309b5d37: Preparing 08:23:19 e1a73c32da76: Preparing 08:23:19 31b11ec6ff38: Preparing 08:23:19 911954e2fe49: Preparing 08:23:19 ace0eda3e3be: Preparing 08:23:19 3f7bba87cfec: Waiting 08:23:19 1d278c39f50a: Waiting 08:23:19 3730a0890c46: Waiting 08:23:19 383f309b5d37: Waiting 08:23:19 e1a73c32da76: Waiting 08:23:19 31b11ec6ff38: Waiting 08:23:19 911954e2fe49: Waiting 08:23:19 ace0eda3e3be: Waiting 08:23:19 4c3f2eb53f41: Waiting 08:23:19 517c82381d14: Layer already exists 08:23:19 0c07d088d3f8: Layer already exists 08:23:19 52c3364fa1d2: Layer already exists 08:23:19 f70004ba8a0b: Layer already exists 08:23:19 5d2eff2c0190: Layer already exists 08:23:19 1d278c39f50a: Layer already exists 08:23:19 3f7bba87cfec: Layer already exists 08:23:19 4c3f2eb53f41: Layer already exists 08:23:19 383f309b5d37: Layer already exists 08:23:19 3730a0890c46: Layer already exists 08:23:19 911954e2fe49: Layer already exists 08:23:19 e1a73c32da76: Layer already exists 08:23:19 ace0eda3e3be: Layer already exists 08:23:19 31b11ec6ff38: Layer already exists 08:23:19 master: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:23:19 ===================================================== [Pipeline] echo 08:23:19 taggedImages: 08:23:19 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 08:23:19 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.95 08:23:19 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:23:19 - 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] } 08:24:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:24:38 Removing intermediate container c2d198c50a80 08:24:38 ---> 01e8639038b6 08:24:38 08:24:38 Step 9/29 : FROM alpine:latest 08:24:38 latest: Pulling from library/alpine 08:24:38 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:24:38 Status: Downloaded newer image for alpine:latest 08:24:38 ---> 2e77e061c27f 08:24:38 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:24:38 ---> Running in ed6df15b3f52 08:24:38 Removing intermediate container ed6df15b3f52 08:24:38 ---> 563b6b8226c9 08:24:38 Step 11/29 : USER root 08:24:38 ---> Running in 64d6a12d6b3e 08:24:38 Removing intermediate container 64d6a12d6b3e 08:24:38 ---> c3957454f0d1 08:24:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:24:38 ---> Running in ba29a1decd12 08:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:42 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:24:42 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:24:42 OK: 12615 distinct packages available 08:24:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 08:24:43 (1/2) Installing ca-certificates (20191127-r4) 08:24:43 (2/2) Installing dumb-init (1.2.2-r1) 08:24:43 Executing busybox-1.31.1-r19.trigger 08:24:43 Executing ca-certificates-20191127-r4.trigger 08:24:44 OK: 6 MiB in 16 packages 08:24:47 Removing intermediate container 2f9201a951fc 08:24:47 ---> 783dff638dea 08:24:47 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:24:47 ---> Running in a58ac49592df 08:24:48 Removing intermediate container ba29a1decd12 08:24:48 ---> fcf738d52c2e 08:24:48 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:24:48 ---> Running in a2d115a9d936 08:24:49 Removing intermediate container a2d115a9d936 08:24:49 ---> a79da1ec9803 08:24:49 Step 14/29 : WORKDIR $BASE_DIR 08:24:49 ---> Running in 8eb38c9652b5 08:24:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:24:50 Removing intermediate container 8eb38c9652b5 08:24:50 ---> 9ce344cc4f4c 08:24:50 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:24:50 ---> Running in a32ddd3b7af5 08:24:57 Removing intermediate container a32ddd3b7af5 08:24:57 ---> 4732d74b2b6e 08:24:57 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:24:57 Removing intermediate container a58ac49592df 08:24:57 ---> 487b4b7b0684 08:24:57 08:24:57 Step 11/27 : FROM docker:latest 08:24:57 ---> 5d4db4dc0692 08:24:57 Step 12/27 : RUN apk add --no-cache bash 08:24:57 Removing intermediate container d945f87e9b29 08:24:57 ---> 013de2a85ff4 08:24:57 08:24:57 Step 10/26 : FROM alpine:3.10 08:24:57 ---> Running in 434c59833586 08:24:57 3.10: Pulling from library/alpine 08:24:58 ---> 08f81e742a8c 08:24:58 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:24:59 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:24:59 Status: Downloaded newer image for alpine:3.10 08:24:59 ---> 536a684cf733 08:24:59 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:24:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:59 ---> Running in 545d3f5607d6 08:24:59 ---> 9d4ee0553759 08:24:59 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:24:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:00 (1/2) Installing readline (8.0.4-r0) 08:25:00 (2/2) Installing bash (5.0.17-r0) 08:25:00 Executing bash-5.0.17-r0.post-install 08:25:00 Executing busybox-1.31.1-r19.trigger 08:25:00 OK: 12 MiB in 22 packages 08:25:01 ---> 450234022d46 08:25:01 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:25:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:25:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:25:02 Removing intermediate container 434c59833586 08:25:02 ---> d5e909ec816c 08:25:02 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:25:02 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:25:02 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:25:02 OK: 10167 distinct packages available 08:25:03 ---> d36bed4c805c 08:25:03 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:25:03 ---> Running in 2cd767b36ffc 08:25:03 (1/5) Installing ca-certificates (20191127-r2) 08:25:03 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:25:03 (3/5) Installing libcurl (7.66.0-r1) 08:25:03 (4/5) Installing curl (7.66.0-r1) 08:25:03 (5/5) Installing dumb-init (1.2.2-r1) 08:25:03 Executing busybox-1.30.1-r3.trigger 08:25:03 Executing ca-certificates-20191127-r2.trigger 08:25:04 OK: 7 MiB in 19 packages 08:25:05 ---> cf67bf213b37 08:25:05 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:25:05 ---> Running in a8aa46888fda 08:25:06 Removing intermediate container dbb92ab7f930 08:25:06 ---> b76144c954dd 08:25:06 08:25:06 Step 10/21 : FROM scratch 08:25:06 ---> 08:25:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:25:06 ---> Running in 57c96fa5bd72 08:25:06 Removing intermediate container cfbd5af58807 08:25:06 ---> e4ffd115922f 08:25:06 08:25:06 Step 10/24 : FROM scratch 08:25:06 ---> 08:25:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:25:06 ---> Running in d9b29892ca94 08:25:06 Removing intermediate container 545d3f5607d6 08:25:06 ---> 9b920f5d3484 08:25:06 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:25:06 Removing intermediate container 57c96fa5bd72 08:25:06 ---> b62d4e3df32e 08:25:06 Step 12/21 : ENV APP_PORT=48085 08:25:07 Removing intermediate container 2cd767b36ffc 08:25:07 ---> c186931a9f40 08:25:07 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:25:07 ---> Running in 1df152bcc7ea 08:25:07 ---> Running in 09c1e5d31c70 08:25:07 ---> Running in 1879ba8ff31e 08:25:07 Removing intermediate container d9b29892ca94 08:25:07 ---> 50074b8a99b9 08:25:07 Step 12/24 : ENV APP_PORT=48060 08:25:07 ---> Running in 8bee90f51929 08:25:07 Removing intermediate container 09c1e5d31c70 08:25:07 ---> 3c4e431a33e7 08:25:07 Step 13/21 : EXPOSE $APP_PORT 08:25:07 Removing intermediate container 1df152bcc7ea 08:25:07 ---> c10e13b75006 08:25:07 Step 13/26 : WORKDIR / 08:25:07 ---> Running in 8774bcede217 08:25:07 ---> Running in d1dd12454564 08:25:07 Removing intermediate container 1879ba8ff31e 08:25:07 ---> 59e1e79cad4f 08:25:07 Step 15/27 : ENV APP_PORT=48090 08:25:07 Removing intermediate container 8bee90f51929 08:25:07 ---> 5eb3bb012b2c 08:25:08 Step 13/24 : EXPOSE $APP_PORT 08:25:08 ---> Running in 82ff8f33dd7b 08:25:08 ---> Running in 2b45ebfc8d70 08:25:08 Removing intermediate container d1dd12454564 08:25:08 ---> 40bed66989f0 08:25:08 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:25:08 Removing intermediate container 8774bcede217 08:25:08 ---> b5afbbf6c6e7 08:25:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:25:09 Removing intermediate container 82ff8f33dd7b 08:25:09 ---> ba63f512c1e4 08:25:09 Removing intermediate container a8aa46888fda 08:25:09 Step 14/24 : COPY --from=builder /bin/sh /bin/sh ---> d4523b99bfbe 08:25:09 08:25:09 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:25:09 Removing intermediate container 2b45ebfc8d70 08:25:09 ---> 995f5109c78c 08:25:09 Step 16/27 : EXPOSE $APP_PORT 08:25:09 ---> Running in 29284552f6a7 08:25:09 ---> e628ea83753d 08:25:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:25:09 ---> f9ab07f7e6df 08:25:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:25:09 Removing intermediate container 29284552f6a7 08:25:09 ---> 2a07771c1cba 08:25:09 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:25:10 ---> 0d91aeac594c 08:25:10 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:25:10 ---> 3a013c29b7b6 08:25:10 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:25:10 ---> Running in b63d50bbe48c 08:25:10 ---> 6147d041d7bc 08:25:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:25:11 ---> 123d2178132a 08:25:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:25:11 ---> d2af4395c4d0 08:25:11 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:25:11 ---> 8037f5f2c824 08:25:11 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:25:12 ---> 3bc6d021a0ab 08:25:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:25:12 ---> b45855f84e66 08:25:12 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:25:12 ---> Running in 99b731098271 08:25:12 ---> dddf83784a16 08:25:12 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:25:13 ---> f4539b6c1986 08:25:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:25:13 Removing intermediate container 99b731098271 08:25:13 ---> 11e502847a5c 08:25:13 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:25:13 ---> Running in c5785bf6ce56 08:25:14 ---> c37df3725ba2 08:25:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:25:14 ---> a9507b4fdb33 08:25:14 Step 20/27 : RUN apk --no-cache add py3-pip 08:25:14 ---> Running in 7775299df7ed 08:25:14 Removing intermediate container c5785bf6ce56 08:25:14 ---> a01fd135a8d8 08:25:14 Step 19/21 : LABEL arch=arm64 08:25:14 ---> ecec200abca7 08:25:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:25:14 Removing intermediate container b63d50bbe48c 08:25:14 ---> f350ba92edaf 08:25:14 Step 24/29 : RUN chmod 755 security-secrets-setup 08:25:14 ---> Running in 19d127c767cf 08:25:15 ---> Running in bcb45c82bb04 08:25:15 ---> 6ed24db4d47a 08:25:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:25:16 Removing intermediate container 19d127c767cf 08:25:16 ---> f8819622573e 08:25:16 Step 20/21 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:25:16 ---> Running in 05d2b3df1492 08:25:16 ---> bdd92a935801 08:25:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:25:16 ---> 1c838530537a 08:25:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:25:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:17 Removing intermediate container 05d2b3df1492 08:25:17 ---> c6d695326544 08:25:17 Step 21/21 : LABEL version=1.2.2-dev.95 08:25:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:17 ---> Running in deb3486dc9f9 08:25:17 (1/33) Installing libbz2 (1.0.8-r1) 08:25:18 (2/33) Installing expat (2.2.9-r1) 08:25:18 (3/33) Installing libffi (3.3-r2) 08:25:18 (4/33) Installing gdbm (1.13-r1) 08:25:18 (5/33) Installing xz-libs (5.2.5-r0) 08:25:18 (6/33) Installing sqlite-libs (3.32.1-r0) 08:25:18 (7/33) Installing python3 (3.8.5-r0) 08:25:18 ---> 5621fb0e1b4d 08:25:18 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:25:18 ---> Running in ae526b1c66b8 08:25:18 Removing intermediate container deb3486dc9f9 08:25:18 ---> 807edabd2a19 08:25:18 08:25:18 ---> 0dbd40fd3ac0 08:25:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:25:18 Successfully built 807edabd2a19 08:25:19 Successfully tagged docker-support-scheduler-go-arm64:latest 08:25:19  Building docker-support-scheduler-go ... done Building docker-core-command-go 08:25:19 Removing intermediate container ae526b1c66b8 08:25:19 Removing intermediate container bcb45c82bb04 08:25:19 ---> 9a59a57000d6 08:25:19 ---> 7ed19d2ecfad 08:25:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:25:19 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:25:20 (8/33) Installing py3-appdirs (1.4.4-r1) 08:25:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:25:20 (10/33) Installing py3-parsing (2.4.7-r0) 08:25:20 (11/33) Installing py3-six (1.15.0-r0) 08:25:20 (12/33) Installing py3-packaging (20.4-r0) 08:25:20 ---> b47faccdb8a5 08:25:20 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:25:20 (13/33) Installing py3-setuptools (47.0.0-r0) 08:25:20 (14/33) Installing py3-chardet (3.0.4-r4) 08:25:20 (15/33) Installing py3-idna (2.9-r0) 08:25:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:25:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:25:20 (18/33) Installing py3-requests (2.23.0-r0) 08:25:20 (19/33) Installing py3-msgpack (1.0.0-r0) 08:25:20 (20/33) Installing py3-lockfile (0.12.2-r3) 08:25:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:25:20 (22/33) Installing py3-colorama (0.4.3-r0) 08:25:20 (23/33) Installing py3-distlib (0.3.0-r0) 08:25:20 (24/33) Installing py3-distro (1.5.0-r1) 08:25:20 (25/33) Installing py3-webencodings (0.5.1-r3) 08:25:20 (26/33) Installing py3-html5lib (1.0.1-r4) 08:25:20 ---> Running in 48199a6ab9fb 08:25:20 ---> Running in 07a54dfd0750 08:25:20 (27/33) Installing py3-pytoml (0.1.21-r0) 08:25:20 (28/33) Installing py3-pep517 (0.8.2-r0) 08:25:20 (29/33) Installing py3-progress (1.5-r0) 08:25:20 (30/33) Installing py3-toml (0.10.1-r0) 08:25:20 (31/33) Installing py3-retrying (1.3.3-r0) 08:25:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:25:20 (33/33) Installing py3-pip (20.1.1-r0) 08:25:20 Executing busybox-1.31.1-r19.trigger 08:25:21 OK: 71 MiB in 55 packages 08:25:21 ---> Running in 637d0a947795 08:25:21 Removing intermediate container 07a54dfd0750 08:25:21 ---> 76b917fa2ed1 08:25:21 Step 22/24 : LABEL arch=arm64 08:25:21 Removing intermediate container 48199a6ab9fb 08:25:21 ---> c0b78b53d02f 08:25:21 Step 26/29 : CMD [ "generate" ] 08:25:22 ---> Running in 0c460dbe53ba 08:25:22 ---> Running in fd9dc5e3e6b1 08:25:22 Removing intermediate container fd9dc5e3e6b1 08:25:22 ---> 68c7c599a778 08:25:22 Step 27/29 : LABEL arch=arm64 08:25:23 Removing intermediate container 0c460dbe53ba 08:25:23 ---> d45dcc5ad000 08:25:23 Step 23/24 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:25:23 ---> Running in c1835a0f4276 08:25:23 ---> Running in 2c5025650ae4 08:25:24 Removing intermediate container c1835a0f4276 08:25:24 ---> 736773dcbee7 08:25:24 Step 28/29 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:25:24 Removing intermediate container 2c5025650ae4 08:25:24 ---> 71cccac8b4fc 08:25:24 Step 24/24 : LABEL version=1.2.2-dev.95 08:25:24 ---> Running in 15f66288f15e 08:25:24 ---> Running in 3484209b7bcf 08:25:25 Removing intermediate container 3484209b7bcf 08:25:25 ---> 862c11f173de 08:25:25 08:25:25 Removing intermediate container 15f66288f15e 08:25:25 ---> a76de4f65aa9 08:25:25 Step 29/29 : LABEL version=1.2.2-dev.95 08:25:25 Successfully built 862c11f173de 08:25:26 Successfully tagged docker-support-notifications-go-arm64:latest 08:25:26  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 08:25:26 Removing intermediate container 637d0a947795 08:25:26 ---> b6111645e989 08:25:26 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:25:26 ---> Running in aec097602728 08:25:26 ---> Running in bf59bc1e747d 08:25:27 Removing intermediate container aec097602728 08:25:27 ---> 549a368e9a9c 08:25:27 08:25:27 Successfully built 549a368e9a9c 08:25:27 Removing intermediate container bf59bc1e747d 08:25:27 ---> 4bf4ee2fe16b 08:25:27 Step 24/26 : LABEL arch=arm64 08:25:27 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:25:27 Building docker-support-logging-go 08:25:28  Building docker-security-secrets-setup-go ... done  ---> Running in 09b72f9f30d9 08:25:29 Removing intermediate container 09b72f9f30d9 08:25:29 ---> 01d26ac0f6cf 08:25:29 Step 25/26 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:25:30 ---> Running in 085dd05f68b1 08:25:30 Removing intermediate container 7775299df7ed 08:25:30 ---> 73f3255c34c1 08:25:30 Step 21/27 : RUN pip install docker-compose==1.23.2 08:25:31 ---> Running in 54df54f25a02 08:25:31 Removing intermediate container 085dd05f68b1 08:25:31 ---> d2ebd426dd34 08:25:31 Step 26/26 : LABEL version=1.2.2-dev.95 08:25:32 ---> Running in b75720450eba 08:25:33 Removing intermediate container b75720450eba 08:25:33 ---> 8bf2c75cce5f 08:25:33 08:25:33 Successfully built 8bf2c75cce5f 08:25:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:25:33  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 08:25:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:25:34 ---> a6d5a2f09dd5 08:25:34 Step 3/22 : WORKDIR /edgex-go 08:25:34 ---> Using cache 08:25:34 ---> 2a0e14f9a707 08:25:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:34 ---> Using cache 08:25:34 ---> db361552316e 08:25:34 Step 5/22 : RUN apk update && apk add make git 08:25:35 ---> Running in 21cd22048c40 08:25:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:37 Collecting docker-compose==1.23.2 08:25:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:25:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:25:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:25:40 Collecting docopt<0.7,>=0.6.1 08:25:40 Downloading docopt-0.6.2.tar.gz (25 kB) 08:25:41 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:25:41 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:25:41 OK: 12623 distinct packages available 08:25:42 OK: 217 MiB in 51 packages 08:25:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:25:42 Collecting texttable<0.10,>=0.9.0 08:25:42 Downloading texttable-0.9.1.tar.gz (11 kB) 08:25:45 Removing intermediate container 21cd22048c40 08:25:45 ---> 09026203a8c2 08:25:45 Step 6/22 : COPY go.mod . 08:25:45 Collecting dockerpty<0.5,>=0.4.1 08:25:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:25:46 ---> e7dbb992291f 08:25:46 Step 7/22 : RUN go mod download 08:25:46 ---> Running in d43b6ccbea90 08:25:48 Collecting websocket-client<1.0,>=0.32.0 08:25:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:25:49 Collecting jsonschema<3,>=2.5.1 08:25:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:25:49 Collecting docker<4.0,>=3.6.0 08:25:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:25:49 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:25:49 ---> a6d5a2f09dd5 08:25:49 Step 3/20 : WORKDIR /edgex-go 08:25:49 ---> Using cache 08:25:49 ---> 2a0e14f9a707 08:25:49 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:49 ---> Using cache 08:25:49 ---> db361552316e 08:25:49 Step 5/20 : RUN apk update && apk add make git 08:25:49 ---> Using cache 08:25:49 ---> 09026203a8c2 08:25:49 Step 6/20 : COPY go.mod . 08:25:49 ---> Using cache 08:25:49 ---> e7dbb992291f 08:25:50 Step 7/20 : RUN go mod download 08:25:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:25:50 ---> a6d5a2f09dd5 08:25:50 Step 3/22 : WORKDIR /edgex-go 08:25:50 ---> Using cache 08:25:50 ---> 2a0e14f9a707 08:25:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:50 ---> Using cache 08:25:50 ---> db361552316e 08:25:50 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:25:51 ---> Running in 577f57737940 08:25:51 ---> Running in ef2ebaf722b7 08:25:51 Collecting PyYAML<4,>=3.10 08:25:51 Downloading PyYAML-3.13.tar.gz (270 kB) 08:25:52 Removing intermediate container d43b6ccbea90 08:25:52 ---> 382fd85f38f0 08:25:52 Step 8/22 : COPY . . 08:25:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:25:54 ---> a6d5a2f09dd5 08:25:54 Step 3/23 : WORKDIR /edgex-go 08:25:54 ---> Using cache 08:25:54 ---> 2a0e14f9a707 08:25:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:54 ---> Using cache 08:25:54 ---> db361552316e 08:25:54 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:55 ---> Running in d3b6c59fe5e6 08:25:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:56 Collecting cached-property<2,>=1.2.0 08:25:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:25:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:25:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:25:56 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:25:56 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:25:56 OK: 12623 distinct packages available 08:25:56 Collecting idna<2.8,>=2.5 08:25:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:25:57 Removing intermediate container ef2ebaf722b7 08:25:57 ---> a3ae493b2d67 08:25:57 Step 8/20 : COPY . . 08:25:57 OK: 217 MiB in 51 packages 08:25:58 Collecting urllib3<1.25,>=1.21.1 08:25:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:25:58 OK: 217 MiB in 51 packages 08:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:58 Collecting docker-pycreds>=0.4.0 08:25:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:25:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:25:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:25:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:25:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:25:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:26:00 Installing collected packages: idna, urllib3, requests, docopt, texttable, dockerpty, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, cached-property, docker-compose 08:26:00 Attempting uninstall: idna 08:26:00 Found existing installation: idna 2.9 08:26:00 Uninstalling idna-2.9: 08:26:00 Successfully uninstalled idna-2.9 08:26:00 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:26:00 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:26:00 OK: 12623 distinct packages available 08:26:01 Attempting uninstall: urllib3 08:26:01 Found existing installation: urllib3 1.25.9 08:26:01 Uninstalling urllib3-1.25.9: 08:26:01 Successfully uninstalled urllib3-1.25.9 08:26:01 OK: 217 MiB in 51 packages 08:26:01 Removing intermediate container 577f57737940 08:26:01 ---> f0b0bfaf283d 08:26:01 Step 6/22 : COPY go.mod . 08:26:01 Attempting uninstall: requests 08:26:01 Found existing installation: requests 2.23.0 08:26:01 Uninstalling requests-2.23.0: 08:26:02 Successfully uninstalled requests-2.23.0 08:26:02 Running setup.py install for docopt: started 08:26:03 ---> e5666fbbbfdb 08:26:03 Step 7/22 : RUN go mod download 08:26:03 ---> Running in 136e4bd24cec 08:26:03 Removing intermediate container d3b6c59fe5e6 08:26:03 ---> 16518ab57652 08:26:03 Step 6/23 : COPY go.mod . 08:26:04 Running setup.py install for docopt: finished with status 'done' 08:26:04 Running setup.py install for texttable: started 08:26:05 ---> cb40fd76c94c 08:26:05 Step 7/23 : RUN go mod download 08:26:06 ---> Running in 803d506de444 08:26:07 ---> f69a2336b41e 08:26:07 Step 9/22 : RUN make cmd/core-command/core-command 08:26:07 Running setup.py install for texttable: finished with status 'done' 08:26:07 Running setup.py install for dockerpty: started 08:26:07 ---> Running in b75f7e3c1de8 08:26:09 Removing intermediate container 136e4bd24cec 08:26:09 ---> cb076e40962e 08:26:09 Step 8/22 : COPY . . 08:26:09 Running setup.py install for dockerpty: finished with status 'done' 08:26:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-command/core-command ./cmd/core-command 08:26:11 ---> 0d91efa87119 08:26:11 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:26:11 Removing intermediate container 803d506de444 08:26:11 ---> fc551859b52f 08:26:11 Step 8/23 : COPY . . 08:26:12 ---> Running in db324e30539e 08:26:12 Running setup.py install for PyYAML: started 08:26:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:26:15 Running setup.py install for PyYAML: finished with status 'done' 08:26:16 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 08:26:26 Removing intermediate container 54df54f25a02 08:26:26 ---> c10bd588e845 08:26:26 Step 22/27 : RUN apk --no-cache add curl 08:26:26 ---> 8b3494de88f8 08:26:26 Step 9/22 : RUN make cmd/support-logging/support-logging 08:26:26 ---> Running in 9963205170b9 08:26:26 ---> Running in 436d29a2fade 08:26:28 ---> 0b9f6460bb61 08:26:28 Step 9/23 : RUN make cmd/core-data/core-data 08:26:29 ---> Running in e1bfae5ee023 08:26:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-logging/support-logging ./cmd/support-logging 08:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:26:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:26:31 (2/3) Installing libcurl (7.69.1-r1) 08:26:31 (3/3) Installing curl (7.69.1-r1) 08:26:31 Executing busybox-1.31.1-r19.trigger 08:26:31 OK: 71 MiB in 58 packages 08:26:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-data/core-data ./cmd/core-data 08:26:32 Removing intermediate container 9963205170b9 08:26:32 ---> 1b193d374cd3 08:26:32 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:26:33 ---> Running in f3c65469a233 08:26:33 Removing intermediate container f3c65469a233 08:26:33 ---> 21582299d711 08:26:33 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:26:33 ---> Running in d264dd00a38c 08:26:34 Removing intermediate container d264dd00a38c 08:26:34 ---> 44d3efbe71a1 08:26:34 Step 25/27 : LABEL arch=arm64 08:26:34 ---> Running in 6af60111a858 08:26:35 Removing intermediate container 6af60111a858 08:26:35 ---> 434585778c2e 08:26:35 Step 26/27 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:26:35 ---> Running in e762b7edbac4 08:26:35 Removing intermediate container e762b7edbac4 08:26:35 ---> 4b180c473ae2 08:26:35 Step 27/27 : LABEL version=1.2.2-dev.95 08:26:36 ---> Running in c3036fd9cef9 08:26:36 Removing intermediate container c3036fd9cef9 08:26:36 ---> 36265d15c15a 08:26:36 08:26:36 Successfully built 36265d15c15a 08:26:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:26:36 Building docker-core-metadata-go 08:26:52  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:26:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:26:52 ---> a6d5a2f09dd5 08:26:52 Step 3/22 : WORKDIR /edgex-go 08:26:52 ---> Using cache 08:26:52 ---> 2a0e14f9a707 08:26:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:26:52 ---> Using cache 08:26:52 ---> db361552316e 08:26:52 Step 5/22 : RUN apk update && apk add make git 08:26:52 ---> Using cache 08:26:52 ---> 09026203a8c2 08:26:52 Step 6/22 : COPY go.mod . 08:26:52 ---> Using cache 08:26:52 ---> e7dbb992291f 08:26:52 Step 7/22 : RUN go mod download 08:26:52 ---> Using cache 08:26:52 ---> a3ae493b2d67 08:26:52 Step 8/22 : COPY . . 08:26:52 ---> Using cache 08:26:52 ---> 0d91efa87119 08:26:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:26:52 ---> Running in 93539fdb5fdd 08:26:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:27:40 Removing intermediate container db324e30539e 08:27:40 ---> f7cddcb3f17e 08:27:40 08:27:40 Step 10/20 : FROM alpine 08:27:40 ---> 2e77e061c27f 08:27:40 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:27:40 ---> Running in 4c5781c70a7c 08:27:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:40 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:27:40 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:27:40 OK: 12615 distinct packages available 08:27:40 (1/4) Installing ca-certificates (20191127-r4) 08:27:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:27:40 (3/4) Installing libcurl (7.69.1-r1) 08:27:40 (4/4) Installing curl (7.69.1-r1) 08:27:40 Executing busybox-1.31.1-r19.trigger 08:27:40 Executing ca-certificates-20191127-r4.trigger 08:27:40 OK: 7 MiB in 18 packages 08:27:43 Removing intermediate container 4c5781c70a7c 08:27:43 ---> f9ffa1727ac6 08:27:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:27:43 ---> Running in 88a5659f3113 08:27:43 Removing intermediate container 88a5659f3113 08:27:43 ---> 02037eff7f98 08:27:43 Step 13/20 : WORKDIR /edgex 08:27:44 ---> Running in 15a8e90c350c 08:27:44 Removing intermediate container 15a8e90c350c 08:27:44 ---> a13843800ed0 08:27:44 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:27:46 ---> 94edb24203df 08:27:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:27:47 ---> d207e68a2c09 08:27:47 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:27:47 ---> Running in 788298169c34 08:27:48 Removing intermediate container 788298169c34 08:27:48 ---> a40d81db220a 08:27:48 Step 17/20 : CMD ["--init=true"] 08:27:48 ---> Running in e598272c02ad 08:27:49 Removing intermediate container e598272c02ad 08:27:49 ---> 28915b50cb31 08:27:49 Step 18/20 : LABEL arch=arm64 08:27:49 ---> Running in 322c6680a2ec 08:27:50 Removing intermediate container 322c6680a2ec 08:27:50 ---> ea08113bc2bc 08:27:50 Step 19/20 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:27:50 ---> Running in 6c4f171d581d 08:27:51 Removing intermediate container 6c4f171d581d 08:27:51 ---> b7520b5dcea4 08:27:51 Step 20/20 : LABEL version=1.2.2-dev.95 08:27:51 ---> Running in c92cb3a71063 08:27:51 Removing intermediate container c92cb3a71063 08:27:51 ---> 68cb6d07d78a 08:27:51 08:27:52 Successfully built 68cb6d07d78a 08:27:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:27:59  Building docker-security-proxy-setup-go ... done Removing intermediate container b75f7e3c1de8 08:27:59 ---> c2d124f23726 08:27:59 08:27:59 Step 10/22 : FROM scratch 08:27:59 ---> 08:27:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:27:59 ---> Using cache 08:27:59 ---> b62d4e3df32e 08:27:59 Step 12/22 : ENV APP_PORT=48082 08:27:59 ---> Running in dc67470433bc 08:27:59 Removing intermediate container dc67470433bc 08:27:59 ---> 65714103b34b 08:27:59 Step 13/22 : EXPOSE $APP_PORT 08:28:00 ---> Running in 8a74cc9e9136 08:28:00 Removing intermediate container 8a74cc9e9136 08:28:00 ---> e3bcd1880bfd 08:28:00 Step 14/22 : WORKDIR / 08:28:00 ---> Running in 9e0091bfa7cc 08:28:01 Removing intermediate container 9e0091bfa7cc 08:28:01 ---> 71d1e9f67914 08:28:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:28:02 ---> f198028cb620 08:28:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:28:04 ---> 32703a850dd6 08:28:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:28:06 ---> 06090e8d509f 08:28:06 Step 18/22 : ENTRYPOINT ["/core-command"] 08:28:07 ---> Running in 220ee012825a 08:28:07 Removing intermediate container 436d29a2fade 08:28:07 ---> b7dd09f02b39 08:28:07 08:28:07 Step 10/22 : FROM scratch 08:28:07 ---> 08:28:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:28:07 Removing intermediate container 220ee012825a 08:28:07 ---> 3db6f7052aa3 08:28:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:08 ---> Using cache 08:28:08 ---> 50074b8a99b9 08:28:08 Step 12/22 : ENV APP_PORT=48061 08:28:08 ---> Running in ac2cb49cc949 08:28:08 ---> Running in 406a59d1e377 08:28:08 Removing intermediate container ac2cb49cc949 08:28:08 ---> 218e550057b4 08:28:08 Step 20/22 : LABEL arch=arm64 08:28:08 Removing intermediate container 406a59d1e377 08:28:08 ---> f62f394ce53c 08:28:08 Step 13/22 : EXPOSE $APP_PORT 08:28:08 ---> Running in e9141ba15551 08:28:08 ---> Running in c7cdf46613d2 08:28:09 Removing intermediate container c7cdf46613d2 08:28:09 ---> b2cf39847c13 08:28:09 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:28:09 Removing intermediate container e9141ba15551 08:28:09 ---> 85b862711afa 08:28:09 Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:28:10 ---> Running in 32923a3af4e0 08:28:10 Removing intermediate container 32923a3af4e0 08:28:10 ---> 6bbbe8a5227a 08:28:10 Step 22/22 : LABEL version=1.2.2-dev.95 08:28:11 ---> Running in feebac720806 08:28:11 ---> 47562251f849 08:28:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:28:12 Removing intermediate container feebac720806 08:28:12 ---> dd550f6e3287 08:28:12 08:28:12 Successfully built dd550f6e3287 08:28:12 Successfully tagged docker-core-command-go-arm64:latest 08:28:12  Building docker-core-command-go ... done  ---> 631bb2342170 08:28:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:28:14 ---> 1ea89980c61c 08:28:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:28:15 ---> f04e928211ee 08:28:15 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:28:15 ---> Running in b8c90638f8cf 08:28:16 Removing intermediate container b8c90638f8cf 08:28:16 ---> dc13398155d8 08:28:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:16 ---> Running in 668dfca42ad9 08:28:17 Removing intermediate container 668dfca42ad9 08:28:17 ---> 1e6be34d3bb8 08:28:17 Step 20/22 : LABEL arch=arm64 08:28:17 ---> Running in c8dadd600258 08:28:17 Removing intermediate container c8dadd600258 08:28:17 ---> da7d6fbe1119 08:28:17 Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:28:18 ---> Running in eb68808542f7 08:28:18 Removing intermediate container eb68808542f7 08:28:18 ---> 3cebc4dd8d1f 08:28:18 Step 22/22 : LABEL version=1.2.2-dev.95 08:28:19 ---> Running in 2b5eb5aa57cf 08:28:20 Removing intermediate container 2b5eb5aa57cf 08:28:20 ---> 0d13cf24ecf0 08:28:20 08:28:20 Successfully built 0d13cf24ecf0 08:28:20 Successfully tagged docker-support-logging-go-arm64:latest 08:28:38  Building docker-support-logging-go ... done Removing intermediate container 93539fdb5fdd 08:28:38 ---> 417eb1b3fdbc 08:28:38 08:28:38 Step 10/22 : FROM scratch 08:28:38 ---> 08:28:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:28:38 ---> Using cache 08:28:38 ---> b62d4e3df32e 08:28:38 Step 12/22 : ENV APP_PORT=48081 08:28:38 ---> Running in 74705a2ee227 08:28:38 Removing intermediate container 74705a2ee227 08:28:38 ---> 408617c94b89 08:28:38 Step 13/22 : EXPOSE $APP_PORT 08:28:38 ---> Running in 05294fd59b95 08:28:39 Removing intermediate container 05294fd59b95 08:28:39 ---> 573969df94e9 08:28:39 Step 14/22 : WORKDIR / 08:28:39 ---> Running in eff48a8eea9e 08:28:39 Removing intermediate container e1bfae5ee023 08:28:39 ---> df939fcbe925 08:28:39 08:28:39 Step 10/23 : FROM alpine 08:28:39 ---> 2e77e061c27f 08:28:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:28:40 ---> Running in a3bb498c5873 08:28:40 Removing intermediate container eff48a8eea9e 08:28:40 ---> f21e46151238 08:28:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:28:40 Removing intermediate container a3bb498c5873 08:28:40 ---> 95dcef119596 08:28:40 Step 12/23 : ENV APP_PORT=48080 08:28:40 ---> Running in 75533ba38365 08:28:41 Removing intermediate container 75533ba38365 08:28:41 ---> a1556c6c64b4 08:28:41 ---> e91782327329 08:28:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata /Step 13/23 : EXPOSE $APP_PORT 08:28:41 08:28:41 ---> Running in 63bbc2d94e7d 08:28:41 Removing intermediate container 63bbc2d94e7d 08:28:41 ---> 380627a0d894 08:28:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:42 ---> Running in a28ee3eda9b2 08:28:42 ---> f8770f047475 08:28:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:28:43 ---> 8dc87598187d 08:28:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:28:43 ---> Running in e5cbccb5d2bc 08:28:43 Removing intermediate container e5cbccb5d2bc 08:28:43 ---> 75de6446545a 08:28:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:44 ---> Running in 966140f1b54b 08:28:44 Removing intermediate container 966140f1b54b 08:28:44 ---> c78004fc6291 08:28:44 Step 20/22 : LABEL arch=arm64 08:28:44 ---> Running in 7624c2718769 08:28:45 Removing intermediate container a28ee3eda9b2 08:28:45 ---> af6275550649 08:28:45 Step 15/23 : RUN apk --no-cache add zeromq 08:28:45 ---> Running in a17431608af3 08:28:45 Removing intermediate container 7624c2718769 08:28:45 ---> f231a90125cf 08:28:45 Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:28:45 ---> Running in 5cd81a18db39 08:28:46 Removing intermediate container 5cd81a18db39 08:28:46 ---> 8d47f6ad564e 08:28:46 Step 22/22 : LABEL version=1.2.2-dev.95 08:28:46 ---> Running in 133a75e2d85c 08:28:46 Removing intermediate container 133a75e2d85c 08:28:46 ---> c8420a18acd6 08:28:46 08:28:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:28:47 Successfully built c8420a18acd6 08:28:47 Successfully tagged docker-core-metadata-go-arm64:latest 08:28:47  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:28:48 (1/5) Installing libgcc (9.3.0-r2) 08:28:48 (2/5) Installing libsodium (1.0.18-r0) 08:28:48 (3/5) Installing libstdc++ (9.3.0-r2) 08:28:48 (4/5) Installing libzmq (4.3.3-r0) 08:28:48 (5/5) Installing zeromq (4.3.3-r0) 08:28:48 Executing busybox-1.31.1-r19.trigger 08:28:48 OK: 8 MiB in 19 packages 08:28:50 Removing intermediate container a17431608af3 08:28:50 ---> 7ca8834662ba 08:28:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:28:50 ---> 0735b9ba269b 08:28:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:28:52 ---> 074a3af4c0fb 08:28:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:28:52 ---> 21cfeae12d2e 08:28:52 Step 19/23 : ENTRYPOINT ["/core-data"] 08:28:52 ---> Running in 3d20165e6021 08:28:53 Removing intermediate container 3d20165e6021 08:28:53 ---> 431895ae3f14 08:28:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:53 ---> Running in e0074dfddf60 08:28:53 Removing intermediate container e0074dfddf60 08:28:53 ---> 091f8fdbdb02 08:28:53 Step 21/23 : LABEL arch=arm64 08:28:53 ---> Running in 57c90a88b178 08:28:54 Removing intermediate container 57c90a88b178 08:28:54 ---> d85a017703e5 08:28:54 Step 22/23 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 08:28:54 ---> Running in 97c93d0a4be6 08:28:54 Removing intermediate container 97c93d0a4be6 08:28:54 ---> fd121bfee830 08:28:54 Step 23/23 : LABEL version=1.2.2-dev.95 08:28:55 ---> Running in d14d7dbf25a1 08:28:55 Removing intermediate container d14d7dbf25a1 08:28:55 ---> 0d9874b4d76e 08:28:55 08:28:55 Successfully built 0d9874b4d76e 08:28:55 Successfully tagged docker-core-data-go-arm64:latest 08:28:55  Building docker-core-data-go ... done  [Pipeline] } 08:28:55 $ docker stop --time=1 2548958308c6e78b9b41a4141ef516cb8175e7409df6ec726ec9ecd81479ae7d 08:28:57 $ docker rm -f 2548958308c6e78b9b41a4141ef516cb8175e7409df6ec726ec9ecd81479ae7d [Pipeline] // withDockerContainer [Pipeline] sh 08:28:58 + docker images 08:28:58 + grep docker 08:28:58 docker-core-data-go-arm64 latest 0d9874b4d76e 3 seconds ago 22.3MB 08:28:58 docker-core-metadata-go-arm64 latest c8420a18acd6 12 seconds ago 13.5MB 08:28:58 docker-support-logging-go-arm64 latest 0d13cf24ecf0 39 seconds ago 10.6MB 08:28:58 docker-core-command-go-arm64 latest dd550f6e3287 47 seconds ago 11.4MB 08:28:58 docker-security-proxy-setup-go-arm64 latest 68cb6d07d78a About a minute ago 15.1MB 08:28:58 docker-sys-mgmt-agent-go-arm64 latest 36265d15c15a 2 minutes ago 270MB 08:28:58 docker-security-secretstore-setup-go-arm64 latest 8bf2c75cce5f 3 minutes ago 30.8MB 08:28:58 docker-security-secrets-setup-go-arm64 latest 549a368e9a9c 3 minutes ago 22.7MB 08:28:58 docker-support-notifications-go-arm64 latest 862c11f173de 3 minutes ago 12.9MB 08:28:58 docker-support-scheduler-go-arm64 latest 807edabd2a19 3 minutes ago 11.5MB 08:28:58 docker latest 5d4db4dc0692 4 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 08:28:59 provisioning config files... 08:28:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/211@tmp/config1188158373214766513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:59 ---> docker-login.sh 08:28:59 nexus3.edgexfoundry.org:10001 08:28:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:00 Configure a credential helper to remove this warning. See 08:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:00 08:29:00 Login Succeeded 08:29:00 nexus3.edgexfoundry.org:10002 08:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:00 Configure a credential helper to remove this warning. See 08:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:00 08:29:00 Login Succeeded 08:29:00 nexus3.edgexfoundry.org:10003 08:29:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:01 Configure a credential helper to remove this warning. See 08:29:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:01 08:29:01 Login Succeeded 08:29:01 nexus3.edgexfoundry.org:10004 08:29:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:01 Configure a credential helper to remove this warning. See 08:29:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:01 08:29:01 Login Succeeded 08:29:01 docker.io 08:29:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:02 Configure a credential helper to remove this warning. See 08:29:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:02 08:29:02 Login Succeeded 08:29:02 ---> docker-login.sh ends [Pipeline] } 08:29:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:03 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 08:29:03 2a86d860cf369141c507c16492d2a148a24443a3 08:29:03 1.2.2-dev.95 08:29:03 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:03 master 08:29:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:03 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:29:03 7a51c194583e: Preparing 08:29:03 83b59acfe468: Preparing 08:29:03 e64cb00029ca: Preparing 08:29:04 e64cb00029ca: Pushed 08:29:04 7a51c194583e: Pushed 08:29:06 83b59acfe468: Pushed 08:29:07 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] isUnix [Pipeline] sh 08:29:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.95 08:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:29:07 7a51c194583e: Preparing 08:29:07 83b59acfe468: Preparing 08:29:07 e64cb00029ca: Preparing 08:29:07 e64cb00029ca: Layer already exists 08:29:07 83b59acfe468: Layer already exists 08:29:07 7a51c194583e: Layer already exists 08:29:08 1.2.2-dev.95: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] isUnix [Pipeline] sh 08:29:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:29:08 7a51c194583e: Preparing 08:29:08 83b59acfe468: Preparing 08:29:08 e64cb00029ca: Preparing 08:29:08 e64cb00029ca: Layer already exists 08:29:08 7a51c194583e: Layer already exists 08:29:08 83b59acfe468: Layer already exists 08:29:09 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] isUnix [Pipeline] sh 08:29:09 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 08:29:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:29:09 7a51c194583e: Preparing 08:29:09 83b59acfe468: Preparing 08:29:09 e64cb00029ca: Preparing 08:29:09 7a51c194583e: Layer already exists 08:29:09 e64cb00029ca: Layer already exists 08:29:09 83b59acfe468: Layer already exists 08:29:10 master: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:10 ===================================================== [Pipeline] echo 08:29:10 taggedImages: 08:29:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.95 08:29:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 08:29:10 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 08:29:10 2a86d860cf369141c507c16492d2a148a24443a3 08:29:10 1.2.2-dev.95 08:29:10 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:10 master 08:29:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:11 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:29:11 a9b8fbdd56f2: Preparing 08:29:11 1683d8971d84: Preparing 08:29:11 c323e7468eeb: Preparing 08:29:11 de8be2c2e534: Preparing 08:29:11 b42f8dc69eb8: Preparing 08:29:11 cd3761cfa1d9: Preparing 08:29:11 cd3761cfa1d9: Waiting 08:29:11 a9b8fbdd56f2: Pushed 08:29:11 c323e7468eeb: Pushed 08:29:11 b42f8dc69eb8: Pushed 08:29:11 cd3761cfa1d9: Layer already exists 08:29:12 de8be2c2e534: Pushed 08:29:15 1683d8971d84: Pushed 08:29:15 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:29:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.95 08:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:29:16 a9b8fbdd56f2: Preparing 08:29:16 1683d8971d84: Preparing 08:29:16 c323e7468eeb: Preparing 08:29:16 de8be2c2e534: Preparing 08:29:16 b42f8dc69eb8: Preparing 08:29:16 cd3761cfa1d9: Preparing 08:29:16 cd3761cfa1d9: Waiting 08:29:16 c323e7468eeb: Layer already exists 08:29:16 de8be2c2e534: Layer already exists 08:29:16 a9b8fbdd56f2: Layer already exists 08:29:16 b42f8dc69eb8: Layer already exists 08:29:16 1683d8971d84: Layer already exists 08:29:16 cd3761cfa1d9: Layer already exists 08:29:16 1.2.2-dev.95: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:29:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:29:17 a9b8fbdd56f2: Preparing 08:29:17 1683d8971d84: Preparing 08:29:17 c323e7468eeb: Preparing 08:29:17 de8be2c2e534: Preparing 08:29:17 b42f8dc69eb8: Preparing 08:29:17 cd3761cfa1d9: Preparing 08:29:17 cd3761cfa1d9: Waiting 08:29:17 a9b8fbdd56f2: Layer already exists 08:29:17 c323e7468eeb: Layer already exists 08:29:17 b42f8dc69eb8: Layer already exists 08:29:17 de8be2c2e534: Layer already exists 08:29:17 1683d8971d84: Layer already exists 08:29:17 cd3761cfa1d9: Layer already exists 08:29:17 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:29:17 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 08:29:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:29:18 a9b8fbdd56f2: Preparing 08:29:18 1683d8971d84: Preparing 08:29:18 c323e7468eeb: Preparing 08:29:18 de8be2c2e534: Preparing 08:29:18 b42f8dc69eb8: Preparing 08:29:18 cd3761cfa1d9: Preparing 08:29:18 cd3761cfa1d9: Waiting 08:29:18 c323e7468eeb: Layer already exists 08:29:18 de8be2c2e534: Layer already exists 08:29:18 1683d8971d84: Layer already exists 08:29:18 a9b8fbdd56f2: Layer already exists 08:29:18 b42f8dc69eb8: Layer already exists 08:29:18 cd3761cfa1d9: Layer already exists 08:29:18 master: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:18 ===================================================== [Pipeline] echo 08:29:18 taggedImages: 08:29:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.95 08:29:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 08:29:19 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 08:29:19 2a86d860cf369141c507c16492d2a148a24443a3 08:29:19 1.2.2-dev.95 08:29:19 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:19 master 08:29:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:19 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:29:19 10891ee99fbb: Preparing 08:29:19 1f39f6dd3341: Preparing 08:29:19 3bc9627964d1: Preparing 08:29:20 3bc9627964d1: Pushed 08:29:20 10891ee99fbb: Pushed 08:29:23 1f39f6dd3341: Pushed 08:29:23 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] isUnix [Pipeline] sh 08:29:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.95 08:29:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:29:24 10891ee99fbb: Preparing 08:29:24 1f39f6dd3341: Preparing 08:29:24 3bc9627964d1: Preparing 08:29:24 10891ee99fbb: Layer already exists 08:29:24 1f39f6dd3341: Layer already exists 08:29:24 3bc9627964d1: Layer already exists 08:29:24 1.2.2-dev.95: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] isUnix [Pipeline] sh 08:29:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:29:25 10891ee99fbb: Preparing 08:29:25 1f39f6dd3341: Preparing 08:29:25 3bc9627964d1: Preparing 08:29:25 10891ee99fbb: Layer already exists 08:29:25 1f39f6dd3341: Layer already exists 08:29:25 3bc9627964d1: Layer already exists 08:29:25 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] isUnix [Pipeline] sh 08:29:25 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 08:29:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:29:26 10891ee99fbb: Preparing 08:29:26 1f39f6dd3341: Preparing 08:29:26 3bc9627964d1: Preparing 08:29:26 3bc9627964d1: Layer already exists 08:29:26 10891ee99fbb: Layer already exists 08:29:26 1f39f6dd3341: Layer already exists 08:29:26 master: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:26 ===================================================== [Pipeline] echo 08:29:26 taggedImages: 08:29:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.95 08:29:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 08:29:26 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 08:29:26 2a86d860cf369141c507c16492d2a148a24443a3 08:29:26 1.2.2-dev.95 08:29:26 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:26 master 08:29:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:27 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:29:27 32445d537e57: Preparing 08:29:27 e49f863fb137: Preparing 08:29:27 ae4b9c459a2b: Preparing 08:29:27 0edda87dc79f: Preparing 08:29:27 cd3761cfa1d9: Preparing 08:29:28 cd3761cfa1d9: Layer already exists 08:29:28 e49f863fb137: Pushed 08:29:28 ae4b9c459a2b: Pushed 08:29:28 0edda87dc79f: Pushed 08:29:30 32445d537e57: Pushed 08:29:30 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:29:30 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.95 08:29:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:29:31 32445d537e57: Preparing 08:29:31 e49f863fb137: Preparing 08:29:31 ae4b9c459a2b: Preparing 08:29:31 0edda87dc79f: Preparing 08:29:31 cd3761cfa1d9: Preparing 08:29:31 cd3761cfa1d9: Layer already exists 08:29:31 0edda87dc79f: Layer already exists 08:29:31 e49f863fb137: Layer already exists 08:29:31 32445d537e57: Layer already exists 08:29:31 ae4b9c459a2b: Layer already exists 08:29:31 1.2.2-dev.95: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:29:31 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:29:32 32445d537e57: Preparing 08:29:32 e49f863fb137: Preparing 08:29:32 ae4b9c459a2b: Preparing 08:29:32 0edda87dc79f: Preparing 08:29:32 cd3761cfa1d9: Preparing 08:29:32 32445d537e57: Layer already exists 08:29:32 cd3761cfa1d9: Layer already exists 08:29:32 ae4b9c459a2b: Layer already exists 08:29:32 e49f863fb137: Layer already exists 08:29:32 0edda87dc79f: Layer already exists 08:29:32 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:29:32 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 08:29:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:29:32 32445d537e57: Preparing 08:29:32 e49f863fb137: Preparing 08:29:32 ae4b9c459a2b: Preparing 08:29:32 0edda87dc79f: Preparing 08:29:32 cd3761cfa1d9: Preparing 08:29:32 cd3761cfa1d9: Layer already exists 08:29:32 e49f863fb137: Layer already exists 08:29:32 0edda87dc79f: Layer already exists 08:29:32 ae4b9c459a2b: Layer already exists 08:29:32 32445d537e57: Layer already exists 08:29:33 master: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:34 ===================================================== [Pipeline] echo 08:29:34 taggedImages: 08:29:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.95 08:29:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 08:29:34 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 08:29:34 2a86d860cf369141c507c16492d2a148a24443a3 08:29:34 1.2.2-dev.95 08:29:34 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:34 master 08:29:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:34 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:29:35 ab023ee33ee7: Preparing 08:29:35 14518464eb56: Preparing 08:29:35 d10ad7b36996: Preparing 08:29:35 9a985d8607a3: Preparing 08:29:35 9a985d8607a3: Preparing 08:29:35 247402a53d6e: Preparing 08:29:35 3b2090aa782c: Preparing 08:29:35 ad049855e161: Preparing 08:29:35 ab023ee33ee7: Preparing 08:29:35 b71426d1d40a: Preparing 08:29:35 bb7d1245a87c: Preparing 08:29:35 2e1c617855f1: Preparing 08:29:35 cd3761cfa1d9: Preparing 08:29:35 ad049855e161: Waiting 08:29:35 b71426d1d40a: Waiting 08:29:35 bb7d1245a87c: Waiting 08:29:35 2e1c617855f1: Waiting 08:29:35 cd3761cfa1d9: Waiting 08:29:35 3b2090aa782c: Waiting 08:29:35 d10ad7b36996: Pushed 08:29:35 247402a53d6e: Pushed 08:29:35 14518464eb56: Pushed 08:29:35 9a985d8607a3: Pushed 08:29:35 3b2090aa782c: Pushed 08:29:35 ad049855e161: Pushed 08:29:35 cd3761cfa1d9: Layer already exists 08:29:36 bb7d1245a87c: Pushed 08:29:36 b71426d1d40a: Pushed 08:29:36 2e1c617855f1: Pushed 08:29:37 ab023ee33ee7: Pushed 08:29:37 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] isUnix [Pipeline] sh 08:29:38 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.95 08:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:29:38 ab023ee33ee7: Preparing 08:29:38 14518464eb56: Preparing 08:29:38 d10ad7b36996: Preparing 08:29:38 9a985d8607a3: Preparing 08:29:38 9a985d8607a3: Preparing 08:29:38 247402a53d6e: Preparing 08:29:38 3b2090aa782c: Preparing 08:29:38 ad049855e161: Preparing 08:29:38 ab023ee33ee7: Preparing 08:29:38 b71426d1d40a: Preparing 08:29:38 bb7d1245a87c: Preparing 08:29:38 2e1c617855f1: Preparing 08:29:38 cd3761cfa1d9: Preparing 08:29:38 ad049855e161: Waiting 08:29:38 b71426d1d40a: Waiting 08:29:38 bb7d1245a87c: Waiting 08:29:38 2e1c617855f1: Waiting 08:29:38 cd3761cfa1d9: Waiting 08:29:38 3b2090aa782c: Waiting 08:29:38 9a985d8607a3: Layer already exists 08:29:38 14518464eb56: Layer already exists 08:29:38 d10ad7b36996: Layer already exists 08:29:38 ab023ee33ee7: Layer already exists 08:29:38 247402a53d6e: Layer already exists 08:29:38 3b2090aa782c: Layer already exists 08:29:38 ad049855e161: Layer already exists 08:29:38 bb7d1245a87c: Layer already exists 08:29:38 b71426d1d40a: Layer already exists 08:29:38 2e1c617855f1: Layer already exists 08:29:38 cd3761cfa1d9: Layer already exists 08:29:38 1.2.2-dev.95: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] isUnix [Pipeline] sh 08:29:39 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:29:39 ab023ee33ee7: Preparing 08:29:39 14518464eb56: Preparing 08:29:39 d10ad7b36996: Preparing 08:29:39 9a985d8607a3: Preparing 08:29:39 9a985d8607a3: Preparing 08:29:39 247402a53d6e: Preparing 08:29:39 3b2090aa782c: Preparing 08:29:39 ad049855e161: Preparing 08:29:39 ab023ee33ee7: Preparing 08:29:39 b71426d1d40a: Preparing 08:29:39 bb7d1245a87c: Preparing 08:29:39 2e1c617855f1: Preparing 08:29:39 cd3761cfa1d9: Preparing 08:29:39 b71426d1d40a: Waiting 08:29:39 bb7d1245a87c: Waiting 08:29:39 2e1c617855f1: Waiting 08:29:39 cd3761cfa1d9: Waiting 08:29:39 d10ad7b36996: Layer already exists 08:29:39 247402a53d6e: Layer already exists 08:29:39 9a985d8607a3: Layer already exists 08:29:39 14518464eb56: Layer already exists 08:29:39 ab023ee33ee7: Layer already exists 08:29:39 b71426d1d40a: Layer already exists 08:29:39 3b2090aa782c: Layer already exists 08:29:39 ad049855e161: Layer already exists 08:29:39 bb7d1245a87c: Layer already exists 08:29:39 2e1c617855f1: Layer already exists 08:29:39 cd3761cfa1d9: Layer already exists 08:29:39 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] isUnix [Pipeline] sh 08:29:40 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 08:29:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:29:40 ab023ee33ee7: Preparing 08:29:40 14518464eb56: Preparing 08:29:40 d10ad7b36996: Preparing 08:29:40 9a985d8607a3: Preparing 08:29:40 9a985d8607a3: Preparing 08:29:40 247402a53d6e: Preparing 08:29:40 3b2090aa782c: Preparing 08:29:40 ad049855e161: Preparing 08:29:40 ab023ee33ee7: Preparing 08:29:40 b71426d1d40a: Preparing 08:29:40 bb7d1245a87c: Preparing 08:29:40 2e1c617855f1: Preparing 08:29:40 cd3761cfa1d9: Preparing 08:29:40 3b2090aa782c: Waiting 08:29:40 b71426d1d40a: Waiting 08:29:40 ad049855e161: Waiting 08:29:40 2e1c617855f1: Waiting 08:29:40 d10ad7b36996: Layer already exists 08:29:40 ab023ee33ee7: Layer already exists 08:29:40 14518464eb56: Layer already exists 08:29:40 9a985d8607a3: Layer already exists 08:29:40 247402a53d6e: Layer already exists 08:29:40 ad049855e161: Layer already exists 08:29:40 3b2090aa782c: Layer already exists 08:29:40 2e1c617855f1: Layer already exists 08:29:40 b71426d1d40a: Layer already exists 08:29:40 bb7d1245a87c: Layer already exists 08:29:40 cd3761cfa1d9: Layer already exists 08:29:40 master: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:41 ===================================================== [Pipeline] echo 08:29:41 taggedImages: 08:29:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.95 08:29:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 08:29:41 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 08:29:41 2a86d860cf369141c507c16492d2a148a24443a3 08:29:41 1.2.2-dev.95 08:29:41 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:41 master 08:29:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:41 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:29:42 201713cbb2c3: Preparing 08:29:42 546c438e080b: Preparing 08:29:42 041e954442b1: Preparing 08:29:42 7edf840d6a0a: Preparing 08:29:42 28c22e7655bd: Preparing 08:29:42 1f76d7915a9b: Preparing 08:29:42 df112e0798ff: Preparing 08:29:42 f7498823a16e: Preparing 08:29:42 91d802c0b399: Preparing 08:29:42 498a6637a20e: Preparing 08:29:42 66b385cf80cf: Preparing 08:29:42 1f76d7915a9b: Waiting 08:29:42 df112e0798ff: Waiting 08:29:42 f7498823a16e: Waiting 08:29:42 91d802c0b399: Waiting 08:29:42 498a6637a20e: Waiting 08:29:42 66b385cf80cf: Waiting 08:29:42 546c438e080b: Pushed 08:29:42 201713cbb2c3: Pushed 08:29:42 1f76d7915a9b: Pushed 08:29:42 df112e0798ff: Pushed 08:29:42 f7498823a16e: Pushed 08:29:42 91d802c0b399: Pushed 08:29:43 66b385cf80cf: Layer already exists 08:29:43 498a6637a20e: Pushed 08:29:44 041e954442b1: Pushed 08:29:44 7edf840d6a0a: Pushed 08:29:44 28c22e7655bd: Pushed 08:29:44 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] isUnix [Pipeline] sh 08:29:45 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.95 08:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:29:45 201713cbb2c3: Preparing 08:29:45 546c438e080b: Preparing 08:29:45 041e954442b1: Preparing 08:29:45 7edf840d6a0a: Preparing 08:29:45 28c22e7655bd: Preparing 08:29:45 1f76d7915a9b: Preparing 08:29:45 df112e0798ff: Preparing 08:29:45 f7498823a16e: Preparing 08:29:45 91d802c0b399: Preparing 08:29:45 498a6637a20e: Preparing 08:29:45 66b385cf80cf: Preparing 08:29:45 1f76d7915a9b: Waiting 08:29:45 91d802c0b399: Waiting 08:29:45 df112e0798ff: Waiting 08:29:45 f7498823a16e: Waiting 08:29:45 66b385cf80cf: Waiting 08:29:45 498a6637a20e: Waiting 08:29:45 041e954442b1: Layer already exists 08:29:45 201713cbb2c3: Layer already exists 08:29:45 546c438e080b: Layer already exists 08:29:45 7edf840d6a0a: Layer already exists 08:29:45 28c22e7655bd: Layer already exists 08:29:45 f7498823a16e: Layer already exists 08:29:45 df112e0798ff: Layer already exists 08:29:45 91d802c0b399: Layer already exists 08:29:45 1f76d7915a9b: Layer already exists 08:29:45 498a6637a20e: Layer already exists 08:29:45 66b385cf80cf: Layer already exists 08:29:45 1.2.2-dev.95: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] isUnix [Pipeline] sh 08:29:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:29:46 201713cbb2c3: Preparing 08:29:46 546c438e080b: Preparing 08:29:46 041e954442b1: Preparing 08:29:46 7edf840d6a0a: Preparing 08:29:46 28c22e7655bd: Preparing 08:29:46 1f76d7915a9b: Preparing 08:29:46 df112e0798ff: Preparing 08:29:46 f7498823a16e: Preparing 08:29:46 91d802c0b399: Preparing 08:29:46 498a6637a20e: Preparing 08:29:46 66b385cf80cf: Preparing 08:29:46 f7498823a16e: Waiting 08:29:46 91d802c0b399: Waiting 08:29:46 498a6637a20e: Waiting 08:29:46 66b385cf80cf: Waiting 08:29:46 1f76d7915a9b: Waiting 08:29:46 df112e0798ff: Waiting 08:29:46 28c22e7655bd: Layer already exists 08:29:46 546c438e080b: Layer already exists 08:29:46 201713cbb2c3: Layer already exists 08:29:46 041e954442b1: Layer already exists 08:29:46 7edf840d6a0a: Layer already exists 08:29:46 f7498823a16e: Layer already exists 08:29:46 1f76d7915a9b: Layer already exists 08:29:46 91d802c0b399: Layer already exists 08:29:46 df112e0798ff: Layer already exists 08:29:46 498a6637a20e: Layer already exists 08:29:46 66b385cf80cf: Layer already exists 08:29:46 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] isUnix [Pipeline] sh 08:29:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 08:29:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:29:47 201713cbb2c3: Preparing 08:29:47 546c438e080b: Preparing 08:29:47 041e954442b1: Preparing 08:29:47 7edf840d6a0a: Preparing 08:29:47 28c22e7655bd: Preparing 08:29:47 1f76d7915a9b: Preparing 08:29:47 df112e0798ff: Preparing 08:29:47 f7498823a16e: Preparing 08:29:47 91d802c0b399: Preparing 08:29:47 498a6637a20e: Preparing 08:29:47 66b385cf80cf: Preparing 08:29:47 1f76d7915a9b: Waiting 08:29:47 df112e0798ff: Waiting 08:29:47 498a6637a20e: Waiting 08:29:47 f7498823a16e: Waiting 08:29:47 91d802c0b399: Waiting 08:29:47 66b385cf80cf: Waiting 08:29:47 201713cbb2c3: Layer already exists 08:29:47 546c438e080b: Layer already exists 08:29:47 7edf840d6a0a: Layer already exists 08:29:47 041e954442b1: Layer already exists 08:29:47 1f76d7915a9b: Layer already exists 08:29:47 f7498823a16e: Layer already exists 08:29:47 df112e0798ff: Layer already exists 08:29:47 91d802c0b399: Layer already exists 08:29:47 498a6637a20e: Layer already exists 08:29:47 66b385cf80cf: Layer already exists 08:29:47 28c22e7655bd: Layer already exists 08:29:47 master: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:48 ===================================================== [Pipeline] echo 08:29:48 taggedImages: 08:29:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.95 08:29:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 08:29:48 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 08:29:48 2a86d860cf369141c507c16492d2a148a24443a3 08:29:48 1.2.2-dev.95 08:29:48 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:48 master 08:29:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:48 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:29:49 825d5ea8b9a8: Preparing 08:29:49 aa9cc0691d39: Preparing 08:29:49 573db51967f9: Preparing 08:29:49 002df2c9123a: Preparing 08:29:49 825d5ea8b9a8: Pushed 08:29:49 573db51967f9: Pushed 08:29:49 002df2c9123a: Pushed 08:29:52 aa9cc0691d39: Pushed 08:29:52 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] isUnix [Pipeline] sh 08:29:52 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.95 08:29:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:29:53 825d5ea8b9a8: Preparing 08:29:53 aa9cc0691d39: Preparing 08:29:53 573db51967f9: Preparing 08:29:53 002df2c9123a: Preparing 08:29:53 825d5ea8b9a8: Layer already exists 08:29:53 aa9cc0691d39: Layer already exists 08:29:53 002df2c9123a: Layer already exists 08:29:53 573db51967f9: Layer already exists 08:29:53 1.2.2-dev.95: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] isUnix [Pipeline] sh 08:29:53 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:29:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:29:54 825d5ea8b9a8: Preparing 08:29:54 aa9cc0691d39: Preparing 08:29:54 573db51967f9: Preparing 08:29:54 002df2c9123a: Preparing 08:29:54 aa9cc0691d39: Layer already exists 08:29:54 002df2c9123a: Layer already exists 08:29:54 825d5ea8b9a8: Layer already exists 08:29:54 573db51967f9: Layer already exists 08:29:54 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] isUnix [Pipeline] sh 08:29:54 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 08:29:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:29:55 825d5ea8b9a8: Preparing 08:29:55 aa9cc0691d39: Preparing 08:29:55 573db51967f9: Preparing 08:29:55 002df2c9123a: Preparing 08:29:55 aa9cc0691d39: Layer already exists 08:29:55 002df2c9123a: Layer already exists 08:29:55 573db51967f9: Layer already exists 08:29:55 825d5ea8b9a8: Layer already exists 08:29:55 master: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:55 ===================================================== [Pipeline] echo 08:29:55 taggedImages: 08:29:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.95 08:29:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 08:29:55 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 08:29:55 2a86d860cf369141c507c16492d2a148a24443a3 08:29:55 1.2.2-dev.95 08:29:55 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:29:55 master 08:29:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:56 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:29:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:29:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:29:56 73458d44575c: Preparing 08:29:56 cc832dfc84f7: Preparing 08:29:56 2d5af61503bb: Preparing 08:29:56 b6f296b84a39: Preparing 08:29:56 8c9803e539a6: Preparing 08:29:56 444510f7a5cb: Preparing 08:29:56 444510f7a5cb: Waiting 08:29:57 2d5af61503bb: Pushed 08:29:57 73458d44575c: Pushed 08:29:57 8c9803e539a6: Pushed 08:29:57 b6f296b84a39: Pushed 08:29:57 444510f7a5cb: Pushed 08:30:00 cc832dfc84f7: Pushed 08:30:00 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] isUnix [Pipeline] sh 08:30:00 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:30:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.95 08:30:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:30:00 73458d44575c: Preparing 08:30:00 cc832dfc84f7: Preparing 08:30:00 2d5af61503bb: Preparing 08:30:00 b6f296b84a39: Preparing 08:30:00 8c9803e539a6: Preparing 08:30:00 444510f7a5cb: Preparing 08:30:00 444510f7a5cb: Waiting 08:30:00 73458d44575c: Layer already exists 08:30:00 8c9803e539a6: Layer already exists 08:30:00 cc832dfc84f7: Layer already exists 08:30:01 2d5af61503bb: Layer already exists 08:30:01 b6f296b84a39: Layer already exists 08:30:01 444510f7a5cb: Layer already exists 08:30:01 1.2.2-dev.95: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] isUnix [Pipeline] sh 08:30:01 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:30:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:30:01 73458d44575c: Preparing 08:30:01 cc832dfc84f7: Preparing 08:30:01 2d5af61503bb: Preparing 08:30:01 b6f296b84a39: Preparing 08:30:01 8c9803e539a6: Preparing 08:30:01 444510f7a5cb: Preparing 08:30:01 444510f7a5cb: Waiting 08:30:02 73458d44575c: Layer already exists 08:30:02 b6f296b84a39: Layer already exists 08:30:02 2d5af61503bb: Layer already exists 08:30:02 8c9803e539a6: Layer already exists 08:30:02 444510f7a5cb: Layer already exists 08:30:02 cc832dfc84f7: Layer already exists 08:30:02 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] isUnix [Pipeline] sh 08:30:02 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:30:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 08:30:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:30:02 73458d44575c: Preparing 08:30:02 cc832dfc84f7: Preparing 08:30:02 2d5af61503bb: Preparing 08:30:02 b6f296b84a39: Preparing 08:30:02 8c9803e539a6: Preparing 08:30:02 444510f7a5cb: Preparing 08:30:02 444510f7a5cb: Waiting 08:30:02 73458d44575c: Layer already exists 08:30:02 b6f296b84a39: Layer already exists 08:30:02 8c9803e539a6: Layer already exists 08:30:02 cc832dfc84f7: Layer already exists 08:30:02 2d5af61503bb: Layer already exists 08:30:02 444510f7a5cb: Layer already exists 08:30:02 master: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:30:03 ===================================================== [Pipeline] echo 08:30:03 taggedImages: 08:30:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:30:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.95 08:30:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 08:30:03 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 08:30:03 2a86d860cf369141c507c16492d2a148a24443a3 08:30:03 1.2.2-dev.95 08:30:03 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:03 master 08:30:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:03 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:30:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:30:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:30:04 b643291dffc7: Preparing 08:30:04 4e871a41231b: Preparing 08:30:04 c885a87dd8fa: Preparing 08:30:04 c885a87dd8fa: Pushed 08:30:04 b643291dffc7: Pushed 08:30:07 4e871a41231b: Pushed 08:30:07 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] isUnix [Pipeline] sh 08:30:07 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:30:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.95 08:30:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:30:07 b643291dffc7: Preparing 08:30:07 4e871a41231b: Preparing 08:30:07 c885a87dd8fa: Preparing 08:30:07 4e871a41231b: Layer already exists 08:30:07 b643291dffc7: Layer already exists 08:30:07 c885a87dd8fa: Layer already exists 08:30:08 1.2.2-dev.95: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] isUnix [Pipeline] sh 08:30:08 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:30:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:30:08 b643291dffc7: Preparing 08:30:08 4e871a41231b: Preparing 08:30:08 c885a87dd8fa: Preparing 08:30:08 c885a87dd8fa: Layer already exists 08:30:08 b643291dffc7: Layer already exists 08:30:08 4e871a41231b: Layer already exists 08:30:08 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] isUnix [Pipeline] sh 08:30:09 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:30:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 08:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:30:09 b643291dffc7: Preparing 08:30:09 4e871a41231b: Preparing 08:30:09 c885a87dd8fa: Preparing 08:30:09 b643291dffc7: Layer already exists 08:30:09 c885a87dd8fa: Layer already exists 08:30:09 4e871a41231b: Layer already exists 08:30:09 master: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:30:10 ===================================================== [Pipeline] echo 08:30:10 taggedImages: 08:30:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:30:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.95 08:30:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 08:30:10 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 08:30:10 2a86d860cf369141c507c16492d2a148a24443a3 08:30:10 1.2.2-dev.95 08:30:10 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:10 master 08:30:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:10 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh 08:30:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:30:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:30:11 bdf18b21bf88: Preparing 08:30:11 3722dd4da063: Preparing 08:30:11 78df9dedd977: Preparing 08:30:11 d059f65c34a3: Preparing 08:30:11 85d4f08f8910: Preparing 08:30:11 057f135d967d: Preparing 08:30:11 9fe075c2e996: Preparing 08:30:11 52543ddb2901: Preparing 08:30:11 9f553b275599: Preparing 08:30:11 3a47579f0cd1: Preparing 08:30:11 cd6d79ebbfb6: Preparing 08:30:11 3e7dc55cab04: Preparing 08:30:11 b2e85fd0898f: Preparing 08:30:11 cd3761cfa1d9: Preparing 08:30:11 9fe075c2e996: Waiting 08:30:11 52543ddb2901: Waiting 08:30:11 9f553b275599: Waiting 08:30:11 3a47579f0cd1: Waiting 08:30:11 cd6d79ebbfb6: Waiting 08:30:11 3e7dc55cab04: Waiting 08:30:11 cd3761cfa1d9: Waiting 08:30:11 057f135d967d: Waiting 08:30:11 85d4f08f8910: Pushed 08:30:12 bdf18b21bf88: Pushed 08:30:12 d059f65c34a3: Pushed 08:30:12 52543ddb2901: Layer already exists 08:30:12 9f553b275599: Layer already exists 08:30:12 3a47579f0cd1: Layer already exists 08:30:12 cd6d79ebbfb6: Layer already exists 08:30:12 9fe075c2e996: Pushed 08:30:12 3e7dc55cab04: Layer already exists 08:30:12 b2e85fd0898f: Layer already exists 08:30:12 cd3761cfa1d9: Layer already exists 08:30:13 3722dd4da063: Pushed 08:30:14 057f135d967d: Pushed 08:30:24 78df9dedd977: Pushed 08:30:24 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:30:24 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:30:25 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.95 08:30:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:30:25 bdf18b21bf88: Preparing 08:30:25 3722dd4da063: Preparing 08:30:25 78df9dedd977: Preparing 08:30:25 d059f65c34a3: Preparing 08:30:25 85d4f08f8910: Preparing 08:30:25 057f135d967d: Preparing 08:30:25 9fe075c2e996: Preparing 08:30:25 52543ddb2901: Preparing 08:30:25 9f553b275599: Preparing 08:30:25 3a47579f0cd1: Preparing 08:30:25 cd6d79ebbfb6: Preparing 08:30:25 3e7dc55cab04: Preparing 08:30:25 b2e85fd0898f: Preparing 08:30:25 cd3761cfa1d9: Preparing 08:30:25 057f135d967d: Waiting 08:30:25 9fe075c2e996: Waiting 08:30:25 3a47579f0cd1: Waiting 08:30:25 52543ddb2901: Waiting 08:30:25 9f553b275599: Waiting 08:30:25 3e7dc55cab04: Waiting 08:30:25 b2e85fd0898f: Waiting 08:30:25 cd3761cfa1d9: Waiting 08:30:25 cd6d79ebbfb6: Waiting 08:30:25 3722dd4da063: Layer already exists 08:30:25 85d4f08f8910: Layer already exists 08:30:25 bdf18b21bf88: Layer already exists 08:30:25 d059f65c34a3: Layer already exists 08:30:25 78df9dedd977: Layer already exists 08:30:25 9fe075c2e996: Layer already exists 08:30:25 52543ddb2901: Layer already exists 08:30:25 9f553b275599: Layer already exists 08:30:25 057f135d967d: Layer already exists 08:30:25 3a47579f0cd1: Layer already exists 08:30:25 cd6d79ebbfb6: Layer already exists 08:30:25 3e7dc55cab04: Layer already exists 08:30:25 b2e85fd0898f: Layer already exists 08:30:25 cd3761cfa1d9: Layer already exists 08:30:25 1.2.2-dev.95: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:30:25 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh 08:30:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:30:26 bdf18b21bf88: Preparing 08:30:26 3722dd4da063: Preparing 08:30:26 78df9dedd977: Preparing 08:30:26 d059f65c34a3: Preparing 08:30:26 85d4f08f8910: Preparing 08:30:26 057f135d967d: Preparing 08:30:26 9fe075c2e996: Preparing 08:30:26 52543ddb2901: Preparing 08:30:26 9f553b275599: Preparing 08:30:26 3a47579f0cd1: Preparing 08:30:26 cd6d79ebbfb6: Preparing 08:30:26 3e7dc55cab04: Preparing 08:30:26 b2e85fd0898f: Preparing 08:30:26 cd3761cfa1d9: Preparing 08:30:26 3a47579f0cd1: Waiting 08:30:26 cd6d79ebbfb6: Waiting 08:30:26 057f135d967d: Waiting 08:30:26 9fe075c2e996: Waiting 08:30:26 3e7dc55cab04: Waiting 08:30:26 cd3761cfa1d9: Waiting 08:30:26 b2e85fd0898f: Waiting 08:30:26 52543ddb2901: Waiting 08:30:26 9f553b275599: Waiting 08:30:26 3722dd4da063: Layer already exists 08:30:26 bdf18b21bf88: Layer already exists 08:30:26 78df9dedd977: Layer already exists 08:30:26 d059f65c34a3: Layer already exists 08:30:26 85d4f08f8910: Layer already exists 08:30:26 057f135d967d: Layer already exists 08:30:26 52543ddb2901: Layer already exists 08:30:26 9f553b275599: Layer already exists 08:30:26 9fe075c2e996: Layer already exists 08:30:26 3a47579f0cd1: Layer already exists 08:30:26 3e7dc55cab04: Layer already exists 08:30:26 cd6d79ebbfb6: Layer already exists 08:30:26 b2e85fd0898f: Layer already exists 08:30:26 cd3761cfa1d9: Layer already exists 08:30:26 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:30:26 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:30:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 08:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:30:26 bdf18b21bf88: Preparing 08:30:26 3722dd4da063: Preparing 08:30:26 78df9dedd977: Preparing 08:30:26 d059f65c34a3: Preparing 08:30:26 85d4f08f8910: Preparing 08:30:26 057f135d967d: Preparing 08:30:26 9fe075c2e996: Preparing 08:30:26 52543ddb2901: Preparing 08:30:26 9f553b275599: Preparing 08:30:26 3a47579f0cd1: Preparing 08:30:26 cd6d79ebbfb6: Preparing 08:30:26 3e7dc55cab04: Preparing 08:30:26 b2e85fd0898f: Preparing 08:30:26 cd3761cfa1d9: Preparing 08:30:26 9f553b275599: Waiting 08:30:26 3a47579f0cd1: Waiting 08:30:26 cd6d79ebbfb6: Waiting 08:30:26 3e7dc55cab04: Waiting 08:30:26 b2e85fd0898f: Waiting 08:30:26 cd3761cfa1d9: Waiting 08:30:26 057f135d967d: Waiting 08:30:26 9fe075c2e996: Waiting 08:30:26 52543ddb2901: Waiting 08:30:27 85d4f08f8910: Layer already exists 08:30:27 bdf18b21bf88: Layer already exists 08:30:27 d059f65c34a3: Layer already exists 08:30:27 78df9dedd977: Layer already exists 08:30:27 3722dd4da063: Layer already exists 08:30:27 057f135d967d: Layer already exists 08:30:27 9fe075c2e996: Layer already exists 08:30:27 52543ddb2901: Layer already exists 08:30:27 3a47579f0cd1: Layer already exists 08:30:27 9f553b275599: Layer already exists 08:30:27 b2e85fd0898f: Layer already exists 08:30:27 cd6d79ebbfb6: Layer already exists 08:30:27 3e7dc55cab04: Layer already exists 08:30:27 cd3761cfa1d9: Layer already exists 08:30:27 master: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:30:27 ===================================================== [Pipeline] echo 08:30:27 taggedImages: 08:30:27 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:30:27 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.95 08:30:27 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 08:30:27 - 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 08:30:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 08:30:29 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 08:30:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:30:29 08:30:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 08:30:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:30:30 1.317.0: Pulling from edgex-devops/edgex-snyk-go 08:30:30 cbdbe7a5bc2a: Already exists 08:30:30 408f87550127: Pulling fs layer 08:30:30 fe522b08c979: Pulling fs layer 08:30:30 221eaa008020: Pulling fs layer 08:30:30 2a4607e5d6b9: Pulling fs layer 08:30:30 8f79b27c4fd2: Pulling fs layer 08:30:30 e5c8dbe1645b: Pulling fs layer 08:30:30 23e8b3b47431: Pulling fs layer 08:30:30 5c568d65a230: Pulling fs layer 08:30:30 e5c8dbe1645b: Waiting 08:30:30 23e8b3b47431: Waiting 08:30:30 2a4607e5d6b9: Waiting 08:30:30 8f79b27c4fd2: Waiting 08:30:30 5c568d65a230: Waiting 08:30:30 fe522b08c979: Verifying Checksum 08:30:30 fe522b08c979: Download complete 08:30:30 408f87550127: Verifying Checksum 08:30:30 408f87550127: Download complete 08:30:30 2a4607e5d6b9: Verifying Checksum 08:30:30 2a4607e5d6b9: Download complete 08:30:30 8f79b27c4fd2: Verifying Checksum 08:30:30 8f79b27c4fd2: Download complete 08:30:30 408f87550127: Pull complete 08:30:30 fe522b08c979: Pull complete 08:30:31 e5c8dbe1645b: Verifying Checksum 08:30:31 e5c8dbe1645b: Download complete 08:30:32 23e8b3b47431: Verifying Checksum 08:30:32 23e8b3b47431: Download complete 08:30:32 5c568d65a230: Download complete 08:30:33 221eaa008020: Verifying Checksum 08:30:33 221eaa008020: Download complete 08:30:39 221eaa008020: Pull complete 08:30:40 2a4607e5d6b9: Pull complete 08:30:40 8f79b27c4fd2: Pull complete 08:30:45 e5c8dbe1645b: Pull complete 08:30:50 23e8b3b47431: Pull complete 08:30:51 5c568d65a230: Pull complete 08:30:51 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 08:30:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:30:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 08:30:51 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:30:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgex-go/211:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-snyk-go:1.317.0 cat 08:30:52 $ docker top 9c0c5c254f8d074b550464d45723daee216ceecf375a08a1b1d2e7a3700709a6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:53 + snyk monitor '--org=edgex-jenkins' 08:31:01 08:31:01 Monitoring /w/workspace/edgex-go/211 (github.com/edgexfoundry/edgex-go)... 08:31:01 08:31:01 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9943acce-7873-4511-bef1-a5ceb87288c1 08:31:01 08:31:01 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:31:01 08:31:01 08:31:01 Snyk CLI supports Node.js 8 and higher. 08:31:01 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 08:31:01 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 08:31:01 08:31:01 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 08:31:01 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 08:31:01 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 08:31:01 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:31:01 $ docker stop --time=1 9c0c5c254f8d074b550464d45723daee216ceecf375a08a1b1d2e7a3700709a6 08:31:04 $ docker rm -f 9c0c5c254f8d074b550464d45723daee216ceecf375a08a1b1d2e7a3700709a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:06 08:31:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 08:31:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:06 latest: Pulling from edgex-devops/edgex-klar 08:31:06 e7c96db7181b: Pulling fs layer 08:31:06 1868ca2cb446: Pulling fs layer 08:31:06 136be5d0fe8e: Pulling fs layer 08:31:06 894bfe63afcb: Pulling fs layer 08:31:06 894bfe63afcb: Waiting 08:31:06 1868ca2cb446: Verifying Checksum 08:31:06 1868ca2cb446: Download complete 08:31:06 136be5d0fe8e: Download complete 08:31:06 e7c96db7181b: Verifying Checksum 08:31:06 e7c96db7181b: Download complete 08:31:06 894bfe63afcb: Verifying Checksum 08:31:06 894bfe63afcb: Download complete 08:31:06 e7c96db7181b: Pull complete 08:31:06 1868ca2cb446: Pull complete 08:31:06 136be5d0fe8e: Pull complete 08:31:07 894bfe63afcb: Pull complete 08:31:07 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 08:31:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 08:31:07 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:08 $ docker top 3fb64c87e7a3306c510279c0dcab9a911f5bc5524f26e5694f610f9e8c363ae5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:08 + + /klartee nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:08 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:11 $ docker stop --time=1 3fb64c87e7a3306c510279c0dcab9a911f5bc5524f26e5694f610f9e8c363ae5 08:31:13 $ docker rm -f 3fb64c87e7a3306c510279c0dcab9a911f5bc5524f26e5694f610f9e8c363ae5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:31:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:13 . [Pipeline] withDockerContainer 08:31:13 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:14 $ docker top b02c44df3c2b60aa881b13917c2da4e4bd7a6e4d2529c4b7935a2d2d525dd58e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:14 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:14 + tee 08:31:14 clair timeout 1m0s 08:31:14 docker timeout: 1m0s 08:31:14 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:15 $ docker stop --time=1 b02c44df3c2b60aa881b13917c2da4e4bd7a6e4d2529c4b7935a2d2d525dd58e 08:31:16 $ docker rm -f b02c44df3c2b60aa881b13917c2da4e4bd7a6e4d2529c4b7935a2d2d525dd58e [Pipeline] // withDockerContainer [Pipeline] sh 08:31:17 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:31:17 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-command-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:31:17 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:17 . [Pipeline] withDockerContainer 08:31:18 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:18 $ docker top be333cc53a7acf0e12208036a92feed1bbdb13ef22127cd1114d5627fbd662f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:19 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:19 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:24 $ docker stop --time=1 be333cc53a7acf0e12208036a92feed1bbdb13ef22127cd1114d5627fbd662f2 08:31:26 $ docker rm -f be333cc53a7acf0e12208036a92feed1bbdb13ef22127cd1114d5627fbd662f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:26 . [Pipeline] withDockerContainer 08:31:26 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:27 $ docker top 302c65f248ae5f7367a60da24b7c53df71311f076fe6611a85c39bf200fe724a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:27 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:27 + tee 08:31:27 clair timeout 1m0s 08:31:27 docker timeout: 1m0s 08:31:27 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:28 $ docker stop --time=1 302c65f248ae5f7367a60da24b7c53df71311f076fe6611a85c39bf200fe724a 08:31:30 $ docker rm -f 302c65f248ae5f7367a60da24b7c53df71311f076fe6611a85c39bf200fe724a [Pipeline] // withDockerContainer [Pipeline] sh 08:31:30 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:31:30 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-data-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:31:30 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:31 . [Pipeline] withDockerContainer 08:31:31 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:31 $ docker top f643aaad2eb0697f1886876735595fe51260cb2cbc9b737f6165e31814441c6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:32 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:32 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:35 $ docker stop --time=1 f643aaad2eb0697f1886876735595fe51260cb2cbc9b737f6165e31814441c6c 08:31:36 $ docker rm -f f643aaad2eb0697f1886876735595fe51260cb2cbc9b737f6165e31814441c6c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:37 . [Pipeline] withDockerContainer 08:31:37 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:37 $ docker top fa78a5279082136388e0182cde9dd571f3536f17171c2f386e386a07534e385e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:38 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:38 + tee 08:31:38 clair timeout 1m0s 08:31:38 docker timeout: 1m0s 08:31:38 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:39 $ docker stop --time=1 fa78a5279082136388e0182cde9dd571f3536f17171c2f386e386a07534e385e 08:31:40 $ docker rm -f fa78a5279082136388e0182cde9dd571f3536f17171c2f386e386a07534e385e [Pipeline] // withDockerContainer [Pipeline] sh 08:31:40 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:31:40 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-metadata-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:31:40 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:31:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:41 . [Pipeline] withDockerContainer 08:31:41 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:42 $ docker top 1a49da2de03a2b57ae43999b7111a69958fa57a275aa4794d2783c5421e376ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:42 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:42 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:46 $ docker stop --time=1 1a49da2de03a2b57ae43999b7111a69958fa57a275aa4794d2783c5421e376ff 08:31:48 $ docker rm -f 1a49da2de03a2b57ae43999b7111a69958fa57a275aa4794d2783c5421e376ff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:31:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:48 . [Pipeline] withDockerContainer 08:31:48 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:49 $ docker top dc17d4570063f74f0241e87fa4b94bff0c7d5a4bf8824ad94a189724438432ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:50 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:50 + tee 08:31:50 clair timeout 1m0s 08:31:50 docker timeout: 1m0s 08:31:50 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:31:50 $ docker stop --time=1 dc17d4570063f74f0241e87fa4b94bff0c7d5a4bf8824ad94a189724438432ea 08:31:52 $ docker rm -f dc17d4570063f74f0241e87fa4b94bff0c7d5a4bf8824ad94a189724438432ea [Pipeline] // withDockerContainer [Pipeline] sh 08:31:52 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:31:52 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-proxy-setup-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:31:52 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:31:52 . [Pipeline] withDockerContainer 08:31:53 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:31:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:31:53 $ docker top 4a9e4edfaa9902220ba06fbe6558ced2e713eddfb1ace7039a9b9f60bc2e6169 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:54 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:31:54 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:01 $ docker stop --time=1 4a9e4edfaa9902220ba06fbe6558ced2e713eddfb1ace7039a9b9f60bc2e6169 08:32:02 $ docker rm -f 4a9e4edfaa9902220ba06fbe6558ced2e713eddfb1ace7039a9b9f60bc2e6169 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:32:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:03 . [Pipeline] withDockerContainer 08:32:03 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:03 $ docker top 158a912bdb2ea051885daa86499bb206a8825125bb6ec03056560706c08e6ba7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:04 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:04 + tee 08:32:04 clair timeout 1m0s 08:32:04 docker timeout: 1m0s 08:32:04 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:06 $ docker stop --time=1 158a912bdb2ea051885daa86499bb206a8825125bb6ec03056560706c08e6ba7 08:32:07 $ docker rm -f 158a912bdb2ea051885daa86499bb206a8825125bb6ec03056560706c08e6ba7 [Pipeline] // withDockerContainer [Pipeline] sh 08:32:07 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:32:07 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secrets-setup-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:32:08 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:32:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:08 . [Pipeline] withDockerContainer 08:32:08 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:09 $ docker top 93c0575ca11b1459456d02265a5b584b206d265705e0b34c9af285e494d43536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:09 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:09 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:17 $ docker stop --time=1 93c0575ca11b1459456d02265a5b584b206d265705e0b34c9af285e494d43536 08:32:19 $ docker rm -f 93c0575ca11b1459456d02265a5b584b206d265705e0b34c9af285e494d43536 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:19 . [Pipeline] withDockerContainer 08:32:19 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:20 $ docker top 071b6d93417fcbcc0211d6aba4f4924a5a6f454a6b779bdb8eec141da1332fd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:21 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:21 + tee 08:32:21 clair timeout 1m0s 08:32:21 docker timeout: 1m0s 08:32:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:22 $ docker stop --time=1 071b6d93417fcbcc0211d6aba4f4924a5a6f454a6b779bdb8eec141da1332fd3 08:32:23 $ docker rm -f 071b6d93417fcbcc0211d6aba4f4924a5a6f454a6b779bdb8eec141da1332fd3 [Pipeline] // withDockerContainer [Pipeline] sh 08:32:24 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:32:24 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secretstore-setup-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:32:24 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:32:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:25 . [Pipeline] withDockerContainer 08:32:25 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:26 $ docker top d8cf76937e9a28366e289f176c4bdd8bb8fb9f06e29b392968c0f09f8eb5a052 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:26 + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:26 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:30 $ docker stop --time=1 d8cf76937e9a28366e289f176c4bdd8bb8fb9f06e29b392968c0f09f8eb5a052 08:32:31 $ docker rm -f d8cf76937e9a28366e289f176c4bdd8bb8fb9f06e29b392968c0f09f8eb5a052 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:32:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:31 . [Pipeline] withDockerContainer 08:32:32 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:32 $ docker top 091225351ab010425eba9bc3bc0e793afa2e3c29cc864eaacce4387531618b84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:33 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:33 + tee 08:32:33 clair timeout 1m0s 08:32:33 docker timeout: 1m0s 08:32:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:33 $ docker stop --time=1 091225351ab010425eba9bc3bc0e793afa2e3c29cc864eaacce4387531618b84 08:32:35 $ docker rm -f 091225351ab010425eba9bc3bc0e793afa2e3c29cc864eaacce4387531618b84 [Pipeline] // withDockerContainer [Pipeline] sh 08:32:35 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:32:35 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-logging-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:32:35 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:32:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:36 . [Pipeline] withDockerContainer 08:32:36 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:36 $ docker top 9ff6f86885ef9edf91aa189124542ee52d37acfa9c9402a71f76c704a0a76c6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:37 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:37 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:43 $ docker stop --time=1 9ff6f86885ef9edf91aa189124542ee52d37acfa9c9402a71f76c704a0a76c6a 08:32:44 $ docker rm -f 9ff6f86885ef9edf91aa189124542ee52d37acfa9c9402a71f76c704a0a76c6a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:32:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:44 . [Pipeline] withDockerContainer 08:32:44 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:45 $ docker top c99b2efb663bddac3a25a60dfddc5cea157de0bd007aac833a7f9c3ad143b823 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:46 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:46 + tee 08:32:46 clair timeout 1m0s 08:32:46 docker timeout: 1m0s 08:32:46 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:47 $ docker stop --time=1 c99b2efb663bddac3a25a60dfddc5cea157de0bd007aac833a7f9c3ad143b823 08:32:48 $ docker rm -f c99b2efb663bddac3a25a60dfddc5cea157de0bd007aac833a7f9c3ad143b823 [Pipeline] // withDockerContainer [Pipeline] sh 08:32:49 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:32:49 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-notifications-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:32:49 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:32:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:49 . [Pipeline] withDockerContainer 08:32:49 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:50 $ docker top ea767e1cdfa08484668b9a716fd3efdc5653b6bb74e9f00f8e40e005eb04f05c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:50 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:53 $ docker stop --time=1 ea767e1cdfa08484668b9a716fd3efdc5653b6bb74e9f00f8e40e005eb04f05c 08:32:54 $ docker rm -f ea767e1cdfa08484668b9a716fd3efdc5653b6bb74e9f00f8e40e005eb04f05c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:32:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:55 . [Pipeline] withDockerContainer 08:32:55 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:32:56 $ docker top 4bb8cd858ae34993cb4b6450c23cdd90897cd41ce897164e15c4b094138e031c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:56 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 08:32:56 + tee 08:32:56 clair timeout 1m0s 08:32:56 docker timeout: 1m0s 08:32:56 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:32:57 $ docker stop --time=1 4bb8cd858ae34993cb4b6450c23cdd90897cd41ce897164e15c4b094138e031c 08:32:58 $ docker rm -f 4bb8cd858ae34993cb4b6450c23cdd90897cd41ce897164e15c4b094138e031c [Pipeline] // withDockerContainer [Pipeline] sh 08:32:59 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:32:59 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-scheduler-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:32:59 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:32:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:32:59 . [Pipeline] withDockerContainer 08:32:59 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:32:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:00 $ docker top 836b97417bd0561b3ef5f1e8dccac0c313ad8d23495dd8ef79580785070a068e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:01 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 08:33:01 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:16 $ docker stop --time=1 836b97417bd0561b3ef5f1e8dccac0c313ad8d23495dd8ef79580785070a068e 08:33:17 $ docker rm -f 836b97417bd0561b3ef5f1e8dccac0c313ad8d23495dd8ef79580785070a068e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:33:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:17 . [Pipeline] withDockerContainer 08:33:18 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:18 $ docker top b138857e2d9b1155edcf8021025bfa4a09b3781e835c3788a27180c6128b693f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:19 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 08:33:19 + tee 08:33:19 clair timeout 1m0s 08:33:19 docker timeout: 1m0s 08:33:19 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:21 $ docker stop --time=1 b138857e2d9b1155edcf8021025bfa4a09b3781e835c3788a27180c6128b693f 08:33:22 $ docker rm -f b138857e2d9b1155edcf8021025bfa4a09b3781e835c3788a27180c6128b693f [Pipeline] // withDockerContainer [Pipeline] sh 08:33:23 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:33:23 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-sys-mgmt-agent-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:33:24 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:33:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:24 . [Pipeline] withDockerContainer 08:33:24 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:25 $ docker top 8af9412ec68f48cb35fc7fbdb35c223f8d8957e13f88339aa008c595e106dec5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:25 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:33:25 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:28 $ docker stop --time=1 8af9412ec68f48cb35fc7fbdb35c223f8d8957e13f88339aa008c595e106dec5 08:33:29 $ docker rm -f 8af9412ec68f48cb35fc7fbdb35c223f8d8957e13f88339aa008c595e106dec5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:33:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:30 . [Pipeline] withDockerContainer 08:33:30 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:31 $ docker top be2488e655501f40f8b18b38ff6486e4344936dbec22be32de2c1c77b369d962 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:31 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:33:31 + tee 08:33:31 clair timeout 1m0s 08:33:31 docker timeout: 1m0s 08:33:31 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:32 $ docker stop --time=1 be2488e655501f40f8b18b38ff6486e4344936dbec22be32de2c1c77b369d962 08:33:33 $ docker rm -f be2488e655501f40f8b18b38ff6486e4344936dbec22be32de2c1c77b369d962 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:34 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:33:34 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-command-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:33:34 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:33:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:34 . [Pipeline] withDockerContainer 08:33:34 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:35 $ docker top 9121412c912d2e588c54d6c4d9ff3026a8d1f3c86ae3a47270c7285666c0592b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:35 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:33:35 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:41 $ docker stop --time=1 9121412c912d2e588c54d6c4d9ff3026a8d1f3c86ae3a47270c7285666c0592b 08:33:42 $ docker rm -f 9121412c912d2e588c54d6c4d9ff3026a8d1f3c86ae3a47270c7285666c0592b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:33:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:43 . [Pipeline] withDockerContainer 08:33:43 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:43 $ docker top 72047d0b818d859a8db59cbe44a20dba6a09dbe27488da5a74193e7efe998d06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:44 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:33:44 + tee 08:33:44 clair timeout 1m0s 08:33:44 docker timeout: 1m0s 08:33:44 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:45 $ docker stop --time=1 72047d0b818d859a8db59cbe44a20dba6a09dbe27488da5a74193e7efe998d06 08:33:46 $ docker rm -f 72047d0b818d859a8db59cbe44a20dba6a09dbe27488da5a74193e7efe998d06 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:47 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:33:47 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-data-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:33:47 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:33:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:47 . [Pipeline] withDockerContainer 08:33:47 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:48 $ docker top 8a70dd66c7da1e30df43f30e2b8bdce16e14179325417626cd102663d6aa6189 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:49 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:33:49 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:51 $ docker stop --time=1 8a70dd66c7da1e30df43f30e2b8bdce16e14179325417626cd102663d6aa6189 08:33:53 $ docker rm -f 8a70dd66c7da1e30df43f30e2b8bdce16e14179325417626cd102663d6aa6189 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:33:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:53 . [Pipeline] withDockerContainer 08:33:53 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:54 $ docker top f6d31653ef2e449aa9c584f33f228710566c3f1fb2bc48cf1d3c14e2c7ba3722 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:55 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3+ tee 08:33:55 08:33:55 clair timeout 1m0s 08:33:55 docker timeout: 1m0s 08:33:55 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:33:55 $ docker stop --time=1 f6d31653ef2e449aa9c584f33f228710566c3f1fb2bc48cf1d3c14e2c7ba3722 08:33:57 $ docker rm -f f6d31653ef2e449aa9c584f33f228710566c3f1fb2bc48cf1d3c14e2c7ba3722 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:57 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:33:57 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-metadata-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:33:57 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:33:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:33:58 . [Pipeline] withDockerContainer 08:33:58 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:33:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:33:59 $ docker top 51d0a79b49e7c11177f43e8af45076c947d1dd251a2add93135380b13882172c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:59 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:33:59 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:03 $ docker stop --time=1 51d0a79b49e7c11177f43e8af45076c947d1dd251a2add93135380b13882172c 08:34:05 $ docker rm -f 51d0a79b49e7c11177f43e8af45076c947d1dd251a2add93135380b13882172c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:34:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:05 . [Pipeline] withDockerContainer 08:34:05 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:06 $ docker top cf88f72fa6b5309f20d86a239d154e918d5e2b12f18f30d19f7b552c2bf6f631 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:07 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:07 + tee 08:34:07 clair timeout 1m0s 08:34:07 docker timeout: 1m0s 08:34:07 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:07 $ docker stop --time=1 cf88f72fa6b5309f20d86a239d154e918d5e2b12f18f30d19f7b552c2bf6f631 08:34:09 $ docker rm -f cf88f72fa6b5309f20d86a239d154e918d5e2b12f18f30d19f7b552c2bf6f631 [Pipeline] // withDockerContainer [Pipeline] sh 08:34:09 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:34:09 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:34:09 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:34:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:09 . [Pipeline] withDockerContainer 08:34:10 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:10 $ docker top 3fd642f4c7c48ce9b4a2f41698efcd22dddd6c4a66ce60a5d682101ce66515e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:11 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:11 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:19 $ docker stop --time=1 3fd642f4c7c48ce9b4a2f41698efcd22dddd6c4a66ce60a5d682101ce66515e3 08:34:21 $ docker rm -f 3fd642f4c7c48ce9b4a2f41698efcd22dddd6c4a66ce60a5d682101ce66515e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:34:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:21 . [Pipeline] withDockerContainer 08:34:21 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:22 $ docker top 810dd1036a9617105ac45b244ce6a35d33d69b3e50aa6dda8b9715967c1b23b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:22 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:22 + tee 08:34:22 clair timeout 1m0s 08:34:22 docker timeout: 1m0s 08:34:22 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:25 $ docker stop --time=1 810dd1036a9617105ac45b244ce6a35d33d69b3e50aa6dda8b9715967c1b23b1 08:34:26 $ docker rm -f 810dd1036a9617105ac45b244ce6a35d33d69b3e50aa6dda8b9715967c1b23b1 [Pipeline] // withDockerContainer [Pipeline] sh 08:34:27 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:34:27 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:34:27 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:34:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:27 . [Pipeline] withDockerContainer 08:34:27 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:28 $ docker top 684ed5ac9f07a2b750d643198307b30c3f1924d86d4302a4ad312a8135e0d4ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:29 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:37 $ docker stop --time=1 684ed5ac9f07a2b750d643198307b30c3f1924d86d4302a4ad312a8135e0d4ce 08:34:38 $ docker rm -f 684ed5ac9f07a2b750d643198307b30c3f1924d86d4302a4ad312a8135e0d4ce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:39 . [Pipeline] withDockerContainer 08:34:39 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:39 $ docker top e2cd4392f0da3744d7b1dcbefef4859e04fbdac076133842c0ca02e70320f127 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:40 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:40 + tee 08:34:40 clair timeout 1m0s 08:34:40 docker timeout: 1m0s 08:34:40 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:41 $ docker stop --time=1 e2cd4392f0da3744d7b1dcbefef4859e04fbdac076133842c0ca02e70320f127 08:34:43 $ docker rm -f e2cd4392f0da3744d7b1dcbefef4859e04fbdac076133842c0ca02e70320f127 [Pipeline] // withDockerContainer [Pipeline] sh 08:34:43 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:34:43 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:34:43 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:34:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:44 . [Pipeline] withDockerContainer 08:34:44 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:44 $ docker top fe4ac3e5339b6f86baf797460f611daf174ddc8bee4406d8853dc200dc3622ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:45 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:45 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:49 $ docker stop --time=1 fe4ac3e5339b6f86baf797460f611daf174ddc8bee4406d8853dc200dc3622ee 08:34:51 $ docker rm -f fe4ac3e5339b6f86baf797460f611daf174ddc8bee4406d8853dc200dc3622ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:34:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:51 . [Pipeline] withDockerContainer 08:34:51 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:52 $ docker top be41f03fdf7e1b419ab9bcfabf71a9cdb763a3b0280460e7e0769ca03f03adb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:52 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:52 + tee 08:34:52 clair timeout 1m0s 08:34:52 docker timeout: 1m0s 08:34:52 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:34:53 $ docker stop --time=1 be41f03fdf7e1b419ab9bcfabf71a9cdb763a3b0280460e7e0769ca03f03adb9 08:34:55 $ docker rm -f be41f03fdf7e1b419ab9bcfabf71a9cdb763a3b0280460e7e0769ca03f03adb9 [Pipeline] // withDockerContainer [Pipeline] sh 08:34:55 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:34:55 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-logging-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:34:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:34:55 . [Pipeline] withDockerContainer 08:34:56 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:34:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:34:56 $ docker top 69eb0d7e84c7dda3bde6cb71958896604590a5e6f8bf99044f454ac9a73ba327 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:57 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:34:57 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:35:02 $ docker stop --time=1 69eb0d7e84c7dda3bde6cb71958896604590a5e6f8bf99044f454ac9a73ba327 08:35:04 $ docker rm -f 69eb0d7e84c7dda3bde6cb71958896604590a5e6f8bf99044f454ac9a73ba327 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:35:04 . [Pipeline] withDockerContainer 08:35:04 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:35:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:35:05 $ docker top 8ace97ba64db15446164b03a5dd3cbd1020c76d106c9fabc4922416300d78bdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:05 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:35:05 + tee 08:35:05 clair timeout 1m0s 08:35:05 docker timeout: 1m0s 08:35:05 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:35:07 $ docker stop --time=1 8ace97ba64db15446164b03a5dd3cbd1020c76d106c9fabc4922416300d78bdb 08:35:08 $ docker rm -f 8ace97ba64db15446164b03a5dd3cbd1020c76d106c9fabc4922416300d78bdb [Pipeline] // withDockerContainer [Pipeline] sh 08:35:08 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:35:08 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-notifications-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:35:08 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:35:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:35:09 . [Pipeline] withDockerContainer 08:35:09 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:35:10 $ docker top 8ba8e2e9feab418d40fbd88de63112a4135a210f76195e4961969752a7304805 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:10 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:35:10 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:35:13 $ docker stop --time=1 8ba8e2e9feab418d40fbd88de63112a4135a210f76195e4961969752a7304805 08:35:14 $ docker rm -f 8ba8e2e9feab418d40fbd88de63112a4135a210f76195e4961969752a7304805 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:35:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:35:15 . [Pipeline] withDockerContainer 08:35:15 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:35:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:35:15 $ docker top c26be1d86d1d41d0c5f7bae37a92315bfe9176485544e8448555252a6cb126d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:16 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:35:16 + tee 08:35:16 clair timeout 1m0s 08:35:16 docker timeout: 1m0s 08:35:16 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:35:16 $ docker stop --time=1 c26be1d86d1d41d0c5f7bae37a92315bfe9176485544e8448555252a6cb126d8 08:35:18 $ docker rm -f c26be1d86d1d41d0c5f7bae37a92315bfe9176485544e8448555252a6cb126d8 [Pipeline] // withDockerContainer [Pipeline] sh 08:35:18 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:35:18 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-scheduler-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:35:18 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:35:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:35:19 . [Pipeline] withDockerContainer 08:35:19 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:35:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:35:19 $ docker top 43c3d85f7cd489952646e8243bec49919910e88e23a165586a87c9260770d597 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:20 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:35:20 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:35:35 $ docker stop --time=1 43c3d85f7cd489952646e8243bec49919910e88e23a165586a87c9260770d597 08:35:36 $ docker rm -f 43c3d85f7cd489952646e8243bec49919910e88e23a165586a87c9260770d597 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:35:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:35:37 . [Pipeline] withDockerContainer 08:35:37 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:35:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-klar:latest cat 08:35:38 $ docker top efdfc19fe0d621fe13ecf3e11c5d43ed1a45d7198214764eb8c75e9a9a7a60f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:38 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 08:35:38 + tee 08:35:38 clair timeout 1m0s 08:35:38 docker timeout: 1m0s 08:35:38 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:35:40 $ docker stop --time=1 efdfc19fe0d621fe13ecf3e11c5d43ed1a45d7198214764eb8c75e9a9a7a60f7 08:35:41 $ docker rm -f efdfc19fe0d621fe13ecf3e11c5d43ed1a45d7198214764eb8c75e9a9a7a60f7 [Pipeline] // withDockerContainer [Pipeline] sh 08:35:42 + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo 08:35:42 Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step 08:35:42 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:35:42 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:35:42 provisioning config files... 08:35:42 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/211@tmp/config5206672826748481181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:43 --> edgex-publish-swagger.sh 08:35:43 === Publish openapi/v1 API === 08:35:43 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 08:35:43 [publishToSwagger] Publishing API Name [core-command] 08:35:43 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:43 Dload Upload Total Spent Left Speed 08:35:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7621 0:00:01 0:00:01 --:--:-- 7629 100 10521 0 0 100 10521 0 7620 0:00:01 0:00:01 --:--:-- 7629 08:35:44 08:35:44 08:35:44 [publishToSwagger] Publishing API Name [core-data] 08:35:44 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:44 Dload Upload Total Spent Left Speed 08:35:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28365 0:00:01 0:00:01 --:--:-- 28383 100 32556 0 0 100 32556 0 28361 0:00:01 0:00:01 --:--:-- 28383 08:35:46 08:35:46 08:35:46 [publishToSwagger] Publishing API Name [core-metadata] 08:35:46 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:46 Dload Upload Total Spent Left Speed 08:35:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 326k --:--:-- --:--:-- --:--:-- 325k 100 73720 0 0 100 73720 0 66954 0:00:01 0:00:01 --:--:-- 67018 08:35:47 08:35:47 08:35:47 [publishToSwagger] Publishing API Name [support-logging] 08:35:47 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:47 Dload Upload Total Spent Left Speed 08:35:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11586 0:00:01 0:00:01 --:--:-- 11587 100 13580 0 0 100 13580 0 11405 0:00:01 0:00:01 --:--:-- 11402 08:35:48 08:35:48 08:35:48 [publishToSwagger] Publishing API Name [support-notifications] 08:35:48 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:48 Dload Upload Total Spent Left Speed 08:35:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33278 0:00:01 0:00:01 --:--:-- 33295 100 38889 0 0 100 38889 0 32123 0:00:01 0:00:01 --:--:-- 32139 08:35:49 08:35:49 08:35:49 [publishToSwagger] Publishing API Name [support-scheduler] 08:35:49 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:49 Dload Upload Total Spent Left Speed 08:35:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13603 0:00:01 0:00:01 --:--:-- 13608 100 14248 0 0 100 14248 0 13600 0:00:01 0:00:01 --:--:-- 13608 08:35:50 08:35:50 08:35:50 [publishToSwagger] Publishing API Name [system-agent] 08:35:50 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:50 Dload Upload Total Spent Left Speed 08:35:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4034 0:00:01 0:00:01 --:--:-- 4036 100 4109 0 0 100 4109 0 4034 0:00:01 0:00:01 --:--:-- 4036 08:35:51 08:35:51 08:35:51 === Publish openapi/v2 API === 08:35:51 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 08:35:51 [publishToSwagger] Publishing API Name [core-command] 08:35:51 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:51 Dload Upload Total Spent Left Speed 08:35:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25234 0:00:01 0:00:01 --:--:-- 25243 100 29535 0 0 100 29535 0 22600 0:00:01 0:00:01 --:--:-- 22614 08:35:52 08:35:52 08:35:52 [publishToSwagger] Publishing API Name [core-data] 08:35:52 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:52 Dload Upload Total Spent Left Speed 08:35:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65642 0 0 100 65642 0 63551 0:00:01 0:00:01 --:--:-- 63606 100 65642 0 0 100 65642 0 63541 0:00:01 0:00:01 --:--:-- 63606 08:35:53 08:35:53 08:35:53 [publishToSwagger] Publishing API Name [core-metadata] 08:35:53 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:53 Dload Upload Total Spent Left Speed 08:35:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 67 119k 0 0 67 81920 0 376k --:--:-- --:--:-- --:--:-- 375k 100 119k 0 0 100 119k 0 95381 0:00:01 0:00:01 --:--:-- 95379 100 119k 0 0 100 119k 0 95371 0:00:01 0:00:01 --:--:-- 95379 08:35:55 08:35:55 08:35:55 [publishToSwagger] Publishing API Name [support-logging] 08:35:55 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:55 Dload Upload Total Spent Left Speed 08:35:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21905 0:00:01 0:00:01 --:--:-- 21915 100 23691 0 0 100 23691 0 21902 0:00:01 0:00:01 --:--:-- 21915 08:35:56 08:35:56 08:35:56 [publishToSwagger] Publishing API Name [support-notifications] 08:35:56 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:56 Dload Upload Total Spent Left Speed 08:35:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54851 0:00:01 0:00:01 --:--:-- 54895 100 62691 0 0 100 62691 0 54844 0:00:01 0:00:01 --:--:-- 54895 08:35:57 08:35:57 08:35:57 [publishToSwagger] Publishing API Name [support-scheduler] 08:35:57 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:57 Dload Upload Total Spent Left Speed 08:35:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42975 0:00:01 0:00:01 --:--:-- 43014 100 46198 0 0 100 46198 0 42969 0:00:01 0:00:01 --:--:-- 42974 08:35:58 08:35:58 08:35:58 [publishToSwagger] Publishing API Name [system-agent] 08:35:58 % Total % Received % Xferd Average Speed Time Time Time Current 08:35:58 Dload Upload Total Spent Left Speed 08:35:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21126 0:00:01 0:00:01 --:--:-- 21145 100 23725 0 0 100 23725 0 21123 0:00:01 0:00:01 --:--:-- 21126 08:35:59 08:35:59 [Pipeline] } 08:35:59 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 08:36:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:36:00 . [Pipeline] withDockerContainer 08:36:00 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:36:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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:10004/edgex-devops/git-semver:latest cat 08:36:01 $ docker top 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:36:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:36:01 [ssh-agent] Looking for ssh-agent implementation... 08:36:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:36:02 $ docker exec 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc ssh-agent 08:36:02 SSH_AUTH_SOCK=/tmp/ssh-5qGmJnFsPyqo/agent.11 08:36:02 SSH_AGENT_PID=17 08:36:02 Running ssh-add (command line suppressed) 08:36:02 Identity added: /w/workspace/edgex-go/211@tmp/private_key_2881268571464137538.key (/w/workspace/edgex-go/211@tmp/private_key_2881268571464137538.key) 08:36:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:36:02 + git semver tag 08:36:02 # -> Open(): unable to determine branch for HEAD 08:36:02 # $GIT_DIR = /w/workspace/edgex-go/211/.git 08:36:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/211 08:36:02 # $SEMVER_REMOTE_NAME = origin 08:36:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:36:02 # $SEMVER_USER_NAME = edgex-jenkins 08:36:02 # $SEMVER_BRANCH = master 08:36:02 # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver 08:36:02 # 2a86d860cf369141c507c16492d2a148a24443a3 HEAD 08:36:03 # -> Force: false 08:36:03 # 77b2f79dd01fc8b92574d27da51dc7bebad765b0 refs/tags/v1.2.2-dev.95 [Pipeline] } 08:36:03 $ docker exec --env ******** --env ******** 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc ssh-agent -k 08:36:03 unset SSH_AUTH_SOCK; 08:36:03 unset SSH_AGENT_PID; 08:36:03 echo Agent pid 17 killed; 08:36:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:36:04 + git semver [Pipeline] } 08:36:04 $ docker stop --time=1 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc 08:36:05 $ docker rm -f 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:36:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:36:07 08:36:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:36:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:36:07 0.23.1-centos7: Pulling from edgex-lftools 08:36:07 ab5ef0e58194: Pulling fs layer 08:36:07 9712f1f96733: Pulling fs layer 08:36:07 63f879dbbcfc: Pulling fs layer 08:36:07 0d9ebad4ef96: Pulling fs layer 08:36:07 e9a5061849ea: Pulling fs layer 08:36:07 d747dcd14b5f: Pulling fs layer 08:36:07 2de7ff778b66: Pulling fs layer 08:36:07 e9a5061849ea: Waiting 08:36:07 d747dcd14b5f: Waiting 08:36:07 2de7ff778b66: Waiting 08:36:07 0d9ebad4ef96: Waiting 08:36:07 9712f1f96733: Verifying Checksum 08:36:07 9712f1f96733: Download complete 08:36:10 63f879dbbcfc: Verifying Checksum 08:36:10 63f879dbbcfc: Download complete 08:36:10 e9a5061849ea: Verifying Checksum 08:36:10 e9a5061849ea: Download complete 08:36:10 d747dcd14b5f: Download complete 08:36:10 0d9ebad4ef96: Verifying Checksum 08:36:10 0d9ebad4ef96: Download complete 08:36:10 2de7ff778b66: Verifying Checksum 08:36:10 2de7ff778b66: Download complete 08:36:10 ab5ef0e58194: Verifying Checksum 08:36:10 ab5ef0e58194: Download complete 08:36:15 ab5ef0e58194: Pull complete 08:36:15 9712f1f96733: Pull complete 08:36:17 63f879dbbcfc: Pull complete 08:36:27 0d9ebad4ef96: Pull complete 08:36:27 e9a5061849ea: Pull complete 08:36:27 d747dcd14b5f: Pull complete 08:36:29 2de7ff778b66: Pull complete 08:36:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:36:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:36:29 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:36:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-lftools:0.23.1-centos7 cat 08:36:32 $ docker top a796281f139ad7cdf0c8e099f299328f756155b872e877b2271234934cd05acb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:36:33 provisioning config files... 08:36:33 copy managed file [sigul-config] to file:/w/workspace/edgex-go/211@tmp/config2804051625688890489tmp 08:36:33 copy managed file [sigul-password] to file:/w/workspace/edgex-go/211@tmp/config6819234803243799757tmp 08:36:33 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/211@tmp/config4381778575004295770tmp [Pipeline] { [Pipeline] echo 08:36:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:36:33 ---> sigul-configuration.sh 08:36:33 gpg: directory `/root/.gnupg' created 08:36:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:36:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:36:33 gpg: keyring `/root/.gnupg/secring.gpg' created 08:36:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:36:33 gpg: CAST5 encrypted data 08:36:33 gpg: encrypted with 1 passphrase 08:36:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:36:34 + mkdir /home/jenkins 08:36:34 + mkdir /home/jenkins/sigul [Pipeline] sh 08:36:34 + 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 08:36:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:36:34 ---> sigul-install.sh 08:36:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:36:40 + git tag --list 08:36:40 0.6.0 08:36:40 0.6.1 08:36:40 0.7.0 08:36:40 0.7.1 08:36:40 v1.0.0 08:36:40 v1.0.1 08:36:40 v1.1.0 08:36:40 v1.2.0 08:36:40 v1.2.1 08:36:40 v1.2.2-dev.1 08:36:40 v1.2.2-dev.10 08:36:40 v1.2.2-dev.11 08:36:40 v1.2.2-dev.12 08:36:40 v1.2.2-dev.13 08:36:40 v1.2.2-dev.14 08:36:40 v1.2.2-dev.15 08:36:40 v1.2.2-dev.16 08:36:40 v1.2.2-dev.17 08:36:40 v1.2.2-dev.18 08:36:40 v1.2.2-dev.19 08:36:40 v1.2.2-dev.2 08:36:40 v1.2.2-dev.20 08:36:40 v1.2.2-dev.21 08:36:40 v1.2.2-dev.22 08:36:40 v1.2.2-dev.23 08:36:40 v1.2.2-dev.24 08:36:40 v1.2.2-dev.25 08:36:40 v1.2.2-dev.26 08:36:40 v1.2.2-dev.27 08:36:40 v1.2.2-dev.28 08:36:40 v1.2.2-dev.29 08:36:40 v1.2.2-dev.3 08:36:40 v1.2.2-dev.30 08:36:40 v1.2.2-dev.31 08:36:40 v1.2.2-dev.32 08:36:40 v1.2.2-dev.33 08:36:40 v1.2.2-dev.34 08:36:40 v1.2.2-dev.35 08:36:40 v1.2.2-dev.36 08:36:40 v1.2.2-dev.37 08:36:40 v1.2.2-dev.38 08:36:40 v1.2.2-dev.39 08:36:40 v1.2.2-dev.4 08:36:40 v1.2.2-dev.40 08:36:40 v1.2.2-dev.41 08:36:40 v1.2.2-dev.42 08:36:40 v1.2.2-dev.43 08:36:40 v1.2.2-dev.44 08:36:40 v1.2.2-dev.45 08:36:40 v1.2.2-dev.46 08:36:40 v1.2.2-dev.47 08:36:40 v1.2.2-dev.48 08:36:40 v1.2.2-dev.49 08:36:40 v1.2.2-dev.5 08:36:40 v1.2.2-dev.50 08:36:40 v1.2.2-dev.51 08:36:40 v1.2.2-dev.52 08:36:40 v1.2.2-dev.53 08:36:40 v1.2.2-dev.54 08:36:40 v1.2.2-dev.55 08:36:40 v1.2.2-dev.56 08:36:40 v1.2.2-dev.57 08:36:40 v1.2.2-dev.58 08:36:40 v1.2.2-dev.59 08:36:40 v1.2.2-dev.6 08:36:40 v1.2.2-dev.60 08:36:40 v1.2.2-dev.61 08:36:40 v1.2.2-dev.62 08:36:40 v1.2.2-dev.63 08:36:40 v1.2.2-dev.64 08:36:40 v1.2.2-dev.65 08:36:40 v1.2.2-dev.66 08:36:40 v1.2.2-dev.67 08:36:40 v1.2.2-dev.68 08:36:40 v1.2.2-dev.69 08:36:40 v1.2.2-dev.7 08:36:40 v1.2.2-dev.70 08:36:40 v1.2.2-dev.71 08:36:40 v1.2.2-dev.72 08:36:40 v1.2.2-dev.73 08:36:40 v1.2.2-dev.74 08:36:40 v1.2.2-dev.75 08:36:40 v1.2.2-dev.76 08:36:40 v1.2.2-dev.77 08:36:40 v1.2.2-dev.78 08:36:40 v1.2.2-dev.79 08:36:40 v1.2.2-dev.8 08:36:40 v1.2.2-dev.80 08:36:40 v1.2.2-dev.81 08:36:40 v1.2.2-dev.82 08:36:40 v1.2.2-dev.83 08:36:40 v1.2.2-dev.84 08:36:40 v1.2.2-dev.85 08:36:40 v1.2.2-dev.86 08:36:40 v1.2.2-dev.87 08:36:40 v1.2.2-dev.88 08:36:40 v1.2.2-dev.89 08:36:40 v1.2.2-dev.9 08:36:40 v1.2.2-dev.90 08:36:40 v1.2.2-dev.91 08:36:40 v1.2.2-dev.92 08:36:40 v1.2.2-dev.93 08:36:40 v1.2.2-dev.94 08:36:40 v1.2.2-dev.95 [Pipeline] sh 08:36:40 + lftools sign git-tag v1.2.2-dev.95 08:36:41 Signing Git tag with Sigul... 08:36:41 Signing v1.2.2-dev.95 [Pipeline] echo 08:36:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:36:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:36:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:36:43 $ docker stop --time=1 a796281f139ad7cdf0c8e099f299328f756155b872e877b2271234934cd05acb 08:36:45 $ docker rm -f a796281f139ad7cdf0c8e099f299328f756155b872e877b2271234934cd05acb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:36:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:36:45 . [Pipeline] withDockerContainer 08:36:46 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:36:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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:10004/edgex-devops/git-semver:latest cat 08:36:46 $ docker top 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:36:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:36:47 [ssh-agent] Looking for ssh-agent implementation... 08:36:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:36:47 $ docker exec 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 ssh-agent 08:36:47 SSH_AUTH_SOCK=/tmp/ssh-f9LxpOCu619x/agent.11 08:36:47 SSH_AGENT_PID=16 08:36:47 Running ssh-add (command line suppressed) 08:36:47 Identity added: /w/workspace/edgex-go/211@tmp/private_key_1415111273554345251.key (/w/workspace/edgex-go/211@tmp/private_key_1415111273554345251.key) 08:36:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:36:47 + git semver bump pre 08:36:47 # -> Open(): unable to determine branch for HEAD 08:36:47 # $GIT_DIR = /w/workspace/edgex-go/211/.git 08:36:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/211 08:36:47 # $SEMVER_REMOTE_NAME = origin 08:36:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:36:47 # $SEMVER_USER_NAME = edgex-jenkins 08:36:47 # $SEMVER_BRANCH = master 08:36:47 # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver 08:36:47 1.2.2-dev.96 [Pipeline] } 08:36:47 $ docker exec --env ******** --env ******** 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 ssh-agent -k 08:36:48 unset SSH_AUTH_SOCK; 08:36:48 unset SSH_AGENT_PID; 08:36:48 echo Agent pid 16 killed; 08:36:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:36:48 + git semver [Pipeline] } 08:36:48 $ docker stop --time=1 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 08:36:50 $ docker rm -f 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:36:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:36:50 . [Pipeline] withDockerContainer 08:36:50 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:36:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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:10004/edgex-devops/git-semver:latest cat 08:36:51 $ docker top e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:36:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:36:51 [ssh-agent] Looking for ssh-agent implementation... 08:36:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:36:51 $ docker exec e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 ssh-agent 08:36:51 SSH_AUTH_SOCK=/tmp/ssh-Dt6FO1b64Qp2/agent.13 08:36:51 SSH_AGENT_PID=19 08:36:51 Running ssh-add (command line suppressed) 08:36:52 Identity added: /w/workspace/edgex-go/211@tmp/private_key_863299232325313193.key (/w/workspace/edgex-go/211@tmp/private_key_863299232325313193.key) 08:36:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:36:52 + git semver push 08:36:52 # -> Open(): unable to determine branch for HEAD 08:36:52 # $GIT_DIR = /w/workspace/edgex-go/211/.git 08:36:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/211 08:36:52 # $SEMVER_REMOTE_NAME = origin 08:36:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:36:52 # $SEMVER_USER_NAME = edgex-jenkins 08:36:52 # $SEMVER_BRANCH = master 08:36:52 # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver [Pipeline] } 08:37:02 $ docker exec --env ******** --env ******** e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 ssh-agent -k 08:37:02 unset SSH_AUTH_SOCK; 08:37:02 unset SSH_AGENT_PID; 08:37:02 echo Agent pid 19 killed; 08:37:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:37:03 + git semver [Pipeline] } 08:37:03 $ docker stop --time=1 e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 08:37:04 $ docker rm -f e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 [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 08:37:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:37:06 ---> package-listing.sh 08:37:06 ++ tr '[:upper:]' '[:lower:]' 08:37:06 ++ facter osfamily 08:37:06 + OS_FAMILY=redhat 08:37:06 + workspace=/w/workspace/edgex-go/211 08:37:06 + START_PACKAGES=/tmp/packages_start.txt 08:37:06 + END_PACKAGES=/tmp/packages_end.txt 08:37:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:37:06 + PACKAGES=/tmp/packages_start.txt 08:37:06 + '[' /w/workspace/edgex-go/211 ']' 08:37:06 + PACKAGES=/tmp/packages_end.txt 08:37:06 + case "${OS_FAMILY}" in 08:37:06 + rpm -qa 08:37:06 + sort 08:37:10 + '[' -f /tmp/packages_start.txt ']' 08:37:10 + '[' -f /tmp/packages_end.txt ']' 08:37:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:37:10 + '[' /w/workspace/edgex-go/211 ']' 08:37:10 + mkdir -p /w/workspace/edgex-go/211/archives/ 08:37:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/211/archives/ [Pipeline] echo 08:37:10 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/211/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:37:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:37:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:37:11 08:37:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:37:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:37:11 alpine: Pulling from edgex-lftools-log-publisher 08:37:11 df20fa9351a1: Already exists 08:37:11 36b3adc4ff6f: Pulling fs layer 08:37:11 8ad3a11d3b57: Pulling fs layer 08:37:11 46f8f816bc3b: Pulling fs layer 08:37:11 93b61091891f: Pulling fs layer 08:37:11 93b9cdb0e59b: Pulling fs layer 08:37:11 5e14af77c1be: Pulling fs layer 08:37:11 01666e4c0597: Pulling fs layer 08:37:11 aa168da1d23b: Pulling fs layer 08:37:11 5e14af77c1be: Waiting 08:37:11 01666e4c0597: Waiting 08:37:11 93b61091891f: Waiting 08:37:11 aa168da1d23b: Waiting 08:37:11 93b9cdb0e59b: Waiting 08:37:11 46f8f816bc3b: Verifying Checksum 08:37:11 46f8f816bc3b: Download complete 08:37:11 36b3adc4ff6f: Verifying Checksum 08:37:11 36b3adc4ff6f: Download complete 08:37:11 93b9cdb0e59b: Verifying Checksum 08:37:11 93b9cdb0e59b: Download complete 08:37:11 5e14af77c1be: Verifying Checksum 08:37:11 5e14af77c1be: Download complete 08:37:11 01666e4c0597: Verifying Checksum 08:37:11 01666e4c0597: Download complete 08:37:11 93b61091891f: Verifying Checksum 08:37:11 93b61091891f: Download complete 08:37:11 8ad3a11d3b57: Verifying Checksum 08:37:11 8ad3a11d3b57: Download complete 08:37:11 36b3adc4ff6f: Pull complete 08:37:12 8ad3a11d3b57: Pull complete 08:37:12 46f8f816bc3b: Pull complete 08:37:13 93b61091891f: Pull complete 08:37:13 aa168da1d23b: Download complete 08:37:14 93b9cdb0e59b: Pull complete 08:37:14 5e14af77c1be: Pull complete 08:37:15 01666e4c0597: Pull complete 08:37:20 aa168da1d23b: Pull complete 08:37:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:37:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:37:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:37:20 prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container 08:37:20 $ 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/211/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/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@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-lftools-log-publisher:alpine cat 08:37:23 $ docker top 58dd31296b1c6d11684935c33ee97cab71200695245c4a18dc40bde6afd35a44 -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:24 + touch /tmp/pre-build-complete [Pipeline] sh 08:37:24 + mkdir -p /var/log/sa [Pipeline] sh 08:37:25 + ls /var/log/sa-host 08:37:25 + sadf -c /var/log/sa-host/sa05 08:37:25 file_magic: OK 08:37:25 HZ: Using current value: 100 08:37:25 file_header: OK 08:37:25 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 08:37:25 Statistics: 08:37:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:37:25 File successfully converted to sysstat format version 12.2.1 08:37:25 + sadf -c /var/log/sa-host/sa26 08:37:25 file_magic: OK 08:37:25 HZ: Using current value: 100 08:37:25 file_header: OK 08:37:25 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 08:37:25 Statistics: 08:37:25 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... 08:37:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:37:25 provisioning config files... 08:37:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/211@tmp/config7913588495246070205tmp [Pipeline] { [Pipeline] echo 08:37:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:37:26 ---> create-netrc.sh [Pipeline] } 08:37:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:37:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:37:26 ---> python-tools-install.sh [Pipeline] echo 08:37:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:37:26 ---> sudo-logs.sh 08:37:26 Archiving 'sudo' log.. [Pipeline] echo 08:37:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:37:27 ---> job-cost.sh 08:37:27 lf-activate-venv: SKIPPING 08:37:27 INFO: No Stack... 08:37:28 INFO: Retrieving Pricing Info for: v1-standard-2 08:37:28 INFO: Archiving Costs [Pipeline] echo 08:37:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:37:28 ---> logs-deploy.sh 08:37:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/211 08:37:28 INFO: archiving workspace using pattern(s): 08:37:30 Archives upload complete. 08:37:30 INFO: archiving logs to Nexus 08:37:31 ---> uname -a: 08:37:31 Linux prd-centos7-docker-4c-2g-8823.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:37:31 08:37:31 08:37:31 ---> lscpu: 08:37:31 Architecture: x86_64 08:37:31 CPU op-mode(s): 32-bit, 64-bit 08:37:31 Byte Order: Little Endian 08:37:31 Address sizes: 40 bits physical, 48 bits virtual 08:37:31 CPU(s): 4 08:37:31 On-line CPU(s) list: 0-3 08:37:31 Thread(s) per core: 1 08:37:31 Core(s) per socket: 1 08:37:31 Socket(s): 4 08:37:31 NUMA node(s): 1 08:37:31 Vendor ID: GenuineIntel 08:37:31 CPU family: 6 08:37:31 Model: 44 08:37:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:37:31 Stepping: 1 08:37:31 CPU MHz: 2933.438 08:37:31 BogoMIPS: 5866.87 08:37:31 Virtualization: VT-x 08:37:31 Hypervisor vendor: KVM 08:37:31 Virtualization type: full 08:37:31 L1d cache: 128 KiB 08:37:31 L1i cache: 128 KiB 08:37:31 L2 cache: 16 MiB 08:37:31 L3 cache: 64 MiB 08:37:31 NUMA node0 CPU(s): 0-3 08:37:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:37:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:37:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:37:31 Vulnerability Meltdown: Mitigation; PTI 08:37:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:37:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:37:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:37:31 Vulnerability Tsx async abort: Not affected 08:37:31 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 08:37:31 08:37:31 08:37:31 ---> nproc: 08:37:31 4 08:37:31 08:37:31 08:37:31 ---> df -h: 08:37:31 Filesystem Size Used Available Use% Mounted on 08:37:31 overlay 50.0G 13.1G 36.9G 26% / 08:37:31 tmpfs 64.0M 0 64.0M 0% /dev 08:37:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:37:31 shm 64.0M 0 64.0M 0% /dev/shm 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/211 08:37:31 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/211@tmp 08:37:31 08:37:31 08:37:31 ---> free -m: 08:37:31 total used free shared buff/cache available 08:37:31 Mem: 1837 737 153 0 946 1043 08:37:31 Swap: 1023 69 954 08:37:31 08:37:31 08:37:31 ---> ip addr: 08:37:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:37:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:37:31 inet 127.0.0.1/8 scope host lo 08:37:31 valid_lft forever preferred_lft forever 08:37:31 inet6 ::1/128 scope host 08:37:31 valid_lft forever preferred_lft forever 08:37:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:37:31 link/ether fa:16:3e:f0:ff:36 brd ff:ff:ff:ff:ff:ff 08:37:31 inet 10.30.123.29/23 brd 10.30.123.255 scope global dynamic eth0 08:37:31 valid_lft 85088sec preferred_lft 85088sec 08:37:31 inet6 fe80::f816:3eff:fef0:ff36/64 scope link 08:37:31 valid_lft forever preferred_lft forever 08:37:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:37:31 link/ether 02:42:57:bd:a3:15 brd ff:ff:ff:ff:ff:ff 08:37:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:37:31 valid_lft forever preferred_lft forever 08:37:31 inet6 fe80::42:57ff:febd:a315/64 scope link 08:37:31 valid_lft forever preferred_lft forever 08:37:31 08:37:31 08:37:31 ---> sar -b -r -n DEV: 08:37:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 08:37:31 08:37:31 08:15:21 LINUX RESTART (4 CPU) 08:37:31 08:37:31 08:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:37:31 08:17:01 148.27 65.77 82.50 0.00 8938.44 31431.06 0.00 08:37:31 08:18:01 275.76 55.83 219.93 0.00 3876.76 63168.06 0.00 08:37:31 08:19:03 1836.81 1516.88 319.94 0.00 121705.68 174045.80 0.00 08:37:31 08:20:01 973.72 705.62 268.10 0.00 48153.40 70647.10 0.00 08:37:31 08:21:03 2288.88 1927.00 361.88 0.00 110146.36 141180.33 0.00 08:37:31 08:22:01 1454.17 1153.59 300.58 0.00 70164.78 86412.39 0.00 08:37:31 08:23:01 170.07 47.70 122.37 0.00 6632.62 11833.57 0.00 08:37:31 08:24:01 77.31 72.90 4.41 0.00 2547.03 91.23 0.00 08:37:31 08:25:01 0.27 0.02 0.25 0.00 0.13 3.58 0.00 08:37:31 08:26:01 0.68 0.43 0.25 0.00 17.32 3.02 0.00 08:37:31 08:27:01 0.30 0.02 0.28 0.00 0.27 3.33 0.00 08:37:31 08:28:01 0.25 0.02 0.23 0.00 0.53 2.45 0.00 08:37:31 08:29:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 08:37:31 08:30:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 08:37:31 08:31:01 234.99 107.89 127.10 0.00 5956.25 31899.68 0.00 08:37:31 08:32:01 57.23 11.82 45.41 0.00 548.03 3455.67 0.00 08:37:31 08:33:02 36.20 1.97 34.24 0.00 61.42 533.92 0.00 08:37:31 08:34:01 28.11 0.52 27.58 0.00 10.84 407.18 0.00 08:37:31 08:35:01 28.52 0.48 28.04 0.00 12.25 454.38 0.00 08:37:31 08:36:01 24.04 2.81 21.23 0.00 402.73 351.54 0.00 08:37:31 08:37:01 240.39 95.12 145.26 0.00 7266.19 33197.00 0.00 08:37:31 Average: 376.75 276.19 100.56 0.00 18529.01 31103.91 0.00 08:37:31 08:37:31 08:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:37:31 08:17:01 64424 0 597108 31.73 2620 1217404 1321452 45.10 672520 974424 69772 08:37:31 08:18:01 77396 0 719244 38.23 1492 1083424 1564336 53.39 661748 893660 39048 08:37:31 08:19:03 74060 0 736436 39.14 4 1071056 1968064 67.17 574868 1055304 42824 08:37:31 08:20:01 362124 0 728024 38.69 4 791404 2154352 73.52 582552 738804 35592 08:37:31 08:21:03 71632 0 793712 42.18 4 1016208 2326332 79.39 707880 908496 72696 08:37:31 08:22:01 405500 0 691776 36.77 0 784280 1718640 58.65 537324 731316 536 08:37:31 08:23:01 475592 0 592140 31.47 0 813824 1224408 41.79 538392 665176 28 08:37:31 08:24:01 403832 0 589052 31.31 0 888672 1217548 41.55 546576 728216 16 08:37:31 08:25:01 407656 0 585220 31.10 0 888680 1202856 41.05 544096 727420 12 08:37:31 08:26:01 409712 0 582656 30.97 0 889188 1179272 40.25 542752 727540 20 08:37:31 08:27:01 410024 0 582340 30.95 0 889192 1179248 40.25 542712 727544 12 08:37:31 08:28:01 409704 0 582656 30.97 0 889196 1179332 40.25 543036 727552 8 08:37:31 08:29:01 410372 0 581964 30.93 0 889220 1179212 40.24 542456 727568 8 08:37:31 08:30:01 409540 0 582788 30.97 0 889228 1179356 40.25 543196 727572 16 08:37:31 08:31:01 129500 0 663660 35.27 0 1088396 1478556 50.46 710160 789964 61832 08:37:31 08:32:01 191328 0 648080 34.44 0 1042148 1474800 50.33 718932 740132 36 08:37:31 08:33:02 211012 0 628204 33.39 0 1042340 1397548 47.70 700624 738400 44 08:37:31 08:34:01 212556 0 626528 33.30 0 1042472 1399644 47.77 701156 736152 40 08:37:31 08:35:01 214836 0 623984 33.16 0 1042736 1388632 47.39 701704 734352 48 08:37:31 08:36:01 125096 0 702328 37.33 0 1054132 1967416 67.14 773136 737972 36 08:37:31 08:37:01 200536 0 692328 36.80 0 988692 1280612 43.70 539956 833924 52 08:37:31 Average: 270306 0 644297 34.24 196 966757 1475315 50.35 615513 779595 15366 08:37:31 08:37:31 08:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:37:31 08:17:01 eth0 1394.48 1350.48 6885.97 172.58 0.00 0.00 0.00 0.00 08:37:31 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:17:01 docker0 733.79 554.58 62.83 2651.51 0.00 0.00 0.00 0.00 08:37:31 08:18:01 eth0 738.86 612.96 5472.34 58.52 0.00 0.00 0.00 0.00 08:37:31 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:18:01 docker0 138.55 173.50 9.70 829.38 0.00 0.00 0.00 0.00 08:37:31 08:19:03 veth7b21d3d 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 08:37:31 08:19:03 eth0 85.90 61.54 180.01 82.21 0.00 0.00 0.00 0.00 08:37:31 08:19:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:19:03 docker0 15.94 21.60 0.88 142.03 0.00 0.00 0.00 0.00 08:37:31 08:20:01 veth7b21d3d 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:20:01 vethdf31f3f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:20:01 eth0 42.65 26.00 98.06 13.99 0.00 0.00 0.00 0.00 08:37:31 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:21:03 veth8100667 3.72 3.85 0.43 16.24 0.00 0.00 0.00 0.00 08:37:31 08:21:03 veth7b21d3d 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:37:31 08:21:03 eth0 129.35 87.63 439.50 100.57 0.00 0.00 0.00 0.00 08:37:31 08:21:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:22:01 veth7b21d3d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:22:01 veth2058a94 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:37:31 08:22:01 eth0 45.76 23.91 72.52 16.89 0.00 0.00 0.00 0.00 08:37:31 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:23:01 eth0 391.43 354.29 338.66 1135.38 0.00 0.00 0.00 0.00 08:37:31 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:23:01 docker0 959.19 849.37 77.58 4264.64 0.00 0.00 0.00 0.00 08:37:31 08:24:01 eth0 139.25 139.39 50.81 609.81 0.00 0.00 0.00 0.00 08:37:31 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:25:01 eth0 0.85 0.48 0.53 0.42 0.00 0.00 0.00 0.00 08:37:31 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:26:01 eth0 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 08:37:31 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:27:01 eth0 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:37:31 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:28:01 eth0 1.02 0.32 0.32 0.17 0.00 0.00 0.00 0.00 08:37:31 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:29:01 eth0 0.32 0.10 0.03 0.04 0.00 0.00 0.00 0.00 08:37:31 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:30:01 eth0 0.92 0.35 0.31 0.20 0.00 0.00 0.00 0.00 08:37:31 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:31:01 vethceaf2af 44.76 43.85 4.64 235.34 0.00 0.00 0.00 0.00 08:37:31 08:31:01 eth0 456.62 408.99 3980.85 37.43 0.00 0.00 0.00 0.00 08:37:31 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:31:01 docker0 44.76 43.72 4.02 235.33 0.00 0.00 0.00 0.00 08:37:31 08:32:01 eth0 164.21 127.27 262.57 114.52 0.00 0.00 0.00 0.00 08:37:31 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:32:01 veth58f00c6 0.57 0.78 0.20 0.30 0.00 0.00 0.00 0.00 08:37:31 08:32:01 docker0 3.95 3.53 0.89 1.66 0.00 0.00 0.00 0.00 08:37:31 08:33:02 vethf55e954 0.27 0.30 0.04 0.16 0.00 0.00 0.00 0.00 08:37:31 08:33:02 eth0 163.18 126.76 119.06 130.29 0.00 0.00 0.00 0.00 08:37:31 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:33:02 docker0 4.45 3.88 1.10 1.98 0.00 0.00 0.00 0.00 08:37:31 08:34:01 veth4ed4692 0.30 0.32 0.06 0.14 0.00 0.00 0.00 0.00 08:37:31 08:34:01 eth0 127.16 97.22 98.52 89.20 0.00 0.00 0.00 0.00 08:37:31 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:34:01 docker0 3.83 3.44 0.95 1.64 0.00 0.00 0.00 0.00 08:37:31 08:35:01 veth5105aa9 0.37 0.47 0.11 0.18 0.00 0.00 0.00 0.00 08:37:31 08:35:01 eth0 129.49 96.50 97.73 86.68 0.00 0.00 0.00 0.00 08:37:31 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:35:01 docker0 3.98 3.81 1.15 1.86 0.00 0.00 0.00 0.00 08:37:31 08:36:01 veth08f2925 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:36:01 eth0 115.40 85.98 84.95 86.16 0.00 0.00 0.00 0.00 08:37:31 08:36:01 vetheb6aec0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:37:01 vethb3a7889 2.41 1.81 0.55 0.64 0.00 0.00 0.00 0.00 08:37:31 08:37:01 eth0 485.98 429.73 3453.61 107.15 0.00 0.00 0.00 0.00 08:37:31 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 08:37:01 docker0 1057.00 950.66 88.63 4708.92 0.00 0.00 0.00 0.00 08:37:31 Average: vethb3a7889 0.12 0.09 0.03 0.03 0.00 0.00 0.00 0.00 08:37:31 Average: eth0 220.08 192.28 1032.56 135.66 0.00 0.00 0.00 0.00 08:37:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:37:31 Average: docker0 50.41 45.34 4.23 224.58 0.00 0.00 0.00 0.00 08:37:31 08:37:31 08:37:31 ---> sar -P ALL: 08:37:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 08:37:31 08:37:31 08:15:21 LINUX RESTART (4 CPU) 08:37:31 08:37:31 08:16:01 CPU %user %nice %system %iowait %steal %idle 08:37:31 08:17:01 all 16.10 0.00 5.35 2.97 0.05 75.54 08:37:31 08:17:01 0 19.98 0.00 7.32 3.09 0.05 69.55 08:37:31 08:17:01 1 16.12 0.00 4.27 1.87 0.05 77.69 08:37:31 08:17:01 2 13.90 0.00 5.04 4.74 0.05 76.27 08:37:31 08:17:01 3 14.41 0.00 4.78 2.16 0.05 78.59 08:37:31 08:18:01 all 13.26 0.00 7.91 6.77 0.06 72.00 08:37:31 08:18:01 0 14.36 0.00 8.69 5.31 0.07 71.58 08:37:31 08:18:01 1 12.89 0.00 8.07 8.38 0.03 70.63 08:37:31 08:18:01 2 12.94 0.00 7.90 8.16 0.05 70.95 08:37:31 08:18:01 3 12.87 0.00 6.98 5.24 0.07 74.84 08:37:31 08:19:03 all 18.36 0.00 17.44 22.43 0.10 41.67 08:37:31 08:19:03 0 17.93 0.00 17.59 20.38 0.12 43.99 08:37:31 08:19:03 1 19.04 0.00 17.35 23.39 0.10 40.11 08:37:31 08:19:03 2 18.07 0.00 17.15 21.46 0.10 43.22 08:37:31 08:19:03 3 18.38 0.00 17.67 24.51 0.08 39.35 08:37:31 08:20:01 all 54.54 0.00 14.11 17.64 0.07 13.63 08:37:31 08:20:01 0 54.56 0.00 14.71 18.40 0.05 12.28 08:37:31 08:20:01 1 54.58 0.00 14.02 16.25 0.09 15.06 08:37:31 08:20:01 2 54.31 0.00 13.97 19.44 0.07 12.21 08:37:31 08:20:01 3 54.73 0.00 13.76 16.47 0.07 14.96 08:37:31 08:21:03 all 15.74 0.00 15.11 38.46 0.09 30.60 08:37:31 08:21:03 0 15.25 0.00 14.56 39.30 0.07 30.83 08:37:31 08:21:03 1 16.03 0.00 15.43 41.06 0.10 27.38 08:37:31 08:21:03 2 14.42 0.00 15.19 35.50 0.12 34.78 08:37:31 08:21:03 3 17.30 0.00 15.26 38.00 0.09 29.35 08:37:31 08:22:01 all 53.26 0.00 15.17 18.67 0.11 12.78 08:37:31 08:22:01 0 52.30 0.00 15.53 18.81 0.11 13.26 08:37:31 08:22:01 1 53.65 0.00 15.06 18.67 0.12 12.49 08:37:31 08:22:01 2 53.28 0.00 15.41 19.42 0.07 11.82 08:37:31 08:22:01 3 53.82 0.00 14.69 17.79 0.14 13.56 08:37:31 08:23:01 all 13.23 0.00 6.42 7.95 0.05 72.36 08:37:31 08:23:01 0 13.17 0.00 7.27 6.96 0.05 72.55 08:37:31 08:23:01 1 13.10 0.00 6.25 8.71 0.03 71.91 08:37:31 08:23:01 2 13.16 0.00 5.97 6.51 0.05 74.30 08:37:31 08:23:01 3 13.48 0.00 6.17 9.62 0.05 70.67 08:37:31 08:24:01 all 3.49 0.00 1.11 1.95 0.03 93.43 08:37:31 08:24:01 0 3.42 0.00 1.11 1.83 0.03 93.61 08:37:31 08:24:01 1 3.51 0.00 1.19 1.94 0.02 93.34 08:37:31 08:24:01 2 3.46 0.00 1.19 2.04 0.02 93.29 08:37:31 08:24:01 3 3.57 0.00 0.95 1.98 0.03 93.47 08:37:31 08:25:01 all 0.17 0.00 0.03 0.00 0.00 99.80 08:37:31 08:25:01 0 0.52 0.00 0.05 0.00 0.00 99.43 08:37:31 08:25:01 1 0.08 0.00 0.02 0.00 0.00 99.90 08:37:31 08:25:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:37:31 08:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:37:31 08:26:01 all 0.16 0.00 0.02 0.00 0.00 99.80 08:37:31 08:26:01 0 0.53 0.00 0.02 0.00 0.00 99.45 08:37:31 08:26:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:37:31 08:26:01 2 0.02 0.00 0.02 0.02 0.00 99.95 08:37:31 08:26:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:37:31 08:27:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:37:31 08:27:01 0 0.50 0.00 0.02 0.00 0.00 99.48 08:37:31 08:27:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:37:31 08:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:37:31 08:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 08:37:31 08:37:31 08:27:01 CPU %user %nice %system %iowait %steal %idle 08:37:31 08:28:01 all 0.07 0.00 0.04 0.00 0.00 99.90 08:37:31 08:28:01 0 0.15 0.00 0.05 0.00 0.00 99.80 08:37:31 08:28:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:37:31 08:28:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:37:31 08:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:37:31 08:29:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:37:31 08:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:37:31 08:29:01 1 0.47 0.00 0.03 0.00 0.00 99.50 08:37:31 08:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:37:31 08:29:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:37:31 08:30:01 all 0.17 0.00 0.03 0.00 0.00 99.79 08:37:31 08:30:01 0 0.10 0.00 0.03 0.00 0.00 99.87 08:37:31 08:30:01 1 0.52 0.00 0.03 0.00 0.02 99.43 08:37:31 08:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:37:31 08:30:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:37:31 08:31:01 all 7.87 0.00 4.23 5.73 0.03 82.14 08:37:31 08:31:01 0 7.95 0.00 4.67 3.40 0.03 83.96 08:37:31 08:31:01 1 8.04 0.00 4.10 6.51 0.03 81.32 08:37:31 08:31:01 2 7.84 0.00 4.16 5.45 0.03 82.52 08:37:31 08:31:01 3 7.64 0.00 4.01 7.58 0.02 80.75 08:37:31 08:32:01 all 3.73 0.00 3.53 1.28 0.04 91.42 08:37:31 08:32:01 0 3.90 0.00 3.56 1.73 0.03 90.77 08:37:31 08:32:01 1 3.51 0.00 3.46 0.60 0.07 92.36 08:37:31 08:32:01 2 3.52 0.00 3.32 2.16 0.02 90.99 08:37:31 08:32:01 3 4.01 0.00 3.77 0.64 0.03 91.55 08:37:31 08:33:02 all 3.59 0.00 3.39 0.64 0.03 92.35 08:37:31 08:33:02 0 3.33 0.00 3.53 0.54 0.03 92.57 08:37:31 08:33:02 1 3.55 0.00 3.48 0.67 0.05 92.25 08:37:31 08:33:02 2 3.56 0.00 3.13 0.64 0.03 92.63 08:37:31 08:33:02 3 3.91 0.00 3.42 0.69 0.02 91.96 08:37:31 08:34:01 all 2.92 0.00 2.76 0.58 0.03 93.71 08:37:31 08:34:01 0 3.02 0.00 3.02 0.41 0.02 93.53 08:37:31 08:34:01 1 2.82 0.00 2.75 0.65 0.02 93.76 08:37:31 08:34:01 2 2.44 0.00 2.25 0.32 0.03 94.95 08:37:31 08:34:01 3 3.41 0.00 3.00 0.94 0.03 92.61 08:37:31 08:35:01 all 2.99 0.00 2.69 0.50 0.02 93.80 08:37:31 08:35:01 0 2.77 0.00 2.53 0.18 0.02 94.50 08:37:31 08:35:01 1 3.46 0.00 3.31 0.71 0.02 92.50 08:37:31 08:35:01 2 2.47 0.00 1.96 0.40 0.02 95.15 08:37:31 08:35:01 3 3.28 0.00 2.96 0.71 0.02 93.05 08:37:31 08:36:01 all 2.48 0.00 2.40 0.43 0.03 94.67 08:37:31 08:36:01 0 2.30 0.00 2.28 0.59 0.03 94.80 08:37:31 08:36:01 1 2.83 0.00 2.90 0.35 0.02 93.90 08:37:31 08:36:01 2 2.09 0.00 1.98 0.18 0.02 95.73 08:37:31 08:36:01 3 2.68 0.00 2.45 0.60 0.03 94.23 08:37:31 08:37:01 all 11.10 0.00 7.36 3.61 0.04 77.89 08:37:31 08:37:01 0 10.20 0.00 7.17 1.84 0.05 80.73 08:37:31 08:37:01 1 11.05 0.00 7.45 5.62 0.05 75.84 08:37:31 08:37:01 2 13.50 0.00 7.79 3.51 0.05 75.15 08:37:31 08:37:01 3 9.65 0.00 7.02 3.47 0.02 79.84 08:37:31 Average: all 10.42 0.00 5.14 6.11 0.04 78.29 08:37:31 Average: 0 10.57 0.00 5.37 5.80 0.04 78.23 08:37:31 Average: 1 10.50 0.00 5.15 6.38 0.04 77.93 08:37:31 Average: 2 10.23 0.00 5.03 6.13 0.03 78.58 08:37:31 Average: 3 10.40 0.00 5.03 6.12 0.04 78.41 08:37:31 08:37:31 08:37:31