Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from afa01c67d948f97462ea06f3d0e340c600f01233 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-3955 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/168 [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/168 # 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 afa01c67d948f97462ea06f3d0e340c600f01233 (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 afa01c67d948f97462ea06f3d0e340c600f01233 # timeout=10 Commit message: "Merge pull request #2762 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.24" > git rev-list --no-walk f0508ee19e53fff9e5c8487f5a8fdf7c97cf1108 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-07T19:11:52.503Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-07T19:11:52.766Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-07T19:11:52.882Z] ========================================================= [2020-10-07T19:11:52.882Z] EdgeX Global Pipelines Version Info [2020-10-07T19:11:52.882Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:11:54.335Z] ------------------- [2020-10-07T19:11:54.335Z] stable info: [2020-10-07T19:11:54.335Z] ------------------- [2020-10-07T19:11:54.335Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-07T19:11:54.335Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-07T19:11:54.335Z] Message: update stable to v1.0.131 [2020-10-07T19:11:55.289Z] ------------------- [2020-10-07T19:11:55.289Z] experimental info: [2020-10-07T19:11:55.289Z] ------------------- [2020-10-07T19:11:55.289Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-07T19:11:55.289Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-07T19:11:55.289Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-07T19:11:55.545Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-07T19:11:55.634Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-07T19:11:55.725Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-07T19:11:55.812Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-07T19:11:55.911Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-07T19:11:56.008Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-07T19:11:56.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-07T19:11:56.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-07T19:11:56.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-07T19:11:56.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-07T19:11:56.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-07T19:11:56.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-07T19:11:56.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-07T19:11:56.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-07T19:11:56.903Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T19:11:56.992Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T19:11:57.080Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-07T19:11:57.165Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-07T19:11:57.252Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-07T19:11:57.339Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-07T19:11:57.430Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-07T19:11:57.516Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-07T19:11:57.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-07T19:11:57.718Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-07T19:11:57.807Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] echo [2020-10-07T19:11:57.895Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = afa01c6 [Pipeline] echo [2020-10-07T19:11:57.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-07T19:11:58.369Z] ++ 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-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/core-command/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/core-data/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-07T19:11:58.369Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T19:11:58.369Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-07T19:11:58.369Z] ++ cut -d/ -f2 [2020-10-07T19:11:58.369Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-07T19:11:58.438Z] 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-07T19:11:59.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T19:12:00.112Z] [2020-10-07T19:12:00.112Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:12:00.461Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T19:12:00.461Z] latest: Pulling from edgex-devops/git-semver [2020-10-07T19:12:00.461Z] 31603596830f: Pulling fs layer [2020-10-07T19:12:00.461Z] 2a8b12db71e7: Pulling fs layer [2020-10-07T19:12:00.461Z] 6ca5941a6612: Pulling fs layer [2020-10-07T19:12:00.461Z] ecc8261a40a4: Pulling fs layer [2020-10-07T19:12:00.461Z] ecc8261a40a4: Waiting [2020-10-07T19:12:00.461Z] 2a8b12db71e7: Verifying Checksum [2020-10-07T19:12:00.461Z] 2a8b12db71e7: Download complete [2020-10-07T19:12:00.730Z] 31603596830f: Verifying Checksum [2020-10-07T19:12:00.730Z] 31603596830f: Download complete [2020-10-07T19:12:00.730Z] ecc8261a40a4: Verifying Checksum [2020-10-07T19:12:00.730Z] ecc8261a40a4: Download complete [2020-10-07T19:12:00.730Z] 6ca5941a6612: Verifying Checksum [2020-10-07T19:12:00.730Z] 6ca5941a6612: Download complete [2020-10-07T19:12:00.997Z] 31603596830f: Pull complete [2020-10-07T19:12:00.997Z] 2a8b12db71e7: Pull complete [2020-10-07T19:12:01.949Z] 6ca5941a6612: Pull complete [2020-10-07T19:12:01.949Z] ecc8261a40a4: Pull complete [2020-10-07T19:12:01.949Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-07T19:12:01.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T19:12:01.949Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-07T19:12:02.103Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:12:02.163Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:12:04.668Z] $ docker top c226496f4bb0b75bcc81b35ace7cdb0420b3a67625e06d82266620fc9115284d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T19:12:05.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T19:12:05.010Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T19:12:05.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T19:12:05.224Z] $ docker exec c226496f4bb0b75bcc81b35ace7cdb0420b3a67625e06d82266620fc9115284d ssh-agent [2020-10-07T19:12:05.371Z] SSH_AUTH_SOCK=/tmp/ssh-ZKtkxLQnDvQl/agent.11 [2020-10-07T19:12:05.371Z] SSH_AGENT_PID=16 [2020-10-07T19:12:05.384Z] Running ssh-add (command line suppressed) [2020-10-07T19:12:05.499Z] Identity added: /w/workspace/edgex-go/168@tmp/private_key_5635308506306043679.key (/w/workspace/edgex-go/168@tmp/private_key_5635308506306043679.key) [2020-10-07T19:12:05.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T19:12:05.897Z] + git describe --exact-match --tags HEAD [2020-10-07T19:12:05.897Z] fatal: no tag exactly matches 'afa01c67d948f97462ea06f3d0e340c600f01233' [Pipeline] } [2020-10-07T19:12:05.923Z] $ docker exec --env ******** --env ******** c226496f4bb0b75bcc81b35ace7cdb0420b3a67625e06d82266620fc9115284d ssh-agent -k [2020-10-07T19:12:06.034Z] unset SSH_AUTH_SOCK; [2020-10-07T19:12:06.034Z] unset SSH_AGENT_PID; [2020-10-07T19:12:06.034Z] echo Agent pid 16 killed; [2020-10-07T19:12:06.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-07T19:12:06.163Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-07T19:12:06.163Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-07T19:12:06.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T19:12:06.282Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T19:12:06.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T19:12:06.459Z] $ docker exec c226496f4bb0b75bcc81b35ace7cdb0420b3a67625e06d82266620fc9115284d ssh-agent [2020-10-07T19:12:06.608Z] SSH_AUTH_SOCK=/tmp/ssh-2Qe8CJDMLPNN/agent.46 [2020-10-07T19:12:06.608Z] SSH_AGENT_PID=51 [2020-10-07T19:12:06.617Z] Running ssh-add (command line suppressed) [2020-10-07T19:12:06.731Z] Identity added: /w/workspace/edgex-go/168@tmp/private_key_1030580938280967289.key (/w/workspace/edgex-go/168@tmp/private_key_1030580938280967289.key) [2020-10-07T19:12:06.808Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T19:12:07.172Z] + git semver init [2020-10-07T19:12:07.172Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T19:12:07.172Z] # $GIT_DIR = /w/workspace/edgex-go/168/.git [2020-10-07T19:12:07.172Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/168 [2020-10-07T19:12:07.172Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T19:12:07.172Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T19:12:07.172Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T19:12:07.172Z] # $SEMVER_BRANCH = master [2020-10-07T19:12:07.172Z] # $SEMVER_TEMP = /tmp/semver-393509397 [2020-10-07T19:12:07.172Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-07T19:12:33.869Z] # '/tmp/semver-393509397' -> '/w/workspace/edgex-go/168/.semver' [2020-10-07T19:12:33.869Z] # -> Force: false [2020-10-07T19:12:33.869Z] # $SEMVER_DIR = /w/workspace/edgex-go/168/.semver [Pipeline] } [2020-10-07T19:12:33.884Z] $ docker exec --env ******** --env ******** c226496f4bb0b75bcc81b35ace7cdb0420b3a67625e06d82266620fc9115284d ssh-agent -k [2020-10-07T19:12:34.073Z] unset SSH_AUTH_SOCK; [2020-10-07T19:12:34.074Z] unset SSH_AGENT_PID; [2020-10-07T19:12:34.074Z] echo Agent pid 51 killed; [2020-10-07T19:12:34.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T19:12:34.609Z] + git semver [Pipeline] } [2020-10-07T19:12:34.629Z] $ docker stop --time=1 c226496f4bb0b75bcc81b35ace7cdb0420b3a67625e06d82266620fc9115284d [2020-10-07T19:12:36.219Z] $ docker rm -f c226496f4bb0b75bcc81b35ace7cdb0420b3a67625e06d82266620fc9115284d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-07T19:12:49.812Z] Stashed 70 file(s) [Pipeline] echo [2020-10-07T19:12:49.816Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.53 [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-07T19:12:50.629Z] ========================================================= [2020-10-07T19:12:50.629Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-07T19:12:50.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:12:51.036Z] + 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-07T19:12:55.267Z] Sending build context to Docker daemon 324.8MB [2020-10-07T19:12:55.267Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T19:12:55.267Z] Step 2/7 : FROM ${BASE} [2020-10-07T19:13:00.569Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-07T19:13:00.569Z] df20fa9351a1: Pulling fs layer [2020-10-07T19:13:00.569Z] ed8968b2872e: Pulling fs layer [2020-10-07T19:13:00.569Z] a92cc7c5fd73: Pulling fs layer [2020-10-07T19:13:00.569Z] e871e8e8d7a9: Pulling fs layer [2020-10-07T19:13:00.569Z] e73272ec9a57: Pulling fs layer [2020-10-07T19:13:00.569Z] 1e910a182e73: Pulling fs layer [2020-10-07T19:13:00.569Z] 4e634b169226: Pulling fs layer [2020-10-07T19:13:00.569Z] e871e8e8d7a9: Waiting [2020-10-07T19:13:00.569Z] 1e910a182e73: Waiting [2020-10-07T19:13:00.569Z] 4e634b169226: Waiting [2020-10-07T19:13:00.569Z] e73272ec9a57: Waiting [2020-10-07T19:13:00.569Z] a92cc7c5fd73: Download complete [2020-10-07T19:13:00.569Z] ed8968b2872e: Verifying Checksum [2020-10-07T19:13:00.569Z] ed8968b2872e: Download complete [2020-10-07T19:13:00.569Z] e73272ec9a57: Verifying Checksum [2020-10-07T19:13:00.569Z] e73272ec9a57: Download complete [2020-10-07T19:13:00.569Z] 1e910a182e73: Verifying Checksum [2020-10-07T19:13:00.569Z] 1e910a182e73: Download complete [2020-10-07T19:13:00.569Z] df20fa9351a1: Verifying Checksum [2020-10-07T19:13:00.569Z] df20fa9351a1: Download complete [2020-10-07T19:13:00.569Z] df20fa9351a1: Pull complete [2020-10-07T19:13:00.569Z] ed8968b2872e: Pull complete [2020-10-07T19:13:00.569Z] a92cc7c5fd73: Pull complete [2020-10-07T19:13:02.522Z] 4e634b169226: Verifying Checksum [2020-10-07T19:13:02.522Z] 4e634b169226: Download complete [2020-10-07T19:13:03.121Z] e871e8e8d7a9: Verifying Checksum [2020-10-07T19:13:03.121Z] e871e8e8d7a9: Download complete [2020-10-07T19:13:05.281Z] Still waiting to schedule task [2020-10-07T19:13:05.281Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3952’ is offline [2020-10-07T19:13:08.479Z] e871e8e8d7a9: Pull complete [2020-10-07T19:13:08.479Z] e73272ec9a57: Pull complete [2020-10-07T19:13:08.479Z] 1e910a182e73: Pull complete [2020-10-07T19:13:16.837Z] 4e634b169226: Pull complete [2020-10-07T19:13:16.837Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-07T19:13:16.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-07T19:13:16.837Z] ---> f7629b54cfaa [2020-10-07T19:13:16.837Z] 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-07T19:13:16.837Z] ---> Running in 8e1ba6ff7e0a [2020-10-07T19:13:16.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:13:16.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:13:17.785Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T19:13:18.048Z] (2/12) Installing file (5.38-r0) [2020-10-07T19:13:18.309Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T19:13:18.309Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T19:13:30.588Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T19:13:30.588Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T19:13:30.588Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T19:13:30.851Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T19:13:30.851Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T19:13:31.114Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T19:13:31.114Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T19:13:31.380Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T19:13:31.380Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:13:31.380Z] OK: 233 MiB in 51 packages [2020-10-07T19:13:34.741Z] Removing intermediate container 8e1ba6ff7e0a [2020-10-07T19:13:34.741Z] ---> 8ed06d60bc0a [2020-10-07T19:13:34.741Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T19:13:34.741Z] ---> Running in aeb295058e41 [2020-10-07T19:13:34.741Z] Removing intermediate container aeb295058e41 [2020-10-07T19:13:34.741Z] ---> 83078712c9ae [2020-10-07T19:13:34.741Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T19:13:35.005Z] latest: Pulling from library/docker [2020-10-07T19:13:35.005Z] df20fa9351a1: Already exists [2020-10-07T19:13:35.269Z] 25ad7478873d: Pulling fs layer [2020-10-07T19:13:35.269Z] 4684f6177b5d: Pulling fs layer [2020-10-07T19:13:35.269Z] 8ba584e970af: Pulling fs layer [2020-10-07T19:13:35.269Z] 3cdc74d2b06d: Pulling fs layer [2020-10-07T19:13:35.269Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-07T19:13:35.269Z] fca0ccc462d5: Pulling fs layer [2020-10-07T19:13:35.269Z] 3cdc74d2b06d: Waiting [2020-10-07T19:13:35.269Z] 4cf5a0d07c1f: Waiting [2020-10-07T19:13:35.269Z] fca0ccc462d5: Waiting [2020-10-07T19:13:35.269Z] 4684f6177b5d: Verifying Checksum [2020-10-07T19:13:35.269Z] 4684f6177b5d: Download complete [2020-10-07T19:13:35.269Z] 25ad7478873d: Verifying Checksum [2020-10-07T19:13:35.269Z] 25ad7478873d: Download complete [2020-10-07T19:13:35.537Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-07T19:13:35.537Z] 4cf5a0d07c1f: Download complete [2020-10-07T19:13:35.537Z] 3cdc74d2b06d: Verifying Checksum [2020-10-07T19:13:35.537Z] 3cdc74d2b06d: Download complete [2020-10-07T19:13:35.537Z] fca0ccc462d5: Verifying Checksum [2020-10-07T19:13:35.537Z] fca0ccc462d5: Download complete [2020-10-07T19:13:35.537Z] 25ad7478873d: Pull complete [2020-10-07T19:13:35.810Z] 4684f6177b5d: Pull complete [2020-10-07T19:13:36.075Z] 8ba584e970af: Verifying Checksum [2020-10-07T19:13:36.075Z] 8ba584e970af: Download complete [2020-10-07T19:13:39.434Z] 8ba584e970af: Pull complete [2020-10-07T19:13:39.434Z] 3cdc74d2b06d: Pull complete [2020-10-07T19:13:39.434Z] 4cf5a0d07c1f: Pull complete [2020-10-07T19:13:39.434Z] fca0ccc462d5: Pull complete [2020-10-07T19:13:39.434Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T19:13:39.434Z] Status: Downloaded newer image for docker:latest [2020-10-07T19:13:41.373Z] ---> da31854729be [2020-10-07T19:13:41.373Z] Step 6/7 : COPY go.mod . [2020-10-07T19:13:41.373Z] ---> 98516fc0b5fc [2020-10-07T19:13:41.373Z] Step 7/7 : RUN go mod download [2020-10-07T19:13:41.373Z] ---> Running in 756c8d0114fc [2020-10-07T19:14:03.422Z] Removing intermediate container 756c8d0114fc [2020-10-07T19:14:03.422Z] ---> 88bc11bb2c19 [2020-10-07T19:14:03.422Z] Successfully built 88bc11bb2c19 [2020-10-07T19:14:03.422Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:14:03.741Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-07T19:14:03.741Z] . [Pipeline] withDockerContainer [2020-10-07T19:14:03.855Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:14:03.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:14:04.642Z] $ docker top 6f2062365f0d553023bf928b64450a87a2aebda45ef2f97baa8cca11b00fb6ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T19:14:05.164Z] + go version [2020-10-07T19:14:05.164Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-07T19:14:05.181Z] $ docker stop --time=1 6f2062365f0d553023bf928b64450a87a2aebda45ef2f97baa8cca11b00fb6ac [2020-10-07T19:14:06.527Z] $ docker rm -f 6f2062365f0d553023bf928b64450a87a2aebda45ef2f97baa8cca11b00fb6ac [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-07T19:14:10.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T19:14:10.300Z] [2020-10-07T19:14:10.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:14:10.708Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T19:14:10.708Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-07T19:14:10.708Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-07T19:14:10.708Z] ca9280d653b3: Pulling fs layer [2020-10-07T19:14:10.708Z] 7e9c9ca2126c: Pulling fs layer [2020-10-07T19:14:10.976Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-07T19:14:10.976Z] cbdbe7a5bc2a: Download complete [2020-10-07T19:14:11.238Z] cbdbe7a5bc2a: Pull complete [2020-10-07T19:14:11.238Z] ca9280d653b3: Verifying Checksum [2020-10-07T19:14:11.238Z] ca9280d653b3: Download complete [2020-10-07T19:14:12.197Z] ca9280d653b3: Pull complete [2020-10-07T19:14:12.464Z] 7e9c9ca2126c: Download complete [2020-10-07T19:14:19.110Z] 7e9c9ca2126c: Pull complete [2020-10-07T19:14:19.110Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-07T19:14:19.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T19:14:19.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-07T19:14:19.249Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:14:19.308Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:14:22.164Z] $ docker top 02b0fb2044676b310248f7566b31c42fc6e3f1dfdfa4761806f7cad55ea9c629 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T19:14:22.716Z] + docker-compose build --help [2020-10-07T19:14:22.716Z] + grep parallel [2020-10-07T19:14:23.663Z] --parallel Build images in parallel. [Pipeline] } [2020-10-07T19:14:23.679Z] $ docker stop --time=1 02b0fb2044676b310248f7566b31c42fc6e3f1dfdfa4761806f7cad55ea9c629 [2020-10-07T19:14:25.274Z] $ docker rm -f 02b0fb2044676b310248f7566b31c42fc6e3f1dfdfa4761806f7cad55ea9c629 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:14:25.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T19:14:25.895Z] . [Pipeline] withDockerContainer [2020-10-07T19:14:26.004Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:14:26.123Z] $ 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/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:14:26.714Z] $ docker top 6e45a32cbb2d8264817e55377a47fe9fbda06550eeec6971622b0e3bd698bd85 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T19:14:27.256Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-07T19:14:28.203Z] Building docker-core-command-go ... [2020-10-07T19:14:28.203Z] Building docker-core-data-go ... [2020-10-07T19:14:28.203Z] Building docker-core-metadata-go ... [2020-10-07T19:14:28.203Z] Building docker-security-proxy-setup-go ... [2020-10-07T19:14:28.203Z] Building docker-security-secrets-setup-go ... [2020-10-07T19:14:28.203Z] Building docker-security-secretstore-setup-go ... [2020-10-07T19:14:28.203Z] Building docker-support-logging-go ... [2020-10-07T19:14:28.203Z] Building docker-support-notifications-go ... [2020-10-07T19:14:28.203Z] Building docker-support-scheduler-go ... [2020-10-07T19:14:28.203Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T19:14:28.203Z] Building docker-core-data-go [2020-10-07T19:14:28.203Z] Building docker-core-command-go [2020-10-07T19:14:28.203Z] Building docker-support-notifications-go [2020-10-07T19:14:28.203Z] Building docker-core-metadata-go [2020-10-07T19:14:28.203Z] Building docker-security-proxy-setup-go [2020-10-07T19:14:50.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:14:50.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:14:50.264Z] ---> 88bc11bb2c19 [2020-10-07T19:14:50.264Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T19:14:50.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:14:50.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:14:50.264Z] ---> 88bc11bb2c19 [2020-10-07T19:14:50.264Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T19:14:50.264Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:14:50.264Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:14:50.264Z] ---> 88bc11bb2c19 [2020-10-07T19:14:50.264Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T19:14:50.264Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:14:50.264Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:14:50.264Z] ---> 88bc11bb2c19 [2020-10-07T19:14:50.264Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T19:14:50.264Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:14:50.264Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:14:50.264Z] ---> 88bc11bb2c19 [2020-10-07T19:14:50.264Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T19:14:50.264Z] ---> Running in 0c3d9ffc179a [2020-10-07T19:14:50.264Z] ---> Running in 04f9c5a5d859 [2020-10-07T19:14:50.264Z] ---> Running in c2fec51aa907 [2020-10-07T19:14:50.264Z] ---> Running in 4830a498bc0a [2020-10-07T19:14:50.264Z] ---> Running in 8b7df7b03a17 [2020-10-07T19:14:50.264Z] Removing intermediate container 04f9c5a5d859 [2020-10-07T19:14:50.264Z] ---> 95f81a5898ee [2020-10-07T19:14:50.264Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:14:50.264Z] Removing intermediate container 0c3d9ffc179a [2020-10-07T19:14:50.264Z] ---> a8095a9e2a3d [2020-10-07T19:14:50.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:14:50.264Z] Removing intermediate container c2fec51aa907 [2020-10-07T19:14:50.264Z] ---> 8f1cecd06b20 [2020-10-07T19:14:50.264Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:14:50.264Z] Removing intermediate container 8b7df7b03a17 [2020-10-07T19:14:50.264Z] ---> 7dad16e45ace [2020-10-07T19:14:50.264Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:14:50.536Z] Removing intermediate container 4830a498bc0a [2020-10-07T19:14:50.536Z] ---> ba490c71cbf4 [2020-10-07T19:14:50.536Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:14:50.536Z] ---> Running in 8b0708ae26f3 [2020-10-07T19:14:50.536Z] ---> Running in fe80fcbbe2d7 [2020-10-07T19:14:50.536Z] ---> Running in 3f7f4242760a [2020-10-07T19:14:50.536Z] ---> Running in 95fb0906ab38 [2020-10-07T19:14:50.536Z] ---> Running in 21748f172aba [2020-10-07T19:14:52.526Z] Removing intermediate container 95fb0906ab38 [2020-10-07T19:14:52.526Z] ---> e79449f251b0 [2020-10-07T19:14:52.526Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T19:14:52.526Z] Removing intermediate container 8b0708ae26f3 [2020-10-07T19:14:52.526Z] ---> d7968ca81c2c [2020-10-07T19:14:52.526Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T19:14:52.791Z] ---> Running in fcc2dd728bea [2020-10-07T19:14:52.791Z] Removing intermediate container fe80fcbbe2d7 [2020-10-07T19:14:52.791Z] ---> 0027b4b9a93c [2020-10-07T19:14:52.791Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T19:14:52.791Z] ---> Running in 15b031461af7 [2020-10-07T19:14:53.053Z] Removing intermediate container 21748f172aba [2020-10-07T19:14:53.053Z] ---> 2f4242ccbfc7 [2020-10-07T19:14:53.053Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T19:14:53.053Z] ---> Running in 2d5515a25690 [2020-10-07T19:14:53.053Z] Removing intermediate container 3f7f4242760a [2020-10-07T19:14:53.053Z] ---> e5a0f08d482b [2020-10-07T19:14:53.053Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T19:14:53.318Z] ---> Running in fbac50860885 [2020-10-07T19:14:53.318Z] ---> Running in 9d833da72140 [2020-10-07T19:14:53.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:53.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:54.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:14:55.251Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:14:55.251Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:14:55.251Z] OK: 12752 distinct packages available [2020-10-07T19:14:55.521Z] OK: 233 MiB in 51 packages [2020-10-07T19:14:55.801Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:14:55.801Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:14:55.801Z] OK: 12752 distinct packages available [2020-10-07T19:14:55.801Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:14:55.801Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:14:55.801Z] OK: 12752 distinct packages available [2020-10-07T19:14:56.081Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:14:56.081Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:14:56.081Z] OK: 12752 distinct packages available [2020-10-07T19:14:56.081Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:14:56.081Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:14:56.081Z] OK: 12752 distinct packages available [2020-10-07T19:14:56.081Z] OK: 233 MiB in 51 packages [2020-10-07T19:14:56.081Z] OK: 233 MiB in 51 packages [2020-10-07T19:14:56.353Z] OK: 233 MiB in 51 packages [2020-10-07T19:14:56.353Z] OK: 233 MiB in 51 packages [2020-10-07T19:14:56.626Z] Removing intermediate container fcc2dd728bea [2020-10-07T19:14:56.626Z] ---> 628d472cf8ff [2020-10-07T19:14:56.626Z] Step 6/20 : COPY go.mod . [2020-10-07T19:14:57.212Z] ---> 8cd0578af3f4 [2020-10-07T19:14:57.212Z] Step 7/20 : RUN go mod download [2020-10-07T19:14:57.212Z] Removing intermediate container 15b031461af7 [2020-10-07T19:14:57.212Z] ---> f599f27fbf77 [2020-10-07T19:14:57.212Z] Step 6/24 : COPY go.mod . [2020-10-07T19:14:57.212Z] ---> Running in 026bc691df3f [2020-10-07T19:14:57.212Z] Removing intermediate container 2d5515a25690 [2020-10-07T19:14:57.212Z] ---> cbcb1df44b1c [2020-10-07T19:14:57.212Z] Step 6/23 : COPY go.mod . [2020-10-07T19:14:57.473Z] Removing intermediate container 9d833da72140 [2020-10-07T19:14:57.473Z] ---> 272ca0630392 [2020-10-07T19:14:57.473Z] Step 6/22 : COPY go.mod . [2020-10-07T19:14:57.473Z] Removing intermediate container fbac50860885 [2020-10-07T19:14:57.473Z] ---> 408d235b5424 [2020-10-07T19:14:57.473Z] Step 6/22 : COPY go.mod . [2020-10-07T19:14:57.743Z] ---> 86d2ac3fe7f5 [2020-10-07T19:14:57.743Z] Step 7/24 : RUN go mod download [2020-10-07T19:14:57.743Z] ---> 9fce5b7bebb8 [2020-10-07T19:14:57.743Z] Step 7/23 : RUN go mod download [2020-10-07T19:14:57.743Z] ---> 012173896596 [2020-10-07T19:14:57.743Z] Step 7/22 : RUN go mod download [2020-10-07T19:14:57.743Z] ---> Running in ff48ae3455c6 [2020-10-07T19:14:58.009Z] ---> Running in 29a3f59e0276 [2020-10-07T19:14:58.009Z] ---> Running in ae8f16563643 [2020-10-07T19:14:58.009Z] ---> a2cccbfdaac5 [2020-10-07T19:14:58.009Z] Step 7/22 : RUN go mod download [2020-10-07T19:14:58.009Z] ---> Running in 2ba7f49e71ea [2020-10-07T19:14:59.494Z] Removing intermediate container 026bc691df3f [2020-10-07T19:14:59.494Z] ---> abf0cf185c11 [2020-10-07T19:14:59.494Z] Step 8/20 : COPY . . [2020-10-07T19:15:01.462Z] Removing intermediate container ff48ae3455c6 [2020-10-07T19:15:01.462Z] ---> 7d6d8099d58f [2020-10-07T19:15:01.462Z] Step 8/24 : COPY . . [2020-10-07T19:15:01.462Z] Removing intermediate container 29a3f59e0276 [2020-10-07T19:15:01.462Z] ---> 1272f10dbb50 [2020-10-07T19:15:01.462Z] Step 8/23 : COPY . . [2020-10-07T19:15:07.042Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3959 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-07T19:15:07.240Z] Running in /w/workspace/edgex-go/168 [Pipeline] { [Pipeline] checkout [2020-10-07T19:15:09.851Z] Removing intermediate container 2ba7f49e71ea [2020-10-07T19:15:09.851Z] ---> 12cab51871f3 [2020-10-07T19:15:09.851Z] Step 8/22 : COPY . . [2020-10-07T19:15:09.851Z] Removing intermediate container ae8f16563643 [2020-10-07T19:15:09.851Z] ---> 41dd86c05f18 [2020-10-07T19:15:09.851Z] Step 8/22 : COPY . . [2020-10-07T19:15:12.395Z] using credential edgex-jenkins-ssh [2020-10-07T19:15:12.457Z] Cloning the remote Git repository [2020-10-07T19:15:12.520Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-07T19:15:12.633Z] > git init /w/workspace/edgex-go/168 # timeout=10 [2020-10-07T19:15:12.715Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T19:15:12.716Z] > git --version # timeout=10 [2020-10-07T19:15:12.735Z] > git --version # 'git version 2.17.1' [2020-10-07T19:15:12.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T19:15:12.807Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T19:15:20.368Z] ---> 261ac57cd932 [2020-10-07T19:15:20.368Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T19:15:22.995Z] ---> Running in a03e089d1400 [2020-10-07T19:15:28.341Z] ---> 04cdf4785c33 [2020-10-07T19:15:28.341Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T19:15:28.341Z] ---> 27fbdccbf298 [2020-10-07T19:15:28.341Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T19:15:28.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-07T19:15:28.868Z] ---> Running in b7513b5d91a6 [2020-10-07T19:15:30.278Z] ---> Running in b685a96c7dca [2020-10-07T19:15:31.726Z] ---> 11df19b09f04 [2020-10-07T19:15:31.726Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-07T19:15:31.726Z] ---> ae28be8f2581 [2020-10-07T19:15:31.726Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T19:15:31.726Z] ---> Running in 03ce7d1d74c6 [2020-10-07T19:15:31.726Z] ---> Running in 447126a47092 [2020-10-07T19:15:32.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-07T19:15:32.711Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/core-data/core-data ./cmd/core-data [2020-10-07T19:15:32.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-07T19:15:32.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/core-command/core-command ./cmd/core-command [2020-10-07T19:15:40.887Z] Checking out Revision afa01c67d948f97462ea06f3d0e340c600f01233 (master) [2020-10-07T19:15:40.187Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T19:15:40.207Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T19:15:40.275Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T19:15:40.334Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T19:15:40.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T19:15:40.348Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T19:15:40.908Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T19:15:40.931Z] > git checkout -f afa01c67d948f97462ea06f3d0e340c600f01233 # timeout=10 [2020-10-07T19:15:45.433Z] Commit message: "Merge pull request #2762 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.24" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-07T19:15:58.196Z] ========================================================= [2020-10-07T19:15:58.196Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-07T19:15:58.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:15:59.092Z] + 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-07T19:16:03.398Z] Sending build context to Docker daemon 324.8MB [2020-10-07T19:16:03.398Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T19:16:03.398Z] Step 2/7 : FROM ${BASE} [2020-10-07T19:16:03.398Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-07T19:16:03.398Z] b538f80385f9: Pulling fs layer [2020-10-07T19:16:03.398Z] 74f711af9a0d: Pulling fs layer [2020-10-07T19:16:03.398Z] 99f96fe45779: Pulling fs layer [2020-10-07T19:16:03.398Z] 8529a6b9a6be: Pulling fs layer [2020-10-07T19:16:03.398Z] 45590311c82a: Pulling fs layer [2020-10-07T19:16:03.398Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-07T19:16:03.398Z] 209524e5b208: Pulling fs layer [2020-10-07T19:16:03.398Z] 45590311c82a: Waiting [2020-10-07T19:16:03.398Z] 69ca0ff8b7b3: Waiting [2020-10-07T19:16:03.398Z] 8529a6b9a6be: Waiting [2020-10-07T19:16:03.398Z] 209524e5b208: Waiting [2020-10-07T19:16:03.398Z] 99f96fe45779: Download complete [2020-10-07T19:16:03.398Z] 74f711af9a0d: Download complete [2020-10-07T19:16:03.398Z] 45590311c82a: Verifying Checksum [2020-10-07T19:16:03.398Z] 45590311c82a: Download complete [2020-10-07T19:16:03.398Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-07T19:16:03.398Z] 69ca0ff8b7b3: Download complete [2020-10-07T19:16:03.398Z] b538f80385f9: Download complete [2020-10-07T19:16:03.999Z] b538f80385f9: Pull complete [2020-10-07T19:16:04.608Z] 74f711af9a0d: Pull complete [2020-10-07T19:16:04.882Z] 99f96fe45779: Pull complete [2020-10-07T19:16:05.321Z] Removing intermediate container a03e089d1400 [2020-10-07T19:16:05.321Z] ---> 6597d6a9067c [2020-10-07T19:16:05.321Z] [2020-10-07T19:16:05.321Z] Step 10/20 : FROM alpine [2020-10-07T19:16:05.321Z] latest: Pulling from library/alpine [2020-10-07T19:16:05.321Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T19:16:05.321Z] Status: Downloaded newer image for alpine:latest [2020-10-07T19:16:05.321Z] ---> a24bb4013296 [2020-10-07T19:16:05.321Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T19:16:05.321Z] ---> Running in 0865d2a7e7b2 [2020-10-07T19:16:05.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:16:05.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:16:05.887Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:16:05.887Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:16:05.887Z] OK: 12750 distinct packages available [2020-10-07T19:16:06.329Z] 209524e5b208: Verifying Checksum [2020-10-07T19:16:06.329Z] 209524e5b208: Download complete [2020-10-07T19:16:06.518Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T19:16:06.518Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T19:16:06.518Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T19:16:06.518Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T19:16:06.518Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:16:06.518Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T19:16:06.518Z] OK: 7 MiB in 18 packages [2020-10-07T19:16:07.311Z] 8529a6b9a6be: Verifying Checksum [2020-10-07T19:16:07.311Z] 8529a6b9a6be: Download complete [2020-10-07T19:16:09.174Z] Removing intermediate container 0865d2a7e7b2 [2020-10-07T19:16:09.174Z] ---> c70c348a13f8 [2020-10-07T19:16:09.174Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T19:16:09.174Z] ---> Running in add0802c7445 [2020-10-07T19:16:09.766Z] Removing intermediate container add0802c7445 [2020-10-07T19:16:09.766Z] ---> 159755b66f35 [2020-10-07T19:16:09.766Z] Step 13/20 : WORKDIR /edgex [2020-10-07T19:16:10.037Z] ---> Running in a9f473808d9f [2020-10-07T19:16:11.487Z] Removing intermediate container a9f473808d9f [2020-10-07T19:16:11.487Z] ---> 1699f99ba25a [2020-10-07T19:16:11.487Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T19:16:12.501Z] Removing intermediate container b685a96c7dca [2020-10-07T19:16:12.501Z] ---> 9912d8f97a82 [2020-10-07T19:16:12.501Z] [2020-10-07T19:16:12.501Z] Step 10/24 : FROM scratch [2020-10-07T19:16:12.501Z] ---> [2020-10-07T19:16:12.501Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T19:16:12.814Z] ---> 5d53daec22e6 [2020-10-07T19:16:12.814Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T19:16:12.814Z] ---> Running in 7895261d8e4e [2020-10-07T19:16:14.877Z] Removing intermediate container 7895261d8e4e [2020-10-07T19:16:14.877Z] ---> ffe94a70bdd1 [2020-10-07T19:16:14.877Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T19:16:15.470Z] ---> bd8b1b1dc03e [2020-10-07T19:16:15.470Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T19:16:15.735Z] ---> Running in 514332d9610d [2020-10-07T19:16:15.735Z] ---> Running in 8b22196deea8 [2020-10-07T19:16:15.998Z] Removing intermediate container 447126a47092 [2020-10-07T19:16:15.998Z] ---> 2f9fcfd4439d [2020-10-07T19:16:15.998Z] [2020-10-07T19:16:15.998Z] Step 10/22 : FROM scratch [2020-10-07T19:16:15.998Z] ---> [2020-10-07T19:16:15.998Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:16:15.998Z] Removing intermediate container 514332d9610d [2020-10-07T19:16:15.998Z] ---> 4253e200631a [2020-10-07T19:16:15.998Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T19:16:15.998Z] ---> Running in 46973a28f29b [2020-10-07T19:16:15.998Z] ---> Running in b29512017ffd [2020-10-07T19:16:15.998Z] Removing intermediate container 8b22196deea8 [2020-10-07T19:16:15.998Z] ---> 08cab85d1aa2 [2020-10-07T19:16:15.998Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T19:16:15.998Z] ---> Running in 36e9a2f22e81 [2020-10-07T19:16:16.955Z] Removing intermediate container 46973a28f29b [2020-10-07T19:16:16.955Z] ---> 11b6654ca635 [2020-10-07T19:16:16.955Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T19:16:16.955Z] Removing intermediate container b29512017ffd [2020-10-07T19:16:16.955Z] ---> afa91c5c0420 [2020-10-07T19:16:16.955Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T19:16:17.237Z] Removing intermediate container 36e9a2f22e81 [2020-10-07T19:16:17.237Z] ---> 1163901f6d65 [2020-10-07T19:16:17.237Z] Step 18/20 : LABEL arch=x86_64 [2020-10-07T19:16:17.237Z] ---> Running in 6fb11b366fc6 [2020-10-07T19:16:17.237Z] ---> Running in c2892d63e316 [2020-10-07T19:16:17.466Z] 8529a6b9a6be: Pull complete [2020-10-07T19:16:17.466Z] 45590311c82a: Pull complete [2020-10-07T19:16:17.742Z] 69ca0ff8b7b3: Pull complete [2020-10-07T19:16:18.186Z] Removing intermediate container 6fb11b366fc6 [2020-10-07T19:16:18.186Z] ---> 73ffa4915d5e [2020-10-07T19:16:18.186Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T19:16:18.459Z] ---> 9bdf1bd2eaaf [2020-10-07T19:16:18.459Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T19:16:20.388Z] ---> Running in b8e3c227c20e [2020-10-07T19:16:20.649Z] Removing intermediate container c2892d63e316 [2020-10-07T19:16:20.649Z] ---> 84e19afb4519 [2020-10-07T19:16:20.649Z] Step 19/20 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:16:20.649Z] Removing intermediate container 03ce7d1d74c6 [2020-10-07T19:16:20.649Z] ---> 3987eaff4862 [2020-10-07T19:16:20.649Z] [2020-10-07T19:16:20.649Z] Step 10/22 : FROM scratch [2020-10-07T19:16:20.649Z] ---> [2020-10-07T19:16:20.649Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:16:20.649Z] ---> 6da620b87770 [2020-10-07T19:16:20.649Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T19:16:20.649Z] ---> Using cache [2020-10-07T19:16:20.649Z] ---> afa91c5c0420 [2020-10-07T19:16:20.649Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T19:16:20.987Z] ---> Running in e30ae8426d68 [2020-10-07T19:16:20.987Z] ---> Running in 7430784f7180 [2020-10-07T19:16:20.987Z] Removing intermediate container b8e3c227c20e [2020-10-07T19:16:20.987Z] ---> e0fb91665639 [2020-10-07T19:16:20.987Z] Step 14/22 : WORKDIR / [2020-10-07T19:16:21.153Z] 209524e5b208: Pull complete [2020-10-07T19:16:21.153Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-07T19:16:21.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-07T19:16:21.153Z] ---> 5bddaf1c2fca [2020-10-07T19:16:21.153Z] 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-07T19:16:21.274Z] ---> Running in 40a5567af6da [2020-10-07T19:16:21.274Z] Removing intermediate container 7430784f7180 [2020-10-07T19:16:21.274Z] ---> a41b6bdfb0fa [2020-10-07T19:16:21.274Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T19:16:21.274Z] Removing intermediate container e30ae8426d68 [2020-10-07T19:16:21.274Z] ---> c354f35131d7 [2020-10-07T19:16:21.274Z] Step 20/20 : LABEL version=1.2.2-dev.53 [2020-10-07T19:16:21.563Z] ---> 5c80f9edf622 [2020-10-07T19:16:21.563Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T19:16:21.563Z] ---> Running in ff8be0075c8c [2020-10-07T19:16:22.207Z] ---> Running in e46622fc28b1 [2020-10-07T19:16:22.207Z] Removing intermediate container 40a5567af6da [2020-10-07T19:16:22.207Z] ---> d05058c34059 [2020-10-07T19:16:22.207Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T19:16:24.138Z] Removing intermediate container ff8be0075c8c [2020-10-07T19:16:24.138Z] ---> e3317ed8892d [2020-10-07T19:16:24.138Z] Step 14/22 : WORKDIR / [2020-10-07T19:16:24.138Z] ---> 41920c598103 [2020-10-07T19:16:24.138Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T19:16:24.138Z] ---> ad88e67c5a53 [2020-10-07T19:16:24.138Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T19:16:24.138Z] ---> Running in 031a07e3d14f [2020-10-07T19:16:24.412Z] Removing intermediate container e46622fc28b1 [2020-10-07T19:16:24.412Z] ---> 59383618747b [2020-10-07T19:16:24.412Z] [2020-10-07T19:16:24.412Z] Removing intermediate container b7513b5d91a6 [2020-10-07T19:16:24.412Z] ---> 179a217ccf59 [2020-10-07T19:16:24.412Z] [2020-10-07T19:16:24.412Z] Step 10/23 : FROM alpine [2020-10-07T19:16:24.412Z] ---> a24bb4013296 [2020-10-07T19:16:24.412Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:16:24.676Z] Successfully built 59383618747b [2020-10-07T19:16:24.676Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-07T19:16:24.676Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-10-07T19:16:24.676Z] ---> Running in ec897140624d [2020-10-07T19:16:24.938Z] Removing intermediate container 031a07e3d14f [2020-10-07T19:16:24.939Z] ---> 3a6d287e0be2 [2020-10-07T19:16:24.939Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T19:16:25.460Z] ---> Running in d8ede77c71cb [2020-10-07T19:16:26.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:16:27.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:16:27.509Z] ---> 5f9b0a6b7d9a [2020-10-07T19:16:27.509Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T19:16:27.510Z] ---> 936fda956f8f [2020-10-07T19:16:27.510Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T19:16:27.774Z] Removing intermediate container ec897140624d [2020-10-07T19:16:27.774Z] ---> 7d7ca22c8fce [2020-10-07T19:16:27.774Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T19:16:27.774Z] ---> 6b99cead854c [2020-10-07T19:16:27.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T19:16:28.364Z] ---> Running in e11d48b87ba4 [2020-10-07T19:16:28.627Z] ---> a57bbc126e36 [2020-10-07T19:16:28.627Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T19:16:28.627Z] ---> e3d707fb6b4d [2020-10-07T19:16:28.627Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T19:16:28.627Z] ---> Running in 80fea83874d2 [2020-10-07T19:16:28.853Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T19:16:28.903Z] ---> Running in 9fa594b681eb [2020-10-07T19:16:28.903Z] Removing intermediate container e11d48b87ba4 [2020-10-07T19:16:28.903Z] ---> 4256a000f851 [2020-10-07T19:16:28.903Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T19:16:28.903Z] ---> 4b92d774411e [2020-10-07T19:16:28.903Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T19:16:28.903Z] ---> Running in 01cb60a626d2 [2020-10-07T19:16:29.125Z] (2/12) Installing file (5.38-r0) [2020-10-07T19:16:29.125Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T19:16:29.125Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T19:16:29.168Z] Removing intermediate container 80fea83874d2 [2020-10-07T19:16:29.169Z] ---> 6b625de19fba [2020-10-07T19:16:29.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:16:29.169Z] Removing intermediate container 9fa594b681eb [2020-10-07T19:16:29.169Z] ---> 1a7e8afe8eaf [2020-10-07T19:16:29.169Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:16:29.483Z] ---> Running in bb400d746d08 [2020-10-07T19:16:30.085Z] ---> Running in 6dd49d4db72d [2020-10-07T19:16:30.085Z] ---> dd1bd9d64daa [2020-10-07T19:16:30.085Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T19:16:30.085Z] Removing intermediate container 01cb60a626d2 [2020-10-07T19:16:30.085Z] ---> 4ef047ddd0ab [2020-10-07T19:16:30.085Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:16:30.685Z] ---> Running in 4a3ab62bfa7b [2020-10-07T19:16:30.685Z] ---> Running in 7b0f5ad9eade [2020-10-07T19:16:30.685Z] Removing intermediate container bb400d746d08 [2020-10-07T19:16:30.685Z] ---> 8bebb47b9303 [2020-10-07T19:16:30.685Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T19:16:31.298Z] Removing intermediate container 6dd49d4db72d [2020-10-07T19:16:31.298Z] ---> 997dfaab23ea [2020-10-07T19:16:31.298Z] Step 22/24 : LABEL arch=x86_64 [2020-10-07T19:16:32.296Z] ---> Running in f225482f8427 [2020-10-07T19:16:32.296Z] Removing intermediate container 7b0f5ad9eade [2020-10-07T19:16:32.296Z] ---> 72b34a11e638 [2020-10-07T19:16:32.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:16:32.296Z] ---> Running in 9d8d4e4a0f32 [2020-10-07T19:16:32.890Z] ---> Running in 6f54fab62242 [2020-10-07T19:16:32.890Z] Removing intermediate container f225482f8427 [2020-10-07T19:16:32.890Z] ---> 2f57aafd9162 [2020-10-07T19:16:32.890Z] Step 21/22 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:16:32.890Z] Removing intermediate container 9d8d4e4a0f32 [2020-10-07T19:16:32.890Z] ---> 90a67e7c5112 [2020-10-07T19:16:32.890Z] Step 23/24 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:16:33.164Z] ---> Running in 60dd8d0b8458 [2020-10-07T19:16:33.429Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T19:16:33.429Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T19:16:33.429Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T19:16:33.429Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T19:16:33.429Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T19:16:33.429Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T19:16:33.429Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T19:16:33.429Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T19:16:33.700Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:16:33.700Z] OK: 217 MiB in 51 packages [2020-10-07T19:16:33.755Z] ---> Running in 9973fb814f1e [2020-10-07T19:16:34.018Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:16:34.018Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:16:34.018Z] ---> 88bc11bb2c19 [2020-10-07T19:16:34.018Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T19:16:34.018Z] ---> Using cache [2020-10-07T19:16:34.018Z] ---> ba490c71cbf4 [2020-10-07T19:16:34.018Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:16:34.018Z] ---> Using cache [2020-10-07T19:16:34.018Z] ---> 2f4242ccbfc7 [2020-10-07T19:16:34.018Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T19:16:34.018Z] ---> Using cache [2020-10-07T19:16:34.018Z] ---> 408d235b5424 [2020-10-07T19:16:34.018Z] Step 6/21 : COPY go.mod . [2020-10-07T19:16:34.018Z] ---> Using cache [2020-10-07T19:16:34.018Z] ---> a2cccbfdaac5 [2020-10-07T19:16:34.018Z] Step 7/21 : RUN go mod download [2020-10-07T19:16:34.018Z] ---> Using cache [2020-10-07T19:16:34.018Z] ---> 12cab51871f3 [2020-10-07T19:16:34.018Z] Step 8/21 : COPY . . [2020-10-07T19:16:34.018Z] ---> Using cache [2020-10-07T19:16:34.018Z] ---> 11df19b09f04 [2020-10-07T19:16:34.018Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T19:16:35.414Z] Removing intermediate container 6f54fab62242 [2020-10-07T19:16:35.414Z] ---> ce67093988ee [2020-10-07T19:16:35.414Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T19:16:35.414Z] ---> Running in 749d3b256735 [2020-10-07T19:16:35.414Z] ---> Running in f09580522c60 [2020-10-07T19:16:35.414Z] Removing intermediate container 60dd8d0b8458 [2020-10-07T19:16:35.414Z] ---> f859dd94403e [2020-10-07T19:16:35.414Z] Step 22/22 : LABEL version=1.2.2-dev.53 [2020-10-07T19:16:35.414Z] Removing intermediate container 9973fb814f1e [2020-10-07T19:16:35.414Z] ---> 43a572c6e4b6 [2020-10-07T19:16:35.414Z] Step 24/24 : LABEL version=1.2.2-dev.53 [2020-10-07T19:16:35.695Z] ---> Running in 43d0a9933841 [2020-10-07T19:16:35.695Z] ---> Running in 4ca81deddbbb [2020-10-07T19:16:35.959Z] Removing intermediate container 4a3ab62bfa7b [2020-10-07T19:16:35.959Z] ---> d2e2c868af54 [2020-10-07T19:16:35.959Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T19:16:35.959Z] Removing intermediate container f09580522c60 [2020-10-07T19:16:35.959Z] ---> 089913f657f6 [2020-10-07T19:16:35.959Z] Step 21/22 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:16:35.959Z] Removing intermediate container 43d0a9933841 [2020-10-07T19:16:35.959Z] ---> 969659df82d6 [2020-10-07T19:16:35.959Z] [2020-10-07T19:16:35.959Z] ---> Running in 49c68edfc18c [2020-10-07T19:16:36.227Z] ---> Running in 45806ff32728 [2020-10-07T19:16:36.228Z] Successfully built 969659df82d6 [2020-10-07T19:16:36.228Z] Successfully tagged docker-core-command-go:latest [2020-10-07T19:16:36.228Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-10-07T19:16:36.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-07T19:16:36.228Z] Removing intermediate container 4ca81deddbbb [2020-10-07T19:16:36.228Z] ---> a10b5a074852 [2020-10-07T19:16:36.228Z] [2020-10-07T19:16:36.498Z] Successfully built a10b5a074852 [2020-10-07T19:16:36.498Z] Removing intermediate container 45806ff32728 [2020-10-07T19:16:36.498Z] ---> 3f0cadfa5c5d [2020-10-07T19:16:36.498Z] Step 22/22 : LABEL version=1.2.2-dev.53 [2020-10-07T19:16:36.498Z] Successfully tagged docker-support-notifications-go:latest [2020-10-07T19:16:36.498Z] Building docker-sys-mgmt-agent-go [2020-10-07T19:16:36.783Z]  Building docker-support-notifications-go ... done  ---> Running in ddc833cc16c2 [2020-10-07T19:16:37.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:16:37.326Z] Removing intermediate container ddc833cc16c2 [2020-10-07T19:16:37.326Z] ---> 9c6a0a007651 [2020-10-07T19:16:37.326Z] [2020-10-07T19:16:37.326Z] Successfully built 9c6a0a007651 [2020-10-07T19:16:37.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:16:37.594Z] Successfully tagged docker-core-metadata-go:latest [2020-10-07T19:16:37.594Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-10-07T19:16:38.022Z] Removing intermediate container d8ede77c71cb [2020-10-07T19:16:38.022Z] ---> d60122743752 [2020-10-07T19:16:38.022Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T19:16:38.022Z] ---> Running in de3f3b20f467 [2020-10-07T19:16:38.197Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T19:16:38.197Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T19:16:38.294Z] Removing intermediate container de3f3b20f467 [2020-10-07T19:16:38.294Z] ---> 7dbdaa9db5c7 [2020-10-07T19:16:38.294Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T19:16:38.463Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T19:16:38.463Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T19:16:38.567Z] latest: Pulling from library/docker [2020-10-07T19:16:38.567Z] b538f80385f9: Already exists [2020-10-07T19:16:38.567Z] 259a493cd78d: Pulling fs layer [2020-10-07T19:16:38.567Z] b8e66b5100f5: Pulling fs layer [2020-10-07T19:16:38.567Z] 7f8258a56ab6: Pulling fs layer [2020-10-07T19:16:38.567Z] 75a0a0ebb566: Pulling fs layer [2020-10-07T19:16:38.567Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-07T19:16:38.567Z] 294320357d30: Pulling fs layer [2020-10-07T19:16:38.867Z] 75a0a0ebb566: Waiting [2020-10-07T19:16:38.867Z] 4a2c62f0a2a3: Waiting [2020-10-07T19:16:38.867Z] 294320357d30: Waiting [2020-10-07T19:16:38.867Z] b8e66b5100f5: Download complete [2020-10-07T19:16:38.867Z] 259a493cd78d: Download complete [2020-10-07T19:16:38.867Z] 75a0a0ebb566: Verifying Checksum [2020-10-07T19:16:38.867Z] 75a0a0ebb566: Download complete [2020-10-07T19:16:39.105Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T19:16:39.105Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:16:39.152Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-07T19:16:39.152Z] 4a2c62f0a2a3: Download complete [2020-10-07T19:16:39.152Z] 294320357d30: Verifying Checksum [2020-10-07T19:16:39.152Z] 294320357d30: Download complete [2020-10-07T19:16:39.377Z] OK: 8 MiB in 19 packages [2020-10-07T19:16:39.760Z] 259a493cd78d: Pull complete [2020-10-07T19:16:40.038Z] b8e66b5100f5: Pull complete [2020-10-07T19:16:40.318Z] 7f8258a56ab6: Verifying Checksum [2020-10-07T19:16:40.318Z] 7f8258a56ab6: Download complete [2020-10-07T19:16:43.767Z] 7f8258a56ab6: Pull complete [2020-10-07T19:16:43.767Z] 75a0a0ebb566: Pull complete [2020-10-07T19:16:44.363Z] 4a2c62f0a2a3: Pull complete [2020-10-07T19:16:44.636Z] 294320357d30: Pull complete [2020-10-07T19:16:44.636Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T19:16:44.636Z] Status: Downloaded newer image for docker:latest [2020-10-07T19:16:44.804Z] Removing intermediate container 49c68edfc18c [2020-10-07T19:16:44.804Z] ---> 99be276976da [2020-10-07T19:16:44.804Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T19:16:45.096Z] ---> 7a78e00b6a7c [2020-10-07T19:16:45.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T19:16:47.808Z] ---> a266b0859823 [2020-10-07T19:16:47.808Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T19:16:48.042Z] ---> 7b199e7b4305 [2020-10-07T19:16:48.042Z] Step 6/7 : COPY go.mod . [2020-10-07T19:16:48.419Z] ---> 9906139e8c5b [2020-10-07T19:16:48.419Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T19:16:48.642Z] ---> 52f1bb85d581 [2020-10-07T19:16:48.642Z] Step 7/7 : RUN go mod download [2020-10-07T19:16:48.916Z] ---> Running in 835753528ad6 [2020-10-07T19:16:49.015Z] ---> Running in 0d43c36e4ddd [2020-10-07T19:16:49.622Z] Removing intermediate container 0d43c36e4ddd [2020-10-07T19:16:49.622Z] ---> bf235d1744b0 [2020-10-07T19:16:49.622Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:16:50.632Z] ---> Running in 9ecffd5e673d [2020-10-07T19:16:50.912Z] Removing intermediate container 9ecffd5e673d [2020-10-07T19:16:50.912Z] ---> 227e57197ed7 [2020-10-07T19:16:50.912Z] Step 21/23 : LABEL arch=x86_64 [2020-10-07T19:16:51.187Z] ---> Running in 5ee430128d6f [2020-10-07T19:16:51.785Z] Removing intermediate container 5ee430128d6f [2020-10-07T19:16:51.785Z] ---> 0d4753666683 [2020-10-07T19:16:51.785Z] Step 22/23 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:16:52.391Z] ---> Running in 51e6f84e2433 [2020-10-07T19:16:52.666Z] Removing intermediate container 51e6f84e2433 [2020-10-07T19:16:52.666Z] ---> 78b915acc349 [2020-10-07T19:16:52.666Z] Step 23/23 : LABEL version=1.2.2-dev.53 [2020-10-07T19:16:52.949Z] ---> Running in 8bc36949a417 [2020-10-07T19:16:54.392Z] Removing intermediate container 8bc36949a417 [2020-10-07T19:16:54.392Z] ---> 73f6f250ae6d [2020-10-07T19:16:54.392Z] [2020-10-07T19:16:54.392Z] Successfully built 73f6f250ae6d [2020-10-07T19:16:54.392Z] Successfully tagged docker-core-data-go:latest [2020-10-07T19:16:54.392Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-07T19:17:01.134Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:17:01.134Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:17:01.134Z] ---> 88bc11bb2c19 [2020-10-07T19:17:01.134Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> ba490c71cbf4 [2020-10-07T19:17:01.134Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> 2f4242ccbfc7 [2020-10-07T19:17:01.134Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T19:17:01.134Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:17:01.134Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:17:01.134Z] ---> 88bc11bb2c19 [2020-10-07T19:17:01.134Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> ba490c71cbf4 [2020-10-07T19:17:01.134Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> 2f4242ccbfc7 [2020-10-07T19:17:01.134Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> 408d235b5424 [2020-10-07T19:17:01.134Z] Step 6/26 : COPY go.mod . [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> a2cccbfdaac5 [2020-10-07T19:17:01.134Z] Step 7/26 : RUN go mod download [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> 12cab51871f3 [2020-10-07T19:17:01.134Z] Step 8/26 : COPY . . [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> 11df19b09f04 [2020-10-07T19:17:01.134Z] 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-07T19:17:01.134Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:17:01.134Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T19:17:01.134Z] ---> 88bc11bb2c19 [2020-10-07T19:17:01.134Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T19:17:01.134Z] ---> Using cache [2020-10-07T19:17:01.134Z] ---> ba490c71cbf4 [2020-10-07T19:17:01.134Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T19:17:02.108Z] ---> Running in f942f08054e0 [2020-10-07T19:17:02.108Z] ---> Running in b085dddc3a56 [2020-10-07T19:17:02.108Z] ---> Running in a0d72d0911c2 [2020-10-07T19:17:05.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-07T19:17:05.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:05.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:05.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:05.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:06.828Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:17:06.828Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:17:06.828Z] OK: 12752 distinct packages available [2020-10-07T19:17:06.828Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:17:06.828Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:17:06.828Z] OK: 12752 distinct packages available [2020-10-07T19:17:07.106Z] OK: 233 MiB in 51 packages [2020-10-07T19:17:07.106Z] OK: 233 MiB in 51 packages [2020-10-07T19:17:09.792Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:17:09.792Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:17:09.792Z] ---> 88bc11bb2c19 [2020-10-07T19:17:09.792Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T19:17:09.792Z] ---> Using cache [2020-10-07T19:17:09.792Z] ---> ba490c71cbf4 [2020-10-07T19:17:09.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:17:09.792Z] ---> Using cache [2020-10-07T19:17:09.792Z] ---> 2f4242ccbfc7 [2020-10-07T19:17:09.792Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T19:17:10.814Z] Removing intermediate container f942f08054e0 [2020-10-07T19:17:10.814Z] ---> 5b20d87558d0 [2020-10-07T19:17:10.814Z] Step 6/27 : COPY go.mod . [2020-10-07T19:17:10.814Z] ---> Running in 96ba306cb74c [2020-10-07T19:17:11.119Z] Removing intermediate container b085dddc3a56 [2020-10-07T19:17:11.119Z] ---> 94d2feae882d [2020-10-07T19:17:11.119Z] Step 5/29 : COPY go.mod . [2020-10-07T19:17:11.404Z] Removing intermediate container 749d3b256735 [2020-10-07T19:17:11.404Z] ---> 9136f8d11334 [2020-10-07T19:17:11.404Z] [2020-10-07T19:17:11.404Z] Step 10/21 : FROM scratch [2020-10-07T19:17:11.404Z] ---> [2020-10-07T19:17:11.404Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:17:12.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:12.286Z] ---> Using cache [2020-10-07T19:17:12.286Z] ---> afa91c5c0420 [2020-10-07T19:17:12.286Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T19:17:12.286Z] ---> 0c11c356c363 [2020-10-07T19:17:12.286Z] Step 6/29 : RUN go mod download [2020-10-07T19:17:12.286Z] ---> 0c701d5554ec [2020-10-07T19:17:12.286Z] Step 7/27 : RUN go mod download [2020-10-07T19:17:12.286Z] ---> Running in b662325ee037 [2020-10-07T19:17:12.558Z] ---> Running in d88da8990142 [2020-10-07T19:17:12.558Z] ---> Running in 1ac1dd3ebb54 [2020-10-07T19:17:12.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:12.830Z] Removing intermediate container b662325ee037 [2020-10-07T19:17:12.830Z] ---> d3db279ed6f1 [2020-10-07T19:17:12.830Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T19:17:13.110Z] ---> Running in 1181c283f34a [2020-10-07T19:17:13.384Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:17:13.384Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:17:13.384Z] OK: 12752 distinct packages available [2020-10-07T19:17:13.384Z] Removing intermediate container 1181c283f34a [2020-10-07T19:17:13.384Z] ---> 60f9eb056b6b [2020-10-07T19:17:13.384Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T19:17:13.647Z] OK: 233 MiB in 51 packages [2020-10-07T19:17:13.927Z] ---> 341d219ce073 [2020-10-07T19:17:13.927Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T19:17:13.927Z] OK: 233 MiB in 51 packages [2020-10-07T19:17:14.924Z] ---> ec24c30c176b [2020-10-07T19:17:14.924Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T19:17:14.924Z] Removing intermediate container 96ba306cb74c [2020-10-07T19:17:14.924Z] ---> 4130addb22e4 [2020-10-07T19:17:14.924Z] Step 6/22 : COPY go.mod . [2020-10-07T19:17:15.536Z] Removing intermediate container d88da8990142 [2020-10-07T19:17:15.536Z] ---> ab8589043bbe [2020-10-07T19:17:15.536Z] Step 8/27 : COPY . . [2020-10-07T19:17:15.536Z] Removing intermediate container 1ac1dd3ebb54 [2020-10-07T19:17:15.536Z] ---> ec9444c0f579 [2020-10-07T19:17:15.536Z] Step 7/29 : COPY . . [2020-10-07T19:17:15.536Z] ---> dbeecafa68ec [2020-10-07T19:17:15.536Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T19:17:15.536Z] ---> ce40b9beaa05 [2020-10-07T19:17:15.536Z] Step 7/22 : RUN go mod download [2020-10-07T19:17:15.536Z] ---> Running in ff4e8a8c2404 [2020-10-07T19:17:15.770Z] Removing intermediate container 835753528ad6 [2020-10-07T19:17:15.770Z] ---> cdbcd6edaac3 [2020-10-07T19:17:15.770Z] Successfully built cdbcd6edaac3 [2020-10-07T19:17:15.770Z] Successfully tagged ci-base-image-arm64:latest [2020-10-07T19:17:15.828Z] ---> Running in 6d1d1a8ff9af [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:17:16.174Z] + docker inspect -f . ci-base-image-arm64 [2020-10-07T19:17:16.174Z] . [Pipeline] withDockerContainer [2020-10-07T19:17:16.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-3959 does not seem to be running inside a container [2020-10-07T19:17:16.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:17:18.540Z] $ docker top 9c3470fb40bc954fe4956f7382db9933bd7da84f0606be1d2570fd9d57a05026 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T19:17:19.426Z] Removing intermediate container ff4e8a8c2404 [2020-10-07T19:17:19.426Z] ---> 93c21cd1f63f [2020-10-07T19:17:19.426Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:17:19.936Z] + go version [2020-10-07T19:17:19.936Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-07T19:17:19.969Z] $ docker stop --time=1 9c3470fb40bc954fe4956f7382db9933bd7da84f0606be1d2570fd9d57a05026 [2020-10-07T19:17:21.467Z] ---> Running in d808e2b57f9c [2020-10-07T19:17:21.896Z] $ docker rm -f 9c3470fb40bc954fe4956f7382db9933bd7da84f0606be1d2570fd9d57a05026 [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-07T19:17:23.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T19:17:23.439Z] Removing intermediate container d808e2b57f9c [2020-10-07T19:17:23.439Z] ---> 3435942bc082 [2020-10-07T19:17:23.439Z] Step 19/21 : LABEL arch=x86_64 [2020-10-07T19:17:23.632Z] [2020-10-07T19:17:23.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:17:24.068Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T19:17:24.342Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-07T19:17:24.342Z] 29e5d40040c1: Pulling fs layer [2020-10-07T19:17:24.342Z] 1ce36da41761: Pulling fs layer [2020-10-07T19:17:24.342Z] 25b303627fd3: Pulling fs layer [2020-10-07T19:17:24.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-07T19:17:24.938Z] 29e5d40040c1: Verifying Checksum [2020-10-07T19:17:24.938Z] 29e5d40040c1: Download complete [2020-10-07T19:17:25.544Z] 29e5d40040c1: Pull complete [2020-10-07T19:17:25.820Z] 1ce36da41761: Verifying Checksum [2020-10-07T19:17:25.820Z] 1ce36da41761: Download complete [2020-10-07T19:17:26.804Z] 1ce36da41761: Pull complete [2020-10-07T19:17:27.805Z] ---> Running in 92e171d5aee0 [2020-10-07T19:17:27.805Z] 25b303627fd3: Verifying Checksum [2020-10-07T19:17:27.805Z] 25b303627fd3: Download complete [2020-10-07T19:17:27.805Z] Removing intermediate container 6d1d1a8ff9af [2020-10-07T19:17:27.805Z] ---> a5688066379d [2020-10-07T19:17:27.805Z] Step 8/22 : COPY . . [2020-10-07T19:17:28.468Z] Removing intermediate container 92e171d5aee0 [2020-10-07T19:17:28.468Z] ---> ede692d9ae76 [2020-10-07T19:17:28.468Z] Step 20/21 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:17:29.976Z] ---> Running in 02fd5fb49736 [2020-10-07T19:17:33.474Z] Removing intermediate container 02fd5fb49736 [2020-10-07T19:17:33.474Z] ---> 6a6e342ac3da [2020-10-07T19:17:33.474Z] Step 21/21 : LABEL version=1.2.2-dev.53 [2020-10-07T19:17:34.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-07T19:17:34.745Z] ---> Running in 0bc05ac728f3 [2020-10-07T19:17:35.761Z] Removing intermediate container 0bc05ac728f3 [2020-10-07T19:17:35.761Z] ---> 989458c5a6ff [2020-10-07T19:17:35.761Z] [2020-10-07T19:17:36.384Z] ---> 31d55d1f71d8 [2020-10-07T19:17:36.384Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T19:17:36.384Z] Successfully built 989458c5a6ff [2020-10-07T19:17:36.384Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-07T19:17:38.054Z] 25b303627fd3: Pull complete [2020-10-07T19:17:38.054Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-07T19:17:38.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T19:17:38.054Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-07T19:17:38.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-3959 does not seem to be running inside a container [2020-10-07T19:17:38.433Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:17:38.969Z]  Building docker-support-scheduler-go ... done  ---> 7f3fab3339f5 [2020-10-07T19:17:38.969Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T19:17:40.910Z] ---> Running in cb7266d508c4 [2020-10-07T19:17:42.115Z] $ docker top 54bd94903dcc9ab5a20f70520332766db644abfac586a28d35cb53a8113e6f80 -eo pid,comm [2020-10-07T19:17:42.314Z] ---> Running in 1f145503b43a [Pipeline] { [Pipeline] sh [2020-10-07T19:17:43.275Z] ---> bdeb2ab3acac [2020-10-07T19:17:43.275Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T19:17:43.464Z] + docker-compose build --help [2020-10-07T19:17:43.464Z] + grep parallel [2020-10-07T19:17:43.863Z] ---> Running in 522453a54751 [2020-10-07T19:17:43.863Z] Removing intermediate container a0d72d0911c2 [2020-10-07T19:17:43.863Z] ---> 96c659be1b04 [2020-10-07T19:17:43.863Z] [2020-10-07T19:17:43.863Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T19:17:44.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-07T19:17:44.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-07T19:17:44.409Z] 3.10: Pulling from library/alpine [2020-10-07T19:17:44.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-07T19:17:45.304Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T19:17:45.304Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T19:17:45.304Z] ---> be4e4bea2c2e [2020-10-07T19:17:45.304Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T19:17:45.983Z] ---> Running in 1f48d50041c2 [2020-10-07T19:17:46.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:47.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:17:47.201Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T19:17:47.201Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T19:17:47.201Z] OK: 10346 distinct packages available [2020-10-07T19:17:47.756Z] --parallel Build images in parallel. [Pipeline] } [2020-10-07T19:17:47.783Z] $ docker stop --time=1 54bd94903dcc9ab5a20f70520332766db644abfac586a28d35cb53a8113e6f80 [2020-10-07T19:17:47.825Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T19:17:47.825Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T19:17:47.825Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T19:17:47.825Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T19:17:48.817Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T19:17:48.817Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T19:17:49.088Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T19:17:49.088Z] OK: 7 MiB in 19 packages [2020-10-07T19:17:49.694Z] $ docker rm -f 54bd94903dcc9ab5a20f70520332766db644abfac586a28d35cb53a8113e6f80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:17:50.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T19:17:50.496Z] . [Pipeline] withDockerContainer [2020-10-07T19:17:50.783Z] prd-ubuntu18.04-docker-arm64-4c-16g-3959 does not seem to be running inside a container [2020-10-07T19:17:50.871Z] $ 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/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:17:51.761Z] Removing intermediate container 1f48d50041c2 [2020-10-07T19:17:51.761Z] ---> 255be93f265a [2020-10-07T19:17:51.761Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T19:17:51.761Z] ---> Running in 7bc6c68cd663 [2020-10-07T19:17:51.761Z] Removing intermediate container 7bc6c68cd663 [2020-10-07T19:17:51.761Z] ---> e27d8c09ca7d [2020-10-07T19:17:51.761Z] Step 13/26 : WORKDIR / [2020-10-07T19:17:52.036Z] ---> Running in b2d1c2704333 [2020-10-07T19:17:52.179Z] $ docker top 2dc5f866f38168f10ba7c910cec938a5eb4c49f458b8f8a6c101bf4b4bec0aa0 -eo pid,comm [2020-10-07T19:17:52.317Z] Removing intermediate container b2d1c2704333 [2020-10-07T19:17:52.317Z] ---> b38a4c31bcf0 [2020-10-07T19:17:52.317Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] { [Pipeline] sh [2020-10-07T19:17:52.925Z] ---> a9da4a53a20f [2020-10-07T19:17:52.925Z] 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-07T19:17:53.182Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-07T19:17:53.553Z] ---> b194bea3452b [2020-10-07T19:17:53.553Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T19:17:54.225Z] ---> c20874d5138e [2020-10-07T19:17:54.225Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T19:17:54.862Z] ---> 42ce34a201e3 [2020-10-07T19:17:54.862Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T19:17:56.857Z] ---> 77d8a307bacf [2020-10-07T19:17:56.857Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T19:17:57.474Z] Building docker-core-command-go ... [2020-10-07T19:17:57.474Z] Building docker-core-data-go ... [2020-10-07T19:17:57.474Z] Building docker-core-metadata-go ... [2020-10-07T19:17:57.474Z] Building docker-security-proxy-setup-go ... [2020-10-07T19:17:57.474Z] Building docker-security-secrets-setup-go ... [2020-10-07T19:17:57.474Z] Building docker-security-secretstore-setup-go ... [2020-10-07T19:17:57.474Z] Building docker-support-logging-go ... [2020-10-07T19:17:57.474Z] Building docker-support-notifications-go ... [2020-10-07T19:17:57.474Z] Building docker-support-scheduler-go ... [2020-10-07T19:17:57.474Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T19:17:57.474Z] Building docker-support-notifications-go [2020-10-07T19:17:57.474Z] Building docker-core-data-go [2020-10-07T19:17:57.474Z] Building docker-security-secretstore-setup-go [2020-10-07T19:17:57.474Z] Building docker-sys-mgmt-agent-go [2020-10-07T19:17:57.474Z] Building docker-security-proxy-setup-go [2020-10-07T19:17:57.503Z] ---> 58447fcabd8c [2020-10-07T19:17:57.503Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T19:17:58.543Z] ---> 665e462f85b2 [2020-10-07T19:17:58.543Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T19:17:59.142Z] ---> f41cbe92ff1b [2020-10-07T19:17:59.142Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T19:17:59.444Z] ---> Running in f90d198764ad [2020-10-07T19:18:02.188Z] Removing intermediate container f90d198764ad [2020-10-07T19:18:02.188Z] ---> ca17b10b59c2 [2020-10-07T19:18:02.188Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T19:18:02.188Z] ---> Running in 1a48edea2dd0 [2020-10-07T19:18:02.188Z] Removing intermediate container 1a48edea2dd0 [2020-10-07T19:18:02.188Z] ---> 36992bfa2307 [2020-10-07T19:18:02.188Z] Step 24/26 : LABEL arch=x86_64 [2020-10-07T19:18:02.495Z] ---> Running in 9cf4ffadc766 [2020-10-07T19:18:02.772Z] Removing intermediate container 9cf4ffadc766 [2020-10-07T19:18:02.772Z] ---> e0725bee0b0e [2020-10-07T19:18:02.772Z] Step 25/26 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:18:02.772Z] ---> Running in 1659198b1c24 [2020-10-07T19:18:03.416Z] Removing intermediate container 1659198b1c24 [2020-10-07T19:18:03.416Z] ---> 5581883bac1b [2020-10-07T19:18:03.416Z] Step 26/26 : LABEL version=1.2.2-dev.53 [2020-10-07T19:18:03.416Z] ---> Running in febed8196da8 [2020-10-07T19:18:03.714Z] Removing intermediate container febed8196da8 [2020-10-07T19:18:03.714Z] ---> d7d7176882ef [2020-10-07T19:18:03.714Z] [2020-10-07T19:18:03.991Z] Successfully built d7d7176882ef [2020-10-07T19:18:03.991Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-07T19:18:12.318Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f145503b43a [2020-10-07T19:18:12.318Z] ---> b5127a2fbc0e [2020-10-07T19:18:12.318Z] [2020-10-07T19:18:12.318Z] Step 9/29 : FROM alpine:latest [2020-10-07T19:18:12.318Z] ---> a24bb4013296 [2020-10-07T19:18:12.318Z] 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-07T19:18:12.318Z] Removing intermediate container cb7266d508c4 [2020-10-07T19:18:12.318Z] ---> 6a0ba7836e71 [2020-10-07T19:18:12.318Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T19:18:12.318Z] Removing intermediate container 522453a54751 [2020-10-07T19:18:12.318Z] ---> 88c4ef3737ed [2020-10-07T19:18:12.318Z] [2020-10-07T19:18:12.318Z] Step 10/22 : FROM scratch [2020-10-07T19:18:12.318Z] ---> [2020-10-07T19:18:12.318Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T19:18:12.318Z] ---> Running in 838c8800a022 [2020-10-07T19:18:12.318Z] ---> Running in c2ff02c0fd06 [2020-10-07T19:18:12.318Z] ---> Using cache [2020-10-07T19:18:12.318Z] ---> ffe94a70bdd1 [2020-10-07T19:18:12.318Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T19:18:12.318Z] Removing intermediate container 838c8800a022 [2020-10-07T19:18:12.318Z] ---> aa62a9bca752 [2020-10-07T19:18:12.318Z] Step 11/29 : USER root [2020-10-07T19:18:12.318Z] ---> Running in 92929978773d [2020-10-07T19:18:12.318Z] ---> Running in aa0556a8aa02 [2020-10-07T19:18:12.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-07T19:18:12.594Z] Removing intermediate container 92929978773d [2020-10-07T19:18:12.594Z] ---> 72486de35b92 [2020-10-07T19:18:12.594Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T19:18:12.594Z] ---> Running in 9c7c352884ad [2020-10-07T19:18:12.594Z] Removing intermediate container aa0556a8aa02 [2020-10-07T19:18:12.594Z] ---> da672da0c94f [2020-10-07T19:18:12.594Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T19:18:12.878Z] ---> Running in 24725ffd9ced [2020-10-07T19:18:12.878Z] Removing intermediate container 9c7c352884ad [2020-10-07T19:18:12.878Z] ---> 12ee00fdc6bb [2020-10-07T19:18:12.878Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T19:18:13.484Z] ---> e460594a98f5 [2020-10-07T19:18:13.484Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T19:18:13.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:13.760Z] ---> 12fc326af09a [2020-10-07T19:18:13.761Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T19:18:13.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:13.761Z] Removing intermediate container c2ff02c0fd06 [2020-10-07T19:18:13.761Z] ---> 28e16fc2cf42 [2020-10-07T19:18:13.761Z] [2020-10-07T19:18:13.761Z] Step 11/27 : FROM docker:latest [2020-10-07T19:18:13.761Z] ---> 809cc4dba987 [2020-10-07T19:18:13.761Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T19:18:14.037Z] ---> Running in a696da488af0 [2020-10-07T19:18:14.037Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:18:14.037Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:18:14.037Z] OK: 12750 distinct packages available [2020-10-07T19:18:14.318Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T19:18:14.318Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T19:18:14.318Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:18:14.597Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T19:18:14.597Z] OK: 6 MiB in 16 packages [2020-10-07T19:18:14.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:14.597Z] ---> ef15ac1d9fd8 [2020-10-07T19:18:14.597Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T19:18:14.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:14.865Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T19:18:14.865Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T19:18:14.865Z] Executing bash-5.0.17-r0.post-install [2020-10-07T19:18:14.865Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:18:14.865Z] OK: 12 MiB in 22 packages [2020-10-07T19:18:15.132Z] ---> d264402ab212 [2020-10-07T19:18:15.132Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T19:18:15.405Z] ---> Running in 947a0c6d4ef4 [2020-10-07T19:18:15.992Z] Removing intermediate container 947a0c6d4ef4 [2020-10-07T19:18:15.992Z] ---> 88ae221075f4 [2020-10-07T19:18:15.992Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:18:15.992Z] Removing intermediate container 24725ffd9ced [2020-10-07T19:18:15.992Z] ---> 3817d57b42ba [2020-10-07T19:18:15.992Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T19:18:16.959Z] ---> Running in 15894e3cfcb5 [2020-10-07T19:18:16.959Z] Removing intermediate container a696da488af0 [2020-10-07T19:18:16.959Z] ---> 2254b634f5db [2020-10-07T19:18:16.959Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T19:18:16.959Z] ---> Running in 1b5f0dcd9a77 [2020-10-07T19:18:16.959Z] ---> Running in 4a7fbc71eb8e [2020-10-07T19:18:17.225Z] Removing intermediate container 15894e3cfcb5 [2020-10-07T19:18:17.225Z] ---> c865e608f7c2 [2020-10-07T19:18:17.225Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T19:18:17.503Z] Removing intermediate container 1b5f0dcd9a77 [2020-10-07T19:18:17.503Z] ---> 60f6d8159184 [2020-10-07T19:18:17.503Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T19:18:17.503Z] ---> Running in 3b1f8cd95ea5 [2020-10-07T19:18:17.503Z] ---> Running in 52c0f4b51e41 [2020-10-07T19:18:17.779Z] Removing intermediate container 3b1f8cd95ea5 [2020-10-07T19:18:17.779Z] ---> 7c3e0a49071a [2020-10-07T19:18:17.779Z] Step 21/22 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:18:17.779Z] Removing intermediate container 52c0f4b51e41 [2020-10-07T19:18:17.779Z] ---> 8f56de2fbc88 [2020-10-07T19:18:17.779Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T19:18:17.779Z] ---> Running in bcabce1a11e0 [2020-10-07T19:18:17.779Z] ---> Running in bb68abcb1b44 [2020-10-07T19:18:18.045Z] Removing intermediate container bcabce1a11e0 [2020-10-07T19:18:18.045Z] ---> 0080b8c0103e [2020-10-07T19:18:18.045Z] Step 22/22 : LABEL version=1.2.2-dev.53 [2020-10-07T19:18:18.309Z] ---> Running in 37e99ae36bc6 [2020-10-07T19:18:18.597Z] Removing intermediate container 37e99ae36bc6 [2020-10-07T19:18:18.597Z] ---> 5b4c687c463c [2020-10-07T19:18:18.597Z] [2020-10-07T19:18:18.597Z] Removing intermediate container 4a7fbc71eb8e [2020-10-07T19:18:18.597Z] ---> 2c51be4fbb3a [2020-10-07T19:18:18.597Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T19:18:18.597Z] ---> Running in 07a0a5315045 [2020-10-07T19:18:18.597Z] Successfully built 5b4c687c463c [2020-10-07T19:18:18.597Z] Successfully tagged docker-support-logging-go:latest [2020-10-07T19:18:18.880Z]  Building docker-support-logging-go ... done Removing intermediate container 07a0a5315045 [2020-10-07T19:18:18.880Z] ---> 3998a57a9082 [2020-10-07T19:18:18.880Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T19:18:18.880Z] ---> Running in 78a993366c74 [2020-10-07T19:18:19.184Z] Removing intermediate container bb68abcb1b44 [2020-10-07T19:18:19.184Z] ---> 688fcebb62d8 [2020-10-07T19:18:19.184Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T19:18:19.184Z] Removing intermediate container 78a993366c74 [2020-10-07T19:18:19.184Z] ---> 782e8fb16428 [2020-10-07T19:18:19.184Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T19:18:19.453Z] ---> Running in 25250252c847 [2020-10-07T19:18:19.453Z] ---> 3b5d5a14521f [2020-10-07T19:18:19.453Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T19:18:19.453Z] Removing intermediate container 25250252c847 [2020-10-07T19:18:19.453Z] ---> 8d14a3530fe9 [2020-10-07T19:18:19.453Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T19:18:20.035Z] ---> 2bd739509fe9 [2020-10-07T19:18:20.035Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T19:18:20.035Z] ---> 4a11b38b3c12 [2020-10-07T19:18:20.035Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T19:18:20.300Z] ---> 0020f03b0682 [2020-10-07T19:18:20.300Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T19:18:20.590Z] ---> 3874a4995d97 [2020-10-07T19:18:20.590Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T19:18:20.590Z] ---> ec237be46095 [2020-10-07T19:18:20.590Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T19:18:20.854Z] ---> c9e3caa8d7d4 [2020-10-07T19:18:20.854Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T19:18:20.854Z] ---> c51e33228915 [2020-10-07T19:18:20.854Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T19:18:20.854Z] ---> Running in 5bc5eaf69446 [2020-10-07T19:18:20.854Z] ---> Running in 40122cadf1cf [2020-10-07T19:18:21.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:21.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:21.978Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T19:18:21.978Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T19:18:21.978Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T19:18:21.978Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T19:18:21.978Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T19:18:21.978Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T19:18:21.978Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T19:18:21.978Z] Removing intermediate container 40122cadf1cf [2020-10-07T19:18:21.978Z] ---> e525285de069 [2020-10-07T19:18:21.978Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T19:18:25.312Z] ---> 2101747e90cd [2020-10-07T19:18:25.312Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T19:18:26.368Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T19:18:26.368Z] ---> Running in 14f8a4f9acc5 [2020-10-07T19:18:26.368Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T19:18:26.368Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T19:18:26.368Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T19:18:26.368Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T19:18:26.698Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T19:18:26.698Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T19:18:26.698Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T19:18:26.698Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T19:18:26.698Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T19:18:26.698Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T19:18:26.698Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T19:18:26.698Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T19:18:26.698Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T19:18:26.975Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T19:18:26.975Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T19:18:26.975Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T19:18:26.975Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T19:18:26.975Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T19:18:26.975Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T19:18:26.975Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T19:18:26.975Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T19:18:26.975Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T19:18:27.241Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T19:18:27.241Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T19:18:27.241Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T19:18:27.241Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:18:27.241Z] OK: 71 MiB in 55 packages [2020-10-07T19:18:29.196Z] Removing intermediate container 14f8a4f9acc5 [2020-10-07T19:18:29.197Z] ---> b7d411ddcf6d [2020-10-07T19:18:29.197Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T19:18:29.468Z] ---> Running in 09fc3f83e4c5 [2020-10-07T19:18:33.800Z] Removing intermediate container 5bc5eaf69446 [2020-10-07T19:18:33.800Z] ---> bedc2bfd3985 [2020-10-07T19:18:33.800Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T19:18:33.800Z] ---> Running in b04fcdb60165 [2020-10-07T19:18:33.800Z] Removing intermediate container 09fc3f83e4c5 [2020-10-07T19:18:33.800Z] ---> 3c159fb079da [2020-10-07T19:18:33.800Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T19:18:33.800Z] ---> Running in 5c7bc7d33a85 [2020-10-07T19:18:34.069Z] Removing intermediate container 5c7bc7d33a85 [2020-10-07T19:18:34.069Z] ---> 5a1cce03a0e5 [2020-10-07T19:18:34.069Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T19:18:34.069Z] ---> Running in 41bec392e59e [2020-10-07T19:18:34.366Z] Removing intermediate container 41bec392e59e [2020-10-07T19:18:34.366Z] ---> deb49818a0c6 [2020-10-07T19:18:34.366Z] Step 27/29 : LABEL arch=x86_64 [2020-10-07T19:18:34.653Z] ---> Running in e870accce084 [2020-10-07T19:18:34.653Z] Removing intermediate container e870accce084 [2020-10-07T19:18:34.653Z] ---> 9f1e695cadee [2020-10-07T19:18:34.653Z] Step 28/29 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:18:34.653Z] ---> Running in 14fe124f8a2a [2020-10-07T19:18:34.959Z] Removing intermediate container 14fe124f8a2a [2020-10-07T19:18:34.959Z] ---> 09e84deebef1 [2020-10-07T19:18:34.959Z] Step 29/29 : LABEL version=1.2.2-dev.53 [2020-10-07T19:18:35.234Z] ---> Running in 667d5812db7a [2020-10-07T19:18:35.503Z] Removing intermediate container 667d5812db7a [2020-10-07T19:18:35.503Z] ---> 90cd21c4a4ad [2020-10-07T19:18:35.503Z] [2020-10-07T19:18:35.503Z] Collecting docker-compose==1.23.2 [2020-10-07T19:18:35.503Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T19:18:35.503Z] Successfully built 90cd21c4a4ad [2020-10-07T19:18:35.772Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-07T19:18:35.772Z]  Building docker-security-secrets-setup-go ... done Collecting PyYAML<4,>=3.10 [2020-10-07T19:18:35.772Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T19:18:37.180Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T19:18:37.180Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T19:18:37.445Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T19:18:37.445Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T19:18:38.401Z] Collecting docker<4.0,>=3.6.0 [2020-10-07T19:18:38.401Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T19:18:38.401Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T19:18:38.401Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T19:18:38.667Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T19:18:38.667Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T19:18:38.946Z] 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-07T19:18:38.947Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T19:18:38.947Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T19:18:39.542Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T19:18:39.542Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T19:18:39.807Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T19:18:39.807Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T19:18:39.807Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T19:18:39.807Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T19:18:40.079Z] Collecting idna<2.8,>=2.5 [2020-10-07T19:18:40.079Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T19:18:40.079Z] 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-07T19:18:40.079Z] 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-07T19:18:40.079Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T19:18:40.079Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T19:18:40.362Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T19:18:40.362Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T19:18:40.362Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T19:18:40.362Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T19:18:40.362Z] Installing collected packages: PyYAML, dockerpty, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, cached-property, docker-compose [2020-10-07T19:18:40.362Z] Running setup.py install for PyYAML: started [2020-10-07T19:18:40.962Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T19:18:40.962Z] Running setup.py install for dockerpty: started [2020-10-07T19:18:41.932Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T19:18:41.932Z] Running setup.py install for texttable: started [2020-10-07T19:18:42.199Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T19:18:42.468Z] Attempting uninstall: idna [2020-10-07T19:18:42.468Z] Found existing installation: idna 2.9 [2020-10-07T19:18:42.468Z] Uninstalling idna-2.9: [2020-10-07T19:18:42.468Z] Successfully uninstalled idna-2.9 [2020-10-07T19:18:42.740Z] Attempting uninstall: urllib3 [2020-10-07T19:18:42.740Z] Found existing installation: urllib3 1.25.9 [2020-10-07T19:18:42.740Z] Uninstalling urllib3-1.25.9: [2020-10-07T19:18:42.740Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T19:18:43.023Z] Attempting uninstall: requests [2020-10-07T19:18:43.023Z] Found existing installation: requests 2.23.0 [2020-10-07T19:18:43.023Z] Uninstalling requests-2.23.0: [2020-10-07T19:18:43.023Z] Successfully uninstalled requests-2.23.0 [2020-10-07T19:18:43.614Z] Running setup.py install for docopt: started [2020-10-07T19:18:44.237Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T19:18:44.505Z] 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-07T19:18:48.820Z] Removing intermediate container b04fcdb60165 [2020-10-07T19:18:48.820Z] ---> 2ec5c6828703 [2020-10-07T19:18:48.820Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T19:18:48.820Z] ---> Running in 2e7d51fcba1e [2020-10-07T19:18:49.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:49.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T19:18:49.716Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T19:18:49.716Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T19:18:49.981Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T19:18:49.981Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:18:49.981Z] OK: 72 MiB in 58 packages [2020-10-07T19:18:50.606Z] Removing intermediate container 2e7d51fcba1e [2020-10-07T19:18:50.606Z] ---> 5b23e3fc74fb [2020-10-07T19:18:50.606Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T19:18:50.606Z] ---> Running in c990b5324745 [2020-10-07T19:18:50.886Z] Removing intermediate container c990b5324745 [2020-10-07T19:18:50.886Z] ---> 4f125d19c8a8 [2020-10-07T19:18:50.886Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:18:50.886Z] ---> Running in e57a39f99b5a [2020-10-07T19:18:51.182Z] Removing intermediate container e57a39f99b5a [2020-10-07T19:18:51.182Z] ---> f0e7fb99d980 [2020-10-07T19:18:51.182Z] Step 25/27 : LABEL arch=x86_64 [2020-10-07T19:18:51.182Z] ---> Running in b900b8b3a915 [2020-10-07T19:18:51.454Z] Removing intermediate container b900b8b3a915 [2020-10-07T19:18:51.454Z] ---> 11536c9ba5c3 [2020-10-07T19:18:51.454Z] Step 26/27 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:18:51.728Z] ---> Running in f3101c54f1bf [2020-10-07T19:18:51.728Z] Removing intermediate container f3101c54f1bf [2020-10-07T19:18:51.728Z] ---> 817e2d38815d [2020-10-07T19:18:51.728Z] Step 27/27 : LABEL version=1.2.2-dev.53 [2020-10-07T19:18:51.995Z] ---> Running in dc986ccf6f45 [2020-10-07T19:18:51.995Z] Removing intermediate container dc986ccf6f45 [2020-10-07T19:18:51.995Z] ---> 0456f40f2816 [2020-10-07T19:18:51.995Z] [2020-10-07T19:18:52.273Z] Successfully built 0456f40f2816 [2020-10-07T19:18:52.273Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-07T19:18:52.562Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-07T19:18:52.573Z] $ docker stop --time=1 6e45a32cbb2d8264817e55377a47fe9fbda06550eeec6971622b0e3bd698bd85 [2020-10-07T19:18:54.313Z] $ docker rm -f 6e45a32cbb2d8264817e55377a47fe9fbda06550eeec6971622b0e3bd698bd85 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:18:54.884Z] + grep docker [2020-10-07T19:18:54.884Z] + docker images [2020-10-07T19:18:54.884Z] docker-sys-mgmt-agent-go latest 0456f40f2816 3 seconds ago 290MB [2020-10-07T19:18:54.884Z] docker-security-secrets-setup-go latest 90cd21c4a4ad 19 seconds ago 24MB [2020-10-07T19:18:54.884Z] docker-support-logging-go latest 5b4c687c463c 36 seconds ago 11.1MB [2020-10-07T19:18:54.884Z] docker-security-secretstore-setup-go latest d7d7176882ef 51 seconds ago 32.4MB [2020-10-07T19:18:54.884Z] docker-support-scheduler-go latest 989458c5a6ff About a minute ago 12.3MB [2020-10-07T19:18:54.884Z] docker-core-data-go latest 73f6f250ae6d 2 minutes ago 23.6MB [2020-10-07T19:18:54.884Z] docker-core-metadata-go latest 9c6a0a007651 2 minutes ago 14.2MB [2020-10-07T19:18:54.884Z] docker-support-notifications-go latest a10b5a074852 2 minutes ago 13.6MB [2020-10-07T19:18:54.884Z] docker-core-command-go latest 969659df82d6 2 minutes ago 12.2MB [2020-10-07T19:18:54.884Z] docker-security-proxy-setup-go latest 59383618747b 2 minutes ago 15.8MB [2020-10-07T19:18:54.884Z] 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-07T19:18:55.413Z] provisioning config files... [2020-10-07T19:18:55.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/168@tmp/config2032611708069368722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:18:56.003Z] ---> docker-login.sh [2020-10-07T19:18:56.003Z] nexus3.edgexfoundry.org:10001 [2020-10-07T19:18:56.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:18:56.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:18:56.278Z] Configure a credential helper to remove this warning. See [2020-10-07T19:18:56.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:18:56.278Z] [2020-10-07T19:18:56.278Z] Login Succeeded [2020-10-07T19:18:56.278Z] nexus3.edgexfoundry.org:10002 [2020-10-07T19:18:56.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:18:56.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:18:56.544Z] Configure a credential helper to remove this warning. See [2020-10-07T19:18:56.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:18:56.544Z] [2020-10-07T19:18:56.544Z] Login Succeeded [2020-10-07T19:18:56.544Z] nexus3.edgexfoundry.org:10003 [2020-10-07T19:18:56.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:18:56.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:18:56.814Z] Configure a credential helper to remove this warning. See [2020-10-07T19:18:56.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:18:56.814Z] [2020-10-07T19:18:56.814Z] Login Succeeded [2020-10-07T19:18:56.814Z] nexus3.edgexfoundry.org:10004 [2020-10-07T19:18:57.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:18:57.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:18:57.118Z] Configure a credential helper to remove this warning. See [2020-10-07T19:18:57.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:18:57.118Z] [2020-10-07T19:18:57.118Z] Login Succeeded [2020-10-07T19:18:57.118Z] docker.io [2020-10-07T19:18:57.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:18:57.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:18:57.385Z] Configure a credential helper to remove this warning. See [2020-10-07T19:18:57.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:18:57.385Z] [2020-10-07T19:18:57.385Z] Login Succeeded [2020-10-07T19:18:57.385Z] ---> docker-login.sh ends [Pipeline] } [2020-10-07T19:18:57.398Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:18:57.606Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-07T19:18:57.606Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:18:57.606Z] 1.2.2-dev.53 [2020-10-07T19:18:57.606Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:18:57.606Z] master [2020-10-07T19:18:57.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:18:58.101Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:18:58.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:18:58.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T19:18:58.413Z] e1f47b8a8e8e: Preparing [2020-10-07T19:18:58.413Z] 05f949f44534: Preparing [2020-10-07T19:18:58.413Z] 6dc42aae213c: Preparing [2020-10-07T19:18:58.701Z] 6dc42aae213c: Pushed [2020-10-07T19:18:58.701Z] e1f47b8a8e8e: Pushed [2020-10-07T19:19:00.121Z] 05f949f44534: Pushed [2020-10-07T19:19:00.386Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:38877c5e89f66c745b29804bc0bdedb85f5d4c5e5315a20175358b926bfee67b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:00.723Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:01.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.53 [2020-10-07T19:19:01.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T19:19:01.034Z] e1f47b8a8e8e: Preparing [2020-10-07T19:19:01.034Z] 05f949f44534: Preparing [2020-10-07T19:19:01.034Z] 6dc42aae213c: Preparing [2020-10-07T19:19:01.034Z] e1f47b8a8e8e: Layer already exists [2020-10-07T19:19:01.034Z] 05f949f44534: Layer already exists [2020-10-07T19:19:01.034Z] 6dc42aae213c: Layer already exists [2020-10-07T19:19:01.034Z] 1.2.2-dev.53: digest: sha256:38877c5e89f66c745b29804bc0bdedb85f5d4c5e5315a20175358b926bfee67b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:01.360Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:01.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:01.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T19:19:01.674Z] e1f47b8a8e8e: Preparing [2020-10-07T19:19:01.674Z] 05f949f44534: Preparing [2020-10-07T19:19:01.674Z] 6dc42aae213c: Preparing [2020-10-07T19:19:01.674Z] 05f949f44534: Layer already exists [2020-10-07T19:19:01.674Z] 6dc42aae213c: Layer already exists [2020-10-07T19:19:01.674Z] e1f47b8a8e8e: Layer already exists [2020-10-07T19:19:01.674Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:38877c5e89f66c745b29804bc0bdedb85f5d4c5e5315a20175358b926bfee67b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:01.994Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:02.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-07T19:19:02.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T19:19:02.310Z] e1f47b8a8e8e: Preparing [2020-10-07T19:19:02.310Z] 05f949f44534: Preparing [2020-10-07T19:19:02.310Z] 6dc42aae213c: Preparing [2020-10-07T19:19:02.310Z] e1f47b8a8e8e: Layer already exists [2020-10-07T19:19:02.310Z] 05f949f44534: Layer already exists [2020-10-07T19:19:02.310Z] 6dc42aae213c: Layer already exists [2020-10-07T19:19:02.310Z] master: digest: sha256:38877c5e89f66c745b29804bc0bdedb85f5d4c5e5315a20175358b926bfee67b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:02.481Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:02.615Z] taggedImages: [2020-10-07T19:19:02.615Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:02.615Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.53 [2020-10-07T19:19:02.615Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:02.615Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-07T19:19:02.671Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-07T19:19:02.671Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:02.671Z] 1.2.2-dev.53 [2020-10-07T19:19:02.671Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:02.671Z] master [2020-10-07T19:19:02.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:03.228Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:03.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:03.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T19:19:03.643Z] 23768e684eb7: Preparing [2020-10-07T19:19:03.643Z] da28d51a8433: Preparing [2020-10-07T19:19:03.643Z] 6aae1bd67d64: Preparing [2020-10-07T19:19:03.643Z] 631186b25407: Preparing [2020-10-07T19:19:03.643Z] 4a7c7736e9b3: Preparing [2020-10-07T19:19:03.643Z] 50644c29ef5a: Preparing [2020-10-07T19:19:03.643Z] 50644c29ef5a: Waiting [2020-10-07T19:19:03.935Z] 23768e684eb7: Pushed [2020-10-07T19:19:03.935Z] 4a7c7736e9b3: Pushed [2020-10-07T19:19:03.935Z] 6aae1bd67d64: Pushed [2020-10-07T19:19:03.935Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:03.935Z] 631186b25407: Pushed [2020-10-07T19:19:05.865Z] da28d51a8433: Pushed [2020-10-07T19:19:05.865Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:bcc8fec99c220b861ddcd4dea1c2ccfb416fbbbc7ad8c66efe278610f5e6bc33 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:06.188Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:06.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.53 [2020-10-07T19:19:06.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T19:19:06.498Z] 23768e684eb7: Preparing [2020-10-07T19:19:06.498Z] da28d51a8433: Preparing [2020-10-07T19:19:06.498Z] 6aae1bd67d64: Preparing [2020-10-07T19:19:06.498Z] 631186b25407: Preparing [2020-10-07T19:19:06.498Z] 4a7c7736e9b3: Preparing [2020-10-07T19:19:06.498Z] 50644c29ef5a: Preparing [2020-10-07T19:19:06.498Z] 50644c29ef5a: Waiting [2020-10-07T19:19:06.498Z] 23768e684eb7: Layer already exists [2020-10-07T19:19:06.498Z] da28d51a8433: Layer already exists [2020-10-07T19:19:06.498Z] 6aae1bd67d64: Layer already exists [2020-10-07T19:19:06.498Z] 4a7c7736e9b3: Layer already exists [2020-10-07T19:19:06.498Z] 631186b25407: Layer already exists [2020-10-07T19:19:06.498Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:06.498Z] 1.2.2-dev.53: digest: sha256:bcc8fec99c220b861ddcd4dea1c2ccfb416fbbbc7ad8c66efe278610f5e6bc33 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:06.816Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:07.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:07.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T19:19:07.127Z] 23768e684eb7: Preparing [2020-10-07T19:19:07.127Z] da28d51a8433: Preparing [2020-10-07T19:19:07.127Z] 6aae1bd67d64: Preparing [2020-10-07T19:19:07.127Z] 631186b25407: Preparing [2020-10-07T19:19:07.127Z] 4a7c7736e9b3: Preparing [2020-10-07T19:19:07.127Z] 50644c29ef5a: Preparing [2020-10-07T19:19:07.127Z] 50644c29ef5a: Waiting [2020-10-07T19:19:07.127Z] 6aae1bd67d64: Layer already exists [2020-10-07T19:19:07.127Z] 631186b25407: Layer already exists [2020-10-07T19:19:07.127Z] 4a7c7736e9b3: Layer already exists [2020-10-07T19:19:07.395Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:07.395Z] da28d51a8433: Layer already exists [2020-10-07T19:19:07.395Z] 23768e684eb7: Layer already exists [2020-10-07T19:19:07.395Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:bcc8fec99c220b861ddcd4dea1c2ccfb416fbbbc7ad8c66efe278610f5e6bc33 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:07.711Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:08.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-07T19:19:08.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T19:19:08.033Z] 23768e684eb7: Preparing [2020-10-07T19:19:08.033Z] da28d51a8433: Preparing [2020-10-07T19:19:08.033Z] 6aae1bd67d64: Preparing [2020-10-07T19:19:08.033Z] 631186b25407: Preparing [2020-10-07T19:19:08.033Z] 4a7c7736e9b3: Preparing [2020-10-07T19:19:08.033Z] 50644c29ef5a: Preparing [2020-10-07T19:19:08.033Z] 50644c29ef5a: Waiting [2020-10-07T19:19:08.033Z] 4a7c7736e9b3: Layer already exists [2020-10-07T19:19:08.033Z] 23768e684eb7: Layer already exists [2020-10-07T19:19:08.033Z] da28d51a8433: Layer already exists [2020-10-07T19:19:08.033Z] 6aae1bd67d64: Layer already exists [2020-10-07T19:19:08.033Z] 631186b25407: Layer already exists [2020-10-07T19:19:08.033Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:08.298Z] master: digest: sha256:bcc8fec99c220b861ddcd4dea1c2ccfb416fbbbc7ad8c66efe278610f5e6bc33 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:08.573Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:08.626Z] taggedImages: [2020-10-07T19:19:08.626Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:08.626Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.53 [2020-10-07T19:19:08.626Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:08.626Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-07T19:19:08.688Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-07T19:19:08.688Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:08.688Z] 1.2.2-dev.53 [2020-10-07T19:19:08.688Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:08.688Z] master [2020-10-07T19:19:08.688Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:09.170Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:09.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:09.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T19:19:09.489Z] 024c46c3e1b0: Preparing [2020-10-07T19:19:09.489Z] 8b838089f83a: Preparing [2020-10-07T19:19:09.489Z] 308c96176de2: Preparing [2020-10-07T19:19:09.489Z] 308c96176de2: Pushed [2020-10-07T19:19:09.489Z] 024c46c3e1b0: Pushed [2020-10-07T19:19:11.461Z] 8b838089f83a: Pushed [2020-10-07T19:19:11.461Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:951459a3b9b5973dd26803a5690fb813c18a88f82deed1cba1dbda00adb84e58 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:11.796Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:12.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.53 [2020-10-07T19:19:12.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T19:19:12.109Z] 024c46c3e1b0: Preparing [2020-10-07T19:19:12.109Z] 8b838089f83a: Preparing [2020-10-07T19:19:12.109Z] 308c96176de2: Preparing [2020-10-07T19:19:12.109Z] 8b838089f83a: Layer already exists [2020-10-07T19:19:12.109Z] 308c96176de2: Layer already exists [2020-10-07T19:19:12.109Z] 024c46c3e1b0: Layer already exists [2020-10-07T19:19:12.109Z] 1.2.2-dev.53: digest: sha256:951459a3b9b5973dd26803a5690fb813c18a88f82deed1cba1dbda00adb84e58 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:12.432Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:12.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:12.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T19:19:12.743Z] 024c46c3e1b0: Preparing [2020-10-07T19:19:12.743Z] 8b838089f83a: Preparing [2020-10-07T19:19:12.743Z] 308c96176de2: Preparing [2020-10-07T19:19:12.743Z] 8b838089f83a: Layer already exists [2020-10-07T19:19:12.743Z] 308c96176de2: Layer already exists [2020-10-07T19:19:12.743Z] 024c46c3e1b0: Layer already exists [2020-10-07T19:19:12.743Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:951459a3b9b5973dd26803a5690fb813c18a88f82deed1cba1dbda00adb84e58 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:13.055Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:13.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-07T19:19:13.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T19:19:13.378Z] 024c46c3e1b0: Preparing [2020-10-07T19:19:13.378Z] 8b838089f83a: Preparing [2020-10-07T19:19:13.378Z] 308c96176de2: Preparing [2020-10-07T19:19:13.378Z] 308c96176de2: Layer already exists [2020-10-07T19:19:13.378Z] 8b838089f83a: Layer already exists [2020-10-07T19:19:13.378Z] 024c46c3e1b0: Layer already exists [2020-10-07T19:19:13.378Z] master: digest: sha256:951459a3b9b5973dd26803a5690fb813c18a88f82deed1cba1dbda00adb84e58 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:13.582Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:13.640Z] taggedImages: [2020-10-07T19:19:13.640Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:13.640Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.53 [2020-10-07T19:19:13.640Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:13.640Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-07T19:19:13.748Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-07T19:19:13.748Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:13.748Z] 1.2.2-dev.53 [2020-10-07T19:19:13.748Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:13.748Z] master [2020-10-07T19:19:13.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:14.274Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:14.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:14.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T19:19:14.623Z] da78aa0abf62: Preparing [2020-10-07T19:19:14.623Z] 9994af8e4545: Preparing [2020-10-07T19:19:14.623Z] d3ccd50b9566: Preparing [2020-10-07T19:19:14.623Z] 4b48987f79ad: Preparing [2020-10-07T19:19:14.623Z] 50644c29ef5a: Preparing [2020-10-07T19:19:14.623Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:14.886Z] d3ccd50b9566: Pushed [2020-10-07T19:19:14.886Z] 9994af8e4545: Pushed [2020-10-07T19:19:15.464Z] 4b48987f79ad: Pushed [2020-10-07T19:19:15.727Z] da78aa0abf62: Pushed [2020-10-07T19:19:15.989Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:c678f45f8a0beb098dece58829458b474073e53f7a85cee9f0d57f4949e5757d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:16.304Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:16.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.53 [2020-10-07T19:19:16.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T19:19:16.622Z] da78aa0abf62: Preparing [2020-10-07T19:19:16.622Z] 9994af8e4545: Preparing [2020-10-07T19:19:16.622Z] d3ccd50b9566: Preparing [2020-10-07T19:19:16.622Z] 4b48987f79ad: Preparing [2020-10-07T19:19:16.622Z] 50644c29ef5a: Preparing [2020-10-07T19:19:16.622Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:16.622Z] d3ccd50b9566: Layer already exists [2020-10-07T19:19:16.622Z] 4b48987f79ad: Layer already exists [2020-10-07T19:19:16.622Z] da78aa0abf62: Layer already exists [2020-10-07T19:19:16.622Z] 9994af8e4545: Layer already exists [2020-10-07T19:19:16.622Z] 1.2.2-dev.53: digest: sha256:c678f45f8a0beb098dece58829458b474073e53f7a85cee9f0d57f4949e5757d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:16.946Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:17.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:17.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T19:19:17.253Z] da78aa0abf62: Preparing [2020-10-07T19:19:17.253Z] 9994af8e4545: Preparing [2020-10-07T19:19:17.253Z] d3ccd50b9566: Preparing [2020-10-07T19:19:17.253Z] 4b48987f79ad: Preparing [2020-10-07T19:19:17.253Z] 50644c29ef5a: Preparing [2020-10-07T19:19:17.253Z] 4b48987f79ad: Layer already exists [2020-10-07T19:19:17.253Z] d3ccd50b9566: Layer already exists [2020-10-07T19:19:17.253Z] 9994af8e4545: Layer already exists [2020-10-07T19:19:17.253Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:17.253Z] da78aa0abf62: Layer already exists [2020-10-07T19:19:17.253Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:c678f45f8a0beb098dece58829458b474073e53f7a85cee9f0d57f4949e5757d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:17.569Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:17.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-07T19:19:17.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T19:19:17.873Z] da78aa0abf62: Preparing [2020-10-07T19:19:17.873Z] 9994af8e4545: Preparing [2020-10-07T19:19:17.873Z] d3ccd50b9566: Preparing [2020-10-07T19:19:17.873Z] 4b48987f79ad: Preparing [2020-10-07T19:19:17.873Z] 50644c29ef5a: Preparing [2020-10-07T19:19:17.873Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:17.873Z] 9994af8e4545: Layer already exists [2020-10-07T19:19:17.873Z] da78aa0abf62: Layer already exists [2020-10-07T19:19:17.873Z] 4b48987f79ad: Layer already exists [2020-10-07T19:19:17.873Z] d3ccd50b9566: Layer already exists [2020-10-07T19:19:17.874Z] master: digest: sha256:c678f45f8a0beb098dece58829458b474073e53f7a85cee9f0d57f4949e5757d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:18.100Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:18.146Z] taggedImages: [2020-10-07T19:19:18.146Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:18.146Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.53 [2020-10-07T19:19:18.146Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:18.146Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-07T19:19:18.208Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-07T19:19:18.208Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:18.208Z] 1.2.2-dev.53 [2020-10-07T19:19:18.208Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:18.208Z] master [2020-10-07T19:19:18.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:18.673Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:19.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:19.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T19:19:19.165Z] e71169bab9ef: Preparing [2020-10-07T19:19:19.165Z] 8f04a5b9d8a3: Preparing [2020-10-07T19:19:19.165Z] 6a9f26e345a0: Preparing [2020-10-07T19:19:19.165Z] 222609ffca0e: Preparing [2020-10-07T19:19:19.165Z] 222609ffca0e: Preparing [2020-10-07T19:19:19.165Z] 61a2268bf15b: Preparing [2020-10-07T19:19:19.165Z] ef190ce631f7: Preparing [2020-10-07T19:19:19.165Z] c1809fbb3689: Preparing [2020-10-07T19:19:19.165Z] e71169bab9ef: Preparing [2020-10-07T19:19:19.165Z] b36471fd8ef0: Preparing [2020-10-07T19:19:19.165Z] e2d446c0ebfc: Preparing [2020-10-07T19:19:19.165Z] 005e96508af2: Preparing [2020-10-07T19:19:19.165Z] 50644c29ef5a: Preparing [2020-10-07T19:19:19.165Z] ef190ce631f7: Waiting [2020-10-07T19:19:19.165Z] c1809fbb3689: Waiting [2020-10-07T19:19:19.165Z] b36471fd8ef0: Waiting [2020-10-07T19:19:19.165Z] e2d446c0ebfc: Waiting [2020-10-07T19:19:19.165Z] 005e96508af2: Waiting [2020-10-07T19:19:19.165Z] 50644c29ef5a: Waiting [2020-10-07T19:19:19.165Z] 8f04a5b9d8a3: Pushed [2020-10-07T19:19:19.165Z] 6a9f26e345a0: Pushed [2020-10-07T19:19:19.165Z] 61a2268bf15b: Pushed [2020-10-07T19:19:19.165Z] 222609ffca0e: Pushed [2020-10-07T19:19:19.363Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:19:19.363Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:19:19.363Z] ---> cdbcd6edaac3 [2020-10-07T19:19:19.363Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T19:19:19.363Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:19:19.363Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:19:19.363Z] ---> cdbcd6edaac3 [2020-10-07T19:19:19.363Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T19:19:19.363Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:19:19.363Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:19:19.363Z] ---> cdbcd6edaac3 [2020-10-07T19:19:19.363Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T19:19:19.363Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:19:19.363Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:19:19.363Z] ---> cdbcd6edaac3 [2020-10-07T19:19:19.363Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T19:19:19.363Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:19:19.363Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:19:19.363Z] ---> cdbcd6edaac3 [2020-10-07T19:19:19.363Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T19:19:19.432Z] ef190ce631f7: Pushed [2020-10-07T19:19:19.432Z] c1809fbb3689: Pushed [2020-10-07T19:19:19.432Z] b36471fd8ef0: Pushed [2020-10-07T19:19:19.432Z] e2d446c0ebfc: Pushed [2020-10-07T19:19:19.432Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:19.697Z] 005e96508af2: Pushed [2020-10-07T19:19:20.277Z] e71169bab9ef: Pushed [2020-10-07T19:19:20.277Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:6d3a548425b3ed19224838e37c90c6d4f282f77b2c69a243e18986b6bd68fc8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:20.855Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:21.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.53 [2020-10-07T19:19:21.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T19:19:21.167Z] e71169bab9ef: Preparing [2020-10-07T19:19:21.167Z] 8f04a5b9d8a3: Preparing [2020-10-07T19:19:21.167Z] 6a9f26e345a0: Preparing [2020-10-07T19:19:21.167Z] 222609ffca0e: Preparing [2020-10-07T19:19:21.167Z] 222609ffca0e: Preparing [2020-10-07T19:19:21.167Z] 61a2268bf15b: Preparing [2020-10-07T19:19:21.167Z] ef190ce631f7: Preparing [2020-10-07T19:19:21.167Z] c1809fbb3689: Preparing [2020-10-07T19:19:21.167Z] e71169bab9ef: Preparing [2020-10-07T19:19:21.167Z] b36471fd8ef0: Preparing [2020-10-07T19:19:21.167Z] e2d446c0ebfc: Preparing [2020-10-07T19:19:21.167Z] 005e96508af2: Preparing [2020-10-07T19:19:21.167Z] 50644c29ef5a: Preparing [2020-10-07T19:19:21.167Z] ef190ce631f7: Waiting [2020-10-07T19:19:21.167Z] e2d446c0ebfc: Waiting [2020-10-07T19:19:21.167Z] c1809fbb3689: Waiting [2020-10-07T19:19:21.167Z] b36471fd8ef0: Waiting [2020-10-07T19:19:21.167Z] 005e96508af2: Waiting [2020-10-07T19:19:21.167Z] 50644c29ef5a: Waiting [2020-10-07T19:19:21.167Z] e71169bab9ef: Layer already exists [2020-10-07T19:19:21.167Z] 6a9f26e345a0: Layer already exists [2020-10-07T19:19:21.167Z] 61a2268bf15b: Layer already exists [2020-10-07T19:19:21.167Z] 8f04a5b9d8a3: Layer already exists [2020-10-07T19:19:21.167Z] 222609ffca0e: Layer already exists [2020-10-07T19:19:21.167Z] ef190ce631f7: Layer already exists [2020-10-07T19:19:21.167Z] c1809fbb3689: Layer already exists [2020-10-07T19:19:21.167Z] 005e96508af2: Layer already exists [2020-10-07T19:19:21.167Z] e2d446c0ebfc: Layer already exists [2020-10-07T19:19:21.167Z] b36471fd8ef0: Layer already exists [2020-10-07T19:19:21.167Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:21.167Z] 1.2.2-dev.53: digest: sha256:6d3a548425b3ed19224838e37c90c6d4f282f77b2c69a243e18986b6bd68fc8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:21.339Z] ---> Running in 8895b9b53c87 [2020-10-07T19:19:21.339Z] ---> Running in 6aa15744d9c2 [2020-10-07T19:19:21.339Z] ---> Running in cb68b0e9136e [2020-10-07T19:19:21.339Z] ---> Running in afb1eb66908b [2020-10-07T19:19:21.339Z] ---> Running in 718d2d7a746a [2020-10-07T19:19:21.478Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:21.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:21.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T19:19:22.054Z] e71169bab9ef: Preparing [2020-10-07T19:19:22.054Z] 8f04a5b9d8a3: Preparing [2020-10-07T19:19:22.054Z] 6a9f26e345a0: Preparing [2020-10-07T19:19:22.054Z] 222609ffca0e: Preparing [2020-10-07T19:19:22.054Z] 222609ffca0e: Preparing [2020-10-07T19:19:22.054Z] 61a2268bf15b: Preparing [2020-10-07T19:19:22.054Z] ef190ce631f7: Preparing [2020-10-07T19:19:22.054Z] c1809fbb3689: Preparing [2020-10-07T19:19:22.054Z] e71169bab9ef: Preparing [2020-10-07T19:19:22.055Z] b36471fd8ef0: Preparing [2020-10-07T19:19:22.055Z] e2d446c0ebfc: Preparing [2020-10-07T19:19:22.055Z] 005e96508af2: Preparing [2020-10-07T19:19:22.055Z] 50644c29ef5a: Preparing [2020-10-07T19:19:22.055Z] b36471fd8ef0: Waiting [2020-10-07T19:19:22.055Z] e2d446c0ebfc: Waiting [2020-10-07T19:19:22.055Z] 005e96508af2: Waiting [2020-10-07T19:19:22.055Z] 50644c29ef5a: Waiting [2020-10-07T19:19:22.055Z] ef190ce631f7: Waiting [2020-10-07T19:19:22.055Z] c1809fbb3689: Waiting [2020-10-07T19:19:22.320Z] 61a2268bf15b: Layer already exists [2020-10-07T19:19:22.320Z] 8f04a5b9d8a3: Layer already exists [2020-10-07T19:19:22.320Z] 6a9f26e345a0: Layer already exists [2020-10-07T19:19:22.320Z] e71169bab9ef: Layer already exists [2020-10-07T19:19:22.320Z] 222609ffca0e: Layer already exists [2020-10-07T19:19:22.325Z] Removing intermediate container afb1eb66908b [2020-10-07T19:19:22.325Z] ---> 2b595e7f467c [2020-10-07T19:19:22.325Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:19:22.325Z] Removing intermediate container 6aa15744d9c2 [2020-10-07T19:19:22.325Z] ---> b6c1da6b511d [2020-10-07T19:19:22.325Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:19:22.325Z] Removing intermediate container 8895b9b53c87 [2020-10-07T19:19:22.325Z] ---> 250e9dab50b9 [2020-10-07T19:19:22.325Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:19:22.325Z] Removing intermediate container 718d2d7a746a [2020-10-07T19:19:22.325Z] ---> 3258b1250ed6 [2020-10-07T19:19:22.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:19:22.325Z] Removing intermediate container cb68b0e9136e [2020-10-07T19:19:22.325Z] ---> 63b30daad68e [2020-10-07T19:19:22.325Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:19:22.325Z] ---> Running in 477f50b31539 [2020-10-07T19:19:22.325Z] ---> Running in 42262fcee208 [2020-10-07T19:19:22.325Z] ---> Running in 131853c7f77a [2020-10-07T19:19:22.585Z] ef190ce631f7: Layer already exists [2020-10-07T19:19:22.586Z] c1809fbb3689: Layer already exists [2020-10-07T19:19:22.586Z] b36471fd8ef0: Layer already exists [2020-10-07T19:19:22.586Z] 005e96508af2: Layer already exists [2020-10-07T19:19:22.586Z] e2d446c0ebfc: Layer already exists [2020-10-07T19:19:22.586Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:22.586Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:6d3a548425b3ed19224838e37c90c6d4f282f77b2c69a243e18986b6bd68fc8d size: 3027 [2020-10-07T19:19:22.598Z] ---> Running in e68bb61edbd9 [2020-10-07T19:19:22.598Z] ---> Running in a0109ed799a1 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:22.889Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:23.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-07T19:19:23.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T19:19:23.192Z] e71169bab9ef: Preparing [2020-10-07T19:19:23.192Z] 8f04a5b9d8a3: Preparing [2020-10-07T19:19:23.192Z] 6a9f26e345a0: Preparing [2020-10-07T19:19:23.192Z] 222609ffca0e: Preparing [2020-10-07T19:19:23.192Z] 222609ffca0e: Preparing [2020-10-07T19:19:23.192Z] 61a2268bf15b: Preparing [2020-10-07T19:19:23.192Z] ef190ce631f7: Preparing [2020-10-07T19:19:23.192Z] c1809fbb3689: Preparing [2020-10-07T19:19:23.192Z] e71169bab9ef: Preparing [2020-10-07T19:19:23.192Z] b36471fd8ef0: Preparing [2020-10-07T19:19:23.192Z] e2d446c0ebfc: Preparing [2020-10-07T19:19:23.192Z] 005e96508af2: Preparing [2020-10-07T19:19:23.192Z] 50644c29ef5a: Preparing [2020-10-07T19:19:23.192Z] b36471fd8ef0: Waiting [2020-10-07T19:19:23.192Z] c1809fbb3689: Waiting [2020-10-07T19:19:23.192Z] e2d446c0ebfc: Waiting [2020-10-07T19:19:23.192Z] 005e96508af2: Waiting [2020-10-07T19:19:23.192Z] 50644c29ef5a: Waiting [2020-10-07T19:19:23.192Z] 222609ffca0e: Layer already exists [2020-10-07T19:19:23.192Z] e71169bab9ef: Layer already exists [2020-10-07T19:19:23.192Z] 8f04a5b9d8a3: Layer already exists [2020-10-07T19:19:23.192Z] 6a9f26e345a0: Layer already exists [2020-10-07T19:19:23.192Z] 61a2268bf15b: Layer already exists [2020-10-07T19:19:23.192Z] b36471fd8ef0: Layer already exists [2020-10-07T19:19:23.192Z] e2d446c0ebfc: Layer already exists [2020-10-07T19:19:23.192Z] ef190ce631f7: Layer already exists [2020-10-07T19:19:23.192Z] 005e96508af2: Layer already exists [2020-10-07T19:19:23.192Z] c1809fbb3689: Layer already exists [2020-10-07T19:19:23.192Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:23.453Z] master: digest: sha256:6d3a548425b3ed19224838e37c90c6d4f282f77b2c69a243e18986b6bd68fc8d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:23.640Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:23.686Z] taggedImages: [2020-10-07T19:19:23.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:23.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.53 [2020-10-07T19:19:23.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:23.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-07T19:19:23.746Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-07T19:19:23.747Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:23.747Z] 1.2.2-dev.53 [2020-10-07T19:19:23.747Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:23.747Z] master [2020-10-07T19:19:23.747Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:24.238Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:24.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:24.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T19:19:24.548Z] 931e1696ec83: Preparing [2020-10-07T19:19:24.548Z] 83b288e7b350: Preparing [2020-10-07T19:19:24.548Z] 81e7100ade86: Preparing [2020-10-07T19:19:24.548Z] 2982f4f49385: Preparing [2020-10-07T19:19:24.548Z] aaddbd0dab77: Preparing [2020-10-07T19:19:24.548Z] 22df04c97563: Preparing [2020-10-07T19:19:24.548Z] a6d0e6b17003: Preparing [2020-10-07T19:19:24.548Z] c9c7eda88c57: Preparing [2020-10-07T19:19:24.548Z] bfdbfbd5b017: Preparing [2020-10-07T19:19:24.548Z] 89b8428b1499: Preparing [2020-10-07T19:19:24.548Z] 1b3ee35aacca: Preparing [2020-10-07T19:19:24.548Z] a6d0e6b17003: Waiting [2020-10-07T19:19:24.548Z] 22df04c97563: Waiting [2020-10-07T19:19:24.548Z] c9c7eda88c57: Waiting [2020-10-07T19:19:24.548Z] bfdbfbd5b017: Waiting [2020-10-07T19:19:24.548Z] 1b3ee35aacca: Waiting [2020-10-07T19:19:24.548Z] 89b8428b1499: Waiting [2020-10-07T19:19:24.848Z] 83b288e7b350: Pushed [2020-10-07T19:19:24.848Z] 22df04c97563: Pushed [2020-10-07T19:19:25.128Z] a6d0e6b17003: Pushed [2020-10-07T19:19:25.397Z] c9c7eda88c57: Pushed [2020-10-07T19:19:25.660Z] bfdbfbd5b017: Pushed [2020-10-07T19:19:25.660Z] 81e7100ade86: Pushed [2020-10-07T19:19:25.660Z] 931e1696ec83: Pushed [2020-10-07T19:19:25.923Z] aaddbd0dab77: Pushed [2020-10-07T19:19:26.000Z] Removing intermediate container 477f50b31539 [2020-10-07T19:19:26.000Z] ---> d83bbc3dd65e [2020-10-07T19:19:26.000Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T19:19:26.186Z] 1b3ee35aacca: Layer already exists [2020-10-07T19:19:26.186Z] 2982f4f49385: Pushed [2020-10-07T19:19:26.186Z] 89b8428b1499: Pushed [2020-10-07T19:19:26.272Z] ---> Running in 81da1c20ca0a [2020-10-07T19:19:26.450Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:11e581d46aeec8e9a4fd1c88c4d7d8c12161f947438185e6f8acdf0dfcb2a1c2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:26.565Z] Removing intermediate container 42262fcee208 [2020-10-07T19:19:26.565Z] ---> 7f9a5616e321 [2020-10-07T19:19:26.565Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T19:19:26.759Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:26.850Z] ---> Running in 4e07892e1a47 [2020-10-07T19:19:26.851Z] Removing intermediate container a0109ed799a1 [2020-10-07T19:19:26.851Z] ---> b367a585da2e [2020-10-07T19:19:26.851Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T19:19:27.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.53 [2020-10-07T19:19:27.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T19:19:27.056Z] 931e1696ec83: Preparing [2020-10-07T19:19:27.056Z] 83b288e7b350: Preparing [2020-10-07T19:19:27.056Z] 81e7100ade86: Preparing [2020-10-07T19:19:27.056Z] 2982f4f49385: Preparing [2020-10-07T19:19:27.056Z] aaddbd0dab77: Preparing [2020-10-07T19:19:27.056Z] 22df04c97563: Preparing [2020-10-07T19:19:27.056Z] a6d0e6b17003: Preparing [2020-10-07T19:19:27.056Z] c9c7eda88c57: Preparing [2020-10-07T19:19:27.056Z] bfdbfbd5b017: Preparing [2020-10-07T19:19:27.056Z] 89b8428b1499: Preparing [2020-10-07T19:19:27.056Z] 1b3ee35aacca: Preparing [2020-10-07T19:19:27.056Z] 22df04c97563: Waiting [2020-10-07T19:19:27.056Z] a6d0e6b17003: Waiting [2020-10-07T19:19:27.056Z] c9c7eda88c57: Waiting [2020-10-07T19:19:27.056Z] bfdbfbd5b017: Waiting [2020-10-07T19:19:27.056Z] 89b8428b1499: Waiting [2020-10-07T19:19:27.056Z] 1b3ee35aacca: Waiting [2020-10-07T19:19:27.056Z] 2982f4f49385: Layer already exists [2020-10-07T19:19:27.056Z] 83b288e7b350: Layer already exists [2020-10-07T19:19:27.056Z] 931e1696ec83: Layer already exists [2020-10-07T19:19:27.056Z] 81e7100ade86: Layer already exists [2020-10-07T19:19:27.056Z] aaddbd0dab77: Layer already exists [2020-10-07T19:19:27.056Z] a6d0e6b17003: Layer already exists [2020-10-07T19:19:27.056Z] 22df04c97563: Layer already exists [2020-10-07T19:19:27.056Z] c9c7eda88c57: Layer already exists [2020-10-07T19:19:27.056Z] 89b8428b1499: Layer already exists [2020-10-07T19:19:27.056Z] bfdbfbd5b017: Layer already exists [2020-10-07T19:19:27.056Z] 1b3ee35aacca: Layer already exists [2020-10-07T19:19:27.056Z] 1.2.2-dev.53: digest: sha256:11e581d46aeec8e9a4fd1c88c4d7d8c12161f947438185e6f8acdf0dfcb2a1c2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:27.130Z] ---> Running in 8ece5c613b5e [2020-10-07T19:19:27.359Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:27.406Z] Removing intermediate container 131853c7f77a [2020-10-07T19:19:27.406Z] ---> 293d018990d1 [2020-10-07T19:19:27.406Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T19:19:27.406Z] Removing intermediate container e68bb61edbd9 [2020-10-07T19:19:27.406Z] ---> 197c70107aca [2020-10-07T19:19:27.406Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T19:19:27.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:27.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T19:19:27.671Z] 931e1696ec83: Preparing [2020-10-07T19:19:27.671Z] 83b288e7b350: Preparing [2020-10-07T19:19:27.671Z] 81e7100ade86: Preparing [2020-10-07T19:19:27.671Z] 2982f4f49385: Preparing [2020-10-07T19:19:27.671Z] aaddbd0dab77: Preparing [2020-10-07T19:19:27.671Z] 22df04c97563: Preparing [2020-10-07T19:19:27.671Z] a6d0e6b17003: Preparing [2020-10-07T19:19:27.671Z] c9c7eda88c57: Preparing [2020-10-07T19:19:27.671Z] bfdbfbd5b017: Preparing [2020-10-07T19:19:27.671Z] 89b8428b1499: Preparing [2020-10-07T19:19:27.671Z] 1b3ee35aacca: Preparing [2020-10-07T19:19:27.671Z] a6d0e6b17003: Waiting [2020-10-07T19:19:27.671Z] c9c7eda88c57: Waiting [2020-10-07T19:19:27.671Z] bfdbfbd5b017: Waiting [2020-10-07T19:19:27.671Z] 89b8428b1499: Waiting [2020-10-07T19:19:27.671Z] 1b3ee35aacca: Waiting [2020-10-07T19:19:27.671Z] 22df04c97563: Waiting [2020-10-07T19:19:27.671Z] 2982f4f49385: Layer already exists [2020-10-07T19:19:27.671Z] 81e7100ade86: Layer already exists [2020-10-07T19:19:27.671Z] 83b288e7b350: Layer already exists [2020-10-07T19:19:27.671Z] aaddbd0dab77: Layer already exists [2020-10-07T19:19:27.671Z] 931e1696ec83: Layer already exists [2020-10-07T19:19:27.671Z] 89b8428b1499: Layer already exists [2020-10-07T19:19:27.671Z] a6d0e6b17003: Layer already exists [2020-10-07T19:19:27.671Z] bfdbfbd5b017: Layer already exists [2020-10-07T19:19:27.671Z] c9c7eda88c57: Layer already exists [2020-10-07T19:19:27.671Z] 22df04c97563: Layer already exists [2020-10-07T19:19:27.671Z] 1b3ee35aacca: Layer already exists [2020-10-07T19:19:27.683Z] ---> Running in 774a3be57a58 [2020-10-07T19:19:27.935Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:11e581d46aeec8e9a4fd1c88c4d7d8c12161f947438185e6f8acdf0dfcb2a1c2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:27.971Z] ---> Running in 5e99d64efa44 [2020-10-07T19:19:28.254Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:28.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-07T19:19:28.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T19:19:28.553Z] 931e1696ec83: Preparing [2020-10-07T19:19:28.553Z] 83b288e7b350: Preparing [2020-10-07T19:19:28.553Z] 81e7100ade86: Preparing [2020-10-07T19:19:28.553Z] 2982f4f49385: Preparing [2020-10-07T19:19:28.553Z] aaddbd0dab77: Preparing [2020-10-07T19:19:28.553Z] 22df04c97563: Preparing [2020-10-07T19:19:28.553Z] a6d0e6b17003: Preparing [2020-10-07T19:19:28.553Z] c9c7eda88c57: Preparing [2020-10-07T19:19:28.553Z] bfdbfbd5b017: Preparing [2020-10-07T19:19:28.553Z] 89b8428b1499: Preparing [2020-10-07T19:19:28.553Z] 1b3ee35aacca: Preparing [2020-10-07T19:19:28.553Z] a6d0e6b17003: Waiting [2020-10-07T19:19:28.553Z] c9c7eda88c57: Waiting [2020-10-07T19:19:28.553Z] bfdbfbd5b017: Waiting [2020-10-07T19:19:28.553Z] 89b8428b1499: Waiting [2020-10-07T19:19:28.553Z] 1b3ee35aacca: Waiting [2020-10-07T19:19:28.553Z] 22df04c97563: Waiting [2020-10-07T19:19:28.553Z] 81e7100ade86: Layer already exists [2020-10-07T19:19:28.553Z] 83b288e7b350: Layer already exists [2020-10-07T19:19:28.553Z] 931e1696ec83: Layer already exists [2020-10-07T19:19:28.553Z] 2982f4f49385: Layer already exists [2020-10-07T19:19:28.553Z] aaddbd0dab77: Layer already exists [2020-10-07T19:19:28.553Z] c9c7eda88c57: Layer already exists [2020-10-07T19:19:28.553Z] 22df04c97563: Layer already exists [2020-10-07T19:19:28.553Z] 89b8428b1499: Layer already exists [2020-10-07T19:19:28.553Z] bfdbfbd5b017: Layer already exists [2020-10-07T19:19:28.553Z] a6d0e6b17003: Layer already exists [2020-10-07T19:19:28.553Z] 1b3ee35aacca: Layer already exists [2020-10-07T19:19:28.820Z] master: digest: sha256:11e581d46aeec8e9a4fd1c88c4d7d8c12161f947438185e6f8acdf0dfcb2a1c2 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:29.093Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:29.140Z] taggedImages: [2020-10-07T19:19:29.140Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:29.140Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.53 [2020-10-07T19:19:29.140Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:29.140Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-07T19:19:29.211Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-07T19:19:29.211Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:29.211Z] 1.2.2-dev.53 [2020-10-07T19:19:29.211Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:29.211Z] master [2020-10-07T19:19:29.211Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:29.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:29.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:29.670Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:29.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:29.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:29.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T19:19:29.980Z] abf473d6dea9: Preparing [2020-10-07T19:19:29.980Z] fed5357dbec7: Preparing [2020-10-07T19:19:29.980Z] 6c851b80a447: Preparing [2020-10-07T19:19:29.980Z] 4e0fb3b4c576: Preparing [2020-10-07T19:19:30.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:30.244Z] 6c851b80a447: Pushed [2020-10-07T19:19:30.245Z] abf473d6dea9: Pushed [2020-10-07T19:19:30.245Z] 4e0fb3b4c576: Pushed [2020-10-07T19:19:30.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:30.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:30.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:30.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:30.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:31.104Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:19:31.104Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:19:31.104Z] OK: 12623 distinct packages available [2020-10-07T19:19:31.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:19:31.104Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:19:31.104Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:19:31.104Z] OK: 12623 distinct packages available [2020-10-07T19:19:31.648Z] fed5357dbec7: Pushed [2020-10-07T19:19:31.648Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:42bc4dec9fdca90facbf8bf5fde82a6c21dd7517d13983ea592a5017f72cbcf3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:31.704Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:19:31.704Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:19:31.704Z] OK: 12623 distinct packages available [2020-10-07T19:19:31.968Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.53 [Pipeline] isUnix [2020-10-07T19:19:31.982Z] OK: 217 MiB in 51 packages [2020-10-07T19:19:31.982Z] OK: 217 MiB in 51 packages [2020-10-07T19:19:31.982Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:19:31.982Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:19:31.982Z] OK: 12623 distinct packages available [Pipeline] sh [2020-10-07T19:19:32.264Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:19:32.264Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:19:32.264Z] OK: 12623 distinct packages available [2020-10-07T19:19:32.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.53 [2020-10-07T19:19:32.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T19:19:32.270Z] abf473d6dea9: Preparing [2020-10-07T19:19:32.270Z] fed5357dbec7: Preparing [2020-10-07T19:19:32.270Z] 6c851b80a447: Preparing [2020-10-07T19:19:32.270Z] 4e0fb3b4c576: Preparing [2020-10-07T19:19:32.270Z] abf473d6dea9: Layer already exists [2020-10-07T19:19:32.270Z] 6c851b80a447: Layer already exists [2020-10-07T19:19:32.270Z] fed5357dbec7: Layer already exists [2020-10-07T19:19:32.270Z] 4e0fb3b4c576: Layer already exists [2020-10-07T19:19:32.270Z] 1.2.2-dev.53: digest: sha256:42bc4dec9fdca90facbf8bf5fde82a6c21dd7517d13983ea592a5017f72cbcf3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:32.599Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:32.870Z] OK: 217 MiB in 51 packages [2020-10-07T19:19:32.871Z] OK: 217 MiB in 51 packages [2020-10-07T19:19:32.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:32.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T19:19:32.914Z] abf473d6dea9: Preparing [2020-10-07T19:19:32.914Z] fed5357dbec7: Preparing [2020-10-07T19:19:32.914Z] 6c851b80a447: Preparing [2020-10-07T19:19:32.914Z] 4e0fb3b4c576: Preparing [2020-10-07T19:19:32.914Z] fed5357dbec7: Layer already exists [2020-10-07T19:19:32.914Z] 4e0fb3b4c576: Layer already exists [2020-10-07T19:19:32.914Z] 6c851b80a447: Layer already exists [2020-10-07T19:19:32.914Z] abf473d6dea9: Layer already exists [2020-10-07T19:19:33.148Z] OK: 217 MiB in 51 packages [2020-10-07T19:19:33.186Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:42bc4dec9fdca90facbf8bf5fde82a6c21dd7517d13983ea592a5017f72cbcf3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:33.509Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:33.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-07T19:19:33.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T19:19:33.806Z] abf473d6dea9: Preparing [2020-10-07T19:19:33.806Z] fed5357dbec7: Preparing [2020-10-07T19:19:33.806Z] 6c851b80a447: Preparing [2020-10-07T19:19:33.806Z] 4e0fb3b4c576: Preparing [2020-10-07T19:19:33.806Z] fed5357dbec7: Layer already exists [2020-10-07T19:19:33.806Z] 6c851b80a447: Layer already exists [2020-10-07T19:19:33.806Z] 4e0fb3b4c576: Layer already exists [2020-10-07T19:19:33.806Z] abf473d6dea9: Layer already exists [2020-10-07T19:19:34.068Z] master: digest: sha256:42bc4dec9fdca90facbf8bf5fde82a6c21dd7517d13983ea592a5017f72cbcf3 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-07T19:19:34.129Z] Removing intermediate container 4e07892e1a47 [2020-10-07T19:19:34.129Z] ---> cdded8fa2d44 [2020-10-07T19:19:34.129Z] Step 6/24 : COPY go.mod . [2020-10-07T19:19:34.129Z] Removing intermediate container 81da1c20ca0a [2020-10-07T19:19:34.129Z] ---> 40c164989c4d [2020-10-07T19:19:34.129Z] Step 6/20 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:34.255Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:34.304Z] taggedImages: [2020-10-07T19:19:34.304Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:34.304Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.53 [2020-10-07T19:19:34.304Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:34.304Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-07T19:19:34.367Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-07T19:19:34.367Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:34.367Z] 1.2.2-dev.53 [2020-10-07T19:19:34.367Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:34.367Z] master [2020-10-07T19:19:34.367Z] ===================================================== [2020-10-07T19:19:34.402Z] Removing intermediate container 8ece5c613b5e [2020-10-07T19:19:34.402Z] ---> ba5b5ff3d71e [2020-10-07T19:19:34.402Z] Step 6/23 : COPY go.mod . [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:34.839Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:35.007Z] Removing intermediate container 5e99d64efa44 [2020-10-07T19:19:35.007Z] ---> 63064efd1b70 [2020-10-07T19:19:35.007Z] Step 6/26 : COPY go.mod . [2020-10-07T19:19:35.007Z] ---> 353cb0024d0d [2020-10-07T19:19:35.007Z] Step 7/24 : RUN go mod download [2020-10-07T19:19:35.007Z] ---> 918619ad7183 [2020-10-07T19:19:35.007Z] Step 7/20 : RUN go mod download [2020-10-07T19:19:35.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:35.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T19:19:35.152Z] 61ba71c26569: Preparing [2020-10-07T19:19:35.152Z] bef0c540de1e: Preparing [2020-10-07T19:19:35.152Z] 826879535bcd: Preparing [2020-10-07T19:19:35.152Z] ac29b15864d9: Preparing [2020-10-07T19:19:35.152Z] 1e69454b43fb: Preparing [2020-10-07T19:19:35.152Z] f9595cef928a: Preparing [2020-10-07T19:19:35.152Z] f9595cef928a: Waiting [2020-10-07T19:19:35.277Z] Removing intermediate container 774a3be57a58 [2020-10-07T19:19:35.277Z] ---> 4efbe65fdcf0 [2020-10-07T19:19:35.278Z] Step 6/27 : COPY go.mod . [2020-10-07T19:19:35.425Z] 826879535bcd: Pushed [2020-10-07T19:19:35.425Z] 61ba71c26569: Pushed [2020-10-07T19:19:35.425Z] ac29b15864d9: Pushed [2020-10-07T19:19:35.550Z] ---> Running in d7df865b363e [2020-10-07T19:19:35.550Z] ---> Running in eead8446fbea [2020-10-07T19:19:35.550Z] ---> 63932dd57b88 [2020-10-07T19:19:35.550Z] Step 7/23 : RUN go mod download [2020-10-07T19:19:35.698Z] f9595cef928a: Pushed [2020-10-07T19:19:35.698Z] 1e69454b43fb: Pushed [2020-10-07T19:19:35.828Z] ---> Running in 93cddd2fda14 [2020-10-07T19:19:35.828Z] ---> 134639b7b70b [2020-10-07T19:19:35.828Z] Step 7/26 : RUN go mod download [2020-10-07T19:19:36.105Z] ---> Running in feaa56b6845c [2020-10-07T19:19:36.105Z] ---> aa68d45aa6a3 [2020-10-07T19:19:36.105Z] Step 7/27 : RUN go mod download [2020-10-07T19:19:36.383Z] ---> Running in 861bb690b4c2 [2020-10-07T19:19:37.104Z] bef0c540de1e: Pushed [2020-10-07T19:19:37.104Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:4d0e8865dfc183792bc218f3e73328632a4c87d2794bb9464762336687b84bcc size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:37.598Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:37.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.53 [2020-10-07T19:19:37.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T19:19:37.903Z] 61ba71c26569: Preparing [2020-10-07T19:19:37.903Z] bef0c540de1e: Preparing [2020-10-07T19:19:37.903Z] 826879535bcd: Preparing [2020-10-07T19:19:37.903Z] ac29b15864d9: Preparing [2020-10-07T19:19:37.903Z] 1e69454b43fb: Preparing [2020-10-07T19:19:37.903Z] f9595cef928a: Preparing [2020-10-07T19:19:37.903Z] f9595cef928a: Waiting [2020-10-07T19:19:37.903Z] ac29b15864d9: Layer already exists [2020-10-07T19:19:37.903Z] bef0c540de1e: Layer already exists [2020-10-07T19:19:37.903Z] 61ba71c26569: Layer already exists [2020-10-07T19:19:37.903Z] 826879535bcd: Layer already exists [2020-10-07T19:19:37.903Z] 1e69454b43fb: Layer already exists [2020-10-07T19:19:37.903Z] f9595cef928a: Layer already exists [2020-10-07T19:19:38.172Z] 1.2.2-dev.53: digest: sha256:4d0e8865dfc183792bc218f3e73328632a4c87d2794bb9464762336687b84bcc size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:38.493Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:38.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:38.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T19:19:38.798Z] 61ba71c26569: Preparing [2020-10-07T19:19:38.798Z] bef0c540de1e: Preparing [2020-10-07T19:19:38.798Z] 826879535bcd: Preparing [2020-10-07T19:19:38.798Z] ac29b15864d9: Preparing [2020-10-07T19:19:38.798Z] 1e69454b43fb: Preparing [2020-10-07T19:19:38.798Z] f9595cef928a: Preparing [2020-10-07T19:19:38.798Z] f9595cef928a: Waiting [2020-10-07T19:19:38.798Z] 61ba71c26569: Layer already exists [2020-10-07T19:19:38.798Z] ac29b15864d9: Layer already exists [2020-10-07T19:19:38.798Z] 826879535bcd: Layer already exists [2020-10-07T19:19:38.798Z] 1e69454b43fb: Layer already exists [2020-10-07T19:19:38.798Z] bef0c540de1e: Layer already exists [2020-10-07T19:19:38.798Z] f9595cef928a: Layer already exists [2020-10-07T19:19:38.798Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:4d0e8865dfc183792bc218f3e73328632a4c87d2794bb9464762336687b84bcc size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:39.115Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:39.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-07T19:19:39.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T19:19:39.426Z] 61ba71c26569: Preparing [2020-10-07T19:19:39.426Z] bef0c540de1e: Preparing [2020-10-07T19:19:39.426Z] 826879535bcd: Preparing [2020-10-07T19:19:39.426Z] ac29b15864d9: Preparing [2020-10-07T19:19:39.426Z] 1e69454b43fb: Preparing [2020-10-07T19:19:39.426Z] f9595cef928a: Preparing [2020-10-07T19:19:39.426Z] f9595cef928a: Waiting [2020-10-07T19:19:39.426Z] bef0c540de1e: Layer already exists [2020-10-07T19:19:39.426Z] ac29b15864d9: Layer already exists [2020-10-07T19:19:39.426Z] 826879535bcd: Layer already exists [2020-10-07T19:19:39.426Z] 1e69454b43fb: Layer already exists [2020-10-07T19:19:39.426Z] 61ba71c26569: Layer already exists [2020-10-07T19:19:39.426Z] f9595cef928a: Layer already exists [2020-10-07T19:19:39.426Z] master: digest: sha256:4d0e8865dfc183792bc218f3e73328632a4c87d2794bb9464762336687b84bcc size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:39.612Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:39.669Z] taggedImages: [2020-10-07T19:19:39.669Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:39.669Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.53 [2020-10-07T19:19:39.669Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:39.669Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-07T19:19:39.746Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-07T19:19:39.746Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:39.746Z] 1.2.2-dev.53 [2020-10-07T19:19:39.746Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:39.746Z] master [2020-10-07T19:19:39.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:40.229Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:40.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:40.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T19:19:40.551Z] 3c282621d5b0: Preparing [2020-10-07T19:19:40.551Z] 8dacc3e0eb9d: Preparing [2020-10-07T19:19:40.551Z] 7f6aedef853a: Preparing [2020-10-07T19:19:40.729Z] Removing intermediate container eead8446fbea [2020-10-07T19:19:40.730Z] ---> 47c59d326920 [2020-10-07T19:19:40.730Z] Step 8/20 : COPY . . [2020-10-07T19:19:40.730Z] Removing intermediate container d7df865b363e [2020-10-07T19:19:40.730Z] ---> 624e8e489083 [2020-10-07T19:19:40.730Z] Step 8/24 : COPY . . [2020-10-07T19:19:40.814Z] 7f6aedef853a: Pushed [2020-10-07T19:19:40.814Z] 3c282621d5b0: Pushed [2020-10-07T19:19:41.333Z] Removing intermediate container 93cddd2fda14 [2020-10-07T19:19:41.333Z] ---> 7f7cade04a6f [2020-10-07T19:19:41.333Z] Step 8/23 : COPY . . [2020-10-07T19:19:41.607Z] Removing intermediate container 861bb690b4c2 [2020-10-07T19:19:41.607Z] ---> d581b683b343 [2020-10-07T19:19:41.607Z] Step 8/27 : COPY . . [2020-10-07T19:19:41.607Z] Removing intermediate container feaa56b6845c [2020-10-07T19:19:41.607Z] ---> bc1c2479ad79 [2020-10-07T19:19:41.607Z] Step 8/26 : COPY . . [2020-10-07T19:19:42.231Z] 8dacc3e0eb9d: Pushed [2020-10-07T19:19:42.231Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:18ff6bf7cedaab2e6123410e0452cec76991424eee9c589f55e8a04311ac2174 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:42.545Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:42.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.53 [2020-10-07T19:19:42.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T19:19:42.841Z] 3c282621d5b0: Preparing [2020-10-07T19:19:42.841Z] 8dacc3e0eb9d: Preparing [2020-10-07T19:19:42.841Z] 7f6aedef853a: Preparing [2020-10-07T19:19:42.841Z] 3c282621d5b0: Layer already exists [2020-10-07T19:19:42.841Z] 7f6aedef853a: Layer already exists [2020-10-07T19:19:42.841Z] 8dacc3e0eb9d: Layer already exists [2020-10-07T19:19:42.841Z] 1.2.2-dev.53: digest: sha256:18ff6bf7cedaab2e6123410e0452cec76991424eee9c589f55e8a04311ac2174 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:43.157Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:43.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:43.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T19:19:43.472Z] 3c282621d5b0: Preparing [2020-10-07T19:19:43.472Z] 8dacc3e0eb9d: Preparing [2020-10-07T19:19:43.472Z] 7f6aedef853a: Preparing [2020-10-07T19:19:43.472Z] 8dacc3e0eb9d: Layer already exists [2020-10-07T19:19:43.472Z] 7f6aedef853a: Layer already exists [2020-10-07T19:19:43.472Z] 3c282621d5b0: Layer already exists [2020-10-07T19:19:43.472Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:18ff6bf7cedaab2e6123410e0452cec76991424eee9c589f55e8a04311ac2174 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:43.786Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:44.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-07T19:19:44.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T19:19:44.102Z] 3c282621d5b0: Preparing [2020-10-07T19:19:44.102Z] 8dacc3e0eb9d: Preparing [2020-10-07T19:19:44.102Z] 7f6aedef853a: Preparing [2020-10-07T19:19:44.102Z] 3c282621d5b0: Layer already exists [2020-10-07T19:19:44.102Z] 7f6aedef853a: Layer already exists [2020-10-07T19:19:44.102Z] 8dacc3e0eb9d: Layer already exists [2020-10-07T19:19:44.102Z] master: digest: sha256:18ff6bf7cedaab2e6123410e0452cec76991424eee9c589f55e8a04311ac2174 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:44.297Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:44.344Z] taggedImages: [2020-10-07T19:19:44.345Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:44.345Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.53 [2020-10-07T19:19:44.345Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:44.345Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-07T19:19:44.406Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-07T19:19:44.406Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:44.406Z] 1.2.2-dev.53 [2020-10-07T19:19:44.406Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:44.406Z] master [2020-10-07T19:19:44.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:44.884Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:45.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:45.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T19:19:45.194Z] c1e2eba05c4d: Preparing [2020-10-07T19:19:45.194Z] c79559f2d59d: Preparing [2020-10-07T19:19:45.194Z] b54e3337a88d: Preparing [2020-10-07T19:19:45.195Z] 6dab2ba1c00f: Preparing [2020-10-07T19:19:45.195Z] 53eadd896237: Preparing [2020-10-07T19:19:45.195Z] b6e41ed9715d: Preparing [2020-10-07T19:19:45.195Z] ab89a2e4c524: Preparing [2020-10-07T19:19:45.195Z] 527eef706b20: Preparing [2020-10-07T19:19:45.195Z] 224742e9e948: Preparing [2020-10-07T19:19:45.195Z] 5391e5290f13: Preparing [2020-10-07T19:19:45.195Z] 13baed61c795: Preparing [2020-10-07T19:19:45.195Z] 51d6d3d09136: Preparing [2020-10-07T19:19:45.195Z] 1507bc794612: Preparing [2020-10-07T19:19:45.195Z] 50644c29ef5a: Preparing [2020-10-07T19:19:45.195Z] b6e41ed9715d: Waiting [2020-10-07T19:19:45.195Z] ab89a2e4c524: Waiting [2020-10-07T19:19:45.195Z] 527eef706b20: Waiting [2020-10-07T19:19:45.195Z] 224742e9e948: Waiting [2020-10-07T19:19:45.195Z] 5391e5290f13: Waiting [2020-10-07T19:19:45.195Z] 13baed61c795: Waiting [2020-10-07T19:19:45.195Z] 51d6d3d09136: Waiting [2020-10-07T19:19:45.195Z] 50644c29ef5a: Waiting [2020-10-07T19:19:45.195Z] 1507bc794612: Waiting [2020-10-07T19:19:45.479Z] 53eadd896237: Pushed [2020-10-07T19:19:45.479Z] c1e2eba05c4d: Pushed [2020-10-07T19:19:45.754Z] 6dab2ba1c00f: Pushed [2020-10-07T19:19:46.016Z] 527eef706b20: Layer already exists [2020-10-07T19:19:46.016Z] ab89a2e4c524: Pushed [2020-10-07T19:19:46.016Z] 224742e9e948: Layer already exists [2020-10-07T19:19:46.016Z] 5391e5290f13: Layer already exists [2020-10-07T19:19:46.016Z] 13baed61c795: Layer already exists [2020-10-07T19:19:46.016Z] 51d6d3d09136: Layer already exists [2020-10-07T19:19:46.016Z] 1507bc794612: Layer already exists [2020-10-07T19:19:46.016Z] c79559f2d59d: Pushed [2020-10-07T19:19:46.016Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:46.960Z] b6e41ed9715d: Pushed [2020-10-07T19:19:51.196Z] b54e3337a88d: Pushed [2020-10-07T19:19:51.196Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:8939ffd5535b293c16347b58820d8bffcaeb866e80f8ceb5d464cbf14c56dcf6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:51.507Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:51.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.53 [2020-10-07T19:19:51.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T19:19:51.832Z] c1e2eba05c4d: Preparing [2020-10-07T19:19:51.832Z] c79559f2d59d: Preparing [2020-10-07T19:19:51.832Z] b54e3337a88d: Preparing [2020-10-07T19:19:51.832Z] 6dab2ba1c00f: Preparing [2020-10-07T19:19:51.832Z] 53eadd896237: Preparing [2020-10-07T19:19:51.832Z] b6e41ed9715d: Preparing [2020-10-07T19:19:51.832Z] ab89a2e4c524: Preparing [2020-10-07T19:19:51.832Z] 527eef706b20: Preparing [2020-10-07T19:19:51.832Z] 224742e9e948: Preparing [2020-10-07T19:19:51.832Z] 5391e5290f13: Preparing [2020-10-07T19:19:51.832Z] 13baed61c795: Preparing [2020-10-07T19:19:51.832Z] 51d6d3d09136: Preparing [2020-10-07T19:19:51.832Z] 1507bc794612: Preparing [2020-10-07T19:19:51.832Z] 50644c29ef5a: Preparing [2020-10-07T19:19:51.832Z] 224742e9e948: Waiting [2020-10-07T19:19:51.832Z] 5391e5290f13: Waiting [2020-10-07T19:19:51.832Z] b6e41ed9715d: Waiting [2020-10-07T19:19:51.832Z] 13baed61c795: Waiting [2020-10-07T19:19:51.832Z] ab89a2e4c524: Waiting [2020-10-07T19:19:51.833Z] 527eef706b20: Waiting [2020-10-07T19:19:51.833Z] 51d6d3d09136: Waiting [2020-10-07T19:19:51.833Z] 50644c29ef5a: Waiting [2020-10-07T19:19:51.833Z] 1507bc794612: Waiting [2020-10-07T19:19:51.833Z] c1e2eba05c4d: Layer already exists [2020-10-07T19:19:51.833Z] c79559f2d59d: Layer already exists [2020-10-07T19:19:51.833Z] b54e3337a88d: Layer already exists [2020-10-07T19:19:51.833Z] 53eadd896237: Layer already exists [2020-10-07T19:19:51.833Z] 6dab2ba1c00f: Layer already exists [2020-10-07T19:19:51.833Z] b6e41ed9715d: Layer already exists [2020-10-07T19:19:51.833Z] ab89a2e4c524: Layer already exists [2020-10-07T19:19:51.833Z] 224742e9e948: Layer already exists [2020-10-07T19:19:51.833Z] 527eef706b20: Layer already exists [2020-10-07T19:19:51.833Z] 5391e5290f13: Layer already exists [2020-10-07T19:19:51.833Z] 13baed61c795: Layer already exists [2020-10-07T19:19:51.833Z] 51d6d3d09136: Layer already exists [2020-10-07T19:19:51.833Z] 1507bc794612: Layer already exists [2020-10-07T19:19:51.833Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:52.100Z] 1.2.2-dev.53: digest: sha256:8939ffd5535b293c16347b58820d8bffcaeb866e80f8ceb5d464cbf14c56dcf6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:52.420Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:52.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:52.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T19:19:52.725Z] c1e2eba05c4d: Preparing [2020-10-07T19:19:52.725Z] c79559f2d59d: Preparing [2020-10-07T19:19:52.725Z] b54e3337a88d: Preparing [2020-10-07T19:19:52.726Z] 6dab2ba1c00f: Preparing [2020-10-07T19:19:52.726Z] 53eadd896237: Preparing [2020-10-07T19:19:52.726Z] b6e41ed9715d: Preparing [2020-10-07T19:19:52.726Z] ab89a2e4c524: Preparing [2020-10-07T19:19:52.726Z] 527eef706b20: Preparing [2020-10-07T19:19:52.726Z] 224742e9e948: Preparing [2020-10-07T19:19:52.726Z] 5391e5290f13: Preparing [2020-10-07T19:19:52.726Z] 13baed61c795: Preparing [2020-10-07T19:19:52.726Z] 51d6d3d09136: Preparing [2020-10-07T19:19:52.726Z] 1507bc794612: Preparing [2020-10-07T19:19:52.726Z] 50644c29ef5a: Preparing [2020-10-07T19:19:52.726Z] b6e41ed9715d: Waiting [2020-10-07T19:19:52.726Z] ab89a2e4c524: Waiting [2020-10-07T19:19:52.726Z] 527eef706b20: Waiting [2020-10-07T19:19:52.726Z] 224742e9e948: Waiting [2020-10-07T19:19:52.726Z] 5391e5290f13: Waiting [2020-10-07T19:19:52.726Z] 13baed61c795: Waiting [2020-10-07T19:19:52.726Z] 51d6d3d09136: Waiting [2020-10-07T19:19:52.726Z] 1507bc794612: Waiting [2020-10-07T19:19:52.726Z] 50644c29ef5a: Waiting [2020-10-07T19:19:52.726Z] 6dab2ba1c00f: Layer already exists [2020-10-07T19:19:52.726Z] 53eadd896237: Layer already exists [2020-10-07T19:19:52.726Z] c79559f2d59d: Layer already exists [2020-10-07T19:19:52.726Z] c1e2eba05c4d: Layer already exists [2020-10-07T19:19:52.726Z] b54e3337a88d: Layer already exists [2020-10-07T19:19:52.726Z] ab89a2e4c524: Layer already exists [2020-10-07T19:19:52.726Z] b6e41ed9715d: Layer already exists [2020-10-07T19:19:52.726Z] 224742e9e948: Layer already exists [2020-10-07T19:19:52.726Z] 5391e5290f13: Layer already exists [2020-10-07T19:19:52.726Z] 527eef706b20: Layer already exists [2020-10-07T19:19:52.726Z] 51d6d3d09136: Layer already exists [2020-10-07T19:19:52.726Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:52.726Z] 13baed61c795: Layer already exists [2020-10-07T19:19:52.726Z] 1507bc794612: Layer already exists [2020-10-07T19:19:52.726Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:8939ffd5535b293c16347b58820d8bffcaeb866e80f8ceb5d464cbf14c56dcf6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:53.038Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:19:53.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-07T19:19:53.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T19:19:53.340Z] c1e2eba05c4d: Preparing [2020-10-07T19:19:53.340Z] c79559f2d59d: Preparing [2020-10-07T19:19:53.340Z] b54e3337a88d: Preparing [2020-10-07T19:19:53.340Z] 6dab2ba1c00f: Preparing [2020-10-07T19:19:53.340Z] 53eadd896237: Preparing [2020-10-07T19:19:53.340Z] b6e41ed9715d: Preparing [2020-10-07T19:19:53.340Z] ab89a2e4c524: Preparing [2020-10-07T19:19:53.340Z] 527eef706b20: Preparing [2020-10-07T19:19:53.340Z] 224742e9e948: Preparing [2020-10-07T19:19:53.340Z] 5391e5290f13: Preparing [2020-10-07T19:19:53.340Z] 13baed61c795: Preparing [2020-10-07T19:19:53.340Z] 51d6d3d09136: Preparing [2020-10-07T19:19:53.340Z] 1507bc794612: Preparing [2020-10-07T19:19:53.340Z] 50644c29ef5a: Preparing [2020-10-07T19:19:53.340Z] b6e41ed9715d: Waiting [2020-10-07T19:19:53.340Z] ab89a2e4c524: Waiting [2020-10-07T19:19:53.340Z] 51d6d3d09136: Waiting [2020-10-07T19:19:53.340Z] 1507bc794612: Waiting [2020-10-07T19:19:53.340Z] 527eef706b20: Waiting [2020-10-07T19:19:53.340Z] 224742e9e948: Waiting [2020-10-07T19:19:53.340Z] 50644c29ef5a: Waiting [2020-10-07T19:19:53.340Z] 5391e5290f13: Waiting [2020-10-07T19:19:53.340Z] 13baed61c795: Waiting [2020-10-07T19:19:53.340Z] c1e2eba05c4d: Layer already exists [2020-10-07T19:19:53.340Z] 6dab2ba1c00f: Layer already exists [2020-10-07T19:19:53.340Z] c79559f2d59d: Layer already exists [2020-10-07T19:19:53.340Z] b54e3337a88d: Layer already exists [2020-10-07T19:19:53.340Z] 53eadd896237: Layer already exists [2020-10-07T19:19:53.340Z] ab89a2e4c524: Layer already exists [2020-10-07T19:19:53.340Z] b6e41ed9715d: Layer already exists [2020-10-07T19:19:53.340Z] 527eef706b20: Layer already exists [2020-10-07T19:19:53.340Z] 224742e9e948: Layer already exists [2020-10-07T19:19:53.340Z] 5391e5290f13: Layer already exists [2020-10-07T19:19:53.340Z] 13baed61c795: Layer already exists [2020-10-07T19:19:53.340Z] 51d6d3d09136: Layer already exists [2020-10-07T19:19:53.340Z] 1507bc794612: Layer already exists [2020-10-07T19:19:53.340Z] 50644c29ef5a: Layer already exists [2020-10-07T19:19:53.340Z] master: digest: sha256:8939ffd5535b293c16347b58820d8bffcaeb866e80f8ceb5d464cbf14c56dcf6 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:19:53.517Z] ===================================================== [Pipeline] echo [2020-10-07T19:19:53.566Z] taggedImages: [2020-10-07T19:19:53.566Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:19:53.566Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.53 [2020-10-07T19:19:53.566Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:19:53.566Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-07T19:20:08.424Z] ---> 1ea5ce80def1 [2020-10-07T19:20:08.424Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T19:20:08.424Z] ---> 597b542948e1 [2020-10-07T19:20:08.424Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T19:20:08.424Z] ---> a45875a6631f [2020-10-07T19:20:08.424Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T19:20:08.424Z] ---> c1ced474dffe [2020-10-07T19:20:08.424Z] 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-07T19:20:08.424Z] ---> c28120ece7f1 [2020-10-07T19:20:08.424Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T19:20:08.424Z] ---> Running in 73ff0352cc10 [2020-10-07T19:20:08.424Z] ---> Running in c38bc866ec92 [2020-10-07T19:20:08.424Z] ---> Running in c6eb1d4aace2 [2020-10-07T19:20:08.424Z] ---> Running in bc7c9420d48b [2020-10-07T19:20:08.424Z] ---> Running in d0a0dcd68b0a [2020-10-07T19:20:08.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-07T19:20:08.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-07T19:20:08.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-07T19:20:08.425Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/core-data/core-data ./cmd/core-data [2020-10-07T19:20:08.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-07T19:21:30.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-07T19:21:33.718Z] Removing intermediate container 73ff0352cc10 [2020-10-07T19:21:33.718Z] ---> 747c794abb88 [2020-10-07T19:21:33.718Z] [2020-10-07T19:21:33.718Z] Step 10/20 : FROM alpine [2020-10-07T19:21:33.997Z] latest: Pulling from library/alpine [2020-10-07T19:21:34.282Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T19:21:34.282Z] Status: Downloaded newer image for alpine:latest [2020-10-07T19:21:34.282Z] ---> 62ee0e9f8440 [2020-10-07T19:21:34.282Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T19:21:34.559Z] ---> Running in 6c7e81978eb7 [2020-10-07T19:21:37.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:21:37.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:21:38.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-07T19:21:38.506Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:21:38.506Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:21:38.506Z] OK: 12621 distinct packages available [2020-10-07T19:21:39.520Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T19:21:39.520Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T19:21:39.520Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T19:21:39.520Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T19:21:39.520Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:21:39.520Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T19:21:40.152Z] OK: 7 MiB in 18 packages [2020-10-07T19:21:43.606Z] Removing intermediate container 6c7e81978eb7 [2020-10-07T19:21:43.606Z] ---> 0b99abe07f67 [2020-10-07T19:21:43.606Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T19:21:43.893Z] ---> Running in 7752d9b71479 [2020-10-07T19:21:44.178Z] Removing intermediate container c38bc866ec92 [2020-10-07T19:21:44.178Z] ---> 00725b208c56 [2020-10-07T19:21:44.178Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T19:21:44.475Z] ---> Running in 909e43f1192e [2020-10-07T19:21:44.761Z] Removing intermediate container 7752d9b71479 [2020-10-07T19:21:44.761Z] ---> 8039d5b681df [2020-10-07T19:21:44.761Z] Step 13/20 : WORKDIR /edgex [2020-10-07T19:21:45.040Z] ---> Running in 92ed900695f0 [2020-10-07T19:21:45.649Z] Removing intermediate container 92ed900695f0 [2020-10-07T19:21:45.649Z] ---> c68b25206e63 [2020-10-07T19:21:45.649Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T19:21:47.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-07T19:21:47.130Z] ---> 6ad2e5ef2114 [2020-10-07T19:21:47.130Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T19:21:49.820Z] ---> efe92a7ef696 [2020-10-07T19:21:49.820Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T19:21:49.820Z] ---> Running in f5cf67d261ad [2020-10-07T19:21:51.065Z] Removing intermediate container f5cf67d261ad [2020-10-07T19:21:51.065Z] ---> a05d00d18ed1 [2020-10-07T19:21:51.065Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T19:21:51.739Z] ---> Running in 70c71d8e0cc9 [2020-10-07T19:21:52.838Z] Removing intermediate container bc7c9420d48b [2020-10-07T19:21:52.838Z] ---> ee68b01a34ac [2020-10-07T19:21:52.838Z] [2020-10-07T19:21:52.838Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T19:21:52.838Z] Removing intermediate container 70c71d8e0cc9 [2020-10-07T19:21:52.838Z] ---> 2e2f837af590 [2020-10-07T19:21:52.838Z] Step 18/20 : LABEL arch=arm64 [2020-10-07T19:21:53.113Z] 3.10: Pulling from library/alpine [2020-10-07T19:21:53.390Z] ---> Running in 1c63c98b615f [2020-10-07T19:21:54.393Z] Removing intermediate container 1c63c98b615f [2020-10-07T19:21:54.393Z] ---> 668a2a6f272c [2020-10-07T19:21:54.393Z] Step 19/20 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:21:54.393Z] Removing intermediate container 909e43f1192e [2020-10-07T19:21:54.393Z] ---> 718d84d07a97 [2020-10-07T19:21:54.393Z] [2020-10-07T19:21:54.393Z] Step 11/27 : FROM docker:latest [2020-10-07T19:21:54.393Z] ---> 45884bde0078 [2020-10-07T19:21:54.393Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T19:21:54.678Z] ---> Running in d2c8a4ab8833 [2020-10-07T19:21:54.968Z] ---> Running in f570fafad073 [2020-10-07T19:21:54.968Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T19:21:54.968Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T19:21:54.968Z] ---> 536a684cf733 [2020-10-07T19:21:54.968Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T19:21:55.246Z] ---> Running in 89179645571a [2020-10-07T19:21:55.527Z] Removing intermediate container d2c8a4ab8833 [2020-10-07T19:21:55.527Z] ---> 9492d809490e [2020-10-07T19:21:55.527Z] Step 20/20 : LABEL version=1.2.2-dev.53 [2020-10-07T19:21:55.811Z] ---> Running in 417b94a9984e [2020-10-07T19:21:56.811Z] Removing intermediate container 417b94a9984e [2020-10-07T19:21:56.811Z] ---> 0a195082a68e [2020-10-07T19:21:56.811Z] [2020-10-07T19:21:57.423Z] Successfully built 0a195082a68e [2020-10-07T19:21:57.423Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-07T19:21:57.702Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-07T19:21:58.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:21:58.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:21:58.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:21:58.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:21:59.484Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T19:21:59.484Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T19:21:59.484Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T19:21:59.484Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T19:21:59.484Z] OK: 10167 distinct packages available [2020-10-07T19:21:59.484Z] Executing bash-5.0.17-r0.post-install [2020-10-07T19:21:59.484Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:21:59.484Z] OK: 12 MiB in 22 packages [2020-10-07T19:22:00.488Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T19:22:00.488Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T19:22:00.488Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T19:22:00.488Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T19:22:00.488Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T19:22:00.488Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T19:22:00.488Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T19:22:01.123Z] OK: 7 MiB in 19 packages [2020-10-07T19:22:03.768Z] Removing intermediate container f570fafad073 [2020-10-07T19:22:03.768Z] ---> 653962f0801f [2020-10-07T19:22:03.768Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T19:22:04.766Z] ---> Running in d9925604075b [2020-10-07T19:22:05.367Z] Removing intermediate container 89179645571a [2020-10-07T19:22:05.367Z] ---> 9fcdf8736971 [2020-10-07T19:22:05.367Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T19:22:05.643Z] ---> Running in 8efab6189c67 [2020-10-07T19:22:07.100Z] Removing intermediate container 8efab6189c67 [2020-10-07T19:22:07.100Z] ---> 0a7b9340d803 [2020-10-07T19:22:07.100Z] Step 13/26 : WORKDIR / [2020-10-07T19:22:07.704Z] ---> Running in cbde57bc0f86 [2020-10-07T19:22:09.691Z] Removing intermediate container cbde57bc0f86 [2020-10-07T19:22:09.691Z] ---> 336b69470d6f [2020-10-07T19:22:09.691Z] 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-07T19:22:10.309Z] Removing intermediate container d0a0dcd68b0a [2020-10-07T19:22:10.309Z] ---> e9d3b990fd2e [2020-10-07T19:22:10.309Z] [2020-10-07T19:22:10.309Z] Step 10/24 : FROM scratch [2020-10-07T19:22:10.309Z] ---> [2020-10-07T19:22:10.309Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T19:22:10.309Z] Removing intermediate container d9925604075b [2020-10-07T19:22:10.309Z] ---> 33e951c78329 [2020-10-07T19:22:10.310Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T19:22:10.923Z] ---> Running in 24a0e29415ec [2020-10-07T19:22:10.923Z] ---> Running in 856e417d7522 [2020-10-07T19:22:11.908Z] ---> ea41122877d8 [2020-10-07T19:22:11.908Z] 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-07T19:22:12.181Z] Removing intermediate container 856e417d7522 [2020-10-07T19:22:12.182Z] ---> af238d408d99 [2020-10-07T19:22:12.182Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T19:22:12.182Z] Removing intermediate container 24a0e29415ec [2020-10-07T19:22:12.182Z] ---> aa4ec4db3c3e [2020-10-07T19:22:12.182Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T19:22:12.466Z] ---> Running in 14eb7d3dcf3f [2020-10-07T19:22:12.742Z] ---> Running in 95752d0b6a13 [2020-10-07T19:22:13.033Z] ---> d704a8de77cb [2020-10-07T19:22:13.033Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T19:22:13.632Z] Removing intermediate container 14eb7d3dcf3f [2020-10-07T19:22:13.632Z] ---> a082f09f5e05 [2020-10-07T19:22:13.632Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T19:22:13.632Z] Removing intermediate container 95752d0b6a13 [2020-10-07T19:22:13.632Z] ---> 583431d9aeef [2020-10-07T19:22:13.632Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T19:22:13.906Z] ---> Running in d290b900b949 [2020-10-07T19:22:14.180Z] ---> Running in 320495bd0cbb [2020-10-07T19:22:14.180Z] ---> 4fad04814329 [2020-10-07T19:22:14.180Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T19:22:14.456Z] Removing intermediate container d290b900b949 [2020-10-07T19:22:14.456Z] ---> e2a3f8b43a82 [2020-10-07T19:22:14.456Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T19:22:14.738Z] Removing intermediate container 320495bd0cbb [2020-10-07T19:22:14.738Z] ---> 3dd6196896d6 [2020-10-07T19:22:14.738Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T19:22:15.724Z] ---> 498aaf494f28 [2020-10-07T19:22:15.724Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T19:22:16.004Z] ---> a6149176f955 [2020-10-07T19:22:16.004Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T19:22:16.995Z] ---> 3d63beeb1261 [2020-10-07T19:22:16.995Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T19:22:18.457Z] ---> 0bad39e2ccf0 [2020-10-07T19:22:18.457Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T19:22:18.457Z] ---> 53d1c40e183e [2020-10-07T19:22:18.457Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T19:22:18.745Z] ---> 59a34cf6f881 [2020-10-07T19:22:18.745Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T19:22:19.735Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:22:19.736Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:22:19.736Z] ---> cdbcd6edaac3 [2020-10-07T19:22:19.736Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T19:22:19.736Z] ---> Using cache [2020-10-07T19:22:19.736Z] ---> 63b30daad68e [2020-10-07T19:22:19.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:22:19.736Z] ---> Using cache [2020-10-07T19:22:19.736Z] ---> 197c70107aca [2020-10-07T19:22:19.736Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T19:22:19.736Z] ---> Using cache [2020-10-07T19:22:19.736Z] ---> 63064efd1b70 [2020-10-07T19:22:19.736Z] Step 6/22 : COPY go.mod . [2020-10-07T19:22:19.736Z] ---> Using cache [2020-10-07T19:22:19.736Z] ---> 134639b7b70b [2020-10-07T19:22:19.736Z] Step 7/22 : RUN go mod download [2020-10-07T19:22:19.736Z] ---> Using cache [2020-10-07T19:22:19.736Z] ---> bc1c2479ad79 [2020-10-07T19:22:19.736Z] Step 8/22 : COPY . . [2020-10-07T19:22:19.736Z] ---> Using cache [2020-10-07T19:22:19.736Z] ---> c1ced474dffe [2020-10-07T19:22:19.736Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T19:22:20.734Z] ---> Running in 3836c469481d [2020-10-07T19:22:20.734Z] ---> 346d67e0188b [2020-10-07T19:22:20.734Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T19:22:21.015Z] ---> 475b6f451db5 [2020-10-07T19:22:21.015Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T19:22:21.015Z] ---> ddfeca0d9fc7 [2020-10-07T19:22:21.015Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T19:22:21.293Z] ---> Running in ea2bcc51927a [2020-10-07T19:22:22.755Z] ---> 4957bc326a4b [2020-10-07T19:22:22.755Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T19:22:22.755Z] ---> 4f2b4563d81b [2020-10-07T19:22:22.755Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T19:22:23.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/core-command/core-command ./cmd/core-command [2020-10-07T19:22:23.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:22:24.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:22:24.650Z] ---> cff4b4c995e0 [2020-10-07T19:22:24.650Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T19:22:24.650Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T19:22:24.931Z] ---> Running in 09d340fb36ba [2020-10-07T19:22:24.931Z] ---> 380fc3a32b23 [2020-10-07T19:22:24.931Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T19:22:24.931Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T19:22:24.931Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T19:22:24.931Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T19:22:24.931Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T19:22:24.931Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T19:22:24.931Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T19:22:27.589Z] ---> a68725d7fd84 [2020-10-07T19:22:27.589Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T19:22:27.589Z] ---> Running in 19764ddaf676 [2020-10-07T19:22:27.589Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T19:22:27.589Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T19:22:27.589Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T19:22:27.589Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T19:22:27.589Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T19:22:27.589Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T19:22:27.589Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T19:22:27.869Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T19:22:27.869Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T19:22:27.869Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T19:22:27.869Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T19:22:27.869Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T19:22:28.149Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T19:22:28.149Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T19:22:28.149Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T19:22:28.149Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T19:22:28.149Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T19:22:28.149Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T19:22:28.149Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T19:22:28.423Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T19:22:28.423Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T19:22:28.423Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T19:22:28.423Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T19:22:28.423Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T19:22:28.423Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T19:22:28.423Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T19:22:28.702Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:22:28.974Z] OK: 71 MiB in 55 packages [2020-10-07T19:22:28.974Z] Removing intermediate container 19764ddaf676 [2020-10-07T19:22:28.974Z] ---> 324a8e37ee32 [2020-10-07T19:22:28.974Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:22:29.244Z] ---> Running in 03df155eede7 [2020-10-07T19:22:30.231Z] Removing intermediate container 09d340fb36ba [2020-10-07T19:22:30.231Z] ---> 471eb2aadc71 [2020-10-07T19:22:30.231Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T19:22:30.503Z] ---> Running in e7ea9e6f713a [2020-10-07T19:22:30.780Z] Removing intermediate container 03df155eede7 [2020-10-07T19:22:30.780Z] ---> c37af6b36cdb [2020-10-07T19:22:30.780Z] Step 22/24 : LABEL arch=arm64 [2020-10-07T19:22:31.058Z] ---> Running in be737ed32a95 [2020-10-07T19:22:31.665Z] Removing intermediate container e7ea9e6f713a [2020-10-07T19:22:31.665Z] ---> 4a835420e4ee [2020-10-07T19:22:31.665Z] Step 24/26 : LABEL arch=arm64 [2020-10-07T19:22:31.972Z] ---> Running in b6938d597a0b [2020-10-07T19:22:32.264Z] Removing intermediate container be737ed32a95 [2020-10-07T19:22:32.264Z] ---> bb72a480b3a8 [2020-10-07T19:22:32.264Z] Step 23/24 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:22:32.544Z] ---> Running in 90cb18d38391 [2020-10-07T19:22:33.999Z] Removing intermediate container b6938d597a0b [2020-10-07T19:22:33.999Z] ---> abe69d2ecf41 [2020-10-07T19:22:33.999Z] Step 25/26 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:22:34.272Z] Removing intermediate container 90cb18d38391 [2020-10-07T19:22:34.272Z] ---> d5a0eb4ab214 [2020-10-07T19:22:34.272Z] Step 24/24 : LABEL version=1.2.2-dev.53 [2020-10-07T19:22:34.546Z] ---> Running in df95969e039b [2020-10-07T19:22:34.817Z] ---> Running in 578f401cc4f0 [2020-10-07T19:22:34.817Z] Removing intermediate container c6eb1d4aace2 [2020-10-07T19:22:34.817Z] ---> 2498a015c364 [2020-10-07T19:22:34.817Z] [2020-10-07T19:22:34.817Z] Step 10/23 : FROM alpine [2020-10-07T19:22:34.817Z] ---> 62ee0e9f8440 [2020-10-07T19:22:34.817Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:22:35.425Z] ---> Running in 8a1fa53caa43 [2020-10-07T19:22:35.701Z] Removing intermediate container df95969e039b [2020-10-07T19:22:35.701Z] ---> b153710ad87e [2020-10-07T19:22:35.701Z] Step 26/26 : LABEL version=1.2.2-dev.53 [2020-10-07T19:22:35.973Z] Removing intermediate container 578f401cc4f0 [2020-10-07T19:22:35.973Z] ---> 194f5477939f [2020-10-07T19:22:35.973Z] [2020-10-07T19:22:35.973Z] ---> Running in 40c5e6d59c7a [2020-10-07T19:22:36.578Z] Removing intermediate container 8a1fa53caa43 [2020-10-07T19:22:36.578Z] ---> 7d0a8332cb8c [2020-10-07T19:22:36.578Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T19:22:36.856Z] Successfully built 194f5477939f [2020-10-07T19:22:37.140Z] ---> Running in 279cb6b52c03 [2020-10-07T19:22:37.140Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-07T19:22:37.141Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-10-07T19:22:37.141Z] Removing intermediate container 40c5e6d59c7a [2020-10-07T19:22:37.141Z] ---> 754cf606a4b3 [2020-10-07T19:22:37.141Z] [2020-10-07T19:22:37.742Z] Removing intermediate container 279cb6b52c03 [2020-10-07T19:22:37.742Z] ---> 4a5379fb960b [2020-10-07T19:22:37.742Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T19:22:38.359Z] ---> Running in 3de74af2dbed [2020-10-07T19:22:38.359Z] Successfully built 754cf606a4b3 [2020-10-07T19:22:38.359Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-07T19:22:38.359Z] Building docker-core-metadata-go [2020-10-07T19:22:39.823Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3de74af2dbed [2020-10-07T19:22:39.823Z] ---> 39a3ea5a16c8 [2020-10-07T19:22:39.823Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:22:40.830Z] ---> Running in db727d00c551 [2020-10-07T19:22:42.846Z] Removing intermediate container ea2bcc51927a [2020-10-07T19:22:42.846Z] ---> e9da18852a4a [2020-10-07T19:22:42.846Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T19:22:45.529Z] ---> Running in a482f9325cfb [2020-10-07T19:22:47.535Z] Removing intermediate container db727d00c551 [2020-10-07T19:22:47.535Z] ---> 8c02c802e916 [2020-10-07T19:22:47.535Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T19:22:47.824Z] ---> Running in 23c7b49e2662 [2020-10-07T19:22:50.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:22:50.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:22:51.793Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T19:22:52.081Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T19:22:52.081Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T19:22:52.364Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T19:22:52.645Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T19:22:52.645Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:22:52.645Z] OK: 8 MiB in 19 packages [2020-10-07T19:22:52.929Z] Collecting docker-compose==1.23.2 [2020-10-07T19:22:53.225Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T19:22:54.704Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T19:22:54.704Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T19:22:55.309Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T19:22:55.309Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T19:22:56.330Z] Removing intermediate container 23c7b49e2662 [2020-10-07T19:22:56.330Z] ---> 815146c2a149 [2020-10-07T19:22:56.330Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T19:22:58.365Z] ---> 1e0dafd6b717 [2020-10-07T19:22:58.365Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T19:22:58.649Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T19:22:58.649Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T19:23:02.092Z] ---> befd3c456532 [2020-10-07T19:23:02.092Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T19:23:02.092Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T19:23:02.092Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T19:23:03.559Z] ---> ebb389cd69ae [2020-10-07T19:23:03.559Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T19:23:04.181Z] ---> Running in e69905e98c39 [2020-10-07T19:23:04.181Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T19:23:04.181Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T19:23:04.468Z] 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-07T19:23:05.077Z] Removing intermediate container e69905e98c39 [2020-10-07T19:23:05.077Z] ---> 5ec03b846d7f [2020-10-07T19:23:05.077Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:23:05.684Z] Collecting PyYAML<4,>=3.10 [2020-10-07T19:23:05.684Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T19:23:05.684Z] ---> Running in 372e81c531e9 [2020-10-07T19:23:07.143Z] Removing intermediate container 372e81c531e9 [2020-10-07T19:23:07.143Z] ---> c62b2a9e8338 [2020-10-07T19:23:07.143Z] Step 21/23 : LABEL arch=arm64 [2020-10-07T19:23:07.752Z] ---> Running in e781b8aa6063 [2020-10-07T19:23:08.361Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:23:08.361Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:23:08.361Z] ---> cdbcd6edaac3 [2020-10-07T19:23:08.361Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T19:23:08.361Z] ---> Using cache [2020-10-07T19:23:08.361Z] ---> 63b30daad68e [2020-10-07T19:23:08.361Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:23:08.361Z] ---> Using cache [2020-10-07T19:23:08.361Z] ---> 197c70107aca [2020-10-07T19:23:08.361Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T19:23:08.361Z] ---> Using cache [2020-10-07T19:23:08.361Z] ---> 63064efd1b70 [2020-10-07T19:23:08.361Z] Step 6/21 : COPY go.mod . [2020-10-07T19:23:08.361Z] ---> Using cache [2020-10-07T19:23:08.361Z] ---> 134639b7b70b [2020-10-07T19:23:08.361Z] Step 7/21 : RUN go mod download [2020-10-07T19:23:08.361Z] ---> Using cache [2020-10-07T19:23:08.361Z] ---> bc1c2479ad79 [2020-10-07T19:23:08.361Z] Step 8/21 : COPY . . [2020-10-07T19:23:08.361Z] ---> Using cache [2020-10-07T19:23:08.361Z] ---> c1ced474dffe [2020-10-07T19:23:08.361Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T19:23:08.988Z] ---> Running in dab009b36e8c [2020-10-07T19:23:08.988Z] Removing intermediate container e781b8aa6063 [2020-10-07T19:23:08.988Z] ---> 8e053d5c34ab [2020-10-07T19:23:08.988Z] Step 22/23 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:23:09.596Z] ---> Running in f6f54f1d0064 [2020-10-07T19:23:10.595Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T19:23:10.595Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T19:23:10.871Z] Removing intermediate container f6f54f1d0064 [2020-10-07T19:23:10.871Z] ---> f6988e16cfe2 [2020-10-07T19:23:10.871Z] Step 23/23 : LABEL version=1.2.2-dev.53 [2020-10-07T19:23:11.153Z] ---> Running in 19f4c7ac5be4 [2020-10-07T19:23:11.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-07T19:23:12.066Z] Collecting docker<4.0,>=3.6.0 [2020-10-07T19:23:12.066Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T19:23:12.352Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:23:12.352Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:23:12.352Z] ---> cdbcd6edaac3 [2020-10-07T19:23:12.352Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T19:23:12.352Z] ---> Using cache [2020-10-07T19:23:12.352Z] ---> 63b30daad68e [2020-10-07T19:23:12.352Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:23:12.352Z] ---> Using cache [2020-10-07T19:23:12.352Z] ---> 197c70107aca [2020-10-07T19:23:12.352Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T19:23:12.352Z] ---> Using cache [2020-10-07T19:23:12.352Z] ---> 63064efd1b70 [2020-10-07T19:23:12.352Z] Step 6/22 : COPY go.mod . [2020-10-07T19:23:12.352Z] ---> Using cache [2020-10-07T19:23:12.352Z] ---> 134639b7b70b [2020-10-07T19:23:12.352Z] Step 7/22 : RUN go mod download [2020-10-07T19:23:12.352Z] ---> Using cache [2020-10-07T19:23:12.352Z] ---> bc1c2479ad79 [2020-10-07T19:23:12.352Z] Step 8/22 : COPY . . [2020-10-07T19:23:12.352Z] ---> Using cache [2020-10-07T19:23:12.352Z] ---> c1ced474dffe [2020-10-07T19:23:12.352Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-07T19:23:12.352Z] Removing intermediate container 19f4c7ac5be4 [2020-10-07T19:23:12.352Z] ---> c83e32773c3f [2020-10-07T19:23:12.352Z] [2020-10-07T19:23:12.352Z] ---> Running in c0a64d07ba7f [2020-10-07T19:23:12.955Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T19:23:12.955Z] Successfully built c83e32773c3f [2020-10-07T19:23:12.955Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T19:23:12.955Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-07T19:23:12.955Z] Building docker-security-secrets-setup-go [2020-10-07T19:23:14.951Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-07T19:23:15.951Z] Collecting idna<2.8,>=2.5 [2020-10-07T19:23:15.951Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T19:23:16.230Z] 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-07T19:23:16.840Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T19:23:16.840Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T19:23:17.119Z] 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-07T19:23:17.399Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T19:23:17.399Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T19:23:17.677Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T19:23:17.677Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T19:23:17.677Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T19:23:17.677Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T19:23:19.137Z] Installing collected packages: cached-property, docopt, dockerpty, jsonschema, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, docker-compose [2020-10-07T19:23:19.137Z] Running setup.py install for docopt: started [2020-10-07T19:23:23.675Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T19:23:23.675Z] Running setup.py install for dockerpty: started [2020-10-07T19:23:27.125Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T19:23:27.412Z] Attempting uninstall: idna [2020-10-07T19:23:27.412Z] Found existing installation: idna 2.9 [2020-10-07T19:23:27.412Z] Uninstalling idna-2.9: [2020-10-07T19:23:27.697Z] Successfully uninstalled idna-2.9 [2020-10-07T19:23:29.690Z] Attempting uninstall: urllib3 [2020-10-07T19:23:29.690Z] Found existing installation: urllib3 1.25.9 [2020-10-07T19:23:29.690Z] Uninstalling urllib3-1.25.9: [2020-10-07T19:23:29.966Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T19:23:30.953Z] Attempting uninstall: requests [2020-10-07T19:23:30.953Z] Found existing installation: requests 2.23.0 [2020-10-07T19:23:30.953Z] Uninstalling requests-2.23.0: [2020-10-07T19:23:31.231Z] Successfully uninstalled requests-2.23.0 [2020-10-07T19:23:31.834Z] Running setup.py install for PyYAML: started [2020-10-07T19:23:36.179Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T19:23:38.828Z] Running setup.py install for texttable: started [2020-10-07T19:23:39.826Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:23:39.826Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T19:23:39.826Z] ---> cdbcd6edaac3 [2020-10-07T19:23:39.826Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T19:23:39.826Z] ---> Using cache [2020-10-07T19:23:39.826Z] ---> 63b30daad68e [2020-10-07T19:23:39.826Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T19:23:42.537Z] ---> Running in 097abc7ed661 [2020-10-07T19:23:42.819Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T19:23:44.281Z] 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-07T19:23:45.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:23:46.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:23:47.763Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:23:47.763Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:23:47.763Z] OK: 12623 distinct packages available [2020-10-07T19:23:48.377Z] Removing intermediate container 3836c469481d [2020-10-07T19:23:48.377Z] ---> 08a710c8124e [2020-10-07T19:23:48.377Z] [2020-10-07T19:23:48.377Z] Step 10/22 : FROM scratch [2020-10-07T19:23:48.377Z] ---> [2020-10-07T19:23:48.377Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:23:48.979Z] OK: 217 MiB in 51 packages [2020-10-07T19:23:48.979Z] ---> Running in b0bb554f240c [2020-10-07T19:23:50.446Z] Removing intermediate container b0bb554f240c [2020-10-07T19:23:50.446Z] ---> dc45bb95b338 [2020-10-07T19:23:50.446Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T19:23:50.728Z] ---> Running in 5f29041cb9a8 [2020-10-07T19:23:51.016Z] Removing intermediate container a482f9325cfb [2020-10-07T19:23:51.016Z] ---> e89dab205c87 [2020-10-07T19:23:51.016Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T19:23:51.306Z] ---> Running in f39cb78ab36b [2020-10-07T19:23:51.583Z] Removing intermediate container 097abc7ed661 [2020-10-07T19:23:51.583Z] ---> 9fbff56ddfb5 [2020-10-07T19:23:51.583Z] Step 5/29 : COPY go.mod . [2020-10-07T19:23:51.862Z] Removing intermediate container 5f29041cb9a8 [2020-10-07T19:23:51.862Z] ---> 4c3777a8488b [2020-10-07T19:23:51.862Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T19:23:52.141Z] ---> Running in 6bb3dce0ed79 [2020-10-07T19:23:53.131Z] Removing intermediate container 6bb3dce0ed79 [2020-10-07T19:23:53.131Z] ---> 1ca73fa49807 [2020-10-07T19:23:53.131Z] Step 14/22 : WORKDIR / [2020-10-07T19:23:53.131Z] ---> 4a990894d4f5 [2020-10-07T19:23:53.131Z] Step 6/29 : RUN go mod download [2020-10-07T19:23:53.131Z] ---> Running in c2b865dea285 [2020-10-07T19:23:53.407Z] ---> Running in c3435943693f [2020-10-07T19:23:54.400Z] Removing intermediate container c2b865dea285 [2020-10-07T19:23:54.400Z] ---> 5f3d86eb7b79 [2020-10-07T19:23:54.400Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T19:23:54.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:23:55.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:23:55.603Z] ---> 2d7721fa420f [2020-10-07T19:23:55.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T19:23:55.603Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T19:23:55.603Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T19:23:55.903Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T19:23:55.904Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:23:55.904Z] OK: 71 MiB in 58 packages [2020-10-07T19:23:57.906Z] ---> c93bff3610f2 [2020-10-07T19:23:57.906Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T19:23:58.185Z] Removing intermediate container f39cb78ab36b [2020-10-07T19:23:58.185Z] ---> bc4b45c0b898 [2020-10-07T19:23:58.185Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T19:23:58.463Z] ---> Running in 9fe60eb477c1 [2020-10-07T19:23:59.477Z] ---> 9cf2e3dc3309 [2020-10-07T19:23:59.477Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T19:23:59.477Z] Removing intermediate container 9fe60eb477c1 [2020-10-07T19:23:59.477Z] ---> 4efcb4af0d9c [2020-10-07T19:23:59.477Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:23:59.477Z] Removing intermediate container c3435943693f [2020-10-07T19:23:59.477Z] ---> e237c99f91c2 [2020-10-07T19:23:59.477Z] Step 7/29 : COPY . . [2020-10-07T19:23:59.760Z] ---> Running in d8b408f2154f [2020-10-07T19:23:59.760Z] ---> Running in 43a32693c85a [2020-10-07T19:24:00.755Z] Removing intermediate container 43a32693c85a [2020-10-07T19:24:00.755Z] ---> 1f07a68a9101 [2020-10-07T19:24:00.755Z] Step 25/27 : LABEL arch=arm64 [2020-10-07T19:24:00.755Z] Removing intermediate container d8b408f2154f [2020-10-07T19:24:00.755Z] ---> 566c70d75ee0 [2020-10-07T19:24:00.755Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:24:01.032Z] ---> Running in 7000685c6d4d [2020-10-07T19:24:01.032Z] ---> Running in e0cc9ff9cd94 [2020-10-07T19:24:02.543Z] Removing intermediate container 7000685c6d4d [2020-10-07T19:24:02.543Z] ---> ac5aaf4c8bc1 [2020-10-07T19:24:02.543Z] Step 26/27 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:24:02.543Z] Removing intermediate container e0cc9ff9cd94 [2020-10-07T19:24:02.543Z] ---> f5a670ce01b4 [2020-10-07T19:24:02.543Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T19:24:02.821Z] ---> Running in 3d11e2bc9e1b [2020-10-07T19:24:03.432Z] ---> Running in 8c5fd010f6c0 [2020-10-07T19:24:04.436Z] Removing intermediate container 3d11e2bc9e1b [2020-10-07T19:24:04.436Z] ---> 5affc9dae063 [2020-10-07T19:24:04.436Z] Step 27/27 : LABEL version=1.2.2-dev.53 [2020-10-07T19:24:04.727Z] Removing intermediate container 8c5fd010f6c0 [2020-10-07T19:24:04.727Z] ---> f48fc83e7f23 [2020-10-07T19:24:04.727Z] Step 21/22 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:24:05.008Z] ---> Running in 2a8200c66d57 [2020-10-07T19:24:05.288Z] ---> Running in 1075983aef0e [2020-10-07T19:24:05.900Z] Removing intermediate container 2a8200c66d57 [2020-10-07T19:24:05.900Z] ---> 557f10fa6853 [2020-10-07T19:24:05.900Z] [2020-10-07T19:24:06.207Z] Removing intermediate container 1075983aef0e [2020-10-07T19:24:06.207Z] ---> 5de4917b4282 [2020-10-07T19:24:06.207Z] Step 22/22 : LABEL version=1.2.2-dev.53 [2020-10-07T19:24:06.837Z] Successfully built 557f10fa6853 [2020-10-07T19:24:06.837Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-07T19:24:06.837Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-10-07T19:24:06.837Z] ---> Running in 9f20d3f4a76a [2020-10-07T19:24:07.979Z] Removing intermediate container 9f20d3f4a76a [2020-10-07T19:24:07.979Z] ---> a26631d41f2a [2020-10-07T19:24:07.979Z] [2020-10-07T19:24:09.023Z] Successfully built a26631d41f2a [2020-10-07T19:24:09.023Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-07T19:24:24.267Z]  Building docker-core-command-go ... done  ---> b83ba0396af8 [2020-10-07T19:24:24.267Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T19:24:25.276Z] ---> Running in 8a41500309ce [2020-10-07T19:24:27.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-07T19:24:28.991Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T19:24:28.991Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T19:24:28.991Z] ---> cdbcd6edaac3 [2020-10-07T19:24:28.991Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T19:24:28.991Z] ---> Using cache [2020-10-07T19:24:28.991Z] ---> 63b30daad68e [2020-10-07T19:24:28.991Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T19:24:28.991Z] ---> Using cache [2020-10-07T19:24:28.991Z] ---> 197c70107aca [2020-10-07T19:24:28.991Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T19:24:29.611Z] ---> Running in 688ea436c8a1 [2020-10-07T19:24:32.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:24:32.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:24:33.919Z] v3.12.0-373-gddde33ae67 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:24:33.919Z] v3.12.0-372-g0452e24486 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:24:33.919Z] OK: 12623 distinct packages available [2020-10-07T19:24:34.910Z] OK: 217 MiB in 51 packages [2020-10-07T19:24:35.906Z] OK: 217 MiB in 51 packages [2020-10-07T19:24:37.400Z] Removing intermediate container 688ea436c8a1 [2020-10-07T19:24:37.400Z] ---> a4c27ebe9160 [2020-10-07T19:24:37.400Z] Step 6/22 : COPY go.mod . [2020-10-07T19:24:38.428Z] ---> 289610953bb5 [2020-10-07T19:24:38.428Z] Step 7/22 : RUN go mod download [2020-10-07T19:24:38.428Z] ---> Running in cf90e122f56c [2020-10-07T19:24:43.926Z] Removing intermediate container cf90e122f56c [2020-10-07T19:24:43.926Z] ---> 2aacaf1f2447 [2020-10-07T19:24:43.926Z] Step 8/22 : COPY . . [2020-10-07T19:25:02.331Z] Removing intermediate container dab009b36e8c [2020-10-07T19:25:02.331Z] ---> b927213ebdc0 [2020-10-07T19:25:02.331Z] [2020-10-07T19:25:02.331Z] Step 10/21 : FROM scratch [2020-10-07T19:25:02.331Z] ---> [2020-10-07T19:25:02.331Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:25:02.331Z] ---> Using cache [2020-10-07T19:25:02.331Z] ---> dc45bb95b338 [2020-10-07T19:25:02.331Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T19:25:02.331Z] ---> Running in 14f314a44f53 [2020-10-07T19:25:02.331Z] Removing intermediate container 14f314a44f53 [2020-10-07T19:25:02.331Z] ---> e7e6a2ec5645 [2020-10-07T19:25:02.331Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T19:25:02.331Z] ---> Running in 34b4d784881d [2020-10-07T19:25:02.935Z] Removing intermediate container 34b4d784881d [2020-10-07T19:25:02.935Z] ---> acd28beceb78 [2020-10-07T19:25:02.935Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T19:25:03.212Z] ---> 4a29dc9e5835 [2020-10-07T19:25:03.212Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T19:25:03.491Z] ---> Running in 0ec54241a8f7 [2020-10-07T19:25:04.484Z] ---> dc809940fc55 [2020-10-07T19:25:04.484Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T19:25:06.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.53" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-07T19:25:06.741Z] ---> 58ebf49aa531 [2020-10-07T19:25:06.741Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T19:25:07.742Z] ---> 65fa038587e3 [2020-10-07T19:25:07.742Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T19:25:08.020Z] ---> Running in 7a11ca9492dd [2020-10-07T19:25:09.016Z] Removing intermediate container 7a11ca9492dd [2020-10-07T19:25:09.016Z] ---> 5a1c6fcb3c69 [2020-10-07T19:25:09.016Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:25:09.292Z] ---> Running in 779a42911d01 [2020-10-07T19:25:10.284Z] Removing intermediate container 779a42911d01 [2020-10-07T19:25:10.284Z] ---> c83d34882b8b [2020-10-07T19:25:10.284Z] Step 19/21 : LABEL arch=arm64 [2020-10-07T19:25:10.568Z] ---> Running in a1aa5163d543 [2020-10-07T19:25:11.180Z] Removing intermediate container c0a64d07ba7f [2020-10-07T19:25:11.180Z] ---> 9c60efc840e2 [2020-10-07T19:25:11.180Z] [2020-10-07T19:25:11.180Z] Step 10/22 : FROM scratch [2020-10-07T19:25:11.180Z] ---> [2020-10-07T19:25:11.180Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T19:25:11.180Z] ---> Using cache [2020-10-07T19:25:11.180Z] ---> dc45bb95b338 [2020-10-07T19:25:11.180Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T19:25:11.461Z] Removing intermediate container a1aa5163d543 [2020-10-07T19:25:11.461Z] ---> 38ddcfff9929 [2020-10-07T19:25:11.461Z] Step 20/21 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:25:11.461Z] ---> Running in 7c8d7f9178b2 [2020-10-07T19:25:11.735Z] ---> Running in 8607c82e902b [2020-10-07T19:25:12.337Z] Removing intermediate container 7c8d7f9178b2 [2020-10-07T19:25:12.337Z] ---> 1475bbf559f9 [2020-10-07T19:25:12.337Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T19:25:12.337Z] ---> Running in 01cd9c04e7db [2020-10-07T19:25:12.609Z] Removing intermediate container 8607c82e902b [2020-10-07T19:25:12.609Z] ---> e07e7f4181e2 [2020-10-07T19:25:12.609Z] Step 21/21 : LABEL version=1.2.2-dev.53 [2020-10-07T19:25:12.890Z] ---> Running in 711d13bad214 [2020-10-07T19:25:13.179Z] Removing intermediate container 01cd9c04e7db [2020-10-07T19:25:13.179Z] ---> c6ba3ea4ab32 [2020-10-07T19:25:13.179Z] Step 14/22 : WORKDIR / [2020-10-07T19:25:13.459Z] ---> Running in 770cfa955f90 [2020-10-07T19:25:13.738Z] Removing intermediate container 711d13bad214 [2020-10-07T19:25:13.738Z] ---> 5da21e6c54dd [2020-10-07T19:25:13.738Z] [2020-10-07T19:25:14.343Z] Removing intermediate container 770cfa955f90 [2020-10-07T19:25:14.343Z] ---> a638ef7a565c [2020-10-07T19:25:14.343Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T19:25:14.343Z] Successfully built 5da21e6c54dd [2020-10-07T19:25:14.343Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-07T19:25:15.335Z]  Building docker-support-scheduler-go ... done  ---> 91ca23654643 [2020-10-07T19:25:15.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T19:25:17.365Z] ---> 2a223900955b [2020-10-07T19:25:17.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T19:25:18.389Z] ---> 9dd71cc1dfa7 [2020-10-07T19:25:18.389Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T19:25:18.676Z] ---> Running in 7a830a84a79f [2020-10-07T19:25:19.269Z] Removing intermediate container 7a830a84a79f [2020-10-07T19:25:19.269Z] ---> 9ec5dbf6ee6f [2020-10-07T19:25:19.269Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:25:19.542Z] ---> Running in d85cfd6c0746 [2020-10-07T19:25:20.152Z] Removing intermediate container d85cfd6c0746 [2020-10-07T19:25:20.152Z] ---> 6f90d9e6e4bd [2020-10-07T19:25:20.152Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T19:25:20.152Z] ---> Running in 883eeb6b60c2 [2020-10-07T19:25:20.771Z] Removing intermediate container 883eeb6b60c2 [2020-10-07T19:25:20.771Z] ---> 82ec1988161a [2020-10-07T19:25:20.771Z] Step 21/22 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:25:21.063Z] ---> Running in 0e1fd7076821 [2020-10-07T19:25:21.675Z] Removing intermediate container 0e1fd7076821 [2020-10-07T19:25:21.675Z] ---> 1231d9e428b6 [2020-10-07T19:25:21.675Z] Step 22/22 : LABEL version=1.2.2-dev.53 [2020-10-07T19:25:21.675Z] ---> Running in 9391d158385e [2020-10-07T19:25:22.281Z] Removing intermediate container 9391d158385e [2020-10-07T19:25:22.281Z] ---> 5a88887f3ca3 [2020-10-07T19:25:22.281Z] [2020-10-07T19:25:22.885Z] Successfully built 5a88887f3ca3 [2020-10-07T19:25:22.885Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-07T19:25:27.215Z]  Building docker-core-metadata-go ... done Removing intermediate container 8a41500309ce [2020-10-07T19:25:27.215Z] ---> 99540055292d [2020-10-07T19:25:27.215Z] [2020-10-07T19:25:27.215Z] Step 9/29 : FROM alpine:latest [2020-10-07T19:25:27.215Z] ---> 62ee0e9f8440 [2020-10-07T19:25:27.215Z] 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-07T19:25:27.215Z] ---> Running in 52fb9a6307fa [2020-10-07T19:25:27.492Z] Removing intermediate container 52fb9a6307fa [2020-10-07T19:25:27.492Z] ---> 400ce04ddac3 [2020-10-07T19:25:27.492Z] Step 11/29 : USER root [2020-10-07T19:25:27.769Z] ---> Running in 7c9d6d3323b9 [2020-10-07T19:25:28.060Z] Removing intermediate container 7c9d6d3323b9 [2020-10-07T19:25:28.060Z] ---> 7eadc96ba207 [2020-10-07T19:25:28.060Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T19:25:28.337Z] ---> Running in 60b9afc24ed1 [2020-10-07T19:25:30.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T19:25:30.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T19:25:31.214Z] v3.12.0-373-gddde33ae67 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T19:25:31.214Z] v3.12.0-372-g0452e24486 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T19:25:31.214Z] OK: 12621 distinct packages available [2020-10-07T19:25:31.815Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T19:25:32.095Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T19:25:32.095Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T19:25:32.095Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T19:25:32.378Z] OK: 6 MiB in 16 packages [2020-10-07T19:25:34.394Z] Removing intermediate container 60b9afc24ed1 [2020-10-07T19:25:34.394Z] ---> 61f6027f85dd [2020-10-07T19:25:34.394Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T19:25:34.394Z] ---> Running in 8cc5837ce688 [2020-10-07T19:25:35.011Z] Removing intermediate container 8cc5837ce688 [2020-10-07T19:25:35.011Z] ---> cc270e180577 [2020-10-07T19:25:35.011Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T19:25:35.011Z] ---> Running in bb18c507504c [2020-10-07T19:25:35.624Z] Removing intermediate container bb18c507504c [2020-10-07T19:25:35.624Z] ---> acb5035f6f7b [2020-10-07T19:25:35.624Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T19:25:35.904Z] ---> Running in 64dab5f5ba38 [2020-10-07T19:25:40.252Z] Removing intermediate container 64dab5f5ba38 [2020-10-07T19:25:40.252Z] ---> 736b04ba99ca [2020-10-07T19:25:40.252Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T19:25:40.864Z] ---> 66749d629d42 [2020-10-07T19:25:40.864Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T19:25:41.863Z] ---> ffda177b1d40 [2020-10-07T19:25:41.863Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T19:25:42.847Z] ---> 15188f57f8f7 [2020-10-07T19:25:42.847Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T19:25:43.831Z] ---> 75cc606fac6e [2020-10-07T19:25:43.831Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T19:25:44.818Z] ---> bdf9536ca54b [2020-10-07T19:25:44.818Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T19:25:45.100Z] ---> Running in a83d60b956b8 [2020-10-07T19:25:47.730Z] Removing intermediate container 0ec54241a8f7 [2020-10-07T19:25:47.730Z] ---> 0fde30a37437 [2020-10-07T19:25:47.730Z] [2020-10-07T19:25:47.730Z] Step 10/22 : FROM scratch [2020-10-07T19:25:47.730Z] ---> [2020-10-07T19:25:47.730Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T19:25:47.730Z] ---> Using cache [2020-10-07T19:25:47.730Z] ---> af238d408d99 [2020-10-07T19:25:48.008Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T19:25:48.008Z] ---> Running in 0592c623f349 [2020-10-07T19:25:48.285Z] Removing intermediate container a83d60b956b8 [2020-10-07T19:25:48.286Z] ---> 1ca43f843ac9 [2020-10-07T19:25:48.286Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T19:25:48.559Z] Removing intermediate container 0592c623f349 [2020-10-07T19:25:48.559Z] ---> 2244ac92b2e7 [2020-10-07T19:25:48.559Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T19:25:48.559Z] ---> Running in 0413f7f39b9e [2020-10-07T19:25:49.154Z] Removing intermediate container 0413f7f39b9e [2020-10-07T19:25:49.154Z] ---> bd57c723e767 [2020-10-07T19:25:49.154Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T19:25:49.154Z] ---> a256c5b2554b [2020-10-07T19:25:49.154Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T19:25:49.429Z] ---> Running in c4138fd127f5 [2020-10-07T19:25:50.030Z] ---> cfc756a26336 [2020-10-07T19:25:50.030Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T19:25:51.011Z] ---> 4228d2d18940 [2020-10-07T19:25:51.011Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T19:25:52.448Z] ---> b6b8629b1eae [2020-10-07T19:25:52.448Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T19:25:52.448Z] Removing intermediate container c4138fd127f5 [2020-10-07T19:25:52.448Z] ---> 0cb30f6f72fc [2020-10-07T19:25:52.448Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T19:25:52.448Z] ---> Running in 5db79eae767e [2020-10-07T19:25:53.426Z] ---> 90da7b5dfac6 [2020-10-07T19:25:53.426Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T19:25:53.426Z] ---> Running in 17fae5b1c3f3 [2020-10-07T19:25:54.021Z] Removing intermediate container 17fae5b1c3f3 [2020-10-07T19:25:54.021Z] ---> f597ff26aa7b [2020-10-07T19:25:54.021Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T19:25:54.021Z] ---> Running in 4bf45ec9e3b7 [2020-10-07T19:25:54.616Z] Removing intermediate container 4bf45ec9e3b7 [2020-10-07T19:25:54.616Z] ---> 8215d9da881d [2020-10-07T19:25:54.616Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T19:25:54.898Z] ---> Running in 1269d26a749b [2020-10-07T19:25:55.497Z] Removing intermediate container 1269d26a749b [2020-10-07T19:25:55.497Z] ---> b371c27fd079 [2020-10-07T19:25:55.497Z] Step 21/22 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:25:55.497Z] ---> Running in daa4e51373e6 [2020-10-07T19:25:55.770Z] Removing intermediate container 5db79eae767e [2020-10-07T19:25:55.770Z] ---> d661c8d1d0e1 [2020-10-07T19:25:55.770Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T19:25:56.046Z] ---> Running in 0293a656faa9 [2020-10-07T19:25:56.046Z] Removing intermediate container daa4e51373e6 [2020-10-07T19:25:56.046Z] ---> 758b05e7a6bc [2020-10-07T19:25:56.046Z] Step 22/22 : LABEL version=1.2.2-dev.53 [2020-10-07T19:25:56.319Z] ---> Running in 40f46f07261a [2020-10-07T19:25:56.592Z] Removing intermediate container 0293a656faa9 [2020-10-07T19:25:56.592Z] ---> 65effb742577 [2020-10-07T19:25:56.592Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T19:25:56.592Z] ---> Running in 137b29c8a139 [2020-10-07T19:25:56.868Z] Removing intermediate container 40f46f07261a [2020-10-07T19:25:56.868Z] ---> a8f694d76bce [2020-10-07T19:25:56.868Z] [2020-10-07T19:25:57.471Z] Successfully built a8f694d76bce [2020-10-07T19:25:57.471Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-07T19:25:57.471Z] Removing intermediate container 137b29c8a139 [2020-10-07T19:25:57.471Z]  Building docker-support-logging-go ... done  ---> 883958151f48 [2020-10-07T19:25:57.471Z] Step 27/29 : LABEL arch=arm64 [2020-10-07T19:25:57.471Z] ---> Running in 242d5421b18c [2020-10-07T19:25:58.064Z] Removing intermediate container 242d5421b18c [2020-10-07T19:25:58.064Z] ---> 289a0af8a296 [2020-10-07T19:25:58.064Z] Step 28/29 : LABEL git_sha=afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:25:58.064Z] ---> Running in 3320e694eb7c [2020-10-07T19:25:58.659Z] Removing intermediate container 3320e694eb7c [2020-10-07T19:25:58.659Z] ---> 6c91b4f0c6d6 [2020-10-07T19:25:58.659Z] Step 29/29 : LABEL version=1.2.2-dev.53 [2020-10-07T19:25:58.659Z] ---> Running in b55442b60302 [2020-10-07T19:25:59.253Z] Removing intermediate container b55442b60302 [2020-10-07T19:25:59.253Z] ---> 673d4ba1f2d4 [2020-10-07T19:25:59.253Z] [2020-10-07T19:25:59.878Z] Successfully built 673d4ba1f2d4 [2020-10-07T19:25:59.878Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-07T19:26:00.185Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-07T19:26:00.189Z] $ docker stop --time=1 2dc5f866f38168f10ba7c910cec938a5eb4c49f458b8f8a6c101bf4b4bec0aa0 [2020-10-07T19:26:02.194Z] $ docker rm -f 2dc5f866f38168f10ba7c910cec938a5eb4c49f458b8f8a6c101bf4b4bec0aa0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:26:02.942Z] + + grepdocker docker images [2020-10-07T19:26:02.943Z] [2020-10-07T19:26:03.216Z] docker-security-secrets-setup-go-arm64 latest 673d4ba1f2d4 5 seconds ago 22.7MB [2020-10-07T19:26:03.216Z] docker-support-logging-go-arm64 latest a8f694d76bce 7 seconds ago 10.6MB [2020-10-07T19:26:03.216Z] docker-core-metadata-go-arm64 latest 5a88887f3ca3 41 seconds ago 13.3MB [2020-10-07T19:26:03.216Z] docker-support-scheduler-go-arm64 latest 5da21e6c54dd 50 seconds ago 11.5MB [2020-10-07T19:26:03.216Z] docker-core-command-go-arm64 latest a26631d41f2a About a minute ago 11.4MB [2020-10-07T19:26:03.216Z] docker-sys-mgmt-agent-go-arm64 latest 557f10fa6853 About a minute ago 270MB [2020-10-07T19:26:03.216Z] docker-core-data-go-arm64 latest c83e32773c3f 2 minutes ago 22.2MB [2020-10-07T19:26:03.216Z] docker-security-secretstore-setup-go-arm64 latest 754cf606a4b3 3 minutes ago 30.8MB [2020-10-07T19:26:03.216Z] docker-support-notifications-go-arm64 latest 194f5477939f 3 minutes ago 12.9MB [2020-10-07T19:26:03.216Z] docker-security-proxy-setup-go-arm64 latest 0a195082a68e 4 minutes ago 15.1MB [2020-10-07T19:26:03.216Z] 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-07T19:26:03.771Z] provisioning config files... [2020-10-07T19:26:03.831Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/168@tmp/config3505570977719380617tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:26:04.227Z] ---> docker-login.sh [2020-10-07T19:26:04.227Z] nexus3.edgexfoundry.org:10001 [2020-10-07T19:26:04.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:26:05.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:26:05.474Z] Configure a credential helper to remove this warning. See [2020-10-07T19:26:05.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:26:05.474Z] [2020-10-07T19:26:05.474Z] Login Succeeded [2020-10-07T19:26:05.474Z] nexus3.edgexfoundry.org:10002 [2020-10-07T19:26:06.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:26:06.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:26:06.342Z] Configure a credential helper to remove this warning. See [2020-10-07T19:26:06.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:26:06.342Z] [2020-10-07T19:26:06.342Z] Login Succeeded [2020-10-07T19:26:06.342Z] nexus3.edgexfoundry.org:10003 [2020-10-07T19:26:06.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:26:06.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:26:06.890Z] Configure a credential helper to remove this warning. See [2020-10-07T19:26:06.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:26:06.890Z] [2020-10-07T19:26:06.890Z] Login Succeeded [2020-10-07T19:26:06.890Z] nexus3.edgexfoundry.org:10004 [2020-10-07T19:26:07.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:26:07.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:26:07.760Z] Configure a credential helper to remove this warning. See [2020-10-07T19:26:07.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:26:07.760Z] [2020-10-07T19:26:07.760Z] Login Succeeded [2020-10-07T19:26:07.760Z] docker.io [2020-10-07T19:26:08.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T19:26:08.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T19:26:08.635Z] Configure a credential helper to remove this warning. See [2020-10-07T19:26:08.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T19:26:08.635Z] [2020-10-07T19:26:08.635Z] Login Succeeded [2020-10-07T19:26:08.635Z] ---> docker-login.sh ends [Pipeline] } [2020-10-07T19:26:08.660Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:26:08.872Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-07T19:26:08.872Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:08.872Z] 1.2.2-dev.53 [2020-10-07T19:26:08.872Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:08.872Z] master [2020-10-07T19:26:08.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:09.429Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:09.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:09.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T19:26:09.773Z] 732a3bb2cd77: Preparing [2020-10-07T19:26:09.773Z] e4e63e2c52e0: Preparing [2020-10-07T19:26:09.773Z] fffbc310fe88: Preparing [2020-10-07T19:26:10.044Z] fffbc310fe88: Pushed [2020-10-07T19:26:10.044Z] 732a3bb2cd77: Pushed [2020-10-07T19:26:13.419Z] e4e63e2c52e0: Pushed [2020-10-07T19:26:13.419Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:fa8a9e7d95b1eb9a84155176934348e6a0ad8c4ad75fb2bebe3bb896acebbc09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:13.795Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:14.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:14.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T19:26:14.133Z] 732a3bb2cd77: Preparing [2020-10-07T19:26:14.133Z] e4e63e2c52e0: Preparing [2020-10-07T19:26:14.133Z] fffbc310fe88: Preparing [2020-10-07T19:26:14.405Z] fffbc310fe88: Layer already exists [2020-10-07T19:26:14.405Z] 732a3bb2cd77: Layer already exists [2020-10-07T19:26:14.405Z] e4e63e2c52e0: Layer already exists [2020-10-07T19:26:14.405Z] 1.2.2-dev.53: digest: sha256:fa8a9e7d95b1eb9a84155176934348e6a0ad8c4ad75fb2bebe3bb896acebbc09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:14.756Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:15.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:15.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T19:26:15.104Z] 732a3bb2cd77: Preparing [2020-10-07T19:26:15.104Z] e4e63e2c52e0: Preparing [2020-10-07T19:26:15.104Z] fffbc310fe88: Preparing [2020-10-07T19:26:15.379Z] 732a3bb2cd77: Layer already exists [2020-10-07T19:26:15.379Z] fffbc310fe88: Layer already exists [2020-10-07T19:26:15.379Z] e4e63e2c52e0: Layer already exists [2020-10-07T19:26:15.651Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:fa8a9e7d95b1eb9a84155176934348e6a0ad8c4ad75fb2bebe3bb896acebbc09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:16.009Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:16.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-07T19:26:16.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T19:26:16.353Z] 732a3bb2cd77: Preparing [2020-10-07T19:26:16.353Z] e4e63e2c52e0: Preparing [2020-10-07T19:26:16.353Z] fffbc310fe88: Preparing [2020-10-07T19:26:16.628Z] fffbc310fe88: Layer already exists [2020-10-07T19:26:16.628Z] 732a3bb2cd77: Layer already exists [2020-10-07T19:26:16.628Z] e4e63e2c52e0: Layer already exists [2020-10-07T19:26:16.628Z] master: digest: sha256:fa8a9e7d95b1eb9a84155176934348e6a0ad8c4ad75fb2bebe3bb896acebbc09 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:26:16.827Z] ===================================================== [Pipeline] echo [2020-10-07T19:26:16.873Z] taggedImages: [2020-10-07T19:26:16.873Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:16.873Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:16.873Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:16.873Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-07T19:26:16.955Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-07T19:26:16.955Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:16.955Z] 1.2.2-dev.53 [2020-10-07T19:26:16.955Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:16.955Z] master [2020-10-07T19:26:16.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:17.461Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:17.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:17.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T19:26:17.809Z] fa176897e24f: Preparing [2020-10-07T19:26:17.809Z] 6e49c54f6753: Preparing [2020-10-07T19:26:17.809Z] 60625f6fd991: Preparing [2020-10-07T19:26:17.809Z] fca1977f53b6: Preparing [2020-10-07T19:26:17.809Z] 9d97c5e8e375: Preparing [2020-10-07T19:26:17.809Z] e2f13739ad41: Preparing [2020-10-07T19:26:17.809Z] e2f13739ad41: Waiting [2020-10-07T19:26:18.086Z] fa176897e24f: Pushed [2020-10-07T19:26:18.086Z] 60625f6fd991: Pushed [2020-10-07T19:26:18.086Z] 9d97c5e8e375: Pushed [2020-10-07T19:26:18.086Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:18.680Z] fca1977f53b6: Pushed [2020-10-07T19:26:22.060Z] 6e49c54f6753: Pushed [2020-10-07T19:26:22.333Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:cb7f129d36f35e6a729c7fcf7e5079c57c0975a6bf0db0c8725b48ba6c7dac9c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:22.733Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:23.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:23.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T19:26:23.080Z] fa176897e24f: Preparing [2020-10-07T19:26:23.080Z] 6e49c54f6753: Preparing [2020-10-07T19:26:23.080Z] 60625f6fd991: Preparing [2020-10-07T19:26:23.080Z] fca1977f53b6: Preparing [2020-10-07T19:26:23.080Z] 9d97c5e8e375: Preparing [2020-10-07T19:26:23.080Z] e2f13739ad41: Preparing [2020-10-07T19:26:23.080Z] e2f13739ad41: Waiting [2020-10-07T19:26:23.354Z] 60625f6fd991: Layer already exists [2020-10-07T19:26:23.354Z] fa176897e24f: Layer already exists [2020-10-07T19:26:23.354Z] fca1977f53b6: Layer already exists [2020-10-07T19:26:23.354Z] 9d97c5e8e375: Layer already exists [2020-10-07T19:26:23.354Z] 6e49c54f6753: Layer already exists [2020-10-07T19:26:23.354Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:23.354Z] 1.2.2-dev.53: digest: sha256:cb7f129d36f35e6a729c7fcf7e5079c57c0975a6bf0db0c8725b48ba6c7dac9c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:23.728Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:24.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:24.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T19:26:24.066Z] fa176897e24f: Preparing [2020-10-07T19:26:24.066Z] 6e49c54f6753: Preparing [2020-10-07T19:26:24.066Z] 60625f6fd991: Preparing [2020-10-07T19:26:24.066Z] fca1977f53b6: Preparing [2020-10-07T19:26:24.066Z] 9d97c5e8e375: Preparing [2020-10-07T19:26:24.066Z] e2f13739ad41: Preparing [2020-10-07T19:26:24.066Z] e2f13739ad41: Waiting [2020-10-07T19:26:24.340Z] 60625f6fd991: Layer already exists [2020-10-07T19:26:24.340Z] fca1977f53b6: Layer already exists [2020-10-07T19:26:24.340Z] fa176897e24f: Layer already exists [2020-10-07T19:26:24.340Z] 6e49c54f6753: Layer already exists [2020-10-07T19:26:24.340Z] 9d97c5e8e375: Layer already exists [2020-10-07T19:26:24.340Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:24.340Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:cb7f129d36f35e6a729c7fcf7e5079c57c0975a6bf0db0c8725b48ba6c7dac9c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:24.689Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:25.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-07T19:26:25.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T19:26:25.042Z] fa176897e24f: Preparing [2020-10-07T19:26:25.042Z] 6e49c54f6753: Preparing [2020-10-07T19:26:25.042Z] 60625f6fd991: Preparing [2020-10-07T19:26:25.042Z] fca1977f53b6: Preparing [2020-10-07T19:26:25.042Z] 9d97c5e8e375: Preparing [2020-10-07T19:26:25.042Z] e2f13739ad41: Preparing [2020-10-07T19:26:25.042Z] e2f13739ad41: Waiting [2020-10-07T19:26:25.318Z] fa176897e24f: Layer already exists [2020-10-07T19:26:25.318Z] 60625f6fd991: Layer already exists [2020-10-07T19:26:25.318Z] 6e49c54f6753: Layer already exists [2020-10-07T19:26:25.318Z] fca1977f53b6: Layer already exists [2020-10-07T19:26:25.318Z] 9d97c5e8e375: Layer already exists [2020-10-07T19:26:25.318Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:25.318Z] master: digest: sha256:cb7f129d36f35e6a729c7fcf7e5079c57c0975a6bf0db0c8725b48ba6c7dac9c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:26:25.551Z] ===================================================== [Pipeline] echo [2020-10-07T19:26:25.599Z] taggedImages: [2020-10-07T19:26:25.599Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:25.599Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:25.599Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:25.599Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-07T19:26:25.661Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-07T19:26:25.661Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:25.661Z] 1.2.2-dev.53 [2020-10-07T19:26:25.661Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:25.661Z] master [2020-10-07T19:26:25.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:26.223Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:26.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:26.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T19:26:26.565Z] 0aa728bc3a54: Preparing [2020-10-07T19:26:26.565Z] 3570f9bb7576: Preparing [2020-10-07T19:26:26.565Z] 833c168f0085: Preparing [2020-10-07T19:26:26.838Z] 0aa728bc3a54: Pushed [2020-10-07T19:26:26.838Z] 833c168f0085: Pushed [2020-10-07T19:26:30.213Z] 3570f9bb7576: Pushed [2020-10-07T19:26:30.484Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:f035cd0a25e843807acecd5f39f7f7620a36998cb9ef377658ff6399b2533cb9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:30.830Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:31.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:31.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T19:26:31.167Z] 0aa728bc3a54: Preparing [2020-10-07T19:26:31.167Z] 3570f9bb7576: Preparing [2020-10-07T19:26:31.167Z] 833c168f0085: Preparing [2020-10-07T19:26:31.439Z] 833c168f0085: Layer already exists [2020-10-07T19:26:31.439Z] 3570f9bb7576: Layer already exists [2020-10-07T19:26:31.439Z] 0aa728bc3a54: Layer already exists [2020-10-07T19:26:31.439Z] 1.2.2-dev.53: digest: sha256:f035cd0a25e843807acecd5f39f7f7620a36998cb9ef377658ff6399b2533cb9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:31.798Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:32.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:32.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T19:26:32.144Z] 0aa728bc3a54: Preparing [2020-10-07T19:26:32.145Z] 3570f9bb7576: Preparing [2020-10-07T19:26:32.145Z] 833c168f0085: Preparing [2020-10-07T19:26:32.416Z] 0aa728bc3a54: Layer already exists [2020-10-07T19:26:32.416Z] 833c168f0085: Layer already exists [2020-10-07T19:26:32.416Z] 3570f9bb7576: Layer already exists [2020-10-07T19:26:32.416Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:f035cd0a25e843807acecd5f39f7f7620a36998cb9ef377658ff6399b2533cb9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:32.765Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:33.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-07T19:26:33.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T19:26:33.109Z] 0aa728bc3a54: Preparing [2020-10-07T19:26:33.109Z] 3570f9bb7576: Preparing [2020-10-07T19:26:33.109Z] 833c168f0085: Preparing [2020-10-07T19:26:33.382Z] 833c168f0085: Layer already exists [2020-10-07T19:26:33.382Z] 3570f9bb7576: Layer already exists [2020-10-07T19:26:33.382Z] 0aa728bc3a54: Layer already exists [2020-10-07T19:26:33.382Z] master: digest: sha256:f035cd0a25e843807acecd5f39f7f7620a36998cb9ef377658ff6399b2533cb9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:26:33.602Z] ===================================================== [Pipeline] echo [2020-10-07T19:26:33.666Z] taggedImages: [2020-10-07T19:26:33.666Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:33.666Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:33.666Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:33.666Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-07T19:26:33.731Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-07T19:26:33.732Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:33.732Z] 1.2.2-dev.53 [2020-10-07T19:26:33.732Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:33.732Z] master [2020-10-07T19:26:33.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:34.277Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:34.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:34.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T19:26:34.619Z] 5f42320a7805: Preparing [2020-10-07T19:26:34.619Z] 84d3a54ff01b: Preparing [2020-10-07T19:26:34.619Z] 957a1a97fc97: Preparing [2020-10-07T19:26:34.619Z] b9a89c879efa: Preparing [2020-10-07T19:26:34.619Z] e2f13739ad41: Preparing [2020-10-07T19:26:34.891Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:34.891Z] 957a1a97fc97: Pushed [2020-10-07T19:26:34.891Z] 84d3a54ff01b: Pushed [2020-10-07T19:26:35.487Z] b9a89c879efa: Pushed [2020-10-07T19:26:37.465Z] 5f42320a7805: Pushed [2020-10-07T19:26:37.465Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:4599fb047ae881b9bd0e8f43b6b1e31ed9f1372af2d12fb961b0b3ce9541ea83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:37.815Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:38.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:38.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T19:26:38.159Z] 5f42320a7805: Preparing [2020-10-07T19:26:38.159Z] 84d3a54ff01b: Preparing [2020-10-07T19:26:38.159Z] 957a1a97fc97: Preparing [2020-10-07T19:26:38.159Z] b9a89c879efa: Preparing [2020-10-07T19:26:38.159Z] e2f13739ad41: Preparing [2020-10-07T19:26:38.443Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:38.443Z] 5f42320a7805: Layer already exists [2020-10-07T19:26:38.443Z] b9a89c879efa: Layer already exists [2020-10-07T19:26:38.443Z] 84d3a54ff01b: Layer already exists [2020-10-07T19:26:38.443Z] 957a1a97fc97: Layer already exists [2020-10-07T19:26:38.443Z] 1.2.2-dev.53: digest: sha256:4599fb047ae881b9bd0e8f43b6b1e31ed9f1372af2d12fb961b0b3ce9541ea83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:38.799Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:39.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:39.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T19:26:39.460Z] 5f42320a7805: Preparing [2020-10-07T19:26:39.460Z] 84d3a54ff01b: Preparing [2020-10-07T19:26:39.460Z] 957a1a97fc97: Preparing [2020-10-07T19:26:39.460Z] b9a89c879efa: Preparing [2020-10-07T19:26:39.460Z] e2f13739ad41: Preparing [2020-10-07T19:26:39.460Z] b9a89c879efa: Layer already exists [2020-10-07T19:26:39.460Z] 84d3a54ff01b: Layer already exists [2020-10-07T19:26:39.460Z] 957a1a97fc97: Layer already exists [2020-10-07T19:26:39.460Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:39.460Z] 5f42320a7805: Layer already exists [2020-10-07T19:26:39.460Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:4599fb047ae881b9bd0e8f43b6b1e31ed9f1372af2d12fb961b0b3ce9541ea83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:39.828Z] + 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-07T19:26:40.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-07T19:26:40.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T19:26:40.454Z] 5f42320a7805: Preparing [2020-10-07T19:26:40.454Z] 84d3a54ff01b: Preparing [2020-10-07T19:26:40.454Z] 957a1a97fc97: Preparing [2020-10-07T19:26:40.454Z] b9a89c879efa: Preparing [2020-10-07T19:26:40.454Z] e2f13739ad41: Preparing [2020-10-07T19:26:40.454Z] 5f42320a7805: Layer already exists [2020-10-07T19:26:40.454Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:40.454Z] b9a89c879efa: Layer already exists [2020-10-07T19:26:40.454Z] 957a1a97fc97: Layer already exists [2020-10-07T19:26:40.454Z] 84d3a54ff01b: Layer already exists [2020-10-07T19:26:40.454Z] master: digest: sha256:4599fb047ae881b9bd0e8f43b6b1e31ed9f1372af2d12fb961b0b3ce9541ea83 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:26:40.812Z] ===================================================== [Pipeline] echo [2020-10-07T19:26:40.868Z] taggedImages: [2020-10-07T19:26:40.869Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:40.869Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:40.869Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:40.869Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-07T19:26:40.971Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-07T19:26:40.971Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:40.971Z] 1.2.2-dev.53 [2020-10-07T19:26:40.972Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:40.972Z] master [2020-10-07T19:26:40.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:41.568Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:41.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:41.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T19:26:41.918Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:41.918Z] 8473274a80fc: Preparing [2020-10-07T19:26:41.918Z] e1250f947c89: Preparing [2020-10-07T19:26:41.918Z] 8bc726e4024f: Preparing [2020-10-07T19:26:41.918Z] 8bc726e4024f: Preparing [2020-10-07T19:26:41.918Z] 837a48747a91: Preparing [2020-10-07T19:26:41.918Z] 9c5dd9e486e4: Preparing [2020-10-07T19:26:41.918Z] 26a4fc5959f3: Preparing [2020-10-07T19:26:41.918Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:41.918Z] 55dbf3dd1181: Preparing [2020-10-07T19:26:41.918Z] 3f56cc76ab16: Preparing [2020-10-07T19:26:41.918Z] 6116bcd3fd29: Preparing [2020-10-07T19:26:41.918Z] e2f13739ad41: Preparing [2020-10-07T19:26:41.918Z] 55dbf3dd1181: Waiting [2020-10-07T19:26:41.918Z] 3f56cc76ab16: Waiting [2020-10-07T19:26:41.918Z] 6116bcd3fd29: Waiting [2020-10-07T19:26:41.918Z] e2f13739ad41: Waiting [2020-10-07T19:26:41.918Z] 9c5dd9e486e4: Waiting [2020-10-07T19:26:41.918Z] 26a4fc5959f3: Waiting [2020-10-07T19:26:42.191Z] e1250f947c89: Pushed [2020-10-07T19:26:42.191Z] 837a48747a91: Pushed [2020-10-07T19:26:42.463Z] 8473274a80fc: Pushed [2020-10-07T19:26:42.463Z] 8bc726e4024f: Pushed [2020-10-07T19:26:42.463Z] 9c5dd9e486e4: Pushed [2020-10-07T19:26:42.463Z] 55dbf3dd1181: Pushed [2020-10-07T19:26:42.463Z] 26a4fc5959f3: Pushed [2020-10-07T19:26:42.735Z] 3f56cc76ab16: Pushed [2020-10-07T19:26:42.735Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:43.007Z] 6116bcd3fd29: Pushed [2020-10-07T19:26:44.444Z] 0b8c332da9c3: Pushed [2020-10-07T19:26:44.444Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:ddead627a24a90587ba5879bf99b82f93299386504ac14694761f1808183f1f9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:44.785Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:45.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:45.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T19:26:45.124Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:45.124Z] 8473274a80fc: Preparing [2020-10-07T19:26:45.124Z] e1250f947c89: Preparing [2020-10-07T19:26:45.124Z] 8bc726e4024f: Preparing [2020-10-07T19:26:45.124Z] 8bc726e4024f: Preparing [2020-10-07T19:26:45.124Z] 837a48747a91: Preparing [2020-10-07T19:26:45.124Z] 9c5dd9e486e4: Preparing [2020-10-07T19:26:45.124Z] 26a4fc5959f3: Preparing [2020-10-07T19:26:45.124Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:45.124Z] 55dbf3dd1181: Preparing [2020-10-07T19:26:45.124Z] 3f56cc76ab16: Preparing [2020-10-07T19:26:45.124Z] 9c5dd9e486e4: Waiting [2020-10-07T19:26:45.124Z] 26a4fc5959f3: Waiting [2020-10-07T19:26:45.124Z] 55dbf3dd1181: Waiting [2020-10-07T19:26:45.124Z] 6116bcd3fd29: Preparing [2020-10-07T19:26:45.124Z] e2f13739ad41: Preparing [2020-10-07T19:26:45.124Z] 3f56cc76ab16: Waiting [2020-10-07T19:26:45.124Z] 6116bcd3fd29: Waiting [2020-10-07T19:26:45.124Z] e2f13739ad41: Waiting [2020-10-07T19:26:45.395Z] 8473274a80fc: Layer already exists [2020-10-07T19:26:45.395Z] 8bc726e4024f: Layer already exists [2020-10-07T19:26:45.395Z] 0b8c332da9c3: Layer already exists [2020-10-07T19:26:45.395Z] e1250f947c89: Layer already exists [2020-10-07T19:26:45.395Z] 837a48747a91: Layer already exists [2020-10-07T19:26:45.395Z] 9c5dd9e486e4: Layer already exists [2020-10-07T19:26:45.395Z] 26a4fc5959f3: Layer already exists [2020-10-07T19:26:45.395Z] 3f56cc76ab16: Layer already exists [2020-10-07T19:26:45.395Z] 55dbf3dd1181: Layer already exists [2020-10-07T19:26:45.395Z] 6116bcd3fd29: Layer already exists [2020-10-07T19:26:45.395Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:45.395Z] 1.2.2-dev.53: digest: sha256:ddead627a24a90587ba5879bf99b82f93299386504ac14694761f1808183f1f9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:45.737Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:46.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:46.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T19:26:46.074Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:46.074Z] 8473274a80fc: Preparing [2020-10-07T19:26:46.074Z] e1250f947c89: Preparing [2020-10-07T19:26:46.074Z] 8bc726e4024f: Preparing [2020-10-07T19:26:46.074Z] 8bc726e4024f: Preparing [2020-10-07T19:26:46.074Z] 837a48747a91: Preparing [2020-10-07T19:26:46.074Z] 9c5dd9e486e4: Preparing [2020-10-07T19:26:46.074Z] 26a4fc5959f3: Preparing [2020-10-07T19:26:46.074Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:46.074Z] 55dbf3dd1181: Preparing [2020-10-07T19:26:46.074Z] 3f56cc76ab16: Preparing [2020-10-07T19:26:46.074Z] 6116bcd3fd29: Preparing [2020-10-07T19:26:46.074Z] e2f13739ad41: Preparing [2020-10-07T19:26:46.074Z] 6116bcd3fd29: Waiting [2020-10-07T19:26:46.074Z] 55dbf3dd1181: Waiting [2020-10-07T19:26:46.074Z] 3f56cc76ab16: Waiting [2020-10-07T19:26:46.074Z] e2f13739ad41: Waiting [2020-10-07T19:26:46.074Z] 9c5dd9e486e4: Waiting [2020-10-07T19:26:46.074Z] 26a4fc5959f3: Waiting [2020-10-07T19:26:46.345Z] e1250f947c89: Layer already exists [2020-10-07T19:26:46.345Z] 8bc726e4024f: Layer already exists [2020-10-07T19:26:46.345Z] 837a48747a91: Layer already exists [2020-10-07T19:26:46.345Z] 0b8c332da9c3: Layer already exists [2020-10-07T19:26:46.345Z] 8473274a80fc: Layer already exists [2020-10-07T19:26:46.345Z] 26a4fc5959f3: Layer already exists [2020-10-07T19:26:46.345Z] 6116bcd3fd29: Layer already exists [2020-10-07T19:26:46.345Z] 55dbf3dd1181: Layer already exists [2020-10-07T19:26:46.345Z] 9c5dd9e486e4: Layer already exists [2020-10-07T19:26:46.345Z] 3f56cc76ab16: Layer already exists [2020-10-07T19:26:46.345Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:46.345Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:ddead627a24a90587ba5879bf99b82f93299386504ac14694761f1808183f1f9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:46.686Z] + 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-07T19:26:47.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-07T19:26:47.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T19:26:47.021Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:47.021Z] 8473274a80fc: Preparing [2020-10-07T19:26:47.021Z] e1250f947c89: Preparing [2020-10-07T19:26:47.021Z] 8bc726e4024f: Preparing [2020-10-07T19:26:47.021Z] 8bc726e4024f: Preparing [2020-10-07T19:26:47.021Z] 837a48747a91: Preparing [2020-10-07T19:26:47.021Z] 9c5dd9e486e4: Preparing [2020-10-07T19:26:47.021Z] 26a4fc5959f3: Preparing [2020-10-07T19:26:47.021Z] 0b8c332da9c3: Preparing [2020-10-07T19:26:47.021Z] 55dbf3dd1181: Preparing [2020-10-07T19:26:47.021Z] 3f56cc76ab16: Preparing [2020-10-07T19:26:47.021Z] 6116bcd3fd29: Preparing [2020-10-07T19:26:47.021Z] e2f13739ad41: Preparing [2020-10-07T19:26:47.021Z] 9c5dd9e486e4: Waiting [2020-10-07T19:26:47.021Z] 26a4fc5959f3: Waiting [2020-10-07T19:26:47.021Z] 55dbf3dd1181: Waiting [2020-10-07T19:26:47.021Z] 3f56cc76ab16: Waiting [2020-10-07T19:26:47.021Z] e2f13739ad41: Waiting [2020-10-07T19:26:47.021Z] 6116bcd3fd29: Waiting [2020-10-07T19:26:47.293Z] 8473274a80fc: Layer already exists [2020-10-07T19:26:47.293Z] 0b8c332da9c3: Layer already exists [2020-10-07T19:26:47.293Z] e1250f947c89: Layer already exists [2020-10-07T19:26:47.293Z] 837a48747a91: Layer already exists [2020-10-07T19:26:47.293Z] 8bc726e4024f: Layer already exists [2020-10-07T19:26:47.293Z] 9c5dd9e486e4: Layer already exists [2020-10-07T19:26:47.293Z] 55dbf3dd1181: Layer already exists [2020-10-07T19:26:47.293Z] 26a4fc5959f3: Layer already exists [2020-10-07T19:26:47.293Z] 3f56cc76ab16: Layer already exists [2020-10-07T19:26:47.293Z] 6116bcd3fd29: Layer already exists [2020-10-07T19:26:47.293Z] e2f13739ad41: Layer already exists [2020-10-07T19:26:47.293Z] master: digest: sha256:ddead627a24a90587ba5879bf99b82f93299386504ac14694761f1808183f1f9 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:26:47.502Z] ===================================================== [Pipeline] echo [2020-10-07T19:26:47.555Z] taggedImages: [2020-10-07T19:26:47.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:47.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:47.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:47.555Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-07T19:26:47.625Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-07T19:26:47.625Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:47.625Z] 1.2.2-dev.53 [2020-10-07T19:26:47.625Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:47.625Z] master [2020-10-07T19:26:47.625Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:48.181Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:48.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:48.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T19:26:48.524Z] 790a928c22e8: Preparing [2020-10-07T19:26:48.524Z] 493dae75e872: Preparing [2020-10-07T19:26:48.524Z] 3cddcb99c729: Preparing [2020-10-07T19:26:48.524Z] ed136fcaab24: Preparing [2020-10-07T19:26:48.524Z] 4f4975c56f28: Preparing [2020-10-07T19:26:48.524Z] ee8895525ba7: Preparing [2020-10-07T19:26:48.524Z] 929e33b7c6fa: Preparing [2020-10-07T19:26:48.524Z] 770cacbd308f: Preparing [2020-10-07T19:26:48.524Z] 61a833b2cbf2: Preparing [2020-10-07T19:26:48.524Z] 96ee65018c5a: Preparing [2020-10-07T19:26:48.524Z] 66b385cf80cf: Preparing [2020-10-07T19:26:48.524Z] ee8895525ba7: Waiting [2020-10-07T19:26:48.524Z] 929e33b7c6fa: Waiting [2020-10-07T19:26:48.524Z] 770cacbd308f: Waiting [2020-10-07T19:26:48.524Z] 61a833b2cbf2: Waiting [2020-10-07T19:26:48.524Z] 96ee65018c5a: Waiting [2020-10-07T19:26:48.524Z] 66b385cf80cf: Waiting [2020-10-07T19:26:49.122Z] 790a928c22e8: Pushed [2020-10-07T19:26:49.122Z] 493dae75e872: Pushed [2020-10-07T19:26:49.398Z] ee8895525ba7: Pushed [2020-10-07T19:26:49.398Z] 929e33b7c6fa: Pushed [2020-10-07T19:26:49.674Z] 770cacbd308f: Pushed [2020-10-07T19:26:49.674Z] 61a833b2cbf2: Pushed [2020-10-07T19:26:49.674Z] 66b385cf80cf: Layer already exists [2020-10-07T19:26:50.270Z] 96ee65018c5a: Pushed [2020-10-07T19:26:50.865Z] 3cddcb99c729: Pushed [2020-10-07T19:26:51.137Z] 4f4975c56f28: Pushed [2020-10-07T19:26:51.408Z] ed136fcaab24: Pushed [2020-10-07T19:26:51.408Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:4144db351e15a89a7ed46387d12cbb975db0a39d6f96a2adf30207c889fc75bc size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:52.027Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:52.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:52.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T19:26:52.373Z] 790a928c22e8: Preparing [2020-10-07T19:26:52.373Z] 493dae75e872: Preparing [2020-10-07T19:26:52.373Z] 3cddcb99c729: Preparing [2020-10-07T19:26:52.373Z] ed136fcaab24: Preparing [2020-10-07T19:26:52.373Z] 4f4975c56f28: Preparing [2020-10-07T19:26:52.373Z] ee8895525ba7: Preparing [2020-10-07T19:26:52.373Z] 929e33b7c6fa: Preparing [2020-10-07T19:26:52.373Z] 770cacbd308f: Preparing [2020-10-07T19:26:52.373Z] 61a833b2cbf2: Preparing [2020-10-07T19:26:52.373Z] 929e33b7c6fa: Waiting [2020-10-07T19:26:52.373Z] 96ee65018c5a: Preparing [2020-10-07T19:26:52.373Z] 66b385cf80cf: Preparing [2020-10-07T19:26:52.373Z] ee8895525ba7: Waiting [2020-10-07T19:26:52.373Z] 770cacbd308f: Waiting [2020-10-07T19:26:52.373Z] 66b385cf80cf: Waiting [2020-10-07T19:26:52.373Z] 96ee65018c5a: Waiting [2020-10-07T19:26:52.373Z] 61a833b2cbf2: Waiting [2020-10-07T19:26:52.644Z] ed136fcaab24: Layer already exists [2020-10-07T19:26:52.644Z] 3cddcb99c729: Layer already exists [2020-10-07T19:26:52.644Z] 493dae75e872: Layer already exists [2020-10-07T19:26:52.644Z] 4f4975c56f28: Layer already exists [2020-10-07T19:26:52.644Z] 790a928c22e8: Layer already exists [2020-10-07T19:26:52.644Z] ee8895525ba7: Layer already exists [2020-10-07T19:26:52.644Z] 770cacbd308f: Layer already exists [2020-10-07T19:26:52.644Z] 929e33b7c6fa: Layer already exists [2020-10-07T19:26:52.644Z] 96ee65018c5a: Layer already exists [2020-10-07T19:26:52.644Z] 61a833b2cbf2: Layer already exists [2020-10-07T19:26:52.644Z] 66b385cf80cf: Layer already exists [2020-10-07T19:26:52.644Z] 1.2.2-dev.53: digest: sha256:4144db351e15a89a7ed46387d12cbb975db0a39d6f96a2adf30207c889fc75bc size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:52.994Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:53.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:53.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T19:26:53.332Z] 790a928c22e8: Preparing [2020-10-07T19:26:53.332Z] 493dae75e872: Preparing [2020-10-07T19:26:53.332Z] 3cddcb99c729: Preparing [2020-10-07T19:26:53.332Z] ed136fcaab24: Preparing [2020-10-07T19:26:53.332Z] 4f4975c56f28: Preparing [2020-10-07T19:26:53.332Z] ee8895525ba7: Preparing [2020-10-07T19:26:53.332Z] 929e33b7c6fa: Preparing [2020-10-07T19:26:53.332Z] 770cacbd308f: Preparing [2020-10-07T19:26:53.332Z] 61a833b2cbf2: Preparing [2020-10-07T19:26:53.332Z] 96ee65018c5a: Preparing [2020-10-07T19:26:53.332Z] 66b385cf80cf: Preparing [2020-10-07T19:26:53.332Z] ee8895525ba7: Waiting [2020-10-07T19:26:53.332Z] 929e33b7c6fa: Waiting [2020-10-07T19:26:53.332Z] 770cacbd308f: Waiting [2020-10-07T19:26:53.332Z] 61a833b2cbf2: Waiting [2020-10-07T19:26:53.332Z] 66b385cf80cf: Waiting [2020-10-07T19:26:53.332Z] 96ee65018c5a: Waiting [2020-10-07T19:26:53.604Z] 3cddcb99c729: Layer already exists [2020-10-07T19:26:53.604Z] 790a928c22e8: Layer already exists [2020-10-07T19:26:53.604Z] ed136fcaab24: Layer already exists [2020-10-07T19:26:53.604Z] 4f4975c56f28: Layer already exists [2020-10-07T19:26:53.604Z] 493dae75e872: Layer already exists [2020-10-07T19:26:53.604Z] ee8895525ba7: Layer already exists [2020-10-07T19:26:53.604Z] 770cacbd308f: Layer already exists [2020-10-07T19:26:53.604Z] 96ee65018c5a: Layer already exists [2020-10-07T19:26:53.604Z] 61a833b2cbf2: Layer already exists [2020-10-07T19:26:53.604Z] 929e33b7c6fa: Layer already exists [2020-10-07T19:26:53.604Z] 66b385cf80cf: Layer already exists [2020-10-07T19:26:53.604Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:4144db351e15a89a7ed46387d12cbb975db0a39d6f96a2adf30207c889fc75bc size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:53.952Z] + 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-07T19:26:54.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-07T19:26:54.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T19:26:54.292Z] 790a928c22e8: Preparing [2020-10-07T19:26:54.292Z] 493dae75e872: Preparing [2020-10-07T19:26:54.292Z] 3cddcb99c729: Preparing [2020-10-07T19:26:54.292Z] ed136fcaab24: Preparing [2020-10-07T19:26:54.292Z] 4f4975c56f28: Preparing [2020-10-07T19:26:54.292Z] ee8895525ba7: Preparing [2020-10-07T19:26:54.292Z] 929e33b7c6fa: Preparing [2020-10-07T19:26:54.292Z] 770cacbd308f: Preparing [2020-10-07T19:26:54.292Z] 61a833b2cbf2: Preparing [2020-10-07T19:26:54.292Z] 96ee65018c5a: Preparing [2020-10-07T19:26:54.292Z] 66b385cf80cf: Preparing [2020-10-07T19:26:54.292Z] ee8895525ba7: Waiting [2020-10-07T19:26:54.292Z] 929e33b7c6fa: Waiting [2020-10-07T19:26:54.292Z] 770cacbd308f: Waiting [2020-10-07T19:26:54.292Z] 61a833b2cbf2: Waiting [2020-10-07T19:26:54.292Z] 96ee65018c5a: Waiting [2020-10-07T19:26:54.292Z] 66b385cf80cf: Waiting [2020-10-07T19:26:54.580Z] 4f4975c56f28: Layer already exists [2020-10-07T19:26:54.580Z] 493dae75e872: Layer already exists [2020-10-07T19:26:54.580Z] 3cddcb99c729: Layer already exists [2020-10-07T19:26:54.580Z] 790a928c22e8: Layer already exists [2020-10-07T19:26:54.580Z] ed136fcaab24: Layer already exists [2020-10-07T19:26:54.580Z] 929e33b7c6fa: Layer already exists [2020-10-07T19:26:54.580Z] ee8895525ba7: Layer already exists [2020-10-07T19:26:54.580Z] 96ee65018c5a: Layer already exists [2020-10-07T19:26:54.580Z] 770cacbd308f: Layer already exists [2020-10-07T19:26:54.580Z] 61a833b2cbf2: Layer already exists [2020-10-07T19:26:54.580Z] 66b385cf80cf: Layer already exists [2020-10-07T19:26:54.580Z] master: digest: sha256:4144db351e15a89a7ed46387d12cbb975db0a39d6f96a2adf30207c889fc75bc size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:26:54.824Z] ===================================================== [Pipeline] echo [2020-10-07T19:26:54.871Z] taggedImages: [2020-10-07T19:26:54.871Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:54.871Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:54.871Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:54.871Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-07T19:26:54.940Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-07T19:26:54.940Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:54.940Z] 1.2.2-dev.53 [2020-10-07T19:26:54.940Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:26:54.940Z] master [2020-10-07T19:26:54.940Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:55.491Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:55.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:26:55.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T19:26:55.833Z] 2a872134104b: Preparing [2020-10-07T19:26:55.833Z] 9baeb2c9be4c: Preparing [2020-10-07T19:26:55.833Z] 879c3cbd99d3: Preparing [2020-10-07T19:26:55.833Z] 7234ac9be7e7: Preparing [2020-10-07T19:26:56.106Z] 2a872134104b: Pushed [2020-10-07T19:26:56.106Z] 879c3cbd99d3: Pushed [2020-10-07T19:26:56.377Z] 7234ac9be7e7: Pushed [2020-10-07T19:26:58.990Z] 9baeb2c9be4c: Pushed [2020-10-07T19:26:59.263Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:864d1fcfb83bfc9c8df7bd1380871f31e7fae6b22337f15359dcb80957bcfedd size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:59.610Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:26:59.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.53 [2020-10-07T19:26:59.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T19:26:59.949Z] 2a872134104b: Preparing [2020-10-07T19:26:59.949Z] 9baeb2c9be4c: Preparing [2020-10-07T19:26:59.949Z] 879c3cbd99d3: Preparing [2020-10-07T19:26:59.949Z] 7234ac9be7e7: Preparing [2020-10-07T19:27:00.221Z] 9baeb2c9be4c: Layer already exists [2020-10-07T19:27:00.221Z] 7234ac9be7e7: Layer already exists [2020-10-07T19:27:00.221Z] 2a872134104b: Layer already exists [2020-10-07T19:27:00.221Z] 879c3cbd99d3: Layer already exists [2020-10-07T19:27:00.221Z] 1.2.2-dev.53: digest: sha256:864d1fcfb83bfc9c8df7bd1380871f31e7fae6b22337f15359dcb80957bcfedd size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:00.572Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:00.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:00.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T19:27:00.916Z] 2a872134104b: Preparing [2020-10-07T19:27:00.916Z] 9baeb2c9be4c: Preparing [2020-10-07T19:27:00.916Z] 879c3cbd99d3: Preparing [2020-10-07T19:27:00.916Z] 7234ac9be7e7: Preparing [2020-10-07T19:27:00.916Z] 879c3cbd99d3: Layer already exists [2020-10-07T19:27:00.916Z] 9baeb2c9be4c: Layer already exists [2020-10-07T19:27:00.916Z] 2a872134104b: Layer already exists [2020-10-07T19:27:00.916Z] 7234ac9be7e7: Layer already exists [2020-10-07T19:27:01.189Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:864d1fcfb83bfc9c8df7bd1380871f31e7fae6b22337f15359dcb80957bcfedd size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:01.539Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:01.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-07T19:27:01.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T19:27:01.881Z] 2a872134104b: Preparing [2020-10-07T19:27:01.881Z] 9baeb2c9be4c: Preparing [2020-10-07T19:27:01.881Z] 879c3cbd99d3: Preparing [2020-10-07T19:27:01.881Z] 7234ac9be7e7: Preparing [2020-10-07T19:27:02.153Z] 879c3cbd99d3: Layer already exists [2020-10-07T19:27:02.153Z] 9baeb2c9be4c: Layer already exists [2020-10-07T19:27:02.153Z] 7234ac9be7e7: Layer already exists [2020-10-07T19:27:02.153Z] 2a872134104b: Layer already exists [2020-10-07T19:27:02.153Z] master: digest: sha256:864d1fcfb83bfc9c8df7bd1380871f31e7fae6b22337f15359dcb80957bcfedd size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:27:02.379Z] ===================================================== [Pipeline] echo [2020-10-07T19:27:02.453Z] taggedImages: [2020-10-07T19:27:02.453Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:02.453Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.53 [2020-10-07T19:27:02.453Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:02.453Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-07T19:27:02.530Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-07T19:27:02.530Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:02.530Z] 1.2.2-dev.53 [2020-10-07T19:27:02.530Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:02.530Z] master [2020-10-07T19:27:02.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:03.061Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:03.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:03.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T19:27:03.407Z] 603ddba0cc67: Preparing [2020-10-07T19:27:03.407Z] 05fc7d41359e: Preparing [2020-10-07T19:27:03.407Z] 8df5da698b5e: Preparing [2020-10-07T19:27:03.407Z] 144a3efb0d69: Preparing [2020-10-07T19:27:03.407Z] d5ae51831913: Preparing [2020-10-07T19:27:03.407Z] f7519cd8736b: Preparing [2020-10-07T19:27:03.407Z] f7519cd8736b: Waiting [2020-10-07T19:27:04.005Z] 8df5da698b5e: Pushed [2020-10-07T19:27:04.005Z] 603ddba0cc67: Pushed [2020-10-07T19:27:04.005Z] d5ae51831913: Pushed [2020-10-07T19:27:04.005Z] 144a3efb0d69: Pushed [2020-10-07T19:27:04.276Z] f7519cd8736b: Pushed [2020-10-07T19:27:06.886Z] 05fc7d41359e: Pushed [2020-10-07T19:27:06.886Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:e988aff56f496ecffe0e0a550923bed1699fd7e1c4f0750f7a3a85df1495a4a3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:07.230Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:07.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.53 [2020-10-07T19:27:07.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T19:27:07.572Z] 603ddba0cc67: Preparing [2020-10-07T19:27:07.572Z] 05fc7d41359e: Preparing [2020-10-07T19:27:07.572Z] 8df5da698b5e: Preparing [2020-10-07T19:27:07.572Z] 144a3efb0d69: Preparing [2020-10-07T19:27:07.572Z] d5ae51831913: Preparing [2020-10-07T19:27:07.572Z] f7519cd8736b: Preparing [2020-10-07T19:27:07.572Z] f7519cd8736b: Waiting [2020-10-07T19:27:07.846Z] 8df5da698b5e: Layer already exists [2020-10-07T19:27:07.846Z] 144a3efb0d69: Layer already exists [2020-10-07T19:27:07.846Z] d5ae51831913: Layer already exists [2020-10-07T19:27:07.846Z] 603ddba0cc67: Layer already exists [2020-10-07T19:27:07.847Z] 05fc7d41359e: Layer already exists [2020-10-07T19:27:07.847Z] f7519cd8736b: Layer already exists [2020-10-07T19:27:07.847Z] 1.2.2-dev.53: digest: sha256:e988aff56f496ecffe0e0a550923bed1699fd7e1c4f0750f7a3a85df1495a4a3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:08.193Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:08.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:08.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T19:27:08.540Z] 603ddba0cc67: Preparing [2020-10-07T19:27:08.540Z] 05fc7d41359e: Preparing [2020-10-07T19:27:08.540Z] 8df5da698b5e: Preparing [2020-10-07T19:27:08.540Z] 144a3efb0d69: Preparing [2020-10-07T19:27:08.540Z] d5ae51831913: Preparing [2020-10-07T19:27:08.540Z] f7519cd8736b: Preparing [2020-10-07T19:27:08.540Z] f7519cd8736b: Waiting [2020-10-07T19:27:08.814Z] d5ae51831913: Layer already exists [2020-10-07T19:27:08.814Z] 05fc7d41359e: Layer already exists [2020-10-07T19:27:08.814Z] 8df5da698b5e: Layer already exists [2020-10-07T19:27:08.814Z] 603ddba0cc67: Layer already exists [2020-10-07T19:27:08.814Z] 144a3efb0d69: Layer already exists [2020-10-07T19:27:08.814Z] f7519cd8736b: Layer already exists [2020-10-07T19:27:08.814Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:e988aff56f496ecffe0e0a550923bed1699fd7e1c4f0750f7a3a85df1495a4a3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:09.161Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:09.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-07T19:27:09.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T19:27:09.505Z] 603ddba0cc67: Preparing [2020-10-07T19:27:09.505Z] 05fc7d41359e: Preparing [2020-10-07T19:27:09.505Z] 8df5da698b5e: Preparing [2020-10-07T19:27:09.505Z] 144a3efb0d69: Preparing [2020-10-07T19:27:09.505Z] d5ae51831913: Preparing [2020-10-07T19:27:09.505Z] f7519cd8736b: Preparing [2020-10-07T19:27:09.505Z] f7519cd8736b: Waiting [2020-10-07T19:27:09.782Z] 8df5da698b5e: Layer already exists [2020-10-07T19:27:09.782Z] 05fc7d41359e: Layer already exists [2020-10-07T19:27:09.782Z] d5ae51831913: Layer already exists [2020-10-07T19:27:09.782Z] 603ddba0cc67: Layer already exists [2020-10-07T19:27:09.782Z] 144a3efb0d69: Layer already exists [2020-10-07T19:27:09.782Z] f7519cd8736b: Layer already exists [2020-10-07T19:27:09.782Z] master: digest: sha256:e988aff56f496ecffe0e0a550923bed1699fd7e1c4f0750f7a3a85df1495a4a3 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:27:09.979Z] ===================================================== [Pipeline] echo [2020-10-07T19:27:10.042Z] taggedImages: [2020-10-07T19:27:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.53 [2020-10-07T19:27:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:10.042Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-07T19:27:10.123Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-07T19:27:10.124Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:10.124Z] 1.2.2-dev.53 [2020-10-07T19:27:10.124Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:10.124Z] master [2020-10-07T19:27:10.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:10.723Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:11.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:11.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T19:27:11.068Z] 9894de1a8c82: Preparing [2020-10-07T19:27:11.068Z] 8f735fce0926: Preparing [2020-10-07T19:27:11.068Z] d36b18485cae: Preparing [2020-10-07T19:27:11.343Z] 9894de1a8c82: Pushed [2020-10-07T19:27:11.343Z] d36b18485cae: Pushed [2020-10-07T19:27:14.777Z] 8f735fce0926: Pushed [2020-10-07T19:27:14.777Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:3757ad79866b8cafd463affa86481092573442008b87a63363997ff0798a599e size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:15.123Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:15.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.53 [2020-10-07T19:27:15.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T19:27:15.467Z] 9894de1a8c82: Preparing [2020-10-07T19:27:15.467Z] 8f735fce0926: Preparing [2020-10-07T19:27:15.467Z] d36b18485cae: Preparing [2020-10-07T19:27:15.739Z] d36b18485cae: Layer already exists [2020-10-07T19:27:15.739Z] 8f735fce0926: Layer already exists [2020-10-07T19:27:15.739Z] 9894de1a8c82: Layer already exists [2020-10-07T19:27:15.739Z] 1.2.2-dev.53: digest: sha256:3757ad79866b8cafd463affa86481092573442008b87a63363997ff0798a599e size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:16.083Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:16.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:16.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T19:27:16.423Z] 9894de1a8c82: Preparing [2020-10-07T19:27:16.423Z] 8f735fce0926: Preparing [2020-10-07T19:27:16.423Z] d36b18485cae: Preparing [2020-10-07T19:27:16.697Z] 9894de1a8c82: Layer already exists [2020-10-07T19:27:16.697Z] d36b18485cae: Layer already exists [2020-10-07T19:27:16.697Z] 8f735fce0926: Layer already exists [2020-10-07T19:27:16.697Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:3757ad79866b8cafd463affa86481092573442008b87a63363997ff0798a599e size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:17.045Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:17.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-07T19:27:17.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T19:27:17.387Z] 9894de1a8c82: Preparing [2020-10-07T19:27:17.387Z] 8f735fce0926: Preparing [2020-10-07T19:27:17.387Z] d36b18485cae: Preparing [2020-10-07T19:27:17.659Z] d36b18485cae: Layer already exists [2020-10-07T19:27:17.659Z] 8f735fce0926: Layer already exists [2020-10-07T19:27:17.659Z] 9894de1a8c82: Layer already exists [2020-10-07T19:27:17.659Z] master: digest: sha256:3757ad79866b8cafd463affa86481092573442008b87a63363997ff0798a599e size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:27:17.868Z] ===================================================== [Pipeline] echo [2020-10-07T19:27:17.910Z] taggedImages: [2020-10-07T19:27:17.910Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:17.910Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.53 [2020-10-07T19:27:17.910Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:17.910Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-07T19:27:17.969Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-07T19:27:17.969Z] afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:17.969Z] 1.2.2-dev.53 [2020-10-07T19:27:17.969Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:17.969Z] master [2020-10-07T19:27:17.969Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:18.553Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:18.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:18.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T19:27:18.893Z] ba618cbd7a0a: Preparing [2020-10-07T19:27:18.893Z] 7c6efca4ebe4: Preparing [2020-10-07T19:27:18.893Z] f2d2a8af0fa9: Preparing [2020-10-07T19:27:18.893Z] 92d82a96c02a: Preparing [2020-10-07T19:27:18.893Z] 1409066080f7: Preparing [2020-10-07T19:27:18.893Z] b9aa64b68918: Preparing [2020-10-07T19:27:18.893Z] 9fd6769d89f1: Preparing [2020-10-07T19:27:18.893Z] f875f9e206db: Preparing [2020-10-07T19:27:18.893Z] 3994ac1dcb8b: Preparing [2020-10-07T19:27:18.893Z] 5f2247eaf593: Preparing [2020-10-07T19:27:18.893Z] 62d13be1b083: Preparing [2020-10-07T19:27:18.893Z] 94fdc660876c: Preparing [2020-10-07T19:27:18.893Z] 4e7279dfc0c0: Preparing [2020-10-07T19:27:18.893Z] e2f13739ad41: Preparing [2020-10-07T19:27:18.893Z] 5f2247eaf593: Waiting [2020-10-07T19:27:18.893Z] b9aa64b68918: Waiting [2020-10-07T19:27:18.893Z] 9fd6769d89f1: Waiting [2020-10-07T19:27:18.893Z] f875f9e206db: Waiting [2020-10-07T19:27:18.893Z] 4e7279dfc0c0: Waiting [2020-10-07T19:27:18.893Z] 3994ac1dcb8b: Waiting [2020-10-07T19:27:18.893Z] e2f13739ad41: Waiting [2020-10-07T19:27:18.893Z] 62d13be1b083: Waiting [2020-10-07T19:27:18.893Z] 94fdc660876c: Waiting [2020-10-07T19:27:19.504Z] 1409066080f7: Pushed [2020-10-07T19:27:19.780Z] ba618cbd7a0a: Pushed [2020-10-07T19:27:20.384Z] 92d82a96c02a: Pushed [2020-10-07T19:27:20.384Z] f875f9e206db: Layer already exists [2020-10-07T19:27:20.384Z] 3994ac1dcb8b: Layer already exists [2020-10-07T19:27:20.384Z] 9fd6769d89f1: Pushed [2020-10-07T19:27:20.660Z] 5f2247eaf593: Layer already exists [2020-10-07T19:27:20.660Z] 62d13be1b083: Layer already exists [2020-10-07T19:27:20.660Z] 94fdc660876c: Layer already exists [2020-10-07T19:27:20.660Z] e2f13739ad41: Layer already exists [2020-10-07T19:27:20.660Z] 4e7279dfc0c0: Layer already exists [2020-10-07T19:27:21.255Z] 7c6efca4ebe4: Pushed [2020-10-07T19:27:21.846Z] b9aa64b68918: Pushed [2020-10-07T19:27:31.960Z] f2d2a8af0fa9: Pushed [2020-10-07T19:27:31.960Z] afa01c67d948f97462ea06f3d0e340c600f01233: digest: sha256:d3ac2aab6b67ec1b6dadfc93d52e59a77a6ce4a11cbf5421b7fc1db1028b0535 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:32.576Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:32.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.53 [2020-10-07T19:27:32.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T19:27:32.912Z] ba618cbd7a0a: Preparing [2020-10-07T19:27:32.912Z] 7c6efca4ebe4: Preparing [2020-10-07T19:27:32.912Z] f2d2a8af0fa9: Preparing [2020-10-07T19:27:32.912Z] 92d82a96c02a: Preparing [2020-10-07T19:27:32.912Z] 1409066080f7: Preparing [2020-10-07T19:27:32.912Z] b9aa64b68918: Preparing [2020-10-07T19:27:32.912Z] 9fd6769d89f1: Preparing [2020-10-07T19:27:32.912Z] f875f9e206db: Preparing [2020-10-07T19:27:32.912Z] 3994ac1dcb8b: Preparing [2020-10-07T19:27:32.912Z] 5f2247eaf593: Preparing [2020-10-07T19:27:32.912Z] 62d13be1b083: Preparing [2020-10-07T19:27:32.912Z] 94fdc660876c: Preparing [2020-10-07T19:27:32.912Z] 4e7279dfc0c0: Preparing [2020-10-07T19:27:32.912Z] e2f13739ad41: Preparing [2020-10-07T19:27:32.912Z] b9aa64b68918: Waiting [2020-10-07T19:27:32.912Z] 9fd6769d89f1: Waiting [2020-10-07T19:27:32.912Z] 5f2247eaf593: Waiting [2020-10-07T19:27:32.912Z] 62d13be1b083: Waiting [2020-10-07T19:27:32.912Z] 94fdc660876c: Waiting [2020-10-07T19:27:32.912Z] 4e7279dfc0c0: Waiting [2020-10-07T19:27:32.912Z] e2f13739ad41: Waiting [2020-10-07T19:27:32.912Z] f875f9e206db: Waiting [2020-10-07T19:27:32.912Z] 3994ac1dcb8b: Waiting [2020-10-07T19:27:33.183Z] 7c6efca4ebe4: Layer already exists [2020-10-07T19:27:33.183Z] 1409066080f7: Layer already exists [2020-10-07T19:27:33.183Z] ba618cbd7a0a: Layer already exists [2020-10-07T19:27:33.183Z] 92d82a96c02a: Layer already exists [2020-10-07T19:27:33.183Z] f2d2a8af0fa9: Layer already exists [2020-10-07T19:27:33.183Z] b9aa64b68918: Layer already exists [2020-10-07T19:27:33.183Z] 9fd6769d89f1: Layer already exists [2020-10-07T19:27:33.183Z] 3994ac1dcb8b: Layer already exists [2020-10-07T19:27:33.183Z] f875f9e206db: Layer already exists [2020-10-07T19:27:33.183Z] 5f2247eaf593: Layer already exists [2020-10-07T19:27:33.183Z] 62d13be1b083: Layer already exists [2020-10-07T19:27:33.183Z] 94fdc660876c: Layer already exists [2020-10-07T19:27:33.183Z] 4e7279dfc0c0: Layer already exists [2020-10-07T19:27:33.183Z] e2f13739ad41: Layer already exists [2020-10-07T19:27:33.183Z] 1.2.2-dev.53: digest: sha256:d3ac2aab6b67ec1b6dadfc93d52e59a77a6ce4a11cbf5421b7fc1db1028b0535 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:33.523Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:33.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:33.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T19:27:33.856Z] ba618cbd7a0a: Preparing [2020-10-07T19:27:33.856Z] 7c6efca4ebe4: Preparing [2020-10-07T19:27:33.856Z] f2d2a8af0fa9: Preparing [2020-10-07T19:27:33.856Z] 92d82a96c02a: Preparing [2020-10-07T19:27:33.856Z] 1409066080f7: Preparing [2020-10-07T19:27:33.856Z] b9aa64b68918: Preparing [2020-10-07T19:27:33.856Z] 9fd6769d89f1: Preparing [2020-10-07T19:27:33.856Z] f875f9e206db: Preparing [2020-10-07T19:27:33.856Z] 3994ac1dcb8b: Preparing [2020-10-07T19:27:33.856Z] 5f2247eaf593: Preparing [2020-10-07T19:27:33.856Z] 62d13be1b083: Preparing [2020-10-07T19:27:33.856Z] 94fdc660876c: Preparing [2020-10-07T19:27:33.856Z] 4e7279dfc0c0: Preparing [2020-10-07T19:27:33.856Z] e2f13739ad41: Preparing [2020-10-07T19:27:33.856Z] 3994ac1dcb8b: Waiting [2020-10-07T19:27:33.856Z] 5f2247eaf593: Waiting [2020-10-07T19:27:33.856Z] 94fdc660876c: Waiting [2020-10-07T19:27:33.856Z] 62d13be1b083: Waiting [2020-10-07T19:27:33.856Z] 9fd6769d89f1: Waiting [2020-10-07T19:27:33.856Z] 4e7279dfc0c0: Waiting [2020-10-07T19:27:33.856Z] e2f13739ad41: Waiting [2020-10-07T19:27:33.856Z] f875f9e206db: Waiting [2020-10-07T19:27:34.126Z] 7c6efca4ebe4: Layer already exists [2020-10-07T19:27:34.126Z] 1409066080f7: Layer already exists [2020-10-07T19:27:34.126Z] 92d82a96c02a: Layer already exists [2020-10-07T19:27:34.126Z] ba618cbd7a0a: Layer already exists [2020-10-07T19:27:34.126Z] f2d2a8af0fa9: Layer already exists [2020-10-07T19:27:34.126Z] b9aa64b68918: Layer already exists [2020-10-07T19:27:34.126Z] 3994ac1dcb8b: Layer already exists [2020-10-07T19:27:34.126Z] 9fd6769d89f1: Layer already exists [2020-10-07T19:27:34.126Z] 5f2247eaf593: Layer already exists [2020-10-07T19:27:34.126Z] f875f9e206db: Layer already exists [2020-10-07T19:27:34.126Z] 62d13be1b083: Layer already exists [2020-10-07T19:27:34.126Z] 94fdc660876c: Layer already exists [2020-10-07T19:27:34.126Z] 4e7279dfc0c0: Layer already exists [2020-10-07T19:27:34.126Z] e2f13739ad41: Layer already exists [2020-10-07T19:27:34.126Z] afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53: digest: sha256:d3ac2aab6b67ec1b6dadfc93d52e59a77a6ce4a11cbf5421b7fc1db1028b0535 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:34.503Z] + 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-07T19:27:34.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-07T19:27:34.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T19:27:34.838Z] ba618cbd7a0a: Preparing [2020-10-07T19:27:34.838Z] 7c6efca4ebe4: Preparing [2020-10-07T19:27:34.838Z] f2d2a8af0fa9: Preparing [2020-10-07T19:27:34.838Z] 92d82a96c02a: Preparing [2020-10-07T19:27:34.838Z] 1409066080f7: Preparing [2020-10-07T19:27:34.838Z] b9aa64b68918: Preparing [2020-10-07T19:27:34.838Z] 9fd6769d89f1: Preparing [2020-10-07T19:27:34.838Z] f875f9e206db: Preparing [2020-10-07T19:27:34.838Z] 3994ac1dcb8b: Preparing [2020-10-07T19:27:34.838Z] 5f2247eaf593: Preparing [2020-10-07T19:27:34.838Z] 62d13be1b083: Preparing [2020-10-07T19:27:34.838Z] 94fdc660876c: Preparing [2020-10-07T19:27:34.838Z] 4e7279dfc0c0: Preparing [2020-10-07T19:27:34.838Z] e2f13739ad41: Preparing [2020-10-07T19:27:34.838Z] 3994ac1dcb8b: Waiting [2020-10-07T19:27:34.838Z] 5f2247eaf593: Waiting [2020-10-07T19:27:34.838Z] 62d13be1b083: Waiting [2020-10-07T19:27:34.838Z] 94fdc660876c: Waiting [2020-10-07T19:27:34.838Z] 4e7279dfc0c0: Waiting [2020-10-07T19:27:34.838Z] e2f13739ad41: Waiting [2020-10-07T19:27:34.838Z] b9aa64b68918: Waiting [2020-10-07T19:27:34.838Z] 9fd6769d89f1: Waiting [2020-10-07T19:27:34.838Z] f875f9e206db: Waiting [2020-10-07T19:27:35.109Z] 92d82a96c02a: Layer already exists [2020-10-07T19:27:35.109Z] ba618cbd7a0a: Layer already exists [2020-10-07T19:27:35.109Z] 1409066080f7: Layer already exists [2020-10-07T19:27:35.109Z] f2d2a8af0fa9: Layer already exists [2020-10-07T19:27:35.109Z] 7c6efca4ebe4: Layer already exists [2020-10-07T19:27:35.109Z] b9aa64b68918: Layer already exists [2020-10-07T19:27:35.109Z] f875f9e206db: Layer already exists [2020-10-07T19:27:35.109Z] 9fd6769d89f1: Layer already exists [2020-10-07T19:27:35.109Z] 5f2247eaf593: Layer already exists [2020-10-07T19:27:35.109Z] 62d13be1b083: Layer already exists [2020-10-07T19:27:35.109Z] 3994ac1dcb8b: Layer already exists [2020-10-07T19:27:35.109Z] 94fdc660876c: Layer already exists [2020-10-07T19:27:35.109Z] e2f13739ad41: Layer already exists [2020-10-07T19:27:35.109Z] 4e7279dfc0c0: Layer already exists [2020-10-07T19:27:35.109Z] master: digest: sha256:d3ac2aab6b67ec1b6dadfc93d52e59a77a6ce4a11cbf5421b7fc1db1028b0535 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T19:27:35.318Z] ===================================================== [Pipeline] echo [2020-10-07T19:27:35.360Z] taggedImages: [2020-10-07T19:27:35.360Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:27:35.360Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.53 [2020-10-07T19:27:35.360Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233-1.2.2-dev.53 [2020-10-07T19:27:35.360Z] - 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-07T19:27:37.105Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-07T19:27:37.107Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-07T19:27:37.157Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:37.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T19:27:37.503Z] [2020-10-07T19:27:37.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:27:37.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T19:27:37.851Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-07T19:27:37.851Z] cbdbe7a5bc2a: Already exists [2020-10-07T19:27:37.851Z] 408f87550127: Pulling fs layer [2020-10-07T19:27:37.851Z] fe522b08c979: Pulling fs layer [2020-10-07T19:27:37.851Z] 221eaa008020: Pulling fs layer [2020-10-07T19:27:37.851Z] 2a4607e5d6b9: Pulling fs layer [2020-10-07T19:27:37.851Z] 8f79b27c4fd2: Pulling fs layer [2020-10-07T19:27:37.851Z] e5c8dbe1645b: Pulling fs layer [2020-10-07T19:27:37.851Z] 23e8b3b47431: Pulling fs layer [2020-10-07T19:27:37.851Z] 5c568d65a230: Pulling fs layer [2020-10-07T19:27:37.851Z] e5c8dbe1645b: Waiting [2020-10-07T19:27:37.851Z] 23e8b3b47431: Waiting [2020-10-07T19:27:37.851Z] 5c568d65a230: Waiting [2020-10-07T19:27:37.851Z] 2a4607e5d6b9: Waiting [2020-10-07T19:27:37.851Z] 8f79b27c4fd2: Waiting [2020-10-07T19:27:37.851Z] fe522b08c979: Verifying Checksum [2020-10-07T19:27:37.851Z] fe522b08c979: Download complete [2020-10-07T19:27:37.851Z] 408f87550127: Download complete [2020-10-07T19:27:37.851Z] 2a4607e5d6b9: Verifying Checksum [2020-10-07T19:27:37.851Z] 2a4607e5d6b9: Download complete [2020-10-07T19:27:37.851Z] 8f79b27c4fd2: Download complete [2020-10-07T19:27:38.115Z] 408f87550127: Pull complete [2020-10-07T19:27:38.376Z] fe522b08c979: Pull complete [2020-10-07T19:27:39.762Z] e5c8dbe1645b: Download complete [2020-10-07T19:27:40.336Z] 23e8b3b47431: Verifying Checksum [2020-10-07T19:27:40.336Z] 23e8b3b47431: Download complete [2020-10-07T19:27:40.596Z] 5c568d65a230: Verifying Checksum [2020-10-07T19:27:40.596Z] 5c568d65a230: Download complete [2020-10-07T19:27:41.987Z] 221eaa008020: Verifying Checksum [2020-10-07T19:27:41.987Z] 221eaa008020: Download complete [2020-10-07T19:27:48.604Z] 221eaa008020: Pull complete [2020-10-07T19:27:48.604Z] 2a4607e5d6b9: Pull complete [2020-10-07T19:27:48.604Z] 8f79b27c4fd2: Pull complete [2020-10-07T19:27:52.861Z] e5c8dbe1645b: Pull complete [2020-10-07T19:27:57.080Z] 23e8b3b47431: Pull complete [2020-10-07T19:27:58.033Z] 5c568d65a230: Pull complete [2020-10-07T19:27:58.033Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-07T19:27:58.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T19:27:58.033Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-07T19:27:58.223Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:27:58.277Z] $ 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/168:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:27:59.547Z] $ docker top b39d850e7d6b5a4791a40b58f92ca62563f2a0aa508b4d957820a6421237fe8f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T19:28:00.118Z] + snyk monitor '--org=edgex-jenkins' [2020-10-07T19:28:26.742Z] [2020-10-07T19:28:26.742Z] Monitoring /w/workspace/edgex-go/168 (github.com/edgexfoundry/edgex-go)... [2020-10-07T19:28:26.742Z] [2020-10-07T19:28:26.742Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/8354960f-54ef-49d7-97e7-cad8b28c20ac [2020-10-07T19:28:26.742Z] [2020-10-07T19:28:26.742Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-07T19:28:26.742Z] [2020-10-07T19:28:26.742Z] [2020-10-07T19:28:26.742Z] Snyk CLI supports Node.js 8 and higher. [2020-10-07T19:28:26.742Z] 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-07T19:28:26.742Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-07T19:28:26.742Z] [2020-10-07T19:28:26.742Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-07T19:28:26.742Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-07T19:28:26.761Z] $ docker stop --time=1 b39d850e7d6b5a4791a40b58f92ca62563f2a0aa508b4d957820a6421237fe8f [2020-10-07T19:28:29.577Z] $ docker rm -f b39d850e7d6b5a4791a40b58f92ca62563f2a0aa508b4d957820a6421237fe8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:28:31.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:28:31.772Z] [2020-10-07T19:28:31.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:28:32.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:28:32.128Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-07T19:28:32.128Z] e7c96db7181b: Pulling fs layer [2020-10-07T19:28:32.128Z] 1868ca2cb446: Pulling fs layer [2020-10-07T19:28:32.128Z] 136be5d0fe8e: Pulling fs layer [2020-10-07T19:28:32.128Z] 894bfe63afcb: Pulling fs layer [2020-10-07T19:28:32.128Z] 894bfe63afcb: Waiting [2020-10-07T19:28:32.128Z] 1868ca2cb446: Verifying Checksum [2020-10-07T19:28:32.128Z] 1868ca2cb446: Download complete [2020-10-07T19:28:32.128Z] 136be5d0fe8e: Verifying Checksum [2020-10-07T19:28:32.128Z] 136be5d0fe8e: Download complete [2020-10-07T19:28:32.128Z] e7c96db7181b: Download complete [2020-10-07T19:28:32.390Z] 894bfe63afcb: Verifying Checksum [2020-10-07T19:28:32.390Z] 894bfe63afcb: Download complete [2020-10-07T19:28:32.656Z] e7c96db7181b: Pull complete [2020-10-07T19:28:32.656Z] 1868ca2cb446: Pull complete [2020-10-07T19:28:32.921Z] 136be5d0fe8e: Pull complete [2020-10-07T19:28:33.184Z] 894bfe63afcb: Pull complete [2020-10-07T19:28:33.184Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-07T19:28:33.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:28:33.184Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-07T19:28:33.280Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:28:33.327Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:28:34.106Z] $ docker top c896eab4c3c21435c27cd095f965c337f45be540ecae31b68901fa27b3f9f7e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:28:34.629Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:28:34.629Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:28:37.382Z] $ docker stop --time=1 c896eab4c3c21435c27cd095f965c337f45be540ecae31b68901fa27b3f9f7e0 [2020-10-07T19:28:38.717Z] $ docker rm -f c896eab4c3c21435c27cd095f965c337f45be540ecae31b68901fa27b3f9f7e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:28:39.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:28:39.187Z] . [Pipeline] withDockerContainer [2020-10-07T19:28:39.284Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:28:39.331Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:28:39.885Z] $ docker top 9d817d5715317e3678dc8a75c814334fe5b54a9cb996410e9ee51efbc569d194 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:28:40.504Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:28:40.504Z] + tee [2020-10-07T19:28:40.504Z] clair timeout 1m0s [2020-10-07T19:28:40.504Z] docker timeout: 1m0s [2020-10-07T19:28:40.504Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:28:41.205Z] $ docker stop --time=1 9d817d5715317e3678dc8a75c814334fe5b54a9cb996410e9ee51efbc569d194 [2020-10-07T19:28:42.532Z] $ docker rm -f 9d817d5715317e3678dc8a75c814334fe5b54a9cb996410e9ee51efbc569d194 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:28:42.994Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:28:43.008Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-core-command-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:28:43.061Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:28:43.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:28:43.429Z] . [Pipeline] withDockerContainer [2020-10-07T19:28:43.527Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:28:43.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:28:44.180Z] $ docker top 97333ace046bdd443c0ae096d6949ee235f907b33dc86b28ea08d396791ff650 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:28:44.699Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:28:44.699Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:28:50.290Z] $ docker stop --time=1 97333ace046bdd443c0ae096d6949ee235f907b33dc86b28ea08d396791ff650 [2020-10-07T19:28:51.642Z] $ docker rm -f 97333ace046bdd443c0ae096d6949ee235f907b33dc86b28ea08d396791ff650 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:28:52.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:28:52.133Z] . [Pipeline] withDockerContainer [2020-10-07T19:28:52.227Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:28:52.269Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:28:52.885Z] $ docker top c521a5386a9a64248ead5644c544615599ba608356711aa892c32ba2ec789e08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:28:53.487Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:28:53.487Z] + tee [2020-10-07T19:28:53.487Z] clair timeout 1m0s [2020-10-07T19:28:53.487Z] docker timeout: 1m0s [2020-10-07T19:28:53.487Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:28:54.543Z] $ docker stop --time=1 c521a5386a9a64248ead5644c544615599ba608356711aa892c32ba2ec789e08 [2020-10-07T19:28:55.901Z] $ docker rm -f c521a5386a9a64248ead5644c544615599ba608356711aa892c32ba2ec789e08 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:28:56.378Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:28:56.391Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-core-data-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:28:56.442Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:28:56.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:28:56.786Z] . [Pipeline] withDockerContainer [2020-10-07T19:28:56.882Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:28:56.926Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:28:57.866Z] $ docker top 02e0b7acaecb3e4a0f9f8651da51f27cf20cb9d9e40a87d45061f9874af6a3c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:28:58.402Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:28:58.402Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:01.092Z] $ docker stop --time=1 02e0b7acaecb3e4a0f9f8651da51f27cf20cb9d9e40a87d45061f9874af6a3c7 [2020-10-07T19:29:02.450Z] $ docker rm -f 02e0b7acaecb3e4a0f9f8651da51f27cf20cb9d9e40a87d45061f9874af6a3c7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:03.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:03.005Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:03.102Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:03.148Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:03.715Z] $ docker top 932f5f1ece74f4669762db5dd4ad42e75eaab5b18a1fc00e886c73ba4a69a1dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:04.217Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:29:04.217Z] + tee [2020-10-07T19:29:04.217Z] clair timeout 1m0s [2020-10-07T19:29:04.217Z] docker timeout: 1m0s [2020-10-07T19:29:04.217Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:04.893Z] $ docker stop --time=1 932f5f1ece74f4669762db5dd4ad42e75eaab5b18a1fc00e886c73ba4a69a1dd [2020-10-07T19:29:06.245Z] $ docker rm -f 932f5f1ece74f4669762db5dd4ad42e75eaab5b18a1fc00e886c73ba4a69a1dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:29:06.730Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:29:06.745Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-core-metadata-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:29:06.880Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:07.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:07.227Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:07.324Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:07.370Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:07.965Z] $ docker top 6f1fe55f220ab9d2d5f250bf6c87d23625dfbcdfe109651cdaceaae853b8323f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:08.469Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233+ [2020-10-07T19:29:08.469Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:12.851Z] $ docker stop --time=1 6f1fe55f220ab9d2d5f250bf6c87d23625dfbcdfe109651cdaceaae853b8323f [2020-10-07T19:29:14.179Z] $ docker rm -f 6f1fe55f220ab9d2d5f250bf6c87d23625dfbcdfe109651cdaceaae853b8323f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:14.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:14.634Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:14.733Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:14.775Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:15.364Z] $ docker top cd32f37127ef51a798d65dd066eb8c16c78fd3fdf87e15a15746ccebdb8b62ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:15.874Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:29:15.874Z] + tee [2020-10-07T19:29:15.874Z] clair timeout 1m0s [2020-10-07T19:29:15.874Z] docker timeout: 1m0s [2020-10-07T19:29:15.874Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:16.542Z] $ docker stop --time=1 cd32f37127ef51a798d65dd066eb8c16c78fd3fdf87e15a15746ccebdb8b62ff [2020-10-07T19:29:17.901Z] $ docker rm -f cd32f37127ef51a798d65dd066eb8c16c78fd3fdf87e15a15746ccebdb8b62ff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:29:18.383Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:29:18.396Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-security-proxy-setup-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:29:18.449Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:18.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:18.794Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:18.888Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:18.931Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:19.575Z] $ docker top 45ec3b8680ffed47f9f76d5b52346f3de61cad61882d157dc8305245438e7971 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:20.118Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:29:20.118Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:26.927Z] $ docker stop --time=1 45ec3b8680ffed47f9f76d5b52346f3de61cad61882d157dc8305245438e7971 [2020-10-07T19:29:28.670Z] $ docker rm -f 45ec3b8680ffed47f9f76d5b52346f3de61cad61882d157dc8305245438e7971 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:29.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:29.138Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:29.239Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:29.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:29.924Z] $ docker top 5b08a965492c79c84d831f441eac6ffd18ae12c672496fc8f51ba8677480673f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:30.613Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:29:30.613Z] + tee [2020-10-07T19:29:30.613Z] clair timeout 1m0s [2020-10-07T19:29:30.613Z] docker timeout: 1m0s [2020-10-07T19:29:30.613Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:32.127Z] $ docker stop --time=1 5b08a965492c79c84d831f441eac6ffd18ae12c672496fc8f51ba8677480673f [2020-10-07T19:29:33.456Z] $ docker rm -f 5b08a965492c79c84d831f441eac6ffd18ae12c672496fc8f51ba8677480673f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:29:33.904Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:29:33.917Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-security-secrets-setup-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:29:33.968Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:34.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:34.310Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:34.408Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:34.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:35.057Z] $ docker top 5308f953bc405cc9f27c29d914a92965f6da8005ac66c92b87b0456b16d3afc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:35.588Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:29:35.588Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:43.909Z] $ docker stop --time=1 5308f953bc405cc9f27c29d914a92965f6da8005ac66c92b87b0456b16d3afc4 [2020-10-07T19:29:45.248Z] $ docker rm -f 5308f953bc405cc9f27c29d914a92965f6da8005ac66c92b87b0456b16d3afc4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:45.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:45.707Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:45.798Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:45.843Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:46.464Z] $ docker top 3cb146d49f2edb3d361802d7e9178c9110ea519d6e4103bad27bce4caec36e08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:47.019Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:29:47.019Z] + tee [2020-10-07T19:29:47.019Z] clair timeout 1m0s [2020-10-07T19:29:47.019Z] docker timeout: 1m0s [2020-10-07T19:29:47.019Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:50.556Z] $ docker stop --time=1 3cb146d49f2edb3d361802d7e9178c9110ea519d6e4103bad27bce4caec36e08 [2020-10-07T19:29:51.882Z] $ docker rm -f 3cb146d49f2edb3d361802d7e9178c9110ea519d6e4103bad27bce4caec36e08 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:29:52.342Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:29:52.385Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-security-secretstore-setup-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:29:52.449Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:52.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:52.796Z] . [Pipeline] withDockerContainer [2020-10-07T19:29:52.926Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:29:52.967Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:29:53.567Z] $ docker top 1beb7aa5d1e0e475f3470f2fc956521e4e858f93d0f1276339e9cbc2643f621b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:29:54.330Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:29:54.330Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:29:58.021Z] $ docker stop --time=1 1beb7aa5d1e0e475f3470f2fc956521e4e858f93d0f1276339e9cbc2643f621b [2020-10-07T19:29:59.436Z] $ docker rm -f 1beb7aa5d1e0e475f3470f2fc956521e4e858f93d0f1276339e9cbc2643f621b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:29:59.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:29:59.935Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:00.046Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:00.094Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:00.749Z] $ docker top 7aaa9e34320c88e59a9c49b085bc1b775fd201709bfbffc3d749b277bfe4aeee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:01.269Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:01.269Z] + tee [2020-10-07T19:30:01.269Z] clair timeout 1m0s [2020-10-07T19:30:01.269Z] docker timeout: 1m0s [2020-10-07T19:30:01.269Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:02.359Z] $ docker stop --time=1 7aaa9e34320c88e59a9c49b085bc1b775fd201709bfbffc3d749b277bfe4aeee [2020-10-07T19:30:03.697Z] $ docker rm -f 7aaa9e34320c88e59a9c49b085bc1b775fd201709bfbffc3d749b277bfe4aeee [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:30:04.147Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:30:04.159Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-support-logging-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:30:04.211Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:04.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:04.554Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:04.648Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:04.694Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:05.254Z] $ docker top d473f8c5744af63e13fc1bda9a61043e2d102a266bf236ae140522e2a03e6c86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:06.010Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:06.011Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:11.482Z] $ docker stop --time=1 d473f8c5744af63e13fc1bda9a61043e2d102a266bf236ae140522e2a03e6c86 [2020-10-07T19:30:12.798Z] $ docker rm -f d473f8c5744af63e13fc1bda9a61043e2d102a266bf236ae140522e2a03e6c86 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:13.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:13.270Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:13.366Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:13.412Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:14.049Z] $ docker top c0b452f6ea0267673fd67273849a8290bd73884412d5cab571cd6cf4e9ec3c89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:14.570Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:14.570Z] + tee [2020-10-07T19:30:14.570Z] clair timeout 1m0s [2020-10-07T19:30:14.570Z] docker timeout: 1m0s [2020-10-07T19:30:14.570Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:15.670Z] $ docker stop --time=1 c0b452f6ea0267673fd67273849a8290bd73884412d5cab571cd6cf4e9ec3c89 [2020-10-07T19:30:17.013Z] $ docker rm -f c0b452f6ea0267673fd67273849a8290bd73884412d5cab571cd6cf4e9ec3c89 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:30:17.467Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:30:17.479Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-support-notifications-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:30:17.526Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:17.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:17.861Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:17.952Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:17.992Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:18.634Z] $ docker top 0cf7eeebb62903dacc12aa4aeddc79130eb32cd58b3e0f6e7b44818bf8ecdf9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:19.169Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:19.169Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:21.871Z] $ docker stop --time=1 0cf7eeebb62903dacc12aa4aeddc79130eb32cd58b3e0f6e7b44818bf8ecdf9b [2020-10-07T19:30:23.236Z] $ docker rm -f 0cf7eeebb62903dacc12aa4aeddc79130eb32cd58b3e0f6e7b44818bf8ecdf9b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:23.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:23.707Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:23.807Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:23.857Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:24.519Z] $ docker top 012db5da26c7d5245ef78f03500794e217a7702fc2f92c41b51c0559b0186338 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:25.044Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:25.044Z] + tee [2020-10-07T19:30:25.044Z] clair timeout 1m0s [2020-10-07T19:30:25.044Z] docker timeout: 1m0s [2020-10-07T19:30:25.044Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:25.832Z] $ docker stop --time=1 012db5da26c7d5245ef78f03500794e217a7702fc2f92c41b51c0559b0186338 [2020-10-07T19:30:27.608Z] $ docker rm -f 012db5da26c7d5245ef78f03500794e217a7702fc2f92c41b51c0559b0186338 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:30:28.072Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:30:28.083Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-support-scheduler-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:30:28.179Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:28.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:28.521Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:28.615Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:28.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:29.234Z] $ docker top f71d3aa501ce69427324a4423d3d5b7e73dccbe5b6207cdd6152c72579349d2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:29.756Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:29.756Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:44.904Z] $ docker stop --time=1 f71d3aa501ce69427324a4423d3d5b7e73dccbe5b6207cdd6152c72579349d2c [2020-10-07T19:30:46.274Z] $ docker rm -f f71d3aa501ce69427324a4423d3d5b7e73dccbe5b6207cdd6152c72579349d2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:46.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:46.739Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:46.833Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:46.874Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:47.564Z] $ docker top 7aa233e16e915640ba2308d5ee1f7a3b18b11f8c6115fa9cca3f054c87b6697c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:48.104Z] + + tee/klar [2020-10-07T19:30:48.104Z] nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:48.104Z] clair timeout 1m0s [2020-10-07T19:30:48.104Z] docker timeout: 1m0s [2020-10-07T19:30:48.104Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:50.755Z] $ docker stop --time=1 7aa233e16e915640ba2308d5ee1f7a3b18b11f8c6115fa9cca3f054c87b6697c [2020-10-07T19:30:52.106Z] $ docker rm -f 7aa233e16e915640ba2308d5ee1f7a3b18b11f8c6115fa9cca3f054c87b6697c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:30:52.583Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:30:52.596Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-sys-mgmt-agent-go_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:30:52.664Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:53.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:53.012Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:53.108Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:53.157Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:53.855Z] $ docker top 6da4e7e9f64a050387e71b9e50f3f89422a3e1216cb310e0045d31abd48f7e9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:30:54.366Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:30:54.366Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:30:57.071Z] $ docker stop --time=1 6da4e7e9f64a050387e71b9e50f3f89422a3e1216cb310e0045d31abd48f7e9d [2020-10-07T19:30:58.439Z] $ docker rm -f 6da4e7e9f64a050387e71b9e50f3f89422a3e1216cb310e0045d31abd48f7e9d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:30:58.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:30:58.909Z] . [Pipeline] withDockerContainer [2020-10-07T19:30:59.008Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:30:59.055Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:30:59.615Z] $ docker top bcb20ce9c3e8482fe881aef7ed965c5d0286cfde2ef21adf99649c71eae5644e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:00.122Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:00.122Z] + tee [2020-10-07T19:31:00.122Z] clair timeout 1m0s [2020-10-07T19:31:00.122Z] docker timeout: 1m0s [2020-10-07T19:31:00.122Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:00.872Z] $ docker stop --time=1 bcb20ce9c3e8482fe881aef7ed965c5d0286cfde2ef21adf99649c71eae5644e [2020-10-07T19:31:02.243Z] $ docker rm -f bcb20ce9c3e8482fe881aef7ed965c5d0286cfde2ef21adf99649c71eae5644e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:31:02.755Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:31:02.768Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-core-command-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:31:02.821Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:03.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:03.153Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:03.251Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:03.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:04.048Z] $ docker top 6dc765a8c7777c8b095ae45b6dc5f09e296a18cab9c18a79f27286d81d0b0efe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:04.553Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:04.553Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:09.981Z] $ docker stop --time=1 6dc765a8c7777c8b095ae45b6dc5f09e296a18cab9c18a79f27286d81d0b0efe [2020-10-07T19:31:11.356Z] $ docker rm -f 6dc765a8c7777c8b095ae45b6dc5f09e296a18cab9c18a79f27286d81d0b0efe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:11.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:11.861Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:11.972Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:12.014Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:12.672Z] $ docker top 712e03d966ff40b0368fb743c00985c489d2da14d2dcc5670d54219919ee7c82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:13.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:13.204Z] + tee [2020-10-07T19:31:13.204Z] clair timeout 1m0s [2020-10-07T19:31:13.204Z] docker timeout: 1m0s [2020-10-07T19:31:13.204Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:14.242Z] $ docker stop --time=1 712e03d966ff40b0368fb743c00985c489d2da14d2dcc5670d54219919ee7c82 [2020-10-07T19:31:15.589Z] $ docker rm -f 712e03d966ff40b0368fb743c00985c489d2da14d2dcc5670d54219919ee7c82 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:31:16.039Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:31:16.051Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-core-data-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:31:16.103Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:16.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:16.435Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:16.529Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:16.572Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:17.159Z] $ docker top 731a3a128cc9bbe10096dcd75105ca20b2ecbbc6ca5625ee3fecf58e48cd0919 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:17.719Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:17.719Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:20.481Z] $ docker stop --time=1 731a3a128cc9bbe10096dcd75105ca20b2ecbbc6ca5625ee3fecf58e48cd0919 [2020-10-07T19:31:21.840Z] $ docker rm -f 731a3a128cc9bbe10096dcd75105ca20b2ecbbc6ca5625ee3fecf58e48cd0919 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:22.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:22.315Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:22.419Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:22.463Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:23.112Z] $ docker top b8ac66216cbec09624efa72de5a732845b09b10efabb891ceae220cebdd6961e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:23.742Z] + tee [2020-10-07T19:31:23.742Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:23.742Z] clair timeout 1m0s [2020-10-07T19:31:23.742Z] docker timeout: 1m0s [2020-10-07T19:31:23.742Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:24.411Z] $ docker stop --time=1 b8ac66216cbec09624efa72de5a732845b09b10efabb891ceae220cebdd6961e [2020-10-07T19:31:25.768Z] $ docker rm -f b8ac66216cbec09624efa72de5a732845b09b10efabb891ceae220cebdd6961e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:31:26.283Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:31:26.296Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-core-metadata-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:31:26.346Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:26.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:26.684Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:26.785Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:26.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:27.597Z] $ docker top 4ec3408a09832300ab4908a2add624304eb0ec20baaa1ed233bd5f1872a7d201 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:28.135Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:28.135Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:33.591Z] $ docker stop --time=1 4ec3408a09832300ab4908a2add624304eb0ec20baaa1ed233bd5f1872a7d201 [2020-10-07T19:31:34.928Z] $ docker rm -f 4ec3408a09832300ab4908a2add624304eb0ec20baaa1ed233bd5f1872a7d201 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:35.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:35.397Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:35.493Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:35.534Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:36.086Z] $ docker top 5c2f87deb3bd20aa374b8cb7322ee8cb914a137cb6d69cce876f4d0137d881e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:36.595Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:36.595Z] + tee [2020-10-07T19:31:36.595Z] clair timeout 1m0s [2020-10-07T19:31:36.595Z] docker timeout: 1m0s [2020-10-07T19:31:36.595Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:37.278Z] $ docker stop --time=1 5c2f87deb3bd20aa374b8cb7322ee8cb914a137cb6d69cce876f4d0137d881e9 [2020-10-07T19:31:38.620Z] $ docker rm -f 5c2f87deb3bd20aa374b8cb7322ee8cb914a137cb6d69cce876f4d0137d881e9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:31:39.129Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:31:39.142Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:31:39.194Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:39.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:39.538Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:39.632Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:39.674Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:40.240Z] $ docker top 4dff1aac3253dfd9c908997cd05698469e346f639054797919aa44c50c4af119 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:40.751Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:40.751Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:47.655Z] $ docker stop --time=1 4dff1aac3253dfd9c908997cd05698469e346f639054797919aa44c50c4af119 [2020-10-07T19:31:49.055Z] $ docker rm -f 4dff1aac3253dfd9c908997cd05698469e346f639054797919aa44c50c4af119 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:49.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:49.534Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:49.635Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:49.674Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:50.312Z] $ docker top 183d588a198eec03ff3cd9d1da8ad11a22f2e8ce5f74d64414c63d1136392c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:50.861Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:50.861Z] + tee [2020-10-07T19:31:50.861Z] clair timeout 1m0s [2020-10-07T19:31:50.861Z] docker timeout: 1m0s [2020-10-07T19:31:50.861Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:31:52.351Z] $ docker stop --time=1 183d588a198eec03ff3cd9d1da8ad11a22f2e8ce5f74d64414c63d1136392c2e [2020-10-07T19:31:53.756Z] $ docker rm -f 183d588a198eec03ff3cd9d1da8ad11a22f2e8ce5f74d64414c63d1136392c2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:31:54.228Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:31:54.269Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:31:54.323Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:31:54.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:31:54.717Z] . [Pipeline] withDockerContainer [2020-10-07T19:31:54.818Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:31:54.860Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:31:55.489Z] $ docker top d96f764d8502edf4aa8f8d48f66754eb23d1d60985b3293271b7208eafd9dcaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:31:56.027Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:31:56.027Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:04.318Z] $ docker stop --time=1 d96f764d8502edf4aa8f8d48f66754eb23d1d60985b3293271b7208eafd9dcaf [2020-10-07T19:32:05.685Z] $ docker rm -f d96f764d8502edf4aa8f8d48f66754eb23d1d60985b3293271b7208eafd9dcaf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:06.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:06.163Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:06.258Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:06.307Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:06.924Z] $ docker top 95508016a6af8118479d81338558a88dc92fc1c2c1cb55dcfdffa7facf080593 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:07.493Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:07.494Z] + tee [2020-10-07T19:32:07.494Z] clair timeout 1m0s [2020-10-07T19:32:07.494Z] docker timeout: 1m0s [2020-10-07T19:32:07.494Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:08.985Z] $ docker stop --time=1 95508016a6af8118479d81338558a88dc92fc1c2c1cb55dcfdffa7facf080593 [2020-10-07T19:32:10.337Z] $ docker rm -f 95508016a6af8118479d81338558a88dc92fc1c2c1cb55dcfdffa7facf080593 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:32:10.810Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:32:10.825Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:32:10.897Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:11.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:11.237Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:11.336Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:11.380Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:11.922Z] $ docker top eb0b05a5883a3a31ddcbe717a59ae0e8b8c7112a49fc3e804b6f7deba8af8e6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:12.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:12.427Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:15.931Z] $ docker stop --time=1 eb0b05a5883a3a31ddcbe717a59ae0e8b8c7112a49fc3e804b6f7deba8af8e6d [2020-10-07T19:32:17.358Z] $ docker rm -f eb0b05a5883a3a31ddcbe717a59ae0e8b8c7112a49fc3e804b6f7deba8af8e6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:17.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:17.836Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:17.935Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:17.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:18.546Z] $ docker top 2c3f06b3e9027ff5431d1a4f76a9a47755c7976c58710f8c4e4749b6c5b66e12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:19.062Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:19.062Z] + tee [2020-10-07T19:32:19.062Z] clair timeout 1m0s [2020-10-07T19:32:19.062Z] docker timeout: 1m0s [2020-10-07T19:32:19.062Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:19.744Z] $ docker stop --time=1 2c3f06b3e9027ff5431d1a4f76a9a47755c7976c58710f8c4e4749b6c5b66e12 [2020-10-07T19:32:21.072Z] $ docker rm -f 2c3f06b3e9027ff5431d1a4f76a9a47755c7976c58710f8c4e4749b6c5b66e12 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:32:21.555Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:32:21.568Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-support-logging-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:32:21.627Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:21.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:21.979Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:22.074Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:22.116Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:22.742Z] $ docker top 9454de28d715eab82bc81b4648b26dcee8e55cf9373efb44cac42904ed4be605 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:23.251Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:23.251Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:28.834Z] $ docker stop --time=1 9454de28d715eab82bc81b4648b26dcee8e55cf9373efb44cac42904ed4be605 [2020-10-07T19:32:30.187Z] $ docker rm -f 9454de28d715eab82bc81b4648b26dcee8e55cf9373efb44cac42904ed4be605 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:30.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:30.679Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:30.775Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:30.822Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:31.400Z] $ docker top 485de4c2f81b808f73ffb4936ba01b2d8b572d54de90d3ec1250b2b042f45a02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:31.936Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:31.936Z] + tee [2020-10-07T19:32:31.936Z] clair timeout 1m0s [2020-10-07T19:32:31.936Z] docker timeout: 1m0s [2020-10-07T19:32:31.936Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:32.989Z] $ docker stop --time=1 485de4c2f81b808f73ffb4936ba01b2d8b572d54de90d3ec1250b2b042f45a02 [2020-10-07T19:32:34.327Z] $ docker rm -f 485de4c2f81b808f73ffb4936ba01b2d8b572d54de90d3ec1250b2b042f45a02 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:32:34.796Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:32:34.813Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-support-notifications-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:32:34.876Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:35.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:35.219Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:35.322Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:35.378Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:36.035Z] $ docker top 3656aed9e908a1cbb73f784ca6dc808117f8f8b9ca49e28d3f3e28089b0a94f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:36.807Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:36.807Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:39.505Z] $ docker stop --time=1 3656aed9e908a1cbb73f784ca6dc808117f8f8b9ca49e28d3f3e28089b0a94f4 [2020-10-07T19:32:40.821Z] $ docker rm -f 3656aed9e908a1cbb73f784ca6dc808117f8f8b9ca49e28d3f3e28089b0a94f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:41.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:41.295Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:41.388Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:41.430Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:42.010Z] $ docker top fef20f819e2e6e87f3f8f87412768695fd9f79d2183b8e388599586ee9de2812 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:42.525Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:42.525Z] + tee [2020-10-07T19:32:42.525Z] clair timeout 1m0s [2020-10-07T19:32:42.525Z] docker timeout: 1m0s [2020-10-07T19:32:42.525Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:32:43.214Z] $ docker stop --time=1 fef20f819e2e6e87f3f8f87412768695fd9f79d2183b8e388599586ee9de2812 [2020-10-07T19:32:44.538Z] $ docker rm -f fef20f819e2e6e87f3f8f87412768695fd9f79d2183b8e388599586ee9de2812 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:32:44.989Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:32:45.002Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-support-scheduler-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:32:45.055Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:32:45.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:32:45.413Z] . [Pipeline] withDockerContainer [2020-10-07T19:32:45.505Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:32:45.566Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:32:46.126Z] $ docker top f3d972ec97a17e906eaa3f90ac2f4390f0ef5b19e2219ac8170be7b18a05f7d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:32:46.645Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:32:46.645Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:33:01.823Z] $ docker stop --time=1 f3d972ec97a17e906eaa3f90ac2f4390f0ef5b19e2219ac8170be7b18a05f7d7 [2020-10-07T19:33:03.183Z] $ docker rm -f f3d972ec97a17e906eaa3f90ac2f4390f0ef5b19e2219ac8170be7b18a05f7d7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:33:03.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T19:33:03.713Z] . [Pipeline] withDockerContainer [2020-10-07T19:33:03.807Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:33:03.851Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:33:04.498Z] $ docker top 7e6c3d6d4529993a8bbf8ef2270eef4b90d2167e05ce986307b7677eb0dfb880 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T19:33:05.007Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:afa01c67d948f97462ea06f3d0e340c600f01233 [2020-10-07T19:33:05.008Z] + tee [2020-10-07T19:33:05.008Z] clair timeout 1m0s [2020-10-07T19:33:05.008Z] docker timeout: 1m0s [2020-10-07T19:33:05.008Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T19:33:06.507Z] $ docker stop --time=1 7e6c3d6d4529993a8bbf8ef2270eef4b90d2167e05ce986307b7677eb0dfb880 [2020-10-07T19:33:07.830Z] $ docker rm -f 7e6c3d6d4529993a8bbf8ef2270eef4b90d2167e05ce986307b7677eb0dfb880 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T19:33:08.311Z] + mkdir -p /w/workspace/edgex-go/168/clair-reports [Pipeline] echo [2020-10-07T19:33:08.324Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/168/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_afa01c67d948f97462ea06f3d0e340c600f01233.html [Pipeline] writeFile [Pipeline] step [2020-10-07T19:33:08.380Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-07T19:33:08.806Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T19:33:08.861Z] provisioning config files... [2020-10-07T19:33:08.876Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/168@tmp/config6296411713724374995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:33:09.279Z] --> edgex-publish-swagger.sh [2020-10-07T19:33:09.279Z] === Publish openapi/v1 API === [2020-10-07T19:33:09.279Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-07T19:33:09.279Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-07T19:33:09.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:09.279Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:10.662Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7238 0:00:01 0:00:01 --:--:-- 7245 100 10521 0 0 100 10521 0 7238 0:00:01 0:00:01 --:--:-- 7245 [2020-10-07T19:33:10.662Z] [2020-10-07T19:33:10.662Z] [2020-10-07T19:33:10.662Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-07T19:33:10.662Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:10.662Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:12.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27746 0:00:01 0:00:01 --:--:-- 27754 100 32556 0 0 100 32556 0 26847 0:00:01 0:00:01 --:--:-- 26861 [2020-10-07T19:33:12.052Z] [2020-10-07T19:33:12.052Z] [2020-10-07T19:33:12.052Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-07T19:33:12.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:12.052Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:13.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67827 0:00:01 0:00:01 --:--:-- 67882 [2020-10-07T19:33:13.001Z] [2020-10-07T19:33:13.001Z] [2020-10-07T19:33:13.001Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-07T19:33:13.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:13.001Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:14.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13087 0:00:01 0:00:01 --:--:-- 13095 100 13580 0 0 100 13580 0 13086 0:00:01 0:00:01 --:--:-- 13095 [2020-10-07T19:33:14.385Z] [2020-10-07T19:33:14.385Z] [2020-10-07T19:33:14.385Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-07T19:33:14.385Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:14.385Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:15.325Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 37530 0:00:01 0:00:01 --:--:-- 37537 100 38889 0 0 100 38889 0 37524 0:00:01 0:00:01 --:--:-- 37537 [2020-10-07T19:33:15.325Z] [2020-10-07T19:33:15.325Z] [2020-10-07T19:33:15.325Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-07T19:33:15.325Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:15.325Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:16.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12590 0:00:01 0:00:01 --:--:-- 12597 100 14248 0 0 100 14248 0 12588 0:00:01 0:00:01 --:--:-- 12597 [2020-10-07T19:33:16.269Z] [2020-10-07T19:33:16.269Z] [2020-10-07T19:33:16.269Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-07T19:33:16.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:16.269Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:17.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3965 0:00:01 0:00:01 --:--:-- 3970 100 4109 0 0 100 4109 0 3964 0:00:01 0:00:01 --:--:-- 3966 [2020-10-07T19:33:17.215Z] [2020-10-07T19:33:17.215Z] [2020-10-07T19:33:17.215Z] === Publish openapi/v2 API === [2020-10-07T19:33:17.215Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-07T19:33:17.476Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-07T19:33:17.476Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:17.476Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:18.418Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28976 0:00:01 0:00:01 --:--:-- 28987 100 30234 0 0 100 30234 0 28972 0:00:01 0:00:01 --:--:-- 28987 [2020-10-07T19:33:18.418Z] [2020-10-07T19:33:18.418Z] [2020-10-07T19:33:18.418Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-07T19:33:18.418Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:18.418Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:19.802Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 53753 0:00:01 0:00:01 --:--:-- 53780 100 58943 0 0 100 58943 0 53747 0:00:01 0:00:01 --:--:-- 53780 [2020-10-07T19:33:19.802Z] [2020-10-07T19:33:19.802Z] [2020-10-07T19:33:19.802Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-07T19:33:19.802Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:19.802Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:20.745Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 104k 0:00:01 0:00:01 --:--:-- 104k 100 114k 0 0 100 114k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2020-10-07T19:33:20.745Z] [2020-10-07T19:33:20.745Z] [2020-10-07T19:33:20.745Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-07T19:33:20.745Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:20.745Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:21.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 23997 0:00:01 0:00:01 --:--:-- 24004 100 26165 0 0 100 26165 0 23993 0:00:01 0:00:01 --:--:-- 24004 [2020-10-07T19:33:21.684Z] [2020-10-07T19:33:21.684Z] [2020-10-07T19:33:21.684Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-07T19:33:21.684Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:21.684Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:23.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 59280 0:00:01 0:00:01 --:--:-- 59317 100 63410 0 0 100 63410 0 59272 0:00:01 0:00:01 --:--:-- 59317 [2020-10-07T19:33:23.068Z] [2020-10-07T19:33:23.068Z] [2020-10-07T19:33:23.068Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-07T19:33:23.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:23.068Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:24.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 42310 0:00:01 0:00:01 --:--:-- 42324 100 46049 0 0 100 46049 0 42303 0:00:01 0:00:01 --:--:-- 42324 [2020-10-07T19:33:24.010Z] [2020-10-07T19:33:24.010Z] [2020-10-07T19:33:24.010Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-07T19:33:24.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T19:33:24.010Z] Dload Upload Total Spent Left Speed [2020-10-07T19:33:25.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 20603 0:00:01 0:00:01 --:--:-- 20592 100 24114 0 0 100 24114 0 18196 0:00:01 0:00:01 --:--:-- 18185 [2020-10-07T19:33:25.395Z] [2020-10-07T19:33:25.395Z] [Pipeline] } [2020-10-07T19:33:25.405Z] 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-07T19:33:35.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T19:33:35.964Z] . [Pipeline] withDockerContainer [2020-10-07T19:33:36.078Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:33:36.119Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:33:37.207Z] $ docker top 11e001b495c5bb21a644ab34e46e4f58c57c0ee4735b0b82a29777a6e02bda8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T19:33:37.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T19:33:37.533Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T19:33:37.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T19:33:37.765Z] $ docker exec 11e001b495c5bb21a644ab34e46e4f58c57c0ee4735b0b82a29777a6e02bda8b ssh-agent [2020-10-07T19:33:37.932Z] SSH_AUTH_SOCK=/tmp/ssh-JpgMc9HKvTZk/agent.12 [2020-10-07T19:33:37.932Z] SSH_AGENT_PID=17 [2020-10-07T19:33:37.940Z] Running ssh-add (command line suppressed) [2020-10-07T19:33:38.068Z] Identity added: /w/workspace/edgex-go/168@tmp/private_key_3064094616994346601.key (/w/workspace/edgex-go/168@tmp/private_key_3064094616994346601.key) [2020-10-07T19:33:38.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T19:33:38.470Z] + git semver tag [2020-10-07T19:33:38.732Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T19:33:38.732Z] # $GIT_DIR = /w/workspace/edgex-go/168/.git [2020-10-07T19:33:38.732Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/168 [2020-10-07T19:33:38.732Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T19:33:38.732Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T19:33:38.732Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T19:33:38.732Z] # $SEMVER_BRANCH = master [2020-10-07T19:33:38.732Z] # $SEMVER_DIR = /w/workspace/edgex-go/168/.semver [2020-10-07T19:33:38.732Z] # afa01c67d948f97462ea06f3d0e340c600f01233 HEAD [2020-10-07T19:33:38.994Z] # -> Force: false [2020-10-07T19:33:38.994Z] # bfd4e25ed4af9066bc6a50fa8e1e50f5366fe0ec refs/tags/v1.2.2-dev.53 [Pipeline] } [2020-10-07T19:33:39.006Z] $ docker exec --env ******** --env ******** 11e001b495c5bb21a644ab34e46e4f58c57c0ee4735b0b82a29777a6e02bda8b ssh-agent -k [2020-10-07T19:33:39.140Z] unset SSH_AUTH_SOCK; [2020-10-07T19:33:39.140Z] unset SSH_AGENT_PID; [2020-10-07T19:33:39.140Z] echo Agent pid 17 killed; [2020-10-07T19:33:39.189Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T19:33:39.656Z] + git semver [Pipeline] } [2020-10-07T19:33:39.673Z] $ docker stop --time=1 11e001b495c5bb21a644ab34e46e4f58c57c0ee4735b0b82a29777a6e02bda8b [2020-10-07T19:33:41.037Z] $ docker rm -f 11e001b495c5bb21a644ab34e46e4f58c57c0ee4735b0b82a29777a6e02bda8b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:33:41.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T19:33:41.688Z] [2020-10-07T19:33:41.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:33:42.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T19:33:42.048Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-07T19:33:42.048Z] ab5ef0e58194: Pulling fs layer [2020-10-07T19:33:42.048Z] 9712f1f96733: Pulling fs layer [2020-10-07T19:33:42.048Z] 63f879dbbcfc: Pulling fs layer [2020-10-07T19:33:42.048Z] 0d9ebad4ef96: Pulling fs layer [2020-10-07T19:33:42.048Z] e9a5061849ea: Pulling fs layer [2020-10-07T19:33:42.048Z] d747dcd14b5f: Pulling fs layer [2020-10-07T19:33:42.048Z] 2de7ff778b66: Pulling fs layer [2020-10-07T19:33:42.048Z] e9a5061849ea: Waiting [2020-10-07T19:33:42.048Z] 2de7ff778b66: Waiting [2020-10-07T19:33:42.048Z] d747dcd14b5f: Waiting [2020-10-07T19:33:42.048Z] 0d9ebad4ef96: Waiting [2020-10-07T19:33:42.048Z] 9712f1f96733: Verifying Checksum [2020-10-07T19:33:42.048Z] 9712f1f96733: Download complete [2020-10-07T19:33:43.961Z] 63f879dbbcfc: Download complete [2020-10-07T19:33:44.538Z] e9a5061849ea: Verifying Checksum [2020-10-07T19:33:44.538Z] e9a5061849ea: Download complete [2020-10-07T19:33:44.538Z] d747dcd14b5f: Verifying Checksum [2020-10-07T19:33:44.538Z] d747dcd14b5f: Download complete [2020-10-07T19:33:44.538Z] 0d9ebad4ef96: Verifying Checksum [2020-10-07T19:33:44.538Z] 0d9ebad4ef96: Download complete [2020-10-07T19:33:44.800Z] 2de7ff778b66: Verifying Checksum [2020-10-07T19:33:44.800Z] 2de7ff778b66: Download complete [2020-10-07T19:33:45.060Z] ab5ef0e58194: Verifying Checksum [2020-10-07T19:33:45.060Z] ab5ef0e58194: Download complete [2020-10-07T19:33:49.289Z] ab5ef0e58194: Pull complete [2020-10-07T19:33:49.289Z] 9712f1f96733: Pull complete [2020-10-07T19:33:51.842Z] 63f879dbbcfc: Pull complete [2020-10-07T19:33:58.450Z] 0d9ebad4ef96: Pull complete [2020-10-07T19:33:58.450Z] e9a5061849ea: Pull complete [2020-10-07T19:33:58.713Z] d747dcd14b5f: Pull complete [2020-10-07T19:34:02.026Z] 2de7ff778b66: Pull complete [2020-10-07T19:34:02.026Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-07T19:34:02.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T19:34:02.026Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-07T19:34:02.204Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:34:02.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:34:05.893Z] $ docker top 899f3b0a026b5da25f11107c8e0548e4256a439f1c495ad44bd6cee1db626e0e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-07T19:34:06.222Z] provisioning config files... [2020-10-07T19:34:06.233Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/168@tmp/config696176663838982159tmp [2020-10-07T19:34:06.251Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/168@tmp/config3045600531404957412tmp [2020-10-07T19:34:06.265Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/168@tmp/config3294595782984356258tmp [Pipeline] { [Pipeline] echo [2020-10-07T19:34:06.320Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:34:06.620Z] ---> sigul-configuration.sh [2020-10-07T19:34:06.620Z] gpg: directory `/root/.gnupg' created [2020-10-07T19:34:06.620Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-07T19:34:06.620Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-07T19:34:06.620Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-07T19:34:06.620Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-07T19:34:06.620Z] gpg: CAST5 encrypted data [2020-10-07T19:34:06.881Z] gpg: encrypted with 1 passphrase [2020-10-07T19:34:06.881Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-07T19:34:07.249Z] + mkdir /home/jenkins [2020-10-07T19:34:07.249Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-07T19:34:07.584Z] + 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-07T19:34:07.595Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:34:07.893Z] ---> sigul-install.sh [2020-10-07T19:34:13.193Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-07T19:34:14.268Z] + git tag --list [2020-10-07T19:34:14.268Z] 0.6.0 [2020-10-07T19:34:14.268Z] 0.6.1 [2020-10-07T19:34:14.268Z] 0.7.0 [2020-10-07T19:34:14.268Z] 0.7.1 [2020-10-07T19:34:14.268Z] v1.0.0 [2020-10-07T19:34:14.268Z] v1.0.1 [2020-10-07T19:34:14.268Z] v1.1.0 [2020-10-07T19:34:14.268Z] v1.2.0 [2020-10-07T19:34:14.268Z] v1.2.1 [2020-10-07T19:34:14.268Z] v1.2.2-dev.1 [2020-10-07T19:34:14.268Z] v1.2.2-dev.10 [2020-10-07T19:34:14.268Z] v1.2.2-dev.11 [2020-10-07T19:34:14.268Z] v1.2.2-dev.12 [2020-10-07T19:34:14.268Z] v1.2.2-dev.13 [2020-10-07T19:34:14.268Z] v1.2.2-dev.14 [2020-10-07T19:34:14.268Z] v1.2.2-dev.15 [2020-10-07T19:34:14.268Z] v1.2.2-dev.16 [2020-10-07T19:34:14.268Z] v1.2.2-dev.17 [2020-10-07T19:34:14.268Z] v1.2.2-dev.18 [2020-10-07T19:34:14.268Z] v1.2.2-dev.19 [2020-10-07T19:34:14.268Z] v1.2.2-dev.2 [2020-10-07T19:34:14.268Z] v1.2.2-dev.20 [2020-10-07T19:34:14.268Z] v1.2.2-dev.21 [2020-10-07T19:34:14.268Z] v1.2.2-dev.22 [2020-10-07T19:34:14.268Z] v1.2.2-dev.23 [2020-10-07T19:34:14.268Z] v1.2.2-dev.24 [2020-10-07T19:34:14.268Z] v1.2.2-dev.25 [2020-10-07T19:34:14.268Z] v1.2.2-dev.26 [2020-10-07T19:34:14.268Z] v1.2.2-dev.27 [2020-10-07T19:34:14.268Z] v1.2.2-dev.28 [2020-10-07T19:34:14.268Z] v1.2.2-dev.29 [2020-10-07T19:34:14.268Z] v1.2.2-dev.3 [2020-10-07T19:34:14.268Z] v1.2.2-dev.30 [2020-10-07T19:34:14.268Z] v1.2.2-dev.31 [2020-10-07T19:34:14.268Z] v1.2.2-dev.32 [2020-10-07T19:34:14.268Z] v1.2.2-dev.33 [2020-10-07T19:34:14.268Z] v1.2.2-dev.34 [2020-10-07T19:34:14.268Z] v1.2.2-dev.35 [2020-10-07T19:34:14.268Z] v1.2.2-dev.36 [2020-10-07T19:34:14.268Z] v1.2.2-dev.37 [2020-10-07T19:34:14.268Z] v1.2.2-dev.38 [2020-10-07T19:34:14.268Z] v1.2.2-dev.39 [2020-10-07T19:34:14.268Z] v1.2.2-dev.4 [2020-10-07T19:34:14.268Z] v1.2.2-dev.40 [2020-10-07T19:34:14.268Z] v1.2.2-dev.41 [2020-10-07T19:34:14.268Z] v1.2.2-dev.42 [2020-10-07T19:34:14.268Z] v1.2.2-dev.43 [2020-10-07T19:34:14.268Z] v1.2.2-dev.44 [2020-10-07T19:34:14.268Z] v1.2.2-dev.45 [2020-10-07T19:34:14.269Z] v1.2.2-dev.46 [2020-10-07T19:34:14.269Z] v1.2.2-dev.47 [2020-10-07T19:34:14.269Z] v1.2.2-dev.48 [2020-10-07T19:34:14.269Z] v1.2.2-dev.49 [2020-10-07T19:34:14.269Z] v1.2.2-dev.5 [2020-10-07T19:34:14.269Z] v1.2.2-dev.50 [2020-10-07T19:34:14.269Z] v1.2.2-dev.51 [2020-10-07T19:34:14.269Z] v1.2.2-dev.52 [2020-10-07T19:34:14.269Z] v1.2.2-dev.53 [2020-10-07T19:34:14.269Z] v1.2.2-dev.6 [2020-10-07T19:34:14.269Z] v1.2.2-dev.7 [2020-10-07T19:34:14.269Z] v1.2.2-dev.8 [2020-10-07T19:34:14.269Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-07T19:34:14.565Z] + lftools sign git-tag v1.2.2-dev.53 [2020-10-07T19:34:15.956Z] Signing Git tag with Sigul... [2020-10-07T19:34:15.956Z] Signing v1.2.2-dev.53 [Pipeline] echo [2020-10-07T19:34:16.909Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:34:17.201Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-07T19:34:17.210Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-07T19:34:17.300Z] $ docker stop --time=1 899f3b0a026b5da25f11107c8e0548e4256a439f1c495ad44bd6cee1db626e0e [2020-10-07T19:34:19.300Z] $ docker rm -f 899f3b0a026b5da25f11107c8e0548e4256a439f1c495ad44bd6cee1db626e0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:34:20.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T19:34:20.131Z] . [Pipeline] withDockerContainer [2020-10-07T19:34:20.228Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:34:20.271Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:34:20.987Z] $ docker top 1f36e13eb9d3cf594a56a4e11fa929d046e5b88f9682dd1b1e24ae8108eed5ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T19:34:21.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T19:34:21.283Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T19:34:21.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T19:34:21.480Z] $ docker exec 1f36e13eb9d3cf594a56a4e11fa929d046e5b88f9682dd1b1e24ae8108eed5ba ssh-agent [2020-10-07T19:34:21.643Z] SSH_AUTH_SOCK=/tmp/ssh-JMQ8SHYWpldc/agent.12 [2020-10-07T19:34:21.643Z] SSH_AGENT_PID=18 [2020-10-07T19:34:21.650Z] Running ssh-add (command line suppressed) [2020-10-07T19:34:21.773Z] Identity added: /w/workspace/edgex-go/168@tmp/private_key_6931247987393390616.key (/w/workspace/edgex-go/168@tmp/private_key_6931247987393390616.key) [2020-10-07T19:34:21.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T19:34:22.198Z] + git semver bump pre [2020-10-07T19:34:22.199Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T19:34:22.199Z] # $GIT_DIR = /w/workspace/edgex-go/168/.git [2020-10-07T19:34:22.199Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/168 [2020-10-07T19:34:22.199Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T19:34:22.199Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T19:34:22.199Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T19:34:22.199Z] # $SEMVER_BRANCH = master [2020-10-07T19:34:22.199Z] # $SEMVER_DIR = /w/workspace/edgex-go/168/.semver [2020-10-07T19:34:22.199Z] 1.2.2-dev.54 [Pipeline] } [2020-10-07T19:34:22.212Z] $ docker exec --env ******** --env ******** 1f36e13eb9d3cf594a56a4e11fa929d046e5b88f9682dd1b1e24ae8108eed5ba ssh-agent -k [2020-10-07T19:34:22.325Z] unset SSH_AUTH_SOCK; [2020-10-07T19:34:22.325Z] unset SSH_AGENT_PID; [2020-10-07T19:34:22.325Z] echo Agent pid 18 killed; [2020-10-07T19:34:22.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T19:34:22.817Z] + git semver [Pipeline] } [2020-10-07T19:34:22.837Z] $ docker stop --time=1 1f36e13eb9d3cf594a56a4e11fa929d046e5b88f9682dd1b1e24ae8108eed5ba [2020-10-07T19:34:24.168Z] $ docker rm -f 1f36e13eb9d3cf594a56a4e11fa929d046e5b88f9682dd1b1e24ae8108eed5ba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T19:34:24.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T19:34:24.663Z] . [Pipeline] withDockerContainer [2020-10-07T19:34:24.760Z] prd-centos7-docker-4c-2g-3955 does not seem to be running inside a container [2020-10-07T19:34:24.804Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/168 -v /w/workspace/edgex-go/168:/w/workspace/edgex-go/168:rw,z -v /w/workspace/edgex-go/168@tmp:/w/workspace/edgex-go/168@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T19:34:25.381Z] $ docker top 51d7c127dbdc33ce6e42d8fcc1836d00e150a0085679da610ff90c5e30201bb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T19:34:25.686Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T19:34:25.686Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T19:34:25.873Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T19:34:25.877Z] $ docker exec 51d7c127dbdc33ce6e42d8fcc1836d00e150a0085679da610ff90c5e30201bb4 ssh-agent [2020-10-07T19:34:26.053Z] SSH_AUTH_SOCK=/tmp/ssh-XlYwX9EtWzCw/agent.11 [2020-10-07T19:34:26.053Z] SSH_AGENT_PID=16 [2020-10-07T19:34:26.059Z] Running ssh-add (command line suppressed) [2020-10-07T19:34:26.186Z] Identity added: /w/workspace/edgex-go/168@tmp/private_key_3259838953752393598.key (/w/workspace/edgex-go/168@tmp/private_key_3259838953752393598.key) [2020-10-07T19:34:26.242Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T19:34:26.575Z] + git semver push [2020-10-07T19:34:26.575Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T19:34:26.575Z] # $GIT_DIR = /w/workspace/edgex-go/168/.git [2020-10-07T19:34:26.575Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/168 [2020-10-07T19:34:26.575Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T19:34:26.575Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T19:34:26.575Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T19:34:26.575Z] # $SEMVER_BRANCH = master [2020-10-07T19:34:26.575Z] # $SEMVER_DIR = /w/workspace/edgex-go/168/.semver [Pipeline] } [2020-10-07T19:34:36.585Z] $ docker exec --env ******** --env ******** 51d7c127dbdc33ce6e42d8fcc1836d00e150a0085679da610ff90c5e30201bb4 ssh-agent -k [2020-10-07T19:34:36.708Z] unset SSH_AUTH_SOCK; [2020-10-07T19:34:36.708Z] unset SSH_AGENT_PID; [2020-10-07T19:34:36.708Z] echo Agent pid 16 killed; [2020-10-07T19:34:36.757Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T19:34:37.221Z] + git semver [Pipeline] } [2020-10-07T19:34:37.237Z] $ docker stop --time=1 51d7c127dbdc33ce6e42d8fcc1836d00e150a0085679da610ff90c5e30201bb4 [2020-10-07T19:34:38.552Z] $ docker rm -f 51d7c127dbdc33ce6e42d8fcc1836d00e150a0085679da610ff90c5e30201bb4 [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-07T19:34:39.465Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:34:40.349Z] ---> package-listing.sh [2020-10-07T19:34:40.349Z] ++ facter osfamily [2020-10-07T19:34:40.349Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-07T19:34:40.349Z] + OS_FAMILY=redhat [2020-10-07T19:34:40.349Z] + workspace=/w/workspace/edgex-go/168 [2020-10-07T19:34:40.349Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-07T19:34:40.349Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-07T19:34:40.349Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-07T19:34:40.350Z] + PACKAGES=/tmp/packages_start.txt [2020-10-07T19:34:40.350Z] + '[' /w/workspace/edgex-go/168 ']' [2020-10-07T19:34:40.350Z] + PACKAGES=/tmp/packages_end.txt [2020-10-07T19:34:40.350Z] + case "${OS_FAMILY}" in [2020-10-07T19:34:40.350Z] + rpm -qa [2020-10-07T19:34:40.350Z] + sort [2020-10-07T19:34:44.557Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-07T19:34:44.557Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-07T19:34:44.557Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-07T19:34:44.557Z] + '[' /w/workspace/edgex-go/168 ']' [2020-10-07T19:34:44.557Z] + mkdir -p /w/workspace/edgex-go/168/archives/ [2020-10-07T19:34:44.557Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/168/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T19:34:44.755Z] provisioning config files... [2020-10-07T19:34:44.768Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/168@tmp/config8062757746944194335tmp [Pipeline] { [Pipeline] echo [2020-10-07T19:34:44.846Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:34:45.138Z] ---> create-netrc.sh [Pipeline] } [2020-10-07T19:34:45.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-07T19:34:45.263Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:34:45.555Z] ---> python-tools-install.sh [2020-10-07T19:34:45.555Z] Generating Requirements File [2020-10-07T19:36:07.071Z] Python 3.6.8 [2020-10-07T19:36:07.071Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-07T19:36:07.071Z] appdirs==1.4.3 [2020-10-07T19:36:07.071Z] argcomplete==1.12.1 [2020-10-07T19:36:07.071Z] aspy.yaml==1.3.0 [2020-10-07T19:36:07.071Z] attrs==19.3.0 [2020-10-07T19:36:07.071Z] Babel==2.8.0 [2020-10-07T19:36:07.071Z] beautifulsoup4==4.8.2 [2020-10-07T19:36:07.071Z] boto3==1.11.6 [2020-10-07T19:36:07.071Z] botocore==1.14.6 [2020-10-07T19:36:07.071Z] bs4==0.0.1 [2020-10-07T19:36:07.071Z] cachetools==4.1.1 [2020-10-07T19:36:07.071Z] certifi==2019.11.28 [2020-10-07T19:36:07.071Z] cffi==1.14.3 [2020-10-07T19:36:07.071Z] cfgv==2.0.1 [2020-10-07T19:36:07.071Z] chardet==3.0.4 [2020-10-07T19:36:07.071Z] click==7.1 [2020-10-07T19:36:07.071Z] cliff==3.4.0 [2020-10-07T19:36:07.071Z] cmd2==1.3.11 [2020-10-07T19:36:07.071Z] colorama==0.4.3 [2020-10-07T19:36:07.071Z] cryptography==3.1.1 [2020-10-07T19:36:07.071Z] debtcollector==2.2.0 [2020-10-07T19:36:07.071Z] decorator==4.4.2 [2020-10-07T19:36:07.071Z] defusedxml==0.6.0 [2020-10-07T19:36:07.071Z] Deprecated==1.2.7 [2020-10-07T19:36:07.071Z] distlib==0.3.1 [2020-10-07T19:36:07.071Z] distro==1.2.0 [2020-10-07T19:36:07.071Z] dnspython==1.16.0 [2020-10-07T19:36:07.071Z] docker==4.2.0 [2020-10-07T19:36:07.071Z] docutils==0.15.2 [2020-10-07T19:36:07.071Z] dogpile.cache==1.0.2 [2020-10-07T19:36:07.071Z] email-validator==1.0.5 [2020-10-07T19:36:07.071Z] filelock==3.0.12 [2020-10-07T19:36:07.071Z] future==0.18.2 [2020-10-07T19:36:07.071Z] google-auth==1.22.1 [2020-10-07T19:36:07.071Z] httplib2==0.17.0 [2020-10-07T19:36:07.071Z] identify==1.4.11 [2020-10-07T19:36:07.071Z] idna==2.9 [2020-10-07T19:36:07.071Z] importlib-metadata==1.7.0 [2020-10-07T19:36:07.071Z] importlib-resources==1.5.0 [2020-10-07T19:36:07.071Z] iso8601==0.1.13 [2020-10-07T19:36:07.071Z] Jinja2==2.11.1 [2020-10-07T19:36:07.072Z] jmespath==0.10.0 [2020-10-07T19:36:07.072Z] jsonpatch==1.26 [2020-10-07T19:36:07.072Z] jsonpointer==2.0 [2020-10-07T19:36:07.072Z] jsonschema==3.2.0 [2020-10-07T19:36:07.072Z] keystoneauth1==4.2.1 [2020-10-07T19:36:07.072Z] kubernetes==11.0.0 [2020-10-07T19:36:07.072Z] lftools==0.34.2 [2020-10-07T19:36:07.072Z] lxml==4.5.0 [2020-10-07T19:36:07.072Z] MarkupSafe==0.23 [2020-10-07T19:36:07.072Z] msgpack==1.0.0 [2020-10-07T19:36:07.072Z] multi-key-dict==2.0.3 [2020-10-07T19:36:07.072Z] munch==2.5.0 [2020-10-07T19:36:07.072Z] netaddr==0.8.0 [2020-10-07T19:36:07.072Z] netifaces==0.10.9 [2020-10-07T19:36:07.072Z] niet==1.4.2 [2020-10-07T19:36:07.072Z] nodeenv==1.3.5 [2020-10-07T19:36:07.072Z] oauth2client==4.1.3 [2020-10-07T19:36:07.072Z] oauthlib==3.1.0 [2020-10-07T19:36:07.072Z] openstacksdk==0.50.0 [2020-10-07T19:36:07.072Z] os-client-config==2.1.0 [2020-10-07T19:36:07.072Z] os-service-types==1.7.0 [2020-10-07T19:36:07.072Z] osc-lib==2.2.1 [2020-10-07T19:36:07.072Z] oslo.config==8.3.2 [2020-10-07T19:36:07.072Z] oslo.context==3.1.1 [2020-10-07T19:36:07.072Z] oslo.i18n==5.0.1 [2020-10-07T19:36:07.072Z] oslo.log==4.4.0 [2020-10-07T19:36:07.072Z] oslo.serialization==4.0.1 [2020-10-07T19:36:07.072Z] oslo.utils==4.6.0 [2020-10-07T19:36:07.072Z] packaging==20.4 [2020-10-07T19:36:07.072Z] pbr==5.4.4 [2020-10-07T19:36:07.072Z] pluggy==0.13.1 [2020-10-07T19:36:07.072Z] prettytable==0.7.2 [2020-10-07T19:36:07.072Z] py==1.9.0 [2020-10-07T19:36:07.072Z] pyasn1==0.4.8 [2020-10-07T19:36:07.072Z] pyasn1-modules==0.2.8 [2020-10-07T19:36:07.072Z] pycparser==2.20 [2020-10-07T19:36:07.072Z] pygerrit2==2.0.10 [2020-10-07T19:36:07.072Z] PyGithub==1.46 [2020-10-07T19:36:07.072Z] pyinotify==0.9.6 [2020-10-07T19:36:07.072Z] PyJWT==1.7.1 [2020-10-07T19:36:07.072Z] pyparsing==2.4.7 [2020-10-07T19:36:07.072Z] pyperclip==1.8.0 [2020-10-07T19:36:07.072Z] pyroute2==0.4.13 [2020-10-07T19:36:07.072Z] pyrsistent==0.15.7 [2020-10-07T19:36:07.072Z] PySocks==1.6.8 [2020-10-07T19:36:07.072Z] python-cinderclient==7.2.0 [2020-10-07T19:36:07.072Z] python-dateutil==2.8.1 [2020-10-07T19:36:07.072Z] python-heatclient==2.2.1 [2020-10-07T19:36:07.072Z] python-jenkins==1.7.0 [2020-10-07T19:36:07.072Z] python-keystoneclient==4.1.1 [2020-10-07T19:36:07.072Z] python-magnumclient==3.2.1 [2020-10-07T19:36:07.072Z] python-novaclient==17.2.1 [2020-10-07T19:36:07.072Z] python-openstackclient==5.4.0 [2020-10-07T19:36:07.072Z] python-swiftclient==3.10.1 [2020-10-07T19:36:07.072Z] pytz==2020.1 [2020-10-07T19:36:07.072Z] PyYAML==5.3 [2020-10-07T19:36:07.072Z] requests==2.23.0 [2020-10-07T19:36:07.072Z] requests-oauthlib==1.3.0 [2020-10-07T19:36:07.072Z] requestsexceptions==1.4.0 [2020-10-07T19:36:07.072Z] rfc3986==1.4.0 [2020-10-07T19:36:07.072Z] rpm==4.11.3 [2020-10-07T19:36:07.072Z] rsa==4.0 [2020-10-07T19:36:07.072Z] ruamel.yaml==0.16.10 [2020-10-07T19:36:07.072Z] ruamel.yaml.clib==0.2.0 [2020-10-07T19:36:07.072Z] s3transfer==0.3.3 [2020-10-07T19:36:07.072Z] shade==1.27.2 [2020-10-07T19:36:07.072Z] simplejson==3.17.2 [2020-10-07T19:36:07.072Z] six==1.14.0 [2020-10-07T19:36:07.072Z] soupsieve==2.0 [2020-10-07T19:36:07.072Z] stevedore==3.2.2 [2020-10-07T19:36:07.072Z] tabulate==0.8.6 [2020-10-07T19:36:07.072Z] toml==0.10.0 [2020-10-07T19:36:07.072Z] tox==3.20.0 [2020-10-07T19:36:07.072Z] tqdm==4.43.0 [2020-10-07T19:36:07.072Z] urllib3==1.25.8 [2020-10-07T19:36:07.072Z] virtualenv==20.0.33 [2020-10-07T19:36:07.072Z] wcwidth==0.2.5 [2020-10-07T19:36:07.072Z] websocket-client==0.57.0 [2020-10-07T19:36:07.072Z] wrapt==1.12.1 [2020-10-07T19:36:07.072Z] xdg==3.0.2 [2020-10-07T19:36:07.072Z] xmltodict==0.12.0 [2020-10-07T19:36:07.072Z] yq==2.11.1 [2020-10-07T19:36:07.072Z] zipp==3.3.0 [2020-10-07T19:36:07.072Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:07.072Z] 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-07T19:36:07.072Z] Python 2.7.5 [2020-10-07T19:36:07.072Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-07T19:36:07.072Z] 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-07T19:36:07.072Z] ansible==2.9.7 [2020-10-07T19:36:07.072Z] Babel==0.9.6 [2020-10-07T19:36:07.072Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-07T19:36:07.072Z] beautifulsoup4==4.4.1 [2020-10-07T19:36:07.072Z] bodhi==2.11.0 [2020-10-07T19:36:07.072Z] bodhi-client==2.11.0 [2020-10-07T19:36:07.072Z] CCColUtils==1.4 [2020-10-07T19:36:07.072Z] cffi==1.6.0 [2020-10-07T19:36:07.072Z] chardet==2.2.1 [2020-10-07T19:36:07.072Z] click==6.7 [2020-10-07T19:36:07.072Z] cloud-init==18.5 [2020-10-07T19:36:07.072Z] configobj==4.7.2 [2020-10-07T19:36:07.072Z] cryptography==1.7.2 [2020-10-07T19:36:07.072Z] decorator==3.4.0 [2020-10-07T19:36:07.072Z] distro==1.2.0 [2020-10-07T19:36:07.072Z] enum34==1.0.4 [2020-10-07T19:36:07.072Z] fedpkg==1.38 [2020-10-07T19:36:07.072Z] futures==3.1.1 [2020-10-07T19:36:07.072Z] gitdb==0.6.4 [2020-10-07T19:36:07.072Z] GitPython==1.0.1 [2020-10-07T19:36:07.072Z] html5lib==0.999 [2020-10-07T19:36:07.072Z] httplib2==0.9.2 [2020-10-07T19:36:07.072Z] idna==2.4 [2020-10-07T19:36:07.072Z] iniparse==0.4 [2020-10-07T19:36:07.072Z] ipaddress==1.0.16 [2020-10-07T19:36:07.072Z] IPy==0.75 [2020-10-07T19:36:07.072Z] javapackages==1.0.0 [2020-10-07T19:36:07.072Z] Jinja2==2.7.2 [2020-10-07T19:36:07.072Z] jmespath==0.9.4 [2020-10-07T19:36:07.072Z] jsonpatch==1.2 [2020-10-07T19:36:07.072Z] jsonpointer==1.9 [2020-10-07T19:36:07.072Z] kerberos==1.1 [2020-10-07T19:36:07.072Z] kitchen==1.1.1 [2020-10-07T19:36:07.072Z] langtable==0.0.31 [2020-10-07T19:36:07.072Z] lockfile==0.9.1 [2020-10-07T19:36:07.072Z] lxml==3.2.1 [2020-10-07T19:36:07.072Z] MarkupSafe==0.11 [2020-10-07T19:36:07.072Z] munch==2.0.2 [2020-10-07T19:36:07.072Z] offtrac==0.1.0 [2020-10-07T19:36:07.072Z] openidc-client==0.6.0 [2020-10-07T19:36:07.072Z] packagedb-cli==2.14.1 [2020-10-07T19:36:07.072Z] paramiko==2.1.1 [2020-10-07T19:36:07.072Z] perf==0.1 [2020-10-07T19:36:07.072Z] ply==3.4 [2020-10-07T19:36:07.072Z] policycoreutils-default-encoding==0.1 [2020-10-07T19:36:07.072Z] prettytable==0.7.2 [2020-10-07T19:36:07.072Z] pyasn1==0.1.9 [2020-10-07T19:36:07.072Z] pycparser==2.14 [2020-10-07T19:36:07.072Z] pycurl==7.19.0 [2020-10-07T19:36:07.072Z] pygobject==3.22.0 [2020-10-07T19:36:07.072Z] pygpgme==0.3 [2020-10-07T19:36:07.072Z] pyliblzma==0.5.3 [2020-10-07T19:36:07.072Z] pyOpenSSL==0.13.1 [2020-10-07T19:36:07.072Z] pyparsing==1.5.6 [2020-10-07T19:36:07.072Z] pyserial==2.6 [2020-10-07T19:36:07.072Z] python-augeas==0.5.0 [2020-10-07T19:36:07.072Z] python-bugzilla==2.3.0 [2020-10-07T19:36:07.072Z] python-dateutil==1.5 [2020-10-07T19:36:07.072Z] python-fedora==0.10.0 [2020-10-07T19:36:07.072Z] python-linux-procfs==0.4.9 [2020-10-07T19:36:07.072Z] python-yubico==1.2.3 [2020-10-07T19:36:07.072Z] pyudev==0.15 [2020-10-07T19:36:07.072Z] pyusb==1.0.0b1 [2020-10-07T19:36:07.072Z] pyxattr==0.5.1 [2020-10-07T19:36:07.072Z] PyYAML==3.10 [2020-10-07T19:36:07.072Z] requests==2.6.0 [2020-10-07T19:36:07.072Z] requests-kerberos==0.7.0 [2020-10-07T19:36:07.072Z] rpkg==1.60 [2020-10-07T19:36:07.072Z] schedutils==0.4 [2020-10-07T19:36:07.072Z] seobject==0.1 [2020-10-07T19:36:07.072Z] sepolicy==1.1 [2020-10-07T19:36:07.072Z] six==1.9.0 [2020-10-07T19:36:07.072Z] smmap==0.9.0 [2020-10-07T19:36:07.072Z] urlgrabber==3.10 [2020-10-07T19:36:07.072Z] urllib3==1.10.2 [2020-10-07T19:36:07.072Z] virtualenv==15.1.0 [2020-10-07T19:36:07.072Z] yum-langpacks==0.4.2 [2020-10-07T19:36:07.072Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-07T19:36:07.084Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:36:07.387Z] ---> sudo-logs.sh [2020-10-07T19:36:07.387Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-07T19:36:07.659Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:36:07.958Z] ---> job-cost.sh [2020-10-07T19:36:07.958Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Kn3w [2020-10-07T19:36:20.203Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:20.203Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:20.779Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:20.779Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.050Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.050Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.312Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.583Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.583Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.583Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.851Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:21.851Z] Cache entry deserialization failed, entry ignored [2020-10-07T19:36:24.721Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-07T19:36:56.872Z] lf-activate-venv(): INFO: Adding /tmp/venv-Kn3w/bin to PATH [2020-10-07T19:36:56.872Z] INFO: No Stack... [2020-10-07T19:36:56.872Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-07T19:36:56.872Z] INFO: Archiving Costs [Pipeline] echo [2020-10-07T19:36:56.886Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T19:36:57.181Z] ---> logs-deploy.sh [2020-10-07T19:36:57.181Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/168 [2020-10-07T19:36:57.181Z] INFO: archiving workspace using pattern(s): [2020-10-07T19:36:59.100Z] Archives upload complete. [2020-10-07T19:36:59.100Z] INFO: archiving logs to Nexus