Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 63b605587244ac62a7b5d1c23d47eb87e958ca11 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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-4716 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/178 [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/178 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 63b605587244ac62a7b5d1c23d47eb87e958ca11 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63b605587244ac62a7b5d1c23d47eb87e958ca11 # timeout=10 Commit message: "Merge pull request #2774 from jinlinGuan/issue-2727" > git rev-list --no-walk ec630328e1e51561b3c1fd19dbeb469b0362b87f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-12T05:45:40.655Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-12T05:45:40.935Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-12T05:45:41.032Z] ========================================================= [2020-10-12T05:45:41.033Z] EdgeX Global Pipelines Version Info [2020-10-12T05:45:41.033Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-12T05:45:42.543Z] ------------------- [2020-10-12T05:45:42.543Z] stable info: [2020-10-12T05:45:42.543Z] ------------------- [2020-10-12T05:45:42.543Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-12T05:45:42.543Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-12T05:45:42.543Z] Message: update stable to v1.0.131 [2020-10-12T05:45:43.494Z] ------------------- [2020-10-12T05:45:43.494Z] experimental info: [2020-10-12T05:45:43.494Z] ------------------- [2020-10-12T05:45:43.494Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-12T05:45:43.494Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-12T05:45:43.494Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-12T05:45:43.744Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-12T05:45:43.829Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-12T05:45:43.919Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-12T05:45:44.010Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-12T05:45:44.113Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-12T05:45:44.212Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-12T05:45:44.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-12T05:45:44.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-12T05:45:44.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-12T05:45:44.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-12T05:45:44.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-12T05:45:44.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-12T05:45:44.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-12T05:45:44.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-12T05:45:45.019Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T05:45:45.144Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T05:45:45.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-12T05:45:45.314Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-12T05:45:45.398Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-12T05:45:45.503Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-12T05:45:45.596Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-12T05:45:45.681Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-12T05:45:45.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-12T05:45:45.893Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-12T05:45:45.984Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] echo [2020-10-12T05:45:46.070Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63b6055 [Pipeline] echo [2020-10-12T05:45:46.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-12T05:45:46.529Z] ++ 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 [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/core-command/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/core-data/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.529Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-12T05:45:46.529Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.529Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-12T05:45:46.529Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T05:45:46.530Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-12T05:45:46.530Z] ++ cut -d/ -f2 [2020-10-12T05:45:46.530Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-12T05:45:46.605Z] 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 [2020-10-12T05:45:47.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T05:45:47.689Z] [2020-10-12T05:45:47.689Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:45:48.072Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T05:45:48.072Z] latest: Pulling from edgex-devops/git-semver [2020-10-12T05:45:48.072Z] 31603596830f: Pulling fs layer [2020-10-12T05:45:48.072Z] 2a8b12db71e7: Pulling fs layer [2020-10-12T05:45:48.072Z] 6ca5941a6612: Pulling fs layer [2020-10-12T05:45:48.072Z] ecc8261a40a4: Pulling fs layer [2020-10-12T05:45:48.072Z] ecc8261a40a4: Waiting [2020-10-12T05:45:48.072Z] 2a8b12db71e7: Verifying Checksum [2020-10-12T05:45:48.072Z] 2a8b12db71e7: Download complete [2020-10-12T05:45:48.340Z] 31603596830f: Verifying Checksum [2020-10-12T05:45:48.340Z] 31603596830f: Download complete [2020-10-12T05:45:48.340Z] 6ca5941a6612: Verifying Checksum [2020-10-12T05:45:48.340Z] 6ca5941a6612: Download complete [2020-10-12T05:45:48.604Z] ecc8261a40a4: Verifying Checksum [2020-10-12T05:45:48.604Z] ecc8261a40a4: Download complete [2020-10-12T05:45:48.604Z] 31603596830f: Pull complete [2020-10-12T05:45:48.604Z] 2a8b12db71e7: Pull complete [2020-10-12T05:45:49.566Z] 6ca5941a6612: Pull complete [2020-10-12T05:45:49.829Z] ecc8261a40a4: Pull complete [2020-10-12T05:45:49.829Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-12T05:45:49.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T05:45:49.829Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-12T05:45:49.947Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T05:45:50.003Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T05:45:52.532Z] $ docker top 77f52c086928f1f1e9fc4982d7c17c68da311544e888ec3570872e739eccb7c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T05:45:52.832Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T05:45:52.832Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T05:45:53.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T05:45:53.085Z] $ docker exec 77f52c086928f1f1e9fc4982d7c17c68da311544e888ec3570872e739eccb7c3 ssh-agent [2020-10-12T05:45:53.273Z] SSH_AUTH_SOCK=/tmp/ssh-owe0xXFrluO5/agent.12 [2020-10-12T05:45:53.273Z] SSH_AGENT_PID=17 [2020-10-12T05:45:53.287Z] Running ssh-add (command line suppressed) [2020-10-12T05:45:53.429Z] Identity added: /w/workspace/edgex-go/178@tmp/private_key_1659452646449550343.key (/w/workspace/edgex-go/178@tmp/private_key_1659452646449550343.key) [2020-10-12T05:45:53.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T05:45:53.858Z] + git describe --exact-match --tags HEAD [2020-10-12T05:45:53.858Z] fatal: no tag exactly matches '63b605587244ac62a7b5d1c23d47eb87e958ca11' [Pipeline] } [2020-10-12T05:45:53.887Z] $ docker exec --env ******** --env ******** 77f52c086928f1f1e9fc4982d7c17c68da311544e888ec3570872e739eccb7c3 ssh-agent -k [2020-10-12T05:45:54.031Z] unset SSH_AUTH_SOCK; [2020-10-12T05:45:54.031Z] unset SSH_AGENT_PID; [2020-10-12T05:45:54.031Z] echo Agent pid 17 killed; [2020-10-12T05:45:54.081Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-12T05:45:54.165Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-12T05:45:54.166Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-12T05:45:54.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T05:45:54.281Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T05:45:54.528Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T05:45:54.535Z] $ docker exec 77f52c086928f1f1e9fc4982d7c17c68da311544e888ec3570872e739eccb7c3 ssh-agent [2020-10-12T05:45:54.735Z] SSH_AUTH_SOCK=/tmp/ssh-SnS9gAlOwkwh/agent.45 [2020-10-12T05:45:54.735Z] SSH_AGENT_PID=50 [2020-10-12T05:45:54.743Z] Running ssh-add (command line suppressed) [2020-10-12T05:45:54.908Z] Identity added: /w/workspace/edgex-go/178@tmp/private_key_786460437865423991.key (/w/workspace/edgex-go/178@tmp/private_key_786460437865423991.key) [2020-10-12T05:45:54.974Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T05:45:55.309Z] + git semver init [2020-10-12T05:45:55.309Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T05:45:55.309Z] # $GIT_DIR = /w/workspace/edgex-go/178/.git [2020-10-12T05:45:55.309Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/178 [2020-10-12T05:45:55.309Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T05:45:55.309Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T05:45:55.309Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T05:45:55.309Z] # $SEMVER_BRANCH = master [2020-10-12T05:45:55.309Z] # $SEMVER_TEMP = /tmp/semver-240740804 [2020-10-12T05:45:55.309Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-12T05:46:17.330Z] # '/tmp/semver-240740804' -> '/w/workspace/edgex-go/178/.semver' [2020-10-12T05:46:17.330Z] # -> Force: false [2020-10-12T05:46:17.330Z] # $SEMVER_DIR = /w/workspace/edgex-go/178/.semver [Pipeline] } [2020-10-12T05:46:17.348Z] $ docker exec --env ******** --env ******** 77f52c086928f1f1e9fc4982d7c17c68da311544e888ec3570872e739eccb7c3 ssh-agent -k [2020-10-12T05:46:17.620Z] unset SSH_AUTH_SOCK; [2020-10-12T05:46:17.621Z] unset SSH_AGENT_PID; [2020-10-12T05:46:17.621Z] echo Agent pid 50 killed; [2020-10-12T05:46:17.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T05:46:18.261Z] + git semver [Pipeline] } [2020-10-12T05:46:18.290Z] $ docker stop --time=1 77f52c086928f1f1e9fc4982d7c17c68da311544e888ec3570872e739eccb7c3 [2020-10-12T05:46:20.110Z] $ docker rm -f 77f52c086928f1f1e9fc4982d7c17c68da311544e888ec3570872e739eccb7c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-12T05:46:35.412Z] Stashed 80 file(s) [Pipeline] echo [2020-10-12T05:46:35.416Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.63 [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 [2020-10-12T05:46:35.933Z] ========================================================= [2020-10-12T05:46:35.934Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-12T05:46:35.934Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:46:36.275Z] + 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 . [2020-10-12T05:46:40.511Z] Sending build context to Docker daemon 324.9MB [2020-10-12T05:46:40.511Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T05:46:40.511Z] Step 2/7 : FROM ${BASE} [2020-10-12T05:46:40.511Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-12T05:46:40.511Z] df20fa9351a1: Pulling fs layer [2020-10-12T05:46:40.511Z] ed8968b2872e: Pulling fs layer [2020-10-12T05:46:40.511Z] a92cc7c5fd73: Pulling fs layer [2020-10-12T05:46:40.511Z] e871e8e8d7a9: Pulling fs layer [2020-10-12T05:46:40.511Z] e73272ec9a57: Pulling fs layer [2020-10-12T05:46:40.511Z] 1e910a182e73: Pulling fs layer [2020-10-12T05:46:40.511Z] 4e634b169226: Pulling fs layer [2020-10-12T05:46:40.511Z] e871e8e8d7a9: Waiting [2020-10-12T05:46:40.511Z] e73272ec9a57: Waiting [2020-10-12T05:46:40.511Z] 1e910a182e73: Waiting [2020-10-12T05:46:40.511Z] 4e634b169226: Waiting [2020-10-12T05:46:40.511Z] a92cc7c5fd73: Verifying Checksum [2020-10-12T05:46:40.511Z] a92cc7c5fd73: Download complete [2020-10-12T05:46:40.511Z] ed8968b2872e: Verifying Checksum [2020-10-12T05:46:40.511Z] ed8968b2872e: Download complete [2020-10-12T05:46:40.511Z] e73272ec9a57: Verifying Checksum [2020-10-12T05:46:40.511Z] e73272ec9a57: Download complete [2020-10-12T05:46:40.511Z] 1e910a182e73: Verifying Checksum [2020-10-12T05:46:40.511Z] 1e910a182e73: Download complete [2020-10-12T05:46:40.511Z] df20fa9351a1: Verifying Checksum [2020-10-12T05:46:40.511Z] df20fa9351a1: Download complete [2020-10-12T05:46:40.511Z] df20fa9351a1: Pull complete [2020-10-12T05:46:40.774Z] ed8968b2872e: Pull complete [2020-10-12T05:46:40.774Z] a92cc7c5fd73: Pull complete [2020-10-12T05:46:42.714Z] 4e634b169226: Verifying Checksum [2020-10-12T05:46:42.714Z] 4e634b169226: Download complete [2020-10-12T05:46:42.978Z] e871e8e8d7a9: Verifying Checksum [2020-10-12T05:46:42.978Z] e871e8e8d7a9: Download complete [2020-10-12T05:46:48.312Z] e871e8e8d7a9: Pull complete [2020-10-12T05:46:48.312Z] e73272ec9a57: Pull complete [2020-10-12T05:46:48.576Z] 1e910a182e73: Pull complete [2020-10-12T05:46:50.723Z] Still waiting to schedule task [2020-10-12T05:46:50.723Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-12T05:46:55.193Z] 4e634b169226: Pull complete [2020-10-12T05:46:55.193Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-12T05:46:55.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-12T05:46:55.193Z] ---> f7629b54cfaa [2020-10-12T05:46:55.193Z] 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 [2020-10-12T05:46:55.461Z] ---> Running in 2a5864150f4b [2020-10-12T05:46:56.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:46:56.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:46:57.189Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T05:46:57.453Z] (2/12) Installing file (5.38-r0) [2020-10-12T05:46:57.453Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T05:46:57.453Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T05:47:04.061Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T05:47:04.061Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T05:47:04.061Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T05:47:04.061Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T05:47:04.061Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T05:47:04.061Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T05:47:04.061Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T05:47:04.061Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T05:47:04.061Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:47:04.061Z] OK: 233 MiB in 51 packages [2020-10-12T05:47:08.290Z] Removing intermediate container 2a5864150f4b [2020-10-12T05:47:08.290Z] ---> 95dacb4e5bab [2020-10-12T05:47:08.290Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T05:47:08.290Z] ---> Running in cec15aed4dc7 [2020-10-12T05:47:08.290Z] Removing intermediate container cec15aed4dc7 [2020-10-12T05:47:08.290Z] ---> c57f4609d301 [2020-10-12T05:47:08.290Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T05:47:08.290Z] latest: Pulling from library/docker [2020-10-12T05:47:08.290Z] df20fa9351a1: Already exists [2020-10-12T05:47:08.290Z] 25ad7478873d: Pulling fs layer [2020-10-12T05:47:08.290Z] 4684f6177b5d: Pulling fs layer [2020-10-12T05:47:08.290Z] 8ba584e970af: Pulling fs layer [2020-10-12T05:47:08.290Z] 3cdc74d2b06d: Pulling fs layer [2020-10-12T05:47:08.290Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-12T05:47:08.290Z] fca0ccc462d5: Pulling fs layer [2020-10-12T05:47:08.290Z] 4cf5a0d07c1f: Waiting [2020-10-12T05:47:08.290Z] fca0ccc462d5: Waiting [2020-10-12T05:47:08.290Z] 3cdc74d2b06d: Waiting [2020-10-12T05:47:08.290Z] 4684f6177b5d: Verifying Checksum [2020-10-12T05:47:08.290Z] 4684f6177b5d: Download complete [2020-10-12T05:47:08.553Z] 25ad7478873d: Verifying Checksum [2020-10-12T05:47:08.553Z] 25ad7478873d: Download complete [2020-10-12T05:47:08.553Z] 3cdc74d2b06d: Verifying Checksum [2020-10-12T05:47:08.553Z] 3cdc74d2b06d: Download complete [2020-10-12T05:47:08.553Z] fca0ccc462d5: Verifying Checksum [2020-10-12T05:47:08.553Z] fca0ccc462d5: Download complete [2020-10-12T05:47:08.816Z] 25ad7478873d: Pull complete [2020-10-12T05:47:08.816Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-12T05:47:08.816Z] 4cf5a0d07c1f: Download complete [2020-10-12T05:47:08.816Z] 4684f6177b5d: Pull complete [2020-10-12T05:47:09.393Z] 8ba584e970af: Verifying Checksum [2020-10-12T05:47:09.393Z] 8ba584e970af: Download complete [2020-10-12T05:47:11.970Z] 8ba584e970af: Pull complete [2020-10-12T05:47:11.970Z] 3cdc74d2b06d: Pull complete [2020-10-12T05:47:11.970Z] 4cf5a0d07c1f: Pull complete [2020-10-12T05:47:12.234Z] fca0ccc462d5: Pull complete [2020-10-12T05:47:12.234Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T05:47:12.234Z] Status: Downloaded newer image for docker:latest [2020-10-12T05:47:13.624Z] ---> 54c9a6e4ac2b [2020-10-12T05:47:13.624Z] Step 6/7 : COPY go.mod . [2020-10-12T05:47:13.889Z] ---> 2667047e1b76 [2020-10-12T05:47:13.889Z] Step 7/7 : RUN go mod download [2020-10-12T05:47:13.889Z] ---> Running in 4aa9cec0fd1a [2020-10-12T05:47:35.919Z] Removing intermediate container 4aa9cec0fd1a [2020-10-12T05:47:35.919Z] ---> ba1c79ff87ec [2020-10-12T05:47:35.919Z] Successfully built ba1c79ff87ec [2020-10-12T05:47:35.919Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:47:36.243Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-12T05:47:36.243Z] . [Pipeline] withDockerContainer [2020-10-12T05:47:36.361Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T05:47:36.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T05:47:37.233Z] $ docker top 51c05b506214ab7de39ea5fcd3887cdeae216ba29594ce9238df757031f1097f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T05:47:37.874Z] + go version [2020-10-12T05:47:37.875Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-12T05:47:37.931Z] $ docker stop --time=1 51c05b506214ab7de39ea5fcd3887cdeae216ba29594ce9238df757031f1097f [2020-10-12T05:47:39.302Z] $ docker rm -f 51c05b506214ab7de39ea5fcd3887cdeae216ba29594ce9238df757031f1097f [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 [2020-10-12T05:47:41.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T05:47:41.107Z] [2020-10-12T05:47:41.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:47:41.458Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T05:47:41.458Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-12T05:47:41.458Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-12T05:47:41.458Z] ca9280d653b3: Pulling fs layer [2020-10-12T05:47:41.458Z] 7e9c9ca2126c: Pulling fs layer [2020-10-12T05:47:42.038Z] cbdbe7a5bc2a: Download complete [2020-10-12T05:47:42.303Z] cbdbe7a5bc2a: Pull complete [2020-10-12T05:47:42.570Z] ca9280d653b3: Verifying Checksum [2020-10-12T05:47:42.570Z] ca9280d653b3: Download complete [2020-10-12T05:47:43.165Z] 7e9c9ca2126c: Verifying Checksum [2020-10-12T05:47:43.165Z] 7e9c9ca2126c: Download complete [2020-10-12T05:47:43.427Z] ca9280d653b3: Pull complete [2020-10-12T05:47:51.613Z] 7e9c9ca2126c: Pull complete [2020-10-12T05:47:51.613Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-12T05:47:51.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T05:47:51.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-12T05:47:51.804Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T05:47:51.854Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T05:47:54.690Z] $ docker top a52f713ebf222837fcbda9859e98df7e4ae7071423eb5e23203e31eefdbef99c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T05:47:55.223Z] + docker-compose build --help [2020-10-12T05:47:55.223Z] + grep parallel [2020-10-12T05:47:56.172Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T05:47:56.191Z] $ docker stop --time=1 a52f713ebf222837fcbda9859e98df7e4ae7071423eb5e23203e31eefdbef99c [2020-10-12T05:47:57.573Z] $ docker rm -f a52f713ebf222837fcbda9859e98df7e4ae7071423eb5e23203e31eefdbef99c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:47:58.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T05:47:58.275Z] . [Pipeline] withDockerContainer [2020-10-12T05:47:58.405Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T05:47:58.482Z] $ 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/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T05:47:59.069Z] $ docker top 651ebc57fc28ba21e37717b072b39b4de123f41f7af7af8c1c948121b5f3c28a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T05:47:59.542Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T05:48:00.489Z] Building docker-core-command-go ... [2020-10-12T05:48:00.489Z] Building docker-core-data-go ... [2020-10-12T05:48:00.489Z] Building docker-core-metadata-go ... [2020-10-12T05:48:00.489Z] Building docker-security-proxy-setup-go ... [2020-10-12T05:48:00.489Z] Building docker-security-secrets-setup-go ... [2020-10-12T05:48:00.489Z] Building docker-security-secretstore-setup-go ... [2020-10-12T05:48:00.489Z] Building docker-support-logging-go ... [2020-10-12T05:48:00.489Z] Building docker-support-notifications-go ... [2020-10-12T05:48:00.489Z] Building docker-support-scheduler-go ... [2020-10-12T05:48:00.489Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T05:48:00.489Z] Building docker-core-data-go [2020-10-12T05:48:00.489Z] Building docker-security-proxy-setup-go [2020-10-12T05:48:00.489Z] Building docker-security-secretstore-setup-go [2020-10-12T05:48:00.489Z] Building docker-core-command-go [2020-10-12T05:48:00.489Z] Building docker-support-notifications-go [2020-10-12T05:48:22.568Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:48:22.568Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:48:22.568Z] ---> ba1c79ff87ec [2020-10-12T05:48:22.568Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T05:48:22.568Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:48:22.568Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:48:22.568Z] ---> ba1c79ff87ec [2020-10-12T05:48:22.568Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T05:48:22.568Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:48:22.568Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:48:22.568Z] ---> ba1c79ff87ec [2020-10-12T05:48:22.568Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T05:48:22.568Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:48:22.568Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:48:22.568Z] ---> ba1c79ff87ec [2020-10-12T05:48:22.568Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T05:48:22.568Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:48:22.568Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:48:22.568Z] ---> ba1c79ff87ec [2020-10-12T05:48:22.568Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T05:48:23.516Z] ---> Running in a2a1a3791c4a [2020-10-12T05:48:23.516Z] ---> Running in ee50f43ba92f [2020-10-12T05:48:23.517Z] ---> Running in d2fc4d2bf4a5 [2020-10-12T05:48:23.517Z] ---> Running in 132ee6981cd1 [2020-10-12T05:48:23.517Z] ---> Running in 1fad38becaa5 [2020-10-12T05:48:24.103Z] Removing intermediate container ee50f43ba92f [2020-10-12T05:48:24.103Z] ---> f7cc9990821e [2020-10-12T05:48:24.103Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:48:24.103Z] Removing intermediate container d2fc4d2bf4a5 [2020-10-12T05:48:24.103Z] ---> e9fe0db0e5ca [2020-10-12T05:48:24.103Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:48:24.103Z] Removing intermediate container 1fad38becaa5 [2020-10-12T05:48:24.103Z] ---> 95dab8b3c642 [2020-10-12T05:48:24.103Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:48:24.103Z] Removing intermediate container 132ee6981cd1 [2020-10-12T05:48:24.103Z] ---> a176aab787cb [2020-10-12T05:48:24.103Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:48:24.103Z] Removing intermediate container a2a1a3791c4a [2020-10-12T05:48:24.103Z] ---> ac43e23508e5 [2020-10-12T05:48:24.103Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:48:24.103Z] ---> Running in f6f0621f3c69 [2020-10-12T05:48:24.103Z] ---> Running in 125b1f16516c [2020-10-12T05:48:24.103Z] ---> Running in b809cfdcac41 [2020-10-12T05:48:24.103Z] ---> Running in cd75a779d1cc [2020-10-12T05:48:24.103Z] ---> Running in 67fb1808abd9 [2020-10-12T05:48:26.682Z] Removing intermediate container b809cfdcac41 [2020-10-12T05:48:26.682Z] ---> df396346ecda [2020-10-12T05:48:26.682Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-12T05:48:26.682Z] Removing intermediate container f6f0621f3c69 [2020-10-12T05:48:26.682Z] ---> c9fa153fd9d4 [2020-10-12T05:48:26.682Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T05:48:26.682Z] Removing intermediate container cd75a779d1cc [2020-10-12T05:48:26.682Z] ---> f638c6a22db3 [2020-10-12T05:48:26.682Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T05:48:26.682Z] ---> Running in a213fc35d3fa [2020-10-12T05:48:26.682Z] ---> Running in d1bdfd1c5d53 [2020-10-12T05:48:26.945Z] ---> Running in 4656685ef80f [2020-10-12T05:48:26.945Z] Removing intermediate container 125b1f16516c [2020-10-12T05:48:26.945Z] ---> 7e1bb7250424 [2020-10-12T05:48:26.945Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T05:48:26.945Z] Removing intermediate container 67fb1808abd9 [2020-10-12T05:48:26.945Z] ---> f585c89b58a9 [2020-10-12T05:48:26.945Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T05:48:27.207Z] ---> Running in 18e41a3b018c [2020-10-12T05:48:27.207Z] ---> Running in e40ae160e63a [2020-10-12T05:48:27.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:28.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:29.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:48:29.122Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:48:29.122Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:48:29.122Z] OK: 12752 distinct packages available [2020-10-12T05:48:29.388Z] OK: 233 MiB in 51 packages [2020-10-12T05:48:29.669Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:48:29.669Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:48:29.669Z] OK: 12752 distinct packages available [2020-10-12T05:48:29.669Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:48:29.669Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:48:29.669Z] OK: 12752 distinct packages available [2020-10-12T05:48:29.937Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:48:29.937Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:48:29.937Z] OK: 12752 distinct packages available [2020-10-12T05:48:29.937Z] OK: 233 MiB in 51 packages [2020-10-12T05:48:29.937Z] OK: 233 MiB in 51 packages [2020-10-12T05:48:29.937Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:48:29.937Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:48:29.937Z] OK: 12752 distinct packages available [2020-10-12T05:48:29.937Z] Removing intermediate container a213fc35d3fa [2020-10-12T05:48:29.937Z] ---> 84e4ffc7cec0 [2020-10-12T05:48:29.937Z] Step 6/24 : COPY go.mod . [2020-10-12T05:48:30.202Z] OK: 233 MiB in 51 packages [2020-10-12T05:48:30.202Z] OK: 233 MiB in 51 packages [2020-10-12T05:48:30.202Z] ---> 65ee8c9e29d5 [2020-10-12T05:48:30.202Z] Step 7/24 : RUN go mod download [2020-10-12T05:48:30.476Z] ---> Running in f13e49c1a87f [2020-10-12T05:48:30.743Z] Removing intermediate container e40ae160e63a [2020-10-12T05:48:30.743Z] ---> fc735fc6c689 [2020-10-12T05:48:30.743Z] Step 6/20 : COPY go.mod . [2020-10-12T05:48:30.743Z] Removing intermediate container d1bdfd1c5d53 [2020-10-12T05:48:30.743Z] ---> 187c5b5f1f10 [2020-10-12T05:48:30.743Z] Step 6/26 : COPY go.mod . [2020-10-12T05:48:31.324Z] Removing intermediate container 18e41a3b018c [2020-10-12T05:48:31.324Z] ---> 6a50e11e4612 [2020-10-12T05:48:31.324Z] Step 6/22 : COPY go.mod . [2020-10-12T05:48:31.324Z] ---> 1ac7f935c512 [2020-10-12T05:48:31.324Z] Step 7/20 : RUN go mod download [2020-10-12T05:48:31.324Z] Removing intermediate container 4656685ef80f [2020-10-12T05:48:31.324Z] ---> ad3f61d0dd8b [2020-10-12T05:48:31.324Z] Step 6/23 : COPY go.mod . [2020-10-12T05:48:31.324Z] ---> 2d4c2775bd3d [2020-10-12T05:48:31.324Z] Step 7/26 : RUN go mod download [2020-10-12T05:48:31.324Z] ---> Running in 326af0ea8700 [2020-10-12T05:48:31.590Z] ---> Running in 87667a128036 [2020-10-12T05:48:31.854Z] ---> 0952f22de65e [2020-10-12T05:48:31.854Z] Step 7/22 : RUN go mod download [2020-10-12T05:48:31.854Z] ---> 68d07be02844 [2020-10-12T05:48:31.854Z] Step 7/23 : RUN go mod download [2020-10-12T05:48:32.121Z] ---> Running in 222fae43f565 [2020-10-12T05:48:32.121Z] ---> Running in 9012912793f4 [2020-10-12T05:48:33.087Z] Removing intermediate container f13e49c1a87f [2020-10-12T05:48:33.087Z] ---> 1131ef44d15e [2020-10-12T05:48:33.087Z] Step 8/24 : COPY . . [2020-10-12T05:48:35.017Z] Removing intermediate container 326af0ea8700 [2020-10-12T05:48:35.017Z] ---> 2cb7ff04e24d [2020-10-12T05:48:35.017Z] Step 8/20 : COPY . . [2020-10-12T05:48:35.981Z] Removing intermediate container 87667a128036 [2020-10-12T05:48:35.981Z] ---> 951969d9b917 [2020-10-12T05:48:35.981Z] Step 8/26 : COPY . . [2020-10-12T05:48:42.643Z] Removing intermediate container 222fae43f565 [2020-10-12T05:48:42.643Z] ---> fcfd552b1fab [2020-10-12T05:48:42.643Z] Step 8/23 : COPY . . [2020-10-12T05:48:42.643Z] Removing intermediate container 9012912793f4 [2020-10-12T05:48:42.643Z] ---> 17df126a8f47 [2020-10-12T05:48:42.643Z] Step 8/22 : COPY . . [2020-10-12T05:49:09.871Z] ---> 170468018236 [2020-10-12T05:49:09.871Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T05:49:09.871Z] ---> 2107f7a8201b [2020-10-12T05:49:09.871Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T05:49:09.871Z] ---> 639b92328429 [2020-10-12T05:49:09.871Z] 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 [2020-10-12T05:49:09.871Z] ---> Running in 36ff50f813f8 [2020-10-12T05:49:09.871Z] ---> Running in 5192e5479906 [2020-10-12T05:49:09.871Z] ---> decf39329859 [2020-10-12T05:49:09.871Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T05:49:09.871Z] ---> 5dd0461f7f35 [2020-10-12T05:49:09.871Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T05:49:09.871Z] ---> Running in 31ecf68d264b [2020-10-12T05:49:09.871Z] ---> Running in 8b9d9b6a1f0f [2020-10-12T05:49:09.871Z] ---> Running in 991a06234895 [2020-10-12T05:49:09.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-12T05:49:09.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T05:49:09.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T05:49:09.871Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T05:49:09.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T05:49:36.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T05:49:39.585Z] Removing intermediate container 5192e5479906 [2020-10-12T05:49:39.585Z] ---> c8b924344530 [2020-10-12T05:49:39.585Z] [2020-10-12T05:49:39.585Z] Step 10/20 : FROM alpine [2020-10-12T05:49:39.853Z] latest: Pulling from library/alpine [2020-10-12T05:49:40.124Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T05:49:40.124Z] Status: Downloaded newer image for alpine:latest [2020-10-12T05:49:40.124Z] ---> a24bb4013296 [2020-10-12T05:49:40.124Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T05:49:40.706Z] ---> Running in f921ee6e1290 [2020-10-12T05:49:40.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T05:49:41.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:49:41.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:49:42.103Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:49:42.103Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:49:42.103Z] OK: 12750 distinct packages available [2020-10-12T05:49:42.377Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T05:49:42.377Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T05:49:42.377Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T05:49:42.377Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T05:49:42.377Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:49:42.377Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T05:49:42.655Z] OK: 7 MiB in 18 packages [2020-10-12T05:49:46.909Z] Removing intermediate container f921ee6e1290 [2020-10-12T05:49:46.909Z] ---> 6b3fdbfcf39d [2020-10-12T05:49:46.909Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T05:49:47.875Z] ---> Running in b5ee56c49d4f [2020-10-12T05:49:47.875Z] Removing intermediate container 8b9d9b6a1f0f [2020-10-12T05:49:47.875Z] ---> cc6bef3bb767 [2020-10-12T05:49:47.875Z] [2020-10-12T05:49:47.875Z] Step 10/22 : FROM scratch [2020-10-12T05:49:47.875Z] ---> [2020-10-12T05:49:47.875Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T05:49:49.294Z] ---> Running in c17b349eb869 [2020-10-12T05:49:49.294Z] Removing intermediate container b5ee56c49d4f [2020-10-12T05:49:49.294Z] ---> edc66502e889 [2020-10-12T05:49:49.294Z] Step 13/20 : WORKDIR /edgex [2020-10-12T05:49:51.219Z] ---> Running in 629fe004f68f [2020-10-12T05:49:51.219Z] Removing intermediate container 31ecf68d264b [2020-10-12T05:49:51.219Z] ---> b8d80ac22c40 [2020-10-12T05:49:51.219Z] [2020-10-12T05:49:51.219Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T05:49:51.219Z] Removing intermediate container c17b349eb869 [2020-10-12T05:49:51.219Z] ---> 1cc0a2e3e1bc [2020-10-12T05:49:51.219Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T05:49:51.219Z] Removing intermediate container 36ff50f813f8 [2020-10-12T05:49:51.219Z] ---> 3d8b8ccecdfc [2020-10-12T05:49:51.219Z] [2020-10-12T05:49:51.219Z] Step 10/24 : FROM scratch [2020-10-12T05:49:51.219Z] ---> [2020-10-12T05:49:51.219Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T05:49:51.484Z] ---> Running in 3ee04a0685fd [2020-10-12T05:49:51.484Z] ---> Running in eb88e1c3db06 [2020-10-12T05:49:51.484Z] 3.10: Pulling from library/alpine [2020-10-12T05:49:51.753Z] Removing intermediate container 629fe004f68f [2020-10-12T05:49:51.753Z] ---> 0dc3c8569787 [2020-10-12T05:49:51.753Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T05:49:52.328Z] Removing intermediate container 3ee04a0685fd [2020-10-12T05:49:52.328Z] ---> 775fc7690131 [2020-10-12T05:49:52.328Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T05:49:52.328Z] Removing intermediate container eb88e1c3db06 [2020-10-12T05:49:52.328Z] ---> 6b61fd277988 [2020-10-12T05:49:52.328Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T05:49:53.719Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T05:49:53.720Z] ---> Running in 37de8e8375a9 [2020-10-12T05:49:53.989Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T05:49:53.989Z] ---> be4e4bea2c2e [2020-10-12T05:49:53.989Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T05:49:53.989Z] ---> b54e397314e5 [2020-10-12T05:49:53.989Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T05:49:53.989Z] ---> Running in 9aeb5f579cdf [2020-10-12T05:49:54.254Z] ---> Running in 8e913ec24c29 [2020-10-12T05:49:54.254Z] Removing intermediate container 37de8e8375a9 [2020-10-12T05:49:54.254Z] ---> 109ae6a42b47 [2020-10-12T05:49:54.254Z] Step 14/22 : WORKDIR / [2020-10-12T05:49:54.254Z] Removing intermediate container 991a06234895 [2020-10-12T05:49:54.254Z] ---> bb26e3fb4733 [2020-10-12T05:49:54.254Z] [2020-10-12T05:49:54.254Z] Step 10/23 : FROM alpine [2020-10-12T05:49:54.254Z] ---> a24bb4013296 [2020-10-12T05:49:54.254Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T05:49:54.519Z] ---> Running in 3767994bc520 [2020-10-12T05:49:54.783Z] ---> Running in 9de04559ff57 [2020-10-12T05:49:54.783Z] Removing intermediate container 9aeb5f579cdf [2020-10-12T05:49:54.783Z] ---> af9a70267ece [2020-10-12T05:49:54.783Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T05:49:54.783Z] ---> b62763a0180d [2020-10-12T05:49:54.783Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T05:49:54.783Z] ---> Running in 2b238b4d101c [2020-10-12T05:49:55.047Z] ---> Running in 8821e6542088 [2020-10-12T05:49:55.047Z] Removing intermediate container 3767994bc520 [2020-10-12T05:49:55.047Z] ---> 8ace2d760bdc [2020-10-12T05:49:55.047Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T05:49:55.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:49:55.047Z] Removing intermediate container 9de04559ff57 [2020-10-12T05:49:55.047Z] ---> fec0fcf4ea7f [2020-10-12T05:49:55.047Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T05:49:55.047Z] Removing intermediate container 2b238b4d101c [2020-10-12T05:49:55.047Z] ---> d1b42d834ea4 [2020-10-12T05:49:55.047Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T05:49:55.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:49:55.311Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T05:49:55.311Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T05:49:55.311Z] OK: 10346 distinct packages available [2020-10-12T05:49:55.573Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T05:49:55.573Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T05:49:55.573Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T05:49:55.573Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T05:49:55.836Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T05:49:55.836Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T05:49:55.836Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T05:49:55.836Z] OK: 7 MiB in 19 packages [2020-10-12T05:49:55.836Z] ---> Running in ecca5f3db59b [2020-10-12T05:49:55.836Z] Removing intermediate container 8821e6542088 [2020-10-12T05:49:55.836Z] ---> 24c3723d0124 [2020-10-12T05:49:55.836Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T05:49:56.411Z] ---> 53850fa95abe [2020-10-12T05:49:56.411Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T05:49:56.411Z] ---> 0f85f5ab7c0c [2020-10-12T05:49:56.411Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T05:49:56.678Z] ---> Running in 92a21f1f4df5 [2020-10-12T05:49:56.678Z] Removing intermediate container ecca5f3db59b [2020-10-12T05:49:56.678Z] ---> 7e2b21a97bfa [2020-10-12T05:49:56.678Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T05:49:56.943Z] ---> Running in 870329337a10 [2020-10-12T05:49:57.517Z] Removing intermediate container 92a21f1f4df5 [2020-10-12T05:49:57.517Z] ---> 7f3b2d6e3320 [2020-10-12T05:49:57.517Z] Step 18/20 : LABEL arch=x86_64 [2020-10-12T05:49:57.517Z] Removing intermediate container 8e913ec24c29 [2020-10-12T05:49:57.517Z] ---> 9699e4ca68bd [2020-10-12T05:49:57.517Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T05:49:57.780Z] ---> 5e9025bfe3c6 [2020-10-12T05:49:57.780Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-12T05:49:58.041Z] Removing intermediate container 870329337a10 [2020-10-12T05:49:58.041Z] ---> 4c5338a25cb0 [2020-10-12T05:49:58.041Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:49:58.304Z] ---> d154fd0e9349 [2020-10-12T05:49:58.304Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T05:49:58.304Z] ---> Running in b8a5baec9432 [2020-10-12T05:49:58.304Z] ---> Running in 50b44048fb67 [2020-10-12T05:49:58.304Z] ---> Running in f58c101abc0a [2020-10-12T05:49:58.566Z] ---> 92af708b05e3 [2020-10-12T05:49:58.566Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T05:49:58.851Z] Removing intermediate container b8a5baec9432 [2020-10-12T05:49:58.851Z] ---> 7e0eed200420 [2020-10-12T05:49:58.851Z] Step 19/20 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:49:58.851Z] ---> f34f8e04937a [2020-10-12T05:49:58.851Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T05:49:58.851Z] Removing intermediate container 50b44048fb67 [2020-10-12T05:49:58.851Z] ---> 8dd6063d2f98 [2020-10-12T05:49:58.851Z] Step 13/26 : WORKDIR / [2020-10-12T05:49:58.851Z] ---> ffdc68ac9859 [2020-10-12T05:49:58.851Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T05:49:58.851Z] ---> Running in 25c9f157feab [2020-10-12T05:49:58.851Z] ---> Running in 8fad59b09b22 [2020-10-12T05:49:59.120Z] ---> Running in 045f3f2a13e7 [2020-10-12T05:49:59.383Z] Removing intermediate container 8fad59b09b22 [2020-10-12T05:49:59.383Z] ---> 5dc090a1e648 [2020-10-12T05:49:59.383Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:49:59.383Z] Removing intermediate container 25c9f157feab [2020-10-12T05:49:59.383Z] ---> 78ccf2845069 [2020-10-12T05:49:59.383Z] Step 20/20 : LABEL version=1.2.2-dev.63 [2020-10-12T05:49:59.651Z] ---> Running in 6a4b70f22bf4 [2020-10-12T05:49:59.651Z] Removing intermediate container 045f3f2a13e7 [2020-10-12T05:49:59.651Z] ---> 3d90c0a7eb60 [2020-10-12T05:49:59.651Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-12T05:49:59.651Z] ---> Running in c46b27018c8d [2020-10-12T05:49:59.651Z] ---> 4e94555e29e5 [2020-10-12T05:49:59.651Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T05:49:59.914Z] Removing intermediate container 6a4b70f22bf4 [2020-10-12T05:49:59.914Z] ---> 0c68f9163171 [2020-10-12T05:49:59.914Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T05:49:59.914Z] ---> Running in 7144157ec5b9 [2020-10-12T05:50:00.177Z] Removing intermediate container c46b27018c8d [2020-10-12T05:50:00.177Z] ---> 75df798372f5 [2020-10-12T05:50:00.177Z] [2020-10-12T05:50:00.177Z] Removing intermediate container f58c101abc0a [2020-10-12T05:50:00.177Z] ---> 3f1d03cdb04c [2020-10-12T05:50:00.177Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T05:50:00.177Z] ---> 7e6722c70221 [2020-10-12T05:50:00.177Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-12T05:50:00.177Z] Successfully built 75df798372f5 [2020-10-12T05:50:00.177Z] ---> 8a951fd5ed54 [2020-10-12T05:50:00.177Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T05:50:00.440Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-12T05:50:00.440Z] Building docker-core-metadata-go [2020-10-12T05:50:00.440Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 62e8476febbf [2020-10-12T05:50:00.440Z] ---> Running in 15595cf603b4 [2020-10-12T05:50:00.440Z] Removing intermediate container 7144157ec5b9 [2020-10-12T05:50:00.440Z] ---> 0e1d859cd105 [2020-10-12T05:50:00.440Z] Step 21/22 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:50:00.705Z] ---> ce66c2a94080 [2020-10-12T05:50:00.705Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T05:50:00.705Z] ---> Running in 92b5915c32bd [2020-10-12T05:50:01.295Z] Removing intermediate container 15595cf603b4 [2020-10-12T05:50:01.295Z] ---> 7809e3ec654c [2020-10-12T05:50:01.295Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:50:01.295Z] Removing intermediate container 92b5915c32bd [2020-10-12T05:50:01.295Z] ---> db03cdb7e316 [2020-10-12T05:50:01.296Z] Step 22/22 : LABEL version=1.2.2-dev.63 [2020-10-12T05:50:01.560Z] ---> b303cdc59375 [2020-10-12T05:50:01.560Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T05:50:01.560Z] ---> Running in 4643f86cd5a5 [2020-10-12T05:50:01.560Z] ---> Running in 14cd5f97b052 [2020-10-12T05:50:01.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:02.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:02.519Z] Removing intermediate container 4643f86cd5a5 [2020-10-12T05:50:02.519Z] ---> 2b1e60aae4ba [2020-10-12T05:50:02.519Z] Step 22/24 : LABEL arch=x86_64 [2020-10-12T05:50:03.466Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T05:50:03.466Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T05:50:03.466Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T05:50:03.729Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T05:50:04.000Z] Removing intermediate container 14cd5f97b052 [2020-10-12T05:50:04.000Z] ---> c1bed476b15e [2020-10-12T05:50:04.000Z] [2020-10-12T05:50:04.000Z] ---> 81bb435591f9 [2020-10-12T05:50:04.000Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T05:50:04.000Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T05:50:04.000Z] ---> Running in ccf5e65b5018 [2020-10-12T05:50:04.265Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:50:04.265Z] OK: 8 MiB in 19 packages [2020-10-12T05:50:04.265Z] Successfully built c1bed476b15e [2020-10-12T05:50:04.541Z] Successfully tagged docker-core-command-go:latest [2020-10-12T05:50:04.541Z] Building docker-sys-mgmt-agent-go [2020-10-12T05:50:04.804Z]  Building docker-core-command-go ... done Removing intermediate container ccf5e65b5018 [2020-10-12T05:50:04.804Z] ---> 1dc16226df3a [2020-10-12T05:50:04.804Z] Step 23/24 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:50:08.149Z] ---> 94a400009e67 [2020-10-12T05:50:08.149Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T05:50:08.736Z] ---> Running in bc7421b5f1e4 [2020-10-12T05:50:10.156Z] Removing intermediate container bc7421b5f1e4 [2020-10-12T05:50:10.156Z] ---> c55481be72cf [2020-10-12T05:50:10.156Z] Step 24/24 : LABEL version=1.2.2-dev.63 [2020-10-12T05:50:10.156Z] Removing intermediate container 62e8476febbf [2020-10-12T05:50:10.156Z] ---> ff59ebdb89e5 [2020-10-12T05:50:10.156Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T05:50:11.617Z] ---> Running in fd9b67785d95 [2020-10-12T05:50:11.617Z] ---> 4abe8bb3dfb1 [2020-10-12T05:50:11.617Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T05:50:12.192Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:50:12.192Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:50:12.192Z] ---> ba1c79ff87ec [2020-10-12T05:50:12.192Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T05:50:12.192Z] ---> Using cache [2020-10-12T05:50:12.192Z] ---> ac43e23508e5 [2020-10-12T05:50:12.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:50:12.192Z] ---> Using cache [2020-10-12T05:50:12.192Z] ---> f585c89b58a9 [2020-10-12T05:50:12.192Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T05:50:12.192Z] ---> Using cache [2020-10-12T05:50:12.192Z] ---> fc735fc6c689 [2020-10-12T05:50:12.192Z] Step 6/22 : COPY go.mod . [2020-10-12T05:50:12.192Z] ---> Using cache [2020-10-12T05:50:12.192Z] ---> 1ac7f935c512 [2020-10-12T05:50:12.192Z] Step 7/22 : RUN go mod download [2020-10-12T05:50:12.192Z] ---> Using cache [2020-10-12T05:50:12.192Z] ---> 2cb7ff04e24d [2020-10-12T05:50:12.192Z] Step 8/22 : COPY . . [2020-10-12T05:50:12.192Z] ---> Using cache [2020-10-12T05:50:12.192Z] ---> 2107f7a8201b [2020-10-12T05:50:12.192Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T05:50:13.598Z] ---> f5f5a56908e2 [2020-10-12T05:50:13.598Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T05:50:13.873Z] ---> Running in 4e3baa4da759 [2020-10-12T05:50:13.873Z] Removing intermediate container fd9b67785d95 [2020-10-12T05:50:13.873Z] ---> 8edf394fe721 [2020-10-12T05:50:13.873Z] [2020-10-12T05:50:13.873Z] ---> 9e7013c2ae4f [2020-10-12T05:50:13.873Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T05:50:14.458Z] Successfully built 8edf394fe721 [2020-10-12T05:50:14.721Z] Successfully tagged docker-support-notifications-go:latest [2020-10-12T05:50:14.721Z] Building docker-support-scheduler-go [2020-10-12T05:50:16.673Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T05:50:19.255Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:50:19.255Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:50:19.255Z] ---> ba1c79ff87ec [2020-10-12T05:50:19.255Z] Step 3/27 : WORKDIR /edgex-go [2020-10-12T05:50:19.255Z] ---> Using cache [2020-10-12T05:50:19.255Z] ---> ac43e23508e5 [2020-10-12T05:50:19.255Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:50:19.255Z] ---> Using cache [2020-10-12T05:50:19.255Z] ---> f585c89b58a9 [2020-10-12T05:50:19.255Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T05:50:20.218Z] ---> e92818d3c302 [2020-10-12T05:50:20.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T05:50:20.487Z] ---> 591e766d8558 [2020-10-12T05:50:20.487Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T05:50:20.487Z] ---> Running in c89ed790aaba [2020-10-12T05:50:20.760Z] ---> Running in b22eea68b282 [2020-10-12T05:50:21.797Z] ---> 9ded5067f47b [2020-10-12T05:50:21.797Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T05:50:23.230Z] ---> Running in 6f2173bf79e2 [2020-10-12T05:50:23.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:24.124Z] Removing intermediate container 6f2173bf79e2 [2020-10-12T05:50:24.124Z] ---> c61e87223894 [2020-10-12T05:50:24.124Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:50:24.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:25.391Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:50:25.391Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:50:25.391Z] OK: 12752 distinct packages available [2020-10-12T05:50:25.669Z] OK: 233 MiB in 51 packages [2020-10-12T05:50:25.669Z] ---> Running in 7683be96d122 [2020-10-12T05:50:27.669Z] Removing intermediate container 7683be96d122 [2020-10-12T05:50:27.669Z] ---> 1e1a8a92178b [2020-10-12T05:50:27.669Z] Step 21/23 : LABEL arch=x86_64 [2020-10-12T05:50:28.265Z] ---> Running in 9ab70deff2ed [2020-10-12T05:50:28.265Z] Removing intermediate container b22eea68b282 [2020-10-12T05:50:28.265Z] ---> 084c0dae73fe [2020-10-12T05:50:28.265Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T05:50:28.865Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:50:28.865Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:50:28.865Z] ---> ba1c79ff87ec [2020-10-12T05:50:28.865Z] Step 3/21 : WORKDIR /edgex-go [2020-10-12T05:50:28.865Z] ---> Using cache [2020-10-12T05:50:28.865Z] ---> ac43e23508e5 [2020-10-12T05:50:28.865Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:50:28.865Z] ---> Using cache [2020-10-12T05:50:28.865Z] ---> f585c89b58a9 [2020-10-12T05:50:28.865Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T05:50:28.865Z] ---> Using cache [2020-10-12T05:50:28.865Z] ---> fc735fc6c689 [2020-10-12T05:50:28.865Z] Step 6/21 : COPY go.mod . [2020-10-12T05:50:28.865Z] ---> Using cache [2020-10-12T05:50:28.865Z] ---> 1ac7f935c512 [2020-10-12T05:50:28.865Z] Step 7/21 : RUN go mod download [2020-10-12T05:50:28.865Z] ---> Using cache [2020-10-12T05:50:28.865Z] ---> 2cb7ff04e24d [2020-10-12T05:50:28.865Z] Step 8/21 : COPY . . [2020-10-12T05:50:28.866Z] ---> Using cache [2020-10-12T05:50:28.866Z] ---> 2107f7a8201b [2020-10-12T05:50:28.866Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T05:50:29.199Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4719 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-12T05:50:29.252Z] Running in /w/workspace/edgex-go/178 [Pipeline] { [Pipeline] checkout [2020-10-12T05:50:30.288Z] ---> Running in eb6869e167e6 [2020-10-12T05:50:30.288Z] Removing intermediate container 9ab70deff2ed [2020-10-12T05:50:30.288Z] ---> 73f827c319a5 [2020-10-12T05:50:30.288Z] Step 22/23 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:50:30.288Z] ---> Running in e34be2d1333b [2020-10-12T05:50:30.564Z] Removing intermediate container c89ed790aaba [2020-10-12T05:50:30.565Z] ---> 71b898412bb0 [2020-10-12T05:50:30.565Z] Step 6/27 : COPY go.mod . [2020-10-12T05:50:30.835Z] ---> Running in 066f2286afed [2020-10-12T05:50:30.835Z] Removing intermediate container e34be2d1333b [2020-10-12T05:50:30.835Z] ---> 5a89041ef9c9 [2020-10-12T05:50:30.835Z] Step 24/26 : LABEL arch=x86_64 [2020-10-12T05:50:31.118Z] ---> 07ebefd0b0a5 [2020-10-12T05:50:31.118Z] Step 7/27 : RUN go mod download [2020-10-12T05:50:31.383Z] ---> Running in b69babbbe051 [2020-10-12T05:50:31.383Z] Removing intermediate container 066f2286afed [2020-10-12T05:50:31.383Z] ---> 2c00adf6656e [2020-10-12T05:50:31.383Z] Step 23/23 : LABEL version=1.2.2-dev.63 [2020-10-12T05:50:31.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T05:50:31.655Z] ---> Running in 3fbcc652cf57 [2020-10-12T05:50:31.655Z] ---> Running in f2eaa03cc0c6 [2020-10-12T05:50:31.925Z] Removing intermediate container b69babbbe051 [2020-10-12T05:50:31.926Z] ---> eec92f2d5d8d [2020-10-12T05:50:31.926Z] Step 25/26 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:50:31.926Z] ---> Running in efa87713d16b [2020-10-12T05:50:32.365Z] Removing intermediate container f2eaa03cc0c6 [2020-10-12T05:50:32.365Z] ---> 38abb41eb4cf [2020-10-12T05:50:32.365Z] [2020-10-12T05:50:32.365Z] Removing intermediate container efa87713d16b [2020-10-12T05:50:32.365Z] ---> c09a86246937 [2020-10-12T05:50:32.365Z] Step 26/26 : LABEL version=1.2.2-dev.63 [2020-10-12T05:50:32.365Z] Successfully built 38abb41eb4cf [2020-10-12T05:50:32.735Z] Successfully tagged docker-core-data-go:latest [2020-10-12T05:50:32.735Z] Building docker-support-logging-go [2020-10-12T05:50:32.735Z]  Building docker-core-data-go ... done  ---> Running in f0ac141dc070 [2020-10-12T05:50:33.132Z] Removing intermediate container f0ac141dc070 [2020-10-12T05:50:33.132Z] ---> a29fd0e74b74 [2020-10-12T05:50:33.132Z] [2020-10-12T05:50:33.132Z] Successfully built a29fd0e74b74 [2020-10-12T05:50:33.132Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-12T05:50:33.132Z] Building docker-security-secrets-setup-go [2020-10-12T05:50:34.761Z] using credential edgex-jenkins-ssh [2020-10-12T05:50:34.827Z] Cloning the remote Git repository [2020-10-12T05:50:34.901Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-12T05:50:35.032Z] > git init /w/workspace/edgex-go/178 # timeout=10 [2020-10-12T05:50:35.112Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T05:50:35.113Z] > git --version # timeout=10 [2020-10-12T05:50:35.133Z] > git --version # 'git version 2.17.1' [2020-10-12T05:50:35.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T05:50:35.203Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T05:50:39.924Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3fbcc652cf57 [2020-10-12T05:50:39.924Z] ---> 696ac8c6c8d8 [2020-10-12T05:50:39.924Z] Step 8/27 : COPY . . [2020-10-12T05:50:52.447Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:50:52.447Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:50:52.447Z] ---> ba1c79ff87ec [2020-10-12T05:50:52.447Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T05:50:52.447Z] ---> Using cache [2020-10-12T05:50:52.447Z] ---> ac43e23508e5 [2020-10-12T05:50:52.447Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:50:52.447Z] ---> Using cache [2020-10-12T05:50:52.447Z] ---> f585c89b58a9 [2020-10-12T05:50:52.447Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T05:50:52.447Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:50:52.447Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-12T05:50:52.447Z] ---> ba1c79ff87ec [2020-10-12T05:50:52.447Z] Step 3/29 : WORKDIR /edgex-go [2020-10-12T05:50:52.447Z] ---> Using cache [2020-10-12T05:50:52.447Z] ---> ac43e23508e5 [2020-10-12T05:50:52.447Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T05:50:53.858Z] ---> Running in b7fdda2b9c1a [2020-10-12T05:50:53.858Z] ---> Running in dba055585d6f [2020-10-12T05:50:55.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:56.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:56.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:57.234Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:50:57.234Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:50:57.234Z] OK: 12752 distinct packages available [2020-10-12T05:50:57.496Z] OK: 233 MiB in 51 packages [2020-10-12T05:50:57.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:50:59.045Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:50:59.045Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:50:59.045Z] OK: 12752 distinct packages available [2020-10-12T05:50:59.321Z] OK: 233 MiB in 51 packages [2020-10-12T05:50:59.321Z] OK: 233 MiB in 51 packages [2020-10-12T05:50:59.919Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T05:50:59.938Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T05:50:59.967Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T05:51:00.004Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T05:51:00.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T05:51:00.017Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T05:51:00.555Z] Checking out Revision 63b605587244ac62a7b5d1c23d47eb87e958ca11 (master) [2020-10-12T05:51:01.254Z] ---> 50033c4ca96d [2020-10-12T05:51:01.254Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T05:51:01.254Z] Removing intermediate container 4e3baa4da759 [2020-10-12T05:51:01.254Z] ---> 84297141e9ff [2020-10-12T05:51:01.254Z] [2020-10-12T05:51:01.254Z] Step 10/22 : FROM scratch [2020-10-12T05:51:01.254Z] ---> [2020-10-12T05:51:01.254Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T05:51:01.254Z] Removing intermediate container b7fdda2b9c1a [2020-10-12T05:51:01.254Z] ---> 223055d6f3da [2020-10-12T05:51:01.254Z] Step 5/29 : COPY go.mod . [2020-10-12T05:51:01.254Z] ---> Running in e859b248d5be [2020-10-12T05:51:01.851Z] ---> Using cache [2020-10-12T05:51:01.851Z] ---> 1cc0a2e3e1bc [2020-10-12T05:51:01.851Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T05:51:01.851Z] Removing intermediate container dba055585d6f [2020-10-12T05:51:01.851Z] ---> 03ef80eb4c93 [2020-10-12T05:51:01.851Z] Step 6/22 : COPY go.mod . [2020-10-12T05:51:01.851Z] ---> b46f111c062a [2020-10-12T05:51:01.851Z] Step 6/29 : RUN go mod download [2020-10-12T05:51:01.851Z] ---> Running in 30c7fd7ea9e4 [2020-10-12T05:51:01.851Z] ---> Running in ef628eb2c8ac [2020-10-12T05:51:02.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T05:51:02.382Z] Removing intermediate container 30c7fd7ea9e4 [2020-10-12T05:51:02.382Z] ---> d533e6b20c4a [2020-10-12T05:51:02.382Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T05:51:00.584Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T05:51:00.614Z] > git checkout -f 63b605587244ac62a7b5d1c23d47eb87e958ca11 # timeout=10 [2020-10-12T05:51:03.332Z] ---> bbc8740748e3 [2020-10-12T05:51:03.332Z] Step 7/22 : RUN go mod download [2020-10-12T05:51:03.909Z] ---> Running in aac0fd6b275d [2020-10-12T05:51:04.182Z] ---> Running in 0e18e53fb664 [2020-10-12T05:51:04.456Z] Removing intermediate container aac0fd6b275d [2020-10-12T05:51:04.456Z] ---> 5ed9a002c678 [2020-10-12T05:51:04.456Z] Step 14/22 : WORKDIR / [2020-10-12T05:51:04.456Z] Removing intermediate container eb6869e167e6 [2020-10-12T05:51:04.456Z] ---> 6e1fdd9058e9 [2020-10-12T05:51:04.456Z] [2020-10-12T05:51:04.456Z] Step 10/21 : FROM scratch [2020-10-12T05:51:04.456Z] ---> [2020-10-12T05:51:04.456Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T05:51:04.456Z] ---> Using cache [2020-10-12T05:51:04.456Z] ---> 1cc0a2e3e1bc [2020-10-12T05:51:04.456Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T05:51:04.729Z] ---> Running in dbc942ee9a21 [2020-10-12T05:51:04.729Z] ---> Running in e399bfec5947 [2020-10-12T05:51:05.013Z] Removing intermediate container ef628eb2c8ac [2020-10-12T05:51:05.013Z] ---> e1c3ed8065f4 [2020-10-12T05:51:05.013Z] Step 7/29 : COPY . . [2020-10-12T05:51:05.290Z] Removing intermediate container e399bfec5947 [2020-10-12T05:51:05.290Z] ---> 0113424a620b [2020-10-12T05:51:05.290Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T05:51:05.290Z] Removing intermediate container dbc942ee9a21 [2020-10-12T05:51:05.290Z] ---> c644b0d773f3 [2020-10-12T05:51:05.290Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T05:51:05.479Z] Commit message: "Merge pull request #2774 from jinlinGuan/issue-2727" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-12T05:51:06.734Z] ---> Running in fdc378a172e4 [2020-10-12T05:51:08.142Z] ---> 7234fc3a37f3 [2020-10-12T05:51:08.142Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T05:51:10.100Z] Removing intermediate container fdc378a172e4 [2020-10-12T05:51:10.100Z] ---> a3263e1a39e5 [2020-10-12T05:51:10.100Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T05:51:11.536Z] ---> 1914edc97618 [2020-10-12T05:51:11.536Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T05:51:12.126Z] Removing intermediate container 0e18e53fb664 [2020-10-12T05:51:12.126Z] ---> ad472b989d27 [2020-10-12T05:51:12.126Z] Step 8/22 : COPY . . [2020-10-12T05:51:14.077Z] ---> 112521e7da9a [2020-10-12T05:51:14.078Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T05:51:18.354Z] ---> b28f26d2c4bc [2020-10-12T05:51:18.354Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] echo [2020-10-12T05:51:19.036Z] ========================================================= [2020-10-12T05:51:19.036Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-12T05:51:19.036Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:51:19.763Z] ---> edf2844ad891 [2020-10-12T05:51:19.763Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T05:51:20.064Z] + 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 . [2020-10-12T05:51:22.356Z] ---> Running in 0cdbb6a0c615 [2020-10-12T05:51:24.419Z] Sending build context to Docker daemon 324.9MB [2020-10-12T05:51:24.419Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T05:51:24.419Z] Step 2/7 : FROM ${BASE} [2020-10-12T05:51:24.691Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-12T05:51:24.691Z] b538f80385f9: Pulling fs layer [2020-10-12T05:51:24.691Z] 74f711af9a0d: Pulling fs layer [2020-10-12T05:51:24.691Z] 99f96fe45779: Pulling fs layer [2020-10-12T05:51:24.691Z] 8529a6b9a6be: Pulling fs layer [2020-10-12T05:51:24.691Z] 45590311c82a: Pulling fs layer [2020-10-12T05:51:24.691Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-12T05:51:24.691Z] 209524e5b208: Pulling fs layer [2020-10-12T05:51:24.691Z] 45590311c82a: Waiting [2020-10-12T05:51:24.691Z] 69ca0ff8b7b3: Waiting [2020-10-12T05:51:24.691Z] 209524e5b208: Waiting [2020-10-12T05:51:24.691Z] 8529a6b9a6be: Waiting [2020-10-12T05:51:24.691Z] 99f96fe45779: Download complete [2020-10-12T05:51:24.691Z] 74f711af9a0d: Verifying Checksum [2020-10-12T05:51:24.691Z] 74f711af9a0d: Download complete [2020-10-12T05:51:24.691Z] 45590311c82a: Download complete [2020-10-12T05:51:25.288Z] 69ca0ff8b7b3: Download complete [2020-10-12T05:51:25.288Z] b538f80385f9: Verifying Checksum [2020-10-12T05:51:25.288Z] b538f80385f9: Download complete [2020-10-12T05:51:25.685Z] ---> a30e70493932 [2020-10-12T05:51:25.685Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T05:51:25.891Z] b538f80385f9: Pull complete [2020-10-12T05:51:26.500Z] 74f711af9a0d: Pull complete [2020-10-12T05:51:26.778Z] 99f96fe45779: Pull complete [2020-10-12T05:51:28.242Z] 209524e5b208: Verifying Checksum [2020-10-12T05:51:28.242Z] 209524e5b208: Download complete [2020-10-12T05:51:28.273Z] ---> Running in d0b42d4a7c90 [2020-10-12T05:51:28.273Z] Removing intermediate container 0cdbb6a0c615 [2020-10-12T05:51:28.273Z] ---> fa7193a629b6 [2020-10-12T05:51:28.273Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:51:28.536Z] ---> 845b274df9ab [2020-10-12T05:51:28.536Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T05:51:28.842Z] 8529a6b9a6be: Verifying Checksum [2020-10-12T05:51:28.842Z] 8529a6b9a6be: Download complete [2020-10-12T05:51:29.110Z] ---> Running in ad0a3372927d [2020-10-12T05:51:29.110Z] ---> Running in cb81217b5281 [2020-10-12T05:51:29.110Z] Removing intermediate container d0b42d4a7c90 [2020-10-12T05:51:29.110Z] ---> 60be200c6fee [2020-10-12T05:51:29.110Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:51:29.372Z] ---> 40f9708e6775 [2020-10-12T05:51:29.372Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T05:51:29.372Z] ---> Running in 66e40b02a8a1 [2020-10-12T05:51:29.634Z] ---> Running in 2ce671af1696 [2020-10-12T05:51:29.634Z] Removing intermediate container ad0a3372927d [2020-10-12T05:51:29.634Z] ---> 2bc1151e2074 [2020-10-12T05:51:29.634Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T05:51:29.899Z] Removing intermediate container 66e40b02a8a1 [2020-10-12T05:51:29.899Z] ---> 8dbbee1c2ee2 [2020-10-12T05:51:29.899Z] Step 19/21 : LABEL arch=x86_64 [2020-10-12T05:51:29.899Z] ---> Running in af71b4cbb997 [2020-10-12T05:51:30.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T05:51:30.171Z] ---> Running in 08fca2f3f09b [2020-10-12T05:51:30.171Z] Removing intermediate container af71b4cbb997 [2020-10-12T05:51:30.171Z] ---> c52f84118f17 [2020-10-12T05:51:30.171Z] Step 21/22 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:51:30.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T05:51:31.010Z] ---> Running in e12e7642909e [2020-10-12T05:51:31.010Z] Removing intermediate container 08fca2f3f09b [2020-10-12T05:51:31.010Z] ---> 2f6089649a91 [2020-10-12T05:51:31.010Z] Step 20/21 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:51:31.975Z] ---> Running in 3702da9f3084 [2020-10-12T05:51:32.241Z] Removing intermediate container e12e7642909e [2020-10-12T05:51:32.241Z] ---> 877231f5eb50 [2020-10-12T05:51:32.241Z] Step 22/22 : LABEL version=1.2.2-dev.63 [2020-10-12T05:51:32.517Z] Removing intermediate container e859b248d5be [2020-10-12T05:51:32.517Z] ---> 56fc9c3d8589 [2020-10-12T05:51:32.517Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T05:51:32.517Z] ---> Running in ad7f94250c09 [2020-10-12T05:51:32.517Z] ---> Running in 73f2ab8863ae [2020-10-12T05:51:32.790Z] Removing intermediate container 3702da9f3084 [2020-10-12T05:51:32.790Z] ---> a3da769f1b2b [2020-10-12T05:51:32.790Z] Step 21/21 : LABEL version=1.2.2-dev.63 [2020-10-12T05:51:33.063Z] ---> Running in 5b504baccc5d [2020-10-12T05:51:33.063Z] Removing intermediate container ad7f94250c09 [2020-10-12T05:51:33.063Z] ---> fa25e42e53ce [2020-10-12T05:51:33.063Z] [2020-10-12T05:51:33.348Z] Successfully built fa25e42e53ce [2020-10-12T05:51:33.348Z] Successfully tagged docker-core-metadata-go:latest [2020-10-12T05:51:33.348Z]  Building docker-core-metadata-go ... done Removing intermediate container 5b504baccc5d [2020-10-12T05:51:33.348Z] ---> b9450c21020a [2020-10-12T05:51:33.348Z] [2020-10-12T05:51:33.942Z] Successfully built b9450c21020a [2020-10-12T05:51:34.220Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-12T05:51:34.220Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T05:51:37.608Z] Removing intermediate container 73f2ab8863ae [2020-10-12T05:51:37.608Z] ---> 4d57fbf9ee14 [2020-10-12T05:51:37.608Z] [2020-10-12T05:51:37.608Z] Step 11/27 : FROM docker:latest [2020-10-12T05:51:37.608Z] ---> 809cc4dba987 [2020-10-12T05:51:37.608Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T05:51:37.608Z] ---> Running in e9135289490d [2020-10-12T05:51:37.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:51:38.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:51:38.450Z] (1/2) Installing readline (8.0.4-r0) [2020-10-12T05:51:38.450Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T05:51:38.450Z] Executing bash-5.0.17-r0.post-install [2020-10-12T05:51:38.450Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:51:38.450Z] OK: 12 MiB in 22 packages [2020-10-12T05:51:39.010Z] 8529a6b9a6be: Pull complete [2020-10-12T05:51:39.010Z] 45590311c82a: Pull complete [2020-10-12T05:51:39.010Z] 69ca0ff8b7b3: Pull complete [2020-10-12T05:51:39.640Z] Removing intermediate container e9135289490d [2020-10-12T05:51:39.640Z] ---> 18c8709845bb [2020-10-12T05:51:39.640Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T05:51:40.135Z] ---> Running in 61bc21c4f8ad [2020-10-12T05:51:41.653Z] Removing intermediate container 61bc21c4f8ad [2020-10-12T05:51:41.653Z] ---> ddd09c6a295b [2020-10-12T05:51:41.653Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T05:51:41.921Z] ---> Running in b4c838cfef2f [2020-10-12T05:51:42.436Z] 209524e5b208: Pull complete [2020-10-12T05:51:42.436Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-12T05:51:42.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-12T05:51:42.436Z] ---> 5bddaf1c2fca [2020-10-12T05:51:42.436Z] 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 [2020-10-12T05:51:42.508Z] Removing intermediate container b4c838cfef2f [2020-10-12T05:51:42.508Z] ---> 1eddb540db39 [2020-10-12T05:51:42.508Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T05:51:43.090Z] ---> Running in 1d7e95166998 [2020-10-12T05:51:43.358Z] Removing intermediate container 1d7e95166998 [2020-10-12T05:51:43.358Z] ---> 590c8bae1916 [2020-10-12T05:51:43.358Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T05:51:43.358Z] ---> Running in 05f88ce80690 [2020-10-12T05:51:43.628Z] Removing intermediate container 05f88ce80690 [2020-10-12T05:51:43.628Z] ---> d50feac8c99e [2020-10-12T05:51:43.628Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-12T05:51:44.595Z] ---> 50192eec5175 [2020-10-12T05:51:44.595Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T05:51:45.996Z] ---> 239032875a1c [2020-10-12T05:51:45.996Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T05:51:46.773Z] ---> Running in 4ea428800ac3 [2020-10-12T05:51:48.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:51:48.568Z] ---> 1c6c6cb7d42b [2020-10-12T05:51:48.568Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T05:51:48.568Z] ---> Running in f0424260c585 [2020-10-12T05:51:48.568Z] Removing intermediate container 2ce671af1696 [2020-10-12T05:51:48.568Z] ---> a36172cb97c1 [2020-10-12T05:51:48.568Z] [2020-10-12T05:51:48.568Z] Step 10/22 : FROM scratch [2020-10-12T05:51:48.568Z] ---> [2020-10-12T05:51:48.568Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T05:51:48.568Z] Removing intermediate container cb81217b5281 [2020-10-12T05:51:48.568Z] ---> 2f963b36d861 [2020-10-12T05:51:48.568Z] [2020-10-12T05:51:48.568Z] Step 9/29 : FROM alpine:latest [2020-10-12T05:51:48.568Z] ---> a24bb4013296 [2020-10-12T05:51:48.568Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-12T05:51:48.568Z] ---> Using cache [2020-10-12T05:51:48.568Z] ---> 6b61fd277988 [2020-10-12T05:51:48.568Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T05:51:48.568Z] ---> Running in 9a31ae0cfcc0 [2020-10-12T05:51:48.568Z] ---> Running in 7d5696e8a19e [2020-10-12T05:51:48.829Z] Removing intermediate container 7d5696e8a19e [2020-10-12T05:51:48.829Z] ---> 3d743e0ce843 [2020-10-12T05:51:48.829Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T05:51:48.829Z] Removing intermediate container 9a31ae0cfcc0 [2020-10-12T05:51:48.829Z] ---> bf3c0c8fa883 [2020-10-12T05:51:48.829Z] Step 11/29 : USER root [2020-10-12T05:51:48.829Z] ---> Running in 96d6282aff44 [2020-10-12T05:51:48.829Z] ---> Running in c169df123cac [2020-10-12T05:51:48.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:51:49.105Z] Removing intermediate container 96d6282aff44 [2020-10-12T05:51:49.105Z] ---> 18bba21e01f6 [2020-10-12T05:51:49.105Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T05:51:49.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:51:49.105Z] Removing intermediate container c169df123cac [2020-10-12T05:51:49.105Z] ---> 8a8d64c9269a [2020-10-12T05:51:49.105Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T05:51:49.105Z] ---> Running in 58ccf58a7054 [2020-10-12T05:51:49.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:51:49.374Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T05:51:49.374Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T05:51:49.374Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T05:51:49.374Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T05:51:49.375Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T05:51:49.375Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T05:51:49.375Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T05:51:49.375Z] ---> 3160a803a00f [2020-10-12T05:51:49.375Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T05:51:49.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:51:49.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:51:50.212Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:51:50.212Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:51:50.212Z] OK: 12750 distinct packages available [2020-10-12T05:51:50.476Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T05:51:50.643Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T05:51:50.738Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T05:51:50.738Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:51:50.924Z] (2/12) Installing file (5.38-r0) [2020-10-12T05:51:50.924Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T05:51:50.924Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T05:51:52.127Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T05:51:52.127Z] OK: 6 MiB in 16 packages [2020-10-12T05:51:53.521Z] ---> 1df917345b8f [2020-10-12T05:51:53.521Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T05:51:53.521Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T05:51:53.521Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T05:51:53.521Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T05:51:53.521Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T05:51:53.521Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T05:51:53.521Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T05:51:53.784Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T05:51:53.784Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T05:51:53.784Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T05:51:53.784Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-12T05:51:53.784Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T05:51:53.784Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T05:51:54.731Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T05:51:54.993Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T05:51:54.993Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T05:51:54.993Z] Removing intermediate container 58ccf58a7054 [2020-10-12T05:51:54.993Z] ---> 6a34828b263b [2020-10-12T05:51:54.993Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T05:51:54.993Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T05:51:55.257Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T05:51:55.521Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-12T05:51:55.521Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T05:51:55.521Z] ---> 910a86e3da4c [2020-10-12T05:51:55.521Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T05:51:55.521Z] ---> Running in e972d0dae599 [2020-10-12T05:51:55.521Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T05:51:55.521Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T05:51:55.521Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T05:51:55.521Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T05:51:55.521Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T05:51:55.521Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T05:51:55.521Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T05:51:56.469Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:51:56.469Z] Removing intermediate container e972d0dae599 [2020-10-12T05:51:56.469Z] ---> cc3415193f03 [2020-10-12T05:51:56.469Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T05:51:56.469Z] OK: 71 MiB in 55 packages [2020-10-12T05:51:56.735Z] ---> Running in 07aec08f0f8c [2020-10-12T05:51:56.736Z] ---> 770aba08d23e [2020-10-12T05:51:56.736Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T05:51:56.736Z] ---> Running in 1b81840cea51 [2020-10-12T05:51:57.014Z] Removing intermediate container 07aec08f0f8c [2020-10-12T05:51:57.014Z] ---> 674275d55372 [2020-10-12T05:51:57.014Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T05:51:57.014Z] ---> Running in b31080db6123 [2020-10-12T05:51:57.014Z] Removing intermediate container 1b81840cea51 [2020-10-12T05:51:57.014Z] ---> 741a8acb18bd [2020-10-12T05:51:57.014Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:51:57.971Z] ---> Running in f83e7185d0e2 [2020-10-12T05:51:59.906Z] Removing intermediate container f83e7185d0e2 [2020-10-12T05:51:59.906Z] ---> 216088046a3d [2020-10-12T05:51:59.906Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T05:52:01.060Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T05:52:01.060Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T05:52:01.060Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T05:52:01.060Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T05:52:01.060Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T05:52:01.060Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T05:52:01.060Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T05:52:01.060Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T05:52:01.060Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:52:01.060Z] OK: 217 MiB in 51 packages [2020-10-12T05:52:02.473Z] ---> Running in 43a6f56f665f [2020-10-12T05:52:02.473Z] Removing intermediate container f0424260c585 [2020-10-12T05:52:02.736Z] ---> 487ac3e3054c [2020-10-12T05:52:02.736Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-12T05:52:02.736Z] Removing intermediate container 43a6f56f665f [2020-10-12T05:52:02.736Z] ---> b3cd5b3641a4 [2020-10-12T05:52:02.736Z] Step 21/22 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:02.736Z] Removing intermediate container b31080db6123 [2020-10-12T05:52:02.736Z] ---> 35da393633cc [2020-10-12T05:52:02.736Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T05:52:02.736Z] ---> Running in 7a381b03c9aa [2020-10-12T05:52:02.736Z] ---> Running in 965566ed2428 [2020-10-12T05:52:03.007Z] Removing intermediate container 965566ed2428 [2020-10-12T05:52:03.007Z] ---> ce88e488a2af [2020-10-12T05:52:03.007Z] Step 22/22 : LABEL version=1.2.2-dev.63 [2020-10-12T05:52:03.279Z] ---> Running in 0476a4baafdb [2020-10-12T05:52:03.279Z] ---> f71a9394e7e4 [2020-10-12T05:52:03.279Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T05:52:03.279Z] Removing intermediate container 0476a4baafdb [2020-10-12T05:52:03.279Z] ---> 26825a6aa72c [2020-10-12T05:52:03.279Z] [2020-10-12T05:52:03.547Z] Successfully built 26825a6aa72c [2020-10-12T05:52:03.547Z] Successfully tagged docker-support-logging-go:latest [2020-10-12T05:52:03.547Z]  Building docker-support-logging-go ... done  ---> 7c61baeb794b [2020-10-12T05:52:03.547Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T05:52:03.809Z] ---> 7087e41557f8 [2020-10-12T05:52:03.809Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T05:52:04.073Z] ---> 8cc99c45e516 [2020-10-12T05:52:04.073Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T05:52:04.654Z] ---> 695f1d82c36d [2020-10-12T05:52:04.654Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T05:52:04.654Z] ---> Running in 3dfc1390b917 [2020-10-12T05:52:04.654Z] Collecting docker-compose==1.23.2 [2020-10-12T05:52:04.654Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T05:52:04.916Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T05:52:04.916Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T05:52:05.373Z] Removing intermediate container 4ea428800ac3 [2020-10-12T05:52:05.373Z] ---> dc117b550062 [2020-10-12T05:52:05.373Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T05:52:05.373Z] ---> Running in 98ad6cfab35e [2020-10-12T05:52:05.646Z] Removing intermediate container 98ad6cfab35e [2020-10-12T05:52:05.646Z] ---> 74f67c3fe63b [2020-10-12T05:52:05.646Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T05:52:05.865Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T05:52:05.865Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T05:52:05.865Z] Removing intermediate container 3dfc1390b917 [2020-10-12T05:52:05.865Z] ---> 6e40e240ef34 [2020-10-12T05:52:05.865Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T05:52:05.918Z] latest: Pulling from library/docker [2020-10-12T05:52:06.127Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T05:52:06.127Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T05:52:06.127Z] ---> e776a52d4465 [2020-10-12T05:52:06.127Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T05:52:06.127Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T05:52:06.127Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T05:52:06.193Z] b538f80385f9: Already exists [2020-10-12T05:52:06.193Z] 259a493cd78d: Pulling fs layer [2020-10-12T05:52:06.193Z] b8e66b5100f5: Pulling fs layer [2020-10-12T05:52:06.193Z] 7f8258a56ab6: Pulling fs layer [2020-10-12T05:52:06.193Z] 75a0a0ebb566: Pulling fs layer [2020-10-12T05:52:06.193Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-12T05:52:06.193Z] 294320357d30: Pulling fs layer [2020-10-12T05:52:06.193Z] 75a0a0ebb566: Waiting [2020-10-12T05:52:06.193Z] 4a2c62f0a2a3: Waiting [2020-10-12T05:52:06.193Z] 294320357d30: Waiting [2020-10-12T05:52:06.193Z] b8e66b5100f5: Download complete [2020-10-12T05:52:06.390Z] ---> Running in 5f033733dcec [2020-10-12T05:52:06.470Z] 75a0a0ebb566: Verifying Checksum [2020-10-12T05:52:06.470Z] 75a0a0ebb566: Download complete [2020-10-12T05:52:06.470Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-12T05:52:06.470Z] 4a2c62f0a2a3: Download complete [2020-10-12T05:52:06.470Z] 259a493cd78d: Verifying Checksum [2020-10-12T05:52:06.470Z] 259a493cd78d: Download complete [2020-10-12T05:52:06.652Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-12T05:52:06.744Z] 294320357d30: Verifying Checksum [2020-10-12T05:52:06.744Z] 294320357d30: Download complete [2020-10-12T05:52:06.914Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T05:52:06.915Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T05:52:06.915Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T05:52:06.915Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T05:52:07.176Z] Removing intermediate container 5f033733dcec [2020-10-12T05:52:07.176Z] ---> 98a5059a3bee [2020-10-12T05:52:07.176Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T05:52:07.176Z] ---> Running in ffeccce50efe [2020-10-12T05:52:07.342Z] 259a493cd78d: Pull complete [2020-10-12T05:52:07.616Z] 7f8258a56ab6: Verifying Checksum [2020-10-12T05:52:07.616Z] 7f8258a56ab6: Download complete [2020-10-12T05:52:07.616Z] b8e66b5100f5: Pull complete [2020-10-12T05:52:07.750Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T05:52:07.750Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T05:52:07.750Z] Collecting PyYAML<4,>=3.10 [2020-10-12T05:52:07.750Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T05:52:09.672Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T05:52:09.672Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T05:52:09.672Z] 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) [2020-10-12T05:52:09.672Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T05:52:09.672Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T05:52:09.672Z] Collecting idna<2.8,>=2.5 [2020-10-12T05:52:09.672Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T05:52:10.252Z] Removing intermediate container ffeccce50efe [2020-10-12T05:52:10.252Z] ---> 5de31a996447 [2020-10-12T05:52:10.252Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T05:52:10.252Z] 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) [2020-10-12T05:52:10.252Z] Collecting docker-pycreds>=0.4.0 [2020-10-12T05:52:10.252Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T05:52:10.252Z] ---> Running in 2ea807d03583 [2020-10-12T05:52:10.252Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T05:52:10.252Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T05:52:10.252Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T05:52:10.252Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T05:52:10.515Z] Removing intermediate container 2ea807d03583 [2020-10-12T05:52:10.515Z] ---> f3fb6871359d [2020-10-12T05:52:10.515Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T05:52:10.515Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, texttable, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, cached-property, docker-compose [2020-10-12T05:52:10.515Z] Running setup.py install for docopt: started [2020-10-12T05:52:10.515Z] ---> Running in f92608754365 [2020-10-12T05:52:10.779Z] Removing intermediate container f92608754365 [2020-10-12T05:52:10.780Z] ---> 32ff56ebd5e4 [2020-10-12T05:52:10.780Z] Step 27/29 : LABEL arch=x86_64 [2020-10-12T05:52:10.780Z] ---> Running in 636cd6d11db8 [2020-10-12T05:52:11.017Z] 7f8258a56ab6: Pull complete [2020-10-12T05:52:11.017Z] 75a0a0ebb566: Pull complete [2020-10-12T05:52:11.017Z] 4a2c62f0a2a3: Pull complete [2020-10-12T05:52:11.041Z] Removing intermediate container 636cd6d11db8 [2020-10-12T05:52:11.041Z] ---> 30ac83c36348 [2020-10-12T05:52:11.041Z] Step 28/29 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:11.041Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T05:52:11.041Z] Attempting uninstall: urllib3 [2020-10-12T05:52:11.041Z] Found existing installation: urllib3 1.25.9 [2020-10-12T05:52:11.041Z] Uninstalling urllib3-1.25.9: [2020-10-12T05:52:11.041Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T05:52:11.302Z] ---> Running in 3645aefa09de [2020-10-12T05:52:11.302Z] Attempting uninstall: idna [2020-10-12T05:52:11.302Z] Found existing installation: idna 2.9 [2020-10-12T05:52:11.302Z] Uninstalling idna-2.9: [2020-10-12T05:52:11.302Z] Successfully uninstalled idna-2.9 [2020-10-12T05:52:11.565Z] Attempting uninstall: requests [2020-10-12T05:52:11.565Z] Removing intermediate container 3645aefa09de [2020-10-12T05:52:11.565Z] ---> 6ab020429783 [2020-10-12T05:52:11.565Z] Step 29/29 : LABEL version=1.2.2-dev.63 [2020-10-12T05:52:11.565Z] Found existing installation: requests 2.23.0 [2020-10-12T05:52:11.565Z] Uninstalling requests-2.23.0: [2020-10-12T05:52:11.612Z] 294320357d30: Pull complete [2020-10-12T05:52:11.612Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T05:52:11.612Z] Status: Downloaded newer image for docker:latest [2020-10-12T05:52:11.827Z] Successfully uninstalled requests-2.23.0 [2020-10-12T05:52:12.089Z] ---> Running in 9cefc5dadb82 [2020-10-12T05:52:12.353Z] Running setup.py install for texttable: started [2020-10-12T05:52:12.353Z] Removing intermediate container 9cefc5dadb82 [2020-10-12T05:52:12.353Z] ---> 1812b86c65dc [2020-10-12T05:52:12.353Z] [2020-10-12T05:52:12.615Z] Successfully built 1812b86c65dc [2020-10-12T05:52:12.615Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-12T05:52:12.615Z]  Building docker-security-secrets-setup-go ... done  Running setup.py install for texttable: finished with status 'done' [2020-10-12T05:52:12.886Z] Running setup.py install for dockerpty: started [2020-10-12T05:52:13.460Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T05:52:13.460Z] Running setup.py install for PyYAML: started [2020-10-12T05:52:14.037Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T05:52:14.298Z] 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 [2020-10-12T05:52:15.017Z] ---> 2ef4ecdae8d8 [2020-10-12T05:52:15.017Z] Step 6/7 : COPY go.mod . [2020-10-12T05:52:15.612Z] ---> 8d8d9d13a2c0 [2020-10-12T05:52:15.612Z] Step 7/7 : RUN go mod download [2020-10-12T05:52:15.890Z] ---> Running in 1c53d3dda948 [2020-10-12T05:52:18.513Z] Removing intermediate container 7a381b03c9aa [2020-10-12T05:52:18.513Z] ---> 435b6a881e06 [2020-10-12T05:52:18.513Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T05:52:18.513Z] ---> Running in b0570a128566 [2020-10-12T05:52:18.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T05:52:18.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T05:52:18.780Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T05:52:18.780Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T05:52:18.780Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T05:52:18.780Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:52:18.780Z] OK: 72 MiB in 58 packages [2020-10-12T05:52:19.356Z] Removing intermediate container b0570a128566 [2020-10-12T05:52:19.356Z] ---> bdd54cc79624 [2020-10-12T05:52:19.356Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T05:52:19.356Z] ---> Running in c46197f99af2 [2020-10-12T05:52:19.622Z] Removing intermediate container c46197f99af2 [2020-10-12T05:52:19.622Z] ---> 38172932dbf9 [2020-10-12T05:52:19.622Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:52:19.622Z] ---> Running in 79f23a88ff2e [2020-10-12T05:52:19.885Z] Removing intermediate container 79f23a88ff2e [2020-10-12T05:52:19.885Z] ---> 5ffc4c703fbc [2020-10-12T05:52:19.885Z] Step 25/27 : LABEL arch=x86_64 [2020-10-12T05:52:19.885Z] ---> Running in 694a4a9c927e [2020-10-12T05:52:20.146Z] Removing intermediate container 694a4a9c927e [2020-10-12T05:52:20.146Z] ---> 2bf1425d3343 [2020-10-12T05:52:20.146Z] Step 26/27 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:20.146Z] ---> Running in f6f28fb7507d [2020-10-12T05:52:20.408Z] Removing intermediate container f6f28fb7507d [2020-10-12T05:52:20.408Z] ---> 4698f88bca3a [2020-10-12T05:52:20.408Z] Step 27/27 : LABEL version=1.2.2-dev.63 [2020-10-12T05:52:20.408Z] ---> Running in 94504c079edc [2020-10-12T05:52:20.408Z] Removing intermediate container 94504c079edc [2020-10-12T05:52:20.408Z] ---> 25958eac0b36 [2020-10-12T05:52:20.408Z] [2020-10-12T05:52:20.671Z] Successfully built 25958eac0b36 [2020-10-12T05:52:20.671Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-12T05:52:20.943Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-12T05:52:20.954Z] $ docker stop --time=1 651ebc57fc28ba21e37717b072b39b4de123f41f7af7af8c1c948121b5f3c28a [2020-10-12T05:52:22.540Z] $ docker rm -f 651ebc57fc28ba21e37717b072b39b4de123f41f7af7af8c1c948121b5f3c28a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T05:52:23.163Z] + docker images [2020-10-12T05:52:23.163Z] + grep docker [2020-10-12T05:52:23.163Z] docker-sys-mgmt-agent-go latest 25958eac0b36 3 seconds ago 290MB [2020-10-12T05:52:23.163Z] docker-security-secrets-setup-go latest 1812b86c65dc 11 seconds ago 24MB [2020-10-12T05:52:23.163Z] docker-support-logging-go latest 26825a6aa72c 20 seconds ago 11.1MB [2020-10-12T05:52:23.163Z] docker-support-scheduler-go latest b9450c21020a 50 seconds ago 12.3MB [2020-10-12T05:52:23.163Z] docker-core-metadata-go latest fa25e42e53ce 51 seconds ago 14.2MB [2020-10-12T05:52:23.163Z] docker-security-secretstore-setup-go latest a29fd0e74b74 About a minute ago 32.4MB [2020-10-12T05:52:23.163Z] docker-core-data-go latest 38abb41eb4cf About a minute ago 23.6MB [2020-10-12T05:52:23.163Z] docker-support-notifications-go latest 8edf394fe721 2 minutes ago 13.6MB [2020-10-12T05:52:23.163Z] docker-core-command-go latest c1bed476b15e 2 minutes ago 12.2MB [2020-10-12T05:52:23.163Z] docker-security-proxy-setup-go latest 75df798372f5 2 minutes ago 15.8MB [2020-10-12T05:52:23.163Z] docker latest 809cc4dba987 3 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 [2020-10-12T05:52:23.745Z] provisioning config files... [2020-10-12T05:52:23.785Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/178@tmp/config365767158804556428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T05:52:24.159Z] ---> docker-login.sh [2020-10-12T05:52:24.159Z] nexus3.edgexfoundry.org:10001 [2020-10-12T05:52:24.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T05:52:24.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T05:52:24.423Z] Configure a credential helper to remove this warning. See [2020-10-12T05:52:24.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T05:52:24.423Z] [2020-10-12T05:52:24.423Z] Login Succeeded [2020-10-12T05:52:24.423Z] nexus3.edgexfoundry.org:10002 [2020-10-12T05:52:24.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T05:52:24.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T05:52:24.423Z] Configure a credential helper to remove this warning. See [2020-10-12T05:52:24.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T05:52:24.423Z] [2020-10-12T05:52:24.423Z] Login Succeeded [2020-10-12T05:52:24.423Z] nexus3.edgexfoundry.org:10003 [2020-10-12T05:52:24.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T05:52:24.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T05:52:24.685Z] Configure a credential helper to remove this warning. See [2020-10-12T05:52:24.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T05:52:24.685Z] [2020-10-12T05:52:24.685Z] Login Succeeded [2020-10-12T05:52:24.685Z] nexus3.edgexfoundry.org:10004 [2020-10-12T05:52:24.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T05:52:24.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T05:52:24.947Z] Configure a credential helper to remove this warning. See [2020-10-12T05:52:24.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T05:52:24.947Z] [2020-10-12T05:52:24.947Z] Login Succeeded [2020-10-12T05:52:24.947Z] docker.io [2020-10-12T05:52:24.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T05:52:25.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T05:52:25.223Z] Configure a credential helper to remove this warning. See [2020-10-12T05:52:25.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T05:52:25.223Z] [2020-10-12T05:52:25.223Z] Login Succeeded [2020-10-12T05:52:25.223Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T05:52:25.245Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:52:25.445Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-12T05:52:25.446Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:25.446Z] 1.2.2-dev.63 [2020-10-12T05:52:25.446Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:25.446Z] master [2020-10-12T05:52:25.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:25.989Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:26.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:26.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T05:52:26.350Z] 2a26e931beae: Preparing [2020-10-12T05:52:26.350Z] 36393d0e1814: Preparing [2020-10-12T05:52:26.350Z] fa0424f1b14d: Preparing [2020-10-12T05:52:26.611Z] fa0424f1b14d: Pushed [2020-10-12T05:52:26.611Z] 2a26e931beae: Pushed [2020-10-12T05:52:27.560Z] 36393d0e1814: Pushed [2020-10-12T05:52:27.823Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:a30c665ceff6590174bca8fa82ac1968a91d3b7270c6f25c4cf5640036990fd6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:28.132Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:28.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.63 [2020-10-12T05:52:28.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T05:52:28.438Z] 2a26e931beae: Preparing [2020-10-12T05:52:28.438Z] 36393d0e1814: Preparing [2020-10-12T05:52:28.438Z] fa0424f1b14d: Preparing [2020-10-12T05:52:28.438Z] 36393d0e1814: Layer already exists [2020-10-12T05:52:28.438Z] 2a26e931beae: Layer already exists [2020-10-12T05:52:28.438Z] fa0424f1b14d: Layer already exists [2020-10-12T05:52:28.438Z] 1.2.2-dev.63: digest: sha256:a30c665ceff6590174bca8fa82ac1968a91d3b7270c6f25c4cf5640036990fd6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:28.743Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:29.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:29.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T05:52:29.044Z] 2a26e931beae: Preparing [2020-10-12T05:52:29.044Z] 36393d0e1814: Preparing [2020-10-12T05:52:29.044Z] fa0424f1b14d: Preparing [2020-10-12T05:52:29.044Z] fa0424f1b14d: Layer already exists [2020-10-12T05:52:29.044Z] 2a26e931beae: Layer already exists [2020-10-12T05:52:29.044Z] 36393d0e1814: Layer already exists [2020-10-12T05:52:29.044Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:a30c665ceff6590174bca8fa82ac1968a91d3b7270c6f25c4cf5640036990fd6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:29.350Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:29.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-12T05:52:29.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T05:52:29.660Z] 2a26e931beae: Preparing [2020-10-12T05:52:29.660Z] 36393d0e1814: Preparing [2020-10-12T05:52:29.660Z] fa0424f1b14d: Preparing [2020-10-12T05:52:29.660Z] fa0424f1b14d: Layer already exists [2020-10-12T05:52:29.660Z] 36393d0e1814: Layer already exists [2020-10-12T05:52:29.660Z] 2a26e931beae: Layer already exists [2020-10-12T05:52:29.660Z] master: digest: sha256:a30c665ceff6590174bca8fa82ac1968a91d3b7270c6f25c4cf5640036990fd6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:52:29.848Z] ===================================================== [Pipeline] echo [2020-10-12T05:52:29.897Z] taggedImages: [2020-10-12T05:52:29.897Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:29.897Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.63 [2020-10-12T05:52:29.897Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:29.897Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-12T05:52:29.995Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-12T05:52:29.995Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:29.995Z] 1.2.2-dev.63 [2020-10-12T05:52:29.995Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:29.995Z] master [2020-10-12T05:52:29.995Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:30.561Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:30.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:30.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T05:52:30.871Z] 4a56d7763d3a: Preparing [2020-10-12T05:52:30.871Z] 1c6930079657: Preparing [2020-10-12T05:52:30.871Z] cc1fe1bc6f95: Preparing [2020-10-12T05:52:30.871Z] aaff52bba0a4: Preparing [2020-10-12T05:52:30.871Z] f4fc14e51ea6: Preparing [2020-10-12T05:52:30.871Z] 50644c29ef5a: Preparing [2020-10-12T05:52:30.871Z] 50644c29ef5a: Waiting [2020-10-12T05:52:31.135Z] f4fc14e51ea6: Pushed [2020-10-12T05:52:31.135Z] cc1fe1bc6f95: Pushed [2020-10-12T05:52:31.135Z] 4a56d7763d3a: Pushed [2020-10-12T05:52:31.135Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:31.135Z] aaff52bba0a4: Pushed [2020-10-12T05:52:32.526Z] 1c6930079657: Pushed [2020-10-12T05:52:32.526Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:473c5f661b7dc07d8bb7efcc6b6053af3300e47317dd7960cb0c4babb1cadd46 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:32.836Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:33.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.63 [2020-10-12T05:52:33.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T05:52:33.138Z] 4a56d7763d3a: Preparing [2020-10-12T05:52:33.138Z] 1c6930079657: Preparing [2020-10-12T05:52:33.138Z] cc1fe1bc6f95: Preparing [2020-10-12T05:52:33.138Z] aaff52bba0a4: Preparing [2020-10-12T05:52:33.138Z] f4fc14e51ea6: Preparing [2020-10-12T05:52:33.138Z] 50644c29ef5a: Preparing [2020-10-12T05:52:33.138Z] 50644c29ef5a: Waiting [2020-10-12T05:52:33.138Z] 1c6930079657: Layer already exists [2020-10-12T05:52:33.138Z] aaff52bba0a4: Layer already exists [2020-10-12T05:52:33.138Z] f4fc14e51ea6: Layer already exists [2020-10-12T05:52:33.138Z] cc1fe1bc6f95: Layer already exists [2020-10-12T05:52:33.138Z] 4a56d7763d3a: Layer already exists [2020-10-12T05:52:33.138Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:33.138Z] 1.2.2-dev.63: digest: sha256:473c5f661b7dc07d8bb7efcc6b6053af3300e47317dd7960cb0c4babb1cadd46 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:33.454Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:33.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:33.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T05:52:33.754Z] 4a56d7763d3a: Preparing [2020-10-12T05:52:33.754Z] 1c6930079657: Preparing [2020-10-12T05:52:33.754Z] cc1fe1bc6f95: Preparing [2020-10-12T05:52:33.754Z] aaff52bba0a4: Preparing [2020-10-12T05:52:33.754Z] f4fc14e51ea6: Preparing [2020-10-12T05:52:33.754Z] 50644c29ef5a: Preparing [2020-10-12T05:52:33.754Z] 50644c29ef5a: Waiting [2020-10-12T05:52:33.754Z] 4a56d7763d3a: Layer already exists [2020-10-12T05:52:33.754Z] f4fc14e51ea6: Layer already exists [2020-10-12T05:52:33.754Z] 1c6930079657: Layer already exists [2020-10-12T05:52:33.754Z] aaff52bba0a4: Layer already exists [2020-10-12T05:52:33.754Z] cc1fe1bc6f95: Layer already exists [2020-10-12T05:52:33.754Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:33.754Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:473c5f661b7dc07d8bb7efcc6b6053af3300e47317dd7960cb0c4babb1cadd46 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:34.063Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:34.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-12T05:52:34.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T05:52:34.387Z] 4a56d7763d3a: Preparing [2020-10-12T05:52:34.387Z] 1c6930079657: Preparing [2020-10-12T05:52:34.387Z] cc1fe1bc6f95: Preparing [2020-10-12T05:52:34.387Z] aaff52bba0a4: Preparing [2020-10-12T05:52:34.387Z] f4fc14e51ea6: Preparing [2020-10-12T05:52:34.387Z] 50644c29ef5a: Preparing [2020-10-12T05:52:34.387Z] 50644c29ef5a: Waiting [2020-10-12T05:52:34.387Z] aaff52bba0a4: Layer already exists [2020-10-12T05:52:34.387Z] 1c6930079657: Layer already exists [2020-10-12T05:52:34.387Z] 4a56d7763d3a: Layer already exists [2020-10-12T05:52:34.387Z] f4fc14e51ea6: Layer already exists [2020-10-12T05:52:34.387Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:34.387Z] cc1fe1bc6f95: Layer already exists [2020-10-12T05:52:34.649Z] master: digest: sha256:473c5f661b7dc07d8bb7efcc6b6053af3300e47317dd7960cb0c4babb1cadd46 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:52:34.833Z] ===================================================== [Pipeline] echo [2020-10-12T05:52:34.888Z] taggedImages: [2020-10-12T05:52:34.888Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:34.888Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.63 [2020-10-12T05:52:34.888Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:34.888Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-12T05:52:34.956Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-12T05:52:34.956Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:34.956Z] 1.2.2-dev.63 [2020-10-12T05:52:34.956Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:34.956Z] master [2020-10-12T05:52:34.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:35.489Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:35.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:35.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T05:52:35.794Z] 60fdfe4ecb45: Preparing [2020-10-12T05:52:35.794Z] 49616a775fe3: Preparing [2020-10-12T05:52:35.794Z] fccaa319d3bf: Preparing [2020-10-12T05:52:35.794Z] fccaa319d3bf: Pushed [2020-10-12T05:52:36.056Z] 60fdfe4ecb45: Pushed [2020-10-12T05:52:37.447Z] 49616a775fe3: Pushed [2020-10-12T05:52:37.709Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:1800f397da4f3faf20de904fc66a4c3542f1d098e2da8adf9c6c6c1e5a037c5d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:38.018Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:38.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.63 [2020-10-12T05:52:38.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T05:52:38.332Z] 60fdfe4ecb45: Preparing [2020-10-12T05:52:38.332Z] 49616a775fe3: Preparing [2020-10-12T05:52:38.332Z] fccaa319d3bf: Preparing [2020-10-12T05:52:38.332Z] 60fdfe4ecb45: Layer already exists [2020-10-12T05:52:38.332Z] fccaa319d3bf: Layer already exists [2020-10-12T05:52:38.332Z] 49616a775fe3: Layer already exists [2020-10-12T05:52:38.332Z] 1.2.2-dev.63: digest: sha256:1800f397da4f3faf20de904fc66a4c3542f1d098e2da8adf9c6c6c1e5a037c5d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:38.642Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:38.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:38.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T05:52:38.945Z] 60fdfe4ecb45: Preparing [2020-10-12T05:52:38.945Z] 49616a775fe3: Preparing [2020-10-12T05:52:38.945Z] fccaa319d3bf: Preparing [2020-10-12T05:52:38.945Z] fccaa319d3bf: Layer already exists [2020-10-12T05:52:38.945Z] 60fdfe4ecb45: Layer already exists [2020-10-12T05:52:38.945Z] 49616a775fe3: Layer already exists [2020-10-12T05:52:38.945Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:1800f397da4f3faf20de904fc66a4c3542f1d098e2da8adf9c6c6c1e5a037c5d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:39.259Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:39.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-12T05:52:39.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T05:52:39.557Z] 60fdfe4ecb45: Preparing [2020-10-12T05:52:39.557Z] 49616a775fe3: Preparing [2020-10-12T05:52:39.557Z] fccaa319d3bf: Preparing [2020-10-12T05:52:39.557Z] fccaa319d3bf: Layer already exists [2020-10-12T05:52:39.557Z] 49616a775fe3: Layer already exists [2020-10-12T05:52:39.557Z] 60fdfe4ecb45: Layer already exists [2020-10-12T05:52:39.557Z] master: digest: sha256:1800f397da4f3faf20de904fc66a4c3542f1d098e2da8adf9c6c6c1e5a037c5d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:52:39.838Z] ===================================================== [Pipeline] echo [2020-10-12T05:52:39.884Z] taggedImages: [2020-10-12T05:52:39.884Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:39.884Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.63 [2020-10-12T05:52:39.884Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:39.884Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-12T05:52:39.974Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-12T05:52:39.974Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:39.974Z] 1.2.2-dev.63 [2020-10-12T05:52:39.974Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:39.974Z] master [2020-10-12T05:52:39.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:40.569Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:40.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:40.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T05:52:40.871Z] 9f2886a60981: Preparing [2020-10-12T05:52:40.871Z] ac42cd6bd05f: Preparing [2020-10-12T05:52:40.871Z] b77f04a118fc: Preparing [2020-10-12T05:52:40.871Z] 8c23b29cc5b9: Preparing [2020-10-12T05:52:40.871Z] 50644c29ef5a: Preparing [2020-10-12T05:52:40.871Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:40.871Z] ac42cd6bd05f: Pushed [2020-10-12T05:52:41.133Z] b77f04a118fc: Pushed [2020-10-12T05:52:41.394Z] 8c23b29cc5b9: Pushed [2020-10-12T05:52:41.966Z] 9f2886a60981: Pushed [2020-10-12T05:52:41.966Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:ea7a70425db50f092f3a6921453211deb8ae388a2ae59966e12da0d963a8202f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:42.534Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:42.708Z] Removing intermediate container 1c53d3dda948 [2020-10-12T05:52:42.708Z] ---> f8580ba0e095 [2020-10-12T05:52:42.708Z] Successfully built f8580ba0e095 [2020-10-12T05:52:42.708Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:42.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.63 [2020-10-12T05:52:42.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T05:52:42.832Z] 9f2886a60981: Preparing [2020-10-12T05:52:42.832Z] ac42cd6bd05f: Preparing [2020-10-12T05:52:42.832Z] b77f04a118fc: Preparing [2020-10-12T05:52:42.832Z] 8c23b29cc5b9: Preparing [2020-10-12T05:52:42.832Z] 50644c29ef5a: Preparing [2020-10-12T05:52:42.832Z] ac42cd6bd05f: Layer already exists [2020-10-12T05:52:42.832Z] b77f04a118fc: Layer already exists [2020-10-12T05:52:42.832Z] 8c23b29cc5b9: Layer already exists [2020-10-12T05:52:42.832Z] 9f2886a60981: Layer already exists [2020-10-12T05:52:42.832Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:42.832Z] 1.2.2-dev.63: digest: sha256:ea7a70425db50f092f3a6921453211deb8ae388a2ae59966e12da0d963a8202f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:43.109Z] + docker inspect -f . ci-base-image-arm64 [2020-10-12T05:52:43.109Z] . [Pipeline] withDockerContainer [2020-10-12T05:52:43.178Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:43.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container [2020-10-12T05:52:43.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T05:52:45.257Z] $ docker top b38cc6100da8c15be0aa0b682feb387345ae97634a384417895e98a0ed0de3f6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:45.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:45.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T05:52:45.967Z] 9f2886a60981: Preparing [2020-10-12T05:52:45.967Z] ac42cd6bd05f: Preparing [2020-10-12T05:52:45.967Z] b77f04a118fc: Preparing [2020-10-12T05:52:45.967Z] 8c23b29cc5b9: Preparing [2020-10-12T05:52:45.967Z] 50644c29ef5a: Preparing [2020-10-12T05:52:45.967Z] 8c23b29cc5b9: Layer already exists [2020-10-12T05:52:46.659Z] + go version [2020-10-12T05:52:46.659Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-12T05:52:46.690Z] $ docker stop --time=1 b38cc6100da8c15be0aa0b682feb387345ae97634a384417895e98a0ed0de3f6 [2020-10-12T05:52:46.914Z] 9f2886a60981: Layer already exists [2020-10-12T05:52:46.914Z] b77f04a118fc: Layer already exists [2020-10-12T05:52:46.914Z] ac42cd6bd05f: Layer already exists [2020-10-12T05:52:46.914Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:47.176Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:ea7a70425db50f092f3a6921453211deb8ae388a2ae59966e12da0d963a8202f size: 1364 [2020-10-12T05:52:48.611Z] $ docker rm -f b38cc6100da8c15be0aa0b682feb387345ae97634a384417895e98a0ed0de3f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-10-12T05:52:49.391Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:49.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-12T05:52:49.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T05:52:49.692Z] 9f2886a60981: Preparing [2020-10-12T05:52:49.692Z] ac42cd6bd05f: Preparing [2020-10-12T05:52:49.692Z] b77f04a118fc: Preparing [2020-10-12T05:52:49.692Z] 8c23b29cc5b9: Preparing [2020-10-12T05:52:49.692Z] 50644c29ef5a: Preparing [2020-10-12T05:52:49.692Z] 8c23b29cc5b9: Layer already exists [2020-10-12T05:52:49.692Z] b77f04a118fc: Layer already exists [2020-10-12T05:52:49.692Z] ac42cd6bd05f: Layer already exists [2020-10-12T05:52:49.692Z] 9f2886a60981: Layer already exists [2020-10-12T05:52:49.692Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:49.692Z] master: digest: sha256:ea7a70425db50f092f3a6921453211deb8ae388a2ae59966e12da0d963a8202f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-12T05:52:49.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T05:52:49.860Z] [2020-10-12T05:52:49.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] echo [2020-10-12T05:52:49.875Z] ===================================================== [Pipeline] echo [2020-10-12T05:52:49.920Z] taggedImages: [2020-10-12T05:52:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.63 [2020-10-12T05:52:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:49.920Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-10-12T05:52:50.129Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-12T05:52:50.129Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:50.129Z] 1.2.2-dev.63 [2020-10-12T05:52:50.129Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:50.129Z] master [2020-10-12T05:52:50.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-12T05:52:50.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T05:52:50.346Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-12T05:52:50.346Z] 29e5d40040c1: Pulling fs layer [2020-10-12T05:52:50.346Z] 1ce36da41761: Pulling fs layer [2020-10-12T05:52:50.346Z] 25b303627fd3: Pulling fs layer [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:50.622Z] 29e5d40040c1: Verifying Checksum [2020-10-12T05:52:50.622Z] 29e5d40040c1: Download complete [2020-10-12T05:52:50.686Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:50.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:50.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T05:52:50.984Z] 794ac7440d4f: Preparing [2020-10-12T05:52:50.984Z] d0bd76cf1f6a: Preparing [2020-10-12T05:52:50.984Z] e8902278a1dd: Preparing [2020-10-12T05:52:50.984Z] b73aaa5d6434: Preparing [2020-10-12T05:52:50.984Z] b73aaa5d6434: Preparing [2020-10-12T05:52:50.984Z] 819acd4a2cde: Preparing [2020-10-12T05:52:50.984Z] 14b62541debb: Preparing [2020-10-12T05:52:50.984Z] 135df9a58122: Preparing [2020-10-12T05:52:50.984Z] 794ac7440d4f: Preparing [2020-10-12T05:52:50.984Z] 0ddd39475b35: Preparing [2020-10-12T05:52:50.984Z] 3ad8fd516f4a: Preparing [2020-10-12T05:52:50.984Z] 019f19583e0a: Preparing [2020-10-12T05:52:50.984Z] 50644c29ef5a: Preparing [2020-10-12T05:52:50.984Z] 14b62541debb: Waiting [2020-10-12T05:52:50.984Z] 135df9a58122: Waiting [2020-10-12T05:52:50.984Z] 0ddd39475b35: Waiting [2020-10-12T05:52:50.984Z] 3ad8fd516f4a: Waiting [2020-10-12T05:52:50.984Z] 019f19583e0a: Waiting [2020-10-12T05:52:50.984Z] 50644c29ef5a: Waiting [2020-10-12T05:52:51.226Z] 1ce36da41761: Verifying Checksum [2020-10-12T05:52:51.226Z] 1ce36da41761: Download complete [2020-10-12T05:52:51.226Z] 29e5d40040c1: Pull complete [2020-10-12T05:52:51.246Z] 819acd4a2cde: Pushed [2020-10-12T05:52:51.246Z] b73aaa5d6434: Pushed [2020-10-12T05:52:51.508Z] e8902278a1dd: Pushed [2020-10-12T05:52:51.508Z] d0bd76cf1f6a: Pushed [2020-10-12T05:52:51.508Z] 135df9a58122: Pushed [2020-10-12T05:52:51.508Z] 0ddd39475b35: Pushed [2020-10-12T05:52:51.771Z] 3ad8fd516f4a: Pushed [2020-10-12T05:52:51.771Z] 14b62541debb: Pushed [2020-10-12T05:52:51.771Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:52.032Z] 019f19583e0a: Pushed [2020-10-12T05:52:52.032Z] 794ac7440d4f: Pushed [2020-10-12T05:52:52.319Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:9f359239f19714931a5981106799263a54b36052d9d5562514b2658d9c6b840a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:52.624Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:52.660Z] 1ce36da41761: Pull complete [2020-10-12T05:52:52.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.63 [2020-10-12T05:52:52.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T05:52:52.930Z] 794ac7440d4f: Preparing [2020-10-12T05:52:52.930Z] d0bd76cf1f6a: Preparing [2020-10-12T05:52:52.930Z] e8902278a1dd: Preparing [2020-10-12T05:52:52.930Z] b73aaa5d6434: Preparing [2020-10-12T05:52:52.930Z] b73aaa5d6434: Preparing [2020-10-12T05:52:52.930Z] 819acd4a2cde: Preparing [2020-10-12T05:52:52.930Z] 14b62541debb: Preparing [2020-10-12T05:52:52.930Z] 135df9a58122: Preparing [2020-10-12T05:52:52.930Z] 794ac7440d4f: Preparing [2020-10-12T05:52:52.930Z] 0ddd39475b35: Preparing [2020-10-12T05:52:52.930Z] 3ad8fd516f4a: Preparing [2020-10-12T05:52:52.930Z] 019f19583e0a: Preparing [2020-10-12T05:52:52.930Z] 50644c29ef5a: Preparing [2020-10-12T05:52:52.930Z] 14b62541debb: Waiting [2020-10-12T05:52:52.930Z] 135df9a58122: Waiting [2020-10-12T05:52:52.930Z] 0ddd39475b35: Waiting [2020-10-12T05:52:52.930Z] 3ad8fd516f4a: Waiting [2020-10-12T05:52:52.930Z] 019f19583e0a: Waiting [2020-10-12T05:52:52.930Z] 50644c29ef5a: Waiting [2020-10-12T05:52:52.930Z] d0bd76cf1f6a: Layer already exists [2020-10-12T05:52:52.930Z] 794ac7440d4f: Layer already exists [2020-10-12T05:52:52.930Z] b73aaa5d6434: Layer already exists [2020-10-12T05:52:52.930Z] 819acd4a2cde: Layer already exists [2020-10-12T05:52:52.930Z] e8902278a1dd: Layer already exists [2020-10-12T05:52:52.930Z] 135df9a58122: Layer already exists [2020-10-12T05:52:52.930Z] 0ddd39475b35: Layer already exists [2020-10-12T05:52:52.930Z] 019f19583e0a: Layer already exists [2020-10-12T05:52:52.930Z] 14b62541debb: Layer already exists [2020-10-12T05:52:52.930Z] 3ad8fd516f4a: Layer already exists [2020-10-12T05:52:52.930Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:52.930Z] 1.2.2-dev.63: digest: sha256:9f359239f19714931a5981106799263a54b36052d9d5562514b2658d9c6b840a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:53.244Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:53.257Z] 25b303627fd3: Verifying Checksum [2020-10-12T05:52:53.257Z] 25b303627fd3: Download complete [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:53.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:53.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T05:52:53.548Z] 794ac7440d4f: Preparing [2020-10-12T05:52:53.548Z] d0bd76cf1f6a: Preparing [2020-10-12T05:52:53.548Z] e8902278a1dd: Preparing [2020-10-12T05:52:53.548Z] b73aaa5d6434: Preparing [2020-10-12T05:52:53.548Z] b73aaa5d6434: Preparing [2020-10-12T05:52:53.548Z] 819acd4a2cde: Preparing [2020-10-12T05:52:53.548Z] 14b62541debb: Preparing [2020-10-12T05:52:53.548Z] 135df9a58122: Preparing [2020-10-12T05:52:53.548Z] 794ac7440d4f: Preparing [2020-10-12T05:52:53.548Z] 0ddd39475b35: Preparing [2020-10-12T05:52:53.548Z] 3ad8fd516f4a: Preparing [2020-10-12T05:52:53.548Z] 019f19583e0a: Preparing [2020-10-12T05:52:53.548Z] 50644c29ef5a: Preparing [2020-10-12T05:52:53.548Z] 14b62541debb: Waiting [2020-10-12T05:52:53.548Z] 135df9a58122: Waiting [2020-10-12T05:52:53.548Z] 0ddd39475b35: Waiting [2020-10-12T05:52:53.548Z] 50644c29ef5a: Waiting [2020-10-12T05:52:53.548Z] 3ad8fd516f4a: Waiting [2020-10-12T05:52:53.548Z] 019f19583e0a: Waiting [2020-10-12T05:52:53.548Z] 794ac7440d4f: Layer already exists [2020-10-12T05:52:53.548Z] e8902278a1dd: Layer already exists [2020-10-12T05:52:53.548Z] d0bd76cf1f6a: Layer already exists [2020-10-12T05:52:53.548Z] b73aaa5d6434: Layer already exists [2020-10-12T05:52:53.548Z] 819acd4a2cde: Layer already exists [2020-10-12T05:52:53.548Z] 14b62541debb: Layer already exists [2020-10-12T05:52:53.548Z] 135df9a58122: Layer already exists [2020-10-12T05:52:53.548Z] 0ddd39475b35: Layer already exists [2020-10-12T05:52:53.548Z] 3ad8fd516f4a: Layer already exists [2020-10-12T05:52:53.548Z] 019f19583e0a: Layer already exists [2020-10-12T05:52:53.548Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:53.548Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:9f359239f19714931a5981106799263a54b36052d9d5562514b2658d9c6b840a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:53.857Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:54.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-12T05:52:54.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T05:52:54.167Z] 794ac7440d4f: Preparing [2020-10-12T05:52:54.167Z] d0bd76cf1f6a: Preparing [2020-10-12T05:52:54.167Z] e8902278a1dd: Preparing [2020-10-12T05:52:54.167Z] b73aaa5d6434: Preparing [2020-10-12T05:52:54.167Z] b73aaa5d6434: Preparing [2020-10-12T05:52:54.167Z] 819acd4a2cde: Preparing [2020-10-12T05:52:54.167Z] 14b62541debb: Preparing [2020-10-12T05:52:54.167Z] 135df9a58122: Preparing [2020-10-12T05:52:54.167Z] 794ac7440d4f: Preparing [2020-10-12T05:52:54.167Z] 0ddd39475b35: Preparing [2020-10-12T05:52:54.167Z] 3ad8fd516f4a: Preparing [2020-10-12T05:52:54.167Z] 019f19583e0a: Preparing [2020-10-12T05:52:54.167Z] 50644c29ef5a: Preparing [2020-10-12T05:52:54.167Z] 0ddd39475b35: Waiting [2020-10-12T05:52:54.167Z] 3ad8fd516f4a: Waiting [2020-10-12T05:52:54.167Z] 019f19583e0a: Waiting [2020-10-12T05:52:54.167Z] 50644c29ef5a: Waiting [2020-10-12T05:52:54.167Z] 14b62541debb: Waiting [2020-10-12T05:52:54.167Z] 135df9a58122: Waiting [2020-10-12T05:52:54.167Z] e8902278a1dd: Layer already exists [2020-10-12T05:52:54.167Z] d0bd76cf1f6a: Layer already exists [2020-10-12T05:52:54.167Z] 819acd4a2cde: Layer already exists [2020-10-12T05:52:54.167Z] b73aaa5d6434: Layer already exists [2020-10-12T05:52:54.167Z] 794ac7440d4f: Layer already exists [2020-10-12T05:52:54.167Z] 0ddd39475b35: Layer already exists [2020-10-12T05:52:54.167Z] 135df9a58122: Layer already exists [2020-10-12T05:52:54.167Z] 3ad8fd516f4a: Layer already exists [2020-10-12T05:52:54.167Z] 14b62541debb: Layer already exists [2020-10-12T05:52:54.167Z] 019f19583e0a: Layer already exists [2020-10-12T05:52:54.167Z] 50644c29ef5a: Layer already exists [2020-10-12T05:52:54.430Z] master: digest: sha256:9f359239f19714931a5981106799263a54b36052d9d5562514b2658d9c6b840a size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:52:54.617Z] ===================================================== [Pipeline] echo [2020-10-12T05:52:54.660Z] taggedImages: [2020-10-12T05:52:54.660Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:54.660Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.63 [2020-10-12T05:52:54.660Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:54.660Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-12T05:52:54.728Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-12T05:52:54.728Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:54.728Z] 1.2.2-dev.63 [2020-10-12T05:52:54.728Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:54.728Z] master [2020-10-12T05:52:54.728Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:55.219Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:55.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:55.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T05:52:55.520Z] 40e77c7033b0: Preparing [2020-10-12T05:52:55.520Z] cf3aaf54ff1f: Preparing [2020-10-12T05:52:55.520Z] ffe4411daa6d: Preparing [2020-10-12T05:52:55.520Z] bb7b9a7682c6: Preparing [2020-10-12T05:52:55.520Z] 9624a86af1ab: Preparing [2020-10-12T05:52:55.520Z] 0bd3b23d34db: Preparing [2020-10-12T05:52:55.520Z] c9084605deed: Preparing [2020-10-12T05:52:55.520Z] ecd5580a49af: Preparing [2020-10-12T05:52:55.520Z] 236f7ee558d8: Preparing [2020-10-12T05:52:55.520Z] 9be8f854b118: Preparing [2020-10-12T05:52:55.520Z] 1b3ee35aacca: Preparing [2020-10-12T05:52:55.520Z] 0bd3b23d34db: Waiting [2020-10-12T05:52:55.520Z] c9084605deed: Waiting [2020-10-12T05:52:55.520Z] ecd5580a49af: Waiting [2020-10-12T05:52:55.520Z] 236f7ee558d8: Waiting [2020-10-12T05:52:55.520Z] 9be8f854b118: Waiting [2020-10-12T05:52:55.520Z] 1b3ee35aacca: Waiting [2020-10-12T05:52:55.791Z] cf3aaf54ff1f: Pushed [2020-10-12T05:52:55.791Z] 40e77c7033b0: Pushed [2020-10-12T05:52:55.791Z] 0bd3b23d34db: Pushed [2020-10-12T05:52:55.791Z] c9084605deed: Pushed [2020-10-12T05:52:56.053Z] ecd5580a49af: Pushed [2020-10-12T05:52:56.053Z] 236f7ee558d8: Pushed [2020-10-12T05:52:56.316Z] 1b3ee35aacca: Layer already exists [2020-10-12T05:52:56.578Z] ffe4411daa6d: Pushed [2020-10-12T05:52:56.578Z] 9624a86af1ab: Pushed [2020-10-12T05:52:56.578Z] bb7b9a7682c6: Pushed [2020-10-12T05:52:56.578Z] 9be8f854b118: Pushed [2020-10-12T05:52:56.841Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:be186404ad336b19ad4cb8014d594414cd658b7c59ef93343092411a3ee75244 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:57.146Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:57.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.63 [2020-10-12T05:52:57.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T05:52:57.442Z] 40e77c7033b0: Preparing [2020-10-12T05:52:57.442Z] cf3aaf54ff1f: Preparing [2020-10-12T05:52:57.442Z] ffe4411daa6d: Preparing [2020-10-12T05:52:57.442Z] bb7b9a7682c6: Preparing [2020-10-12T05:52:57.442Z] 9624a86af1ab: Preparing [2020-10-12T05:52:57.442Z] 0bd3b23d34db: Preparing [2020-10-12T05:52:57.442Z] c9084605deed: Preparing [2020-10-12T05:52:57.442Z] ecd5580a49af: Preparing [2020-10-12T05:52:57.442Z] 236f7ee558d8: Preparing [2020-10-12T05:52:57.442Z] 9be8f854b118: Preparing [2020-10-12T05:52:57.442Z] 1b3ee35aacca: Preparing [2020-10-12T05:52:57.442Z] 0bd3b23d34db: Waiting [2020-10-12T05:52:57.442Z] c9084605deed: Waiting [2020-10-12T05:52:57.442Z] ecd5580a49af: Waiting [2020-10-12T05:52:57.442Z] 9be8f854b118: Waiting [2020-10-12T05:52:57.442Z] 236f7ee558d8: Waiting [2020-10-12T05:52:57.442Z] 1b3ee35aacca: Waiting [2020-10-12T05:52:57.442Z] bb7b9a7682c6: Layer already exists [2020-10-12T05:52:57.442Z] cf3aaf54ff1f: Layer already exists [2020-10-12T05:52:57.442Z] ffe4411daa6d: Layer already exists [2020-10-12T05:52:57.442Z] 40e77c7033b0: Layer already exists [2020-10-12T05:52:57.442Z] 9624a86af1ab: Layer already exists [2020-10-12T05:52:57.442Z] ecd5580a49af: Layer already exists [2020-10-12T05:52:57.442Z] 0bd3b23d34db: Layer already exists [2020-10-12T05:52:57.442Z] 9be8f854b118: Layer already exists [2020-10-12T05:52:57.442Z] 236f7ee558d8: Layer already exists [2020-10-12T05:52:57.442Z] c9084605deed: Layer already exists [2020-10-12T05:52:57.442Z] 1b3ee35aacca: Layer already exists [2020-10-12T05:52:57.442Z] 1.2.2-dev.63: digest: sha256:be186404ad336b19ad4cb8014d594414cd658b7c59ef93343092411a3ee75244 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:57.746Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:58.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:58.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T05:52:58.057Z] 40e77c7033b0: Preparing [2020-10-12T05:52:58.057Z] cf3aaf54ff1f: Preparing [2020-10-12T05:52:58.057Z] ffe4411daa6d: Preparing [2020-10-12T05:52:58.057Z] bb7b9a7682c6: Preparing [2020-10-12T05:52:58.057Z] 9624a86af1ab: Preparing [2020-10-12T05:52:58.057Z] 0bd3b23d34db: Preparing [2020-10-12T05:52:58.057Z] c9084605deed: Preparing [2020-10-12T05:52:58.057Z] ecd5580a49af: Preparing [2020-10-12T05:52:58.057Z] 236f7ee558d8: Preparing [2020-10-12T05:52:58.057Z] 9be8f854b118: Preparing [2020-10-12T05:52:58.057Z] 1b3ee35aacca: Preparing [2020-10-12T05:52:58.057Z] ecd5580a49af: Waiting [2020-10-12T05:52:58.057Z] 236f7ee558d8: Waiting [2020-10-12T05:52:58.057Z] 0bd3b23d34db: Waiting [2020-10-12T05:52:58.057Z] c9084605deed: Waiting [2020-10-12T05:52:58.057Z] 9be8f854b118: Waiting [2020-10-12T05:52:58.057Z] 1b3ee35aacca: Waiting [2020-10-12T05:52:58.057Z] ffe4411daa6d: Layer already exists [2020-10-12T05:52:58.057Z] 9624a86af1ab: Layer already exists [2020-10-12T05:52:58.057Z] 40e77c7033b0: Layer already exists [2020-10-12T05:52:58.057Z] bb7b9a7682c6: Layer already exists [2020-10-12T05:52:58.057Z] cf3aaf54ff1f: Layer already exists [2020-10-12T05:52:58.057Z] ecd5580a49af: Layer already exists [2020-10-12T05:52:58.057Z] 0bd3b23d34db: Layer already exists [2020-10-12T05:52:58.057Z] 236f7ee558d8: Layer already exists [2020-10-12T05:52:58.057Z] c9084605deed: Layer already exists [2020-10-12T05:52:58.057Z] 9be8f854b118: Layer already exists [2020-10-12T05:52:58.057Z] 1b3ee35aacca: Layer already exists [2020-10-12T05:52:58.057Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:be186404ad336b19ad4cb8014d594414cd658b7c59ef93343092411a3ee75244 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:58.361Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:58.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-12T05:52:58.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T05:52:58.654Z] 40e77c7033b0: Preparing [2020-10-12T05:52:58.654Z] cf3aaf54ff1f: Preparing [2020-10-12T05:52:58.654Z] ffe4411daa6d: Preparing [2020-10-12T05:52:58.654Z] bb7b9a7682c6: Preparing [2020-10-12T05:52:58.654Z] 9624a86af1ab: Preparing [2020-10-12T05:52:58.654Z] 0bd3b23d34db: Preparing [2020-10-12T05:52:58.654Z] c9084605deed: Preparing [2020-10-12T05:52:58.654Z] ecd5580a49af: Preparing [2020-10-12T05:52:58.654Z] 236f7ee558d8: Preparing [2020-10-12T05:52:58.654Z] 9be8f854b118: Preparing [2020-10-12T05:52:58.654Z] 1b3ee35aacca: Preparing [2020-10-12T05:52:58.654Z] 0bd3b23d34db: Waiting [2020-10-12T05:52:58.654Z] c9084605deed: Waiting [2020-10-12T05:52:58.654Z] ecd5580a49af: Waiting [2020-10-12T05:52:58.654Z] 236f7ee558d8: Waiting [2020-10-12T05:52:58.654Z] 9be8f854b118: Waiting [2020-10-12T05:52:58.654Z] 1b3ee35aacca: Waiting [2020-10-12T05:52:58.654Z] 9624a86af1ab: Layer already exists [2020-10-12T05:52:58.654Z] 40e77c7033b0: Layer already exists [2020-10-12T05:52:58.654Z] cf3aaf54ff1f: Layer already exists [2020-10-12T05:52:58.654Z] bb7b9a7682c6: Layer already exists [2020-10-12T05:52:58.654Z] ffe4411daa6d: Layer already exists [2020-10-12T05:52:58.654Z] 0bd3b23d34db: Layer already exists [2020-10-12T05:52:58.654Z] 9be8f854b118: Layer already exists [2020-10-12T05:52:58.654Z] c9084605deed: Layer already exists [2020-10-12T05:52:58.654Z] 236f7ee558d8: Layer already exists [2020-10-12T05:52:58.654Z] ecd5580a49af: Layer already exists [2020-10-12T05:52:58.654Z] 1b3ee35aacca: Layer already exists [2020-10-12T05:52:58.654Z] master: digest: sha256:be186404ad336b19ad4cb8014d594414cd658b7c59ef93343092411a3ee75244 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:52:58.832Z] ===================================================== [Pipeline] echo [2020-10-12T05:52:58.877Z] taggedImages: [2020-10-12T05:52:58.877Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:58.877Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.63 [2020-10-12T05:52:58.877Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:58.877Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-12T05:52:58.940Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-12T05:52:58.940Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:58.940Z] 1.2.2-dev.63 [2020-10-12T05:52:58.940Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:52:58.940Z] master [2020-10-12T05:52:58.940Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:59.405Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:52:59.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:52:59.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T05:52:59.894Z] 0fc0d39a024e: Preparing [2020-10-12T05:52:59.894Z] be249ea46fed: Preparing [2020-10-12T05:52:59.894Z] 6e6db9d35bd2: Preparing [2020-10-12T05:52:59.894Z] 21d8c4b2d1ab: Preparing [2020-10-12T05:53:00.156Z] 21d8c4b2d1ab: Pushed [2020-10-12T05:53:00.156Z] 0fc0d39a024e: Pushed [2020-10-12T05:53:00.156Z] 6e6db9d35bd2: Pushed [2020-10-12T05:53:01.101Z] be249ea46fed: Pushed [2020-10-12T05:53:01.101Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:792030e8f0d5ae86233fe59294150895593f59a029b90f1d63f8e2407d207235 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:01.418Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:01.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.63 [2020-10-12T05:53:01.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T05:53:01.744Z] 0fc0d39a024e: Preparing [2020-10-12T05:53:01.744Z] be249ea46fed: Preparing [2020-10-12T05:53:01.744Z] 6e6db9d35bd2: Preparing [2020-10-12T05:53:01.744Z] 21d8c4b2d1ab: Preparing [2020-10-12T05:53:01.744Z] 0fc0d39a024e: Layer already exists [2020-10-12T05:53:01.744Z] be249ea46fed: Layer already exists [2020-10-12T05:53:01.744Z] 21d8c4b2d1ab: Layer already exists [2020-10-12T05:53:01.744Z] 6e6db9d35bd2: Layer already exists [2020-10-12T05:53:01.744Z] 1.2.2-dev.63: digest: sha256:792030e8f0d5ae86233fe59294150895593f59a029b90f1d63f8e2407d207235 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:02.051Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:02.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:02.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T05:53:02.357Z] 0fc0d39a024e: Preparing [2020-10-12T05:53:02.357Z] be249ea46fed: Preparing [2020-10-12T05:53:02.357Z] 6e6db9d35bd2: Preparing [2020-10-12T05:53:02.357Z] 21d8c4b2d1ab: Preparing [2020-10-12T05:53:02.357Z] 6e6db9d35bd2: Layer already exists [2020-10-12T05:53:02.357Z] be249ea46fed: Layer already exists [2020-10-12T05:53:02.357Z] 21d8c4b2d1ab: Layer already exists [2020-10-12T05:53:02.357Z] 0fc0d39a024e: Layer already exists [2020-10-12T05:53:02.357Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:792030e8f0d5ae86233fe59294150895593f59a029b90f1d63f8e2407d207235 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:02.658Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:02.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-12T05:53:02.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T05:53:02.959Z] 0fc0d39a024e: Preparing [2020-10-12T05:53:02.959Z] be249ea46fed: Preparing [2020-10-12T05:53:02.959Z] 6e6db9d35bd2: Preparing [2020-10-12T05:53:02.959Z] 21d8c4b2d1ab: Preparing [2020-10-12T05:53:02.959Z] be249ea46fed: Layer already exists [2020-10-12T05:53:02.959Z] 0fc0d39a024e: Layer already exists [2020-10-12T05:53:02.959Z] 21d8c4b2d1ab: Layer already exists [2020-10-12T05:53:02.959Z] 6e6db9d35bd2: Layer already exists [2020-10-12T05:53:02.959Z] master: digest: sha256:792030e8f0d5ae86233fe59294150895593f59a029b90f1d63f8e2407d207235 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:53:03.145Z] ===================================================== [Pipeline] echo [2020-10-12T05:53:03.189Z] taggedImages: [2020-10-12T05:53:03.189Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:03.189Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.63 [2020-10-12T05:53:03.189Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:03.189Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-12T05:53:03.248Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-12T05:53:03.248Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:03.248Z] 1.2.2-dev.63 [2020-10-12T05:53:03.248Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:03.248Z] master [2020-10-12T05:53:03.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-12T05:53:03.424Z] 25b303627fd3: Pull complete [2020-10-12T05:53:03.424Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-12T05:53:03.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T05:53:03.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withDockerContainer [2020-10-12T05:53:03.727Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:03.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container [2020-10-12T05:53:03.817Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T05:53:07.344Z] $ docker top 887c6431a5ec695653a95c716ac09bae7d010e8abaa70b491985d6f5af05cb3e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:08.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:08.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T05:53:08.032Z] ed81a2c4f553: Preparing [2020-10-12T05:53:08.032Z] bc2dc76e56b7: Preparing [2020-10-12T05:53:08.032Z] 6d77ba6e9a66: Preparing [2020-10-12T05:53:08.032Z] 3d686eabbe38: Preparing [2020-10-12T05:53:08.032Z] 392e3ca44a90: Preparing [2020-10-12T05:53:08.032Z] 62ab6ba1bb99: Preparing [2020-10-12T05:53:08.032Z] 62ab6ba1bb99: Waiting [2020-10-12T05:53:08.032Z] 6d77ba6e9a66: Pushed [2020-10-12T05:53:08.295Z] ed81a2c4f553: Pushed [2020-10-12T05:53:08.295Z] 3d686eabbe38: Pushed [2020-10-12T05:53:08.295Z] 392e3ca44a90: Pushed [2020-10-12T05:53:08.556Z] 62ab6ba1bb99: Pushed [2020-10-12T05:53:08.714Z] + docker-compose build --help [2020-10-12T05:53:08.714Z] + grep parallel [2020-10-12T05:53:09.499Z] bc2dc76e56b7: Pushed [2020-10-12T05:53:09.499Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:9c9015e4ccdc18fd880ae52f5bc3be7639f04afd101a366a0d553c18f19938ac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:10.067Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:10.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.63 [2020-10-12T05:53:10.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T05:53:10.365Z] ed81a2c4f553: Preparing [2020-10-12T05:53:10.365Z] bc2dc76e56b7: Preparing [2020-10-12T05:53:10.365Z] 6d77ba6e9a66: Preparing [2020-10-12T05:53:10.365Z] 3d686eabbe38: Preparing [2020-10-12T05:53:10.365Z] 392e3ca44a90: Preparing [2020-10-12T05:53:10.365Z] 62ab6ba1bb99: Preparing [2020-10-12T05:53:10.365Z] 62ab6ba1bb99: Waiting [2020-10-12T05:53:10.365Z] 6d77ba6e9a66: Layer already exists [2020-10-12T05:53:10.365Z] bc2dc76e56b7: Layer already exists [2020-10-12T05:53:10.365Z] 392e3ca44a90: Layer already exists [2020-10-12T05:53:10.365Z] ed81a2c4f553: Layer already exists [2020-10-12T05:53:10.365Z] 3d686eabbe38: Layer already exists [2020-10-12T05:53:10.365Z] 62ab6ba1bb99: Layer already exists [2020-10-12T05:53:10.365Z] 1.2.2-dev.63: digest: sha256:9c9015e4ccdc18fd880ae52f5bc3be7639f04afd101a366a0d553c18f19938ac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:10.665Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:10.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:10.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T05:53:10.962Z] ed81a2c4f553: Preparing [2020-10-12T05:53:10.962Z] bc2dc76e56b7: Preparing [2020-10-12T05:53:10.962Z] 6d77ba6e9a66: Preparing [2020-10-12T05:53:10.962Z] 3d686eabbe38: Preparing [2020-10-12T05:53:10.962Z] 392e3ca44a90: Preparing [2020-10-12T05:53:10.962Z] 62ab6ba1bb99: Preparing [2020-10-12T05:53:10.962Z] 62ab6ba1bb99: Waiting [2020-10-12T05:53:10.962Z] 6d77ba6e9a66: Layer already exists [2020-10-12T05:53:10.962Z] 392e3ca44a90: Layer already exists [2020-10-12T05:53:10.962Z] ed81a2c4f553: Layer already exists [2020-10-12T05:53:10.962Z] bc2dc76e56b7: Layer already exists [2020-10-12T05:53:10.962Z] 3d686eabbe38: Layer already exists [2020-10-12T05:53:10.962Z] 62ab6ba1bb99: Layer already exists [2020-10-12T05:53:10.962Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:9c9015e4ccdc18fd880ae52f5bc3be7639f04afd101a366a0d553c18f19938ac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:11.265Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:11.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-12T05:53:11.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T05:53:11.566Z] ed81a2c4f553: Preparing [2020-10-12T05:53:11.566Z] bc2dc76e56b7: Preparing [2020-10-12T05:53:11.566Z] 6d77ba6e9a66: Preparing [2020-10-12T05:53:11.566Z] 3d686eabbe38: Preparing [2020-10-12T05:53:11.566Z] 392e3ca44a90: Preparing [2020-10-12T05:53:11.566Z] 62ab6ba1bb99: Preparing [2020-10-12T05:53:11.566Z] 62ab6ba1bb99: Waiting [2020-10-12T05:53:11.566Z] 6d77ba6e9a66: Layer already exists [2020-10-12T05:53:11.566Z] bc2dc76e56b7: Layer already exists [2020-10-12T05:53:11.566Z] ed81a2c4f553: Layer already exists [2020-10-12T05:53:11.566Z] 3d686eabbe38: Layer already exists [2020-10-12T05:53:11.566Z] 392e3ca44a90: Layer already exists [2020-10-12T05:53:11.566Z] 62ab6ba1bb99: Layer already exists [2020-10-12T05:53:11.566Z] master: digest: sha256:9c9015e4ccdc18fd880ae52f5bc3be7639f04afd101a366a0d553c18f19938ac size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:53:11.735Z] ===================================================== [Pipeline] echo [2020-10-12T05:53:11.779Z] taggedImages: [2020-10-12T05:53:11.779Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:11.779Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.63 [2020-10-12T05:53:11.779Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:11.779Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-12T05:53:11.843Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-12T05:53:11.843Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:11.843Z] 1.2.2-dev.63 [2020-10-12T05:53:11.843Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:11.843Z] master [2020-10-12T05:53:11.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:12.308Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:12.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:12.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T05:53:12.603Z] 1462c9f03617: Preparing [2020-10-12T05:53:12.603Z] 9ed63e7ac4df: Preparing [2020-10-12T05:53:12.603Z] 8b4ee788b07d: Preparing [2020-10-12T05:53:12.866Z] 8b4ee788b07d: Pushed [2020-10-12T05:53:12.866Z] 1462c9f03617: Pushed [2020-10-12T05:53:13.008Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T05:53:13.036Z] $ docker stop --time=1 887c6431a5ec695653a95c716ac09bae7d010e8abaa70b491985d6f5af05cb3e [2020-10-12T05:53:13.808Z] 9ed63e7ac4df: Pushed [2020-10-12T05:53:14.068Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:bf523e8ffbcd452ea3b6b1bcff9622793be87dde18f42997c3fb730a527fa622 size: 943 [2020-10-12T05:53:15.008Z] $ docker rm -f 887c6431a5ec695653a95c716ac09bae7d010e8abaa70b491985d6f5af05cb3e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:15.659Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:15.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T05:53:15.916Z] . [Pipeline] withDockerContainer [2020-10-12T05:53:15.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.63 [2020-10-12T05:53:15.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T05:53:15.993Z] 1462c9f03617: Preparing [2020-10-12T05:53:15.993Z] 9ed63e7ac4df: Preparing [2020-10-12T05:53:15.993Z] 8b4ee788b07d: Preparing [2020-10-12T05:53:15.993Z] 8b4ee788b07d: Layer already exists [2020-10-12T05:53:15.993Z] 1462c9f03617: Layer already exists [2020-10-12T05:53:15.993Z] 9ed63e7ac4df: Layer already exists [2020-10-12T05:53:15.993Z] 1.2.2-dev.63: digest: sha256:bf523e8ffbcd452ea3b6b1bcff9622793be87dde18f42997c3fb730a527fa622 size: 943 [2020-10-12T05:53:16.191Z] prd-ubuntu18.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container [2020-10-12T05:53:16.279Z] $ 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/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T05:53:17.784Z] $ docker top 9b46ac6be5e4d383196260b6aae40a0e3a40f22df8db4492cc7c7f61c3473dd1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:18.583Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:18.840Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T05:53:18.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:18.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T05:53:18.888Z] 1462c9f03617: Preparing [2020-10-12T05:53:18.888Z] 9ed63e7ac4df: Preparing [2020-10-12T05:53:18.888Z] 8b4ee788b07d: Preparing [2020-10-12T05:53:18.888Z] 1462c9f03617: Layer already exists [2020-10-12T05:53:18.888Z] 8b4ee788b07d: Layer already exists [2020-10-12T05:53:18.888Z] 9ed63e7ac4df: Layer already exists [2020-10-12T05:53:18.888Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:bf523e8ffbcd452ea3b6b1bcff9622793be87dde18f42997c3fb730a527fa622 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:19.192Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:19.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-12T05:53:19.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T05:53:19.488Z] 1462c9f03617: Preparing [2020-10-12T05:53:19.488Z] 9ed63e7ac4df: Preparing [2020-10-12T05:53:19.488Z] 8b4ee788b07d: Preparing [2020-10-12T05:53:19.488Z] 8b4ee788b07d: Layer already exists [2020-10-12T05:53:19.488Z] 9ed63e7ac4df: Layer already exists [2020-10-12T05:53:19.488Z] 1462c9f03617: Layer already exists [2020-10-12T05:53:19.488Z] master: digest: sha256:bf523e8ffbcd452ea3b6b1bcff9622793be87dde18f42997c3fb730a527fa622 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:53:19.704Z] ===================================================== [Pipeline] echo [2020-10-12T05:53:19.754Z] taggedImages: [2020-10-12T05:53:19.754Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:19.754Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.63 [2020-10-12T05:53:19.754Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:19.754Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-12T05:53:19.822Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-12T05:53:19.822Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:19.822Z] 1.2.2-dev.63 [2020-10-12T05:53:19.822Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:19.822Z] master [2020-10-12T05:53:19.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:20.401Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:20.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:20.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T05:53:20.772Z] 5262721b1e44: Preparing [2020-10-12T05:53:20.772Z] 9ef4ab1fdb4c: Preparing [2020-10-12T05:53:20.773Z] 71a37f7e9d9a: Preparing [2020-10-12T05:53:20.773Z] b1ea2ee60e75: Preparing [2020-10-12T05:53:20.773Z] c2af7da1b0ca: Preparing [2020-10-12T05:53:20.773Z] 9669ca569cfc: Preparing [2020-10-12T05:53:20.773Z] ab95be74d4db: Preparing [2020-10-12T05:53:20.773Z] 527eef706b20: Preparing [2020-10-12T05:53:20.773Z] 224742e9e948: Preparing [2020-10-12T05:53:20.773Z] 5391e5290f13: Preparing [2020-10-12T05:53:20.773Z] 13baed61c795: Preparing [2020-10-12T05:53:20.773Z] 51d6d3d09136: Preparing [2020-10-12T05:53:20.773Z] 1507bc794612: Preparing [2020-10-12T05:53:20.773Z] 50644c29ef5a: Preparing [2020-10-12T05:53:20.773Z] 9669ca569cfc: Waiting [2020-10-12T05:53:20.773Z] ab95be74d4db: Waiting [2020-10-12T05:53:20.773Z] 527eef706b20: Waiting [2020-10-12T05:53:20.773Z] 51d6d3d09136: Waiting [2020-10-12T05:53:20.773Z] 224742e9e948: Waiting [2020-10-12T05:53:20.773Z] 1507bc794612: Waiting [2020-10-12T05:53:20.773Z] 50644c29ef5a: Waiting [2020-10-12T05:53:20.773Z] 13baed61c795: Waiting [2020-10-12T05:53:20.773Z] 5391e5290f13: Waiting [2020-10-12T05:53:21.047Z] c2af7da1b0ca: Pushed [2020-10-12T05:53:21.047Z] 5262721b1e44: Pushed [2020-10-12T05:53:21.316Z] b1ea2ee60e75: Pushed [2020-10-12T05:53:21.316Z] 527eef706b20: Layer already exists [2020-10-12T05:53:21.316Z] ab95be74d4db: Pushed [2020-10-12T05:53:21.316Z] 224742e9e948: Layer already exists [2020-10-12T05:53:21.316Z] 5391e5290f13: Layer already exists [2020-10-12T05:53:21.578Z] 13baed61c795: Layer already exists [2020-10-12T05:53:21.578Z] 51d6d3d09136: Layer already exists [2020-10-12T05:53:21.578Z] 1507bc794612: Layer already exists [2020-10-12T05:53:21.578Z] 50644c29ef5a: Layer already exists [2020-10-12T05:53:21.578Z] 9ef4ab1fdb4c: Pushed [2020-10-12T05:53:22.153Z] 9669ca569cfc: Pushed [2020-10-12T05:53:23.138Z] Building docker-core-command-go ... [2020-10-12T05:53:23.138Z] Building docker-core-data-go ... [2020-10-12T05:53:23.138Z] Building docker-core-metadata-go ... [2020-10-12T05:53:23.138Z] Building docker-security-proxy-setup-go ... [2020-10-12T05:53:23.138Z] Building docker-security-secrets-setup-go ... [2020-10-12T05:53:23.138Z] Building docker-security-secretstore-setup-go ... [2020-10-12T05:53:23.138Z] Building docker-support-logging-go ... [2020-10-12T05:53:23.138Z] Building docker-support-notifications-go ... [2020-10-12T05:53:23.138Z] Building docker-support-scheduler-go ... [2020-10-12T05:53:23.138Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T05:53:23.138Z] Building docker-security-proxy-setup-go [2020-10-12T05:53:23.138Z] Building docker-core-data-go [2020-10-12T05:53:23.138Z] Building docker-support-logging-go [2020-10-12T05:53:23.138Z] Building docker-sys-mgmt-agent-go [2020-10-12T05:53:23.138Z] Building docker-core-metadata-go [2020-10-12T05:53:26.359Z] 71a37f7e9d9a: Pushed [2020-10-12T05:53:26.359Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:062fb8fb2272afa36d1bf3d9adc78359606d635ea3b758ffa442a9b5f3bb7721 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:26.662Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:26.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.63 [2020-10-12T05:53:26.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T05:53:26.967Z] 5262721b1e44: Preparing [2020-10-12T05:53:26.967Z] 9ef4ab1fdb4c: Preparing [2020-10-12T05:53:26.967Z] 71a37f7e9d9a: Preparing [2020-10-12T05:53:26.967Z] b1ea2ee60e75: Preparing [2020-10-12T05:53:26.967Z] c2af7da1b0ca: Preparing [2020-10-12T05:53:26.967Z] 9669ca569cfc: Preparing [2020-10-12T05:53:26.967Z] ab95be74d4db: Preparing [2020-10-12T05:53:26.967Z] 527eef706b20: Preparing [2020-10-12T05:53:26.967Z] 224742e9e948: Preparing [2020-10-12T05:53:26.967Z] 5391e5290f13: Preparing [2020-10-12T05:53:26.967Z] 13baed61c795: Preparing [2020-10-12T05:53:26.967Z] 51d6d3d09136: Preparing [2020-10-12T05:53:26.967Z] 1507bc794612: Preparing [2020-10-12T05:53:26.967Z] 50644c29ef5a: Preparing [2020-10-12T05:53:26.967Z] 224742e9e948: Waiting [2020-10-12T05:53:26.967Z] 5391e5290f13: Waiting [2020-10-12T05:53:26.967Z] 13baed61c795: Waiting [2020-10-12T05:53:26.967Z] 51d6d3d09136: Waiting [2020-10-12T05:53:26.967Z] 1507bc794612: Waiting [2020-10-12T05:53:26.967Z] 50644c29ef5a: Waiting [2020-10-12T05:53:26.967Z] 9669ca569cfc: Waiting [2020-10-12T05:53:26.967Z] ab95be74d4db: Waiting [2020-10-12T05:53:26.967Z] 527eef706b20: Waiting [2020-10-12T05:53:26.967Z] 9ef4ab1fdb4c: Layer already exists [2020-10-12T05:53:26.967Z] 5262721b1e44: Layer already exists [2020-10-12T05:53:26.967Z] b1ea2ee60e75: Layer already exists [2020-10-12T05:53:26.967Z] c2af7da1b0ca: Layer already exists [2020-10-12T05:53:26.967Z] 71a37f7e9d9a: Layer already exists [2020-10-12T05:53:26.967Z] 9669ca569cfc: Layer already exists [2020-10-12T05:53:26.967Z] ab95be74d4db: Layer already exists [2020-10-12T05:53:26.967Z] 527eef706b20: Layer already exists [2020-10-12T05:53:26.967Z] 224742e9e948: Layer already exists [2020-10-12T05:53:26.967Z] 5391e5290f13: Layer already exists [2020-10-12T05:53:26.967Z] 51d6d3d09136: Layer already exists [2020-10-12T05:53:26.967Z] 13baed61c795: Layer already exists [2020-10-12T05:53:26.967Z] 1507bc794612: Layer already exists [2020-10-12T05:53:26.967Z] 50644c29ef5a: Layer already exists [2020-10-12T05:53:26.967Z] 1.2.2-dev.63: digest: sha256:062fb8fb2272afa36d1bf3d9adc78359606d635ea3b758ffa442a9b5f3bb7721 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:27.272Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:27.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:27.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T05:53:27.601Z] 5262721b1e44: Preparing [2020-10-12T05:53:27.601Z] 9ef4ab1fdb4c: Preparing [2020-10-12T05:53:27.601Z] 71a37f7e9d9a: Preparing [2020-10-12T05:53:27.601Z] b1ea2ee60e75: Preparing [2020-10-12T05:53:27.601Z] c2af7da1b0ca: Preparing [2020-10-12T05:53:27.601Z] 9669ca569cfc: Preparing [2020-10-12T05:53:27.601Z] ab95be74d4db: Preparing [2020-10-12T05:53:27.601Z] 527eef706b20: Preparing [2020-10-12T05:53:27.601Z] 224742e9e948: Preparing [2020-10-12T05:53:27.601Z] 5391e5290f13: Preparing [2020-10-12T05:53:27.601Z] 13baed61c795: Preparing [2020-10-12T05:53:27.601Z] 51d6d3d09136: Preparing [2020-10-12T05:53:27.601Z] 1507bc794612: Preparing [2020-10-12T05:53:27.601Z] 50644c29ef5a: Preparing [2020-10-12T05:53:27.601Z] 9669ca569cfc: Waiting [2020-10-12T05:53:27.601Z] ab95be74d4db: Waiting [2020-10-12T05:53:27.601Z] 527eef706b20: Waiting [2020-10-12T05:53:27.601Z] 224742e9e948: Waiting [2020-10-12T05:53:27.601Z] 5391e5290f13: Waiting [2020-10-12T05:53:27.601Z] 13baed61c795: Waiting [2020-10-12T05:53:27.601Z] 51d6d3d09136: Waiting [2020-10-12T05:53:27.601Z] 1507bc794612: Waiting [2020-10-12T05:53:27.601Z] 50644c29ef5a: Waiting [2020-10-12T05:53:27.601Z] c2af7da1b0ca: Layer already exists [2020-10-12T05:53:27.601Z] 71a37f7e9d9a: Layer already exists [2020-10-12T05:53:27.601Z] b1ea2ee60e75: Layer already exists [2020-10-12T05:53:27.601Z] 9ef4ab1fdb4c: Layer already exists [2020-10-12T05:53:27.601Z] 5262721b1e44: Layer already exists [2020-10-12T05:53:27.601Z] 9669ca569cfc: Layer already exists [2020-10-12T05:53:27.601Z] 224742e9e948: Layer already exists [2020-10-12T05:53:27.601Z] 527eef706b20: Layer already exists [2020-10-12T05:53:27.601Z] ab95be74d4db: Layer already exists [2020-10-12T05:53:27.601Z] 5391e5290f13: Layer already exists [2020-10-12T05:53:27.601Z] 51d6d3d09136: Layer already exists [2020-10-12T05:53:27.601Z] 50644c29ef5a: Layer already exists [2020-10-12T05:53:27.601Z] 13baed61c795: Layer already exists [2020-10-12T05:53:27.601Z] 1507bc794612: Layer already exists [2020-10-12T05:53:27.601Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:062fb8fb2272afa36d1bf3d9adc78359606d635ea3b758ffa442a9b5f3bb7721 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:27.903Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T05:53:28.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-12T05:53:28.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T05:53:28.197Z] 5262721b1e44: Preparing [2020-10-12T05:53:28.197Z] 9ef4ab1fdb4c: Preparing [2020-10-12T05:53:28.197Z] 71a37f7e9d9a: Preparing [2020-10-12T05:53:28.197Z] b1ea2ee60e75: Preparing [2020-10-12T05:53:28.197Z] c2af7da1b0ca: Preparing [2020-10-12T05:53:28.197Z] 9669ca569cfc: Preparing [2020-10-12T05:53:28.197Z] ab95be74d4db: Preparing [2020-10-12T05:53:28.197Z] 527eef706b20: Preparing [2020-10-12T05:53:28.197Z] 224742e9e948: Preparing [2020-10-12T05:53:28.197Z] 5391e5290f13: Preparing [2020-10-12T05:53:28.197Z] 13baed61c795: Preparing [2020-10-12T05:53:28.197Z] 51d6d3d09136: Preparing [2020-10-12T05:53:28.197Z] 1507bc794612: Preparing [2020-10-12T05:53:28.197Z] 50644c29ef5a: Preparing [2020-10-12T05:53:28.197Z] 5391e5290f13: Waiting [2020-10-12T05:53:28.197Z] 13baed61c795: Waiting [2020-10-12T05:53:28.197Z] 527eef706b20: Waiting [2020-10-12T05:53:28.197Z] 224742e9e948: Waiting [2020-10-12T05:53:28.197Z] 9669ca569cfc: Waiting [2020-10-12T05:53:28.197Z] 51d6d3d09136: Waiting [2020-10-12T05:53:28.197Z] ab95be74d4db: Waiting [2020-10-12T05:53:28.197Z] 1507bc794612: Waiting [2020-10-12T05:53:28.197Z] 50644c29ef5a: Waiting [2020-10-12T05:53:28.197Z] 71a37f7e9d9a: Layer already exists [2020-10-12T05:53:28.197Z] 5262721b1e44: Layer already exists [2020-10-12T05:53:28.197Z] 9ef4ab1fdb4c: Layer already exists [2020-10-12T05:53:28.197Z] c2af7da1b0ca: Layer already exists [2020-10-12T05:53:28.197Z] b1ea2ee60e75: Layer already exists [2020-10-12T05:53:28.197Z] ab95be74d4db: Layer already exists [2020-10-12T05:53:28.197Z] 9669ca569cfc: Layer already exists [2020-10-12T05:53:28.197Z] 527eef706b20: Layer already exists [2020-10-12T05:53:28.197Z] 5391e5290f13: Layer already exists [2020-10-12T05:53:28.197Z] 224742e9e948: Layer already exists [2020-10-12T05:53:28.197Z] 51d6d3d09136: Layer already exists [2020-10-12T05:53:28.197Z] 13baed61c795: Layer already exists [2020-10-12T05:53:28.197Z] 1507bc794612: Layer already exists [2020-10-12T05:53:28.197Z] 50644c29ef5a: Layer already exists [2020-10-12T05:53:28.197Z] master: digest: sha256:062fb8fb2272afa36d1bf3d9adc78359606d635ea3b758ffa442a9b5f3bb7721 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T05:53:28.374Z] ===================================================== [Pipeline] echo [2020-10-12T05:53:28.433Z] taggedImages: [2020-10-12T05:53:28.433Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:53:28.433Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.63 [2020-10-12T05:53:28.433Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T05:53:28.433Z] - 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] } [2020-10-12T05:54:44.940Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:54:44.940Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:54:44.940Z] ---> f8580ba0e095 [2020-10-12T05:54:44.940Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T05:54:44.940Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:54:44.940Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:54:44.940Z] ---> f8580ba0e095 [2020-10-12T05:54:44.940Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T05:54:44.940Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:54:44.940Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:54:44.940Z] ---> f8580ba0e095 [2020-10-12T05:54:44.940Z] Step 3/27 : WORKDIR /edgex-go [2020-10-12T05:54:44.940Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:54:44.940Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:54:44.940Z] ---> f8580ba0e095 [2020-10-12T05:54:44.940Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T05:54:44.940Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:54:44.940Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:54:44.940Z] ---> f8580ba0e095 [2020-10-12T05:54:44.940Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T05:54:44.940Z] ---> Running in 8cf925eac739 [2020-10-12T05:54:44.940Z] ---> Running in 2213bbfa0462 [2020-10-12T05:54:44.940Z] ---> Running in f6b3abd3e714 [2020-10-12T05:54:44.940Z] ---> Running in 7b377773ecba [2020-10-12T05:54:44.940Z] ---> Running in 8ff240bb0495 [2020-10-12T05:54:44.940Z] Removing intermediate container 7b377773ecba [2020-10-12T05:54:44.940Z] ---> 1ae6741d33c4 [2020-10-12T05:54:44.940Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:54:44.940Z] Removing intermediate container 2213bbfa0462 [2020-10-12T05:54:44.940Z] ---> 30846906ab52 [2020-10-12T05:54:44.940Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:54:44.940Z] Removing intermediate container f6b3abd3e714 [2020-10-12T05:54:44.940Z] ---> 189d082cbbe8 [2020-10-12T05:54:44.940Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:54:44.940Z] Removing intermediate container 8ff240bb0495 [2020-10-12T05:54:44.940Z] ---> 67fd322d3e67 [2020-10-12T05:54:44.940Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:54:44.940Z] Removing intermediate container 8cf925eac739 [2020-10-12T05:54:44.940Z] ---> 4cfd7d577bdb [2020-10-12T05:54:44.940Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:54:45.213Z] ---> Running in bc13be2f52da [2020-10-12T05:54:45.213Z] ---> Running in de12e0300799 [2020-10-12T05:54:45.213Z] ---> Running in 0a6422943b22 [2020-10-12T05:54:45.213Z] ---> Running in a820afa41123 [2020-10-12T05:54:45.213Z] ---> Running in db57a9411699 [2020-10-12T05:54:49.536Z] Removing intermediate container bc13be2f52da [2020-10-12T05:54:49.536Z] ---> 2ebf4962ce43 [2020-10-12T05:54:49.536Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T05:54:49.536Z] ---> Running in 6bb4df784a9b [2020-10-12T05:54:49.536Z] Removing intermediate container de12e0300799 [2020-10-12T05:54:49.536Z] ---> dc7fb3ef8805 [2020-10-12T05:54:49.536Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T05:54:49.536Z] Removing intermediate container 0a6422943b22 [2020-10-12T05:54:49.536Z] ---> 8c08286f72fc [2020-10-12T05:54:49.536Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T05:54:49.809Z] ---> Running in 39a0c7daadd6 [2020-10-12T05:54:49.809Z] ---> Running in 188a99c6aa95 [2020-10-12T05:54:49.809Z] Removing intermediate container db57a9411699 [2020-10-12T05:54:49.809Z] ---> e175cedc5ca4 [2020-10-12T05:54:49.809Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T05:54:50.087Z] Removing intermediate container a820afa41123 [2020-10-12T05:54:50.087Z] ---> 9674004a8745 [2020-10-12T05:54:50.087Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T05:54:50.087Z] ---> Running in 58c869f5c44e [2020-10-12T05:54:50.361Z] ---> Running in a283ef31800b [2020-10-12T05:54:51.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:52.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:52.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:52.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:52.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:52.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:53.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:53.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:53.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:53.534Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:54:53.534Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:54:53.534Z] OK: 12623 distinct packages available [2020-10-12T05:54:53.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:54:54.519Z] OK: 217 MiB in 51 packages [2020-10-12T05:54:54.519Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:54:54.519Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:54:54.519Z] OK: 12623 distinct packages available [2020-10-12T05:54:54.805Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:54:54.805Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:54:54.805Z] OK: 12623 distinct packages available [2020-10-12T05:54:54.805Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:54:54.805Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:54:54.805Z] OK: 12623 distinct packages available [2020-10-12T05:54:55.109Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:54:55.109Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:54:55.109Z] OK: 12623 distinct packages available [2020-10-12T05:54:55.397Z] OK: 217 MiB in 51 packages [2020-10-12T05:54:55.683Z] OK: 217 MiB in 51 packages [2020-10-12T05:54:55.971Z] OK: 217 MiB in 51 packages [2020-10-12T05:54:55.971Z] OK: 217 MiB in 51 packages [2020-10-12T05:54:56.246Z] Removing intermediate container 6bb4df784a9b [2020-10-12T05:54:56.246Z] ---> 250a2f5f36d1 [2020-10-12T05:54:56.246Z] Step 6/22 : COPY go.mod . [2020-10-12T05:54:56.846Z] OK: 217 MiB in 51 packages [2020-10-12T05:54:57.126Z] Removing intermediate container 58c869f5c44e [2020-10-12T05:54:57.126Z] ---> 2ba3841b8c29 [2020-10-12T05:54:57.126Z] Step 6/20 : COPY go.mod . [2020-10-12T05:54:57.400Z] ---> 33041343586f [2020-10-12T05:54:57.400Z] Step 7/22 : RUN go mod download [2020-10-12T05:54:57.672Z] Removing intermediate container 39a0c7daadd6 [2020-10-12T05:54:57.672Z] ---> Running in 1d4592b73841 [2020-10-12T05:54:57.672Z] ---> c34037130f4c [2020-10-12T05:54:57.672Z] Step 6/23 : COPY go.mod . [2020-10-12T05:54:57.950Z] Removing intermediate container a283ef31800b [2020-10-12T05:54:57.950Z] ---> fb68c4df1354 [2020-10-12T05:54:57.950Z] Step 6/27 : COPY go.mod . [2020-10-12T05:54:58.225Z] ---> c1f72b7a5c6b [2020-10-12T05:54:58.225Z] Step 7/20 : RUN go mod download [2020-10-12T05:54:58.500Z] Removing intermediate container 188a99c6aa95 [2020-10-12T05:54:58.500Z] ---> 6562e0156a5c [2020-10-12T05:54:58.500Z] Step 6/22 : COPY go.mod . [2020-10-12T05:54:58.500Z] ---> Running in 289728ce1f07 [2020-10-12T05:54:58.783Z] ---> ce904bfb7e1b [2020-10-12T05:54:58.783Z] Step 7/23 : RUN go mod download [2020-10-12T05:54:59.068Z] ---> 5727cc0e4772 [2020-10-12T05:54:59.068Z] Step 7/27 : RUN go mod download [2020-10-12T05:54:59.068Z] ---> Running in a2b70aac605f [2020-10-12T05:54:59.347Z] ---> Running in e47a69802404 [2020-10-12T05:54:59.629Z] ---> f71a7d321ba8 [2020-10-12T05:54:59.629Z] Step 7/22 : RUN go mod download [2020-10-12T05:54:59.905Z] ---> Running in 3d686777e0ad [2020-10-12T05:55:02.556Z] Removing intermediate container 1d4592b73841 [2020-10-12T05:55:02.556Z] ---> 450edaa2cf46 [2020-10-12T05:55:02.556Z] Step 8/22 : COPY . . [2020-10-12T05:55:03.553Z] Removing intermediate container 289728ce1f07 [2020-10-12T05:55:03.553Z] ---> c68042a83757 [2020-10-12T05:55:03.553Z] Step 8/20 : COPY . . [2020-10-12T05:55:04.625Z] Removing intermediate container a2b70aac605f [2020-10-12T05:55:04.625Z] ---> cbb495f36f09 [2020-10-12T05:55:04.625Z] Step 8/23 : COPY . . [2020-10-12T05:55:04.907Z] Removing intermediate container e47a69802404 [2020-10-12T05:55:04.907Z] ---> 1bd07213feee [2020-10-12T05:55:04.907Z] Step 8/27 : COPY . . [2020-10-12T05:55:05.504Z] Removing intermediate container 3d686777e0ad [2020-10-12T05:55:05.504Z] ---> 772a0278d33c [2020-10-12T05:55:05.504Z] Step 8/22 : COPY . . [2020-10-12T05:55:27.680Z] ---> c5995f5a408f [2020-10-12T05:55:27.680Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T05:55:27.680Z] ---> d614613fd01c [2020-10-12T05:55:27.680Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T05:55:27.680Z] ---> c7aaf7a7bd8d [2020-10-12T05:55:27.680Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T05:55:27.680Z] ---> 0135fa75d9d4 [2020-10-12T05:55:27.680Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T05:55:27.680Z] ---> 46d630b50ec4 [2020-10-12T05:55:27.680Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T05:55:27.680Z] ---> Running in 2c06fe8e9a29 [2020-10-12T05:55:27.680Z] ---> Running in a7c57c25d6ff [2020-10-12T05:55:27.680Z] ---> Running in 621ed136c6f2 [2020-10-12T05:55:27.680Z] ---> Running in ba8a797c396d [2020-10-12T05:55:27.680Z] ---> Running in be1942ba5c17 [2020-10-12T05:55:29.678Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T05:55:29.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-12T05:55:29.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T05:55:30.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T05:55:30.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T05:57:07.147Z] Removing intermediate container a7c57c25d6ff [2020-10-12T05:57:07.147Z] ---> 8165e9215ae3 [2020-10-12T05:57:07.147Z] [2020-10-12T05:57:07.147Z] Step 10/20 : FROM alpine [2020-10-12T05:57:07.147Z] latest: Pulling from library/alpine [2020-10-12T05:57:07.147Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T05:57:07.147Z] Status: Downloaded newer image for alpine:latest [2020-10-12T05:57:07.147Z] ---> 62ee0e9f8440 [2020-10-12T05:57:07.147Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T05:57:07.147Z] ---> Running in a6d3ad390c50 [2020-10-12T05:57:07.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:07.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:07.147Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:57:07.147Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:57:07.147Z] OK: 12621 distinct packages available [2020-10-12T05:57:07.147Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T05:57:07.147Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T05:57:07.147Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T05:57:07.147Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T05:57:07.147Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:57:07.147Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T05:57:07.147Z] OK: 7 MiB in 18 packages [2020-10-12T05:57:07.147Z] Removing intermediate container a6d3ad390c50 [2020-10-12T05:57:07.147Z] ---> 942ba40064e5 [2020-10-12T05:57:07.147Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T05:57:07.147Z] ---> Running in 32a9a8c295a5 [2020-10-12T05:57:07.147Z] Removing intermediate container be1942ba5c17 [2020-10-12T05:57:07.147Z] ---> b89c089310cc [2020-10-12T05:57:07.147Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T05:57:07.147Z] Removing intermediate container 32a9a8c295a5 [2020-10-12T05:57:07.147Z] ---> 43aac06772f8 [2020-10-12T05:57:07.147Z] Step 13/20 : WORKDIR /edgex [2020-10-12T05:57:07.147Z] ---> Running in d0047d325fec [2020-10-12T05:57:07.147Z] ---> Running in bbc904dad988 [2020-10-12T05:57:07.147Z] Removing intermediate container bbc904dad988 [2020-10-12T05:57:07.147Z] ---> 72e968b26960 [2020-10-12T05:57:07.147Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T05:57:08.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T05:57:09.193Z] ---> 13984b9294d7 [2020-10-12T05:57:09.193Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T05:57:09.473Z] Removing intermediate container ba8a797c396d [2020-10-12T05:57:09.473Z] ---> 8e00a4e5b18c [2020-10-12T05:57:09.473Z] [2020-10-12T05:57:09.473Z] Step 10/22 : FROM scratch [2020-10-12T05:57:09.473Z] ---> [2020-10-12T05:57:09.473Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T05:57:09.754Z] ---> Running in 469c9be70557 [2020-10-12T05:57:10.747Z] Removing intermediate container 469c9be70557 [2020-10-12T05:57:10.748Z] ---> 61f7572e2b07 [2020-10-12T05:57:10.748Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T05:57:10.748Z] ---> 1ff9bfa746bf [2020-10-12T05:57:10.748Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T05:57:11.028Z] ---> Running in 87e985c9529a [2020-10-12T05:57:11.028Z] ---> Running in 3eda47bd42b0 [2020-10-12T05:57:11.640Z] Removing intermediate container 87e985c9529a [2020-10-12T05:57:11.640Z] ---> 0cd79710fb44 [2020-10-12T05:57:11.640Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T05:57:11.922Z] ---> Running in 45de819083a0 [2020-10-12T05:57:11.922Z] Removing intermediate container 3eda47bd42b0 [2020-10-12T05:57:11.922Z] ---> 3820d6726935 [2020-10-12T05:57:12.198Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T05:57:12.198Z] ---> Running in 1d4f75cca121 [2020-10-12T05:57:12.800Z] Removing intermediate container 45de819083a0 [2020-10-12T05:57:12.800Z] ---> 625d5a6994df [2020-10-12T05:57:12.800Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T05:57:13.398Z] Removing intermediate container 1d4f75cca121 [2020-10-12T05:57:13.398Z] ---> f258d173f1ab [2020-10-12T05:57:13.398Z] Step 18/20 : LABEL arch=arm64 [2020-10-12T05:57:13.398Z] ---> Running in 6c190ed0b5f9 [2020-10-12T05:57:14.385Z] Removing intermediate container d0047d325fec [2020-10-12T05:57:14.386Z] ---> d79221c4b7c5 [2020-10-12T05:57:14.386Z] [2020-10-12T05:57:14.386Z] Step 11/27 : FROM docker:latest [2020-10-12T05:57:14.386Z] ---> 45884bde0078 [2020-10-12T05:57:14.386Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T05:57:14.386Z] ---> Running in d23c48bf59a3 [2020-10-12T05:57:14.386Z] ---> f496c349a884 [2020-10-12T05:57:14.660Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T05:57:14.660Z] Removing intermediate container 6c190ed0b5f9 [2020-10-12T05:57:14.660Z] ---> 20009657da7b [2020-10-12T05:57:14.660Z] Step 19/20 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:57:14.934Z] ---> Running in f55412400683 [2020-10-12T05:57:16.371Z] Removing intermediate container f55412400683 [2020-10-12T05:57:16.371Z] ---> 9248f2659dee [2020-10-12T05:57:16.371Z] Step 20/20 : LABEL version=1.2.2-dev.63 [2020-10-12T05:57:16.650Z] ---> f031215a0201 [2020-10-12T05:57:16.650Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T05:57:16.650Z] ---> Running in 73f40fed4c95 [2020-10-12T05:57:17.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:17.639Z] Removing intermediate container 73f40fed4c95 [2020-10-12T05:57:17.639Z] ---> b91b1c3bcff1 [2020-10-12T05:57:17.639Z] [2020-10-12T05:57:17.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:18.518Z] Successfully built b91b1c3bcff1 [2020-10-12T05:57:18.518Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-12T05:57:18.518Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-10-12T05:57:18.518Z] (1/2) Installing readline (8.0.4-r0) [2020-10-12T05:57:18.795Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T05:57:18.795Z] Executing bash-5.0.17-r0.post-install [2020-10-12T05:57:18.795Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:57:18.795Z] OK: 12 MiB in 22 packages [2020-10-12T05:57:18.795Z] ---> 532f50019e41 [2020-10-12T05:57:18.795Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T05:57:21.429Z] ---> 187a833da670 [2020-10-12T05:57:21.429Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T05:57:22.409Z] ---> Running in c2731a0d2fba [2020-10-12T05:57:22.409Z] Removing intermediate container d23c48bf59a3 [2020-10-12T05:57:22.409Z] ---> 8814571c36e2 [2020-10-12T05:57:22.409Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T05:57:23.013Z] ---> Running in 9dcf1f5f1e09 [2020-10-12T05:57:23.613Z] Removing intermediate container c2731a0d2fba [2020-10-12T05:57:23.613Z] ---> 9f42b050bd51 [2020-10-12T05:57:23.613Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:57:24.596Z] ---> Running in 2dd02f2fac7e [2020-10-12T05:57:25.584Z] Removing intermediate container 2dd02f2fac7e [2020-10-12T05:57:25.584Z] ---> eccdf0ec6833 [2020-10-12T05:57:25.584Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T05:57:25.584Z] ---> Running in 03c7d5227b33 [2020-10-12T05:57:26.189Z] Removing intermediate container 03c7d5227b33 [2020-10-12T05:57:26.189Z] ---> c21ceea3a13f [2020-10-12T05:57:26.189Z] Step 21/22 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:57:26.465Z] ---> Running in 7fef049d96d3 [2020-10-12T05:57:27.080Z] Removing intermediate container 7fef049d96d3 [2020-10-12T05:57:27.080Z] ---> b98ca438b612 [2020-10-12T05:57:27.080Z] Step 22/22 : LABEL version=1.2.2-dev.63 [2020-10-12T05:57:27.357Z] ---> Running in 37b0608dd6b3 [2020-10-12T05:57:28.342Z] Removing intermediate container 37b0608dd6b3 [2020-10-12T05:57:28.342Z] ---> 33abcb3197b0 [2020-10-12T05:57:28.342Z] [2020-10-12T05:57:28.342Z] Removing intermediate container 9dcf1f5f1e09 [2020-10-12T05:57:28.342Z] ---> 99a2c19261c6 [2020-10-12T05:57:28.342Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T05:57:28.942Z] Successfully built 33abcb3197b0 [2020-10-12T05:57:29.218Z] ---> Running in 3b219db8436b [2020-10-12T05:57:29.218Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-12T05:57:29.218Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-10-12T05:57:30.207Z] Removing intermediate container 3b219db8436b [2020-10-12T05:57:30.207Z] ---> 23dd0b4d88a4 [2020-10-12T05:57:30.207Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T05:57:30.488Z] ---> Running in c6e2f16638af [2020-10-12T05:57:31.957Z] Removing intermediate container c6e2f16638af [2020-10-12T05:57:31.957Z] ---> 38f1b30644c7 [2020-10-12T05:57:31.957Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T05:57:33.413Z] ---> Running in eb41f8e383fb [2020-10-12T05:57:35.044Z] Removing intermediate container eb41f8e383fb [2020-10-12T05:57:35.044Z] ---> 7895b16a02b1 [2020-10-12T05:57:35.044Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-12T05:57:39.899Z] ---> a3a24faf3174 [2020-10-12T05:57:39.899Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T05:57:40.978Z] Removing intermediate container 621ed136c6f2 [2020-10-12T05:57:40.978Z] ---> 98645f1e0045 [2020-10-12T05:57:40.978Z] [2020-10-12T05:57:40.978Z] Step 10/22 : FROM scratch [2020-10-12T05:57:40.978Z] ---> [2020-10-12T05:57:40.978Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T05:57:41.578Z] ---> 4d8ec26eb881 [2020-10-12T05:57:41.578Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T05:57:41.578Z] ---> Running in ab876d1fdafa [2020-10-12T05:57:42.579Z] Removing intermediate container ab876d1fdafa [2020-10-12T05:57:42.579Z] ---> c26bcbc12f32 [2020-10-12T05:57:42.579Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T05:57:42.579Z] ---> Running in 2daa713bfdf8 [2020-10-12T05:57:42.856Z] ---> 9e2c7b986f33 [2020-10-12T05:57:42.856Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T05:57:43.470Z] ---> Running in a10b29e631cc [2020-10-12T05:57:43.470Z] Removing intermediate container 2daa713bfdf8 [2020-10-12T05:57:43.470Z] ---> 1ba9a9aa43b3 [2020-10-12T05:57:43.470Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T05:57:43.745Z] ---> Running in 4598c7f6523a [2020-10-12T05:57:45.760Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:57:45.760Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:57:45.760Z] ---> f8580ba0e095 [2020-10-12T05:57:45.760Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T05:57:45.760Z] ---> Using cache [2020-10-12T05:57:45.760Z] ---> 4cfd7d577bdb [2020-10-12T05:57:45.760Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:57:45.760Z] ---> Using cache [2020-10-12T05:57:45.760Z] ---> 9674004a8745 [2020-10-12T05:57:45.760Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T05:57:45.760Z] Removing intermediate container 4598c7f6523a [2020-10-12T05:57:45.760Z] ---> 4fe1c5fdbc6f [2020-10-12T05:57:45.760Z] Step 14/22 : WORKDIR / [2020-10-12T05:57:46.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:46.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:46.314Z] ---> Running in 5174d1c1ed3c [2020-10-12T05:57:46.314Z] ---> Running in 6144aefbed28 [2020-10-12T05:57:46.939Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T05:57:46.939Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T05:57:46.939Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T05:57:47.223Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T05:57:47.223Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T05:57:47.223Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T05:57:47.223Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T05:57:47.887Z] Removing intermediate container 2c06fe8e9a29 [2020-10-12T05:57:47.887Z] ---> 6f2cf3282901 [2020-10-12T05:57:47.887Z] [2020-10-12T05:57:47.887Z] Step 10/23 : FROM alpine [2020-10-12T05:57:47.887Z] ---> 62ee0e9f8440 [2020-10-12T05:57:47.887Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T05:57:47.887Z] Removing intermediate container 5174d1c1ed3c [2020-10-12T05:57:47.887Z] ---> c4f569c8e646 [2020-10-12T05:57:47.887Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T05:57:48.878Z] ---> Running in 5abb718d1005 [2020-10-12T05:57:49.480Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T05:57:49.480Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T05:57:49.480Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T05:57:49.480Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T05:57:49.480Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T05:57:49.480Z] ---> da80092e1843 [2020-10-12T05:57:49.480Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T05:57:49.480Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T05:57:49.480Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T05:57:49.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:49.762Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T05:57:49.762Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T05:57:49.762Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-12T05:57:49.762Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T05:57:49.762Z] Removing intermediate container 5abb718d1005 [2020-10-12T05:57:49.762Z] ---> 47cc7a7354a9 [2020-10-12T05:57:49.762Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T05:57:49.762Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T05:57:49.762Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T05:57:49.762Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T05:57:49.762Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T05:57:50.037Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T05:57:50.037Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T05:57:50.037Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-12T05:57:50.037Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T05:57:50.037Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T05:57:50.037Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T05:57:50.037Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T05:57:50.037Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T05:57:50.037Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T05:57:50.037Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T05:57:50.331Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T05:57:50.331Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:57:50.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:50.617Z] OK: 71 MiB in 55 packages [2020-10-12T05:57:50.617Z] ---> Running in c7641069c063 [2020-10-12T05:57:51.606Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:57:51.606Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:57:51.606Z] OK: 12623 distinct packages available [2020-10-12T05:57:51.883Z] ---> 25f6cc590a20 [2020-10-12T05:57:51.884Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T05:57:51.884Z] Removing intermediate container c7641069c063 [2020-10-12T05:57:51.884Z] ---> 617379fc8545 [2020-10-12T05:57:51.884Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T05:57:52.487Z] ---> Running in 604389e26198 [2020-10-12T05:57:52.774Z] OK: 217 MiB in 51 packages [2020-10-12T05:57:52.774Z] ---> cbe77c0d5adc [2020-10-12T05:57:52.774Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T05:57:53.371Z] ---> Running in 5de97e7c3e35 [2020-10-12T05:57:53.371Z] Removing intermediate container 604389e26198 [2020-10-12T05:57:53.371Z] ---> 23798d0c84e4 [2020-10-12T05:57:53.371Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:57:53.972Z] ---> Running in 40ae8c6d968c [2020-10-12T05:57:54.247Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:57:54.247Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-12T05:57:54.247Z] ---> f8580ba0e095 [2020-10-12T05:57:54.247Z] Step 3/29 : WORKDIR /edgex-go [2020-10-12T05:57:54.247Z] ---> Using cache [2020-10-12T05:57:54.247Z] ---> 4cfd7d577bdb [2020-10-12T05:57:54.247Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T05:57:54.247Z] Removing intermediate container 5de97e7c3e35 [2020-10-12T05:57:54.247Z] ---> be37f5d2e8e0 [2020-10-12T05:57:54.247Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:57:54.522Z] ---> Running in 326bc9af52b5 [2020-10-12T05:57:54.522Z] ---> Running in 421ab608fafb [2020-10-12T05:57:55.134Z] Removing intermediate container 6144aefbed28 [2020-10-12T05:57:55.134Z] ---> 8520f1505656 [2020-10-12T05:57:55.134Z] Step 6/26 : COPY go.mod . [2020-10-12T05:57:55.410Z] Removing intermediate container 421ab608fafb [2020-10-12T05:57:55.410Z] ---> 65b9f120a06b [2020-10-12T05:57:55.410Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T05:57:55.687Z] ---> Running in 58a4baa1ff3a [2020-10-12T05:57:56.292Z] ---> 484e751b9c05 [2020-10-12T05:57:56.292Z] Step 7/26 : RUN go mod download [2020-10-12T05:57:56.566Z] Removing intermediate container 58a4baa1ff3a [2020-10-12T05:57:56.566Z] ---> 67795569e1ad [2020-10-12T05:57:56.566Z] Step 21/22 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:57:56.841Z] ---> Running in f48da7d11d3e [2020-10-12T05:57:56.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:56.841Z] ---> Running in 7374533c82c5 [2020-10-12T05:57:57.827Z] Removing intermediate container 7374533c82c5 [2020-10-12T05:57:57.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:57:57.827Z] ---> a98311efbb91 [2020-10-12T05:57:57.827Z] Step 22/22 : LABEL version=1.2.2-dev.63 [2020-10-12T05:57:58.101Z] ---> Running in 0f14988411a8 [2020-10-12T05:57:58.378Z] Removing intermediate container 40ae8c6d968c [2020-10-12T05:57:58.378Z] ---> 763db656be65 [2020-10-12T05:57:58.378Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T05:57:58.668Z] ---> Running in 98a7f87b972a [2020-10-12T05:57:58.945Z] Removing intermediate container 0f14988411a8 [2020-10-12T05:57:58.945Z] ---> c9e37d9e6fad [2020-10-12T05:57:58.945Z] [2020-10-12T05:57:58.945Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:57:58.945Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:57:58.945Z] OK: 12623 distinct packages available [2020-10-12T05:57:59.932Z] OK: 217 MiB in 51 packages [2020-10-12T05:57:59.932Z] Successfully built c9e37d9e6fad [2020-10-12T05:57:59.932Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-12T05:57:59.932Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-12T05:58:00.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:58:01.207Z] Removing intermediate container a10b29e631cc [2020-10-12T05:58:01.207Z] ---> 8ce2c17e13a8 [2020-10-12T05:58:01.207Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-12T05:58:01.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:58:02.086Z] ---> Running in 2685ef1de8dd [2020-10-12T05:58:02.362Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T05:58:02.637Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T05:58:02.637Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T05:58:02.915Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T05:58:02.915Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T05:58:03.198Z] Removing intermediate container f48da7d11d3e [2020-10-12T05:58:03.198Z] ---> fb39ba2a4137 [2020-10-12T05:58:03.198Z] Step 8/26 : COPY . . [2020-10-12T05:58:03.198Z] Removing intermediate container 326bc9af52b5 [2020-10-12T05:58:03.198Z] ---> 14e8fbdef6b9 [2020-10-12T05:58:03.198Z] Step 5/29 : COPY go.mod . [2020-10-12T05:58:03.198Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:58:03.198Z] OK: 8 MiB in 19 packages [2020-10-12T05:58:07.520Z] ---> 2d69ea4c8e16 [2020-10-12T05:58:07.520Z] Step 6/29 : RUN go mod download [2020-10-12T05:58:08.515Z] ---> Running in 65b2b84ae29c [2020-10-12T05:58:08.789Z] Removing intermediate container 98a7f87b972a [2020-10-12T05:58:08.789Z] ---> 8fc711dca1ae [2020-10-12T05:58:08.789Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T05:58:10.771Z] ---> 1a8c9bcfc58a [2020-10-12T05:58:10.771Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T05:58:10.771Z] Collecting docker-compose==1.23.2 [2020-10-12T05:58:11.044Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T05:58:13.031Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T05:58:13.031Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T05:58:14.016Z] ---> b5d56d820edf [2020-10-12T05:58:14.016Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T05:58:14.615Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T05:58:14.615Z] Removing intermediate container 65b2b84ae29c [2020-10-12T05:58:14.615Z] ---> 76a98c41498e [2020-10-12T05:58:14.615Z] Step 7/29 : COPY . . [2020-10-12T05:58:14.615Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T05:58:15.216Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-12T05:58:15.815Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T05:58:15.815Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T05:58:15.815Z] ---> 9a07561866d9 [2020-10-12T05:58:15.815Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T05:58:16.803Z] ---> Running in 6f1d1633f46f [2020-10-12T05:58:18.287Z] Removing intermediate container 6f1d1633f46f [2020-10-12T05:58:18.287Z] ---> 344879e77903 [2020-10-12T05:58:18.287Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:58:18.287Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T05:58:18.287Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T05:58:19.276Z] ---> Running in 60885ba221bc [2020-10-12T05:58:20.278Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:58:20.278Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:58:20.278Z] ---> f8580ba0e095 [2020-10-12T05:58:20.278Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T05:58:20.278Z] ---> Using cache [2020-10-12T05:58:20.278Z] ---> 4cfd7d577bdb [2020-10-12T05:58:20.278Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:58:20.278Z] ---> Using cache [2020-10-12T05:58:20.278Z] ---> 9674004a8745 [2020-10-12T05:58:20.278Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-12T05:58:20.549Z] Removing intermediate container 60885ba221bc [2020-10-12T05:58:20.549Z] ---> e05618bfcab7 [2020-10-12T05:58:20.549Z] Step 21/23 : LABEL arch=arm64 [2020-10-12T05:58:20.824Z] ---> Running in 1ab5ae12a3f3 [2020-10-12T05:58:21.097Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T05:58:21.097Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T05:58:21.368Z] ---> Running in 5c3440132937 [2020-10-12T05:58:22.369Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T05:58:22.369Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T05:58:22.369Z] Removing intermediate container 5c3440132937 [2020-10-12T05:58:22.369Z] ---> a1939522f480 [2020-10-12T05:58:22.369Z] Step 22/23 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:58:22.658Z] ---> 5278e9d9b592 [2020-10-12T05:58:22.658Z] 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 [2020-10-12T05:58:22.949Z] ---> Running in beb6d303ff77 [2020-10-12T05:58:22.949Z] ---> Running in 84b6638f1831 [2020-10-12T05:58:23.228Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T05:58:23.228Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T05:58:23.506Z] Removing intermediate container beb6d303ff77 [2020-10-12T05:58:23.506Z] ---> fda32ffe7278 [2020-10-12T05:58:23.506Z] Step 23/23 : LABEL version=1.2.2-dev.63 [2020-10-12T05:58:23.790Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T05:58:23.791Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T05:58:23.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:58:24.077Z] ---> Running in bdc7fb302349 [2020-10-12T05:58:24.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:58:24.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T05:58:24.962Z] Removing intermediate container bdc7fb302349 [2020-10-12T05:58:24.962Z] ---> 6c99982bcbf7 [2020-10-12T05:58:24.962Z] [2020-10-12T05:58:25.959Z] Successfully built 6c99982bcbf7 [2020-10-12T05:58:25.959Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-12T05:58:25.959Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-10-12T05:58:26.240Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T05:58:26.240Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T05:58:26.240Z] OK: 12623 distinct packages available [2020-10-12T05:58:26.853Z] OK: 217 MiB in 51 packages [2020-10-12T05:58:26.853Z] Collecting PyYAML<4,>=3.10 [2020-10-12T05:58:27.127Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T05:58:32.572Z] Removing intermediate container 1ab5ae12a3f3 [2020-10-12T05:58:32.572Z] ---> a1882bb5dab1 [2020-10-12T05:58:32.572Z] Step 6/24 : COPY go.mod . [2020-10-12T05:58:32.572Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T05:58:32.572Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T05:58:32.848Z] 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) [2020-10-12T05:58:32.848Z] 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) [2020-10-12T05:58:33.129Z] Collecting idna<2.8,>=2.5 [2020-10-12T05:58:33.480Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T05:58:34.084Z] ---> 9342eb0a05e6 [2020-10-12T05:58:34.084Z] Step 7/24 : RUN go mod download [2020-10-12T05:58:34.084Z] ---> Running in f4e62acd8df8 [2020-10-12T05:58:34.360Z] Collecting docker-pycreds>=0.4.0 [2020-10-12T05:58:34.360Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T05:58:34.637Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T05:58:34.637Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T05:58:34.637Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T05:58:34.637Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T05:58:34.927Z] ---> 435b692cf19b [2020-10-12T05:58:34.927Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T05:58:35.207Z] ---> Running in 359cd8061b55 [2020-10-12T05:58:36.193Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, cached-property, jsonschema, docopt, PyYAML, docker-compose [2020-10-12T05:58:36.193Z] Attempting uninstall: urllib3 [2020-10-12T05:58:36.193Z] Found existing installation: urllib3 1.25.9 [2020-10-12T05:58:36.193Z] Uninstalling urllib3-1.25.9: [2020-10-12T05:58:36.473Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T05:58:37.457Z] Attempting uninstall: idna [2020-10-12T05:58:37.457Z] Found existing installation: idna 2.9 [2020-10-12T05:58:37.457Z] Uninstalling idna-2.9: [2020-10-12T05:58:37.457Z] Successfully uninstalled idna-2.9 [2020-10-12T05:58:38.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T05:58:38.657Z] Attempting uninstall: requests [2020-10-12T05:58:38.657Z] Found existing installation: requests 2.23.0 [2020-10-12T05:58:38.657Z] Uninstalling requests-2.23.0: [2020-10-12T05:58:38.657Z] Successfully uninstalled requests-2.23.0 [2020-10-12T05:58:43.004Z] Removing intermediate container f4e62acd8df8 [2020-10-12T05:58:43.004Z] ---> 44c864853f18 [2020-10-12T05:58:43.004Z] Step 8/24 : COPY . . [2020-10-12T05:58:43.004Z] Running setup.py install for dockerpty: started [2020-10-12T05:58:45.627Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T05:58:45.627Z] Running setup.py install for texttable: started [2020-10-12T05:58:48.253Z] Running setup.py install for texttable: finished with status 'done' [2020-10-12T05:58:48.851Z] Running setup.py install for docopt: started [2020-10-12T05:58:50.290Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:58:50.290Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:58:50.290Z] ---> f8580ba0e095 [2020-10-12T05:58:50.290Z] Step 3/21 : WORKDIR /edgex-go [2020-10-12T05:58:50.290Z] ---> Using cache [2020-10-12T05:58:50.290Z] ---> 4cfd7d577bdb [2020-10-12T05:58:50.290Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:58:50.290Z] ---> Using cache [2020-10-12T05:58:50.290Z] ---> 9674004a8745 [2020-10-12T05:58:50.290Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T05:58:50.290Z] ---> Using cache [2020-10-12T05:58:50.290Z] ---> 8520f1505656 [2020-10-12T05:58:50.290Z] Step 6/21 : COPY go.mod . [2020-10-12T05:58:50.290Z] ---> Using cache [2020-10-12T05:58:50.290Z] ---> 484e751b9c05 [2020-10-12T05:58:50.290Z] Step 7/21 : RUN go mod download [2020-10-12T05:58:50.290Z] ---> Using cache [2020-10-12T05:58:50.290Z] ---> fb39ba2a4137 [2020-10-12T05:58:50.290Z] Step 8/21 : COPY . . [2020-10-12T05:58:50.290Z] ---> Using cache [2020-10-12T05:58:50.290Z] ---> 5278e9d9b592 [2020-10-12T05:58:50.290Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T05:58:52.284Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T05:58:52.284Z] Running setup.py install for PyYAML: started [2020-10-12T05:58:53.724Z] ---> Running in d177eb097192 [2020-10-12T05:58:55.715Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T05:58:56.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T05:58:56.692Z] 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 [2020-10-12T05:59:03.419Z] ---> ff577fd2b2ef [2020-10-12T05:59:03.420Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T05:59:03.420Z] ---> Running in 5b24904dc7c7 [2020-10-12T05:59:03.420Z] Removing intermediate container 2685ef1de8dd [2020-10-12T05:59:03.420Z] ---> 2d9c87b3dfe5 [2020-10-12T05:59:03.420Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T05:59:03.702Z] ---> Running in 9e6fab844715 [2020-10-12T05:59:05.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T05:59:06.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T05:59:06.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T05:59:07.533Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T05:59:07.533Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T05:59:07.809Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T05:59:07.809Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T05:59:07.809Z] OK: 71 MiB in 58 packages [2020-10-12T05:59:09.259Z] Removing intermediate container 9e6fab844715 [2020-10-12T05:59:09.259Z] ---> 80332e347c8c [2020-10-12T05:59:09.259Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T05:59:09.544Z] ---> Running in a271adaafd82 [2020-10-12T05:59:10.146Z] Removing intermediate container a271adaafd82 [2020-10-12T05:59:10.146Z] ---> 646199f63341 [2020-10-12T05:59:10.146Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T05:59:10.427Z] ---> Running in 610289aa5b42 [2020-10-12T05:59:11.023Z] Removing intermediate container 610289aa5b42 [2020-10-12T05:59:11.023Z] ---> 878b3a6ee821 [2020-10-12T05:59:11.023Z] Step 25/27 : LABEL arch=arm64 [2020-10-12T05:59:11.023Z] ---> Running in 23906ca6bff9 [2020-10-12T05:59:11.621Z] Removing intermediate container 23906ca6bff9 [2020-10-12T05:59:11.621Z] ---> d576e4b79ceb [2020-10-12T05:59:11.621Z] Step 26/27 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T05:59:11.894Z] ---> Running in 281955e534d9 [2020-10-12T05:59:12.504Z] Removing intermediate container 281955e534d9 [2020-10-12T05:59:12.504Z] ---> 320af2de6f75 [2020-10-12T05:59:12.504Z] Step 27/27 : LABEL version=1.2.2-dev.63 [2020-10-12T05:59:12.777Z] ---> Running in c03c3bab243c [2020-10-12T05:59:13.375Z] Removing intermediate container c03c3bab243c [2020-10-12T05:59:13.375Z] ---> 65ec022bd9b4 [2020-10-12T05:59:13.375Z] [2020-10-12T05:59:13.650Z] Successfully built 65ec022bd9b4 [2020-10-12T05:59:13.927Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-12T05:59:13.927Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-10-12T05:59:32.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T05:59:32.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T05:59:32.276Z] ---> f8580ba0e095 [2020-10-12T05:59:32.276Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T05:59:32.276Z] ---> Using cache [2020-10-12T05:59:32.276Z] ---> 4cfd7d577bdb [2020-10-12T05:59:32.276Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T05:59:32.276Z] ---> Using cache [2020-10-12T05:59:32.276Z] ---> 9674004a8745 [2020-10-12T05:59:32.276Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T05:59:32.276Z] ---> Using cache [2020-10-12T05:59:32.276Z] ---> 8520f1505656 [2020-10-12T05:59:32.276Z] Step 6/22 : COPY go.mod . [2020-10-12T05:59:32.276Z] ---> Using cache [2020-10-12T05:59:32.276Z] ---> 484e751b9c05 [2020-10-12T05:59:32.276Z] Step 7/22 : RUN go mod download [2020-10-12T05:59:32.276Z] ---> Using cache [2020-10-12T05:59:32.276Z] ---> fb39ba2a4137 [2020-10-12T05:59:32.276Z] Step 8/22 : COPY . . [2020-10-12T05:59:32.276Z] ---> Using cache [2020-10-12T05:59:32.276Z] ---> 5278e9d9b592 [2020-10-12T05:59:32.276Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T05:59:34.261Z] ---> Running in d89d76126a6a [2020-10-12T05:59:36.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T05:59:37.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T05:59:47.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.63" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T05:59:57.841Z] Removing intermediate container 359cd8061b55 [2020-10-12T05:59:57.841Z] ---> db6c589e3d13 [2020-10-12T05:59:57.841Z] [2020-10-12T05:59:57.841Z] Step 9/29 : FROM alpine:latest [2020-10-12T05:59:57.841Z] ---> 62ee0e9f8440 [2020-10-12T05:59:57.841Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-12T05:59:57.841Z] ---> Running in ca76efc6a11a [2020-10-12T05:59:58.112Z] Removing intermediate container ca76efc6a11a [2020-10-12T05:59:58.112Z] ---> 13a71fff2e8c [2020-10-12T05:59:58.112Z] Step 11/29 : USER root [2020-10-12T05:59:58.385Z] ---> Running in 6ae4ce98f750 [2020-10-12T05:59:59.380Z] Removing intermediate container 6ae4ce98f750 [2020-10-12T05:59:59.380Z] ---> d90b534ce8e2 [2020-10-12T05:59:59.380Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T05:59:59.981Z] ---> Running in cc2d37a6ecfa [2020-10-12T06:00:00.974Z] Removing intermediate container 84b6638f1831 [2020-10-12T06:00:00.974Z] ---> 98f2f56aff4d [2020-10-12T06:00:00.974Z] [2020-10-12T06:00:00.974Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T06:00:01.250Z] 3.10: Pulling from library/alpine [2020-10-12T06:00:02.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T06:00:02.777Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T06:00:02.777Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T06:00:02.777Z] ---> 536a684cf733 [2020-10-12T06:00:03.060Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T06:00:03.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T06:00:03.334Z] ---> Running in 4d3a54c23a19 [2020-10-12T06:00:03.611Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T06:00:03.611Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T06:00:03.611Z] OK: 12621 distinct packages available [2020-10-12T06:00:04.603Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T06:00:04.882Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T06:00:04.882Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T06:00:04.882Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T06:00:05.158Z] OK: 6 MiB in 16 packages [2020-10-12T06:00:05.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-12T06:00:06.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-12T06:00:06.981Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T06:00:06.981Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T06:00:06.981Z] OK: 10167 distinct packages available [2020-10-12T06:00:07.266Z] Removing intermediate container cc2d37a6ecfa [2020-10-12T06:00:07.266Z] ---> 54a0b7bbef74 [2020-10-12T06:00:07.266Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T06:00:07.267Z] ---> Running in e6b1fdd193cc [2020-10-12T06:00:07.549Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T06:00:07.549Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T06:00:07.549Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T06:00:07.549Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T06:00:07.823Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T06:00:07.823Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T06:00:07.823Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T06:00:08.098Z] Removing intermediate container e6b1fdd193cc [2020-10-12T06:00:08.098Z] ---> 389ecd3b060e [2020-10-12T06:00:08.098Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T06:00:08.098Z] OK: 7 MiB in 19 packages [2020-10-12T06:00:08.372Z] ---> Running in 29ffa3c342c1 [2020-10-12T06:00:09.384Z] Removing intermediate container 29ffa3c342c1 [2020-10-12T06:00:09.384Z] ---> c8136a550eb0 [2020-10-12T06:00:09.384Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T06:00:09.384Z] ---> Running in 0a7a3f388b02 [2020-10-12T06:00:11.382Z] Removing intermediate container 4d3a54c23a19 [2020-10-12T06:00:11.382Z] ---> 0e95b742dc1d [2020-10-12T06:00:11.382Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T06:00:11.382Z] ---> Running in e9251b2487ed [2020-10-12T06:00:11.990Z] Removing intermediate container e9251b2487ed [2020-10-12T06:00:11.990Z] ---> 7c9fa36cb3a0 [2020-10-12T06:00:11.990Z] Step 13/26 : WORKDIR / [2020-10-12T06:00:12.269Z] ---> Running in 499c122735bf [2020-10-12T06:00:13.262Z] Removing intermediate container 499c122735bf [2020-10-12T06:00:13.262Z] ---> ef3c5fba6f2c [2020-10-12T06:00:13.262Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-12T06:00:14.247Z] Removing intermediate container 0a7a3f388b02 [2020-10-12T06:00:14.247Z] ---> 807c00f48cb8 [2020-10-12T06:00:14.247Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T06:00:14.247Z] ---> 7da550d21b60 [2020-10-12T06:00:14.247Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-12T06:00:16.238Z] ---> a5f30d0995a7 [2020-10-12T06:00:16.238Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T06:00:16.238Z] ---> 41bcfdddbb5e [2020-10-12T06:00:16.238Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T06:00:17.233Z] ---> e17c9c585895 [2020-10-12T06:00:17.233Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T06:00:17.510Z] ---> f4672afb6432 [2020-10-12T06:00:17.510Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T06:00:18.506Z] ---> 3b0c4abdb16c [2020-10-12T06:00:18.506Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T06:00:18.784Z] ---> ea1dd48bfa8b [2020-10-12T06:00:18.784Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T06:00:20.236Z] ---> 5258683380c4 [2020-10-12T06:00:20.236Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T06:00:20.236Z] ---> 0d0eb97fa46e [2020-10-12T06:00:20.236Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T06:00:21.685Z] ---> aeb0097a62ef [2020-10-12T06:00:21.685Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T06:00:21.963Z] ---> Running in ab8a4a1dec44 [2020-10-12T06:00:21.963Z] ---> 571ebf1b3cd7 [2020-10-12T06:00:21.963Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T06:00:23.964Z] ---> f95087535534 [2020-10-12T06:00:23.964Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T06:00:25.425Z] ---> 0caffdb73d91 [2020-10-12T06:00:25.426Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T06:00:25.703Z] ---> Running in 07a084914a99 [2020-10-12T06:00:25.988Z] Removing intermediate container ab8a4a1dec44 [2020-10-12T06:00:25.988Z] ---> e943b29d92ac [2020-10-12T06:00:25.988Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T06:00:27.437Z] ---> d2ddbdfcb796 [2020-10-12T06:00:27.437Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T06:00:27.716Z] ---> Running in 13e84e98d052 [2020-10-12T06:00:30.373Z] Removing intermediate container 07a084914a99 [2020-10-12T06:00:30.373Z] ---> 4239e8720f0a [2020-10-12T06:00:30.373Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T06:00:30.373Z] ---> Running in b9ac7ab26899 [2020-10-12T06:00:31.367Z] Removing intermediate container b9ac7ab26899 [2020-10-12T06:00:31.367Z] ---> d4352fbc1451 [2020-10-12T06:00:31.367Z] Step 24/26 : LABEL arch=arm64 [2020-10-12T06:00:31.644Z] ---> Running in 24dfb17705f2 [2020-10-12T06:00:31.931Z] Removing intermediate container 13e84e98d052 [2020-10-12T06:00:31.931Z] ---> 62c5fa9197b6 [2020-10-12T06:00:31.931Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T06:00:31.931Z] ---> Running in 1d9c518c7009 [2020-10-12T06:00:32.216Z] Removing intermediate container 24dfb17705f2 [2020-10-12T06:00:32.216Z] ---> 478167ef6156 [2020-10-12T06:00:32.216Z] Step 25/26 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:00:32.498Z] ---> Running in 578bb1511839 [2020-10-12T06:00:33.495Z] Removing intermediate container 578bb1511839 [2020-10-12T06:00:33.495Z] ---> c6e726d6dad4 [2020-10-12T06:00:33.495Z] Step 26/26 : LABEL version=1.2.2-dev.63 [2020-10-12T06:00:33.779Z] ---> Running in 5a192a310f45 [2020-10-12T06:00:34.387Z] Removing intermediate container 5a192a310f45 [2020-10-12T06:00:34.387Z] ---> a579d295be99 [2020-10-12T06:00:34.387Z] [2020-10-12T06:00:34.991Z] Successfully built a579d295be99 [2020-10-12T06:00:34.991Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-12T06:00:36.995Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1d9c518c7009 [2020-10-12T06:00:36.995Z] ---> 5fae3d5f6999 [2020-10-12T06:00:36.995Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T06:00:36.995Z] ---> Running in 3adaee62d036 [2020-10-12T06:00:37.598Z] Removing intermediate container 3adaee62d036 [2020-10-12T06:00:37.598Z] ---> 96d83bd39940 [2020-10-12T06:00:37.598Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T06:00:37.598Z] ---> Running in 8ea07ece903a [2020-10-12T06:00:38.218Z] Removing intermediate container 8ea07ece903a [2020-10-12T06:00:38.218Z] ---> 4c694b91d898 [2020-10-12T06:00:38.218Z] Step 27/29 : LABEL arch=arm64 [2020-10-12T06:00:38.500Z] ---> Running in 57830cb863e7 [2020-10-12T06:00:39.107Z] Removing intermediate container 57830cb863e7 [2020-10-12T06:00:39.107Z] ---> 55bd6f093670 [2020-10-12T06:00:39.107Z] Step 28/29 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:00:39.388Z] ---> Running in 4a5ac00f87d6 [2020-10-12T06:00:40.008Z] Removing intermediate container 4a5ac00f87d6 [2020-10-12T06:00:40.008Z] ---> 0830d61a975f [2020-10-12T06:00:40.008Z] Step 29/29 : LABEL version=1.2.2-dev.63 [2020-10-12T06:00:40.008Z] ---> Running in 82836c6f8d2a [2020-10-12T06:00:40.998Z] Removing intermediate container 82836c6f8d2a [2020-10-12T06:00:40.998Z] ---> 4c8935874e3e [2020-10-12T06:00:40.998Z] [2020-10-12T06:00:41.276Z] Successfully built 4c8935874e3e [2020-10-12T06:00:41.276Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-12T06:00:48.050Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container d177eb097192 [2020-10-12T06:00:48.050Z] ---> 855e3e5b5cfc [2020-10-12T06:00:48.050Z] [2020-10-12T06:00:48.050Z] Step 10/21 : FROM scratch [2020-10-12T06:00:48.050Z] ---> [2020-10-12T06:00:48.050Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T06:00:48.050Z] ---> Using cache [2020-10-12T06:00:48.050Z] ---> c26bcbc12f32 [2020-10-12T06:00:48.050Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T06:00:48.050Z] ---> Running in cc2b7ba0e44d [2020-10-12T06:00:48.659Z] Removing intermediate container cc2b7ba0e44d [2020-10-12T06:00:48.659Z] ---> 1774c01ee093 [2020-10-12T06:00:48.659Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T06:00:48.659Z] ---> Running in e45c681b773a [2020-10-12T06:00:49.657Z] Removing intermediate container e45c681b773a [2020-10-12T06:00:49.657Z] ---> 1b343208448e [2020-10-12T06:00:49.657Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T06:00:51.110Z] ---> c3898388667b [2020-10-12T06:00:51.110Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T06:00:51.110Z] Removing intermediate container 5b24904dc7c7 [2020-10-12T06:00:51.110Z] ---> 2e31d87bae4f [2020-10-12T06:00:51.110Z] [2020-10-12T06:00:51.110Z] Step 10/24 : FROM scratch [2020-10-12T06:00:51.110Z] ---> [2020-10-12T06:00:51.110Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T06:00:51.389Z] ---> Using cache [2020-10-12T06:00:51.389Z] ---> 61f7572e2b07 [2020-10-12T06:00:51.390Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T06:00:51.665Z] ---> Running in 2648409b19f6 [2020-10-12T06:00:52.659Z] Removing intermediate container 2648409b19f6 [2020-10-12T06:00:52.659Z] ---> 1635abf59bc1 [2020-10-12T06:00:52.660Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T06:00:52.660Z] ---> Running in fa4028709c86 [2020-10-12T06:00:52.951Z] ---> 92efb32cfe24 [2020-10-12T06:00:52.951Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-12T06:00:53.232Z] Removing intermediate container fa4028709c86 [2020-10-12T06:00:53.232Z] ---> d2629c1133c6 [2020-10-12T06:00:53.232Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T06:00:53.832Z] ---> 34654c98fcc8 [2020-10-12T06:00:53.832Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T06:00:53.832Z] ---> Running in 709a676a4ca4 [2020-10-12T06:00:54.110Z] ---> 68c9a3bdf392 [2020-10-12T06:00:54.110Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T06:00:54.388Z] Removing intermediate container 709a676a4ca4 [2020-10-12T06:00:54.388Z] ---> 096d3a03d3e6 [2020-10-12T06:00:54.388Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T06:00:54.388Z] ---> Running in 9d131590f242 [2020-10-12T06:00:54.992Z] Removing intermediate container 9d131590f242 [2020-10-12T06:00:54.992Z] ---> 35691aa1063d [2020-10-12T06:00:54.992Z] Step 19/21 : LABEL arch=arm64 [2020-10-12T06:00:54.992Z] ---> 5ecb8c850861 [2020-10-12T06:00:54.992Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-12T06:00:54.992Z] ---> Running in c1d65d8741ea [2020-10-12T06:00:55.994Z] Removing intermediate container c1d65d8741ea [2020-10-12T06:00:55.994Z] ---> 87d6653cb74d [2020-10-12T06:00:55.994Z] Step 20/21 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:00:55.994Z] ---> Running in 9974aa5830e0 [2020-10-12T06:00:56.599Z] ---> abb030db340f [2020-10-12T06:00:56.599Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T06:00:56.599Z] Removing intermediate container 9974aa5830e0 [2020-10-12T06:00:56.599Z] ---> 169bdc7cd942 [2020-10-12T06:00:56.599Z] Step 21/21 : LABEL version=1.2.2-dev.63 [2020-10-12T06:00:56.873Z] ---> Running in 15e0ee477904 [2020-10-12T06:00:57.466Z] Removing intermediate container 15e0ee477904 [2020-10-12T06:00:57.466Z] ---> f0306e3f5eda [2020-10-12T06:00:57.466Z] [2020-10-12T06:00:57.466Z] ---> 6f0702189ff5 [2020-10-12T06:00:57.466Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T06:00:58.058Z] Successfully built f0306e3f5eda [2020-10-12T06:00:58.058Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-12T06:00:59.032Z]  Building docker-support-scheduler-go ... done  ---> 6ab83a5b1e4b [2020-10-12T06:00:59.032Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T06:00:59.305Z] Removing intermediate container d89d76126a6a [2020-10-12T06:00:59.305Z] ---> 5e68711a75b3 [2020-10-12T06:00:59.305Z] [2020-10-12T06:00:59.305Z] Step 10/22 : FROM scratch [2020-10-12T06:00:59.305Z] ---> [2020-10-12T06:00:59.305Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T06:00:59.578Z] ---> Using cache [2020-10-12T06:00:59.578Z] ---> c26bcbc12f32 [2020-10-12T06:00:59.578Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T06:00:59.850Z] ---> Running in c3104a56e695 [2020-10-12T06:00:59.850Z] ---> b856a54a2c56 [2020-10-12T06:00:59.850Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T06:01:00.124Z] ---> Running in 2b2fa969a5f3 [2020-10-12T06:01:00.124Z] Removing intermediate container c3104a56e695 [2020-10-12T06:01:00.124Z] ---> abf6dbfc4b33 [2020-10-12T06:01:00.124Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T06:01:00.401Z] ---> Running in 8a5d9abcd4a9 [2020-10-12T06:01:00.401Z] Removing intermediate container 2b2fa969a5f3 [2020-10-12T06:01:00.401Z] ---> b4789ee8daac [2020-10-12T06:01:00.401Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T06:01:00.677Z] ---> Running in 022bf62e789b [2020-10-12T06:01:00.953Z] Removing intermediate container 8a5d9abcd4a9 [2020-10-12T06:01:00.953Z] ---> 26708e29d471 [2020-10-12T06:01:00.953Z] Step 14/22 : WORKDIR / [2020-10-12T06:01:00.953Z] ---> Running in deb793d4889d [2020-10-12T06:01:01.240Z] Removing intermediate container 022bf62e789b [2020-10-12T06:01:01.240Z] ---> b954291c1185 [2020-10-12T06:01:01.240Z] Step 22/24 : LABEL arch=arm64 [2020-10-12T06:01:01.520Z] ---> Running in bb42420d8210 [2020-10-12T06:01:01.520Z] Removing intermediate container deb793d4889d [2020-10-12T06:01:01.520Z] ---> 5a4f351be551 [2020-10-12T06:01:01.520Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T06:01:02.120Z] Removing intermediate container bb42420d8210 [2020-10-12T06:01:02.120Z] ---> 5f90aa5dd757 [2020-10-12T06:01:02.120Z] Step 23/24 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:02.120Z] ---> Running in 0defcc26a9d7 [2020-10-12T06:01:02.394Z] ---> 8f4a65ab562e [2020-10-12T06:01:02.394Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T06:01:02.669Z] Removing intermediate container 0defcc26a9d7 [2020-10-12T06:01:02.669Z] ---> fbe807ca8387 [2020-10-12T06:01:02.669Z] Step 24/24 : LABEL version=1.2.2-dev.63 [2020-10-12T06:01:02.945Z] ---> Running in c8bcdab76150 [2020-10-12T06:01:03.541Z] Removing intermediate container c8bcdab76150 [2020-10-12T06:01:03.541Z] ---> ee3dfb8e4065 [2020-10-12T06:01:03.541Z] [2020-10-12T06:01:03.541Z] ---> acebeda5bd57 [2020-10-12T06:01:03.541Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T06:01:04.139Z] Successfully built ee3dfb8e4065 [2020-10-12T06:01:04.140Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-12T06:01:04.415Z]  Building docker-support-notifications-go ... done  ---> 5091a6242cb0 [2020-10-12T06:01:04.415Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T06:01:04.415Z] ---> Running in 9b7699e7341b [2020-10-12T06:01:05.010Z] Removing intermediate container 9b7699e7341b [2020-10-12T06:01:05.010Z] ---> 25eb7fd1a687 [2020-10-12T06:01:05.010Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T06:01:05.010Z] ---> Running in 0a5e41c2af12 [2020-10-12T06:01:05.605Z] Removing intermediate container 0a5e41c2af12 [2020-10-12T06:01:05.605Z] ---> 8bbd495a7f2e [2020-10-12T06:01:05.605Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T06:01:05.605Z] ---> Running in f2bd87b7f6d8 [2020-10-12T06:01:06.200Z] Removing intermediate container f2bd87b7f6d8 [2020-10-12T06:01:06.200Z] ---> 90eca0275ea4 [2020-10-12T06:01:06.200Z] Step 21/22 : LABEL git_sha=63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:06.200Z] ---> Running in dc3c89ac9f12 [2020-10-12T06:01:06.797Z] Removing intermediate container dc3c89ac9f12 [2020-10-12T06:01:06.798Z] ---> 652ce1dc938e [2020-10-12T06:01:06.798Z] Step 22/22 : LABEL version=1.2.2-dev.63 [2020-10-12T06:01:06.798Z] ---> Running in 912f0bf91b3a [2020-10-12T06:01:07.396Z] Removing intermediate container 912f0bf91b3a [2020-10-12T06:01:07.396Z] ---> f532bc49d549 [2020-10-12T06:01:07.396Z] [2020-10-12T06:01:07.672Z] Successfully built f532bc49d549 [2020-10-12T06:01:07.672Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-12T06:01:07.961Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-10-12T06:01:07.977Z] $ docker stop --time=1 9b46ac6be5e4d383196260b6aae40a0e3a40f22df8db4492cc7c7f61c3473dd1 [2020-10-12T06:01:09.835Z] $ docker rm -f 9b46ac6be5e4d383196260b6aae40a0e3a40f22df8db4492cc7c7f61c3473dd1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:01:10.611Z] + + grepdocker docker images [2020-10-12T06:01:10.611Z] [2020-10-12T06:01:10.883Z] docker-core-command-go-arm64 latest f532bc49d549 3 seconds ago 11.4MB [2020-10-12T06:01:10.883Z] docker-support-notifications-go-arm64 latest ee3dfb8e4065 7 seconds ago 12.9MB [2020-10-12T06:01:10.883Z] docker-support-scheduler-go-arm64 latest f0306e3f5eda 13 seconds ago 11.5MB [2020-10-12T06:01:10.883Z] docker-security-secrets-setup-go-arm64 latest 4c8935874e3e 30 seconds ago 22.7MB [2020-10-12T06:01:10.883Z] docker-security-secretstore-setup-go-arm64 latest a579d295be99 36 seconds ago 30.8MB [2020-10-12T06:01:10.883Z] docker-sys-mgmt-agent-go-arm64 latest 65ec022bd9b4 About a minute ago 270MB [2020-10-12T06:01:10.883Z] docker-core-data-go-arm64 latest 6c99982bcbf7 2 minutes ago 22.2MB [2020-10-12T06:01:10.883Z] docker-core-metadata-go-arm64 latest c9e37d9e6fad 3 minutes ago 13.3MB [2020-10-12T06:01:10.883Z] docker-support-logging-go-arm64 latest 33abcb3197b0 3 minutes ago 10.6MB [2020-10-12T06:01:10.883Z] docker-security-proxy-setup-go-arm64 latest b91b1c3bcff1 3 minutes ago 15.1MB [2020-10-12T06:01:10.883Z] docker latest 45884bde0078 3 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 [2020-10-12T06:01:11.570Z] provisioning config files... [2020-10-12T06:01:11.625Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/178@tmp/config735232777903054110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:01:12.023Z] ---> docker-login.sh [2020-10-12T06:01:12.023Z] nexus3.edgexfoundry.org:10001 [2020-10-12T06:01:12.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T06:01:12.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T06:01:12.566Z] Configure a credential helper to remove this warning. See [2020-10-12T06:01:12.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T06:01:12.566Z] [2020-10-12T06:01:12.566Z] Login Succeeded [2020-10-12T06:01:12.566Z] nexus3.edgexfoundry.org:10002 [2020-10-12T06:01:12.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T06:01:13.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T06:01:13.111Z] Configure a credential helper to remove this warning. See [2020-10-12T06:01:13.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T06:01:13.111Z] [2020-10-12T06:01:13.111Z] Login Succeeded [2020-10-12T06:01:13.111Z] nexus3.edgexfoundry.org:10003 [2020-10-12T06:01:13.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T06:01:13.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T06:01:13.704Z] Configure a credential helper to remove this warning. See [2020-10-12T06:01:13.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T06:01:13.704Z] [2020-10-12T06:01:13.704Z] Login Succeeded [2020-10-12T06:01:13.704Z] nexus3.edgexfoundry.org:10004 [2020-10-12T06:01:14.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T06:01:14.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T06:01:14.309Z] Configure a credential helper to remove this warning. See [2020-10-12T06:01:14.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T06:01:14.309Z] [2020-10-12T06:01:14.309Z] Login Succeeded [2020-10-12T06:01:14.309Z] docker.io [2020-10-12T06:01:14.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T06:01:15.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T06:01:15.212Z] Configure a credential helper to remove this warning. See [2020-10-12T06:01:15.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T06:01:15.212Z] [2020-10-12T06:01:15.212Z] Login Succeeded [2020-10-12T06:01:15.212Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T06:01:15.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:01:15.482Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-12T06:01:15.482Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:15.482Z] 1.2.2-dev.63 [2020-10-12T06:01:15.482Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:15.482Z] master [2020-10-12T06:01:15.482Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:16.123Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:16.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:16.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T06:01:16.787Z] 71fedaf62a9d: Preparing [2020-10-12T06:01:16.787Z] 3b2fc78fbbe5: Preparing [2020-10-12T06:01:16.787Z] 35b96849e1ec: Preparing [2020-10-12T06:01:17.260Z] 71fedaf62a9d: Pushed [2020-10-12T06:01:17.260Z] 35b96849e1ec: Pushed [2020-10-12T06:01:19.483Z] 3b2fc78fbbe5: Pushed [2020-10-12T06:01:19.590Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:c8747a7ea8e8d158b2295452c33a5fd9a4d91c1f0f59b3490341db0c1fb73bac size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:20.172Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:20.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:20.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T06:01:20.874Z] 71fedaf62a9d: Preparing [2020-10-12T06:01:20.874Z] 3b2fc78fbbe5: Preparing [2020-10-12T06:01:20.874Z] 35b96849e1ec: Preparing [2020-10-12T06:01:20.874Z] 35b96849e1ec: Layer already exists [2020-10-12T06:01:20.874Z] 3b2fc78fbbe5: Layer already exists [2020-10-12T06:01:20.874Z] 71fedaf62a9d: Layer already exists [2020-10-12T06:01:20.874Z] 1.2.2-dev.63: digest: sha256:c8747a7ea8e8d158b2295452c33a5fd9a4d91c1f0f59b3490341db0c1fb73bac size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:21.418Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:21.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:21.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T06:01:21.950Z] 71fedaf62a9d: Preparing [2020-10-12T06:01:21.950Z] 3b2fc78fbbe5: Preparing [2020-10-12T06:01:21.950Z] 35b96849e1ec: Preparing [2020-10-12T06:01:21.950Z] 35b96849e1ec: Layer already exists [2020-10-12T06:01:21.950Z] 71fedaf62a9d: Layer already exists [2020-10-12T06:01:21.950Z] 3b2fc78fbbe5: Layer already exists [2020-10-12T06:01:22.240Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:c8747a7ea8e8d158b2295452c33a5fd9a4d91c1f0f59b3490341db0c1fb73bac size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:22.733Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:23.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-12T06:01:23.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T06:01:23.093Z] 71fedaf62a9d: Preparing [2020-10-12T06:01:23.093Z] 3b2fc78fbbe5: Preparing [2020-10-12T06:01:23.093Z] 35b96849e1ec: Preparing [2020-10-12T06:01:23.093Z] 35b96849e1ec: Layer already exists [2020-10-12T06:01:23.093Z] 3b2fc78fbbe5: Layer already exists [2020-10-12T06:01:23.093Z] 71fedaf62a9d: Layer already exists [2020-10-12T06:01:23.368Z] master: digest: sha256:c8747a7ea8e8d158b2295452c33a5fd9a4d91c1f0f59b3490341db0c1fb73bac size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:01:23.594Z] ===================================================== [Pipeline] echo [2020-10-12T06:01:23.669Z] taggedImages: [2020-10-12T06:01:23.669Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:23.669Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:23.669Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:23.669Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-12T06:01:23.746Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-12T06:01:23.746Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:23.746Z] 1.2.2-dev.63 [2020-10-12T06:01:23.746Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:23.746Z] master [2020-10-12T06:01:23.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:24.289Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:24.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:24.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T06:01:24.639Z] cc130d5c9940: Preparing [2020-10-12T06:01:24.639Z] 84cacc708d6e: Preparing [2020-10-12T06:01:24.639Z] d36d6a0f799c: Preparing [2020-10-12T06:01:24.639Z] f7c91192bb88: Preparing [2020-10-12T06:01:24.639Z] 2e7c7eebdc96: Preparing [2020-10-12T06:01:24.639Z] e2f13739ad41: Preparing [2020-10-12T06:01:24.639Z] e2f13739ad41: Waiting [2020-10-12T06:01:24.922Z] cc130d5c9940: Pushed [2020-10-12T06:01:24.922Z] 2e7c7eebdc96: Pushed [2020-10-12T06:01:24.922Z] d36d6a0f799c: Pushed [2020-10-12T06:01:24.922Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:25.524Z] f7c91192bb88: Pushed [2020-10-12T06:01:28.194Z] 84cacc708d6e: Pushed [2020-10-12T06:01:28.194Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:2ac63ca8fd7bbd12766eb4cb18fd30f83d6f6fd2dba321f998bc07dcc9b70cdf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:28.547Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:28.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:28.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T06:01:28.944Z] cc130d5c9940: Preparing [2020-10-12T06:01:28.944Z] 84cacc708d6e: Preparing [2020-10-12T06:01:28.944Z] d36d6a0f799c: Preparing [2020-10-12T06:01:28.944Z] f7c91192bb88: Preparing [2020-10-12T06:01:28.944Z] 2e7c7eebdc96: Preparing [2020-10-12T06:01:28.944Z] e2f13739ad41: Preparing [2020-10-12T06:01:28.944Z] e2f13739ad41: Waiting [2020-10-12T06:01:29.215Z] 84cacc708d6e: Layer already exists [2020-10-12T06:01:29.215Z] f7c91192bb88: Layer already exists [2020-10-12T06:01:29.215Z] 2e7c7eebdc96: Layer already exists [2020-10-12T06:01:29.215Z] cc130d5c9940: Layer already exists [2020-10-12T06:01:29.215Z] d36d6a0f799c: Layer already exists [2020-10-12T06:01:29.215Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:29.215Z] 1.2.2-dev.63: digest: sha256:2ac63ca8fd7bbd12766eb4cb18fd30f83d6f6fd2dba321f998bc07dcc9b70cdf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:29.563Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:29.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:29.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T06:01:29.919Z] cc130d5c9940: Preparing [2020-10-12T06:01:29.919Z] 84cacc708d6e: Preparing [2020-10-12T06:01:29.919Z] d36d6a0f799c: Preparing [2020-10-12T06:01:29.919Z] f7c91192bb88: Preparing [2020-10-12T06:01:29.919Z] 2e7c7eebdc96: Preparing [2020-10-12T06:01:29.919Z] e2f13739ad41: Preparing [2020-10-12T06:01:29.919Z] e2f13739ad41: Waiting [2020-10-12T06:01:30.193Z] 2e7c7eebdc96: Layer already exists [2020-10-12T06:01:30.193Z] 84cacc708d6e: Layer already exists [2020-10-12T06:01:30.193Z] cc130d5c9940: Layer already exists [2020-10-12T06:01:30.193Z] d36d6a0f799c: Layer already exists [2020-10-12T06:01:30.193Z] f7c91192bb88: Layer already exists [2020-10-12T06:01:30.193Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:30.193Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:2ac63ca8fd7bbd12766eb4cb18fd30f83d6f6fd2dba321f998bc07dcc9b70cdf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:30.560Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:30.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-12T06:01:30.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T06:01:30.927Z] cc130d5c9940: Preparing [2020-10-12T06:01:30.927Z] 84cacc708d6e: Preparing [2020-10-12T06:01:30.927Z] d36d6a0f799c: Preparing [2020-10-12T06:01:30.927Z] f7c91192bb88: Preparing [2020-10-12T06:01:30.927Z] 2e7c7eebdc96: Preparing [2020-10-12T06:01:30.927Z] e2f13739ad41: Preparing [2020-10-12T06:01:30.927Z] e2f13739ad41: Waiting [2020-10-12T06:01:30.927Z] d36d6a0f799c: Layer already exists [2020-10-12T06:01:30.927Z] cc130d5c9940: Layer already exists [2020-10-12T06:01:30.927Z] 84cacc708d6e: Layer already exists [2020-10-12T06:01:30.927Z] 2e7c7eebdc96: Layer already exists [2020-10-12T06:01:31.205Z] f7c91192bb88: Layer already exists [2020-10-12T06:01:31.205Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:31.205Z] master: digest: sha256:2ac63ca8fd7bbd12766eb4cb18fd30f83d6f6fd2dba321f998bc07dcc9b70cdf size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:01:31.445Z] ===================================================== [Pipeline] echo [2020-10-12T06:01:31.506Z] taggedImages: [2020-10-12T06:01:31.506Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:31.506Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:31.506Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:31.506Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-12T06:01:31.581Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-12T06:01:31.581Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:31.581Z] 1.2.2-dev.63 [2020-10-12T06:01:31.581Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:31.581Z] master [2020-10-12T06:01:31.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:32.148Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:32.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:32.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T06:01:32.495Z] 46066066fd04: Preparing [2020-10-12T06:01:32.495Z] 4e0b3c37a202: Preparing [2020-10-12T06:01:32.495Z] 6fb1bf03ef4f: Preparing [2020-10-12T06:01:32.768Z] 46066066fd04: Pushed [2020-10-12T06:01:32.768Z] 6fb1bf03ef4f: Pushed [2020-10-12T06:01:36.228Z] 4e0b3c37a202: Pushed [2020-10-12T06:01:36.228Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:e1829d128f1ec00e4f07a7ea1876302b79305a0b7b636f7834d10e9cb85273da size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:36.599Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:36.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:36.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T06:01:36.948Z] 46066066fd04: Preparing [2020-10-12T06:01:36.948Z] 4e0b3c37a202: Preparing [2020-10-12T06:01:36.948Z] 6fb1bf03ef4f: Preparing [2020-10-12T06:01:37.221Z] 46066066fd04: Layer already exists [2020-10-12T06:01:37.221Z] 4e0b3c37a202: Layer already exists [2020-10-12T06:01:37.221Z] 6fb1bf03ef4f: Layer already exists [2020-10-12T06:01:37.221Z] 1.2.2-dev.63: digest: sha256:e1829d128f1ec00e4f07a7ea1876302b79305a0b7b636f7834d10e9cb85273da size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:37.590Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:38.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:38.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T06:01:38.009Z] 46066066fd04: Preparing [2020-10-12T06:01:38.009Z] 4e0b3c37a202: Preparing [2020-10-12T06:01:38.009Z] 6fb1bf03ef4f: Preparing [2020-10-12T06:01:38.009Z] 6fb1bf03ef4f: Layer already exists [2020-10-12T06:01:38.009Z] 4e0b3c37a202: Layer already exists [2020-10-12T06:01:38.009Z] 46066066fd04: Layer already exists [2020-10-12T06:01:38.304Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:e1829d128f1ec00e4f07a7ea1876302b79305a0b7b636f7834d10e9cb85273da size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:38.745Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:39.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-12T06:01:39.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T06:01:39.129Z] 46066066fd04: Preparing [2020-10-12T06:01:39.129Z] 4e0b3c37a202: Preparing [2020-10-12T06:01:39.129Z] 6fb1bf03ef4f: Preparing [2020-10-12T06:01:39.129Z] 6fb1bf03ef4f: Layer already exists [2020-10-12T06:01:39.129Z] 4e0b3c37a202: Layer already exists [2020-10-12T06:01:39.129Z] 46066066fd04: Layer already exists [2020-10-12T06:01:39.424Z] master: digest: sha256:e1829d128f1ec00e4f07a7ea1876302b79305a0b7b636f7834d10e9cb85273da size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:01:39.667Z] ===================================================== [Pipeline] echo [2020-10-12T06:01:39.724Z] taggedImages: [2020-10-12T06:01:39.724Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:39.724Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:39.724Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:39.724Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-12T06:01:39.810Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-12T06:01:39.810Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:39.810Z] 1.2.2-dev.63 [2020-10-12T06:01:39.810Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:39.810Z] master [2020-10-12T06:01:39.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:40.353Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:40.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:40.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T06:01:40.720Z] 2807b0cbe7de: Preparing [2020-10-12T06:01:40.720Z] c8f369a9d1c2: Preparing [2020-10-12T06:01:40.720Z] 37eabd1bd3a1: Preparing [2020-10-12T06:01:40.720Z] 55f3d7f1c12d: Preparing [2020-10-12T06:01:40.720Z] e2f13739ad41: Preparing [2020-10-12T06:01:41.010Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:41.010Z] 37eabd1bd3a1: Pushed [2020-10-12T06:01:41.010Z] c8f369a9d1c2: Pushed [2020-10-12T06:01:41.290Z] 55f3d7f1c12d: Pushed [2020-10-12T06:01:43.266Z] 2807b0cbe7de: Pushed [2020-10-12T06:01:43.266Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:310088aa4e3ab577f73123a00ccfa8a9a9c5f5fef1a16b90c9e602d79c63cc38 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:43.650Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:44.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:44.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T06:01:44.017Z] 2807b0cbe7de: Preparing [2020-10-12T06:01:44.017Z] c8f369a9d1c2: Preparing [2020-10-12T06:01:44.017Z] 37eabd1bd3a1: Preparing [2020-10-12T06:01:44.017Z] 55f3d7f1c12d: Preparing [2020-10-12T06:01:44.017Z] e2f13739ad41: Preparing [2020-10-12T06:01:44.018Z] 2807b0cbe7de: Layer already exists [2020-10-12T06:01:44.018Z] 37eabd1bd3a1: Layer already exists [2020-10-12T06:01:44.018Z] c8f369a9d1c2: Layer already exists [2020-10-12T06:01:44.018Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:44.018Z] 55f3d7f1c12d: Layer already exists [2020-10-12T06:01:44.292Z] 1.2.2-dev.63: digest: sha256:310088aa4e3ab577f73123a00ccfa8a9a9c5f5fef1a16b90c9e602d79c63cc38 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:44.658Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:45.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:45.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T06:01:45.032Z] 2807b0cbe7de: Preparing [2020-10-12T06:01:45.032Z] c8f369a9d1c2: Preparing [2020-10-12T06:01:45.032Z] 37eabd1bd3a1: Preparing [2020-10-12T06:01:45.032Z] 55f3d7f1c12d: Preparing [2020-10-12T06:01:45.032Z] e2f13739ad41: Preparing [2020-10-12T06:01:45.305Z] 55f3d7f1c12d: Layer already exists [2020-10-12T06:01:45.305Z] 2807b0cbe7de: Layer already exists [2020-10-12T06:01:45.305Z] c8f369a9d1c2: Layer already exists [2020-10-12T06:01:45.305Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:45.305Z] 37eabd1bd3a1: Layer already exists [2020-10-12T06:01:45.305Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:310088aa4e3ab577f73123a00ccfa8a9a9c5f5fef1a16b90c9e602d79c63cc38 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:45.690Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:46.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-12T06:01:46.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T06:01:46.061Z] 2807b0cbe7de: Preparing [2020-10-12T06:01:46.061Z] c8f369a9d1c2: Preparing [2020-10-12T06:01:46.061Z] 37eabd1bd3a1: Preparing [2020-10-12T06:01:46.061Z] 55f3d7f1c12d: Preparing [2020-10-12T06:01:46.061Z] e2f13739ad41: Preparing [2020-10-12T06:01:46.061Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:46.061Z] 55f3d7f1c12d: Layer already exists [2020-10-12T06:01:46.061Z] 37eabd1bd3a1: Layer already exists [2020-10-12T06:01:46.061Z] 2807b0cbe7de: Layer already exists [2020-10-12T06:01:46.358Z] c8f369a9d1c2: Layer already exists [2020-10-12T06:01:46.358Z] master: digest: sha256:310088aa4e3ab577f73123a00ccfa8a9a9c5f5fef1a16b90c9e602d79c63cc38 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:01:46.601Z] ===================================================== [Pipeline] echo [2020-10-12T06:01:46.654Z] taggedImages: [2020-10-12T06:01:46.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:46.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:46.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:46.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-12T06:01:46.718Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-12T06:01:46.718Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:46.718Z] 1.2.2-dev.63 [2020-10-12T06:01:46.718Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:46.718Z] master [2020-10-12T06:01:46.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:47.232Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:47.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:47.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T06:01:47.571Z] 569238c93f9d: Preparing [2020-10-12T06:01:47.571Z] c8a58daef048: Preparing [2020-10-12T06:01:47.571Z] e7333789e605: Preparing [2020-10-12T06:01:47.571Z] b3b338a728e2: Preparing [2020-10-12T06:01:47.571Z] b3b338a728e2: Preparing [2020-10-12T06:01:47.571Z] ca64771067ea: Preparing [2020-10-12T06:01:47.571Z] 773cbd9d9949: Preparing [2020-10-12T06:01:47.571Z] c631e1459809: Preparing [2020-10-12T06:01:47.571Z] 569238c93f9d: Preparing [2020-10-12T06:01:47.571Z] 50060b65764f: Preparing [2020-10-12T06:01:47.571Z] addff2bbd756: Preparing [2020-10-12T06:01:47.571Z] c0dda620e1c2: Preparing [2020-10-12T06:01:47.571Z] e2f13739ad41: Preparing [2020-10-12T06:01:47.571Z] 50060b65764f: Waiting [2020-10-12T06:01:47.571Z] addff2bbd756: Waiting [2020-10-12T06:01:47.571Z] c0dda620e1c2: Waiting [2020-10-12T06:01:47.571Z] e2f13739ad41: Waiting [2020-10-12T06:01:47.571Z] 773cbd9d9949: Waiting [2020-10-12T06:01:47.571Z] c631e1459809: Waiting [2020-10-12T06:01:47.843Z] ca64771067ea: Pushed [2020-10-12T06:01:48.116Z] e7333789e605: Pushed [2020-10-12T06:01:48.116Z] b3b338a728e2: Pushed [2020-10-12T06:01:48.116Z] c8a58daef048: Pushed [2020-10-12T06:01:48.116Z] 773cbd9d9949: Pushed [2020-10-12T06:01:48.116Z] c631e1459809: Pushed [2020-10-12T06:01:48.116Z] addff2bbd756: Pushed [2020-10-12T06:01:48.116Z] 50060b65764f: Pushed [2020-10-12T06:01:48.387Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:48.658Z] c0dda620e1c2: Pushed [2020-10-12T06:01:50.083Z] 569238c93f9d: Pushed [2020-10-12T06:01:50.354Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:e35291e75ca0298963d88ce246670c2d06cd91b3750fd11623146928df4461ed size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:50.695Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:51.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:51.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T06:01:51.032Z] 569238c93f9d: Preparing [2020-10-12T06:01:51.032Z] c8a58daef048: Preparing [2020-10-12T06:01:51.032Z] e7333789e605: Preparing [2020-10-12T06:01:51.032Z] b3b338a728e2: Preparing [2020-10-12T06:01:51.032Z] b3b338a728e2: Preparing [2020-10-12T06:01:51.032Z] ca64771067ea: Preparing [2020-10-12T06:01:51.032Z] 773cbd9d9949: Preparing [2020-10-12T06:01:51.032Z] c631e1459809: Preparing [2020-10-12T06:01:51.032Z] 569238c93f9d: Preparing [2020-10-12T06:01:51.032Z] 50060b65764f: Preparing [2020-10-12T06:01:51.032Z] addff2bbd756: Preparing [2020-10-12T06:01:51.032Z] c0dda620e1c2: Preparing [2020-10-12T06:01:51.032Z] e2f13739ad41: Preparing [2020-10-12T06:01:51.032Z] 50060b65764f: Waiting [2020-10-12T06:01:51.032Z] addff2bbd756: Waiting [2020-10-12T06:01:51.032Z] c0dda620e1c2: Waiting [2020-10-12T06:01:51.032Z] e2f13739ad41: Waiting [2020-10-12T06:01:51.032Z] 773cbd9d9949: Waiting [2020-10-12T06:01:51.032Z] c631e1459809: Waiting [2020-10-12T06:01:51.305Z] 569238c93f9d: Layer already exists [2020-10-12T06:01:51.305Z] c8a58daef048: Layer already exists [2020-10-12T06:01:51.305Z] e7333789e605: Layer already exists [2020-10-12T06:01:51.305Z] b3b338a728e2: Layer already exists [2020-10-12T06:01:51.305Z] ca64771067ea: Layer already exists [2020-10-12T06:01:51.305Z] addff2bbd756: Layer already exists [2020-10-12T06:01:51.305Z] 50060b65764f: Layer already exists [2020-10-12T06:01:51.305Z] 773cbd9d9949: Layer already exists [2020-10-12T06:01:51.305Z] c631e1459809: Layer already exists [2020-10-12T06:01:51.305Z] c0dda620e1c2: Layer already exists [2020-10-12T06:01:51.305Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:51.305Z] 1.2.2-dev.63: digest: sha256:e35291e75ca0298963d88ce246670c2d06cd91b3750fd11623146928df4461ed size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:51.647Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:51.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:51.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T06:01:51.983Z] 569238c93f9d: Preparing [2020-10-12T06:01:51.983Z] c8a58daef048: Preparing [2020-10-12T06:01:51.983Z] e7333789e605: Preparing [2020-10-12T06:01:51.983Z] b3b338a728e2: Preparing [2020-10-12T06:01:51.983Z] b3b338a728e2: Preparing [2020-10-12T06:01:51.983Z] ca64771067ea: Preparing [2020-10-12T06:01:51.983Z] 773cbd9d9949: Preparing [2020-10-12T06:01:51.983Z] c631e1459809: Preparing [2020-10-12T06:01:51.983Z] 569238c93f9d: Preparing [2020-10-12T06:01:51.983Z] 50060b65764f: Preparing [2020-10-12T06:01:51.983Z] addff2bbd756: Preparing [2020-10-12T06:01:51.983Z] c0dda620e1c2: Preparing [2020-10-12T06:01:51.983Z] e2f13739ad41: Preparing [2020-10-12T06:01:51.983Z] c631e1459809: Waiting [2020-10-12T06:01:51.983Z] 773cbd9d9949: Waiting [2020-10-12T06:01:51.983Z] c0dda620e1c2: Waiting [2020-10-12T06:01:51.983Z] addff2bbd756: Waiting [2020-10-12T06:01:51.983Z] e2f13739ad41: Waiting [2020-10-12T06:01:51.983Z] 50060b65764f: Waiting [2020-10-12T06:01:52.257Z] e7333789e605: Layer already exists [2020-10-12T06:01:52.257Z] b3b338a728e2: Layer already exists [2020-10-12T06:01:52.257Z] 569238c93f9d: Layer already exists [2020-10-12T06:01:52.257Z] c8a58daef048: Layer already exists [2020-10-12T06:01:52.257Z] ca64771067ea: Layer already exists [2020-10-12T06:01:52.257Z] 773cbd9d9949: Layer already exists [2020-10-12T06:01:52.257Z] addff2bbd756: Layer already exists [2020-10-12T06:01:52.257Z] c0dda620e1c2: Layer already exists [2020-10-12T06:01:52.257Z] c631e1459809: Layer already exists [2020-10-12T06:01:52.257Z] 50060b65764f: Layer already exists [2020-10-12T06:01:52.257Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:52.257Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:e35291e75ca0298963d88ce246670c2d06cd91b3750fd11623146928df4461ed size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:52.596Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:52.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-12T06:01:52.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T06:01:52.947Z] 569238c93f9d: Preparing [2020-10-12T06:01:52.947Z] c8a58daef048: Preparing [2020-10-12T06:01:52.947Z] e7333789e605: Preparing [2020-10-12T06:01:52.947Z] b3b338a728e2: Preparing [2020-10-12T06:01:52.947Z] b3b338a728e2: Preparing [2020-10-12T06:01:52.947Z] ca64771067ea: Preparing [2020-10-12T06:01:52.947Z] 773cbd9d9949: Preparing [2020-10-12T06:01:52.947Z] c631e1459809: Preparing [2020-10-12T06:01:52.947Z] 569238c93f9d: Preparing [2020-10-12T06:01:52.947Z] 50060b65764f: Preparing [2020-10-12T06:01:52.947Z] addff2bbd756: Preparing [2020-10-12T06:01:52.947Z] c0dda620e1c2: Preparing [2020-10-12T06:01:52.947Z] e2f13739ad41: Preparing [2020-10-12T06:01:52.947Z] 773cbd9d9949: Waiting [2020-10-12T06:01:52.947Z] c631e1459809: Waiting [2020-10-12T06:01:52.947Z] 50060b65764f: Waiting [2020-10-12T06:01:52.947Z] addff2bbd756: Waiting [2020-10-12T06:01:52.947Z] c0dda620e1c2: Waiting [2020-10-12T06:01:52.947Z] e2f13739ad41: Waiting [2020-10-12T06:01:52.947Z] ca64771067ea: Layer already exists [2020-10-12T06:01:52.947Z] 569238c93f9d: Layer already exists [2020-10-12T06:01:52.947Z] e7333789e605: Layer already exists [2020-10-12T06:01:52.947Z] c8a58daef048: Layer already exists [2020-10-12T06:01:52.947Z] b3b338a728e2: Layer already exists [2020-10-12T06:01:53.221Z] c631e1459809: Layer already exists [2020-10-12T06:01:53.221Z] 50060b65764f: Layer already exists [2020-10-12T06:01:53.221Z] addff2bbd756: Layer already exists [2020-10-12T06:01:53.221Z] c0dda620e1c2: Layer already exists [2020-10-12T06:01:53.221Z] 773cbd9d9949: Layer already exists [2020-10-12T06:01:53.221Z] e2f13739ad41: Layer already exists [2020-10-12T06:01:53.221Z] master: digest: sha256:e35291e75ca0298963d88ce246670c2d06cd91b3750fd11623146928df4461ed size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:01:53.447Z] ===================================================== [Pipeline] echo [2020-10-12T06:01:53.496Z] taggedImages: [2020-10-12T06:01:53.496Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:53.496Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:53.496Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:53.496Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-12T06:01:53.572Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-12T06:01:53.572Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:53.572Z] 1.2.2-dev.63 [2020-10-12T06:01:53.572Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:53.572Z] master [2020-10-12T06:01:53.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:54.069Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:54.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:01:54.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T06:01:54.407Z] 84cdef456654: Preparing [2020-10-12T06:01:54.407Z] 854587123bae: Preparing [2020-10-12T06:01:54.407Z] 83c5555f7a86: Preparing [2020-10-12T06:01:54.407Z] 3aff8371e1cb: Preparing [2020-10-12T06:01:54.407Z] 6585c41c2441: Preparing [2020-10-12T06:01:54.407Z] f185e8a71756: Preparing [2020-10-12T06:01:54.407Z] 32791ab8732d: Preparing [2020-10-12T06:01:54.407Z] 95dfba4d0a14: Preparing [2020-10-12T06:01:54.407Z] 9f2f71e48e97: Preparing [2020-10-12T06:01:54.407Z] 6a266324c3af: Preparing [2020-10-12T06:01:54.407Z] 66b385cf80cf: Preparing [2020-10-12T06:01:54.407Z] 95dfba4d0a14: Waiting [2020-10-12T06:01:54.407Z] 9f2f71e48e97: Waiting [2020-10-12T06:01:54.407Z] 6a266324c3af: Waiting [2020-10-12T06:01:54.407Z] 66b385cf80cf: Waiting [2020-10-12T06:01:54.407Z] f185e8a71756: Waiting [2020-10-12T06:01:54.680Z] 854587123bae: Pushed [2020-10-12T06:01:54.680Z] 84cdef456654: Pushed [2020-10-12T06:01:54.950Z] f185e8a71756: Pushed [2020-10-12T06:01:55.227Z] 32791ab8732d: Pushed [2020-10-12T06:01:55.227Z] 95dfba4d0a14: Pushed [2020-10-12T06:01:55.499Z] 9f2f71e48e97: Pushed [2020-10-12T06:01:55.499Z] 66b385cf80cf: Layer already exists [2020-10-12T06:01:55.773Z] 6a266324c3af: Pushed [2020-10-12T06:01:56.369Z] 83c5555f7a86: Pushed [2020-10-12T06:01:56.641Z] 3aff8371e1cb: Pushed [2020-10-12T06:01:56.912Z] 6585c41c2441: Pushed [2020-10-12T06:01:57.186Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:67ef7c3dc16cfd33016fb6088bceea66f1b829114410705d0dcdb53181502b1f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:57.526Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:57.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.63 [2020-10-12T06:01:57.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T06:01:57.864Z] 84cdef456654: Preparing [2020-10-12T06:01:57.864Z] 854587123bae: Preparing [2020-10-12T06:01:57.864Z] 83c5555f7a86: Preparing [2020-10-12T06:01:57.864Z] 3aff8371e1cb: Preparing [2020-10-12T06:01:57.864Z] 6585c41c2441: Preparing [2020-10-12T06:01:57.864Z] f185e8a71756: Preparing [2020-10-12T06:01:57.864Z] 32791ab8732d: Preparing [2020-10-12T06:01:57.864Z] 95dfba4d0a14: Preparing [2020-10-12T06:01:57.864Z] 9f2f71e48e97: Preparing [2020-10-12T06:01:57.864Z] 6a266324c3af: Preparing [2020-10-12T06:01:57.864Z] 66b385cf80cf: Preparing [2020-10-12T06:01:57.864Z] 32791ab8732d: Waiting [2020-10-12T06:01:57.864Z] 95dfba4d0a14: Waiting [2020-10-12T06:01:57.864Z] 9f2f71e48e97: Waiting [2020-10-12T06:01:57.864Z] 6a266324c3af: Waiting [2020-10-12T06:01:57.864Z] 66b385cf80cf: Waiting [2020-10-12T06:01:57.864Z] f185e8a71756: Waiting [2020-10-12T06:01:57.864Z] 84cdef456654: Layer already exists [2020-10-12T06:01:57.864Z] 83c5555f7a86: Layer already exists [2020-10-12T06:01:57.864Z] 854587123bae: Layer already exists [2020-10-12T06:01:57.864Z] 3aff8371e1cb: Layer already exists [2020-10-12T06:01:57.864Z] 6585c41c2441: Layer already exists [2020-10-12T06:01:57.864Z] f185e8a71756: Layer already exists [2020-10-12T06:01:57.864Z] 32791ab8732d: Layer already exists [2020-10-12T06:01:57.864Z] 95dfba4d0a14: Layer already exists [2020-10-12T06:01:57.864Z] 6a266324c3af: Layer already exists [2020-10-12T06:01:57.864Z] 9f2f71e48e97: Layer already exists [2020-10-12T06:01:58.137Z] 66b385cf80cf: Layer already exists [2020-10-12T06:01:58.137Z] 1.2.2-dev.63: digest: sha256:67ef7c3dc16cfd33016fb6088bceea66f1b829114410705d0dcdb53181502b1f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:58.482Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:58.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:01:58.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T06:01:58.820Z] 84cdef456654: Preparing [2020-10-12T06:01:58.820Z] 854587123bae: Preparing [2020-10-12T06:01:58.820Z] 83c5555f7a86: Preparing [2020-10-12T06:01:58.820Z] 3aff8371e1cb: Preparing [2020-10-12T06:01:58.820Z] 6585c41c2441: Preparing [2020-10-12T06:01:58.820Z] f185e8a71756: Preparing [2020-10-12T06:01:58.820Z] 32791ab8732d: Preparing [2020-10-12T06:01:58.820Z] 95dfba4d0a14: Preparing [2020-10-12T06:01:58.820Z] 9f2f71e48e97: Preparing [2020-10-12T06:01:58.820Z] 6a266324c3af: Preparing [2020-10-12T06:01:58.820Z] 66b385cf80cf: Preparing [2020-10-12T06:01:58.820Z] f185e8a71756: Waiting [2020-10-12T06:01:58.820Z] 32791ab8732d: Waiting [2020-10-12T06:01:58.820Z] 95dfba4d0a14: Waiting [2020-10-12T06:01:58.820Z] 9f2f71e48e97: Waiting [2020-10-12T06:01:58.820Z] 6a266324c3af: Waiting [2020-10-12T06:01:58.820Z] 66b385cf80cf: Waiting [2020-10-12T06:01:59.090Z] 854587123bae: Layer already exists [2020-10-12T06:01:59.090Z] 3aff8371e1cb: Layer already exists [2020-10-12T06:01:59.090Z] 83c5555f7a86: Layer already exists [2020-10-12T06:01:59.090Z] 6585c41c2441: Layer already exists [2020-10-12T06:01:59.090Z] 84cdef456654: Layer already exists [2020-10-12T06:01:59.090Z] 95dfba4d0a14: Layer already exists [2020-10-12T06:01:59.090Z] f185e8a71756: Layer already exists [2020-10-12T06:01:59.090Z] 32791ab8732d: Layer already exists [2020-10-12T06:01:59.090Z] 6a266324c3af: Layer already exists [2020-10-12T06:01:59.090Z] 9f2f71e48e97: Layer already exists [2020-10-12T06:01:59.090Z] 66b385cf80cf: Layer already exists [2020-10-12T06:01:59.090Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:67ef7c3dc16cfd33016fb6088bceea66f1b829114410705d0dcdb53181502b1f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:59.428Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:01:59.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-12T06:01:59.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T06:01:59.767Z] 84cdef456654: Preparing [2020-10-12T06:01:59.767Z] 854587123bae: Preparing [2020-10-12T06:01:59.767Z] 83c5555f7a86: Preparing [2020-10-12T06:01:59.767Z] 3aff8371e1cb: Preparing [2020-10-12T06:01:59.767Z] 6585c41c2441: Preparing [2020-10-12T06:01:59.767Z] f185e8a71756: Preparing [2020-10-12T06:01:59.767Z] 32791ab8732d: Preparing [2020-10-12T06:01:59.767Z] 95dfba4d0a14: Preparing [2020-10-12T06:01:59.767Z] 9f2f71e48e97: Preparing [2020-10-12T06:01:59.767Z] 6a266324c3af: Preparing [2020-10-12T06:01:59.767Z] 66b385cf80cf: Preparing [2020-10-12T06:01:59.767Z] 95dfba4d0a14: Waiting [2020-10-12T06:01:59.767Z] 9f2f71e48e97: Waiting [2020-10-12T06:01:59.767Z] 6a266324c3af: Waiting [2020-10-12T06:01:59.767Z] 66b385cf80cf: Waiting [2020-10-12T06:01:59.767Z] f185e8a71756: Waiting [2020-10-12T06:01:59.767Z] 32791ab8732d: Waiting [2020-10-12T06:02:00.039Z] 6585c41c2441: Layer already exists [2020-10-12T06:02:00.039Z] 3aff8371e1cb: Layer already exists [2020-10-12T06:02:00.039Z] 83c5555f7a86: Layer already exists [2020-10-12T06:02:00.039Z] 84cdef456654: Layer already exists [2020-10-12T06:02:00.039Z] 854587123bae: Layer already exists [2020-10-12T06:02:00.039Z] 32791ab8732d: Layer already exists [2020-10-12T06:02:00.039Z] f185e8a71756: Layer already exists [2020-10-12T06:02:00.039Z] 9f2f71e48e97: Layer already exists [2020-10-12T06:02:00.039Z] 95dfba4d0a14: Layer already exists [2020-10-12T06:02:00.039Z] 6a266324c3af: Layer already exists [2020-10-12T06:02:00.039Z] 66b385cf80cf: Layer already exists [2020-10-12T06:02:00.039Z] master: digest: sha256:67ef7c3dc16cfd33016fb6088bceea66f1b829114410705d0dcdb53181502b1f size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:02:00.253Z] ===================================================== [Pipeline] echo [2020-10-12T06:02:00.300Z] taggedImages: [2020-10-12T06:02:00.300Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:00.300Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:00.300Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:00.300Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-12T06:02:00.388Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-12T06:02:00.388Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:00.388Z] 1.2.2-dev.63 [2020-10-12T06:02:00.388Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:00.388Z] master [2020-10-12T06:02:00.388Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:00.911Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:01.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:01.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T06:02:01.244Z] b40cd0faaf7b: Preparing [2020-10-12T06:02:01.244Z] c86e16a7d658: Preparing [2020-10-12T06:02:01.244Z] bdd7536c8fa2: Preparing [2020-10-12T06:02:01.244Z] 33577331c76e: Preparing [2020-10-12T06:02:01.516Z] bdd7536c8fa2: Pushed [2020-10-12T06:02:01.516Z] b40cd0faaf7b: Pushed [2020-10-12T06:02:01.796Z] 33577331c76e: Pushed [2020-10-12T06:02:03.763Z] c86e16a7d658: Pushed [2020-10-12T06:02:04.034Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:b5a3bb08ebbe458732049edf63edfe2265b74acd052f68ca9b684734ad0347c0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:04.409Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:04.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:04.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T06:02:04.770Z] b40cd0faaf7b: Preparing [2020-10-12T06:02:04.770Z] c86e16a7d658: Preparing [2020-10-12T06:02:04.770Z] bdd7536c8fa2: Preparing [2020-10-12T06:02:04.770Z] 33577331c76e: Preparing [2020-10-12T06:02:04.770Z] c86e16a7d658: Layer already exists [2020-10-12T06:02:04.770Z] b40cd0faaf7b: Layer already exists [2020-10-12T06:02:04.770Z] bdd7536c8fa2: Layer already exists [2020-10-12T06:02:05.083Z] 33577331c76e: Layer already exists [2020-10-12T06:02:05.083Z] 1.2.2-dev.63: digest: sha256:b5a3bb08ebbe458732049edf63edfe2265b74acd052f68ca9b684734ad0347c0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:05.505Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:05.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:05.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T06:02:05.853Z] b40cd0faaf7b: Preparing [2020-10-12T06:02:05.853Z] c86e16a7d658: Preparing [2020-10-12T06:02:05.853Z] bdd7536c8fa2: Preparing [2020-10-12T06:02:05.853Z] 33577331c76e: Preparing [2020-10-12T06:02:05.853Z] bdd7536c8fa2: Layer already exists [2020-10-12T06:02:05.853Z] b40cd0faaf7b: Layer already exists [2020-10-12T06:02:05.853Z] 33577331c76e: Layer already exists [2020-10-12T06:02:05.853Z] c86e16a7d658: Layer already exists [2020-10-12T06:02:06.130Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:b5a3bb08ebbe458732049edf63edfe2265b74acd052f68ca9b684734ad0347c0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:06.485Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:06.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-12T06:02:06.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T06:02:06.833Z] b40cd0faaf7b: Preparing [2020-10-12T06:02:06.833Z] c86e16a7d658: Preparing [2020-10-12T06:02:06.833Z] bdd7536c8fa2: Preparing [2020-10-12T06:02:06.833Z] 33577331c76e: Preparing [2020-10-12T06:02:07.113Z] c86e16a7d658: Layer already exists [2020-10-12T06:02:07.113Z] bdd7536c8fa2: Layer already exists [2020-10-12T06:02:07.113Z] 33577331c76e: Layer already exists [2020-10-12T06:02:07.113Z] b40cd0faaf7b: Layer already exists [2020-10-12T06:02:07.113Z] master: digest: sha256:b5a3bb08ebbe458732049edf63edfe2265b74acd052f68ca9b684734ad0347c0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:02:07.318Z] ===================================================== [Pipeline] echo [2020-10-12T06:02:07.365Z] taggedImages: [2020-10-12T06:02:07.365Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:07.365Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:07.365Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:07.365Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-12T06:02:07.479Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-12T06:02:07.479Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:07.479Z] 1.2.2-dev.63 [2020-10-12T06:02:07.479Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:07.479Z] master [2020-10-12T06:02:07.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:07.997Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:08.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:08.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T06:02:08.394Z] 1422cb00978f: Preparing [2020-10-12T06:02:08.394Z] 188c71fcb189: Preparing [2020-10-12T06:02:08.394Z] 9c3cad787ad6: Preparing [2020-10-12T06:02:08.394Z] 874b38fdf555: Preparing [2020-10-12T06:02:08.394Z] ce8ee14e3191: Preparing [2020-10-12T06:02:08.394Z] b95cdd4f75db: Preparing [2020-10-12T06:02:08.394Z] b95cdd4f75db: Waiting [2020-10-12T06:02:08.671Z] 1422cb00978f: Pushed [2020-10-12T06:02:08.671Z] 9c3cad787ad6: Pushed [2020-10-12T06:02:08.964Z] 874b38fdf555: Pushed [2020-10-12T06:02:08.964Z] ce8ee14e3191: Pushed [2020-10-12T06:02:09.264Z] b95cdd4f75db: Pushed [2020-10-12T06:02:11.936Z] 188c71fcb189: Pushed [2020-10-12T06:02:11.936Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:c64815793bcb2a458a385a45d680113a649d9337c34c285cfa2c23e0bcb0b6ec size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:12.286Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:12.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:12.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T06:02:12.636Z] 1422cb00978f: Preparing [2020-10-12T06:02:12.636Z] 188c71fcb189: Preparing [2020-10-12T06:02:12.636Z] 9c3cad787ad6: Preparing [2020-10-12T06:02:12.636Z] 874b38fdf555: Preparing [2020-10-12T06:02:12.636Z] ce8ee14e3191: Preparing [2020-10-12T06:02:12.636Z] b95cdd4f75db: Preparing [2020-10-12T06:02:12.636Z] b95cdd4f75db: Waiting [2020-10-12T06:02:12.636Z] ce8ee14e3191: Layer already exists [2020-10-12T06:02:12.636Z] 9c3cad787ad6: Layer already exists [2020-10-12T06:02:12.636Z] 874b38fdf555: Layer already exists [2020-10-12T06:02:12.636Z] 188c71fcb189: Layer already exists [2020-10-12T06:02:12.636Z] 1422cb00978f: Layer already exists [2020-10-12T06:02:12.917Z] b95cdd4f75db: Layer already exists [2020-10-12T06:02:12.917Z] 1.2.2-dev.63: digest: sha256:c64815793bcb2a458a385a45d680113a649d9337c34c285cfa2c23e0bcb0b6ec size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:13.283Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:13.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:13.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T06:02:13.638Z] 1422cb00978f: Preparing [2020-10-12T06:02:13.638Z] 188c71fcb189: Preparing [2020-10-12T06:02:13.638Z] 9c3cad787ad6: Preparing [2020-10-12T06:02:13.638Z] 874b38fdf555: Preparing [2020-10-12T06:02:13.638Z] ce8ee14e3191: Preparing [2020-10-12T06:02:13.638Z] b95cdd4f75db: Preparing [2020-10-12T06:02:13.638Z] b95cdd4f75db: Waiting [2020-10-12T06:02:13.914Z] 1422cb00978f: Layer already exists [2020-10-12T06:02:13.914Z] 9c3cad787ad6: Layer already exists [2020-10-12T06:02:13.914Z] 188c71fcb189: Layer already exists [2020-10-12T06:02:13.914Z] 874b38fdf555: Layer already exists [2020-10-12T06:02:13.914Z] ce8ee14e3191: Layer already exists [2020-10-12T06:02:13.914Z] b95cdd4f75db: Layer already exists [2020-10-12T06:02:13.914Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:c64815793bcb2a458a385a45d680113a649d9337c34c285cfa2c23e0bcb0b6ec size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:14.272Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:14.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-12T06:02:14.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T06:02:14.655Z] 1422cb00978f: Preparing [2020-10-12T06:02:14.655Z] 188c71fcb189: Preparing [2020-10-12T06:02:14.655Z] 9c3cad787ad6: Preparing [2020-10-12T06:02:14.655Z] 874b38fdf555: Preparing [2020-10-12T06:02:14.655Z] ce8ee14e3191: Preparing [2020-10-12T06:02:14.655Z] b95cdd4f75db: Preparing [2020-10-12T06:02:14.655Z] b95cdd4f75db: Waiting [2020-10-12T06:02:14.655Z] 188c71fcb189: Layer already exists [2020-10-12T06:02:14.655Z] 9c3cad787ad6: Layer already exists [2020-10-12T06:02:14.655Z] 874b38fdf555: Layer already exists [2020-10-12T06:02:14.655Z] 1422cb00978f: Layer already exists [2020-10-12T06:02:14.655Z] ce8ee14e3191: Layer already exists [2020-10-12T06:02:14.655Z] b95cdd4f75db: Layer already exists [2020-10-12T06:02:14.932Z] master: digest: sha256:c64815793bcb2a458a385a45d680113a649d9337c34c285cfa2c23e0bcb0b6ec size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:02:15.222Z] ===================================================== [Pipeline] echo [2020-10-12T06:02:15.322Z] taggedImages: [2020-10-12T06:02:15.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:15.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:15.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:15.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-12T06:02:15.391Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-12T06:02:15.391Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:15.391Z] 1.2.2-dev.63 [2020-10-12T06:02:15.391Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:15.391Z] master [2020-10-12T06:02:15.391Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:15.943Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:16.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:16.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T06:02:16.298Z] bf250984b450: Preparing [2020-10-12T06:02:16.298Z] add76b453994: Preparing [2020-10-12T06:02:16.298Z] 6a5da0feaadd: Preparing [2020-10-12T06:02:16.568Z] 6a5da0feaadd: Pushed [2020-10-12T06:02:16.568Z] bf250984b450: Pushed [2020-10-12T06:02:19.936Z] add76b453994: Pushed [2020-10-12T06:02:19.936Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:0f9cf9ccade5aed6260b4d32b065a21f11043f48e4aae7b52deed609b1af5cdf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:20.273Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:20.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:20.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T06:02:20.607Z] bf250984b450: Preparing [2020-10-12T06:02:20.607Z] add76b453994: Preparing [2020-10-12T06:02:20.607Z] 6a5da0feaadd: Preparing [2020-10-12T06:02:20.607Z] 6a5da0feaadd: Layer already exists [2020-10-12T06:02:20.607Z] add76b453994: Layer already exists [2020-10-12T06:02:20.607Z] bf250984b450: Layer already exists [2020-10-12T06:02:20.878Z] 1.2.2-dev.63: digest: sha256:0f9cf9ccade5aed6260b4d32b065a21f11043f48e4aae7b52deed609b1af5cdf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:21.211Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:21.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:21.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T06:02:21.542Z] bf250984b450: Preparing [2020-10-12T06:02:21.542Z] add76b453994: Preparing [2020-10-12T06:02:21.542Z] 6a5da0feaadd: Preparing [2020-10-12T06:02:21.542Z] bf250984b450: Layer already exists [2020-10-12T06:02:21.542Z] add76b453994: Layer already exists [2020-10-12T06:02:21.542Z] 6a5da0feaadd: Layer already exists [2020-10-12T06:02:21.812Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:0f9cf9ccade5aed6260b4d32b065a21f11043f48e4aae7b52deed609b1af5cdf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:22.146Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:22.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-12T06:02:22.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T06:02:22.477Z] bf250984b450: Preparing [2020-10-12T06:02:22.477Z] add76b453994: Preparing [2020-10-12T06:02:22.477Z] 6a5da0feaadd: Preparing [2020-10-12T06:02:22.477Z] add76b453994: Layer already exists [2020-10-12T06:02:22.477Z] bf250984b450: Layer already exists [2020-10-12T06:02:22.477Z] 6a5da0feaadd: Layer already exists [2020-10-12T06:02:22.747Z] master: digest: sha256:0f9cf9ccade5aed6260b4d32b065a21f11043f48e4aae7b52deed609b1af5cdf size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:02:22.939Z] ===================================================== [Pipeline] echo [2020-10-12T06:02:22.987Z] taggedImages: [2020-10-12T06:02:22.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:22.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:22.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:22.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-12T06:02:23.055Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-12T06:02:23.055Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:23.055Z] 1.2.2-dev.63 [2020-10-12T06:02:23.055Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:23.055Z] master [2020-10-12T06:02:23.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:23.554Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:23.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:23.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T06:02:23.894Z] f82aeb37691f: Preparing [2020-10-12T06:02:23.894Z] 08e225414b41: Preparing [2020-10-12T06:02:23.894Z] e778a0a1c707: Preparing [2020-10-12T06:02:23.894Z] cad78a2444e2: Preparing [2020-10-12T06:02:23.894Z] 6041839e99b3: Preparing [2020-10-12T06:02:23.894Z] 7ee7b588266c: Preparing [2020-10-12T06:02:23.894Z] ada935a4f2f0: Preparing [2020-10-12T06:02:23.894Z] f875f9e206db: Preparing [2020-10-12T06:02:23.894Z] 3994ac1dcb8b: Preparing [2020-10-12T06:02:23.894Z] 5f2247eaf593: Preparing [2020-10-12T06:02:23.894Z] 62d13be1b083: Preparing [2020-10-12T06:02:23.894Z] 94fdc660876c: Preparing [2020-10-12T06:02:23.894Z] 4e7279dfc0c0: Preparing [2020-10-12T06:02:23.894Z] e2f13739ad41: Preparing [2020-10-12T06:02:23.894Z] 5f2247eaf593: Waiting [2020-10-12T06:02:23.894Z] 62d13be1b083: Waiting [2020-10-12T06:02:23.894Z] 94fdc660876c: Waiting [2020-10-12T06:02:23.894Z] 4e7279dfc0c0: Waiting [2020-10-12T06:02:23.894Z] 7ee7b588266c: Waiting [2020-10-12T06:02:23.894Z] e2f13739ad41: Waiting [2020-10-12T06:02:23.894Z] ada935a4f2f0: Waiting [2020-10-12T06:02:23.894Z] f875f9e206db: Waiting [2020-10-12T06:02:23.894Z] 3994ac1dcb8b: Waiting [2020-10-12T06:02:24.492Z] 6041839e99b3: Pushed [2020-10-12T06:02:24.763Z] f82aeb37691f: Pushed [2020-10-12T06:02:25.037Z] cad78a2444e2: Pushed [2020-10-12T06:02:25.315Z] f875f9e206db: Layer already exists [2020-10-12T06:02:25.315Z] 3994ac1dcb8b: Layer already exists [2020-10-12T06:02:25.315Z] ada935a4f2f0: Pushed [2020-10-12T06:02:25.315Z] 5f2247eaf593: Layer already exists [2020-10-12T06:02:25.315Z] 62d13be1b083: Layer already exists [2020-10-12T06:02:25.315Z] 94fdc660876c: Layer already exists [2020-10-12T06:02:25.315Z] 4e7279dfc0c0: Layer already exists [2020-10-12T06:02:25.315Z] e2f13739ad41: Layer already exists [2020-10-12T06:02:25.908Z] 08e225414b41: Pushed [2020-10-12T06:02:26.500Z] 7ee7b588266c: Pushed [2020-10-12T06:02:36.626Z] e778a0a1c707: Pushed [2020-10-12T06:02:36.626Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11: digest: sha256:78a1be846195438173013ea1b1d9b205008fc032f028492b40e3c7e09e9749d2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:36.965Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:37.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:37.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T06:02:37.299Z] f82aeb37691f: Preparing [2020-10-12T06:02:37.299Z] 08e225414b41: Preparing [2020-10-12T06:02:37.299Z] e778a0a1c707: Preparing [2020-10-12T06:02:37.299Z] cad78a2444e2: Preparing [2020-10-12T06:02:37.299Z] 6041839e99b3: Preparing [2020-10-12T06:02:37.299Z] 7ee7b588266c: Preparing [2020-10-12T06:02:37.299Z] ada935a4f2f0: Preparing [2020-10-12T06:02:37.299Z] f875f9e206db: Preparing [2020-10-12T06:02:37.299Z] 3994ac1dcb8b: Preparing [2020-10-12T06:02:37.299Z] 5f2247eaf593: Preparing [2020-10-12T06:02:37.299Z] 62d13be1b083: Preparing [2020-10-12T06:02:37.299Z] 94fdc660876c: Preparing [2020-10-12T06:02:37.299Z] 4e7279dfc0c0: Preparing [2020-10-12T06:02:37.299Z] e2f13739ad41: Preparing [2020-10-12T06:02:37.299Z] 7ee7b588266c: Waiting [2020-10-12T06:02:37.299Z] ada935a4f2f0: Waiting [2020-10-12T06:02:37.299Z] 5f2247eaf593: Waiting [2020-10-12T06:02:37.299Z] f875f9e206db: Waiting [2020-10-12T06:02:37.299Z] 3994ac1dcb8b: Waiting [2020-10-12T06:02:37.299Z] 62d13be1b083: Waiting [2020-10-12T06:02:37.299Z] 94fdc660876c: Waiting [2020-10-12T06:02:37.299Z] e2f13739ad41: Waiting [2020-10-12T06:02:37.299Z] 4e7279dfc0c0: Waiting [2020-10-12T06:02:37.299Z] f82aeb37691f: Layer already exists [2020-10-12T06:02:37.299Z] 6041839e99b3: Layer already exists [2020-10-12T06:02:37.299Z] 08e225414b41: Layer already exists [2020-10-12T06:02:37.570Z] cad78a2444e2: Layer already exists [2020-10-12T06:02:37.570Z] e778a0a1c707: Layer already exists [2020-10-12T06:02:37.570Z] f875f9e206db: Layer already exists [2020-10-12T06:02:37.570Z] ada935a4f2f0: Layer already exists [2020-10-12T06:02:37.570Z] 5f2247eaf593: Layer already exists [2020-10-12T06:02:37.570Z] 7ee7b588266c: Layer already exists [2020-10-12T06:02:37.570Z] 3994ac1dcb8b: Layer already exists [2020-10-12T06:02:37.570Z] 94fdc660876c: Layer already exists [2020-10-12T06:02:37.570Z] 62d13be1b083: Layer already exists [2020-10-12T06:02:37.570Z] 4e7279dfc0c0: Layer already exists [2020-10-12T06:02:37.570Z] e2f13739ad41: Layer already exists [2020-10-12T06:02:37.570Z] 1.2.2-dev.63: digest: sha256:78a1be846195438173013ea1b1d9b205008fc032f028492b40e3c7e09e9749d2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:37.914Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:38.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:38.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T06:02:38.247Z] f82aeb37691f: Preparing [2020-10-12T06:02:38.247Z] 08e225414b41: Preparing [2020-10-12T06:02:38.247Z] e778a0a1c707: Preparing [2020-10-12T06:02:38.247Z] cad78a2444e2: Preparing [2020-10-12T06:02:38.247Z] 6041839e99b3: Preparing [2020-10-12T06:02:38.247Z] 7ee7b588266c: Preparing [2020-10-12T06:02:38.247Z] ada935a4f2f0: Preparing [2020-10-12T06:02:38.247Z] f875f9e206db: Preparing [2020-10-12T06:02:38.247Z] 3994ac1dcb8b: Preparing [2020-10-12T06:02:38.247Z] 5f2247eaf593: Preparing [2020-10-12T06:02:38.247Z] 62d13be1b083: Preparing [2020-10-12T06:02:38.247Z] 94fdc660876c: Preparing [2020-10-12T06:02:38.247Z] 4e7279dfc0c0: Preparing [2020-10-12T06:02:38.247Z] e2f13739ad41: Preparing [2020-10-12T06:02:38.247Z] 7ee7b588266c: Waiting [2020-10-12T06:02:38.247Z] ada935a4f2f0: Waiting [2020-10-12T06:02:38.247Z] f875f9e206db: Waiting [2020-10-12T06:02:38.247Z] 3994ac1dcb8b: Waiting [2020-10-12T06:02:38.247Z] 5f2247eaf593: Waiting [2020-10-12T06:02:38.247Z] 62d13be1b083: Waiting [2020-10-12T06:02:38.247Z] 94fdc660876c: Waiting [2020-10-12T06:02:38.247Z] 4e7279dfc0c0: Waiting [2020-10-12T06:02:38.247Z] e2f13739ad41: Waiting [2020-10-12T06:02:38.520Z] 6041839e99b3: Layer already exists [2020-10-12T06:02:38.520Z] cad78a2444e2: Layer already exists [2020-10-12T06:02:38.520Z] f82aeb37691f: Layer already exists [2020-10-12T06:02:38.520Z] e778a0a1c707: Layer already exists [2020-10-12T06:02:38.520Z] 08e225414b41: Layer already exists [2020-10-12T06:02:38.520Z] 7ee7b588266c: Layer already exists [2020-10-12T06:02:38.520Z] 5f2247eaf593: Layer already exists [2020-10-12T06:02:38.520Z] 3994ac1dcb8b: Layer already exists [2020-10-12T06:02:38.520Z] ada935a4f2f0: Layer already exists [2020-10-12T06:02:38.520Z] f875f9e206db: Layer already exists [2020-10-12T06:02:38.520Z] 94fdc660876c: Layer already exists [2020-10-12T06:02:38.520Z] e2f13739ad41: Layer already exists [2020-10-12T06:02:38.520Z] 4e7279dfc0c0: Layer already exists [2020-10-12T06:02:38.520Z] 62d13be1b083: Layer already exists [2020-10-12T06:02:38.520Z] 63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63: digest: sha256:78a1be846195438173013ea1b1d9b205008fc032f028492b40e3c7e09e9749d2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:38.865Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:39.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-12T06:02:39.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T06:02:39.198Z] f82aeb37691f: Preparing [2020-10-12T06:02:39.198Z] 08e225414b41: Preparing [2020-10-12T06:02:39.198Z] e778a0a1c707: Preparing [2020-10-12T06:02:39.198Z] cad78a2444e2: Preparing [2020-10-12T06:02:39.198Z] 6041839e99b3: Preparing [2020-10-12T06:02:39.198Z] 7ee7b588266c: Preparing [2020-10-12T06:02:39.198Z] ada935a4f2f0: Preparing [2020-10-12T06:02:39.198Z] f875f9e206db: Preparing [2020-10-12T06:02:39.198Z] 3994ac1dcb8b: Preparing [2020-10-12T06:02:39.198Z] 5f2247eaf593: Preparing [2020-10-12T06:02:39.198Z] 62d13be1b083: Preparing [2020-10-12T06:02:39.198Z] 94fdc660876c: Preparing [2020-10-12T06:02:39.198Z] 4e7279dfc0c0: Preparing [2020-10-12T06:02:39.198Z] e2f13739ad41: Preparing [2020-10-12T06:02:39.198Z] 7ee7b588266c: Waiting [2020-10-12T06:02:39.198Z] ada935a4f2f0: Waiting [2020-10-12T06:02:39.198Z] 3994ac1dcb8b: Waiting [2020-10-12T06:02:39.198Z] 5f2247eaf593: Waiting [2020-10-12T06:02:39.198Z] 62d13be1b083: Waiting [2020-10-12T06:02:39.198Z] 94fdc660876c: Waiting [2020-10-12T06:02:39.198Z] 4e7279dfc0c0: Waiting [2020-10-12T06:02:39.198Z] e2f13739ad41: Waiting [2020-10-12T06:02:39.198Z] 08e225414b41: Layer already exists [2020-10-12T06:02:39.198Z] e778a0a1c707: Layer already exists [2020-10-12T06:02:39.198Z] f82aeb37691f: Layer already exists [2020-10-12T06:02:39.198Z] cad78a2444e2: Layer already exists [2020-10-12T06:02:39.198Z] 6041839e99b3: Layer already exists [2020-10-12T06:02:39.471Z] ada935a4f2f0: Layer already exists [2020-10-12T06:02:39.471Z] 7ee7b588266c: Layer already exists [2020-10-12T06:02:39.471Z] f875f9e206db: Layer already exists [2020-10-12T06:02:39.471Z] 5f2247eaf593: Layer already exists [2020-10-12T06:02:39.471Z] 3994ac1dcb8b: Layer already exists [2020-10-12T06:02:39.471Z] 4e7279dfc0c0: Layer already exists [2020-10-12T06:02:39.471Z] 94fdc660876c: Layer already exists [2020-10-12T06:02:39.471Z] 62d13be1b083: Layer already exists [2020-10-12T06:02:39.471Z] e2f13739ad41: Layer already exists [2020-10-12T06:02:39.471Z] master: digest: sha256:78a1be846195438173013ea1b1d9b205008fc032f028492b40e3c7e09e9749d2 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T06:02:39.647Z] ===================================================== [Pipeline] echo [2020-10-12T06:02:39.691Z] taggedImages: [2020-10-12T06:02:39.691Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:02:39.691Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.63 [2020-10-12T06:02:39.691Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11-1.2.2-dev.63 [2020-10-12T06:02:39.691Z] - 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 [2020-10-12T06:02:41.431Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-12T06:02:41.433Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-12T06:02:41.498Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:41.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T06:02:41.858Z] [2020-10-12T06:02:41.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:02:42.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T06:02:42.209Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-12T06:02:42.209Z] cbdbe7a5bc2a: Already exists [2020-10-12T06:02:42.209Z] 408f87550127: Pulling fs layer [2020-10-12T06:02:42.209Z] fe522b08c979: Pulling fs layer [2020-10-12T06:02:42.209Z] 221eaa008020: Pulling fs layer [2020-10-12T06:02:42.209Z] 2a4607e5d6b9: Pulling fs layer [2020-10-12T06:02:42.209Z] 8f79b27c4fd2: Pulling fs layer [2020-10-12T06:02:42.209Z] e5c8dbe1645b: Pulling fs layer [2020-10-12T06:02:42.209Z] 23e8b3b47431: Pulling fs layer [2020-10-12T06:02:42.209Z] 5c568d65a230: Pulling fs layer [2020-10-12T06:02:42.209Z] e5c8dbe1645b: Waiting [2020-10-12T06:02:42.209Z] 2a4607e5d6b9: Waiting [2020-10-12T06:02:42.209Z] 8f79b27c4fd2: Waiting [2020-10-12T06:02:42.209Z] 5c568d65a230: Waiting [2020-10-12T06:02:42.209Z] 23e8b3b47431: Waiting [2020-10-12T06:02:42.209Z] fe522b08c979: Verifying Checksum [2020-10-12T06:02:42.209Z] fe522b08c979: Download complete [2020-10-12T06:02:42.209Z] 408f87550127: Verifying Checksum [2020-10-12T06:02:42.209Z] 408f87550127: Download complete [2020-10-12T06:02:42.209Z] 2a4607e5d6b9: Verifying Checksum [2020-10-12T06:02:42.209Z] 2a4607e5d6b9: Download complete [2020-10-12T06:02:42.209Z] 8f79b27c4fd2: Verifying Checksum [2020-10-12T06:02:42.209Z] 8f79b27c4fd2: Download complete [2020-10-12T06:02:42.472Z] 408f87550127: Pull complete [2020-10-12T06:02:42.734Z] fe522b08c979: Pull complete [2020-10-12T06:02:44.128Z] e5c8dbe1645b: Verifying Checksum [2020-10-12T06:02:44.128Z] e5c8dbe1645b: Download complete [2020-10-12T06:02:45.087Z] 23e8b3b47431: Verifying Checksum [2020-10-12T06:02:45.087Z] 23e8b3b47431: Download complete [2020-10-12T06:02:45.087Z] 5c568d65a230: Verifying Checksum [2020-10-12T06:02:45.087Z] 5c568d65a230: Download complete [2020-10-12T06:02:46.038Z] 221eaa008020: Verifying Checksum [2020-10-12T06:02:46.038Z] 221eaa008020: Download complete [2020-10-12T06:02:52.658Z] 221eaa008020: Pull complete [2020-10-12T06:02:52.658Z] 2a4607e5d6b9: Pull complete [2020-10-12T06:02:52.658Z] 8f79b27c4fd2: Pull complete [2020-10-12T06:02:55.994Z] e5c8dbe1645b: Pull complete [2020-10-12T06:02:59.313Z] 23e8b3b47431: Pull complete [2020-10-12T06:03:01.894Z] 5c568d65a230: Pull complete [2020-10-12T06:03:01.894Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-12T06:03:01.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T06:03:01.894Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-12T06:03:02.109Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:02.179Z] $ 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/178:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:03.542Z] $ docker top 4f53b138236c667b212e3c1e493f0a8851a13ec9cd29f5ec5db6c4ba02f92630 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T06:03:04.103Z] + snyk monitor '--org=edgex-jenkins' [2020-10-12T06:03:12.256Z] [2020-10-12T06:03:12.256Z] Monitoring /w/workspace/edgex-go/178 (github.com/edgexfoundry/edgex-go)... [2020-10-12T06:03:12.256Z] [2020-10-12T06:03:12.256Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c4c92a39-156b-4301-a455-3061c94790f0 [2020-10-12T06:03:12.256Z] [2020-10-12T06:03:12.256Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-12T06:03:12.256Z] [2020-10-12T06:03:12.256Z] [2020-10-12T06:03:12.256Z] Snyk CLI supports Node.js 8 and higher. [2020-10-12T06:03:12.256Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-12T06:03:12.256Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-12T06:03:12.256Z] [2020-10-12T06:03:12.256Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-12T06:03:12.256Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-12T06:03:12.285Z] $ docker stop --time=1 4f53b138236c667b212e3c1e493f0a8851a13ec9cd29f5ec5db6c4ba02f92630 [2020-10-12T06:03:16.063Z] $ docker rm -f 4f53b138236c667b212e3c1e493f0a8851a13ec9cd29f5ec5db6c4ba02f92630 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:18.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:18.220Z] [2020-10-12T06:03:18.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:18.569Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:18.569Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-12T06:03:18.569Z] e7c96db7181b: Pulling fs layer [2020-10-12T06:03:18.569Z] 1868ca2cb446: Pulling fs layer [2020-10-12T06:03:18.569Z] 136be5d0fe8e: Pulling fs layer [2020-10-12T06:03:18.569Z] 894bfe63afcb: Pulling fs layer [2020-10-12T06:03:18.569Z] 894bfe63afcb: Waiting [2020-10-12T06:03:18.569Z] 1868ca2cb446: Verifying Checksum [2020-10-12T06:03:18.569Z] 1868ca2cb446: Download complete [2020-10-12T06:03:18.569Z] 136be5d0fe8e: Verifying Checksum [2020-10-12T06:03:18.569Z] 136be5d0fe8e: Download complete [2020-10-12T06:03:18.569Z] e7c96db7181b: Verifying Checksum [2020-10-12T06:03:18.569Z] e7c96db7181b: Download complete [2020-10-12T06:03:18.830Z] 894bfe63afcb: Verifying Checksum [2020-10-12T06:03:18.830Z] 894bfe63afcb: Download complete [2020-10-12T06:03:18.830Z] e7c96db7181b: Pull complete [2020-10-12T06:03:19.092Z] 1868ca2cb446: Pull complete [2020-10-12T06:03:19.355Z] 136be5d0fe8e: Pull complete [2020-10-12T06:03:19.616Z] 894bfe63afcb: Pull complete [2020-10-12T06:03:19.616Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-12T06:03:19.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:19.616Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-12T06:03:19.718Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:19.769Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:20.889Z] $ docker top 6b7148a706d2aeb7fb593ac1783c474926bce97b84e47e0060f3e4b5697d04d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:03:21.447Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:03:21.447Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:03:24.152Z] $ docker stop --time=1 6b7148a706d2aeb7fb593ac1783c474926bce97b84e47e0060f3e4b5697d04d8 [2020-10-12T06:03:25.501Z] $ docker rm -f 6b7148a706d2aeb7fb593ac1783c474926bce97b84e47e0060f3e4b5697d04d8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:26.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:26.013Z] . [Pipeline] withDockerContainer [2020-10-12T06:03:26.119Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:26.169Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:26.876Z] $ docker top 9c166c57c85cbf0ec0025233d7f45cc1b966a025923c3a8204ef20cd9c0b4462 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:03:27.431Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:03:27.431Z] + tee [2020-10-12T06:03:27.431Z] clair timeout 1m0s [2020-10-12T06:03:27.431Z] docker timeout: 1m0s [2020-10-12T06:03:27.431Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:03:28.125Z] $ docker stop --time=1 9c166c57c85cbf0ec0025233d7f45cc1b966a025923c3a8204ef20cd9c0b4462 [2020-10-12T06:03:29.513Z] $ docker rm -f 9c166c57c85cbf0ec0025233d7f45cc1b966a025923c3a8204ef20cd9c0b4462 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:03:29.999Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:03:30.015Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-core-command-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:03:30.123Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:30.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:30.478Z] . [Pipeline] withDockerContainer [2020-10-12T06:03:30.583Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:30.636Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:31.417Z] $ docker top 2480c578499ae10006ca43e3bf5610bbf87f8d436e7778e8e0e45b0ba9ac401c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:03:32.043Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:03:32.043Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:03:37.488Z] $ docker stop --time=1 2480c578499ae10006ca43e3bf5610bbf87f8d436e7778e8e0e45b0ba9ac401c [2020-10-12T06:03:38.892Z] $ docker rm -f 2480c578499ae10006ca43e3bf5610bbf87f8d436e7778e8e0e45b0ba9ac401c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:39.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:39.363Z] . [Pipeline] withDockerContainer [2020-10-12T06:03:39.470Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:39.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:40.205Z] $ docker top 6821afbfbe401e12d524e81fed9e21a01da48a6a8d2a2b33bbbaccbe81d84b0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:03:40.811Z] + tee [2020-10-12T06:03:40.811Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:03:40.811Z] clair timeout 1m0s [2020-10-12T06:03:40.811Z] docker timeout: 1m0s [2020-10-12T06:03:40.811Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:03:41.865Z] $ docker stop --time=1 6821afbfbe401e12d524e81fed9e21a01da48a6a8d2a2b33bbbaccbe81d84b0f [2020-10-12T06:03:43.227Z] $ docker rm -f 6821afbfbe401e12d524e81fed9e21a01da48a6a8d2a2b33bbbaccbe81d84b0f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:03:43.709Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:03:43.723Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-core-data-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:03:43.780Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:44.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:44.114Z] . [Pipeline] withDockerContainer [2020-10-12T06:03:44.249Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:44.303Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:44.986Z] $ docker top 711a919d57d08ca860012334e63b9a1ad21995c8f76948b0422d95f5fca1507d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:03:45.519Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:03:45.519Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:03:48.224Z] $ docker stop --time=1 711a919d57d08ca860012334e63b9a1ad21995c8f76948b0422d95f5fca1507d [2020-10-12T06:03:49.601Z] $ docker rm -f 711a919d57d08ca860012334e63b9a1ad21995c8f76948b0422d95f5fca1507d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:50.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:50.078Z] . [Pipeline] withDockerContainer [2020-10-12T06:03:50.184Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:50.233Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:51.017Z] $ docker top 2c83ab99ff716d19f61829a2dfb2b4232229fa40e7d2bf31b8b91982efb16326 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:03:51.615Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:03:51.616Z] + tee [2020-10-12T06:03:51.616Z] clair timeout 1m0s [2020-10-12T06:03:51.616Z] docker timeout: 1m0s [2020-10-12T06:03:51.616Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:03:52.295Z] $ docker stop --time=1 2c83ab99ff716d19f61829a2dfb2b4232229fa40e7d2bf31b8b91982efb16326 [2020-10-12T06:03:53.672Z] $ docker rm -f 2c83ab99ff716d19f61829a2dfb2b4232229fa40e7d2bf31b8b91982efb16326 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:03:54.147Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:03:54.160Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-core-metadata-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:03:54.211Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:03:54.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:03:54.566Z] . [Pipeline] withDockerContainer [2020-10-12T06:03:54.675Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:03:54.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:03:55.437Z] $ docker top 369ec9b2fa77f7b413c054bb84e6c8dfe3ace69605b4cc556a9b87c686267910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:03:55.965Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:03:55.966Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:00.392Z] $ docker stop --time=1 369ec9b2fa77f7b413c054bb84e6c8dfe3ace69605b4cc556a9b87c686267910 [2020-10-12T06:04:01.749Z] $ docker rm -f 369ec9b2fa77f7b413c054bb84e6c8dfe3ace69605b4cc556a9b87c686267910 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:02.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:02.236Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:02.344Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:02.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:03.083Z] $ docker top 34899a007725d0178322b14d89ff0ee444373a6c4516b3bd068b0ca79a0a01de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:03.650Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:04:03.650Z] + tee [2020-10-12T06:04:03.650Z] clair timeout 1m0s [2020-10-12T06:04:03.650Z] docker timeout: 1m0s [2020-10-12T06:04:03.650Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:04.698Z] $ docker stop --time=1 34899a007725d0178322b14d89ff0ee444373a6c4516b3bd068b0ca79a0a01de [2020-10-12T06:04:06.110Z] $ docker rm -f 34899a007725d0178322b14d89ff0ee444373a6c4516b3bd068b0ca79a0a01de [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:04:06.601Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:04:06.614Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-security-proxy-setup-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:04:06.664Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:07.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:07.004Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:07.111Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:07.158Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:07.931Z] $ docker top ed2538fd96deab2854cd2f125070800222bc5e3d9bf37462135e787b53ab49e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:08.600Z] + tee [2020-10-12T06:04:08.600Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:15.364Z] $ docker stop --time=1 ed2538fd96deab2854cd2f125070800222bc5e3d9bf37462135e787b53ab49e6 [2020-10-12T06:04:16.979Z] $ docker rm -f ed2538fd96deab2854cd2f125070800222bc5e3d9bf37462135e787b53ab49e6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:17.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:17.445Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:17.549Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:17.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:18.212Z] $ docker top d7c3582a8c5917c0b9e6017fd1be674c049d21abadf00efabfb3594fdd509e4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:18.725Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:04:18.726Z] + tee [2020-10-12T06:04:18.726Z] clair timeout 1m0s [2020-10-12T06:04:18.726Z] docker timeout: 1m0s [2020-10-12T06:04:18.726Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:20.211Z] $ docker stop --time=1 d7c3582a8c5917c0b9e6017fd1be674c049d21abadf00efabfb3594fdd509e4c [2020-10-12T06:04:21.578Z] $ docker rm -f d7c3582a8c5917c0b9e6017fd1be674c049d21abadf00efabfb3594fdd509e4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:04:22.077Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:04:22.091Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-security-secrets-setup-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:04:22.152Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:22.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:22.489Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:22.606Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:22.657Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:23.383Z] $ docker top 4607484ddef6ede5a6e0f937c35fb0712dd5e9768e2da23f73987223b27a561c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:23.947Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:04:23.947Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:32.254Z] $ docker stop --time=1 4607484ddef6ede5a6e0f937c35fb0712dd5e9768e2da23f73987223b27a561c [2020-10-12T06:04:33.654Z] $ docker rm -f 4607484ddef6ede5a6e0f937c35fb0712dd5e9768e2da23f73987223b27a561c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:34.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:34.172Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:34.289Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:34.339Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:35.144Z] $ docker top e517ce79bb61a6e2731a670a994e6b84d12fe2a3a526f76af9de4e160f0bb8ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:35.686Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:04:35.686Z] + tee [2020-10-12T06:04:35.686Z] clair timeout 1m0s [2020-10-12T06:04:35.686Z] docker timeout: 1m0s [2020-10-12T06:04:35.686Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:37.200Z] $ docker stop --time=1 e517ce79bb61a6e2731a670a994e6b84d12fe2a3a526f76af9de4e160f0bb8ba [2020-10-12T06:04:38.553Z] $ docker rm -f e517ce79bb61a6e2731a670a994e6b84d12fe2a3a526f76af9de4e160f0bb8ba [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:04:39.018Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:04:39.031Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-security-secretstore-setup-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:04:39.083Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:39.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:39.421Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:39.526Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:39.574Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:40.205Z] $ docker top da1facc01a26bb8d060c5031b029ac8e09ad33a79846b279f90c443c9d7b4a9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:40.729Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:04:40.729Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:44.226Z] $ docker stop --time=1 da1facc01a26bb8d060c5031b029ac8e09ad33a79846b279f90c443c9d7b4a9d [2020-10-12T06:04:45.626Z] $ docker rm -f da1facc01a26bb8d060c5031b029ac8e09ad33a79846b279f90c443c9d7b4a9d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:46.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:46.134Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:46.237Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:46.288Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:47.419Z] $ docker top c7e1d9824f95892eaeef9155883b7f10d14b1380b548f790ea57f3d1fcce5335 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:47.998Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:04:47.998Z] + tee [2020-10-12T06:04:47.998Z] clair timeout 1m0s [2020-10-12T06:04:47.998Z] docker timeout: 1m0s [2020-10-12T06:04:47.998Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:48.680Z] $ docker stop --time=1 c7e1d9824f95892eaeef9155883b7f10d14b1380b548f790ea57f3d1fcce5335 [2020-10-12T06:04:50.071Z] $ docker rm -f c7e1d9824f95892eaeef9155883b7f10d14b1380b548f790ea57f3d1fcce5335 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:04:50.674Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:04:50.689Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-support-logging-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:04:50.760Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:51.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:51.106Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:51.211Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:04:51.263Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:04:51.979Z] $ docker top e5478d202c37b833504345e7da75ea31d544edddc4c68793f03753a97ecddd2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:04:52.517Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:04:52.517Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:04:58.020Z] $ docker stop --time=1 e5478d202c37b833504345e7da75ea31d544edddc4c68793f03753a97ecddd2d [2020-10-12T06:04:59.372Z] $ docker rm -f e5478d202c37b833504345e7da75ea31d544edddc4c68793f03753a97ecddd2d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:04:59.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:04:59.850Z] . [Pipeline] withDockerContainer [2020-10-12T06:04:59.953Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:00.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:00.732Z] $ docker top d4a31d7721c929d95e9f5a7d787b5fc77b55c731fed841727d20119bfb68e7cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:01.280Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63b605587244ac62a7b5d1c23d47eb87e958ca11+ [2020-10-12T06:05:01.280Z] tee [2020-10-12T06:05:01.280Z] clair timeout 1m0s [2020-10-12T06:05:01.280Z] docker timeout: 1m0s [2020-10-12T06:05:01.280Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:02.348Z] $ docker stop --time=1 d4a31d7721c929d95e9f5a7d787b5fc77b55c731fed841727d20119bfb68e7cd [2020-10-12T06:05:03.757Z] $ docker rm -f d4a31d7721c929d95e9f5a7d787b5fc77b55c731fed841727d20119bfb68e7cd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:05:04.288Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:05:04.303Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-support-notifications-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:05:04.356Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:04.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:04.730Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:04.853Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:04.912Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:05.691Z] $ docker top 8b830c48ed220829c45fd339ddeccb743a547c4104021b0758b8141702d67708 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:06.260Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:06.260Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:08.978Z] $ docker stop --time=1 8b830c48ed220829c45fd339ddeccb743a547c4104021b0758b8141702d67708 [2020-10-12T06:05:10.368Z] $ docker rm -f 8b830c48ed220829c45fd339ddeccb743a547c4104021b0758b8141702d67708 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:10.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:10.843Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:10.951Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:10.999Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:11.646Z] $ docker top 1617c963cc5e899451190403a76c272012408b1eefd8f5785d65549c034ced57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:12.163Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:12.163Z] + tee [2020-10-12T06:05:12.163Z] clair timeout 1m0s [2020-10-12T06:05:12.163Z] docker timeout: 1m0s [2020-10-12T06:05:12.163Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:12.889Z] $ docker stop --time=1 1617c963cc5e899451190403a76c272012408b1eefd8f5785d65549c034ced57 [2020-10-12T06:05:14.257Z] $ docker rm -f 1617c963cc5e899451190403a76c272012408b1eefd8f5785d65549c034ced57 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:05:14.745Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:05:14.759Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-support-scheduler-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:05:14.810Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:15.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:15.155Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:15.259Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:15.306Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:16.056Z] $ docker top 5864493605f810d8c271be0551c7a78f4836a48b23564831f02171130baeea9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:16.663Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:16.663Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:31.751Z] $ docker stop --time=1 5864493605f810d8c271be0551c7a78f4836a48b23564831f02171130baeea9e [2020-10-12T06:05:33.213Z] $ docker rm -f 5864493605f810d8c271be0551c7a78f4836a48b23564831f02171130baeea9e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:33.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:33.723Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:33.828Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:33.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:34.664Z] $ docker top 602e0de40f937538c0e2c010e400f8d8a0bf9e6e4e02d0a27dc1321cb8ea5c02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:35.224Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:35.224Z] + tee [2020-10-12T06:05:35.224Z] clair timeout 1m0s [2020-10-12T06:05:35.224Z] docker timeout: 1m0s [2020-10-12T06:05:35.224Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:36.726Z] $ docker stop --time=1 602e0de40f937538c0e2c010e400f8d8a0bf9e6e4e02d0a27dc1321cb8ea5c02 [2020-10-12T06:05:38.097Z] $ docker rm -f 602e0de40f937538c0e2c010e400f8d8a0bf9e6e4e02d0a27dc1321cb8ea5c02 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:05:38.593Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:05:38.606Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-sys-mgmt-agent-go_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:05:38.663Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:39.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:39.006Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:39.111Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:39.161Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:39.881Z] $ docker top bde74710f4694c4659e581d7bf5d05b4f858c60239fbc1d3215fe139c0b8cef6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:40.444Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:40.444Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:43.166Z] $ docker stop --time=1 bde74710f4694c4659e581d7bf5d05b4f858c60239fbc1d3215fe139c0b8cef6 [2020-10-12T06:05:44.546Z] $ docker rm -f bde74710f4694c4659e581d7bf5d05b4f858c60239fbc1d3215fe139c0b8cef6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:45.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:45.150Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:45.258Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:45.303Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:46.066Z] $ docker top a7fbc69eb56fee2e907bcb380e07e94b04348422b27763747c402ac720d75bd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:46.613Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:46.613Z] + tee [2020-10-12T06:05:46.613Z] clair timeout 1m0s [2020-10-12T06:05:46.613Z] docker timeout: 1m0s [2020-10-12T06:05:46.613Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:47.300Z] $ docker stop --time=1 a7fbc69eb56fee2e907bcb380e07e94b04348422b27763747c402ac720d75bd3 [2020-10-12T06:05:48.701Z] $ docker rm -f a7fbc69eb56fee2e907bcb380e07e94b04348422b27763747c402ac720d75bd3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:05:49.175Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:05:49.188Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-core-command-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:05:49.237Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:49.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:49.583Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:49.690Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:49.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:50.412Z] $ docker top 071f6bf214939ccf44237d4f6a9534fadf0d1975d4f8fe91390c39c2ba0bf09c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:50.975Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:50.975Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:05:56.435Z] $ docker stop --time=1 071f6bf214939ccf44237d4f6a9534fadf0d1975d4f8fe91390c39c2ba0bf09c [2020-10-12T06:05:57.797Z] $ docker rm -f 071f6bf214939ccf44237d4f6a9534fadf0d1975d4f8fe91390c39c2ba0bf09c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:05:58.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:05:58.278Z] . [Pipeline] withDockerContainer [2020-10-12T06:05:58.417Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:05:58.515Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:05:59.259Z] $ docker top 43cb5b92ce8d878f3a6122537f6ed1b063ceb70cd6a0c3839a716e40722792ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:05:59.802Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:05:59.802Z] + tee [2020-10-12T06:05:59.802Z] clair timeout 1m0s [2020-10-12T06:05:59.802Z] docker timeout: 1m0s [2020-10-12T06:05:59.802Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:00.889Z] $ docker stop --time=1 43cb5b92ce8d878f3a6122537f6ed1b063ceb70cd6a0c3839a716e40722792ec [2020-10-12T06:06:02.279Z] $ docker rm -f 43cb5b92ce8d878f3a6122537f6ed1b063ceb70cd6a0c3839a716e40722792ec [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:06:02.772Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:06:02.786Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-core-data-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:06:02.840Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:03.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:03.182Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:03.284Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:03.333Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:04.067Z] $ docker top d03f078db05c99529cbe5cbb61534174e4a5e4a4c4372be3c5b8238484d825dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:04.704Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:04.704Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:07.414Z] $ docker stop --time=1 d03f078db05c99529cbe5cbb61534174e4a5e4a4c4372be3c5b8238484d825dd [2020-10-12T06:06:08.806Z] $ docker rm -f d03f078db05c99529cbe5cbb61534174e4a5e4a4c4372be3c5b8238484d825dd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:09.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:09.290Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:09.399Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:09.451Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:10.156Z] $ docker top 30bd696bec3aea5f3e3868eb60e25925ad6ee7cc931efcf46335d15f828d04c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:10.699Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:10.699Z] + tee [2020-10-12T06:06:10.699Z] clair timeout 1m0s [2020-10-12T06:06:10.699Z] docker timeout: 1m0s [2020-10-12T06:06:10.699Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:11.383Z] $ docker stop --time=1 30bd696bec3aea5f3e3868eb60e25925ad6ee7cc931efcf46335d15f828d04c4 [2020-10-12T06:06:12.751Z] $ docker rm -f 30bd696bec3aea5f3e3868eb60e25925ad6ee7cc931efcf46335d15f828d04c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:06:13.226Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:06:13.239Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-core-metadata-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:06:13.298Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:13.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:13.638Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:13.745Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:13.796Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:14.551Z] $ docker top 25468a217cd5da3f5f516d02e45d5822c847fe8e0d41493e20a4746cba748ec0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:15.180Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:15.180Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:19.596Z] $ docker stop --time=1 25468a217cd5da3f5f516d02e45d5822c847fe8e0d41493e20a4746cba748ec0 [2020-10-12T06:06:20.994Z] $ docker rm -f 25468a217cd5da3f5f516d02e45d5822c847fe8e0d41493e20a4746cba748ec0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:21.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:21.501Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:21.607Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:21.655Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:22.418Z] $ docker top 1c6438c8f8eff1b41b79e7e23dd298b032aac72923dfdd71435a48bb52edf124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:22.974Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:22.974Z] + tee [2020-10-12T06:06:22.974Z] clair timeout 1m0s [2020-10-12T06:06:22.974Z] docker timeout: 1m0s [2020-10-12T06:06:22.974Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:24.026Z] $ docker stop --time=1 1c6438c8f8eff1b41b79e7e23dd298b032aac72923dfdd71435a48bb52edf124 [2020-10-12T06:06:25.388Z] $ docker rm -f 1c6438c8f8eff1b41b79e7e23dd298b032aac72923dfdd71435a48bb52edf124 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:06:25.894Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:06:25.908Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:06:25.963Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:26.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:26.305Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:26.414Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:26.466Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:27.150Z] $ docker top c5db951fe8129c163b35799331e39b183cccfd954b81b2860cf80c11601e1517 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:27.716Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:27.716Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:34.498Z] $ docker stop --time=1 c5db951fe8129c163b35799331e39b183cccfd954b81b2860cf80c11601e1517 [2020-10-12T06:06:35.901Z] $ docker rm -f c5db951fe8129c163b35799331e39b183cccfd954b81b2860cf80c11601e1517 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:36.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:36.377Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:36.478Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:36.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:37.222Z] $ docker top 662c1eed48e27f3ded91e39a4dd4ec987c3a2a24b982c4f2cfd7e46560205b7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:37.772Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:37.772Z] + tee [2020-10-12T06:06:37.772Z] clair timeout 1m0s [2020-10-12T06:06:37.772Z] docker timeout: 1m0s [2020-10-12T06:06:37.772Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:39.258Z] $ docker stop --time=1 662c1eed48e27f3ded91e39a4dd4ec987c3a2a24b982c4f2cfd7e46560205b7a [2020-10-12T06:06:40.615Z] $ docker rm -f 662c1eed48e27f3ded91e39a4dd4ec987c3a2a24b982c4f2cfd7e46560205b7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:06:41.102Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:06:41.115Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:06:41.167Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:41.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:41.512Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:41.612Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:41.657Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:42.424Z] $ docker top d547d01f2b4b047ef9534c496aace665fee60e74f9e18d0d0fe40644eed4b933 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:42.989Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:42.989Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:51.366Z] $ docker stop --time=1 d547d01f2b4b047ef9534c496aace665fee60e74f9e18d0d0fe40644eed4b933 [2020-10-12T06:06:52.740Z] $ docker rm -f d547d01f2b4b047ef9534c496aace665fee60e74f9e18d0d0fe40644eed4b933 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:53.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:53.209Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:53.311Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:53.414Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:54.125Z] $ docker top 914a824018bf5b0f06e443d11248b287bb47e19a5377bc1e992027a31cf4d240 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:54.699Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:54.699Z] + tee [2020-10-12T06:06:54.699Z] clair timeout 1m0s [2020-10-12T06:06:54.699Z] docker timeout: 1m0s [2020-10-12T06:06:54.699Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:06:56.193Z] $ docker stop --time=1 914a824018bf5b0f06e443d11248b287bb47e19a5377bc1e992027a31cf4d240 [2020-10-12T06:06:57.548Z] $ docker rm -f 914a824018bf5b0f06e443d11248b287bb47e19a5377bc1e992027a31cf4d240 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:06:58.024Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:06:58.038Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:06:58.094Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:06:58.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:06:58.439Z] . [Pipeline] withDockerContainer [2020-10-12T06:06:58.542Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:06:58.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:06:59.295Z] $ docker top 3b865de7f833f8678a6ff3a1a7ab6c89d5f5870d0a7732a717af31a8ee6e557e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:06:59.844Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:06:59.844Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:04.228Z] $ docker stop --time=1 3b865de7f833f8678a6ff3a1a7ab6c89d5f5870d0a7732a717af31a8ee6e557e [2020-10-12T06:07:05.680Z] $ docker rm -f 3b865de7f833f8678a6ff3a1a7ab6c89d5f5870d0a7732a717af31a8ee6e557e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:07:06.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:07:06.166Z] . [Pipeline] withDockerContainer [2020-10-12T06:07:06.274Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:07:06.407Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:07:07.154Z] $ docker top 25b794e7076a1d24ecc9e5eb54ec1642468db5ac5db7fd3346ffc15a767e64c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:07:07.681Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:07:07.681Z] + tee [2020-10-12T06:07:07.681Z] clair timeout 1m0s [2020-10-12T06:07:07.681Z] docker timeout: 1m0s [2020-10-12T06:07:07.681Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:08.363Z] $ docker stop --time=1 25b794e7076a1d24ecc9e5eb54ec1642468db5ac5db7fd3346ffc15a767e64c9 [2020-10-12T06:07:09.715Z] $ docker rm -f 25b794e7076a1d24ecc9e5eb54ec1642468db5ac5db7fd3346ffc15a767e64c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:07:10.180Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:07:10.194Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-support-logging-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:07:10.262Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:07:10.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:07:10.608Z] . [Pipeline] withDockerContainer [2020-10-12T06:07:10.709Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:07:10.760Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:07:11.424Z] $ docker top 6923a0ed3ed924f14306c75085103b35bfc565975db2c629849dc5954bb0e4e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:07:11.966Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:07:11.966Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:17.441Z] $ docker stop --time=1 6923a0ed3ed924f14306c75085103b35bfc565975db2c629849dc5954bb0e4e4 [2020-10-12T06:07:18.885Z] $ docker rm -f 6923a0ed3ed924f14306c75085103b35bfc565975db2c629849dc5954bb0e4e4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:07:19.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:07:19.421Z] . [Pipeline] withDockerContainer [2020-10-12T06:07:19.521Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:07:19.568Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:07:20.353Z] $ docker top aabdcbf5c1e893504c38a1a01df1115711f567ac403bcd47b901dc738d741bb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:07:20.914Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:07:20.914Z] + tee [2020-10-12T06:07:20.914Z] clair timeout 1m0s [2020-10-12T06:07:20.914Z] docker timeout: 1m0s [2020-10-12T06:07:20.914Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:21.997Z] $ docker stop --time=1 aabdcbf5c1e893504c38a1a01df1115711f567ac403bcd47b901dc738d741bb7 [2020-10-12T06:07:23.387Z] $ docker rm -f aabdcbf5c1e893504c38a1a01df1115711f567ac403bcd47b901dc738d741bb7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:07:23.855Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:07:23.868Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-support-notifications-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:07:23.925Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:07:24.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:07:24.264Z] . [Pipeline] withDockerContainer [2020-10-12T06:07:24.365Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:07:24.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:07:25.049Z] $ docker top 7085d15304fcd9a1a914a4065c57f3b641b8b3f52ee68a248f74ffad353c5e08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:07:25.562Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:07:25.562Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:28.287Z] $ docker stop --time=1 7085d15304fcd9a1a914a4065c57f3b641b8b3f52ee68a248f74ffad353c5e08 [2020-10-12T06:07:29.635Z] $ docker rm -f 7085d15304fcd9a1a914a4065c57f3b641b8b3f52ee68a248f74ffad353c5e08 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:07:30.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:07:30.107Z] . [Pipeline] withDockerContainer [2020-10-12T06:07:30.209Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:07:30.252Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:07:30.958Z] $ docker top e168361d74ef46da087624e9118df5728298e222a9f5dab5a2c9735caff3289e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:07:31.538Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:07:31.538Z] + tee [2020-10-12T06:07:31.538Z] clair timeout 1m0s [2020-10-12T06:07:31.538Z] docker timeout: 1m0s [2020-10-12T06:07:31.538Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:32.222Z] $ docker stop --time=1 e168361d74ef46da087624e9118df5728298e222a9f5dab5a2c9735caff3289e [2020-10-12T06:07:33.587Z] $ docker rm -f e168361d74ef46da087624e9118df5728298e222a9f5dab5a2c9735caff3289e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:07:34.118Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:07:34.131Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-support-scheduler-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:07:34.193Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:07:34.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:07:34.537Z] . [Pipeline] withDockerContainer [2020-10-12T06:07:34.640Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:07:34.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:07:35.412Z] $ docker top 46ef2936053eb1eacdf36faefe4df3ece662ba7ab48b2fe752ee224802862389 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:07:35.962Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:07:35.962Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:51.091Z] $ docker stop --time=1 46ef2936053eb1eacdf36faefe4df3ece662ba7ab48b2fe752ee224802862389 [2020-10-12T06:07:52.499Z] $ docker rm -f 46ef2936053eb1eacdf36faefe4df3ece662ba7ab48b2fe752ee224802862389 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:07:52.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T06:07:52.968Z] . [Pipeline] withDockerContainer [2020-10-12T06:07:53.070Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:07:53.120Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:07:53.755Z] $ docker top 2292234e537bf6ec1fce78a3de82657ce68113ce0df16b3c2a5c340fd716636a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T06:07:54.267Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63b605587244ac62a7b5d1c23d47eb87e958ca11 [2020-10-12T06:07:54.267Z] + tee [2020-10-12T06:07:54.267Z] clair timeout 1m0s [2020-10-12T06:07:54.267Z] docker timeout: 1m0s [2020-10-12T06:07:54.267Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T06:07:55.776Z] $ docker stop --time=1 2292234e537bf6ec1fce78a3de82657ce68113ce0df16b3c2a5c340fd716636a [2020-10-12T06:07:57.162Z] $ docker rm -f 2292234e537bf6ec1fce78a3de82657ce68113ce0df16b3c2a5c340fd716636a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T06:07:57.705Z] + mkdir -p /w/workspace/edgex-go/178/clair-reports [Pipeline] echo [2020-10-12T06:07:57.718Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/178/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_63b605587244ac62a7b5d1c23d47eb87e958ca11.html [Pipeline] writeFile [Pipeline] step [2020-10-12T06:07:57.769Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-12T06:07:58.201Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T06:07:58.263Z] provisioning config files... [2020-10-12T06:07:58.293Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/178@tmp/config7268673421630059851tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:07:58.640Z] --> edgex-publish-swagger.sh [2020-10-12T06:07:58.640Z] === Publish openapi/v1 API === [2020-10-12T06:07:58.640Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-12T06:07:58.640Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T06:07:58.640Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:07:58.640Z] Dload Upload Total Spent Left Speed [2020-10-12T06:07:59.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 10127 0:00:01 0:00:01 --:--:-- 10135 [2020-10-12T06:07:59.844Z] [2020-10-12T06:07:59.844Z] [2020-10-12T06:07:59.844Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T06:07:59.844Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:07:59.844Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:00.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31957 0:00:01 0:00:01 --:--:-- 31980 [2020-10-12T06:08:00.789Z] [2020-10-12T06:08:00.789Z] [2020-10-12T06:08:00.789Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T06:08:00.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:00.789Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:01.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 64791 0:00:01 0:00:01 --:--:-- 64780 100 73720 0 0 100 73720 0 64782 0:00:01 0:00:01 --:--:-- 64780 [2020-10-12T06:08:01.743Z] [2020-10-12T06:08:01.743Z] [2020-10-12T06:08:01.743Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T06:08:02.005Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:02.005Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:02.948Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11340 0:00:01 0:00:01 --:--:-- 11345 100 13580 0 0 100 13580 0 11339 0:00:01 0:00:01 --:--:-- 11345 [2020-10-12T06:08:02.948Z] [2020-10-12T06:08:02.948Z] [2020-10-12T06:08:03.209Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T06:08:03.209Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:03.209Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:04.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36584 0:00:01 0:00:01 --:--:-- 36618 100 38889 0 0 100 38889 0 36578 0:00:01 0:00:01 --:--:-- 36618 [2020-10-12T06:08:04.151Z] [2020-10-12T06:08:04.151Z] [2020-10-12T06:08:04.151Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T06:08:04.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:04.151Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:05.536Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13212 0:00:01 0:00:01 --:--:-- 13217 100 14248 0 0 100 14248 0 13210 0:00:01 0:00:01 --:--:-- 13217 [2020-10-12T06:08:05.536Z] [2020-10-12T06:08:05.536Z] [2020-10-12T06:08:05.536Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T06:08:05.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:05.536Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:06.478Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4172 --:--:-- --:--:-- --:--:-- 4171 100 4109 0 0 100 4109 0 4171 --:--:-- --:--:-- --:--:-- 4171 [2020-10-12T06:08:06.478Z] [2020-10-12T06:08:06.478Z] [2020-10-12T06:08:06.478Z] === Publish openapi/v2 API === [2020-10-12T06:08:06.478Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-12T06:08:06.478Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T06:08:06.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:06.478Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:07.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 26467 0:00:01 0:00:01 --:--:-- 26474 100 30234 0 0 100 30234 0 26464 0:00:01 0:00:01 --:--:-- 26474 [2020-10-12T06:08:07.420Z] [2020-10-12T06:08:07.420Z] [2020-10-12T06:08:07.420Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T06:08:07.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:07.420Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:08.365Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64272 0 0 100 64272 0 62841 0:00:01 0:00:01 --:--:-- 62888 100 64272 0 0 100 64272 0 62829 0:00:01 0:00:01 --:--:-- 62888 [2020-10-12T06:08:08.365Z] [2020-10-12T06:08:08.365Z] [2020-10-12T06:08:08.365Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T06:08:08.365Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:08.365Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:09.751Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 107k 0:00:01 0:00:01 --:--:-- 107k 100 114k 0 0 100 114k 0 107k 0:00:01 0:00:01 --:--:-- 107k [2020-10-12T06:08:09.751Z] [2020-10-12T06:08:09.751Z] [2020-10-12T06:08:09.751Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T06:08:09.751Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:09.751Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:10.693Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 24031 0:00:01 0:00:01 --:--:-- 24048 100 26165 0 0 100 26165 0 24027 0:00:01 0:00:01 --:--:-- 24048 [2020-10-12T06:08:10.693Z] [2020-10-12T06:08:10.693Z] [2020-10-12T06:08:10.693Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T06:08:10.693Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:10.693Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:11.897Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 266k --:--:-- --:--:-- --:--:-- 265k 100 63410 0 0 100 63410 0 53215 0:00:01 0:00:01 --:--:-- 53240 [2020-10-12T06:08:11.897Z] [2020-10-12T06:08:11.897Z] [2020-10-12T06:08:11.897Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T06:08:11.897Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:11.897Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:13.281Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 38862 0:00:01 0:00:01 --:--:-- 38859 100 46049 0 0 100 46049 0 36532 0:00:01 0:00:01 --:--:-- 36517 [2020-10-12T06:08:13.281Z] [2020-10-12T06:08:13.281Z] [2020-10-12T06:08:13.281Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T06:08:13.281Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T06:08:13.281Z] Dload Upload Total Spent Left Speed [2020-10-12T06:08:14.492Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 20129 0:00:01 0:00:01 --:--:-- 20145 100 24114 0 0 100 24114 0 17302 0:00:01 0:00:01 --:--:-- 17310 [2020-10-12T06:08:14.492Z] [2020-10-12T06:08:14.492Z] [Pipeline] } [2020-10-12T06:08:14.500Z] 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 [2020-10-12T06:08:24.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T06:08:24.973Z] . [Pipeline] withDockerContainer [2020-10-12T06:08:25.094Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:08:25.140Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:08:26.535Z] $ docker top 481760684fdc16761b7c39321f75dad8edb4a5e636ec4229e6dbfb2b8d55b18a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T06:08:26.888Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T06:08:26.888Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T06:08:27.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T06:08:27.143Z] $ docker exec 481760684fdc16761b7c39321f75dad8edb4a5e636ec4229e6dbfb2b8d55b18a ssh-agent [2020-10-12T06:08:27.324Z] SSH_AUTH_SOCK=/tmp/ssh-K6w8DGgu60W6/agent.11 [2020-10-12T06:08:27.324Z] SSH_AGENT_PID=17 [2020-10-12T06:08:27.334Z] Running ssh-add (command line suppressed) [2020-10-12T06:08:27.475Z] Identity added: /w/workspace/edgex-go/178@tmp/private_key_5195530459250205730.key (/w/workspace/edgex-go/178@tmp/private_key_5195530459250205730.key) [2020-10-12T06:08:27.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T06:08:27.867Z] + git semver tag [2020-10-12T06:08:28.129Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T06:08:28.129Z] # $GIT_DIR = /w/workspace/edgex-go/178/.git [2020-10-12T06:08:28.129Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/178 [2020-10-12T06:08:28.129Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T06:08:28.129Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T06:08:28.129Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T06:08:28.129Z] # $SEMVER_BRANCH = master [2020-10-12T06:08:28.129Z] # $SEMVER_DIR = /w/workspace/edgex-go/178/.semver [2020-10-12T06:08:28.129Z] # 63b605587244ac62a7b5d1c23d47eb87e958ca11 HEAD [2020-10-12T06:08:28.391Z] # -> Force: false [2020-10-12T06:08:28.391Z] # d9e6b6fe7b10369fa676f6cc7a87ec339f5c8498 refs/tags/v1.2.2-dev.63 [Pipeline] } [2020-10-12T06:08:28.406Z] $ docker exec --env ******** --env ******** 481760684fdc16761b7c39321f75dad8edb4a5e636ec4229e6dbfb2b8d55b18a ssh-agent -k [2020-10-12T06:08:28.539Z] unset SSH_AUTH_SOCK; [2020-10-12T06:08:28.539Z] unset SSH_AGENT_PID; [2020-10-12T06:08:28.539Z] echo Agent pid 17 killed; [2020-10-12T06:08:28.593Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T06:08:29.061Z] + git semver [Pipeline] } [2020-10-12T06:08:29.082Z] $ docker stop --time=1 481760684fdc16761b7c39321f75dad8edb4a5e636ec4229e6dbfb2b8d55b18a [2020-10-12T06:08:30.454Z] $ docker rm -f 481760684fdc16761b7c39321f75dad8edb4a5e636ec4229e6dbfb2b8d55b18a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:08:31.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T06:08:31.154Z] [2020-10-12T06:08:31.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:08:31.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T06:08:31.663Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-12T06:08:31.663Z] ab5ef0e58194: Pulling fs layer [2020-10-12T06:08:31.663Z] 9712f1f96733: Pulling fs layer [2020-10-12T06:08:31.663Z] 63f879dbbcfc: Pulling fs layer [2020-10-12T06:08:31.663Z] 0d9ebad4ef96: Pulling fs layer [2020-10-12T06:08:31.663Z] e9a5061849ea: Pulling fs layer [2020-10-12T06:08:31.663Z] d747dcd14b5f: Pulling fs layer [2020-10-12T06:08:31.663Z] 2de7ff778b66: Pulling fs layer [2020-10-12T06:08:31.663Z] 0d9ebad4ef96: Waiting [2020-10-12T06:08:31.663Z] e9a5061849ea: Waiting [2020-10-12T06:08:31.663Z] d747dcd14b5f: Waiting [2020-10-12T06:08:31.664Z] 2de7ff778b66: Waiting [2020-10-12T06:08:31.664Z] 9712f1f96733: Verifying Checksum [2020-10-12T06:08:31.664Z] 9712f1f96733: Download complete [2020-10-12T06:08:32.610Z] 0d9ebad4ef96: Verifying Checksum [2020-10-12T06:08:32.610Z] 0d9ebad4ef96: Download complete [2020-10-12T06:08:33.185Z] e9a5061849ea: Verifying Checksum [2020-10-12T06:08:33.185Z] e9a5061849ea: Download complete [2020-10-12T06:08:33.185Z] d747dcd14b5f: Download complete [2020-10-12T06:08:33.765Z] 2de7ff778b66: Verifying Checksum [2020-10-12T06:08:33.765Z] 2de7ff778b66: Download complete [2020-10-12T06:08:34.031Z] 63f879dbbcfc: Verifying Checksum [2020-10-12T06:08:34.031Z] 63f879dbbcfc: Download complete [2020-10-12T06:08:34.602Z] ab5ef0e58194: Verifying Checksum [2020-10-12T06:08:34.602Z] ab5ef0e58194: Download complete [2020-10-12T06:08:38.832Z] ab5ef0e58194: Pull complete [2020-10-12T06:08:38.832Z] 9712f1f96733: Pull complete [2020-10-12T06:08:41.385Z] 63f879dbbcfc: Pull complete [2020-10-12T06:08:46.696Z] 0d9ebad4ef96: Pull complete [2020-10-12T06:08:46.959Z] e9a5061849ea: Pull complete [2020-10-12T06:08:47.908Z] d747dcd14b5f: Pull complete [2020-10-12T06:08:51.293Z] 2de7ff778b66: Pull complete [2020-10-12T06:08:51.293Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-12T06:08:51.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T06:08:51.293Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-12T06:08:51.497Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:08:51.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:08:55.316Z] $ docker top 2eb12a3029e216d8c6d042400aada4562108b61534c22323ff7a322f8d94a781 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-12T06:08:55.698Z] provisioning config files... [2020-10-12T06:08:55.714Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/178@tmp/config8154258606903431273tmp [2020-10-12T06:08:55.765Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/178@tmp/config2982320723241046652tmp [2020-10-12T06:08:55.791Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/178@tmp/config3102106673288886790tmp [Pipeline] { [Pipeline] echo [2020-10-12T06:08:55.855Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:08:56.206Z] ---> sigul-configuration.sh [2020-10-12T06:08:56.206Z] gpg: directory `/root/.gnupg' created [2020-10-12T06:08:56.206Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-12T06:08:56.206Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-12T06:08:56.206Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-12T06:08:56.206Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-12T06:08:56.206Z] gpg: CAST5 encrypted data [2020-10-12T06:08:56.486Z] gpg: encrypted with 1 passphrase [2020-10-12T06:08:56.486Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-12T06:08:56.822Z] + mkdir /home/jenkins [2020-10-12T06:08:56.822Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-12T06:08:57.160Z] + 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 [2020-10-12T06:08:57.210Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:08:57.642Z] ---> sigul-install.sh [2020-10-12T06:09:03.018Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-12T06:09:03.319Z] + git tag --list [2020-10-12T06:09:03.319Z] 0.6.0 [2020-10-12T06:09:03.319Z] 0.6.1 [2020-10-12T06:09:03.319Z] 0.7.0 [2020-10-12T06:09:03.319Z] 0.7.1 [2020-10-12T06:09:03.319Z] v1.0.0 [2020-10-12T06:09:03.319Z] v1.0.1 [2020-10-12T06:09:03.319Z] v1.1.0 [2020-10-12T06:09:03.319Z] v1.2.0 [2020-10-12T06:09:03.319Z] v1.2.1 [2020-10-12T06:09:03.319Z] v1.2.2-dev.1 [2020-10-12T06:09:03.319Z] v1.2.2-dev.10 [2020-10-12T06:09:03.319Z] v1.2.2-dev.11 [2020-10-12T06:09:03.319Z] v1.2.2-dev.12 [2020-10-12T06:09:03.319Z] v1.2.2-dev.13 [2020-10-12T06:09:03.319Z] v1.2.2-dev.14 [2020-10-12T06:09:03.319Z] v1.2.2-dev.15 [2020-10-12T06:09:03.319Z] v1.2.2-dev.16 [2020-10-12T06:09:03.319Z] v1.2.2-dev.17 [2020-10-12T06:09:03.319Z] v1.2.2-dev.18 [2020-10-12T06:09:03.319Z] v1.2.2-dev.19 [2020-10-12T06:09:03.319Z] v1.2.2-dev.2 [2020-10-12T06:09:03.319Z] v1.2.2-dev.20 [2020-10-12T06:09:03.319Z] v1.2.2-dev.21 [2020-10-12T06:09:03.319Z] v1.2.2-dev.22 [2020-10-12T06:09:03.319Z] v1.2.2-dev.23 [2020-10-12T06:09:03.319Z] v1.2.2-dev.24 [2020-10-12T06:09:03.319Z] v1.2.2-dev.25 [2020-10-12T06:09:03.319Z] v1.2.2-dev.26 [2020-10-12T06:09:03.319Z] v1.2.2-dev.27 [2020-10-12T06:09:03.319Z] v1.2.2-dev.28 [2020-10-12T06:09:03.319Z] v1.2.2-dev.29 [2020-10-12T06:09:03.319Z] v1.2.2-dev.3 [2020-10-12T06:09:03.319Z] v1.2.2-dev.30 [2020-10-12T06:09:03.319Z] v1.2.2-dev.31 [2020-10-12T06:09:03.319Z] v1.2.2-dev.32 [2020-10-12T06:09:03.319Z] v1.2.2-dev.33 [2020-10-12T06:09:03.319Z] v1.2.2-dev.34 [2020-10-12T06:09:03.319Z] v1.2.2-dev.35 [2020-10-12T06:09:03.319Z] v1.2.2-dev.36 [2020-10-12T06:09:03.319Z] v1.2.2-dev.37 [2020-10-12T06:09:03.319Z] v1.2.2-dev.38 [2020-10-12T06:09:03.319Z] v1.2.2-dev.39 [2020-10-12T06:09:03.319Z] v1.2.2-dev.4 [2020-10-12T06:09:03.319Z] v1.2.2-dev.40 [2020-10-12T06:09:03.319Z] v1.2.2-dev.41 [2020-10-12T06:09:03.319Z] v1.2.2-dev.42 [2020-10-12T06:09:03.319Z] v1.2.2-dev.43 [2020-10-12T06:09:03.319Z] v1.2.2-dev.44 [2020-10-12T06:09:03.319Z] v1.2.2-dev.45 [2020-10-12T06:09:03.319Z] v1.2.2-dev.46 [2020-10-12T06:09:03.319Z] v1.2.2-dev.47 [2020-10-12T06:09:03.319Z] v1.2.2-dev.48 [2020-10-12T06:09:03.319Z] v1.2.2-dev.49 [2020-10-12T06:09:03.319Z] v1.2.2-dev.5 [2020-10-12T06:09:03.319Z] v1.2.2-dev.50 [2020-10-12T06:09:03.319Z] v1.2.2-dev.51 [2020-10-12T06:09:03.319Z] v1.2.2-dev.52 [2020-10-12T06:09:03.319Z] v1.2.2-dev.53 [2020-10-12T06:09:03.319Z] v1.2.2-dev.54 [2020-10-12T06:09:03.319Z] v1.2.2-dev.55 [2020-10-12T06:09:03.319Z] v1.2.2-dev.56 [2020-10-12T06:09:03.319Z] v1.2.2-dev.57 [2020-10-12T06:09:03.319Z] v1.2.2-dev.58 [2020-10-12T06:09:03.319Z] v1.2.2-dev.59 [2020-10-12T06:09:03.319Z] v1.2.2-dev.6 [2020-10-12T06:09:03.319Z] v1.2.2-dev.60 [2020-10-12T06:09:03.319Z] v1.2.2-dev.61 [2020-10-12T06:09:03.319Z] v1.2.2-dev.62 [2020-10-12T06:09:03.319Z] v1.2.2-dev.63 [2020-10-12T06:09:03.319Z] v1.2.2-dev.7 [2020-10-12T06:09:03.319Z] v1.2.2-dev.8 [2020-10-12T06:09:03.319Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-12T06:09:03.618Z] + lftools sign git-tag v1.2.2-dev.63 [2020-10-12T06:09:05.006Z] Signing Git tag with Sigul... [2020-10-12T06:09:05.006Z] Signing v1.2.2-dev.63 [Pipeline] echo [2020-10-12T06:09:06.404Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:09:06.701Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-12T06:09:06.710Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-12T06:09:06.844Z] $ docker stop --time=1 2eb12a3029e216d8c6d042400aada4562108b61534c22323ff7a322f8d94a781 [2020-10-12T06:09:08.912Z] $ docker rm -f 2eb12a3029e216d8c6d042400aada4562108b61534c22323ff7a322f8d94a781 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:09:09.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T06:09:09.767Z] . [Pipeline] withDockerContainer [2020-10-12T06:09:10.129Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:09:10.174Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:09:11.003Z] $ docker top fa46f1bc5f6a94e71386c7eab235158acfb7fc5dd3f8045b505e3579b2a9983c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T06:09:11.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T06:09:11.367Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T06:09:11.590Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T06:09:11.597Z] $ docker exec fa46f1bc5f6a94e71386c7eab235158acfb7fc5dd3f8045b505e3579b2a9983c ssh-agent [2020-10-12T06:09:11.788Z] SSH_AUTH_SOCK=/tmp/ssh-5n6lHQ3TRI7M/agent.12 [2020-10-12T06:09:11.788Z] SSH_AGENT_PID=17 [2020-10-12T06:09:11.796Z] Running ssh-add (command line suppressed) [2020-10-12T06:09:11.934Z] Identity added: /w/workspace/edgex-go/178@tmp/private_key_114810686257342755.key (/w/workspace/edgex-go/178@tmp/private_key_114810686257342755.key) [2020-10-12T06:09:11.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T06:09:12.321Z] + git semver bump pre [2020-10-12T06:09:12.321Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T06:09:12.321Z] # $GIT_DIR = /w/workspace/edgex-go/178/.git [2020-10-12T06:09:12.321Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/178 [2020-10-12T06:09:12.321Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T06:09:12.321Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T06:09:12.321Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T06:09:12.321Z] # $SEMVER_BRANCH = master [2020-10-12T06:09:12.321Z] # $SEMVER_DIR = /w/workspace/edgex-go/178/.semver [2020-10-12T06:09:12.321Z] 1.2.2-dev.64 [Pipeline] } [2020-10-12T06:09:12.335Z] $ docker exec --env ******** --env ******** fa46f1bc5f6a94e71386c7eab235158acfb7fc5dd3f8045b505e3579b2a9983c ssh-agent -k [2020-10-12T06:09:12.467Z] unset SSH_AUTH_SOCK; [2020-10-12T06:09:12.467Z] unset SSH_AGENT_PID; [2020-10-12T06:09:12.467Z] echo Agent pid 17 killed; [2020-10-12T06:09:12.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T06:09:12.994Z] + git semver [Pipeline] } [2020-10-12T06:09:13.014Z] $ docker stop --time=1 fa46f1bc5f6a94e71386c7eab235158acfb7fc5dd3f8045b505e3579b2a9983c [2020-10-12T06:09:14.394Z] $ docker rm -f fa46f1bc5f6a94e71386c7eab235158acfb7fc5dd3f8045b505e3579b2a9983c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T06:09:14.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T06:09:14.915Z] . [Pipeline] withDockerContainer [2020-10-12T06:09:15.020Z] prd-centos7-docker-4c-2g-4716 does not seem to be running inside a container [2020-10-12T06:09:15.077Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/178 -v /w/workspace/edgex-go/178:/w/workspace/edgex-go/178:rw,z -v /w/workspace/edgex-go/178@tmp:/w/workspace/edgex-go/178@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2020-10-12T06:09:15.826Z] $ docker top 5e3acce716ebbd87e717735d145eb1d0ec88b1f9196121f52bf8bc4526a4b976 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T06:09:16.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T06:09:16.114Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T06:09:16.310Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T06:09:16.316Z] $ docker exec 5e3acce716ebbd87e717735d145eb1d0ec88b1f9196121f52bf8bc4526a4b976 ssh-agent [2020-10-12T06:09:16.501Z] SSH_AUTH_SOCK=/tmp/ssh-u7jsFRsAQjkX/agent.12 [2020-10-12T06:09:16.501Z] SSH_AGENT_PID=17 [2020-10-12T06:09:16.511Z] Running ssh-add (command line suppressed) [2020-10-12T06:09:16.645Z] Identity added: /w/workspace/edgex-go/178@tmp/private_key_5191933008056228332.key (/w/workspace/edgex-go/178@tmp/private_key_5191933008056228332.key) [2020-10-12T06:09:16.704Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T06:09:17.039Z] + git semver push [2020-10-12T06:09:17.039Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T06:09:17.039Z] # $GIT_DIR = /w/workspace/edgex-go/178/.git [2020-10-12T06:09:17.039Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/178 [2020-10-12T06:09:17.039Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T06:09:17.039Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T06:09:17.039Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T06:09:17.039Z] # $SEMVER_BRANCH = master [2020-10-12T06:09:17.039Z] # $SEMVER_DIR = /w/workspace/edgex-go/178/.semver [Pipeline] } [2020-10-12T06:09:27.107Z] $ docker exec --env ******** --env ******** 5e3acce716ebbd87e717735d145eb1d0ec88b1f9196121f52bf8bc4526a4b976 ssh-agent -k [2020-10-12T06:09:27.227Z] unset SSH_AUTH_SOCK; [2020-10-12T06:09:27.227Z] unset SSH_AGENT_PID; [2020-10-12T06:09:27.227Z] echo Agent pid 17 killed; [2020-10-12T06:09:27.275Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T06:09:27.823Z] + git semver [Pipeline] } [2020-10-12T06:09:27.842Z] $ docker stop --time=1 5e3acce716ebbd87e717735d145eb1d0ec88b1f9196121f52bf8bc4526a4b976 [2020-10-12T06:09:29.219Z] $ docker rm -f 5e3acce716ebbd87e717735d145eb1d0ec88b1f9196121f52bf8bc4526a4b976 [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 [2020-10-12T06:09:30.199Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:09:31.080Z] ---> package-listing.sh [2020-10-12T06:09:31.080Z] ++ facter osfamily [2020-10-12T06:09:31.080Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-12T06:09:31.080Z] + OS_FAMILY=redhat [2020-10-12T06:09:31.080Z] + workspace=/w/workspace/edgex-go/178 [2020-10-12T06:09:31.080Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-12T06:09:31.080Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-12T06:09:31.080Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-12T06:09:31.080Z] + PACKAGES=/tmp/packages_start.txt [2020-10-12T06:09:31.080Z] + '[' /w/workspace/edgex-go/178 ']' [2020-10-12T06:09:31.080Z] + PACKAGES=/tmp/packages_end.txt [2020-10-12T06:09:31.080Z] + case "${OS_FAMILY}" in [2020-10-12T06:09:31.080Z] + rpm -qa [2020-10-12T06:09:31.080Z] + sort [2020-10-12T06:09:35.308Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-12T06:09:35.308Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-12T06:09:35.308Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-12T06:09:35.308Z] + '[' /w/workspace/edgex-go/178 ']' [2020-10-12T06:09:35.308Z] + mkdir -p /w/workspace/edgex-go/178/archives/ [2020-10-12T06:09:35.308Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/178/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T06:09:35.509Z] provisioning config files... [2020-10-12T06:09:35.529Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/178@tmp/config191337769426027723tmp [Pipeline] { [Pipeline] echo [2020-10-12T06:09:35.603Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:09:35.898Z] ---> create-netrc.sh [Pipeline] } [2020-10-12T06:09:35.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-12T06:09:35.997Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:09:36.293Z] ---> python-tools-install.sh [2020-10-12T06:09:36.293Z] Generating Requirements File [2020-10-12T06:10:57.838Z] Python 3.6.8 [2020-10-12T06:10:57.838Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-12T06:10:57.838Z] appdirs==1.4.3 [2020-10-12T06:10:57.838Z] argcomplete==1.12.1 [2020-10-12T06:10:57.838Z] aspy.yaml==1.3.0 [2020-10-12T06:10:57.838Z] attrs==19.3.0 [2020-10-12T06:10:57.838Z] Babel==2.8.0 [2020-10-12T06:10:57.838Z] beautifulsoup4==4.8.2 [2020-10-12T06:10:57.838Z] boto3==1.11.6 [2020-10-12T06:10:57.838Z] botocore==1.14.6 [2020-10-12T06:10:57.838Z] bs4==0.0.1 [2020-10-12T06:10:57.838Z] cachetools==4.1.1 [2020-10-12T06:10:57.838Z] certifi==2019.11.28 [2020-10-12T06:10:57.838Z] cffi==1.14.3 [2020-10-12T06:10:57.838Z] cfgv==2.0.1 [2020-10-12T06:10:57.838Z] chardet==3.0.4 [2020-10-12T06:10:57.838Z] click==7.1 [2020-10-12T06:10:57.838Z] cliff==3.4.0 [2020-10-12T06:10:57.838Z] cmd2==1.3.11 [2020-10-12T06:10:57.838Z] colorama==0.4.3 [2020-10-12T06:10:57.838Z] cryptography==3.1.1 [2020-10-12T06:10:57.838Z] debtcollector==2.2.0 [2020-10-12T06:10:57.838Z] decorator==4.4.2 [2020-10-12T06:10:57.838Z] defusedxml==0.6.0 [2020-10-12T06:10:57.838Z] Deprecated==1.2.7 [2020-10-12T06:10:57.838Z] distlib==0.3.1 [2020-10-12T06:10:57.838Z] distro==1.2.0 [2020-10-12T06:10:57.838Z] dnspython==1.16.0 [2020-10-12T06:10:57.838Z] docker==4.2.0 [2020-10-12T06:10:57.838Z] docutils==0.15.2 [2020-10-12T06:10:57.838Z] dogpile.cache==1.0.2 [2020-10-12T06:10:57.838Z] email-validator==1.0.5 [2020-10-12T06:10:57.838Z] filelock==3.0.12 [2020-10-12T06:10:57.838Z] future==0.18.2 [2020-10-12T06:10:57.838Z] google-auth==1.22.1 [2020-10-12T06:10:57.838Z] httplib2==0.17.0 [2020-10-12T06:10:57.838Z] identify==1.4.11 [2020-10-12T06:10:57.838Z] idna==2.9 [2020-10-12T06:10:57.838Z] importlib-metadata==2.0.0 [2020-10-12T06:10:57.838Z] importlib-resources==1.5.0 [2020-10-12T06:10:57.838Z] iso8601==0.1.13 [2020-10-12T06:10:57.838Z] Jinja2==2.11.1 [2020-10-12T06:10:57.838Z] jmespath==0.10.0 [2020-10-12T06:10:57.838Z] jsonpatch==1.26 [2020-10-12T06:10:57.838Z] jsonpointer==2.0 [2020-10-12T06:10:57.838Z] jsonschema==3.2.0 [2020-10-12T06:10:57.838Z] keystoneauth1==4.2.1 [2020-10-12T06:10:57.838Z] kubernetes==11.0.0 [2020-10-12T06:10:57.838Z] lftools==0.34.2 [2020-10-12T06:10:57.838Z] lxml==4.5.0 [2020-10-12T06:10:57.838Z] MarkupSafe==0.23 [2020-10-12T06:10:57.838Z] msgpack==1.0.0 [2020-10-12T06:10:57.838Z] multi-key-dict==2.0.3 [2020-10-12T06:10:57.838Z] munch==2.5.0 [2020-10-12T06:10:57.838Z] netaddr==0.8.0 [2020-10-12T06:10:57.838Z] netifaces==0.10.9 [2020-10-12T06:10:57.838Z] niet==1.4.2 [2020-10-12T06:10:57.838Z] nodeenv==1.3.5 [2020-10-12T06:10:57.838Z] oauth2client==4.1.3 [2020-10-12T06:10:57.838Z] oauthlib==3.1.0 [2020-10-12T06:10:57.838Z] openstacksdk==0.50.0 [2020-10-12T06:10:57.838Z] os-client-config==2.1.0 [2020-10-12T06:10:57.838Z] os-service-types==1.7.0 [2020-10-12T06:10:57.838Z] osc-lib==2.2.1 [2020-10-12T06:10:57.838Z] oslo.config==8.3.2 [2020-10-12T06:10:57.838Z] oslo.context==3.1.1 [2020-10-12T06:10:57.838Z] oslo.i18n==5.0.1 [2020-10-12T06:10:57.838Z] oslo.log==4.4.0 [2020-10-12T06:10:57.838Z] oslo.serialization==4.0.1 [2020-10-12T06:10:57.838Z] oslo.utils==4.6.0 [2020-10-12T06:10:57.838Z] packaging==20.4 [2020-10-12T06:10:57.838Z] pbr==5.4.4 [2020-10-12T06:10:57.838Z] pluggy==0.13.1 [2020-10-12T06:10:57.838Z] prettytable==0.7.2 [2020-10-12T06:10:57.838Z] py==1.9.0 [2020-10-12T06:10:57.838Z] pyasn1==0.4.8 [2020-10-12T06:10:57.838Z] pyasn1-modules==0.2.8 [2020-10-12T06:10:57.838Z] pycparser==2.20 [2020-10-12T06:10:57.838Z] pygerrit2==2.0.10 [2020-10-12T06:10:57.838Z] PyGithub==1.46 [2020-10-12T06:10:57.838Z] pyinotify==0.9.6 [2020-10-12T06:10:57.838Z] PyJWT==1.7.1 [2020-10-12T06:10:57.838Z] pyparsing==2.4.7 [2020-10-12T06:10:57.838Z] pyperclip==1.8.1 [2020-10-12T06:10:57.838Z] pyroute2==0.4.13 [2020-10-12T06:10:57.838Z] pyrsistent==0.15.7 [2020-10-12T06:10:57.838Z] PySocks==1.6.8 [2020-10-12T06:10:57.838Z] python-cinderclient==7.2.0 [2020-10-12T06:10:57.838Z] python-dateutil==2.8.1 [2020-10-12T06:10:57.838Z] python-heatclient==2.2.1 [2020-10-12T06:10:57.838Z] python-jenkins==1.7.0 [2020-10-12T06:10:57.838Z] python-keystoneclient==4.1.1 [2020-10-12T06:10:57.838Z] python-magnumclient==3.2.1 [2020-10-12T06:10:57.838Z] python-novaclient==17.2.1 [2020-10-12T06:10:57.838Z] python-openstackclient==5.4.0 [2020-10-12T06:10:57.838Z] python-swiftclient==3.10.1 [2020-10-12T06:10:57.838Z] pytz==2020.1 [2020-10-12T06:10:57.838Z] PyYAML==5.3 [2020-10-12T06:10:57.838Z] requests==2.23.0 [2020-10-12T06:10:57.838Z] requests-oauthlib==1.3.0 [2020-10-12T06:10:57.838Z] requestsexceptions==1.4.0 [2020-10-12T06:10:57.838Z] rfc3986==1.4.0 [2020-10-12T06:10:57.838Z] rpm==4.11.3 [2020-10-12T06:10:57.838Z] rsa==4.0 [2020-10-12T06:10:57.838Z] ruamel.yaml==0.16.10 [2020-10-12T06:10:57.838Z] ruamel.yaml.clib==0.2.0 [2020-10-12T06:10:57.838Z] s3transfer==0.3.3 [2020-10-12T06:10:57.838Z] shade==1.27.2 [2020-10-12T06:10:57.838Z] simplejson==3.17.2 [2020-10-12T06:10:57.838Z] six==1.14.0 [2020-10-12T06:10:57.838Z] soupsieve==2.0 [2020-10-12T06:10:57.838Z] stevedore==3.2.2 [2020-10-12T06:10:57.838Z] tabulate==0.8.6 [2020-10-12T06:10:57.838Z] toml==0.10.0 [2020-10-12T06:10:57.838Z] tox==3.20.1 [2020-10-12T06:10:57.838Z] tqdm==4.43.0 [2020-10-12T06:10:57.838Z] urllib3==1.25.8 [2020-10-12T06:10:57.838Z] virtualenv==20.0.33 [2020-10-12T06:10:57.838Z] wcwidth==0.2.5 [2020-10-12T06:10:57.838Z] websocket-client==0.57.0 [2020-10-12T06:10:57.838Z] wrapt==1.12.1 [2020-10-12T06:10:57.838Z] xdg==3.0.2 [2020-10-12T06:10:57.838Z] xmltodict==0.12.0 [2020-10-12T06:10:57.838Z] yq==2.11.1 [2020-10-12T06:10:57.838Z] zipp==3.3.0 [2020-10-12T06:10:57.838Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:10:57.838Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T06:10:57.838Z] Python 2.7.5 [2020-10-12T06:10:57.838Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-12T06:10:58.101Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T06:10:58.377Z] ansible==2.9.7 [2020-10-12T06:10:58.377Z] Babel==0.9.6 [2020-10-12T06:10:58.377Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-12T06:10:58.377Z] beautifulsoup4==4.4.1 [2020-10-12T06:10:58.377Z] bodhi==2.11.0 [2020-10-12T06:10:58.377Z] bodhi-client==2.11.0 [2020-10-12T06:10:58.377Z] CCColUtils==1.4 [2020-10-12T06:10:58.377Z] cffi==1.6.0 [2020-10-12T06:10:58.377Z] chardet==2.2.1 [2020-10-12T06:10:58.377Z] click==6.7 [2020-10-12T06:10:58.377Z] cloud-init==18.5 [2020-10-12T06:10:58.377Z] configobj==4.7.2 [2020-10-12T06:10:58.377Z] cryptography==1.7.2 [2020-10-12T06:10:58.377Z] decorator==3.4.0 [2020-10-12T06:10:58.377Z] distro==1.2.0 [2020-10-12T06:10:58.377Z] enum34==1.0.4 [2020-10-12T06:10:58.377Z] fedpkg==1.38 [2020-10-12T06:10:58.377Z] futures==3.1.1 [2020-10-12T06:10:58.377Z] gitdb==0.6.4 [2020-10-12T06:10:58.377Z] GitPython==1.0.1 [2020-10-12T06:10:58.377Z] html5lib==0.999 [2020-10-12T06:10:58.377Z] httplib2==0.9.2 [2020-10-12T06:10:58.377Z] idna==2.4 [2020-10-12T06:10:58.377Z] iniparse==0.4 [2020-10-12T06:10:58.377Z] ipaddress==1.0.16 [2020-10-12T06:10:58.377Z] IPy==0.75 [2020-10-12T06:10:58.377Z] javapackages==1.0.0 [2020-10-12T06:10:58.377Z] Jinja2==2.7.2 [2020-10-12T06:10:58.377Z] jmespath==0.9.4 [2020-10-12T06:10:58.377Z] jsonpatch==1.2 [2020-10-12T06:10:58.377Z] jsonpointer==1.9 [2020-10-12T06:10:58.377Z] kerberos==1.1 [2020-10-12T06:10:58.377Z] kitchen==1.1.1 [2020-10-12T06:10:58.377Z] langtable==0.0.31 [2020-10-12T06:10:58.377Z] lockfile==0.9.1 [2020-10-12T06:10:58.377Z] lxml==3.2.1 [2020-10-12T06:10:58.377Z] MarkupSafe==0.11 [2020-10-12T06:10:58.377Z] munch==2.0.2 [2020-10-12T06:10:58.377Z] offtrac==0.1.0 [2020-10-12T06:10:58.377Z] openidc-client==0.6.0 [2020-10-12T06:10:58.377Z] packagedb-cli==2.14.1 [2020-10-12T06:10:58.377Z] paramiko==2.1.1 [2020-10-12T06:10:58.377Z] perf==0.1 [2020-10-12T06:10:58.377Z] ply==3.4 [2020-10-12T06:10:58.377Z] policycoreutils-default-encoding==0.1 [2020-10-12T06:10:58.377Z] prettytable==0.7.2 [2020-10-12T06:10:58.377Z] pyasn1==0.1.9 [2020-10-12T06:10:58.377Z] pycparser==2.14 [2020-10-12T06:10:58.377Z] pycurl==7.19.0 [2020-10-12T06:10:58.377Z] pygobject==3.22.0 [2020-10-12T06:10:58.377Z] pygpgme==0.3 [2020-10-12T06:10:58.377Z] pyliblzma==0.5.3 [2020-10-12T06:10:58.377Z] pyOpenSSL==0.13.1 [2020-10-12T06:10:58.377Z] pyparsing==1.5.6 [2020-10-12T06:10:58.377Z] pyserial==2.6 [2020-10-12T06:10:58.377Z] python-augeas==0.5.0 [2020-10-12T06:10:58.377Z] python-bugzilla==2.3.0 [2020-10-12T06:10:58.377Z] python-dateutil==1.5 [2020-10-12T06:10:58.377Z] python-fedora==0.10.0 [2020-10-12T06:10:58.377Z] python-linux-procfs==0.4.9 [2020-10-12T06:10:58.377Z] python-yubico==1.2.3 [2020-10-12T06:10:58.377Z] pyudev==0.15 [2020-10-12T06:10:58.377Z] pyusb==1.0.0b1 [2020-10-12T06:10:58.377Z] pyxattr==0.5.1 [2020-10-12T06:10:58.377Z] PyYAML==3.10 [2020-10-12T06:10:58.377Z] requests==2.6.0 [2020-10-12T06:10:58.377Z] requests-kerberos==0.7.0 [2020-10-12T06:10:58.377Z] rpkg==1.60 [2020-10-12T06:10:58.377Z] schedutils==0.4 [2020-10-12T06:10:58.377Z] seobject==0.1 [2020-10-12T06:10:58.377Z] sepolicy==1.1 [2020-10-12T06:10:58.377Z] six==1.9.0 [2020-10-12T06:10:58.377Z] smmap==0.9.0 [2020-10-12T06:10:58.377Z] urlgrabber==3.10 [2020-10-12T06:10:58.377Z] urllib3==1.10.2 [2020-10-12T06:10:58.377Z] virtualenv==15.1.0 [2020-10-12T06:10:58.377Z] yum-langpacks==0.4.2 [2020-10-12T06:10:58.377Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-12T06:10:58.431Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:10:58.736Z] ---> sudo-logs.sh [2020-10-12T06:10:58.737Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-12T06:10:59.010Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:10:59.307Z] ---> job-cost.sh [2020-10-12T06:10:59.307Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qSZN [2020-10-12T06:11:11.561Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:11.561Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:11.561Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:11.561Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:11.561Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:11.828Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:11.828Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:11.828Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:12.094Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:12.094Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:12.355Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:12.355Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:12.355Z] Cache entry deserialization failed, entry ignored [2020-10-12T06:11:17.686Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-12T06:11:44.385Z] lf-activate-venv(): INFO: Adding /tmp/venv-qSZN/bin to PATH [2020-10-12T06:11:44.385Z] INFO: No Stack... [2020-10-12T06:11:45.337Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-12T06:11:45.911Z] INFO: Archiving Costs [Pipeline] echo [2020-10-12T06:11:45.930Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T06:11:47.376Z] ---> logs-deploy.sh [2020-10-12T06:11:47.377Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/178 [2020-10-12T06:11:47.377Z] INFO: archiving workspace using pattern(s): [2020-10-12T06:11:49.319Z] Archives upload complete. [2020-10-12T06:11:49.319Z] INFO: archiving logs to Nexus