Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e9c358c5927252f504aa2b8b81da148d7d9995a 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5832 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/193 [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/193 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3e9c358c5927252f504aa2b8b81da148d7d9995a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e9c358c5927252f504aa2b8b81da148d7d9995a # timeout=10 Commit message: "Merge pull request #2802 from jinlinGuan/issue-2784" > git rev-list --no-walk bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:31:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:31:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:31:08 ========================================================= 08:31:08 EdgeX Global Pipelines Version Info 08:31:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:31:09 ------------------- 08:31:09 stable info: 08:31:09 ------------------- 08:31:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:31:09 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 08:31:09 Message: update stable to v1.0.144 08:31:10 ------------------- 08:31:10 experimental info: 08:31:10 ------------------- 08:31:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:31:10 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 08:31:10 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:31:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e9c358 [Pipeline] echo 08:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 08:31:14 ++ 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:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/core-command/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo core-command,cmd/core-command/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/core-data/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo core-data,cmd/core-data/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/core-metadata/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo core-metadata,cmd/core-metadata/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/security-proxy-setup/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/security-secrets-setup/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/support-logging/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo support-logging,cmd/support-logging/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/support-notifications/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo support-notifications,cmd/support-notifications/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/support-scheduler/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:31:14 + for file in '`ls cmd/**/Dockerfile`' 08:31:14 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:31:14 ++ cut -d/ -f2 08:31:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:31:14 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:31:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:15 08:31:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:31:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:16 latest: Pulling from edgex-devops/git-semver 08:31:16 31603596830f: Pulling fs layer 08:31:16 2a8b12db71e7: Pulling fs layer 08:31:16 6ca5941a6612: Pulling fs layer 08:31:16 ecc8261a40a4: Pulling fs layer 08:31:16 ecc8261a40a4: Waiting 08:31:16 2a8b12db71e7: Download complete 08:31:16 31603596830f: Verifying Checksum 08:31:16 31603596830f: Download complete 08:31:16 ecc8261a40a4: Verifying Checksum 08:31:16 ecc8261a40a4: Download complete 08:31:16 6ca5941a6612: Verifying Checksum 08:31:16 6ca5941a6612: Download complete 08:31:16 31603596830f: Pull complete 08:31:16 2a8b12db71e7: Pull complete 08:31:17 6ca5941a6612: Pull complete 08:31:17 ecc8261a40a4: Pull complete 08:31:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:31:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:31:17 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:31:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:31:20 $ docker top 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:20 [ssh-agent] Looking for ssh-agent implementation... 08:31:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:20 $ docker exec 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent 08:31:21 SSH_AUTH_SOCK=/tmp/ssh-UO0FM78lcH9K/agent.11 08:31:21 SSH_AGENT_PID=16 08:31:21 Running ssh-add (command line suppressed) 08:31:21 Identity added: /w/workspace/edgex-go/193@tmp/private_key_1807451659321951035.key (/w/workspace/edgex-go/193@tmp/private_key_1807451659321951035.key) 08:31:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:21 + git tag --points-at HEAD [Pipeline] } 08:31:21 $ docker exec --env ******** --env ******** 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent -k 08:31:21 unset SSH_AUTH_SOCK; 08:31:21 unset SSH_AGENT_PID; 08:31:21 echo Agent pid 16 killed; 08:31:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:21 [ssh-agent] Looking for ssh-agent implementation... 08:31:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:22 $ docker exec 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent 08:31:22 SSH_AUTH_SOCK=/tmp/ssh-iROZXY8vJNTJ/agent.45 08:31:22 SSH_AGENT_PID=51 08:31:22 Running ssh-add (command line suppressed) 08:31:22 Identity added: /w/workspace/edgex-go/193@tmp/private_key_3405165207288445455.key (/w/workspace/edgex-go/193@tmp/private_key_3405165207288445455.key) 08:31:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:22 + git semver init 08:31:22 # -> Open(): unable to determine branch for HEAD 08:31:22 # $GIT_DIR = /w/workspace/edgex-go/193/.git 08:31:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/193 08:31:22 # $SEMVER_REMOTE_NAME = origin 08:31:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:31:22 # $SEMVER_USER_NAME = edgex-jenkins 08:31:22 # $SEMVER_BRANCH = master 08:31:22 # $SEMVER_TEMP = /tmp/semver-225215785 08:31:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:31:55 # '/tmp/semver-225215785' -> '/w/workspace/edgex-go/193/.semver' 08:31:55 # -> Force: false 08:31:55 # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver [Pipeline] } 08:31:55 $ docker exec --env ******** --env ******** 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 ssh-agent -k 08:31:55 unset SSH_AUTH_SOCK; 08:31:55 unset SSH_AGENT_PID; 08:31:55 echo Agent pid 51 killed; 08:31:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:55 + git semver [Pipeline] } 08:31:55 $ docker stop --time=1 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 08:31:57 $ docker rm -f 168336fac2dbfdd78069bea710bc4df64b12c1398340623240b11d3b481e5873 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:31:58 Stashed 1 file(s) [Pipeline] echo 08:31:58 [edgeXSemver]: initialized semver on version 1.2.2-dev.77 [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:31:59 ========================================================= 08:31:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:31:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:31:59 + 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:32:03 Sending build context to Docker daemon 325.2MB 08:32:03 Step 1/7 : ARG BASE=golang:1.15-alpine 08:32:03 Step 2/7 : FROM ${BASE} 08:32:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:32:03 df20fa9351a1: Pulling fs layer 08:32:03 ed8968b2872e: Pulling fs layer 08:32:03 a92cc7c5fd73: Pulling fs layer 08:32:03 e871e8e8d7a9: Pulling fs layer 08:32:03 e73272ec9a57: Pulling fs layer 08:32:03 1e910a182e73: Pulling fs layer 08:32:03 4e634b169226: Pulling fs layer 08:32:03 e871e8e8d7a9: Waiting 08:32:03 e73272ec9a57: Waiting 08:32:03 1e910a182e73: Waiting 08:32:03 4e634b169226: Waiting 08:32:03 a92cc7c5fd73: Verifying Checksum 08:32:03 a92cc7c5fd73: Download complete 08:32:03 ed8968b2872e: Verifying Checksum 08:32:03 ed8968b2872e: Download complete 08:32:03 e73272ec9a57: Download complete 08:32:03 1e910a182e73: Verifying Checksum 08:32:03 1e910a182e73: Download complete 08:32:03 df20fa9351a1: Verifying Checksum 08:32:03 df20fa9351a1: Download complete 08:32:03 df20fa9351a1: Pull complete 08:32:04 ed8968b2872e: Pull complete 08:32:04 a92cc7c5fd73: Pull complete 08:32:05 4e634b169226: Verifying Checksum 08:32:05 4e634b169226: Download complete 08:32:06 e871e8e8d7a9: Verifying Checksum 08:32:06 e871e8e8d7a9: Download complete 08:32:11 e871e8e8d7a9: Pull complete 08:32:11 e73272ec9a57: Pull complete 08:32:11 1e910a182e73: Pull complete 08:32:13 Still waiting to schedule task 08:32:13 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 08:32:17 4e634b169226: Pull complete 08:32:17 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:32:17 ---> f7629b54cfaa 08:32:17 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:32:18 ---> Running in 6f63dd659eb6 08:32:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:32:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:32:21 (1/12) Installing libmagic (5.38-r0) 08:32:21 (2/12) Installing file (5.38-r0) 08:32:21 (3/12) Installing libc-dev (0.7.2-r3) 08:32:21 (4/12) Installing g++ (9.3.0-r2) 08:32:36 (5/12) Installing fortify-headers (1.1-r0) 08:32:36 (6/12) Installing patch (2.7.6-r6) 08:32:36 (7/12) Installing build-base (0.5-r2) 08:32:36 (8/12) Installing libsodium (1.0.18-r0) 08:32:36 (9/12) Installing pkgconf (1.7.2-r0) 08:32:36 (10/12) Installing libsodium-dev (1.0.18-r0) 08:32:36 (11/12) Installing libzmq (4.3.3-r0) 08:32:36 (12/12) Installing zeromq-dev (4.3.3-r0) 08:32:36 Executing busybox-1.31.1-r16.trigger 08:32:36 OK: 233 MiB in 51 packages 08:32:38 Removing intermediate container 6f63dd659eb6 08:32:38 ---> cf2da183c572 08:32:38 Step 4/7 : WORKDIR /edgex-go 08:32:38 ---> Running in 8f6120acf7df 08:32:39 Removing intermediate container 8f6120acf7df 08:32:39 ---> 43826bdb2e09 08:32:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:32:39 latest: Pulling from library/docker 08:32:39 df20fa9351a1: Already exists 08:32:39 25ad7478873d: Pulling fs layer 08:32:39 4684f6177b5d: Pulling fs layer 08:32:39 8ba584e970af: Pulling fs layer 08:32:39 3cdc74d2b06d: Pulling fs layer 08:32:39 4cf5a0d07c1f: Pulling fs layer 08:32:39 fca0ccc462d5: Pulling fs layer 08:32:39 3cdc74d2b06d: Waiting 08:32:39 4cf5a0d07c1f: Waiting 08:32:39 fca0ccc462d5: Waiting 08:32:39 4684f6177b5d: Verifying Checksum 08:32:39 4684f6177b5d: Download complete 08:32:39 25ad7478873d: Verifying Checksum 08:32:39 25ad7478873d: Download complete 08:32:39 4cf5a0d07c1f: Verifying Checksum 08:32:39 4cf5a0d07c1f: Download complete 08:32:40 25ad7478873d: Pull complete 08:32:40 fca0ccc462d5: Verifying Checksum 08:32:40 fca0ccc462d5: Download complete 08:32:40 3cdc74d2b06d: Verifying Checksum 08:32:40 3cdc74d2b06d: Download complete 08:32:40 4684f6177b5d: Pull complete 08:32:40 8ba584e970af: Verifying Checksum 08:32:40 8ba584e970af: Download complete 08:32:42 8ba584e970af: Pull complete 08:32:42 3cdc74d2b06d: Pull complete 08:32:42 4cf5a0d07c1f: Pull complete 08:32:43 fca0ccc462d5: Pull complete 08:32:43 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 08:32:43 Status: Downloaded newer image for docker:latest 08:32:45 ---> 03968588d17c 08:32:45 Step 6/7 : COPY go.mod . 08:32:45 ---> 1b88c4ed0794 08:32:45 Step 7/7 : RUN go mod download 08:32:45 ---> Running in 839e9908e57f 08:33:07 Removing intermediate container 839e9908e57f 08:33:07 ---> b4d4bebf6227 08:33:07 Successfully built b4d4bebf6227 08:33:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:33:07 + docker inspect -f . ci-base-image-x86_64 08:33:07 . [Pipeline] withDockerContainer 08:33:07 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:33:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:33:08 $ docker top 2060301092f696b44105f0ca69cae6aee9f7b0eb0b4c091402f9becd3ee00b78 -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:08 + go version 08:33:08 go version go1.15.2 linux/amd64 [Pipeline] } 08:33:08 $ docker stop --time=1 2060301092f696b44105f0ca69cae6aee9f7b0eb0b4c091402f9becd3ee00b78 08:33:09 $ docker rm -f 2060301092f696b44105f0ca69cae6aee9f7b0eb0b4c091402f9becd3ee00b78 [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:33:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:13 08:33:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:33:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:14 latest: Pulling from edgex-devops/edgex-compose 08:33:14 cbdbe7a5bc2a: Pulling fs layer 08:33:14 ca9280d653b3: Pulling fs layer 08:33:14 7e9c9ca2126c: Pulling fs layer 08:33:14 cbdbe7a5bc2a: Verifying Checksum 08:33:14 cbdbe7a5bc2a: Download complete 08:33:14 cbdbe7a5bc2a: Pull complete 08:33:15 ca9280d653b3: Verifying Checksum 08:33:15 ca9280d653b3: Download complete 08:33:15 ca9280d653b3: Pull complete 08:33:15 7e9c9ca2126c: Download complete 08:33:24 7e9c9ca2126c: Pull complete 08:33:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:33:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:33:24 prd-centos7-docker-4c-2g-5832 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/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:33:24 $ docker top 56bcd74fe0244e2a779bff75366067099d04c73de5da544a18c7105b44a45008 -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:25 + docker-compose build --help 08:33:25 + grep parallel 08:33:26 --parallel Build images in parallel. [Pipeline] } 08:33:26 $ docker stop --time=1 56bcd74fe0244e2a779bff75366067099d04c73de5da544a18c7105b44a45008 08:33:27 $ docker rm -f 56bcd74fe0244e2a779bff75366067099d04c73de5da544a18c7105b44a45008 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:28 . [Pipeline] withDockerContainer 08:33:28 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:33:28 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:33:28 $ docker top 6fd8ff76e526c09a87c9ab9f1982c9c134bbf48b18b3b8cf47ab46f5e445d910 -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:29 + docker-compose -f ./docker-compose-build.yml build --parallel 08:33:30 Building docker-core-command-go ... 08:33:30 Building docker-core-data-go ... 08:33:30 Building docker-core-metadata-go ... 08:33:30 Building docker-security-proxy-setup-go ... 08:33:30 Building docker-security-secrets-setup-go ... 08:33:30 Building docker-security-secretstore-setup-go ... 08:33:30 Building docker-support-logging-go ... 08:33:30 Building docker-support-notifications-go ... 08:33:30 Building docker-support-scheduler-go ... 08:33:30 Building docker-sys-mgmt-agent-go ... 08:33:30 Building docker-security-secrets-setup-go 08:33:30 Building docker-core-data-go 08:33:30 Building docker-support-logging-go 08:33:30 Building docker-core-command-go 08:33:30 Building docker-core-metadata-go 08:33:52 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:33:52 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:33:52 ---> b4d4bebf6227 08:33:52 Step 3/29 : WORKDIR /edgex-go 08:33:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:33:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:33:52 ---> b4d4bebf6227 08:33:52 Step 3/22 : WORKDIR /edgex-go 08:33:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:33:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:33:52 08:33:52 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 08:33:52 08:33:52 ---> b4d4bebf6227 08:33:52 08:33:52 ---> b4d4bebf6227 08:33:52 Step 3/23 : WORKDIR /edgex-go ---> b4d4bebf6227 08:33:52 08:33:52 Step 3/22 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 08:33:52 08:33:52 ---> Running in d2a1c0f69329 08:33:52 ---> Running in 236a4d7cd92b 08:33:52 ---> Running in 9cbf62280455 08:33:52 ---> Running in 2c5302dd230d 08:33:52 ---> Running in 58daab00b027 08:33:52 Removing intermediate container 9cbf62280455 08:33:52 ---> 41e6f2fbe3d2 08:33:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:52 Removing intermediate container 236a4d7cd92b 08:33:52 ---> 7fb20f7da94a 08:33:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:52 Removing intermediate container 58daab00b027 08:33:52 ---> 31f32440a675 08:33:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:52 Removing intermediate container 2c5302dd230d 08:33:52 ---> 33028fa280c3 08:33:52 Step 4/29 : RUN apk update && apk add make git 08:33:52 Removing intermediate container d2a1c0f69329 08:33:52 ---> 53344a355e86 08:33:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:52 ---> Running in 8193d72aa0ea 08:33:52 ---> Running in 2a35c1b0764e 08:33:52 ---> Running in 5b6031e68ee3 08:33:52 ---> Running in c088f1d1ee98 08:33:52 ---> Running in e266a55c15a1 08:33:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:52 Removing intermediate container 5b6031e68ee3 08:33:52 ---> e90f3699cb44 08:33:52 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:33:52 ---> Running in d1e0ecfa23c1 08:33:52 Removing intermediate container 2a35c1b0764e 08:33:52 ---> 618a62d76575 08:33:52 Step 5/22 : RUN apk update && apk add make git 08:33:52 Removing intermediate container 8193d72aa0ea 08:33:52 ---> afc193b12f7a 08:33:52 Step 5/22 : RUN apk update && apk add make git 08:33:53 ---> Running in c105b9ea7d1b 08:33:53 ---> Running in a923b3565845 08:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:53 Removing intermediate container e266a55c15a1 08:33:53 ---> 564cfe57e2ad 08:33:53 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:33:53 ---> Running in 084a93e05d3d 08:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:55 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:33:55 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:33:55 OK: 12752 distinct packages available 08:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:55 OK: 233 MiB in 51 packages 08:33:55 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:33:55 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:33:55 OK: 12752 distinct packages available 08:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:55 OK: 233 MiB in 51 packages 08:33:55 Removing intermediate container c088f1d1ee98 08:33:55 ---> 9bcedc250a53 08:33:55 Step 5/29 : COPY go.mod . 08:33:55 OK: 233 MiB in 51 packages 08:33:55 ---> 062362ddd6ec 08:33:55 Step 6/29 : RUN go mod download 08:33:56 ---> Running in 5d3b718363a0 08:33:56 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:33:56 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:33:56 OK: 12752 distinct packages available 08:33:56 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:33:56 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:33:56 OK: 12752 distinct packages available 08:33:56 OK: 233 MiB in 51 packages 08:33:56 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:33:56 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:33:56 OK: 12752 distinct packages available 08:33:56 OK: 233 MiB in 51 packages 08:33:56 Removing intermediate container 084a93e05d3d 08:33:56 ---> aaf614305535 08:33:56 Step 6/22 : COPY go.mod . 08:33:56 OK: 233 MiB in 51 packages 08:33:56 ---> d6119c86fc3d 08:33:56 Step 7/22 : RUN go mod download 08:33:56 ---> Running in f5c55bcc7377 08:33:57 Removing intermediate container d1e0ecfa23c1 08:33:57 ---> 326181c1d9bf 08:33:57 Step 6/23 : COPY go.mod . 08:33:57 Removing intermediate container c105b9ea7d1b 08:33:57 ---> eb9db39b64c1 08:33:57 Step 6/22 : COPY go.mod . 08:33:57 ---> 40b63576f61b 08:33:57 Step 7/23 : RUN go mod download 08:33:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5833 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 08:33:57 Running in /w/workspace/edgex-go/193 [Pipeline] { [Pipeline] checkout 08:33:57 Removing intermediate container a923b3565845 08:33:57 ---> ee442f27b195 08:33:57 Step 6/22 : COPY go.mod . 08:33:57 ---> Running in 89e075fd94d2 08:33:58 ---> bdc830ce55ff 08:33:58 Step 7/22 : RUN go mod download 08:33:58 ---> Running in ae1a7a4b2de5 08:33:58 ---> 501c9acf9afc 08:33:58 Step 7/22 : RUN go mod download 08:33:58 Removing intermediate container 5d3b718363a0 08:33:58 ---> 6925d792d043 08:33:58 Step 7/29 : COPY . . 08:33:59 ---> Running in 8c813e672683 08:34:00 Removing intermediate container f5c55bcc7377 08:34:00 ---> 3566e704f7fa 08:34:00 Step 8/22 : COPY . . 08:34:02 using credential edgex-jenkins-ssh 08:34:03 Cloning the remote Git repository 08:34:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:34:03 > git init /w/workspace/edgex-go/193 # timeout=10 08:34:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:03 > git --version # timeout=10 08:34:03 > git --version # 'git version 2.17.1' 08:34:03 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:05 Removing intermediate container 89e075fd94d2 08:34:05 ---> 2e61f7f35816 08:34:05 Step 8/23 : COPY . . 08:34:08 Removing intermediate container ae1a7a4b2de5 08:34:08 ---> f1b91cc9ad5e 08:34:08 Step 8/22 : COPY . . 08:34:16 Removing intermediate container 8c813e672683 08:34:16 ---> 3b265b103617 08:34:16 Step 8/22 : COPY . . 08:34:19 Checking out Revision 3e9c358c5927252f504aa2b8b81da148d7d9995a (master) 08:34:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:34:19 > git config core.sparsecheckout # timeout=10 08:34:19 > git checkout -f 3e9c358c5927252f504aa2b8b81da148d7d9995a # timeout=10 08:34:23 Commit message: "Merge pull request #2802 from jinlinGuan/issue-2784" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:34:24 ========================================================= 08:34:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:34:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:34:25 + 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:34:27 ---> a8897a09526a 08:34:27 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:34:28 ---> 98b2de3f2a36 08:34:28 Step 9/22 : RUN make cmd/support-logging/support-logging 08:34:28 Sending build context to Docker daemon 164.9MB 08:34:28 Step 1/7 : ARG BASE=golang:1.15-alpine 08:34:28 Step 2/7 : FROM ${BASE} 08:34:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:34:28 b538f80385f9: Pulling fs layer 08:34:28 74f711af9a0d: Pulling fs layer 08:34:28 99f96fe45779: Pulling fs layer 08:34:28 8529a6b9a6be: Pulling fs layer 08:34:28 45590311c82a: Pulling fs layer 08:34:28 69ca0ff8b7b3: Pulling fs layer 08:34:28 209524e5b208: Pulling fs layer 08:34:28 45590311c82a: Waiting 08:34:28 69ca0ff8b7b3: Waiting 08:34:28 209524e5b208: Waiting 08:34:28 99f96fe45779: Verifying Checksum 08:34:28 99f96fe45779: Download complete 08:34:28 74f711af9a0d: Verifying Checksum 08:34:28 74f711af9a0d: Download complete 08:34:28 45590311c82a: Verifying Checksum 08:34:28 45590311c82a: Download complete 08:34:28 69ca0ff8b7b3: Verifying Checksum 08:34:28 69ca0ff8b7b3: Download complete 08:34:28 b538f80385f9: Verifying Checksum 08:34:28 b538f80385f9: Download complete 08:34:29 b538f80385f9: Pull complete 08:34:30 74f711af9a0d: Pull complete 08:34:30 99f96fe45779: Pull complete 08:34:30 ---> e1bb73a42502 08:34:30 Step 9/23 : RUN make cmd/core-data/core-data 08:34:31 209524e5b208: Verifying Checksum 08:34:31 209524e5b208: Download complete 08:34:32 8529a6b9a6be: Verifying Checksum 08:34:32 8529a6b9a6be: Download complete 08:34:33 ---> Running in 22fe26ed4864 08:34:33 ---> Running in 714590afae5e 08:34:33 ---> Running in 516b9098055c 08:34:34 ---> 2d9a81a50fad 08:34:34 Step 9/22 : RUN make cmd/core-command/core-command 08:34:34 ---> Running in b78b1e219b84 08:34:34 ---> a2d2845164a0 08:34:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:34:34 ---> Running in 3236d9fff5e7 08:34:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-logging/support-logging ./cmd/support-logging 08:34:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 08:34:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-data/core-data ./cmd/core-data 08:34:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-command/core-command ./cmd/core-command 08:34:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:34:42 8529a6b9a6be: Pull complete 08:34:43 45590311c82a: Pull complete 08:34:43 69ca0ff8b7b3: Pull complete 08:34:47 209524e5b208: Pull complete 08:34:47 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:34:47 ---> 5bddaf1c2fca 08:34:47 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:34:50 ---> Running in e7cbc51f375b 08:34:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:34:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:34:53 (1/12) Installing libmagic (5.38-r0) 08:34:53 (2/12) Installing file (5.38-r0) 08:34:53 (3/12) Installing libc-dev (0.7.2-r3) 08:34:53 (4/12) Installing g++ (9.3.0-r2) 08:35:04 (5/12) Installing fortify-headers (1.1-r0) 08:35:04 (6/12) Installing patch (2.7.6-r6) 08:35:04 (7/12) Installing build-base (0.5-r2) 08:35:04 (8/12) Installing libsodium (1.0.18-r0) 08:35:04 (9/12) Installing pkgconf (1.7.2-r0) 08:35:04 (10/12) Installing libsodium-dev (1.0.18-r0) 08:35:04 (11/12) Installing libzmq (4.3.3-r0) 08:35:04 (12/12) Installing zeromq-dev (4.3.3-r0) 08:35:04 Executing busybox-1.31.1-r16.trigger 08:35:04 OK: 217 MiB in 51 packages 08:35:07 Removing intermediate container e7cbc51f375b 08:35:07 ---> 8317bce7c3f1 08:35:07 Step 4/7 : WORKDIR /edgex-go 08:35:07 ---> Running in dedea808011d 08:35:08 Removing intermediate container 714590afae5e 08:35:08 ---> c01d3f1b7a65 08:35:08 08:35:08 Step 9/29 : FROM alpine:latest 08:35:08 latest: Pulling from library/alpine 08:35:08 Removing intermediate container 22fe26ed4864 08:35:08 ---> ea18f975196d 08:35:08 08:35:08 Step 10/22 : FROM scratch 08:35:08 ---> 08:35:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:35:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:35:08 Status: Downloaded newer image for alpine:latest 08:35:08 ---> a24bb4013296 08:35:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:35:08 ---> Running in 4e21ffde104a 08:35:08 ---> Running in ae66ebfbe580 08:35:08 Removing intermediate container 4e21ffde104a 08:35:08 ---> 6f4540a7f367 08:35:08 Step 12/22 : ENV APP_PORT=48061 08:35:08 ---> Running in 5a4ed07db51d 08:35:08 Removing intermediate container ae66ebfbe580 08:35:08 ---> adb8ad090ad4 08:35:08 Step 11/29 : USER root 08:35:08 ---> Running in f00da89f8a5c 08:35:08 Removing intermediate container 5a4ed07db51d 08:35:08 ---> f3d94bba321f 08:35:08 Step 13/22 : EXPOSE $APP_PORT 08:35:08 Removing intermediate container f00da89f8a5c 08:35:08 ---> 0ad5e5ee486a 08:35:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:35:08 ---> Running in e151bab24c2c 08:35:08 ---> Running in 2d01cf499998 08:35:08 Removing intermediate container e151bab24c2c 08:35:08 ---> 4e218d140fdc 08:35:08 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:35:08 Removing intermediate container dedea808011d 08:35:08 ---> 6c1a379391b8 08:35:08 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:35:08 latest: Pulling from library/docker 08:35:08 b538f80385f9: Already exists 08:35:08 259a493cd78d: Pulling fs layer 08:35:08 b8e66b5100f5: Pulling fs layer 08:35:08 7f8258a56ab6: Pulling fs layer 08:35:08 75a0a0ebb566: Pulling fs layer 08:35:08 4a2c62f0a2a3: Pulling fs layer 08:35:08 294320357d30: Pulling fs layer 08:35:08 75a0a0ebb566: Waiting 08:35:08 b8e66b5100f5: Verifying Checksum 08:35:08 b8e66b5100f5: Download complete 08:35:08 259a493cd78d: Download complete 08:35:08 4a2c62f0a2a3: Verifying Checksum 08:35:08 4a2c62f0a2a3: Download complete 08:35:09 75a0a0ebb566: Verifying Checksum 08:35:09 75a0a0ebb566: Download complete 08:35:09 294320357d30: Verifying Checksum 08:35:09 294320357d30: Download complete 08:35:09 ---> a84255e6bb6f 08:35:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:35:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:09 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:35:09 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:35:09 OK: 12750 distinct packages available 08:35:09 259a493cd78d: Pull complete 08:35:10 (1/2) Installing ca-certificates (20191127-r4) 08:35:10 (2/2) Installing dumb-init (1.2.2-r1) 08:35:10 Executing busybox-1.31.1-r16.trigger 08:35:10 Executing ca-certificates-20191127-r4.trigger 08:35:10 b8e66b5100f5: Pull complete 08:35:10 7f8258a56ab6: Verifying Checksum 08:35:10 7f8258a56ab6: Download complete 08:35:10 OK: 6 MiB in 16 packages 08:35:10 ---> f620857cc84d 08:35:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:35:10 Removing intermediate container b78b1e219b84 08:35:10 ---> 94e956559100 08:35:10 08:35:10 Step 10/22 : FROM scratch 08:35:10 ---> 08:35:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:35:12 ---> Running in 4a716cb91ae9 08:35:13 7f8258a56ab6: Pull complete 08:35:13 75a0a0ebb566: Pull complete 08:35:14 4a2c62f0a2a3: Pull complete 08:35:14 ---> 2376e8e5f63e 08:35:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:35:14 Removing intermediate container 4a716cb91ae9 08:35:14 ---> 9a79e0c4024a 08:35:14 Step 12/22 : ENV APP_PORT=48082 08:35:14 294320357d30: Pull complete 08:35:14 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 08:35:14 Status: Downloaded newer image for docker:latest 08:35:14 Removing intermediate container 2d01cf499998 08:35:14 ---> 27e6b1d73a96 08:35:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:35:14 Removing intermediate container 3236d9fff5e7 08:35:14 ---> fa270b8abc28 08:35:14 08:35:14 Step 10/22 : FROM scratch 08:35:14 ---> 08:35:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:35:14 ---> Using cache 08:35:14 ---> 9a79e0c4024a 08:35:14 Step 12/22 : ENV APP_PORT=48081 08:35:14 ---> Running in 38a407cf67d4 08:35:16 ---> c4f38eb412ab 08:35:16 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:35:16 ---> Running in b996d8b4885b 08:35:16 ---> Running in d90d65547c1e 08:35:16 ---> Running in 041e8d8ba6a6 08:35:16 Removing intermediate container 38a407cf67d4 08:35:16 ---> c2ee7964416e 08:35:16 Step 13/22 : EXPOSE $APP_PORT 08:35:16 ---> Running in 229b27954b92 08:35:16 Removing intermediate container 516b9098055c 08:35:16 ---> b0d26d0a18ae 08:35:16 08:35:16 Step 10/23 : FROM alpine 08:35:16 ---> a24bb4013296 08:35:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:35:17 ---> 087ab6ae912e 08:35:17 Step 6/7 : COPY go.mod . 08:35:17 Removing intermediate container d90d65547c1e 08:35:17 ---> 6b36d819902d 08:35:17 Step 13/22 : EXPOSE $APP_PORT 08:35:17 Removing intermediate container b996d8b4885b 08:35:17 ---> 7f8f67d01db5 08:35:17 Step 14/29 : WORKDIR $BASE_DIR 08:35:17 ---> Running in b2d3d2ffaac0 08:35:17 Removing intermediate container 041e8d8ba6a6 08:35:17 ---> 87c873bf2595 08:35:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:17 ---> Running in 58a0f508b47e 08:35:17 ---> Running in 2c1d06188d5b 08:35:17 Removing intermediate container 229b27954b92 08:35:17 ---> 2d5b14b6e5ef 08:35:17 Step 14/22 : WORKDIR / 08:35:18 ---> 61c24d925bb4 08:35:18 Step 7/7 : RUN go mod download 08:35:18 ---> Running in f57009aaad04 08:35:18 ---> Running in 65b56402a559 08:35:18 ---> Running in 871c358d122b 08:35:18 Removing intermediate container 58a0f508b47e 08:35:18 ---> 374a620b2de0 08:35:18 Step 14/22 : WORKDIR / 08:35:18 Removing intermediate container b2d3d2ffaac0 08:35:18 ---> 5fe017cb65bd 08:35:18 Step 12/23 : ENV APP_PORT=48080 08:35:18 ---> Running in 4460a8a9889d 08:35:18 Removing intermediate container 2c1d06188d5b 08:35:18 ---> 1c43549fee7d 08:35:18 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:35:18 Removing intermediate container 65b56402a559 08:35:18 ---> 395a47d4f1e2 08:35:18 Step 20/22 : LABEL arch=x86_64 08:35:18 Removing intermediate container 871c358d122b 08:35:18 ---> 47367f01caa1 08:35:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:35:18 ---> Running in b46ef1f3a8be 08:35:18 ---> Running in 79903889880b 08:35:18 ---> Running in 7f79ce6bc6ee 08:35:18 Removing intermediate container 4460a8a9889d 08:35:18 ---> 2cf327436c55 08:35:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:35:18 ---> a3dd06dc3d11 08:35:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:35:18 Removing intermediate container b46ef1f3a8be 08:35:18 ---> 70b21951f568 08:35:18 Step 13/23 : EXPOSE $APP_PORT 08:35:18 Removing intermediate container 7f79ce6bc6ee 08:35:18 ---> 2c5d9a7a1648 08:35:18 Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:35:19 ---> Running in 1516e9b1a23f 08:35:19 ---> Running in 65e2036db810 08:35:19 ---> 109a9b34d2d8 08:35:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:35:19 Removing intermediate container 1516e9b1a23f 08:35:19 ---> 2c8e64d33269 08:35:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:19 Removing intermediate container 65e2036db810 08:35:19 ---> ebf18e0e5eff 08:35:19 Step 22/22 : LABEL version=1.2.2-dev.77 08:35:19 ---> f8d218960784 08:35:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:35:19 ---> Running in 2245707565d5 08:35:19 ---> Running in 2e6794cf9ead 08:35:19 ---> e2cf4822973e 08:35:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:35:20 ---> 7c4ce46a34e4 08:35:20 Step 18/22 : ENTRYPOINT ["/core-command"] 08:35:20 Removing intermediate container 79903889880b 08:35:20 ---> 921aed8965e7 08:35:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:35:20 Removing intermediate container 2e6794cf9ead 08:35:20 ---> 1a26f4f8a95e 08:35:20 08:35:20 ---> 627245d21af5 08:35:20 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:35:20 ---> Running in 9521bcf8a1c2 08:35:21 ---> Running in 67042bc6d07c 08:35:21 Successfully built 1a26f4f8a95e 08:35:21 Successfully tagged docker-support-logging-go:latest 08:35:21  Building docker-support-logging-go ... done Building docker-support-notifications-go 08:35:21 Removing intermediate container 9521bcf8a1c2 08:35:21 ---> 6db9f424da06 08:35:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:21 ---> Running in 9be60b90a288 08:35:21 Removing intermediate container 67042bc6d07c 08:35:21 ---> 7bf12ca9bf31 08:35:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:21 ---> 5921857efb2f 08:35:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:35:21 ---> Running in fef3cbc88774 08:35:23 Removing intermediate container 9be60b90a288 08:35:23 ---> 4e78faf87ce6 08:35:23 Step 20/22 : LABEL arch=x86_64 08:35:23 Removing intermediate container 2245707565d5 08:35:23 ---> d7c3bcba71a7 08:35:23 Step 15/23 : RUN apk --no-cache add zeromq 08:35:23 ---> 2c3efc154e7c 08:35:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:35:23 ---> Running in 43f71cd9016a 08:35:23 Removing intermediate container fef3cbc88774 08:35:23 ---> e1468c092c1d 08:35:23 Step 20/22 : LABEL arch=x86_64 08:35:24 ---> Running in bfde3e3f73bb 08:35:24 ---> Running in 62cd0edc6e73 08:35:24 ---> 8fa2a8a7ec75 08:35:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:35:24 Removing intermediate container 43f71cd9016a 08:35:24 ---> 9f479151c889 08:35:24 Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:35:24 ---> Running in c75419a64ab1 08:35:25 Removing intermediate container 62cd0edc6e73 08:35:25 ---> f9c62f106feb 08:35:25 Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:25 ---> f4c7f5587ed2 08:35:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:35:26 ---> Running in 4802e0d63251 08:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:26 Removing intermediate container c75419a64ab1 08:35:26 ---> 2e5a8a10ec0b 08:35:26 Step 22/22 : LABEL version=1.2.2-dev.77 08:35:26 (1/5) Installing libgcc (9.3.0-r2) 08:35:27 (2/5) Installing libsodium (1.0.18-r0) 08:35:27 (3/5) Installing libstdc++ (9.3.0-r2) 08:35:27 (4/5) Installing libzmq (4.3.3-r0) 08:35:27 (5/5) Installing zeromq (4.3.3-r0) 08:35:27 Executing busybox-1.31.1-r16.trigger 08:35:27 OK: 8 MiB in 19 packages 08:35:28 ---> a3cc724e90a8 08:35:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:35:28 Removing intermediate container 4802e0d63251 08:35:28 ---> bade40705e08 08:35:28 Step 22/22 : LABEL version=1.2.2-dev.77 08:35:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:35:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:35:29 ---> b4d4bebf6227 08:35:29 Step 3/24 : WORKDIR /edgex-go 08:35:29 ---> Using cache 08:35:29 ---> 53344a355e86 08:35:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:29 ---> Using cache 08:35:29 ---> 564cfe57e2ad 08:35:29 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:35:30 ---> Running in 760e5dbed7f7 08:35:30 ---> Running in f0691b528c97 08:35:30 ---> Running in b2c361467283 08:35:30 ---> Running in ae464805b57b 08:35:30 Removing intermediate container 760e5dbed7f7 08:35:30 ---> 907f3e1b3826 08:35:30 08:35:30 Successfully built 907f3e1b3826 08:35:30 Removing intermediate container bfde3e3f73bb 08:35:30 ---> 1be6b4aa7ec3 08:35:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:35:30 Successfully tagged docker-core-command-go:latest 08:35:30 Building docker-support-scheduler-go 08:35:30  Building docker-core-command-go ... done Removing intermediate container f0691b528c97 08:35:30 ---> 88bc0ab89274 08:35:30 08:35:30 Successfully built 88bc0ab89274 08:35:30 Successfully tagged docker-core-metadata-go:latest 08:35:30 Building docker-security-proxy-setup-go 08:35:30  Building docker-core-metadata-go ... done  ---> bc5be981df3d 08:35:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:34 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:35:34 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:35:34 OK: 12752 distinct packages available 08:35:34 OK: 233 MiB in 51 packages 08:35:34 ---> 84191944ff94 08:35:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:35:35 Removing intermediate container b2c361467283 08:35:35 ---> 3900b6659994 08:35:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:35:35 ---> d86d96bb7687 08:35:35 Step 19/23 : ENTRYPOINT ["/core-data"] 08:35:35 ---> Running in 83f85e9cd12d 08:35:35 Removing intermediate container ae464805b57b 08:35:35 ---> c9156b21c34b 08:35:35 Step 6/24 : COPY go.mod . 08:35:35 ---> d87b02d0e87c 08:35:35 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:35 ---> Running in cbee83d1746d 08:35:35 Removing intermediate container 83f85e9cd12d 08:35:35 ---> 63b2545d4320 08:35:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:36 ---> 4494b7325f70 08:35:36 Step 7/24 : RUN go mod download 08:35:38 ---> Running in b23c487389be 08:35:38 ---> Running in 5397efbfed79 08:35:39 Removing intermediate container b23c487389be 08:35:39 ---> d03212fcc554 08:35:39 Step 21/23 : LABEL arch=x86_64 08:35:40 ---> Running in bf813f6ec3fa 08:35:41 Removing intermediate container bf813f6ec3fa 08:35:41 ---> ced3dbf2682d 08:35:41 Step 22/23 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:35:42 ---> Running in 07b70ee37b0d 08:35:43 Removing intermediate container cbee83d1746d 08:35:43 ---> eb93a704aaa3 08:35:43 Step 24/29 : RUN chmod 755 security-secrets-setup 08:35:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:35:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:35:43 ---> b4d4bebf6227 08:35:43 Step 3/21 : WORKDIR /edgex-go 08:35:43 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:35:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:35:43 ---> b4d4bebf6227 08:35:43 Step 3/20 : WORKDIR /edgex-go 08:35:43 ---> Using cache 08:35:43 ---> 53344a355e86 08:35:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:43 ---> Using cache 08:35:43 ---> Using cache 08:35:43 ---> 53344a355e86 08:35:43 ---> 564cfe57e2ad 08:35:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 5/20 : RUN apk update && apk add make git 08:35:43 08:35:43 ---> Using cache 08:35:43 ---> 564cfe57e2ad 08:35:43 Step 5/21 : RUN apk update && apk add make git 08:35:44 ---> Running in 93c5cbf566cb 08:35:44 ---> Running in 9f6a936ae623 08:35:44 ---> Running in 5bf67cd6ccb8 08:35:44 Removing intermediate container 07b70ee37b0d 08:35:44 ---> c60fe1841ca7 08:35:44 Step 23/23 : LABEL version=1.2.2-dev.77 08:35:44 Removing intermediate container f57009aaad04 08:35:44 ---> ef7d577eac32 08:35:44 Successfully built ef7d577eac32 08:35:44 Successfully tagged ci-base-image-arm64:latest 08:35:44 Removing intermediate container 5397efbfed79 08:35:44 ---> e7d4e207634d 08:35:44 Step 8/24 : COPY . . 08:35:44 ---> Running in 1b811cb3c43a [Pipeline] isUnix [Pipeline] sh 08:35:45 + docker inspect -f . ci-base-image-arm64 08:35:45 . [Pipeline] withDockerContainer 08:35:45 Removing intermediate container 1b811cb3c43a 08:35:45 ---> 13dfaccde554 08:35:45 08:35:45 prd-ubuntu18.04-docker-arm64-4c-16g-5833 does not seem to be running inside a container 08:35:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:35:45 Successfully built 13dfaccde554 08:35:45 Successfully tagged docker-core-data-go:latest 08:35:45  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 08:35:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:47 $ docker top d08e7e71790636132bbdb330896e0d18f2dad747119e0a464105bd18221abbf0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:48 + go version 08:35:48 go version go1.15.2 linux/arm64 [Pipeline] } 08:35:48 $ docker stop --time=1 d08e7e71790636132bbdb330896e0d18f2dad747119e0a464105bd18221abbf0 08:35:49 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:35:49 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:35:49 OK: 12752 distinct packages available 08:35:49 OK: 233 MiB in 51 packages 08:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:50 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:35:50 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:35:50 OK: 12752 distinct packages available 08:35:50 OK: 233 MiB in 51 packages 08:35:50 $ docker rm -f d08e7e71790636132bbdb330896e0d18f2dad747119e0a464105bd18221abbf0 [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:35:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:35:52 08:35:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:35:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:35:53 latest: Pulling from edgex-devops/edgex-compose-arm64 08:35:53 29e5d40040c1: Pulling fs layer 08:35:53 1ce36da41761: Pulling fs layer 08:35:53 25b303627fd3: Pulling fs layer 08:35:53 29e5d40040c1: Verifying Checksum 08:35:53 29e5d40040c1: Download complete 08:35:53 1ce36da41761: Verifying Checksum 08:35:53 1ce36da41761: Download complete 08:35:54 29e5d40040c1: Pull complete 08:35:55 1ce36da41761: Pull complete 08:35:55 25b303627fd3: Verifying Checksum 08:35:55 25b303627fd3: Download complete 08:35:57 Removing intermediate container 5bf67cd6ccb8 08:35:57 ---> a0df6f274c81 08:35:57 Step 6/21 : COPY go.mod . 08:35:57 Removing intermediate container 93c5cbf566cb 08:35:57 ---> 8bd3de80831c 08:35:57 Step 6/20 : COPY go.mod . 08:35:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 08:35:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:35:58 ---> b4d4bebf6227 08:35:58 Step 3/26 : WORKDIR /edgex-go 08:35:58 ---> Using cache 08:35:58 ---> 53344a355e86 08:35:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:58 ---> Using cache 08:35:58 ---> 564cfe57e2ad 08:35:58 Step 5/26 : RUN apk update && apk add make git 08:35:58 ---> Using cache 08:35:58 ---> 8bd3de80831c 08:35:58 Step 6/26 : COPY go.mod . 08:35:58 ---> Using cache 08:35:58 ---> 9253fb73d4cf 08:35:58 Step 7/26 : RUN go mod download 08:35:58 Removing intermediate container 9f6a936ae623 08:35:58 ---> ac6274bbb698 08:35:58 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:35:59 ---> 9253fb73d4cf 08:35:59 Step 7/20 : RUN go mod download 08:35:59 ---> fc4c3949480c 08:35:59 Step 7/21 : RUN go mod download 08:36:00 ---> Running in 67177276134f 08:36:00 ---> Running in 49ce614ffed7 08:36:00 ---> Running in 2472543e21b6 08:36:00 ---> Running in 772d8a8de1b3 08:36:00 ---> ca8669c05b80 08:36:00 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:36:00 ---> Running in 661f0a12261a 08:36:00 Removing intermediate container 49ce614ffed7 08:36:00 ---> 1128286fb409 08:36:00 Step 26/29 : CMD [ "generate" ] 08:36:00 ---> Running in 12c415373973 08:36:01 Removing intermediate container 12c415373973 08:36:01 ---> 60cf137700c3 08:36:01 Step 27/29 : LABEL arch=x86_64 08:36:01 ---> Running in edc92e4318ae 08:36:01 Removing intermediate container edc92e4318ae 08:36:01 ---> 7853d22c270b 08:36:01 Step 28/29 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:36:01 ---> Running in 7740f1b882c3 08:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:36:02 Removing intermediate container 7740f1b882c3 08:36:02 ---> 01fc4c34572d 08:36:02 Step 29/29 : LABEL version=1.2.2-dev.77 08:36:02 ---> Running in 59753035d83a 08:36:02 Removing intermediate container 67177276134f 08:36:02 ---> 3104c4d0bfd8 08:36:02 Step 8/26 : COPY . . 08:36:02 Removing intermediate container 2472543e21b6 08:36:02 ---> a9a8ae3cd3a7 08:36:02 Step 8/21 : COPY . . 08:36:02 Removing intermediate container 59753035d83a 08:36:02 ---> a4d06f92326c 08:36:02 08:36:02 Successfully built a4d06f92326c 08:36:03 Successfully tagged docker-security-secrets-setup-go:latest 08:36:03 Building docker-sys-mgmt-agent-go 08:36:03  Building docker-security-secrets-setup-go ... done Removing intermediate container 772d8a8de1b3 08:36:03 ---> 801c57ab5fb7 08:36:03 Step 8/20 : COPY . . 08:36:05 25b303627fd3: Pull complete 08:36:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:36:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:36:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:36:05 prd-ubuntu18.04-docker-arm64-4c-16g-5833 does not seem to be running inside a container 08:36:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:36:09 $ docker top a327de50feab799c1f7a86ef4c94bf97b6896c4f0c4c7dcb53e96849cecf2372 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:10 + docker-compose build --help 08:36:10 + grep parallel 08:36:13 --parallel Build images in parallel. [Pipeline] } 08:36:14 $ docker stop --time=1 a327de50feab799c1f7a86ef4c94bf97b6896c4f0c4c7dcb53e96849cecf2372 08:36:15 $ docker rm -f a327de50feab799c1f7a86ef4c94bf97b6896c4f0c4c7dcb53e96849cecf2372 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:36:16 . [Pipeline] withDockerContainer 08:36:17 prd-ubuntu18.04-docker-arm64-4c-16g-5833 does not seem to be running inside a container 08:36:17 $ 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/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:36:18 $ docker top 189df2d08e6c057a66da4279b370fdd4bf809454fc92b5af9917fd03c6e6eaa4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:19 + docker-compose -f ./docker-compose-build.yml build --parallel 08:36:23 Building docker-core-command-go ... 08:36:23 Building docker-core-data-go ... 08:36:23 Building docker-core-metadata-go ... 08:36:23 Building docker-security-proxy-setup-go ... 08:36:23 Building docker-security-secrets-setup-go ... 08:36:23 Building docker-security-secretstore-setup-go ... 08:36:23 Building docker-support-logging-go ... 08:36:23 Building docker-support-notifications-go ... 08:36:23 Building docker-support-scheduler-go ... 08:36:23 Building docker-sys-mgmt-agent-go ... 08:36:23 Building docker-core-data-go 08:36:23 Building docker-security-proxy-setup-go 08:36:23 Building docker-security-secretstore-setup-go 08:36:23 Building docker-core-command-go 08:36:23 Building docker-support-notifications-go 08:36:30 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:36:30 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:36:30 ---> b4d4bebf6227 08:36:30 Step 3/27 : WORKDIR /edgex-go 08:36:30 ---> Using cache 08:36:30 ---> 53344a355e86 08:36:30 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:30 ---> Using cache 08:36:30 ---> 564cfe57e2ad 08:36:30 Step 5/27 : RUN apk update && apk add make bash git 08:36:30 ---> Running in d8496552c600 08:36:30 ---> 9eeae97a22aa 08:36:30 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:36:30 ---> 24b821cf040b 08:36:30 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:36:30 ---> 06b02980f08c 08:36:30 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:36:30 ---> Running in f57023ee4f01 08:36:30 ---> Running in 5a1d5e129bcc 08:36:30 ---> Running in 144fc1affa46 08:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:36:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:36:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:33 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:36:33 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:36:33 OK: 12752 distinct packages available 08:36:33 OK: 233 MiB in 51 packages 08:36:34 Removing intermediate container 661f0a12261a 08:36:34 ---> d61075fb0839 08:36:34 08:36:34 Step 10/24 : FROM scratch 08:36:34 ---> 08:36:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:36:35 ---> Using cache 08:36:35 ---> 6f4540a7f367 08:36:35 Step 12/24 : ENV APP_PORT=48060 08:36:36 ---> Running in d828f48c1567 08:36:36 Removing intermediate container d8496552c600 08:36:36 ---> 47ab5e7f6784 08:36:36 Step 6/27 : COPY go.mod . 08:36:36 Removing intermediate container d828f48c1567 08:36:36 ---> 170db7f076d3 08:36:36 Step 13/24 : EXPOSE $APP_PORT 08:36:36 ---> Running in 2250823d91ac 08:36:36 ---> 126ada840dd5 08:36:36 Step 7/27 : RUN go mod download 08:36:37 ---> Running in e2eff45509db 08:36:37 Removing intermediate container 2250823d91ac 08:36:37 ---> 7890d3bcf524 08:36:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:36:37 ---> cbcb7c7d5c85 08:36:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:36:40 ---> 8979d7ed04d3 08:36:40 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:36:40 Removing intermediate container e2eff45509db 08:36:40 ---> 323f487fc479 08:36:40 Step 8/27 : COPY . . 08:36:40 ---> 655c12c43c90 08:36:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:36:45 ---> 8a3c924a90cf 08:36:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:36:48 ---> a3ecf1a61a05 08:36:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:36:53 ---> 84ceab619dd2 08:36:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:36:54 ---> Running in a5a8a99a072d 08:36:54 ---> 306d748c08a3 08:36:54 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:36:54 ---> Running in 941285e8b4e0 08:36:55 Removing intermediate container a5a8a99a072d 08:36:55 ---> c33224d9e5a2 08:36:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:55 ---> Running in 2da6acff8cf9 08:36:55 Removing intermediate container 2da6acff8cf9 08:36:55 ---> 21de0806545b 08:36:55 Step 22/24 : LABEL arch=x86_64 08:36:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:36:55 ---> Running in b2a7834c7f38 08:36:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:36:55 Removing intermediate container b2a7834c7f38 08:36:55 ---> 3b458364b84e 08:36:55 Step 23/24 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:36:56 ---> Running in 8d242dfc4a31 08:36:56 Removing intermediate container 8d242dfc4a31 08:36:56 ---> 12c3c30295f2 08:36:56 Step 24/24 : LABEL version=1.2.2-dev.77 08:36:57 ---> Running in 1ef05d7f4ef3 08:36:57 Removing intermediate container 5a1d5e129bcc 08:36:57 ---> 9c8d346e7e9c 08:36:57 08:36:57 Step 10/20 : FROM alpine 08:36:57 ---> a24bb4013296 08:36:57 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:36:57 Removing intermediate container 1ef05d7f4ef3 08:36:57 ---> 44e5ca19333d 08:36:57 08:36:58 ---> Running in 2961e4964c14 08:36:58 Successfully built 44e5ca19333d 08:36:58 Successfully tagged docker-support-notifications-go:latest 08:36:59  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:59 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:36:59 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:36:59 OK: 12750 distinct packages available 08:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 08:36:59 (1/4) Installing ca-certificates (20191127-r4) 08:36:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:36:59 (3/4) Installing libcurl (7.69.1-r1) 08:36:59 (4/4) Installing curl (7.69.1-r1) 08:36:59 Executing busybox-1.31.1-r16.trigger 08:36:59 Executing ca-certificates-20191127-r4.trigger 08:37:00 OK: 7 MiB in 18 packages 08:37:01 Removing intermediate container 144fc1affa46 08:37:01 ---> 7e597df4ed37 08:37:01 08:37:01 Step 10/21 : FROM scratch 08:37:01 ---> 08:37:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:37:02 ---> Using cache 08:37:02 ---> 9a79e0c4024a 08:37:02 Step 12/21 : ENV APP_PORT=48085 08:37:02 Removing intermediate container 2961e4964c14 08:37:02 ---> 0e0dcaa1678b 08:37:02 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:37:02 ---> Running in 3edefe3d3d84 08:37:02 ---> Running in 167a99ab1fc0 08:37:02 Removing intermediate container 3edefe3d3d84 08:37:02 ---> 572f61aaddb3 08:37:02 Step 13/21 : EXPOSE $APP_PORT 08:37:02 ---> Running in 1af88a4f29ad 08:37:02 Removing intermediate container 167a99ab1fc0 08:37:02 ---> 1a4dc225dc6e 08:37:02 Step 13/20 : WORKDIR /edgex 08:37:03 ---> Running in 5362c447c767 08:37:03 Removing intermediate container 1af88a4f29ad 08:37:03 ---> 76d2ea5ea6c6 08:37:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:37:03 Removing intermediate container 5362c447c767 08:37:03 ---> 79a5f7f1032b 08:37:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:37:05 ---> 39b130174e22 08:37:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:37:06 ---> cf83de37c6a9 08:37:06 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:37:06 Removing intermediate container f57023ee4f01 08:37:06 ---> 275290fa3bf7 08:37:06 08:37:06 Step 10/26 : FROM alpine:3.10 08:37:06 3.10: Pulling from library/alpine 08:37:07 ---> 8e2e10c0cd89 08:37:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:37:07 ---> 79924ec739ee 08:37:07 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:37:07 ---> Running in 27de1b2022b2 08:37:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:37:07 ---> 9072319726be 08:37:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:37:07 Status: Downloaded newer image for alpine:3.10 08:37:07 ---> be4e4bea2c2e 08:37:07 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:37:08 ---> Running in a6d18ca83b7b 08:37:08 ---> Running in 25a8170ffabf 08:37:08 Removing intermediate container 27de1b2022b2 08:37:08 ---> 5186cbaa37a8 08:37:08 Step 17/20 : CMD ["--init=true"] 08:37:08 ---> Running in f062122a4190 08:37:08 Removing intermediate container a6d18ca83b7b 08:37:08 ---> 4876d9d25a1a 08:37:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:37:08 ---> Running in f762694c5431 08:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:37:08 Removing intermediate container f062122a4190 08:37:08 ---> 6f6bb6e48c84 08:37:08 Step 18/20 : LABEL arch=x86_64 08:37:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:37:08 ---> Running in 6edcd4ff31dc 08:37:08 Removing intermediate container f762694c5431 08:37:08 ---> 743b762fc713 08:37:08 Step 19/21 : LABEL arch=x86_64 08:37:08 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:37:08 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:37:08 OK: 10346 distinct packages available 08:37:09 ---> Running in cb2b1bb395e7 08:37:09 (1/5) Installing ca-certificates (20191127-r2) 08:37:09 Removing intermediate container 6edcd4ff31dc 08:37:09 ---> a549a5613d38 08:37:09 Step 19/20 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:37:09 (3/5) Installing libcurl (7.66.0-r1) 08:37:09 (4/5) Installing curl (7.66.0-r1) 08:37:09 (5/5) Installing dumb-init (1.2.2-r1) 08:37:09 Executing busybox-1.30.1-r3.trigger 08:37:09 Executing ca-certificates-20191127-r2.trigger 08:37:09 OK: 7 MiB in 19 packages 08:37:09 ---> Running in e3895dea0e9a 08:37:10 Removing intermediate container cb2b1bb395e7 08:37:10 ---> 4d65c723371f 08:37:10 Step 20/21 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:11 ---> Running in 7f02d45b3842 08:37:11 Removing intermediate container e3895dea0e9a 08:37:11 ---> 2b9b8187cca4 08:37:11 Step 20/20 : LABEL version=1.2.2-dev.77 08:37:12 Removing intermediate container 941285e8b4e0 08:37:12 ---> d231c8d93ff8 08:37:12 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:37:12 ---> Running in 224aea6bc615 08:37:12 ---> Running in faf27d428a05 08:37:12 Removing intermediate container 7f02d45b3842 08:37:12 ---> 2e318d2055b3 08:37:12 Step 21/21 : LABEL version=1.2.2-dev.77 08:37:12 Removing intermediate container 25a8170ffabf 08:37:12 ---> de0d4e49ff86 08:37:12 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:37:12 ---> Running in 3a83b77cff81 08:37:12 ---> Running in 488af7488dcd 08:37:12 Removing intermediate container 224aea6bc615 08:37:12 ---> d87a4230ea4b 08:37:12 08:37:13 Successfully built d87a4230ea4b 08:37:13 Removing intermediate container 3a83b77cff81 08:37:13 ---> 9abcbae14bcb 08:37:13 08:37:13 Successfully tagged docker-security-proxy-setup-go:latest 08:37:13  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:37:13 Successfully built 9abcbae14bcb 08:37:13 Removing intermediate container 488af7488dcd 08:37:13 ---> e68f19ffe27c 08:37:13 Step 13/26 : WORKDIR / 08:37:13 Successfully tagged docker-support-scheduler-go:latest 08:37:13  Building docker-support-scheduler-go ... done  ---> Running in c824cc407de6 08:37:13 Removing intermediate container c824cc407de6 08:37:13 ---> 9e68a08953ee 08:37:13 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:37:14 ---> cb126ebdc6e7 08:37:14 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:37:14 ---> 3499130fcdd4 08:37:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:37:14 Removing intermediate container faf27d428a05 08:37:14 ---> 50fefa374200 08:37:14 08:37:14 Step 11/27 : FROM docker:latest 08:37:14 ---> 809cc4dba987 08:37:14 Step 12/27 : RUN apk add --no-cache bash 08:37:14 ---> Running in a341c77cf35d 08:37:14 ---> 5354f7ab3379 08:37:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:37:14 ---> 36b6dfdec60f 08:37:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:15 (1/2) Installing readline (8.0.4-r0) 08:37:15 (2/2) Installing bash (5.0.17-r0) 08:37:15 Executing bash-5.0.17-r0.post-install 08:37:15 Executing busybox-1.31.1-r16.trigger 08:37:15 OK: 12 MiB in 22 packages 08:37:15 ---> dbe5fa73b6c9 08:37:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:37:15 Removing intermediate container a341c77cf35d 08:37:15 ---> f604b1abd4dc 08:37:15 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:37:15 ---> Running in a1dc480482f6 08:37:15 ---> 256849b850be 08:37:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:37:16 ---> 99cecd308e0c 08:37:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:37:16 ---> 7d3533b4aec9 08:37:16 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:37:16 ---> Running in 738225b7ea9c 08:37:16 Removing intermediate container a1dc480482f6 08:37:16 ---> 2e68c24aab59 08:37:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:37:16 ---> Running in 9a8ddedd9dce 08:37:17 Removing intermediate container 9a8ddedd9dce 08:37:17 ---> 83773a2e1e20 08:37:17 Step 15/27 : ENV APP_PORT=48090 08:37:17 ---> Running in 5a7790ef84f9 08:37:17 Removing intermediate container 5a7790ef84f9 08:37:17 ---> 3b9d9fa0f5fa 08:37:17 Step 16/27 : EXPOSE $APP_PORT 08:37:18 ---> Running in 8dc38123ba13 08:37:18 Removing intermediate container 738225b7ea9c 08:37:18 ---> 2966f1e769d2 08:37:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:37:18 Removing intermediate container 8dc38123ba13 08:37:18 ---> 6e5ace1c2daa 08:37:18 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:37:18 ---> Running in b94d6f5797b8 08:37:18 Removing intermediate container b94d6f5797b8 08:37:18 ---> 7fc981809e43 08:37:18 Step 24/26 : LABEL arch=x86_64 08:37:18 ---> Running in 9c1d17db4151 08:37:18 ---> 9bb31f361307 08:37:18 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:37:18 Removing intermediate container 9c1d17db4151 08:37:18 ---> 147f46c4fb07 08:37:18 Step 25/26 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:18 ---> Running in 7bc89f1ba1dd 08:37:18 ---> ffa70c12d1db 08:37:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:37:19 Removing intermediate container 7bc89f1ba1dd 08:37:19 ---> 17e6beb91d2f 08:37:19 Step 26/26 : LABEL version=1.2.2-dev.77 08:37:19 ---> Running in 66e8a1007eb7 08:37:19 ---> a1c5ef587076 08:37:19 Step 20/27 : RUN apk --no-cache add py3-pip 08:37:19 ---> Running in 5638d4c7b90e 08:37:19 Removing intermediate container 66e8a1007eb7 08:37:19 ---> e82d64b46690 08:37:19 08:37:19 Successfully built e82d64b46690 08:37:19 Successfully tagged docker-security-secretstore-setup-go:latest 08:37:19  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 08:37:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:37:19 ---> ef7d577eac32 08:37:19 Step 3/26 : WORKDIR /edgex-go 08:37:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:37:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:37:19 ---> ef7d577eac32 08:37:19 Step 3/22 : WORKDIR /edgex-go 08:37:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:37:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:19 ---> ef7d577eac32 08:37:19 Step 3/23 : WORKDIR /edgex-go 08:37:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:37:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:37:19 ---> ef7d577eac32 08:37:19 Step 3/24 : WORKDIR /edgex-go 08:37:19 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:37:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:37:19 ---> ef7d577eac32 08:37:19 Step 3/20 : WORKDIR /edgex-go 08:37:19 ---> Running in b124070dfac0 08:37:19 ---> Running in a4a0a3a981be 08:37:19 ---> Running in 781462ac46dd 08:37:19 ---> Running in 1fe309d86f28 08:37:19 ---> Running in 769534bcff72 08:37:19 Removing intermediate container b124070dfac0 08:37:19 ---> 039dadf850f9 08:37:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:19 Removing intermediate container a4a0a3a981be 08:37:19 ---> e40fbcc5c914 08:37:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:19 Removing intermediate container 781462ac46dd 08:37:19 Removing intermediate container 769534bcff72 08:37:19 ---> 6f2f265eefd0 08:37:19 ---> 019273a96672 08:37:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:19 Removing intermediate container 1fe309d86f28 08:37:19 ---> 5d5fd5b9aac4 08:37:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:19 ---> Running in 65c5ec231f51 08:37:19 ---> Running in 73f69f1e3b4f 08:37:19 ---> Running in 683bd00965b1 08:37:19 ---> Running in 5baab633a18e 08:37:19 ---> Running in 1b63c9df17f8 08:37:19 Removing intermediate container 73f69f1e3b4f 08:37:19 ---> f77fc56e47f5 08:37:19 Step 5/26 : RUN apk update && apk add make git 08:37:20 (1/33) Installing libbz2 (1.0.8-r1) 08:37:20 (2/33) Installing expat (2.2.9-r1) 08:37:20 (3/33) Installing libffi (3.3-r2) 08:37:20 Removing intermediate container 5baab633a18e 08:37:20 ---> 7d02c7659f67 08:37:20 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:37:20 ---> Running in 43541e612f4e 08:37:20 Removing intermediate container 65c5ec231f51 08:37:20 ---> 02dcf3f47ad6 08:37:20 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:37:20 (4/33) Installing gdbm (1.13-r1) 08:37:20 ---> Running in 351c4541293c 08:37:20 ---> Running in 678c8478af65 08:37:20 (5/33) Installing xz-libs (5.2.5-r0) 08:37:20 (6/33) Installing sqlite-libs (3.32.1-r0) 08:37:20 (7/33) Installing python3 (3.8.5-r0) 08:37:20 Removing intermediate container 1b63c9df17f8 08:37:20 ---> dc4f5faa4975 08:37:20 Step 5/20 : RUN apk update && apk add make git 08:37:20 Removing intermediate container 683bd00965b1 08:37:20 ---> 4ccd28ad1432 08:37:20 Step 5/22 : RUN apk update && apk add make git 08:37:20 ---> Running in f96571a8fab4 08:37:20 ---> Running in 8b5ff6e57ddb 08:37:22 (8/33) Installing py3-appdirs (1.4.4-r1) 08:37:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:37:22 (10/33) Installing py3-parsing (2.4.7-r0) 08:37:22 (11/33) Installing py3-six (1.15.0-r0) 08:37:22 (12/33) Installing py3-packaging (20.4-r0) 08:37:22 (13/33) Installing py3-setuptools (47.0.0-r0) 08:37:22 (14/33) Installing py3-chardet (3.0.4-r4) 08:37:22 (15/33) Installing py3-idna (2.9-r0) 08:37:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:37:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:37:22 (18/33) Installing py3-requests (2.23.0-r0) 08:37:22 (19/33) Installing py3-msgpack (1.0.0-r0) 08:37:22 (20/33) Installing py3-lockfile (0.12.2-r3) 08:37:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:37:22 (22/33) Installing py3-colorama (0.4.3-r0) 08:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:22 (23/33) Installing py3-distlib (0.3.0-r0) 08:37:22 (24/33) Installing py3-distro (1.5.0-r1) 08:37:22 (25/33) Installing py3-webencodings (0.5.1-r3) 08:37:22 (26/33) Installing py3-html5lib (1.0.1-r4) 08:37:22 (27/33) Installing py3-pytoml (0.1.21-r0) 08:37:22 (28/33) Installing py3-pep517 (0.8.2-r0) 08:37:22 (29/33) Installing py3-progress (1.5-r0) 08:37:22 (30/33) Installing py3-toml (0.10.1-r0) 08:37:22 (31/33) Installing py3-retrying (1.3.3-r0) 08:37:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:37:22 (33/33) Installing py3-pip (20.1.1-r0) 08:37:22 Executing busybox-1.31.1-r16.trigger 08:37:22 OK: 71 MiB in 55 packages 08:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:24 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:37:24 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:37:24 OK: 12623 distinct packages available 08:37:25 OK: 217 MiB in 51 packages 08:37:25 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:37:25 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:37:25 OK: 12623 distinct packages available 08:37:25 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:37:25 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:37:25 OK: 12623 distinct packages available 08:37:25 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:37:25 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:37:25 OK: 12623 distinct packages available 08:37:25 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:37:25 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:37:25 OK: 12623 distinct packages available 08:37:26 OK: 217 MiB in 51 packages 08:37:26 OK: 217 MiB in 51 packages 08:37:26 OK: 217 MiB in 51 packages 08:37:26 OK: 217 MiB in 51 packages 08:37:27 Removing intermediate container 43541e612f4e 08:37:27 ---> eda016c1775c 08:37:27 Step 6/26 : COPY go.mod . 08:37:28 ---> 5412a9f545dc 08:37:28 Step 7/26 : RUN go mod download 08:37:28 Removing intermediate container 8b5ff6e57ddb 08:37:28 ---> c29dc25cfc2e 08:37:28 Step 6/22 : COPY go.mod . 08:37:28 Removing intermediate container f96571a8fab4 08:37:28 ---> 03e7e1516c02 08:37:28 Step 6/20 : COPY go.mod . 08:37:28 ---> Running in 1cd33acd30ef 08:37:28 Removing intermediate container 351c4541293c 08:37:28 ---> 8cfdf76bd13c 08:37:28 Step 6/24 : COPY go.mod . 08:37:28 Removing intermediate container 678c8478af65 08:37:28 ---> 5cac6ecdd247 08:37:28 Step 6/23 : COPY go.mod . 08:37:29 ---> 6818fb698ce9 08:37:29 Step 7/22 : RUN go mod download 08:37:29 ---> a132facf1976 08:37:29 Step 7/24 : RUN go mod download 08:37:29 ---> Running in b8d93a4085da 08:37:29 ---> 4b3e71d5512c 08:37:29 Step 7/20 : RUN go mod download 08:37:29 ---> Running in 86fa484c02a7 08:37:30 ---> 8ad281b53435 08:37:30 Step 7/23 : RUN go mod download 08:37:30 ---> Running in a9dd045c089c 08:37:30 ---> Running in f906f221b9c7 08:37:32 Removing intermediate container 5638d4c7b90e 08:37:32 ---> 06ece00ae5ee 08:37:32 Step 21/27 : RUN pip install docker-compose==1.23.2 08:37:32 ---> Running in 25cc247fca3e 08:37:32 Collecting docker-compose==1.23.2 08:37:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:37:33 Collecting cached-property<2,>=1.2.0 08:37:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:37:33 Removing intermediate container 1cd33acd30ef 08:37:33 ---> 9dc8aa3bd573 08:37:33 Step 8/26 : COPY . . 08:37:33 Collecting PyYAML<4,>=3.10 08:37:33 Downloading PyYAML-3.13.tar.gz (270 kB) 08:37:35 Collecting jsonschema<3,>=2.5.1 08:37:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:37:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:37:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:37:35 Collecting docopt<0.7,>=0.6.1 08:37:35 Downloading docopt-0.6.2.tar.gz (25 kB) 08:37:35 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:37:35 Collecting docker<4.0,>=3.6.0 08:37:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:37:36 Collecting texttable<0.10,>=0.9.0 08:37:36 Downloading texttable-0.9.1.tar.gz (11 kB) 08:37:36 Collecting websocket-client<1.0,>=0.32.0 08:37:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:37:36 Removing intermediate container b8d93a4085da 08:37:36 ---> 32300159a79c 08:37:36 Step 8/22 : COPY . . 08:37:36 Removing intermediate container 86fa484c02a7 08:37:36 ---> 4cb6d9ae7c1a 08:37:36 Step 8/24 : COPY . . 08:37:36 Collecting dockerpty<0.5,>=0.4.1 08:37:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:37:37 Collecting urllib3<1.25,>=1.21.1 08:37:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:37:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:37:37 Collecting idna<2.8,>=2.5 08:37:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:37:37 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:37:37 Removing intermediate container a9dd045c089c 08:37:37 ---> ab51378a38fa 08:37:37 Step 8/20 : COPY . . 08:37:37 Collecting docker-pycreds>=0.4.0 08:37:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:37:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:37:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:37:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:37:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:37:37 Installing collected packages: cached-property, PyYAML, jsonschema, urllib3, idna, requests, docopt, docker-pycreds, websocket-client, docker, texttable, dockerpty, docker-compose 08:37:37 Running setup.py install for PyYAML: started 08:37:37 Removing intermediate container f906f221b9c7 08:37:37 ---> c08d3025b220 08:37:37 Step 8/23 : COPY . . 08:37:37 Running setup.py install for PyYAML: finished with status 'done' 08:37:37 Attempting uninstall: urllib3 08:37:37 Found existing installation: urllib3 1.25.9 08:37:37 Uninstalling urllib3-1.25.9: 08:37:38 Successfully uninstalled urllib3-1.25.9 08:37:38 Attempting uninstall: idna 08:37:38 Found existing installation: idna 2.9 08:37:38 Uninstalling idna-2.9: 08:37:38 Successfully uninstalled idna-2.9 08:37:38 Attempting uninstall: requests 08:37:38 Found existing installation: requests 2.23.0 08:37:38 Uninstalling requests-2.23.0: 08:37:38 Successfully uninstalled requests-2.23.0 08:37:38 Running setup.py install for docopt: started 08:37:38 Running setup.py install for docopt: finished with status 'done' 08:37:39 Running setup.py install for texttable: started 08:37:39 Running setup.py install for texttable: finished with status 'done' 08:37:39 Running setup.py install for dockerpty: started 08:37:40 Running setup.py install for dockerpty: finished with status 'done' 08:37:40 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:37:42 Removing intermediate container 25cc247fca3e 08:37:42 ---> 7a81666e67e9 08:37:42 Step 22/27 : RUN apk --no-cache add curl 08:37:43 ---> Running in c19bdfe578cd 08:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:37:43 (2/3) Installing libcurl (7.69.1-r1) 08:37:43 (3/3) Installing curl (7.69.1-r1) 08:37:43 Executing busybox-1.31.1-r16.trigger 08:37:43 OK: 72 MiB in 58 packages 08:37:44 Removing intermediate container c19bdfe578cd 08:37:44 ---> a9cae1ada97c 08:37:44 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:37:44 ---> Running in 5095bde82246 08:37:44 Removing intermediate container 5095bde82246 08:37:44 ---> f6fc17433568 08:37:44 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:37:44 ---> Running in 5b9981d471a8 08:37:44 Removing intermediate container 5b9981d471a8 08:37:44 ---> a0e15a8180ea 08:37:44 Step 25/27 : LABEL arch=x86_64 08:37:44 ---> Running in 02e46429ed8b 08:37:44 Removing intermediate container 02e46429ed8b 08:37:44 ---> bb39a16a2eb5 08:37:44 Step 26/27 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:45 ---> Running in 1c39229d1bcf 08:37:45 Removing intermediate container 1c39229d1bcf 08:37:45 ---> 7d5574629a24 08:37:45 Step 27/27 : LABEL version=1.2.2-dev.77 08:37:45 ---> Running in fd63083f3b45 08:37:45 Removing intermediate container fd63083f3b45 08:37:45 ---> cc990d7ca519 08:37:45 08:37:45 Successfully built cc990d7ca519 08:37:45 Successfully tagged docker-sys-mgmt-agent-go:latest 08:37:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:37:45 $ docker stop --time=1 6fd8ff76e526c09a87c9ab9f1982c9c134bbf48b18b3b8cf47ab46f5e445d910 08:37:47 $ docker rm -f 6fd8ff76e526c09a87c9ab9f1982c9c134bbf48b18b3b8cf47ab46f5e445d910 [Pipeline] // withDockerContainer [Pipeline] sh 08:37:47 + docker images 08:37:47 + grep docker 08:37:47 docker-sys-mgmt-agent-go latest cc990d7ca519 2 seconds ago 290MB 08:37:47 docker-security-secretstore-setup-go latest e82d64b46690 28 seconds ago 32.4MB 08:37:47 docker-support-scheduler-go latest 9abcbae14bcb 35 seconds ago 12.3MB 08:37:47 docker-security-proxy-setup-go latest d87a4230ea4b 35 seconds ago 15.8MB 08:37:47 docker-support-notifications-go latest 44e5ca19333d 51 seconds ago 13.6MB 08:37:47 docker-security-secrets-setup-go latest a4d06f92326c About a minute ago 24MB 08:37:47 docker-core-data-go latest 13dfaccde554 2 minutes ago 23.6MB 08:37:47 docker-core-metadata-go latest 88bc0ab89274 2 minutes ago 14.3MB 08:37:47 docker-core-command-go latest 907f3e1b3826 2 minutes ago 12.2MB 08:37:47 docker-support-logging-go latest 1a26f4f8a95e 2 minutes ago 11.1MB 08:37:47 docker latest 809cc4dba987 4 weeks 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:37:48 provisioning config files... 08:37:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/193@tmp/config4851984434589045451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:37:48 ---> docker-login.sh 08:37:48 nexus3.edgexfoundry.org:10001 08:37:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:48 Configure a credential helper to remove this warning. See 08:37:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:48 08:37:48 Login Succeeded 08:37:48 nexus3.edgexfoundry.org:10002 08:37:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:48 Configure a credential helper to remove this warning. See 08:37:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:48 08:37:48 Login Succeeded 08:37:48 nexus3.edgexfoundry.org:10003 08:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:49 Configure a credential helper to remove this warning. See 08:37:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:49 08:37:49 Login Succeeded 08:37:49 nexus3.edgexfoundry.org:10004 08:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:49 Configure a credential helper to remove this warning. See 08:37:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:49 08:37:49 Login Succeeded 08:37:49 docker.io 08:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:49 Configure a credential helper to remove this warning. See 08:37:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:49 08:37:49 Login Succeeded 08:37:49 ---> docker-login.sh ends [Pipeline] } 08:37:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:49 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 08:37:49 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:49 1.2.2-dev.77 08:37:49 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:37:49 master 08:37:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:50 ---> 21d7d77b7377 08:37:50 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:37:50 ---> Running in 7b22068f1329 08:37:50 ---> c8c09a66e712 08:37:50 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:37:50 ---> 990cba532007 08:37:50 Step 9/22 : RUN make cmd/core-command/core-command 08:37:50 ---> dd8780ecbaa8 08:37:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:37:50 ---> 9cc3ff73c770 08:37:50 Step 9/23 : RUN make cmd/core-data/core-data 08:37:50 ---> Running in 0613e75a8812 08:37:50 ---> Running in cf51947e736c 08:37:50 ---> Running in 9dc22d7b69f0 08:37:50 ---> Running in 481a59f9ac55 08:37:50 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:37:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:37:50 ce4be5993c4e: Preparing 08:37:50 5ccfa41e5525: Preparing 08:37:50 7bb97ff4b76d: Preparing 08:37:50 ce4be5993c4e: Pushed 08:37:50 7bb97ff4b76d: Pushed 08:37:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:37:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-command/core-command ./cmd/core-command 08:37:51 5ccfa41e5525: Pushed 08:37:52 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] isUnix [Pipeline] sh 08:37:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:37:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:37:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-data/core-data ./cmd/core-data 08:37:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:37:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.77 08:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:37:52 ce4be5993c4e: Preparing 08:37:52 5ccfa41e5525: Preparing 08:37:52 7bb97ff4b76d: Preparing 08:37:52 ce4be5993c4e: Layer already exists 08:37:52 5ccfa41e5525: Layer already exists 08:37:52 7bb97ff4b76d: Layer already exists 08:37:52 1.2.2-dev.77: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] isUnix [Pipeline] sh 08:37:53 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:37:53 ce4be5993c4e: Preparing 08:37:53 5ccfa41e5525: Preparing 08:37:53 7bb97ff4b76d: Preparing 08:37:53 7bb97ff4b76d: Layer already exists 08:37:53 ce4be5993c4e: Layer already exists 08:37:53 5ccfa41e5525: Layer already exists 08:37:53 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] isUnix [Pipeline] sh 08:37:53 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 08:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 08:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:37:53 ce4be5993c4e: Preparing 08:37:53 5ccfa41e5525: Preparing 08:37:53 7bb97ff4b76d: Preparing 08:37:53 7bb97ff4b76d: Layer already exists 08:37:53 ce4be5993c4e: Layer already exists 08:37:53 5ccfa41e5525: Layer already exists 08:37:53 master: digest: sha256:ccec4dd0fad821d62a4413a79d39b53755164c3a124d984665598b92efb4efe8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:54 ===================================================== [Pipeline] echo 08:37:54 taggedImages: 08:37:54 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:54 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.77 08:37:54 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:37:54 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 08:37:54 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 08:37:54 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:54 1.2.2-dev.77 08:37:54 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:37:54 master 08:37:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:54 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:37:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:37:55 04c67e89a82a: Preparing 08:37:55 d83145587610: Preparing 08:37:55 e3416718672a: Preparing 08:37:55 d1a592192c17: Preparing 08:37:55 a6c18f3f18d6: Preparing 08:37:55 50644c29ef5a: Preparing 08:37:55 50644c29ef5a: Waiting 08:37:55 04c67e89a82a: Pushed 08:37:55 a6c18f3f18d6: Pushed 08:37:55 e3416718672a: Pushed 08:37:55 50644c29ef5a: Layer already exists 08:37:55 d1a592192c17: Pushed 08:37:56 d83145587610: Pushed 08:37:56 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:37:57 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:37:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.77 08:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:37:57 04c67e89a82a: Preparing 08:37:57 d83145587610: Preparing 08:37:57 e3416718672a: Preparing 08:37:57 d1a592192c17: Preparing 08:37:57 a6c18f3f18d6: Preparing 08:37:57 50644c29ef5a: Preparing 08:37:57 d83145587610: Layer already exists 08:37:57 04c67e89a82a: Layer already exists 08:37:57 e3416718672a: Layer already exists 08:37:57 a6c18f3f18d6: Layer already exists 08:37:57 d1a592192c17: Layer already exists 08:37:57 50644c29ef5a: Layer already exists 08:37:57 1.2.2-dev.77: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:37:57 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:37:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:37:57 04c67e89a82a: Preparing 08:37:57 d83145587610: Preparing 08:37:57 e3416718672a: Preparing 08:37:57 d1a592192c17: Preparing 08:37:57 a6c18f3f18d6: Preparing 08:37:57 50644c29ef5a: Preparing 08:37:57 50644c29ef5a: Waiting 08:37:57 a6c18f3f18d6: Layer already exists 08:37:57 04c67e89a82a: Layer already exists 08:37:57 d83145587610: Layer already exists 08:37:57 d1a592192c17: Layer already exists 08:37:57 e3416718672a: Layer already exists 08:37:57 50644c29ef5a: Layer already exists 08:37:57 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:37:58 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 08:37:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 08:37:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:37:58 04c67e89a82a: Preparing 08:37:58 d83145587610: Preparing 08:37:58 e3416718672a: Preparing 08:37:58 d1a592192c17: Preparing 08:37:58 a6c18f3f18d6: Preparing 08:37:58 50644c29ef5a: Preparing 08:37:58 50644c29ef5a: Waiting 08:37:58 e3416718672a: Layer already exists 08:37:58 04c67e89a82a: Layer already exists 08:37:58 a6c18f3f18d6: Layer already exists 08:37:58 d1a592192c17: Layer already exists 08:37:58 d83145587610: Layer already exists 08:37:58 50644c29ef5a: Layer already exists 08:37:58 master: digest: sha256:c0f964cc643395f74e3756cc6c95b67279aaaf1f60bfa87fa8f799d52af6a261 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:59 ===================================================== [Pipeline] echo 08:37:59 taggedImages: 08:37:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.77 08:37:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:37:59 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 08:37:59 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 08:37:59 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:37:59 1.2.2-dev.77 08:37:59 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:37:59 master 08:37:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:59 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:38:00 cc3c218ff583: Preparing 08:38:00 f979f0b20f82: Preparing 08:38:00 3834ed8c3ad9: Preparing 08:38:00 3834ed8c3ad9: Pushed 08:38:00 cc3c218ff583: Pushed 08:38:01 f979f0b20f82: Pushed 08:38:01 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] isUnix [Pipeline] sh 08:38:02 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.77 08:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:38:02 cc3c218ff583: Preparing 08:38:02 f979f0b20f82: Preparing 08:38:02 3834ed8c3ad9: Preparing 08:38:02 cc3c218ff583: Layer already exists 08:38:02 3834ed8c3ad9: Layer already exists 08:38:02 f979f0b20f82: Layer already exists 08:38:02 1.2.2-dev.77: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] isUnix [Pipeline] sh 08:38:02 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:38:03 cc3c218ff583: Preparing 08:38:03 f979f0b20f82: Preparing 08:38:03 3834ed8c3ad9: Preparing 08:38:03 3834ed8c3ad9: Layer already exists 08:38:03 cc3c218ff583: Layer already exists 08:38:03 f979f0b20f82: Layer already exists 08:38:03 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] isUnix [Pipeline] sh 08:38:03 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 08:38:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 08:38:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:38:04 cc3c218ff583: Preparing 08:38:04 f979f0b20f82: Preparing 08:38:04 3834ed8c3ad9: Preparing 08:38:04 f979f0b20f82: Layer already exists 08:38:04 3834ed8c3ad9: Layer already exists 08:38:04 cc3c218ff583: Layer already exists 08:38:04 master: digest: sha256:683a55221dc301520168339f16142152cc2480279fd1cb1c83f0fae6846eabff size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:04 ===================================================== [Pipeline] echo 08:38:04 taggedImages: 08:38:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.77 08:38:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 08:38:04 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 08:38:04 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:04 1.2.2-dev.77 08:38:04 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:04 master 08:38:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:05 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:38:05 42c3f9827d6e: Preparing 08:38:05 b4a01c183f4f: Preparing 08:38:05 56112df70ec9: Preparing 08:38:05 e7ae56dc4863: Preparing 08:38:05 50644c29ef5a: Preparing 08:38:05 50644c29ef5a: Layer already exists 08:38:05 56112df70ec9: Pushed 08:38:05 b4a01c183f4f: Pushed 08:38:05 e7ae56dc4863: Pushed 08:38:06 42c3f9827d6e: Pushed 08:38:06 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:38:07 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.77 08:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:38:07 42c3f9827d6e: Preparing 08:38:07 b4a01c183f4f: Preparing 08:38:07 56112df70ec9: Preparing 08:38:07 e7ae56dc4863: Preparing 08:38:07 50644c29ef5a: Preparing 08:38:07 56112df70ec9: Layer already exists 08:38:07 42c3f9827d6e: Layer already exists 08:38:07 b4a01c183f4f: Layer already exists 08:38:07 50644c29ef5a: Layer already exists 08:38:07 e7ae56dc4863: Layer already exists 08:38:07 1.2.2-dev.77: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:38:07 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:38:08 42c3f9827d6e: Preparing 08:38:08 b4a01c183f4f: Preparing 08:38:08 56112df70ec9: Preparing 08:38:08 e7ae56dc4863: Preparing 08:38:08 50644c29ef5a: Preparing 08:38:08 42c3f9827d6e: Layer already exists 08:38:08 56112df70ec9: Layer already exists 08:38:08 b4a01c183f4f: Layer already exists 08:38:08 e7ae56dc4863: Layer already exists 08:38:08 50644c29ef5a: Layer already exists 08:38:08 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:38:08 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 08:38:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 08:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:38:08 42c3f9827d6e: Preparing 08:38:08 b4a01c183f4f: Preparing 08:38:08 56112df70ec9: Preparing 08:38:08 e7ae56dc4863: Preparing 08:38:08 50644c29ef5a: Preparing 08:38:08 b4a01c183f4f: Layer already exists 08:38:08 56112df70ec9: Layer already exists 08:38:08 42c3f9827d6e: Layer already exists 08:38:08 50644c29ef5a: Layer already exists 08:38:08 e7ae56dc4863: Layer already exists 08:38:08 master: digest: sha256:6f9c6685247d80f0ef85d8653ebbea16ae3de9f18cd3dd87502df060ca19a4d7 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:09 ===================================================== [Pipeline] echo 08:38:09 taggedImages: 08:38:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.77 08:38:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:09 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 08:38:09 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 08:38:09 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:09 1.2.2-dev.77 08:38:09 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:09 master 08:38:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:09 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:38:10 138237bf32a6: Preparing 08:38:10 8609c4c18e12: Preparing 08:38:10 e0969d24a529: Preparing 08:38:10 9cb36e2afcad: Preparing 08:38:10 9cb36e2afcad: Preparing 08:38:10 00cf40974cbd: Preparing 08:38:10 f1858c1ff09b: Preparing 08:38:10 90467476ac58: Preparing 08:38:10 138237bf32a6: Preparing 08:38:10 c93dfc27c97f: Preparing 08:38:10 51146eb9540c: Preparing 08:38:10 aa8cfdc7bc0c: Preparing 08:38:10 50644c29ef5a: Preparing 08:38:10 f1858c1ff09b: Waiting 08:38:10 90467476ac58: Waiting 08:38:10 c93dfc27c97f: Waiting 08:38:10 51146eb9540c: Waiting 08:38:10 aa8cfdc7bc0c: Waiting 08:38:10 50644c29ef5a: Waiting 08:38:10 e0969d24a529: Pushed 08:38:10 00cf40974cbd: Pushed 08:38:10 9cb36e2afcad: Pushed 08:38:10 8609c4c18e12: Pushed 08:38:10 f1858c1ff09b: Pushed 08:38:10 c93dfc27c97f: Pushed 08:38:10 90467476ac58: Pushed 08:38:10 51146eb9540c: Pushed 08:38:10 50644c29ef5a: Layer already exists 08:38:10 aa8cfdc7bc0c: Pushed 08:38:11 138237bf32a6: Pushed 08:38:11 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] isUnix [Pipeline] sh 08:38:11 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.77 08:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:38:11 138237bf32a6: Preparing 08:38:11 8609c4c18e12: Preparing 08:38:11 e0969d24a529: Preparing 08:38:11 9cb36e2afcad: Preparing 08:38:11 9cb36e2afcad: Preparing 08:38:11 00cf40974cbd: Preparing 08:38:11 f1858c1ff09b: Preparing 08:38:11 90467476ac58: Preparing 08:38:11 138237bf32a6: Preparing 08:38:11 c93dfc27c97f: Preparing 08:38:11 51146eb9540c: Preparing 08:38:11 aa8cfdc7bc0c: Preparing 08:38:11 50644c29ef5a: Preparing 08:38:11 f1858c1ff09b: Waiting 08:38:11 90467476ac58: Waiting 08:38:11 c93dfc27c97f: Waiting 08:38:11 51146eb9540c: Waiting 08:38:11 aa8cfdc7bc0c: Waiting 08:38:11 00cf40974cbd: Layer already exists 08:38:11 138237bf32a6: Layer already exists 08:38:11 8609c4c18e12: Layer already exists 08:38:11 9cb36e2afcad: Layer already exists 08:38:11 e0969d24a529: Layer already exists 08:38:11 f1858c1ff09b: Layer already exists 08:38:11 90467476ac58: Layer already exists 08:38:11 51146eb9540c: Layer already exists 08:38:11 aa8cfdc7bc0c: Layer already exists 08:38:11 c93dfc27c97f: Layer already exists 08:38:11 50644c29ef5a: Layer already exists 08:38:12 1.2.2-dev.77: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] isUnix [Pipeline] sh 08:38:12 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:38:12 138237bf32a6: Preparing 08:38:12 8609c4c18e12: Preparing 08:38:12 e0969d24a529: Preparing 08:38:12 9cb36e2afcad: Preparing 08:38:12 9cb36e2afcad: Preparing 08:38:12 00cf40974cbd: Preparing 08:38:12 f1858c1ff09b: Preparing 08:38:12 90467476ac58: Preparing 08:38:12 138237bf32a6: Preparing 08:38:12 c93dfc27c97f: Preparing 08:38:12 51146eb9540c: Preparing 08:38:12 aa8cfdc7bc0c: Preparing 08:38:12 50644c29ef5a: Preparing 08:38:12 c93dfc27c97f: Waiting 08:38:12 aa8cfdc7bc0c: Waiting 08:38:12 f1858c1ff09b: Waiting 08:38:12 50644c29ef5a: Waiting 08:38:12 90467476ac58: Waiting 08:38:12 51146eb9540c: Waiting 08:38:12 8609c4c18e12: Layer already exists 08:38:12 00cf40974cbd: Layer already exists 08:38:12 138237bf32a6: Layer already exists 08:38:12 9cb36e2afcad: Layer already exists 08:38:12 e0969d24a529: Layer already exists 08:38:12 aa8cfdc7bc0c: Layer already exists 08:38:12 51146eb9540c: Layer already exists 08:38:12 c93dfc27c97f: Layer already exists 08:38:12 f1858c1ff09b: Layer already exists 08:38:12 90467476ac58: Layer already exists 08:38:12 50644c29ef5a: Layer already exists 08:38:12 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] isUnix [Pipeline] sh 08:38:13 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 08:38:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 08:38:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:38:13 138237bf32a6: Preparing 08:38:13 8609c4c18e12: Preparing 08:38:13 e0969d24a529: Preparing 08:38:13 9cb36e2afcad: Preparing 08:38:13 9cb36e2afcad: Preparing 08:38:13 00cf40974cbd: Preparing 08:38:13 f1858c1ff09b: Preparing 08:38:13 90467476ac58: Preparing 08:38:13 138237bf32a6: Preparing 08:38:13 c93dfc27c97f: Preparing 08:38:13 51146eb9540c: Preparing 08:38:13 aa8cfdc7bc0c: Preparing 08:38:13 50644c29ef5a: Preparing 08:38:13 f1858c1ff09b: Waiting 08:38:13 90467476ac58: Waiting 08:38:13 c93dfc27c97f: Waiting 08:38:13 51146eb9540c: Waiting 08:38:13 aa8cfdc7bc0c: Waiting 08:38:13 50644c29ef5a: Waiting 08:38:13 8609c4c18e12: Layer already exists 08:38:13 e0969d24a529: Layer already exists 08:38:13 9cb36e2afcad: Layer already exists 08:38:13 138237bf32a6: Layer already exists 08:38:13 00cf40974cbd: Layer already exists 08:38:13 f1858c1ff09b: Layer already exists 08:38:13 90467476ac58: Layer already exists 08:38:13 c93dfc27c97f: Layer already exists 08:38:13 aa8cfdc7bc0c: Layer already exists 08:38:13 51146eb9540c: Layer already exists 08:38:13 50644c29ef5a: Layer already exists 08:38:13 master: digest: sha256:e3cc00d20c246af507ef3740bbfe1829a011c977686d16b6bb94b884e9b2856c size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:13 ===================================================== [Pipeline] echo 08:38:13 taggedImages: 08:38:13 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:13 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.77 08:38:13 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:13 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 08:38:14 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 08:38:14 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:14 1.2.2-dev.77 08:38:14 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:14 master 08:38:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:14 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:38:14 79e62b9fb34c: Preparing 08:38:14 069f57aabff5: Preparing 08:38:14 32205816217d: Preparing 08:38:14 96da50e72241: Preparing 08:38:14 33f048577973: Preparing 08:38:14 ec21aeebd9c0: Preparing 08:38:14 11e8a0838283: Preparing 08:38:14 5989f17af552: Preparing 08:38:14 daac1f66a044: Preparing 08:38:14 2b0261091a5c: Preparing 08:38:14 1b3ee35aacca: Preparing 08:38:14 ec21aeebd9c0: Waiting 08:38:14 11e8a0838283: Waiting 08:38:14 5989f17af552: Waiting 08:38:14 daac1f66a044: Waiting 08:38:14 2b0261091a5c: Waiting 08:38:14 1b3ee35aacca: Waiting 08:38:14 79e62b9fb34c: Pushed 08:38:15 069f57aabff5: Pushed 08:38:15 ec21aeebd9c0: Pushed 08:38:15 11e8a0838283: Pushed 08:38:15 5989f17af552: Pushed 08:38:15 daac1f66a044: Pushed 08:38:15 1b3ee35aacca: Layer already exists 08:38:15 32205816217d: Pushed 08:38:15 2b0261091a5c: Pushed 08:38:15 96da50e72241: Pushed 08:38:15 33f048577973: Pushed 08:38:16 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:38:16 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.77 08:38:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:38:16 79e62b9fb34c: Preparing 08:38:16 069f57aabff5: Preparing 08:38:16 32205816217d: Preparing 08:38:16 96da50e72241: Preparing 08:38:16 33f048577973: Preparing 08:38:16 ec21aeebd9c0: Preparing 08:38:16 11e8a0838283: Preparing 08:38:16 5989f17af552: Preparing 08:38:16 daac1f66a044: Preparing 08:38:16 2b0261091a5c: Preparing 08:38:16 1b3ee35aacca: Preparing 08:38:16 5989f17af552: Waiting 08:38:16 2b0261091a5c: Waiting 08:38:16 1b3ee35aacca: Waiting 08:38:16 daac1f66a044: Waiting 08:38:16 ec21aeebd9c0: Waiting 08:38:16 11e8a0838283: Waiting 08:38:16 32205816217d: Layer already exists 08:38:16 96da50e72241: Layer already exists 08:38:16 79e62b9fb34c: Layer already exists 08:38:16 33f048577973: Layer already exists 08:38:16 069f57aabff5: Layer already exists 08:38:16 ec21aeebd9c0: Layer already exists 08:38:16 5989f17af552: Layer already exists 08:38:16 11e8a0838283: Layer already exists 08:38:16 2b0261091a5c: Layer already exists 08:38:16 daac1f66a044: Layer already exists 08:38:16 1b3ee35aacca: Layer already exists 08:38:16 1.2.2-dev.77: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:38:17 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:38:17 79e62b9fb34c: Preparing 08:38:17 069f57aabff5: Preparing 08:38:17 32205816217d: Preparing 08:38:17 96da50e72241: Preparing 08:38:17 33f048577973: Preparing 08:38:17 ec21aeebd9c0: Preparing 08:38:17 11e8a0838283: Preparing 08:38:17 5989f17af552: Preparing 08:38:17 daac1f66a044: Preparing 08:38:17 2b0261091a5c: Preparing 08:38:17 1b3ee35aacca: Preparing 08:38:17 5989f17af552: Waiting 08:38:17 ec21aeebd9c0: Waiting 08:38:17 11e8a0838283: Waiting 08:38:17 daac1f66a044: Waiting 08:38:17 1b3ee35aacca: Waiting 08:38:17 2b0261091a5c: Waiting 08:38:17 79e62b9fb34c: Layer already exists 08:38:17 069f57aabff5: Layer already exists 08:38:17 32205816217d: Layer already exists 08:38:17 33f048577973: Layer already exists 08:38:17 96da50e72241: Layer already exists 08:38:17 ec21aeebd9c0: Layer already exists 08:38:17 5989f17af552: Layer already exists 08:38:17 11e8a0838283: Layer already exists 08:38:17 2b0261091a5c: Layer already exists 08:38:17 daac1f66a044: Layer already exists 08:38:17 1b3ee35aacca: Layer already exists 08:38:17 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:38:17 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 08:38:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 08:38:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:38:18 79e62b9fb34c: Preparing 08:38:18 069f57aabff5: Preparing 08:38:18 32205816217d: Preparing 08:38:18 96da50e72241: Preparing 08:38:18 33f048577973: Preparing 08:38:18 ec21aeebd9c0: Preparing 08:38:18 11e8a0838283: Preparing 08:38:18 5989f17af552: Preparing 08:38:18 daac1f66a044: Preparing 08:38:18 2b0261091a5c: Preparing 08:38:18 1b3ee35aacca: Preparing 08:38:18 5989f17af552: Waiting 08:38:18 daac1f66a044: Waiting 08:38:18 2b0261091a5c: Waiting 08:38:18 1b3ee35aacca: Waiting 08:38:18 ec21aeebd9c0: Waiting 08:38:18 11e8a0838283: Waiting 08:38:18 33f048577973: Layer already exists 08:38:18 79e62b9fb34c: Layer already exists 08:38:18 32205816217d: Layer already exists 08:38:18 96da50e72241: Layer already exists 08:38:18 069f57aabff5: Layer already exists 08:38:18 ec21aeebd9c0: Layer already exists 08:38:18 5989f17af552: Layer already exists 08:38:18 11e8a0838283: Layer already exists 08:38:18 daac1f66a044: Layer already exists 08:38:18 2b0261091a5c: Layer already exists 08:38:18 1b3ee35aacca: Layer already exists 08:38:18 master: digest: sha256:d67a257824144cab8fc7c13a903189c4459fcb55f6d1daa34efa93ac652c68b7 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:18 ===================================================== [Pipeline] echo 08:38:18 taggedImages: 08:38:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.77 08:38:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:18 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 08:38:18 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 08:38:18 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:18 1.2.2-dev.77 08:38:18 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:18 master 08:38:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:19 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:38:19 363e07fcc092: Preparing 08:38:19 de9801daea8b: Preparing 08:38:19 2c860d259b51: Preparing 08:38:19 09da89a90fce: Preparing 08:38:19 363e07fcc092: Pushed 08:38:19 2c860d259b51: Pushed 08:38:19 09da89a90fce: Pushed 08:38:20 de9801daea8b: Pushed 08:38:20 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] isUnix [Pipeline] sh 08:38:20 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.77 08:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:38:21 363e07fcc092: Preparing 08:38:21 de9801daea8b: Preparing 08:38:21 2c860d259b51: Preparing 08:38:21 09da89a90fce: Preparing 08:38:21 2c860d259b51: Layer already exists 08:38:21 de9801daea8b: Layer already exists 08:38:21 363e07fcc092: Layer already exists 08:38:21 09da89a90fce: Layer already exists 08:38:21 1.2.2-dev.77: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] isUnix [Pipeline] sh 08:38:21 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:38:21 363e07fcc092: Preparing 08:38:21 de9801daea8b: Preparing 08:38:21 2c860d259b51: Preparing 08:38:21 09da89a90fce: Preparing 08:38:21 09da89a90fce: Layer already exists 08:38:21 de9801daea8b: Layer already exists 08:38:21 2c860d259b51: Layer already exists 08:38:21 363e07fcc092: Layer already exists 08:38:21 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] isUnix [Pipeline] sh 08:38:22 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 08:38:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 08:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:38:22 363e07fcc092: Preparing 08:38:22 de9801daea8b: Preparing 08:38:22 2c860d259b51: Preparing 08:38:22 09da89a90fce: Preparing 08:38:22 09da89a90fce: Layer already exists 08:38:22 363e07fcc092: Layer already exists 08:38:22 de9801daea8b: Layer already exists 08:38:22 2c860d259b51: Layer already exists 08:38:22 master: digest: sha256:ff5ceeb287399ab0c6d1627581d6618d8680820bebe1fe3a301baa51974fb65e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:23 ===================================================== [Pipeline] echo 08:38:23 taggedImages: 08:38:23 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:23 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.77 08:38:23 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:23 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 08:38:23 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 08:38:23 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:23 1.2.2-dev.77 08:38:23 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:23 master 08:38:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:23 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:38:24 acf2fdd0adf1: Preparing 08:38:24 027c501713c3: Preparing 08:38:24 38d6683d6387: Preparing 08:38:24 a1b284cfecc5: Preparing 08:38:24 6ba6f9180744: Preparing 08:38:24 b335e48628d9: Preparing 08:38:24 b335e48628d9: Waiting 08:38:24 38d6683d6387: Pushed 08:38:24 a1b284cfecc5: Pushed 08:38:24 acf2fdd0adf1: Pushed 08:38:24 6ba6f9180744: Pushed 08:38:24 b335e48628d9: Pushed 08:38:25 027c501713c3: Pushed 08:38:25 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] isUnix [Pipeline] sh 08:38:26 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.77 08:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:38:26 acf2fdd0adf1: Preparing 08:38:26 027c501713c3: Preparing 08:38:26 38d6683d6387: Preparing 08:38:26 a1b284cfecc5: Preparing 08:38:26 6ba6f9180744: Preparing 08:38:26 b335e48628d9: Preparing 08:38:26 b335e48628d9: Waiting 08:38:26 38d6683d6387: Layer already exists 08:38:26 a1b284cfecc5: Layer already exists 08:38:26 027c501713c3: Layer already exists 08:38:26 6ba6f9180744: Layer already exists 08:38:26 acf2fdd0adf1: Layer already exists 08:38:26 b335e48628d9: Layer already exists 08:38:26 1.2.2-dev.77: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] isUnix [Pipeline] sh 08:38:26 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:38:26 acf2fdd0adf1: Preparing 08:38:26 027c501713c3: Preparing 08:38:26 38d6683d6387: Preparing 08:38:26 a1b284cfecc5: Preparing 08:38:26 6ba6f9180744: Preparing 08:38:26 b335e48628d9: Preparing 08:38:26 b335e48628d9: Waiting 08:38:26 027c501713c3: Layer already exists 08:38:26 6ba6f9180744: Layer already exists 08:38:26 a1b284cfecc5: Layer already exists 08:38:26 38d6683d6387: Layer already exists 08:38:26 acf2fdd0adf1: Layer already exists 08:38:26 b335e48628d9: Layer already exists 08:38:26 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] isUnix [Pipeline] sh 08:38:27 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 08:38:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 08:38:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:38:27 acf2fdd0adf1: Preparing 08:38:27 027c501713c3: Preparing 08:38:27 38d6683d6387: Preparing 08:38:27 a1b284cfecc5: Preparing 08:38:27 6ba6f9180744: Preparing 08:38:27 b335e48628d9: Preparing 08:38:27 b335e48628d9: Waiting 08:38:27 acf2fdd0adf1: Layer already exists 08:38:27 027c501713c3: Layer already exists 08:38:27 38d6683d6387: Layer already exists 08:38:27 6ba6f9180744: Layer already exists 08:38:27 a1b284cfecc5: Layer already exists 08:38:27 b335e48628d9: Layer already exists 08:38:27 master: digest: sha256:27b84998d161c4ba4fa27fff0aaed741ff4b04393d3de7ecf0026b077697b8bd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:27 ===================================================== [Pipeline] echo 08:38:27 taggedImages: 08:38:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.77 08:38:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 08:38:27 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 08:38:27 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:27 1.2.2-dev.77 08:38:27 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:27 master 08:38:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:28 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:38:28 bcf76013b480: Preparing 08:38:28 d0a2ac091a17: Preparing 08:38:28 1efff2e38900: Preparing 08:38:29 1efff2e38900: Pushed 08:38:29 bcf76013b480: Pushed 08:38:30 d0a2ac091a17: Pushed 08:38:30 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] isUnix [Pipeline] sh 08:38:30 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.77 08:38:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:38:30 bcf76013b480: Preparing 08:38:30 d0a2ac091a17: Preparing 08:38:30 1efff2e38900: Preparing 08:38:30 d0a2ac091a17: Layer already exists 08:38:30 bcf76013b480: Layer already exists 08:38:30 1efff2e38900: Layer already exists 08:38:30 1.2.2-dev.77: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] isUnix [Pipeline] sh 08:38:31 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:38:31 bcf76013b480: Preparing 08:38:31 d0a2ac091a17: Preparing 08:38:31 1efff2e38900: Preparing 08:38:31 1efff2e38900: Layer already exists 08:38:31 d0a2ac091a17: Layer already exists 08:38:31 bcf76013b480: Layer already exists 08:38:31 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] isUnix [Pipeline] sh 08:38:31 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 08:38:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 08:38:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:38:32 bcf76013b480: Preparing 08:38:32 d0a2ac091a17: Preparing 08:38:32 1efff2e38900: Preparing 08:38:32 1efff2e38900: Layer already exists 08:38:32 bcf76013b480: Layer already exists 08:38:32 d0a2ac091a17: Layer already exists 08:38:32 master: digest: sha256:93e239c52a9c10e855b2caeeb9e10cbd84f15df2e360625ff9498423d8849c4f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:32 ===================================================== [Pipeline] echo 08:38:32 taggedImages: 08:38:32 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:32 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.77 08:38:32 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:32 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 08:38:32 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 08:38:32 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:32 1.2.2-dev.77 08:38:32 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:32 master 08:38:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:32 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:38:33 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:38:33 0f04bc686291: Preparing 08:38:33 423826590de9: Preparing 08:38:33 4230cc367cc9: Preparing 08:38:33 4203d253381a: Preparing 08:38:33 82f02ee33060: Preparing 08:38:33 db12c739c7fd: Preparing 08:38:33 cddada6311be: Preparing 08:38:33 527eef706b20: Preparing 08:38:33 224742e9e948: Preparing 08:38:33 5391e5290f13: Preparing 08:38:33 13baed61c795: Preparing 08:38:33 51d6d3d09136: Preparing 08:38:33 1507bc794612: Preparing 08:38:33 50644c29ef5a: Preparing 08:38:33 db12c739c7fd: Waiting 08:38:33 527eef706b20: Waiting 08:38:33 224742e9e948: Waiting 08:38:33 cddada6311be: Waiting 08:38:33 5391e5290f13: Waiting 08:38:33 13baed61c795: Waiting 08:38:33 1507bc794612: Waiting 08:38:33 50644c29ef5a: Waiting 08:38:33 51d6d3d09136: Waiting 08:38:33 82f02ee33060: Pushed 08:38:33 0f04bc686291: Pushed 08:38:33 4203d253381a: Pushed 08:38:33 cddada6311be: Pushed 08:38:34 423826590de9: Pushed 08:38:34 527eef706b20: Layer already exists 08:38:34 224742e9e948: Layer already exists 08:38:34 5391e5290f13: Layer already exists 08:38:34 13baed61c795: Layer already exists 08:38:34 51d6d3d09136: Layer already exists 08:38:34 1507bc794612: Layer already exists 08:38:34 50644c29ef5a: Layer already exists 08:38:34 db12c739c7fd: Pushed 08:38:38 4230cc367cc9: Pushed 08:38:38 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:38:38 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:38 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.77 08:38:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:38:38 0f04bc686291: Preparing 08:38:38 423826590de9: Preparing 08:38:38 4230cc367cc9: Preparing 08:38:38 4203d253381a: Preparing 08:38:38 82f02ee33060: Preparing 08:38:38 db12c739c7fd: Preparing 08:38:38 cddada6311be: Preparing 08:38:38 527eef706b20: Preparing 08:38:38 224742e9e948: Preparing 08:38:38 5391e5290f13: Preparing 08:38:38 13baed61c795: Preparing 08:38:38 51d6d3d09136: Preparing 08:38:38 1507bc794612: Preparing 08:38:38 50644c29ef5a: Preparing 08:38:38 5391e5290f13: Waiting 08:38:38 13baed61c795: Waiting 08:38:38 51d6d3d09136: Waiting 08:38:38 1507bc794612: Waiting 08:38:38 db12c739c7fd: Waiting 08:38:38 50644c29ef5a: Waiting 08:38:38 cddada6311be: Waiting 08:38:38 527eef706b20: Waiting 08:38:38 224742e9e948: Waiting 08:38:38 82f02ee33060: Layer already exists 08:38:38 4230cc367cc9: Layer already exists 08:38:38 0f04bc686291: Layer already exists 08:38:38 4203d253381a: Layer already exists 08:38:38 db12c739c7fd: Layer already exists 08:38:38 cddada6311be: Layer already exists 08:38:38 423826590de9: Layer already exists 08:38:38 224742e9e948: Layer already exists 08:38:38 527eef706b20: Layer already exists 08:38:38 51d6d3d09136: Layer already exists 08:38:38 13baed61c795: Layer already exists 08:38:38 5391e5290f13: Layer already exists 08:38:38 50644c29ef5a: Layer already exists 08:38:38 1507bc794612: Layer already exists 08:38:38 1.2.2-dev.77: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:38:39 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:38:39 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:38:39 0f04bc686291: Preparing 08:38:39 423826590de9: Preparing 08:38:39 4230cc367cc9: Preparing 08:38:39 4203d253381a: Preparing 08:38:39 82f02ee33060: Preparing 08:38:39 db12c739c7fd: Preparing 08:38:39 cddada6311be: Preparing 08:38:39 527eef706b20: Preparing 08:38:39 224742e9e948: Preparing 08:38:39 5391e5290f13: Preparing 08:38:39 13baed61c795: Preparing 08:38:39 51d6d3d09136: Preparing 08:38:39 1507bc794612: Preparing 08:38:39 50644c29ef5a: Preparing 08:38:39 db12c739c7fd: Waiting 08:38:39 cddada6311be: Waiting 08:38:39 527eef706b20: Waiting 08:38:39 224742e9e948: Waiting 08:38:39 5391e5290f13: Waiting 08:38:39 13baed61c795: Waiting 08:38:39 51d6d3d09136: Waiting 08:38:39 1507bc794612: Waiting 08:38:39 50644c29ef5a: Waiting 08:38:39 0f04bc686291: Layer already exists 08:38:39 423826590de9: Layer already exists 08:38:39 82f02ee33060: Layer already exists 08:38:39 4230cc367cc9: Layer already exists 08:38:39 4203d253381a: Layer already exists 08:38:39 cddada6311be: Layer already exists 08:38:39 db12c739c7fd: Layer already exists 08:38:39 527eef706b20: Layer already exists 08:38:39 5391e5290f13: Layer already exists 08:38:39 224742e9e948: Layer already exists 08:38:39 13baed61c795: Layer already exists 08:38:39 51d6d3d09136: Layer already exists 08:38:39 50644c29ef5a: Layer already exists 08:38:39 1507bc794612: Layer already exists 08:38:39 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:38:40 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 08:38:40 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 08:38:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:38:40 0f04bc686291: Preparing 08:38:40 423826590de9: Preparing 08:38:40 4230cc367cc9: Preparing 08:38:40 4203d253381a: Preparing 08:38:40 82f02ee33060: Preparing 08:38:40 db12c739c7fd: Preparing 08:38:40 cddada6311be: Preparing 08:38:40 527eef706b20: Preparing 08:38:40 224742e9e948: Preparing 08:38:40 5391e5290f13: Preparing 08:38:40 13baed61c795: Preparing 08:38:40 51d6d3d09136: Preparing 08:38:40 1507bc794612: Preparing 08:38:40 50644c29ef5a: Preparing 08:38:40 db12c739c7fd: Waiting 08:38:40 13baed61c795: Waiting 08:38:40 cddada6311be: Waiting 08:38:40 527eef706b20: Waiting 08:38:40 224742e9e948: Waiting 08:38:40 5391e5290f13: Waiting 08:38:40 51d6d3d09136: Waiting 08:38:40 50644c29ef5a: Waiting 08:38:40 1507bc794612: Waiting 08:38:40 4230cc367cc9: Layer already exists 08:38:40 0f04bc686291: Layer already exists 08:38:40 423826590de9: Layer already exists 08:38:40 4203d253381a: Layer already exists 08:38:40 82f02ee33060: Layer already exists 08:38:40 cddada6311be: Layer already exists 08:38:40 527eef706b20: Layer already exists 08:38:40 db12c739c7fd: Layer already exists 08:38:40 224742e9e948: Layer already exists 08:38:40 5391e5290f13: Layer already exists 08:38:40 51d6d3d09136: Layer already exists 08:38:40 1507bc794612: Layer already exists 08:38:40 13baed61c795: Layer already exists 08:38:40 50644c29ef5a: Layer already exists 08:38:40 master: digest: sha256:48789427a434faebd0f7a47a83a14f76cbf1f1f0060b90646501a7448c653ef1 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:40 ===================================================== [Pipeline] echo 08:38:40 taggedImages: 08:38:40 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:38:40 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.77 08:38:40 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:38:40 - 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:39:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:39:14 Removing intermediate container 0613e75a8812 08:39:14 ---> 2938d2aacd59 08:39:14 08:39:14 Step 10/20 : FROM alpine 08:39:14 latest: Pulling from library/alpine 08:39:14 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:39:14 Status: Downloaded newer image for alpine:latest 08:39:14 ---> 62ee0e9f8440 08:39:14 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:39:14 ---> Running in 5f28db2f69d6 08:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 08:39:18 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:39:18 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:39:18 OK: 12621 distinct packages available 08:39:19 (1/4) Installing ca-certificates (20191127-r4) 08:39:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:39:19 (3/4) Installing libcurl (7.69.1-r1) 08:39:19 (4/4) Installing curl (7.69.1-r1) 08:39:19 Executing busybox-1.31.1-r16.trigger 08:39:19 Executing ca-certificates-20191127-r4.trigger 08:39:19 OK: 7 MiB in 18 packages 08:39:22 Removing intermediate container 5f28db2f69d6 08:39:22 ---> d236f918f719 08:39:22 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:39:22 ---> Running in 21501931b920 08:39:23 Removing intermediate container 21501931b920 08:39:23 ---> ec418af780ef 08:39:23 Step 13/20 : WORKDIR /edgex 08:39:23 ---> Running in 96d1f1705675 08:39:23 Removing intermediate container 96d1f1705675 08:39:23 ---> 0316b1734b11 08:39:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:39:25 ---> 57100b5f0536 08:39:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:39:27 ---> 652441fb672e 08:39:27 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:39:27 ---> Running in a79c12051b99 08:39:28 Removing intermediate container a79c12051b99 08:39:28 ---> 66bd226e3715 08:39:28 Step 17/20 : CMD ["--init=true"] 08:39:28 ---> Running in 71bb83dab75d 08:39:29 Removing intermediate container 71bb83dab75d 08:39:29 ---> daf89e1bafe3 08:39:29 Step 18/20 : LABEL arch=arm64 08:39:30 ---> Running in 656a91e8295c 08:39:31 Removing intermediate container 7b22068f1329 08:39:31 ---> df7abaa112a7 08:39:31 08:39:31 Step 10/26 : FROM alpine:3.10 08:39:31 Removing intermediate container 656a91e8295c 08:39:31 ---> 710335dd9a23 08:39:31 Step 19/20 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:39:31 ---> Running in 51b32f7394ac 08:39:31 3.10: Pulling from library/alpine 08:39:32 Removing intermediate container 51b32f7394ac 08:39:32 ---> 6938fd294016 08:39:32 Step 20/20 : LABEL version=1.2.2-dev.77 08:39:32 ---> Running in 8e5174b75172 08:39:33 Removing intermediate container 8e5174b75172 08:39:33 ---> 04ff7f268078 08:39:33 08:39:33 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:39:33 Status: Downloaded newer image for alpine:3.10 08:39:33 ---> 536a684cf733 08:39:33 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:39:33 Successfully built 04ff7f268078 08:39:34 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:39:34  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 08:39:34 ---> Running in 730c545dfed8 08:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:39:37 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:39:37 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:39:37 OK: 10167 distinct packages available 08:39:38 (1/5) Installing ca-certificates (20191127-r2) 08:39:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:39:38 (3/5) Installing libcurl (7.66.0-r1) 08:39:38 (4/5) Installing curl (7.66.0-r1) 08:39:38 (5/5) Installing dumb-init (1.2.2-r1) 08:39:38 Executing busybox-1.30.1-r3.trigger 08:39:38 Executing ca-certificates-20191127-r2.trigger 08:39:39 OK: 7 MiB in 19 packages 08:39:43 Removing intermediate container 730c545dfed8 08:39:43 ---> 170f678d0a1a 08:39:43 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:39:44 ---> Running in a19b0462cff6 08:39:46 Removing intermediate container a19b0462cff6 08:39:46 ---> 85f0907cac7d 08:39:46 Step 13/26 : WORKDIR / 08:39:47 ---> Running in 8b1e18819abb 08:39:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:39:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:39:48 ---> ef7d577eac32 08:39:48 Step 3/22 : WORKDIR /edgex-go 08:39:48 ---> Using cache 08:39:48 ---> 5d5fd5b9aac4 08:39:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:48 ---> Using cache 08:39:48 ---> dc4f5faa4975 08:39:48 Step 5/22 : RUN apk update && apk add make git 08:39:48 ---> Using cache 08:39:48 ---> 03e7e1516c02 08:39:48 Step 6/22 : COPY go.mod . 08:39:48 ---> Using cache 08:39:48 ---> 4b3e71d5512c 08:39:48 Step 7/22 : RUN go mod download 08:39:48 ---> Using cache 08:39:48 ---> ab51378a38fa 08:39:48 Step 8/22 : COPY . . 08:39:48 ---> Using cache 08:39:48 ---> c8c09a66e712 08:39:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:39:49 Removing intermediate container 8b1e18819abb 08:39:49 ---> 45ed0e6d497e 08:39:49 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:39:49 ---> Running in de0a582dc810 08:39:49 Removing intermediate container 9dc22d7b69f0 08:39:49 ---> 09ebeae6febe 08:39:49 08:39:49 Step 10/24 : FROM scratch 08:39:49 ---> 08:39:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:39:50 ---> Running in 629f9f967438 08:39:50 Removing intermediate container cf51947e736c 08:39:50 ---> 4199edd53856 08:39:50 08:39:50 Step 10/22 : FROM scratch 08:39:50 ---> 08:39:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:39:50 ---> fc66c3c048b7 08:39:50 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:39:50 ---> Running in 0f1a3c301cd4 08:39:50 Removing intermediate container 629f9f967438 08:39:50 ---> 943a1a49b299 08:39:50 Step 12/24 : ENV APP_PORT=48060 08:39:51 Removing intermediate container 0f1a3c301cd4 08:39:51 ---> Running in a4453e3dc06e 08:39:51 ---> 92a01bba8ff8 08:39:51 Step 12/22 : ENV APP_PORT=48082 08:39:51 ---> Running in 9e0c76bfa29d 08:39:51 ---> 33019982cded 08:39:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:39:52 Removing intermediate container a4453e3dc06e 08:39:52 ---> d4dd6eaf566a 08:39:52 Step 13/24 : EXPOSE $APP_PORT 08:39:52 Removing intermediate container 9e0c76bfa29d 08:39:52 ---> 663889d6712f 08:39:52 Step 13/22 : EXPOSE $APP_PORT 08:39:52 ---> Running in e5d0ea3a8319 08:39:52 ---> Running in 4211dc673344 08:39:52 Removing intermediate container e5d0ea3a8319 08:39:52 ---> ecbe2fc2ddbf 08:39:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:39:52 ---> c9831ab71c7b 08:39:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:39:52 Removing intermediate container 4211dc673344 08:39:52 ---> d954f4a444dd 08:39:52 Step 14/22 : WORKDIR / 08:39:53 ---> Running in 3917b4b409cc 08:39:53 Removing intermediate container 3917b4b409cc 08:39:53 ---> a76149cb5dcc 08:39:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:39:54 ---> b643f33b47ec 08:39:54 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:39:54 ---> 9fc7a6b11e1b 08:39:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:39:55 ---> 5927eef62c03 08:39:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:39:56 ---> 6d5567a358ea 08:39:56 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:39:56 ---> 36791d9a30e2 08:39:56 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:39:58 ---> b76f95362bc5 08:39:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:39:58 ---> fc6bb7ccc817 08:39:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:39:58 ---> cecbfbf9d35e 08:39:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:40:00 ---> 00d5eba04021 08:40:00 Step 18/22 : ENTRYPOINT ["/core-command"] 08:40:00 ---> ec33fbf68485 08:40:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:40:00 ---> Running in f6131106f384 08:40:01 ---> 310fc3a21800 08:40:01 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:40:01 Removing intermediate container f6131106f384 08:40:01 ---> 64f1e002c2c0 08:40:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:02 ---> Running in 7f5b2536d182 08:40:02 ---> 358c159a7c28 08:40:02 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:40:02 ---> 76f644bf75c6 08:40:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:40:03 Removing intermediate container 7f5b2536d182 08:40:03 ---> 5ed050bd7bf4 08:40:03 Step 20/22 : LABEL arch=arm64 08:40:03 ---> Running in 5c07923e5592 08:40:03 ---> Running in fdbc48063cfc 08:40:04 Removing intermediate container fdbc48063cfc 08:40:04 ---> 365fcdea0368 08:40:04 Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:40:04 ---> 110c0654d4bf 08:40:04 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:40:04 ---> Running in eb6af7b82161 08:40:05 ---> Running in afe55e5026bc 08:40:05 Removing intermediate container eb6af7b82161 08:40:05 ---> c65363ece685 08:40:05 Step 22/22 : LABEL version=1.2.2-dev.77 08:40:05 ---> Running in 90a7c17cb4b3 08:40:05 Removing intermediate container afe55e5026bc 08:40:05 ---> d0f76f728334 08:40:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:06 ---> Running in 4708d64681c2 08:40:06 Removing intermediate container 90a7c17cb4b3 08:40:06 ---> 73e4e8ee16bd 08:40:06 08:40:07 Successfully built 73e4e8ee16bd 08:40:07 Successfully tagged docker-core-command-go-arm64:latest 08:40:07  Building docker-core-command-go ... done Removing intermediate container 4708d64681c2 08:40:07 ---> ad971dcf622e 08:40:07 Building docker-sys-mgmt-agent-go 08:40:07 Step 22/24 : LABEL arch=arm64 08:40:07 ---> Running in ef13fdbbe8ae 08:40:08 Removing intermediate container 5c07923e5592 08:40:08 ---> d2e4afd4ef90 08:40:08 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:40:08 ---> Running in 7997e54d0c1c 08:40:08 Removing intermediate container ef13fdbbe8ae 08:40:08 ---> c67edb7460df 08:40:08 Step 23/24 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:40:09 Removing intermediate container 7997e54d0c1c 08:40:09 ---> c7e91157ade4 08:40:09 Step 24/26 : LABEL arch=arm64 08:40:10 ---> Running in b4487efc2a04 08:40:10 ---> Running in b07f073675a3 08:40:11 Removing intermediate container b4487efc2a04 08:40:11 ---> 6f9cc3ee74d7 08:40:11 Step 24/24 : LABEL version=1.2.2-dev.77 08:40:12 Removing intermediate container b07f073675a3 08:40:12 ---> 827d8e947eca 08:40:12 Step 25/26 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:40:12 ---> Running in 40f51c0d3f2e 08:40:12 ---> Running in 4772dcc34bab 08:40:13 Removing intermediate container 40f51c0d3f2e 08:40:13 ---> f4b526eb34ea 08:40:13 08:40:13 Removing intermediate container 481a59f9ac55 08:40:13 ---> 3901f72dee73 08:40:13 08:40:13 Step 10/23 : FROM alpine 08:40:13 ---> 62ee0e9f8440 08:40:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:40:13 Successfully built f4b526eb34ea 08:40:13 Removing intermediate container 4772dcc34bab 08:40:13 ---> d786ec98ab50 08:40:13 Step 26/26 : LABEL version=1.2.2-dev.77 08:40:13 Successfully tagged docker-support-notifications-go-arm64:latest 08:40:14  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 08:40:14 ---> Running in 4025c634f12f 08:40:14 ---> Running in 5e69dc3dbd4d 08:40:15 Removing intermediate container 4025c634f12f 08:40:15 ---> 99ad0c409241 08:40:15 Step 12/23 : ENV APP_PORT=48080 08:40:15 Removing intermediate container 5e69dc3dbd4d 08:40:15 ---> 3fbcbab84b8a 08:40:15 08:40:15 ---> Running in 1e5c4e782445 08:40:15 Successfully built 3fbcbab84b8a 08:40:15 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:40:15  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 08:40:16 Removing intermediate container 1e5c4e782445 08:40:16 ---> dfbafdae5adf 08:40:16 Step 13/23 : EXPOSE $APP_PORT 08:40:16 ---> Running in 3f6a0fba63dd 08:40:17 Removing intermediate container 3f6a0fba63dd 08:40:17 ---> e6cf5d5080e7 08:40:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:18 ---> Running in 152f60a0497d 08:40:24 Removing intermediate container 152f60a0497d 08:40:24 ---> 49a695562dd4 08:40:24 Step 15/23 : RUN apk --no-cache add zeromq 08:40:24 ---> Running in b86151a25273 08:40:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:27 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:40:27 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:40:27 ---> ef7d577eac32 08:40:27 Step 3/27 : WORKDIR /edgex-go 08:40:27 ---> Using cache 08:40:27 ---> 5d5fd5b9aac4 08:40:27 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:27 ---> Using cache 08:40:27 ---> dc4f5faa4975 08:40:27 Step 5/27 : RUN apk update && apk add make bash git 08:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:28 ---> Running in cbdb513b9d2b 08:40:28 (1/5) Installing libgcc (9.3.0-r2) 08:40:28 (2/5) Installing libsodium (1.0.18-r0) 08:40:28 (3/5) Installing libstdc++ (9.3.0-r2) 08:40:28 (4/5) Installing libzmq (4.3.3-r0) 08:40:28 (5/5) Installing zeromq (4.3.3-r0) 08:40:28 Executing busybox-1.31.1-r16.trigger 08:40:28 OK: 8 MiB in 19 packages 08:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:32 Removing intermediate container b86151a25273 08:40:32 ---> c1b75b3634a7 08:40:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:40:32 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:40:32 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:40:32 OK: 12623 distinct packages available 08:40:33 OK: 217 MiB in 51 packages 08:40:33 ---> 613db06b00b0 08:40:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:40:36 Removing intermediate container cbdb513b9d2b 08:40:36 ---> 3b114dcef41d 08:40:36 Step 6/27 : COPY go.mod . 08:40:37 ---> 8ddd960513c8 08:40:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:40:39 ---> 71384f613fb8 08:40:39 Step 7/27 : RUN go mod download 08:40:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:40:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:40:39 ---> ef7d577eac32 08:40:39 Step 3/21 : WORKDIR /edgex-go 08:40:39 ---> Using cache 08:40:39 ---> 5d5fd5b9aac4 08:40:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:39 ---> Using cache 08:40:39 ---> dc4f5faa4975 08:40:39 Step 5/21 : RUN apk update && apk add make git 08:40:39 ---> Using cache 08:40:39 ---> 03e7e1516c02 08:40:39 Step 6/21 : COPY go.mod . 08:40:39 ---> Using cache 08:40:39 ---> 4b3e71d5512c 08:40:39 Step 7/21 : RUN go mod download 08:40:39 ---> Using cache 08:40:39 ---> ab51378a38fa 08:40:39 Step 8/21 : COPY . . 08:40:39 ---> Running in a4c1126b5239 08:40:39 ---> 8db8bb50e660 08:40:39 Step 19/23 : ENTRYPOINT ["/core-data"] 08:40:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:40:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:40:39 ---> ef7d577eac32 08:40:39 Step 3/22 : WORKDIR /edgex-go 08:40:39 ---> Using cache 08:40:39 ---> 5d5fd5b9aac4 08:40:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:39 ---> Using cache 08:40:39 ---> dc4f5faa4975 08:40:39 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:40:39 ---> Running in 2b540d8ba3cd 08:40:39 ---> Using cache 08:40:39 ---> c8c09a66e712 08:40:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:40:39 ---> Running in 416c2244ccce 08:40:39 ---> Running in 84bd7af5d1cd 08:40:40 Removing intermediate container 416c2244ccce 08:40:40 ---> b4168a025d09 08:40:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:40 ---> Running in 5bdc8c7aa7ca 08:40:41 Removing intermediate container 5bdc8c7aa7ca 08:40:41 ---> 51a411bbf6f4 08:40:41 Step 21/23 : LABEL arch=arm64 08:40:42 ---> Running in d5284927b7ba 08:40:43 Removing intermediate container d5284927b7ba 08:40:43 ---> 6c198f7dfbcc 08:40:43 Step 22/23 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:43 ---> Running in a53df40fff23 08:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:40:43 Removing intermediate container a53df40fff23 08:40:43 ---> b7c205894cf9 08:40:43 Step 23/23 : LABEL version=1.2.2-dev.77 08:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:44 ---> Running in 6b11e5452160 08:40:44 Removing intermediate container 6b11e5452160 08:40:44 ---> 8eebdf37a696 08:40:44 08:40:45 Successfully built 8eebdf37a696 08:40:45 Successfully tagged docker-core-data-go-arm64:latest 08:40:45  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 08:40:45 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:40:45 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:40:45 OK: 12623 distinct packages available 08:40:46 Removing intermediate container a4c1126b5239 08:40:46 ---> 489818e39b78 08:40:46 Step 8/27 : COPY . . 08:40:46 OK: 217 MiB in 51 packages 08:40:47 OK: 217 MiB in 51 packages 08:40:53 Removing intermediate container 2b540d8ba3cd 08:40:53 ---> 3f4977bbe174 08:40:53 Step 6/22 : COPY go.mod . 08:40:54 ---> 1c27704be856 08:40:54 Step 7/22 : RUN go mod download 08:40:54 ---> Running in 16c5b3da5196 08:41:03 ---> 7e8386c379a7 08:41:03 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:41:03 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:41:03 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:41:03 ---> ef7d577eac32 08:41:03 Step 3/29 : WORKDIR /edgex-go 08:41:03 ---> Using cache 08:41:03 ---> 5d5fd5b9aac4 08:41:03 Step 4/29 : RUN apk update && apk add make git 08:41:03 Removing intermediate container 16c5b3da5196 08:41:03 ---> 4ba1a6a9bc11 08:41:03 Step 8/22 : COPY . . 08:41:03 ---> Running in 04a5ab90d830 08:41:03 ---> Running in a03b20de53d6 08:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:41:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:07 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:41:07 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:41:07 OK: 12623 distinct packages available 08:41:08 OK: 217 MiB in 51 packages 08:41:13 Removing intermediate container a03b20de53d6 08:41:13 ---> fff54869c2ef 08:41:13 Step 5/29 : COPY go.mod . 08:41:15 ---> 711951ce9e91 08:41:15 Step 6/29 : RUN go mod download 08:41:15 ---> f2691d9c2124 08:41:15 Step 9/22 : RUN make cmd/support-logging/support-logging 08:41:15 ---> Running in fb2c9990e036 08:41:15 ---> Running in ebfd91062c97 08:41:19 Removing intermediate container de0a582dc810 08:41:19 ---> 6b470c4d7131 08:41:19 08:41:19 Step 10/22 : FROM scratch 08:41:19 ---> 08:41:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/support-logging/support-logging ./cmd/support-logging 08:41:19 ---> Using cache 08:41:19 ---> 92a01bba8ff8 08:41:19 Step 12/22 : ENV APP_PORT=48081 08:41:19 ---> Running in 33b4a2bd8636 08:41:20 Removing intermediate container 33b4a2bd8636 08:41:20 ---> 5c1db6b34359 08:41:20 Step 13/22 : EXPOSE $APP_PORT 08:41:20 ---> Running in cc6505c5128b 08:41:20 Removing intermediate container cc6505c5128b 08:41:20 ---> 494ca56ea222 08:41:20 Step 14/22 : WORKDIR / 08:41:21 ---> Running in ea0d96b03fc0 08:41:21 Removing intermediate container fb2c9990e036 08:41:21 ---> bcf5f71a9a6f 08:41:21 Step 7/29 : COPY . . 08:41:22 Removing intermediate container ea0d96b03fc0 08:41:22 ---> 778d32174bb3 08:41:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:41:23 ---> b9dca355f112 08:41:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:41:27 ---> 9bfcf32aedfc 08:41:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:41:29 ---> addbe99a54b3 08:41:29 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:41:29 ---> Running in d2d8adf70172 08:41:30 Removing intermediate container d2d8adf70172 08:41:30 ---> 64b77f3f851f 08:41:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:30 ---> Running in b5c1a69319e6 08:41:32 Removing intermediate container b5c1a69319e6 08:41:32 ---> b5ad8668ab92 08:41:32 Step 20/22 : LABEL arch=arm64 08:41:32 ---> Running in 36d6f6b88c65 08:41:34 Removing intermediate container 36d6f6b88c65 08:41:34 ---> b07908fa785b 08:41:34 Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:41:34 ---> Running in c3f33a5bc36e 08:41:35 Removing intermediate container c3f33a5bc36e 08:41:35 ---> c7583a7d12dc 08:41:35 Step 22/22 : LABEL version=1.2.2-dev.77 08:41:35 ---> e72a8c5e8b81 08:41:35 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:41:35 ---> Running in cd263350a516 08:41:35 ---> Running in a4a091d44a43 08:41:35 Removing intermediate container cd263350a516 08:41:35 ---> e0fca041aecd 08:41:35 08:41:36 Successfully built e0fca041aecd 08:41:36 Successfully tagged docker-core-metadata-go-arm64:latest 08:41:37  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 08:42:25 Removing intermediate container 84bd7af5d1cd 08:42:25 ---> 518e8f0b5bf5 08:42:25 08:42:25 Step 10/21 : FROM scratch 08:42:25 ---> 08:42:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:42:25 ---> Using cache 08:42:25 ---> 92a01bba8ff8 08:42:25 Step 12/21 : ENV APP_PORT=48085 08:42:25 ---> Running in da59ce5b5cff 08:42:25 Removing intermediate container da59ce5b5cff 08:42:25 ---> c37a2f59fe05 08:42:25 Step 13/21 : EXPOSE $APP_PORT 08:42:25 ---> Running in b19ef7d9e4cb 08:42:25 Removing intermediate container b19ef7d9e4cb 08:42:25 ---> 075be8dc445b 08:42:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:42:25 Removing intermediate container 04a5ab90d830 08:42:25 ---> edf60cc4b869 08:42:25 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:42:25 ---> Running in 38f096a5d98d 08:42:25 ---> 670e7e19baaf 08:42:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:42:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.77" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:42:27 ---> a541b76f693b 08:42:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:42:28 ---> 8c60fd99ec17 08:42:28 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:42:28 ---> Running in 0ae09f69eeb5 08:42:29 Removing intermediate container 0ae09f69eeb5 08:42:29 ---> 52e16f6debe9 08:42:29 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:29 ---> Running in 1cb8cead8292 08:42:29 Removing intermediate container 1cb8cead8292 08:42:29 ---> 85eb7469f074 08:42:29 Step 19/21 : LABEL arch=arm64 08:42:29 ---> Running in 9e22713c2d14 08:42:30 Removing intermediate container 9e22713c2d14 08:42:30 ---> c466e2090de7 08:42:30 Step 20/21 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:42:30 ---> Running in 9797cc29bf90 08:42:31 Removing intermediate container 9797cc29bf90 08:42:31 ---> f017f3da8585 08:42:31 Step 21/21 : LABEL version=1.2.2-dev.77 08:42:31 ---> Running in c55efbffec44 08:42:31 Removing intermediate container 38f096a5d98d 08:42:31 ---> aa3e67ebce9e 08:42:31 08:42:31 Step 11/27 : FROM docker:latest 08:42:31 ---> 45884bde0078 08:42:31 Step 12/27 : RUN apk add --no-cache bash 08:42:31 ---> Running in d17dc675ba3c 08:42:31 Removing intermediate container c55efbffec44 08:42:31 ---> 0ef8c29313b3 08:42:31 08:42:32 Successfully built 0ef8c29313b3 08:42:32 Successfully tagged docker-support-scheduler-go-arm64:latest 08:42:34  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:35 (1/2) Installing readline (8.0.4-r0) 08:42:35 (2/2) Installing bash (5.0.17-r0) 08:42:35 Executing bash-5.0.17-r0.post-install 08:42:35 Executing busybox-1.31.1-r16.trigger 08:42:35 OK: 12 MiB in 22 packages 08:42:35 Removing intermediate container ebfd91062c97 08:42:35 ---> e947b18c94c9 08:42:35 08:42:35 Step 10/22 : FROM scratch 08:42:35 ---> 08:42:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:42:35 ---> Using cache 08:42:35 ---> 943a1a49b299 08:42:35 Step 12/22 : ENV APP_PORT=48061 08:42:35 ---> Running in 88bfceacec3e 08:42:36 Removing intermediate container 88bfceacec3e 08:42:36 ---> 815c2a412d05 08:42:36 Step 13/22 : EXPOSE $APP_PORT 08:42:36 Removing intermediate container d17dc675ba3c 08:42:36 ---> b676026dff8f 08:42:36 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:42:36 ---> Running in 77821d93d6f4 08:42:36 ---> Running in 2177299adf4e 08:42:37 Removing intermediate container a4a091d44a43 08:42:37 ---> bdb8067c7a7d 08:42:37 08:42:37 Step 9/29 : FROM alpine:latest 08:42:37 ---> 62ee0e9f8440 08:42:37 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:42:37 ---> Running in e07072641863 08:42:37 Removing intermediate container 77821d93d6f4 08:42:37 ---> 539faae3527f 08:42:37 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:42:38 Removing intermediate container e07072641863 08:42:38 ---> 4f028157e1bf 08:42:38 Step 11/29 : USER root 08:42:38 ---> Running in fb7906fa4622 08:42:38 ---> d2503eb042d6 08:42:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:42:38 Removing intermediate container fb7906fa4622 08:42:38 ---> f0d8e3c60165 08:42:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:42:38 ---> Running in a71dd3070045 08:42:39 ---> 449af0e3409f 08:42:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:42:39 Removing intermediate container 2177299adf4e 08:42:39 ---> 853ac9d8af86 08:42:39 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:42:40 ---> Running in 0cb6900aedfe 08:42:40 ---> 4d6c949d1052 08:42:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:42:40 Removing intermediate container 0cb6900aedfe 08:42:40 ---> fa7d7c8bbcbe 08:42:40 Step 15/27 : ENV APP_PORT=48090 08:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:40 ---> Running in 5fb955812b62 08:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:41 ---> b2fc3ee9952d 08:42:41 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:42:41 Removing intermediate container 5fb955812b62 08:42:41 ---> 7cdc36efcd3e 08:42:41 Step 16/27 : EXPOSE $APP_PORT 08:42:41 ---> Running in 3ec39f85428b 08:42:41 ---> Running in 358b49d8f9dc 08:42:41 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:42:41 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:42:41 OK: 12621 distinct packages available 08:42:41 Removing intermediate container 3ec39f85428b 08:42:41 ---> 9e431de9e8b6 08:42:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:41 Removing intermediate container 358b49d8f9dc 08:42:41 ---> 708fedf82d65 08:42:41 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:42:41 ---> Running in 01cfb2bbc20d 08:42:42 (1/2) Installing ca-certificates (20191127-r4) 08:42:42 (2/2) Installing dumb-init (1.2.2-r1) 08:42:42 Removing intermediate container 01cfb2bbc20d 08:42:42 ---> f41e6096a5ca 08:42:42 Step 20/22 : LABEL arch=arm64 08:42:42 Executing busybox-1.31.1-r16.trigger 08:42:42 Executing ca-certificates-20191127-r4.trigger 08:42:42 ---> Running in 7d620e5577e9 08:42:42 OK: 6 MiB in 16 packages 08:42:43 ---> 4f25a414d9e4 08:42:43 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:42:43 Removing intermediate container 7d620e5577e9 08:42:43 ---> 5c8b0321cb41 08:42:43 Step 21/22 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:42:43 ---> Running in 7319086eef9c 08:42:44 ---> 155851c8da66 08:42:44 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:42:44 Removing intermediate container 7319086eef9c 08:42:44 ---> 84a9d31b6429 08:42:44 Step 22/22 : LABEL version=1.2.2-dev.77 08:42:44 ---> Running in b3554d99e7ca 08:42:44 Removing intermediate container a71dd3070045 08:42:44 ---> 7a0a8a3bc749 08:42:44 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:42:44 ---> Running in 308b92140078 08:42:44 Removing intermediate container b3554d99e7ca 08:42:44 ---> 175960f97f1c 08:42:44 08:42:44 ---> b144df7c6416 08:42:44 Step 20/27 : RUN apk --no-cache add py3-pip 08:42:44 Successfully built 175960f97f1c 08:42:45 Successfully tagged docker-support-logging-go-arm64:latest 08:42:45  Building docker-support-logging-go ... done  ---> Running in a36f21d70c3f 08:42:45 Removing intermediate container 308b92140078 08:42:45 ---> 86065292e90f 08:42:45 Step 14/29 : WORKDIR $BASE_DIR 08:42:45 ---> Running in 479e7cdba6a4 08:42:46 Removing intermediate container 479e7cdba6a4 08:42:46 ---> 3eae175464a9 08:42:46 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:42:46 ---> Running in 0218cad1bc5e 08:42:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:47 (1/33) Installing libbz2 (1.0.8-r1) 08:42:47 (2/33) Installing expat (2.2.9-r1) 08:42:47 (3/33) Installing libffi (3.3-r2) 08:42:47 (4/33) Installing gdbm (1.13-r1) 08:42:47 (5/33) Installing xz-libs (5.2.5-r0) 08:42:47 (6/33) Installing sqlite-libs (3.32.1-r0) 08:42:47 (7/33) Installing python3 (3.8.5-r0) 08:42:49 Removing intermediate container 0218cad1bc5e 08:42:49 ---> 192882e53140 08:42:49 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:42:49 (8/33) Installing py3-appdirs (1.4.4-r1) 08:42:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:42:49 (10/33) Installing py3-parsing (2.4.7-r0) 08:42:49 (11/33) Installing py3-six (1.15.0-r0) 08:42:49 (12/33) Installing py3-packaging (20.4-r0) 08:42:49 (13/33) Installing py3-setuptools (47.0.0-r0) 08:42:49 (14/33) Installing py3-chardet (3.0.4-r4) 08:42:49 (15/33) Installing py3-idna (2.9-r0) 08:42:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:42:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:42:50 (18/33) Installing py3-requests (2.23.0-r0) 08:42:50 (19/33) Installing py3-msgpack (1.0.0-r0) 08:42:50 (20/33) Installing py3-lockfile (0.12.2-r3) 08:42:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:42:50 (22/33) Installing py3-colorama (0.4.3-r0) 08:42:50 (23/33) Installing py3-distlib (0.3.0-r0) 08:42:50 (24/33) Installing py3-distro (1.5.0-r1) 08:42:50 (25/33) Installing py3-webencodings (0.5.1-r3) 08:42:50 (26/33) Installing py3-html5lib (1.0.1-r4) 08:42:50 (27/33) Installing py3-pytoml (0.1.21-r0) 08:42:50 (28/33) Installing py3-pep517 (0.8.2-r0) 08:42:50 (29/33) Installing py3-progress (1.5-r0) 08:42:50 (30/33) Installing py3-toml (0.10.1-r0) 08:42:50 (31/33) Installing py3-retrying (1.3.3-r0) 08:42:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:42:50 (33/33) Installing py3-pip (20.1.1-r0) 08:42:50 Executing busybox-1.31.1-r16.trigger 08:42:50 OK: 71 MiB in 55 packages 08:42:50 ---> 2755eaf4b278 08:42:50 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:42:51 ---> 651ff0755f65 08:42:51 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:42:52 ---> 0eb8a3fda25d 08:42:52 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:42:53 ---> b2566b6809f4 08:42:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:42:54 ---> a0bd26b2ef26 08:42:54 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:42:54 ---> Running in 939825f28809 08:42:57 Removing intermediate container a36f21d70c3f 08:42:57 ---> 7f942d01ef13 08:42:57 Step 21/27 : RUN pip install docker-compose==1.23.2 08:42:57 ---> Running in 12549fa2472c 08:42:57 Removing intermediate container 939825f28809 08:42:57 ---> 09b5727cf46f 08:42:57 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:42:58 ---> dd9f99f17ea6 08:42:58 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:42:58 ---> Running in 3d83842adc91 08:43:01 Removing intermediate container 3d83842adc91 08:43:01 ---> ccabd5b29d43 08:43:01 Step 24/29 : RUN chmod 755 security-secrets-setup 08:43:01 ---> Running in 9deaeaf3073f 08:43:03 Collecting docker-compose==1.23.2 08:43:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:43:04 Removing intermediate container 9deaeaf3073f 08:43:04 ---> 54b6b0ee1098 08:43:04 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:43:04 ---> Running in 1b32e47505e8 08:43:04 Removing intermediate container 1b32e47505e8 08:43:04 ---> 3eed234cc5d5 08:43:04 Step 26/29 : CMD [ "generate" ] 08:43:04 Collecting websocket-client<1.0,>=0.32.0 08:43:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:43:04 ---> Running in b2305f0a2f18 08:43:04 Removing intermediate container b2305f0a2f18 08:43:04 ---> a2dc92a67231 08:43:04 Step 27/29 : LABEL arch=arm64 08:43:05 ---> Running in 2c97ed095f14 08:43:05 Collecting PyYAML<4,>=3.10 08:43:05 Downloading PyYAML-3.13.tar.gz (270 kB) 08:43:05 Removing intermediate container 2c97ed095f14 08:43:05 ---> 30d6afd78be8 08:43:05 Step 28/29 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:43:05 ---> Running in 66b6a395cb4b 08:43:05 Removing intermediate container 66b6a395cb4b 08:43:05 ---> 9c7ff6d29b8c 08:43:05 Step 29/29 : LABEL version=1.2.2-dev.77 08:43:06 ---> Running in 2e33d69e93d1 08:43:06 Removing intermediate container 2e33d69e93d1 08:43:06 ---> 0a1b21fd45f4 08:43:06 08:43:06 Successfully built 0a1b21fd45f4 08:43:07 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:43:09  Building docker-security-secrets-setup-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:43:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:43:09 Collecting dockerpty<0.5,>=0.4.1 08:43:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:43:12 Collecting docopt<0.7,>=0.6.1 08:43:12 Downloading docopt-0.6.2.tar.gz (25 kB) 08:43:14 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:43:14 Collecting texttable<0.10,>=0.9.0 08:43:14 Downloading texttable-0.9.1.tar.gz (11 kB) 08:43:17 Collecting jsonschema<3,>=2.5.1 08:43:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:43:18 Collecting docker<4.0,>=3.6.0 08:43:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:43:18 Collecting cached-property<2,>=1.2.0 08:43:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:43:19 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:43:19 Collecting urllib3<1.25,>=1.21.1 08:43:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:43:20 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:43:20 Collecting idna<2.8,>=2.5 08:43:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:43:20 Collecting docker-pycreds>=0.4.0 08:43:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:43:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:43:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:43:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:43:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:43:21 Installing collected packages: websocket-client, PyYAML, urllib3, idna, requests, dockerpty, docopt, texttable, jsonschema, docker-pycreds, docker, cached-property, docker-compose 08:43:21 Running setup.py install for PyYAML: started 08:43:24 Running setup.py install for PyYAML: finished with status 'done' 08:43:24 Attempting uninstall: urllib3 08:43:24 Found existing installation: urllib3 1.25.9 08:43:24 Uninstalling urllib3-1.25.9: 08:43:24 Successfully uninstalled urllib3-1.25.9 08:43:24 Attempting uninstall: idna 08:43:24 Found existing installation: idna 2.9 08:43:24 Uninstalling idna-2.9: 08:43:24 Successfully uninstalled idna-2.9 08:43:25 Attempting uninstall: requests 08:43:25 Found existing installation: requests 2.23.0 08:43:25 Uninstalling requests-2.23.0: 08:43:25 Successfully uninstalled requests-2.23.0 08:43:25 Running setup.py install for dockerpty: started 08:43:27 Running setup.py install for dockerpty: finished with status 'done' 08:43:27 Running setup.py install for docopt: started 08:43:29 Running setup.py install for docopt: finished with status 'done' 08:43:29 Running setup.py install for texttable: started 08:43:31 Running setup.py install for texttable: finished with status 'done' 08:43:33 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:43:38 Removing intermediate container 12549fa2472c 08:43:38 ---> 9bd582715a40 08:43:38 Step 22/27 : RUN apk --no-cache add curl 08:43:38 ---> Running in 091fb138ab05 08:43:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:43:40 (2/3) Installing libcurl (7.69.1-r1) 08:43:40 (3/3) Installing curl (7.69.1-r1) 08:43:40 Executing busybox-1.31.1-r16.trigger 08:43:40 OK: 71 MiB in 58 packages 08:43:41 Removing intermediate container 091fb138ab05 08:43:41 ---> 7a6f2637489a 08:43:41 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:43:41 ---> Running in 3b562b8417f0 08:43:42 Removing intermediate container 3b562b8417f0 08:43:42 ---> 3bad118099f7 08:43:42 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:42 ---> Running in 38e5eb2a5436 08:43:42 Removing intermediate container 38e5eb2a5436 08:43:42 ---> 5f7d1bf8f9f8 08:43:42 Step 25/27 : LABEL arch=arm64 08:43:42 ---> Running in 457eace3673d 08:43:43 Removing intermediate container 457eace3673d 08:43:43 ---> 5062271217a8 08:43:43 Step 26/27 : LABEL git_sha=3e9c358c5927252f504aa2b8b81da148d7d9995a 08:43:43 ---> Running in 4c451d4115a8 08:43:44 Removing intermediate container 4c451d4115a8 08:43:44 ---> ecd984a68a8d 08:43:44 Step 27/27 : LABEL version=1.2.2-dev.77 08:43:44 ---> Running in b1bac4d732a9 08:43:44 Removing intermediate container b1bac4d732a9 08:43:44 ---> e800cb1d24a3 08:43:44 08:43:44 Successfully built e800cb1d24a3 08:43:44 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:43:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:43:45 $ docker stop --time=1 189df2d08e6c057a66da4279b370fdd4bf809454fc92b5af9917fd03c6e6eaa4 08:43:47 $ docker rm -f 189df2d08e6c057a66da4279b370fdd4bf809454fc92b5af9917fd03c6e6eaa4 [Pipeline] // withDockerContainer [Pipeline] sh 08:43:48 + docker images 08:43:48 + grep docker 08:43:48 docker-sys-mgmt-agent-go-arm64 latest e800cb1d24a3 4 seconds ago 270MB 08:43:48 docker-security-secrets-setup-go-arm64 latest 0a1b21fd45f4 42 seconds ago 22.7MB 08:43:48 docker-support-logging-go-arm64 latest 175960f97f1c About a minute ago 10.6MB 08:43:48 docker-support-scheduler-go-arm64 latest 0ef8c29313b3 About a minute ago 11.5MB 08:43:48 docker-core-metadata-go-arm64 latest e0fca041aecd 2 minutes ago 13.4MB 08:43:48 docker-core-data-go-arm64 latest 8eebdf37a696 3 minutes ago 22.2MB 08:43:48 docker-security-secretstore-setup-go-arm64 latest 3fbcbab84b8a 3 minutes ago 30.8MB 08:43:48 docker-support-notifications-go-arm64 latest f4b526eb34ea 3 minutes ago 12.9MB 08:43:48 docker-core-command-go-arm64 latest 73e4e8ee16bd 3 minutes ago 11.4MB 08:43:48 docker-security-proxy-setup-go-arm64 latest 04ff7f268078 4 minutes ago 15.1MB 08:43:48 docker latest 45884bde0078 4 weeks 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:43:49 provisioning config files... 08:43:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/193@tmp/config4929265795742402928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:43:49 ---> docker-login.sh 08:43:49 nexus3.edgexfoundry.org:10001 08:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:50 Configure a credential helper to remove this warning. See 08:43:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:50 08:43:50 Login Succeeded 08:43:50 nexus3.edgexfoundry.org:10002 08:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:50 Configure a credential helper to remove this warning. See 08:43:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:50 08:43:50 Login Succeeded 08:43:50 nexus3.edgexfoundry.org:10003 08:43:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:51 Configure a credential helper to remove this warning. See 08:43:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:51 08:43:51 Login Succeeded 08:43:51 nexus3.edgexfoundry.org:10004 08:43:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:51 Configure a credential helper to remove this warning. See 08:43:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:51 08:43:51 Login Succeeded 08:43:51 docker.io 08:43:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:53 Configure a credential helper to remove this warning. See 08:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:53 08:43:53 Login Succeeded 08:43:53 ---> docker-login.sh ends [Pipeline] } 08:43:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:43:54 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 08:43:54 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:43:54 1.2.2-dev.77 08:43:54 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:43:54 master 08:43:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:54 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:43:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:43:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:43:55 e66f8d9cc0a5: Preparing 08:43:55 5e76a37ea770: Preparing 08:43:55 ec60498952d3: Preparing 08:43:55 ec60498952d3: Pushed 08:43:55 e66f8d9cc0a5: Pushed 08:43:58 5e76a37ea770: Pushed 08:43:58 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] isUnix [Pipeline] sh 08:43:59 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:43:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.77 08:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:43:59 e66f8d9cc0a5: Preparing 08:43:59 5e76a37ea770: Preparing 08:43:59 ec60498952d3: Preparing 08:43:59 ec60498952d3: Layer already exists 08:43:59 5e76a37ea770: Layer already exists 08:43:59 e66f8d9cc0a5: Layer already exists 08:43:59 1.2.2-dev.77: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] isUnix [Pipeline] sh 08:44:00 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:44:00 e66f8d9cc0a5: Preparing 08:44:00 5e76a37ea770: Preparing 08:44:00 ec60498952d3: Preparing 08:44:00 ec60498952d3: Layer already exists 08:44:00 5e76a37ea770: Layer already exists 08:44:00 e66f8d9cc0a5: Layer already exists 08:44:00 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] isUnix [Pipeline] sh 08:44:01 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 08:44:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:44:01 e66f8d9cc0a5: Preparing 08:44:01 5e76a37ea770: Preparing 08:44:01 ec60498952d3: Preparing 08:44:01 5e76a37ea770: Layer already exists 08:44:01 ec60498952d3: Layer already exists 08:44:01 e66f8d9cc0a5: Layer already exists 08:44:01 master: digest: sha256:11e3ceb054ad90e94b1862f2b7183289feafdc8cab83740f107311c02b3c6c56 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:01 ===================================================== [Pipeline] echo 08:44:01 taggedImages: 08:44:01 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:01 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.77 08:44:01 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:01 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 08:44:01 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 08:44:01 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:01 1.2.2-dev.77 08:44:01 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:01 master 08:44:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:02 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:44:02 b4f2d654a6a7: Preparing 08:44:02 75c166b6357d: Preparing 08:44:02 f0addd140de2: Preparing 08:44:02 83715b90e0f9: Preparing 08:44:02 efe1e7d13fb9: Preparing 08:44:02 e2f13739ad41: Preparing 08:44:02 e2f13739ad41: Waiting 08:44:03 f0addd140de2: Pushed 08:44:03 b4f2d654a6a7: Pushed 08:44:03 efe1e7d13fb9: Pushed 08:44:03 e2f13739ad41: Layer already exists 08:44:04 83715b90e0f9: Pushed 08:44:07 75c166b6357d: Pushed 08:44:07 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:44:07 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.77 08:44:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:44:08 b4f2d654a6a7: Preparing 08:44:08 75c166b6357d: Preparing 08:44:08 f0addd140de2: Preparing 08:44:08 83715b90e0f9: Preparing 08:44:08 efe1e7d13fb9: Preparing 08:44:08 e2f13739ad41: Preparing 08:44:08 e2f13739ad41: Waiting 08:44:08 b4f2d654a6a7: Layer already exists 08:44:08 efe1e7d13fb9: Layer already exists 08:44:08 83715b90e0f9: Layer already exists 08:44:08 f0addd140de2: Layer already exists 08:44:08 75c166b6357d: Layer already exists 08:44:08 e2f13739ad41: Layer already exists 08:44:08 1.2.2-dev.77: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:44:08 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:44:09 b4f2d654a6a7: Preparing 08:44:09 75c166b6357d: Preparing 08:44:09 f0addd140de2: Preparing 08:44:09 83715b90e0f9: Preparing 08:44:09 efe1e7d13fb9: Preparing 08:44:09 e2f13739ad41: Preparing 08:44:09 e2f13739ad41: Waiting 08:44:09 f0addd140de2: Layer already exists 08:44:09 75c166b6357d: Layer already exists 08:44:09 83715b90e0f9: Layer already exists 08:44:09 b4f2d654a6a7: Layer already exists 08:44:09 efe1e7d13fb9: Layer already exists 08:44:09 e2f13739ad41: Layer already exists 08:44:09 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:44:10 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 08:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:44:10 b4f2d654a6a7: Preparing 08:44:10 75c166b6357d: Preparing 08:44:10 f0addd140de2: Preparing 08:44:10 83715b90e0f9: Preparing 08:44:10 efe1e7d13fb9: Preparing 08:44:10 e2f13739ad41: Preparing 08:44:10 e2f13739ad41: Waiting 08:44:10 efe1e7d13fb9: Layer already exists 08:44:10 f0addd140de2: Layer already exists 08:44:10 b4f2d654a6a7: Layer already exists 08:44:10 75c166b6357d: Layer already exists 08:44:10 83715b90e0f9: Layer already exists 08:44:10 e2f13739ad41: Layer already exists 08:44:10 master: digest: sha256:ea1d9c80bbd15f00f4e2266ac142adc5bb9de18cc029b1d03209f4784d42a957 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:11 ===================================================== [Pipeline] echo 08:44:11 taggedImages: 08:44:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.77 08:44:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 08:44:11 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 08:44:11 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:11 1.2.2-dev.77 08:44:11 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:11 master 08:44:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:11 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:44:12 7a432db5ad8c: Preparing 08:44:12 9543a878993c: Preparing 08:44:12 ba54190e48d5: Preparing 08:44:12 ba54190e48d5: Pushed 08:44:12 7a432db5ad8c: Pushed 08:44:15 9543a878993c: Pushed 08:44:15 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] isUnix [Pipeline] sh 08:44:16 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.77 08:44:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:44:16 7a432db5ad8c: Preparing 08:44:16 9543a878993c: Preparing 08:44:16 ba54190e48d5: Preparing 08:44:16 9543a878993c: Layer already exists 08:44:16 ba54190e48d5: Layer already exists 08:44:16 7a432db5ad8c: Layer already exists 08:44:16 1.2.2-dev.77: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] isUnix [Pipeline] sh 08:44:17 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:44:17 7a432db5ad8c: Preparing 08:44:17 9543a878993c: Preparing 08:44:17 ba54190e48d5: Preparing 08:44:17 ba54190e48d5: Layer already exists 08:44:17 9543a878993c: Layer already exists 08:44:17 7a432db5ad8c: Layer already exists 08:44:17 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] isUnix [Pipeline] sh 08:44:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 08:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:44:18 7a432db5ad8c: Preparing 08:44:18 9543a878993c: Preparing 08:44:18 ba54190e48d5: Preparing 08:44:18 ba54190e48d5: Layer already exists 08:44:18 9543a878993c: Layer already exists 08:44:18 7a432db5ad8c: Layer already exists 08:44:18 master: digest: sha256:5534df097381354d7c157ac81afab840cccf9b6d35c2448b6453a52087711606 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:19 ===================================================== [Pipeline] echo 08:44:19 taggedImages: 08:44:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.77 08:44:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 08:44:19 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 08:44:19 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:19 1.2.2-dev.77 08:44:19 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:19 master 08:44:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:19 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:44:20 8edd6e099695: Preparing 08:44:20 8bc542de4119: Preparing 08:44:20 37c26a71bc3d: Preparing 08:44:20 3c45a650bcf0: Preparing 08:44:20 e2f13739ad41: Preparing 08:44:20 e2f13739ad41: Layer already exists 08:44:20 8bc542de4119: Pushed 08:44:20 37c26a71bc3d: Pushed 08:44:21 3c45a650bcf0: Pushed 08:44:23 8edd6e099695: Pushed 08:44:23 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:44:23 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.77 08:44:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:44:23 8edd6e099695: Preparing 08:44:23 8bc542de4119: Preparing 08:44:23 37c26a71bc3d: Preparing 08:44:23 3c45a650bcf0: Preparing 08:44:23 e2f13739ad41: Preparing 08:44:23 e2f13739ad41: Layer already exists 08:44:23 8edd6e099695: Layer already exists 08:44:23 37c26a71bc3d: Layer already exists 08:44:23 3c45a650bcf0: Layer already exists 08:44:23 8bc542de4119: Layer already exists 08:44:23 1.2.2-dev.77: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:44:24 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:44:24 8edd6e099695: Preparing 08:44:24 8bc542de4119: Preparing 08:44:24 37c26a71bc3d: Preparing 08:44:24 3c45a650bcf0: Preparing 08:44:24 e2f13739ad41: Preparing 08:44:24 37c26a71bc3d: Layer already exists 08:44:24 3c45a650bcf0: Layer already exists 08:44:24 e2f13739ad41: Layer already exists 08:44:24 8edd6e099695: Layer already exists 08:44:24 8bc542de4119: Layer already exists 08:44:25 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] isUnix [Pipeline] sh 08:44:25 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 08:44:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:44:25 8edd6e099695: Preparing 08:44:25 8bc542de4119: Preparing 08:44:25 37c26a71bc3d: Preparing 08:44:25 3c45a650bcf0: Preparing 08:44:25 e2f13739ad41: Preparing 08:44:26 37c26a71bc3d: Layer already exists 08:44:26 8edd6e099695: Layer already exists 08:44:26 e2f13739ad41: Layer already exists 08:44:26 8bc542de4119: Layer already exists 08:44:26 3c45a650bcf0: Layer already exists 08:44:26 master: digest: sha256:916619f53a83e5bfd99fbde639088dfae03c781d755bf8ba32c5f79bf5e73517 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:26 ===================================================== [Pipeline] echo 08:44:26 taggedImages: 08:44:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.77 08:44:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:26 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 08:44:26 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 08:44:26 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:26 1.2.2-dev.77 08:44:26 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:26 master 08:44:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:27 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:44:27 7dd3b4b622a8: Preparing 08:44:27 83a07fe7584a: Preparing 08:44:27 dfce62513a3e: Preparing 08:44:27 a5a17a88cc19: Preparing 08:44:27 a5a17a88cc19: Preparing 08:44:27 585d5810966b: Preparing 08:44:27 92ce0343a3d2: Preparing 08:44:27 9874e10e9f6b: Preparing 08:44:27 7dd3b4b622a8: Preparing 08:44:27 f8dac8024f3b: Preparing 08:44:27 8a0e3708cd5d: Preparing 08:44:27 3ecf10b81369: Preparing 08:44:27 e2f13739ad41: Preparing 08:44:27 f8dac8024f3b: Waiting 08:44:27 8a0e3708cd5d: Waiting 08:44:27 92ce0343a3d2: Waiting 08:44:27 3ecf10b81369: Waiting 08:44:27 e2f13739ad41: Waiting 08:44:27 9874e10e9f6b: Waiting 08:44:28 a5a17a88cc19: Pushed 08:44:28 585d5810966b: Pushed 08:44:28 83a07fe7584a: Pushed 08:44:28 dfce62513a3e: Pushed 08:44:28 f8dac8024f3b: Pushed 08:44:28 8a0e3708cd5d: Pushed 08:44:28 92ce0343a3d2: Pushed 08:44:28 9874e10e9f6b: Pushed 08:44:28 e2f13739ad41: Layer already exists 08:44:28 3ecf10b81369: Pushed 08:44:30 7dd3b4b622a8: Pushed 08:44:30 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:44:30 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.77 08:44:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:44:30 7dd3b4b622a8: Preparing 08:44:30 83a07fe7584a: Preparing 08:44:30 dfce62513a3e: Preparing 08:44:30 a5a17a88cc19: Preparing 08:44:30 a5a17a88cc19: Preparing 08:44:30 585d5810966b: Preparing 08:44:30 92ce0343a3d2: Preparing 08:44:30 9874e10e9f6b: Preparing 08:44:30 7dd3b4b622a8: Preparing 08:44:30 f8dac8024f3b: Preparing 08:44:30 8a0e3708cd5d: Preparing 08:44:30 92ce0343a3d2: Waiting 08:44:30 f8dac8024f3b: Waiting 08:44:30 9874e10e9f6b: Waiting 08:44:30 3ecf10b81369: Preparing 08:44:30 8a0e3708cd5d: Waiting 08:44:30 e2f13739ad41: Preparing 08:44:30 3ecf10b81369: Waiting 08:44:30 e2f13739ad41: Waiting 08:44:31 83a07fe7584a: Layer already exists 08:44:31 7dd3b4b622a8: Layer already exists 08:44:31 585d5810966b: Layer already exists 08:44:31 dfce62513a3e: Layer already exists 08:44:31 a5a17a88cc19: Layer already exists 08:44:31 9874e10e9f6b: Layer already exists 08:44:31 92ce0343a3d2: Layer already exists 08:44:31 f8dac8024f3b: Layer already exists 08:44:31 8a0e3708cd5d: Layer already exists 08:44:31 3ecf10b81369: Layer already exists 08:44:31 e2f13739ad41: Layer already exists 08:44:31 1.2.2-dev.77: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:44:31 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:44:31 7dd3b4b622a8: Preparing 08:44:31 83a07fe7584a: Preparing 08:44:31 dfce62513a3e: Preparing 08:44:31 a5a17a88cc19: Preparing 08:44:31 a5a17a88cc19: Preparing 08:44:31 585d5810966b: Preparing 08:44:31 92ce0343a3d2: Preparing 08:44:31 9874e10e9f6b: Preparing 08:44:31 7dd3b4b622a8: Preparing 08:44:31 f8dac8024f3b: Preparing 08:44:31 8a0e3708cd5d: Preparing 08:44:31 3ecf10b81369: Preparing 08:44:31 e2f13739ad41: Preparing 08:44:31 92ce0343a3d2: Waiting 08:44:31 9874e10e9f6b: Waiting 08:44:31 f8dac8024f3b: Waiting 08:44:31 8a0e3708cd5d: Waiting 08:44:31 3ecf10b81369: Waiting 08:44:31 e2f13739ad41: Waiting 08:44:31 a5a17a88cc19: Layer already exists 08:44:31 585d5810966b: Layer already exists 08:44:31 83a07fe7584a: Layer already exists 08:44:31 7dd3b4b622a8: Layer already exists 08:44:31 dfce62513a3e: Layer already exists 08:44:31 f8dac8024f3b: Layer already exists 08:44:31 92ce0343a3d2: Layer already exists 08:44:32 9874e10e9f6b: Layer already exists 08:44:32 3ecf10b81369: Layer already exists 08:44:32 e2f13739ad41: Layer already exists 08:44:32 8a0e3708cd5d: Layer already exists 08:44:32 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:44:32 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 08:44:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:44:33 7dd3b4b622a8: Preparing 08:44:33 83a07fe7584a: Preparing 08:44:33 dfce62513a3e: Preparing 08:44:33 a5a17a88cc19: Preparing 08:44:33 a5a17a88cc19: Preparing 08:44:33 585d5810966b: Preparing 08:44:33 92ce0343a3d2: Preparing 08:44:33 9874e10e9f6b: Preparing 08:44:33 7dd3b4b622a8: Preparing 08:44:33 f8dac8024f3b: Preparing 08:44:33 8a0e3708cd5d: Preparing 08:44:33 3ecf10b81369: Preparing 08:44:33 e2f13739ad41: Preparing 08:44:33 f8dac8024f3b: Waiting 08:44:33 8a0e3708cd5d: Waiting 08:44:33 3ecf10b81369: Waiting 08:44:33 e2f13739ad41: Waiting 08:44:33 92ce0343a3d2: Waiting 08:44:33 585d5810966b: Layer already exists 08:44:33 83a07fe7584a: Layer already exists 08:44:33 a5a17a88cc19: Layer already exists 08:44:33 7dd3b4b622a8: Layer already exists 08:44:33 dfce62513a3e: Layer already exists 08:44:33 9874e10e9f6b: Layer already exists 08:44:33 8a0e3708cd5d: Layer already exists 08:44:33 f8dac8024f3b: Layer already exists 08:44:33 3ecf10b81369: Layer already exists 08:44:33 92ce0343a3d2: Layer already exists 08:44:33 e2f13739ad41: Layer already exists 08:44:33 master: digest: sha256:99ea2448d15659e53ed1d760ea016b855d3d20bd0e560bd5ef8334451738c655 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:33 ===================================================== [Pipeline] echo 08:44:33 taggedImages: 08:44:33 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:33 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.77 08:44:33 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:33 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 08:44:33 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 08:44:33 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:33 1.2.2-dev.77 08:44:33 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:33 master 08:44:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:34 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:44:34 20072a3ec12c: Preparing 08:44:34 da4398fc0ad2: Preparing 08:44:34 db385fd86963: Preparing 08:44:34 93d2034b3b1a: Preparing 08:44:34 f8695b54e815: Preparing 08:44:34 132f0ccb127e: Preparing 08:44:34 bb1d35b51e1c: Preparing 08:44:34 0982bac27c47: Preparing 08:44:34 7df9f76c492f: Preparing 08:44:34 417e382b0cb2: Preparing 08:44:34 66b385cf80cf: Preparing 08:44:34 bb1d35b51e1c: Waiting 08:44:34 0982bac27c47: Waiting 08:44:34 7df9f76c492f: Waiting 08:44:34 417e382b0cb2: Waiting 08:44:34 66b385cf80cf: Waiting 08:44:34 132f0ccb127e: Waiting 08:44:35 da4398fc0ad2: Pushed 08:44:35 20072a3ec12c: Pushed 08:44:35 132f0ccb127e: Pushed 08:44:35 bb1d35b51e1c: Pushed 08:44:36 0982bac27c47: Pushed 08:44:36 7df9f76c492f: Pushed 08:44:36 66b385cf80cf: Layer already exists 08:44:36 417e382b0cb2: Pushed 08:44:37 db385fd86963: Pushed 08:44:37 93d2034b3b1a: Pushed 08:44:37 f8695b54e815: Pushed 08:44:38 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:44:38 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.77 08:44:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:44:38 20072a3ec12c: Preparing 08:44:38 da4398fc0ad2: Preparing 08:44:38 db385fd86963: Preparing 08:44:38 93d2034b3b1a: Preparing 08:44:38 f8695b54e815: Preparing 08:44:38 132f0ccb127e: Preparing 08:44:38 bb1d35b51e1c: Preparing 08:44:38 0982bac27c47: Preparing 08:44:38 7df9f76c492f: Preparing 08:44:38 417e382b0cb2: Preparing 08:44:38 66b385cf80cf: Preparing 08:44:38 bb1d35b51e1c: Waiting 08:44:38 0982bac27c47: Waiting 08:44:38 132f0ccb127e: Waiting 08:44:38 7df9f76c492f: Waiting 08:44:38 417e382b0cb2: Waiting 08:44:38 66b385cf80cf: Waiting 08:44:39 f8695b54e815: Layer already exists 08:44:39 20072a3ec12c: Layer already exists 08:44:39 93d2034b3b1a: Layer already exists 08:44:39 da4398fc0ad2: Layer already exists 08:44:39 db385fd86963: Layer already exists 08:44:39 132f0ccb127e: Layer already exists 08:44:39 bb1d35b51e1c: Layer already exists 08:44:39 0982bac27c47: Layer already exists 08:44:39 7df9f76c492f: Layer already exists 08:44:39 66b385cf80cf: Layer already exists 08:44:39 417e382b0cb2: Layer already exists 08:44:39 1.2.2-dev.77: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:44:39 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:44:39 20072a3ec12c: Preparing 08:44:39 da4398fc0ad2: Preparing 08:44:39 db385fd86963: Preparing 08:44:39 93d2034b3b1a: Preparing 08:44:39 f8695b54e815: Preparing 08:44:39 132f0ccb127e: Preparing 08:44:39 bb1d35b51e1c: Preparing 08:44:39 0982bac27c47: Preparing 08:44:39 7df9f76c492f: Preparing 08:44:39 417e382b0cb2: Preparing 08:44:39 66b385cf80cf: Preparing 08:44:39 132f0ccb127e: Waiting 08:44:39 bb1d35b51e1c: Waiting 08:44:39 417e382b0cb2: Waiting 08:44:39 0982bac27c47: Waiting 08:44:39 7df9f76c492f: Waiting 08:44:39 66b385cf80cf: Waiting 08:44:40 db385fd86963: Layer already exists 08:44:40 20072a3ec12c: Layer already exists 08:44:40 93d2034b3b1a: Layer already exists 08:44:40 da4398fc0ad2: Layer already exists 08:44:40 f8695b54e815: Layer already exists 08:44:40 0982bac27c47: Layer already exists 08:44:40 bb1d35b51e1c: Layer already exists 08:44:40 132f0ccb127e: Layer already exists 08:44:40 7df9f76c492f: Layer already exists 08:44:40 417e382b0cb2: Layer already exists 08:44:40 66b385cf80cf: Layer already exists 08:44:40 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] isUnix [Pipeline] sh 08:44:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 08:44:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:44:40 20072a3ec12c: Preparing 08:44:40 da4398fc0ad2: Preparing 08:44:40 db385fd86963: Preparing 08:44:40 93d2034b3b1a: Preparing 08:44:40 f8695b54e815: Preparing 08:44:40 132f0ccb127e: Preparing 08:44:40 bb1d35b51e1c: Preparing 08:44:40 0982bac27c47: Preparing 08:44:40 7df9f76c492f: Preparing 08:44:40 417e382b0cb2: Preparing 08:44:40 66b385cf80cf: Preparing 08:44:40 132f0ccb127e: Waiting 08:44:40 bb1d35b51e1c: Waiting 08:44:40 0982bac27c47: Waiting 08:44:40 7df9f76c492f: Waiting 08:44:40 66b385cf80cf: Waiting 08:44:40 417e382b0cb2: Waiting 08:44:40 db385fd86963: Layer already exists 08:44:40 93d2034b3b1a: Layer already exists 08:44:40 20072a3ec12c: Layer already exists 08:44:40 f8695b54e815: Layer already exists 08:44:40 da4398fc0ad2: Layer already exists 08:44:40 132f0ccb127e: Layer already exists 08:44:40 bb1d35b51e1c: Layer already exists 08:44:40 0982bac27c47: Layer already exists 08:44:40 7df9f76c492f: Layer already exists 08:44:40 417e382b0cb2: Layer already exists 08:44:40 66b385cf80cf: Layer already exists 08:44:40 master: digest: sha256:d499f53658b45ff31304dae1074a529c5ad1f0eed0d32d1f63793941c49bc0f3 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:41 ===================================================== [Pipeline] echo 08:44:41 taggedImages: 08:44:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.77 08:44:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 08:44:41 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 08:44:41 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:41 1.2.2-dev.77 08:44:41 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:41 master 08:44:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:41 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:44:42 6ee36fe3343c: Preparing 08:44:42 a56bb08b6c99: Preparing 08:44:42 a0e892581db9: Preparing 08:44:42 62a898c77241: Preparing 08:44:42 a0e892581db9: Pushed 08:44:42 6ee36fe3343c: Pushed 08:44:42 62a898c77241: Pushed 08:44:45 a56bb08b6c99: Pushed 08:44:45 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] isUnix [Pipeline] sh 08:44:45 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.77 08:44:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:44:46 6ee36fe3343c: Preparing 08:44:46 a56bb08b6c99: Preparing 08:44:46 a0e892581db9: Preparing 08:44:46 62a898c77241: Preparing 08:44:46 6ee36fe3343c: Layer already exists 08:44:46 a56bb08b6c99: Layer already exists 08:44:46 a0e892581db9: Layer already exists 08:44:46 62a898c77241: Layer already exists 08:44:46 1.2.2-dev.77: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] isUnix [Pipeline] sh 08:44:46 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:44:46 6ee36fe3343c: Preparing 08:44:46 a56bb08b6c99: Preparing 08:44:46 a0e892581db9: Preparing 08:44:46 62a898c77241: Preparing 08:44:47 6ee36fe3343c: Layer already exists 08:44:47 a0e892581db9: Layer already exists 08:44:47 a56bb08b6c99: Layer already exists 08:44:47 62a898c77241: Layer already exists 08:44:47 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] isUnix [Pipeline] sh 08:44:47 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 08:44:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:44:47 6ee36fe3343c: Preparing 08:44:47 a56bb08b6c99: Preparing 08:44:47 a0e892581db9: Preparing 08:44:47 62a898c77241: Preparing 08:44:48 a56bb08b6c99: Layer already exists 08:44:48 a0e892581db9: Layer already exists 08:44:48 62a898c77241: Layer already exists 08:44:48 6ee36fe3343c: Layer already exists 08:44:48 master: digest: sha256:329d88c6ed5934301817bdd743d8abb3907e11d0627bfdb16486cac231b33dba size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:48 ===================================================== [Pipeline] echo 08:44:48 taggedImages: 08:44:48 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:48 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.77 08:44:48 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:48 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 08:44:48 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 08:44:48 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:48 1.2.2-dev.77 08:44:48 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:48 master 08:44:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:49 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:44:49 eb47c440b36d: Preparing 08:44:49 11325ccdd61b: Preparing 08:44:49 50785b2d519e: Preparing 08:44:49 fe494fc7f54c: Preparing 08:44:49 d22fa8da8eb1: Preparing 08:44:49 50901b5bc9e2: Preparing 08:44:49 50901b5bc9e2: Waiting 08:44:49 50785b2d519e: Pushed 08:44:49 eb47c440b36d: Pushed 08:44:49 d22fa8da8eb1: Pushed 08:44:49 fe494fc7f54c: Pushed 08:44:50 50901b5bc9e2: Pushed 08:44:52 11325ccdd61b: Pushed 08:44:53 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:44:53 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.77 08:44:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:44:53 eb47c440b36d: Preparing 08:44:53 11325ccdd61b: Preparing 08:44:53 50785b2d519e: Preparing 08:44:53 fe494fc7f54c: Preparing 08:44:53 d22fa8da8eb1: Preparing 08:44:53 50901b5bc9e2: Preparing 08:44:53 50901b5bc9e2: Waiting 08:44:54 50785b2d519e: Layer already exists 08:44:54 11325ccdd61b: Layer already exists 08:44:54 d22fa8da8eb1: Layer already exists 08:44:54 eb47c440b36d: Layer already exists 08:44:54 50901b5bc9e2: Layer already exists 08:44:54 fe494fc7f54c: Layer already exists 08:44:54 1.2.2-dev.77: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:44:54 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:44:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:44:54 eb47c440b36d: Preparing 08:44:54 11325ccdd61b: Preparing 08:44:54 50785b2d519e: Preparing 08:44:54 fe494fc7f54c: Preparing 08:44:54 d22fa8da8eb1: Preparing 08:44:54 50901b5bc9e2: Preparing 08:44:54 50901b5bc9e2: Waiting 08:44:55 eb47c440b36d: Layer already exists 08:44:55 d22fa8da8eb1: Layer already exists 08:44:55 50785b2d519e: Layer already exists 08:44:55 fe494fc7f54c: Layer already exists 08:44:55 11325ccdd61b: Layer already exists 08:44:55 50901b5bc9e2: Layer already exists 08:44:55 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:44:55 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:44:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 08:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:44:55 eb47c440b36d: Preparing 08:44:55 11325ccdd61b: Preparing 08:44:55 50785b2d519e: Preparing 08:44:55 fe494fc7f54c: Preparing 08:44:55 d22fa8da8eb1: Preparing 08:44:55 50901b5bc9e2: Preparing 08:44:55 50901b5bc9e2: Waiting 08:44:55 eb47c440b36d: Layer already exists 08:44:55 d22fa8da8eb1: Layer already exists 08:44:55 fe494fc7f54c: Layer already exists 08:44:55 50785b2d519e: Layer already exists 08:44:55 11325ccdd61b: Layer already exists 08:44:55 50901b5bc9e2: Layer already exists 08:44:55 master: digest: sha256:04dac48e1e3389cc37a02589fc29edfb701fca24aee1e1f954fcd64e9efffed8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:44:56 ===================================================== [Pipeline] echo 08:44:56 taggedImages: 08:44:56 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:56 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.77 08:44:56 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:56 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 08:44:56 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 08:44:56 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:56 1.2.2-dev.77 08:44:56 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:44:56 master 08:44:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:56 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:44:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:44:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:44:57 e82f3333fe2d: Preparing 08:44:57 2ecd647abf9d: Preparing 08:44:57 9c4543496c44: Preparing 08:44:57 9c4543496c44: Pushed 08:44:57 e82f3333fe2d: Pushed 08:45:00 2ecd647abf9d: Pushed 08:45:00 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] isUnix [Pipeline] sh 08:45:00 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:45:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.77 08:45:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:45:01 e82f3333fe2d: Preparing 08:45:01 2ecd647abf9d: Preparing 08:45:01 9c4543496c44: Preparing 08:45:01 2ecd647abf9d: Layer already exists 08:45:01 9c4543496c44: Layer already exists 08:45:01 e82f3333fe2d: Layer already exists 08:45:01 1.2.2-dev.77: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] isUnix [Pipeline] sh 08:45:01 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:45:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:45:02 e82f3333fe2d: Preparing 08:45:02 2ecd647abf9d: Preparing 08:45:02 9c4543496c44: Preparing 08:45:02 e82f3333fe2d: Layer already exists 08:45:02 9c4543496c44: Layer already exists 08:45:02 2ecd647abf9d: Layer already exists 08:45:02 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] isUnix [Pipeline] sh 08:45:02 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:45:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 08:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:45:03 e82f3333fe2d: Preparing 08:45:03 2ecd647abf9d: Preparing 08:45:03 9c4543496c44: Preparing 08:45:03 9c4543496c44: Layer already exists 08:45:03 2ecd647abf9d: Layer already exists 08:45:03 e82f3333fe2d: Layer already exists 08:45:03 master: digest: sha256:b26199a3e2d6169416329058b2b07e9bef41478ebfe20dbda6e4427ecc25a54b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:45:03 ===================================================== [Pipeline] echo 08:45:03 taggedImages: 08:45:03 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:45:03 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.77 08:45:03 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:45:03 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 08:45:03 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 08:45:03 3e9c358c5927252f504aa2b8b81da148d7d9995a 08:45:03 1.2.2-dev.77 08:45:03 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:45:03 master 08:45:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:04 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] isUnix [Pipeline] sh 08:45:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:45:04 9571040150e6: Preparing 08:45:04 f02343e0f893: Preparing 08:45:04 f3eacca699cd: Preparing 08:45:04 7ecde8d86ff6: Preparing 08:45:04 d20751174a68: Preparing 08:45:04 60a356361faa: Preparing 08:45:04 cb44e04f36f6: Preparing 08:45:04 f875f9e206db: Preparing 08:45:04 3994ac1dcb8b: Preparing 08:45:04 5f2247eaf593: Preparing 08:45:04 62d13be1b083: Preparing 08:45:04 94fdc660876c: Preparing 08:45:04 4e7279dfc0c0: Preparing 08:45:04 e2f13739ad41: Preparing 08:45:04 cb44e04f36f6: Waiting 08:45:04 f875f9e206db: Waiting 08:45:04 3994ac1dcb8b: Waiting 08:45:04 5f2247eaf593: Waiting 08:45:04 62d13be1b083: Waiting 08:45:04 94fdc660876c: Waiting 08:45:04 e2f13739ad41: Waiting 08:45:05 d20751174a68: Pushed 08:45:05 9571040150e6: Pushed 08:45:06 7ecde8d86ff6: Pushed 08:45:06 f875f9e206db: Layer already exists 08:45:06 3994ac1dcb8b: Layer already exists 08:45:06 5f2247eaf593: Layer already exists 08:45:06 62d13be1b083: Layer already exists 08:45:06 94fdc660876c: Layer already exists 08:45:06 cb44e04f36f6: Pushed 08:45:06 4e7279dfc0c0: Layer already exists 08:45:06 e2f13739ad41: Layer already exists 08:45:06 f02343e0f893: Pushed 08:45:07 60a356361faa: Pushed 08:45:19 f3eacca699cd: Pushed 08:45:19 3e9c358c5927252f504aa2b8b81da148d7d9995a: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:45:20 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:45:20 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.77 08:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:45:20 9571040150e6: Preparing 08:45:20 f02343e0f893: Preparing 08:45:20 f3eacca699cd: Preparing 08:45:20 7ecde8d86ff6: Preparing 08:45:20 d20751174a68: Preparing 08:45:20 60a356361faa: Preparing 08:45:20 cb44e04f36f6: Preparing 08:45:20 f875f9e206db: Preparing 08:45:20 3994ac1dcb8b: Preparing 08:45:20 5f2247eaf593: Preparing 08:45:20 62d13be1b083: Preparing 08:45:20 94fdc660876c: Preparing 08:45:20 4e7279dfc0c0: Preparing 08:45:20 e2f13739ad41: Preparing 08:45:20 5f2247eaf593: Waiting 08:45:20 62d13be1b083: Waiting 08:45:20 60a356361faa: Waiting 08:45:20 94fdc660876c: Waiting 08:45:20 cb44e04f36f6: Waiting 08:45:20 4e7279dfc0c0: Waiting 08:45:20 f875f9e206db: Waiting 08:45:20 3994ac1dcb8b: Waiting 08:45:20 e2f13739ad41: Waiting 08:45:20 f3eacca699cd: Layer already exists 08:45:20 f02343e0f893: Layer already exists 08:45:20 7ecde8d86ff6: Layer already exists 08:45:20 9571040150e6: Layer already exists 08:45:20 d20751174a68: Layer already exists 08:45:20 60a356361faa: Layer already exists 08:45:20 f875f9e206db: Layer already exists 08:45:20 5f2247eaf593: Layer already exists 08:45:20 3994ac1dcb8b: Layer already exists 08:45:20 cb44e04f36f6: Layer already exists 08:45:20 62d13be1b083: Layer already exists 08:45:20 e2f13739ad41: Layer already exists 08:45:20 94fdc660876c: Layer already exists 08:45:20 4e7279dfc0c0: Layer already exists 08:45:20 1.2.2-dev.77: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:45:21 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 [Pipeline] isUnix [Pipeline] sh 08:45:21 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:45:21 9571040150e6: Preparing 08:45:21 f02343e0f893: Preparing 08:45:21 f3eacca699cd: Preparing 08:45:21 7ecde8d86ff6: Preparing 08:45:21 d20751174a68: Preparing 08:45:21 60a356361faa: Preparing 08:45:21 cb44e04f36f6: Preparing 08:45:21 f875f9e206db: Preparing 08:45:21 3994ac1dcb8b: Preparing 08:45:21 5f2247eaf593: Preparing 08:45:21 62d13be1b083: Preparing 08:45:21 94fdc660876c: Preparing 08:45:21 4e7279dfc0c0: Preparing 08:45:21 e2f13739ad41: Preparing 08:45:21 5f2247eaf593: Waiting 08:45:21 62d13be1b083: Waiting 08:45:21 94fdc660876c: Waiting 08:45:21 4e7279dfc0c0: Waiting 08:45:21 e2f13739ad41: Waiting 08:45:21 cb44e04f36f6: Waiting 08:45:21 f875f9e206db: Waiting 08:45:21 3994ac1dcb8b: Waiting 08:45:21 60a356361faa: Waiting 08:45:21 7ecde8d86ff6: Layer already exists 08:45:21 f02343e0f893: Layer already exists 08:45:21 9571040150e6: Layer already exists 08:45:21 d20751174a68: Layer already exists 08:45:21 f3eacca699cd: Layer already exists 08:45:21 cb44e04f36f6: Layer already exists 08:45:21 f875f9e206db: Layer already exists 08:45:21 60a356361faa: Layer already exists 08:45:21 3994ac1dcb8b: Layer already exists 08:45:21 5f2247eaf593: Layer already exists 08:45:21 4e7279dfc0c0: Layer already exists 08:45:21 62d13be1b083: Layer already exists 08:45:21 94fdc660876c: Layer already exists 08:45:21 e2f13739ad41: Layer already exists 08:45:21 3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:45:22 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:45:22 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 08:45:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:45:22 9571040150e6: Preparing 08:45:22 f02343e0f893: Preparing 08:45:22 f3eacca699cd: Preparing 08:45:22 7ecde8d86ff6: Preparing 08:45:22 d20751174a68: Preparing 08:45:22 60a356361faa: Preparing 08:45:22 cb44e04f36f6: Preparing 08:45:22 f875f9e206db: Preparing 08:45:22 3994ac1dcb8b: Preparing 08:45:22 5f2247eaf593: Preparing 08:45:22 62d13be1b083: Preparing 08:45:22 94fdc660876c: Preparing 08:45:22 4e7279dfc0c0: Preparing 08:45:22 e2f13739ad41: Preparing 08:45:22 f875f9e206db: Waiting 08:45:22 3994ac1dcb8b: Waiting 08:45:22 5f2247eaf593: Waiting 08:45:22 62d13be1b083: Waiting 08:45:22 94fdc660876c: Waiting 08:45:22 4e7279dfc0c0: Waiting 08:45:22 e2f13739ad41: Waiting 08:45:22 60a356361faa: Waiting 08:45:22 cb44e04f36f6: Waiting 08:45:22 7ecde8d86ff6: Layer already exists 08:45:22 f3eacca699cd: Layer already exists 08:45:22 9571040150e6: Layer already exists 08:45:22 d20751174a68: Layer already exists 08:45:22 f02343e0f893: Layer already exists 08:45:22 60a356361faa: Layer already exists 08:45:22 cb44e04f36f6: Layer already exists 08:45:22 5f2247eaf593: Layer already exists 08:45:22 3994ac1dcb8b: Layer already exists 08:45:22 f875f9e206db: Layer already exists 08:45:22 62d13be1b083: Layer already exists 08:45:22 94fdc660876c: Layer already exists 08:45:22 e2f13739ad41: Layer already exists 08:45:22 4e7279dfc0c0: Layer already exists 08:45:22 master: digest: sha256:c6f631873e0d2fa312bafd771c99d16a9fe8cb3e7ae112e43702600d0018d319 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:45:23 ===================================================== [Pipeline] echo 08:45:23 taggedImages: 08:45:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:45:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.77 08:45:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a-1.2.2-dev.77 08:45:23 - 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:45:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 08:45:24 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 08:45:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:45:25 08:45:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 08:45:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:45:25 1.317.0: Pulling from edgex-devops/edgex-snyk-go 08:45:25 cbdbe7a5bc2a: Already exists 08:45:25 408f87550127: Pulling fs layer 08:45:25 fe522b08c979: Pulling fs layer 08:45:25 221eaa008020: Pulling fs layer 08:45:25 2a4607e5d6b9: Pulling fs layer 08:45:25 8f79b27c4fd2: Pulling fs layer 08:45:25 e5c8dbe1645b: Pulling fs layer 08:45:25 23e8b3b47431: Pulling fs layer 08:45:25 5c568d65a230: Pulling fs layer 08:45:25 8f79b27c4fd2: Waiting 08:45:25 e5c8dbe1645b: Waiting 08:45:25 23e8b3b47431: Waiting 08:45:25 5c568d65a230: Waiting 08:45:25 2a4607e5d6b9: Waiting 08:45:25 fe522b08c979: Download complete 08:45:25 408f87550127: Download complete 08:45:25 2a4607e5d6b9: Verifying Checksum 08:45:25 2a4607e5d6b9: Download complete 08:45:25 8f79b27c4fd2: Verifying Checksum 08:45:25 8f79b27c4fd2: Download complete 08:45:25 408f87550127: Pull complete 08:45:26 fe522b08c979: Pull complete 08:45:27 e5c8dbe1645b: Verifying Checksum 08:45:27 e5c8dbe1645b: Download complete 08:45:28 23e8b3b47431: Verifying Checksum 08:45:28 23e8b3b47431: Download complete 08:45:28 5c568d65a230: Download complete 08:45:30 221eaa008020: Download complete 08:45:35 221eaa008020: Pull complete 08:45:35 2a4607e5d6b9: Pull complete 08:45:35 8f79b27c4fd2: Pull complete 08:45:39 e5c8dbe1645b: Pull complete 08:45:42 23e8b3b47431: Pull complete 08:45:43 5c568d65a230: Pull complete 08:45:43 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 08:45:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:45:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 08:45:44 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:45:44 $ 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/193:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:45:45 $ docker top a6f505026e13d4eba9e26d3c266849d36d7bfd154d85534f61a05add31c6406a -eo pid,comm [Pipeline] { [Pipeline] sh 08:45:46 + snyk monitor '--org=edgex-jenkins' 08:45:54 08:45:54 Monitoring /w/workspace/edgex-go/193 (github.com/edgexfoundry/edgex-go)... 08:45:54 08:45:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/202666a9-a2cf-4973-b006-bdfd220ab334 08:45:54 08:45:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:45:54 08:45:54 08:45:54 Snyk CLI supports Node.js 8 and higher. 08:45:54 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 08:45:54 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 08:45:54 08:45:54 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 08:45:54 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 08:45:54 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 08:45:54 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:45:54 $ docker stop --time=1 a6f505026e13d4eba9e26d3c266849d36d7bfd154d85534f61a05add31c6406a 08:45:57 $ docker rm -f a6f505026e13d4eba9e26d3c266849d36d7bfd154d85534f61a05add31c6406a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:45:58 08:45:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 08:45:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:45:59 latest: Pulling from edgex-devops/edgex-klar 08:45:59 e7c96db7181b: Pulling fs layer 08:45:59 1868ca2cb446: Pulling fs layer 08:45:59 136be5d0fe8e: Pulling fs layer 08:45:59 894bfe63afcb: Pulling fs layer 08:45:59 894bfe63afcb: Waiting 08:45:59 1868ca2cb446: Verifying Checksum 08:45:59 1868ca2cb446: Download complete 08:45:59 136be5d0fe8e: Download complete 08:45:59 e7c96db7181b: Download complete 08:45:59 894bfe63afcb: Verifying Checksum 08:45:59 894bfe63afcb: Download complete 08:45:59 e7c96db7181b: Pull complete 08:45:59 1868ca2cb446: Pull complete 08:45:59 136be5d0fe8e: Pull complete 08:46:00 894bfe63afcb: Pull complete 08:46:00 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 08:46:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 08:46:00 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:01 $ docker top 7f5e97905e2508037dc2e0ce06a9313db59e7278c6d3d51db97755800fe313d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:01 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:01 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:05 $ docker stop --time=1 7f5e97905e2508037dc2e0ce06a9313db59e7278c6d3d51db97755800fe313d4 08:46:06 $ docker rm -f 7f5e97905e2508037dc2e0ce06a9313db59e7278c6d3d51db97755800fe313d4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:46:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:07 . [Pipeline] withDockerContainer 08:46:07 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:07 $ docker top 18e64b81c81e2e9a698843e3f160875bcaa276c30572e02080d2135e1ff7b60b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:08 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:08 + tee 08:46:08 clair timeout 1m0s 08:46:08 docker timeout: 1m0s 08:46:08 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:09 $ docker stop --time=1 18e64b81c81e2e9a698843e3f160875bcaa276c30572e02080d2135e1ff7b60b 08:46:10 $ docker rm -f 18e64b81c81e2e9a698843e3f160875bcaa276c30572e02080d2135e1ff7b60b [Pipeline] // withDockerContainer [Pipeline] sh 08:46:10 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:46:11 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-command-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:46:11 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:46:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:11 . [Pipeline] withDockerContainer 08:46:11 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:12 $ docker top 31db36991d251a2690b39d31fe7a071971bee8ac706a40bb392ff6743c16d21f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:12 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:12 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:18 $ docker stop --time=1 31db36991d251a2690b39d31fe7a071971bee8ac706a40bb392ff6743c16d21f 08:46:19 $ docker rm -f 31db36991d251a2690b39d31fe7a071971bee8ac706a40bb392ff6743c16d21f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:46:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:20 . [Pipeline] withDockerContainer 08:46:20 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:20 $ docker top f4cee2dd31b5d28d8b2828768cf80266837be274d858ef95d1e681cb467358ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:21 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:21 + tee 08:46:21 clair timeout 1m0s 08:46:21 docker timeout: 1m0s 08:46:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:22 $ docker stop --time=1 f4cee2dd31b5d28d8b2828768cf80266837be274d858ef95d1e681cb467358ee 08:46:24 $ docker rm -f f4cee2dd31b5d28d8b2828768cf80266837be274d858ef95d1e681cb467358ee [Pipeline] // withDockerContainer [Pipeline] sh 08:46:24 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:46:24 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-data-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:46:24 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:46:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:25 . [Pipeline] withDockerContainer 08:46:25 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:26 $ docker top 3c3ba91c9cecbcb23831699b61c1ba48e848c8279c14e88811f6b8e3dc7f554c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:27 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:27 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:29 $ docker stop --time=1 3c3ba91c9cecbcb23831699b61c1ba48e848c8279c14e88811f6b8e3dc7f554c 08:46:31 $ docker rm -f 3c3ba91c9cecbcb23831699b61c1ba48e848c8279c14e88811f6b8e3dc7f554c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:46:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:31 . [Pipeline] withDockerContainer 08:46:31 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:32 $ docker top f0c140f7ca14da191c813857b60c95e34524cd6d54c25ad52ccbadbe3456ebb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:33 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:33 + tee 08:46:33 clair timeout 1m0s 08:46:33 docker timeout: 1m0s 08:46:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:33 $ docker stop --time=1 f0c140f7ca14da191c813857b60c95e34524cd6d54c25ad52ccbadbe3456ebb2 08:46:35 $ docker rm -f f0c140f7ca14da191c813857b60c95e34524cd6d54c25ad52ccbadbe3456ebb2 [Pipeline] // withDockerContainer [Pipeline] sh 08:46:35 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:46:35 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-metadata-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:46:36 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:46:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:36 . [Pipeline] withDockerContainer 08:46:36 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:37 $ docker top 83aec9481c517bfde9a4a857584e8001d9def5c7efef7f84accba78f6d8ab456 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:38 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:38 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:42 $ docker stop --time=1 83aec9481c517bfde9a4a857584e8001d9def5c7efef7f84accba78f6d8ab456 08:46:43 $ docker rm -f 83aec9481c517bfde9a4a857584e8001d9def5c7efef7f84accba78f6d8ab456 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:46:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:44 . [Pipeline] withDockerContainer 08:46:44 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:45 $ docker top ed6fb7e48e42b34b77405c86ce8e281488bce7c39365cf5bbb6375cc2f44fc92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:45 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:45 + tee 08:46:45 clair timeout 1m0s 08:46:45 docker timeout: 1m0s 08:46:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:46 $ docker stop --time=1 ed6fb7e48e42b34b77405c86ce8e281488bce7c39365cf5bbb6375cc2f44fc92 08:46:48 $ docker rm -f ed6fb7e48e42b34b77405c86ce8e281488bce7c39365cf5bbb6375cc2f44fc92 [Pipeline] // withDockerContainer [Pipeline] sh 08:46:48 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:46:48 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-proxy-setup-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:46:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:46:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:46:49 . [Pipeline] withDockerContainer 08:46:49 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:46:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:46:50 $ docker top 9f2fbb5f996a844eacffabbad805e9bec0f18a3061114d849867da578e7d489c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:50 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:46:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:46:59 $ docker stop --time=1 9f2fbb5f996a844eacffabbad805e9bec0f18a3061114d849867da578e7d489c 08:47:00 $ docker rm -f 9f2fbb5f996a844eacffabbad805e9bec0f18a3061114d849867da578e7d489c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:47:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:00 . [Pipeline] withDockerContainer 08:47:00 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:01 $ docker top b011cc5a8f1700d4be6d557123c72a9e590d7adaa463be0fcd5f97547aae4b1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:02 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:02 + tee 08:47:02 clair timeout 1m0s 08:47:02 docker timeout: 1m0s 08:47:02 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:03 $ docker stop --time=1 b011cc5a8f1700d4be6d557123c72a9e590d7adaa463be0fcd5f97547aae4b1e 08:47:04 $ docker rm -f b011cc5a8f1700d4be6d557123c72a9e590d7adaa463be0fcd5f97547aae4b1e [Pipeline] // withDockerContainer [Pipeline] sh 08:47:05 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:47:05 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secrets-setup-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:47:05 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:47:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:06 . [Pipeline] withDockerContainer 08:47:06 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:07 $ docker top a1bebd16505c8e4dae758bdaf0754e94c7fbf0ca20658edae5541f9e2982b8d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:07 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:07 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:15 $ docker stop --time=1 a1bebd16505c8e4dae758bdaf0754e94c7fbf0ca20658edae5541f9e2982b8d5 08:47:17 $ docker rm -f a1bebd16505c8e4dae758bdaf0754e94c7fbf0ca20658edae5541f9e2982b8d5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:47:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:17 . [Pipeline] withDockerContainer 08:47:17 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:18 $ docker top 7d3338fc520c0eebbf3cf9ac75f2317792039a40c9bf3f3d7954ad4d57a6baae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:18 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:18 + tee 08:47:18 clair timeout 1m0s 08:47:18 docker timeout: 1m0s 08:47:18 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:20 $ docker stop --time=1 7d3338fc520c0eebbf3cf9ac75f2317792039a40c9bf3f3d7954ad4d57a6baae 08:47:21 $ docker rm -f 7d3338fc520c0eebbf3cf9ac75f2317792039a40c9bf3f3d7954ad4d57a6baae [Pipeline] // withDockerContainer [Pipeline] sh 08:47:22 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:47:22 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secretstore-setup-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:47:22 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:47:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:22 . [Pipeline] withDockerContainer 08:47:22 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:23 $ docker top 45585e5796c99cf75f46f3af04b33925bf881e81bee4680e0a15c810391fbbcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:23 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:23 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:27 $ docker stop --time=1 45585e5796c99cf75f46f3af04b33925bf881e81bee4680e0a15c810391fbbcc 08:47:28 $ docker rm -f 45585e5796c99cf75f46f3af04b33925bf881e81bee4680e0a15c810391fbbcc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:47:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:29 . [Pipeline] withDockerContainer 08:47:29 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:29 $ docker top 98a4be9b5d05a4d5a651bfd4d7c0ba2d8a5acc0654811e7bac25551e4cd1cc6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:30 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:30 + tee 08:47:30 clair timeout 1m0s 08:47:30 docker timeout: 1m0s 08:47:30 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:30 $ docker stop --time=1 98a4be9b5d05a4d5a651bfd4d7c0ba2d8a5acc0654811e7bac25551e4cd1cc6e 08:47:32 $ docker rm -f 98a4be9b5d05a4d5a651bfd4d7c0ba2d8a5acc0654811e7bac25551e4cd1cc6e [Pipeline] // withDockerContainer [Pipeline] sh 08:47:32 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:47:32 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-logging-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:47:32 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:47:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:33 . [Pipeline] withDockerContainer 08:47:33 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:33 $ docker top 29c4e251afad89a3c91c4d950d0db8a1c6e3a2907bc2520da9f622f692e08834 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:34 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:34 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:39 $ docker stop --time=1 29c4e251afad89a3c91c4d950d0db8a1c6e3a2907bc2520da9f622f692e08834 08:47:41 $ docker rm -f 29c4e251afad89a3c91c4d950d0db8a1c6e3a2907bc2520da9f622f692e08834 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:47:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:41 . [Pipeline] withDockerContainer 08:47:41 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:42 $ docker top 7abdb312c8956f62513f67cd1bc05c5d729827fbe8c621315245093f42048afe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:42 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:42 + tee 08:47:42 clair timeout 1m0s 08:47:42 docker timeout: 1m0s 08:47:42 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:43 $ docker stop --time=1 7abdb312c8956f62513f67cd1bc05c5d729827fbe8c621315245093f42048afe 08:47:45 $ docker rm -f 7abdb312c8956f62513f67cd1bc05c5d729827fbe8c621315245093f42048afe [Pipeline] // withDockerContainer [Pipeline] sh 08:47:45 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:47:45 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-notifications-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:47:45 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:47:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:46 . [Pipeline] withDockerContainer 08:47:46 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:46 $ docker top 974d78c6727745d57897ecd21c2517c8fa326c76e80cb19c4e19ff8d8ce10f6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:47 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:47 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:50 $ docker stop --time=1 974d78c6727745d57897ecd21c2517c8fa326c76e80cb19c4e19ff8d8ce10f6e 08:47:51 $ docker rm -f 974d78c6727745d57897ecd21c2517c8fa326c76e80cb19c4e19ff8d8ce10f6e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:47:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:51 . [Pipeline] withDockerContainer 08:47:51 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:52 $ docker top 0e3067ef57adec1c5e8a56bf641cbb4331cceaf93503212497a1b51def72ba08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:53 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:47:53 + tee 08:47:53 clair timeout 1m0s 08:47:53 docker timeout: 1m0s 08:47:53 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:47:53 $ docker stop --time=1 0e3067ef57adec1c5e8a56bf641cbb4331cceaf93503212497a1b51def72ba08 08:47:55 $ docker rm -f 0e3067ef57adec1c5e8a56bf641cbb4331cceaf93503212497a1b51def72ba08 [Pipeline] // withDockerContainer [Pipeline] sh 08:47:55 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:47:55 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-scheduler-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:47:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:47:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:47:56 . [Pipeline] withDockerContainer 08:47:56 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:47:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:47:56 $ docker top ec02daa698433d5c81a2d302cd10f5a9d769ea5bddf94001f4412f9dbabd678c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:57 + tee 08:47:57 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:12 $ docker stop --time=1 ec02daa698433d5c81a2d302cd10f5a9d769ea5bddf94001f4412f9dbabd678c 08:48:13 $ docker rm -f ec02daa698433d5c81a2d302cd10f5a9d769ea5bddf94001f4412f9dbabd678c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:48:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:14 . [Pipeline] withDockerContainer 08:48:14 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:14 $ docker top 6fd0e0ad0773fbec2fea89000d6bc4e5428e490a46c461be4f6aa720b0c7090f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:15 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:15 + tee 08:48:15 clair timeout 1m0s 08:48:15 docker timeout: 1m0s 08:48:15 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:16 $ docker stop --time=1 6fd0e0ad0773fbec2fea89000d6bc4e5428e490a46c461be4f6aa720b0c7090f 08:48:18 $ docker rm -f 6fd0e0ad0773fbec2fea89000d6bc4e5428e490a46c461be4f6aa720b0c7090f [Pipeline] // withDockerContainer [Pipeline] sh 08:48:18 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:48:18 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-sys-mgmt-agent-go_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:48:18 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:48:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:19 . [Pipeline] withDockerContainer 08:48:19 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:19 $ docker top bd819939cf4bca0e4256a712fcdec11bce754589e2abecede03d04e221d3714d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:20 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:20 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:23 $ docker stop --time=1 bd819939cf4bca0e4256a712fcdec11bce754589e2abecede03d04e221d3714d 08:48:24 $ docker rm -f bd819939cf4bca0e4256a712fcdec11bce754589e2abecede03d04e221d3714d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:48:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:24 . [Pipeline] withDockerContainer 08:48:24 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:25 $ docker top 0a6218ec4014d3a7d8896675cb679962f13186c3401063b13ead1e74aa96d226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:26 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:26 + tee 08:48:26 clair timeout 1m0s 08:48:26 docker timeout: 1m0s 08:48:26 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:26 $ docker stop --time=1 0a6218ec4014d3a7d8896675cb679962f13186c3401063b13ead1e74aa96d226 08:48:28 $ docker rm -f 0a6218ec4014d3a7d8896675cb679962f13186c3401063b13ead1e74aa96d226 [Pipeline] // withDockerContainer [Pipeline] sh 08:48:28 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:48:28 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-command-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:48:28 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:48:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:29 . [Pipeline] withDockerContainer 08:48:29 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:29 $ docker top a635a470a994bc77bb124813e848983ccccd47cb3416ad5e04e709dde025082c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:30 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:30 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:35 $ docker stop --time=1 a635a470a994bc77bb124813e848983ccccd47cb3416ad5e04e709dde025082c 08:48:36 $ docker rm -f a635a470a994bc77bb124813e848983ccccd47cb3416ad5e04e709dde025082c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:48:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:37 . [Pipeline] withDockerContainer 08:48:37 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:38 $ docker top 5c973b14b6073738a750056ad1b62565ddd68441192eebbed0db48b671b62f26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:38 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:38 + tee 08:48:38 clair timeout 1m0s 08:48:38 docker timeout: 1m0s 08:48:38 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:39 $ docker stop --time=1 5c973b14b6073738a750056ad1b62565ddd68441192eebbed0db48b671b62f26 08:48:41 $ docker rm -f 5c973b14b6073738a750056ad1b62565ddd68441192eebbed0db48b671b62f26 [Pipeline] // withDockerContainer [Pipeline] sh 08:48:41 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:48:41 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-data-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:48:41 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:48:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:41 . [Pipeline] withDockerContainer 08:48:41 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:42 $ docker top f4d2f074281903798496a09c3e8cace10c543aa18051a7422975421ed136478d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:44 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:44 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:46 $ docker stop --time=1 f4d2f074281903798496a09c3e8cace10c543aa18051a7422975421ed136478d 08:48:48 $ docker rm -f f4d2f074281903798496a09c3e8cace10c543aa18051a7422975421ed136478d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:48:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:48 . [Pipeline] withDockerContainer 08:48:48 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:49 $ docker top 465deaeae73edf9100300f4befdf95baf9324cedc980c95554a51ca9d6f88c08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:49 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:49 + tee 08:48:49 clair timeout 1m0s 08:48:49 docker timeout: 1m0s 08:48:49 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:50 $ docker stop --time=1 465deaeae73edf9100300f4befdf95baf9324cedc980c95554a51ca9d6f88c08 08:48:51 $ docker rm -f 465deaeae73edf9100300f4befdf95baf9324cedc980c95554a51ca9d6f88c08 [Pipeline] // withDockerContainer [Pipeline] sh 08:48:52 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:48:52 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-core-metadata-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:48:52 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:48:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:52 . [Pipeline] withDockerContainer 08:48:52 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:48:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:48:53 $ docker top 48dab09e8d785bbc4c5b0924766ac8e52f068d9767083a92a1f64060da0e4306 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:53 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:48:53 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:48:58 $ docker stop --time=1 48dab09e8d785bbc4c5b0924766ac8e52f068d9767083a92a1f64060da0e4306 08:48:59 $ docker rm -f 48dab09e8d785bbc4c5b0924766ac8e52f068d9767083a92a1f64060da0e4306 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:48:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:48:59 . [Pipeline] withDockerContainer 08:48:59 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:00 $ docker top 9a8e8089cf11d691b60a0ee9e6d64e4daf912bd33c563e60f3d22c30cdb9b0fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:01 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:01 + tee 08:49:01 clair timeout 1m0s 08:49:01 docker timeout: 1m0s 08:49:01 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:01 $ docker stop --time=1 9a8e8089cf11d691b60a0ee9e6d64e4daf912bd33c563e60f3d22c30cdb9b0fd 08:49:03 $ docker rm -f 9a8e8089cf11d691b60a0ee9e6d64e4daf912bd33c563e60f3d22c30cdb9b0fd [Pipeline] // withDockerContainer [Pipeline] sh 08:49:03 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:49:03 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:49:03 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:49:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:04 . [Pipeline] withDockerContainer 08:49:04 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:04 $ docker top e0ad7addd9cd863b041ac14dded3f2a7610fb95e9e183bc05738d5df7c1d9db1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:05 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:05 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:12 $ docker stop --time=1 e0ad7addd9cd863b041ac14dded3f2a7610fb95e9e183bc05738d5df7c1d9db1 08:49:13 $ docker rm -f e0ad7addd9cd863b041ac14dded3f2a7610fb95e9e183bc05738d5df7c1d9db1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:49:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:13 . [Pipeline] withDockerContainer 08:49:13 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:14 $ docker top d96070a88842d2552c86fd7a0ebb16355b88033076de8c9b3697026b9baa238c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:15 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:15 + tee 08:49:15 clair timeout 1m0s 08:49:15 docker timeout: 1m0s 08:49:15 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:16 $ docker stop --time=1 d96070a88842d2552c86fd7a0ebb16355b88033076de8c9b3697026b9baa238c 08:49:17 $ docker rm -f d96070a88842d2552c86fd7a0ebb16355b88033076de8c9b3697026b9baa238c [Pipeline] // withDockerContainer [Pipeline] sh 08:49:18 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:49:18 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:49:18 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:49:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:18 . [Pipeline] withDockerContainer 08:49:18 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:19 $ docker top 65c3acbec8e591dba0b98c3ae3d4d6c14a0b20afdf8965aacf7f95ef58338f33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:19 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:19 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:28 $ docker stop --time=1 65c3acbec8e591dba0b98c3ae3d4d6c14a0b20afdf8965aacf7f95ef58338f33 08:49:29 $ docker rm -f 65c3acbec8e591dba0b98c3ae3d4d6c14a0b20afdf8965aacf7f95ef58338f33 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:49:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:30 . [Pipeline] withDockerContainer 08:49:30 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:30 $ docker top b9401821d8fec3bd8a15800562deefddb4c7af093542fea1c364a27ca3725b1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:31 + tee 08:49:31 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:31 clair timeout 1m0s 08:49:31 docker timeout: 1m0s 08:49:31 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:32 $ docker stop --time=1 b9401821d8fec3bd8a15800562deefddb4c7af093542fea1c364a27ca3725b1f 08:49:34 $ docker rm -f b9401821d8fec3bd8a15800562deefddb4c7af093542fea1c364a27ca3725b1f [Pipeline] // withDockerContainer [Pipeline] sh 08:49:34 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:49:34 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:49:34 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:49:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:35 . [Pipeline] withDockerContainer 08:49:35 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:35 $ docker top 1e2ace3e10a2a5a26f43b0da07ed6e2224ea07d3bd40501ba25466c639ec3a13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:36 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:36 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:39 $ docker stop --time=1 1e2ace3e10a2a5a26f43b0da07ed6e2224ea07d3bd40501ba25466c639ec3a13 08:49:41 $ docker rm -f 1e2ace3e10a2a5a26f43b0da07ed6e2224ea07d3bd40501ba25466c639ec3a13 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:49:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:41 . [Pipeline] withDockerContainer 08:49:41 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:42 $ docker top bfe8f4e5a46e694647e0861ea169080c766198b3f87deb513a6d6e71b8b40e3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:42 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:42 + tee 08:49:42 clair timeout 1m0s 08:49:42 docker timeout: 1m0s 08:49:42 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:43 $ docker stop --time=1 bfe8f4e5a46e694647e0861ea169080c766198b3f87deb513a6d6e71b8b40e3d 08:49:44 $ docker rm -f bfe8f4e5a46e694647e0861ea169080c766198b3f87deb513a6d6e71b8b40e3d [Pipeline] // withDockerContainer [Pipeline] sh 08:49:45 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:49:45 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-logging-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:49:45 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:49:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:45 . [Pipeline] withDockerContainer 08:49:45 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:46 $ docker top 74591939149a2e8ab92f44f7c40b845540c84c7640a78f761661f1d2ad4320cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:46 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:46 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:51 $ docker stop --time=1 74591939149a2e8ab92f44f7c40b845540c84c7640a78f761661f1d2ad4320cc 08:49:52 $ docker rm -f 74591939149a2e8ab92f44f7c40b845540c84c7640a78f761661f1d2ad4320cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:53 . [Pipeline] withDockerContainer 08:49:53 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:53 $ docker top dde27297ab9bb7c759ffb6adfe0166523f753bb3d863f6e93884fb7c6346a355 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:54 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:49:54 + tee 08:49:54 clair timeout 1m0s 08:49:54 docker timeout: 1m0s 08:49:54 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:49:55 $ docker stop --time=1 dde27297ab9bb7c759ffb6adfe0166523f753bb3d863f6e93884fb7c6346a355 08:49:56 $ docker rm -f dde27297ab9bb7c759ffb6adfe0166523f753bb3d863f6e93884fb7c6346a355 [Pipeline] // withDockerContainer [Pipeline] sh 08:49:57 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:49:57 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-notifications-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:49:57 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:49:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:49:57 . [Pipeline] withDockerContainer 08:49:57 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:49:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:49:58 $ docker top 8bdfbcb9c4ced652767996c57316c34d06c99f0dc3b036516c50f76ff44187b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:58 + + tee/klar 08:49:58 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:50:01 $ docker stop --time=1 8bdfbcb9c4ced652767996c57316c34d06c99f0dc3b036516c50f76ff44187b9 08:50:02 $ docker rm -f 8bdfbcb9c4ced652767996c57316c34d06c99f0dc3b036516c50f76ff44187b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:50:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:50:03 . [Pipeline] withDockerContainer 08:50:03 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:50:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:50:03 $ docker top f6da0fd4d0668ae90482b09b7ac92f9c246f4b12ed53430e7afe51c40e2a0aca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:04 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:50:04 + tee 08:50:04 clair timeout 1m0s 08:50:04 docker timeout: 1m0s 08:50:04 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:50:05 $ docker stop --time=1 f6da0fd4d0668ae90482b09b7ac92f9c246f4b12ed53430e7afe51c40e2a0aca 08:50:06 $ docker rm -f f6da0fd4d0668ae90482b09b7ac92f9c246f4b12ed53430e7afe51c40e2a0aca [Pipeline] // withDockerContainer [Pipeline] sh 08:50:07 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:50:07 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-support-scheduler-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:50:07 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 08:50:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:50:07 . [Pipeline] withDockerContainer 08:50:07 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:50:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:50:08 $ docker top f52e91f37f0945644be11a0b1f9d4027874f920c8a8467e9e3024084bb42eaa3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:08 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:50:08 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:50:23 $ docker stop --time=1 f52e91f37f0945644be11a0b1f9d4027874f920c8a8467e9e3024084bb42eaa3 08:50:25 $ docker rm -f f52e91f37f0945644be11a0b1f9d4027874f920c8a8467e9e3024084bb42eaa3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:50:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 08:50:25 . [Pipeline] withDockerContainer 08:50:25 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:50:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:50:26 $ docker top 578e2f3453d878cad8a507423b87652f225aa03e5289e9f8ba33e01179160c2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:26 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c358c5927252f504aa2b8b81da148d7d9995a 08:50:26 + tee 08:50:26 clair timeout 1m0s 08:50:26 docker timeout: 1m0s 08:50:26 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:50:28 $ docker stop --time=1 578e2f3453d878cad8a507423b87652f225aa03e5289e9f8ba33e01179160c2d 08:50:29 $ docker rm -f 578e2f3453d878cad8a507423b87652f225aa03e5289e9f8ba33e01179160c2d [Pipeline] // withDockerContainer [Pipeline] sh 08:50:30 + mkdir -p /w/workspace/edgex-go/193/clair-reports [Pipeline] echo 08:50:30 Generated HTML Table Report. Writing to /w/workspace/edgex-go/193/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_3e9c358c5927252f504aa2b8b81da148d7d9995a.html [Pipeline] writeFile [Pipeline] step 08:50:30 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:50:30 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:50:30 provisioning config files... 08:50:30 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/193@tmp/config2681599221766055080tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:31 --> edgex-publish-swagger.sh 08:50:31 === Publish openapi/v1 API === 08:50:31 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 08:50:31 [publishToSwagger] Publishing API Name [core-command] 08:50:31 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:31 Dload Upload Total Spent Left Speed 08:50:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9077 0:00:01 0:00:01 --:--:-- 9085 100 10521 0 0 100 10521 0 9076 0:00:01 0:00:01 --:--:-- 9085 08:50:32 08:50:32 08:50:32 [publishToSwagger] Publishing API Name [core-data] 08:50:32 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:32 Dload Upload Total Spent Left Speed 08:50:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28064 0:00:01 0:00:01 --:--:-- 28089 100 32556 0 0 100 32556 0 27804 0:00:01 0:00:01 --:--:-- 27825 08:50:33 08:50:33 08:50:33 [publishToSwagger] Publishing API Name [core-metadata] 08:50:33 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:33 Dload Upload Total Spent Left Speed 08:50:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 72098 0:00:01 0:00:01 --:--:-- 72133 100 73720 0 0 100 73720 0 72088 0:00:01 0:00:01 --:--:-- 72133 08:50:34 08:50:34 08:50:34 [publishToSwagger] Publishing API Name [support-logging] 08:50:34 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:34 Dload Upload Total Spent Left Speed 08:50:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13109 0:00:01 0:00:01 --:--:-- 13120 100 13580 0 0 100 13580 0 13108 0:00:01 0:00:01 --:--:-- 13120 08:50:36 08:50:36 08:50:36 [publishToSwagger] Publishing API Name [support-notifications] 08:50:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:36 Dload Upload Total Spent Left Speed 08:50:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33677 0:00:01 0:00:01 --:--:-- 33699 100 38889 0 0 100 38889 0 33672 0:00:01 0:00:01 --:--:-- 33699 08:50:36 08:50:36 08:50:36 [publishToSwagger] Publishing API Name [support-scheduler] 08:50:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:36 Dload Upload Total Spent Left Speed 08:50:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13919 0:00:01 0:00:01 --:--:-- 13927 100 14248 0 0 100 14248 0 13917 0:00:01 0:00:01 --:--:-- 13927 08:50:37 08:50:37 08:50:37 [publishToSwagger] Publishing API Name [system-agent] 08:50:37 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:37 Dload Upload Total Spent Left Speed 08:50:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4109 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4570 --:--:-- --:--:-- --:--:-- 4570 08:50:39 08:50:39 08:50:39 === Publish openapi/v2 API === 08:50:39 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 08:50:39 [publishToSwagger] Publishing API Name [core-command] 08:50:39 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:39 Dload Upload Total Spent Left Speed 08:50:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 26693 0:00:01 0:00:01 --:--:-- 26696 100 29393 0 0 100 29393 0 26690 0:00:01 0:00:01 --:--:-- 26696 08:50:40 08:50:40 08:50:40 [publishToSwagger] Publishing API Name [core-data] 08:50:40 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:40 Dload Upload Total Spent Left Speed 08:50:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65506 0 0 100 65506 0 56419 0:00:01 0:00:01 --:--:-- 56422 100 65506 0 0 100 65506 0 42929 0:00:01 0:00:01 --:--:-- 42926 08:50:41 08:50:41 08:50:41 [publishToSwagger] Publishing API Name [core-metadata] 08:50:41 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:41 Dload Upload Total Spent Left Speed 08:50:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 119k 0 0 100 119k 0 57177 0:00:02 0:00:02 --:--:-- 57205 100 119k 0 0 100 119k 0 57173 0:00:02 0:00:02 --:--:-- 57178 08:50:43 08:50:43 08:50:43 [publishToSwagger] Publishing API Name [support-logging] 08:50:43 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:43 Dload Upload Total Spent Left Speed 08:50:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 20237 0:00:01 0:00:01 --:--:-- 20246 100 23547 0 0 100 23547 0 10877 0:00:02 0:00:02 --:--:-- 10881 100 23547 0 0 100 23547 0 10865 0:00:02 0:00:02 --:--:-- 10871 08:50:46 08:50:46 08:50:46 [publishToSwagger] Publishing API Name [support-notifications] 08:50:46 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:46 Dload Upload Total Spent Left Speed 08:50:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 53766 0:00:01 0:00:01 --:--:-- 53780 100 62547 0 0 100 62547 0 53694 0:00:01 0:00:01 --:--:-- 53734 08:50:47 08:50:47 08:50:47 [publishToSwagger] Publishing API Name [support-scheduler] 08:50:47 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:47 Dload Upload Total Spent Left Speed 08:50:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 39607 0:00:01 0:00:01 --:--:-- 39599 100 46054 0 0 100 46054 0 38496 0:00:01 0:00:01 --:--:-- 38474 08:50:48 08:50:48 08:50:48 [publishToSwagger] Publishing API Name [system-agent] 08:50:48 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:48 Dload Upload Total Spent Left Speed 08:50:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20365 0:00:01 0:00:01 --:--:-- 20382 100 23725 0 0 100 23725 0 18813 0:00:01 0:00:01 --:--:-- 18829 08:50:49 08:50:49 [Pipeline] } 08:50:49 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:50:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:50:50 . [Pipeline] withDockerContainer 08:50:50 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:50:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:50:51 $ docker top a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:50:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:50:51 [ssh-agent] Looking for ssh-agent implementation... 08:50:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:50:51 $ docker exec a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 ssh-agent 08:50:52 SSH_AUTH_SOCK=/tmp/ssh-EqP2ZHu1Llwd/agent.11 08:50:52 SSH_AGENT_PID=16 08:50:52 Running ssh-add (command line suppressed) 08:50:52 Identity added: /w/workspace/edgex-go/193@tmp/private_key_6389884646186400705.key (/w/workspace/edgex-go/193@tmp/private_key_6389884646186400705.key) 08:50:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:50:52 + git semver tag 08:50:52 # -> Open(): unable to determine branch for HEAD 08:50:52 # $GIT_DIR = /w/workspace/edgex-go/193/.git 08:50:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/193 08:50:52 # $SEMVER_REMOTE_NAME = origin 08:50:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:50:52 # $SEMVER_USER_NAME = edgex-jenkins 08:50:52 # $SEMVER_BRANCH = master 08:50:52 # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver 08:50:52 # 3e9c358c5927252f504aa2b8b81da148d7d9995a HEAD 08:50:53 # -> Force: false 08:50:53 # 48f281d81c5154a1fc10559b4b4e15092c35e824 refs/tags/v1.2.2-dev.77 [Pipeline] } 08:50:53 $ docker exec --env ******** --env ******** a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 ssh-agent -k 08:50:53 unset SSH_AUTH_SOCK; 08:50:53 unset SSH_AGENT_PID; 08:50:53 echo Agent pid 16 killed; 08:50:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:50:53 + git semver [Pipeline] } 08:50:53 $ docker stop --time=1 a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 08:50:55 $ docker rm -f a3ba419a1cb0216b3ff0c3a2d2d0624c25f4e07615895fa4ac1f743bf5f08fa6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:50:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:50:55 08:50:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:50:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:50:56 0.23.1-centos7: Pulling from edgex-lftools 08:50:56 ab5ef0e58194: Pulling fs layer 08:50:56 9712f1f96733: Pulling fs layer 08:50:56 63f879dbbcfc: Pulling fs layer 08:50:56 0d9ebad4ef96: Pulling fs layer 08:50:56 e9a5061849ea: Pulling fs layer 08:50:56 d747dcd14b5f: Pulling fs layer 08:50:56 2de7ff778b66: Pulling fs layer 08:50:56 0d9ebad4ef96: Waiting 08:50:56 e9a5061849ea: Waiting 08:50:56 d747dcd14b5f: Waiting 08:50:56 9712f1f96733: Download complete 08:50:58 63f879dbbcfc: Verifying Checksum 08:50:58 63f879dbbcfc: Download complete 08:50:58 e9a5061849ea: Verifying Checksum 08:50:58 e9a5061849ea: Download complete 08:50:58 d747dcd14b5f: Verifying Checksum 08:50:58 d747dcd14b5f: Download complete 08:50:58 2de7ff778b66: Verifying Checksum 08:50:58 2de7ff778b66: Download complete 08:50:59 0d9ebad4ef96: Verifying Checksum 08:50:59 0d9ebad4ef96: Download complete 08:50:59 ab5ef0e58194: Verifying Checksum 08:50:59 ab5ef0e58194: Download complete 08:51:03 ab5ef0e58194: Pull complete 08:51:03 9712f1f96733: Pull complete 08:51:06 63f879dbbcfc: Pull complete 08:51:12 0d9ebad4ef96: Pull complete 08:51:12 e9a5061849ea: Pull complete 08:51:12 d747dcd14b5f: Pull complete 08:51:16 2de7ff778b66: Pull complete 08:51:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:51:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:51:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:51:16 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:51:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:51:19 $ docker top c907bdd005fdec357b41d101047a2cf4c4817962799ee1a644f10ee90aba1c64 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:51:19 provisioning config files... 08:51:19 copy managed file [sigul-config] to file:/w/workspace/edgex-go/193@tmp/config2871908664248703024tmp 08:51:19 copy managed file [sigul-password] to file:/w/workspace/edgex-go/193@tmp/config7391557352680748269tmp 08:51:19 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/193@tmp/config1032616736614174595tmp [Pipeline] { [Pipeline] echo 08:51:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:51:20 ---> sigul-configuration.sh 08:51:20 gpg: directory `/root/.gnupg' created 08:51:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:51:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:51:20 gpg: keyring `/root/.gnupg/secring.gpg' created 08:51:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:51:20 gpg: CAST5 encrypted data 08:51:20 gpg: encrypted with 1 passphrase 08:51:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:51:21 + mkdir /home/jenkins 08:51:21 + mkdir /home/jenkins/sigul [Pipeline] sh 08:51:21 + 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:51:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:51:21 ---> sigul-install.sh 08:51:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:51:27 + git tag --list 08:51:27 0.6.0 08:51:27 0.6.1 08:51:27 0.7.0 08:51:27 0.7.1 08:51:27 v1.0.0 08:51:27 v1.0.1 08:51:27 v1.1.0 08:51:27 v1.2.0 08:51:27 v1.2.1 08:51:27 v1.2.2-dev.1 08:51:27 v1.2.2-dev.10 08:51:27 v1.2.2-dev.11 08:51:27 v1.2.2-dev.12 08:51:27 v1.2.2-dev.13 08:51:27 v1.2.2-dev.14 08:51:27 v1.2.2-dev.15 08:51:27 v1.2.2-dev.16 08:51:27 v1.2.2-dev.17 08:51:27 v1.2.2-dev.18 08:51:27 v1.2.2-dev.19 08:51:27 v1.2.2-dev.2 08:51:27 v1.2.2-dev.20 08:51:27 v1.2.2-dev.21 08:51:27 v1.2.2-dev.22 08:51:27 v1.2.2-dev.23 08:51:27 v1.2.2-dev.24 08:51:27 v1.2.2-dev.25 08:51:27 v1.2.2-dev.26 08:51:27 v1.2.2-dev.27 08:51:27 v1.2.2-dev.28 08:51:27 v1.2.2-dev.29 08:51:27 v1.2.2-dev.3 08:51:27 v1.2.2-dev.30 08:51:27 v1.2.2-dev.31 08:51:27 v1.2.2-dev.32 08:51:27 v1.2.2-dev.33 08:51:27 v1.2.2-dev.34 08:51:27 v1.2.2-dev.35 08:51:27 v1.2.2-dev.36 08:51:27 v1.2.2-dev.37 08:51:27 v1.2.2-dev.38 08:51:27 v1.2.2-dev.39 08:51:27 v1.2.2-dev.4 08:51:27 v1.2.2-dev.40 08:51:27 v1.2.2-dev.41 08:51:27 v1.2.2-dev.42 08:51:27 v1.2.2-dev.43 08:51:27 v1.2.2-dev.44 08:51:27 v1.2.2-dev.45 08:51:27 v1.2.2-dev.46 08:51:27 v1.2.2-dev.47 08:51:27 v1.2.2-dev.48 08:51:27 v1.2.2-dev.49 08:51:27 v1.2.2-dev.5 08:51:27 v1.2.2-dev.50 08:51:27 v1.2.2-dev.51 08:51:27 v1.2.2-dev.52 08:51:27 v1.2.2-dev.53 08:51:27 v1.2.2-dev.54 08:51:27 v1.2.2-dev.55 08:51:27 v1.2.2-dev.56 08:51:27 v1.2.2-dev.57 08:51:27 v1.2.2-dev.58 08:51:27 v1.2.2-dev.59 08:51:27 v1.2.2-dev.6 08:51:27 v1.2.2-dev.60 08:51:27 v1.2.2-dev.61 08:51:27 v1.2.2-dev.62 08:51:27 v1.2.2-dev.63 08:51:27 v1.2.2-dev.64 08:51:27 v1.2.2-dev.65 08:51:27 v1.2.2-dev.66 08:51:27 v1.2.2-dev.67 08:51:27 v1.2.2-dev.68 08:51:27 v1.2.2-dev.69 08:51:27 v1.2.2-dev.7 08:51:27 v1.2.2-dev.70 08:51:27 v1.2.2-dev.71 08:51:27 v1.2.2-dev.72 08:51:27 v1.2.2-dev.73 08:51:27 v1.2.2-dev.74 08:51:27 v1.2.2-dev.75 08:51:27 v1.2.2-dev.76 08:51:27 v1.2.2-dev.77 08:51:27 v1.2.2-dev.8 08:51:27 v1.2.2-dev.9 [Pipeline] sh 08:51:27 + lftools sign git-tag v1.2.2-dev.77 08:51:28 Signing Git tag with Sigul... 08:51:28 Signing v1.2.2-dev.77 [Pipeline] echo 08:51:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:51:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:51:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:51:30 $ docker stop --time=1 c907bdd005fdec357b41d101047a2cf4c4817962799ee1a644f10ee90aba1c64 08:51:32 $ docker rm -f c907bdd005fdec357b41d101047a2cf4c4817962799ee1a644f10ee90aba1c64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:51:32 . [Pipeline] withDockerContainer 08:51:33 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:51:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:51:33 $ docker top 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:51:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:51:33 [ssh-agent] Looking for ssh-agent implementation... 08:51:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:51:34 $ docker exec 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c ssh-agent 08:51:34 SSH_AUTH_SOCK=/tmp/ssh-TP6Lvke3g0BF/agent.11 08:51:34 SSH_AGENT_PID=16 08:51:34 Running ssh-add (command line suppressed) 08:51:34 Identity added: /w/workspace/edgex-go/193@tmp/private_key_2101822861915556594.key (/w/workspace/edgex-go/193@tmp/private_key_2101822861915556594.key) 08:51:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:51:34 + git semver bump pre 08:51:34 # -> Open(): unable to determine branch for HEAD 08:51:34 # $GIT_DIR = /w/workspace/edgex-go/193/.git 08:51:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/193 08:51:34 # $SEMVER_REMOTE_NAME = origin 08:51:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:51:34 # $SEMVER_USER_NAME = edgex-jenkins 08:51:34 # $SEMVER_BRANCH = master 08:51:34 # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver 08:51:34 1.2.2-dev.78 [Pipeline] } 08:51:34 $ docker exec --env ******** --env ******** 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c ssh-agent -k 08:51:34 unset SSH_AUTH_SOCK; 08:51:34 unset SSH_AGENT_PID; 08:51:34 echo Agent pid 16 killed; 08:51:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:51:35 + git semver [Pipeline] } 08:51:35 $ docker stop --time=1 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c 08:51:36 $ docker rm -f 360c859a48e1072106e534e09cd8ed31488de964f9540a27b9c1f19a04b8dc8c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:51:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:51:37 . [Pipeline] withDockerContainer 08:51:37 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:51:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:51:38 $ docker top 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:51:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:51:38 [ssh-agent] Looking for ssh-agent implementation... 08:51:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:51:38 $ docker exec 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb ssh-agent 08:51:38 SSH_AUTH_SOCK=/tmp/ssh-3EITS1XKzmeO/agent.13 08:51:38 SSH_AGENT_PID=19 08:51:38 Running ssh-add (command line suppressed) 08:51:38 Identity added: /w/workspace/edgex-go/193@tmp/private_key_9005902291365147383.key (/w/workspace/edgex-go/193@tmp/private_key_9005902291365147383.key) 08:51:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:51:39 + git semver push 08:51:39 # -> Open(): unable to determine branch for HEAD 08:51:39 # $GIT_DIR = /w/workspace/edgex-go/193/.git 08:51:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/193 08:51:39 # $SEMVER_REMOTE_NAME = origin 08:51:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:51:39 # $SEMVER_USER_NAME = edgex-jenkins 08:51:39 # $SEMVER_BRANCH = master 08:51:39 # $SEMVER_DIR = /w/workspace/edgex-go/193/.semver [Pipeline] } 08:51:49 $ docker exec --env ******** --env ******** 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb ssh-agent -k 08:51:49 unset SSH_AUTH_SOCK; 08:51:49 unset SSH_AGENT_PID; 08:51:49 echo Agent pid 19 killed; 08:51:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:51:50 + git semver [Pipeline] } 08:51:50 $ docker stop --time=1 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb 08:51:51 $ docker rm -f 60c34e3eeedeacc98ca928711ffd2e944452edbf266224d0dfe4c5ab1d91d8fb [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:51:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:51:53 ---> package-listing.sh 08:51:53 ++ facter osfamily 08:51:53 ++ tr '[:upper:]' '[:lower:]' 08:51:53 + OS_FAMILY=redhat 08:51:53 + workspace=/w/workspace/edgex-go/193 08:51:53 + START_PACKAGES=/tmp/packages_start.txt 08:51:53 + END_PACKAGES=/tmp/packages_end.txt 08:51:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:51:53 + PACKAGES=/tmp/packages_start.txt 08:51:53 + '[' /w/workspace/edgex-go/193 ']' 08:51:53 + PACKAGES=/tmp/packages_end.txt 08:51:53 + case "${OS_FAMILY}" in 08:51:53 + rpm -qa 08:51:53 + sort 08:51:57 + '[' -f /tmp/packages_start.txt ']' 08:51:57 + '[' -f /tmp/packages_end.txt ']' 08:51:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:51:57 + '[' /w/workspace/edgex-go/193 ']' 08:51:57 + mkdir -p /w/workspace/edgex-go/193/archives/ 08:51:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/193/archives/ [Pipeline] echo 08:51:57 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/193/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:51:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:51:58 08:51:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:51:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:51:58 alpine: Pulling from edgex-lftools-log-publisher 08:51:58 df20fa9351a1: Already exists 08:51:58 36b3adc4ff6f: Pulling fs layer 08:51:58 8ad3a11d3b57: Pulling fs layer 08:51:58 46f8f816bc3b: Pulling fs layer 08:51:58 93b61091891f: Pulling fs layer 08:51:58 93b9cdb0e59b: Pulling fs layer 08:51:58 5e14af77c1be: Pulling fs layer 08:51:58 01666e4c0597: Pulling fs layer 08:51:58 aa168da1d23b: Pulling fs layer 08:51:58 5e14af77c1be: Waiting 08:51:58 aa168da1d23b: Waiting 08:51:58 01666e4c0597: Waiting 08:51:58 93b61091891f: Waiting 08:51:58 93b9cdb0e59b: Waiting 08:51:58 46f8f816bc3b: Verifying Checksum 08:51:58 46f8f816bc3b: Download complete 08:51:58 36b3adc4ff6f: Verifying Checksum 08:51:58 36b3adc4ff6f: Download complete 08:51:58 93b9cdb0e59b: Verifying Checksum 08:51:58 93b9cdb0e59b: Download complete 08:51:58 5e14af77c1be: Verifying Checksum 08:51:58 5e14af77c1be: Download complete 08:51:58 01666e4c0597: Verifying Checksum 08:51:58 01666e4c0597: Download complete 08:51:58 93b61091891f: Verifying Checksum 08:51:58 93b61091891f: Download complete 08:51:58 36b3adc4ff6f: Pull complete 08:51:59 8ad3a11d3b57: Verifying Checksum 08:51:59 8ad3a11d3b57: Download complete 08:51:59 8ad3a11d3b57: Pull complete 08:51:59 46f8f816bc3b: Pull complete 08:52:00 aa168da1d23b: Verifying Checksum 08:52:00 aa168da1d23b: Download complete 08:52:01 93b61091891f: Pull complete 08:52:01 93b9cdb0e59b: Pull complete 08:52:01 5e14af77c1be: Pull complete 08:52:01 01666e4c0597: Pull complete 08:52:09 aa168da1d23b: Pull complete 08:52:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:52:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:52:09 prd-centos7-docker-4c-2g-5832 does not seem to be running inside a container 08:52:10 $ 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/193/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/193 -v /w/workspace/edgex-go/193:/w/workspace/edgex-go/193:rw,z -v /w/workspace/edgex-go/193@tmp:/w/workspace/edgex-go/193@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:52:12 $ docker top 5475284125d803b184fcc0a19976c098fc2848cba3c3d2e8d4c86b534ee44572 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:13 + touch /tmp/pre-build-complete [Pipeline] sh 08:52:13 + mkdir -p /var/log/sa [Pipeline] sh 08:52:13 + ls /var/log/sa-host 08:52:13 + sadf -c /var/log/sa-host/sa05 08:52:13 file_magic: OK 08:52:13 HZ: Using current value: 100 08:52:13 file_header: OK 08:52:13 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:52:13 Statistics: 08:52:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:52:13 File successfully converted to sysstat format version 12.2.1 08:52:13 + sadf -c /var/log/sa-host/sa16 08:52:13 file_magic: OK 08:52:13 HZ: Using current value: 100 08:52:13 file_header: OK 08:52:13 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:52:13 Statistics: 08:52:13 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:52:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:52:14 provisioning config files... 08:52:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/193@tmp/config4831263878323996803tmp [Pipeline] { [Pipeline] echo 08:52:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:52:14 ---> create-netrc.sh [Pipeline] } 08:52:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:52:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:52:15 ---> python-tools-install.sh [Pipeline] echo 08:52:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:52:15 ---> sudo-logs.sh 08:52:15 Archiving 'sudo' log.. [Pipeline] echo 08:52:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:52:15 ---> job-cost.sh 08:52:15 lf-activate-venv: SKIPPING 08:52:15 INFO: No Stack... 08:52:16 INFO: Retrieving Pricing Info for: v1-standard-2 08:52:17 INFO: Archiving Costs [Pipeline] echo 08:52:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:52:17 ---> logs-deploy.sh 08:52:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/193 08:52:17 INFO: archiving workspace using pattern(s): 08:52:19 Archives upload complete. 08:52:19 INFO: archiving logs to Nexus 08:52:20 ---> uname -a: 08:52:20 Linux prd-centos7-docker-4c-2g-5832.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:52:20 08:52:20 08:52:20 ---> lscpu: 08:52:20 Architecture: x86_64 08:52:20 CPU op-mode(s): 32-bit, 64-bit 08:52:20 Byte Order: Little Endian 08:52:20 Address sizes: 40 bits physical, 48 bits virtual 08:52:20 CPU(s): 4 08:52:20 On-line CPU(s) list: 0-3 08:52:20 Thread(s) per core: 1 08:52:20 Core(s) per socket: 1 08:52:20 Socket(s): 4 08:52:20 NUMA node(s): 1 08:52:20 Vendor ID: GenuineIntel 08:52:20 CPU family: 6 08:52:20 Model: 44 08:52:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:52:20 Stepping: 1 08:52:20 CPU MHz: 2933.438 08:52:20 BogoMIPS: 5866.87 08:52:20 Virtualization: VT-x 08:52:20 Hypervisor vendor: KVM 08:52:20 Virtualization type: full 08:52:20 L1d cache: 128 KiB 08:52:20 L1i cache: 128 KiB 08:52:20 L2 cache: 16 MiB 08:52:20 L3 cache: 64 MiB 08:52:20 NUMA node0 CPU(s): 0-3 08:52:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:52:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:52:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:52:20 Vulnerability Meltdown: Mitigation; PTI 08:52:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:52:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:52:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:52:20 Vulnerability Tsx async abort: Not affected 08:52:20 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:52:20 08:52:20 08:52:20 ---> nproc: 08:52:20 4 08:52:20 08:52:20 08:52:20 ---> df -h: 08:52:20 Filesystem Size Used Available Use% Mounted on 08:52:20 overlay 50.0G 13.4G 36.6G 27% / 08:52:20 tmpfs 64.0M 0 64.0M 0% /dev 08:52:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:52:20 shm 64.0M 0 64.0M 0% /dev/shm 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/193 08:52:20 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/193@tmp 08:52:20 08:52:20 08:52:20 ---> free -m: 08:52:20 total used free shared buff/cache available 08:52:20 Mem: 1837 747 127 0 962 1048 08:52:20 Swap: 1023 69 954 08:52:20 08:52:20 08:52:20 ---> ip addr: 08:52:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:52:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:52:20 inet 127.0.0.1/8 scope host lo 08:52:20 valid_lft forever preferred_lft forever 08:52:20 inet6 ::1/128 scope host 08:52:20 valid_lft forever preferred_lft forever 08:52:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:52:20 link/ether fa:16:3e:77:97:75 brd ff:ff:ff:ff:ff:ff 08:52:20 inet 10.30.122.150/23 brd 10.30.123.255 scope global dynamic eth0 08:52:20 valid_lft 85082sec preferred_lft 85082sec 08:52:20 inet6 fe80::f816:3eff:fe77:9775/64 scope link 08:52:20 valid_lft forever preferred_lft forever 08:52:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:52:20 link/ether 02:42:e4:3b:fe:0e brd ff:ff:ff:ff:ff:ff 08:52:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:52:20 valid_lft forever preferred_lft forever 08:52:20 inet6 fe80::42:e4ff:fe3b:fe0e/64 scope link 08:52:20 valid_lft forever preferred_lft forever 08:52:20 08:52:20 08:52:20 ---> sar -b -r -n DEV: 08:52:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 08:52:20 08:52:20 08:30:01 LINUX RESTART (4 CPU) 08:52:20 08:52:20 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:52:20 08:32:01 120.58 63.04 57.54 0.00 9166.57 19072.76 0.00 08:52:20 08:33:02 262.15 66.98 195.17 0.00 3299.97 55963.37 0.00 08:52:20 08:34:02 1359.21 1098.40 260.80 0.00 86765.29 139710.21 0.00 08:52:20 08:35:01 1492.34 1232.69 259.66 0.00 97757.87 105338.22 0.00 08:52:20 08:36:02 2047.98 1676.39 371.59 0.00 88336.05 129794.47 0.00 08:52:20 08:37:01 2100.66 1771.70 328.96 0.00 118604.46 128173.77 0.00 08:52:20 08:38:01 208.28 28.50 179.77 0.00 5486.25 16963.97 0.00 08:52:20 08:39:01 29.31 15.16 14.16 0.00 1188.67 377.13 0.00 08:52:20 08:40:01 1.25 0.05 1.20 0.00 0.40 25.44 0.00 08:52:20 08:41:01 0.75 0.47 0.28 0.00 15.32 3.36 0.00 08:52:20 08:42:01 0.28 0.05 0.23 0.00 0.40 2.70 0.00 08:52:20 08:43:01 0.35 0.18 0.17 0.00 1.60 1.77 0.00 08:52:20 08:44:01 0.28 0.02 0.27 0.00 0.13 3.50 0.00 08:52:20 08:45:01 1.62 1.40 0.22 0.00 46.77 3.23 0.00 08:52:20 08:46:01 260.94 126.17 134.77 0.00 7255.13 34528.96 0.00 08:52:20 08:47:01 34.17 5.78 28.39 0.00 236.83 512.45 0.00 08:52:20 08:48:01 28.98 0.65 28.33 0.00 9.59 473.39 0.00 08:52:20 08:49:01 42.01 14.42 27.59 0.00 268.53 468.90 0.00 08:52:20 08:50:01 27.71 0.48 27.23 0.00 15.45 432.17 0.00 08:52:20 08:51:01 52.02 14.57 37.46 0.00 2764.37 9999.32 0.00 08:52:20 08:52:01 255.23 140.63 114.60 0.00 10942.48 28219.69 0.00 08:52:20 Average: 394.88 296.54 98.34 0.00 20470.74 31832.24 0.00 08:52:20 08:52:20 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:52:20 08:32:01 67556 0 643808 34.22 2620 1167572 1526764 52.11 679588 970552 49336 08:52:20 08:33:02 113692 0 696592 37.02 1588 1069684 1319724 45.04 739076 774272 96 08:52:20 08:34:02 52780 0 773380 41.10 160 1055236 2578956 88.02 725608 929744 68308 08:52:20 08:35:01 234832 0 1023060 54.37 160 623504 3458756 118.04 761272 665748 21952 08:52:20 08:36:02 512296 0 645028 34.28 160 724072 1584632 54.08 501332 683176 32 08:52:20 08:37:01 309624 0 673436 35.79 160 898336 1786868 60.98 490104 874816 5752 08:52:20 08:38:01 217548 0 629624 33.46 160 1034224 1406800 48.01 524620 928668 32 08:52:20 08:39:01 209324 0 602464 32.02 160 1069608 1205188 41.13 598856 864720 16 08:52:20 08:40:01 215084 0 596692 31.71 160 1069620 1172948 40.03 595360 863268 8 08:52:20 08:41:01 215672 0 595664 31.66 160 1070060 1167904 39.86 595324 863656 8 08:52:20 08:42:01 215404 0 595924 31.67 160 1070068 1166188 39.80 594600 863664 8 08:52:20 08:43:01 216380 0 594940 31.62 160 1070076 1165520 39.78 594660 863672 8 08:52:20 08:44:01 217368 0 593936 31.57 160 1070092 1165280 39.77 592084 865224 20 08:52:20 08:45:01 215632 0 594932 31.62 160 1070832 1165344 39.77 592128 865888 20 08:52:20 08:46:01 182052 0 676424 35.95 0 1023080 1762120 60.14 729036 722292 8 08:52:20 08:47:01 207160 0 645372 34.30 0 1029024 1299164 44.34 714100 720356 28 08:52:20 08:48:01 218684 0 633544 33.67 0 1029328 1367704 46.68 706144 716988 44 08:52:20 08:49:01 212024 0 640012 34.02 0 1029520 1278780 43.64 708128 721300 28 08:52:20 08:50:01 187760 0 663992 35.29 0 1029804 1460608 49.85 738808 715420 32 08:52:20 08:51:01 75136 0 714196 37.96 0 1092224 1589888 54.26 742000 806388 65392 08:52:20 08:52:01 71908 0 763824 40.60 0 1045824 1582696 54.01 618368 870820 37820 08:52:20 Average: 198472 0 666516 35.42 292 1016276 1533897 52.35 644819 816697 11855 08:52:20 08:52:20 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:52:20 08:32:01 eth0 851.52 1156.73 3128.97 139.43 0.00 0.00 0.00 0.00 08:52:20 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:32:01 docker0 1054.15 715.58 78.79 2657.33 0.00 0.00 0.00 0.00 08:52:20 08:33:02 eth0 659.08 549.95 4743.62 50.01 0.00 0.00 0.00 0.00 08:52:20 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:33:02 docker0 122.11 158.90 8.48 820.51 0.00 0.00 0.00 0.00 08:52:20 08:34:02 veth35a01ad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:34:02 vethf369b19 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:34:02 eth0 254.57 208.19 1854.26 92.19 0.00 0.00 0.00 0.00 08:52:20 08:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:35:01 vethf1c663c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:52:20 08:35:01 eth0 20.85 10.79 17.33 9.08 0.00 0.00 0.00 0.00 08:52:20 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:35:01 vethd5f4a3c 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 08:52:20 08:36:02 veth9d818c0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:36:02 veth691f165 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:36:02 eth0 94.44 61.30 203.03 88.78 0.00 0.00 0.00 0.00 08:52:20 08:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:37:01 vethc253097 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:52:20 08:37:01 eth0 39.94 21.48 92.94 13.26 0.00 0.00 0.00 0.00 08:52:20 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:37:01 vethd5f4a3c 0.00 0.86 0.00 0.04 0.00 0.00 0.00 0.00 08:52:20 08:38:01 eth0 241.44 203.71 561.43 496.03 0.00 0.00 0.00 0.00 08:52:20 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:38:01 docker0 1284.48 1022.76 93.45 4299.24 0.00 0.00 0.00 0.00 08:52:20 08:39:01 eth0 305.16 307.88 155.60 1250.03 0.00 0.00 0.00 0.00 08:52:20 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:40:01 eth0 0.43 0.17 0.12 0.03 0.00 0.00 0.00 0.00 08:52:20 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:41:01 eth0 0.87 0.20 0.20 0.07 0.00 0.00 0.00 0.00 08:52:20 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:42:01 eth0 1.77 1.75 0.35 9.30 0.00 0.00 0.00 0.00 08:52:20 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:43:01 eth0 4.13 4.95 0.51 13.60 0.00 0.00 0.00 0.00 08:52:20 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:44:01 eth0 0.10 0.10 0.01 0.13 0.00 0.00 0.00 0.00 08:52:20 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:52:20 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:46:01 eth0 457.56 409.07 4141.89 56.34 0.00 0.00 0.00 0.00 08:52:20 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:46:01 veth8e0435d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:46:01 docker0 44.51 43.97 3.98 235.31 0.00 0.00 0.00 0.00 08:52:20 08:47:01 eth0 103.46 84.82 102.90 98.82 0.00 0.00 0.00 0.00 08:52:20 08:47:01 vethc6d7492 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:47:01 docker0 3.93 3.51 0.88 1.66 0.00 0.00 0.00 0.00 08:52:20 08:48:01 vethd9c88c7 0.33 0.40 0.08 0.19 0.00 0.00 0.00 0.00 08:52:20 08:48:01 eth0 128.31 103.08 111.49 116.67 0.00 0.00 0.00 0.00 08:52:20 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:48:01 docker0 4.51 3.98 1.14 2.02 0.00 0.00 0.00 0.00 08:52:20 08:49:01 vethcc2d5f7 0.43 0.38 0.10 0.19 0.00 0.00 0.00 0.00 08:52:20 08:49:01 eth0 106.58 85.95 104.59 86.08 0.00 0.00 0.00 0.00 08:52:20 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:49:01 docker0 4.25 3.76 1.03 1.82 0.00 0.00 0.00 0.00 08:52:20 08:50:01 vetheb9c711 0.40 0.45 0.08 0.16 0.00 0.00 0.00 0.00 08:52:20 08:50:01 eth0 115.50 91.76 107.98 100.48 0.00 0.00 0.00 0.00 08:52:20 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:50:01 docker0 4.36 4.06 1.20 1.98 0.00 0.00 0.00 0.00 08:52:20 08:51:01 eth0 444.78 398.63 3257.27 124.90 0.00 0.00 0.00 0.00 08:52:20 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:51:01 docker0 1.60 1.50 0.49 0.78 0.00 0.00 0.00 0.00 08:52:20 08:52:01 eth0 351.80 298.07 2388.66 99.37 0.00 0.00 0.00 0.00 08:52:20 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 08:52:01 docker0 47.80 57.36 3.03 205.24 0.00 0.00 0.00 0.00 08:52:20 Average: eth0 199.62 190.83 1001.95 135.57 0.00 0.00 0.00 0.00 08:52:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:20 Average: docker0 66.50 54.37 5.01 226.27 0.00 0.00 0.00 0.00 08:52:20 08:52:20 08:52:20 ---> sar -P ALL: 08:52:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 08:52:20 08:52:20 08:30:01 LINUX RESTART (4 CPU) 08:52:20 08:52:20 08:31:01 CPU %user %nice %system %iowait %steal %idle 08:52:20 08:32:01 all 10.66 0.00 3.57 1.82 0.04 83.91 08:52:20 08:32:01 0 10.23 0.00 4.05 0.74 0.02 84.97 08:52:20 08:32:01 1 10.57 0.00 3.62 4.55 0.05 81.21 08:52:20 08:32:01 2 13.79 0.00 3.40 1.25 0.05 81.51 08:52:20 08:32:01 3 8.06 0.00 3.22 0.73 0.03 87.96 08:52:20 08:33:02 all 10.37 0.00 5.79 4.76 0.05 79.03 08:52:20 08:33:02 0 11.00 0.00 5.73 4.83 0.05 78.40 08:52:20 08:33:02 1 9.82 0.00 6.02 3.93 0.07 80.17 08:52:20 08:33:02 2 10.44 0.00 5.32 4.80 0.03 79.40 08:52:20 08:33:02 3 10.22 0.00 6.09 5.50 0.03 78.15 08:52:20 08:34:02 all 16.07 0.00 13.08 14.28 0.09 56.49 08:52:20 08:34:02 0 16.73 0.00 13.47 14.37 0.12 55.30 08:52:20 08:34:02 1 15.41 0.00 13.42 15.17 0.09 55.92 08:52:20 08:34:02 2 15.57 0.00 12.18 13.80 0.07 58.39 08:52:20 08:34:02 3 16.59 0.00 13.23 13.76 0.07 56.35 08:52:20 08:35:01 all 46.51 0.00 13.10 24.01 0.11 16.28 08:52:20 08:35:01 0 46.77 0.00 12.40 24.56 0.10 16.18 08:52:20 08:35:01 1 47.19 0.00 12.68 21.52 0.15 18.45 08:52:20 08:35:01 2 45.79 0.00 13.79 26.49 0.10 13.82 08:52:20 08:35:01 3 46.28 0.00 13.54 23.47 0.07 16.64 08:52:20 08:36:02 all 22.52 0.00 14.65 31.10 0.12 31.61 08:52:20 08:36:02 0 21.26 0.00 14.23 26.33 0.15 38.02 08:52:20 08:36:02 1 22.95 0.00 14.78 28.01 0.10 34.16 08:52:20 08:36:02 2 22.38 0.00 14.76 32.61 0.14 30.11 08:52:20 08:36:02 3 23.49 0.00 14.82 37.49 0.09 24.11 08:52:20 08:37:01 all 49.17 0.00 16.33 27.03 0.17 7.30 08:52:20 08:37:01 0 48.23 0.00 16.55 28.31 0.19 6.72 08:52:20 08:37:01 1 47.90 0.00 17.69 26.32 0.21 7.88 08:52:20 08:37:01 2 50.04 0.00 15.70 27.41 0.16 6.69 08:52:20 08:37:01 3 50.53 0.00 15.37 26.06 0.14 7.90 08:52:20 08:38:01 all 13.62 0.00 6.33 10.64 0.11 69.30 08:52:20 08:38:01 0 15.31 0.00 7.01 13.48 0.15 64.05 08:52:20 08:38:01 1 11.66 0.00 5.96 8.86 0.07 73.46 08:52:20 08:38:01 2 16.29 0.00 6.39 10.54 0.12 66.66 08:52:20 08:38:01 3 11.21 0.00 5.96 9.69 0.12 73.03 08:52:20 08:39:01 all 7.12 0.00 1.98 0.31 0.08 90.50 08:52:20 08:39:01 0 7.10 0.00 2.50 0.18 0.08 90.13 08:52:20 08:39:01 1 7.12 0.00 1.78 0.32 0.07 90.72 08:52:20 08:39:01 2 7.14 0.00 1.84 0.20 0.08 90.74 08:52:20 08:39:01 3 7.14 0.00 1.81 0.52 0.10 90.43 08:52:20 08:40:01 all 0.13 0.00 0.05 0.00 0.01 99.81 08:52:20 08:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:52:20 08:40:01 1 0.07 0.00 0.07 0.00 0.02 99.85 08:52:20 08:40:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:52:20 08:40:01 3 0.37 0.00 0.07 0.00 0.02 99.55 08:52:20 08:41:01 all 0.10 0.00 0.03 0.00 0.01 99.85 08:52:20 08:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:20 08:41:01 1 0.07 0.00 0.05 0.00 0.02 99.87 08:52:20 08:41:01 2 0.07 0.00 0.02 0.02 0.00 99.90 08:52:20 08:41:01 3 0.25 0.00 0.03 0.00 0.00 99.72 08:52:20 08:42:01 all 0.10 0.00 0.05 0.00 0.00 99.84 08:52:20 08:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:52:20 08:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:52:20 08:42:01 2 0.05 0.00 0.08 0.00 0.02 99.85 08:52:20 08:42:01 3 0.28 0.00 0.05 0.02 0.00 99.65 08:52:20 08:52:20 08:42:01 CPU %user %nice %system %iowait %steal %idle 08:52:20 08:43:01 all 0.08 0.00 0.03 0.00 0.00 99.88 08:52:20 08:43:01 0 0.13 0.00 0.05 0.00 0.02 99.80 08:52:20 08:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:52:20 08:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:52:20 08:43:01 3 0.07 0.00 0.03 0.02 0.00 99.88 08:52:20 08:44:01 all 0.04 0.00 0.02 0.00 0.00 99.94 08:52:20 08:44:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:20 08:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:20 08:44:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:52:20 08:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 08:52:20 08:45:01 all 0.05 0.00 0.04 0.02 0.00 99.89 08:52:20 08:45:01 0 0.10 0.00 0.03 0.00 0.00 99.87 08:52:20 08:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:20 08:45:01 2 0.05 0.00 0.05 0.03 0.00 99.87 08:52:20 08:45:01 3 0.03 0.00 0.05 0.05 0.02 99.85 08:52:20 08:46:01 all 8.09 0.00 4.52 5.80 0.03 81.56 08:52:20 08:46:01 0 8.91 0.00 4.34 4.39 0.02 82.34 08:52:20 08:46:01 1 7.18 0.00 4.52 7.56 0.05 80.69 08:52:20 08:46:01 2 7.56 0.00 5.15 5.25 0.03 82.01 08:52:20 08:46:01 3 8.73 0.00 4.06 6.00 0.02 81.19 08:52:20 08:47:01 all 2.90 0.00 2.66 0.71 0.03 93.69 08:52:20 08:47:01 0 3.27 0.00 3.02 1.19 0.03 92.48 08:52:20 08:47:01 1 3.25 0.00 2.98 0.60 0.02 93.15 08:52:20 08:47:01 2 2.43 0.00 2.43 0.45 0.02 94.66 08:52:20 08:47:01 3 2.66 0.00 2.22 0.60 0.03 94.49 08:52:20 08:48:01 all 2.93 0.00 2.79 0.56 0.04 93.67 08:52:20 08:48:01 0 3.09 0.00 3.12 0.44 0.05 93.31 08:52:20 08:48:01 1 3.07 0.00 2.84 0.52 0.02 93.56 08:52:20 08:48:01 2 2.45 0.00 2.38 1.06 0.05 94.06 08:52:20 08:48:01 3 3.12 0.00 2.84 0.23 0.03 93.77 08:52:20 08:49:01 all 2.94 0.00 2.71 0.85 0.02 93.48 08:52:20 08:49:01 0 3.36 0.00 2.92 1.76 0.02 91.94 08:52:20 08:49:01 1 3.20 0.00 2.97 0.55 0.02 93.26 08:52:20 08:49:01 2 2.50 0.00 2.48 0.55 0.03 94.43 08:52:20 08:49:01 3 2.72 0.00 2.47 0.52 0.02 94.28 08:52:20 08:50:01 all 2.86 0.00 2.67 0.42 0.02 94.03 08:52:20 08:50:01 0 2.77 0.00 2.57 0.55 0.02 94.08 08:52:20 08:50:01 1 3.45 0.00 3.52 0.47 0.03 92.52 08:52:20 08:50:01 2 2.33 0.00 2.33 0.23 0.00 95.10 08:52:20 08:50:01 3 2.89 0.00 2.25 0.42 0.03 94.41 08:52:20 08:51:01 all 4.54 0.00 3.27 0.58 0.02 91.59 08:52:20 08:51:01 0 4.70 0.00 3.32 0.50 0.03 91.45 08:52:20 08:51:01 1 4.64 0.00 3.19 0.87 0.02 91.28 08:52:20 08:51:01 2 4.46 0.00 3.36 0.54 0.03 91.61 08:52:20 08:51:01 3 4.36 0.00 3.23 0.40 0.00 92.01 08:52:20 08:52:01 all 9.85 0.00 6.12 4.00 0.04 79.99 08:52:20 08:52:01 0 8.42 0.00 6.31 1.82 0.02 83.43 08:52:20 08:52:01 1 8.49 0.00 4.86 2.87 0.05 83.73 08:52:20 08:52:01 2 11.36 0.00 5.69 3.54 0.05 79.36 08:52:20 08:52:01 3 11.14 0.00 7.62 7.76 0.05 73.43 08:52:20 Average: all 9.88 0.00 4.70 5.94 0.05 79.44 08:52:20 Average: 0 9.92 0.00 4.79 5.78 0.05 79.46 08:52:20 Average: 1 9.67 0.00 4.76 5.73 0.05 79.80 08:52:20 Average: 2 10.08 0.00 4.59 6.03 0.05 79.25 08:52:20 Average: 3 9.83 0.00 4.65 6.23 0.04 79.25 08:52:20 08:52:20 08:52:20