Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Jenkins-Imposed API Limiter: Current quota for Github API usage has 3589 remaining (172 under budget). Next quota of 5000 in 50 min Obtained Jenkinsfile from 217964dd0161fb3ad150e73601c72e10d0200926 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-4101 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/172 [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/172 # 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 217964dd0161fb3ad150e73601c72e10d0200926 (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 217964dd0161fb3ad150e73601c72e10d0200926 # timeout=10 Commit message: "Merge pull request #2761 from weichou1229/issue-2752" > git rev-list --no-walk 3def5ff3024df2a56d50a509a20520a6257b6b06 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-08T03:13:52.969Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-08T03:13:53.210Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-08T03:13:53.340Z] ========================================================= [2020-10-08T03:13:53.340Z] EdgeX Global Pipelines Version Info [2020-10-08T03:13:53.340Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:13:54.879Z] ------------------- [2020-10-08T03:13:54.879Z] stable info: [2020-10-08T03:13:54.879Z] ------------------- [2020-10-08T03:13:54.879Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-08T03:13:54.879Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-08T03:13:54.879Z] Message: update stable to v1.0.131 [2020-10-08T03:13:55.828Z] ------------------- [2020-10-08T03:13:55.828Z] experimental info: [2020-10-08T03:13:55.828Z] ------------------- [2020-10-08T03:13:55.828Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-08T03:13:55.828Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-08T03:13:55.828Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-08T03:13:56.118Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-08T03:13:56.203Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-08T03:13:56.296Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-08T03:13:56.384Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-08T03:13:56.471Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-08T03:13:56.562Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-08T03:13:56.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-08T03:13:56.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-08T03:13:56.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-08T03:13:56.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-08T03:13:57.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-08T03:13:57.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-08T03:13:57.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-08T03:13:57.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-08T03:13:57.399Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-08T03:13:57.485Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-08T03:13:57.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-08T03:13:57.654Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-08T03:13:57.741Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-08T03:13:57.847Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-08T03:13:57.935Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-08T03:13:58.024Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-08T03:13:58.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-08T03:13:58.254Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-08T03:13:58.341Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] echo [2020-10-08T03:13:58.460Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 217964d [Pipeline] echo [2020-10-08T03:13:58.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-08T03:13:58.919Z] ++ 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-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/core-command/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/core-data/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-08T03:13:58.920Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T03:13:58.920Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-08T03:13:58.920Z] ++ cut -d/ -f2 [2020-10-08T03:13:58.920Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-08T03:13:59.009Z] 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-08T03:14:00.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T03:14:00.500Z] [2020-10-08T03:14:00.500Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:14:00.888Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T03:14:00.888Z] latest: Pulling from edgex-devops/git-semver [2020-10-08T03:14:00.888Z] 31603596830f: Pulling fs layer [2020-10-08T03:14:00.888Z] 2a8b12db71e7: Pulling fs layer [2020-10-08T03:14:00.888Z] 6ca5941a6612: Pulling fs layer [2020-10-08T03:14:00.888Z] ecc8261a40a4: Pulling fs layer [2020-10-08T03:14:00.888Z] ecc8261a40a4: Waiting [2020-10-08T03:14:00.888Z] 2a8b12db71e7: Verifying Checksum [2020-10-08T03:14:00.888Z] 2a8b12db71e7: Download complete [2020-10-08T03:14:01.156Z] 31603596830f: Download complete [2020-10-08T03:14:01.156Z] ecc8261a40a4: Verifying Checksum [2020-10-08T03:14:01.156Z] ecc8261a40a4: Download complete [2020-10-08T03:14:01.424Z] 6ca5941a6612: Verifying Checksum [2020-10-08T03:14:01.425Z] 6ca5941a6612: Download complete [2020-10-08T03:14:01.425Z] 31603596830f: Pull complete [2020-10-08T03:14:01.690Z] 2a8b12db71e7: Pull complete [2020-10-08T03:14:02.275Z] 6ca5941a6612: Pull complete [2020-10-08T03:14:02.541Z] ecc8261a40a4: Pull complete [2020-10-08T03:14:02.541Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-08T03:14:02.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T03:14:02.541Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-08T03:14:02.648Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:14:02.705Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:14:05.160Z] $ docker top 7a74e137ba53c0971e569e35fe3b639e997e81b1dfaf2785a8d52c9bf70d1cac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T03:14:05.461Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T03:14:05.461Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T03:14:05.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T03:14:05.706Z] $ docker exec 7a74e137ba53c0971e569e35fe3b639e997e81b1dfaf2785a8d52c9bf70d1cac ssh-agent [2020-10-08T03:14:05.904Z] SSH_AUTH_SOCK=/tmp/ssh-SB4JW2Gzu0rg/agent.12 [2020-10-08T03:14:05.904Z] SSH_AGENT_PID=17 [2020-10-08T03:14:05.919Z] Running ssh-add (command line suppressed) [2020-10-08T03:14:06.037Z] Identity added: /w/workspace/edgex-go/172@tmp/private_key_1624151558950201762.key (/w/workspace/edgex-go/172@tmp/private_key_1624151558950201762.key) [2020-10-08T03:14:06.088Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T03:14:06.426Z] + git describe --exact-match --tags HEAD [2020-10-08T03:14:06.426Z] fatal: no tag exactly matches '217964dd0161fb3ad150e73601c72e10d0200926' [Pipeline] } [2020-10-08T03:14:06.451Z] $ docker exec --env ******** --env ******** 7a74e137ba53c0971e569e35fe3b639e997e81b1dfaf2785a8d52c9bf70d1cac ssh-agent -k [2020-10-08T03:14:06.564Z] unset SSH_AUTH_SOCK; [2020-10-08T03:14:06.565Z] unset SSH_AGENT_PID; [2020-10-08T03:14:06.565Z] echo Agent pid 17 killed; [2020-10-08T03:14:06.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-08T03:14:06.716Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-08T03:14:06.716Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-08T03:14:06.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T03:14:06.828Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T03:14:07.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T03:14:07.063Z] $ docker exec 7a74e137ba53c0971e569e35fe3b639e997e81b1dfaf2785a8d52c9bf70d1cac ssh-agent [2020-10-08T03:14:07.226Z] SSH_AUTH_SOCK=/tmp/ssh-BZFu4vs6Yp7Q/agent.47 [2020-10-08T03:14:07.226Z] SSH_AGENT_PID=52 [2020-10-08T03:14:07.233Z] Running ssh-add (command line suppressed) [2020-10-08T03:14:07.362Z] Identity added: /w/workspace/edgex-go/172@tmp/private_key_3493513605537736703.key (/w/workspace/edgex-go/172@tmp/private_key_3493513605537736703.key) [2020-10-08T03:14:07.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T03:14:07.752Z] + git semver init [2020-10-08T03:14:07.753Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T03:14:07.753Z] # $GIT_DIR = /w/workspace/edgex-go/172/.git [2020-10-08T03:14:07.753Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/172 [2020-10-08T03:14:07.753Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T03:14:07.753Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T03:14:07.753Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T03:14:07.753Z] # $SEMVER_BRANCH = master [2020-10-08T03:14:07.753Z] # $SEMVER_TEMP = /tmp/semver-713951244 [2020-10-08T03:14:07.753Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-08T03:14:54.551Z] # '/tmp/semver-713951244' -> '/w/workspace/edgex-go/172/.semver' [2020-10-08T03:14:54.551Z] # -> Force: false [2020-10-08T03:14:54.551Z] # $SEMVER_DIR = /w/workspace/edgex-go/172/.semver [Pipeline] } [2020-10-08T03:14:54.573Z] $ docker exec --env ******** --env ******** 7a74e137ba53c0971e569e35fe3b639e997e81b1dfaf2785a8d52c9bf70d1cac ssh-agent -k [2020-10-08T03:14:54.829Z] unset SSH_AUTH_SOCK; [2020-10-08T03:14:54.830Z] unset SSH_AGENT_PID; [2020-10-08T03:14:54.830Z] echo Agent pid 52 killed; [2020-10-08T03:14:54.926Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T03:14:55.487Z] + git semver [Pipeline] } [2020-10-08T03:14:55.509Z] $ docker stop --time=1 7a74e137ba53c0971e569e35fe3b639e997e81b1dfaf2785a8d52c9bf70d1cac [2020-10-08T03:14:57.046Z] $ docker rm -f 7a74e137ba53c0971e569e35fe3b639e997e81b1dfaf2785a8d52c9bf70d1cac [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-08T03:15:10.000Z] Stashed 74 file(s) [Pipeline] echo [2020-10-08T03:15:10.002Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.57 [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-08T03:15:10.687Z] ========================================================= [2020-10-08T03:15:10.687Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-08T03:15:10.687Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:15:11.053Z] + 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-08T03:15:15.303Z] Sending build context to Docker daemon 324.8MB [2020-10-08T03:15:15.303Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-08T03:15:15.303Z] Step 2/7 : FROM ${BASE} [2020-10-08T03:15:15.303Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-08T03:15:15.303Z] df20fa9351a1: Pulling fs layer [2020-10-08T03:15:15.303Z] ed8968b2872e: Pulling fs layer [2020-10-08T03:15:15.303Z] a92cc7c5fd73: Pulling fs layer [2020-10-08T03:15:15.303Z] e871e8e8d7a9: Pulling fs layer [2020-10-08T03:15:15.303Z] e73272ec9a57: Pulling fs layer [2020-10-08T03:15:15.303Z] 1e910a182e73: Pulling fs layer [2020-10-08T03:15:15.303Z] 4e634b169226: Pulling fs layer [2020-10-08T03:15:15.303Z] e871e8e8d7a9: Waiting [2020-10-08T03:15:15.303Z] 1e910a182e73: Waiting [2020-10-08T03:15:15.303Z] e73272ec9a57: Waiting [2020-10-08T03:15:15.303Z] 4e634b169226: Waiting [2020-10-08T03:15:15.303Z] a92cc7c5fd73: Verifying Checksum [2020-10-08T03:15:15.303Z] a92cc7c5fd73: Download complete [2020-10-08T03:15:15.303Z] ed8968b2872e: Download complete [2020-10-08T03:15:15.303Z] e73272ec9a57: Verifying Checksum [2020-10-08T03:15:15.303Z] e73272ec9a57: Download complete [2020-10-08T03:15:15.303Z] 1e910a182e73: Verifying Checksum [2020-10-08T03:15:15.303Z] 1e910a182e73: Download complete [2020-10-08T03:15:15.303Z] df20fa9351a1: Verifying Checksum [2020-10-08T03:15:15.303Z] df20fa9351a1: Download complete [2020-10-08T03:15:15.303Z] df20fa9351a1: Pull complete [2020-10-08T03:15:15.567Z] ed8968b2872e: Pull complete [2020-10-08T03:15:15.837Z] a92cc7c5fd73: Pull complete [2020-10-08T03:15:17.234Z] 4e634b169226: Verifying Checksum [2020-10-08T03:15:17.234Z] 4e634b169226: Download complete [2020-10-08T03:15:18.205Z] e871e8e8d7a9: Verifying Checksum [2020-10-08T03:15:18.205Z] e871e8e8d7a9: Download complete [2020-10-08T03:15:23.564Z] e871e8e8d7a9: Pull complete [2020-10-08T03:15:23.564Z] e73272ec9a57: Pull complete [2020-10-08T03:15:23.564Z] 1e910a182e73: Pull complete [2020-10-08T03:15:25.436Z] Still waiting to schedule task [2020-10-08T03:15:25.436Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-08T03:15:33.689Z] 4e634b169226: Pull complete [2020-10-08T03:15:33.689Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-08T03:15:33.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-08T03:15:33.689Z] ---> f7629b54cfaa [2020-10-08T03:15:33.689Z] 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-08T03:15:33.689Z] ---> Running in 54e372f4c59c [2020-10-08T03:15:33.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:15:35.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:15:37.373Z] (1/12) Installing libmagic (5.38-r0) [2020-10-08T03:15:37.964Z] (2/12) Installing file (5.38-r0) [2020-10-08T03:15:38.231Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-08T03:15:38.231Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-08T03:16:10.533Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-08T03:16:10.533Z] (6/12) Installing patch (2.7.6-r6) [2020-10-08T03:16:10.533Z] (7/12) Installing build-base (0.5-r2) [2020-10-08T03:16:10.533Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-08T03:16:10.533Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-08T03:16:10.533Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-08T03:16:10.533Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-08T03:16:10.533Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-08T03:16:10.533Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:16:10.533Z] OK: 233 MiB in 51 packages [2020-10-08T03:16:13.976Z] Removing intermediate container 54e372f4c59c [2020-10-08T03:16:13.976Z] ---> 04b8b394f182 [2020-10-08T03:16:13.976Z] Step 4/7 : WORKDIR /edgex-go [2020-10-08T03:16:13.976Z] ---> Running in 91caf3986d42 [2020-10-08T03:16:14.254Z] Removing intermediate container 91caf3986d42 [2020-10-08T03:16:14.254Z] ---> 99333afd37fd [2020-10-08T03:16:14.254Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-08T03:16:14.543Z] latest: Pulling from library/docker [2020-10-08T03:16:14.543Z] df20fa9351a1: Already exists [2020-10-08T03:16:14.543Z] 25ad7478873d: Pulling fs layer [2020-10-08T03:16:14.543Z] 4684f6177b5d: Pulling fs layer [2020-10-08T03:16:14.543Z] 8ba584e970af: Pulling fs layer [2020-10-08T03:16:14.543Z] 3cdc74d2b06d: Pulling fs layer [2020-10-08T03:16:14.543Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-08T03:16:14.543Z] fca0ccc462d5: Pulling fs layer [2020-10-08T03:16:14.543Z] 4cf5a0d07c1f: Waiting [2020-10-08T03:16:14.543Z] fca0ccc462d5: Waiting [2020-10-08T03:16:14.543Z] 3cdc74d2b06d: Waiting [2020-10-08T03:16:14.543Z] 4684f6177b5d: Verifying Checksum [2020-10-08T03:16:14.543Z] 4684f6177b5d: Download complete [2020-10-08T03:16:14.813Z] 25ad7478873d: Verifying Checksum [2020-10-08T03:16:14.813Z] 3cdc74d2b06d: Download complete [2020-10-08T03:16:14.813Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-08T03:16:14.813Z] 4cf5a0d07c1f: Download complete [2020-10-08T03:16:14.813Z] fca0ccc462d5: Verifying Checksum [2020-10-08T03:16:14.813Z] fca0ccc462d5: Download complete [2020-10-08T03:16:15.091Z] 25ad7478873d: Pull complete [2020-10-08T03:16:15.091Z] 4684f6177b5d: Pull complete [2020-10-08T03:16:15.697Z] 8ba584e970af: Verifying Checksum [2020-10-08T03:16:15.697Z] 8ba584e970af: Download complete [2020-10-08T03:16:17.692Z] 8ba584e970af: Pull complete [2020-10-08T03:16:17.980Z] 3cdc74d2b06d: Pull complete [2020-10-08T03:16:17.980Z] 4cf5a0d07c1f: Pull complete [2020-10-08T03:16:17.980Z] fca0ccc462d5: Pull complete [2020-10-08T03:16:18.263Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-08T03:16:18.263Z] Status: Downloaded newer image for docker:latest [2020-10-08T03:16:19.732Z] ---> d03a176ef4b2 [2020-10-08T03:16:19.732Z] Step 6/7 : COPY go.mod . [2020-10-08T03:16:19.732Z] ---> 71ae7423fe84 [2020-10-08T03:16:19.732Z] Step 7/7 : RUN go mod download [2020-10-08T03:16:20.315Z] ---> Running in 4ae23bc6b119 [2020-10-08T03:16:42.643Z] Removing intermediate container 4ae23bc6b119 [2020-10-08T03:16:42.643Z] ---> 5ef26a3111e2 [2020-10-08T03:16:42.643Z] Successfully built 5ef26a3111e2 [2020-10-08T03:16:42.643Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:16:43.095Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-08T03:16:43.095Z] . [Pipeline] withDockerContainer [2020-10-08T03:16:43.554Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:16:43.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:16:44.547Z] $ docker top c8b5c7042448a6354f3098fd5c12821921c24fd234f262cb20e3ce4fdcac41f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T03:16:45.249Z] + go version [2020-10-08T03:16:45.249Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-08T03:16:45.302Z] $ docker stop --time=1 c8b5c7042448a6354f3098fd5c12821921c24fd234f262cb20e3ce4fdcac41f6 [2020-10-08T03:16:46.675Z] $ docker rm -f c8b5c7042448a6354f3098fd5c12821921c24fd234f262cb20e3ce4fdcac41f6 [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-08T03:16:48.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T03:16:48.515Z] [2020-10-08T03:16:48.515Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:16:48.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T03:16:48.966Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-08T03:16:48.966Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-08T03:16:48.966Z] ca9280d653b3: Pulling fs layer [2020-10-08T03:16:48.966Z] 7e9c9ca2126c: Pulling fs layer [2020-10-08T03:16:49.248Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-08T03:16:49.248Z] cbdbe7a5bc2a: Download complete [2020-10-08T03:16:49.519Z] cbdbe7a5bc2a: Pull complete [2020-10-08T03:16:50.094Z] ca9280d653b3: Download complete [2020-10-08T03:16:51.494Z] ca9280d653b3: Pull complete [2020-10-08T03:16:54.883Z] 7e9c9ca2126c: Download complete [2020-10-08T03:17:00.299Z] 7e9c9ca2126c: Pull complete [2020-10-08T03:17:00.299Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-08T03:17:00.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T03:17:00.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-08T03:17:00.508Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:17:00.603Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:17:02.455Z] $ docker top b14cec685ea2f90362dc76c9d3ffa2951219a7cafd9b5220c768a06ce0b77c90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T03:17:03.042Z] + docker-compose build --help [2020-10-08T03:17:03.042Z] + grep parallel [2020-10-08T03:17:04.045Z] --parallel Build images in parallel. [Pipeline] } [2020-10-08T03:17:04.101Z] $ docker stop --time=1 b14cec685ea2f90362dc76c9d3ffa2951219a7cafd9b5220c768a06ce0b77c90 [2020-10-08T03:17:05.476Z] $ docker rm -f b14cec685ea2f90362dc76c9d3ffa2951219a7cafd9b5220c768a06ce0b77c90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:17:06.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T03:17:06.152Z] . [Pipeline] withDockerContainer [2020-10-08T03:17:06.283Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:17:06.375Z] $ 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/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:17:06.995Z] $ docker top e740946ae979ac3ed12120d7cfaa23163ca75d6590046ac75a22765901c6d03d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T03:17:07.552Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-08T03:17:08.528Z] Building docker-core-command-go ... [2020-10-08T03:17:08.528Z] Building docker-core-data-go ... [2020-10-08T03:17:08.528Z] Building docker-core-metadata-go ... [2020-10-08T03:17:08.528Z] Building docker-security-proxy-setup-go ... [2020-10-08T03:17:08.528Z] Building docker-security-secrets-setup-go ... [2020-10-08T03:17:08.528Z] Building docker-security-secretstore-setup-go ... [2020-10-08T03:17:08.528Z] Building docker-support-logging-go ... [2020-10-08T03:17:08.528Z] Building docker-support-notifications-go ... [2020-10-08T03:17:08.528Z] Building docker-support-scheduler-go ... [2020-10-08T03:17:08.528Z] Building docker-sys-mgmt-agent-go ... [2020-10-08T03:17:08.528Z] Building docker-core-data-go [2020-10-08T03:17:08.528Z] Building docker-security-proxy-setup-go [2020-10-08T03:17:08.528Z] Building docker-security-secretstore-setup-go [2020-10-08T03:17:08.528Z] Building docker-core-command-go [2020-10-08T03:17:08.528Z] Building docker-support-notifications-go [2020-10-08T03:17:30.767Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:17:30.767Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:17:30.767Z] ---> 5ef26a3111e2 [2020-10-08T03:17:30.767Z] Step 3/26 : WORKDIR /edgex-go [2020-10-08T03:17:30.767Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:17:30.767Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:17:30.767Z] ---> 5ef26a3111e2 [2020-10-08T03:17:30.767Z] Step 3/24 : WORKDIR /edgex-go [2020-10-08T03:17:30.767Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:17:30.767Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:17:30.767Z] ---> 5ef26a3111e2 [2020-10-08T03:17:30.767Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T03:17:30.767Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:17:30.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:17:30.768Z] ---> 5ef26a3111e2 [2020-10-08T03:17:30.768Z] Step 3/23 : WORKDIR /edgex-go [2020-10-08T03:17:30.768Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:17:30.768Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:17:30.768Z] ---> 5ef26a3111e2 [2020-10-08T03:17:30.768Z] Step 3/20 : WORKDIR /edgex-go [2020-10-08T03:17:30.768Z] ---> Running in 1e2a71345503 [2020-10-08T03:17:30.768Z] ---> Running in 438ab95fa80b [2020-10-08T03:17:30.768Z] ---> Running in 001d1562673d [2020-10-08T03:17:30.768Z] ---> Running in aba64fcc832e [2020-10-08T03:17:30.768Z] ---> Running in 1db5f24f11d5 [2020-10-08T03:17:31.361Z] Removing intermediate container aba64fcc832e [2020-10-08T03:17:31.361Z] ---> 0ca4dd876575 [2020-10-08T03:17:31.361Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:17:31.361Z] Removing intermediate container 1e2a71345503 [2020-10-08T03:17:31.361Z] ---> e53e25b305d9 [2020-10-08T03:17:31.361Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:17:31.361Z] Removing intermediate container 001d1562673d [2020-10-08T03:17:31.361Z] ---> 9f7b3b9a64ed [2020-10-08T03:17:31.361Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:17:31.361Z] Removing intermediate container 1db5f24f11d5 [2020-10-08T03:17:31.361Z] ---> 2e4e119e4ed8 [2020-10-08T03:17:31.361Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:17:31.361Z] Removing intermediate container 438ab95fa80b [2020-10-08T03:17:31.361Z] ---> ec988289295b [2020-10-08T03:17:31.361Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:17:31.361Z] ---> Running in 2dcd3c38b340 [2020-10-08T03:17:31.361Z] ---> Running in ec0a489f541b [2020-10-08T03:17:31.361Z] ---> Running in 073e851e3e4c [2020-10-08T03:17:31.361Z] ---> Running in 8db38e96fe20 [2020-10-08T03:17:31.361Z] ---> Running in 05f5156f7321 [2020-10-08T03:17:33.217Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4102 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [2020-10-08T03:17:33.315Z] Removing intermediate container 073e851e3e4c [2020-10-08T03:17:33.315Z] ---> f13e4a2e69cd [2020-10-08T03:17:33.315Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] ws [2020-10-08T03:17:33.327Z] Running in /w/workspace/edgex-go/172 [Pipeline] { [Pipeline] checkout [2020-10-08T03:17:33.579Z] ---> Running in 476463761e3f [2020-10-08T03:17:33.579Z] Removing intermediate container ec0a489f541b [2020-10-08T03:17:33.579Z] ---> 839c30724e3a [2020-10-08T03:17:33.579Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T03:17:33.842Z] ---> Running in 69e20066380d [2020-10-08T03:17:33.842Z] Removing intermediate container 8db38e96fe20 [2020-10-08T03:17:33.842Z] ---> a5313c741210 [2020-10-08T03:17:33.842Z] Step 5/26 : RUN apk update && apk add make git [2020-10-08T03:17:34.114Z] Removing intermediate container 2dcd3c38b340 [2020-10-08T03:17:34.114Z] ---> 297252c152f4 [2020-10-08T03:17:34.114Z] Step 5/20 : RUN apk update && apk add make git [2020-10-08T03:17:34.114Z] Removing intermediate container 05f5156f7321 [2020-10-08T03:17:34.114Z] ---> 6bc0e29227a5 [2020-10-08T03:17:34.114Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-08T03:17:34.114Z] ---> Running in b2f1de57d72e [2020-10-08T03:17:34.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:34.401Z] ---> Running in 12e647cd8335 [2020-10-08T03:17:34.401Z] ---> Running in c1da8f68531d [2020-10-08T03:17:34.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:34.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:35.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:35.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:35.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:35.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:36.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:36.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:36.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:17:38.065Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:17:38.065Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:17:38.065Z] OK: 12752 distinct packages available [2020-10-08T03:17:38.065Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:17:38.065Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:17:38.065Z] OK: 12752 distinct packages available [2020-10-08T03:17:38.331Z] OK: 233 MiB in 51 packages [2020-10-08T03:17:38.331Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:17:38.331Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:17:38.331Z] OK: 12752 distinct packages available [2020-10-08T03:17:38.331Z] OK: 233 MiB in 51 packages [2020-10-08T03:17:38.593Z] OK: 233 MiB in 51 packages [2020-10-08T03:17:38.693Z] using credential edgex-jenkins-ssh [2020-10-08T03:17:38.770Z] Cloning the remote Git repository [2020-10-08T03:17:38.858Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:17:38.858Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:17:38.858Z] OK: 12752 distinct packages available [2020-10-08T03:17:38.858Z] Removing intermediate container c1da8f68531d [2020-10-08T03:17:38.858Z] ---> 096774fb2d47 [2020-10-08T03:17:38.858Z] Step 6/24 : COPY go.mod . [2020-10-08T03:17:38.824Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-08T03:17:39.126Z] Removing intermediate container 69e20066380d [2020-10-08T03:17:39.126Z] ---> 30366c87e5bb [2020-10-08T03:17:39.126Z] Step 6/22 : COPY go.mod . [2020-10-08T03:17:39.126Z] OK: 233 MiB in 51 packages [2020-10-08T03:17:39.126Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:17:39.126Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:17:39.126Z] OK: 12752 distinct packages available [2020-10-08T03:17:39.126Z] Removing intermediate container 476463761e3f [2020-10-08T03:17:39.126Z] ---> a53c656ebfb9 [2020-10-08T03:17:39.126Z] Step 6/23 : COPY go.mod . [2020-10-08T03:17:39.126Z] ---> 076223108cc7 [2020-10-08T03:17:39.126Z] Step 7/24 : RUN go mod download [2020-10-08T03:17:39.389Z] OK: 233 MiB in 51 packages [2020-10-08T03:17:39.390Z] ---> aed6b1276a82 [2020-10-08T03:17:39.390Z] Step 7/22 : RUN go mod download [2020-10-08T03:17:39.390Z] ---> Running in 7235466b645b [2020-10-08T03:17:39.653Z] ---> Running in 0d69e8f7d624 [2020-10-08T03:17:39.653Z] ---> c3b6940f4a0e [2020-10-08T03:17:39.653Z] Step 7/23 : RUN go mod download [2020-10-08T03:17:39.917Z] ---> Running in a36c6c12615e [2020-10-08T03:17:39.917Z] Removing intermediate container 12e647cd8335 [2020-10-08T03:17:39.917Z] ---> 576e4bb2450c [2020-10-08T03:17:39.917Z] Step 6/20 : COPY go.mod . [2020-10-08T03:17:38.949Z] > git init /w/workspace/edgex-go/172 # timeout=10 [2020-10-08T03:17:39.027Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-08T03:17:39.028Z] > git --version # timeout=10 [2020-10-08T03:17:39.058Z] > git --version # 'git version 2.17.1' [2020-10-08T03:17:39.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T03:17:39.134Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T03:17:40.499Z] ---> 43a142ec0686 [2020-10-08T03:17:40.499Z] Step 7/20 : RUN go mod download [2020-10-08T03:17:40.764Z] ---> Running in 998d8b3c06d0 [2020-10-08T03:17:40.764Z] Removing intermediate container b2f1de57d72e [2020-10-08T03:17:40.764Z] ---> 6b21d8a66a9d [2020-10-08T03:17:40.764Z] Step 6/26 : COPY go.mod . [2020-10-08T03:17:41.039Z] ---> 7e3c50185c2a [2020-10-08T03:17:41.039Z] Step 7/26 : RUN go mod download [2020-10-08T03:17:41.629Z] ---> Running in 912ff984c1c9 [2020-10-08T03:17:42.211Z] Removing intermediate container 0d69e8f7d624 [2020-10-08T03:17:42.211Z] ---> fc9d33e9cb27 [2020-10-08T03:17:42.211Z] Step 8/22 : COPY . . [2020-10-08T03:17:43.189Z] Removing intermediate container 7235466b645b [2020-10-08T03:17:43.189Z] ---> eb105a3984de [2020-10-08T03:17:43.189Z] Step 8/24 : COPY . . [2020-10-08T03:17:43.456Z] Removing intermediate container a36c6c12615e [2020-10-08T03:17:43.456Z] ---> e6d9cc56f276 [2020-10-08T03:17:43.456Z] Step 8/23 : COPY . . [2020-10-08T03:17:47.836Z] Removing intermediate container 998d8b3c06d0 [2020-10-08T03:17:47.836Z] ---> dc4033f7cb37 [2020-10-08T03:17:47.836Z] Step 8/20 : COPY . . [2020-10-08T03:18:00.162Z] Removing intermediate container 912ff984c1c9 [2020-10-08T03:18:00.162Z] ---> 3cfcc4ef562d [2020-10-08T03:18:00.162Z] Step 8/26 : COPY . . [2020-10-08T03:18:10.492Z] ---> fc697933146b [2020-10-08T03:18:10.493Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-08T03:18:10.493Z] ---> be0c8862aeca [2020-10-08T03:18:10.493Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-08T03:18:11.886Z] ---> 022138df3acb [2020-10-08T03:18:11.886Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-08T03:18:11.886Z] ---> fb909e99fd08 [2020-10-08T03:18:11.886Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-08T03:18:12.686Z] Checking out Revision 217964dd0161fb3ad150e73601c72e10d0200926 (master) [2020-10-08T03:18:12.042Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-08T03:18:12.064Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T03:18:12.091Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-08T03:18:12.127Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-08T03:18:12.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T03:18:12.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-08T03:18:12.717Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T03:18:12.739Z] > git checkout -f 217964dd0161fb3ad150e73601c72e10d0200926 # timeout=10 [2020-10-08T03:18:13.291Z] ---> Running in f5da93d20b1a [2020-10-08T03:18:13.554Z] ---> Running in da3c87ab6a4a [2020-10-08T03:18:13.554Z] ---> Running in d1be7090b492 [2020-10-08T03:18:13.554Z] ---> Running in 57b86da5ff98 [2020-10-08T03:18:13.554Z] ---> da2bcd0596bb [2020-10-08T03:18:13.554Z] 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-08T03:18:13.819Z] ---> Running in e0681cfe113d [2020-10-08T03:18:14.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-08T03:18:14.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/core-command/core-command ./cmd/core-command [2020-10-08T03:18:14.685Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/core-data/core-data ./cmd/core-data [2020-10-08T03:18:14.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-08T03:18:14.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-08T03:18:17.602Z] Commit message: "Merge pull request #2761 from weichou1229/issue-2752" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-08T03:18:30.263Z] ========================================================= [2020-10-08T03:18:30.263Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-08T03:18:30.263Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:18:31.164Z] + 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-08T03:18:35.514Z] Sending build context to Docker daemon 324.8MB [2020-10-08T03:18:35.514Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-08T03:18:35.514Z] Step 2/7 : FROM ${BASE} [2020-10-08T03:18:35.514Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-08T03:18:35.514Z] b538f80385f9: Pulling fs layer [2020-10-08T03:18:35.514Z] 74f711af9a0d: Pulling fs layer [2020-10-08T03:18:35.514Z] 99f96fe45779: Pulling fs layer [2020-10-08T03:18:35.514Z] 8529a6b9a6be: Pulling fs layer [2020-10-08T03:18:35.514Z] 45590311c82a: Pulling fs layer [2020-10-08T03:18:35.514Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-08T03:18:35.514Z] 209524e5b208: Pulling fs layer [2020-10-08T03:18:35.514Z] 45590311c82a: Waiting [2020-10-08T03:18:35.514Z] 69ca0ff8b7b3: Waiting [2020-10-08T03:18:35.514Z] 209524e5b208: Waiting [2020-10-08T03:18:35.514Z] 8529a6b9a6be: Waiting [2020-10-08T03:18:35.514Z] 99f96fe45779: Download complete [2020-10-08T03:18:35.514Z] 74f711af9a0d: Verifying Checksum [2020-10-08T03:18:35.514Z] 74f711af9a0d: Download complete [2020-10-08T03:18:35.514Z] 45590311c82a: Verifying Checksum [2020-10-08T03:18:35.514Z] 45590311c82a: Download complete [2020-10-08T03:18:35.514Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-08T03:18:35.514Z] 69ca0ff8b7b3: Download complete [2020-10-08T03:18:36.117Z] b538f80385f9: Verifying Checksum [2020-10-08T03:18:36.117Z] b538f80385f9: Download complete [2020-10-08T03:18:37.104Z] b538f80385f9: Pull complete [2020-10-08T03:18:37.379Z] 74f711af9a0d: Pull complete [2020-10-08T03:18:37.984Z] 99f96fe45779: Pull complete [2020-10-08T03:18:38.259Z] 209524e5b208: Download complete [2020-10-08T03:18:40.236Z] 8529a6b9a6be: Download complete [2020-10-08T03:18:41.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-08T03:18:44.866Z] Removing intermediate container da3c87ab6a4a [2020-10-08T03:18:44.866Z] ---> 178a93ce7d5f [2020-10-08T03:18:44.866Z] [2020-10-08T03:18:44.866Z] Step 10/20 : FROM alpine [2020-10-08T03:18:44.866Z] latest: Pulling from library/alpine [2020-10-08T03:18:45.135Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-08T03:18:45.135Z] Status: Downloaded newer image for alpine:latest [2020-10-08T03:18:45.135Z] ---> a24bb4013296 [2020-10-08T03:18:45.135Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-08T03:18:45.407Z] ---> Running in 46515b820daa [2020-10-08T03:18:46.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:18:46.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:18:46.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-08T03:18:46.949Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:18:46.949Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:18:46.949Z] OK: 12750 distinct packages available [2020-10-08T03:18:47.220Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-08T03:18:47.220Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T03:18:47.220Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-08T03:18:47.220Z] (4/4) Installing curl (7.69.1-r1) [2020-10-08T03:18:47.220Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:18:47.501Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T03:18:47.501Z] OK: 7 MiB in 18 packages [2020-10-08T03:18:50.455Z] 8529a6b9a6be: Pull complete [2020-10-08T03:18:50.730Z] 45590311c82a: Pull complete [2020-10-08T03:18:51.005Z] 69ca0ff8b7b3: Pull complete [2020-10-08T03:18:52.848Z] Removing intermediate container 46515b820daa [2020-10-08T03:18:52.848Z] ---> ad51ab5ba0ae [2020-10-08T03:18:52.848Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T03:18:53.800Z] ---> Running in 3d2641a5cdc3 [2020-10-08T03:18:53.800Z] Removing intermediate container d1be7090b492 [2020-10-08T03:18:53.800Z] ---> bc76d47344a0 [2020-10-08T03:18:53.800Z] [2020-10-08T03:18:53.800Z] Step 10/24 : FROM scratch [2020-10-08T03:18:53.800Z] ---> [2020-10-08T03:18:53.800Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T03:18:53.800Z] Removing intermediate container f5da93d20b1a [2020-10-08T03:18:53.800Z] ---> 7dea98dcb76d [2020-10-08T03:18:53.800Z] [2020-10-08T03:18:53.800Z] Step 10/22 : FROM scratch [2020-10-08T03:18:53.800Z] ---> [2020-10-08T03:18:53.800Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:18:54.069Z] ---> Running in f7919fb6ec1f [2020-10-08T03:18:54.069Z] ---> Running in 27fe3ebe2cba [2020-10-08T03:18:54.069Z] Removing intermediate container 3d2641a5cdc3 [2020-10-08T03:18:54.069Z] ---> 00fc2a979835 [2020-10-08T03:18:54.069Z] Step 13/20 : WORKDIR /edgex [2020-10-08T03:18:55.338Z] 209524e5b208: Pull complete [2020-10-08T03:18:55.338Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-08T03:18:55.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-08T03:18:55.338Z] ---> 5bddaf1c2fca [2020-10-08T03:18:55.338Z] 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-08T03:18:56.638Z] ---> Running in ac86b986833b [2020-10-08T03:18:56.901Z] Removing intermediate container f7919fb6ec1f [2020-10-08T03:18:56.901Z] ---> ec4b692f0f0f [2020-10-08T03:18:56.901Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-08T03:18:56.901Z] Removing intermediate container 27fe3ebe2cba [2020-10-08T03:18:56.901Z] ---> ea72c06f503b [2020-10-08T03:18:56.901Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-08T03:18:56.901Z] Removing intermediate container e0681cfe113d [2020-10-08T03:18:56.901Z] ---> 325d0983f776 [2020-10-08T03:18:56.901Z] [2020-10-08T03:18:56.901Z] Step 10/26 : FROM alpine:3.10 [2020-10-08T03:18:56.901Z] ---> Running in a6ed0a964080 [2020-10-08T03:18:56.901Z] ---> Running in d48238da94a9 [2020-10-08T03:18:56.901Z] Removing intermediate container 57b86da5ff98 [2020-10-08T03:18:56.901Z] ---> 494c7c51390f [2020-10-08T03:18:56.901Z] [2020-10-08T03:18:56.901Z] Step 10/23 : FROM alpine [2020-10-08T03:18:56.901Z] ---> a24bb4013296 [2020-10-08T03:18:56.901Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:18:57.167Z] Removing intermediate container ac86b986833b [2020-10-08T03:18:57.167Z] ---> f81d3ad3c8f9 [2020-10-08T03:18:57.167Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-08T03:18:57.167Z] 3.10: Pulling from library/alpine [2020-10-08T03:18:57.167Z] ---> Running in adf0db3925e0 [2020-10-08T03:18:57.167Z] Removing intermediate container d48238da94a9 [2020-10-08T03:18:57.167Z] ---> 409950be06bf [2020-10-08T03:18:57.167Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T03:18:57.167Z] Removing intermediate container a6ed0a964080 [2020-10-08T03:18:57.167Z] ---> 9f39d1f8f413 [2020-10-08T03:18:57.167Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-08T03:18:57.441Z] ---> Running in 5de3f44ff103 [2020-10-08T03:18:57.441Z] ---> Running in cade6290e4db [2020-10-08T03:18:57.441Z] ---> f1c7cceef822 [2020-10-08T03:18:57.441Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-08T03:18:57.441Z] Removing intermediate container adf0db3925e0 [2020-10-08T03:18:57.441Z] ---> bf6b65601d71 [2020-10-08T03:18:57.441Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-08T03:18:58.025Z] Removing intermediate container 5de3f44ff103 [2020-10-08T03:18:58.025Z] ---> 983fc0a40ae7 [2020-10-08T03:18:58.025Z] Step 14/22 : WORKDIR / [2020-10-08T03:18:58.025Z] ---> Running in 70e0a5ff8ca8 [2020-10-08T03:18:58.025Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-08T03:18:58.025Z] Removing intermediate container cade6290e4db [2020-10-08T03:18:58.025Z] ---> 12e1f68d07f7 [2020-10-08T03:18:58.025Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-08T03:18:58.607Z] Status: Downloaded newer image for alpine:3.10 [2020-10-08T03:18:58.607Z] ---> be4e4bea2c2e [2020-10-08T03:18:58.607Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-08T03:18:58.794Z] ---> Running in d5ba4056e577 [2020-10-08T03:18:58.871Z] ---> e6f5bc946352 [2020-10-08T03:18:58.871Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-08T03:18:58.871Z] ---> Running in 99da37ac7bd4 [2020-10-08T03:18:58.871Z] ---> Running in bf1fc162d1be [2020-10-08T03:18:58.871Z] ---> Running in 1f37b4da9130 [2020-10-08T03:18:58.871Z] ---> 502d3d179c50 [2020-10-08T03:18:58.871Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-08T03:18:59.137Z] Removing intermediate container 70e0a5ff8ca8 [2020-10-08T03:18:59.137Z] ---> da046a934682 [2020-10-08T03:18:59.137Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-08T03:18:59.400Z] Removing intermediate container 99da37ac7bd4 [2020-10-08T03:18:59.400Z] ---> 52dfe0850ef5 [2020-10-08T03:18:59.400Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-08T03:18:59.982Z] ---> Running in 2ceb4c357b55 [2020-10-08T03:18:59.982Z] Removing intermediate container 1f37b4da9130 [2020-10-08T03:18:59.982Z] ---> 5a02f6902bd1 [2020-10-08T03:18:59.982Z] Step 17/20 : CMD ["--init=true"] [2020-10-08T03:18:59.982Z] ---> d4541328a4db [2020-10-08T03:18:59.982Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-08T03:18:59.982Z] ---> 1ac79e9b9439 [2020-10-08T03:18:59.982Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-08T03:18:59.982Z] ---> Running in 66139b9b67b4 [2020-10-08T03:19:00.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:19:00.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:00.249Z] Removing intermediate container 2ceb4c357b55 [2020-10-08T03:19:00.249Z] ---> 5b371aed1990 [2020-10-08T03:19:00.249Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:19:00.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:00.515Z] ---> Running in 489c78ae4860 [2020-10-08T03:19:00.515Z] Removing intermediate container 66139b9b67b4 [2020-10-08T03:19:00.515Z] ---> 87641d388d0f [2020-10-08T03:19:00.515Z] Step 18/20 : LABEL arch=x86_64 [2020-10-08T03:19:00.778Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-08T03:19:00.778Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-08T03:19:00.778Z] OK: 10346 distinct packages available [2020-10-08T03:19:00.778Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-08T03:19:01.041Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-08T03:19:01.041Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-08T03:19:01.041Z] (4/5) Installing curl (7.66.0-r1) [2020-10-08T03:19:01.041Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-08T03:19:01.041Z] Executing busybox-1.30.1-r3.trigger [2020-10-08T03:19:01.041Z] Executing ca-certificates-20191127-r2.trigger [2020-10-08T03:19:01.041Z] OK: 7 MiB in 19 packages [2020-10-08T03:19:01.306Z] ---> a71cffea4cdf [2020-10-08T03:19:01.306Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-08T03:19:01.570Z] ---> 7529e6d79b38 [2020-10-08T03:19:01.570Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-08T03:19:01.570Z] ---> Running in 9b0726ad1e2b [2020-10-08T03:19:01.834Z] ---> 7ec750098bd7 [2020-10-08T03:19:01.834Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-08T03:19:02.105Z] Removing intermediate container 9b0726ad1e2b [2020-10-08T03:19:02.105Z] ---> b8904b25c0f7 [2020-10-08T03:19:02.105Z] Step 19/20 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:19:02.105Z] ---> ea1faa3c3484 [2020-10-08T03:19:02.105Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-08T03:19:02.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:19:02.373Z] ---> Running in ec21cbcfa1db [2020-10-08T03:19:02.373Z] ---> Running in 4f192343c4ff [2020-10-08T03:19:02.955Z] Removing intermediate container bf1fc162d1be [2020-10-08T03:19:02.955Z] ---> 4063c0d2bff0 [2020-10-08T03:19:02.955Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T03:19:02.955Z] ---> a14a0565c909 [2020-10-08T03:19:02.955Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-08T03:19:03.220Z] Removing intermediate container ec21cbcfa1db [2020-10-08T03:19:03.220Z] ---> ad427e055c45 [2020-10-08T03:19:03.220Z] Step 20/20 : LABEL version=1.2.2-dev.57 [2020-10-08T03:19:03.220Z] Removing intermediate container 4f192343c4ff [2020-10-08T03:19:03.220Z] ---> 688e8ed91a55 [2020-10-08T03:19:03.220Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:19:03.485Z] ---> Running in fd7b8ebae1e9 [2020-10-08T03:19:03.485Z] ---> Running in 88b350663931 [2020-10-08T03:19:03.485Z] ---> Running in fdfd0fbee399 [2020-10-08T03:19:03.749Z] Removing intermediate container 489c78ae4860 [2020-10-08T03:19:03.749Z] ---> 358b4f397b3e [2020-10-08T03:19:03.749Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-08T03:19:03.749Z] ---> a7825e416a48 [2020-10-08T03:19:03.749Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-08T03:19:03.749Z] Removing intermediate container fd7b8ebae1e9 [2020-10-08T03:19:03.749Z] ---> 59018167cd6d [2020-10-08T03:19:03.749Z] Step 13/26 : WORKDIR / [2020-10-08T03:19:03.749Z] ---> Running in 1a53ad1310f1 [2020-10-08T03:19:04.022Z] Removing intermediate container 88b350663931 [2020-10-08T03:19:04.022Z] ---> 57e9bf3ed32a [2020-10-08T03:19:04.022Z] [2020-10-08T03:19:04.022Z] ---> Running in bd373caf1ff4 [2020-10-08T03:19:04.022Z] ---> Running in f72b25836cff [2020-10-08T03:19:04.022Z] Removing intermediate container fdfd0fbee399 [2020-10-08T03:19:04.022Z] ---> c766b997fc66 [2020-10-08T03:19:04.022Z] Step 20/22 : LABEL arch=x86_64 [2020-10-08T03:19:04.022Z] Successfully built 57e9bf3ed32a [2020-10-08T03:19:04.168Z] (1/12) Installing libmagic (5.38-r0) [2020-10-08T03:19:04.295Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-08T03:19:04.295Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-08T03:19:04.295Z] ---> Running in 90f8a5b08e7f [2020-10-08T03:19:04.295Z] Removing intermediate container f72b25836cff [2020-10-08T03:19:04.295Z] ---> 1033b01c6c20 [2020-10-08T03:19:04.295Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:19:04.440Z] (2/12) Installing file (5.38-r0) [2020-10-08T03:19:04.559Z] Removing intermediate container bd373caf1ff4 [2020-10-08T03:19:04.560Z] ---> 7f52b780da30 [2020-10-08T03:19:04.560Z] 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-08T03:19:04.560Z] ---> Running in cf5d208dfc5a [2020-10-08T03:19:04.560Z] Removing intermediate container 90f8a5b08e7f [2020-10-08T03:19:04.560Z] ---> d2b0884939cf [2020-10-08T03:19:04.560Z] Step 21/22 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:19:04.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:04.711Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-08T03:19:04.711Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-08T03:19:05.142Z] ---> Running in aba925fba617 [2020-10-08T03:19:05.142Z] Removing intermediate container cf5d208dfc5a [2020-10-08T03:19:05.142Z] ---> 05debea4bf4c [2020-10-08T03:19:05.142Z] Step 22/24 : LABEL arch=x86_64 [2020-10-08T03:19:05.142Z] ---> 6b4e456f3e5b [2020-10-08T03:19:05.142Z] 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-08T03:19:05.410Z] ---> Running in 2d8ce228b539 [2020-10-08T03:19:05.410Z] Removing intermediate container aba925fba617 [2020-10-08T03:19:05.410Z] ---> 09bb6a5a3954 [2020-10-08T03:19:05.410Z] Step 22/22 : LABEL version=1.2.2-dev.57 [2020-10-08T03:19:05.410Z] ---> Running in c38459171fb0 [2020-10-08T03:19:07.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:07.353Z] ---> e95e48950dd4 [2020-10-08T03:19:07.353Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-08T03:19:07.353Z] Removing intermediate container 2d8ce228b539 [2020-10-08T03:19:07.353Z] ---> 476ed13d1c4a [2020-10-08T03:19:07.353Z] Step 23/24 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:19:07.353Z] Removing intermediate container c38459171fb0 [2020-10-08T03:19:07.353Z] ---> 35247ed3c1d2 [2020-10-08T03:19:07.353Z] [2020-10-08T03:19:07.617Z] Successfully built 35247ed3c1d2 [2020-10-08T03:19:07.617Z] ---> Running in 2e19c1b9208d [2020-10-08T03:19:07.618Z] Successfully tagged docker-core-command-go:latest [2020-10-08T03:19:07.884Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-10-08T03:19:10.477Z] ---> 45117ad34158 [2020-10-08T03:19:10.478Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-08T03:19:10.746Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-08T03:19:11.017Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-08T03:19:11.599Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-08T03:19:12.180Z] Removing intermediate container 2e19c1b9208d [2020-10-08T03:19:12.181Z] ---> 54fd68eeb54e [2020-10-08T03:19:12.181Z] Step 24/24 : LABEL version=1.2.2-dev.57 [2020-10-08T03:19:12.773Z] ---> 2a55c2404492 [2020-10-08T03:19:12.773Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-08T03:19:12.773Z] ---> Running in 0fd0d10ccfe8 [2020-10-08T03:19:13.043Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-08T03:19:14.016Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-08T03:19:14.016Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:19:14.016Z] OK: 8 MiB in 19 packages [2020-10-08T03:19:14.287Z] Removing intermediate container 0fd0d10ccfe8 [2020-10-08T03:19:14.287Z] ---> a6874d4ff687 [2020-10-08T03:19:14.287Z] [2020-10-08T03:19:14.877Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:19:14.877Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:19:14.877Z] ---> 5ef26a3111e2 [2020-10-08T03:19:14.877Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T03:19:14.877Z] ---> Using cache [2020-10-08T03:19:14.877Z] ---> ec988289295b [2020-10-08T03:19:14.877Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:19:14.877Z] ---> Using cache [2020-10-08T03:19:14.877Z] ---> 6bc0e29227a5 [2020-10-08T03:19:14.877Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T03:19:15.139Z] Successfully built a6874d4ff687 [2020-10-08T03:19:15.729Z] Successfully tagged docker-support-notifications-go:latest [2020-10-08T03:19:15.729Z] Building docker-support-scheduler-go [2020-10-08T03:19:15.729Z]  Building docker-support-notifications-go ... done  ---> 86c54f865616 [2020-10-08T03:19:15.729Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-08T03:19:15.729Z] ---> Running in dd431257c1d6 [2020-10-08T03:19:18.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:19.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:20.674Z] Removing intermediate container 1a53ad1310f1 [2020-10-08T03:19:20.674Z] ---> d152d765c902 [2020-10-08T03:19:20.674Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-08T03:19:20.935Z] ---> 4766214e4f84 [2020-10-08T03:19:20.935Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-08T03:19:21.197Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:19:21.197Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:19:21.197Z] ---> 5ef26a3111e2 [2020-10-08T03:19:21.197Z] Step 3/27 : WORKDIR /edgex-go [2020-10-08T03:19:21.197Z] ---> Using cache [2020-10-08T03:19:21.197Z] ---> ec988289295b [2020-10-08T03:19:21.197Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:19:21.197Z] ---> Using cache [2020-10-08T03:19:21.197Z] ---> 6bc0e29227a5 [2020-10-08T03:19:21.197Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-08T03:19:22.157Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:19:22.157Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:19:22.157Z] OK: 12752 distinct packages available [2020-10-08T03:19:22.157Z] OK: 233 MiB in 51 packages [2020-10-08T03:19:22.157Z] ---> 414d349e7890 [2020-10-08T03:19:22.157Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-08T03:19:22.422Z] ---> Running in 82fac8a4a747 [2020-10-08T03:19:23.084Z] ---> b33e65cf2cdc [2020-10-08T03:19:23.084Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T03:19:24.664Z] ---> 8c016fb759b8 [2020-10-08T03:19:24.664Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-08T03:19:26.604Z] ---> f638eba23202 [2020-10-08T03:19:26.604Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T03:19:26.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:26.866Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:19:26.866Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:19:26.866Z] ---> 5ef26a3111e2 [2020-10-08T03:19:26.866Z] Step 3/21 : WORKDIR /edgex-go [2020-10-08T03:19:26.866Z] ---> Using cache [2020-10-08T03:19:26.866Z] ---> ec988289295b [2020-10-08T03:19:26.866Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:19:26.866Z] ---> Using cache [2020-10-08T03:19:26.866Z] ---> 6bc0e29227a5 [2020-10-08T03:19:26.866Z] Step 5/21 : RUN apk update && apk add make git [2020-10-08T03:19:27.438Z] ---> c2287f727538 [2020-10-08T03:19:27.438Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-08T03:19:27.699Z] ---> Running in 59ca34566ec1 [2020-10-08T03:19:27.699Z] ---> Running in 459b57ffcbba [2020-10-08T03:19:27.699Z] ---> Running in 53f0a13b173c [2020-10-08T03:19:27.699Z] Removing intermediate container dd431257c1d6 [2020-10-08T03:19:27.699Z] ---> a7c5333bb923 [2020-10-08T03:19:27.699Z] Step 6/22 : COPY go.mod . [2020-10-08T03:19:27.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:27.960Z] Removing intermediate container 59ca34566ec1 [2020-10-08T03:19:27.960Z] ---> 96ce693a6f7a [2020-10-08T03:19:27.960Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:19:28.228Z] ---> c71582dbfe42 [2020-10-08T03:19:28.228Z] Step 7/22 : RUN go mod download [2020-10-08T03:19:28.228Z] ---> Running in 0fddc240f9e3 [2020-10-08T03:19:28.228Z] ---> Running in 917bb9cf2055 [2020-10-08T03:19:28.490Z] Removing intermediate container 0fddc240f9e3 [2020-10-08T03:19:28.490Z] ---> 90d86e28df76 [2020-10-08T03:19:28.490Z] Step 21/23 : LABEL arch=x86_64 [2020-10-08T03:19:28.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:28.752Z] ---> Running in 08c2db6c352b [2020-10-08T03:19:29.014Z] Removing intermediate container 08c2db6c352b [2020-10-08T03:19:29.014Z] ---> c9b142d9ca15 [2020-10-08T03:19:29.014Z] Step 22/23 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:19:29.014Z] ---> Running in 44756e35a492 [2020-10-08T03:19:29.278Z] Removing intermediate container 459b57ffcbba [2020-10-08T03:19:29.278Z] ---> 89e3239c0b9d [2020-10-08T03:19:29.278Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T03:19:29.278Z] Removing intermediate container 44756e35a492 [2020-10-08T03:19:29.278Z] ---> 0614b517134e [2020-10-08T03:19:29.278Z] Step 23/23 : LABEL version=1.2.2-dev.57 [2020-10-08T03:19:29.278Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:19:29.278Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:19:29.278Z] OK: 12752 distinct packages available [2020-10-08T03:19:29.278Z] ---> Running in 7b8753fb49ee [2020-10-08T03:19:29.544Z] ---> Running in 2448914480ab [2020-10-08T03:19:29.544Z] OK: 233 MiB in 51 packages [2020-10-08T03:19:29.544Z] Removing intermediate container 7b8753fb49ee [2020-10-08T03:19:29.544Z] ---> d6cbcc08cb86 [2020-10-08T03:19:29.544Z] Step 24/26 : LABEL arch=x86_64 [2020-10-08T03:19:29.544Z] ---> Running in 54cf5802f1b2 [2020-10-08T03:19:29.544Z] Removing intermediate container 2448914480ab [2020-10-08T03:19:29.544Z] ---> cbf06a51f907 [2020-10-08T03:19:29.544Z] [2020-10-08T03:19:29.807Z] Successfully built cbf06a51f907 [2020-10-08T03:19:29.807Z] Successfully tagged docker-core-data-go:latest [2020-10-08T03:19:29.807Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-08T03:19:30.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:30.071Z] Removing intermediate container 54cf5802f1b2 [2020-10-08T03:19:30.071Z] ---> 4d862d578fd0 [2020-10-08T03:19:30.071Z] Step 25/26 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:19:30.071Z] ---> Running in d8a4d405652d [2020-10-08T03:19:30.334Z] Removing intermediate container 917bb9cf2055 [2020-10-08T03:19:30.334Z] ---> 001461c04d90 [2020-10-08T03:19:30.334Z] Step 8/22 : COPY . . [2020-10-08T03:19:30.334Z] Removing intermediate container 82fac8a4a747 [2020-10-08T03:19:30.334Z] ---> 2e73efa1b64c [2020-10-08T03:19:30.334Z] Step 6/27 : COPY go.mod . [2020-10-08T03:19:30.911Z] Removing intermediate container d8a4d405652d [2020-10-08T03:19:30.911Z] ---> d3c631f9b58a [2020-10-08T03:19:30.911Z] Step 26/26 : LABEL version=1.2.2-dev.57 [2020-10-08T03:19:32.308Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:19:32.308Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:19:32.308Z] OK: 12752 distinct packages available [2020-10-08T03:19:32.581Z] OK: 233 MiB in 51 packages [2020-10-08T03:19:35.153Z] ---> Running in 425dbe5bc362 [2020-10-08T03:19:35.728Z] ---> ad9651a31d98 [2020-10-08T03:19:35.728Z] Step 7/27 : RUN go mod download [2020-10-08T03:19:37.056Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-08T03:19:37.056Z] (6/12) Installing patch (2.7.6-r6) [2020-10-08T03:19:37.056Z] (7/12) Installing build-base (0.5-r2) [2020-10-08T03:19:37.056Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-08T03:19:37.056Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-08T03:19:37.056Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-08T03:19:37.056Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-08T03:19:37.056Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-08T03:19:37.056Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:19:37.056Z] OK: 217 MiB in 51 packages [2020-10-08T03:19:37.056Z] Removing intermediate container d5ba4056e577 [2020-10-08T03:19:37.056Z] ---> b1d897188cd1 [2020-10-08T03:19:37.056Z] Step 4/7 : WORKDIR /edgex-go [2020-10-08T03:19:37.056Z] ---> Running in 961a6e4879b8 [2020-10-08T03:19:37.652Z] Removing intermediate container 961a6e4879b8 [2020-10-08T03:19:37.652Z] ---> 13c34292cbe8 [2020-10-08T03:19:37.652Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-08T03:19:37.926Z] latest: Pulling from library/docker [2020-10-08T03:19:37.926Z] b538f80385f9: Already exists [2020-10-08T03:19:37.926Z] 259a493cd78d: Pulling fs layer [2020-10-08T03:19:37.926Z] b8e66b5100f5: Pulling fs layer [2020-10-08T03:19:37.926Z] 7f8258a56ab6: Pulling fs layer [2020-10-08T03:19:37.926Z] 75a0a0ebb566: Pulling fs layer [2020-10-08T03:19:37.926Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-08T03:19:37.926Z] 294320357d30: Pulling fs layer [2020-10-08T03:19:37.926Z] 75a0a0ebb566: Waiting [2020-10-08T03:19:37.926Z] 4a2c62f0a2a3: Waiting [2020-10-08T03:19:37.926Z] 294320357d30: Waiting [2020-10-08T03:19:38.205Z] b8e66b5100f5: Verifying Checksum [2020-10-08T03:19:38.205Z] b8e66b5100f5: Download complete [2020-10-08T03:19:38.205Z] 259a493cd78d: Download complete [2020-10-08T03:19:38.205Z] 75a0a0ebb566: Verifying Checksum [2020-10-08T03:19:38.205Z] 75a0a0ebb566: Download complete [2020-10-08T03:19:38.205Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-08T03:19:38.205Z] 4a2c62f0a2a3: Download complete [2020-10-08T03:19:38.482Z] 294320357d30: Verifying Checksum [2020-10-08T03:19:38.482Z] 294320357d30: Download complete [2020-10-08T03:19:38.758Z] 259a493cd78d: Pull complete [2020-10-08T03:19:39.047Z] ---> Running in 60b02c584ae6 [2020-10-08T03:19:39.358Z] b8e66b5100f5: Pull complete [2020-10-08T03:19:39.358Z] 7f8258a56ab6: Verifying Checksum [2020-10-08T03:19:39.358Z] 7f8258a56ab6: Download complete [2020-10-08T03:19:41.613Z] Removing intermediate container 425dbe5bc362 [2020-10-08T03:19:41.613Z] ---> 39bad0bb7b25 [2020-10-08T03:19:41.613Z] [2020-10-08T03:19:41.880Z] Successfully built 39bad0bb7b25 [2020-10-08T03:19:42.458Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-08T03:19:42.458Z] Building docker-security-secrets-setup-go [2020-10-08T03:19:42.458Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 53f0a13b173c [2020-10-08T03:19:42.458Z] ---> 15aa6d1d1ffe [2020-10-08T03:19:42.458Z] Step 6/21 : COPY go.mod . [2020-10-08T03:19:42.744Z] 7f8258a56ab6: Pull complete [2020-10-08T03:19:42.745Z] 75a0a0ebb566: Pull complete [2020-10-08T03:19:43.342Z] 4a2c62f0a2a3: Pull complete [2020-10-08T03:19:43.616Z] 294320357d30: Pull complete [2020-10-08T03:19:43.616Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-08T03:19:43.616Z] Status: Downloaded newer image for docker:latest [2020-10-08T03:19:44.379Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:19:44.379Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:19:44.379Z] ---> 5ef26a3111e2 [2020-10-08T03:19:44.379Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T03:19:44.379Z] ---> Using cache [2020-10-08T03:19:44.379Z] ---> ec988289295b [2020-10-08T03:19:44.379Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:19:44.379Z] ---> Using cache [2020-10-08T03:19:44.379Z] ---> 6bc0e29227a5 [2020-10-08T03:19:44.379Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-08T03:19:47.007Z] ---> 07d1d853a854 [2020-10-08T03:19:47.008Z] Step 6/7 : COPY go.mod . [2020-10-08T03:19:47.611Z] ---> e9a3932383e8 [2020-10-08T03:19:47.611Z] Step 7/7 : RUN go mod download [2020-10-08T03:19:47.611Z] ---> Running in e8bcafbf087e [2020-10-08T03:19:47.697Z] ---> Running in cfa75db6d670 [2020-10-08T03:19:47.698Z] ---> 159a64556b55 [2020-10-08T03:19:47.698Z] Step 7/21 : RUN go mod download [2020-10-08T03:19:47.965Z] ---> 3d6ee31684f4 [2020-10-08T03:19:47.965Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-08T03:19:47.965Z] ---> Running in d29c6e3bec2c [2020-10-08T03:19:47.965Z] ---> Running in fe51b478ff6f [2020-10-08T03:19:48.549Z] Removing intermediate container 60b02c584ae6 [2020-10-08T03:19:48.549Z] ---> 32f3520bdcd8 [2020-10-08T03:19:48.549Z] Step 8/27 : COPY . . [2020-10-08T03:19:49.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:50.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-08T03:19:51.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:19:53.442Z] Removing intermediate container d29c6e3bec2c [2020-10-08T03:19:53.442Z] ---> 9c229c1b423a [2020-10-08T03:19:53.442Z] Step 8/21 : COPY . . [2020-10-08T03:19:55.379Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:19:55.379Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-08T03:19:55.379Z] ---> 5ef26a3111e2 [2020-10-08T03:19:55.379Z] Step 3/29 : WORKDIR /edgex-go [2020-10-08T03:19:55.379Z] ---> Using cache [2020-10-08T03:19:55.379Z] ---> ec988289295b [2020-10-08T03:19:55.379Z] Step 4/29 : RUN apk update && apk add make git [2020-10-08T03:19:55.379Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:19:55.379Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:19:55.379Z] OK: 12752 distinct packages available [2020-10-08T03:19:55.961Z] OK: 233 MiB in 51 packages [2020-10-08T03:19:56.233Z] OK: 233 MiB in 51 packages [2020-10-08T03:20:04.419Z] ---> Running in 1c913831ed61 [2020-10-08T03:20:07.824Z] Removing intermediate container cfa75db6d670 [2020-10-08T03:20:07.824Z] ---> b90bbd90d47a [2020-10-08T03:20:07.824Z] Step 6/22 : COPY go.mod . [2020-10-08T03:20:07.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:20:07.824Z] ---> f8a7f509540f [2020-10-08T03:20:07.824Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-08T03:20:08.093Z] ---> 795a97032924 [2020-10-08T03:20:08.093Z] Step 7/22 : RUN go mod download [2020-10-08T03:20:08.093Z] ---> Running in 591158b9452c [2020-10-08T03:20:08.361Z] ---> Running in fff722d02fdc [2020-10-08T03:20:09.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-08T03:20:09.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:20:10.796Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:20:10.796Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:20:10.796Z] OK: 12752 distinct packages available [2020-10-08T03:20:11.064Z] OK: 233 MiB in 51 packages [2020-10-08T03:20:13.034Z] ---> 895803c755dc [2020-10-08T03:20:13.034Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-08T03:20:13.034Z] Removing intermediate container fff722d02fdc [2020-10-08T03:20:13.034Z] ---> d970885787e9 [2020-10-08T03:20:13.034Z] Step 8/22 : COPY . . [2020-10-08T03:20:13.034Z] ---> Running in 754a95967e6f [2020-10-08T03:20:13.308Z] Removing intermediate container 1c913831ed61 [2020-10-08T03:20:13.308Z] ---> a7dc3e76955f [2020-10-08T03:20:13.308Z] Step 5/29 : COPY go.mod . [2020-10-08T03:20:14.431Z] Removing intermediate container e8bcafbf087e [2020-10-08T03:20:14.431Z] ---> f04c5bb1c1b7 [2020-10-08T03:20:14.431Z] Successfully built f04c5bb1c1b7 [2020-10-08T03:20:14.431Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:20:14.752Z] ---> e2c0a4bfc4fc [2020-10-08T03:20:14.752Z] Step 6/29 : RUN go mod download [2020-10-08T03:20:14.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-08T03:20:14.846Z] + docker inspect -f . ci-base-image-arm64 [2020-10-08T03:20:14.846Z] . [Pipeline] withDockerContainer [2020-10-08T03:20:15.127Z] prd-ubuntu18.04-docker-arm64-4c-16g-4102 does not seem to be running inside a container [2020-10-08T03:20:15.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:20:17.091Z] $ docker top 054fe15314bcca534e54d406d723bda0587789a17ebe70e167d60841139dbea0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T03:20:18.130Z] ---> Running in d2e77ccc55c2 [2020-10-08T03:20:18.487Z] + go version [2020-10-08T03:20:18.487Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-08T03:20:18.521Z] $ docker stop --time=1 054fe15314bcca534e54d406d723bda0587789a17ebe70e167d60841139dbea0 [2020-10-08T03:20:20.455Z] $ docker rm -f 054fe15314bcca534e54d406d723bda0587789a17ebe70e167d60841139dbea0 [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-08T03:20:21.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T03:20:21.703Z] [2020-10-08T03:20:21.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:20:22.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T03:20:22.717Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-08T03:20:22.717Z] 29e5d40040c1: Pulling fs layer [2020-10-08T03:20:22.717Z] 1ce36da41761: Pulling fs layer [2020-10-08T03:20:22.717Z] 25b303627fd3: Pulling fs layer [2020-10-08T03:20:22.995Z] 29e5d40040c1: Verifying Checksum [2020-10-08T03:20:22.995Z] 29e5d40040c1: Download complete [2020-10-08T03:20:23.593Z] 29e5d40040c1: Pull complete [2020-10-08T03:20:23.870Z] 1ce36da41761: Verifying Checksum [2020-10-08T03:20:23.870Z] 1ce36da41761: Download complete [2020-10-08T03:20:24.827Z] Removing intermediate container d2e77ccc55c2 [2020-10-08T03:20:24.827Z] ---> 9fa2792efe3d [2020-10-08T03:20:24.827Z] Step 7/29 : COPY . . [2020-10-08T03:20:25.306Z] 1ce36da41761: Pull complete [2020-10-08T03:20:25.581Z] 25b303627fd3: Verifying Checksum [2020-10-08T03:20:25.581Z] 25b303627fd3: Download complete [2020-10-08T03:20:33.384Z] ---> 43778d814362 [2020-10-08T03:20:33.384Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-08T03:20:33.384Z] Removing intermediate container fe51b478ff6f [2020-10-08T03:20:33.384Z] ---> b7a7ebe75268 [2020-10-08T03:20:33.384Z] [2020-10-08T03:20:33.384Z] Step 10/22 : FROM scratch [2020-10-08T03:20:33.384Z] ---> [2020-10-08T03:20:33.384Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:20:33.662Z] ---> Running in 6169f2497473 [2020-10-08T03:20:34.679Z] ---> Using cache [2020-10-08T03:20:34.679Z] ---> ec4b692f0f0f [2020-10-08T03:20:34.679Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-08T03:20:35.761Z] 25b303627fd3: Pull complete [2020-10-08T03:20:35.761Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-08T03:20:35.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T03:20:35.761Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-08T03:20:36.041Z] prd-ubuntu18.04-docker-arm64-4c-16g-4102 does not seem to be running inside a container [2020-10-08T03:20:36.143Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:20:38.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-08T03:20:39.223Z] ---> Running in 152cb08052f9 [2020-10-08T03:20:39.658Z] $ docker top 898840a980d2d5685b199aba1cf4f75528e377355f85b348c2d34c13ad8b38c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T03:20:40.178Z] ---> 3ee73a6c9d7a [2020-10-08T03:20:40.178Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-08T03:20:41.145Z] + + grep parallel [2020-10-08T03:20:41.145Z] docker-compose build --help [2020-10-08T03:20:41.156Z] Removing intermediate container 152cb08052f9 [2020-10-08T03:20:41.156Z] ---> 57ab065e828f [2020-10-08T03:20:41.157Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T03:20:42.145Z] ---> Running in 58412e57afd8 [2020-10-08T03:20:42.145Z] ---> Running in 5b293855eaf5 [2020-10-08T03:20:42.757Z] Removing intermediate container 591158b9452c [2020-10-08T03:20:42.757Z] ---> fec725082781 [2020-10-08T03:20:42.757Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-08T03:20:42.757Z] Removing intermediate container 5b293855eaf5 [2020-10-08T03:20:42.757Z] ---> fa965f2a42b7 [2020-10-08T03:20:42.757Z] Step 14/22 : WORKDIR / [2020-10-08T03:20:43.027Z] ---> Running in 90131e44b270 [2020-10-08T03:20:43.027Z] ---> Running in 755c67504f4d [2020-10-08T03:20:43.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-08T03:20:43.591Z] Removing intermediate container 755c67504f4d [2020-10-08T03:20:43.591Z] ---> 936887840dd6 [2020-10-08T03:20:43.591Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-08T03:20:44.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-08T03:20:44.472Z] ---> 23e1cf736cc4 [2020-10-08T03:20:44.472Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-08T03:20:44.535Z] --parallel Build images in parallel. [Pipeline] } [2020-10-08T03:20:44.599Z] $ docker stop --time=1 898840a980d2d5685b199aba1cf4f75528e377355f85b348c2d34c13ad8b38c1 [2020-10-08T03:20:46.461Z] $ docker rm -f 898840a980d2d5685b199aba1cf4f75528e377355f85b348c2d34c13ad8b38c1 [2020-10-08T03:20:46.462Z] Removing intermediate container 754a95967e6f [2020-10-08T03:20:46.462Z] ---> 8657595c1d14 [2020-10-08T03:20:46.462Z] [2020-10-08T03:20:46.462Z] Step 10/21 : FROM scratch [2020-10-08T03:20:46.462Z] ---> [2020-10-08T03:20:46.462Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:20:46.462Z] ---> Using cache [2020-10-08T03:20:46.462Z] ---> ec4b692f0f0f [2020-10-08T03:20:46.462Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-08T03:20:46.462Z] ---> 1e190c257fda [2020-10-08T03:20:46.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-08T03:20:46.462Z] ---> Running in 4504ffd3ee4f [2020-10-08T03:20:46.743Z] Removing intermediate container 4504ffd3ee4f [2020-10-08T03:20:46.743Z] ---> c7584b05dd61 [2020-10-08T03:20:46.743Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-08T03:20:46.743Z] ---> Running in 014c04da8536 [2020-10-08T03:20:46.743Z] ---> ce4444c5e2c2 [2020-10-08T03:20:46.743Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:20:47.021Z] ---> Running in 2ddf6124dc32 [2020-10-08T03:20:47.021Z] Removing intermediate container 014c04da8536 [2020-10-08T03:20:47.021Z] ---> 6c59edf5a317 [2020-10-08T03:20:47.021Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-08T03:20:47.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T03:20:47.269Z] . [Pipeline] withDockerContainer [2020-10-08T03:20:47.298Z] Removing intermediate container 2ddf6124dc32 [2020-10-08T03:20:47.298Z] ---> dc51b8e44236 [2020-10-08T03:20:47.298Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:20:47.298Z] ---> Running in 8aa99cd94d27 [2020-10-08T03:20:47.298Z] Removing intermediate container 90131e44b270 [2020-10-08T03:20:47.298Z] ---> ab795445469f [2020-10-08T03:20:47.298Z] [2020-10-08T03:20:47.298Z] Step 11/27 : FROM docker:latest [2020-10-08T03:20:47.298Z] ---> 809cc4dba987 [2020-10-08T03:20:47.298Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-08T03:20:47.499Z] prd-ubuntu18.04-docker-arm64-4c-16g-4102 does not seem to be running inside a container [2020-10-08T03:20:47.575Z] ---> Running in 740a0a7d2caf [2020-10-08T03:20:47.575Z] ---> ff7ea1bb3e46 [2020-10-08T03:20:47.575Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-08T03:20:47.593Z] $ 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/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:20:47.847Z] Removing intermediate container 8aa99cd94d27 [2020-10-08T03:20:47.848Z] ---> b8d7ed31e49d [2020-10-08T03:20:47.848Z] Step 20/22 : LABEL arch=x86_64 [2020-10-08T03:20:48.127Z] ---> Running in e32943b41e83 [2020-10-08T03:20:48.410Z] Removing intermediate container e32943b41e83 [2020-10-08T03:20:48.410Z] ---> 1871fce9874d [2020-10-08T03:20:48.410Z] Step 21/22 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:20:48.688Z] ---> 89eef331690a [2020-10-08T03:20:48.688Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-08T03:20:48.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:20:48.876Z] $ docker top 1a03f2ba0f097b7a373606d63d55fe137aff86df3ccee883c5826df204db2347 -eo pid,comm [2020-10-08T03:20:48.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-10-08T03:20:49.247Z] (1/2) Installing readline (8.0.4-r0) [2020-10-08T03:20:49.247Z] (2/2) Installing bash (5.0.17-r0) [2020-10-08T03:20:49.247Z] Executing bash-5.0.17-r0.post-install [2020-10-08T03:20:49.247Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:20:49.247Z] ---> Running in ae44074d5c67 [2020-10-08T03:20:49.247Z] OK: 12 MiB in 22 packages [2020-10-08T03:20:49.537Z] ---> 8e20db23dee2 [2020-10-08T03:20:49.537Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-08T03:20:49.537Z] Removing intermediate container ae44074d5c67 [2020-10-08T03:20:49.537Z] ---> ddc8cc6410d5 [2020-10-08T03:20:49.537Z] Step 22/22 : LABEL version=1.2.2-dev.57 [2020-10-08T03:20:49.537Z] ---> Running in 5ae12b8bb562 [2020-10-08T03:20:49.883Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-08T03:20:50.144Z] ---> Running in da59586577bd [2020-10-08T03:20:50.145Z] Removing intermediate container 5ae12b8bb562 [2020-10-08T03:20:50.145Z] ---> 9fd6d69fa09e [2020-10-08T03:20:50.145Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:20:50.423Z] ---> Running in ded3067d99e5 [2020-10-08T03:20:51.403Z] Removing intermediate container da59586577bd [2020-10-08T03:20:51.403Z] ---> 537f2ea36659 [2020-10-08T03:20:51.403Z] [2020-10-08T03:20:51.671Z] Removing intermediate container 740a0a7d2caf [2020-10-08T03:20:51.671Z] ---> a9ec6cee7cdb [2020-10-08T03:20:51.671Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-08T03:20:51.671Z] Successfully built 537f2ea36659 [2020-10-08T03:20:51.941Z] Successfully tagged docker-core-metadata-go:latest [2020-10-08T03:20:51.941Z]  Building docker-core-metadata-go ... done Removing intermediate container ded3067d99e5 [2020-10-08T03:20:51.941Z] ---> cca015ce7e86 [2020-10-08T03:20:51.941Z] Step 19/21 : LABEL arch=x86_64 [2020-10-08T03:20:52.209Z] ---> Running in 86b380144b1b [2020-10-08T03:20:52.798Z] ---> Running in f14f29aa9496 [2020-10-08T03:20:53.078Z] Removing intermediate container f14f29aa9496 [2020-10-08T03:20:53.078Z] ---> 7f6c73a465d6 [2020-10-08T03:20:53.078Z] Step 20/21 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:20:53.268Z] Building docker-core-command-go ... [2020-10-08T03:20:53.268Z] Building docker-core-data-go ... [2020-10-08T03:20:53.268Z] Building docker-core-metadata-go ... [2020-10-08T03:20:53.268Z] Building docker-security-proxy-setup-go ... [2020-10-08T03:20:53.268Z] Building docker-security-secrets-setup-go ... [2020-10-08T03:20:53.268Z] Building docker-security-secretstore-setup-go ... [2020-10-08T03:20:53.268Z] Building docker-support-logging-go ... [2020-10-08T03:20:53.268Z] Building docker-support-notifications-go ... [2020-10-08T03:20:53.268Z] Building docker-support-scheduler-go ... [2020-10-08T03:20:53.268Z] Building docker-sys-mgmt-agent-go ... [2020-10-08T03:20:53.268Z] Building docker-support-logging-go [2020-10-08T03:20:53.268Z] Building docker-core-command-go [2020-10-08T03:20:53.268Z] Building docker-support-notifications-go [2020-10-08T03:20:53.269Z] Building docker-core-data-go [2020-10-08T03:20:53.269Z] Building docker-core-metadata-go [2020-10-08T03:20:53.346Z] ---> Running in 0e80b8201473 [2020-10-08T03:20:53.346Z] Removing intermediate container 0e80b8201473 [2020-10-08T03:20:53.346Z] ---> 42283c5027d2 [2020-10-08T03:20:53.346Z] Step 21/21 : LABEL version=1.2.2-dev.57 [2020-10-08T03:20:53.615Z] ---> Running in 930cffd92aef [2020-10-08T03:20:53.883Z] Removing intermediate container 930cffd92aef [2020-10-08T03:20:53.883Z] ---> b416daa64371 [2020-10-08T03:20:53.883Z] [2020-10-08T03:20:54.148Z] Removing intermediate container 86b380144b1b [2020-10-08T03:20:54.148Z] ---> 86176f7871dd [2020-10-08T03:20:54.148Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-08T03:20:54.148Z] Successfully built b416daa64371 [2020-10-08T03:20:54.148Z] ---> Running in e4b755178d63 [2020-10-08T03:20:54.148Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-08T03:20:54.419Z]  Building docker-support-scheduler-go ... done Removing intermediate container e4b755178d63 [2020-10-08T03:20:54.419Z] ---> 0f1fbc36766c [2020-10-08T03:20:54.419Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-08T03:20:54.419Z] ---> Running in 5a566abb1e20 [2020-10-08T03:20:55.002Z] Removing intermediate container 5a566abb1e20 [2020-10-08T03:20:55.002Z] ---> 5d3159e5e4d0 [2020-10-08T03:20:55.002Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-08T03:20:55.955Z] ---> Running in 7bcced597600 [2020-10-08T03:20:55.955Z] Removing intermediate container 6169f2497473 [2020-10-08T03:20:55.955Z] ---> 999a14fb0c51 [2020-10-08T03:20:55.955Z] [2020-10-08T03:20:55.955Z] Step 10/22 : FROM scratch [2020-10-08T03:20:55.955Z] ---> [2020-10-08T03:20:55.955Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T03:20:55.955Z] ---> Using cache [2020-10-08T03:20:55.955Z] ---> ea72c06f503b [2020-10-08T03:20:55.955Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-08T03:20:56.223Z] ---> Running in fdabbc27fcf2 [2020-10-08T03:20:56.223Z] Removing intermediate container 7bcced597600 [2020-10-08T03:20:56.223Z] ---> 14226be573e0 [2020-10-08T03:20:56.223Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-08T03:20:56.804Z] Removing intermediate container fdabbc27fcf2 [2020-10-08T03:20:56.804Z] ---> 4c71c09fe749 [2020-10-08T03:20:56.804Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T03:20:57.759Z] ---> Running in dd49ab7a4504 [2020-10-08T03:20:57.759Z] ---> 1c0eb59a259c [2020-10-08T03:20:57.759Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-08T03:20:57.759Z] Removing intermediate container 58412e57afd8 [2020-10-08T03:20:57.759Z] ---> ad71017460fc [2020-10-08T03:20:57.759Z] [2020-10-08T03:20:57.759Z] Step 9/29 : FROM alpine:latest [2020-10-08T03:20:57.759Z] ---> a24bb4013296 [2020-10-08T03:20:57.759Z] 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-08T03:20:58.024Z] ---> Running in 4ecaabb5654e [2020-10-08T03:20:58.024Z] Removing intermediate container dd49ab7a4504 [2020-10-08T03:20:58.024Z] ---> bc660c173e6c [2020-10-08T03:20:58.024Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-08T03:20:58.024Z] ---> 8cbdf0ee1dbc [2020-10-08T03:20:58.024Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-08T03:20:58.300Z] Removing intermediate container 4ecaabb5654e [2020-10-08T03:20:58.300Z] ---> 72c974bee0f6 [2020-10-08T03:20:58.300Z] Step 11/29 : USER root [2020-10-08T03:20:58.300Z] ---> Running in 5afd5d2cb8b9 [2020-10-08T03:20:58.300Z] ---> 2a0e47a160f8 [2020-10-08T03:20:58.300Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-08T03:20:58.564Z] ---> cf1fdc78a667 [2020-10-08T03:20:58.564Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-08T03:20:58.564Z] ---> Running in a6f0f41d6894 [2020-10-08T03:20:58.564Z] Removing intermediate container 5afd5d2cb8b9 [2020-10-08T03:20:58.564Z] ---> 5edc870e2aed [2020-10-08T03:20:58.564Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-08T03:20:58.829Z] ---> Running in d0e3ebe889a4 [2020-10-08T03:20:59.093Z] ---> 3f241862fbc2 [2020-10-08T03:20:59.093Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-08T03:20:59.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:20:59.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:20:59.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:20:59.626Z] ---> 7111383685fc [2020-10-08T03:20:59.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-08T03:20:59.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:20:59.626Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-08T03:20:59.626Z] (2/33) Installing expat (2.2.9-r1) [2020-10-08T03:20:59.626Z] (3/33) Installing libffi (3.3-r2) [2020-10-08T03:20:59.626Z] (4/33) Installing gdbm (1.13-r1) [2020-10-08T03:20:59.626Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-08T03:20:59.626Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-08T03:20:59.626Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-08T03:20:59.891Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:20:59.891Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:20:59.891Z] OK: 12750 distinct packages available [2020-10-08T03:21:00.154Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-08T03:21:00.154Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-08T03:21:00.154Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:21:00.154Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T03:21:00.155Z] OK: 6 MiB in 16 packages [2020-10-08T03:21:01.106Z] ---> fac452574686 [2020-10-08T03:21:01.106Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-08T03:21:04.446Z] ---> Running in d01f3d36ff5d [2020-10-08T03:21:04.446Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-08T03:21:04.446Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-08T03:21:04.446Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-08T03:21:04.446Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-08T03:21:04.446Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-08T03:21:04.711Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-08T03:21:04.711Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-08T03:21:05.289Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-08T03:21:05.289Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-08T03:21:05.289Z] Removing intermediate container d01f3d36ff5d [2020-10-08T03:21:05.289Z] ---> 790c69ed4865 [2020-10-08T03:21:05.289Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:21:05.289Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-08T03:21:05.554Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-08T03:21:05.554Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-08T03:21:05.823Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-08T03:21:05.823Z] ---> Running in 49a1f9772c42 [2020-10-08T03:21:05.823Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-08T03:21:05.823Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-08T03:21:05.823Z] Removing intermediate container d0e3ebe889a4 [2020-10-08T03:21:05.823Z] ---> f5fe4738cd44 [2020-10-08T03:21:05.823Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-08T03:21:05.823Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-08T03:21:06.095Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-08T03:21:06.095Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-08T03:21:06.095Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-08T03:21:06.364Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-08T03:21:06.364Z] ---> Running in f3a6f289f81a [2020-10-08T03:21:06.364Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-08T03:21:06.364Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-08T03:21:06.364Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-08T03:21:07.320Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-08T03:21:07.320Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-08T03:21:07.320Z] Removing intermediate container 49a1f9772c42 [2020-10-08T03:21:07.320Z] ---> 040d8d1117f0 [2020-10-08T03:21:07.320Z] Step 20/22 : LABEL arch=x86_64 [2020-10-08T03:21:07.320Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-08T03:21:08.270Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:21:08.271Z] OK: 71 MiB in 55 packages [2020-10-08T03:21:08.271Z] ---> Running in 516f38a4413e [2020-10-08T03:21:08.271Z] Removing intermediate container f3a6f289f81a [2020-10-08T03:21:08.271Z] ---> 55fba521776e [2020-10-08T03:21:08.271Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-08T03:21:08.271Z] ---> Running in 719bdd94fcf8 [2020-10-08T03:21:08.536Z] Removing intermediate container 516f38a4413e [2020-10-08T03:21:08.536Z] ---> cf0462fc23db [2020-10-08T03:21:08.536Z] Step 21/22 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:08.536Z] ---> Running in d948e336f5d7 [2020-10-08T03:21:08.803Z] Removing intermediate container 719bdd94fcf8 [2020-10-08T03:21:08.803Z] ---> e2e5c0963ee7 [2020-10-08T03:21:08.803Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-08T03:21:08.803Z] ---> Running in 247af5e6981f [2020-10-08T03:21:09.066Z] Removing intermediate container d948e336f5d7 [2020-10-08T03:21:09.066Z] ---> ebe73f1d1b2b [2020-10-08T03:21:09.066Z] Step 22/22 : LABEL version=1.2.2-dev.57 [2020-10-08T03:21:12.395Z] ---> Running in 60c80fb37801 [2020-10-08T03:21:13.795Z] Removing intermediate container 60c80fb37801 [2020-10-08T03:21:13.795Z] ---> 6c40f9ad69c9 [2020-10-08T03:21:13.795Z] [2020-10-08T03:21:14.060Z] Successfully built 6c40f9ad69c9 [2020-10-08T03:21:14.325Z] Successfully tagged docker-support-logging-go:latest [2020-10-08T03:21:14.589Z]  Building docker-support-logging-go ... done Removing intermediate container a6f0f41d6894 [2020-10-08T03:21:14.589Z] ---> 4ddebe35c5b0 [2020-10-08T03:21:14.589Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-08T03:21:14.854Z] ---> Running in 6ba93ec5944e [2020-10-08T03:21:14.854Z] Removing intermediate container 247af5e6981f [2020-10-08T03:21:14.854Z] ---> 6c60fd22fc5b [2020-10-08T03:21:14.854Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-08T03:21:15.432Z] ---> 8331f31abf29 [2020-10-08T03:21:15.432Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-08T03:21:15.696Z] ---> f0d776e3d482 [2020-10-08T03:21:15.696Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-08T03:21:15.959Z] ---> 3ed26c11d42f [2020-10-08T03:21:15.959Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-08T03:21:16.222Z] ---> 638faf3a647c [2020-10-08T03:21:16.222Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-08T03:21:16.222Z] Collecting docker-compose==1.23.2 [2020-10-08T03:21:16.222Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-08T03:21:16.489Z] ---> 7f1cc60d7ba7 [2020-10-08T03:21:16.489Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-08T03:21:16.489Z] ---> Running in fa3d19e55a72 [2020-10-08T03:21:16.489Z] Collecting jsonschema<3,>=2.5.1 [2020-10-08T03:21:16.489Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-08T03:21:16.754Z] Collecting PyYAML<4,>=3.10 [2020-10-08T03:21:16.754Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-08T03:21:18.684Z] Collecting texttable<0.10,>=0.9.0 [2020-10-08T03:21:18.684Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-08T03:21:18.684Z] Removing intermediate container fa3d19e55a72 [2020-10-08T03:21:18.684Z] ---> 3d9458a5e984 [2020-10-08T03:21:18.684Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T03:21:18.964Z] ---> 42f2f54e36fa [2020-10-08T03:21:18.965Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T03:21:18.965Z] ---> Running in e5da5ffcc999 [2020-10-08T03:21:18.965Z] Collecting docker<4.0,>=3.6.0 [2020-10-08T03:21:18.965Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-08T03:21:19.238Z] 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-08T03:21:19.238Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-08T03:21:19.238Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-08T03:21:19.238Z] Collecting docopt<0.7,>=0.6.1 [2020-10-08T03:21:19.238Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-08T03:21:19.816Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-08T03:21:19.816Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-08T03:21:19.816Z] Removing intermediate container e5da5ffcc999 [2020-10-08T03:21:19.816Z] ---> dc21938ccdf1 [2020-10-08T03:21:19.816Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-08T03:21:20.080Z] ---> Running in b395a0068142 [2020-10-08T03:21:20.344Z] Collecting cached-property<2,>=1.2.0 [2020-10-08T03:21:20.344Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-08T03:21:20.607Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-08T03:21:20.607Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-08T03:21:20.607Z] Collecting docker-pycreds>=0.4.0 [2020-10-08T03:21:20.607Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-08T03:21:22.005Z] 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-08T03:21:22.005Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-08T03:21:22.005Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-08T03:21:22.005Z] 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-08T03:21:22.271Z] Collecting idna<2.8,>=2.5 [2020-10-08T03:21:22.271Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-08T03:21:22.271Z] Removing intermediate container b395a0068142 [2020-10-08T03:21:22.271Z] ---> 1489613b2ce3 [2020-10-08T03:21:22.271Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T03:21:22.271Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-08T03:21:22.271Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-08T03:21:22.271Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-08T03:21:22.271Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-08T03:21:22.271Z] ---> Running in 668702c8243a [2020-10-08T03:21:22.608Z] Installing collected packages: jsonschema, PyYAML, texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, dockerpty, cached-property, docker-compose [2020-10-08T03:21:22.608Z] Removing intermediate container 668702c8243a [2020-10-08T03:21:22.608Z] ---> 9330aec01b07 [2020-10-08T03:21:22.608Z] Step 26/29 : CMD [ "generate" ] [2020-10-08T03:21:22.608Z] Running setup.py install for PyYAML: started [2020-10-08T03:21:22.608Z] ---> Running in e1cb2f463619 [2020-10-08T03:21:22.953Z] Removing intermediate container e1cb2f463619 [2020-10-08T03:21:22.953Z] ---> 87430160e62a [2020-10-08T03:21:22.953Z] Step 27/29 : LABEL arch=x86_64 [2020-10-08T03:21:22.953Z] ---> Running in 459e65cceb79 [2020-10-08T03:21:22.953Z] Removing intermediate container 459e65cceb79 [2020-10-08T03:21:22.953Z] ---> 864c4c92edd0 [2020-10-08T03:21:22.953Z] Step 28/29 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:22.953Z] ---> Running in 63b379fe0452 [2020-10-08T03:21:23.310Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-08T03:21:23.310Z] Running setup.py install for texttable: started [2020-10-08T03:21:23.310Z] Removing intermediate container 63b379fe0452 [2020-10-08T03:21:23.310Z] ---> 3c31d54a93de [2020-10-08T03:21:23.310Z] Step 29/29 : LABEL version=1.2.2-dev.57 [2020-10-08T03:21:23.310Z] ---> Running in 44b9ed1bda4b [2020-10-08T03:21:23.581Z] Removing intermediate container 44b9ed1bda4b [2020-10-08T03:21:23.581Z] ---> 276a214ea742 [2020-10-08T03:21:23.581Z] [2020-10-08T03:21:23.581Z] Successfully built 276a214ea742 [2020-10-08T03:21:23.581Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-08T03:21:23.581Z]  Building docker-security-secrets-setup-go ... done  Running setup.py install for texttable: finished with status 'done' [2020-10-08T03:21:23.842Z] Attempting uninstall: urllib3 [2020-10-08T03:21:23.842Z] Found existing installation: urllib3 1.25.9 [2020-10-08T03:21:23.842Z] Uninstalling urllib3-1.25.9: [2020-10-08T03:21:23.842Z] Successfully uninstalled urllib3-1.25.9 [2020-10-08T03:21:23.842Z] Attempting uninstall: idna [2020-10-08T03:21:23.842Z] Found existing installation: idna 2.9 [2020-10-08T03:21:23.842Z] Uninstalling idna-2.9: [2020-10-08T03:21:24.103Z] Successfully uninstalled idna-2.9 [2020-10-08T03:21:24.103Z] Attempting uninstall: requests [2020-10-08T03:21:24.103Z] Found existing installation: requests 2.23.0 [2020-10-08T03:21:24.103Z] Uninstalling requests-2.23.0: [2020-10-08T03:21:24.103Z] Successfully uninstalled requests-2.23.0 [2020-10-08T03:21:24.676Z] Running setup.py install for docopt: started [2020-10-08T03:21:24.938Z] Running setup.py install for docopt: finished with status 'done' [2020-10-08T03:21:24.938Z] Running setup.py install for dockerpty: started [2020-10-08T03:21:25.511Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-08T03:21:25.775Z] 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-08T03:21:29.089Z] Removing intermediate container 6ba93ec5944e [2020-10-08T03:21:29.089Z] ---> 9b2a2b2903e6 [2020-10-08T03:21:29.089Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-08T03:21:29.089Z] ---> Running in b71d5dab4cde [2020-10-08T03:21:29.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T03:21:29.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T03:21:29.350Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T03:21:29.350Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-08T03:21:29.350Z] (3/3) Installing curl (7.69.1-r1) [2020-10-08T03:21:29.350Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:21:29.350Z] OK: 72 MiB in 58 packages [2020-10-08T03:21:29.924Z] Removing intermediate container b71d5dab4cde [2020-10-08T03:21:29.924Z] ---> 93f58ac1d698 [2020-10-08T03:21:29.924Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-08T03:21:29.924Z] ---> Running in 104414087fa2 [2020-10-08T03:21:30.185Z] Removing intermediate container 104414087fa2 [2020-10-08T03:21:30.185Z] ---> fd1d050760ae [2020-10-08T03:21:30.185Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:21:30.185Z] ---> Running in 639053b3f864 [2020-10-08T03:21:30.445Z] Removing intermediate container 639053b3f864 [2020-10-08T03:21:30.445Z] ---> b8bb54dfcba0 [2020-10-08T03:21:30.445Z] Step 25/27 : LABEL arch=x86_64 [2020-10-08T03:21:30.445Z] ---> Running in 2d212d733938 [2020-10-08T03:21:30.445Z] Removing intermediate container 2d212d733938 [2020-10-08T03:21:30.445Z] ---> 8382319cd29a [2020-10-08T03:21:30.445Z] Step 26/27 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:30.707Z] ---> Running in 555b1f2443fb [2020-10-08T03:21:30.707Z] Removing intermediate container 555b1f2443fb [2020-10-08T03:21:30.707Z] ---> 3b5043f7749f [2020-10-08T03:21:30.707Z] Step 27/27 : LABEL version=1.2.2-dev.57 [2020-10-08T03:21:30.968Z] ---> Running in 5430637d1927 [2020-10-08T03:21:30.968Z] Removing intermediate container 5430637d1927 [2020-10-08T03:21:30.968Z] ---> 735f1c729d97 [2020-10-08T03:21:30.968Z] [2020-10-08T03:21:31.235Z] Successfully built 735f1c729d97 [2020-10-08T03:21:31.235Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-08T03:21:31.503Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-08T03:21:31.521Z] $ docker stop --time=1 e740946ae979ac3ed12120d7cfaa23163ca75d6590046ac75a22765901c6d03d [2020-10-08T03:21:33.089Z] $ docker rm -f e740946ae979ac3ed12120d7cfaa23163ca75d6590046ac75a22765901c6d03d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:21:33.656Z] + docker images [2020-10-08T03:21:33.656Z] + grep docker [2020-10-08T03:21:33.656Z] docker-sys-mgmt-agent-go latest 735f1c729d97 3 seconds ago 290MB [2020-10-08T03:21:33.656Z] docker-security-secrets-setup-go latest 276a214ea742 10 seconds ago 24MB [2020-10-08T03:21:33.656Z] docker-support-logging-go latest 6c40f9ad69c9 22 seconds ago 11.1MB [2020-10-08T03:21:33.656Z] docker-support-scheduler-go latest b416daa64371 40 seconds ago 12.3MB [2020-10-08T03:21:33.656Z] docker-core-metadata-go latest 537f2ea36659 43 seconds ago 14.2MB [2020-10-08T03:21:33.656Z] docker-security-secretstore-setup-go latest 39bad0bb7b25 About a minute ago 32.4MB [2020-10-08T03:21:33.656Z] docker-core-data-go latest cbf06a51f907 2 minutes ago 23.6MB [2020-10-08T03:21:33.656Z] docker-support-notifications-go latest a6874d4ff687 2 minutes ago 13.6MB [2020-10-08T03:21:33.656Z] docker-core-command-go latest 35247ed3c1d2 2 minutes ago 12.2MB [2020-10-08T03:21:33.656Z] docker-security-proxy-setup-go latest 57e9bf3ed32a 2 minutes ago 15.8MB [2020-10-08T03:21:33.656Z] docker latest 809cc4dba987 2 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-08T03:21:34.370Z] provisioning config files... [2020-10-08T03:21:34.438Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/172@tmp/config1391936439181891550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:21:34.843Z] ---> docker-login.sh [2020-10-08T03:21:34.843Z] nexus3.edgexfoundry.org:10001 [2020-10-08T03:21:34.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:21:34.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:21:34.843Z] Configure a credential helper to remove this warning. See [2020-10-08T03:21:34.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:21:34.843Z] [2020-10-08T03:21:34.843Z] Login Succeeded [2020-10-08T03:21:34.843Z] nexus3.edgexfoundry.org:10002 [2020-10-08T03:21:35.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:21:35.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:21:35.105Z] Configure a credential helper to remove this warning. See [2020-10-08T03:21:35.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:21:35.105Z] [2020-10-08T03:21:35.105Z] Login Succeeded [2020-10-08T03:21:35.105Z] nexus3.edgexfoundry.org:10003 [2020-10-08T03:21:35.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:21:35.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:21:35.367Z] Configure a credential helper to remove this warning. See [2020-10-08T03:21:35.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:21:35.367Z] [2020-10-08T03:21:35.367Z] Login Succeeded [2020-10-08T03:21:35.367Z] nexus3.edgexfoundry.org:10004 [2020-10-08T03:21:35.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:21:35.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:21:35.629Z] Configure a credential helper to remove this warning. See [2020-10-08T03:21:35.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:21:35.629Z] [2020-10-08T03:21:35.629Z] Login Succeeded [2020-10-08T03:21:35.629Z] docker.io [2020-10-08T03:21:35.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:21:35.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:21:35.889Z] Configure a credential helper to remove this warning. See [2020-10-08T03:21:35.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:21:35.889Z] [2020-10-08T03:21:35.889Z] Login Succeeded [2020-10-08T03:21:35.889Z] ---> docker-login.sh ends [Pipeline] } [2020-10-08T03:21:35.899Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:21:36.148Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-08T03:21:36.148Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:36.148Z] 1.2.2-dev.57 [2020-10-08T03:21:36.148Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:36.148Z] master [2020-10-08T03:21:36.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:36.793Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:37.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:37.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T03:21:37.098Z] 5a071c24dc56: Preparing [2020-10-08T03:21:37.098Z] 04cee66b5e59: Preparing [2020-10-08T03:21:37.098Z] 8529bf3bb7b9: Preparing [2020-10-08T03:21:37.358Z] 5a071c24dc56: Pushed [2020-10-08T03:21:37.358Z] 8529bf3bb7b9: Pushed [2020-10-08T03:21:38.306Z] 04cee66b5e59: Pushed [2020-10-08T03:21:38.568Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:b41e7513fb78a6e456e8da9752816f781545d87bdcf43fa02d6007c326df05af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:38.882Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:39.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.57 [2020-10-08T03:21:39.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T03:21:39.183Z] 5a071c24dc56: Preparing [2020-10-08T03:21:39.183Z] 04cee66b5e59: Preparing [2020-10-08T03:21:39.183Z] 8529bf3bb7b9: Preparing [2020-10-08T03:21:39.183Z] 8529bf3bb7b9: Layer already exists [2020-10-08T03:21:39.183Z] 04cee66b5e59: Layer already exists [2020-10-08T03:21:39.183Z] 5a071c24dc56: Layer already exists [2020-10-08T03:21:39.183Z] 1.2.2-dev.57: digest: sha256:b41e7513fb78a6e456e8da9752816f781545d87bdcf43fa02d6007c326df05af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:39.489Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:39.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:39.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T03:21:39.789Z] 5a071c24dc56: Preparing [2020-10-08T03:21:39.789Z] 04cee66b5e59: Preparing [2020-10-08T03:21:39.789Z] 8529bf3bb7b9: Preparing [2020-10-08T03:21:39.789Z] 8529bf3bb7b9: Layer already exists [2020-10-08T03:21:39.789Z] 5a071c24dc56: Layer already exists [2020-10-08T03:21:39.789Z] 04cee66b5e59: Layer already exists [2020-10-08T03:21:39.789Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:b41e7513fb78a6e456e8da9752816f781545d87bdcf43fa02d6007c326df05af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:40.098Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:40.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-08T03:21:40.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T03:21:40.401Z] 5a071c24dc56: Preparing [2020-10-08T03:21:40.401Z] 04cee66b5e59: Preparing [2020-10-08T03:21:40.401Z] 8529bf3bb7b9: Preparing [2020-10-08T03:21:40.401Z] 04cee66b5e59: Layer already exists [2020-10-08T03:21:40.401Z] 8529bf3bb7b9: Layer already exists [2020-10-08T03:21:40.401Z] 5a071c24dc56: Layer already exists [2020-10-08T03:21:40.401Z] master: digest: sha256:b41e7513fb78a6e456e8da9752816f781545d87bdcf43fa02d6007c326df05af size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:21:40.633Z] ===================================================== [Pipeline] echo [2020-10-08T03:21:40.680Z] taggedImages: [2020-10-08T03:21:40.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:40.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.57 [2020-10-08T03:21:40.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:40.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-08T03:21:40.749Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-08T03:21:40.750Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:40.750Z] 1.2.2-dev.57 [2020-10-08T03:21:40.750Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:40.750Z] master [2020-10-08T03:21:40.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:41.249Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:41.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:41.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T03:21:41.551Z] 147c55a3d7ea: Preparing [2020-10-08T03:21:41.551Z] 8445bdf5a5aa: Preparing [2020-10-08T03:21:41.551Z] 77f637286723: Preparing [2020-10-08T03:21:41.551Z] 553a0605e3d4: Preparing [2020-10-08T03:21:41.551Z] cc54ee9577f3: Preparing [2020-10-08T03:21:41.551Z] 50644c29ef5a: Preparing [2020-10-08T03:21:41.551Z] 50644c29ef5a: Waiting [2020-10-08T03:21:41.817Z] 147c55a3d7ea: Pushed [2020-10-08T03:21:41.817Z] cc54ee9577f3: Pushed [2020-10-08T03:21:41.817Z] 77f637286723: Pushed [2020-10-08T03:21:41.817Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:42.079Z] 553a0605e3d4: Pushed [2020-10-08T03:21:43.022Z] 8445bdf5a5aa: Pushed [2020-10-08T03:21:45.002Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:b088e573520db84ad7b91b9052df89130009d11c6113afc571a747919db7a57b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:45.316Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:45.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.57 [2020-10-08T03:21:45.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T03:21:45.619Z] 147c55a3d7ea: Preparing [2020-10-08T03:21:45.619Z] 8445bdf5a5aa: Preparing [2020-10-08T03:21:45.619Z] 77f637286723: Preparing [2020-10-08T03:21:45.619Z] 553a0605e3d4: Preparing [2020-10-08T03:21:45.619Z] cc54ee9577f3: Preparing [2020-10-08T03:21:45.619Z] 50644c29ef5a: Preparing [2020-10-08T03:21:45.619Z] 50644c29ef5a: Waiting [2020-10-08T03:21:45.619Z] cc54ee9577f3: Layer already exists [2020-10-08T03:21:45.619Z] 77f637286723: Layer already exists [2020-10-08T03:21:45.619Z] 8445bdf5a5aa: Layer already exists [2020-10-08T03:21:45.619Z] 553a0605e3d4: Layer already exists [2020-10-08T03:21:45.619Z] 147c55a3d7ea: Layer already exists [2020-10-08T03:21:45.619Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:45.619Z] 1.2.2-dev.57: digest: sha256:b088e573520db84ad7b91b9052df89130009d11c6113afc571a747919db7a57b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:45.939Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:46.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:46.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T03:21:46.270Z] 147c55a3d7ea: Preparing [2020-10-08T03:21:46.270Z] 8445bdf5a5aa: Preparing [2020-10-08T03:21:46.270Z] 77f637286723: Preparing [2020-10-08T03:21:46.270Z] 553a0605e3d4: Preparing [2020-10-08T03:21:46.270Z] cc54ee9577f3: Preparing [2020-10-08T03:21:46.270Z] 50644c29ef5a: Preparing [2020-10-08T03:21:46.270Z] 50644c29ef5a: Waiting [2020-10-08T03:21:46.270Z] 8445bdf5a5aa: Layer already exists [2020-10-08T03:21:46.270Z] 77f637286723: Layer already exists [2020-10-08T03:21:46.270Z] 147c55a3d7ea: Layer already exists [2020-10-08T03:21:46.270Z] cc54ee9577f3: Layer already exists [2020-10-08T03:21:46.270Z] 553a0605e3d4: Layer already exists [2020-10-08T03:21:46.270Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:46.270Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:b088e573520db84ad7b91b9052df89130009d11c6113afc571a747919db7a57b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:46.700Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:47.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-08T03:21:47.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T03:21:47.003Z] 147c55a3d7ea: Preparing [2020-10-08T03:21:47.003Z] 8445bdf5a5aa: Preparing [2020-10-08T03:21:47.003Z] 77f637286723: Preparing [2020-10-08T03:21:47.003Z] 553a0605e3d4: Preparing [2020-10-08T03:21:47.003Z] cc54ee9577f3: Preparing [2020-10-08T03:21:47.003Z] 50644c29ef5a: Preparing [2020-10-08T03:21:47.003Z] 50644c29ef5a: Waiting [2020-10-08T03:21:47.003Z] 8445bdf5a5aa: Layer already exists [2020-10-08T03:21:47.003Z] cc54ee9577f3: Layer already exists [2020-10-08T03:21:47.003Z] 77f637286723: Layer already exists [2020-10-08T03:21:47.003Z] 147c55a3d7ea: Layer already exists [2020-10-08T03:21:47.003Z] 553a0605e3d4: Layer already exists [2020-10-08T03:21:47.003Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:47.003Z] master: digest: sha256:b088e573520db84ad7b91b9052df89130009d11c6113afc571a747919db7a57b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:21:47.469Z] ===================================================== [Pipeline] echo [2020-10-08T03:21:47.522Z] taggedImages: [2020-10-08T03:21:47.522Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:47.522Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.57 [2020-10-08T03:21:47.522Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:47.522Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-08T03:21:47.592Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-08T03:21:47.592Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:47.592Z] 1.2.2-dev.57 [2020-10-08T03:21:47.592Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:47.592Z] master [2020-10-08T03:21:47.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:48.085Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:48.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:48.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T03:21:48.392Z] dc7761db4bab: Preparing [2020-10-08T03:21:48.392Z] bac6d4e6a831: Preparing [2020-10-08T03:21:48.392Z] 50daaaf58cd8: Preparing [2020-10-08T03:21:48.654Z] 50daaaf58cd8: Pushed [2020-10-08T03:21:48.654Z] dc7761db4bab: Pushed [2020-10-08T03:21:50.050Z] bac6d4e6a831: Pushed [2020-10-08T03:21:50.312Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:b34d7e5d5e743baf8cdb7bbd572ba01dd44d73bb2d974be417c6f4146ecd291e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:50.624Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:50.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.57 [2020-10-08T03:21:50.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T03:21:50.923Z] dc7761db4bab: Preparing [2020-10-08T03:21:50.923Z] bac6d4e6a831: Preparing [2020-10-08T03:21:50.923Z] 50daaaf58cd8: Preparing [2020-10-08T03:21:50.923Z] bac6d4e6a831: Layer already exists [2020-10-08T03:21:50.923Z] dc7761db4bab: Layer already exists [2020-10-08T03:21:50.923Z] 50daaaf58cd8: Layer already exists [2020-10-08T03:21:50.923Z] 1.2.2-dev.57: digest: sha256:b34d7e5d5e743baf8cdb7bbd572ba01dd44d73bb2d974be417c6f4146ecd291e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:51.296Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:52.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:52.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T03:21:52.166Z] dc7761db4bab: Preparing [2020-10-08T03:21:52.166Z] bac6d4e6a831: Preparing [2020-10-08T03:21:52.166Z] 50daaaf58cd8: Preparing [2020-10-08T03:21:52.166Z] dc7761db4bab: Layer already exists [2020-10-08T03:21:52.166Z] bac6d4e6a831: Layer already exists [2020-10-08T03:21:52.166Z] 50daaaf58cd8: Layer already exists [2020-10-08T03:21:52.166Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:b34d7e5d5e743baf8cdb7bbd572ba01dd44d73bb2d974be417c6f4146ecd291e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:52.469Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:52.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-08T03:21:52.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T03:21:52.766Z] dc7761db4bab: Preparing [2020-10-08T03:21:52.766Z] bac6d4e6a831: Preparing [2020-10-08T03:21:52.766Z] 50daaaf58cd8: Preparing [2020-10-08T03:21:52.766Z] dc7761db4bab: Layer already exists [2020-10-08T03:21:52.766Z] bac6d4e6a831: Layer already exists [2020-10-08T03:21:52.766Z] 50daaaf58cd8: Layer already exists [2020-10-08T03:21:52.766Z] master: digest: sha256:b34d7e5d5e743baf8cdb7bbd572ba01dd44d73bb2d974be417c6f4146ecd291e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:21:52.968Z] ===================================================== [Pipeline] echo [2020-10-08T03:21:53.018Z] taggedImages: [2020-10-08T03:21:53.018Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:53.018Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.57 [2020-10-08T03:21:53.018Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:53.018Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-08T03:21:53.084Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-08T03:21:53.084Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:53.084Z] 1.2.2-dev.57 [2020-10-08T03:21:53.084Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:53.084Z] master [2020-10-08T03:21:53.084Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:53.592Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:53.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:53.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T03:21:53.901Z] d6fd2af6aa83: Preparing [2020-10-08T03:21:53.901Z] a94b27649b2d: Preparing [2020-10-08T03:21:53.901Z] b6ffb0e2a885: Preparing [2020-10-08T03:21:53.901Z] 610f121c7c05: Preparing [2020-10-08T03:21:53.901Z] 50644c29ef5a: Preparing [2020-10-08T03:21:53.901Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:54.163Z] b6ffb0e2a885: Pushed [2020-10-08T03:21:54.163Z] a94b27649b2d: Pushed [2020-10-08T03:21:54.424Z] 610f121c7c05: Pushed [2020-10-08T03:21:55.005Z] d6fd2af6aa83: Pushed [2020-10-08T03:21:55.266Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:3e3563463be80fc49d2cae6d4e94755d8b6578dd017f8fae1cb1cc0ab9d8f135 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:55.568Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:55.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.57 [2020-10-08T03:21:55.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T03:21:55.867Z] d6fd2af6aa83: Preparing [2020-10-08T03:21:55.867Z] a94b27649b2d: Preparing [2020-10-08T03:21:55.867Z] b6ffb0e2a885: Preparing [2020-10-08T03:21:55.867Z] 610f121c7c05: Preparing [2020-10-08T03:21:55.867Z] 50644c29ef5a: Preparing [2020-10-08T03:21:55.867Z] d6fd2af6aa83: Layer already exists [2020-10-08T03:21:55.867Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:55.867Z] 610f121c7c05: Layer already exists [2020-10-08T03:21:55.867Z] b6ffb0e2a885: Layer already exists [2020-10-08T03:21:55.867Z] a94b27649b2d: Layer already exists [2020-10-08T03:21:55.867Z] 1.2.2-dev.57: digest: sha256:3e3563463be80fc49d2cae6d4e94755d8b6578dd017f8fae1cb1cc0ab9d8f135 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:56.170Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:56.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:56.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T03:21:56.468Z] d6fd2af6aa83: Preparing [2020-10-08T03:21:56.468Z] a94b27649b2d: Preparing [2020-10-08T03:21:56.468Z] b6ffb0e2a885: Preparing [2020-10-08T03:21:56.468Z] 610f121c7c05: Preparing [2020-10-08T03:21:56.468Z] 50644c29ef5a: Preparing [2020-10-08T03:21:56.468Z] a94b27649b2d: Layer already exists [2020-10-08T03:21:56.468Z] b6ffb0e2a885: Layer already exists [2020-10-08T03:21:56.468Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:56.468Z] 610f121c7c05: Layer already exists [2020-10-08T03:21:56.468Z] d6fd2af6aa83: Layer already exists [2020-10-08T03:21:56.468Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:3e3563463be80fc49d2cae6d4e94755d8b6578dd017f8fae1cb1cc0ab9d8f135 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:56.772Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:57.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-08T03:21:57.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T03:21:57.068Z] d6fd2af6aa83: Preparing [2020-10-08T03:21:57.068Z] a94b27649b2d: Preparing [2020-10-08T03:21:57.068Z] b6ffb0e2a885: Preparing [2020-10-08T03:21:57.068Z] 610f121c7c05: Preparing [2020-10-08T03:21:57.068Z] 50644c29ef5a: Preparing [2020-10-08T03:21:57.068Z] a94b27649b2d: Layer already exists [2020-10-08T03:21:57.068Z] d6fd2af6aa83: Layer already exists [2020-10-08T03:21:57.068Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:57.068Z] b6ffb0e2a885: Layer already exists [2020-10-08T03:21:57.068Z] 610f121c7c05: Layer already exists [2020-10-08T03:21:57.068Z] master: digest: sha256:3e3563463be80fc49d2cae6d4e94755d8b6578dd017f8fae1cb1cc0ab9d8f135 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:21:57.272Z] ===================================================== [Pipeline] echo [2020-10-08T03:21:57.325Z] taggedImages: [2020-10-08T03:21:57.325Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:57.325Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.57 [2020-10-08T03:21:57.325Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:57.325Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-08T03:21:57.388Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-08T03:21:57.388Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:57.388Z] 1.2.2-dev.57 [2020-10-08T03:21:57.388Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:21:57.388Z] master [2020-10-08T03:21:57.388Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:57.869Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:58.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:21:58.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T03:21:58.165Z] 24973e437166: Preparing [2020-10-08T03:21:58.165Z] 9ab7b9b0fca6: Preparing [2020-10-08T03:21:58.165Z] 6b7dc34b7119: Preparing [2020-10-08T03:21:58.165Z] 3b59e51b1f93: Preparing [2020-10-08T03:21:58.165Z] 3b59e51b1f93: Preparing [2020-10-08T03:21:58.165Z] 8215b095aad4: Preparing [2020-10-08T03:21:58.165Z] 6564a311342e: Preparing [2020-10-08T03:21:58.165Z] c9fb93f3fa18: Preparing [2020-10-08T03:21:58.165Z] 24973e437166: Preparing [2020-10-08T03:21:58.165Z] 2d2807173c91: Preparing [2020-10-08T03:21:58.165Z] 2596c895f18c: Preparing [2020-10-08T03:21:58.165Z] 19a9fe24c7f8: Preparing [2020-10-08T03:21:58.165Z] 50644c29ef5a: Preparing [2020-10-08T03:21:58.165Z] 6564a311342e: Waiting [2020-10-08T03:21:58.165Z] c9fb93f3fa18: Waiting [2020-10-08T03:21:58.165Z] 2d2807173c91: Waiting [2020-10-08T03:21:58.165Z] 2596c895f18c: Waiting [2020-10-08T03:21:58.165Z] 19a9fe24c7f8: Waiting [2020-10-08T03:21:58.165Z] 50644c29ef5a: Waiting [2020-10-08T03:21:58.426Z] 8215b095aad4: Pushed [2020-10-08T03:21:58.426Z] 3b59e51b1f93: Pushed [2020-10-08T03:21:58.426Z] 9ab7b9b0fca6: Pushed [2020-10-08T03:21:58.426Z] 6b7dc34b7119: Pushed [2020-10-08T03:21:58.689Z] 6564a311342e: Pushed [2020-10-08T03:21:58.951Z] c9fb93f3fa18: Pushed [2020-10-08T03:21:58.951Z] 2596c895f18c: Pushed [2020-10-08T03:21:58.951Z] 2d2807173c91: Pushed [2020-10-08T03:21:59.211Z] 50644c29ef5a: Layer already exists [2020-10-08T03:21:59.211Z] 19a9fe24c7f8: Pushed [2020-10-08T03:21:59.211Z] 24973e437166: Pushed [2020-10-08T03:21:59.472Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:47113f92872cd6f94e623628aa3861cc57c91dbff50f020d91faa1fe16684f34 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:21:59.778Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:00.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.57 [2020-10-08T03:22:00.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T03:22:00.335Z] 24973e437166: Preparing [2020-10-08T03:22:00.335Z] 9ab7b9b0fca6: Preparing [2020-10-08T03:22:00.335Z] 6b7dc34b7119: Preparing [2020-10-08T03:22:00.335Z] 3b59e51b1f93: Preparing [2020-10-08T03:22:00.335Z] 3b59e51b1f93: Preparing [2020-10-08T03:22:00.335Z] 8215b095aad4: Preparing [2020-10-08T03:22:00.335Z] 6564a311342e: Preparing [2020-10-08T03:22:00.335Z] c9fb93f3fa18: Preparing [2020-10-08T03:22:00.335Z] 24973e437166: Preparing [2020-10-08T03:22:00.335Z] 2d2807173c91: Preparing [2020-10-08T03:22:00.335Z] 2596c895f18c: Preparing [2020-10-08T03:22:00.335Z] 19a9fe24c7f8: Preparing [2020-10-08T03:22:00.335Z] 50644c29ef5a: Preparing [2020-10-08T03:22:00.335Z] 2d2807173c91: Waiting [2020-10-08T03:22:00.335Z] 2596c895f18c: Waiting [2020-10-08T03:22:00.335Z] 19a9fe24c7f8: Waiting [2020-10-08T03:22:00.335Z] 50644c29ef5a: Waiting [2020-10-08T03:22:00.335Z] c9fb93f3fa18: Waiting [2020-10-08T03:22:00.335Z] 6564a311342e: Waiting [2020-10-08T03:22:00.335Z] 3b59e51b1f93: Layer already exists [2020-10-08T03:22:00.335Z] 24973e437166: Layer already exists [2020-10-08T03:22:00.335Z] 8215b095aad4: Layer already exists [2020-10-08T03:22:00.335Z] 6b7dc34b7119: Layer already exists [2020-10-08T03:22:00.335Z] 9ab7b9b0fca6: Layer already exists [2020-10-08T03:22:00.335Z] 6564a311342e: Layer already exists [2020-10-08T03:22:00.335Z] 2d2807173c91: Layer already exists [2020-10-08T03:22:00.335Z] c9fb93f3fa18: Layer already exists [2020-10-08T03:22:00.335Z] 19a9fe24c7f8: Layer already exists [2020-10-08T03:22:00.335Z] 2596c895f18c: Layer already exists [2020-10-08T03:22:00.335Z] 50644c29ef5a: Layer already exists [2020-10-08T03:22:00.335Z] 1.2.2-dev.57: digest: sha256:47113f92872cd6f94e623628aa3861cc57c91dbff50f020d91faa1fe16684f34 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:00.643Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:00.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:00.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T03:22:00.942Z] 24973e437166: Preparing [2020-10-08T03:22:00.942Z] 9ab7b9b0fca6: Preparing [2020-10-08T03:22:00.942Z] 6b7dc34b7119: Preparing [2020-10-08T03:22:00.942Z] 3b59e51b1f93: Preparing [2020-10-08T03:22:00.942Z] 3b59e51b1f93: Preparing [2020-10-08T03:22:00.942Z] 8215b095aad4: Preparing [2020-10-08T03:22:00.942Z] 6564a311342e: Preparing [2020-10-08T03:22:00.942Z] c9fb93f3fa18: Preparing [2020-10-08T03:22:00.942Z] 24973e437166: Preparing [2020-10-08T03:22:00.942Z] 2d2807173c91: Preparing [2020-10-08T03:22:00.942Z] 2596c895f18c: Preparing [2020-10-08T03:22:00.942Z] 19a9fe24c7f8: Preparing [2020-10-08T03:22:00.942Z] 50644c29ef5a: Preparing [2020-10-08T03:22:00.942Z] 6564a311342e: Waiting [2020-10-08T03:22:00.942Z] c9fb93f3fa18: Waiting [2020-10-08T03:22:00.942Z] 2d2807173c91: Waiting [2020-10-08T03:22:00.942Z] 2596c895f18c: Waiting [2020-10-08T03:22:00.942Z] 19a9fe24c7f8: Waiting [2020-10-08T03:22:00.942Z] 50644c29ef5a: Waiting [2020-10-08T03:22:00.942Z] 8215b095aad4: Layer already exists [2020-10-08T03:22:00.942Z] 9ab7b9b0fca6: Layer already exists [2020-10-08T03:22:00.942Z] 3b59e51b1f93: Layer already exists [2020-10-08T03:22:00.942Z] 6b7dc34b7119: Layer already exists [2020-10-08T03:22:00.942Z] 24973e437166: Layer already exists [2020-10-08T03:22:00.942Z] 2d2807173c91: Layer already exists [2020-10-08T03:22:00.942Z] c9fb93f3fa18: Layer already exists [2020-10-08T03:22:00.942Z] 2596c895f18c: Layer already exists [2020-10-08T03:22:00.942Z] 19a9fe24c7f8: Layer already exists [2020-10-08T03:22:00.942Z] 6564a311342e: Layer already exists [2020-10-08T03:22:00.942Z] 50644c29ef5a: Layer already exists [2020-10-08T03:22:00.942Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:47113f92872cd6f94e623628aa3861cc57c91dbff50f020d91faa1fe16684f34 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:01.260Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:01.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-08T03:22:01.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T03:22:01.693Z] 24973e437166: Preparing [2020-10-08T03:22:01.693Z] 9ab7b9b0fca6: Preparing [2020-10-08T03:22:01.693Z] 6b7dc34b7119: Preparing [2020-10-08T03:22:01.693Z] 3b59e51b1f93: Preparing [2020-10-08T03:22:01.693Z] 3b59e51b1f93: Preparing [2020-10-08T03:22:01.693Z] 8215b095aad4: Preparing [2020-10-08T03:22:01.693Z] 6564a311342e: Preparing [2020-10-08T03:22:01.693Z] c9fb93f3fa18: Preparing [2020-10-08T03:22:01.693Z] 24973e437166: Preparing [2020-10-08T03:22:01.693Z] 2d2807173c91: Preparing [2020-10-08T03:22:01.693Z] 2596c895f18c: Preparing [2020-10-08T03:22:01.693Z] 19a9fe24c7f8: Preparing [2020-10-08T03:22:01.693Z] 50644c29ef5a: Preparing [2020-10-08T03:22:01.693Z] 6564a311342e: Waiting [2020-10-08T03:22:01.693Z] c9fb93f3fa18: Waiting [2020-10-08T03:22:01.693Z] 2d2807173c91: Waiting [2020-10-08T03:22:01.693Z] 2596c895f18c: Waiting [2020-10-08T03:22:01.693Z] 19a9fe24c7f8: Waiting [2020-10-08T03:22:01.693Z] 50644c29ef5a: Waiting [2020-10-08T03:22:01.693Z] 9ab7b9b0fca6: Layer already exists [2020-10-08T03:22:01.693Z] 3b59e51b1f93: Layer already exists [2020-10-08T03:22:01.693Z] 8215b095aad4: Layer already exists [2020-10-08T03:22:01.693Z] 24973e437166: Layer already exists [2020-10-08T03:22:01.693Z] 6b7dc34b7119: Layer already exists [2020-10-08T03:22:01.693Z] 6564a311342e: Layer already exists [2020-10-08T03:22:01.693Z] c9fb93f3fa18: Layer already exists [2020-10-08T03:22:01.693Z] 19a9fe24c7f8: Layer already exists [2020-10-08T03:22:01.693Z] 2d2807173c91: Layer already exists [2020-10-08T03:22:01.693Z] 2596c895f18c: Layer already exists [2020-10-08T03:22:01.693Z] 50644c29ef5a: Layer already exists [2020-10-08T03:22:01.693Z] master: digest: sha256:47113f92872cd6f94e623628aa3861cc57c91dbff50f020d91faa1fe16684f34 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:22:02.170Z] ===================================================== [Pipeline] echo [2020-10-08T03:22:02.217Z] taggedImages: [2020-10-08T03:22:02.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:02.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.57 [2020-10-08T03:22:02.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:02.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-08T03:22:02.281Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-08T03:22:02.281Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:02.281Z] 1.2.2-dev.57 [2020-10-08T03:22:02.281Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:02.281Z] master [2020-10-08T03:22:02.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:02.831Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:03.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:03.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T03:22:03.133Z] a080cea90bdd: Preparing [2020-10-08T03:22:03.133Z] 84eacb80c7f9: Preparing [2020-10-08T03:22:03.133Z] 3a78c5173f6b: Preparing [2020-10-08T03:22:03.133Z] b557e322d86b: Preparing [2020-10-08T03:22:03.133Z] f450daac0020: Preparing [2020-10-08T03:22:03.133Z] 37229d15fcaa: Preparing [2020-10-08T03:22:03.133Z] fea534e0b058: Preparing [2020-10-08T03:22:03.133Z] fc02dda87cdc: Preparing [2020-10-08T03:22:03.133Z] 5032ca88ef89: Preparing [2020-10-08T03:22:03.133Z] fc8aa39244cd: Preparing [2020-10-08T03:22:03.133Z] 1b3ee35aacca: Preparing [2020-10-08T03:22:03.133Z] 37229d15fcaa: Waiting [2020-10-08T03:22:03.133Z] fea534e0b058: Waiting [2020-10-08T03:22:03.133Z] fc02dda87cdc: Waiting [2020-10-08T03:22:03.133Z] 5032ca88ef89: Waiting [2020-10-08T03:22:03.133Z] fc8aa39244cd: Waiting [2020-10-08T03:22:03.133Z] 1b3ee35aacca: Waiting [2020-10-08T03:22:03.716Z] 84eacb80c7f9: Pushed [2020-10-08T03:22:03.716Z] a080cea90bdd: Pushed [2020-10-08T03:22:03.716Z] 37229d15fcaa: Pushed [2020-10-08T03:22:03.716Z] fea534e0b058: Pushed [2020-10-08T03:22:03.979Z] fc02dda87cdc: Pushed [2020-10-08T03:22:04.241Z] 5032ca88ef89: Pushed [2020-10-08T03:22:04.241Z] 3a78c5173f6b: Pushed [2020-10-08T03:22:04.241Z] 1b3ee35aacca: Layer already exists [2020-10-08T03:22:04.503Z] f450daac0020: Pushed [2020-10-08T03:22:04.503Z] b557e322d86b: Pushed [2020-10-08T03:22:04.503Z] fc8aa39244cd: Pushed [2020-10-08T03:22:04.764Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:df2611f104bb47871759cdcee6f7e11af032b4227e12892dbd03157dac06cd4a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:05.079Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:05.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.57 [2020-10-08T03:22:05.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T03:22:05.378Z] a080cea90bdd: Preparing [2020-10-08T03:22:05.378Z] 84eacb80c7f9: Preparing [2020-10-08T03:22:05.378Z] 3a78c5173f6b: Preparing [2020-10-08T03:22:05.378Z] b557e322d86b: Preparing [2020-10-08T03:22:05.378Z] f450daac0020: Preparing [2020-10-08T03:22:05.378Z] 37229d15fcaa: Preparing [2020-10-08T03:22:05.378Z] fea534e0b058: Preparing [2020-10-08T03:22:05.378Z] fc02dda87cdc: Preparing [2020-10-08T03:22:05.378Z] 5032ca88ef89: Preparing [2020-10-08T03:22:05.378Z] fc8aa39244cd: Preparing [2020-10-08T03:22:05.378Z] 1b3ee35aacca: Preparing [2020-10-08T03:22:05.378Z] 37229d15fcaa: Waiting [2020-10-08T03:22:05.378Z] fea534e0b058: Waiting [2020-10-08T03:22:05.378Z] fc02dda87cdc: Waiting [2020-10-08T03:22:05.378Z] 5032ca88ef89: Waiting [2020-10-08T03:22:05.378Z] fc8aa39244cd: Waiting [2020-10-08T03:22:05.378Z] 1b3ee35aacca: Waiting [2020-10-08T03:22:05.378Z] 84eacb80c7f9: Layer already exists [2020-10-08T03:22:05.378Z] b557e322d86b: Layer already exists [2020-10-08T03:22:05.378Z] a080cea90bdd: Layer already exists [2020-10-08T03:22:05.378Z] f450daac0020: Layer already exists [2020-10-08T03:22:05.378Z] 3a78c5173f6b: Layer already exists [2020-10-08T03:22:05.378Z] 37229d15fcaa: Layer already exists [2020-10-08T03:22:05.378Z] fea534e0b058: Layer already exists [2020-10-08T03:22:05.378Z] fc8aa39244cd: Layer already exists [2020-10-08T03:22:05.378Z] 5032ca88ef89: Layer already exists [2020-10-08T03:22:05.378Z] fc02dda87cdc: Layer already exists [2020-10-08T03:22:05.378Z] 1b3ee35aacca: Layer already exists [2020-10-08T03:22:05.378Z] 1.2.2-dev.57: digest: sha256:df2611f104bb47871759cdcee6f7e11af032b4227e12892dbd03157dac06cd4a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:05.689Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:05.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:05.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T03:22:05.990Z] a080cea90bdd: Preparing [2020-10-08T03:22:05.990Z] 84eacb80c7f9: Preparing [2020-10-08T03:22:05.990Z] 3a78c5173f6b: Preparing [2020-10-08T03:22:05.990Z] b557e322d86b: Preparing [2020-10-08T03:22:05.990Z] f450daac0020: Preparing [2020-10-08T03:22:05.990Z] 37229d15fcaa: Preparing [2020-10-08T03:22:05.990Z] fea534e0b058: Preparing [2020-10-08T03:22:05.990Z] fc02dda87cdc: Preparing [2020-10-08T03:22:05.990Z] 5032ca88ef89: Preparing [2020-10-08T03:22:05.990Z] fc8aa39244cd: Preparing [2020-10-08T03:22:05.990Z] 1b3ee35aacca: Preparing [2020-10-08T03:22:05.990Z] 37229d15fcaa: Waiting [2020-10-08T03:22:05.990Z] fea534e0b058: Waiting [2020-10-08T03:22:05.990Z] 5032ca88ef89: Waiting [2020-10-08T03:22:05.990Z] fc02dda87cdc: Waiting [2020-10-08T03:22:05.990Z] fc8aa39244cd: Waiting [2020-10-08T03:22:05.990Z] 1b3ee35aacca: Waiting [2020-10-08T03:22:05.990Z] 84eacb80c7f9: Layer already exists [2020-10-08T03:22:05.990Z] a080cea90bdd: Layer already exists [2020-10-08T03:22:05.990Z] f450daac0020: Layer already exists [2020-10-08T03:22:05.990Z] 3a78c5173f6b: Layer already exists [2020-10-08T03:22:05.990Z] b557e322d86b: Layer already exists [2020-10-08T03:22:05.990Z] fea534e0b058: Layer already exists [2020-10-08T03:22:05.990Z] fc02dda87cdc: Layer already exists [2020-10-08T03:22:05.990Z] 37229d15fcaa: Layer already exists [2020-10-08T03:22:05.990Z] fc8aa39244cd: Layer already exists [2020-10-08T03:22:05.990Z] 5032ca88ef89: Layer already exists [2020-10-08T03:22:05.990Z] 1b3ee35aacca: Layer already exists [2020-10-08T03:22:05.990Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:df2611f104bb47871759cdcee6f7e11af032b4227e12892dbd03157dac06cd4a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:06.324Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:06.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-08T03:22:06.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T03:22:06.624Z] a080cea90bdd: Preparing [2020-10-08T03:22:06.624Z] 84eacb80c7f9: Preparing [2020-10-08T03:22:06.624Z] 3a78c5173f6b: Preparing [2020-10-08T03:22:06.624Z] b557e322d86b: Preparing [2020-10-08T03:22:06.624Z] f450daac0020: Preparing [2020-10-08T03:22:06.624Z] 37229d15fcaa: Preparing [2020-10-08T03:22:06.624Z] fea534e0b058: Preparing [2020-10-08T03:22:06.624Z] fc02dda87cdc: Preparing [2020-10-08T03:22:06.624Z] 5032ca88ef89: Preparing [2020-10-08T03:22:06.624Z] fc8aa39244cd: Preparing [2020-10-08T03:22:06.624Z] 1b3ee35aacca: Preparing [2020-10-08T03:22:06.624Z] 37229d15fcaa: Waiting [2020-10-08T03:22:06.624Z] fea534e0b058: Waiting [2020-10-08T03:22:06.624Z] fc02dda87cdc: Waiting [2020-10-08T03:22:06.624Z] 5032ca88ef89: Waiting [2020-10-08T03:22:06.624Z] fc8aa39244cd: Waiting [2020-10-08T03:22:06.624Z] 1b3ee35aacca: Waiting [2020-10-08T03:22:06.624Z] a080cea90bdd: Layer already exists [2020-10-08T03:22:06.624Z] f450daac0020: Layer already exists [2020-10-08T03:22:06.624Z] 84eacb80c7f9: Layer already exists [2020-10-08T03:22:06.624Z] b557e322d86b: Layer already exists [2020-10-08T03:22:06.624Z] 3a78c5173f6b: Layer already exists [2020-10-08T03:22:06.624Z] 37229d15fcaa: Layer already exists [2020-10-08T03:22:06.624Z] fea534e0b058: Layer already exists [2020-10-08T03:22:06.624Z] 5032ca88ef89: Layer already exists [2020-10-08T03:22:06.624Z] fc8aa39244cd: Layer already exists [2020-10-08T03:22:06.624Z] fc02dda87cdc: Layer already exists [2020-10-08T03:22:06.624Z] 1b3ee35aacca: Layer already exists [2020-10-08T03:22:06.624Z] master: digest: sha256:df2611f104bb47871759cdcee6f7e11af032b4227e12892dbd03157dac06cd4a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:22:06.872Z] ===================================================== [Pipeline] echo [2020-10-08T03:22:06.920Z] taggedImages: [2020-10-08T03:22:06.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:06.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.57 [2020-10-08T03:22:06.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:06.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-08T03:22:06.992Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-08T03:22:06.992Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:06.992Z] 1.2.2-dev.57 [2020-10-08T03:22:06.992Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:06.992Z] master [2020-10-08T03:22:06.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:07.482Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:07.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:07.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T03:22:07.787Z] 173d3fe4138a: Preparing [2020-10-08T03:22:07.787Z] 8b5582d425e8: Preparing [2020-10-08T03:22:07.787Z] 06a857885b94: Preparing [2020-10-08T03:22:07.787Z] 462aa2ae8fce: Preparing [2020-10-08T03:22:08.051Z] 06a857885b94: Pushed [2020-10-08T03:22:08.051Z] 173d3fe4138a: Pushed [2020-10-08T03:22:08.051Z] 462aa2ae8fce: Pushed [2020-10-08T03:22:09.002Z] 8b5582d425e8: Pushed [2020-10-08T03:22:09.002Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:2f1ea2fd734fc158c6f168b703c0861a0e49519d661a8b076a215b1c45563d57 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:09.307Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:09.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.57 [2020-10-08T03:22:09.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T03:22:09.602Z] 173d3fe4138a: Preparing [2020-10-08T03:22:09.602Z] 8b5582d425e8: Preparing [2020-10-08T03:22:09.602Z] 06a857885b94: Preparing [2020-10-08T03:22:09.602Z] 462aa2ae8fce: Preparing [2020-10-08T03:22:09.602Z] 173d3fe4138a: Layer already exists [2020-10-08T03:22:09.602Z] 8b5582d425e8: Layer already exists [2020-10-08T03:22:09.602Z] 06a857885b94: Layer already exists [2020-10-08T03:22:09.602Z] 462aa2ae8fce: Layer already exists [2020-10-08T03:22:09.602Z] 1.2.2-dev.57: digest: sha256:2f1ea2fd734fc158c6f168b703c0861a0e49519d661a8b076a215b1c45563d57 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:09.907Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:10.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:10.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T03:22:10.202Z] 173d3fe4138a: Preparing [2020-10-08T03:22:10.202Z] 8b5582d425e8: Preparing [2020-10-08T03:22:10.202Z] 06a857885b94: Preparing [2020-10-08T03:22:10.202Z] 462aa2ae8fce: Preparing [2020-10-08T03:22:10.202Z] 173d3fe4138a: Layer already exists [2020-10-08T03:22:10.202Z] 462aa2ae8fce: Layer already exists [2020-10-08T03:22:10.202Z] 06a857885b94: Layer already exists [2020-10-08T03:22:10.202Z] 8b5582d425e8: Layer already exists [2020-10-08T03:22:10.202Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:2f1ea2fd734fc158c6f168b703c0861a0e49519d661a8b076a215b1c45563d57 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:10.505Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:10.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-08T03:22:10.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T03:22:10.802Z] 173d3fe4138a: Preparing [2020-10-08T03:22:10.802Z] 8b5582d425e8: Preparing [2020-10-08T03:22:10.802Z] 06a857885b94: Preparing [2020-10-08T03:22:10.802Z] 462aa2ae8fce: Preparing [2020-10-08T03:22:10.802Z] 8b5582d425e8: Layer already exists [2020-10-08T03:22:10.802Z] 06a857885b94: Layer already exists [2020-10-08T03:22:10.802Z] 462aa2ae8fce: Layer already exists [2020-10-08T03:22:10.802Z] 173d3fe4138a: Layer already exists [2020-10-08T03:22:10.802Z] master: digest: sha256:2f1ea2fd734fc158c6f168b703c0861a0e49519d661a8b076a215b1c45563d57 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:22:10.991Z] ===================================================== [Pipeline] echo [2020-10-08T03:22:11.067Z] taggedImages: [2020-10-08T03:22:11.067Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:11.067Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.57 [2020-10-08T03:22:11.067Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:11.067Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-08T03:22:11.127Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-08T03:22:11.127Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:11.127Z] 1.2.2-dev.57 [2020-10-08T03:22:11.127Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:11.127Z] master [2020-10-08T03:22:11.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:11.620Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:11.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:11.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T03:22:11.920Z] 8d1af138d2ff: Preparing [2020-10-08T03:22:11.920Z] 0edcb87475d7: Preparing [2020-10-08T03:22:11.920Z] 74ce49dfc7c1: Preparing [2020-10-08T03:22:11.920Z] 8591faa607fa: Preparing [2020-10-08T03:22:11.920Z] 52eb72325555: Preparing [2020-10-08T03:22:11.920Z] 4377d78d634a: Preparing [2020-10-08T03:22:11.920Z] 4377d78d634a: Waiting [2020-10-08T03:22:12.180Z] 74ce49dfc7c1: Pushed [2020-10-08T03:22:12.180Z] 8d1af138d2ff: Pushed [2020-10-08T03:22:12.180Z] 8591faa607fa: Pushed [2020-10-08T03:22:12.180Z] 52eb72325555: Pushed [2020-10-08T03:22:12.441Z] 4377d78d634a: Pushed [2020-10-08T03:22:13.017Z] 0edcb87475d7: Pushed [2020-10-08T03:22:13.278Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:a47d81a56547a244d5a6cd2cefcf3b5827cc41cd85e91eec8afb6f2c17974301 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:13.581Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:13.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.57 [2020-10-08T03:22:13.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T03:22:13.880Z] 8d1af138d2ff: Preparing [2020-10-08T03:22:13.880Z] 0edcb87475d7: Preparing [2020-10-08T03:22:13.880Z] 74ce49dfc7c1: Preparing [2020-10-08T03:22:13.880Z] 8591faa607fa: Preparing [2020-10-08T03:22:13.880Z] 52eb72325555: Preparing [2020-10-08T03:22:13.880Z] 4377d78d634a: Preparing [2020-10-08T03:22:13.880Z] 4377d78d634a: Waiting [2020-10-08T03:22:13.880Z] 8d1af138d2ff: Layer already exists [2020-10-08T03:22:13.880Z] 52eb72325555: Layer already exists [2020-10-08T03:22:13.880Z] 0edcb87475d7: Layer already exists [2020-10-08T03:22:13.880Z] 8591faa607fa: Layer already exists [2020-10-08T03:22:13.880Z] 74ce49dfc7c1: Layer already exists [2020-10-08T03:22:13.880Z] 4377d78d634a: Layer already exists [2020-10-08T03:22:13.880Z] 1.2.2-dev.57: digest: sha256:a47d81a56547a244d5a6cd2cefcf3b5827cc41cd85e91eec8afb6f2c17974301 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:14.193Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:14.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:14.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T03:22:14.493Z] 8d1af138d2ff: Preparing [2020-10-08T03:22:14.493Z] 0edcb87475d7: Preparing [2020-10-08T03:22:14.493Z] 74ce49dfc7c1: Preparing [2020-10-08T03:22:14.493Z] 8591faa607fa: Preparing [2020-10-08T03:22:14.493Z] 52eb72325555: Preparing [2020-10-08T03:22:14.493Z] 4377d78d634a: Preparing [2020-10-08T03:22:14.493Z] 4377d78d634a: Waiting [2020-10-08T03:22:14.493Z] 52eb72325555: Layer already exists [2020-10-08T03:22:14.493Z] 8591faa607fa: Layer already exists [2020-10-08T03:22:14.493Z] 8d1af138d2ff: Layer already exists [2020-10-08T03:22:14.493Z] 0edcb87475d7: Layer already exists [2020-10-08T03:22:14.493Z] 74ce49dfc7c1: Layer already exists [2020-10-08T03:22:14.493Z] 4377d78d634a: Layer already exists [2020-10-08T03:22:14.493Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:a47d81a56547a244d5a6cd2cefcf3b5827cc41cd85e91eec8afb6f2c17974301 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:14.804Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:15.076Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:22:15.076Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:22:15.076Z] ---> f04c5bb1c1b7 [2020-10-08T03:22:15.076Z] Step 3/24 : WORKDIR /edgex-go [2020-10-08T03:22:15.076Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:22:15.076Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:22:15.076Z] ---> f04c5bb1c1b7 [2020-10-08T03:22:15.076Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T03:22:15.076Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:22:15.076Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:22:15.076Z] ---> f04c5bb1c1b7 [2020-10-08T03:22:15.076Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T03:22:15.077Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:22:15.077Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:22:15.077Z] ---> f04c5bb1c1b7 [2020-10-08T03:22:15.077Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T03:22:15.077Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:22:15.077Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:22:15.077Z] ---> f04c5bb1c1b7 [2020-10-08T03:22:15.077Z] Step 3/23 : WORKDIR /edgex-go [2020-10-08T03:22:15.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-08T03:22:15.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T03:22:15.242Z] 8d1af138d2ff: Preparing [2020-10-08T03:22:15.242Z] 0edcb87475d7: Preparing [2020-10-08T03:22:15.242Z] 74ce49dfc7c1: Preparing [2020-10-08T03:22:15.242Z] 8591faa607fa: Preparing [2020-10-08T03:22:15.242Z] 52eb72325555: Preparing [2020-10-08T03:22:15.242Z] 4377d78d634a: Preparing [2020-10-08T03:22:15.242Z] 4377d78d634a: Waiting [2020-10-08T03:22:15.242Z] 8591faa607fa: Layer already exists [2020-10-08T03:22:15.242Z] 8d1af138d2ff: Layer already exists [2020-10-08T03:22:15.242Z] 74ce49dfc7c1: Layer already exists [2020-10-08T03:22:15.242Z] 52eb72325555: Layer already exists [2020-10-08T03:22:15.242Z] 0edcb87475d7: Layer already exists [2020-10-08T03:22:15.242Z] 4377d78d634a: Layer already exists [2020-10-08T03:22:15.242Z] master: digest: sha256:a47d81a56547a244d5a6cd2cefcf3b5827cc41cd85e91eec8afb6f2c17974301 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:22:15.475Z] ===================================================== [Pipeline] echo [2020-10-08T03:22:15.526Z] taggedImages: [2020-10-08T03:22:15.526Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:15.526Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.57 [2020-10-08T03:22:15.526Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:15.526Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-08T03:22:15.596Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-08T03:22:15.596Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:15.596Z] 1.2.2-dev.57 [2020-10-08T03:22:15.596Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:15.596Z] master [2020-10-08T03:22:15.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:16.059Z] ---> Running in 9aa650311a07 [2020-10-08T03:22:16.059Z] ---> Running in 8065efeb3870 [2020-10-08T03:22:16.059Z] ---> Running in 407376f94a8a [2020-10-08T03:22:16.059Z] ---> Running in e6db693b5632 [2020-10-08T03:22:16.059Z] ---> Running in 2eb13459c393 [2020-10-08T03:22:16.086Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:16.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:16.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T03:22:16.389Z] fb32e87d4b62: Preparing [2020-10-08T03:22:16.389Z] 04940f9cd573: Preparing [2020-10-08T03:22:16.389Z] 90e458907bc4: Preparing [2020-10-08T03:22:16.389Z] 90e458907bc4: Pushed [2020-10-08T03:22:16.389Z] fb32e87d4b62: Pushed [2020-10-08T03:22:16.669Z] Removing intermediate container 8065efeb3870 [2020-10-08T03:22:16.669Z] ---> 98a9faa1f027 [2020-10-08T03:22:16.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:22:16.669Z] Removing intermediate container 407376f94a8a [2020-10-08T03:22:16.669Z] ---> eb843b40bf4a [2020-10-08T03:22:16.669Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:22:16.943Z] Removing intermediate container e6db693b5632 [2020-10-08T03:22:16.943Z] ---> 2eefd0f0fb0d [2020-10-08T03:22:16.943Z] Removing intermediate container 2eb13459c393 [2020-10-08T03:22:16.943Z] ---> 6e23bb2e414c [2020-10-08T03:22:16.943Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:22:16.943Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:22:16.943Z] Removing intermediate container 9aa650311a07 [2020-10-08T03:22:16.943Z] ---> 8347a72fce8d [2020-10-08T03:22:16.943Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:22:17.216Z] ---> Running in fcf1c233e1dc [2020-10-08T03:22:17.216Z] ---> Running in 6c9e5ae700fe [2020-10-08T03:22:17.216Z] ---> Running in 32aec5d25cf8 [2020-10-08T03:22:17.216Z] ---> Running in f57122f2b6a9 [2020-10-08T03:22:17.216Z] ---> Running in e8d057c98bb7 [2020-10-08T03:22:17.780Z] 04940f9cd573: Pushed [2020-10-08T03:22:17.780Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:0eeb822cead99d38c01c78dbe4f24a15653589bdaf7b5dff0fb2b1ac0a03a6c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:18.087Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:18.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.57 [2020-10-08T03:22:18.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T03:22:18.394Z] fb32e87d4b62: Preparing [2020-10-08T03:22:18.394Z] 04940f9cd573: Preparing [2020-10-08T03:22:18.394Z] 90e458907bc4: Preparing [2020-10-08T03:22:18.394Z] 90e458907bc4: Layer already exists [2020-10-08T03:22:18.394Z] fb32e87d4b62: Layer already exists [2020-10-08T03:22:18.394Z] 04940f9cd573: Layer already exists [2020-10-08T03:22:18.394Z] 1.2.2-dev.57: digest: sha256:0eeb822cead99d38c01c78dbe4f24a15653589bdaf7b5dff0fb2b1ac0a03a6c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:18.700Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:19.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:19.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T03:22:19.012Z] fb32e87d4b62: Preparing [2020-10-08T03:22:19.012Z] 04940f9cd573: Preparing [2020-10-08T03:22:19.012Z] 90e458907bc4: Preparing [2020-10-08T03:22:19.012Z] 04940f9cd573: Layer already exists [2020-10-08T03:22:19.012Z] 90e458907bc4: Layer already exists [2020-10-08T03:22:19.012Z] fb32e87d4b62: Layer already exists [2020-10-08T03:22:19.012Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:0eeb822cead99d38c01c78dbe4f24a15653589bdaf7b5dff0fb2b1ac0a03a6c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:19.328Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:19.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-08T03:22:19.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T03:22:19.629Z] fb32e87d4b62: Preparing [2020-10-08T03:22:19.629Z] 04940f9cd573: Preparing [2020-10-08T03:22:19.629Z] 90e458907bc4: Preparing [2020-10-08T03:22:19.629Z] fb32e87d4b62: Layer already exists [2020-10-08T03:22:19.629Z] 90e458907bc4: Layer already exists [2020-10-08T03:22:19.629Z] 04940f9cd573: Layer already exists [2020-10-08T03:22:19.629Z] master: digest: sha256:0eeb822cead99d38c01c78dbe4f24a15653589bdaf7b5dff0fb2b1ac0a03a6c9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:22:19.827Z] ===================================================== [Pipeline] echo [2020-10-08T03:22:19.874Z] taggedImages: [2020-10-08T03:22:19.874Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:19.874Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.57 [2020-10-08T03:22:19.874Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:19.874Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-08T03:22:19.961Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-08T03:22:19.961Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:19.961Z] 1.2.2-dev.57 [2020-10-08T03:22:19.961Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:19.961Z] master [2020-10-08T03:22:19.961Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:20.487Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:20.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:20.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T03:22:20.787Z] 37f052b33269: Preparing [2020-10-08T03:22:20.787Z] 0e62a0c71810: Preparing [2020-10-08T03:22:20.787Z] b646400c3695: Preparing [2020-10-08T03:22:20.787Z] 46967372177d: Preparing [2020-10-08T03:22:20.787Z] f1b6aa55d7cf: Preparing [2020-10-08T03:22:20.787Z] 91af7bb0f69c: Preparing [2020-10-08T03:22:20.787Z] d4962286321f: Preparing [2020-10-08T03:22:20.787Z] 527eef706b20: Preparing [2020-10-08T03:22:20.787Z] 224742e9e948: Preparing [2020-10-08T03:22:20.787Z] 5391e5290f13: Preparing [2020-10-08T03:22:20.787Z] 13baed61c795: Preparing [2020-10-08T03:22:20.787Z] 51d6d3d09136: Preparing [2020-10-08T03:22:20.787Z] 1507bc794612: Preparing [2020-10-08T03:22:20.787Z] 50644c29ef5a: Preparing [2020-10-08T03:22:20.787Z] 91af7bb0f69c: Waiting [2020-10-08T03:22:20.787Z] d4962286321f: Waiting [2020-10-08T03:22:20.787Z] 527eef706b20: Waiting [2020-10-08T03:22:20.787Z] 51d6d3d09136: Waiting [2020-10-08T03:22:20.787Z] 1507bc794612: Waiting [2020-10-08T03:22:20.787Z] 50644c29ef5a: Waiting [2020-10-08T03:22:20.787Z] 224742e9e948: Waiting [2020-10-08T03:22:20.787Z] 5391e5290f13: Waiting [2020-10-08T03:22:20.787Z] 13baed61c795: Waiting [2020-10-08T03:22:21.057Z] f1b6aa55d7cf: Pushed [2020-10-08T03:22:21.325Z] 37f052b33269: Pushed [2020-10-08T03:22:21.325Z] 46967372177d: Pushed [2020-10-08T03:22:21.325Z] 527eef706b20: Layer already exists [2020-10-08T03:22:21.574Z] Removing intermediate container 6c9e5ae700fe [2020-10-08T03:22:21.574Z] ---> e1ac8e4ccacd [2020-10-08T03:22:21.574Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-08T03:22:21.574Z] ---> Running in d61c220f36b9 [2020-10-08T03:22:21.574Z] Removing intermediate container f57122f2b6a9 [2020-10-08T03:22:21.574Z] ---> 5414f77840a3 [2020-10-08T03:22:21.574Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T03:22:21.587Z] 0e62a0c71810: Pushed [2020-10-08T03:22:21.588Z] 224742e9e948: Layer already exists [2020-10-08T03:22:21.588Z] 5391e5290f13: Layer already exists [2020-10-08T03:22:21.588Z] 13baed61c795: Layer already exists [2020-10-08T03:22:21.588Z] 51d6d3d09136: Layer already exists [2020-10-08T03:22:21.588Z] 1507bc794612: Layer already exists [2020-10-08T03:22:21.588Z] d4962286321f: Pushed [2020-10-08T03:22:21.588Z] 50644c29ef5a: Layer already exists [2020-10-08T03:22:21.856Z] ---> Running in da7922d3461e [2020-10-08T03:22:21.857Z] Removing intermediate container e8d057c98bb7 [2020-10-08T03:22:21.857Z] ---> 14ea18662d3e [2020-10-08T03:22:21.857Z] Removing intermediate container fcf1c233e1dc [2020-10-08T03:22:21.857Z] ---> d609e6a145f0 [2020-10-08T03:22:21.857Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-08T03:22:21.857Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T03:22:22.146Z] ---> Running in 552777e283d2 [2020-10-08T03:22:22.146Z] ---> Running in 74d9ef676368 [2020-10-08T03:22:22.146Z] Removing intermediate container 32aec5d25cf8 [2020-10-08T03:22:22.146Z] ---> 5cb4005a2205 [2020-10-08T03:22:22.146Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-08T03:22:22.173Z] 91af7bb0f69c: Pushed [2020-10-08T03:22:22.757Z] ---> Running in d308e25eb9a4 [2020-10-08T03:22:23.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:23.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:24.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:24.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:24.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:25.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:25.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:25.483Z] b646400c3695: Pushed [2020-10-08T03:22:25.484Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:663e7ecc9b10bbb114ef71cb58a74ab171b172965504eb887ed4a18d0e1005e6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:25.800Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:26.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.57 [2020-10-08T03:22:26.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T03:22:26.106Z] 37f052b33269: Preparing [2020-10-08T03:22:26.106Z] 0e62a0c71810: Preparing [2020-10-08T03:22:26.106Z] b646400c3695: Preparing [2020-10-08T03:22:26.106Z] 46967372177d: Preparing [2020-10-08T03:22:26.106Z] f1b6aa55d7cf: Preparing [2020-10-08T03:22:26.106Z] 91af7bb0f69c: Preparing [2020-10-08T03:22:26.106Z] d4962286321f: Preparing [2020-10-08T03:22:26.106Z] 527eef706b20: Preparing [2020-10-08T03:22:26.106Z] 224742e9e948: Preparing [2020-10-08T03:22:26.106Z] 5391e5290f13: Preparing [2020-10-08T03:22:26.106Z] 13baed61c795: Preparing [2020-10-08T03:22:26.106Z] 51d6d3d09136: Preparing [2020-10-08T03:22:26.106Z] 1507bc794612: Preparing [2020-10-08T03:22:26.106Z] 50644c29ef5a: Preparing [2020-10-08T03:22:26.106Z] 224742e9e948: Waiting [2020-10-08T03:22:26.106Z] 5391e5290f13: Waiting [2020-10-08T03:22:26.106Z] 13baed61c795: Waiting [2020-10-08T03:22:26.106Z] 51d6d3d09136: Waiting [2020-10-08T03:22:26.106Z] 1507bc794612: Waiting [2020-10-08T03:22:26.106Z] 50644c29ef5a: Waiting [2020-10-08T03:22:26.106Z] 91af7bb0f69c: Waiting [2020-10-08T03:22:26.106Z] d4962286321f: Waiting [2020-10-08T03:22:26.106Z] 527eef706b20: Waiting [2020-10-08T03:22:26.106Z] 37f052b33269: Layer already exists [2020-10-08T03:22:26.106Z] b646400c3695: Layer already exists [2020-10-08T03:22:26.106Z] f1b6aa55d7cf: Layer already exists [2020-10-08T03:22:26.106Z] 46967372177d: Layer already exists [2020-10-08T03:22:26.106Z] d4962286321f: Layer already exists [2020-10-08T03:22:26.106Z] 91af7bb0f69c: Layer already exists [2020-10-08T03:22:26.106Z] 13baed61c795: Layer already exists [2020-10-08T03:22:26.106Z] 5391e5290f13: Layer already exists [2020-10-08T03:22:26.106Z] 51d6d3d09136: Layer already exists [2020-10-08T03:22:26.106Z] 1507bc794612: Layer already exists [2020-10-08T03:22:26.106Z] 50644c29ef5a: Layer already exists [2020-10-08T03:22:26.369Z] 0e62a0c71810: Layer already exists [2020-10-08T03:22:26.369Z] 224742e9e948: Layer already exists [2020-10-08T03:22:26.369Z] 527eef706b20: Layer already exists [2020-10-08T03:22:26.592Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:22:26.592Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:22:26.592Z] OK: 12623 distinct packages available [2020-10-08T03:22:26.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:26.630Z] 1.2.2-dev.57: digest: sha256:663e7ecc9b10bbb114ef71cb58a74ab171b172965504eb887ed4a18d0e1005e6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:26.867Z] OK: 217 MiB in 51 packages [2020-10-08T03:22:26.945Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:27.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:27.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T03:22:27.254Z] 37f052b33269: Preparing [2020-10-08T03:22:27.254Z] 0e62a0c71810: Preparing [2020-10-08T03:22:27.254Z] b646400c3695: Preparing [2020-10-08T03:22:27.254Z] 46967372177d: Preparing [2020-10-08T03:22:27.254Z] f1b6aa55d7cf: Preparing [2020-10-08T03:22:27.254Z] 91af7bb0f69c: Preparing [2020-10-08T03:22:27.254Z] d4962286321f: Preparing [2020-10-08T03:22:27.254Z] 527eef706b20: Preparing [2020-10-08T03:22:27.254Z] 224742e9e948: Preparing [2020-10-08T03:22:27.254Z] 5391e5290f13: Preparing [2020-10-08T03:22:27.254Z] 13baed61c795: Preparing [2020-10-08T03:22:27.254Z] 51d6d3d09136: Preparing [2020-10-08T03:22:27.254Z] 1507bc794612: Preparing [2020-10-08T03:22:27.254Z] 50644c29ef5a: Preparing [2020-10-08T03:22:27.254Z] 91af7bb0f69c: Waiting [2020-10-08T03:22:27.254Z] d4962286321f: Waiting [2020-10-08T03:22:27.254Z] 224742e9e948: Waiting [2020-10-08T03:22:27.254Z] 527eef706b20: Waiting [2020-10-08T03:22:27.254Z] 5391e5290f13: Waiting [2020-10-08T03:22:27.254Z] 1507bc794612: Waiting [2020-10-08T03:22:27.254Z] 13baed61c795: Waiting [2020-10-08T03:22:27.254Z] 50644c29ef5a: Waiting [2020-10-08T03:22:27.254Z] 51d6d3d09136: Waiting [2020-10-08T03:22:27.254Z] 37f052b33269: Layer already exists [2020-10-08T03:22:27.254Z] 46967372177d: Layer already exists [2020-10-08T03:22:27.254Z] 0e62a0c71810: Layer already exists [2020-10-08T03:22:27.254Z] b646400c3695: Layer already exists [2020-10-08T03:22:27.254Z] f1b6aa55d7cf: Layer already exists [2020-10-08T03:22:27.254Z] d4962286321f: Layer already exists [2020-10-08T03:22:27.254Z] 527eef706b20: Layer already exists [2020-10-08T03:22:27.254Z] 224742e9e948: Layer already exists [2020-10-08T03:22:27.254Z] 91af7bb0f69c: Layer already exists [2020-10-08T03:22:27.254Z] 13baed61c795: Layer already exists [2020-10-08T03:22:27.254Z] 5391e5290f13: Layer already exists [2020-10-08T03:22:27.254Z] 1507bc794612: Layer already exists [2020-10-08T03:22:27.254Z] 50644c29ef5a: Layer already exists [2020-10-08T03:22:27.254Z] 51d6d3d09136: Layer already exists [2020-10-08T03:22:27.254Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:663e7ecc9b10bbb114ef71cb58a74ab171b172965504eb887ed4a18d0e1005e6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:27.586Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:22:27.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-08T03:22:27.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T03:22:27.886Z] 37f052b33269: Preparing [2020-10-08T03:22:27.886Z] 0e62a0c71810: Preparing [2020-10-08T03:22:27.886Z] b646400c3695: Preparing [2020-10-08T03:22:27.886Z] 46967372177d: Preparing [2020-10-08T03:22:27.886Z] f1b6aa55d7cf: Preparing [2020-10-08T03:22:27.886Z] 91af7bb0f69c: Preparing [2020-10-08T03:22:27.886Z] d4962286321f: Preparing [2020-10-08T03:22:27.886Z] 527eef706b20: Preparing [2020-10-08T03:22:27.886Z] 224742e9e948: Preparing [2020-10-08T03:22:27.886Z] 5391e5290f13: Preparing [2020-10-08T03:22:27.886Z] 13baed61c795: Preparing [2020-10-08T03:22:27.886Z] 51d6d3d09136: Preparing [2020-10-08T03:22:27.886Z] 1507bc794612: Preparing [2020-10-08T03:22:27.886Z] 50644c29ef5a: Preparing [2020-10-08T03:22:27.886Z] 91af7bb0f69c: Waiting [2020-10-08T03:22:27.886Z] 13baed61c795: Waiting [2020-10-08T03:22:27.886Z] 51d6d3d09136: Waiting [2020-10-08T03:22:27.886Z] d4962286321f: Waiting [2020-10-08T03:22:27.886Z] 1507bc794612: Waiting [2020-10-08T03:22:27.886Z] 527eef706b20: Waiting [2020-10-08T03:22:27.886Z] 50644c29ef5a: Waiting [2020-10-08T03:22:27.886Z] 224742e9e948: Waiting [2020-10-08T03:22:27.886Z] 5391e5290f13: Waiting [2020-10-08T03:22:27.886Z] 46967372177d: Layer already exists [2020-10-08T03:22:27.886Z] 0e62a0c71810: Layer already exists [2020-10-08T03:22:27.886Z] f1b6aa55d7cf: Layer already exists [2020-10-08T03:22:27.886Z] 37f052b33269: Layer already exists [2020-10-08T03:22:27.886Z] b646400c3695: Layer already exists [2020-10-08T03:22:27.886Z] d4962286321f: Layer already exists [2020-10-08T03:22:27.886Z] 91af7bb0f69c: Layer already exists [2020-10-08T03:22:27.886Z] 527eef706b20: Layer already exists [2020-10-08T03:22:27.886Z] 5391e5290f13: Layer already exists [2020-10-08T03:22:27.886Z] 224742e9e948: Layer already exists [2020-10-08T03:22:27.886Z] 51d6d3d09136: Layer already exists [2020-10-08T03:22:27.886Z] 13baed61c795: Layer already exists [2020-10-08T03:22:27.886Z] 1507bc794612: Layer already exists [2020-10-08T03:22:27.886Z] 50644c29ef5a: Layer already exists [2020-10-08T03:22:28.149Z] master: digest: sha256:663e7ecc9b10bbb114ef71cb58a74ab171b172965504eb887ed4a18d0e1005e6 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-08T03:22:28.307Z] Removing intermediate container d61c220f36b9 [2020-10-08T03:22:28.307Z] ---> d46b8cf8566e [2020-10-08T03:22:28.307Z] Step 6/23 : COPY go.mod . [Pipeline] echo [2020-10-08T03:22:28.350Z] ===================================================== [Pipeline] echo [2020-10-08T03:22:28.399Z] taggedImages: [2020-10-08T03:22:28.399Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:22:28.399Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.57 [2020-10-08T03:22:28.399Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:22:28.399Z] - 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] } [2020-10-08T03:22:28.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:28.898Z] ---> b1d0736d9382 [2020-10-08T03:22:28.898Z] Step 7/23 : RUN go mod download [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-08T03:22:29.171Z] ---> Running in d4afce76b533 [2020-10-08T03:22:30.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:22:31.143Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:22:31.143Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:22:31.143Z] OK: 12623 distinct packages available [2020-10-08T03:22:31.759Z] Removing intermediate container d4afce76b533 [2020-10-08T03:22:31.759Z] ---> 31c9cdeecf71 [2020-10-08T03:22:31.759Z] Step 8/23 : COPY . . [2020-10-08T03:22:31.759Z] OK: 217 MiB in 51 packages [2020-10-08T03:22:32.749Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:22:32.749Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:22:32.749Z] OK: 12623 distinct packages available [2020-10-08T03:22:33.028Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:22:33.028Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:22:33.028Z] OK: 12623 distinct packages available [2020-10-08T03:22:33.310Z] OK: 217 MiB in 51 packages [2020-10-08T03:22:33.920Z] OK: 217 MiB in 51 packages [2020-10-08T03:22:34.197Z] Removing intermediate container da7922d3461e [2020-10-08T03:22:34.197Z] ---> c60228bba00c [2020-10-08T03:22:34.197Z] Step 6/22 : COPY go.mod . [2020-10-08T03:22:34.811Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:22:34.811Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:22:34.811Z] OK: 12623 distinct packages available [2020-10-08T03:22:35.808Z] OK: 217 MiB in 51 packages [2020-10-08T03:22:36.276Z] ---> 7b96439bb9ad [2020-10-08T03:22:36.276Z] Step 7/22 : RUN go mod download [2020-10-08T03:22:36.562Z] OK: 217 MiB in 51 packages [2020-10-08T03:22:37.174Z] ---> Running in c04dc7600f1a [2020-10-08T03:22:37.174Z] Removing intermediate container 552777e283d2 [2020-10-08T03:22:37.174Z] ---> fe01135dfc5b [2020-10-08T03:22:37.174Z] Step 6/24 : COPY go.mod . [2020-10-08T03:22:37.451Z] Removing intermediate container 74d9ef676368 [2020-10-08T03:22:37.451Z] ---> a635b8bde73a [2020-10-08T03:22:37.451Z] Step 6/22 : COPY go.mod . [2020-10-08T03:22:38.438Z] Removing intermediate container d308e25eb9a4 [2020-10-08T03:22:38.438Z] ---> 7bd08df12b5e [2020-10-08T03:22:38.438Z] Step 6/22 : COPY go.mod . [2020-10-08T03:22:39.041Z] ---> 9c84d6100274 [2020-10-08T03:22:39.041Z] ---> b4d7bb839c43 [2020-10-08T03:22:39.041Z] Step 7/24 : RUN go mod downloadStep 7/22 : RUN go mod download [2020-10-08T03:22:39.041Z] [2020-10-08T03:22:40.049Z] ---> Running in 687cc928eeb5 [2020-10-08T03:22:40.049Z] ---> 256f23cf9734 [2020-10-08T03:22:40.049Z] Step 7/22 : RUN go mod download [2020-10-08T03:22:40.049Z] ---> Running in bc8970442ce4 [2020-10-08T03:22:40.712Z] ---> Running in 4439de07e715 [2020-10-08T03:22:41.766Z] Removing intermediate container c04dc7600f1a [2020-10-08T03:22:41.766Z] ---> 36c262d3a92a [2020-10-08T03:22:41.766Z] Step 8/22 : COPY . . [2020-10-08T03:22:47.224Z] Removing intermediate container 687cc928eeb5 [2020-10-08T03:22:47.224Z] ---> e5211ff13976 [2020-10-08T03:22:47.224Z] Step 8/22 : COPY . . [2020-10-08T03:22:47.502Z] Removing intermediate container bc8970442ce4 [2020-10-08T03:22:47.502Z] ---> 4b03cd89664e [2020-10-08T03:22:47.502Z] Step 8/24 : COPY . . [2020-10-08T03:22:47.777Z] ---> 7fa35ca62868 [2020-10-08T03:22:47.777Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-08T03:22:47.777Z] Removing intermediate container 4439de07e715 [2020-10-08T03:22:47.777Z] ---> 03fd3ab9104b [2020-10-08T03:22:47.777Z] Step 8/22 : COPY . . [2020-10-08T03:22:48.377Z] ---> Running in 1e4433bcc050 [2020-10-08T03:22:50.361Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/core-data/core-data ./cmd/core-data [2020-10-08T03:23:17.227Z] ---> de56528c3742 [2020-10-08T03:23:17.227Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-08T03:23:17.227Z] ---> Running in de9764b73ca7 [2020-10-08T03:23:18.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/core-command/core-command ./cmd/core-command [2020-10-08T03:23:18.824Z] ---> 410278ff4853 [2020-10-08T03:23:18.824Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-08T03:23:19.439Z] ---> Running in b35b847a9a79 [2020-10-08T03:23:20.896Z] ---> 368a2dcdde33 [2020-10-08T03:23:20.896Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-08T03:23:20.896Z] ---> 5fc199513a2f [2020-10-08T03:23:20.896Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-08T03:23:20.896Z] ---> Running in a9c73e3be05e [2020-10-08T03:23:21.174Z] ---> Running in 44e300a8e0ed [2020-10-08T03:23:22.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-08T03:23:24.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-08T03:23:24.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-08T03:24:46.222Z] Removing intermediate container 1e4433bcc050 [2020-10-08T03:24:46.222Z] ---> 82c9c1c360fb [2020-10-08T03:24:46.222Z] [2020-10-08T03:24:46.222Z] Step 10/23 : FROM alpine [2020-10-08T03:24:46.222Z] latest: Pulling from library/alpine [2020-10-08T03:24:46.222Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-08T03:24:46.222Z] Status: Downloaded newer image for alpine:latest [2020-10-08T03:24:46.222Z] ---> 62ee0e9f8440 [2020-10-08T03:24:46.222Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:24:46.222Z] ---> Running in 7db07ef2a5ec [2020-10-08T03:24:46.222Z] Removing intermediate container 7db07ef2a5ec [2020-10-08T03:24:46.222Z] ---> 58def76d333c [2020-10-08T03:24:46.222Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-08T03:24:46.222Z] ---> Running in d962855b1472 [2020-10-08T03:24:46.222Z] Removing intermediate container d962855b1472 [2020-10-08T03:24:46.222Z] ---> cee1d122913c [2020-10-08T03:24:46.222Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-08T03:24:46.222Z] ---> Running in abca6811b60a [2020-10-08T03:24:46.222Z] Removing intermediate container abca6811b60a [2020-10-08T03:24:46.222Z] ---> d135128dc4c3 [2020-10-08T03:24:46.222Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:24:46.222Z] ---> Running in 704b594b2f8c [2020-10-08T03:24:46.222Z] Removing intermediate container 704b594b2f8c [2020-10-08T03:24:46.222Z] ---> 1461abd2d430 [2020-10-08T03:24:46.222Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-08T03:24:46.222Z] ---> Running in 9762fb04c660 [2020-10-08T03:24:46.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:24:48.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:24:49.922Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-08T03:24:49.922Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-08T03:24:50.199Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-08T03:24:50.475Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-08T03:24:50.755Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-08T03:24:50.755Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:24:50.755Z] OK: 8 MiB in 19 packages [2020-10-08T03:24:53.425Z] Removing intermediate container 9762fb04c660 [2020-10-08T03:24:53.425Z] ---> 6c2e67a5f117 [2020-10-08T03:24:53.425Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-08T03:24:54.415Z] ---> eb29eea889f3 [2020-10-08T03:24:54.415Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-08T03:24:57.836Z] ---> ea6899a4d7c9 [2020-10-08T03:24:57.836Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-08T03:24:59.301Z] ---> fbfb0e7690c5 [2020-10-08T03:24:59.301Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-08T03:24:59.578Z] ---> Running in c8d095c1b122 [2020-10-08T03:25:00.618Z] Removing intermediate container c8d095c1b122 [2020-10-08T03:25:00.618Z] ---> b09635630a9c [2020-10-08T03:25:00.618Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:25:00.618Z] Removing intermediate container a9c73e3be05e [2020-10-08T03:25:00.618Z] ---> d020e953d6a2 [2020-10-08T03:25:00.618Z] [2020-10-08T03:25:00.618Z] Step 10/22 : FROM scratch [2020-10-08T03:25:00.618Z] ---> [2020-10-08T03:25:00.618Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T03:25:00.618Z] ---> Running in e171884957df [2020-10-08T03:25:00.911Z] ---> Running in 2cea1873852e [2020-10-08T03:25:01.534Z] Removing intermediate container e171884957df [2020-10-08T03:25:01.534Z] ---> 7c610cb5b4e1 [2020-10-08T03:25:01.534Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-08T03:25:01.534Z] ---> Running in e2fe8f4c903a [2020-10-08T03:25:01.811Z] Removing intermediate container 2cea1873852e [2020-10-08T03:25:01.811Z] ---> f19b1dabec40 [2020-10-08T03:25:01.811Z] Step 21/23 : LABEL arch=arm64 [2020-10-08T03:25:02.089Z] ---> Running in e0ffe9e0588b [2020-10-08T03:25:02.699Z] Removing intermediate container e2fe8f4c903a [2020-10-08T03:25:02.699Z] ---> 2e81444b20c3 [2020-10-08T03:25:02.699Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T03:25:02.699Z] ---> Running in 9f2fc2100efc [2020-10-08T03:25:02.699Z] Removing intermediate container e0ffe9e0588b [2020-10-08T03:25:02.699Z] ---> 6ff7ae7dc1fc [2020-10-08T03:25:02.699Z] Step 22/23 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:25:02.979Z] ---> Running in a9679a1b90c9 [2020-10-08T03:25:03.272Z] Removing intermediate container 9f2fc2100efc [2020-10-08T03:25:03.272Z] ---> 72cb8d97cff9 [2020-10-08T03:25:03.272Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-08T03:25:03.885Z] Removing intermediate container a9679a1b90c9 [2020-10-08T03:25:03.885Z] ---> a16a61ef2dc1 [2020-10-08T03:25:03.885Z] Step 23/23 : LABEL version=1.2.2-dev.57 [2020-10-08T03:25:04.169Z] ---> Running in 1e407d71010f [2020-10-08T03:25:04.783Z] ---> 842d350ada43 [2020-10-08T03:25:04.783Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-08T03:25:05.063Z] Removing intermediate container 1e407d71010f [2020-10-08T03:25:05.063Z] ---> 571d88532242 [2020-10-08T03:25:05.063Z] [2020-10-08T03:25:05.706Z] Successfully built 571d88532242 [2020-10-08T03:25:05.706Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-08T03:25:05.706Z] Building docker-support-scheduler-go [2020-10-08T03:25:06.335Z]  Building docker-core-data-go ... done  ---> 36a8851197f1 [2020-10-08T03:25:06.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-08T03:25:09.860Z] ---> 610ab87c9ebe [2020-10-08T03:25:09.860Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-08T03:25:13.307Z] ---> b147f452c80e [2020-10-08T03:25:13.307Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-08T03:25:13.585Z] ---> Running in 8480c2e95656 [2020-10-08T03:25:13.860Z] Removing intermediate container de9764b73ca7 [2020-10-08T03:25:13.860Z] ---> 16973903ab2d [2020-10-08T03:25:13.860Z] [2020-10-08T03:25:13.860Z] Step 10/22 : FROM scratch [2020-10-08T03:25:13.860Z] ---> [2020-10-08T03:25:13.860Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:25:14.137Z] ---> Running in 578e04c28801 [2020-10-08T03:25:14.732Z] Removing intermediate container 8480c2e95656 [2020-10-08T03:25:14.732Z] ---> cf7639bef026 [2020-10-08T03:25:14.732Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:25:15.011Z] Removing intermediate container 578e04c28801 [2020-10-08T03:25:15.011Z] ---> 54c5c3c8636d [2020-10-08T03:25:15.011Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-08T03:25:15.619Z] ---> Running in af30d6e3a21b [2020-10-08T03:25:15.619Z] ---> Running in d5fd25af5585 [2020-10-08T03:25:17.082Z] Removing intermediate container d5fd25af5585 [2020-10-08T03:25:17.082Z] ---> eea87c293fc0 [2020-10-08T03:25:17.082Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T03:25:17.375Z] Removing intermediate container af30d6e3a21b [2020-10-08T03:25:17.375Z] ---> a526698c3a61 [2020-10-08T03:25:17.375Z] Step 20/22 : LABEL arch=arm64 [2020-10-08T03:25:17.656Z] ---> Running in 15dd6ecda34d [2020-10-08T03:25:17.932Z] ---> Running in ba808a9d60be [2020-10-08T03:25:17.932Z] Removing intermediate container 44e300a8e0ed [2020-10-08T03:25:17.932Z] ---> c53c4cfe3593 [2020-10-08T03:25:17.932Z] [2020-10-08T03:25:18.215Z] Step 10/24 : FROM scratch [2020-10-08T03:25:18.215Z] ---> [2020-10-08T03:25:18.215Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T03:25:18.215Z] ---> Using cache [2020-10-08T03:25:18.215Z] ---> 7c610cb5b4e1 [2020-10-08T03:25:18.215Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-08T03:25:18.822Z] ---> Running in 9bf7524fbdda [2020-10-08T03:25:18.822Z] Removing intermediate container 15dd6ecda34d [2020-10-08T03:25:18.822Z] ---> 32c551f88841 [2020-10-08T03:25:18.822Z] Step 14/22 : WORKDIR / [2020-10-08T03:25:19.099Z] ---> Running in c62412973845 [2020-10-08T03:25:19.099Z] Removing intermediate container ba808a9d60be [2020-10-08T03:25:19.099Z] ---> f1bee6809623 [2020-10-08T03:25:19.099Z] Step 21/22 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:25:19.733Z] ---> Running in ca1ffd11cc3a [2020-10-08T03:25:19.733Z] Removing intermediate container 9bf7524fbdda [2020-10-08T03:25:19.733Z] ---> 6159bc50be60 [2020-10-08T03:25:19.733Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-08T03:25:20.029Z] ---> Running in fdccacc7d2ec [2020-10-08T03:25:20.306Z] Removing intermediate container c62412973845 [2020-10-08T03:25:20.306Z] ---> db2c2fbe2a61 [2020-10-08T03:25:20.306Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-08T03:25:20.910Z] Removing intermediate container ca1ffd11cc3a [2020-10-08T03:25:20.910Z] ---> a699b45a1591 [2020-10-08T03:25:20.910Z] Step 22/22 : LABEL version=1.2.2-dev.57 [2020-10-08T03:25:21.215Z] Removing intermediate container fdccacc7d2ec [2020-10-08T03:25:21.215Z] ---> 77dd351d009e [2020-10-08T03:25:21.215Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-08T03:25:21.821Z] ---> Running in 9f30d2f5bc3d [2020-10-08T03:25:21.821Z] ---> fd3c7d6f06bc [2020-10-08T03:25:21.821Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-08T03:25:23.284Z] Removing intermediate container 9f30d2f5bc3d [2020-10-08T03:25:23.284Z] ---> be40474dfeaf [2020-10-08T03:25:23.284Z] [2020-10-08T03:25:23.284Z] ---> d4e806b1ebfc [2020-10-08T03:25:23.284Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-08T03:25:23.578Z] Successfully built be40474dfeaf [2020-10-08T03:25:23.578Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-08T03:25:23.578Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-10-08T03:25:24.573Z] ---> e3b804ba9696 [2020-10-08T03:25:24.573Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-08T03:25:24.573Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:25:24.573Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:25:24.573Z] ---> f04c5bb1c1b7 [2020-10-08T03:25:24.573Z] Step 3/21 : WORKDIR /edgex-go [2020-10-08T03:25:24.573Z] ---> Using cache [2020-10-08T03:25:24.573Z] ---> 8347a72fce8d [2020-10-08T03:25:24.860Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:25:24.860Z] ---> Using cache [2020-10-08T03:25:24.860Z] ---> 14ea18662d3e [2020-10-08T03:25:24.860Z] Step 5/21 : RUN apk update && apk add make git [2020-10-08T03:25:24.860Z] ---> Using cache [2020-10-08T03:25:24.860Z] ---> a635b8bde73a [2020-10-08T03:25:24.860Z] Step 6/21 : COPY go.mod . [2020-10-08T03:25:24.860Z] ---> Using cache [2020-10-08T03:25:24.860Z] ---> b4d7bb839c43 [2020-10-08T03:25:24.860Z] Step 7/21 : RUN go mod download [2020-10-08T03:25:24.860Z] ---> Using cache [2020-10-08T03:25:24.860Z] ---> e5211ff13976 [2020-10-08T03:25:24.860Z] Step 8/21 : COPY . . [2020-10-08T03:25:25.138Z] ---> Using cache [2020-10-08T03:25:25.138Z] ---> 410278ff4853 [2020-10-08T03:25:25.138Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-08T03:25:26.590Z] ---> faf300240c59 [2020-10-08T03:25:26.590Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-08T03:25:26.590Z] ---> Running in bc27fd795eba [2020-10-08T03:25:27.660Z] Removing intermediate container b35b847a9a79 [2020-10-08T03:25:27.660Z] ---> 3917af13e297 [2020-10-08T03:25:27.660Z] [2020-10-08T03:25:27.660Z] Step 10/22 : FROM scratch [2020-10-08T03:25:27.660Z] ---> [2020-10-08T03:25:27.660Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:25:27.660Z] ---> Using cache [2020-10-08T03:25:27.660Z] ---> 54c5c3c8636d [2020-10-08T03:25:27.660Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-08T03:25:27.660Z] ---> b4999f35559c [2020-10-08T03:25:27.661Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-08T03:25:28.277Z] ---> Running in 9ed257720682 [2020-10-08T03:25:28.621Z] ---> Running in 9e5c13acee0c [2020-10-08T03:25:28.905Z] ---> dba79766e722 [2020-10-08T03:25:28.905Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-08T03:25:28.905Z] Removing intermediate container 9ed257720682 [2020-10-08T03:25:28.905Z] ---> 3ccfc32a1f7c [2020-10-08T03:25:28.905Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T03:25:29.516Z] ---> Running in aea8291efae1 [2020-10-08T03:25:29.516Z] Removing intermediate container 9e5c13acee0c [2020-10-08T03:25:29.516Z] ---> c120216f7970 [2020-10-08T03:25:29.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:25:29.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-08T03:25:29.804Z] ---> Running in cb3f20487899 [2020-10-08T03:25:30.092Z] ---> 1fb590004346 [2020-10-08T03:25:30.092Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-08T03:25:30.092Z] Removing intermediate container aea8291efae1 [2020-10-08T03:25:30.092Z] ---> ccadbe0ab009 [2020-10-08T03:25:30.092Z] Step 14/22 : WORKDIR / [2020-10-08T03:25:30.371Z] ---> Running in 17b1b82076d0 [2020-10-08T03:25:30.656Z] Removing intermediate container cb3f20487899 [2020-10-08T03:25:30.656Z] ---> de3d96998795 [2020-10-08T03:25:30.656Z] Step 20/22 : LABEL arch=arm64 [2020-10-08T03:25:30.938Z] ---> Running in 23514b5787ba [2020-10-08T03:25:31.216Z] Removing intermediate container 17b1b82076d0 [2020-10-08T03:25:31.216Z] ---> 2907a7c7317d [2020-10-08T03:25:31.216Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-08T03:25:31.837Z] Removing intermediate container 23514b5787ba [2020-10-08T03:25:31.837Z] ---> d6f08331cf89 [2020-10-08T03:25:31.837Z] Step 21/22 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:25:32.456Z] ---> dc12450ca352 [2020-10-08T03:25:32.456Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-08T03:25:32.456Z] ---> Running in 0b862d8c95d6 [2020-10-08T03:25:32.734Z] ---> 46226aace05b [2020-10-08T03:25:32.734Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-08T03:25:33.730Z] Removing intermediate container 0b862d8c95d6 [2020-10-08T03:25:33.730Z] ---> 449004e0494a [2020-10-08T03:25:33.730Z] Step 22/22 : LABEL version=1.2.2-dev.57 [2020-10-08T03:25:34.361Z] ---> Running in 41c922a827f2 [2020-10-08T03:25:34.639Z] ---> b4394bf90bb1 [2020-10-08T03:25:34.639Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-08T03:25:35.253Z] ---> Running in 6f5062495ef6 [2020-10-08T03:25:35.544Z] Removing intermediate container 41c922a827f2 [2020-10-08T03:25:35.544Z] ---> fc77a2fda893 [2020-10-08T03:25:35.544Z] [2020-10-08T03:25:35.825Z] ---> 14f1e6c3c656 [2020-10-08T03:25:35.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-08T03:25:36.124Z] Removing intermediate container 6f5062495ef6 [2020-10-08T03:25:36.124Z] ---> dd900a9bcf94 [2020-10-08T03:25:36.124Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:25:36.736Z] Successfully built fc77a2fda893 [2020-10-08T03:25:36.736Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-08T03:25:36.736Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-10-08T03:25:36.736Z] ---> Running in 559015549f47 [2020-10-08T03:25:37.357Z] ---> 1e1a14686852 [2020-10-08T03:25:37.357Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-08T03:25:37.643Z] ---> Running in f6caf6ed3236 [2020-10-08T03:25:37.643Z] Removing intermediate container 559015549f47 [2020-10-08T03:25:37.643Z] ---> 9342d92065ec [2020-10-08T03:25:37.643Z] Step 22/24 : LABEL arch=arm64 [2020-10-08T03:25:38.255Z] ---> Running in 72322ded4772 [2020-10-08T03:25:38.537Z] Removing intermediate container f6caf6ed3236 [2020-10-08T03:25:38.537Z] ---> c496a4cfa420 [2020-10-08T03:25:38.537Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:25:39.151Z] ---> Running in e10d631b5fa4 [2020-10-08T03:25:39.431Z] Removing intermediate container 72322ded4772 [2020-10-08T03:25:39.431Z] ---> f3639c3eeec9 [2020-10-08T03:25:39.431Z] Step 23/24 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:25:40.446Z] ---> Running in 1f48d4ea1495 [2020-10-08T03:25:40.446Z] Removing intermediate container e10d631b5fa4 [2020-10-08T03:25:40.446Z] ---> 8f93e61b38a8 [2020-10-08T03:25:40.446Z] Step 20/22 : LABEL arch=arm64 [2020-10-08T03:25:41.054Z] ---> Running in 2ca624b6fcba [2020-10-08T03:25:41.333Z] Removing intermediate container 1f48d4ea1495 [2020-10-08T03:25:41.333Z] ---> c8cf5c014549 [2020-10-08T03:25:41.333Z] Step 24/24 : LABEL version=1.2.2-dev.57 [2020-10-08T03:25:41.943Z] ---> Running in c9a0873c682a [2020-10-08T03:25:42.226Z] Removing intermediate container 2ca624b6fcba [2020-10-08T03:25:42.226Z] ---> 8f8288496058 [2020-10-08T03:25:42.226Z] Step 21/22 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:25:42.841Z] ---> Running in 4cd4aa0728be [2020-10-08T03:25:42.841Z] Removing intermediate container c9a0873c682a [2020-10-08T03:25:42.841Z] ---> 72deff00b12b [2020-10-08T03:25:42.841Z] [2020-10-08T03:25:43.886Z] Successfully built 72deff00b12b [2020-10-08T03:25:44.171Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-08T03:25:44.171Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-10-08T03:25:44.171Z] Removing intermediate container 4cd4aa0728be [2020-10-08T03:25:44.171Z] ---> 8e868af69dd8 [2020-10-08T03:25:44.171Z] Step 22/22 : LABEL version=1.2.2-dev.57 [2020-10-08T03:25:44.793Z] ---> Running in 1499ae9db78c [2020-10-08T03:25:45.793Z] Removing intermediate container 1499ae9db78c [2020-10-08T03:25:45.793Z] ---> a46c11428c17 [2020-10-08T03:25:45.793Z] [2020-10-08T03:25:46.407Z] Successfully built a46c11428c17 [2020-10-08T03:25:46.407Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-08T03:25:46.407Z] Building docker-sys-mgmt-agent-go [2020-10-08T03:25:50.897Z]  Building docker-core-metadata-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:25:50.897Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:25:50.897Z] ---> f04c5bb1c1b7 [2020-10-08T03:25:50.897Z] Step 3/20 : WORKDIR /edgex-go [2020-10-08T03:25:50.897Z] ---> Using cache [2020-10-08T03:25:50.897Z] ---> 8347a72fce8d [2020-10-08T03:25:50.897Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:25:50.897Z] ---> Using cache [2020-10-08T03:25:50.897Z] ---> 14ea18662d3e [2020-10-08T03:25:50.897Z] Step 5/20 : RUN apk update && apk add make git [2020-10-08T03:25:50.897Z] ---> Using cache [2020-10-08T03:25:50.897Z] ---> a635b8bde73a [2020-10-08T03:25:50.897Z] Step 6/20 : COPY go.mod . [2020-10-08T03:25:50.897Z] ---> Using cache [2020-10-08T03:25:50.897Z] ---> b4d7bb839c43 [2020-10-08T03:25:50.897Z] Step 7/20 : RUN go mod download [2020-10-08T03:25:50.897Z] ---> Using cache [2020-10-08T03:25:50.897Z] ---> e5211ff13976 [2020-10-08T03:25:50.897Z] Step 8/20 : COPY . . [2020-10-08T03:25:50.897Z] ---> Using cache [2020-10-08T03:25:50.897Z] ---> 410278ff4853 [2020-10-08T03:25:50.897Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-08T03:25:52.368Z] ---> Running in 01e1d91ce339 [2020-10-08T03:25:54.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-08T03:26:26.830Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:26:26.830Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:26:26.830Z] ---> f04c5bb1c1b7 [2020-10-08T03:26:26.830Z] Step 3/26 : WORKDIR /edgex-go [2020-10-08T03:26:26.830Z] ---> Using cache [2020-10-08T03:26:26.830Z] ---> 8347a72fce8d [2020-10-08T03:26:26.830Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:26:26.830Z] ---> Using cache [2020-10-08T03:26:26.830Z] ---> 14ea18662d3e [2020-10-08T03:26:26.830Z] Step 5/26 : RUN apk update && apk add make git [2020-10-08T03:26:26.830Z] ---> Using cache [2020-10-08T03:26:26.830Z] ---> a635b8bde73a [2020-10-08T03:26:26.830Z] Step 6/26 : COPY go.mod . [2020-10-08T03:26:26.830Z] ---> Using cache [2020-10-08T03:26:26.830Z] ---> b4d7bb839c43 [2020-10-08T03:26:26.830Z] Step 7/26 : RUN go mod download [2020-10-08T03:26:26.830Z] ---> Using cache [2020-10-08T03:26:26.830Z] ---> e5211ff13976 [2020-10-08T03:26:26.830Z] Step 8/26 : COPY . . [2020-10-08T03:26:26.830Z] ---> Using cache [2020-10-08T03:26:26.830Z] ---> 410278ff4853 [2020-10-08T03:26:26.830Z] 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-08T03:26:31.236Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:26:31.236Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-08T03:26:31.236Z] ---> f04c5bb1c1b7 [2020-10-08T03:26:31.236Z] Step 3/29 : WORKDIR /edgex-go [2020-10-08T03:26:31.236Z] ---> Using cache [2020-10-08T03:26:31.236Z] ---> 8347a72fce8d [2020-10-08T03:26:31.236Z] Step 4/29 : RUN apk update && apk add make git [2020-10-08T03:26:31.236Z] ---> Running in be514eec3eee [2020-10-08T03:26:31.236Z] ---> Running in d81d7e096d8d [2020-10-08T03:26:33.918Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T03:26:33.918Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-08T03:26:33.918Z] ---> f04c5bb1c1b7 [2020-10-08T03:26:33.918Z] Step 3/27 : WORKDIR /edgex-go [2020-10-08T03:26:33.918Z] ---> Using cache [2020-10-08T03:26:33.918Z] ---> 8347a72fce8d [2020-10-08T03:26:33.918Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T03:26:33.918Z] ---> Using cache [2020-10-08T03:26:33.918Z] ---> 14ea18662d3e [2020-10-08T03:26:33.918Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-08T03:26:33.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-08T03:26:34.199Z] ---> Running in 90e7d89f9f07 [2020-10-08T03:26:34.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:26:35.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:26:35.764Z] Removing intermediate container bc27fd795eba [2020-10-08T03:26:35.764Z] ---> f6723f83031b [2020-10-08T03:26:35.764Z] [2020-10-08T03:26:35.764Z] Step 10/21 : FROM scratch [2020-10-08T03:26:35.764Z] ---> [2020-10-08T03:26:35.764Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T03:26:36.046Z] ---> Using cache [2020-10-08T03:26:36.046Z] ---> 54c5c3c8636d [2020-10-08T03:26:36.046Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-08T03:26:36.046Z] ---> Running in 71b09d358ba1 [2020-10-08T03:26:36.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:26:36.945Z] Removing intermediate container 71b09d358ba1 [2020-10-08T03:26:36.945Z] ---> c338709bf418 [2020-10-08T03:26:36.945Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-08T03:26:36.945Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:26:36.945Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:26:36.945Z] OK: 12623 distinct packages available [2020-10-08T03:26:36.945Z] ---> Running in 6a255da4da1b [2020-10-08T03:26:37.565Z] Removing intermediate container 6a255da4da1b [2020-10-08T03:26:37.565Z] ---> 2ebc7d5a2787 [2020-10-08T03:26:37.565Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-08T03:26:37.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:26:37.846Z] OK: 217 MiB in 51 packages [2020-10-08T03:26:38.850Z] ---> fab092216e70 [2020-10-08T03:26:38.850Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-08T03:26:39.855Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:26:39.855Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:26:39.855Z] OK: 12623 distinct packages available [2020-10-08T03:26:40.471Z] Removing intermediate container d81d7e096d8d [2020-10-08T03:26:40.471Z] ---> 03db4dd8997b [2020-10-08T03:26:40.471Z] Step 5/29 : COPY go.mod . [2020-10-08T03:26:40.759Z] OK: 217 MiB in 51 packages [2020-10-08T03:26:41.039Z] ---> fa5db723c607 [2020-10-08T03:26:41.040Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-08T03:26:42.038Z] ---> ff1c47ff801f [2020-10-08T03:26:42.038Z] Step 6/29 : RUN go mod download [2020-10-08T03:26:42.317Z] ---> Running in 021371ab9e80 [2020-10-08T03:26:42.943Z] Removing intermediate container 90e7d89f9f07 [2020-10-08T03:26:42.943Z] ---> 1f4c846de20e [2020-10-08T03:26:42.943Z] Step 6/27 : COPY go.mod . [2020-10-08T03:26:42.943Z] ---> f551cd34fda0 [2020-10-08T03:26:42.943Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-08T03:26:43.227Z] ---> Running in da111f7ecfb3 [2020-10-08T03:26:44.262Z] Removing intermediate container da111f7ecfb3 [2020-10-08T03:26:44.262Z] ---> 60bf5e0f210c [2020-10-08T03:26:44.262Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:26:44.262Z] ---> 1aa0870122ad [2020-10-08T03:26:44.262Z] Step 7/27 : RUN go mod download [2020-10-08T03:26:44.540Z] ---> Running in 794d5398144c [2020-10-08T03:26:44.540Z] ---> Running in c523d5f346d1 [2020-10-08T03:26:45.556Z] Removing intermediate container 794d5398144c [2020-10-08T03:26:45.556Z] ---> c2b82e99efc6 [2020-10-08T03:26:45.556Z] Step 19/21 : LABEL arch=arm64 [2020-10-08T03:26:45.835Z] ---> Running in 22b627a4e335 [2020-10-08T03:26:47.299Z] Removing intermediate container 22b627a4e335 [2020-10-08T03:26:47.299Z] ---> 27963753ca10 [2020-10-08T03:26:47.299Z] Step 20/21 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:26:47.581Z] ---> Running in 207f7d46c897 [2020-10-08T03:26:48.188Z] Removing intermediate container 021371ab9e80 [2020-10-08T03:26:48.188Z] ---> a1bce238807c [2020-10-08T03:26:48.188Z] Step 7/29 : COPY . . [2020-10-08T03:26:48.479Z] Removing intermediate container 207f7d46c897 [2020-10-08T03:26:48.479Z] ---> 37d0b55db418 [2020-10-08T03:26:48.479Z] Step 21/21 : LABEL version=1.2.2-dev.57 [2020-10-08T03:26:49.087Z] ---> Running in 7617d24a5425 [2020-10-08T03:26:50.552Z] Removing intermediate container 7617d24a5425 [2020-10-08T03:26:50.552Z] ---> f925a554ce92 [2020-10-08T03:26:50.552Z] [2020-10-08T03:26:50.552Z] Removing intermediate container 01e1d91ce339 [2020-10-08T03:26:50.552Z] ---> 84e6db7d1b80 [2020-10-08T03:26:50.552Z] [2020-10-08T03:26:50.552Z] Step 10/20 : FROM alpine [2020-10-08T03:26:50.552Z] ---> 62ee0e9f8440 [2020-10-08T03:26:50.552Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-08T03:26:51.167Z] Removing intermediate container c523d5f346d1 [2020-10-08T03:26:51.167Z] ---> 85cf1de4c5f0 [2020-10-08T03:26:51.167Z] Step 8/27 : COPY . . [2020-10-08T03:26:51.167Z] ---> Running in 1e5025518172 [2020-10-08T03:26:51.767Z] Successfully built f925a554ce92 [2020-10-08T03:26:51.767Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-08T03:26:53.756Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:26:53.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:26:54.354Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:26:54.354Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:26:54.354Z] OK: 12621 distinct packages available [2020-10-08T03:26:54.951Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-08T03:26:55.225Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T03:26:55.225Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-08T03:26:55.225Z] (4/4) Installing curl (7.69.1-r1) [2020-10-08T03:26:55.225Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:26:55.225Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T03:26:55.503Z] OK: 7 MiB in 18 packages [2020-10-08T03:27:03.807Z] Removing intermediate container 1e5025518172 [2020-10-08T03:27:03.807Z] ---> 325d7949d2ff [2020-10-08T03:27:03.807Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T03:27:03.807Z] ---> Running in f7efc8f9d3dd [2020-10-08T03:27:04.819Z] Removing intermediate container f7efc8f9d3dd [2020-10-08T03:27:04.819Z] ---> 2fb13fb232a4 [2020-10-08T03:27:04.819Z] Step 13/20 : WORKDIR /edgex [2020-10-08T03:27:05.430Z] ---> Running in b71872d13c91 [2020-10-08T03:27:06.716Z] Removing intermediate container b71872d13c91 [2020-10-08T03:27:06.716Z] ---> 483679dc3848 [2020-10-08T03:27:06.716Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-08T03:27:08.727Z] ---> 422c54e8f3f3 [2020-10-08T03:27:08.727Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-08T03:27:11.359Z] ---> b3d9b060988d [2020-10-08T03:27:11.359Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-08T03:27:11.634Z] ---> Running in f87766cb3e95 [2020-10-08T03:27:11.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-08T03:27:11.909Z] ---> be5a6aa12f4a [2020-10-08T03:27:11.909Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-08T03:27:12.506Z] ---> 84fc91397aae [2020-10-08T03:27:12.506Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-08T03:27:12.506Z] ---> Running in d3c4b02d293c [2020-10-08T03:27:12.506Z] Removing intermediate container f87766cb3e95 [2020-10-08T03:27:12.506Z] ---> b7e5671775ff [2020-10-08T03:27:12.506Z] Step 17/20 : CMD ["--init=true"] [2020-10-08T03:27:12.506Z] ---> Running in 51011703c9af [2020-10-08T03:27:12.778Z] ---> Running in ee59e84f33f9 [2020-10-08T03:27:13.381Z] Removing intermediate container ee59e84f33f9 [2020-10-08T03:27:13.381Z] ---> b79af227af61 [2020-10-08T03:27:13.381Z] Step 18/20 : LABEL arch=arm64 [2020-10-08T03:27:13.653Z] ---> Running in 21330125bfa7 [2020-10-08T03:27:14.260Z] Removing intermediate container 21330125bfa7 [2020-10-08T03:27:14.260Z] ---> 7ba8409c8478 [2020-10-08T03:27:14.260Z] Step 19/20 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:27:14.260Z] ---> Running in 6188822cf631 [2020-10-08T03:27:14.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-08T03:27:14.814Z] Removing intermediate container 6188822cf631 [2020-10-08T03:27:14.814Z] ---> 49b268305546 [2020-10-08T03:27:14.814Z] Step 20/20 : LABEL version=1.2.2-dev.57 [2020-10-08T03:27:14.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-08T03:27:15.091Z] ---> Running in 342c4ef37962 [2020-10-08T03:27:15.697Z] Removing intermediate container 342c4ef37962 [2020-10-08T03:27:15.697Z] ---> e9b4928e3548 [2020-10-08T03:27:15.697Z] [2020-10-08T03:27:15.971Z] Successfully built e9b4928e3548 [2020-10-08T03:27:15.971Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-08T03:27:17.956Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-08T03:27:28.174Z] Removing intermediate container be514eec3eee [2020-10-08T03:27:28.174Z] ---> c11d3553fbdb [2020-10-08T03:27:28.174Z] [2020-10-08T03:27:28.174Z] Step 10/26 : FROM alpine:3.10 [2020-10-08T03:27:28.174Z] 3.10: Pulling from library/alpine [2020-10-08T03:27:29.169Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-08T03:27:29.169Z] Status: Downloaded newer image for alpine:3.10 [2020-10-08T03:27:29.169Z] ---> 536a684cf733 [2020-10-08T03:27:29.169Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-08T03:27:29.463Z] ---> Running in a285b22ddb1d [2020-10-08T03:27:32.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:27:32.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:27:32.730Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-08T03:27:32.730Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-08T03:27:32.730Z] OK: 10167 distinct packages available [2020-10-08T03:27:33.335Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-08T03:27:33.335Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-08T03:27:33.335Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-08T03:27:33.335Z] (4/5) Installing curl (7.66.0-r1) [2020-10-08T03:27:33.335Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-08T03:27:33.335Z] Executing busybox-1.30.1-r3.trigger [2020-10-08T03:27:33.620Z] Executing ca-certificates-20191127-r2.trigger [2020-10-08T03:27:33.620Z] OK: 7 MiB in 19 packages [2020-10-08T03:27:36.283Z] Removing intermediate container a285b22ddb1d [2020-10-08T03:27:36.283Z] ---> f56faab8191b [2020-10-08T03:27:36.283Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T03:27:36.283Z] ---> Running in 0ccb9284219c [2020-10-08T03:27:36.560Z] Removing intermediate container 0ccb9284219c [2020-10-08T03:27:36.560Z] ---> c7d3dc0728c4 [2020-10-08T03:27:36.560Z] Step 13/26 : WORKDIR / [2020-10-08T03:27:36.841Z] ---> Running in 96093df9ab35 [2020-10-08T03:27:37.448Z] Removing intermediate container 96093df9ab35 [2020-10-08T03:27:37.448Z] ---> 240f56a20909 [2020-10-08T03:27:37.448Z] 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-08T03:27:38.441Z] ---> 2be8669415bc [2020-10-08T03:27:38.441Z] 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-08T03:27:39.438Z] ---> fa0e4ef4239d [2020-10-08T03:27:39.438Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-08T03:27:40.435Z] ---> 50a6549341d2 [2020-10-08T03:27:40.435Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-08T03:27:41.427Z] ---> a1925e9bd061 [2020-10-08T03:27:41.427Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-08T03:27:42.899Z] ---> 77c11415a124 [2020-10-08T03:27:42.899Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-08T03:27:44.907Z] ---> c362bf18a71a [2020-10-08T03:27:44.907Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-08T03:27:46.374Z] ---> 00f57f784a5f [2020-10-08T03:27:46.374Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T03:27:47.394Z] ---> 572cc5b7ee13 [2020-10-08T03:27:47.394Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T03:27:47.394Z] ---> Running in c5f0e882fea4 [2020-10-08T03:27:51.786Z] Removing intermediate container c5f0e882fea4 [2020-10-08T03:27:51.786Z] ---> 4b032020828f [2020-10-08T03:27:51.786Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T03:27:51.786Z] ---> Running in da57e61ee966 [2020-10-08T03:27:52.396Z] Removing intermediate container da57e61ee966 [2020-10-08T03:27:52.396Z] ---> a2d513542d18 [2020-10-08T03:27:52.396Z] Step 24/26 : LABEL arch=arm64 [2020-10-08T03:27:52.673Z] ---> Running in d895378e5bae [2020-10-08T03:27:53.281Z] Removing intermediate container d895378e5bae [2020-10-08T03:27:53.281Z] ---> 49285d368b0d [2020-10-08T03:27:53.281Z] Step 25/26 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:27:53.281Z] ---> Running in d529fd7f49d7 [2020-10-08T03:27:53.880Z] Removing intermediate container d529fd7f49d7 [2020-10-08T03:27:53.880Z] ---> 5125e115bb16 [2020-10-08T03:27:53.880Z] Step 26/26 : LABEL version=1.2.2-dev.57 [2020-10-08T03:27:54.158Z] ---> Running in 0baf4534cacd [2020-10-08T03:27:54.764Z] Removing intermediate container 0baf4534cacd [2020-10-08T03:27:54.764Z] ---> 83fcdef489d9 [2020-10-08T03:27:54.764Z] [2020-10-08T03:27:55.037Z] Successfully built 83fcdef489d9 [2020-10-08T03:27:55.037Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-08T03:27:59.432Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d3c4b02d293c [2020-10-08T03:27:59.432Z] ---> 4d3c5873674a [2020-10-08T03:27:59.432Z] [2020-10-08T03:27:59.432Z] Step 9/29 : FROM alpine:latest [2020-10-08T03:27:59.432Z] ---> 62ee0e9f8440 [2020-10-08T03:27:59.432Z] 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-08T03:27:59.432Z] ---> Running in 989c6a141baa [2020-10-08T03:27:59.705Z] Removing intermediate container 989c6a141baa [2020-10-08T03:27:59.705Z] ---> e43a76dfea90 [2020-10-08T03:27:59.705Z] Step 11/29 : USER root [2020-10-08T03:27:59.705Z] ---> Running in de2c8314f178 [2020-10-08T03:28:00.683Z] Removing intermediate container de2c8314f178 [2020-10-08T03:28:00.683Z] ---> e99d8e2ec17f [2020-10-08T03:28:00.683Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-08T03:28:00.683Z] ---> Running in 0254dce5a659 [2020-10-08T03:28:01.656Z] Removing intermediate container 51011703c9af [2020-10-08T03:28:01.656Z] ---> 4d455c4533c5 [2020-10-08T03:28:01.656Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-08T03:28:01.656Z] ---> Running in 93648f9867cf [2020-10-08T03:28:02.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:28:02.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:28:03.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.57" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-08T03:28:03.114Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T03:28:03.114Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T03:28:03.114Z] OK: 12621 distinct packages available [2020-10-08T03:28:04.096Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-08T03:28:04.096Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-08T03:28:04.096Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:28:04.096Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T03:28:04.367Z] OK: 6 MiB in 16 packages [2020-10-08T03:28:05.796Z] Removing intermediate container 93648f9867cf [2020-10-08T03:28:05.796Z] ---> 50165dc492b9 [2020-10-08T03:28:05.796Z] [2020-10-08T03:28:05.796Z] Step 11/27 : FROM docker:latest [2020-10-08T03:28:05.796Z] ---> 45884bde0078 [2020-10-08T03:28:05.796Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-08T03:28:05.796Z] Removing intermediate container 0254dce5a659 [2020-10-08T03:28:05.796Z] ---> 3dde692a3940 [2020-10-08T03:28:05.796Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-08T03:28:06.069Z] ---> Running in ff60424ccf92 [2020-10-08T03:28:06.069Z] ---> Running in 1fac66351938 [2020-10-08T03:28:06.665Z] Removing intermediate container ff60424ccf92 [2020-10-08T03:28:06.665Z] ---> 8fd8bce960a4 [2020-10-08T03:28:06.665Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-08T03:28:06.665Z] ---> Running in 32229ee91dd4 [2020-10-08T03:28:07.256Z] Removing intermediate container 32229ee91dd4 [2020-10-08T03:28:07.256Z] ---> 0abb20376d1b [2020-10-08T03:28:07.256Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-08T03:28:07.256Z] ---> Running in a9a4c7a3d900 [2020-10-08T03:28:07.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:28:07.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:28:08.393Z] (1/2) Installing readline (8.0.4-r0) [2020-10-08T03:28:08.393Z] (2/2) Installing bash (5.0.17-r0) [2020-10-08T03:28:08.393Z] Executing bash-5.0.17-r0.post-install [2020-10-08T03:28:08.393Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:28:08.393Z] OK: 12 MiB in 22 packages [2020-10-08T03:28:09.833Z] Removing intermediate container 1fac66351938 [2020-10-08T03:28:09.834Z] ---> 36876783bd4f [2020-10-08T03:28:09.834Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-08T03:28:09.834Z] ---> Running in b9cb0a07deb0 [2020-10-08T03:28:09.834Z] Removing intermediate container a9a4c7a3d900 [2020-10-08T03:28:09.834Z] ---> c8e11a583948 [2020-10-08T03:28:09.834Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-08T03:28:11.267Z] ---> e40ff24ff9f8 [2020-10-08T03:28:11.267Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-08T03:28:12.255Z] ---> 4ef0a48cef43 [2020-10-08T03:28:12.255Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-08T03:28:12.531Z] Removing intermediate container b9cb0a07deb0 [2020-10-08T03:28:12.531Z] ---> 2d0b763ef131 [2020-10-08T03:28:12.531Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-08T03:28:12.802Z] ---> Running in 2cc764ec6646 [2020-10-08T03:28:12.802Z] ---> bda4b1a639e3 [2020-10-08T03:28:12.802Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-08T03:28:13.078Z] Removing intermediate container 2cc764ec6646 [2020-10-08T03:28:13.078Z] ---> 48c11e4cac6f [2020-10-08T03:28:13.078Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-08T03:28:13.351Z] ---> Running in d770e13d1671 [2020-10-08T03:28:13.621Z] ---> ac03339896d5 [2020-10-08T03:28:13.621Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-08T03:28:13.892Z] Removing intermediate container d770e13d1671 [2020-10-08T03:28:13.892Z] ---> 0c8f2237c603 [2020-10-08T03:28:13.892Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-08T03:28:13.892Z] ---> Running in f3a8fe0369af [2020-10-08T03:28:14.169Z] ---> 84c04aae7ae0 [2020-10-08T03:28:14.443Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-08T03:28:14.443Z] Removing intermediate container f3a8fe0369af [2020-10-08T03:28:14.443Z] ---> 0788400795b6 [2020-10-08T03:28:14.443Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-08T03:28:14.443Z] ---> Running in 81270762e956 [2020-10-08T03:28:15.883Z] ---> 60a131b99843 [2020-10-08T03:28:15.883Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-08T03:28:16.476Z] ---> 71705746ddff [2020-10-08T03:28:16.476Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-08T03:28:17.071Z] Removing intermediate container 81270762e956 [2020-10-08T03:28:17.071Z] ---> e7a663f729bd [2020-10-08T03:28:17.071Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T03:28:17.668Z] ---> 4f48e92bc5cb [2020-10-08T03:28:17.668Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-08T03:28:17.668Z] ---> Running in f4dbc6f32b44 [2020-10-08T03:28:17.942Z] ---> 774021607ae4 [2020-10-08T03:28:17.942Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T03:28:18.214Z] ---> Running in d46afc3e76b0 [2020-10-08T03:28:19.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:28:19.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:28:20.055Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-08T03:28:20.055Z] (2/33) Installing expat (2.2.9-r1) [2020-10-08T03:28:20.055Z] (3/33) Installing libffi (3.3-r2) [2020-10-08T03:28:20.055Z] (4/33) Installing gdbm (1.13-r1) [2020-10-08T03:28:20.055Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-08T03:28:20.055Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-08T03:28:20.055Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-08T03:28:21.031Z] Removing intermediate container d46afc3e76b0 [2020-10-08T03:28:21.032Z] ---> c63c35311056 [2020-10-08T03:28:21.032Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-08T03:28:21.032Z] ---> Running in 817796efb234 [2020-10-08T03:28:22.009Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-08T03:28:22.009Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-08T03:28:22.009Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-08T03:28:22.009Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-08T03:28:22.283Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-08T03:28:22.283Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-08T03:28:22.283Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-08T03:28:22.283Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-08T03:28:22.283Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-08T03:28:22.283Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-08T03:28:22.555Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-08T03:28:22.555Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-08T03:28:22.555Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-08T03:28:22.555Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-08T03:28:22.555Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-08T03:28:22.555Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-08T03:28:22.555Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-08T03:28:22.555Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-08T03:28:22.555Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-08T03:28:22.828Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-08T03:28:22.828Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-08T03:28:22.828Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-08T03:28:22.828Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-08T03:28:22.828Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-08T03:28:22.828Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-08T03:28:22.828Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-08T03:28:23.102Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:28:23.102Z] OK: 71 MiB in 55 packages [2020-10-08T03:28:24.541Z] Removing intermediate container 817796efb234 [2020-10-08T03:28:24.541Z] ---> 613dd01d266b [2020-10-08T03:28:24.541Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T03:28:24.541Z] ---> Running in 782747b81be8 [2020-10-08T03:28:25.141Z] Removing intermediate container 782747b81be8 [2020-10-08T03:28:25.141Z] ---> e5e66b768869 [2020-10-08T03:28:25.141Z] Step 26/29 : CMD [ "generate" ] [2020-10-08T03:28:25.141Z] ---> Running in 6e1092108af5 [2020-10-08T03:28:25.742Z] Removing intermediate container 6e1092108af5 [2020-10-08T03:28:25.742Z] ---> c46ddd0b2430 [2020-10-08T03:28:25.742Z] Step 27/29 : LABEL arch=arm64 [2020-10-08T03:28:26.018Z] ---> Running in 65f25515fcba [2020-10-08T03:28:26.615Z] Removing intermediate container 65f25515fcba [2020-10-08T03:28:26.615Z] ---> 8afbee1ddd18 [2020-10-08T03:28:26.615Z] Step 28/29 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:28:26.615Z] ---> Running in 70611d7571a3 [2020-10-08T03:28:27.210Z] Removing intermediate container 70611d7571a3 [2020-10-08T03:28:27.210Z] ---> 8a2140b3dc97 [2020-10-08T03:28:27.210Z] Step 29/29 : LABEL version=1.2.2-dev.57 [2020-10-08T03:28:27.481Z] ---> Running in 4f280edecc75 [2020-10-08T03:28:28.078Z] Removing intermediate container 4f280edecc75 [2020-10-08T03:28:28.078Z] ---> 4a18647a38d1 [2020-10-08T03:28:28.078Z] [2020-10-08T03:28:28.349Z] Successfully built 4a18647a38d1 [2020-10-08T03:28:28.349Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-08T03:28:28.951Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f4dbc6f32b44 [2020-10-08T03:28:28.951Z] ---> 686ecef6a022 [2020-10-08T03:28:28.951Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-08T03:28:28.951Z] ---> Running in 91d1aa7b3c55 [2020-10-08T03:28:34.335Z] Collecting docker-compose==1.23.2 [2020-10-08T03:28:34.335Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-08T03:28:34.605Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-08T03:28:34.878Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-08T03:28:35.851Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-08T03:28:35.851Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-08T03:28:36.443Z] Collecting cached-property<2,>=1.2.0 [2020-10-08T03:28:36.443Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-08T03:28:36.713Z] Collecting docopt<0.7,>=0.6.1 [2020-10-08T03:28:36.713Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-08T03:28:39.347Z] Collecting PyYAML<4,>=3.10 [2020-10-08T03:28:39.347Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-08T03:28:41.957Z] 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-08T03:28:42.231Z] Collecting jsonschema<3,>=2.5.1 [2020-10-08T03:28:42.231Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-08T03:28:42.503Z] Collecting texttable<0.10,>=0.9.0 [2020-10-08T03:28:42.503Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-08T03:28:44.472Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-08T03:28:44.472Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-08T03:28:46.437Z] Collecting docker<4.0,>=3.6.0 [2020-10-08T03:28:46.438Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-08T03:28:47.405Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-08T03:28:47.405Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-08T03:28:47.405Z] 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-08T03:28:47.405Z] 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-08T03:28:47.674Z] Collecting idna<2.8,>=2.5 [2020-10-08T03:28:47.674Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-08T03:28:47.944Z] Collecting docker-pycreds>=0.4.0 [2020-10-08T03:28:47.944Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-08T03:28:47.944Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-08T03:28:47.944Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-08T03:28:47.944Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-08T03:28:47.944Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-08T03:28:48.911Z] Installing collected packages: websocket-client, urllib3, idna, requests, cached-property, docopt, PyYAML, jsonschema, texttable, dockerpty, docker-pycreds, docker, docker-compose [2020-10-08T03:28:49.186Z] Attempting uninstall: urllib3 [2020-10-08T03:28:49.186Z] Found existing installation: urllib3 1.25.9 [2020-10-08T03:28:49.186Z] Uninstalling urllib3-1.25.9: [2020-10-08T03:28:49.186Z] Successfully uninstalled urllib3-1.25.9 [2020-10-08T03:28:49.775Z] Attempting uninstall: idna [2020-10-08T03:28:49.775Z] Found existing installation: idna 2.9 [2020-10-08T03:28:49.775Z] Uninstalling idna-2.9: [2020-10-08T03:28:50.044Z] Successfully uninstalled idna-2.9 [2020-10-08T03:28:50.314Z] Attempting uninstall: requests [2020-10-08T03:28:50.314Z] Found existing installation: requests 2.23.0 [2020-10-08T03:28:50.582Z] Uninstalling requests-2.23.0: [2020-10-08T03:28:50.582Z] Successfully uninstalled requests-2.23.0 [2020-10-08T03:28:50.852Z] Running setup.py install for docopt: started [2020-10-08T03:28:52.810Z] Running setup.py install for docopt: finished with status 'done' [2020-10-08T03:28:52.810Z] Running setup.py install for PyYAML: started [2020-10-08T03:28:54.769Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-08T03:28:55.039Z] Running setup.py install for texttable: started [2020-10-08T03:28:56.461Z] Running setup.py install for texttable: finished with status 'done' [2020-10-08T03:28:56.731Z] Running setup.py install for dockerpty: started [2020-10-08T03:28:58.687Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-08T03:29:00.106Z] 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-08T03:29:03.484Z] Removing intermediate container 91d1aa7b3c55 [2020-10-08T03:29:03.484Z] ---> 92d973357287 [2020-10-08T03:29:03.484Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-08T03:29:03.484Z] ---> Running in c444000ccf72 [2020-10-08T03:29:04.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T03:29:05.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T03:29:05.774Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T03:29:05.774Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-08T03:29:05.774Z] (3/3) Installing curl (7.69.1-r1) [2020-10-08T03:29:05.774Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T03:29:05.774Z] OK: 71 MiB in 58 packages [2020-10-08T03:29:07.206Z] Removing intermediate container c444000ccf72 [2020-10-08T03:29:07.206Z] ---> bc3a5acbf133 [2020-10-08T03:29:07.206Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-08T03:29:07.206Z] ---> Running in 3f3f0bde2e30 [2020-10-08T03:29:07.476Z] Removing intermediate container 3f3f0bde2e30 [2020-10-08T03:29:07.476Z] ---> 3fe5816f158d [2020-10-08T03:29:07.476Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T03:29:07.748Z] ---> Running in 3c8d59e3300a [2020-10-08T03:29:08.019Z] Removing intermediate container 3c8d59e3300a [2020-10-08T03:29:08.019Z] ---> 8e4b5f9df287 [2020-10-08T03:29:08.019Z] Step 25/27 : LABEL arch=arm64 [2020-10-08T03:29:08.290Z] ---> Running in f8c3b2d8917e [2020-10-08T03:29:08.564Z] Removing intermediate container f8c3b2d8917e [2020-10-08T03:29:08.564Z] ---> 4e92e527ec5a [2020-10-08T03:29:08.564Z] Step 26/27 : LABEL git_sha=217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:08.840Z] ---> Running in c169b056c2f4 [2020-10-08T03:29:09.437Z] Removing intermediate container c169b056c2f4 [2020-10-08T03:29:09.437Z] ---> 0dcea7798af2 [2020-10-08T03:29:09.437Z] Step 27/27 : LABEL version=1.2.2-dev.57 [2020-10-08T03:29:09.437Z] ---> Running in c3b832516e74 [2020-10-08T03:29:09.713Z] Removing intermediate container c3b832516e74 [2020-10-08T03:29:09.713Z] ---> 71172d4516f6 [2020-10-08T03:29:09.713Z] [2020-10-08T03:29:09.985Z] Successfully built 71172d4516f6 [2020-10-08T03:29:10.261Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-08T03:29:10.545Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-08T03:29:10.568Z] $ docker stop --time=1 1a03f2ba0f097b7a373606d63d55fe137aff86df3ccee883c5826df204db2347 [2020-10-08T03:29:12.437Z] $ docker rm -f 1a03f2ba0f097b7a373606d63d55fe137aff86df3ccee883c5826df204db2347 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:29:13.095Z] + docker images+ [2020-10-08T03:29:13.095Z] grep docker [2020-10-08T03:29:13.369Z] docker-sys-mgmt-agent-go-arm64 latest 71172d4516f6 4 seconds ago 270MB [2020-10-08T03:29:13.369Z] docker-security-secrets-setup-go-arm64 latest 4a18647a38d1 46 seconds ago 22.7MB [2020-10-08T03:29:13.369Z] docker-security-secretstore-setup-go-arm64 latest 83fcdef489d9 About a minute ago 30.8MB [2020-10-08T03:29:13.369Z] docker-security-proxy-setup-go-arm64 latest e9b4928e3548 About a minute ago 15.1MB [2020-10-08T03:29:13.369Z] docker-support-scheduler-go-arm64 latest f925a554ce92 2 minutes ago 11.5MB [2020-10-08T03:29:13.369Z] docker-core-metadata-go-arm64 latest a46c11428c17 3 minutes ago 13.3MB [2020-10-08T03:29:13.369Z] docker-support-notifications-go-arm64 latest 72deff00b12b 3 minutes ago 12.9MB [2020-10-08T03:29:13.369Z] docker-core-command-go-arm64 latest fc77a2fda893 3 minutes ago 11.4MB [2020-10-08T03:29:13.369Z] docker-support-logging-go-arm64 latest be40474dfeaf 3 minutes ago 10.6MB [2020-10-08T03:29:13.369Z] docker-core-data-go-arm64 latest 571d88532242 4 minutes ago 22.2MB [2020-10-08T03:29:13.369Z] docker latest 45884bde0078 2 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-08T03:29:13.901Z] provisioning config files... [2020-10-08T03:29:13.956Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/172@tmp/config2284994836579582275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:29:14.358Z] ---> docker-login.sh [2020-10-08T03:29:14.358Z] nexus3.edgexfoundry.org:10001 [2020-10-08T03:29:14.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:29:14.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:29:14.900Z] Configure a credential helper to remove this warning. See [2020-10-08T03:29:14.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:29:14.900Z] [2020-10-08T03:29:14.900Z] Login Succeeded [2020-10-08T03:29:14.900Z] nexus3.edgexfoundry.org:10002 [2020-10-08T03:29:15.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:29:15.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:29:15.492Z] Configure a credential helper to remove this warning. See [2020-10-08T03:29:15.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:29:15.492Z] [2020-10-08T03:29:15.492Z] Login Succeeded [2020-10-08T03:29:15.492Z] nexus3.edgexfoundry.org:10003 [2020-10-08T03:29:16.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:29:16.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:29:16.106Z] Configure a credential helper to remove this warning. See [2020-10-08T03:29:16.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:29:16.106Z] [2020-10-08T03:29:16.106Z] Login Succeeded [2020-10-08T03:29:16.106Z] nexus3.edgexfoundry.org:10004 [2020-10-08T03:29:16.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:29:16.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:29:16.710Z] Configure a credential helper to remove this warning. See [2020-10-08T03:29:16.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:29:16.710Z] [2020-10-08T03:29:16.710Z] Login Succeeded [2020-10-08T03:29:16.710Z] docker.io [2020-10-08T03:29:17.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T03:29:17.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T03:29:17.577Z] Configure a credential helper to remove this warning. See [2020-10-08T03:29:17.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T03:29:17.577Z] [2020-10-08T03:29:17.577Z] Login Succeeded [2020-10-08T03:29:17.577Z] ---> docker-login.sh ends [Pipeline] } [2020-10-08T03:29:17.594Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:29:17.837Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-08T03:29:17.837Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:17.837Z] 1.2.2-dev.57 [2020-10-08T03:29:17.837Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:17.837Z] master [2020-10-08T03:29:17.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:18.347Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:18.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:18.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T03:29:18.703Z] 02f209d11acb: Preparing [2020-10-08T03:29:18.703Z] 7fe9c91bacc3: Preparing [2020-10-08T03:29:18.703Z] aa7a1812f686: Preparing [2020-10-08T03:29:18.975Z] aa7a1812f686: Pushed [2020-10-08T03:29:18.975Z] 02f209d11acb: Pushed [2020-10-08T03:29:22.339Z] 7fe9c91bacc3: Pushed [2020-10-08T03:29:22.339Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:c1d3d307f03e4af664eb36933f6101c86b80f29282251c94ca5225243c03375b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:22.679Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:23.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:23.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T03:29:23.016Z] 02f209d11acb: Preparing [2020-10-08T03:29:23.016Z] 7fe9c91bacc3: Preparing [2020-10-08T03:29:23.016Z] aa7a1812f686: Preparing [2020-10-08T03:29:23.016Z] 7fe9c91bacc3: Layer already exists [2020-10-08T03:29:23.016Z] 02f209d11acb: Layer already exists [2020-10-08T03:29:23.016Z] aa7a1812f686: Layer already exists [2020-10-08T03:29:23.287Z] 1.2.2-dev.57: digest: sha256:c1d3d307f03e4af664eb36933f6101c86b80f29282251c94ca5225243c03375b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:23.630Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:23.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:23.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T03:29:23.971Z] 02f209d11acb: Preparing [2020-10-08T03:29:23.971Z] 7fe9c91bacc3: Preparing [2020-10-08T03:29:23.971Z] aa7a1812f686: Preparing [2020-10-08T03:29:23.971Z] 02f209d11acb: Layer already exists [2020-10-08T03:29:23.971Z] 7fe9c91bacc3: Layer already exists [2020-10-08T03:29:23.971Z] aa7a1812f686: Layer already exists [2020-10-08T03:29:24.243Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:c1d3d307f03e4af664eb36933f6101c86b80f29282251c94ca5225243c03375b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:24.587Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:24.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-08T03:29:24.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T03:29:24.922Z] 02f209d11acb: Preparing [2020-10-08T03:29:24.922Z] 7fe9c91bacc3: Preparing [2020-10-08T03:29:24.922Z] aa7a1812f686: Preparing [2020-10-08T03:29:25.194Z] 7fe9c91bacc3: Layer already exists [2020-10-08T03:29:25.195Z] 02f209d11acb: Layer already exists [2020-10-08T03:29:25.195Z] aa7a1812f686: Layer already exists [2020-10-08T03:29:25.195Z] master: digest: sha256:c1d3d307f03e4af664eb36933f6101c86b80f29282251c94ca5225243c03375b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:29:25.436Z] ===================================================== [Pipeline] echo [2020-10-08T03:29:25.491Z] taggedImages: [2020-10-08T03:29:25.491Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:25.491Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:25.491Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:25.491Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-08T03:29:25.565Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-08T03:29:25.565Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:25.565Z] 1.2.2-dev.57 [2020-10-08T03:29:25.565Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:25.565Z] master [2020-10-08T03:29:25.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:26.113Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:26.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:26.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T03:29:26.450Z] 0491ffc483ba: Preparing [2020-10-08T03:29:26.450Z] ac62c746e1e4: Preparing [2020-10-08T03:29:26.450Z] 377d71677702: Preparing [2020-10-08T03:29:26.450Z] 57eba56c9d78: Preparing [2020-10-08T03:29:26.450Z] 2df59e1fe79d: Preparing [2020-10-08T03:29:26.450Z] e2f13739ad41: Preparing [2020-10-08T03:29:26.450Z] e2f13739ad41: Waiting [2020-10-08T03:29:26.722Z] 0491ffc483ba: Pushed [2020-10-08T03:29:26.722Z] 2df59e1fe79d: Pushed [2020-10-08T03:29:26.722Z] 377d71677702: Pushed [2020-10-08T03:29:26.722Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:27.316Z] 57eba56c9d78: Pushed [2020-10-08T03:29:30.683Z] ac62c746e1e4: Pushed [2020-10-08T03:29:30.683Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:57a4305d0f7fbc5070f58b9c11137d948eaef2fdf57c2a6b96cd5bbc7af5a171 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:31.018Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:31.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:31.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T03:29:31.352Z] 0491ffc483ba: Preparing [2020-10-08T03:29:31.352Z] ac62c746e1e4: Preparing [2020-10-08T03:29:31.352Z] 377d71677702: Preparing [2020-10-08T03:29:31.352Z] 57eba56c9d78: Preparing [2020-10-08T03:29:31.352Z] 2df59e1fe79d: Preparing [2020-10-08T03:29:31.352Z] e2f13739ad41: Preparing [2020-10-08T03:29:31.352Z] e2f13739ad41: Waiting [2020-10-08T03:29:31.621Z] 0491ffc483ba: Layer already exists [2020-10-08T03:29:31.621Z] ac62c746e1e4: Layer already exists [2020-10-08T03:29:31.621Z] 377d71677702: Layer already exists [2020-10-08T03:29:31.621Z] 2df59e1fe79d: Layer already exists [2020-10-08T03:29:31.621Z] 57eba56c9d78: Layer already exists [2020-10-08T03:29:31.621Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:31.621Z] 1.2.2-dev.57: digest: sha256:57a4305d0f7fbc5070f58b9c11137d948eaef2fdf57c2a6b96cd5bbc7af5a171 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:31.964Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:32.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:32.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T03:29:32.296Z] 0491ffc483ba: Preparing [2020-10-08T03:29:32.296Z] ac62c746e1e4: Preparing [2020-10-08T03:29:32.296Z] 377d71677702: Preparing [2020-10-08T03:29:32.296Z] 57eba56c9d78: Preparing [2020-10-08T03:29:32.296Z] 2df59e1fe79d: Preparing [2020-10-08T03:29:32.296Z] e2f13739ad41: Preparing [2020-10-08T03:29:32.296Z] e2f13739ad41: Waiting [2020-10-08T03:29:32.567Z] 0491ffc483ba: Layer already exists [2020-10-08T03:29:32.567Z] 2df59e1fe79d: Layer already exists [2020-10-08T03:29:32.567Z] 57eba56c9d78: Layer already exists [2020-10-08T03:29:32.567Z] 377d71677702: Layer already exists [2020-10-08T03:29:32.567Z] ac62c746e1e4: Layer already exists [2020-10-08T03:29:32.567Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:32.567Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:57a4305d0f7fbc5070f58b9c11137d948eaef2fdf57c2a6b96cd5bbc7af5a171 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:32.906Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:33.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-08T03:29:33.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T03:29:33.239Z] 0491ffc483ba: Preparing [2020-10-08T03:29:33.239Z] ac62c746e1e4: Preparing [2020-10-08T03:29:33.239Z] 377d71677702: Preparing [2020-10-08T03:29:33.239Z] 57eba56c9d78: Preparing [2020-10-08T03:29:33.239Z] 2df59e1fe79d: Preparing [2020-10-08T03:29:33.239Z] e2f13739ad41: Preparing [2020-10-08T03:29:33.239Z] e2f13739ad41: Waiting [2020-10-08T03:29:33.508Z] 377d71677702: Layer already exists [2020-10-08T03:29:33.508Z] 2df59e1fe79d: Layer already exists [2020-10-08T03:29:33.508Z] ac62c746e1e4: Layer already exists [2020-10-08T03:29:33.508Z] 0491ffc483ba: Layer already exists [2020-10-08T03:29:33.508Z] 57eba56c9d78: Layer already exists [2020-10-08T03:29:33.508Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:33.508Z] master: digest: sha256:57a4305d0f7fbc5070f58b9c11137d948eaef2fdf57c2a6b96cd5bbc7af5a171 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:29:33.706Z] ===================================================== [Pipeline] echo [2020-10-08T03:29:33.751Z] taggedImages: [2020-10-08T03:29:33.751Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:33.751Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:33.751Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:33.751Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-08T03:29:33.818Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-08T03:29:33.818Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:33.818Z] 1.2.2-dev.57 [2020-10-08T03:29:33.818Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:33.818Z] master [2020-10-08T03:29:33.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:34.372Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:34.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:34.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T03:29:34.732Z] 54ee21ba6bd2: Preparing [2020-10-08T03:29:34.732Z] 905cdfea9acd: Preparing [2020-10-08T03:29:34.732Z] 77bae6a11cfb: Preparing [2020-10-08T03:29:35.331Z] 54ee21ba6bd2: Pushed [2020-10-08T03:29:35.331Z] 77bae6a11cfb: Pushed [2020-10-08T03:29:38.702Z] 905cdfea9acd: Pushed [2020-10-08T03:29:38.702Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:2e3e458dd98df5ad2e6a874caea3235cb5cfdc24bbcdaedb8fb6f5e7d4e70156 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:39.040Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:39.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:39.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T03:29:39.373Z] 54ee21ba6bd2: Preparing [2020-10-08T03:29:39.373Z] 905cdfea9acd: Preparing [2020-10-08T03:29:39.373Z] 77bae6a11cfb: Preparing [2020-10-08T03:29:39.643Z] 77bae6a11cfb: Layer already exists [2020-10-08T03:29:39.643Z] 54ee21ba6bd2: Layer already exists [2020-10-08T03:29:39.643Z] 905cdfea9acd: Layer already exists [2020-10-08T03:29:39.643Z] 1.2.2-dev.57: digest: sha256:2e3e458dd98df5ad2e6a874caea3235cb5cfdc24bbcdaedb8fb6f5e7d4e70156 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:39.979Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:40.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:40.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T03:29:40.311Z] 54ee21ba6bd2: Preparing [2020-10-08T03:29:40.311Z] 905cdfea9acd: Preparing [2020-10-08T03:29:40.311Z] 77bae6a11cfb: Preparing [2020-10-08T03:29:40.581Z] 905cdfea9acd: Layer already exists [2020-10-08T03:29:40.581Z] 54ee21ba6bd2: Layer already exists [2020-10-08T03:29:40.581Z] 77bae6a11cfb: Layer already exists [2020-10-08T03:29:40.581Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:2e3e458dd98df5ad2e6a874caea3235cb5cfdc24bbcdaedb8fb6f5e7d4e70156 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:40.922Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:41.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-08T03:29:41.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T03:29:41.256Z] 54ee21ba6bd2: Preparing [2020-10-08T03:29:41.256Z] 905cdfea9acd: Preparing [2020-10-08T03:29:41.256Z] 77bae6a11cfb: Preparing [2020-10-08T03:29:41.256Z] 77bae6a11cfb: Layer already exists [2020-10-08T03:29:41.525Z] 905cdfea9acd: Layer already exists [2020-10-08T03:29:41.525Z] 54ee21ba6bd2: Layer already exists [2020-10-08T03:29:41.525Z] master: digest: sha256:2e3e458dd98df5ad2e6a874caea3235cb5cfdc24bbcdaedb8fb6f5e7d4e70156 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:29:41.717Z] ===================================================== [Pipeline] echo [2020-10-08T03:29:41.763Z] taggedImages: [2020-10-08T03:29:41.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:41.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:41.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:41.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-08T03:29:41.827Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-08T03:29:41.827Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:41.827Z] 1.2.2-dev.57 [2020-10-08T03:29:41.827Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:41.827Z] master [2020-10-08T03:29:41.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:42.323Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:42.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:42.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T03:29:42.657Z] 261e324e4fbe: Preparing [2020-10-08T03:29:42.657Z] 5961f6bd1943: Preparing [2020-10-08T03:29:42.657Z] 389f811da3ad: Preparing [2020-10-08T03:29:42.657Z] 64c4d77a3609: Preparing [2020-10-08T03:29:42.657Z] e2f13739ad41: Preparing [2020-10-08T03:29:42.928Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:42.928Z] 389f811da3ad: Pushed [2020-10-08T03:29:42.928Z] 5961f6bd1943: Pushed [2020-10-08T03:29:43.519Z] 64c4d77a3609: Pushed [2020-10-08T03:29:44.942Z] 261e324e4fbe: Pushed [2020-10-08T03:29:45.211Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:0771c07a573daebec6bacd0b2ff73648e6f91caa5e323da3e78a230f424988d8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:45.550Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:45.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:45.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T03:29:45.884Z] 261e324e4fbe: Preparing [2020-10-08T03:29:45.884Z] 5961f6bd1943: Preparing [2020-10-08T03:29:45.884Z] 389f811da3ad: Preparing [2020-10-08T03:29:45.884Z] 64c4d77a3609: Preparing [2020-10-08T03:29:45.884Z] e2f13739ad41: Preparing [2020-10-08T03:29:45.884Z] 64c4d77a3609: Layer already exists [2020-10-08T03:29:45.884Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:46.154Z] 5961f6bd1943: Layer already exists [2020-10-08T03:29:46.154Z] 261e324e4fbe: Layer already exists [2020-10-08T03:29:46.154Z] 389f811da3ad: Layer already exists [2020-10-08T03:29:46.154Z] 1.2.2-dev.57: digest: sha256:0771c07a573daebec6bacd0b2ff73648e6f91caa5e323da3e78a230f424988d8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:46.501Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:46.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:46.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T03:29:46.849Z] 261e324e4fbe: Preparing [2020-10-08T03:29:46.849Z] 5961f6bd1943: Preparing [2020-10-08T03:29:46.849Z] 389f811da3ad: Preparing [2020-10-08T03:29:46.849Z] 64c4d77a3609: Preparing [2020-10-08T03:29:46.849Z] e2f13739ad41: Preparing [2020-10-08T03:29:47.119Z] 64c4d77a3609: Layer already exists [2020-10-08T03:29:47.119Z] 389f811da3ad: Layer already exists [2020-10-08T03:29:47.119Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:47.120Z] 5961f6bd1943: Layer already exists [2020-10-08T03:29:47.120Z] 261e324e4fbe: Layer already exists [2020-10-08T03:29:47.120Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:0771c07a573daebec6bacd0b2ff73648e6f91caa5e323da3e78a230f424988d8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:47.472Z] + 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-08T03:29:47.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-08T03:29:47.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T03:29:47.820Z] 261e324e4fbe: Preparing [2020-10-08T03:29:47.820Z] 5961f6bd1943: Preparing [2020-10-08T03:29:47.820Z] 389f811da3ad: Preparing [2020-10-08T03:29:47.820Z] 64c4d77a3609: Preparing [2020-10-08T03:29:47.820Z] e2f13739ad41: Preparing [2020-10-08T03:29:48.092Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:48.092Z] 64c4d77a3609: Layer already exists [2020-10-08T03:29:48.092Z] 389f811da3ad: Layer already exists [2020-10-08T03:29:48.092Z] 5961f6bd1943: Layer already exists [2020-10-08T03:29:48.092Z] 261e324e4fbe: Layer already exists [2020-10-08T03:29:48.092Z] master: digest: sha256:0771c07a573daebec6bacd0b2ff73648e6f91caa5e323da3e78a230f424988d8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:29:48.341Z] ===================================================== [Pipeline] echo [2020-10-08T03:29:48.399Z] taggedImages: [2020-10-08T03:29:48.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:48.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:48.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:48.399Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-08T03:29:48.508Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-08T03:29:48.508Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:48.508Z] 1.2.2-dev.57 [2020-10-08T03:29:48.508Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:48.508Z] master [2020-10-08T03:29:48.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:49.006Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:49.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:49.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T03:29:49.340Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:49.340Z] 5d1bb4e51fc0: Preparing [2020-10-08T03:29:49.340Z] af7166bd6db2: Preparing [2020-10-08T03:29:49.340Z] cf90291cadd5: Preparing [2020-10-08T03:29:49.340Z] cf90291cadd5: Preparing [2020-10-08T03:29:49.340Z] 835ba575d9af: Preparing [2020-10-08T03:29:49.340Z] 338013adcbaf: Preparing [2020-10-08T03:29:49.340Z] 70048ab6d3ee: Preparing [2020-10-08T03:29:49.340Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:49.340Z] e96aea9eaa2c: Preparing [2020-10-08T03:29:49.340Z] b2f2f4d07884: Preparing [2020-10-08T03:29:49.340Z] e148520ae26e: Preparing [2020-10-08T03:29:49.340Z] e2f13739ad41: Preparing [2020-10-08T03:29:49.340Z] e96aea9eaa2c: Waiting [2020-10-08T03:29:49.340Z] b2f2f4d07884: Waiting [2020-10-08T03:29:49.340Z] e148520ae26e: Waiting [2020-10-08T03:29:49.340Z] e2f13739ad41: Waiting [2020-10-08T03:29:49.340Z] 70048ab6d3ee: Waiting [2020-10-08T03:29:49.340Z] 338013adcbaf: Waiting [2020-10-08T03:29:49.610Z] 835ba575d9af: Pushed [2020-10-08T03:29:49.880Z] 5d1bb4e51fc0: Pushed [2020-10-08T03:29:49.880Z] af7166bd6db2: Pushed [2020-10-08T03:29:49.880Z] cf90291cadd5: Pushed [2020-10-08T03:29:49.880Z] 338013adcbaf: Pushed [2020-10-08T03:29:49.880Z] 70048ab6d3ee: Pushed [2020-10-08T03:29:50.173Z] e96aea9eaa2c: Pushed [2020-10-08T03:29:50.173Z] b2f2f4d07884: Pushed [2020-10-08T03:29:50.173Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:50.473Z] e148520ae26e: Pushed [2020-10-08T03:29:51.919Z] 3e3ce906c9ce: Pushed [2020-10-08T03:29:52.190Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:e1bfb55197f81d9e2904159f7e32278fa036b22720976624a33f70d59cab7806 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:52.528Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:52.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:52.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T03:29:52.869Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:52.869Z] 5d1bb4e51fc0: Preparing [2020-10-08T03:29:52.869Z] af7166bd6db2: Preparing [2020-10-08T03:29:52.869Z] cf90291cadd5: Preparing [2020-10-08T03:29:52.869Z] cf90291cadd5: Preparing [2020-10-08T03:29:52.869Z] 835ba575d9af: Preparing [2020-10-08T03:29:52.869Z] 338013adcbaf: Preparing [2020-10-08T03:29:52.869Z] 70048ab6d3ee: Preparing [2020-10-08T03:29:52.869Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:52.869Z] e96aea9eaa2c: Preparing [2020-10-08T03:29:52.869Z] b2f2f4d07884: Preparing [2020-10-08T03:29:52.869Z] e148520ae26e: Preparing [2020-10-08T03:29:52.869Z] e2f13739ad41: Preparing [2020-10-08T03:29:52.869Z] e96aea9eaa2c: Waiting [2020-10-08T03:29:52.869Z] e148520ae26e: Waiting [2020-10-08T03:29:52.869Z] b2f2f4d07884: Waiting [2020-10-08T03:29:52.869Z] e2f13739ad41: Waiting [2020-10-08T03:29:52.869Z] 338013adcbaf: Waiting [2020-10-08T03:29:52.869Z] 70048ab6d3ee: Waiting [2020-10-08T03:29:53.141Z] 5d1bb4e51fc0: Layer already exists [2020-10-08T03:29:53.141Z] cf90291cadd5: Layer already exists [2020-10-08T03:29:53.141Z] 835ba575d9af: Layer already exists [2020-10-08T03:29:53.141Z] af7166bd6db2: Layer already exists [2020-10-08T03:29:53.141Z] 3e3ce906c9ce: Layer already exists [2020-10-08T03:29:53.141Z] 338013adcbaf: Layer already exists [2020-10-08T03:29:53.141Z] 70048ab6d3ee: Layer already exists [2020-10-08T03:29:53.141Z] e148520ae26e: Layer already exists [2020-10-08T03:29:53.141Z] e96aea9eaa2c: Layer already exists [2020-10-08T03:29:53.141Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:53.141Z] b2f2f4d07884: Layer already exists [2020-10-08T03:29:53.141Z] 1.2.2-dev.57: digest: sha256:e1bfb55197f81d9e2904159f7e32278fa036b22720976624a33f70d59cab7806 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:53.477Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:53.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:53.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T03:29:53.812Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:53.812Z] 5d1bb4e51fc0: Preparing [2020-10-08T03:29:53.812Z] af7166bd6db2: Preparing [2020-10-08T03:29:53.812Z] cf90291cadd5: Preparing [2020-10-08T03:29:53.812Z] cf90291cadd5: Preparing [2020-10-08T03:29:53.812Z] 835ba575d9af: Preparing [2020-10-08T03:29:53.812Z] 338013adcbaf: Preparing [2020-10-08T03:29:53.812Z] 70048ab6d3ee: Preparing [2020-10-08T03:29:53.812Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:53.812Z] e96aea9eaa2c: Preparing [2020-10-08T03:29:53.812Z] b2f2f4d07884: Preparing [2020-10-08T03:29:53.812Z] e148520ae26e: Preparing [2020-10-08T03:29:53.812Z] e2f13739ad41: Preparing [2020-10-08T03:29:53.812Z] e96aea9eaa2c: Waiting [2020-10-08T03:29:53.812Z] b2f2f4d07884: Waiting [2020-10-08T03:29:53.812Z] e148520ae26e: Waiting [2020-10-08T03:29:53.812Z] 338013adcbaf: Waiting [2020-10-08T03:29:53.812Z] 70048ab6d3ee: Waiting [2020-10-08T03:29:53.812Z] e2f13739ad41: Waiting [2020-10-08T03:29:53.812Z] af7166bd6db2: Layer already exists [2020-10-08T03:29:54.084Z] 835ba575d9af: Layer already exists [2020-10-08T03:29:54.084Z] cf90291cadd5: Layer already exists [2020-10-08T03:29:54.084Z] 5d1bb4e51fc0: Layer already exists [2020-10-08T03:29:54.084Z] 3e3ce906c9ce: Layer already exists [2020-10-08T03:29:54.084Z] 70048ab6d3ee: Layer already exists [2020-10-08T03:29:54.084Z] 338013adcbaf: Layer already exists [2020-10-08T03:29:54.084Z] e96aea9eaa2c: Layer already exists [2020-10-08T03:29:54.084Z] b2f2f4d07884: Layer already exists [2020-10-08T03:29:54.084Z] e148520ae26e: Layer already exists [2020-10-08T03:29:54.084Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:54.084Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:e1bfb55197f81d9e2904159f7e32278fa036b22720976624a33f70d59cab7806 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:54.423Z] + 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-08T03:29:54.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-08T03:29:54.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T03:29:54.758Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:54.758Z] 5d1bb4e51fc0: Preparing [2020-10-08T03:29:54.758Z] af7166bd6db2: Preparing [2020-10-08T03:29:54.758Z] cf90291cadd5: Preparing [2020-10-08T03:29:54.758Z] cf90291cadd5: Preparing [2020-10-08T03:29:54.758Z] 835ba575d9af: Preparing [2020-10-08T03:29:54.758Z] 338013adcbaf: Preparing [2020-10-08T03:29:54.758Z] 70048ab6d3ee: Preparing [2020-10-08T03:29:54.758Z] 3e3ce906c9ce: Preparing [2020-10-08T03:29:54.758Z] e96aea9eaa2c: Preparing [2020-10-08T03:29:54.758Z] b2f2f4d07884: Preparing [2020-10-08T03:29:54.758Z] e148520ae26e: Preparing [2020-10-08T03:29:54.758Z] e2f13739ad41: Preparing [2020-10-08T03:29:54.758Z] 70048ab6d3ee: Waiting [2020-10-08T03:29:54.758Z] e96aea9eaa2c: Waiting [2020-10-08T03:29:54.758Z] b2f2f4d07884: Waiting [2020-10-08T03:29:54.758Z] e148520ae26e: Waiting [2020-10-08T03:29:54.758Z] e2f13739ad41: Waiting [2020-10-08T03:29:54.758Z] 338013adcbaf: Waiting [2020-10-08T03:29:55.031Z] cf90291cadd5: Layer already exists [2020-10-08T03:29:55.031Z] 3e3ce906c9ce: Layer already exists [2020-10-08T03:29:55.031Z] 5d1bb4e51fc0: Layer already exists [2020-10-08T03:29:55.031Z] af7166bd6db2: Layer already exists [2020-10-08T03:29:55.031Z] 835ba575d9af: Layer already exists [2020-10-08T03:29:55.031Z] 70048ab6d3ee: Layer already exists [2020-10-08T03:29:55.031Z] 338013adcbaf: Layer already exists [2020-10-08T03:29:55.031Z] e148520ae26e: Layer already exists [2020-10-08T03:29:55.031Z] b2f2f4d07884: Layer already exists [2020-10-08T03:29:55.031Z] e96aea9eaa2c: Layer already exists [2020-10-08T03:29:55.031Z] e2f13739ad41: Layer already exists [2020-10-08T03:29:55.031Z] master: digest: sha256:e1bfb55197f81d9e2904159f7e32278fa036b22720976624a33f70d59cab7806 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:29:55.221Z] ===================================================== [Pipeline] echo [2020-10-08T03:29:55.291Z] taggedImages: [2020-10-08T03:29:55.291Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:55.291Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:55.291Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:55.291Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-08T03:29:55.365Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-08T03:29:55.365Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:55.365Z] 1.2.2-dev.57 [2020-10-08T03:29:55.365Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:29:55.365Z] master [2020-10-08T03:29:55.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:55.933Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:56.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:29:56.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T03:29:56.267Z] 86c3e63af50c: Preparing [2020-10-08T03:29:56.267Z] fad27b5cd5a6: Preparing [2020-10-08T03:29:56.267Z] 2d13f75dde75: Preparing [2020-10-08T03:29:56.267Z] d821715cbae3: Preparing [2020-10-08T03:29:56.267Z] 2340884205de: Preparing [2020-10-08T03:29:56.267Z] 203916a73bb7: Preparing [2020-10-08T03:29:56.267Z] 1eb7311685e1: Preparing [2020-10-08T03:29:56.267Z] bf8706c15c4e: Preparing [2020-10-08T03:29:56.267Z] 7afda4c7efbc: Preparing [2020-10-08T03:29:56.267Z] ca143ca820c8: Preparing [2020-10-08T03:29:56.267Z] 66b385cf80cf: Preparing [2020-10-08T03:29:56.267Z] bf8706c15c4e: Waiting [2020-10-08T03:29:56.267Z] 7afda4c7efbc: Waiting [2020-10-08T03:29:56.267Z] ca143ca820c8: Waiting [2020-10-08T03:29:56.267Z] 66b385cf80cf: Waiting [2020-10-08T03:29:56.267Z] 203916a73bb7: Waiting [2020-10-08T03:29:56.267Z] 1eb7311685e1: Waiting [2020-10-08T03:29:56.544Z] fad27b5cd5a6: Pushed [2020-10-08T03:29:56.544Z] 86c3e63af50c: Pushed [2020-10-08T03:29:56.827Z] 203916a73bb7: Pushed [2020-10-08T03:29:56.828Z] 1eb7311685e1: Pushed [2020-10-08T03:29:57.099Z] 7afda4c7efbc: Pushed [2020-10-08T03:29:57.099Z] bf8706c15c4e: Pushed [2020-10-08T03:29:57.372Z] 66b385cf80cf: Layer already exists [2020-10-08T03:29:57.973Z] ca143ca820c8: Pushed [2020-10-08T03:29:58.564Z] 2d13f75dde75: Pushed [2020-10-08T03:29:58.834Z] 2340884205de: Pushed [2020-10-08T03:29:58.834Z] d821715cbae3: Pushed [2020-10-08T03:29:59.105Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:28b9e7089ffeddede22bbf009e9e8e3f2c1f505cea0d30df720f1d3d5c3278f1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:59.442Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:29:59.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.57 [2020-10-08T03:29:59.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T03:29:59.776Z] 86c3e63af50c: Preparing [2020-10-08T03:29:59.776Z] fad27b5cd5a6: Preparing [2020-10-08T03:29:59.776Z] 2d13f75dde75: Preparing [2020-10-08T03:29:59.776Z] d821715cbae3: Preparing [2020-10-08T03:29:59.776Z] 2340884205de: Preparing [2020-10-08T03:29:59.776Z] 203916a73bb7: Preparing [2020-10-08T03:29:59.776Z] 1eb7311685e1: Preparing [2020-10-08T03:29:59.776Z] bf8706c15c4e: Preparing [2020-10-08T03:29:59.776Z] 7afda4c7efbc: Preparing [2020-10-08T03:29:59.776Z] ca143ca820c8: Preparing [2020-10-08T03:29:59.776Z] 66b385cf80cf: Preparing [2020-10-08T03:29:59.776Z] 203916a73bb7: Waiting [2020-10-08T03:29:59.776Z] 1eb7311685e1: Waiting [2020-10-08T03:29:59.776Z] ca143ca820c8: Waiting [2020-10-08T03:29:59.776Z] 66b385cf80cf: Waiting [2020-10-08T03:30:00.046Z] d821715cbae3: Layer already exists [2020-10-08T03:30:00.046Z] fad27b5cd5a6: Layer already exists [2020-10-08T03:30:00.046Z] 2340884205de: Layer already exists [2020-10-08T03:30:00.046Z] 86c3e63af50c: Layer already exists [2020-10-08T03:30:00.046Z] 2d13f75dde75: Layer already exists [2020-10-08T03:30:00.046Z] 203916a73bb7: Layer already exists [2020-10-08T03:30:00.046Z] 1eb7311685e1: Layer already exists [2020-10-08T03:30:00.046Z] 7afda4c7efbc: Layer already exists [2020-10-08T03:30:00.046Z] ca143ca820c8: Layer already exists [2020-10-08T03:30:00.046Z] bf8706c15c4e: Layer already exists [2020-10-08T03:30:00.046Z] 66b385cf80cf: Layer already exists [2020-10-08T03:30:00.046Z] 1.2.2-dev.57: digest: sha256:28b9e7089ffeddede22bbf009e9e8e3f2c1f505cea0d30df720f1d3d5c3278f1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:00.380Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:00.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:00.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T03:30:00.707Z] 86c3e63af50c: Preparing [2020-10-08T03:30:00.707Z] fad27b5cd5a6: Preparing [2020-10-08T03:30:00.707Z] 2d13f75dde75: Preparing [2020-10-08T03:30:00.707Z] d821715cbae3: Preparing [2020-10-08T03:30:00.707Z] 2340884205de: Preparing [2020-10-08T03:30:00.707Z] 203916a73bb7: Preparing [2020-10-08T03:30:00.707Z] 1eb7311685e1: Preparing [2020-10-08T03:30:00.707Z] bf8706c15c4e: Preparing [2020-10-08T03:30:00.707Z] 7afda4c7efbc: Preparing [2020-10-08T03:30:00.707Z] ca143ca820c8: Preparing [2020-10-08T03:30:00.707Z] 66b385cf80cf: Preparing [2020-10-08T03:30:00.707Z] 203916a73bb7: Waiting [2020-10-08T03:30:00.707Z] 1eb7311685e1: Waiting [2020-10-08T03:30:00.707Z] bf8706c15c4e: Waiting [2020-10-08T03:30:00.707Z] 7afda4c7efbc: Waiting [2020-10-08T03:30:00.707Z] ca143ca820c8: Waiting [2020-10-08T03:30:00.707Z] 66b385cf80cf: Waiting [2020-10-08T03:30:00.707Z] 2d13f75dde75: Layer already exists [2020-10-08T03:30:00.707Z] fad27b5cd5a6: Layer already exists [2020-10-08T03:30:00.707Z] 86c3e63af50c: Layer already exists [2020-10-08T03:30:00.707Z] d821715cbae3: Layer already exists [2020-10-08T03:30:00.707Z] 2340884205de: Layer already exists [2020-10-08T03:30:00.707Z] 203916a73bb7: Layer already exists [2020-10-08T03:30:00.977Z] bf8706c15c4e: Layer already exists [2020-10-08T03:30:00.977Z] 7afda4c7efbc: Layer already exists [2020-10-08T03:30:00.977Z] 1eb7311685e1: Layer already exists [2020-10-08T03:30:00.977Z] ca143ca820c8: Layer already exists [2020-10-08T03:30:00.977Z] 66b385cf80cf: Layer already exists [2020-10-08T03:30:00.977Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:28b9e7089ffeddede22bbf009e9e8e3f2c1f505cea0d30df720f1d3d5c3278f1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:01.314Z] + 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-08T03:30:01.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-08T03:30:01.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T03:30:01.652Z] 86c3e63af50c: Preparing [2020-10-08T03:30:01.652Z] fad27b5cd5a6: Preparing [2020-10-08T03:30:01.652Z] 2d13f75dde75: Preparing [2020-10-08T03:30:01.652Z] d821715cbae3: Preparing [2020-10-08T03:30:01.652Z] 2340884205de: Preparing [2020-10-08T03:30:01.652Z] 203916a73bb7: Preparing [2020-10-08T03:30:01.652Z] 1eb7311685e1: Preparing [2020-10-08T03:30:01.652Z] bf8706c15c4e: Preparing [2020-10-08T03:30:01.652Z] 7afda4c7efbc: Preparing [2020-10-08T03:30:01.652Z] ca143ca820c8: Preparing [2020-10-08T03:30:01.652Z] 66b385cf80cf: Preparing [2020-10-08T03:30:01.652Z] 203916a73bb7: Waiting [2020-10-08T03:30:01.652Z] 1eb7311685e1: Waiting [2020-10-08T03:30:01.652Z] bf8706c15c4e: Waiting [2020-10-08T03:30:01.652Z] ca143ca820c8: Waiting [2020-10-08T03:30:01.652Z] 7afda4c7efbc: Waiting [2020-10-08T03:30:01.652Z] 66b385cf80cf: Waiting [2020-10-08T03:30:01.652Z] 2d13f75dde75: Layer already exists [2020-10-08T03:30:01.652Z] 2340884205de: Layer already exists [2020-10-08T03:30:01.652Z] fad27b5cd5a6: Layer already exists [2020-10-08T03:30:01.652Z] 86c3e63af50c: Layer already exists [2020-10-08T03:30:01.652Z] d821715cbae3: Layer already exists [2020-10-08T03:30:01.924Z] 203916a73bb7: Layer already exists [2020-10-08T03:30:01.924Z] 7afda4c7efbc: Layer already exists [2020-10-08T03:30:01.924Z] bf8706c15c4e: Layer already exists [2020-10-08T03:30:01.924Z] ca143ca820c8: Layer already exists [2020-10-08T03:30:01.924Z] 1eb7311685e1: Layer already exists [2020-10-08T03:30:01.924Z] 66b385cf80cf: Layer already exists [2020-10-08T03:30:01.924Z] master: digest: sha256:28b9e7089ffeddede22bbf009e9e8e3f2c1f505cea0d30df720f1d3d5c3278f1 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:30:02.316Z] ===================================================== [Pipeline] echo [2020-10-08T03:30:02.363Z] taggedImages: [2020-10-08T03:30:02.363Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:02.363Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:02.363Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:02.363Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-08T03:30:02.436Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-08T03:30:02.437Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:02.437Z] 1.2.2-dev.57 [2020-10-08T03:30:02.437Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:02.437Z] master [2020-10-08T03:30:02.437Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:02.983Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:03.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:03.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T03:30:03.321Z] 57b4cbd7bc92: Preparing [2020-10-08T03:30:03.321Z] f2ccb6a7e08c: Preparing [2020-10-08T03:30:03.321Z] 11d7c8910464: Preparing [2020-10-08T03:30:03.321Z] 03027831a360: Preparing [2020-10-08T03:30:03.917Z] 11d7c8910464: Pushed [2020-10-08T03:30:03.917Z] 57b4cbd7bc92: Pushed [2020-10-08T03:30:04.187Z] 03027831a360: Pushed [2020-10-08T03:30:06.145Z] f2ccb6a7e08c: Pushed [2020-10-08T03:30:06.413Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:8ec7d17c95026c7766d761ee65986409440b46b0438dd7a9b1486c989a303817 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:06.751Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:07.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:07.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T03:30:07.125Z] 57b4cbd7bc92: Preparing [2020-10-08T03:30:07.125Z] f2ccb6a7e08c: Preparing [2020-10-08T03:30:07.125Z] 11d7c8910464: Preparing [2020-10-08T03:30:07.125Z] 03027831a360: Preparing [2020-10-08T03:30:07.395Z] 57b4cbd7bc92: Layer already exists [2020-10-08T03:30:07.395Z] 11d7c8910464: Layer already exists [2020-10-08T03:30:07.395Z] 03027831a360: Layer already exists [2020-10-08T03:30:07.395Z] f2ccb6a7e08c: Layer already exists [2020-10-08T03:30:07.395Z] 1.2.2-dev.57: digest: sha256:8ec7d17c95026c7766d761ee65986409440b46b0438dd7a9b1486c989a303817 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:07.731Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:08.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:08.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T03:30:08.059Z] 57b4cbd7bc92: Preparing [2020-10-08T03:30:08.059Z] f2ccb6a7e08c: Preparing [2020-10-08T03:30:08.059Z] 11d7c8910464: Preparing [2020-10-08T03:30:08.059Z] 03027831a360: Preparing [2020-10-08T03:30:08.059Z] 57b4cbd7bc92: Layer already exists [2020-10-08T03:30:08.059Z] 03027831a360: Layer already exists [2020-10-08T03:30:08.059Z] f2ccb6a7e08c: Layer already exists [2020-10-08T03:30:08.059Z] 11d7c8910464: Layer already exists [2020-10-08T03:30:08.327Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:8ec7d17c95026c7766d761ee65986409440b46b0438dd7a9b1486c989a303817 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:08.657Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:08.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-08T03:30:08.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T03:30:08.983Z] 57b4cbd7bc92: Preparing [2020-10-08T03:30:08.983Z] f2ccb6a7e08c: Preparing [2020-10-08T03:30:08.983Z] 11d7c8910464: Preparing [2020-10-08T03:30:08.983Z] 03027831a360: Preparing [2020-10-08T03:30:08.983Z] 11d7c8910464: Layer already exists [2020-10-08T03:30:08.983Z] 57b4cbd7bc92: Layer already exists [2020-10-08T03:30:08.983Z] 03027831a360: Layer already exists [2020-10-08T03:30:08.983Z] f2ccb6a7e08c: Layer already exists [2020-10-08T03:30:09.255Z] master: digest: sha256:8ec7d17c95026c7766d761ee65986409440b46b0438dd7a9b1486c989a303817 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:30:09.461Z] ===================================================== [Pipeline] echo [2020-10-08T03:30:09.508Z] taggedImages: [2020-10-08T03:30:09.508Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:09.508Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:09.508Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:09.508Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-08T03:30:09.571Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-08T03:30:09.571Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:09.571Z] 1.2.2-dev.57 [2020-10-08T03:30:09.571Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:09.571Z] master [2020-10-08T03:30:09.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:10.080Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:10.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:10.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T03:30:10.413Z] a8a0ae466430: Preparing [2020-10-08T03:30:10.413Z] cdc9b2319726: Preparing [2020-10-08T03:30:10.413Z] a047dd02ad98: Preparing [2020-10-08T03:30:10.413Z] 4f49d51ac42b: Preparing [2020-10-08T03:30:10.413Z] 1afc8913a5d1: Preparing [2020-10-08T03:30:10.413Z] c85da0761f38: Preparing [2020-10-08T03:30:10.413Z] c85da0761f38: Waiting [2020-10-08T03:30:10.682Z] a047dd02ad98: Pushed [2020-10-08T03:30:10.682Z] a8a0ae466430: Pushed [2020-10-08T03:30:10.952Z] 4f49d51ac42b: Pushed [2020-10-08T03:30:10.952Z] 1afc8913a5d1: Pushed [2020-10-08T03:30:11.230Z] c85da0761f38: Pushed [2020-10-08T03:30:13.828Z] cdc9b2319726: Pushed [2020-10-08T03:30:13.828Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:5fdb5dfad46d687e0d2a846302fe546fef65685e76ae33ea11b547d4295a91fe size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:14.165Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:14.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:14.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T03:30:14.501Z] a8a0ae466430: Preparing [2020-10-08T03:30:14.501Z] cdc9b2319726: Preparing [2020-10-08T03:30:14.501Z] a047dd02ad98: Preparing [2020-10-08T03:30:14.501Z] 4f49d51ac42b: Preparing [2020-10-08T03:30:14.501Z] 1afc8913a5d1: Preparing [2020-10-08T03:30:14.501Z] c85da0761f38: Preparing [2020-10-08T03:30:14.501Z] c85da0761f38: Waiting [2020-10-08T03:30:14.501Z] 1afc8913a5d1: Layer already exists [2020-10-08T03:30:14.501Z] cdc9b2319726: Layer already exists [2020-10-08T03:30:14.501Z] 4f49d51ac42b: Layer already exists [2020-10-08T03:30:14.501Z] a047dd02ad98: Layer already exists [2020-10-08T03:30:14.501Z] a8a0ae466430: Layer already exists [2020-10-08T03:30:14.501Z] c85da0761f38: Layer already exists [2020-10-08T03:30:14.774Z] 1.2.2-dev.57: digest: sha256:5fdb5dfad46d687e0d2a846302fe546fef65685e76ae33ea11b547d4295a91fe size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:15.119Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:15.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:15.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T03:30:15.452Z] a8a0ae466430: Preparing [2020-10-08T03:30:15.452Z] cdc9b2319726: Preparing [2020-10-08T03:30:15.452Z] a047dd02ad98: Preparing [2020-10-08T03:30:15.452Z] 4f49d51ac42b: Preparing [2020-10-08T03:30:15.452Z] 1afc8913a5d1: Preparing [2020-10-08T03:30:15.452Z] c85da0761f38: Preparing [2020-10-08T03:30:15.452Z] c85da0761f38: Waiting [2020-10-08T03:30:15.452Z] a8a0ae466430: Layer already exists [2020-10-08T03:30:15.452Z] cdc9b2319726: Layer already exists [2020-10-08T03:30:15.452Z] a047dd02ad98: Layer already exists [2020-10-08T03:30:15.720Z] 4f49d51ac42b: Layer already exists [2020-10-08T03:30:15.720Z] 1afc8913a5d1: Layer already exists [2020-10-08T03:30:15.720Z] c85da0761f38: Layer already exists [2020-10-08T03:30:15.720Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:5fdb5dfad46d687e0d2a846302fe546fef65685e76ae33ea11b547d4295a91fe size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:16.056Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:16.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-08T03:30:16.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T03:30:16.387Z] a8a0ae466430: Preparing [2020-10-08T03:30:16.387Z] cdc9b2319726: Preparing [2020-10-08T03:30:16.387Z] a047dd02ad98: Preparing [2020-10-08T03:30:16.387Z] 4f49d51ac42b: Preparing [2020-10-08T03:30:16.387Z] 1afc8913a5d1: Preparing [2020-10-08T03:30:16.387Z] c85da0761f38: Preparing [2020-10-08T03:30:16.387Z] c85da0761f38: Waiting [2020-10-08T03:30:16.387Z] a047dd02ad98: Layer already exists [2020-10-08T03:30:16.387Z] cdc9b2319726: Layer already exists [2020-10-08T03:30:16.387Z] a8a0ae466430: Layer already exists [2020-10-08T03:30:16.387Z] 1afc8913a5d1: Layer already exists [2020-10-08T03:30:16.387Z] 4f49d51ac42b: Layer already exists [2020-10-08T03:30:16.658Z] c85da0761f38: Layer already exists [2020-10-08T03:30:16.658Z] master: digest: sha256:5fdb5dfad46d687e0d2a846302fe546fef65685e76ae33ea11b547d4295a91fe size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:30:16.894Z] ===================================================== [Pipeline] echo [2020-10-08T03:30:16.940Z] taggedImages: [2020-10-08T03:30:16.940Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:16.940Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:16.940Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:16.940Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-08T03:30:17.007Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-08T03:30:17.007Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:17.007Z] 1.2.2-dev.57 [2020-10-08T03:30:17.007Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:17.007Z] master [2020-10-08T03:30:17.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:17.501Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:17.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:17.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T03:30:17.835Z] 75ad9ae87e63: Preparing [2020-10-08T03:30:17.835Z] 16663ec359b9: Preparing [2020-10-08T03:30:17.835Z] 49704e02ec1d: Preparing [2020-10-08T03:30:18.106Z] 75ad9ae87e63: Pushed [2020-10-08T03:30:18.106Z] 49704e02ec1d: Pushed [2020-10-08T03:30:21.467Z] 16663ec359b9: Pushed [2020-10-08T03:30:21.467Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:9c4eda8994d6f77ba984a10b017445b50084f66781f221c5a72b8f934b08d7d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:21.813Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:22.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:22.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T03:30:22.163Z] 75ad9ae87e63: Preparing [2020-10-08T03:30:22.163Z] 16663ec359b9: Preparing [2020-10-08T03:30:22.163Z] 49704e02ec1d: Preparing [2020-10-08T03:30:22.436Z] 49704e02ec1d: Layer already exists [2020-10-08T03:30:22.436Z] 16663ec359b9: Layer already exists [2020-10-08T03:30:22.436Z] 75ad9ae87e63: Layer already exists [2020-10-08T03:30:22.436Z] 1.2.2-dev.57: digest: sha256:9c4eda8994d6f77ba984a10b017445b50084f66781f221c5a72b8f934b08d7d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:22.804Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:23.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:23.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T03:30:23.137Z] 75ad9ae87e63: Preparing [2020-10-08T03:30:23.137Z] 16663ec359b9: Preparing [2020-10-08T03:30:23.137Z] 49704e02ec1d: Preparing [2020-10-08T03:30:23.406Z] 16663ec359b9: Layer already exists [2020-10-08T03:30:23.406Z] 49704e02ec1d: Layer already exists [2020-10-08T03:30:23.406Z] 75ad9ae87e63: Layer already exists [2020-10-08T03:30:23.406Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:9c4eda8994d6f77ba984a10b017445b50084f66781f221c5a72b8f934b08d7d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:23.745Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:24.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-08T03:30:24.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T03:30:24.099Z] 75ad9ae87e63: Preparing [2020-10-08T03:30:24.099Z] 16663ec359b9: Preparing [2020-10-08T03:30:24.099Z] 49704e02ec1d: Preparing [2020-10-08T03:30:24.099Z] 75ad9ae87e63: Layer already exists [2020-10-08T03:30:24.099Z] 49704e02ec1d: Layer already exists [2020-10-08T03:30:24.099Z] 16663ec359b9: Layer already exists [2020-10-08T03:30:24.368Z] master: digest: sha256:9c4eda8994d6f77ba984a10b017445b50084f66781f221c5a72b8f934b08d7d6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:30:24.567Z] ===================================================== [Pipeline] echo [2020-10-08T03:30:24.612Z] taggedImages: [2020-10-08T03:30:24.612Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:24.612Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:24.612Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:24.612Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-08T03:30:24.689Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-08T03:30:24.689Z] 217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:24.689Z] 1.2.2-dev.57 [2020-10-08T03:30:24.689Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:24.689Z] master [2020-10-08T03:30:24.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:25.174Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:25.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:25.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T03:30:25.505Z] 975dc45e141e: Preparing [2020-10-08T03:30:25.505Z] ca6bde50366d: Preparing [2020-10-08T03:30:25.505Z] ba4d77da420f: Preparing [2020-10-08T03:30:25.505Z] d3c93b3f36c0: Preparing [2020-10-08T03:30:25.505Z] 8866b5465ed3: Preparing [2020-10-08T03:30:25.505Z] cc686314de2d: Preparing [2020-10-08T03:30:25.505Z] acbaacea54e4: Preparing [2020-10-08T03:30:25.505Z] f875f9e206db: Preparing [2020-10-08T03:30:25.505Z] 3994ac1dcb8b: Preparing [2020-10-08T03:30:25.505Z] 5f2247eaf593: Preparing [2020-10-08T03:30:25.505Z] 62d13be1b083: Preparing [2020-10-08T03:30:25.505Z] 94fdc660876c: Preparing [2020-10-08T03:30:25.505Z] 4e7279dfc0c0: Preparing [2020-10-08T03:30:25.505Z] e2f13739ad41: Preparing [2020-10-08T03:30:25.505Z] acbaacea54e4: Waiting [2020-10-08T03:30:25.505Z] 5f2247eaf593: Waiting [2020-10-08T03:30:25.505Z] f875f9e206db: Waiting [2020-10-08T03:30:25.505Z] 3994ac1dcb8b: Waiting [2020-10-08T03:30:25.505Z] cc686314de2d: Waiting [2020-10-08T03:30:25.505Z] 62d13be1b083: Waiting [2020-10-08T03:30:25.505Z] 4e7279dfc0c0: Waiting [2020-10-08T03:30:25.505Z] 94fdc660876c: Waiting [2020-10-08T03:30:26.103Z] 8866b5465ed3: Pushed [2020-10-08T03:30:26.376Z] 975dc45e141e: Pushed [2020-10-08T03:30:26.653Z] d3c93b3f36c0: Pushed [2020-10-08T03:30:26.924Z] f875f9e206db: Layer already exists [2020-10-08T03:30:26.924Z] 3994ac1dcb8b: Layer already exists [2020-10-08T03:30:26.924Z] 5f2247eaf593: Layer already exists [2020-10-08T03:30:26.924Z] acbaacea54e4: Pushed [2020-10-08T03:30:26.924Z] 62d13be1b083: Layer already exists [2020-10-08T03:30:26.924Z] 4e7279dfc0c0: Layer already exists [2020-10-08T03:30:27.200Z] 94fdc660876c: Layer already exists [2020-10-08T03:30:27.200Z] e2f13739ad41: Layer already exists [2020-10-08T03:30:27.795Z] ca6bde50366d: Pushed [2020-10-08T03:30:28.767Z] cc686314de2d: Pushed [2020-10-08T03:30:38.871Z] ba4d77da420f: Pushed [2020-10-08T03:30:38.871Z] 217964dd0161fb3ad150e73601c72e10d0200926: digest: sha256:c7de2e0af46994c22e0057a0cd7197b82cb67ae03cbc2c0eaef24ea41db20c4e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:39.209Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:39.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:39.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T03:30:39.538Z] 975dc45e141e: Preparing [2020-10-08T03:30:39.538Z] ca6bde50366d: Preparing [2020-10-08T03:30:39.538Z] ba4d77da420f: Preparing [2020-10-08T03:30:39.538Z] d3c93b3f36c0: Preparing [2020-10-08T03:30:39.538Z] 8866b5465ed3: Preparing [2020-10-08T03:30:39.538Z] cc686314de2d: Preparing [2020-10-08T03:30:39.538Z] acbaacea54e4: Preparing [2020-10-08T03:30:39.538Z] f875f9e206db: Preparing [2020-10-08T03:30:39.538Z] 3994ac1dcb8b: Preparing [2020-10-08T03:30:39.538Z] 5f2247eaf593: Preparing [2020-10-08T03:30:39.538Z] 62d13be1b083: Preparing [2020-10-08T03:30:39.538Z] 94fdc660876c: Preparing [2020-10-08T03:30:39.538Z] 4e7279dfc0c0: Preparing [2020-10-08T03:30:39.538Z] e2f13739ad41: Preparing [2020-10-08T03:30:39.538Z] 5f2247eaf593: Waiting [2020-10-08T03:30:39.538Z] 62d13be1b083: Waiting [2020-10-08T03:30:39.538Z] cc686314de2d: Waiting [2020-10-08T03:30:39.538Z] 94fdc660876c: Waiting [2020-10-08T03:30:39.538Z] 4e7279dfc0c0: Waiting [2020-10-08T03:30:39.538Z] e2f13739ad41: Waiting [2020-10-08T03:30:39.538Z] acbaacea54e4: Waiting [2020-10-08T03:30:39.538Z] 3994ac1dcb8b: Waiting [2020-10-08T03:30:39.808Z] 975dc45e141e: Layer already exists [2020-10-08T03:30:39.808Z] ba4d77da420f: Layer already exists [2020-10-08T03:30:39.808Z] d3c93b3f36c0: Layer already exists [2020-10-08T03:30:39.808Z] ca6bde50366d: Layer already exists [2020-10-08T03:30:39.808Z] 8866b5465ed3: Layer already exists [2020-10-08T03:30:39.808Z] cc686314de2d: Layer already exists [2020-10-08T03:30:39.808Z] acbaacea54e4: Layer already exists [2020-10-08T03:30:39.808Z] f875f9e206db: Layer already exists [2020-10-08T03:30:39.808Z] 5f2247eaf593: Layer already exists [2020-10-08T03:30:39.808Z] 3994ac1dcb8b: Layer already exists [2020-10-08T03:30:39.808Z] 4e7279dfc0c0: Layer already exists [2020-10-08T03:30:39.808Z] 62d13be1b083: Layer already exists [2020-10-08T03:30:39.808Z] 94fdc660876c: Layer already exists [2020-10-08T03:30:39.808Z] e2f13739ad41: Layer already exists [2020-10-08T03:30:39.808Z] 1.2.2-dev.57: digest: sha256:c7de2e0af46994c22e0057a0cd7197b82cb67ae03cbc2c0eaef24ea41db20c4e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:40.144Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:40.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:40.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T03:30:40.480Z] 975dc45e141e: Preparing [2020-10-08T03:30:40.480Z] ca6bde50366d: Preparing [2020-10-08T03:30:40.480Z] ba4d77da420f: Preparing [2020-10-08T03:30:40.480Z] d3c93b3f36c0: Preparing [2020-10-08T03:30:40.480Z] 8866b5465ed3: Preparing [2020-10-08T03:30:40.480Z] cc686314de2d: Preparing [2020-10-08T03:30:40.480Z] acbaacea54e4: Preparing [2020-10-08T03:30:40.480Z] f875f9e206db: Preparing [2020-10-08T03:30:40.480Z] 3994ac1dcb8b: Preparing [2020-10-08T03:30:40.480Z] 5f2247eaf593: Preparing [2020-10-08T03:30:40.480Z] 62d13be1b083: Preparing [2020-10-08T03:30:40.480Z] 94fdc660876c: Preparing [2020-10-08T03:30:40.480Z] 4e7279dfc0c0: Preparing [2020-10-08T03:30:40.480Z] e2f13739ad41: Preparing [2020-10-08T03:30:40.480Z] cc686314de2d: Waiting [2020-10-08T03:30:40.480Z] acbaacea54e4: Waiting [2020-10-08T03:30:40.480Z] f875f9e206db: Waiting [2020-10-08T03:30:40.480Z] 3994ac1dcb8b: Waiting [2020-10-08T03:30:40.480Z] 4e7279dfc0c0: Waiting [2020-10-08T03:30:40.480Z] 5f2247eaf593: Waiting [2020-10-08T03:30:40.480Z] e2f13739ad41: Waiting [2020-10-08T03:30:40.480Z] 94fdc660876c: Waiting [2020-10-08T03:30:40.750Z] 8866b5465ed3: Layer already exists [2020-10-08T03:30:40.750Z] 975dc45e141e: Layer already exists [2020-10-08T03:30:40.750Z] ba4d77da420f: Layer already exists [2020-10-08T03:30:40.750Z] ca6bde50366d: Layer already exists [2020-10-08T03:30:40.750Z] d3c93b3f36c0: Layer already exists [2020-10-08T03:30:40.750Z] cc686314de2d: Layer already exists [2020-10-08T03:30:40.750Z] f875f9e206db: Layer already exists [2020-10-08T03:30:40.750Z] acbaacea54e4: Layer already exists [2020-10-08T03:30:40.750Z] 62d13be1b083: Layer already exists [2020-10-08T03:30:40.750Z] 94fdc660876c: Layer already exists [2020-10-08T03:30:40.750Z] 3994ac1dcb8b: Layer already exists [2020-10-08T03:30:40.750Z] 5f2247eaf593: Layer already exists [2020-10-08T03:30:40.750Z] 4e7279dfc0c0: Layer already exists [2020-10-08T03:30:40.750Z] e2f13739ad41: Layer already exists [2020-10-08T03:30:40.750Z] 217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57: digest: sha256:c7de2e0af46994c22e0057a0cd7197b82cb67ae03cbc2c0eaef24ea41db20c4e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:41.085Z] + 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-08T03:30:41.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-08T03:30:41.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T03:30:41.416Z] 975dc45e141e: Preparing [2020-10-08T03:30:41.416Z] ca6bde50366d: Preparing [2020-10-08T03:30:41.416Z] ba4d77da420f: Preparing [2020-10-08T03:30:41.416Z] d3c93b3f36c0: Preparing [2020-10-08T03:30:41.416Z] 8866b5465ed3: Preparing [2020-10-08T03:30:41.416Z] cc686314de2d: Preparing [2020-10-08T03:30:41.416Z] acbaacea54e4: Preparing [2020-10-08T03:30:41.416Z] f875f9e206db: Preparing [2020-10-08T03:30:41.416Z] 3994ac1dcb8b: Preparing [2020-10-08T03:30:41.416Z] 5f2247eaf593: Preparing [2020-10-08T03:30:41.416Z] 62d13be1b083: Preparing [2020-10-08T03:30:41.416Z] 94fdc660876c: Preparing [2020-10-08T03:30:41.416Z] 4e7279dfc0c0: Preparing [2020-10-08T03:30:41.416Z] e2f13739ad41: Preparing [2020-10-08T03:30:41.416Z] 5f2247eaf593: Waiting [2020-10-08T03:30:41.416Z] 62d13be1b083: Waiting [2020-10-08T03:30:41.416Z] 94fdc660876c: Waiting [2020-10-08T03:30:41.416Z] 4e7279dfc0c0: Waiting [2020-10-08T03:30:41.416Z] cc686314de2d: Waiting [2020-10-08T03:30:41.416Z] acbaacea54e4: Waiting [2020-10-08T03:30:41.416Z] 3994ac1dcb8b: Waiting [2020-10-08T03:30:41.416Z] f875f9e206db: Waiting [2020-10-08T03:30:41.416Z] e2f13739ad41: Waiting [2020-10-08T03:30:41.686Z] 975dc45e141e: Layer already exists [2020-10-08T03:30:41.686Z] ba4d77da420f: Layer already exists [2020-10-08T03:30:41.686Z] ca6bde50366d: Layer already exists [2020-10-08T03:30:41.686Z] d3c93b3f36c0: Layer already exists [2020-10-08T03:30:41.686Z] 8866b5465ed3: Layer already exists [2020-10-08T03:30:41.686Z] cc686314de2d: Layer already exists [2020-10-08T03:30:41.686Z] 5f2247eaf593: Layer already exists [2020-10-08T03:30:41.686Z] f875f9e206db: Layer already exists [2020-10-08T03:30:41.686Z] acbaacea54e4: Layer already exists [2020-10-08T03:30:41.686Z] 3994ac1dcb8b: Layer already exists [2020-10-08T03:30:41.686Z] 62d13be1b083: Layer already exists [2020-10-08T03:30:41.686Z] 4e7279dfc0c0: Layer already exists [2020-10-08T03:30:41.686Z] 94fdc660876c: Layer already exists [2020-10-08T03:30:41.686Z] e2f13739ad41: Layer already exists [2020-10-08T03:30:41.686Z] master: digest: sha256:c7de2e0af46994c22e0057a0cd7197b82cb67ae03cbc2c0eaef24ea41db20c4e size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T03:30:41.864Z] ===================================================== [Pipeline] echo [2020-10-08T03:30:41.911Z] taggedImages: [2020-10-08T03:30:41.911Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:30:41.911Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.57 [2020-10-08T03:30:41.911Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926-1.2.2-dev.57 [2020-10-08T03:30:41.911Z] - 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-08T03:30:43.376Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-08T03:30:43.378Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-08T03:30:43.483Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:43.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T03:30:43.861Z] [2020-10-08T03:30:43.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:30:44.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T03:30:44.212Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-08T03:30:44.212Z] cbdbe7a5bc2a: Already exists [2020-10-08T03:30:44.212Z] 408f87550127: Pulling fs layer [2020-10-08T03:30:44.212Z] fe522b08c979: Pulling fs layer [2020-10-08T03:30:44.212Z] 221eaa008020: Pulling fs layer [2020-10-08T03:30:44.212Z] 2a4607e5d6b9: Pulling fs layer [2020-10-08T03:30:44.212Z] 8f79b27c4fd2: Pulling fs layer [2020-10-08T03:30:44.212Z] e5c8dbe1645b: Pulling fs layer [2020-10-08T03:30:44.212Z] 23e8b3b47431: Pulling fs layer [2020-10-08T03:30:44.212Z] 5c568d65a230: Pulling fs layer [2020-10-08T03:30:44.212Z] 2a4607e5d6b9: Waiting [2020-10-08T03:30:44.212Z] 8f79b27c4fd2: Waiting [2020-10-08T03:30:44.212Z] e5c8dbe1645b: Waiting [2020-10-08T03:30:44.212Z] 23e8b3b47431: Waiting [2020-10-08T03:30:44.212Z] 5c568d65a230: Waiting [2020-10-08T03:30:44.212Z] fe522b08c979: Verifying Checksum [2020-10-08T03:30:44.212Z] fe522b08c979: Download complete [2020-10-08T03:30:44.212Z] 408f87550127: Verifying Checksum [2020-10-08T03:30:44.212Z] 408f87550127: Download complete [2020-10-08T03:30:44.212Z] 2a4607e5d6b9: Verifying Checksum [2020-10-08T03:30:44.212Z] 2a4607e5d6b9: Download complete [2020-10-08T03:30:44.212Z] 8f79b27c4fd2: Verifying Checksum [2020-10-08T03:30:44.212Z] 8f79b27c4fd2: Download complete [2020-10-08T03:30:44.478Z] 408f87550127: Pull complete [2020-10-08T03:30:44.741Z] fe522b08c979: Pull complete [2020-10-08T03:30:45.311Z] e5c8dbe1645b: Download complete [2020-10-08T03:30:46.748Z] 5c568d65a230: Verifying Checksum [2020-10-08T03:30:46.748Z] 5c568d65a230: Download complete [2020-10-08T03:30:46.748Z] 23e8b3b47431: Verifying Checksum [2020-10-08T03:30:46.748Z] 23e8b3b47431: Download complete [2020-10-08T03:30:47.745Z] 221eaa008020: Verifying Checksum [2020-10-08T03:30:47.745Z] 221eaa008020: Download complete [2020-10-08T03:30:54.350Z] 221eaa008020: Pull complete [2020-10-08T03:30:54.350Z] 2a4607e5d6b9: Pull complete [2020-10-08T03:30:54.350Z] 8f79b27c4fd2: Pull complete [2020-10-08T03:30:57.666Z] e5c8dbe1645b: Pull complete [2020-10-08T03:31:01.885Z] 23e8b3b47431: Pull complete [2020-10-08T03:31:03.278Z] 5c568d65a230: Pull complete [2020-10-08T03:31:03.278Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-08T03:31:03.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T03:31:03.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-08T03:31:03.468Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:03.530Z] $ 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/172:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:05.558Z] $ docker top 53370e7d6683b5dd4e0ca082218ac249db8052fafacc170d3993014fa260fe26 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T03:31:06.160Z] + snyk monitor '--org=edgex-jenkins' [2020-10-08T03:31:16.177Z] [2020-10-08T03:31:16.177Z] Monitoring /w/workspace/edgex-go/172 (github.com/edgexfoundry/edgex-go)... [2020-10-08T03:31:16.177Z] [2020-10-08T03:31:16.177Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c99bbf81-6933-488c-aad2-c5743776ea62 [2020-10-08T03:31:16.177Z] [2020-10-08T03:31:16.177Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-08T03:31:16.177Z] [2020-10-08T03:31:16.177Z] [2020-10-08T03:31:16.177Z] Snyk CLI supports Node.js 8 and higher. [2020-10-08T03:31:16.177Z] 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-08T03:31:16.177Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-08T03:31:16.177Z] [2020-10-08T03:31:16.177Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-08T03:31:16.177Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-08T03:31:16.196Z] $ docker stop --time=1 53370e7d6683b5dd4e0ca082218ac249db8052fafacc170d3993014fa260fe26 [2020-10-08T03:31:19.264Z] $ docker rm -f 53370e7d6683b5dd4e0ca082218ac249db8052fafacc170d3993014fa260fe26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:20.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:20.926Z] [2020-10-08T03:31:20.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:21.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:21.527Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-08T03:31:21.527Z] e7c96db7181b: Pulling fs layer [2020-10-08T03:31:21.527Z] 1868ca2cb446: Pulling fs layer [2020-10-08T03:31:21.527Z] 136be5d0fe8e: Pulling fs layer [2020-10-08T03:31:21.527Z] 894bfe63afcb: Pulling fs layer [2020-10-08T03:31:21.527Z] 894bfe63afcb: Waiting [2020-10-08T03:31:21.527Z] 1868ca2cb446: Verifying Checksum [2020-10-08T03:31:21.527Z] 1868ca2cb446: Download complete [2020-10-08T03:31:21.527Z] 136be5d0fe8e: Verifying Checksum [2020-10-08T03:31:21.527Z] 136be5d0fe8e: Download complete [2020-10-08T03:31:21.527Z] e7c96db7181b: Verifying Checksum [2020-10-08T03:31:21.527Z] e7c96db7181b: Download complete [2020-10-08T03:31:21.527Z] 894bfe63afcb: Verifying Checksum [2020-10-08T03:31:21.527Z] 894bfe63afcb: Download complete [2020-10-08T03:31:21.787Z] e7c96db7181b: Pull complete [2020-10-08T03:31:22.048Z] 1868ca2cb446: Pull complete [2020-10-08T03:31:22.048Z] 136be5d0fe8e: Pull complete [2020-10-08T03:31:22.316Z] 894bfe63afcb: Pull complete [2020-10-08T03:31:22.316Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-08T03:31:22.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:22.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-08T03:31:22.415Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:22.469Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:23.770Z] $ docker top cb9cb1909ad16833cb7cdf40eea877a79b1bef33e69e11416550c465c42d4fbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:31:24.311Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:31:24.311Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:31:27.017Z] $ docker stop --time=1 cb9cb1909ad16833cb7cdf40eea877a79b1bef33e69e11416550c465c42d4fbe [2020-10-08T03:31:28.371Z] $ docker rm -f cb9cb1909ad16833cb7cdf40eea877a79b1bef33e69e11416550c465c42d4fbe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:28.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:28.841Z] . [Pipeline] withDockerContainer [2020-10-08T03:31:28.941Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:29.127Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:29.790Z] $ docker top 14af586ba181b2bdecdd8e4c1d4b01619c096cb7f40fba4cf6ff708eaf53051b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:31:30.312Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:31:30.312Z] + tee [2020-10-08T03:31:30.312Z] clair timeout 1m0s [2020-10-08T03:31:30.312Z] docker timeout: 1m0s [2020-10-08T03:31:30.312Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:31:30.988Z] $ docker stop --time=1 14af586ba181b2bdecdd8e4c1d4b01619c096cb7f40fba4cf6ff708eaf53051b [2020-10-08T03:31:32.345Z] $ docker rm -f 14af586ba181b2bdecdd8e4c1d4b01619c096cb7f40fba4cf6ff708eaf53051b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:31:32.836Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:31:32.850Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-core-command-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:31:32.909Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:33.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:33.309Z] . [Pipeline] withDockerContainer [2020-10-08T03:31:33.411Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:33.458Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:34.125Z] $ docker top 04120f94a159183b1b0701d2cc0a9579435515c8228b871e1c963999d53a16d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:31:34.653Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:31:34.653Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:31:40.148Z] $ docker stop --time=1 04120f94a159183b1b0701d2cc0a9579435515c8228b871e1c963999d53a16d9 [2020-10-08T03:31:41.524Z] $ docker rm -f 04120f94a159183b1b0701d2cc0a9579435515c8228b871e1c963999d53a16d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:42.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:42.008Z] . [Pipeline] withDockerContainer [2020-10-08T03:31:42.106Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:42.152Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:42.783Z] $ docker top f5538eb8d78afffa2756e4bdd234ce2e2b1ee8e750c8b16a267780243773833d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:31:43.286Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:31:43.286Z] + tee [2020-10-08T03:31:43.286Z] clair timeout 1m0s [2020-10-08T03:31:43.286Z] docker timeout: 1m0s [2020-10-08T03:31:43.286Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:31:44.340Z] $ docker stop --time=1 f5538eb8d78afffa2756e4bdd234ce2e2b1ee8e750c8b16a267780243773833d [2020-10-08T03:31:45.677Z] $ docker rm -f f5538eb8d78afffa2756e4bdd234ce2e2b1ee8e750c8b16a267780243773833d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:31:46.162Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:31:46.175Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-core-data-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:31:46.228Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:46.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:46.602Z] . [Pipeline] withDockerContainer [2020-10-08T03:31:46.708Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:46.755Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:47.359Z] $ docker top fb67c5fc419e9ab7509f8bf4aa60596a71fcfa7c47a56584a99c326a3cf85603 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:31:47.857Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:31:47.857Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:31:50.567Z] $ docker stop --time=1 fb67c5fc419e9ab7509f8bf4aa60596a71fcfa7c47a56584a99c326a3cf85603 [2020-10-08T03:31:51.910Z] $ docker rm -f fb67c5fc419e9ab7509f8bf4aa60596a71fcfa7c47a56584a99c326a3cf85603 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:52.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:52.367Z] . [Pipeline] withDockerContainer [2020-10-08T03:31:52.461Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:52.502Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:53.307Z] $ docker top 15761d73566c5e5fa5302b4000c1e35d800e70b20167c0c05e903711d310656c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:31:53.816Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:31:53.816Z] + tee [2020-10-08T03:31:53.816Z] clair timeout 1m0s [2020-10-08T03:31:53.816Z] docker timeout: 1m0s [2020-10-08T03:31:53.816Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:31:54.488Z] $ docker stop --time=1 15761d73566c5e5fa5302b4000c1e35d800e70b20167c0c05e903711d310656c [2020-10-08T03:31:55.842Z] $ docker rm -f 15761d73566c5e5fa5302b4000c1e35d800e70b20167c0c05e903711d310656c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:31:56.324Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:31:56.338Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-core-metadata-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:31:56.387Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:31:56.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:31:56.719Z] . [Pipeline] withDockerContainer [2020-10-08T03:31:56.814Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:31:56.857Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:31:57.528Z] $ docker top 0539c818e9b3ec58780259fc4b7da6c79f5814e377eb77f78423e151de5aedf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:31:58.046Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:31:58.046Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:02.405Z] $ docker stop --time=1 0539c818e9b3ec58780259fc4b7da6c79f5814e377eb77f78423e151de5aedf3 [2020-10-08T03:32:03.771Z] $ docker rm -f 0539c818e9b3ec58780259fc4b7da6c79f5814e377eb77f78423e151de5aedf3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:04.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:04.296Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:04.396Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:04.439Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:05.069Z] $ docker top 347e4638a5152f328b0bfc7336917d66a0ea8f9b87ac6502c9ed79efe6eb5251 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:05.576Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:05.577Z] + tee [2020-10-08T03:32:05.577Z] clair timeout 1m0s [2020-10-08T03:32:05.577Z] docker timeout: 1m0s [2020-10-08T03:32:05.577Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:06.284Z] $ docker stop --time=1 347e4638a5152f328b0bfc7336917d66a0ea8f9b87ac6502c9ed79efe6eb5251 [2020-10-08T03:32:07.648Z] $ docker rm -f 347e4638a5152f328b0bfc7336917d66a0ea8f9b87ac6502c9ed79efe6eb5251 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:32:08.116Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:32:08.131Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-security-proxy-setup-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:32:08.185Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:08.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:08.521Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:08.619Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:08.665Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:09.296Z] $ docker top 1d970cf02acc17b9a88644b7075599ba8131a6e68ed47a57273546c2c645e374 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:09.808Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:09.808Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:18.087Z] $ docker stop --time=1 1d970cf02acc17b9a88644b7075599ba8131a6e68ed47a57273546c2c645e374 [2020-10-08T03:32:19.477Z] $ docker rm -f 1d970cf02acc17b9a88644b7075599ba8131a6e68ed47a57273546c2c645e374 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:19.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:19.950Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:20.063Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:20.108Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:20.723Z] $ docker top 963ec0490727a71589bab31d3bbc78f17313e9d397bcafd73c3b5e4118bb3db4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:21.371Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:21.371Z] + tee [2020-10-08T03:32:21.371Z] clair timeout 1m0s [2020-10-08T03:32:21.371Z] docker timeout: 1m0s [2020-10-08T03:32:21.371Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:22.859Z] $ docker stop --time=1 963ec0490727a71589bab31d3bbc78f17313e9d397bcafd73c3b5e4118bb3db4 [2020-10-08T03:32:24.223Z] $ docker rm -f 963ec0490727a71589bab31d3bbc78f17313e9d397bcafd73c3b5e4118bb3db4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:32:24.798Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:32:24.814Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-security-secrets-setup-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:32:24.900Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:25.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:25.243Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:25.339Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:25.390Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:25.958Z] $ docker top 3f98781b559f6041c346ca34d8bb1b66f9ed4d2034d852b54a67a712796b0238 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:26.579Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:26.579Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:34.885Z] $ docker stop --time=1 3f98781b559f6041c346ca34d8bb1b66f9ed4d2034d852b54a67a712796b0238 [2020-10-08T03:32:36.243Z] $ docker rm -f 3f98781b559f6041c346ca34d8bb1b66f9ed4d2034d852b54a67a712796b0238 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:36.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:36.722Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:36.817Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:36.859Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:37.495Z] $ docker top ec3aac6c646b68e4d3fa9fe6e3896eedab9dd42a70e7ac65a0c6e28287ac5fe5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:38.020Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:38.020Z] + tee [2020-10-08T03:32:38.021Z] clair timeout 1m0s [2020-10-08T03:32:38.021Z] docker timeout: 1m0s [2020-10-08T03:32:38.021Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:39.510Z] $ docker stop --time=1 ec3aac6c646b68e4d3fa9fe6e3896eedab9dd42a70e7ac65a0c6e28287ac5fe5 [2020-10-08T03:32:40.850Z] $ docker rm -f ec3aac6c646b68e4d3fa9fe6e3896eedab9dd42a70e7ac65a0c6e28287ac5fe5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:32:41.325Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:32:41.338Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-security-secretstore-setup-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:32:41.391Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:41.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:41.832Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:41.938Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:41.983Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:42.637Z] $ docker top ff75a7831ca0c3f84cfc03964156d1031914525dd8bc82e296b651f40e3e6de4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:43.160Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:43.160Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:46.613Z] $ docker stop --time=1 ff75a7831ca0c3f84cfc03964156d1031914525dd8bc82e296b651f40e3e6de4 [2020-10-08T03:32:47.974Z] $ docker rm -f ff75a7831ca0c3f84cfc03964156d1031914525dd8bc82e296b651f40e3e6de4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:48.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:48.432Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:48.532Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:48.576Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:49.173Z] $ docker top 60c874f4bd11e0b9227ae815a1a78c1bc1e515f2ae498d037b03e4cb3882c3d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:49.693Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:49.693Z] + tee [2020-10-08T03:32:49.693Z] clair timeout 1m0s [2020-10-08T03:32:49.693Z] docker timeout: 1m0s [2020-10-08T03:32:49.693Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:50.409Z] $ docker stop --time=1 60c874f4bd11e0b9227ae815a1a78c1bc1e515f2ae498d037b03e4cb3882c3d1 [2020-10-08T03:32:51.745Z] $ docker rm -f 60c874f4bd11e0b9227ae815a1a78c1bc1e515f2ae498d037b03e4cb3882c3d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:32:52.196Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:32:52.216Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-support-logging-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:32:52.265Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:32:52.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:32:52.610Z] . [Pipeline] withDockerContainer [2020-10-08T03:32:52.706Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:32:52.746Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:32:53.554Z] $ docker top 0fc3e59d63d489aafd277e3d3a4bb4cec1351aa5f0bbe016e3cd628a9acf6707 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:32:54.160Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:32:54.160Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:32:59.589Z] $ docker stop --time=1 0fc3e59d63d489aafd277e3d3a4bb4cec1351aa5f0bbe016e3cd628a9acf6707 [2020-10-08T03:33:00.925Z] $ docker rm -f 0fc3e59d63d489aafd277e3d3a4bb4cec1351aa5f0bbe016e3cd628a9acf6707 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:01.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:01.380Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:01.477Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:01.528Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:02.169Z] $ docker top a5a3355f60a7a05f33787755017cb7e1053e400eb8add718374f1ef21c9c5a3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:02.701Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:02.701Z] + tee [2020-10-08T03:33:02.701Z] clair timeout 1m0s [2020-10-08T03:33:02.701Z] docker timeout: 1m0s [2020-10-08T03:33:02.701Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:03.754Z] $ docker stop --time=1 a5a3355f60a7a05f33787755017cb7e1053e400eb8add718374f1ef21c9c5a3a [2020-10-08T03:33:05.144Z] $ docker rm -f a5a3355f60a7a05f33787755017cb7e1053e400eb8add718374f1ef21c9c5a3a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:33:05.627Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:33:05.639Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-support-notifications-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:33:05.690Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:06.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:06.027Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:06.135Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:06.196Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:06.780Z] $ docker top 8089975a3e9624af7c7a6f0995cb9ca7620be4eef7a3f7075ae9fb90e68ba802 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:07.295Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:07.295Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:09.987Z] $ docker stop --time=1 8089975a3e9624af7c7a6f0995cb9ca7620be4eef7a3f7075ae9fb90e68ba802 [2020-10-08T03:33:11.320Z] $ docker rm -f 8089975a3e9624af7c7a6f0995cb9ca7620be4eef7a3f7075ae9fb90e68ba802 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:11.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:11.808Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:11.911Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:11.957Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:12.630Z] $ docker top f22ed59c61df934f4398ccfb956723e1a388cf6f791f34885b6183f9642560e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:13.166Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:13.166Z] + tee [2020-10-08T03:33:13.166Z] clair timeout 1m0s [2020-10-08T03:33:13.166Z] docker timeout: 1m0s [2020-10-08T03:33:13.166Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:13.858Z] $ docker stop --time=1 f22ed59c61df934f4398ccfb956723e1a388cf6f791f34885b6183f9642560e2 [2020-10-08T03:33:15.197Z] $ docker rm -f f22ed59c61df934f4398ccfb956723e1a388cf6f791f34885b6183f9642560e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:33:15.679Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:33:15.693Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-support-scheduler-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:33:15.745Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:16.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:16.076Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:16.170Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:16.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:16.848Z] $ docker top f0108efe4059c1d31720ce31e081cc38b6481d33bffc42dc93b394be347e7d0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:17.382Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:17.382Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:32.491Z] $ docker stop --time=1 f0108efe4059c1d31720ce31e081cc38b6481d33bffc42dc93b394be347e7d0a [2020-10-08T03:33:33.826Z] $ docker rm -f f0108efe4059c1d31720ce31e081cc38b6481d33bffc42dc93b394be347e7d0a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:34.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:34.290Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:34.422Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:34.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:35.084Z] $ docker top 1a96ec622396197cb856bd585c9be0ea86ee8782de75d839f83b39dfd38ab5ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:35.589Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:35.589Z] [2020-10-08T03:33:35.589Z] clair timeout 1m0s [2020-10-08T03:33:35.589Z] docker timeout: 1m0s [2020-10-08T03:33:35.589Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:37.080Z] $ docker stop --time=1 1a96ec622396197cb856bd585c9be0ea86ee8782de75d839f83b39dfd38ab5ac [2020-10-08T03:33:38.414Z] $ docker rm -f 1a96ec622396197cb856bd585c9be0ea86ee8782de75d839f83b39dfd38ab5ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:33:38.887Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:33:38.900Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-sys-mgmt-agent-go_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:33:38.951Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:39.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:39.292Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:39.390Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:39.437Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:40.098Z] $ docker top acc17d43ec77ab9a26bc1fadc97abcb4f8abc444421e8c6cd9fdf9dbf209041b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:40.660Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:40.661Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:43.437Z] $ docker stop --time=1 acc17d43ec77ab9a26bc1fadc97abcb4f8abc444421e8c6cd9fdf9dbf209041b [2020-10-08T03:33:44.822Z] $ docker rm -f acc17d43ec77ab9a26bc1fadc97abcb4f8abc444421e8c6cd9fdf9dbf209041b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:45.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:45.307Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:45.404Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:45.448Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:46.060Z] $ docker top a90e814d69fb930d3de8f51c2e7e1cfbaed957cfae68af59d2635eaafcf06f4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:46.590Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:46.590Z] + tee [2020-10-08T03:33:46.590Z] clair timeout 1m0s [2020-10-08T03:33:46.590Z] docker timeout: 1m0s [2020-10-08T03:33:46.590Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:47.271Z] $ docker stop --time=1 a90e814d69fb930d3de8f51c2e7e1cfbaed957cfae68af59d2635eaafcf06f4c [2020-10-08T03:33:48.618Z] $ docker rm -f a90e814d69fb930d3de8f51c2e7e1cfbaed957cfae68af59d2635eaafcf06f4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:33:49.097Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:33:49.111Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-core-command-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:33:49.169Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:49.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:49.515Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:49.613Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:49.657Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:33:50.235Z] $ docker top 8cdfd0fcdaf0a888adb412b388f7033b374f9be861f82d4a60a2451d24842cae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:33:50.751Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:33:50.751Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:33:57.516Z] $ docker stop --time=1 8cdfd0fcdaf0a888adb412b388f7033b374f9be861f82d4a60a2451d24842cae [2020-10-08T03:33:58.859Z] $ docker rm -f 8cdfd0fcdaf0a888adb412b388f7033b374f9be861f82d4a60a2451d24842cae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:33:59.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:33:59.306Z] . [Pipeline] withDockerContainer [2020-10-08T03:33:59.399Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:33:59.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:00.099Z] $ docker top df2d1b178eeeee12303ee078edb699009bbc1e92ebd237a374c68659e76d9a93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:00.649Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:00.649Z] + tee [2020-10-08T03:34:00.650Z] clair timeout 1m0s [2020-10-08T03:34:00.650Z] docker timeout: 1m0s [2020-10-08T03:34:00.650Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:01.719Z] $ docker stop --time=1 df2d1b178eeeee12303ee078edb699009bbc1e92ebd237a374c68659e76d9a93 [2020-10-08T03:34:03.099Z] $ docker rm -f df2d1b178eeeee12303ee078edb699009bbc1e92ebd237a374c68659e76d9a93 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:34:03.569Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:34:03.582Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-core-data-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:34:03.634Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:03.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:03.966Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:04.066Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:04.108Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:04.734Z] $ docker top cb25b592cd925c984f9ddd51011d9f5a67a65951851cf852fac2ac42625b7963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:05.238Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:05.238Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:07.947Z] $ docker stop --time=1 cb25b592cd925c984f9ddd51011d9f5a67a65951851cf852fac2ac42625b7963 [2020-10-08T03:34:09.328Z] $ docker rm -f cb25b592cd925c984f9ddd51011d9f5a67a65951851cf852fac2ac42625b7963 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:09.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:09.794Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:09.895Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:09.940Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:10.567Z] $ docker top 1284cff0a675b20ba85faf7f1357b9b80b9a74298cd9924e791be75f16bf5a93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:11.083Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:11.083Z] + tee [2020-10-08T03:34:11.083Z] clair timeout 1m0s [2020-10-08T03:34:11.083Z] docker timeout: 1m0s [2020-10-08T03:34:11.083Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:11.763Z] $ docker stop --time=1 1284cff0a675b20ba85faf7f1357b9b80b9a74298cd9924e791be75f16bf5a93 [2020-10-08T03:34:13.096Z] $ docker rm -f 1284cff0a675b20ba85faf7f1357b9b80b9a74298cd9924e791be75f16bf5a93 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:34:13.549Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:34:13.607Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-core-metadata-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:34:13.684Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:14.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:14.001Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:14.099Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:14.145Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:14.733Z] $ docker top 47b279aaeb40341e6f657256425aa0e5258e8654c187d5dbbbb2fbd177c566de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:15.270Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:15.271Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:19.631Z] $ docker stop --time=1 47b279aaeb40341e6f657256425aa0e5258e8654c187d5dbbbb2fbd177c566de [2020-10-08T03:34:20.985Z] $ docker rm -f 47b279aaeb40341e6f657256425aa0e5258e8654c187d5dbbbb2fbd177c566de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:21.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:21.455Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:21.552Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:21.595Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:22.295Z] $ docker top 17a7b486736de7390a3f6e456af6e4f015ced59e32dc871d540ee8a11ead9564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:22.843Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:22.844Z] + tee [2020-10-08T03:34:22.844Z] clair timeout 1m0s [2020-10-08T03:34:22.844Z] docker timeout: 1m0s [2020-10-08T03:34:22.844Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:23.519Z] $ docker stop --time=1 17a7b486736de7390a3f6e456af6e4f015ced59e32dc871d540ee8a11ead9564 [2020-10-08T03:34:25.119Z] $ docker rm -f 17a7b486736de7390a3f6e456af6e4f015ced59e32dc871d540ee8a11ead9564 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:34:25.679Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:34:25.691Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:34:25.739Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:26.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:26.092Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:26.190Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:26.238Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:26.840Z] $ docker top ad1ead43f81daaddcebc95a17a91cc9cfb3a5a536f316865d9ebeae08ed5b9f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:27.349Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:27.349Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:34.099Z] $ docker stop --time=1 ad1ead43f81daaddcebc95a17a91cc9cfb3a5a536f316865d9ebeae08ed5b9f8 [2020-10-08T03:34:35.442Z] $ docker rm -f ad1ead43f81daaddcebc95a17a91cc9cfb3a5a536f316865d9ebeae08ed5b9f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:35.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:35.900Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:36.000Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:36.048Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:36.652Z] $ docker top b54a9d7ad88af90dc9d6edd4840a2909814710683696e3224b9f545790a76f13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:37.175Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:37.175Z] + tee [2020-10-08T03:34:37.175Z] clair timeout 1m0s [2020-10-08T03:34:37.175Z] docker timeout: 1m0s [2020-10-08T03:34:37.175Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:38.665Z] $ docker stop --time=1 b54a9d7ad88af90dc9d6edd4840a2909814710683696e3224b9f545790a76f13 [2020-10-08T03:34:39.999Z] $ docker rm -f b54a9d7ad88af90dc9d6edd4840a2909814710683696e3224b9f545790a76f13 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:34:40.611Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:34:40.624Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:34:40.697Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:41.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:41.076Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:41.175Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:41.220Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:41.791Z] $ docker top 44a74cd33f663c9d152d255f8cade43177bd307d37d07cd87951ce76b4d81d60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:42.318Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:42.318Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:50.636Z] $ docker stop --time=1 44a74cd33f663c9d152d255f8cade43177bd307d37d07cd87951ce76b4d81d60 [2020-10-08T03:34:51.961Z] $ docker rm -f 44a74cd33f663c9d152d255f8cade43177bd307d37d07cd87951ce76b4d81d60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:52.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:52.435Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:52.537Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:52.580Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:53.155Z] $ docker top ee7c56098409247374b54ca054b853e630a8deb781e2653054ad096914be42bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:53.752Z] + + tee/klar [2020-10-08T03:34:53.752Z] nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:53.752Z] clair timeout 1m0s [2020-10-08T03:34:53.752Z] docker timeout: 1m0s [2020-10-08T03:34:53.752Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:34:55.262Z] $ docker stop --time=1 ee7c56098409247374b54ca054b853e630a8deb781e2653054ad096914be42bd [2020-10-08T03:34:56.610Z] $ docker rm -f ee7c56098409247374b54ca054b853e630a8deb781e2653054ad096914be42bd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:34:57.092Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:34:57.105Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:34:57.156Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:34:57.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:34:57.504Z] . [Pipeline] withDockerContainer [2020-10-08T03:34:57.598Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:34:57.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:34:58.293Z] $ docker top 9b872402b651f5dba34dcac6a67d2152c441d97084891e549dba84a06b43fe5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:34:58.816Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:34:58.816Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:02.269Z] $ docker stop --time=1 9b872402b651f5dba34dcac6a67d2152c441d97084891e549dba84a06b43fe5d [2020-10-08T03:35:03.619Z] $ docker rm -f 9b872402b651f5dba34dcac6a67d2152c441d97084891e549dba84a06b43fe5d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:35:04.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:35:04.130Z] . [Pipeline] withDockerContainer [2020-10-08T03:35:04.253Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:35:04.307Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:35:04.909Z] $ docker top 2ac9d0b1da4d12b1284ef42dd12bef38bb75bd65c2fb87bb896e18f688e8e8e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:35:05.417Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:35:05.417Z] + tee [2020-10-08T03:35:05.417Z] clair timeout 1m0s [2020-10-08T03:35:05.417Z] docker timeout: 1m0s [2020-10-08T03:35:05.417Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:06.107Z] $ docker stop --time=1 2ac9d0b1da4d12b1284ef42dd12bef38bb75bd65c2fb87bb896e18f688e8e8e6 [2020-10-08T03:35:07.450Z] $ docker rm -f 2ac9d0b1da4d12b1284ef42dd12bef38bb75bd65c2fb87bb896e18f688e8e8e6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:35:07.977Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:35:07.991Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-support-logging-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:35:08.047Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:35:08.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:35:08.385Z] . [Pipeline] withDockerContainer [2020-10-08T03:35:08.479Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:35:08.523Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:35:09.089Z] $ docker top c2f4e6d3a65aed08db06213d7d5d1c7e8e90b57313858458c9ea6d4f8b6f740f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:35:09.594Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:35:09.595Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:15.034Z] $ docker stop --time=1 c2f4e6d3a65aed08db06213d7d5d1c7e8e90b57313858458c9ea6d4f8b6f740f [2020-10-08T03:35:16.368Z] $ docker rm -f c2f4e6d3a65aed08db06213d7d5d1c7e8e90b57313858458c9ea6d4f8b6f740f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:35:16.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:35:16.895Z] . [Pipeline] withDockerContainer [2020-10-08T03:35:16.993Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:35:17.036Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:35:17.615Z] $ docker top 3120edd4238430a1569b5d8eba5ecb66350064e7036f58d39c102d936ed79963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:35:18.136Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:35:18.136Z] + tee [2020-10-08T03:35:18.136Z] clair timeout 1m0s [2020-10-08T03:35:18.136Z] docker timeout: 1m0s [2020-10-08T03:35:18.136Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:19.196Z] $ docker stop --time=1 3120edd4238430a1569b5d8eba5ecb66350064e7036f58d39c102d936ed79963 [2020-10-08T03:35:20.563Z] $ docker rm -f 3120edd4238430a1569b5d8eba5ecb66350064e7036f58d39c102d936ed79963 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:35:21.047Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:35:21.063Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-support-notifications-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:35:21.119Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:35:21.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:35:21.457Z] . [Pipeline] withDockerContainer [2020-10-08T03:35:21.558Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:35:21.600Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:35:22.250Z] $ docker top e9f1e0c006a321e1b626a89d3dbe239d8abf7469556852de4e240350cccbf61c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:35:22.833Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:35:22.833Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:25.563Z] $ docker stop --time=1 e9f1e0c006a321e1b626a89d3dbe239d8abf7469556852de4e240350cccbf61c [2020-10-08T03:35:26.938Z] $ docker rm -f e9f1e0c006a321e1b626a89d3dbe239d8abf7469556852de4e240350cccbf61c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:35:27.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:35:27.425Z] . [Pipeline] withDockerContainer [2020-10-08T03:35:27.518Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:35:27.563Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:35:28.165Z] $ docker top 964b62ca7368a378c97f6da222b812d9ba41f7219fd216d0257e4092523e6405 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:35:28.668Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:35:28.668Z] + tee [2020-10-08T03:35:28.668Z] clair timeout 1m0s [2020-10-08T03:35:28.668Z] docker timeout: 1m0s [2020-10-08T03:35:28.668Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:29.343Z] $ docker stop --time=1 964b62ca7368a378c97f6da222b812d9ba41f7219fd216d0257e4092523e6405 [2020-10-08T03:35:30.722Z] $ docker rm -f 964b62ca7368a378c97f6da222b812d9ba41f7219fd216d0257e4092523e6405 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:35:31.187Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:35:31.199Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-support-scheduler-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:35:31.253Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:35:31.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:35:31.598Z] . [Pipeline] withDockerContainer [2020-10-08T03:35:31.728Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:35:31.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:35:32.369Z] $ docker top fdb95aa63fc4a7c4d03d9d2a479ad53bf3fe288c71b8db66d063dbf32b2220a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:35:32.886Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:35:32.886Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:47.947Z] $ docker stop --time=1 fdb95aa63fc4a7c4d03d9d2a479ad53bf3fe288c71b8db66d063dbf32b2220a4 [2020-10-08T03:35:49.287Z] $ docker rm -f fdb95aa63fc4a7c4d03d9d2a479ad53bf3fe288c71b8db66d063dbf32b2220a4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:35:49.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T03:35:49.781Z] . [Pipeline] withDockerContainer [2020-10-08T03:35:49.877Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:35:49.922Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:35:50.501Z] $ docker top a0919004f6a9e9e84c09a5363c985728147f07016abea9a2c5e3ae48e7d5f80a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T03:35:51.028Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:217964dd0161fb3ad150e73601c72e10d0200926 [2020-10-08T03:35:51.028Z] + tee [2020-10-08T03:35:51.028Z] clair timeout 1m0s [2020-10-08T03:35:51.028Z] docker timeout: 1m0s [2020-10-08T03:35:51.028Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T03:35:52.564Z] $ docker stop --time=1 a0919004f6a9e9e84c09a5363c985728147f07016abea9a2c5e3ae48e7d5f80a [2020-10-08T03:35:54.285Z] $ docker rm -f a0919004f6a9e9e84c09a5363c985728147f07016abea9a2c5e3ae48e7d5f80a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T03:35:54.734Z] + mkdir -p /w/workspace/edgex-go/172/clair-reports [Pipeline] echo [2020-10-08T03:35:54.746Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/172/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_217964dd0161fb3ad150e73601c72e10d0200926.html [Pipeline] writeFile [Pipeline] step [2020-10-08T03:35:54.801Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-08T03:35:55.205Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-08T03:35:55.258Z] provisioning config files... [2020-10-08T03:35:55.272Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/172@tmp/config5674333930337516653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:35:55.635Z] --> edgex-publish-swagger.sh [2020-10-08T03:35:55.635Z] === Publish openapi/v1 API === [2020-10-08T03:35:55.635Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-08T03:35:55.635Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-08T03:35:55.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:35:55.635Z] Dload Upload Total Spent Left Speed [2020-10-08T03:35:56.842Z] 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 8348 0:00:01 0:00:01 --:--:-- 8350 100 10521 0 0 100 10521 0 8347 0:00:01 0:00:01 --:--:-- 8350 [2020-10-08T03:35:56.842Z] [2020-10-08T03:35:56.842Z] [2020-10-08T03:35:56.842Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-08T03:35:56.842Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:35:56.842Z] Dload Upload Total Spent Left Speed [2020-10-08T03:35:58.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31342 0:00:01 0:00:01 --:--:-- 31364 100 32556 0 0 100 32556 0 31337 0:00:01 0:00:01 --:--:-- 31364 [2020-10-08T03:35:58.230Z] [2020-10-08T03:35:58.230Z] [2020-10-08T03:35:58.230Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-08T03:35:58.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:35:58.230Z] Dload Upload Total Spent Left Speed [2020-10-08T03:35:59.175Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67779 0:00:01 0:00:01 --:--:-- 67819 100 73720 0 0 100 73720 0 67769 0:00:01 0:00:01 --:--:-- 67819 [2020-10-08T03:35:59.175Z] [2020-10-08T03:35:59.175Z] [2020-10-08T03:35:59.175Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-08T03:35:59.175Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:35:59.175Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:00.561Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11430 0:00:01 0:00:01 --:--:-- 11440 100 13580 0 0 100 13580 0 10774 0:00:01 0:00:01 --:--:-- 10777 [2020-10-08T03:36:00.561Z] [2020-10-08T03:36:00.561Z] [2020-10-08T03:36:00.561Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-08T03:36:00.561Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:00.561Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:01.502Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34770 0:00:01 0:00:01 --:--:-- 34784 100 38889 0 0 100 38889 0 34765 0:00:01 0:00:01 --:--:-- 34784 [2020-10-08T03:36:01.502Z] [2020-10-08T03:36:01.502Z] [2020-10-08T03:36:01.502Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-08T03:36:01.502Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:01.502Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:03.459Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11925 0:00:01 0:00:01 --:--:-- 11932 100 14248 0 0 100 14248 0 7292 0:00:01 0:00:01 --:--:-- 7291 100 14248 0 0 100 14248 0 7292 0:00:01 0:00:01 --:--:-- 7291 [2020-10-08T03:36:03.459Z] [2020-10-08T03:36:03.459Z] [2020-10-08T03:36:03.459Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-08T03:36:03.459Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:03.459Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:04.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4020 0:00:01 0:00:01 --:--:-- 4024 100 4109 0 0 100 4109 0 4019 0:00:01 0:00:01 --:--:-- 4020 [2020-10-08T03:36:04.410Z] [2020-10-08T03:36:04.410Z] [2020-10-08T03:36:04.410Z] === Publish openapi/v2 API === [2020-10-08T03:36:04.410Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-08T03:36:04.410Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-08T03:36:04.410Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:04.410Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:05.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 27889 0:00:01 0:00:01 --:--:-- 27916 100 30234 0 0 100 30234 0 27885 0:00:01 0:00:01 --:--:-- 27891 [2020-10-08T03:36:05.795Z] [2020-10-08T03:36:05.795Z] [2020-10-08T03:36:05.795Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-08T03:36:05.795Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:05.795Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:06.738Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 52295 0:00:01 0:00:01 --:--:-- 52347 100 58943 0 0 100 58943 0 52287 0:00:01 0:00:01 --:--:-- 52300 [2020-10-08T03:36:06.738Z] [2020-10-08T03:36:06.738Z] [2020-10-08T03:36:06.738Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-08T03:36:06.738Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:06.738Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:07.942Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2020-10-08T03:36:07.942Z] [2020-10-08T03:36:07.942Z] [2020-10-08T03:36:07.942Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-08T03:36:07.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:07.942Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:08.888Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 23586 0:00:01 0:00:01 --:--:-- 23572 100 26165 0 0 100 26165 0 23582 0:00:01 0:00:01 --:--:-- 23572 [2020-10-08T03:36:08.888Z] [2020-10-08T03:36:08.888Z] [2020-10-08T03:36:08.888Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-08T03:36:08.888Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:08.888Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:10.276Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 57353 0:00:01 0:00:01 --:--:-- 57384 100 63410 0 0 100 63410 0 57345 0:00:01 0:00:01 --:--:-- 57384 [2020-10-08T03:36:10.276Z] [2020-10-08T03:36:10.276Z] [2020-10-08T03:36:10.276Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-08T03:36:10.276Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:10.276Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:11.255Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 41434 0:00:01 0:00:01 --:--:-- 41448 100 46049 0 0 100 46049 0 41428 0:00:01 0:00:01 --:--:-- 41448 [2020-10-08T03:36:11.255Z] [2020-10-08T03:36:11.255Z] [2020-10-08T03:36:11.255Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-08T03:36:11.255Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T03:36:11.255Z] Dload Upload Total Spent Left Speed [2020-10-08T03:36:13.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 24114 0 0 100 24114 0 11497 0:00:02 0:00:02 --:--:-- 11499 100 24114 0 0 100 24114 0 11496 0:00:02 0:00:02 --:--:-- 11499 [2020-10-08T03:36:13.597Z] [2020-10-08T03:36:13.597Z] [Pipeline] } [2020-10-08T03:36:13.605Z] 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-08T03:36:24.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T03:36:24.964Z] . [Pipeline] withDockerContainer [2020-10-08T03:36:25.060Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:36:25.111Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:36:26.105Z] $ docker top e96b18c35a35b2393ac325fd9cd0ade748fc9a14b64e8a7ab4c864083c34add1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T03:36:26.452Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T03:36:26.452Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T03:36:26.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T03:36:26.693Z] $ docker exec e96b18c35a35b2393ac325fd9cd0ade748fc9a14b64e8a7ab4c864083c34add1 ssh-agent [2020-10-08T03:36:26.879Z] SSH_AUTH_SOCK=/tmp/ssh-i0D09R9PBnQA/agent.11 [2020-10-08T03:36:26.879Z] SSH_AGENT_PID=16 [2020-10-08T03:36:26.888Z] Running ssh-add (command line suppressed) [2020-10-08T03:36:27.019Z] Identity added: /w/workspace/edgex-go/172@tmp/private_key_3355791715528903103.key (/w/workspace/edgex-go/172@tmp/private_key_3355791715528903103.key) [2020-10-08T03:36:27.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T03:36:27.425Z] + git semver tag [2020-10-08T03:36:27.688Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T03:36:27.688Z] # $GIT_DIR = /w/workspace/edgex-go/172/.git [2020-10-08T03:36:27.688Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/172 [2020-10-08T03:36:27.688Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T03:36:27.688Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T03:36:27.688Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T03:36:27.688Z] # $SEMVER_BRANCH = master [2020-10-08T03:36:27.688Z] # $SEMVER_DIR = /w/workspace/edgex-go/172/.semver [2020-10-08T03:36:27.688Z] # 217964dd0161fb3ad150e73601c72e10d0200926 HEAD [2020-10-08T03:36:27.949Z] # -> Force: false [2020-10-08T03:36:27.949Z] # ab9b6367dac83b2b36c4a6a5b2faccfb9e602029 refs/tags/v1.2.2-dev.57 [Pipeline] } [2020-10-08T03:36:27.961Z] $ docker exec --env ******** --env ******** e96b18c35a35b2393ac325fd9cd0ade748fc9a14b64e8a7ab4c864083c34add1 ssh-agent -k [2020-10-08T03:36:28.113Z] unset SSH_AUTH_SOCK; [2020-10-08T03:36:28.113Z] unset SSH_AGENT_PID; [2020-10-08T03:36:28.113Z] echo Agent pid 16 killed; [2020-10-08T03:36:28.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T03:36:28.651Z] + git semver [Pipeline] } [2020-10-08T03:36:28.668Z] $ docker stop --time=1 e96b18c35a35b2393ac325fd9cd0ade748fc9a14b64e8a7ab4c864083c34add1 [2020-10-08T03:36:30.018Z] $ docker rm -f e96b18c35a35b2393ac325fd9cd0ade748fc9a14b64e8a7ab4c864083c34add1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:36:30.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T03:36:30.825Z] [2020-10-08T03:36:30.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:36:31.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T03:36:31.191Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-08T03:36:31.191Z] ab5ef0e58194: Pulling fs layer [2020-10-08T03:36:31.191Z] 9712f1f96733: Pulling fs layer [2020-10-08T03:36:31.191Z] 63f879dbbcfc: Pulling fs layer [2020-10-08T03:36:31.191Z] 0d9ebad4ef96: Pulling fs layer [2020-10-08T03:36:31.191Z] e9a5061849ea: Pulling fs layer [2020-10-08T03:36:31.191Z] d747dcd14b5f: Pulling fs layer [2020-10-08T03:36:31.191Z] 2de7ff778b66: Pulling fs layer [2020-10-08T03:36:31.191Z] 0d9ebad4ef96: Waiting [2020-10-08T03:36:31.191Z] e9a5061849ea: Waiting [2020-10-08T03:36:31.191Z] d747dcd14b5f: Waiting [2020-10-08T03:36:31.191Z] 2de7ff778b66: Waiting [2020-10-08T03:36:31.191Z] 9712f1f96733: Verifying Checksum [2020-10-08T03:36:31.191Z] 9712f1f96733: Download complete [2020-10-08T03:36:33.124Z] 63f879dbbcfc: Verifying Checksum [2020-10-08T03:36:33.124Z] 63f879dbbcfc: Download complete [2020-10-08T03:36:33.124Z] e9a5061849ea: Verifying Checksum [2020-10-08T03:36:33.124Z] e9a5061849ea: Download complete [2020-10-08T03:36:33.124Z] d747dcd14b5f: Verifying Checksum [2020-10-08T03:36:33.124Z] d747dcd14b5f: Download complete [2020-10-08T03:36:33.698Z] 2de7ff778b66: Verifying Checksum [2020-10-08T03:36:33.698Z] 2de7ff778b66: Download complete [2020-10-08T03:36:33.959Z] 0d9ebad4ef96: Verifying Checksum [2020-10-08T03:36:33.959Z] ab5ef0e58194: Verifying Checksum [2020-10-08T03:36:33.959Z] ab5ef0e58194: Download complete [2020-10-08T03:36:39.275Z] ab5ef0e58194: Pull complete [2020-10-08T03:36:39.275Z] 9712f1f96733: Pull complete [2020-10-08T03:36:41.195Z] 63f879dbbcfc: Pull complete [2020-10-08T03:36:47.851Z] 0d9ebad4ef96: Pull complete [2020-10-08T03:36:48.112Z] e9a5061849ea: Pull complete [2020-10-08T03:36:48.112Z] d747dcd14b5f: Pull complete [2020-10-08T03:36:53.469Z] 2de7ff778b66: Pull complete [2020-10-08T03:36:53.469Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-08T03:36:53.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T03:36:53.469Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-08T03:36:53.650Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:36:53.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:36:57.379Z] $ docker top 083397e685bb3ec8e632e3006d775c6b49fc7bd469306a3f81033216fd543f72 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-08T03:36:57.642Z] provisioning config files... [2020-10-08T03:36:57.652Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/172@tmp/config5661630681804723014tmp [2020-10-08T03:36:57.670Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/172@tmp/config6159900564945134231tmp [2020-10-08T03:36:57.684Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/172@tmp/config4949670477383683310tmp [Pipeline] { [Pipeline] echo [2020-10-08T03:36:57.734Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:36:58.040Z] ---> sigul-configuration.sh [2020-10-08T03:36:58.040Z] gpg: directory `/root/.gnupg' created [2020-10-08T03:36:58.040Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-08T03:36:58.040Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-08T03:36:58.040Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-08T03:36:58.040Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-08T03:36:58.040Z] gpg: CAST5 encrypted data [2020-10-08T03:36:58.302Z] gpg: encrypted with 1 passphrase [2020-10-08T03:36:58.302Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-08T03:36:58.596Z] + mkdir /home/jenkins [2020-10-08T03:36:58.596Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-08T03:36:58.897Z] + 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-08T03:36:58.907Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:36:59.204Z] ---> sigul-install.sh [2020-10-08T03:37:04.494Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-08T03:37:04.792Z] + git tag --list [2020-10-08T03:37:05.364Z] 0.6.0 [2020-10-08T03:37:05.364Z] 0.6.1 [2020-10-08T03:37:05.364Z] 0.7.0 [2020-10-08T03:37:05.364Z] 0.7.1 [2020-10-08T03:37:05.364Z] v1.0.0 [2020-10-08T03:37:05.364Z] v1.0.1 [2020-10-08T03:37:05.364Z] v1.1.0 [2020-10-08T03:37:05.364Z] v1.2.0 [2020-10-08T03:37:05.364Z] v1.2.1 [2020-10-08T03:37:05.364Z] v1.2.2-dev.1 [2020-10-08T03:37:05.364Z] v1.2.2-dev.10 [2020-10-08T03:37:05.364Z] v1.2.2-dev.11 [2020-10-08T03:37:05.364Z] v1.2.2-dev.12 [2020-10-08T03:37:05.364Z] v1.2.2-dev.13 [2020-10-08T03:37:05.364Z] v1.2.2-dev.14 [2020-10-08T03:37:05.364Z] v1.2.2-dev.15 [2020-10-08T03:37:05.364Z] v1.2.2-dev.16 [2020-10-08T03:37:05.364Z] v1.2.2-dev.17 [2020-10-08T03:37:05.364Z] v1.2.2-dev.18 [2020-10-08T03:37:05.364Z] v1.2.2-dev.19 [2020-10-08T03:37:05.364Z] v1.2.2-dev.2 [2020-10-08T03:37:05.364Z] v1.2.2-dev.20 [2020-10-08T03:37:05.364Z] v1.2.2-dev.21 [2020-10-08T03:37:05.364Z] v1.2.2-dev.22 [2020-10-08T03:37:05.364Z] v1.2.2-dev.23 [2020-10-08T03:37:05.364Z] v1.2.2-dev.24 [2020-10-08T03:37:05.364Z] v1.2.2-dev.25 [2020-10-08T03:37:05.364Z] v1.2.2-dev.26 [2020-10-08T03:37:05.364Z] v1.2.2-dev.27 [2020-10-08T03:37:05.364Z] v1.2.2-dev.28 [2020-10-08T03:37:05.364Z] v1.2.2-dev.29 [2020-10-08T03:37:05.364Z] v1.2.2-dev.3 [2020-10-08T03:37:05.364Z] v1.2.2-dev.30 [2020-10-08T03:37:05.364Z] v1.2.2-dev.31 [2020-10-08T03:37:05.364Z] v1.2.2-dev.32 [2020-10-08T03:37:05.364Z] v1.2.2-dev.33 [2020-10-08T03:37:05.364Z] v1.2.2-dev.34 [2020-10-08T03:37:05.364Z] v1.2.2-dev.35 [2020-10-08T03:37:05.364Z] v1.2.2-dev.36 [2020-10-08T03:37:05.364Z] v1.2.2-dev.37 [2020-10-08T03:37:05.364Z] v1.2.2-dev.38 [2020-10-08T03:37:05.364Z] v1.2.2-dev.39 [2020-10-08T03:37:05.364Z] v1.2.2-dev.4 [2020-10-08T03:37:05.364Z] v1.2.2-dev.40 [2020-10-08T03:37:05.364Z] v1.2.2-dev.41 [2020-10-08T03:37:05.364Z] v1.2.2-dev.42 [2020-10-08T03:37:05.364Z] v1.2.2-dev.43 [2020-10-08T03:37:05.364Z] v1.2.2-dev.44 [2020-10-08T03:37:05.364Z] v1.2.2-dev.45 [2020-10-08T03:37:05.364Z] v1.2.2-dev.46 [2020-10-08T03:37:05.364Z] v1.2.2-dev.47 [2020-10-08T03:37:05.364Z] v1.2.2-dev.48 [2020-10-08T03:37:05.364Z] v1.2.2-dev.49 [2020-10-08T03:37:05.364Z] v1.2.2-dev.5 [2020-10-08T03:37:05.364Z] v1.2.2-dev.50 [2020-10-08T03:37:05.364Z] v1.2.2-dev.51 [2020-10-08T03:37:05.364Z] v1.2.2-dev.52 [2020-10-08T03:37:05.364Z] v1.2.2-dev.53 [2020-10-08T03:37:05.364Z] v1.2.2-dev.54 [2020-10-08T03:37:05.364Z] v1.2.2-dev.55 [2020-10-08T03:37:05.364Z] v1.2.2-dev.56 [2020-10-08T03:37:05.364Z] v1.2.2-dev.57 [2020-10-08T03:37:05.364Z] v1.2.2-dev.6 [2020-10-08T03:37:05.364Z] v1.2.2-dev.7 [2020-10-08T03:37:05.364Z] v1.2.2-dev.8 [2020-10-08T03:37:05.364Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-08T03:37:05.657Z] + lftools sign git-tag v1.2.2-dev.57 [2020-10-08T03:37:07.043Z] Signing Git tag with Sigul... [2020-10-08T03:37:07.043Z] Signing v1.2.2-dev.57 [Pipeline] echo [2020-10-08T03:37:08.468Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:37:08.783Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-08T03:37:08.791Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-08T03:37:08.879Z] $ docker stop --time=1 083397e685bb3ec8e632e3006d775c6b49fc7bd469306a3f81033216fd543f72 [2020-10-08T03:37:10.857Z] $ docker rm -f 083397e685bb3ec8e632e3006d775c6b49fc7bd469306a3f81033216fd543f72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:37:11.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T03:37:11.666Z] . [Pipeline] withDockerContainer [2020-10-08T03:37:11.773Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:37:11.818Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:37:12.518Z] $ docker top 832251d7bce5f0e0e84774a50129a48b7693d9a400826f45ba530d2d5440f339 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T03:37:12.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T03:37:12.842Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T03:37:13.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T03:37:13.037Z] $ docker exec 832251d7bce5f0e0e84774a50129a48b7693d9a400826f45ba530d2d5440f339 ssh-agent [2020-10-08T03:37:13.209Z] SSH_AUTH_SOCK=/tmp/ssh-Yy048US05YuI/agent.12 [2020-10-08T03:37:13.209Z] SSH_AGENT_PID=17 [2020-10-08T03:37:13.215Z] Running ssh-add (command line suppressed) [2020-10-08T03:37:13.339Z] Identity added: /w/workspace/edgex-go/172@tmp/private_key_6048791278129403305.key (/w/workspace/edgex-go/172@tmp/private_key_6048791278129403305.key) [2020-10-08T03:37:13.396Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T03:37:13.728Z] + git semver bump pre [2020-10-08T03:37:13.728Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T03:37:13.728Z] # $GIT_DIR = /w/workspace/edgex-go/172/.git [2020-10-08T03:37:13.728Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/172 [2020-10-08T03:37:13.728Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T03:37:13.729Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T03:37:13.729Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T03:37:13.729Z] # $SEMVER_BRANCH = master [2020-10-08T03:37:13.729Z] # $SEMVER_DIR = /w/workspace/edgex-go/172/.semver [2020-10-08T03:37:13.729Z] 1.2.2-dev.58 [Pipeline] } [2020-10-08T03:37:13.742Z] $ docker exec --env ******** --env ******** 832251d7bce5f0e0e84774a50129a48b7693d9a400826f45ba530d2d5440f339 ssh-agent -k [2020-10-08T03:37:13.874Z] unset SSH_AUTH_SOCK; [2020-10-08T03:37:13.874Z] unset SSH_AGENT_PID; [2020-10-08T03:37:13.874Z] echo Agent pid 17 killed; [2020-10-08T03:37:13.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T03:37:14.380Z] + git semver [Pipeline] } [2020-10-08T03:37:14.398Z] $ docker stop --time=1 832251d7bce5f0e0e84774a50129a48b7693d9a400826f45ba530d2d5440f339 [2020-10-08T03:37:15.765Z] $ docker rm -f 832251d7bce5f0e0e84774a50129a48b7693d9a400826f45ba530d2d5440f339 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T03:37:16.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T03:37:16.285Z] . [Pipeline] withDockerContainer [2020-10-08T03:37:16.382Z] prd-centos7-docker-4c-2g-4101 does not seem to be running inside a container [2020-10-08T03:37:16.419Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/172 -v /w/workspace/edgex-go/172:/w/workspace/edgex-go/172:rw,z -v /w/workspace/edgex-go/172@tmp:/w/workspace/edgex-go/172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-08T03:37:17.034Z] $ docker top cd2a9e0b2b837caa369eb8b1d86debc7da3d2993c7192610b1e6e4d0e4522658 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T03:37:17.322Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T03:37:17.322Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T03:37:17.496Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T03:37:17.500Z] $ docker exec cd2a9e0b2b837caa369eb8b1d86debc7da3d2993c7192610b1e6e4d0e4522658 ssh-agent [2020-10-08T03:37:17.668Z] SSH_AUTH_SOCK=/tmp/ssh-L8Sc7zlhlnhZ/agent.11 [2020-10-08T03:37:17.668Z] SSH_AGENT_PID=17 [2020-10-08T03:37:17.675Z] Running ssh-add (command line suppressed) [2020-10-08T03:37:17.798Z] Identity added: /w/workspace/edgex-go/172@tmp/private_key_8709413383817368900.key (/w/workspace/edgex-go/172@tmp/private_key_8709413383817368900.key) [2020-10-08T03:37:17.850Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T03:37:18.175Z] + git semver push [2020-10-08T03:37:18.175Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T03:37:18.175Z] # $GIT_DIR = /w/workspace/edgex-go/172/.git [2020-10-08T03:37:18.175Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/172 [2020-10-08T03:37:18.175Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T03:37:18.175Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T03:37:18.175Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T03:37:18.175Z] # $SEMVER_BRANCH = master [2020-10-08T03:37:18.175Z] # $SEMVER_DIR = /w/workspace/edgex-go/172/.semver [Pipeline] } [2020-10-08T03:37:28.191Z] $ docker exec --env ******** --env ******** cd2a9e0b2b837caa369eb8b1d86debc7da3d2993c7192610b1e6e4d0e4522658 ssh-agent -k [2020-10-08T03:37:28.312Z] unset SSH_AUTH_SOCK; [2020-10-08T03:37:28.313Z] unset SSH_AGENT_PID; [2020-10-08T03:37:28.313Z] echo Agent pid 17 killed; [2020-10-08T03:37:28.366Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T03:37:28.849Z] + git semver [Pipeline] } [2020-10-08T03:37:28.867Z] $ docker stop --time=1 cd2a9e0b2b837caa369eb8b1d86debc7da3d2993c7192610b1e6e4d0e4522658 [2020-10-08T03:37:30.227Z] $ docker rm -f cd2a9e0b2b837caa369eb8b1d86debc7da3d2993c7192610b1e6e4d0e4522658 [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-08T03:37:31.319Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:37:32.195Z] ---> package-listing.sh [2020-10-08T03:37:32.195Z] ++ facter osfamily [2020-10-08T03:37:32.195Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-08T03:37:32.195Z] + OS_FAMILY=redhat [2020-10-08T03:37:32.195Z] + workspace=/w/workspace/edgex-go/172 [2020-10-08T03:37:32.195Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-08T03:37:32.195Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-08T03:37:32.195Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-08T03:37:32.195Z] + PACKAGES=/tmp/packages_start.txt [2020-10-08T03:37:32.195Z] + '[' /w/workspace/edgex-go/172 ']' [2020-10-08T03:37:32.195Z] + PACKAGES=/tmp/packages_end.txt [2020-10-08T03:37:32.195Z] + case "${OS_FAMILY}" in [2020-10-08T03:37:32.195Z] + rpm -qa [2020-10-08T03:37:32.195Z] + sort [2020-10-08T03:37:36.410Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-08T03:37:36.410Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-08T03:37:36.410Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-08T03:37:36.410Z] + '[' /w/workspace/edgex-go/172 ']' [2020-10-08T03:37:36.410Z] + mkdir -p /w/workspace/edgex-go/172/archives/ [2020-10-08T03:37:36.410Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/172/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-08T03:37:37.066Z] provisioning config files... [2020-10-08T03:37:37.087Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/172@tmp/config4229440566051553352tmp [Pipeline] { [Pipeline] echo [2020-10-08T03:37:37.157Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:37:37.449Z] ---> create-netrc.sh [Pipeline] } [2020-10-08T03:37:37.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-08T03:37:37.558Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:37:37.850Z] ---> python-tools-install.sh [2020-10-08T03:37:37.850Z] Generating Requirements File [2020-10-08T03:38:59.412Z] Python 3.6.8 [2020-10-08T03:38:59.412Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-08T03:38:59.412Z] appdirs==1.4.3 [2020-10-08T03:38:59.412Z] argcomplete==1.12.1 [2020-10-08T03:38:59.412Z] aspy.yaml==1.3.0 [2020-10-08T03:38:59.412Z] attrs==19.3.0 [2020-10-08T03:38:59.412Z] Babel==2.8.0 [2020-10-08T03:38:59.412Z] beautifulsoup4==4.8.2 [2020-10-08T03:38:59.412Z] boto3==1.11.6 [2020-10-08T03:38:59.412Z] botocore==1.14.6 [2020-10-08T03:38:59.412Z] bs4==0.0.1 [2020-10-08T03:38:59.412Z] cachetools==4.1.1 [2020-10-08T03:38:59.412Z] certifi==2019.11.28 [2020-10-08T03:38:59.412Z] cffi==1.14.3 [2020-10-08T03:38:59.412Z] cfgv==2.0.1 [2020-10-08T03:38:59.412Z] chardet==3.0.4 [2020-10-08T03:38:59.412Z] click==7.1 [2020-10-08T03:38:59.412Z] cliff==3.4.0 [2020-10-08T03:38:59.412Z] cmd2==1.3.11 [2020-10-08T03:38:59.412Z] colorama==0.4.3 [2020-10-08T03:38:59.412Z] cryptography==3.1.1 [2020-10-08T03:38:59.412Z] debtcollector==2.2.0 [2020-10-08T03:38:59.412Z] decorator==4.4.2 [2020-10-08T03:38:59.412Z] defusedxml==0.6.0 [2020-10-08T03:38:59.412Z] Deprecated==1.2.7 [2020-10-08T03:38:59.412Z] distlib==0.3.1 [2020-10-08T03:38:59.412Z] distro==1.2.0 [2020-10-08T03:38:59.412Z] dnspython==1.16.0 [2020-10-08T03:38:59.412Z] docker==4.2.0 [2020-10-08T03:38:59.412Z] docutils==0.15.2 [2020-10-08T03:38:59.412Z] dogpile.cache==1.0.2 [2020-10-08T03:38:59.412Z] email-validator==1.0.5 [2020-10-08T03:38:59.412Z] filelock==3.0.12 [2020-10-08T03:38:59.412Z] future==0.18.2 [2020-10-08T03:38:59.412Z] google-auth==1.22.1 [2020-10-08T03:38:59.412Z] httplib2==0.17.0 [2020-10-08T03:38:59.412Z] identify==1.4.11 [2020-10-08T03:38:59.412Z] idna==2.9 [2020-10-08T03:38:59.412Z] importlib-metadata==1.7.0 [2020-10-08T03:38:59.412Z] importlib-resources==1.5.0 [2020-10-08T03:38:59.412Z] iso8601==0.1.13 [2020-10-08T03:38:59.412Z] Jinja2==2.11.1 [2020-10-08T03:38:59.412Z] jmespath==0.10.0 [2020-10-08T03:38:59.412Z] jsonpatch==1.26 [2020-10-08T03:38:59.412Z] jsonpointer==2.0 [2020-10-08T03:38:59.412Z] jsonschema==3.2.0 [2020-10-08T03:38:59.412Z] keystoneauth1==4.2.1 [2020-10-08T03:38:59.412Z] kubernetes==11.0.0 [2020-10-08T03:38:59.412Z] lftools==0.34.2 [2020-10-08T03:38:59.412Z] lxml==4.5.0 [2020-10-08T03:38:59.412Z] MarkupSafe==0.23 [2020-10-08T03:38:59.412Z] msgpack==1.0.0 [2020-10-08T03:38:59.412Z] multi-key-dict==2.0.3 [2020-10-08T03:38:59.412Z] munch==2.5.0 [2020-10-08T03:38:59.412Z] netaddr==0.8.0 [2020-10-08T03:38:59.412Z] netifaces==0.10.9 [2020-10-08T03:38:59.412Z] niet==1.4.2 [2020-10-08T03:38:59.412Z] nodeenv==1.3.5 [2020-10-08T03:38:59.412Z] oauth2client==4.1.3 [2020-10-08T03:38:59.412Z] oauthlib==3.1.0 [2020-10-08T03:38:59.412Z] openstacksdk==0.50.0 [2020-10-08T03:38:59.412Z] os-client-config==2.1.0 [2020-10-08T03:38:59.412Z] os-service-types==1.7.0 [2020-10-08T03:38:59.412Z] osc-lib==2.2.1 [2020-10-08T03:38:59.412Z] oslo.config==8.3.2 [2020-10-08T03:38:59.412Z] oslo.context==3.1.1 [2020-10-08T03:38:59.412Z] oslo.i18n==5.0.1 [2020-10-08T03:38:59.412Z] oslo.log==4.4.0 [2020-10-08T03:38:59.412Z] oslo.serialization==4.0.1 [2020-10-08T03:38:59.412Z] oslo.utils==4.6.0 [2020-10-08T03:38:59.412Z] packaging==20.4 [2020-10-08T03:38:59.412Z] pbr==5.4.4 [2020-10-08T03:38:59.412Z] pluggy==0.13.1 [2020-10-08T03:38:59.412Z] prettytable==0.7.2 [2020-10-08T03:38:59.412Z] py==1.9.0 [2020-10-08T03:38:59.412Z] pyasn1==0.4.8 [2020-10-08T03:38:59.412Z] pyasn1-modules==0.2.8 [2020-10-08T03:38:59.412Z] pycparser==2.20 [2020-10-08T03:38:59.412Z] pygerrit2==2.0.10 [2020-10-08T03:38:59.412Z] PyGithub==1.46 [2020-10-08T03:38:59.412Z] pyinotify==0.9.6 [2020-10-08T03:38:59.412Z] PyJWT==1.7.1 [2020-10-08T03:38:59.412Z] pyparsing==2.4.7 [2020-10-08T03:38:59.412Z] pyperclip==1.8.0 [2020-10-08T03:38:59.412Z] pyroute2==0.4.13 [2020-10-08T03:38:59.412Z] pyrsistent==0.15.7 [2020-10-08T03:38:59.412Z] PySocks==1.6.8 [2020-10-08T03:38:59.412Z] python-cinderclient==7.2.0 [2020-10-08T03:38:59.412Z] python-dateutil==2.8.1 [2020-10-08T03:38:59.412Z] python-heatclient==2.2.1 [2020-10-08T03:38:59.412Z] python-jenkins==1.7.0 [2020-10-08T03:38:59.412Z] python-keystoneclient==4.1.1 [2020-10-08T03:38:59.412Z] python-magnumclient==3.2.1 [2020-10-08T03:38:59.412Z] python-novaclient==17.2.1 [2020-10-08T03:38:59.412Z] python-openstackclient==5.4.0 [2020-10-08T03:38:59.412Z] python-swiftclient==3.10.1 [2020-10-08T03:38:59.412Z] pytz==2020.1 [2020-10-08T03:38:59.412Z] PyYAML==5.3 [2020-10-08T03:38:59.412Z] requests==2.23.0 [2020-10-08T03:38:59.412Z] requests-oauthlib==1.3.0 [2020-10-08T03:38:59.412Z] requestsexceptions==1.4.0 [2020-10-08T03:38:59.412Z] rfc3986==1.4.0 [2020-10-08T03:38:59.412Z] rpm==4.11.3 [2020-10-08T03:38:59.412Z] rsa==4.0 [2020-10-08T03:38:59.412Z] ruamel.yaml==0.16.10 [2020-10-08T03:38:59.412Z] ruamel.yaml.clib==0.2.0 [2020-10-08T03:38:59.412Z] s3transfer==0.3.3 [2020-10-08T03:38:59.412Z] shade==1.27.2 [2020-10-08T03:38:59.412Z] simplejson==3.17.2 [2020-10-08T03:38:59.412Z] six==1.14.0 [2020-10-08T03:38:59.412Z] soupsieve==2.0 [2020-10-08T03:38:59.412Z] stevedore==3.2.2 [2020-10-08T03:38:59.412Z] tabulate==0.8.6 [2020-10-08T03:38:59.412Z] toml==0.10.0 [2020-10-08T03:38:59.412Z] tox==3.20.0 [2020-10-08T03:38:59.412Z] tqdm==4.43.0 [2020-10-08T03:38:59.412Z] urllib3==1.25.8 [2020-10-08T03:38:59.412Z] virtualenv==20.0.33 [2020-10-08T03:38:59.412Z] wcwidth==0.2.5 [2020-10-08T03:38:59.412Z] websocket-client==0.57.0 [2020-10-08T03:38:59.412Z] wrapt==1.12.1 [2020-10-08T03:38:59.412Z] xdg==3.0.2 [2020-10-08T03:38:59.412Z] xmltodict==0.12.0 [2020-10-08T03:38:59.412Z] yq==2.11.1 [2020-10-08T03:38:59.412Z] zipp==3.3.0 [2020-10-08T03:38:59.412Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:38:59.412Z] 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-08T03:38:59.412Z] Python 2.7.5 [2020-10-08T03:38:59.412Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-08T03:38:59.412Z] 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-08T03:38:59.412Z] ansible==2.9.7 [2020-10-08T03:38:59.412Z] Babel==0.9.6 [2020-10-08T03:38:59.412Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-08T03:38:59.412Z] beautifulsoup4==4.4.1 [2020-10-08T03:38:59.412Z] bodhi==2.11.0 [2020-10-08T03:38:59.412Z] bodhi-client==2.11.0 [2020-10-08T03:38:59.412Z] CCColUtils==1.4 [2020-10-08T03:38:59.412Z] cffi==1.6.0 [2020-10-08T03:38:59.412Z] chardet==2.2.1 [2020-10-08T03:38:59.412Z] click==6.7 [2020-10-08T03:38:59.412Z] cloud-init==18.5 [2020-10-08T03:38:59.412Z] configobj==4.7.2 [2020-10-08T03:38:59.412Z] cryptography==1.7.2 [2020-10-08T03:38:59.412Z] decorator==3.4.0 [2020-10-08T03:38:59.412Z] distro==1.2.0 [2020-10-08T03:38:59.412Z] enum34==1.0.4 [2020-10-08T03:38:59.412Z] fedpkg==1.38 [2020-10-08T03:38:59.412Z] futures==3.1.1 [2020-10-08T03:38:59.412Z] gitdb==0.6.4 [2020-10-08T03:38:59.412Z] GitPython==1.0.1 [2020-10-08T03:38:59.412Z] html5lib==0.999 [2020-10-08T03:38:59.412Z] httplib2==0.9.2 [2020-10-08T03:38:59.412Z] idna==2.4 [2020-10-08T03:38:59.412Z] iniparse==0.4 [2020-10-08T03:38:59.412Z] ipaddress==1.0.16 [2020-10-08T03:38:59.412Z] IPy==0.75 [2020-10-08T03:38:59.412Z] javapackages==1.0.0 [2020-10-08T03:38:59.412Z] Jinja2==2.7.2 [2020-10-08T03:38:59.412Z] jmespath==0.9.4 [2020-10-08T03:38:59.412Z] jsonpatch==1.2 [2020-10-08T03:38:59.412Z] jsonpointer==1.9 [2020-10-08T03:38:59.412Z] kerberos==1.1 [2020-10-08T03:38:59.412Z] kitchen==1.1.1 [2020-10-08T03:38:59.412Z] langtable==0.0.31 [2020-10-08T03:38:59.412Z] lockfile==0.9.1 [2020-10-08T03:38:59.412Z] lxml==3.2.1 [2020-10-08T03:38:59.412Z] MarkupSafe==0.11 [2020-10-08T03:38:59.412Z] munch==2.0.2 [2020-10-08T03:38:59.412Z] offtrac==0.1.0 [2020-10-08T03:38:59.412Z] openidc-client==0.6.0 [2020-10-08T03:38:59.412Z] packagedb-cli==2.14.1 [2020-10-08T03:38:59.412Z] paramiko==2.1.1 [2020-10-08T03:38:59.412Z] perf==0.1 [2020-10-08T03:38:59.412Z] ply==3.4 [2020-10-08T03:38:59.412Z] policycoreutils-default-encoding==0.1 [2020-10-08T03:38:59.412Z] prettytable==0.7.2 [2020-10-08T03:38:59.412Z] pyasn1==0.1.9 [2020-10-08T03:38:59.412Z] pycparser==2.14 [2020-10-08T03:38:59.412Z] pycurl==7.19.0 [2020-10-08T03:38:59.412Z] pygobject==3.22.0 [2020-10-08T03:38:59.412Z] pygpgme==0.3 [2020-10-08T03:38:59.412Z] pyliblzma==0.5.3 [2020-10-08T03:38:59.412Z] pyOpenSSL==0.13.1 [2020-10-08T03:38:59.412Z] pyparsing==1.5.6 [2020-10-08T03:38:59.412Z] pyserial==2.6 [2020-10-08T03:38:59.412Z] python-augeas==0.5.0 [2020-10-08T03:38:59.412Z] python-bugzilla==2.3.0 [2020-10-08T03:38:59.412Z] python-dateutil==1.5 [2020-10-08T03:38:59.412Z] python-fedora==0.10.0 [2020-10-08T03:38:59.412Z] python-linux-procfs==0.4.9 [2020-10-08T03:38:59.412Z] python-yubico==1.2.3 [2020-10-08T03:38:59.412Z] pyudev==0.15 [2020-10-08T03:38:59.412Z] pyusb==1.0.0b1 [2020-10-08T03:38:59.412Z] pyxattr==0.5.1 [2020-10-08T03:38:59.412Z] PyYAML==3.10 [2020-10-08T03:38:59.412Z] requests==2.6.0 [2020-10-08T03:38:59.412Z] requests-kerberos==0.7.0 [2020-10-08T03:38:59.412Z] rpkg==1.60 [2020-10-08T03:38:59.412Z] schedutils==0.4 [2020-10-08T03:38:59.412Z] seobject==0.1 [2020-10-08T03:38:59.412Z] sepolicy==1.1 [2020-10-08T03:38:59.412Z] six==1.9.0 [2020-10-08T03:38:59.412Z] smmap==0.9.0 [2020-10-08T03:38:59.412Z] urlgrabber==3.10 [2020-10-08T03:38:59.412Z] urllib3==1.10.2 [2020-10-08T03:38:59.412Z] virtualenv==15.1.0 [2020-10-08T03:38:59.412Z] yum-langpacks==0.4.2 [2020-10-08T03:38:59.412Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-08T03:38:59.424Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:38:59.722Z] ---> sudo-logs.sh [2020-10-08T03:38:59.722Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-08T03:38:59.994Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:39:00.288Z] ---> job-cost.sh [2020-10-08T03:39:00.288Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GlLU [2020-10-08T03:39:10.321Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:10.322Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:11.270Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:11.270Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:11.533Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:11.533Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:11.799Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:12.061Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:12.061Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:12.062Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:12.351Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:12.351Z] Cache entry deserialization failed, entry ignored [2020-10-08T03:39:17.004Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-08T03:39:43.684Z] lf-activate-venv(): INFO: Adding /tmp/venv-GlLU/bin to PATH [2020-10-08T03:39:43.684Z] INFO: No Stack... [2020-10-08T03:39:43.684Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-08T03:39:45.129Z] INFO: Archiving Costs [Pipeline] echo [2020-10-08T03:39:45.414Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T03:39:45.728Z] ---> logs-deploy.sh [2020-10-08T03:39:45.728Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/172 [2020-10-08T03:39:45.728Z] INFO: archiving workspace using pattern(s): [2020-10-08T03:39:47.680Z] Archives upload complete. [2020-10-08T03:39:47.956Z] INFO: archiving logs to Nexus