Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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-43561 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/141 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/141 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-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 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 # timeout=10 Commit message: "Merge pull request #2694 from cloudxxx8/issue-2693" > git rev-list --no-walk 79f01a0b03b1bfc4590bac9ca9ba51eef1791c37 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T09:01:18.773Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T09:01:19.075Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T09:01:19.177Z] ========================================================= [2020-09-16T09:01:19.177Z] EdgeX Global Pipelines Version Info [2020-09-16T09:01:19.177Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:01:20.642Z] ------------------- [2020-09-16T09:01:20.642Z] stable info: [2020-09-16T09:01:20.642Z] ------------------- [2020-09-16T09:01:20.642Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T09:01:20.642Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T09:01:20.642Z] Message: update stable to v1.0.122 [2020-09-16T09:01:21.589Z] ------------------- [2020-09-16T09:01:21.589Z] experimental info: [2020-09-16T09:01:21.589Z] ------------------- [2020-09-16T09:01:21.589Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T09:01:21.589Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T09:01:21.589Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-16T09:01:21.864Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-16T09:01:21.969Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-16T09:01:22.065Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T09:01:22.158Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T09:01:22.253Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T09:01:22.383Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T09:01:22.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T09:01:22.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-16T09:01:22.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-16T09:01:22.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-16T09:01:22.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T09:01:22.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T09:01:22.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T09:01:23.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T09:01:23.156Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-16T09:01:23.242Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-16T09:01:23.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-16T09:01:23.441Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T09:01:23.530Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-16T09:01:23.618Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-16T09:01:23.711Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-16T09:01:23.794Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-16T09:01:23.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-16T09:01:23.986Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-16T09:01:24.074Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] echo [2020-09-16T09:01:24.161Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f11f1e [Pipeline] echo [2020-09-16T09:01:24.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-16T09:01:24.623Z] ++ 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-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/core-command/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/core-data/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-16T09:01:24.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-16T09:01:24.624Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-16T09:01:24.624Z] ++ cut -d/ -f2 [2020-09-16T09:01:24.624Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-16T09:01:24.715Z] 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-09-16T09:01:25.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:01:25.771Z] [2020-09-16T09:01:25.771Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:01:26.129Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:01:26.129Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T09:01:26.129Z] 31603596830f: Pulling fs layer [2020-09-16T09:01:26.129Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T09:01:26.129Z] 6ca5941a6612: Pulling fs layer [2020-09-16T09:01:26.129Z] ecc8261a40a4: Pulling fs layer [2020-09-16T09:01:26.129Z] ecc8261a40a4: Waiting [2020-09-16T09:01:26.129Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T09:01:26.129Z] 2a8b12db71e7: Download complete [2020-09-16T09:01:26.392Z] 31603596830f: Verifying Checksum [2020-09-16T09:01:26.392Z] 31603596830f: Download complete [2020-09-16T09:01:26.392Z] ecc8261a40a4: Verifying Checksum [2020-09-16T09:01:26.392Z] ecc8261a40a4: Download complete [2020-09-16T09:01:26.655Z] 6ca5941a6612: Verifying Checksum [2020-09-16T09:01:26.655Z] 6ca5941a6612: Download complete [2020-09-16T09:01:26.655Z] 31603596830f: Pull complete [2020-09-16T09:01:26.922Z] 2a8b12db71e7: Pull complete [2020-09-16T09:01:27.884Z] 6ca5941a6612: Pull complete [2020-09-16T09:01:27.884Z] ecc8261a40a4: Pull complete [2020-09-16T09:01:28.149Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T09:01:28.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:01:28.149Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T09:01:28.279Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:01:28.340Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:01:31.397Z] $ docker top 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T09:01:31.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T09:01:31.751Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T09:01:32.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T09:01:32.044Z] $ docker exec 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent [2020-09-16T09:01:32.242Z] SSH_AUTH_SOCK=/tmp/ssh-c9AY5EiZ4lGe/agent.11 [2020-09-16T09:01:32.242Z] SSH_AGENT_PID=16 [2020-09-16T09:01:32.257Z] Running ssh-add (command line suppressed) [2020-09-16T09:01:32.414Z] Identity added: /w/workspace/edgex-go/141@tmp/private_key_8187586411577704795.key (/w/workspace/edgex-go/141@tmp/private_key_8187586411577704795.key) [2020-09-16T09:01:32.484Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T09:01:32.837Z] + git describe --exact-match --tags HEAD [2020-09-16T09:01:32.837Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T09:01:32.882Z] $ docker exec --env ******** --env ******** 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent -k [2020-09-16T09:01:33.077Z] unset SSH_AUTH_SOCK; [2020-09-16T09:01:33.078Z] unset SSH_AGENT_PID; [2020-09-16T09:01:33.078Z] echo Agent pid 16 killed; [2020-09-16T09:01:33.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T09:01:33.236Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T09:01:33.236Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T09:01:33.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T09:01:33.332Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T09:01:33.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T09:01:33.551Z] $ docker exec 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent [2020-09-16T09:01:33.758Z] SSH_AUTH_SOCK=/tmp/ssh-qJ95KrqUwciP/agent.46 [2020-09-16T09:01:33.758Z] SSH_AGENT_PID=51 [2020-09-16T09:01:33.766Z] Running ssh-add (command line suppressed) [2020-09-16T09:01:33.914Z] Identity added: /w/workspace/edgex-go/141@tmp/private_key_8784688535873457540.key (/w/workspace/edgex-go/141@tmp/private_key_8784688535873457540.key) [2020-09-16T09:01:33.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T09:01:34.312Z] + git semver init [2020-09-16T09:01:34.312Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T09:01:34.312Z] # $GIT_DIR = /w/workspace/edgex-go/141/.git [2020-09-16T09:01:34.312Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/141 [2020-09-16T09:01:34.312Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T09:01:34.312Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T09:01:34.312Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T09:01:34.312Z] # $SEMVER_BRANCH = master [2020-09-16T09:01:34.312Z] # $SEMVER_TEMP = /tmp/semver-215295526 [2020-09-16T09:01:34.312Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-16T09:02:21.131Z] # '/tmp/semver-215295526' -> '/w/workspace/edgex-go/141/.semver' [2020-09-16T09:02:21.131Z] # -> Force: false [2020-09-16T09:02:21.131Z] # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver [Pipeline] } [2020-09-16T09:02:21.147Z] $ docker exec --env ******** --env ******** 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 ssh-agent -k [2020-09-16T09:02:21.417Z] unset SSH_AUTH_SOCK; [2020-09-16T09:02:21.419Z] unset SSH_AGENT_PID; [2020-09-16T09:02:21.419Z] echo Agent pid 51 killed; [2020-09-16T09:02:21.499Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T09:02:21.973Z] + git semver [Pipeline] } [2020-09-16T09:02:21.992Z] $ docker stop --time=1 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 [2020-09-16T09:02:23.436Z] $ docker rm -f 956f5b260983159ff8175dd3c449cd0f45532d2c46154f74db64ef8b0cfc3116 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T09:02:36.612Z] Stashed 43 file(s) [Pipeline] echo [2020-09-16T09:02:36.615Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.26 [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-09-16T09:02:37.188Z] ========================================================= [2020-09-16T09:02:37.188Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T09:02:37.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:02:37.524Z] + 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-09-16T09:02:41.744Z] Sending build context to Docker daemon 323.2MB [2020-09-16T09:02:41.744Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T09:02:41.744Z] Step 2/7 : FROM ${BASE} [2020-09-16T09:02:41.744Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T09:02:41.744Z] df20fa9351a1: Pulling fs layer [2020-09-16T09:02:41.744Z] ed8968b2872e: Pulling fs layer [2020-09-16T09:02:41.744Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T09:02:41.744Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T09:02:41.744Z] e73272ec9a57: Pulling fs layer [2020-09-16T09:02:41.744Z] 1e910a182e73: Pulling fs layer [2020-09-16T09:02:41.744Z] 4e634b169226: Pulling fs layer [2020-09-16T09:02:41.744Z] e73272ec9a57: Waiting [2020-09-16T09:02:41.744Z] 1e910a182e73: Waiting [2020-09-16T09:02:41.744Z] 4e634b169226: Waiting [2020-09-16T09:02:41.744Z] e871e8e8d7a9: Waiting [2020-09-16T09:02:41.744Z] a92cc7c5fd73: Verifying Checksum [2020-09-16T09:02:41.744Z] a92cc7c5fd73: Download complete [2020-09-16T09:02:41.744Z] df20fa9351a1: Verifying Checksum [2020-09-16T09:02:41.744Z] df20fa9351a1: Download complete [2020-09-16T09:02:41.744Z] e73272ec9a57: Verifying Checksum [2020-09-16T09:02:41.744Z] e73272ec9a57: Download complete [2020-09-16T09:02:41.744Z] 1e910a182e73: Verifying Checksum [2020-09-16T09:02:41.744Z] 1e910a182e73: Download complete [2020-09-16T09:02:41.744Z] ed8968b2872e: Verifying Checksum [2020-09-16T09:02:41.744Z] ed8968b2872e: Download complete [2020-09-16T09:02:41.744Z] df20fa9351a1: Pull complete [2020-09-16T09:02:42.009Z] ed8968b2872e: Pull complete [2020-09-16T09:02:42.009Z] a92cc7c5fd73: Pull complete [2020-09-16T09:02:43.406Z] 4e634b169226: Verifying Checksum [2020-09-16T09:02:43.406Z] 4e634b169226: Download complete [2020-09-16T09:02:43.673Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T09:02:43.673Z] e871e8e8d7a9: Download complete [2020-09-16T09:02:48.993Z] e871e8e8d7a9: Pull complete [2020-09-16T09:02:48.993Z] e73272ec9a57: Pull complete [2020-09-16T09:02:48.993Z] 1e910a182e73: Pull complete [2020-09-16T09:02:51.947Z] Still waiting to schedule task [2020-09-16T09:02:51.947Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43555’ is offline [2020-09-16T09:02:54.310Z] 4e634b169226: Pull complete [2020-09-16T09:02:54.310Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T09:02:54.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T09:02:54.310Z] ---> f7629b54cfaa [2020-09-16T09:02:54.310Z] 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-09-16T09:02:54.310Z] ---> Running in e1988ea9e9af [2020-09-16T09:02:54.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:02:56.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:02:59.804Z] (1/12) Installing libmagic (5.38-r0) [2020-09-16T09:03:00.066Z] (2/12) Installing file (5.38-r0) [2020-09-16T09:03:00.066Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-16T09:03:00.328Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-16T09:03:10.351Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-16T09:03:10.351Z] (6/12) Installing patch (2.7.6-r6) [2020-09-16T09:03:10.351Z] (7/12) Installing build-base (0.5-r2) [2020-09-16T09:03:10.351Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-16T09:03:10.616Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-16T09:03:10.617Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-16T09:03:10.617Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-16T09:03:10.882Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-16T09:03:10.882Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:03:10.882Z] OK: 233 MiB in 51 packages [2020-09-16T09:03:14.195Z] Removing intermediate container e1988ea9e9af [2020-09-16T09:03:14.196Z] ---> eaf02b8f5cd8 [2020-09-16T09:03:14.196Z] Step 4/7 : WORKDIR /edgex-go [2020-09-16T09:03:14.196Z] ---> Running in f9128546205d [2020-09-16T09:03:14.196Z] Removing intermediate container f9128546205d [2020-09-16T09:03:14.196Z] ---> 977fcdf2d62f [2020-09-16T09:03:14.196Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-16T09:03:14.457Z] latest: Pulling from library/docker [2020-09-16T09:03:14.721Z] df20fa9351a1: Already exists [2020-09-16T09:03:14.721Z] 25ad7478873d: Pulling fs layer [2020-09-16T09:03:14.721Z] 4684f6177b5d: Pulling fs layer [2020-09-16T09:03:14.721Z] 46e300cec669: Pulling fs layer [2020-09-16T09:03:14.721Z] 63038576ad94: Pulling fs layer [2020-09-16T09:03:14.721Z] 0fdb76c4706c: Pulling fs layer [2020-09-16T09:03:14.721Z] cb7edeffdfd5: Pulling fs layer [2020-09-16T09:03:14.721Z] 63038576ad94: Waiting [2020-09-16T09:03:14.721Z] 0fdb76c4706c: Waiting [2020-09-16T09:03:14.721Z] cb7edeffdfd5: Waiting [2020-09-16T09:03:14.721Z] 4684f6177b5d: Verifying Checksum [2020-09-16T09:03:14.721Z] 4684f6177b5d: Download complete [2020-09-16T09:03:14.721Z] 25ad7478873d: Verifying Checksum [2020-09-16T09:03:14.721Z] 25ad7478873d: Download complete [2020-09-16T09:03:14.984Z] 63038576ad94: Verifying Checksum [2020-09-16T09:03:14.984Z] 63038576ad94: Download complete [2020-09-16T09:03:14.984Z] 0fdb76c4706c: Verifying Checksum [2020-09-16T09:03:14.984Z] 0fdb76c4706c: Download complete [2020-09-16T09:03:14.984Z] cb7edeffdfd5: Verifying Checksum [2020-09-16T09:03:14.984Z] cb7edeffdfd5: Download complete [2020-09-16T09:03:14.984Z] 25ad7478873d: Pull complete [2020-09-16T09:03:15.248Z] 4684f6177b5d: Pull complete [2020-09-16T09:03:15.510Z] 46e300cec669: Download complete [2020-09-16T09:03:18.079Z] 46e300cec669: Pull complete [2020-09-16T09:03:18.079Z] 63038576ad94: Pull complete [2020-09-16T09:03:18.079Z] 0fdb76c4706c: Pull complete [2020-09-16T09:03:18.079Z] cb7edeffdfd5: Pull complete [2020-09-16T09:03:18.079Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-16T09:03:18.079Z] Status: Downloaded newer image for docker:latest [2020-09-16T09:03:20.013Z] ---> 2d0edd9fbc54 [2020-09-16T09:03:20.013Z] Step 6/7 : COPY go.mod . [2020-09-16T09:03:20.013Z] ---> 4cee831e7962 [2020-09-16T09:03:20.013Z] Step 7/7 : RUN go mod download [2020-09-16T09:03:20.013Z] ---> Running in d715074cb3de [2020-09-16T09:03:42.054Z] Removing intermediate container d715074cb3de [2020-09-16T09:03:42.054Z] ---> 100e0101147f [2020-09-16T09:03:42.054Z] Successfully built 100e0101147f [2020-09-16T09:03:42.054Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:03:42.386Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T09:03:42.386Z] . [Pipeline] withDockerContainer [2020-09-16T09:03:42.494Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:03:42.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:03:43.340Z] $ docker top 13cc04d016fcc9831f030132b29943f98f685816d025b8f531e9cc62db771a84 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:03:43.877Z] + go version [2020-09-16T09:03:43.878Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T09:03:43.894Z] $ docker stop --time=1 13cc04d016fcc9831f030132b29943f98f685816d025b8f531e9cc62db771a84 [2020-09-16T09:03:45.242Z] $ docker rm -f 13cc04d016fcc9831f030132b29943f98f685816d025b8f531e9cc62db771a84 [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-09-16T09:03:48.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-16T09:03:48.481Z] [2020-09-16T09:03:48.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:03:48.827Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-16T09:03:48.827Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-16T09:03:48.827Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-16T09:03:48.827Z] ca9280d653b3: Pulling fs layer [2020-09-16T09:03:48.827Z] 7e9c9ca2126c: Pulling fs layer [2020-09-16T09:03:49.090Z] cbdbe7a5bc2a: Download complete [2020-09-16T09:03:49.353Z] cbdbe7a5bc2a: Pull complete [2020-09-16T09:03:49.353Z] ca9280d653b3: Verifying Checksum [2020-09-16T09:03:49.353Z] ca9280d653b3: Download complete [2020-09-16T09:03:50.306Z] ca9280d653b3: Pull complete [2020-09-16T09:03:50.571Z] 7e9c9ca2126c: Download complete [2020-09-16T09:03:57.191Z] 7e9c9ca2126c: Pull complete [2020-09-16T09:03:57.191Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-16T09:03:57.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-16T09:03:57.191Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-16T09:03:57.322Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:03:57.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:03:58.245Z] $ docker top 16602d3f7fcb8136ffc247bc19efc57942e77e0e0b2b0760be8c7c93b83316af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:03:58.754Z] + docker-compose build --help [2020-09-16T09:03:58.754Z] + grep parallel [2020-09-16T09:03:59.700Z] --parallel Build images in parallel. [Pipeline] } [2020-09-16T09:03:59.719Z] $ docker stop --time=1 16602d3f7fcb8136ffc247bc19efc57942e77e0e0b2b0760be8c7c93b83316af [2020-09-16T09:04:02.006Z] $ docker rm -f 16602d3f7fcb8136ffc247bc19efc57942e77e0e0b2b0760be8c7c93b83316af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:04:02.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-16T09:04:02.780Z] . [Pipeline] withDockerContainer [2020-09-16T09:04:02.881Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:04:02.937Z] $ 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/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:04:03.604Z] $ docker top d961f2ac17dfe4f0fc0d565b5a2697a497c898b3c7463df03d02a762c4eedf26 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:04:04.153Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-16T09:04:05.096Z] Building docker-core-command-go ... [2020-09-16T09:04:05.096Z] Building docker-core-data-go ... [2020-09-16T09:04:05.096Z] Building docker-core-metadata-go ... [2020-09-16T09:04:05.096Z] Building docker-security-proxy-setup-go ... [2020-09-16T09:04:05.096Z] Building docker-security-secrets-setup-go ... [2020-09-16T09:04:05.096Z] Building docker-security-secretstore-setup-go ... [2020-09-16T09:04:05.096Z] Building docker-support-logging-go ... [2020-09-16T09:04:05.096Z] Building docker-support-notifications-go ... [2020-09-16T09:04:05.096Z] Building docker-support-scheduler-go ... [2020-09-16T09:04:05.096Z] Building docker-sys-mgmt-agent-go ... [2020-09-16T09:04:05.096Z] Building docker-security-proxy-setup-go [2020-09-16T09:04:05.096Z] Building docker-core-data-go [2020-09-16T09:04:05.096Z] Building docker-support-logging-go [2020-09-16T09:04:05.096Z] Building docker-sys-mgmt-agent-go [2020-09-16T09:04:05.096Z] Building docker-core-metadata-go [2020-09-16T09:04:23.469Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:04:23.469Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:04:23.469Z] ---> 100e0101147f [2020-09-16T09:04:23.469Z] Step 3/20 : WORKDIR /edgex-go [2020-09-16T09:04:23.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:04:23.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:04:23.741Z] ---> 100e0101147f [2020-09-16T09:04:23.741Z] Step 3/22 : WORKDIR /edgex-go [2020-09-16T09:04:24.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:04:24.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:04:24.015Z] ---> 100e0101147f [2020-09-16T09:04:24.015Z] Step 3/23 : WORKDIR /edgex-go [2020-09-16T09:04:24.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:04:24.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:04:24.281Z] ---> 100e0101147f [2020-09-16T09:04:24.281Z] Step 3/22 : WORKDIR /edgex-go [2020-09-16T09:04:24.281Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:04:24.281Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:04:24.281Z] ---> 100e0101147f [2020-09-16T09:04:24.281Z] Step 3/27 : WORKDIR /edgex-go [2020-09-16T09:04:25.236Z] ---> Running in 8d9bbb5c01f7 [2020-09-16T09:04:25.236Z] ---> Running in e900888ef01a [2020-09-16T09:04:25.236Z] ---> Running in b49bc70dc418 [2020-09-16T09:04:25.236Z] ---> Running in 38a1963ed032 [2020-09-16T09:04:25.236Z] ---> Running in 1ac8f93d2821 [2020-09-16T09:04:25.814Z] Removing intermediate container b49bc70dc418 [2020-09-16T09:04:25.814Z] ---> f50accb9b7ff [2020-09-16T09:04:25.814Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:04:25.814Z] Removing intermediate container 8d9bbb5c01f7 [2020-09-16T09:04:25.814Z] ---> c9ddd810f2b6 [2020-09-16T09:04:25.814Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:04:25.814Z] Removing intermediate container 1ac8f93d2821 [2020-09-16T09:04:25.814Z] ---> 1c4aaa5a7eaf [2020-09-16T09:04:25.814Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:04:25.814Z] Removing intermediate container 38a1963ed032 [2020-09-16T09:04:25.814Z] ---> dd64aa32869a [2020-09-16T09:04:25.814Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:04:25.814Z] Removing intermediate container e900888ef01a [2020-09-16T09:04:25.814Z] ---> 60bd8fbf1c4f [2020-09-16T09:04:25.814Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:04:26.081Z] ---> Running in 175789f50118 [2020-09-16T09:04:26.081Z] ---> Running in 3f2f142bac68 [2020-09-16T09:04:26.081Z] ---> Running in 87f69e5bc4d0 [2020-09-16T09:04:26.081Z] ---> Running in 66c538389916 [2020-09-16T09:04:26.081Z] ---> Running in 7e6014cf7814 [2020-09-16T09:04:28.023Z] Removing intermediate container 175789f50118 [2020-09-16T09:04:28.023Z] ---> 50f4249503b7 [2020-09-16T09:04:28.023Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-16T09:04:28.023Z] Removing intermediate container 3f2f142bac68 [2020-09-16T09:04:28.023Z] ---> 29529bb3e994 [2020-09-16T09:04:28.023Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-16T09:04:28.023Z] ---> Running in aa0f2c3a4eb1 [2020-09-16T09:04:28.023Z] ---> Running in 16050997c0da [2020-09-16T09:04:28.283Z] Removing intermediate container 87f69e5bc4d0 [2020-09-16T09:04:28.283Z] ---> 0a218082420e [2020-09-16T09:04:28.283Z] Step 5/22 : RUN apk update && apk add make git [2020-09-16T09:04:28.543Z] ---> Running in 7481394189b5 [2020-09-16T09:04:28.543Z] Removing intermediate container 66c538389916 [2020-09-16T09:04:28.543Z] ---> 322fed116cbe [2020-09-16T09:04:28.543Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-16T09:04:28.805Z] Removing intermediate container 7e6014cf7814 [2020-09-16T09:04:28.805Z] ---> 8d0684061429 [2020-09-16T09:04:28.805Z] Step 5/20 : RUN apk update && apk add make git [2020-09-16T09:04:29.069Z] ---> Running in 41b0c04d16eb [2020-09-16T09:04:29.069Z] ---> Running in 3c8d39c44ca1 [2020-09-16T09:04:29.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:29.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:29.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:29.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:29.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:30.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:31.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:31.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:31.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:32.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:32.391Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:04:32.391Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:04:32.391Z] OK: 12750 distinct packages available [2020-09-16T09:04:32.653Z] OK: 233 MiB in 51 packages [2020-09-16T09:04:33.227Z] Removing intermediate container aa0f2c3a4eb1 [2020-09-16T09:04:33.227Z] ---> 031ffa25582b [2020-09-16T09:04:33.227Z] Step 6/27 : COPY go.mod . [2020-09-16T09:04:33.227Z] ---> 9599eb8ea7ad [2020-09-16T09:04:33.227Z] Step 7/27 : RUN go mod download [2020-09-16T09:04:33.489Z] ---> Running in 8e1d6982a4aa [2020-09-16T09:04:34.064Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:04:34.064Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:04:34.064Z] OK: 12750 distinct packages available [2020-09-16T09:04:34.334Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:04:34.334Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:04:34.334Z] OK: 12750 distinct packages available [2020-09-16T09:04:34.334Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:04:34.334Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:04:34.334Z] OK: 12750 distinct packages available [2020-09-16T09:04:34.334Z] OK: 233 MiB in 51 packages [2020-09-16T09:04:34.603Z] OK: 233 MiB in 51 packages [2020-09-16T09:04:34.603Z] OK: 233 MiB in 51 packages [2020-09-16T09:04:34.867Z] OK: 233 MiB in 51 packages [2020-09-16T09:04:35.129Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:04:35.129Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:04:35.129Z] OK: 12750 distinct packages available [2020-09-16T09:04:35.129Z] Removing intermediate container 3c8d39c44ca1 [2020-09-16T09:04:35.129Z] ---> 53fb94c48289 [2020-09-16T09:04:35.129Z] Step 6/20 : COPY go.mod . [2020-09-16T09:04:35.391Z] OK: 233 MiB in 51 packages [2020-09-16T09:04:35.391Z] Removing intermediate container 8e1d6982a4aa [2020-09-16T09:04:35.391Z] ---> fb852f338170 [2020-09-16T09:04:35.391Z] Step 8/27 : COPY . . [2020-09-16T09:04:35.391Z] Removing intermediate container 7481394189b5 [2020-09-16T09:04:35.391Z] ---> 4f06fc8282c4 [2020-09-16T09:04:35.391Z] Step 6/22 : COPY go.mod . [2020-09-16T09:04:35.657Z] ---> 8a3e44540344 [2020-09-16T09:04:35.657Z] Step 7/20 : RUN go mod download [2020-09-16T09:04:36.231Z] Removing intermediate container 41b0c04d16eb [2020-09-16T09:04:36.231Z] ---> d11666f9d136 [2020-09-16T09:04:36.231Z] Step 6/22 : COPY go.mod . [2020-09-16T09:04:36.231Z] ---> Running in adb8614102e9 [2020-09-16T09:04:36.809Z] ---> 3dce8c8f7d8c [2020-09-16T09:04:36.809Z] Step 7/22 : RUN go mod download [2020-09-16T09:04:40.139Z] ---> Running in 9373b9e4a3b1 [2020-09-16T09:04:40.139Z] ---> 76050591ab98 [2020-09-16T09:04:40.139Z] Step 7/22 : RUN go mod download [2020-09-16T09:04:41.610Z] Removing intermediate container 16050997c0da [2020-09-16T09:04:41.610Z] ---> 973656a4ec67 [2020-09-16T09:04:41.610Z] Step 6/23 : COPY go.mod . [2020-09-16T09:04:41.871Z] ---> Running in a5228da33b8e [2020-09-16T09:04:43.268Z] ---> 488b41c54dbf [2020-09-16T09:04:43.268Z] Step 7/23 : RUN go mod download [2020-09-16T09:04:43.852Z] ---> Running in 0ed5b584a6ca [2020-09-16T09:04:44.121Z] ---> 565f5b63efca [2020-09-16T09:04:44.121Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-16T09:04:44.382Z] ---> Running in 6e46ceb8143a [2020-09-16T09:04:44.382Z] Removing intermediate container adb8614102e9 [2020-09-16T09:04:44.382Z] ---> 924cbfdf0b29 [2020-09-16T09:04:44.382Z] Step 8/20 : COPY . . [2020-09-16T09:04:44.646Z] Removing intermediate container 9373b9e4a3b1 [2020-09-16T09:04:44.646Z] ---> 00aba19b93ac [2020-09-16T09:04:44.646Z] Step 8/22 : COPY . . [2020-09-16T09:04:48.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-16T09:04:49.866Z] Removing intermediate container a5228da33b8e [2020-09-16T09:04:49.866Z] ---> ac8491070503 [2020-09-16T09:04:49.866Z] Step 8/22 : COPY . . [2020-09-16T09:04:59.941Z] Removing intermediate container 0ed5b584a6ca [2020-09-16T09:04:59.941Z] ---> 63756543eccc [2020-09-16T09:04:59.941Z] Step 8/23 : COPY . . [2020-09-16T09:05:08.149Z] ---> 15bd27b7fb54 [2020-09-16T09:05:08.149Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-16T09:05:08.422Z] ---> 2331495c5f2b [2020-09-16T09:05:08.422Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-16T09:05:10.982Z] ---> Running in 8888c6f99be2 [2020-09-16T09:05:11.840Z] ---> Running in 14b5ca0040d0 [2020-09-16T09:05:13.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-16T09:05:14.048Z] ---> fada026203f9 [2020-09-16T09:05:14.048Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-16T09:05:15.008Z] ---> Running in 98538b761135 [2020-09-16T09:05:15.008Z] ---> 3a5ef89ccfc3 [2020-09-16T09:05:15.008Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-16T09:05:15.008Z] ---> Running in 0f3ddd90dee5 [2020-09-16T09:05:15.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-16T09:05:15.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-16T09:05:15.870Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-data/core-data ./cmd/core-data [2020-09-16T09:05:21.225Z] Removing intermediate container 6e46ceb8143a [2020-09-16T09:05:21.225Z] ---> edb602ccd1b7 [2020-09-16T09:05:21.225Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-16T09:05:21.225Z] ---> Running in 4447e0599f31 [2020-09-16T09:05:22.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-16T09:05:26.641Z] Removing intermediate container 4447e0599f31 [2020-09-16T09:05:26.641Z] ---> 29b1a1dc88b1 [2020-09-16T09:05:26.641Z] [2020-09-16T09:05:26.641Z] Step 11/27 : FROM docker:latest [2020-09-16T09:05:26.641Z] ---> 81f5749c9058 [2020-09-16T09:05:26.641Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-16T09:05:26.641Z] ---> Running in 3c0273e7697d [2020-09-16T09:05:28.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:05:28.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:05:29.139Z] (1/2) Installing readline (8.0.4-r0) [2020-09-16T09:05:29.139Z] (2/2) Installing bash (5.0.17-r0) [2020-09-16T09:05:29.139Z] Executing bash-5.0.17-r0.post-install [2020-09-16T09:05:29.139Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:05:29.139Z] OK: 12 MiB in 22 packages [2020-09-16T09:05:31.084Z] Removing intermediate container 3c0273e7697d [2020-09-16T09:05:31.084Z] ---> 64bcd132b6f1 [2020-09-16T09:05:31.084Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-16T09:05:31.084Z] ---> Running in ed57f97eeedc [2020-09-16T09:05:33.674Z] Removing intermediate container ed57f97eeedc [2020-09-16T09:05:33.674Z] ---> 458958110e02 [2020-09-16T09:05:33.674Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-16T09:05:33.674Z] ---> Running in 774ac240c7a8 [2020-09-16T09:05:33.674Z] Removing intermediate container 774ac240c7a8 [2020-09-16T09:05:33.674Z] ---> 1a8bc3da34d5 [2020-09-16T09:05:33.674Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-16T09:05:33.936Z] ---> Running in 81d90ff4c896 [2020-09-16T09:05:34.204Z] Removing intermediate container 81d90ff4c896 [2020-09-16T09:05:34.204Z] ---> d9653a389610 [2020-09-16T09:05:34.204Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-16T09:05:34.204Z] ---> Running in 4b701c4cfd6c [2020-09-16T09:05:34.467Z] Removing intermediate container 4b701c4cfd6c [2020-09-16T09:05:34.467Z] ---> 4c3c53d2e88f [2020-09-16T09:05:34.467Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-16T09:05:35.454Z] ---> 01ce96c3b371 [2020-09-16T09:05:35.454Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-16T09:05:36.040Z] ---> bdd1a653df8c [2020-09-16T09:05:36.040Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-16T09:05:37.454Z] ---> e8b2a1775601 [2020-09-16T09:05:37.454Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-16T09:05:37.454Z] ---> Running in c391cf99b475 [2020-09-16T09:05:38.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:05:38.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:05:38.704Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-16T09:05:38.704Z] (2/33) Installing expat (2.2.9-r1) [2020-09-16T09:05:38.704Z] (3/33) Installing libffi (3.3-r2) [2020-09-16T09:05:38.704Z] (4/33) Installing gdbm (1.13-r1) [2020-09-16T09:05:38.975Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-16T09:05:38.975Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-16T09:05:38.975Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-16T09:05:45.470Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43573 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-16T09:05:45.518Z] Running in /w/workspace/edgex-go/141 [Pipeline] { [Pipeline] checkout [2020-09-16T09:05:45.620Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-16T09:05:45.620Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-16T09:05:45.620Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-16T09:05:45.620Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-16T09:05:45.620Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-16T09:05:45.620Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-16T09:05:45.620Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-16T09:05:45.620Z] Removing intermediate container 8888c6f99be2 [2020-09-16T09:05:45.620Z] ---> a7c797e12a8d [2020-09-16T09:05:45.620Z] [2020-09-16T09:05:45.620Z] Step 10/20 : FROM alpine [2020-09-16T09:05:45.620Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-16T09:05:45.620Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-16T09:05:45.620Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-16T09:05:45.620Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-16T09:05:45.620Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-16T09:05:45.620Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-16T09:05:45.620Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-16T09:05:45.620Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-16T09:05:45.904Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-16T09:05:45.904Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-16T09:05:45.904Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-16T09:05:45.904Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-16T09:05:45.904Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-16T09:05:45.904Z] latest: Pulling from library/alpine [2020-09-16T09:05:45.904Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-16T09:05:45.904Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-16T09:05:45.904Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-16T09:05:45.904Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-16T09:05:45.904Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-16T09:05:45.904Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-16T09:05:46.176Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:05:46.176Z] OK: 71 MiB in 55 packages [2020-09-16T09:05:46.176Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-16T09:05:46.176Z] Status: Downloaded newer image for alpine:latest [2020-09-16T09:05:46.176Z] ---> a24bb4013296 [2020-09-16T09:05:46.176Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-16T09:05:49.520Z] ---> Running in 16da3f3edcef [2020-09-16T09:05:49.520Z] Removing intermediate container 98538b761135 [2020-09-16T09:05:49.520Z] ---> 0451e3b37b00 [2020-09-16T09:05:49.520Z] [2020-09-16T09:05:49.520Z] Step 10/22 : FROM scratch [2020-09-16T09:05:49.520Z] ---> [2020-09-16T09:05:49.520Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-16T09:05:50.118Z] ---> Running in 40cb9ed59015 [2020-09-16T09:05:50.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:05:50.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:05:50.516Z] using credential edgex-jenkins-ssh [2020-09-16T09:05:50.578Z] Cloning the remote Git repository [2020-09-16T09:05:50.578Z] Cloning with configured refspecs honoured and without tags [2020-09-16T09:05:50.682Z] v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:05:50.682Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:05:50.682Z] OK: 12748 distinct packages available [2020-09-16T09:05:50.682Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-16T09:05:50.952Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-16T09:05:50.953Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-16T09:05:50.953Z] (4/4) Installing curl (7.69.1-r1) [2020-09-16T09:05:50.953Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:05:50.953Z] Executing ca-certificates-20191127-r4.trigger [2020-09-16T09:05:50.953Z] OK: 7 MiB in 18 packages [2020-09-16T09:05:50.691Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-16T09:05:50.803Z] > git init /w/workspace/edgex-go/141 # timeout=10 [2020-09-16T09:05:50.885Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-16T09:05:50.886Z] > git --version # timeout=10 [2020-09-16T09:05:50.909Z] > git --version # 'git version 2.17.1' [2020-09-16T09:05:50.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:05:50.969Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:05:51.924Z] Removing intermediate container 40cb9ed59015 [2020-09-16T09:05:51.924Z] ---> cd5320136995 [2020-09-16T09:05:51.924Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-16T09:05:56.154Z] ---> Running in 2288018d0a91 [2020-09-16T09:05:56.155Z] Removing intermediate container c391cf99b475 [2020-09-16T09:05:56.155Z] ---> 9d19b1449509 [2020-09-16T09:05:56.155Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-16T09:05:56.155Z] Removing intermediate container 2288018d0a91 [2020-09-16T09:05:56.155Z] ---> 4001e8f2d8d9 [2020-09-16T09:05:56.155Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-16T09:05:57.544Z] ---> Running in 4186bade9df6 [2020-09-16T09:05:57.809Z] ---> Running in 849195e9c78d [2020-09-16T09:05:57.809Z] Removing intermediate container 16da3f3edcef [2020-09-16T09:05:57.809Z] ---> 3fdc3bf1fee0 [2020-09-16T09:05:57.809Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-16T09:05:59.196Z] ---> Running in 9c2fbe0c10b4 [2020-09-16T09:06:02.531Z] Removing intermediate container 849195e9c78d [2020-09-16T09:06:02.531Z] ---> 3463a7164bae [2020-09-16T09:06:02.531Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-16T09:06:02.531Z] Removing intermediate container 14b5ca0040d0 [2020-09-16T09:06:02.531Z] ---> d158880baf5b [2020-09-16T09:06:02.531Z] [2020-09-16T09:06:02.531Z] Step 10/22 : FROM scratch [2020-09-16T09:06:02.531Z] ---> [2020-09-16T09:06:02.531Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:06:02.795Z] Removing intermediate container 0f3ddd90dee5 [2020-09-16T09:06:02.795Z] ---> 5f960a339128 [2020-09-16T09:06:02.795Z] [2020-09-16T09:06:02.795Z] Step 10/23 : FROM alpine [2020-09-16T09:06:02.795Z] ---> a24bb4013296 [2020-09-16T09:06:02.795Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:06:02.795Z] Removing intermediate container 9c2fbe0c10b4 [2020-09-16T09:06:02.795Z] ---> a648adc2b090 [2020-09-16T09:06:02.795Z] Step 13/20 : WORKDIR /edgex [2020-09-16T09:06:02.795Z] ---> Running in 6c50428f13d1 [2020-09-16T09:06:02.795Z] ---> Running in a690afa62577 [2020-09-16T09:06:03.057Z] ---> Running in f0dd8f9fb3f4 [2020-09-16T09:06:03.057Z] ---> c35728b27aba [2020-09-16T09:06:03.057Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-16T09:06:03.057Z] Removing intermediate container 6c50428f13d1 [2020-09-16T09:06:03.057Z] ---> 1a1aac19c0e4 [2020-09-16T09:06:03.057Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-16T09:06:03.057Z] ---> Running in 69afb966a71a [2020-09-16T09:06:03.323Z] Removing intermediate container a690afa62577 [2020-09-16T09:06:03.323Z] ---> 60a55d5ab024 [2020-09-16T09:06:03.323Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-16T09:06:03.323Z] Removing intermediate container f0dd8f9fb3f4 [2020-09-16T09:06:03.323Z] ---> 4b61ada85d46 [2020-09-16T09:06:03.323Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-16T09:06:03.323Z] ---> Running in eebb3753439f [2020-09-16T09:06:03.323Z] ---> b836f80ae126 [2020-09-16T09:06:03.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-16T09:06:03.595Z] Removing intermediate container 69afb966a71a [2020-09-16T09:06:03.595Z] ---> 2f9d0493aefc [2020-09-16T09:06:03.595Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-16T09:06:03.595Z] ---> Running in 80be82598f1a [2020-09-16T09:06:03.595Z] Collecting docker-compose==1.23.2 [2020-09-16T09:06:03.595Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-16T09:06:03.857Z] ---> b3a6eef83268 [2020-09-16T09:06:03.857Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-16T09:06:03.857Z] Removing intermediate container eebb3753439f [2020-09-16T09:06:03.857Z] ---> 8538432ec9d4 [2020-09-16T09:06:03.857Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-16T09:06:04.144Z] Removing intermediate container 80be82598f1a [2020-09-16T09:06:04.144Z] ---> 102a222bc9de [2020-09-16T09:06:04.144Z] Step 14/22 : WORKDIR / [2020-09-16T09:06:04.144Z] Collecting texttable<0.10,>=0.9.0 [2020-09-16T09:06:04.144Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-16T09:06:04.144Z] ---> Running in b8394467b47e [2020-09-16T09:06:04.144Z] ---> Running in 19f270302172 [2020-09-16T09:06:04.144Z] ---> dd29eca09c68 [2020-09-16T09:06:04.144Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-16T09:06:04.420Z] ---> 312364fdca49 [2020-09-16T09:06:04.420Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-16T09:06:04.420Z] ---> Running in f2876e8b0110 [2020-09-16T09:06:04.420Z] Removing intermediate container b8394467b47e [2020-09-16T09:06:04.420Z] ---> cdef68380d07 [2020-09-16T09:06:04.420Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:06:04.684Z] Removing intermediate container 19f270302172 [2020-09-16T09:06:04.684Z] ---> 812850b819d6 [2020-09-16T09:06:04.684Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-16T09:06:04.684Z] Collecting docker<4.0,>=3.6.0 [2020-09-16T09:06:04.684Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-16T09:06:04.684Z] ---> 4b44b4c0693d [2020-09-16T09:06:04.684Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-16T09:06:04.684Z] ---> Running in 58bf59b23487 [2020-09-16T09:06:04.684Z] 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-09-16T09:06:04.946Z] Removing intermediate container f2876e8b0110 [2020-09-16T09:06:04.946Z] ---> 4fb5118a49f8 [2020-09-16T09:06:04.946Z] Step 17/20 : CMD ["--init=true"] [2020-09-16T09:06:05.215Z] ---> Running in c0739ac056d2 [2020-09-16T09:06:05.215Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-16T09:06:05.215Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-16T09:06:05.215Z] ---> b882f245f459 [2020-09-16T09:06:05.215Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-16T09:06:05.215Z] ---> Running in 1ea30ab59c97 [2020-09-16T09:06:05.215Z] Collecting cached-property<2,>=1.2.0 [2020-09-16T09:06:05.215Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-16T09:06:05.550Z] Removing intermediate container c0739ac056d2 [2020-09-16T09:06:05.550Z] ---> 78b1cd092c3e [2020-09-16T09:06:05.550Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:06:05.550Z] Collecting PyYAML<4,>=3.10 [2020-09-16T09:06:05.550Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-16T09:06:05.913Z] ---> Running in e51fb2a11317 [2020-09-16T09:06:05.913Z] Removing intermediate container 1ea30ab59c97 [2020-09-16T09:06:05.913Z] ---> 7da8a2e8e9f7 [2020-09-16T09:06:05.913Z] Step 18/20 : LABEL arch=x86_64 [2020-09-16T09:06:06.489Z] ---> Running in 025cbb63f2d1 [2020-09-16T09:06:07.064Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-16T09:06:07.064Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-16T09:06:07.065Z] ---> 592a0c2c1609 [2020-09-16T09:06:07.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-16T09:06:07.065Z] Removing intermediate container e51fb2a11317 [2020-09-16T09:06:07.065Z] ---> 50b98403e9ab [2020-09-16T09:06:07.065Z] Step 20/22 : LABEL arch=x86_64 [2020-09-16T09:06:07.326Z] ---> Running in 0aad69234141 [2020-09-16T09:06:07.326Z] Removing intermediate container 025cbb63f2d1 [2020-09-16T09:06:07.326Z] ---> 74d5a8ebd591 [2020-09-16T09:06:07.326Z] Step 19/20 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:06:07.326Z] ---> 2905a6bab94f [2020-09-16T09:06:07.326Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-16T09:06:07.588Z] ---> Running in e6eaae8d7b81 [2020-09-16T09:06:07.588Z] Collecting docopt<0.7,>=0.6.1 [2020-09-16T09:06:07.588Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-16T09:06:07.588Z] ---> Running in 0689ca20725a [2020-09-16T09:06:07.588Z] Removing intermediate container 58bf59b23487 [2020-09-16T09:06:07.588Z] ---> 84cf7c5ceb09 [2020-09-16T09:06:07.588Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-16T09:06:07.852Z] Removing intermediate container 0aad69234141 [2020-09-16T09:06:07.852Z] ---> 205e68fc0c50 [2020-09-16T09:06:07.852Z] Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:06:07.852Z] ---> Running in 810e35c3eb4a [2020-09-16T09:06:07.852Z] Removing intermediate container e6eaae8d7b81 [2020-09-16T09:06:07.852Z] ---> 9bd327821484 [2020-09-16T09:06:07.852Z] Step 20/20 : LABEL version=1.2.2-dev.26 [2020-09-16T09:06:07.852Z] ---> Running in 0df6e9019259 [2020-09-16T09:06:08.114Z] Removing intermediate container 0689ca20725a [2020-09-16T09:06:08.114Z] ---> 1960d869124b [2020-09-16T09:06:08.114Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:06:08.114Z] ---> Running in 513aa18b7a72 [2020-09-16T09:06:08.114Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-16T09:06:08.114Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-16T09:06:09.063Z] ---> Running in f0f6fa8ef379 [2020-09-16T09:06:09.063Z] Collecting jsonschema<3,>=2.5.1 [2020-09-16T09:06:09.063Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-16T09:06:09.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:09.063Z] Removing intermediate container 0df6e9019259 [2020-09-16T09:06:09.063Z] ---> cdcb09a4fffc [2020-09-16T09:06:09.063Z] Step 22/22 : LABEL version=1.2.2-dev.26 [2020-09-16T09:06:09.327Z] Collecting docker-pycreds>=0.4.0 [2020-09-16T09:06:09.327Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-16T09:06:09.327Z] Removing intermediate container 513aa18b7a72 [2020-09-16T09:06:09.327Z] ---> b4f7b4774ae1 [2020-09-16T09:06:09.327Z] [2020-09-16T09:06:09.327Z] 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-09-16T09:06:09.327Z] Removing intermediate container f0f6fa8ef379 [2020-09-16T09:06:09.327Z] ---> cc81b0e027a9 [2020-09-16T09:06:09.327Z] Step 20/22 : LABEL arch=x86_64 [2020-09-16T09:06:09.327Z] ---> Running in 7b1a085bfd60 [2020-09-16T09:06:09.327Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-16T09:06:09.327Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-16T09:06:09.327Z] Successfully built b4f7b4774ae1 [2020-09-16T09:06:09.589Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-16T09:06:09.589Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-09-16T09:06:09.589Z] ---> Running in d4731b0aa2e5 [2020-09-16T09:06:09.589Z] Collecting idna<2.8,>=2.5 [2020-09-16T09:06:09.589Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-16T09:06:09.589Z] 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-09-16T09:06:09.589Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-16T09:06:09.589Z] Removing intermediate container 7b1a085bfd60 [2020-09-16T09:06:09.589Z] ---> 3032160b168a [2020-09-16T09:06:09.589Z] [2020-09-16T09:06:09.589Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-16T09:06:09.589Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-16T09:06:09.589Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-16T09:06:09.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:09.853Z] Removing intermediate container d4731b0aa2e5 [2020-09-16T09:06:09.853Z] ---> 44b69acfdeac [2020-09-16T09:06:09.853Z] Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:06:09.853Z] Successfully built 3032160b168a [2020-09-16T09:06:09.853Z] Installing collected packages: texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docopt, jsonschema, docker-compose [2020-09-16T09:06:09.853Z] Running setup.py install for texttable: started [2020-09-16T09:06:09.853Z] Successfully tagged docker-support-logging-go:latest [2020-09-16T09:06:09.853Z] Building docker-security-secrets-setup-go [2020-09-16T09:06:10.124Z]  Building docker-support-logging-go ... done  ---> Running in 3183140a046a [2020-09-16T09:06:10.387Z] Running setup.py install for texttable: finished with status 'done' [2020-09-16T09:06:10.387Z] Attempting uninstall: urllib3 [2020-09-16T09:06:10.387Z] Found existing installation: urllib3 1.25.9 [2020-09-16T09:06:10.387Z] Uninstalling urllib3-1.25.9: [2020-09-16T09:06:10.387Z] Removing intermediate container 3183140a046a [2020-09-16T09:06:10.387Z] ---> 38a15e3c62d6 [2020-09-16T09:06:10.387Z] Step 22/22 : LABEL version=1.2.2-dev.26 [2020-09-16T09:06:10.649Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-16T09:06:12.572Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-16T09:06:12.839Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-16T09:06:13.104Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-16T09:06:14.053Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-16T09:06:14.315Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:06:14.315Z] Successfully uninstalled urllib3-1.25.9 [2020-09-16T09:06:14.577Z] OK: 8 MiB in 19 packages [2020-09-16T09:06:15.526Z] ---> Running in c61f7de4c054 [2020-09-16T09:06:15.526Z] Attempting uninstall: idna [2020-09-16T09:06:15.526Z] Found existing installation: idna 2.9 [2020-09-16T09:06:15.526Z] Uninstalling idna-2.9: [2020-09-16T09:06:16.102Z] Successfully uninstalled idna-2.9 [2020-09-16T09:06:17.057Z] Removing intermediate container c61f7de4c054 [2020-09-16T09:06:17.057Z] ---> 0882fa8b5e40 [2020-09-16T09:06:17.057Z] [2020-09-16T09:06:17.057Z] Attempting uninstall: requests [2020-09-16T09:06:17.057Z] Found existing installation: requests 2.23.0 [2020-09-16T09:06:17.057Z] Uninstalling requests-2.23.0: [2020-09-16T09:06:17.057Z] Successfully uninstalled requests-2.23.0 [2020-09-16T09:06:18.644Z] Fetching without tags [2020-09-16T09:06:18.993Z] Successfully built 0882fa8b5e40 [2020-09-16T09:06:18.994Z] Removing intermediate container 810e35c3eb4a [2020-09-16T09:06:18.994Z] ---> 6327d06433be [2020-09-16T09:06:18.994Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-16T09:06:18.994Z] Successfully tagged docker-core-metadata-go:latest [2020-09-16T09:06:18.994Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-09-16T09:06:19.191Z] Checking out Revision 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 (master) [2020-09-16T09:06:18.588Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-16T09:06:18.605Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:06:18.633Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-16T09:06:18.665Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-16T09:06:18.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:06:18.677Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:06:19.225Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T09:06:19.247Z] > git checkout -f 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 # timeout=10 [2020-09-16T09:06:23.628Z] Commit message: "Merge pull request #2694 from cloudxxx8/issue-2693" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-16T09:06:25.632Z] Running setup.py install for PyYAML: started [2020-09-16T09:06:25.903Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:06:25.903Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:06:25.903Z] ---> 100e0101147f [2020-09-16T09:06:25.903Z] Step 3/26 : WORKDIR /edgex-go [2020-09-16T09:06:25.903Z] ---> Using cache [2020-09-16T09:06:25.903Z] ---> 60bd8fbf1c4f [2020-09-16T09:06:25.903Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:06:25.903Z] ---> Using cache [2020-09-16T09:06:25.903Z] ---> 8d0684061429 [2020-09-16T09:06:25.903Z] Step 5/26 : RUN apk update && apk add make git [2020-09-16T09:06:25.903Z] ---> Using cache [2020-09-16T09:06:25.903Z] ---> 53fb94c48289 [2020-09-16T09:06:25.903Z] Step 6/26 : COPY go.mod . [2020-09-16T09:06:25.903Z] ---> Using cache [2020-09-16T09:06:25.903Z] ---> 8a3e44540344 [2020-09-16T09:06:25.903Z] Step 7/26 : RUN go mod download [2020-09-16T09:06:25.903Z] ---> Using cache [2020-09-16T09:06:25.903Z] ---> 924cbfdf0b29 [2020-09-16T09:06:25.903Z] Step 8/26 : COPY . . [2020-09-16T09:06:25.903Z] ---> Using cache [2020-09-16T09:06:25.903Z] ---> 15bd27b7fb54 [2020-09-16T09:06:25.903Z] 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-09-16T09:06:26.872Z] ---> 68180dbd215b [2020-09-16T09:06:26.872Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-16T09:06:27.144Z] ---> Running in 965d8b356db7 [2020-09-16T09:06:27.734Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:06:27.734Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-16T09:06:27.734Z] ---> 100e0101147f [2020-09-16T09:06:27.734Z] Step 3/29 : WORKDIR /edgex-go [2020-09-16T09:06:27.734Z] ---> Using cache [2020-09-16T09:06:27.734Z] ---> 60bd8fbf1c4f [2020-09-16T09:06:27.734Z] Step 4/29 : RUN apk update && apk add make git [2020-09-16T09:06:29.132Z] ---> Running in e7a76e8e239b [2020-09-16T09:06:29.475Z] ---> 099c414332a7 [2020-09-16T09:06:29.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-16T09:06:29.475Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-16T09:06:29.475Z] Running setup.py install for dockerpty: started [2020-09-16T09:06:29.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-16T09:06:30.016Z] ---> 8b5d8fe8f0ec [2020-09-16T09:06:30.016Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-16T09:06:30.016Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-16T09:06:30.016Z] Running setup.py install for docopt: started [2020-09-16T09:06:30.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:30.016Z] ---> Running in 891ce46ce684 [2020-09-16T09:06:30.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:30.992Z] Running setup.py install for docopt: finished with status 'done' [2020-09-16T09:06:31.966Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:06:31.967Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:06:31.967Z] OK: 12750 distinct packages available [2020-09-16T09:06:31.967Z] Removing intermediate container 891ce46ce684 [2020-09-16T09:06:31.967Z] ---> be2b212e3761 [2020-09-16T09:06:31.967Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:06:32.245Z] OK: 233 MiB in 51 packages [2020-09-16T09:06:33.679Z] ---> Running in 5427e3cc97be [2020-09-16T09:06:33.679Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-09-16T09:06:33.962Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:06:33.962Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:06:33.962Z] ---> 100e0101147f [2020-09-16T09:06:33.962Z] Step 3/24 : WORKDIR /edgex-go [2020-09-16T09:06:33.962Z] ---> Using cache [2020-09-16T09:06:33.962Z] ---> 60bd8fbf1c4f [2020-09-16T09:06:33.962Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:06:33.962Z] ---> Using cache [2020-09-16T09:06:33.962Z] ---> 8d0684061429 [2020-09-16T09:06:33.962Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-16T09:06:34.941Z] ---> Running in 296188e6f205 [2020-09-16T09:06:35.216Z] Removing intermediate container 5427e3cc97be [2020-09-16T09:06:35.216Z] ---> 1c2f54db99d9 [2020-09-16T09:06:35.216Z] Step 21/23 : LABEL arch=x86_64 [2020-09-16T09:06:35.485Z] ---> Running in ca6b48001f14 [2020-09-16T09:06:35.485Z] Removing intermediate container e7a76e8e239b [2020-09-16T09:06:35.485Z] ---> 8e72d0c528be [2020-09-16T09:06:35.485Z] Step 5/29 : COPY go.mod . [2020-09-16T09:06:35.758Z] Removing intermediate container ca6b48001f14 [2020-09-16T09:06:35.758Z] ---> bd8878a139f6 [2020-09-16T09:06:35.758Z] Step 22/23 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:06:36.029Z] ---> Running in 9e9efb78c761 [2020-09-16T09:06:36.029Z] ---> 0cc61777e6a4 [2020-09-16T09:06:36.029Z] Step 6/29 : RUN go mod download [Pipeline] echo [2020-09-16T09:06:36.188Z] ========================================================= [2020-09-16T09:06:36.188Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T09:06:36.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:06:36.295Z] ---> Running in f4aff6adbd79 [2020-09-16T09:06:36.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:36.886Z] Removing intermediate container 9e9efb78c761 [2020-09-16T09:06:36.886Z] ---> d1b44f89d6d7 [2020-09-16T09:06:36.886Z] Step 23/23 : LABEL version=1.2.2-dev.26 [2020-09-16T09:06:37.051Z] + 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-09-16T09:06:37.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:38.105Z] ---> Running in 6e6b31883ce5 [2020-09-16T09:06:38.388Z] Removing intermediate container 4186bade9df6 [2020-09-16T09:06:38.388Z] ---> aadef91d18d8 [2020-09-16T09:06:38.388Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-16T09:06:38.388Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:06:38.388Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:06:38.388Z] OK: 12750 distinct packages available [2020-09-16T09:06:38.388Z] ---> Running in fe97f401c4ac [2020-09-16T09:06:38.388Z] Removing intermediate container 6e6b31883ce5 [2020-09-16T09:06:38.388Z] ---> cdeb6013f7a5 [2020-09-16T09:06:38.388Z] [2020-09-16T09:06:38.673Z] Successfully built cdeb6013f7a5 [2020-09-16T09:06:38.673Z] Successfully tagged docker-core-data-go:latest [2020-09-16T09:06:38.673Z] Building docker-support-scheduler-go [2020-09-16T09:06:38.673Z] OK: 233 MiB in 51 packages [2020-09-16T09:06:39.269Z]  Building docker-core-data-go ... done Removing intermediate container f4aff6adbd79 [2020-09-16T09:06:39.269Z] ---> 95d79ccda6a0 [2020-09-16T09:06:39.269Z] Step 7/29 : COPY . . [2020-09-16T09:06:39.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:39.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:06:39.799Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-16T09:06:40.759Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-16T09:06:40.759Z] (3/3) Installing curl (7.69.1-r1) [2020-09-16T09:06:40.759Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:06:41.338Z] OK: 72 MiB in 58 packages [2020-09-16T09:06:41.373Z] Sending build context to Docker daemon 323.2MB [2020-09-16T09:06:41.373Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T09:06:41.373Z] Step 2/7 : FROM ${BASE} [2020-09-16T09:06:41.373Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T09:06:41.373Z] b538f80385f9: Pulling fs layer [2020-09-16T09:06:41.373Z] 74f711af9a0d: Pulling fs layer [2020-09-16T09:06:41.373Z] 99f96fe45779: Pulling fs layer [2020-09-16T09:06:41.373Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T09:06:41.373Z] 45590311c82a: Pulling fs layer [2020-09-16T09:06:41.373Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T09:06:41.373Z] 209524e5b208: Pulling fs layer [2020-09-16T09:06:41.373Z] 45590311c82a: Waiting [2020-09-16T09:06:41.373Z] 69ca0ff8b7b3: Waiting [2020-09-16T09:06:41.373Z] 209524e5b208: Waiting [2020-09-16T09:06:41.373Z] 8529a6b9a6be: Waiting [2020-09-16T09:06:41.373Z] 99f96fe45779: Verifying Checksum [2020-09-16T09:06:41.373Z] 99f96fe45779: Download complete [2020-09-16T09:06:41.373Z] 74f711af9a0d: Verifying Checksum [2020-09-16T09:06:41.373Z] 74f711af9a0d: Download complete [2020-09-16T09:06:41.645Z] 45590311c82a: Download complete [2020-09-16T09:06:41.645Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T09:06:41.645Z] 69ca0ff8b7b3: Download complete [2020-09-16T09:06:41.921Z] b538f80385f9: Verifying Checksum [2020-09-16T09:06:41.921Z] b538f80385f9: Download complete [2020-09-16T09:06:42.292Z] Removing intermediate container 296188e6f205 [2020-09-16T09:06:42.292Z] ---> 3417fb9fe644 [2020-09-16T09:06:42.292Z] Step 6/24 : COPY go.mod . [2020-09-16T09:06:42.523Z] b538f80385f9: Pull complete [2020-09-16T09:06:43.122Z] 74f711af9a0d: Pull complete [2020-09-16T09:06:43.397Z] 99f96fe45779: Pull complete [2020-09-16T09:06:44.393Z] 209524e5b208: Verifying Checksum [2020-09-16T09:06:44.393Z] 209524e5b208: Download complete [2020-09-16T09:06:46.375Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T09:06:46.375Z] 8529a6b9a6be: Download complete [2020-09-16T09:06:46.533Z] ---> ff62135d5859 [2020-09-16T09:06:46.533Z] Step 7/24 : RUN go mod download [2020-09-16T09:06:50.126Z] ---> Running in b2ecd63c7568 [2020-09-16T09:06:50.770Z] Removing intermediate container fe97f401c4ac [2020-09-16T09:06:50.770Z] ---> 695cf59b11ad [2020-09-16T09:06:50.770Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-16T09:06:52.734Z] ---> Running in c7452590a925 [2020-09-16T09:06:53.708Z] Removing intermediate container c7452590a925 [2020-09-16T09:06:53.708Z] ---> 79a119732802 [2020-09-16T09:06:53.708Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:06:53.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-16T09:06:53.970Z] ---> Running in c01f2327a905 [2020-09-16T09:06:53.970Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:06:53.970Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:06:53.970Z] ---> 100e0101147f [2020-09-16T09:06:53.970Z] Step 3/21 : WORKDIR /edgex-go [2020-09-16T09:06:53.970Z] ---> Using cache [2020-09-16T09:06:53.970Z] ---> 60bd8fbf1c4f [2020-09-16T09:06:53.970Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:06:53.970Z] ---> Using cache [2020-09-16T09:06:53.970Z] ---> 8d0684061429 [2020-09-16T09:06:53.970Z] Step 5/21 : RUN apk update && apk add make git [2020-09-16T09:06:53.970Z] ---> Using cache [2020-09-16T09:06:53.970Z] ---> 53fb94c48289 [2020-09-16T09:06:53.970Z] Step 6/21 : COPY go.mod . [2020-09-16T09:06:53.970Z] ---> Using cache [2020-09-16T09:06:53.970Z] ---> 8a3e44540344 [2020-09-16T09:06:53.970Z] Step 7/21 : RUN go mod download [2020-09-16T09:06:53.970Z] ---> Using cache [2020-09-16T09:06:53.970Z] ---> 924cbfdf0b29 [2020-09-16T09:06:53.970Z] Step 8/21 : COPY . . [2020-09-16T09:06:53.970Z] ---> Using cache [2020-09-16T09:06:53.970Z] ---> 15bd27b7fb54 [2020-09-16T09:06:53.970Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-16T09:06:56.525Z] ---> Running in c8754311f03c [2020-09-16T09:06:56.525Z] Removing intermediate container c01f2327a905 [2020-09-16T09:06:56.525Z] ---> 0b1196f2322a [2020-09-16T09:06:56.525Z] Step 25/27 : LABEL arch=x86_64 [2020-09-16T09:06:56.543Z] 8529a6b9a6be: Pull complete [2020-09-16T09:06:56.543Z] 45590311c82a: Pull complete [2020-09-16T09:06:56.789Z] ---> Running in c7cfc9f23963 [2020-09-16T09:06:56.819Z] 69ca0ff8b7b3: Pull complete [2020-09-16T09:06:57.053Z] ---> 0e18edc9f226 [2020-09-16T09:06:57.053Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-16T09:06:57.053Z] ---> Running in d5b0f8e9e6d8 [2020-09-16T09:06:57.053Z] Removing intermediate container b2ecd63c7568 [2020-09-16T09:06:57.053Z] ---> 623ded072e94 [2020-09-16T09:06:57.053Z] Step 8/24 : COPY . . [2020-09-16T09:06:57.325Z] Removing intermediate container c7cfc9f23963 [2020-09-16T09:06:57.325Z] ---> c61b7639a4e7 [2020-09-16T09:06:57.325Z] Step 26/27 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:06:57.325Z] ---> Running in 8d9295053b56 [2020-09-16T09:06:57.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-16T09:06:58.202Z] Removing intermediate container 8d9295053b56 [2020-09-16T09:06:58.202Z] ---> 77e5ad476a87 [2020-09-16T09:06:58.202Z] Step 27/27 : LABEL version=1.2.2-dev.26 [2020-09-16T09:06:58.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-16T09:06:58.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-16T09:06:58.787Z] ---> Running in 53368c300729 [2020-09-16T09:07:01.160Z] 209524e5b208: Pull complete [2020-09-16T09:07:01.160Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T09:07:01.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T09:07:01.160Z] ---> 5bddaf1c2fca [2020-09-16T09:07:01.160Z] 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-09-16T09:07:03.061Z] Removing intermediate container 53368c300729 [2020-09-16T09:07:03.061Z] ---> e11376e2c954 [2020-09-16T09:07:03.061Z] [2020-09-16T09:07:03.061Z] Successfully built e11376e2c954 [2020-09-16T09:07:03.061Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-16T09:07:03.061Z] Building docker-core-command-go [2020-09-16T09:07:05.509Z] ---> Running in b9c3610936dc [2020-09-16T09:07:06.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:07:07.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:07:09.395Z] (1/12) Installing libmagic (5.38-r0) [2020-09-16T09:07:09.666Z] (2/12) Installing file (5.38-r0) [2020-09-16T09:07:09.939Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-16T09:07:09.939Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-16T09:07:15.413Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 965d8b356db7 [2020-09-16T09:07:15.413Z] ---> d3a5037b19db [2020-09-16T09:07:15.413Z] [2020-09-16T09:07:15.413Z] Step 10/26 : FROM alpine:3.10 [2020-09-16T09:07:15.413Z] 3.10: Pulling from library/alpine [2020-09-16T09:07:15.413Z] ---> b7428f44cf49 [2020-09-16T09:07:15.413Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-16T09:07:15.413Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-16T09:07:15.413Z] ---> Running in 52ad216e766b [2020-09-16T09:07:15.413Z] Status: Downloaded newer image for alpine:3.10 [2020-09-16T09:07:15.413Z] ---> be4e4bea2c2e [2020-09-16T09:07:15.413Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-16T09:07:15.413Z] ---> Running in b20b46a20813 [2020-09-16T09:07:17.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-16T09:07:17.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:07:18.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:07:18.506Z] v3.10.5-87-g3e7a2f0987 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-16T09:07:18.506Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-16T09:07:18.506Z] OK: 10346 distinct packages available [2020-09-16T09:07:18.506Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-16T09:07:18.775Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-16T09:07:18.775Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-16T09:07:18.775Z] (4/5) Installing curl (7.66.0-r1) [2020-09-16T09:07:18.775Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-16T09:07:18.775Z] Executing busybox-1.30.1-r3.trigger [2020-09-16T09:07:18.775Z] Executing ca-certificates-20191127-r2.trigger [2020-09-16T09:07:18.775Z] OK: 7 MiB in 19 packages [2020-09-16T09:07:19.050Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:07:19.050Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:07:19.050Z] ---> 100e0101147f [2020-09-16T09:07:19.050Z] Step 3/22 : WORKDIR /edgex-go [2020-09-16T09:07:19.050Z] ---> Using cache [2020-09-16T09:07:19.050Z] ---> 60bd8fbf1c4f [2020-09-16T09:07:19.050Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:07:19.050Z] ---> Using cache [2020-09-16T09:07:19.050Z] ---> 8d0684061429 [2020-09-16T09:07:19.050Z] Step 5/22 : RUN apk update && apk add make git [2020-09-16T09:07:19.050Z] ---> Using cache [2020-09-16T09:07:19.050Z] ---> 53fb94c48289 [2020-09-16T09:07:19.050Z] Step 6/22 : COPY go.mod . [2020-09-16T09:07:19.050Z] ---> Using cache [2020-09-16T09:07:19.050Z] ---> 8a3e44540344 [2020-09-16T09:07:19.050Z] Step 7/22 : RUN go mod download [2020-09-16T09:07:19.050Z] ---> Using cache [2020-09-16T09:07:19.050Z] ---> 924cbfdf0b29 [2020-09-16T09:07:19.050Z] Step 8/22 : COPY . . [2020-09-16T09:07:19.050Z] ---> Using cache [2020-09-16T09:07:19.050Z] ---> 15bd27b7fb54 [2020-09-16T09:07:19.050Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-16T09:07:20.074Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-16T09:07:20.345Z] (6/12) Installing patch (2.7.6-r6) [2020-09-16T09:07:20.345Z] (7/12) Installing build-base (0.5-r2) [2020-09-16T09:07:20.345Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-16T09:07:20.615Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-16T09:07:20.615Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-16T09:07:20.615Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-16T09:07:20.888Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-16T09:07:20.888Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:07:20.888Z] OK: 217 MiB in 51 packages [2020-09-16T09:07:20.992Z] ---> Running in 3110ce3390ea [2020-09-16T09:07:21.973Z] Removing intermediate container b20b46a20813 [2020-09-16T09:07:21.973Z] ---> 1c9a48ec4514 [2020-09-16T09:07:21.973Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-16T09:07:22.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-command/core-command ./cmd/core-command [2020-09-16T09:07:22.246Z] ---> Running in 73c7a9f12070 [2020-09-16T09:07:22.531Z] Removing intermediate container 73c7a9f12070 [2020-09-16T09:07:22.531Z] ---> 75322b6affbb [2020-09-16T09:07:22.531Z] Step 13/26 : WORKDIR / [2020-09-16T09:07:22.531Z] ---> Running in bfa782bece5f [2020-09-16T09:07:22.800Z] Removing intermediate container bfa782bece5f [2020-09-16T09:07:22.801Z] ---> 188079b78441 [2020-09-16T09:07:22.801Z] 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-09-16T09:07:23.415Z] ---> e9514cf38442 [2020-09-16T09:07:23.415Z] 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-09-16T09:07:25.211Z] Removing intermediate container b9c3610936dc [2020-09-16T09:07:25.211Z] ---> 261dd42a72e3 [2020-09-16T09:07:25.211Z] Step 4/7 : WORKDIR /edgex-go [2020-09-16T09:07:25.211Z] ---> Running in b316425eb795 [2020-09-16T09:07:25.397Z] ---> d08395e15cee [2020-09-16T09:07:25.398Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-16T09:07:25.398Z] Removing intermediate container d5b0f8e9e6d8 [2020-09-16T09:07:25.398Z] ---> 582933ef5996 [2020-09-16T09:07:25.398Z] [2020-09-16T09:07:25.398Z] Step 9/29 : FROM alpine:latest [2020-09-16T09:07:25.398Z] ---> a24bb4013296 [2020-09-16T09:07:25.398Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-16T09:07:25.672Z] ---> Running in cf02a8608318 [2020-09-16T09:07:25.672Z] ---> 91eae6f1aa9e [2020-09-16T09:07:25.672Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-16T09:07:25.811Z] Removing intermediate container b316425eb795 [2020-09-16T09:07:25.812Z] ---> 28d2a8e7c99c [2020-09-16T09:07:25.812Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-16T09:07:25.945Z] Removing intermediate container cf02a8608318 [2020-09-16T09:07:25.945Z] ---> a9e85be508ff [2020-09-16T09:07:25.945Z] Step 11/29 : USER root [2020-09-16T09:07:26.089Z] latest: Pulling from library/docker [2020-09-16T09:07:26.089Z] b538f80385f9: Already exists [2020-09-16T09:07:26.089Z] 259a493cd78d: Pulling fs layer [2020-09-16T09:07:26.089Z] b8e66b5100f5: Pulling fs layer [2020-09-16T09:07:26.089Z] 39dc9c94d07c: Pulling fs layer [2020-09-16T09:07:26.089Z] 551b823b3b82: Pulling fs layer [2020-09-16T09:07:26.089Z] 3c52a74df98c: Pulling fs layer [2020-09-16T09:07:26.089Z] 6c9b121b6998: Pulling fs layer [2020-09-16T09:07:26.089Z] 551b823b3b82: Waiting [2020-09-16T09:07:26.089Z] 3c52a74df98c: Waiting [2020-09-16T09:07:26.089Z] 6c9b121b6998: Waiting [2020-09-16T09:07:26.369Z] b8e66b5100f5: Verifying Checksum [2020-09-16T09:07:26.369Z] b8e66b5100f5: Download complete [2020-09-16T09:07:26.369Z] 259a493cd78d: Verifying Checksum [2020-09-16T09:07:26.369Z] 259a493cd78d: Download complete [2020-09-16T09:07:26.369Z] 551b823b3b82: Verifying Checksum [2020-09-16T09:07:26.369Z] 551b823b3b82: Download complete [2020-09-16T09:07:26.369Z] 3c52a74df98c: Verifying Checksum [2020-09-16T09:07:26.369Z] 3c52a74df98c: Download complete [2020-09-16T09:07:26.647Z] 6c9b121b6998: Verifying Checksum [2020-09-16T09:07:26.647Z] 6c9b121b6998: Download complete [2020-09-16T09:07:26.924Z] ---> Running in acef5e548da7 [2020-09-16T09:07:27.255Z] 259a493cd78d: Pull complete [2020-09-16T09:07:27.567Z] b8e66b5100f5: Pull complete [2020-09-16T09:07:27.567Z] 39dc9c94d07c: Verifying Checksum [2020-09-16T09:07:27.567Z] 39dc9c94d07c: Download complete [2020-09-16T09:07:28.937Z] ---> 7f867c874239 [2020-09-16T09:07:28.937Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-16T09:07:29.243Z] Removing intermediate container acef5e548da7 [2020-09-16T09:07:29.244Z] ---> 46e4bf7378da [2020-09-16T09:07:29.244Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-16T09:07:29.244Z] Removing intermediate container c8754311f03c [2020-09-16T09:07:29.244Z] ---> 35ddf9f5a5a1 [2020-09-16T09:07:29.244Z] [2020-09-16T09:07:29.244Z] Step 10/21 : FROM scratch [2020-09-16T09:07:29.244Z] ---> [2020-09-16T09:07:29.244Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:07:29.244Z] ---> Running in 24ca0de32653 [2020-09-16T09:07:29.846Z] ---> Using cache [2020-09-16T09:07:29.846Z] ---> 1a1aac19c0e4 [2020-09-16T09:07:29.846Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-16T09:07:29.846Z] ---> 0dac48f581a1 [2020-09-16T09:07:29.846Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-16T09:07:29.846Z] ---> Running in 0a6de1274650 [2020-09-16T09:07:30.973Z] 39dc9c94d07c: Pull complete [2020-09-16T09:07:31.249Z] 551b823b3b82: Pull complete [2020-09-16T09:07:31.526Z] 3c52a74df98c: Pull complete [2020-09-16T09:07:31.798Z] 6c9b121b6998: Pull complete [2020-09-16T09:07:31.798Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-16T09:07:31.798Z] Status: Downloaded newer image for docker:latest [2020-09-16T09:07:31.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:07:31.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:07:31.849Z] Removing intermediate container 0a6de1274650 [2020-09-16T09:07:31.849Z] ---> 4060774395a3 [2020-09-16T09:07:31.849Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-16T09:07:32.117Z] ---> 582f0b53dbe3 [2020-09-16T09:07:32.117Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-16T09:07:32.117Z] ---> Running in f1d054f8d992 [2020-09-16T09:07:32.117Z] v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:07:32.117Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:07:32.117Z] OK: 12748 distinct packages available [2020-09-16T09:07:32.393Z] Removing intermediate container f1d054f8d992 [2020-09-16T09:07:32.393Z] ---> 7621f3aa4349 [2020-09-16T09:07:32.393Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-16T09:07:32.393Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-16T09:07:32.668Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-16T09:07:32.668Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:07:32.668Z] Executing ca-certificates-20191127-r4.trigger [2020-09-16T09:07:32.668Z] OK: 6 MiB in 16 packages [2020-09-16T09:07:32.934Z] ---> ca8648b7cb35 [2020-09-16T09:07:32.934Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-16T09:07:32.934Z] ---> 7c33ae5d702e [2020-09-16T09:07:32.934Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-16T09:07:33.518Z] ---> e199edfa040f [2020-09-16T09:07:33.518Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-16T09:07:33.792Z] ---> Running in 72f81bc0be11 [2020-09-16T09:07:34.556Z] ---> cbac9302209d [2020-09-16T09:07:34.556Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-16T09:07:34.556Z] Removing intermediate container 24ca0de32653 [2020-09-16T09:07:34.556Z] ---> 819c2309af0d [2020-09-16T09:07:34.556Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-16T09:07:34.556Z] ---> Running in 8eed1951c47d [2020-09-16T09:07:35.186Z] ---> 6d19a5802aeb [2020-09-16T09:07:35.186Z] Step 6/7 : COPY go.mod . [2020-09-16T09:07:35.787Z] ---> b48be431767f [2020-09-16T09:07:35.787Z] Step 7/7 : RUN go mod download [2020-09-16T09:07:36.075Z] ---> Running in 5ada725c7853 [2020-09-16T09:07:36.611Z] Removing intermediate container 8eed1951c47d [2020-09-16T09:07:36.611Z] ---> 995420858e64 [2020-09-16T09:07:36.611Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-16T09:07:36.611Z] ---> dc192f3cd08d [2020-09-16T09:07:36.611Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-16T09:07:37.198Z] ---> Running in 5c708407e813 [2020-09-16T09:07:37.198Z] ---> Running in 2bc33faf9250 [2020-09-16T09:07:37.475Z] Removing intermediate container 2bc33faf9250 [2020-09-16T09:07:37.475Z] ---> 956d495c3ce9 [2020-09-16T09:07:37.475Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:07:37.475Z] Removing intermediate container 5c708407e813 [2020-09-16T09:07:37.475Z] ---> 04339c240a37 [2020-09-16T09:07:37.475Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-16T09:07:37.744Z] Removing intermediate container 72f81bc0be11 [2020-09-16T09:07:37.744Z] ---> 5685fe049fe9 [2020-09-16T09:07:37.744Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-16T09:07:37.744Z] ---> Running in 43fdbb881d40 [2020-09-16T09:07:37.744Z] ---> Running in b47b8b90b8fc [2020-09-16T09:07:38.012Z] ---> Running in b3dbe6bada73 [2020-09-16T09:07:38.277Z] Removing intermediate container b47b8b90b8fc [2020-09-16T09:07:38.277Z] ---> 6fb9fce26e6e [2020-09-16T09:07:38.277Z] Step 19/21 : LABEL arch=x86_64 [2020-09-16T09:07:38.554Z] Removing intermediate container b3dbe6bada73 [2020-09-16T09:07:38.554Z] ---> 819d94662b4b [2020-09-16T09:07:38.554Z] Step 24/26 : LABEL arch=x86_64 [2020-09-16T09:07:38.554Z] ---> Running in ddab7af24444 [2020-09-16T09:07:38.554Z] ---> Running in feb138615d25 [2020-09-16T09:07:38.827Z] Removing intermediate container ddab7af24444 [2020-09-16T09:07:38.827Z] ---> 2f755e904b01 [2020-09-16T09:07:38.827Z] Step 20/21 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:07:39.102Z] Removing intermediate container feb138615d25 [2020-09-16T09:07:39.102Z] ---> 7b3604129d5a [2020-09-16T09:07:39.102Z] Step 25/26 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:07:39.102Z] ---> Running in 76ca7904a90a [2020-09-16T09:07:39.102Z] ---> Running in 55aeec25fab1 [2020-09-16T09:07:39.364Z] Removing intermediate container 76ca7904a90a [2020-09-16T09:07:39.364Z] ---> 9f06b23e5f38 [2020-09-16T09:07:39.364Z] Step 21/21 : LABEL version=1.2.2-dev.26 [2020-09-16T09:07:39.628Z] ---> Running in 16e24a38d697 [2020-09-16T09:07:39.628Z] Removing intermediate container 43fdbb881d40 [2020-09-16T09:07:39.628Z] ---> 4f181a7eaef7 [2020-09-16T09:07:39.628Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-16T09:07:39.628Z] Removing intermediate container 55aeec25fab1 [2020-09-16T09:07:39.628Z] ---> 847119c6c0f9 [2020-09-16T09:07:39.628Z] Step 26/26 : LABEL version=1.2.2-dev.26 [2020-09-16T09:07:39.628Z] ---> Running in ce0c1e908b68 [2020-09-16T09:07:39.898Z] Removing intermediate container 16e24a38d697 [2020-09-16T09:07:39.898Z] ---> 4b2c33f989b4 [2020-09-16T09:07:39.898Z] [2020-09-16T09:07:40.171Z] Successfully built 4b2c33f989b4 [2020-09-16T09:07:40.435Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-16T09:07:40.435Z]  Building docker-support-scheduler-go ... done Removing intermediate container ce0c1e908b68 [2020-09-16T09:07:40.435Z] ---> 0fd0a5eebd43 [2020-09-16T09:07:40.435Z] [2020-09-16T09:07:40.698Z] Successfully built 0fd0a5eebd43 [2020-09-16T09:07:41.648Z] ---> a7321030a286 [2020-09-16T09:07:41.648Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-16T09:07:41.648Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-16T09:07:42.222Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 52ad216e766b [2020-09-16T09:07:42.222Z] ---> 5a13208cf6f8 [2020-09-16T09:07:42.222Z] [2020-09-16T09:07:42.222Z] Step 10/24 : FROM scratch [2020-09-16T09:07:42.222Z] ---> [2020-09-16T09:07:42.222Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-16T09:07:42.222Z] ---> Using cache [2020-09-16T09:07:42.222Z] ---> cd5320136995 [2020-09-16T09:07:42.222Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-16T09:07:43.615Z] ---> Running in 34f156c7b674 [2020-09-16T09:07:43.615Z] ---> 91b5acb3ebad [2020-09-16T09:07:43.615Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-16T09:07:43.615Z] Removing intermediate container 3110ce3390ea [2020-09-16T09:07:43.615Z] ---> c7b88c0eeea9 [2020-09-16T09:07:43.615Z] [2020-09-16T09:07:43.615Z] Step 10/22 : FROM scratch [2020-09-16T09:07:43.615Z] ---> [2020-09-16T09:07:43.615Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:07:43.878Z] Removing intermediate container 34f156c7b674 [2020-09-16T09:07:43.878Z] ---> 58915748e14c [2020-09-16T09:07:43.878Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-16T09:07:43.878Z] ---> Using cache [2020-09-16T09:07:43.878Z] ---> 1a1aac19c0e4 [2020-09-16T09:07:43.878Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-16T09:07:43.878Z] ---> Running in affe11b7351d [2020-09-16T09:07:43.878Z] ---> Running in e95282006a79 [2020-09-16T09:07:43.878Z] ---> dabce2850e4e [2020-09-16T09:07:43.878Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-16T09:07:44.140Z] Removing intermediate container affe11b7351d [2020-09-16T09:07:44.140Z] ---> 813a7f4f8a48 [2020-09-16T09:07:44.140Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-16T09:07:44.140Z] Removing intermediate container e95282006a79 [2020-09-16T09:07:44.140Z] ---> 914f57fa9a98 [2020-09-16T09:07:44.140Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-16T09:07:44.140Z] ---> Running in 72bc0e14ac36 [2020-09-16T09:07:44.402Z] ---> f1d60a45a9a3 [2020-09-16T09:07:44.402Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-16T09:07:44.975Z] ---> 3fcb7dc9246c [2020-09-16T09:07:44.975Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-16T09:07:44.975Z] Removing intermediate container 72bc0e14ac36 [2020-09-16T09:07:44.975Z] ---> 869bc317b56b [2020-09-16T09:07:44.975Z] Step 14/22 : WORKDIR / [2020-09-16T09:07:45.238Z] ---> Running in 36c032044fc6 [2020-09-16T09:07:45.238Z] ---> f186be1366ab [2020-09-16T09:07:45.238Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-16T09:07:45.501Z] ---> Running in 575a27e69b3e [2020-09-16T09:07:46.454Z] ---> aaff229eb8c8 [2020-09-16T09:07:46.455Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-16T09:07:46.455Z] Removing intermediate container 36c032044fc6 [2020-09-16T09:07:46.455Z] ---> 0f2fa7e0bebf [2020-09-16T09:07:46.455Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-16T09:07:46.455Z] ---> 48aeb25be520 [2020-09-16T09:07:46.455Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-16T09:07:46.731Z] ---> 3a0fd373dde0 [2020-09-16T09:07:46.731Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-16T09:07:47.306Z] ---> 416881184e6e [2020-09-16T09:07:47.306Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-16T09:07:47.306Z] ---> 95d9b40e6aee [2020-09-16T09:07:47.306Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-16T09:07:48.256Z] Removing intermediate container 575a27e69b3e [2020-09-16T09:07:48.256Z] ---> 3c264bd4599c [2020-09-16T09:07:48.256Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-16T09:07:48.256Z] ---> 6b2633daba6b [2020-09-16T09:07:48.256Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-16T09:07:48.256Z] ---> 6b318921c7c3 [2020-09-16T09:07:48.256Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-16T09:07:48.256Z] ---> Running in de0f089f0637 [2020-09-16T09:07:48.519Z] ---> cd93b0252227 [2020-09-16T09:07:48.519Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-16T09:07:48.519Z] Removing intermediate container de0f089f0637 [2020-09-16T09:07:48.519Z] ---> 7dba6d740c42 [2020-09-16T09:07:48.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:07:48.519Z] ---> Running in 52255027e65a [2020-09-16T09:07:48.781Z] ---> a557d00d7c9c [2020-09-16T09:07:48.781Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-16T09:07:48.781Z] ---> Running in 30b04bfda301 [2020-09-16T09:07:48.781Z] ---> Running in 3c50e0b5209b [2020-09-16T09:07:49.048Z] Removing intermediate container 30b04bfda301 [2020-09-16T09:07:49.048Z] ---> e316e800a4a2 [2020-09-16T09:07:49.048Z] Step 20/22 : LABEL arch=x86_64 [2020-09-16T09:07:49.048Z] ---> Running in 4acf4ff52637 [2020-09-16T09:07:49.313Z] Removing intermediate container 3c50e0b5209b [2020-09-16T09:07:49.313Z] ---> a4fa126de2e3 [2020-09-16T09:07:49.313Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:07:49.313Z] ---> Running in 20d3b76e215d [2020-09-16T09:07:49.313Z] Removing intermediate container 4acf4ff52637 [2020-09-16T09:07:49.313Z] ---> 00aeec3fb7c1 [2020-09-16T09:07:49.313Z] Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:07:49.313Z] ---> Running in 1d8b384b8fa8 [2020-09-16T09:07:49.580Z] Removing intermediate container 20d3b76e215d [2020-09-16T09:07:49.580Z] ---> a2e5606e486b [2020-09-16T09:07:49.580Z] Step 22/24 : LABEL arch=x86_64 [2020-09-16T09:07:49.580Z] ---> Running in 3220b77c8591 [2020-09-16T09:07:49.842Z] Removing intermediate container 1d8b384b8fa8 [2020-09-16T09:07:49.842Z] ---> 45f15af56a69 [2020-09-16T09:07:49.842Z] Step 22/22 : LABEL version=1.2.2-dev.26 [2020-09-16T09:07:49.842Z] ---> Running in 6ded8179c67b [2020-09-16T09:07:49.842Z] Removing intermediate container 3220b77c8591 [2020-09-16T09:07:49.842Z] ---> c6ac4883ed00 [2020-09-16T09:07:49.842Z] Step 23/24 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:07:50.109Z] ---> Running in 2348271df3fa [2020-09-16T09:07:50.109Z] Removing intermediate container 52255027e65a [2020-09-16T09:07:50.109Z] ---> cd20023b4028 [2020-09-16T09:07:50.109Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-16T09:07:50.109Z] Removing intermediate container 6ded8179c67b [2020-09-16T09:07:50.109Z] ---> 1e2b94827107 [2020-09-16T09:07:50.109Z] [2020-09-16T09:07:50.109Z] ---> Running in 896dc6e42084 [2020-09-16T09:07:50.372Z] Successfully built 1e2b94827107 [2020-09-16T09:07:50.649Z] Successfully tagged docker-core-command-go:latest [2020-09-16T09:07:50.649Z]  Building docker-core-command-go ... done Removing intermediate container 2348271df3fa [2020-09-16T09:07:50.649Z] ---> 1218fa69e2b9 [2020-09-16T09:07:50.649Z] Step 24/24 : LABEL version=1.2.2-dev.26 [2020-09-16T09:07:50.649Z] ---> Running in 26773f2c5eca [2020-09-16T09:07:50.912Z] Removing intermediate container 26773f2c5eca [2020-09-16T09:07:50.912Z] ---> c09a18e5686e [2020-09-16T09:07:50.912Z] [2020-09-16T09:07:50.912Z] Successfully built c09a18e5686e [2020-09-16T09:07:50.912Z] Successfully tagged docker-support-notifications-go:latest [2020-09-16T09:07:51.863Z]  Building docker-support-notifications-go ... done Removing intermediate container 896dc6e42084 [2020-09-16T09:07:51.863Z] ---> 819ce1f55a90 [2020-09-16T09:07:51.863Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-16T09:07:51.863Z] ---> Running in 400d95590afe [2020-09-16T09:07:51.863Z] Removing intermediate container 400d95590afe [2020-09-16T09:07:51.863Z] ---> 700f79eb327c [2020-09-16T09:07:51.863Z] Step 26/29 : CMD [ "generate" ] [2020-09-16T09:07:51.863Z] ---> Running in 664c27d25ea7 [2020-09-16T09:07:52.127Z] Removing intermediate container 664c27d25ea7 [2020-09-16T09:07:52.127Z] ---> 6d969ec446ff [2020-09-16T09:07:52.127Z] Step 27/29 : LABEL arch=x86_64 [2020-09-16T09:07:52.127Z] ---> Running in d0e039356801 [2020-09-16T09:07:52.393Z] Removing intermediate container d0e039356801 [2020-09-16T09:07:52.393Z] ---> cca2d9f392eb [2020-09-16T09:07:52.393Z] Step 28/29 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:07:52.393Z] ---> Running in 61a37c0fd2e8 [2020-09-16T09:07:52.393Z] Removing intermediate container 61a37c0fd2e8 [2020-09-16T09:07:52.393Z] ---> e8f34518c67a [2020-09-16T09:07:52.393Z] Step 29/29 : LABEL version=1.2.2-dev.26 [2020-09-16T09:07:52.655Z] ---> Running in 862d1e00130b [2020-09-16T09:07:52.655Z] Removing intermediate container 862d1e00130b [2020-09-16T09:07:52.655Z] ---> e3c0cca3dad9 [2020-09-16T09:07:52.655Z] [2020-09-16T09:07:52.918Z] Successfully built e3c0cca3dad9 [2020-09-16T09:07:52.918Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-16T09:07:53.188Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-09-16T09:07:53.208Z] $ docker stop --time=1 d961f2ac17dfe4f0fc0d565b5a2697a497c898b3c7463df03d02a762c4eedf26 [2020-09-16T09:07:54.819Z] $ docker rm -f d961f2ac17dfe4f0fc0d565b5a2697a497c898b3c7463df03d02a762c4eedf26 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:07:55.327Z] + docker images [2020-09-16T09:07:55.327Z] + grep docker [2020-09-16T09:07:55.327Z] docker-security-secrets-setup-go latest e3c0cca3dad9 3 seconds ago 24MB [2020-09-16T09:07:55.327Z] docker-support-notifications-go latest c09a18e5686e 5 seconds ago 13.6MB [2020-09-16T09:07:55.327Z] docker-core-command-go latest 1e2b94827107 6 seconds ago 12.2MB [2020-09-16T09:07:55.327Z] docker-support-scheduler-go latest 4b2c33f989b4 16 seconds ago 12.3MB [2020-09-16T09:07:55.327Z] docker-security-secretstore-setup-go latest 0fd0a5eebd43 16 seconds ago 32.4MB [2020-09-16T09:07:55.327Z] docker-sys-mgmt-agent-go latest e11376e2c954 55 seconds ago 284MB [2020-09-16T09:07:55.327Z] docker-core-data-go latest cdeb6013f7a5 About a minute ago 23.5MB [2020-09-16T09:07:55.327Z] docker-core-metadata-go latest 0882fa8b5e40 About a minute ago 13.5MB [2020-09-16T09:07:55.327Z] docker-support-logging-go latest 3032160b168a About a minute ago 11.1MB [2020-09-16T09:07:55.327Z] docker-security-proxy-setup-go latest b4f7b4774ae1 About a minute ago 15.8MB [2020-09-16T09:07:55.327Z] docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-16T09:07:56.004Z] provisioning config files... [2020-09-16T09:07:56.047Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/141@tmp/config3005222694198449661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:07:56.441Z] ---> docker-login.sh [2020-09-16T09:07:56.441Z] nexus3.edgexfoundry.org:10001 [2020-09-16T09:07:56.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:07:56.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:07:56.702Z] Configure a credential helper to remove this warning. See [2020-09-16T09:07:56.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:07:56.702Z] [2020-09-16T09:07:56.702Z] Login Succeeded [2020-09-16T09:07:56.702Z] nexus3.edgexfoundry.org:10002 [2020-09-16T09:07:56.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:07:56.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:07:56.966Z] Configure a credential helper to remove this warning. See [2020-09-16T09:07:56.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:07:56.966Z] [2020-09-16T09:07:56.966Z] Login Succeeded [2020-09-16T09:07:56.966Z] nexus3.edgexfoundry.org:10003 [2020-09-16T09:07:56.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:07:56.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:07:56.966Z] Configure a credential helper to remove this warning. See [2020-09-16T09:07:56.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:07:56.966Z] [2020-09-16T09:07:56.966Z] Login Succeeded [2020-09-16T09:07:56.966Z] nexus3.edgexfoundry.org:10004 [2020-09-16T09:07:57.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:07:57.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:07:57.228Z] Configure a credential helper to remove this warning. See [2020-09-16T09:07:57.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:07:57.228Z] [2020-09-16T09:07:57.228Z] Login Succeeded [2020-09-16T09:07:57.228Z] docker.io [2020-09-16T09:07:57.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:07:57.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:07:57.752Z] Configure a credential helper to remove this warning. See [2020-09-16T09:07:57.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:07:57.752Z] [2020-09-16T09:07:57.752Z] Login Succeeded [2020-09-16T09:07:57.752Z] ---> docker-login.sh ends [Pipeline] } [2020-09-16T09:07:57.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:07:57.972Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-16T09:07:57.972Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:07:57.972Z] 1.2.2-dev.26 [2020-09-16T09:07:57.972Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:07:57.972Z] master [2020-09-16T09:07:57.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:07:58.472Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:07:58.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:07:58.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-16T09:07:58.778Z] dd1508cd8b82: Preparing [2020-09-16T09:07:58.778Z] c5dd91c702c3: Preparing [2020-09-16T09:07:58.778Z] 4035843b762a: Preparing [2020-09-16T09:07:59.356Z] dd1508cd8b82: Pushed [2020-09-16T09:07:59.356Z] 4035843b762a: Pushed [2020-09-16T09:08:00.301Z] c5dd91c702c3: Pushed [2020-09-16T09:08:00.887Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:01.295Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:01.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.26 [2020-09-16T09:08:01.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-16T09:08:01.682Z] dd1508cd8b82: Preparing [2020-09-16T09:08:01.682Z] c5dd91c702c3: Preparing [2020-09-16T09:08:01.682Z] 4035843b762a: Preparing [2020-09-16T09:08:01.682Z] dd1508cd8b82: Layer already exists [2020-09-16T09:08:01.682Z] c5dd91c702c3: Layer already exists [2020-09-16T09:08:01.682Z] 4035843b762a: Layer already exists [2020-09-16T09:08:01.682Z] 1.2.2-dev.26: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:01.990Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:02.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:02.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-16T09:08:02.866Z] dd1508cd8b82: Preparing [2020-09-16T09:08:02.866Z] c5dd91c702c3: Preparing [2020-09-16T09:08:02.866Z] 4035843b762a: Preparing [2020-09-16T09:08:02.866Z] 4035843b762a: Layer already exists [2020-09-16T09:08:02.866Z] c5dd91c702c3: Layer already exists [2020-09-16T09:08:02.866Z] dd1508cd8b82: Layer already exists [2020-09-16T09:08:02.866Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 [2020-09-16T09:08:02.871Z] Removing intermediate container 5ada725c7853 [2020-09-16T09:08:02.871Z] ---> 41891c02e31f [2020-09-16T09:08:02.871Z] Successfully built 41891c02e31f [2020-09-16T09:08:02.871Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:03.172Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:03.293Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T09:08:03.293Z] . [Pipeline] withDockerContainer [2020-09-16T09:08:03.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-16T09:08:03.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-16T09:08:03.468Z] dd1508cd8b82: Preparing [2020-09-16T09:08:03.468Z] c5dd91c702c3: Preparing [2020-09-16T09:08:03.468Z] 4035843b762a: Preparing [2020-09-16T09:08:03.468Z] c5dd91c702c3: Layer already exists [2020-09-16T09:08:03.468Z] 4035843b762a: Layer already exists [2020-09-16T09:08:03.468Z] dd1508cd8b82: Layer already exists [2020-09-16T09:08:03.468Z] master: digest: sha256:dfd41036aba71c19a5ade83c78d11636f643b8112fa26f6b7edc3761743ec16f size: 943 [2020-09-16T09:08:03.569Z] prd-ubuntu18.04-docker-arm64-4c-16g-43573 does not seem to be running inside a container [2020-09-16T09:08:03.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:08:05.378Z] $ docker top 5ed0975f06554c88ccec329074624565390eca08ea0a26aad4a9d9149a54241d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:05.953Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:06.000Z] taggedImages: [2020-09-16T09:08:06.000Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:06.000Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.26 [2020-09-16T09:08:06.000Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:06.000Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-16T09:08:06.072Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-16T09:08:06.073Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:06.073Z] 1.2.2-dev.26 [2020-09-16T09:08:06.073Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:06.073Z] master [2020-09-16T09:08:06.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:06.748Z] + go version [2020-09-16T09:08:06.748Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T09:08:06.786Z] $ docker stop --time=1 5ed0975f06554c88ccec329074624565390eca08ea0a26aad4a9d9149a54241d [2020-09-16T09:08:06.874Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:08.772Z] $ docker rm -f 5ed0975f06554c88ccec329074624565390eca08ea0a26aad4a9d9149a54241d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-16T09:08:09.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:09.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-16T09:08:09.398Z] 46cb35347e42: Preparing [2020-09-16T09:08:09.398Z] 7892c381a413: Preparing [2020-09-16T09:08:09.398Z] 9d8a3f2e32a5: Preparing [2020-09-16T09:08:09.398Z] 19f00b7f7b5a: Preparing [2020-09-16T09:08:09.398Z] 14de8a862a3f: Preparing [2020-09-16T09:08:09.398Z] 50644c29ef5a: Preparing [2020-09-16T09:08:09.398Z] 50644c29ef5a: Waiting Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-09-16T09:08:09.662Z] 46cb35347e42: Pushed [2020-09-16T09:08:09.662Z] 9d8a3f2e32a5: Pushed [2020-09-16T09:08:09.662Z] 14de8a862a3f: Pushed [2020-09-16T09:08:09.662Z] 50644c29ef5a: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:09.925Z] 19f00b7f7b5a: Pushed [2020-09-16T09:08:09.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-16T09:08:09.991Z] [2020-09-16T09:08:09.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:10.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-16T09:08:10.924Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-16T09:08:10.924Z] 29e5d40040c1: Pulling fs layer [2020-09-16T09:08:10.924Z] 1ce36da41761: Pulling fs layer [2020-09-16T09:08:10.924Z] 25b303627fd3: Pulling fs layer [2020-09-16T09:08:11.199Z] 29e5d40040c1: Verifying Checksum [2020-09-16T09:08:11.199Z] 29e5d40040c1: Download complete [2020-09-16T09:08:11.315Z] 7892c381a413: Pushed [2020-09-16T09:08:11.577Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:11.801Z] 29e5d40040c1: Pull complete [2020-09-16T09:08:11.886Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:12.077Z] 1ce36da41761: Verifying Checksum [2020-09-16T09:08:12.077Z] 1ce36da41761: Download complete [2020-09-16T09:08:12.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.26 [2020-09-16T09:08:12.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-16T09:08:12.185Z] 46cb35347e42: Preparing [2020-09-16T09:08:12.185Z] 7892c381a413: Preparing [2020-09-16T09:08:12.185Z] 9d8a3f2e32a5: Preparing [2020-09-16T09:08:12.185Z] 19f00b7f7b5a: Preparing [2020-09-16T09:08:12.185Z] 14de8a862a3f: Preparing [2020-09-16T09:08:12.185Z] 50644c29ef5a: Preparing [2020-09-16T09:08:12.185Z] 50644c29ef5a: Waiting [2020-09-16T09:08:12.185Z] 46cb35347e42: Layer already exists [2020-09-16T09:08:12.185Z] 14de8a862a3f: Layer already exists [2020-09-16T09:08:12.185Z] 19f00b7f7b5a: Layer already exists [2020-09-16T09:08:12.185Z] 7892c381a413: Layer already exists [2020-09-16T09:08:12.185Z] 9d8a3f2e32a5: Layer already exists [2020-09-16T09:08:12.185Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:12.185Z] 1.2.2-dev.26: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:12.505Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:12.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:12.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-16T09:08:12.806Z] 46cb35347e42: Preparing [2020-09-16T09:08:12.806Z] 7892c381a413: Preparing [2020-09-16T09:08:12.806Z] 9d8a3f2e32a5: Preparing [2020-09-16T09:08:12.806Z] 19f00b7f7b5a: Preparing [2020-09-16T09:08:12.806Z] 14de8a862a3f: Preparing [2020-09-16T09:08:12.806Z] 50644c29ef5a: Preparing [2020-09-16T09:08:12.806Z] 7892c381a413: Layer already exists [2020-09-16T09:08:12.806Z] 9d8a3f2e32a5: Layer already exists [2020-09-16T09:08:12.806Z] 46cb35347e42: Layer already exists [2020-09-16T09:08:12.806Z] 14de8a862a3f: Layer already exists [2020-09-16T09:08:12.806Z] 19f00b7f7b5a: Layer already exists [2020-09-16T09:08:12.806Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:12.806Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:13.116Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:13.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-16T09:08:13.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-16T09:08:13.418Z] 46cb35347e42: Preparing [2020-09-16T09:08:13.418Z] 7892c381a413: Preparing [2020-09-16T09:08:13.418Z] 9d8a3f2e32a5: Preparing [2020-09-16T09:08:13.418Z] 19f00b7f7b5a: Preparing [2020-09-16T09:08:13.418Z] 14de8a862a3f: Preparing [2020-09-16T09:08:13.418Z] 50644c29ef5a: Preparing [2020-09-16T09:08:13.418Z] 50644c29ef5a: Waiting [2020-09-16T09:08:13.418Z] 9d8a3f2e32a5: Layer already exists [2020-09-16T09:08:13.418Z] 7892c381a413: Layer already exists [2020-09-16T09:08:13.418Z] 46cb35347e42: Layer already exists [2020-09-16T09:08:13.418Z] 19f00b7f7b5a: Layer already exists [2020-09-16T09:08:13.418Z] 14de8a862a3f: Layer already exists [2020-09-16T09:08:13.418Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:13.418Z] master: digest: sha256:12773ac4680fda606ab2a350e2408c65d26d2b7cd58eb94f12c119c1221bbd26 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2020-09-16T09:08:13.515Z] 1ce36da41761: Pull complete [2020-09-16T09:08:13.515Z] 25b303627fd3: Verifying Checksum [2020-09-16T09:08:13.515Z] 25b303627fd3: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:13.619Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:13.673Z] taggedImages: [2020-09-16T09:08:13.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:13.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.26 [2020-09-16T09:08:13.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:13.673Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-16T09:08:13.743Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-16T09:08:13.743Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:13.743Z] 1.2.2-dev.26 [2020-09-16T09:08:13.743Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:13.743Z] master [2020-09-16T09:08:13.743Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:14.272Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:14.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:14.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-16T09:08:14.574Z] 68c9f4d54212: Preparing [2020-09-16T09:08:14.574Z] 4caf44936c07: Preparing [2020-09-16T09:08:14.574Z] 7e86094d2ddf: Preparing [2020-09-16T09:08:14.574Z] 68c9f4d54212: Pushed [2020-09-16T09:08:14.836Z] 7e86094d2ddf: Pushed [2020-09-16T09:08:16.225Z] 4caf44936c07: Pushed [2020-09-16T09:08:16.225Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:16.542Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:16.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.26 [2020-09-16T09:08:16.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-16T09:08:16.882Z] 68c9f4d54212: Preparing [2020-09-16T09:08:16.882Z] 4caf44936c07: Preparing [2020-09-16T09:08:16.882Z] 7e86094d2ddf: Preparing [2020-09-16T09:08:16.882Z] 7e86094d2ddf: Layer already exists [2020-09-16T09:08:16.882Z] 68c9f4d54212: Layer already exists [2020-09-16T09:08:16.882Z] 4caf44936c07: Layer already exists [2020-09-16T09:08:16.882Z] 1.2.2-dev.26: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:17.199Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:17.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:17.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-16T09:08:17.503Z] 68c9f4d54212: Preparing [2020-09-16T09:08:17.503Z] 4caf44936c07: Preparing [2020-09-16T09:08:17.503Z] 7e86094d2ddf: Preparing [2020-09-16T09:08:17.503Z] 68c9f4d54212: Layer already exists [2020-09-16T09:08:17.503Z] 7e86094d2ddf: Layer already exists [2020-09-16T09:08:17.503Z] 4caf44936c07: Layer already exists [2020-09-16T09:08:17.503Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:17.819Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:18.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-16T09:08:18.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-16T09:08:18.122Z] 68c9f4d54212: Preparing [2020-09-16T09:08:18.122Z] 4caf44936c07: Preparing [2020-09-16T09:08:18.122Z] 7e86094d2ddf: Preparing [2020-09-16T09:08:18.122Z] 4caf44936c07: Layer already exists [2020-09-16T09:08:18.122Z] 7e86094d2ddf: Layer already exists [2020-09-16T09:08:18.122Z] 68c9f4d54212: Layer already exists [2020-09-16T09:08:18.122Z] master: digest: sha256:f77b9502a1821ab64e673107297ec67c62fa91dbfaf9d83979cd805bf69f78d6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:18.354Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:18.402Z] taggedImages: [2020-09-16T09:08:18.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:18.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.26 [2020-09-16T09:08:18.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:18.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-16T09:08:18.468Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-16T09:08:18.468Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:18.468Z] 1.2.2-dev.26 [2020-09-16T09:08:18.468Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:18.468Z] master [2020-09-16T09:08:18.468Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:18.950Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:19.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:19.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-16T09:08:19.264Z] b09a86af15e3: Preparing [2020-09-16T09:08:19.264Z] ca1ccd880049: Preparing [2020-09-16T09:08:19.264Z] 28bc46c035ca: Preparing [2020-09-16T09:08:19.264Z] c529c74ada9f: Preparing [2020-09-16T09:08:19.264Z] 50644c29ef5a: Preparing [2020-09-16T09:08:19.264Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:19.534Z] ca1ccd880049: Pushed [2020-09-16T09:08:19.534Z] 28bc46c035ca: Pushed [2020-09-16T09:08:19.797Z] c529c74ada9f: Pushed [2020-09-16T09:08:20.373Z] b09a86af15e3: Pushed [2020-09-16T09:08:20.678Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:20.992Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:21.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.26 [2020-09-16T09:08:21.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-16T09:08:21.299Z] b09a86af15e3: Preparing [2020-09-16T09:08:21.299Z] ca1ccd880049: Preparing [2020-09-16T09:08:21.299Z] 28bc46c035ca: Preparing [2020-09-16T09:08:21.299Z] c529c74ada9f: Preparing [2020-09-16T09:08:21.299Z] 50644c29ef5a: Preparing [2020-09-16T09:08:21.299Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:21.299Z] ca1ccd880049: Layer already exists [2020-09-16T09:08:21.299Z] b09a86af15e3: Layer already exists [2020-09-16T09:08:21.299Z] 28bc46c035ca: Layer already exists [2020-09-16T09:08:21.299Z] c529c74ada9f: Layer already exists [2020-09-16T09:08:21.299Z] 1.2.2-dev.26: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:21.609Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:21.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:21.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-16T09:08:21.908Z] b09a86af15e3: Preparing [2020-09-16T09:08:21.908Z] ca1ccd880049: Preparing [2020-09-16T09:08:21.908Z] 28bc46c035ca: Preparing [2020-09-16T09:08:21.908Z] c529c74ada9f: Preparing [2020-09-16T09:08:21.908Z] 50644c29ef5a: Preparing [2020-09-16T09:08:21.908Z] 28bc46c035ca: Layer already exists [2020-09-16T09:08:21.908Z] c529c74ada9f: Layer already exists [2020-09-16T09:08:21.908Z] ca1ccd880049: Layer already exists [2020-09-16T09:08:21.908Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:21.908Z] b09a86af15e3: Layer already exists [2020-09-16T09:08:21.908Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:22.216Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:22.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-16T09:08:22.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-16T09:08:22.519Z] b09a86af15e3: Preparing [2020-09-16T09:08:22.519Z] ca1ccd880049: Preparing [2020-09-16T09:08:22.519Z] 28bc46c035ca: Preparing [2020-09-16T09:08:22.519Z] c529c74ada9f: Preparing [2020-09-16T09:08:22.519Z] 50644c29ef5a: Preparing [2020-09-16T09:08:22.519Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:22.519Z] b09a86af15e3: Layer already exists [2020-09-16T09:08:22.519Z] c529c74ada9f: Layer already exists [2020-09-16T09:08:22.519Z] ca1ccd880049: Layer already exists [2020-09-16T09:08:22.519Z] 28bc46c035ca: Layer already exists [2020-09-16T09:08:22.519Z] master: digest: sha256:146b5056b7e178764bb7ab62957ce5f193c9c99c4d1bb597404ab6d31b43d7cd size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:22.726Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:22.780Z] taggedImages: [2020-09-16T09:08:22.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:22.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.26 [2020-09-16T09:08:22.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:22.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-16T09:08:22.866Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-16T09:08:22.866Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:22.866Z] 1.2.2-dev.26 [2020-09-16T09:08:22.866Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:22.866Z] master [2020-09-16T09:08:22.866Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:23.343Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:23.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:23.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-16T09:08:23.643Z] 91b4663470a3: Preparing [2020-09-16T09:08:23.643Z] b9a335b478e0: Preparing [2020-09-16T09:08:23.643Z] c05f438569c8: Preparing [2020-09-16T09:08:23.643Z] 741aa8990421: Preparing [2020-09-16T09:08:23.643Z] 741aa8990421: Preparing [2020-09-16T09:08:23.643Z] 8e7900429337: Preparing [2020-09-16T09:08:23.643Z] 32cff6781d1f: Preparing [2020-09-16T09:08:23.643Z] 2cd2418776c8: Preparing [2020-09-16T09:08:23.643Z] 91b4663470a3: Preparing [2020-09-16T09:08:23.643Z] 0f6da40430a0: Preparing [2020-09-16T09:08:23.643Z] 2ebf4a7c53a7: Preparing [2020-09-16T09:08:23.643Z] 62884eac3533: Preparing [2020-09-16T09:08:23.643Z] 50644c29ef5a: Preparing [2020-09-16T09:08:23.643Z] 32cff6781d1f: Waiting [2020-09-16T09:08:23.643Z] 2cd2418776c8: Waiting [2020-09-16T09:08:23.643Z] 62884eac3533: Waiting [2020-09-16T09:08:23.643Z] 50644c29ef5a: Waiting [2020-09-16T09:08:23.643Z] 0f6da40430a0: Waiting [2020-09-16T09:08:23.643Z] 2ebf4a7c53a7: Waiting [2020-09-16T09:08:23.807Z] 25b303627fd3: Pull complete [2020-09-16T09:08:23.807Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-16T09:08:23.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-16T09:08:23.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-16T09:08:23.908Z] c05f438569c8: Pushed [2020-09-16T09:08:23.908Z] b9a335b478e0: Pushed [2020-09-16T09:08:23.908Z] 8e7900429337: Pushed [2020-09-16T09:08:23.908Z] 741aa8990421: Pushed [2020-09-16T09:08:24.126Z] prd-ubuntu18.04-docker-arm64-4c-16g-43573 does not seem to be running inside a container [2020-09-16T09:08:24.173Z] 32cff6781d1f: Pushed [2020-09-16T09:08:24.173Z] 2cd2418776c8: Pushed [2020-09-16T09:08:24.173Z] 2ebf4a7c53a7: Pushed [2020-09-16T09:08:24.173Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:24.173Z] 0f6da40430a0: Pushed [2020-09-16T09:08:24.173Z] 62884eac3533: Pushed [2020-09-16T09:08:24.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:08:24.746Z] 91b4663470a3: Pushed [2020-09-16T09:08:25.009Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 [2020-09-16T09:08:27.624Z] $ docker top d5986531b95c931c7741232fd9e744342ed37ff0d1b7c2f7ab4d297af5917640 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:28.351Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:28.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.26 [2020-09-16T09:08:28.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-16T09:08:28.654Z] 91b4663470a3: Preparing [2020-09-16T09:08:28.654Z] b9a335b478e0: Preparing [2020-09-16T09:08:28.654Z] c05f438569c8: Preparing [2020-09-16T09:08:28.654Z] 741aa8990421: Preparing [2020-09-16T09:08:28.654Z] 741aa8990421: Preparing [2020-09-16T09:08:28.654Z] 8e7900429337: Preparing [2020-09-16T09:08:28.654Z] 32cff6781d1f: Preparing [2020-09-16T09:08:28.654Z] 2cd2418776c8: Preparing [2020-09-16T09:08:28.654Z] 91b4663470a3: Preparing [2020-09-16T09:08:28.654Z] 0f6da40430a0: Preparing [2020-09-16T09:08:28.654Z] 2ebf4a7c53a7: Preparing [2020-09-16T09:08:28.654Z] 62884eac3533: Preparing [2020-09-16T09:08:28.654Z] 50644c29ef5a: Preparing [2020-09-16T09:08:28.654Z] 32cff6781d1f: Waiting [2020-09-16T09:08:28.654Z] 2cd2418776c8: Waiting [2020-09-16T09:08:28.654Z] 0f6da40430a0: Waiting [2020-09-16T09:08:28.654Z] 2ebf4a7c53a7: Waiting [2020-09-16T09:08:28.654Z] 62884eac3533: Waiting [2020-09-16T09:08:28.654Z] 50644c29ef5a: Waiting [2020-09-16T09:08:28.654Z] 91b4663470a3: Layer already exists [2020-09-16T09:08:28.654Z] b9a335b478e0: Layer already exists [2020-09-16T09:08:28.654Z] c05f438569c8: Layer already exists [2020-09-16T09:08:28.654Z] 741aa8990421: Layer already exists [2020-09-16T09:08:28.654Z] 8e7900429337: Layer already exists [2020-09-16T09:08:28.654Z] 2cd2418776c8: Layer already exists [2020-09-16T09:08:28.654Z] 32cff6781d1f: Layer already exists [2020-09-16T09:08:28.654Z] 2ebf4a7c53a7: Layer already exists [2020-09-16T09:08:28.654Z] 0f6da40430a0: Layer already exists [2020-09-16T09:08:28.654Z] 62884eac3533: Layer already exists [2020-09-16T09:08:28.654Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:28.654Z] 1.2.2-dev.26: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:28.965Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:28.994Z] + docker-compose+ grep build parallel --help [2020-09-16T09:08:28.994Z] [2020-09-16T09:08:29.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:29.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-16T09:08:29.309Z] 91b4663470a3: Preparing [2020-09-16T09:08:29.309Z] b9a335b478e0: Preparing [2020-09-16T09:08:29.309Z] c05f438569c8: Preparing [2020-09-16T09:08:29.309Z] 741aa8990421: Preparing [2020-09-16T09:08:29.309Z] 741aa8990421: Preparing [2020-09-16T09:08:29.309Z] 8e7900429337: Preparing [2020-09-16T09:08:29.309Z] 32cff6781d1f: Preparing [2020-09-16T09:08:29.309Z] 2cd2418776c8: Preparing [2020-09-16T09:08:29.309Z] 91b4663470a3: Preparing [2020-09-16T09:08:29.309Z] 0f6da40430a0: Preparing [2020-09-16T09:08:29.309Z] 2ebf4a7c53a7: Preparing [2020-09-16T09:08:29.309Z] 62884eac3533: Preparing [2020-09-16T09:08:29.309Z] 50644c29ef5a: Preparing [2020-09-16T09:08:29.309Z] 0f6da40430a0: Waiting [2020-09-16T09:08:29.309Z] 2ebf4a7c53a7: Waiting [2020-09-16T09:08:29.309Z] 62884eac3533: Waiting [2020-09-16T09:08:29.309Z] 50644c29ef5a: Waiting [2020-09-16T09:08:29.309Z] 32cff6781d1f: Waiting [2020-09-16T09:08:29.309Z] 2cd2418776c8: Waiting [2020-09-16T09:08:29.309Z] 91b4663470a3: Layer already exists [2020-09-16T09:08:29.309Z] 741aa8990421: Layer already exists [2020-09-16T09:08:29.309Z] c05f438569c8: Layer already exists [2020-09-16T09:08:29.309Z] 8e7900429337: Layer already exists [2020-09-16T09:08:29.309Z] b9a335b478e0: Layer already exists [2020-09-16T09:08:29.309Z] 2cd2418776c8: Layer already exists [2020-09-16T09:08:29.309Z] 32cff6781d1f: Layer already exists [2020-09-16T09:08:29.309Z] 62884eac3533: Layer already exists [2020-09-16T09:08:29.309Z] 0f6da40430a0: Layer already exists [2020-09-16T09:08:29.309Z] 2ebf4a7c53a7: Layer already exists [2020-09-16T09:08:29.309Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:29.309Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:29.631Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:29.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-16T09:08:29.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-16T09:08:29.941Z] 91b4663470a3: Preparing [2020-09-16T09:08:29.941Z] b9a335b478e0: Preparing [2020-09-16T09:08:29.941Z] c05f438569c8: Preparing [2020-09-16T09:08:29.941Z] 741aa8990421: Preparing [2020-09-16T09:08:29.941Z] 741aa8990421: Preparing [2020-09-16T09:08:29.941Z] 8e7900429337: Preparing [2020-09-16T09:08:29.941Z] 32cff6781d1f: Preparing [2020-09-16T09:08:29.941Z] 2cd2418776c8: Preparing [2020-09-16T09:08:29.941Z] 91b4663470a3: Preparing [2020-09-16T09:08:29.941Z] 0f6da40430a0: Preparing [2020-09-16T09:08:29.941Z] 2ebf4a7c53a7: Preparing [2020-09-16T09:08:29.941Z] 62884eac3533: Preparing [2020-09-16T09:08:29.941Z] 50644c29ef5a: Preparing [2020-09-16T09:08:29.941Z] 32cff6781d1f: Waiting [2020-09-16T09:08:29.941Z] 2cd2418776c8: Waiting [2020-09-16T09:08:29.941Z] 0f6da40430a0: Waiting [2020-09-16T09:08:29.941Z] 2ebf4a7c53a7: Waiting [2020-09-16T09:08:29.941Z] 62884eac3533: Waiting [2020-09-16T09:08:29.941Z] 50644c29ef5a: Waiting [2020-09-16T09:08:29.941Z] 741aa8990421: Layer already exists [2020-09-16T09:08:29.941Z] b9a335b478e0: Layer already exists [2020-09-16T09:08:29.941Z] c05f438569c8: Layer already exists [2020-09-16T09:08:29.941Z] 91b4663470a3: Layer already exists [2020-09-16T09:08:29.941Z] 8e7900429337: Layer already exists [2020-09-16T09:08:29.941Z] 0f6da40430a0: Layer already exists [2020-09-16T09:08:29.941Z] 32cff6781d1f: Layer already exists [2020-09-16T09:08:29.941Z] 2cd2418776c8: Layer already exists [2020-09-16T09:08:29.941Z] 2ebf4a7c53a7: Layer already exists [2020-09-16T09:08:29.941Z] 62884eac3533: Layer already exists [2020-09-16T09:08:29.941Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:29.941Z] master: digest: sha256:ab4936d3e668b8bcd1814f9824aca770bf6984edd08953fe4e49feaab5be4030 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:30.513Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:30.576Z] taggedImages: [2020-09-16T09:08:30.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:30.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.26 [2020-09-16T09:08:30.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:30.576Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-16T09:08:30.657Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-16T09:08:30.658Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:30.658Z] 1.2.2-dev.26 [2020-09-16T09:08:30.658Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:30.658Z] master [2020-09-16T09:08:30.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:31.187Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:31.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:31.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-16T09:08:31.491Z] 3dd9b35f85c9: Preparing [2020-09-16T09:08:31.491Z] 6a142afdd8d5: Preparing [2020-09-16T09:08:31.491Z] 9697e76500dd: Preparing [2020-09-16T09:08:31.491Z] 620965c737d1: Preparing [2020-09-16T09:08:31.491Z] 77f2f80eb474: Preparing [2020-09-16T09:08:31.491Z] c62138fc65b3: Preparing [2020-09-16T09:08:31.491Z] 0ed3b3a1de57: Preparing [2020-09-16T09:08:31.491Z] 31d81daf2afb: Preparing [2020-09-16T09:08:31.491Z] 3f586e484bad: Preparing [2020-09-16T09:08:31.491Z] 4ec3b82ec0b6: Preparing [2020-09-16T09:08:31.491Z] 1b3ee35aacca: Preparing [2020-09-16T09:08:31.491Z] 4ec3b82ec0b6: Waiting [2020-09-16T09:08:31.491Z] 31d81daf2afb: Waiting [2020-09-16T09:08:31.491Z] 1b3ee35aacca: Waiting [2020-09-16T09:08:31.491Z] c62138fc65b3: Waiting [2020-09-16T09:08:31.491Z] 0ed3b3a1de57: Waiting [2020-09-16T09:08:31.761Z] 3dd9b35f85c9: Pushed [2020-09-16T09:08:31.761Z] 6a142afdd8d5: Pushed [2020-09-16T09:08:32.035Z] c62138fc65b3: Pushed [2020-09-16T09:08:32.035Z] 0ed3b3a1de57: Pushed [2020-09-16T09:08:32.304Z] 31d81daf2afb: Pushed [2020-09-16T09:08:32.304Z] 3f586e484bad: Pushed [2020-09-16T09:08:32.304Z] 1b3ee35aacca: Layer already exists [2020-09-16T09:08:32.393Z] --parallel Build images in parallel. [Pipeline] } [2020-09-16T09:08:32.433Z] $ docker stop --time=1 d5986531b95c931c7741232fd9e744342ed37ff0d1b7c2f7ab4d297af5917640 [2020-09-16T09:08:32.566Z] 9697e76500dd: Pushed [2020-09-16T09:08:32.566Z] 4ec3b82ec0b6: Pushed [2020-09-16T09:08:32.827Z] 77f2f80eb474: Pushed [2020-09-16T09:08:32.827Z] 620965c737d1: Pushed [2020-09-16T09:08:33.090Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 [2020-09-16T09:08:34.461Z] $ docker rm -f d5986531b95c931c7741232fd9e744342ed37ff0d1b7c2f7ab4d297af5917640 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:35.117Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:35.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-16T09:08:35.348Z] . [Pipeline] withDockerContainer [2020-09-16T09:08:35.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.26 [2020-09-16T09:08:35.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-16T09:08:35.415Z] 3dd9b35f85c9: Preparing [2020-09-16T09:08:35.415Z] 6a142afdd8d5: Preparing [2020-09-16T09:08:35.415Z] 9697e76500dd: Preparing [2020-09-16T09:08:35.415Z] 620965c737d1: Preparing [2020-09-16T09:08:35.415Z] 77f2f80eb474: Preparing [2020-09-16T09:08:35.415Z] c62138fc65b3: Preparing [2020-09-16T09:08:35.415Z] 0ed3b3a1de57: Preparing [2020-09-16T09:08:35.415Z] 31d81daf2afb: Preparing [2020-09-16T09:08:35.415Z] 3f586e484bad: Preparing [2020-09-16T09:08:35.415Z] 4ec3b82ec0b6: Preparing [2020-09-16T09:08:35.415Z] 1b3ee35aacca: Preparing [2020-09-16T09:08:35.415Z] 0ed3b3a1de57: Waiting [2020-09-16T09:08:35.415Z] 31d81daf2afb: Waiting [2020-09-16T09:08:35.415Z] 3f586e484bad: Waiting [2020-09-16T09:08:35.415Z] 4ec3b82ec0b6: Waiting [2020-09-16T09:08:35.415Z] 1b3ee35aacca: Waiting [2020-09-16T09:08:35.415Z] c62138fc65b3: Waiting [2020-09-16T09:08:35.415Z] 6a142afdd8d5: Layer already exists [2020-09-16T09:08:35.415Z] 620965c737d1: Layer already exists [2020-09-16T09:08:35.415Z] 77f2f80eb474: Layer already exists [2020-09-16T09:08:35.415Z] 9697e76500dd: Layer already exists [2020-09-16T09:08:35.415Z] 3dd9b35f85c9: Layer already exists [2020-09-16T09:08:35.415Z] c62138fc65b3: Layer already exists [2020-09-16T09:08:35.415Z] 3f586e484bad: Layer already exists [2020-09-16T09:08:35.415Z] 31d81daf2afb: Layer already exists [2020-09-16T09:08:35.415Z] 0ed3b3a1de57: Layer already exists [2020-09-16T09:08:35.415Z] 4ec3b82ec0b6: Layer already exists [2020-09-16T09:08:35.415Z] 1b3ee35aacca: Layer already exists [2020-09-16T09:08:35.415Z] 1.2.2-dev.26: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 [2020-09-16T09:08:35.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-43573 does not seem to be running inside a container [2020-09-16T09:08:35.703Z] $ 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/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:08:37.142Z] $ docker top 44478a07311eafe31fd8576113958d24afe887ec4e929fe7ae65d6146319b69d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:37.897Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:38.150Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-16T09:08:38.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:38.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-16T09:08:38.188Z] 3dd9b35f85c9: Preparing [2020-09-16T09:08:38.188Z] 6a142afdd8d5: Preparing [2020-09-16T09:08:38.188Z] 9697e76500dd: Preparing [2020-09-16T09:08:38.188Z] 620965c737d1: Preparing [2020-09-16T09:08:38.188Z] 77f2f80eb474: Preparing [2020-09-16T09:08:38.188Z] c62138fc65b3: Preparing [2020-09-16T09:08:38.188Z] 0ed3b3a1de57: Preparing [2020-09-16T09:08:38.188Z] 31d81daf2afb: Preparing [2020-09-16T09:08:38.188Z] 3f586e484bad: Preparing [2020-09-16T09:08:38.188Z] 4ec3b82ec0b6: Preparing [2020-09-16T09:08:38.188Z] 1b3ee35aacca: Preparing [2020-09-16T09:08:38.188Z] 31d81daf2afb: Waiting [2020-09-16T09:08:38.188Z] 3f586e484bad: Waiting [2020-09-16T09:08:38.188Z] 4ec3b82ec0b6: Waiting [2020-09-16T09:08:38.188Z] c62138fc65b3: Waiting [2020-09-16T09:08:38.188Z] 1b3ee35aacca: Waiting [2020-09-16T09:08:38.188Z] 0ed3b3a1de57: Waiting [2020-09-16T09:08:38.188Z] 6a142afdd8d5: Layer already exists [2020-09-16T09:08:38.188Z] 9697e76500dd: Layer already exists [2020-09-16T09:08:38.188Z] 3dd9b35f85c9: Layer already exists [2020-09-16T09:08:38.188Z] 620965c737d1: Layer already exists [2020-09-16T09:08:38.188Z] 77f2f80eb474: Layer already exists [2020-09-16T09:08:38.188Z] c62138fc65b3: Layer already exists [2020-09-16T09:08:38.188Z] 3f586e484bad: Layer already exists [2020-09-16T09:08:38.188Z] 0ed3b3a1de57: Layer already exists [2020-09-16T09:08:38.188Z] 31d81daf2afb: Layer already exists [2020-09-16T09:08:38.188Z] 4ec3b82ec0b6: Layer already exists [2020-09-16T09:08:38.188Z] 1b3ee35aacca: Layer already exists [2020-09-16T09:08:38.448Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:38.746Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:39.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-16T09:08:39.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-16T09:08:39.037Z] 3dd9b35f85c9: Preparing [2020-09-16T09:08:39.037Z] 6a142afdd8d5: Preparing [2020-09-16T09:08:39.037Z] 9697e76500dd: Preparing [2020-09-16T09:08:39.037Z] 620965c737d1: Preparing [2020-09-16T09:08:39.037Z] 77f2f80eb474: Preparing [2020-09-16T09:08:39.037Z] c62138fc65b3: Preparing [2020-09-16T09:08:39.037Z] 0ed3b3a1de57: Preparing [2020-09-16T09:08:39.037Z] 31d81daf2afb: Preparing [2020-09-16T09:08:39.037Z] 3f586e484bad: Preparing [2020-09-16T09:08:39.037Z] 4ec3b82ec0b6: Preparing [2020-09-16T09:08:39.037Z] 1b3ee35aacca: Preparing [2020-09-16T09:08:39.037Z] c62138fc65b3: Waiting [2020-09-16T09:08:39.037Z] 0ed3b3a1de57: Waiting [2020-09-16T09:08:39.037Z] 3f586e484bad: Waiting [2020-09-16T09:08:39.037Z] 4ec3b82ec0b6: Waiting [2020-09-16T09:08:39.037Z] 1b3ee35aacca: Waiting [2020-09-16T09:08:39.037Z] 31d81daf2afb: Waiting [2020-09-16T09:08:39.037Z] 9697e76500dd: Layer already exists [2020-09-16T09:08:39.037Z] 77f2f80eb474: Layer already exists [2020-09-16T09:08:39.037Z] 620965c737d1: Layer already exists [2020-09-16T09:08:39.037Z] 6a142afdd8d5: Layer already exists [2020-09-16T09:08:39.037Z] 3dd9b35f85c9: Layer already exists [2020-09-16T09:08:39.037Z] c62138fc65b3: Layer already exists [2020-09-16T09:08:39.037Z] 0ed3b3a1de57: Layer already exists [2020-09-16T09:08:39.037Z] 31d81daf2afb: Layer already exists [2020-09-16T09:08:39.037Z] 3f586e484bad: Layer already exists [2020-09-16T09:08:39.037Z] 4ec3b82ec0b6: Layer already exists [2020-09-16T09:08:39.038Z] 1b3ee35aacca: Layer already exists [2020-09-16T09:08:39.038Z] master: digest: sha256:ed19a391500541349d2ac97e15156b05e2da40f01746ebcceaca817aae213492 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:39.474Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:39.520Z] taggedImages: [2020-09-16T09:08:39.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:39.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.26 [2020-09-16T09:08:39.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:39.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-16T09:08:39.596Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-16T09:08:39.596Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:39.596Z] 1.2.2-dev.26 [2020-09-16T09:08:39.596Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:39.596Z] master [2020-09-16T09:08:39.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:40.051Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:40.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:40.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-16T09:08:40.344Z] 5191d7dbcddc: Preparing [2020-09-16T09:08:40.344Z] b59107520ecb: Preparing [2020-09-16T09:08:40.344Z] 34a001e76a1e: Preparing [2020-09-16T09:08:40.344Z] d117e70ceb23: Preparing [2020-09-16T09:08:40.604Z] 34a001e76a1e: Pushed [2020-09-16T09:08:40.604Z] 5191d7dbcddc: Pushed [2020-09-16T09:08:40.604Z] d117e70ceb23: Pushed [2020-09-16T09:08:41.520Z] Building docker-core-command-go ... [2020-09-16T09:08:41.520Z] Building docker-core-data-go ... [2020-09-16T09:08:41.520Z] Building docker-core-metadata-go ... [2020-09-16T09:08:41.520Z] Building docker-security-proxy-setup-go ... [2020-09-16T09:08:41.520Z] Building docker-security-secrets-setup-go ... [2020-09-16T09:08:41.520Z] Building docker-security-secretstore-setup-go ... [2020-09-16T09:08:41.520Z] Building docker-support-logging-go ... [2020-09-16T09:08:41.520Z] Building docker-support-notifications-go ... [2020-09-16T09:08:41.520Z] Building docker-support-scheduler-go ... [2020-09-16T09:08:41.520Z] Building docker-sys-mgmt-agent-go ... [2020-09-16T09:08:41.520Z] Building docker-support-scheduler-go [2020-09-16T09:08:41.520Z] Building docker-core-metadata-go [2020-09-16T09:08:41.520Z] Building docker-support-notifications-go [2020-09-16T09:08:41.520Z] Building docker-security-proxy-setup-go [2020-09-16T09:08:41.520Z] Building docker-core-data-go [2020-09-16T09:08:41.572Z] b59107520ecb: Pushed [2020-09-16T09:08:41.572Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:41.889Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:42.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.26 [2020-09-16T09:08:42.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-16T09:08:42.182Z] 5191d7dbcddc: Preparing [2020-09-16T09:08:42.182Z] b59107520ecb: Preparing [2020-09-16T09:08:42.182Z] 34a001e76a1e: Preparing [2020-09-16T09:08:42.182Z] d117e70ceb23: Preparing [2020-09-16T09:08:42.182Z] d117e70ceb23: Layer already exists [2020-09-16T09:08:42.182Z] b59107520ecb: Layer already exists [2020-09-16T09:08:42.182Z] 34a001e76a1e: Layer already exists [2020-09-16T09:08:42.182Z] 5191d7dbcddc: Layer already exists [2020-09-16T09:08:42.182Z] 1.2.2-dev.26: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:42.482Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:42.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:42.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-16T09:08:42.783Z] 5191d7dbcddc: Preparing [2020-09-16T09:08:42.783Z] b59107520ecb: Preparing [2020-09-16T09:08:42.783Z] 34a001e76a1e: Preparing [2020-09-16T09:08:42.783Z] d117e70ceb23: Preparing [2020-09-16T09:08:42.783Z] d117e70ceb23: Layer already exists [2020-09-16T09:08:42.783Z] 34a001e76a1e: Layer already exists [2020-09-16T09:08:42.783Z] 5191d7dbcddc: Layer already exists [2020-09-16T09:08:42.783Z] b59107520ecb: Layer already exists [2020-09-16T09:08:42.783Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:43.087Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:43.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-16T09:08:43.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-16T09:08:43.457Z] 5191d7dbcddc: Preparing [2020-09-16T09:08:43.457Z] b59107520ecb: Preparing [2020-09-16T09:08:43.457Z] 34a001e76a1e: Preparing [2020-09-16T09:08:43.457Z] d117e70ceb23: Preparing [2020-09-16T09:08:43.457Z] b59107520ecb: Layer already exists [2020-09-16T09:08:43.457Z] 5191d7dbcddc: Layer already exists [2020-09-16T09:08:43.457Z] 34a001e76a1e: Layer already exists [2020-09-16T09:08:43.457Z] d117e70ceb23: Layer already exists [2020-09-16T09:08:43.457Z] master: digest: sha256:a6bd56f0ff6924f5904f03ac5357eddc6fb6b20e9e2b5f6a5175b69e1239c671 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:43.644Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:43.691Z] taggedImages: [2020-09-16T09:08:43.691Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:43.691Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.26 [2020-09-16T09:08:43.691Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:43.691Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-16T09:08:43.756Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-16T09:08:43.757Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:43.757Z] 1.2.2-dev.26 [2020-09-16T09:08:43.757Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:43.757Z] master [2020-09-16T09:08:43.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:44.247Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:44.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:44.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-16T09:08:44.564Z] 7e7819eb801d: Preparing [2020-09-16T09:08:44.564Z] 710bca8ff2f3: Preparing [2020-09-16T09:08:44.564Z] 0f317525a477: Preparing [2020-09-16T09:08:44.564Z] 1bc162ccd75c: Preparing [2020-09-16T09:08:44.564Z] bc4e15063b2e: Preparing [2020-09-16T09:08:44.564Z] 444b71e3bd55: Preparing [2020-09-16T09:08:44.564Z] 444b71e3bd55: Waiting [2020-09-16T09:08:44.831Z] 1bc162ccd75c: Pushed [2020-09-16T09:08:44.831Z] bc4e15063b2e: Pushed [2020-09-16T09:08:44.831Z] 0f317525a477: Pushed [2020-09-16T09:08:44.831Z] 7e7819eb801d: Pushed [2020-09-16T09:08:45.095Z] 444b71e3bd55: Pushed [2020-09-16T09:08:46.046Z] 710bca8ff2f3: Pushed [2020-09-16T09:08:46.046Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:46.353Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:46.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.26 [2020-09-16T09:08:46.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-16T09:08:46.649Z] 7e7819eb801d: Preparing [2020-09-16T09:08:46.649Z] 710bca8ff2f3: Preparing [2020-09-16T09:08:46.649Z] 0f317525a477: Preparing [2020-09-16T09:08:46.649Z] 1bc162ccd75c: Preparing [2020-09-16T09:08:46.649Z] bc4e15063b2e: Preparing [2020-09-16T09:08:46.649Z] 444b71e3bd55: Preparing [2020-09-16T09:08:46.649Z] 444b71e3bd55: Waiting [2020-09-16T09:08:46.649Z] 0f317525a477: Layer already exists [2020-09-16T09:08:46.649Z] 7e7819eb801d: Layer already exists [2020-09-16T09:08:46.649Z] 710bca8ff2f3: Layer already exists [2020-09-16T09:08:46.649Z] bc4e15063b2e: Layer already exists [2020-09-16T09:08:46.649Z] 1bc162ccd75c: Layer already exists [2020-09-16T09:08:46.649Z] 444b71e3bd55: Layer already exists [2020-09-16T09:08:46.649Z] 1.2.2-dev.26: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:46.952Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:47.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:47.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-16T09:08:47.246Z] 7e7819eb801d: Preparing [2020-09-16T09:08:47.246Z] 710bca8ff2f3: Preparing [2020-09-16T09:08:47.246Z] 0f317525a477: Preparing [2020-09-16T09:08:47.246Z] 1bc162ccd75c: Preparing [2020-09-16T09:08:47.246Z] bc4e15063b2e: Preparing [2020-09-16T09:08:47.246Z] 444b71e3bd55: Preparing [2020-09-16T09:08:47.246Z] 444b71e3bd55: Waiting [2020-09-16T09:08:47.246Z] bc4e15063b2e: Layer already exists [2020-09-16T09:08:47.246Z] 710bca8ff2f3: Layer already exists [2020-09-16T09:08:47.246Z] 1bc162ccd75c: Layer already exists [2020-09-16T09:08:47.246Z] 7e7819eb801d: Layer already exists [2020-09-16T09:08:47.246Z] 0f317525a477: Layer already exists [2020-09-16T09:08:47.246Z] 444b71e3bd55: Layer already exists [2020-09-16T09:08:47.246Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:47.560Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:47.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-16T09:08:47.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-16T09:08:47.858Z] 7e7819eb801d: Preparing [2020-09-16T09:08:47.858Z] 710bca8ff2f3: Preparing [2020-09-16T09:08:47.858Z] 0f317525a477: Preparing [2020-09-16T09:08:47.858Z] 1bc162ccd75c: Preparing [2020-09-16T09:08:47.858Z] bc4e15063b2e: Preparing [2020-09-16T09:08:47.858Z] 444b71e3bd55: Preparing [2020-09-16T09:08:47.858Z] 444b71e3bd55: Waiting [2020-09-16T09:08:47.858Z] 710bca8ff2f3: Layer already exists [2020-09-16T09:08:47.858Z] 0f317525a477: Layer already exists [2020-09-16T09:08:47.858Z] 1bc162ccd75c: Layer already exists [2020-09-16T09:08:47.858Z] 7e7819eb801d: Layer already exists [2020-09-16T09:08:47.858Z] bc4e15063b2e: Layer already exists [2020-09-16T09:08:47.858Z] 444b71e3bd55: Layer already exists [2020-09-16T09:08:48.119Z] master: digest: sha256:c7b377343879e2e4d600e2f267383a703a3c597983c5091569540d4bb9c90282 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:48.316Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:48.382Z] taggedImages: [2020-09-16T09:08:48.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:48.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.26 [2020-09-16T09:08:48.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:48.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-16T09:08:48.440Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-16T09:08:48.440Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:48.440Z] 1.2.2-dev.26 [2020-09-16T09:08:48.440Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:48.440Z] master [2020-09-16T09:08:48.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:48.971Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:49.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:49.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-16T09:08:49.270Z] f2e0e77db4bf: Preparing [2020-09-16T09:08:49.270Z] 7fd0a9591bf2: Preparing [2020-09-16T09:08:49.270Z] 9861cb90600f: Preparing [2020-09-16T09:08:49.270Z] 9861cb90600f: Pushed [2020-09-16T09:08:49.270Z] f2e0e77db4bf: Pushed [2020-09-16T09:08:50.680Z] 7fd0a9591bf2: Pushed [2020-09-16T09:08:50.680Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:51.020Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:51.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.26 [2020-09-16T09:08:51.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-16T09:08:51.319Z] f2e0e77db4bf: Preparing [2020-09-16T09:08:51.319Z] 7fd0a9591bf2: Preparing [2020-09-16T09:08:51.319Z] 9861cb90600f: Preparing [2020-09-16T09:08:51.319Z] 9861cb90600f: Layer already exists [2020-09-16T09:08:51.319Z] 7fd0a9591bf2: Layer already exists [2020-09-16T09:08:51.319Z] f2e0e77db4bf: Layer already exists [2020-09-16T09:08:51.319Z] 1.2.2-dev.26: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:51.625Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:51.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:51.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-16T09:08:51.929Z] f2e0e77db4bf: Preparing [2020-09-16T09:08:51.929Z] 7fd0a9591bf2: Preparing [2020-09-16T09:08:51.929Z] 9861cb90600f: Preparing [2020-09-16T09:08:51.929Z] f2e0e77db4bf: Layer already exists [2020-09-16T09:08:51.929Z] 9861cb90600f: Layer already exists [2020-09-16T09:08:51.929Z] 7fd0a9591bf2: Layer already exists [2020-09-16T09:08:51.929Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:52.304Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:52.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-16T09:08:52.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-16T09:08:52.603Z] f2e0e77db4bf: Preparing [2020-09-16T09:08:52.603Z] 7fd0a9591bf2: Preparing [2020-09-16T09:08:52.603Z] 9861cb90600f: Preparing [2020-09-16T09:08:52.603Z] 9861cb90600f: Layer already exists [2020-09-16T09:08:52.603Z] 7fd0a9591bf2: Layer already exists [2020-09-16T09:08:52.603Z] f2e0e77db4bf: Layer already exists [2020-09-16T09:08:52.603Z] master: digest: sha256:e81ffde927f510f9c7858a4b1f5437486728f063965574cc2850a62412456b91 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:08:52.785Z] ===================================================== [Pipeline] echo [2020-09-16T09:08:52.828Z] taggedImages: [2020-09-16T09:08:52.828Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:52.828Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.26 [2020-09-16T09:08:52.828Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:52.828Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-16T09:08:52.896Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-16T09:08:52.896Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:52.896Z] 1.2.2-dev.26 [2020-09-16T09:08:52.896Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:08:52.896Z] master [2020-09-16T09:08:52.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:53.380Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:53.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:08:53.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-16T09:08:53.703Z] c506d51e68cd: Preparing [2020-09-16T09:08:53.703Z] 9424990b8e43: Preparing [2020-09-16T09:08:53.703Z] cd72eed3155b: Preparing [2020-09-16T09:08:53.703Z] 18affce64b5f: Preparing [2020-09-16T09:08:53.703Z] e7ded84812d5: Preparing [2020-09-16T09:08:53.703Z] 744c7058e4db: Preparing [2020-09-16T09:08:53.703Z] efe0cd2e7a71: Preparing [2020-09-16T09:08:53.703Z] 8890c171a12b: Preparing [2020-09-16T09:08:53.703Z] 4ae5bd84d450: Preparing [2020-09-16T09:08:53.703Z] 723a561964c8: Preparing [2020-09-16T09:08:53.703Z] 78764725b56c: Preparing [2020-09-16T09:08:53.703Z] 51d6d3d09136: Preparing [2020-09-16T09:08:53.703Z] 1507bc794612: Preparing [2020-09-16T09:08:53.703Z] 50644c29ef5a: Preparing [2020-09-16T09:08:53.703Z] 744c7058e4db: Waiting [2020-09-16T09:08:53.703Z] efe0cd2e7a71: Waiting [2020-09-16T09:08:53.703Z] 4ae5bd84d450: Waiting [2020-09-16T09:08:53.703Z] 8890c171a12b: Waiting [2020-09-16T09:08:53.703Z] 723a561964c8: Waiting [2020-09-16T09:08:53.703Z] 78764725b56c: Waiting [2020-09-16T09:08:53.703Z] 51d6d3d09136: Waiting [2020-09-16T09:08:53.703Z] 50644c29ef5a: Waiting [2020-09-16T09:08:53.703Z] 1507bc794612: Waiting [2020-09-16T09:08:53.703Z] e7ded84812d5: Pushed [2020-09-16T09:08:53.969Z] c506d51e68cd: Pushed [2020-09-16T09:08:54.232Z] 18affce64b5f: Pushed [2020-09-16T09:08:54.232Z] 8890c171a12b: Layer already exists [2020-09-16T09:08:54.232Z] 4ae5bd84d450: Layer already exists [2020-09-16T09:08:54.498Z] efe0cd2e7a71: Pushed [2020-09-16T09:08:54.498Z] 723a561964c8: Layer already exists [2020-09-16T09:08:54.498Z] 78764725b56c: Layer already exists [2020-09-16T09:08:54.498Z] 51d6d3d09136: Layer already exists [2020-09-16T09:08:54.498Z] 1507bc794612: Layer already exists [2020-09-16T09:08:54.498Z] 50644c29ef5a: Layer already exists [2020-09-16T09:08:55.076Z] 744c7058e4db: Pushed [2020-09-16T09:08:55.343Z] 9424990b8e43: Pushed [2020-09-16T09:09:03.571Z] cd72eed3155b: Pushed [2020-09-16T09:09:03.571Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:09:03.878Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:09:04.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.26 [2020-09-16T09:09:04.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-16T09:09:04.178Z] c506d51e68cd: Preparing [2020-09-16T09:09:04.178Z] 9424990b8e43: Preparing [2020-09-16T09:09:04.178Z] cd72eed3155b: Preparing [2020-09-16T09:09:04.178Z] 18affce64b5f: Preparing [2020-09-16T09:09:04.178Z] e7ded84812d5: Preparing [2020-09-16T09:09:04.178Z] 744c7058e4db: Preparing [2020-09-16T09:09:04.178Z] efe0cd2e7a71: Preparing [2020-09-16T09:09:04.178Z] 8890c171a12b: Preparing [2020-09-16T09:09:04.178Z] 4ae5bd84d450: Preparing [2020-09-16T09:09:04.178Z] 723a561964c8: Preparing [2020-09-16T09:09:04.178Z] 78764725b56c: Preparing [2020-09-16T09:09:04.178Z] 51d6d3d09136: Preparing [2020-09-16T09:09:04.178Z] 1507bc794612: Preparing [2020-09-16T09:09:04.178Z] 50644c29ef5a: Preparing [2020-09-16T09:09:04.178Z] 744c7058e4db: Waiting [2020-09-16T09:09:04.178Z] efe0cd2e7a71: Waiting [2020-09-16T09:09:04.178Z] 50644c29ef5a: Waiting [2020-09-16T09:09:04.178Z] 51d6d3d09136: Waiting [2020-09-16T09:09:04.178Z] 1507bc794612: Waiting [2020-09-16T09:09:04.178Z] 723a561964c8: Waiting [2020-09-16T09:09:04.178Z] 4ae5bd84d450: Waiting [2020-09-16T09:09:04.178Z] 78764725b56c: Waiting [2020-09-16T09:09:04.178Z] cd72eed3155b: Layer already exists [2020-09-16T09:09:04.178Z] 18affce64b5f: Layer already exists [2020-09-16T09:09:04.178Z] c506d51e68cd: Layer already exists [2020-09-16T09:09:04.178Z] e7ded84812d5: Layer already exists [2020-09-16T09:09:04.178Z] 9424990b8e43: Layer already exists [2020-09-16T09:09:04.178Z] 744c7058e4db: Layer already exists [2020-09-16T09:09:04.178Z] efe0cd2e7a71: Layer already exists [2020-09-16T09:09:04.178Z] 4ae5bd84d450: Layer already exists [2020-09-16T09:09:04.178Z] 8890c171a12b: Layer already exists [2020-09-16T09:09:04.178Z] 723a561964c8: Layer already exists [2020-09-16T09:09:04.178Z] 78764725b56c: Layer already exists [2020-09-16T09:09:04.178Z] 51d6d3d09136: Layer already exists [2020-09-16T09:09:04.178Z] 1507bc794612: Layer already exists [2020-09-16T09:09:04.178Z] 50644c29ef5a: Layer already exists [2020-09-16T09:09:04.178Z] 1.2.2-dev.26: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:09:04.483Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:09:04.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:09:04.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-16T09:09:04.782Z] c506d51e68cd: Preparing [2020-09-16T09:09:04.782Z] 9424990b8e43: Preparing [2020-09-16T09:09:04.782Z] cd72eed3155b: Preparing [2020-09-16T09:09:04.782Z] 18affce64b5f: Preparing [2020-09-16T09:09:04.782Z] e7ded84812d5: Preparing [2020-09-16T09:09:04.782Z] 744c7058e4db: Preparing [2020-09-16T09:09:04.782Z] efe0cd2e7a71: Preparing [2020-09-16T09:09:04.782Z] 8890c171a12b: Preparing [2020-09-16T09:09:04.782Z] 4ae5bd84d450: Preparing [2020-09-16T09:09:04.782Z] 723a561964c8: Preparing [2020-09-16T09:09:04.782Z] 78764725b56c: Preparing [2020-09-16T09:09:04.782Z] 51d6d3d09136: Preparing [2020-09-16T09:09:04.782Z] 1507bc794612: Preparing [2020-09-16T09:09:04.782Z] 50644c29ef5a: Preparing [2020-09-16T09:09:04.782Z] efe0cd2e7a71: Waiting [2020-09-16T09:09:04.782Z] 8890c171a12b: Waiting [2020-09-16T09:09:04.782Z] 4ae5bd84d450: Waiting [2020-09-16T09:09:04.782Z] 723a561964c8: Waiting [2020-09-16T09:09:04.782Z] 78764725b56c: Waiting [2020-09-16T09:09:04.782Z] 51d6d3d09136: Waiting [2020-09-16T09:09:04.782Z] 1507bc794612: Waiting [2020-09-16T09:09:04.782Z] 50644c29ef5a: Waiting [2020-09-16T09:09:04.782Z] 744c7058e4db: Waiting [2020-09-16T09:09:04.782Z] 18affce64b5f: Layer already exists [2020-09-16T09:09:04.782Z] 9424990b8e43: Layer already exists [2020-09-16T09:09:04.782Z] c506d51e68cd: Layer already exists [2020-09-16T09:09:04.782Z] e7ded84812d5: Layer already exists [2020-09-16T09:09:04.782Z] cd72eed3155b: Layer already exists [2020-09-16T09:09:04.782Z] 744c7058e4db: Layer already exists [2020-09-16T09:09:04.782Z] efe0cd2e7a71: Layer already exists [2020-09-16T09:09:04.782Z] 4ae5bd84d450: Layer already exists [2020-09-16T09:09:04.782Z] 8890c171a12b: Layer already exists [2020-09-16T09:09:04.782Z] 78764725b56c: Layer already exists [2020-09-16T09:09:04.782Z] 723a561964c8: Layer already exists [2020-09-16T09:09:04.782Z] 50644c29ef5a: Layer already exists [2020-09-16T09:09:04.782Z] 1507bc794612: Layer already exists [2020-09-16T09:09:04.782Z] 51d6d3d09136: Layer already exists [2020-09-16T09:09:04.782Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:09:05.087Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:09:05.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-16T09:09:05.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-16T09:09:05.382Z] c506d51e68cd: Preparing [2020-09-16T09:09:05.382Z] 9424990b8e43: Preparing [2020-09-16T09:09:05.382Z] cd72eed3155b: Preparing [2020-09-16T09:09:05.382Z] 18affce64b5f: Preparing [2020-09-16T09:09:05.382Z] e7ded84812d5: Preparing [2020-09-16T09:09:05.382Z] 744c7058e4db: Preparing [2020-09-16T09:09:05.382Z] efe0cd2e7a71: Preparing [2020-09-16T09:09:05.382Z] 8890c171a12b: Preparing [2020-09-16T09:09:05.382Z] 4ae5bd84d450: Preparing [2020-09-16T09:09:05.382Z] 723a561964c8: Preparing [2020-09-16T09:09:05.382Z] 78764725b56c: Preparing [2020-09-16T09:09:05.382Z] 51d6d3d09136: Preparing [2020-09-16T09:09:05.382Z] 1507bc794612: Preparing [2020-09-16T09:09:05.382Z] 50644c29ef5a: Preparing [2020-09-16T09:09:05.382Z] 4ae5bd84d450: Waiting [2020-09-16T09:09:05.382Z] 723a561964c8: Waiting [2020-09-16T09:09:05.382Z] 78764725b56c: Waiting [2020-09-16T09:09:05.382Z] 51d6d3d09136: Waiting [2020-09-16T09:09:05.382Z] 1507bc794612: Waiting [2020-09-16T09:09:05.382Z] 50644c29ef5a: Waiting [2020-09-16T09:09:05.382Z] efe0cd2e7a71: Waiting [2020-09-16T09:09:05.382Z] 8890c171a12b: Waiting [2020-09-16T09:09:05.382Z] 744c7058e4db: Waiting [2020-09-16T09:09:05.382Z] e7ded84812d5: Layer already exists [2020-09-16T09:09:05.382Z] 9424990b8e43: Layer already exists [2020-09-16T09:09:05.382Z] 18affce64b5f: Layer already exists [2020-09-16T09:09:05.382Z] cd72eed3155b: Layer already exists [2020-09-16T09:09:05.382Z] c506d51e68cd: Layer already exists [2020-09-16T09:09:05.382Z] 744c7058e4db: Layer already exists [2020-09-16T09:09:05.382Z] 8890c171a12b: Layer already exists [2020-09-16T09:09:05.382Z] 4ae5bd84d450: Layer already exists [2020-09-16T09:09:05.382Z] 723a561964c8: Layer already exists [2020-09-16T09:09:05.382Z] efe0cd2e7a71: Layer already exists [2020-09-16T09:09:05.382Z] 78764725b56c: Layer already exists [2020-09-16T09:09:05.382Z] 1507bc794612: Layer already exists [2020-09-16T09:09:05.382Z] 51d6d3d09136: Layer already exists [2020-09-16T09:09:05.382Z] 50644c29ef5a: Layer already exists [2020-09-16T09:09:05.382Z] master: digest: sha256:cac3d61ed79e488606465bec71343eb106cb7aa6d80386fbfa4af7228f5711dc size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:09:05.554Z] ===================================================== [Pipeline] echo [2020-09-16T09:09:05.599Z] taggedImages: [2020-09-16T09:09:05.599Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:09:05.599Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.26 [2020-09-16T09:09:05.599Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:09:05.599Z] - 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-09-16T09:10:18.380Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:10:18.380Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:10:18.380Z] ---> 41891c02e31f [2020-09-16T09:10:18.380Z] Step 3/24 : WORKDIR /edgex-go [2020-09-16T09:10:18.380Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:10:18.380Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:10:18.380Z] ---> 41891c02e31f [2020-09-16T09:10:18.380Z] Step 3/22 : WORKDIR /edgex-go [2020-09-16T09:10:18.380Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:10:18.380Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:10:18.380Z] ---> 41891c02e31f [2020-09-16T09:10:18.380Z] Step 3/23 : WORKDIR /edgex-go [2020-09-16T09:10:18.380Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:10:18.380Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:10:18.380Z] ---> 41891c02e31f [2020-09-16T09:10:18.380Z] Step 3/20 : WORKDIR /edgex-go [2020-09-16T09:10:18.380Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:10:18.380Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:10:18.380Z] ---> 41891c02e31f [2020-09-16T09:10:18.380Z] Step 3/21 : WORKDIR /edgex-go [2020-09-16T09:10:18.380Z] ---> Running in 7f5973a95168 [2020-09-16T09:10:18.380Z] ---> Running in ef94f6483a43 [2020-09-16T09:10:18.380Z] ---> Running in 477d7ae51a01 [2020-09-16T09:10:18.380Z] ---> Running in 2289654b63ee [2020-09-16T09:10:18.380Z] ---> Running in a7f094847e81 [2020-09-16T09:10:18.380Z] Removing intermediate container a7f094847e81 [2020-09-16T09:10:18.380Z] ---> 158f5cf30f34 [2020-09-16T09:10:18.380Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:10:18.380Z] Removing intermediate container ef94f6483a43 [2020-09-16T09:10:18.380Z] ---> bfdbc1de1afe [2020-09-16T09:10:18.380Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:10:18.380Z] Removing intermediate container 7f5973a95168 [2020-09-16T09:10:18.380Z] ---> e126f4ff8e0a [2020-09-16T09:10:18.380Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:10:18.380Z] Removing intermediate container 2289654b63ee [2020-09-16T09:10:18.380Z] ---> c31986d1390c [2020-09-16T09:10:18.380Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:10:18.380Z] Removing intermediate container 477d7ae51a01 [2020-09-16T09:10:18.380Z] ---> 6d3f76eaea0d [2020-09-16T09:10:18.381Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:10:18.381Z] ---> Running in 13207387b514 [2020-09-16T09:10:18.381Z] ---> Running in 55a8276b95c2 [2020-09-16T09:10:18.381Z] ---> Running in c1d2e3ffe86e [2020-09-16T09:10:18.381Z] ---> Running in 037b61489078 [2020-09-16T09:10:18.381Z] ---> Running in 050f369d183c [2020-09-16T09:10:18.381Z] Removing intermediate container 55a8276b95c2 [2020-09-16T09:10:18.381Z] ---> 388ba82041e5 [2020-09-16T09:10:18.381Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-16T09:10:18.381Z] ---> Running in cbefd8eceea7 [2020-09-16T09:10:18.381Z] Removing intermediate container 13207387b514 [2020-09-16T09:10:18.381Z] ---> d487ba8cba52 [2020-09-16T09:10:18.381Z] Step 5/20 : RUN apk update && apk add make git [2020-09-16T09:10:18.381Z] Removing intermediate container c1d2e3ffe86e [2020-09-16T09:10:18.381Z] ---> 1c3c3f1661bc [2020-09-16T09:10:18.381Z] Step 5/22 : RUN apk update && apk add make git [2020-09-16T09:10:18.381Z] ---> Running in fefe4a863f3c [2020-09-16T09:10:18.381Z] Removing intermediate container 050f369d183c [2020-09-16T09:10:18.381Z] ---> 1e5d03c4d562 [2020-09-16T09:10:18.381Z] Step 5/21 : RUN apk update && apk add make git [2020-09-16T09:10:18.381Z] Removing intermediate container 037b61489078 [2020-09-16T09:10:18.381Z] ---> b79b8a4a916a [2020-09-16T09:10:18.381Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-16T09:10:18.381Z] ---> Running in 21cfebaa869d [2020-09-16T09:10:18.381Z] ---> Running in a15492371a90 [2020-09-16T09:10:18.381Z] ---> Running in 4e9ee2d217a3 [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:10:18.381Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:10:18.381Z] OK: 12621 distinct packages available [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:10:18.381Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:10:18.381Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:10:18.381Z] OK: 12621 distinct packages available [2020-09-16T09:10:18.381Z] OK: 217 MiB in 51 packages [2020-09-16T09:10:18.381Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:10:18.381Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:10:18.381Z] OK: 12621 distinct packages available [2020-09-16T09:10:18.381Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:10:18.381Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:10:18.381Z] OK: 12621 distinct packages available [2020-09-16T09:10:18.381Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:10:18.381Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:10:18.381Z] OK: 12621 distinct packages available [2020-09-16T09:10:18.381Z] OK: 217 MiB in 51 packages [2020-09-16T09:10:18.977Z] OK: 217 MiB in 51 packages [2020-09-16T09:10:19.253Z] OK: 217 MiB in 51 packages [2020-09-16T09:10:19.253Z] OK: 217 MiB in 51 packages [2020-09-16T09:10:19.532Z] Removing intermediate container cbefd8eceea7 [2020-09-16T09:10:19.532Z] ---> 475f9c7ab8b1 [2020-09-16T09:10:19.532Z] Step 6/23 : COPY go.mod . [2020-09-16T09:10:20.147Z] Removing intermediate container fefe4a863f3c [2020-09-16T09:10:20.147Z] ---> 270c6e983000 [2020-09-16T09:10:20.147Z] Step 6/20 : COPY go.mod . [2020-09-16T09:10:20.529Z] Removing intermediate container a15492371a90 [2020-09-16T09:10:20.529Z] ---> 2b73bc19306a [2020-09-16T09:10:20.529Z] Step 6/24 : COPY go.mod . [2020-09-16T09:10:20.886Z] ---> b4d15a32b7a5 [2020-09-16T09:10:20.886Z] Step 7/23 : RUN go mod download [2020-09-16T09:10:21.181Z] ---> Running in 2c93d310f033 [2020-09-16T09:10:21.181Z] Removing intermediate container 4e9ee2d217a3 [2020-09-16T09:10:21.181Z] ---> 588e71eb9350 [2020-09-16T09:10:21.181Z] Step 6/21 : COPY go.mod . [2020-09-16T09:10:21.470Z] ---> 7665326521d5 [2020-09-16T09:10:21.470Z] Step 7/20 : RUN go mod download [2020-09-16T09:10:21.470Z] Removing intermediate container 21cfebaa869d [2020-09-16T09:10:21.470Z] ---> 1085c8ec2085 [2020-09-16T09:10:21.470Z] Step 6/22 : COPY go.mod . [2020-09-16T09:10:21.747Z] ---> Running in 78b7ed9a6199 [2020-09-16T09:10:22.021Z] ---> 9087c605f679 [2020-09-16T09:10:22.021Z] Step 7/24 : RUN go mod download [2020-09-16T09:10:22.298Z] ---> Running in 19562784ba65 [2020-09-16T09:10:22.298Z] ---> 4f4167561031 [2020-09-16T09:10:22.298Z] Step 7/21 : RUN go mod download [2020-09-16T09:10:22.584Z] ---> Running in 29664411dcc8 [2020-09-16T09:10:22.584Z] ---> 2317a6b640bd [2020-09-16T09:10:22.584Z] Step 7/22 : RUN go mod download [2020-09-16T09:10:22.866Z] ---> Running in 4935c1420efd [2020-09-16T09:10:26.352Z] Removing intermediate container 2c93d310f033 [2020-09-16T09:10:26.352Z] ---> 3fa89f893a4a [2020-09-16T09:10:26.352Z] Step 8/23 : COPY . . [2020-09-16T09:10:26.628Z] Removing intermediate container 78b7ed9a6199 [2020-09-16T09:10:26.628Z] ---> 37a0550ca72b [2020-09-16T09:10:26.628Z] Step 8/20 : COPY . . [2020-09-16T09:10:27.233Z] Removing intermediate container 19562784ba65 [2020-09-16T09:10:27.233Z] ---> 1ec037b40672 [2020-09-16T09:10:27.233Z] Step 8/24 : COPY . . [2020-09-16T09:10:28.688Z] Removing intermediate container 29664411dcc8 [2020-09-16T09:10:28.688Z] ---> 57ee9cc70f21 [2020-09-16T09:10:28.688Z] Step 8/21 : COPY . . [2020-09-16T09:10:29.291Z] Removing intermediate container 4935c1420efd [2020-09-16T09:10:29.291Z] ---> d2928e6852bc [2020-09-16T09:10:29.291Z] Step 8/22 : COPY . . [2020-09-16T09:10:51.470Z] ---> cd6b7631cee5 [2020-09-16T09:10:51.470Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-16T09:10:51.470Z] ---> f76fb35755f2 [2020-09-16T09:10:51.470Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-16T09:10:51.470Z] ---> 6952b662d4c9 [2020-09-16T09:10:51.470Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-16T09:10:51.470Z] ---> 7f860e5ce621 [2020-09-16T09:10:51.470Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-16T09:10:51.470Z] ---> Running in 754d626312a4 [2020-09-16T09:10:51.470Z] ---> Running in 8bcc7f1dbea1 [2020-09-16T09:10:51.470Z] ---> Running in 1f76db55c02c [2020-09-16T09:10:51.470Z] ---> Running in ae8f04617744 [2020-09-16T09:10:51.470Z] ---> 25e8e39cac23 [2020-09-16T09:10:51.470Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-16T09:10:51.470Z] ---> Running in 9c34153da442 [2020-09-16T09:10:51.470Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-data/core-data ./cmd/core-data [2020-09-16T09:10:51.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-16T09:10:52.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-16T09:10:52.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-16T09:10:52.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-16T09:12:28.916Z] Removing intermediate container ae8f04617744 [2020-09-16T09:12:28.916Z] ---> 6dd491c65a51 [2020-09-16T09:12:28.916Z] [2020-09-16T09:12:28.916Z] Step 10/20 : FROM alpine [2020-09-16T09:12:28.916Z] latest: Pulling from library/alpine [2020-09-16T09:12:28.916Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-16T09:12:28.916Z] Status: Downloaded newer image for alpine:latest [2020-09-16T09:12:28.916Z] ---> 62ee0e9f8440 [2020-09-16T09:12:28.916Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-16T09:12:28.916Z] ---> Running in 894db373f408 [2020-09-16T09:12:28.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:12:28.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:12:28.917Z] v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:12:28.917Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:12:28.917Z] OK: 12619 distinct packages available [2020-09-16T09:12:28.917Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-16T09:12:28.917Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-16T09:12:28.917Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-16T09:12:28.917Z] (4/4) Installing curl (7.69.1-r1) [2020-09-16T09:12:28.917Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:12:28.917Z] Executing ca-certificates-20191127-r4.trigger [2020-09-16T09:12:28.917Z] OK: 7 MiB in 18 packages [2020-09-16T09:12:28.917Z] Removing intermediate container 894db373f408 [2020-09-16T09:12:28.917Z] ---> 10719f3f3556 [2020-09-16T09:12:28.917Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-16T09:12:28.917Z] ---> Running in 9d976ad6b42b [2020-09-16T09:12:28.917Z] Removing intermediate container 9d976ad6b42b [2020-09-16T09:12:28.917Z] ---> 091fd8ea75eb [2020-09-16T09:12:28.917Z] Step 13/20 : WORKDIR /edgex [2020-09-16T09:12:28.917Z] ---> Running in 1138d5ea1b2b [2020-09-16T09:12:28.917Z] Removing intermediate container 1138d5ea1b2b [2020-09-16T09:12:28.917Z] ---> ab9a855dd8f7 [2020-09-16T09:12:28.917Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-16T09:12:28.917Z] ---> 80f59915fef0 [2020-09-16T09:12:28.917Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-16T09:12:28.917Z] ---> 39a16902f959 [2020-09-16T09:12:28.917Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-16T09:12:28.917Z] ---> Running in bfcef1db9664 [2020-09-16T09:12:28.917Z] Removing intermediate container bfcef1db9664 [2020-09-16T09:12:28.917Z] ---> 9475a12e5f4e [2020-09-16T09:12:28.917Z] Step 17/20 : CMD ["--init=true"] [2020-09-16T09:12:28.917Z] ---> Running in 2df2b1649d21 [2020-09-16T09:12:29.513Z] Removing intermediate container 2df2b1649d21 [2020-09-16T09:12:29.513Z] ---> 3c247d95aafb [2020-09-16T09:12:29.513Z] Step 18/20 : LABEL arch=arm64 [2020-09-16T09:12:29.513Z] ---> Running in f98b5e2f7692 [2020-09-16T09:12:30.495Z] Removing intermediate container f98b5e2f7692 [2020-09-16T09:12:30.495Z] ---> a8f7ebb5856f [2020-09-16T09:12:30.495Z] Step 19/20 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:12:30.495Z] ---> Running in 36c5c767da13 [2020-09-16T09:12:31.482Z] Removing intermediate container 36c5c767da13 [2020-09-16T09:12:31.482Z] ---> 8dfc00ce3685 [2020-09-16T09:12:31.482Z] Step 20/20 : LABEL version=1.2.2-dev.26 [2020-09-16T09:12:31.756Z] ---> Running in 4cda4b208832 [2020-09-16T09:12:32.356Z] Removing intermediate container 4cda4b208832 [2020-09-16T09:12:32.356Z] ---> bb9a60c0b4c3 [2020-09-16T09:12:32.356Z] [2020-09-16T09:12:32.955Z] Successfully built bb9a60c0b4c3 [2020-09-16T09:12:32.955Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-16T09:12:32.955Z] Building docker-security-secrets-setup-go [2020-09-16T09:12:45.353Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 754d626312a4 [2020-09-16T09:12:45.353Z] ---> c1fbf24f2d4d [2020-09-16T09:12:45.353Z] [2020-09-16T09:12:45.353Z] Step 10/24 : FROM scratch [2020-09-16T09:12:45.353Z] ---> [2020-09-16T09:12:45.353Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-16T09:12:46.350Z] ---> Running in 9e85a10497bd [2020-09-16T09:12:48.354Z] Removing intermediate container 9e85a10497bd [2020-09-16T09:12:48.354Z] ---> bb2424a81699 [2020-09-16T09:12:48.354Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-16T09:12:48.962Z] ---> Running in ddaacd4201da [2020-09-16T09:12:49.564Z] Removing intermediate container 1f76db55c02c [2020-09-16T09:12:49.564Z] ---> 3482ae99c3c4 [2020-09-16T09:12:49.564Z] [2020-09-16T09:12:49.564Z] Step 10/21 : FROM scratch [2020-09-16T09:12:49.564Z] ---> [2020-09-16T09:12:49.564Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:12:50.588Z] ---> Running in ef3d24d3f7a2 [2020-09-16T09:12:50.588Z] Removing intermediate container ddaacd4201da [2020-09-16T09:12:50.588Z] ---> 824302a2fc7d [2020-09-16T09:12:50.588Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-16T09:12:50.863Z] ---> Running in 1fecff0d0c7f [2020-09-16T09:12:51.461Z] Removing intermediate container ef3d24d3f7a2 [2020-09-16T09:12:51.461Z] ---> cb3bc9ca0aff [2020-09-16T09:12:51.461Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-16T09:12:51.741Z] ---> Running in f72b5679b29e [2020-09-16T09:12:52.021Z] Removing intermediate container 1fecff0d0c7f [2020-09-16T09:12:52.021Z] ---> 0f6dd6f5ebba [2020-09-16T09:12:52.021Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-16T09:12:52.629Z] Removing intermediate container f72b5679b29e [2020-09-16T09:12:52.629Z] ---> b91f63ab52df [2020-09-16T09:12:52.629Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-16T09:12:52.905Z] ---> Running in 07777a5176ce [2020-09-16T09:12:53.500Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:12:53.500Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-16T09:12:53.500Z] ---> 41891c02e31f [2020-09-16T09:12:53.500Z] Step 3/29 : WORKDIR /edgex-go [2020-09-16T09:12:53.500Z] ---> Using cache [2020-09-16T09:12:53.500Z] ---> 6d3f76eaea0d [2020-09-16T09:12:53.500Z] Step 4/29 : RUN apk update && apk add make git [2020-09-16T09:12:53.500Z] ---> 8946318efa9b [2020-09-16T09:12:53.500Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-16T09:12:53.772Z] ---> Running in 4f6007f65d0f [2020-09-16T09:12:54.048Z] Removing intermediate container 07777a5176ce [2020-09-16T09:12:54.048Z] ---> 360c082690f8 [2020-09-16T09:12:54.048Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-16T09:12:55.499Z] ---> 947e05dcb794 [2020-09-16T09:12:55.499Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-16T09:12:56.091Z] ---> 63663e109ff4 [2020-09-16T09:12:56.091Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-16T09:12:56.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:12:57.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:12:57.372Z] Removing intermediate container 9c34153da442 [2020-09-16T09:12:57.372Z] ---> fd0e0017ee91 [2020-09-16T09:12:57.372Z] [2020-09-16T09:12:57.372Z] Step 10/22 : FROM scratch [2020-09-16T09:12:57.372Z] ---> [2020-09-16T09:12:57.372Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:12:57.372Z] ---> Using cache [2020-09-16T09:12:57.372Z] ---> cb3bc9ca0aff [2020-09-16T09:12:57.372Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-16T09:12:57.656Z] ---> 050ba8d296a7 [2020-09-16T09:12:57.656Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-16T09:12:57.656Z] ---> Running in bf4ad15f4cea [2020-09-16T09:12:57.931Z] ---> 28120492ede1 [2020-09-16T09:12:57.931Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-16T09:12:58.208Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:12:58.208Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:12:58.208Z] OK: 12621 distinct packages available [2020-09-16T09:12:58.483Z] Removing intermediate container bf4ad15f4cea [2020-09-16T09:12:58.483Z] ---> 2b480e72595d [2020-09-16T09:12:58.483Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-16T09:12:59.087Z] ---> Running in 8e9b85e7b4b8 [2020-09-16T09:12:59.087Z] OK: 217 MiB in 51 packages [2020-09-16T09:12:59.087Z] ---> 6136b9fcd1d0 [2020-09-16T09:12:59.087Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-16T09:12:59.087Z] ---> 69139de67d94 [2020-09-16T09:12:59.087Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-16T09:12:59.367Z] ---> Running in 824790fca887 [2020-09-16T09:12:59.655Z] Removing intermediate container 8e9b85e7b4b8 [2020-09-16T09:12:59.655Z] ---> 0fc6b43d8e20 [2020-09-16T09:12:59.655Z] Step 14/22 : WORKDIR / [2020-09-16T09:13:00.255Z] ---> Running in 170addc2759d [2020-09-16T09:13:00.255Z] Removing intermediate container 824790fca887 [2020-09-16T09:13:00.255Z] ---> d2c5f525ab12 [2020-09-16T09:13:00.255Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:13:00.879Z] ---> Running in d4bfca9569ad [2020-09-16T09:13:01.155Z] Removing intermediate container 170addc2759d [2020-09-16T09:13:01.155Z] ---> 686f906428ae [2020-09-16T09:13:01.155Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-16T09:13:01.155Z] ---> 1972075bdbe4 [2020-09-16T09:13:01.155Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-16T09:13:01.155Z] Removing intermediate container 4f6007f65d0f [2020-09-16T09:13:01.155Z] ---> 504acd9850f4 [2020-09-16T09:13:01.155Z] Step 5/29 : COPY go.mod . [2020-09-16T09:13:02.145Z] Removing intermediate container d4bfca9569ad [2020-09-16T09:13:02.145Z] ---> 7733428ec775 [2020-09-16T09:13:02.145Z] Step 19/21 : LABEL arch=arm64 [2020-09-16T09:13:02.145Z] ---> 420696a7d316 [2020-09-16T09:13:02.145Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-16T09:13:02.145Z] ---> Running in 6afbd2331a8a [2020-09-16T09:13:02.431Z] ---> 45c0f2ad3289 [2020-09-16T09:13:02.431Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-16T09:13:02.431Z] ---> ff99bccb6cb5 [2020-09-16T09:13:02.431Z] Step 6/29 : RUN go mod download [2020-09-16T09:13:02.706Z] ---> Running in 5f1aa2f9d245 [2020-09-16T09:13:02.706Z] ---> Running in 9a2cd8703027 [2020-09-16T09:13:03.301Z] Removing intermediate container 6afbd2331a8a [2020-09-16T09:13:03.301Z] ---> 01159679f656 [2020-09-16T09:13:03.301Z] Step 20/21 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:13:03.301Z] Removing intermediate container 9a2cd8703027 [2020-09-16T09:13:03.301Z] ---> 7789d8d64501 [2020-09-16T09:13:03.301Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:13:03.588Z] ---> Running in ee62c6fddfae [2020-09-16T09:13:03.868Z] ---> Running in 242044b013bf [2020-09-16T09:13:04.140Z] Removing intermediate container ee62c6fddfae [2020-09-16T09:13:04.140Z] ---> 3229fc7b6cbb [2020-09-16T09:13:04.140Z] Step 21/21 : LABEL version=1.2.2-dev.26 [2020-09-16T09:13:04.140Z] ---> 79b8f4316dc3 [2020-09-16T09:13:04.140Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-16T09:13:04.414Z] ---> Running in a8a2790e636d [2020-09-16T09:13:04.689Z] Removing intermediate container 242044b013bf [2020-09-16T09:13:04.689Z] ---> 1e9a5ffdf64c [2020-09-16T09:13:04.689Z] Step 22/24 : LABEL arch=arm64 [2020-09-16T09:13:04.689Z] ---> Running in c1e4c65ad494 [2020-09-16T09:13:04.978Z] Removing intermediate container a8a2790e636d [2020-09-16T09:13:04.978Z] ---> 587ad703872f [2020-09-16T09:13:04.978Z] [2020-09-16T09:13:05.252Z] ---> 23b07c37f7a1 [2020-09-16T09:13:05.252Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-16T09:13:05.574Z] Successfully built 587ad703872f [2020-09-16T09:13:05.574Z] ---> Running in 733d4cca02e7 [2020-09-16T09:13:05.574Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-16T09:13:05.574Z] Building docker-support-logging-go [2020-09-16T09:13:05.574Z]  Building docker-support-scheduler-go ... done Removing intermediate container c1e4c65ad494 [2020-09-16T09:13:05.574Z] ---> a8370483026d [2020-09-16T09:13:05.574Z] Step 23/24 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:13:06.276Z] ---> Running in 6534bf3d9073 [2020-09-16T09:13:06.582Z] Removing intermediate container 733d4cca02e7 [2020-09-16T09:13:06.582Z] ---> b2c44e12c4b8 [2020-09-16T09:13:06.582Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:13:07.640Z] ---> Running in 80358e1b05b3 [2020-09-16T09:13:07.640Z] Removing intermediate container 6534bf3d9073 [2020-09-16T09:13:07.640Z] ---> cde6e70a718a [2020-09-16T09:13:07.640Z] Step 24/24 : LABEL version=1.2.2-dev.26 [2020-09-16T09:13:07.919Z] Removing intermediate container 5f1aa2f9d245 [2020-09-16T09:13:07.919Z] ---> d13e4e009426 [2020-09-16T09:13:07.919Z] Step 7/29 : COPY . . [2020-09-16T09:13:08.923Z] ---> Running in 1d686448cded [2020-09-16T09:13:09.518Z] Removing intermediate container 80358e1b05b3 [2020-09-16T09:13:09.518Z] ---> 4c049ad0159d [2020-09-16T09:13:09.518Z] Step 20/22 : LABEL arch=arm64 [2020-09-16T09:13:12.917Z] Removing intermediate container 1d686448cded [2020-09-16T09:13:12.917Z] ---> e7703a856e4d [2020-09-16T09:13:12.917Z] [2020-09-16T09:13:12.917Z] ---> Running in 64f2be353058 [2020-09-16T09:13:13.190Z] Successfully built e7703a856e4d [2020-09-16T09:13:13.190Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-16T09:13:13.190Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-09-16T09:13:13.461Z] Removing intermediate container 8bcc7f1dbea1 [2020-09-16T09:13:13.461Z] ---> 1a1e3715f910 [2020-09-16T09:13:13.461Z] [2020-09-16T09:13:13.461Z] Step 10/23 : FROM alpine [2020-09-16T09:13:13.461Z] ---> 62ee0e9f8440 [2020-09-16T09:13:13.461Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:13:14.056Z] Removing intermediate container 64f2be353058 [2020-09-16T09:13:14.056Z] ---> 7a99934bf2fc [2020-09-16T09:13:14.056Z] Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:13:14.329Z] ---> Running in 34e781ab871e [2020-09-16T09:13:14.601Z] ---> Running in 9a9442373a2f [2020-09-16T09:13:15.601Z] Removing intermediate container 34e781ab871e [2020-09-16T09:13:15.601Z] ---> 04c4df6c1e90 [2020-09-16T09:13:15.601Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-16T09:13:16.199Z] Removing intermediate container 9a9442373a2f [2020-09-16T09:13:16.199Z] ---> be10eec0ac90 [2020-09-16T09:13:16.199Z] Step 22/22 : LABEL version=1.2.2-dev.26 [2020-09-16T09:13:16.874Z] ---> Running in 5ceffa492a96 [2020-09-16T09:13:17.152Z] ---> Running in 0c332af18731 [2020-09-16T09:13:17.759Z] Removing intermediate container 5ceffa492a96 [2020-09-16T09:13:17.759Z] ---> c3244841e14d [2020-09-16T09:13:17.759Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-16T09:13:18.749Z] Removing intermediate container 0c332af18731 [2020-09-16T09:13:18.749Z] ---> 177e63aed4d6 [2020-09-16T09:13:18.749Z] [2020-09-16T09:13:19.024Z] Successfully built 177e63aed4d6 [2020-09-16T09:13:19.024Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-16T09:13:19.024Z] Building docker-security-secretstore-setup-go [2020-09-16T09:13:19.024Z]  Building docker-core-metadata-go ... done  ---> Running in c08138ecdab7 [2020-09-16T09:13:20.469Z] Removing intermediate container c08138ecdab7 [2020-09-16T09:13:20.469Z] ---> 10fdc66b4af0 [2020-09-16T09:13:20.469Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:13:21.911Z] ---> Running in 21e7c82c3e51 [2020-09-16T09:13:22.889Z] ---> b34c67a0099a [2020-09-16T09:13:22.889Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-16T09:13:23.868Z] ---> Running in ce309bb7ad73 [2020-09-16T09:13:26.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-16T09:13:26.498Z] Removing intermediate container 21e7c82c3e51 [2020-09-16T09:13:26.498Z] ---> c2cc90948462 [2020-09-16T09:13:26.498Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-16T09:13:26.498Z] ---> Running in 119c3bcb1bd2 [2020-09-16T09:13:28.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:13:29.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:13:30.062Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-16T09:13:30.062Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-16T09:13:30.062Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-16T09:13:30.662Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-16T09:13:30.662Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-16T09:13:30.662Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:13:30.937Z] OK: 8 MiB in 19 packages [2020-09-16T09:13:32.373Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:13:32.373Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:13:32.373Z] ---> 41891c02e31f [2020-09-16T09:13:32.373Z] Step 3/22 : WORKDIR /edgex-go [2020-09-16T09:13:32.373Z] ---> Using cache [2020-09-16T09:13:32.373Z] ---> 6d3f76eaea0d [2020-09-16T09:13:32.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:13:32.373Z] ---> Using cache [2020-09-16T09:13:32.373Z] ---> 1e5d03c4d562 [2020-09-16T09:13:32.373Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-16T09:13:34.373Z] ---> Running in a65989ea87b4 [2020-09-16T09:13:34.648Z] Removing intermediate container 119c3bcb1bd2 [2020-09-16T09:13:34.648Z] ---> 5fadc7520828 [2020-09-16T09:13:34.648Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-16T09:13:36.636Z] ---> 4b9cffc07337 [2020-09-16T09:13:36.636Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-16T09:13:36.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:13:37.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:13:38.976Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:13:38.976Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:13:38.976Z] OK: 12621 distinct packages available [2020-09-16T09:13:39.581Z] ---> f0f949bcfb76 [2020-09-16T09:13:39.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-16T09:13:39.581Z] OK: 217 MiB in 51 packages [2020-09-16T09:13:40.572Z] OK: 217 MiB in 51 packages [2020-09-16T09:13:41.174Z] ---> 93e11d188a4f [2020-09-16T09:13:41.174Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-16T09:13:41.776Z] ---> Running in 21f300178c29 [2020-09-16T09:13:42.768Z] Removing intermediate container 21f300178c29 [2020-09-16T09:13:42.768Z] ---> b2c06af29a7f [2020-09-16T09:13:42.768Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:13:43.044Z] Removing intermediate container a65989ea87b4 [2020-09-16T09:13:43.044Z] ---> 912b95eb0d32 [2020-09-16T09:13:43.044Z] Step 6/22 : COPY go.mod . [2020-09-16T09:13:43.319Z] ---> Running in 3164c15ec468 [2020-09-16T09:13:44.765Z] Removing intermediate container 3164c15ec468 [2020-09-16T09:13:44.765Z] ---> 85ed4b94bdcc [2020-09-16T09:13:44.765Z] Step 21/23 : LABEL arch=arm64 [2020-09-16T09:13:44.765Z] ---> c6484ffb634d [2020-09-16T09:13:44.765Z] Step 7/22 : RUN go mod download [2020-09-16T09:13:44.765Z] ---> Running in 248a0bd3fd78 [2020-09-16T09:13:45.036Z] ---> Running in 932ea7481312 [2020-09-16T09:13:46.121Z] Removing intermediate container 248a0bd3fd78 [2020-09-16T09:13:46.121Z] ---> 8cafbac609ec [2020-09-16T09:13:46.121Z] Step 22/23 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:13:46.490Z] ---> Running in 880343e5e6e5 [2020-09-16T09:13:47.550Z] Removing intermediate container 880343e5e6e5 [2020-09-16T09:13:47.550Z] ---> c16b39f5baed [2020-09-16T09:13:47.550Z] Step 23/23 : LABEL version=1.2.2-dev.26 [2020-09-16T09:13:47.826Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:13:47.826Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:13:47.826Z] ---> 41891c02e31f [2020-09-16T09:13:47.826Z] Step 3/27 : WORKDIR /edgex-go [2020-09-16T09:13:47.826Z] ---> Using cache [2020-09-16T09:13:47.826Z] ---> 6d3f76eaea0d [2020-09-16T09:13:47.826Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:13:47.826Z] ---> Using cache [2020-09-16T09:13:47.826Z] ---> 1e5d03c4d562 [2020-09-16T09:13:47.826Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-16T09:13:47.826Z] ---> Running in 80a6ad706a34 [2020-09-16T09:13:47.826Z] ---> Running in 456a0550f001 [2020-09-16T09:13:48.808Z] Removing intermediate container 456a0550f001 [2020-09-16T09:13:48.808Z] ---> 8abf9a3013c0 [2020-09-16T09:13:48.808Z] [2020-09-16T09:13:50.244Z] Successfully built 8abf9a3013c0 [2020-09-16T09:13:50.244Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-16T09:13:50.244Z] Building docker-core-command-go [2020-09-16T09:13:50.519Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:13:50.804Z] Removing intermediate container 932ea7481312 [2020-09-16T09:13:50.804Z] ---> bca0ff9125b1 [2020-09-16T09:13:50.804Z] Step 8/22 : COPY . . [2020-09-16T09:13:51.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:13:52.378Z] v3.12.0-326-gd8bb86a854 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:13:52.378Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:13:52.378Z] OK: 12621 distinct packages available [2020-09-16T09:13:53.366Z] OK: 217 MiB in 51 packages [2020-09-16T09:13:53.969Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:13:53.969Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:13:53.969Z] ---> 41891c02e31f [2020-09-16T09:13:53.969Z] Step 3/26 : WORKDIR /edgex-go [2020-09-16T09:13:53.969Z] ---> Using cache [2020-09-16T09:13:53.969Z] ---> 6d3f76eaea0d [2020-09-16T09:13:53.969Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:13:53.969Z] ---> Using cache [2020-09-16T09:13:53.969Z] ---> 1e5d03c4d562 [2020-09-16T09:13:53.969Z] Step 5/26 : RUN apk update && apk add make git [2020-09-16T09:13:53.969Z] ---> Using cache [2020-09-16T09:13:53.969Z] ---> 588e71eb9350 [2020-09-16T09:13:53.969Z] Step 6/26 : COPY go.mod . [2020-09-16T09:13:53.970Z] ---> Using cache [2020-09-16T09:13:53.970Z] ---> 4f4167561031 [2020-09-16T09:13:53.970Z] Step 7/26 : RUN go mod download [2020-09-16T09:13:53.970Z] ---> Using cache [2020-09-16T09:13:53.970Z] ---> 57ee9cc70f21 [2020-09-16T09:13:53.970Z] Step 8/26 : COPY . . [2020-09-16T09:13:53.970Z] ---> Using cache [2020-09-16T09:13:53.970Z] ---> 7f860e5ce621 [2020-09-16T09:13:53.970Z] 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-09-16T09:13:59.398Z] ---> Running in d3fb6f455291 [2020-09-16T09:14:00.398Z] Removing intermediate container 80a6ad706a34 [2020-09-16T09:14:00.398Z] ---> eeb3e4fa6f10 [2020-09-16T09:14:00.398Z] Step 6/27 : COPY go.mod . [2020-09-16T09:14:01.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-16T09:14:02.460Z] ---> 827fbcf7cf1a [2020-09-16T09:14:02.460Z] Step 7/27 : RUN go mod download [2020-09-16T09:14:03.447Z] ---> Running in 4c9f4ef9d513 [2020-09-16T09:14:11.775Z] Removing intermediate container 4c9f4ef9d513 [2020-09-16T09:14:11.775Z] ---> b87e3d06f70e [2020-09-16T09:14:11.775Z] Step 8/27 : COPY . . [2020-09-16T09:14:16.128Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-16T09:14:16.128Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-16T09:14:16.128Z] ---> 41891c02e31f [2020-09-16T09:14:16.128Z] Step 3/22 : WORKDIR /edgex-go [2020-09-16T09:14:16.128Z] ---> Using cache [2020-09-16T09:14:16.128Z] ---> 6d3f76eaea0d [2020-09-16T09:14:16.128Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:14:16.128Z] ---> Using cache [2020-09-16T09:14:16.128Z] ---> 1e5d03c4d562 [2020-09-16T09:14:16.128Z] Step 5/22 : RUN apk update && apk add make git [2020-09-16T09:14:16.128Z] ---> Using cache [2020-09-16T09:14:16.128Z] ---> 588e71eb9350 [2020-09-16T09:14:16.128Z] Step 6/22 : COPY go.mod . [2020-09-16T09:14:16.128Z] ---> Using cache [2020-09-16T09:14:16.128Z] ---> 4f4167561031 [2020-09-16T09:14:16.128Z] Step 7/22 : RUN go mod download [2020-09-16T09:14:16.128Z] ---> Using cache [2020-09-16T09:14:16.128Z] ---> 57ee9cc70f21 [2020-09-16T09:14:16.128Z] Step 8/22 : COPY . . [2020-09-16T09:14:16.128Z] ---> Using cache [2020-09-16T09:14:16.128Z] ---> 7f860e5ce621 [2020-09-16T09:14:16.128Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-16T09:14:16.741Z] ---> Running in 5b6a46affa7f [2020-09-16T09:14:17.372Z] ---> 0c04e10d88c2 [2020-09-16T09:14:17.372Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-16T09:14:17.372Z] Removing intermediate container ce309bb7ad73 [2020-09-16T09:14:17.372Z] ---> 809d75e6136c [2020-09-16T09:14:17.372Z] [2020-09-16T09:14:17.372Z] Step 9/29 : FROM alpine:latest [2020-09-16T09:14:17.372Z] ---> 62ee0e9f8440 [2020-09-16T09:14:17.372Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-16T09:14:18.821Z] ---> Running in 24d52c9cca12 [2020-09-16T09:14:18.821Z] ---> Running in b25efda7d645 [2020-09-16T09:14:18.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/core-command/core-command ./cmd/core-command [2020-09-16T09:14:20.275Z] Removing intermediate container 24d52c9cca12 [2020-09-16T09:14:20.275Z] ---> 1cb130d28e7d [2020-09-16T09:14:20.275Z] Step 11/29 : USER root [2020-09-16T09:14:20.557Z] ---> Running in b0eeeece521f [2020-09-16T09:14:21.161Z] Removing intermediate container b0eeeece521f [2020-09-16T09:14:21.161Z] ---> 27a484cf8cc6 [2020-09-16T09:14:21.161Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-16T09:14:21.443Z] ---> Running in a94d167c7848 [2020-09-16T09:14:21.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-16T09:14:24.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:14:24.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:14:25.368Z] v3.12.0-326-gd8bb86a854 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-16T09:14:25.368Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-16T09:14:25.368Z] OK: 12619 distinct packages available [2020-09-16T09:14:26.817Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-16T09:14:26.818Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-16T09:14:26.818Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:14:26.818Z] Executing ca-certificates-20191127-r4.trigger [2020-09-16T09:14:27.091Z] OK: 6 MiB in 16 packages [2020-09-16T09:14:32.520Z] Removing intermediate container a94d167c7848 [2020-09-16T09:14:32.520Z] ---> 6d8d9cb9ea8a [2020-09-16T09:14:32.520Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-16T09:14:32.520Z] ---> Running in 53739e0d6169 [2020-09-16T09:14:32.520Z] ---> 724e8f6e449b [2020-09-16T09:14:32.520Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-16T09:14:32.520Z] ---> Running in 54a8afef48a8 [2020-09-16T09:14:32.799Z] Removing intermediate container 53739e0d6169 [2020-09-16T09:14:32.799Z] ---> 9e077b5fc637 [2020-09-16T09:14:32.799Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-16T09:14:33.075Z] ---> Running in 01184ac93f77 [2020-09-16T09:14:34.058Z] Removing intermediate container 01184ac93f77 [2020-09-16T09:14:34.058Z] ---> 96e1edf2b019 [2020-09-16T09:14:34.058Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-16T09:14:34.058Z] ---> Running in ed2f75129b98 [2020-09-16T09:14:35.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-16T09:14:38.134Z] Removing intermediate container ed2f75129b98 [2020-09-16T09:14:38.134Z] ---> 0bc54305ef49 [2020-09-16T09:14:38.134Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-16T09:14:39.575Z] ---> 3b5ac322ba0b [2020-09-16T09:14:39.575Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-16T09:14:40.566Z] ---> 861561a9eaa5 [2020-09-16T09:14:40.566Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-16T09:14:42.011Z] ---> 4483e6bb1ff6 [2020-09-16T09:14:42.011Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-16T09:14:43.098Z] ---> 45890e3847b9 [2020-09-16T09:14:43.098Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-16T09:14:44.133Z] ---> 23aa50eaca5f [2020-09-16T09:14:44.133Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-16T09:14:44.406Z] ---> Running in 8bfedfb2c18f [2020-09-16T09:14:48.708Z] Removing intermediate container 8bfedfb2c18f [2020-09-16T09:14:48.708Z] ---> 22c52819b3bd [2020-09-16T09:14:48.708Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-16T09:14:49.691Z] ---> 56c2a93c3c70 [2020-09-16T09:14:49.691Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-16T09:14:49.963Z] ---> Running in 1fbcdaeef0af [2020-09-16T09:14:54.285Z] Removing intermediate container 1fbcdaeef0af [2020-09-16T09:14:54.285Z] ---> 01417331ea94 [2020-09-16T09:14:54.285Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-16T09:14:54.285Z] ---> Running in f52997e198a4 [2020-09-16T09:14:59.725Z] Removing intermediate container f52997e198a4 [2020-09-16T09:14:59.725Z] ---> 3491f066f277 [2020-09-16T09:14:59.725Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-16T09:14:59.725Z] ---> Running in 658d30d5ebc1 [2020-09-16T09:14:59.725Z] Removing intermediate container 658d30d5ebc1 [2020-09-16T09:14:59.725Z] ---> 96d6533effa2 [2020-09-16T09:14:59.725Z] Step 26/29 : CMD [ "generate" ] [2020-09-16T09:15:00.002Z] ---> Running in c3449689d00b [2020-09-16T09:15:00.612Z] Removing intermediate container c3449689d00b [2020-09-16T09:15:00.612Z] ---> 339ee87115f5 [2020-09-16T09:15:00.612Z] Step 27/29 : LABEL arch=arm64 [2020-09-16T09:15:00.895Z] ---> Running in 7b7e428d5fd3 [2020-09-16T09:15:01.496Z] Removing intermediate container 7b7e428d5fd3 [2020-09-16T09:15:01.496Z] ---> 758686b4b8fd [2020-09-16T09:15:01.496Z] Step 28/29 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:15:01.496Z] ---> Running in a27a05e395a1 [2020-09-16T09:15:02.111Z] Removing intermediate container a27a05e395a1 [2020-09-16T09:15:02.111Z] ---> 0b4dcc11793f [2020-09-16T09:15:02.111Z] Step 29/29 : LABEL version=1.2.2-dev.26 [2020-09-16T09:15:02.387Z] ---> Running in 0a2d843c067f [2020-09-16T09:15:03.384Z] Removing intermediate container 0a2d843c067f [2020-09-16T09:15:03.384Z] ---> 24de7dbfbf89 [2020-09-16T09:15:03.384Z] [2020-09-16T09:15:03.666Z] Successfully built 24de7dbfbf89 [2020-09-16T09:15:03.666Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-16T09:15:03.943Z]  Building docker-security-secrets-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-16T09:15:14.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-16T09:15:26.503Z] Removing intermediate container d3fb6f455291 [2020-09-16T09:15:26.503Z] ---> aed8987cb874 [2020-09-16T09:15:26.503Z] [2020-09-16T09:15:26.503Z] Step 10/26 : FROM alpine:3.10 [2020-09-16T09:15:26.503Z] 3.10: Pulling from library/alpine [2020-09-16T09:15:27.486Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-16T09:15:27.486Z] Status: Downloaded newer image for alpine:3.10 [2020-09-16T09:15:27.486Z] ---> 536a684cf733 [2020-09-16T09:15:27.486Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-16T09:15:27.762Z] ---> Running in 7d9c1010943f [2020-09-16T09:15:30.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:15:30.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:15:31.301Z] v3.10.5-87-g3e7a2f0987 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-16T09:15:31.301Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-16T09:15:31.301Z] OK: 10167 distinct packages available [2020-09-16T09:15:31.903Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-16T09:15:31.903Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-16T09:15:31.903Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-16T09:15:31.903Z] (4/5) Installing curl (7.66.0-r1) [2020-09-16T09:15:31.903Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-16T09:15:31.903Z] Executing busybox-1.30.1-r3.trigger [2020-09-16T09:15:32.179Z] Executing ca-certificates-20191127-r2.trigger [2020-09-16T09:15:32.456Z] OK: 7 MiB in 19 packages [2020-09-16T09:15:35.114Z] Removing intermediate container 7d9c1010943f [2020-09-16T09:15:35.114Z] ---> 990c9900253e [2020-09-16T09:15:35.114Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-16T09:15:35.114Z] ---> Running in 3e18b494d9d1 [2020-09-16T09:15:35.713Z] Removing intermediate container 3e18b494d9d1 [2020-09-16T09:15:35.713Z] ---> 820cbfea510b [2020-09-16T09:15:35.713Z] Step 13/26 : WORKDIR / [2020-09-16T09:15:35.991Z] ---> Running in 1084a134f334 [2020-09-16T09:15:36.605Z] Removing intermediate container 1084a134f334 [2020-09-16T09:15:36.605Z] ---> 63f390f4dcea [2020-09-16T09:15:36.605Z] 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-09-16T09:15:38.046Z] ---> 5a716871aed8 [2020-09-16T09:15:38.047Z] 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-09-16T09:15:39.033Z] ---> 4abcaf9ba1ce [2020-09-16T09:15:39.033Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-16T09:15:40.018Z] ---> e05411537936 [2020-09-16T09:15:40.018Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-16T09:15:41.008Z] ---> cf834a1119d4 [2020-09-16T09:15:41.009Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-16T09:15:42.998Z] ---> 8eb8e1792ea7 [2020-09-16T09:15:42.998Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-16T09:15:45.805Z] ---> 646d5aeb5300 [2020-09-16T09:15:45.805Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-16T09:15:47.247Z] ---> 3809e55033a8 [2020-09-16T09:15:47.247Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-16T09:15:47.867Z] Removing intermediate container b25efda7d645 [2020-09-16T09:15:47.867Z] ---> 6061d2d9bed7 [2020-09-16T09:15:47.867Z] [2020-09-16T09:15:47.867Z] Step 10/22 : FROM scratch [2020-09-16T09:15:47.867Z] ---> [2020-09-16T09:15:47.867Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-16T09:15:47.867Z] ---> Using cache [2020-09-16T09:15:47.867Z] ---> bb2424a81699 [2020-09-16T09:15:47.867Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-16T09:15:48.141Z] ---> Running in 55b4d9a86f4d [2020-09-16T09:15:48.414Z] ---> acc5fc5ffea0 [2020-09-16T09:15:48.414Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-16T09:15:48.697Z] ---> Running in 25b807befb54 [2020-09-16T09:15:48.697Z] Removing intermediate container 55b4d9a86f4d [2020-09-16T09:15:48.697Z] ---> 808ef2a70427 [2020-09-16T09:15:48.697Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-16T09:15:48.972Z] ---> Running in a7af5340e4a4 [2020-09-16T09:15:49.957Z] Removing intermediate container a7af5340e4a4 [2020-09-16T09:15:49.957Z] ---> a38857c4ad92 [2020-09-16T09:15:49.957Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-16T09:15:50.941Z] ---> 9d26853e0f7c [2020-09-16T09:15:50.941Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-16T09:15:52.409Z] ---> be50ee02b217 [2020-09-16T09:15:52.409Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-16T09:15:52.688Z] Removing intermediate container 25b807befb54 [2020-09-16T09:15:52.688Z] ---> 83115a4e613f [2020-09-16T09:15:52.688Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-16T09:15:52.967Z] ---> Running in 4f9b772c8414 [2020-09-16T09:15:52.967Z] Removing intermediate container 54a8afef48a8 [2020-09-16T09:15:52.967Z] ---> 806633895574 [2020-09-16T09:15:52.967Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-16T09:15:53.565Z] ---> Running in f5c369d7da82 [2020-09-16T09:15:53.837Z] Removing intermediate container 4f9b772c8414 [2020-09-16T09:15:53.837Z] ---> f421a3d6f983 [2020-09-16T09:15:53.837Z] Step 24/26 : LABEL arch=arm64 [2020-09-16T09:15:54.111Z] ---> Running in ac72ee53b6dd [2020-09-16T09:15:54.111Z] ---> c0092fa7d590 [2020-09-16T09:15:54.111Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-16T09:15:54.386Z] Removing intermediate container 5b6a46affa7f [2020-09-16T09:15:54.386Z] ---> 1d1d4b672dca [2020-09-16T09:15:54.386Z] [2020-09-16T09:15:54.386Z] Step 10/22 : FROM scratch [2020-09-16T09:15:54.386Z] ---> [2020-09-16T09:15:54.386Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-16T09:15:54.660Z] ---> Using cache [2020-09-16T09:15:54.660Z] ---> cb3bc9ca0aff [2020-09-16T09:15:54.660Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-16T09:15:54.660Z] Removing intermediate container ac72ee53b6dd [2020-09-16T09:15:54.660Z] ---> 38224daae8f0 [2020-09-16T09:15:54.660Z] Step 25/26 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:15:54.660Z] ---> Running in e8eea2056c28 [2020-09-16T09:15:54.930Z] ---> Running in dcf40aeb7ab0 [2020-09-16T09:15:55.205Z] ---> cb3cc7e44360 [2020-09-16T09:15:55.205Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-16T09:15:55.205Z] ---> Running in e362c445dddc [2020-09-16T09:15:55.205Z] Removing intermediate container e8eea2056c28 [2020-09-16T09:15:55.205Z] ---> 2902cfeed677 [2020-09-16T09:15:55.205Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-16T09:15:55.477Z] ---> Running in 26924f964da2 [2020-09-16T09:15:55.477Z] Removing intermediate container dcf40aeb7ab0 [2020-09-16T09:15:55.477Z] ---> 71be52b77c35 [2020-09-16T09:15:55.477Z] Step 26/26 : LABEL version=1.2.2-dev.26 [2020-09-16T09:15:55.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.26" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-16T09:15:55.754Z] ---> Running in 56cd211f2d24 [2020-09-16T09:15:56.028Z] Removing intermediate container e362c445dddc [2020-09-16T09:15:56.028Z] ---> 640cf09c06d1 [2020-09-16T09:15:56.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:15:56.029Z] ---> Running in f7205afb9025 [2020-09-16T09:15:56.029Z] Removing intermediate container 26924f964da2 [2020-09-16T09:15:56.029Z] ---> 6464ce1c1aa6 [2020-09-16T09:15:56.029Z] Step 14/22 : WORKDIR / [2020-09-16T09:15:56.308Z] ---> Running in dec19bd32f2a [2020-09-16T09:15:56.308Z] Removing intermediate container 56cd211f2d24 [2020-09-16T09:15:56.308Z] ---> 45a30379fcb0 [2020-09-16T09:15:56.308Z] [2020-09-16T09:15:56.579Z] Removing intermediate container f7205afb9025 [2020-09-16T09:15:56.579Z] ---> 788c78194aca [2020-09-16T09:15:56.579Z] Step 20/22 : LABEL arch=arm64 [2020-09-16T09:15:56.856Z] ---> Running in c1275e482a9f [2020-09-16T09:15:56.856Z] Successfully built 45a30379fcb0 [2020-09-16T09:15:56.856Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-16T09:15:57.131Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container dec19bd32f2a [2020-09-16T09:15:57.131Z] ---> bec77a22275f [2020-09-16T09:15:57.131Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-16T09:15:57.401Z] Removing intermediate container c1275e482a9f [2020-09-16T09:15:57.401Z] ---> aa36765cc6ba [2020-09-16T09:15:57.401Z] Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:15:57.673Z] ---> Running in 2bc7fe09dd65 [2020-09-16T09:15:57.946Z] ---> 008c778ca2b8 [2020-09-16T09:15:57.946Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-16T09:15:58.219Z] Removing intermediate container 2bc7fe09dd65 [2020-09-16T09:15:58.219Z] ---> 0f9b6c1687f8 [2020-09-16T09:15:58.219Z] Step 22/22 : LABEL version=1.2.2-dev.26 [2020-09-16T09:15:58.493Z] ---> Running in 3a710bec7b2b [2020-09-16T09:15:59.086Z] Removing intermediate container f5c369d7da82 [2020-09-16T09:15:59.086Z] ---> 83d6d471a9a8 [2020-09-16T09:15:59.086Z] [2020-09-16T09:15:59.086Z] Step 11/27 : FROM docker:latest [2020-09-16T09:15:59.086Z] ---> ce9d55ae87f1 [2020-09-16T09:15:59.086Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-16T09:15:59.359Z] Removing intermediate container 3a710bec7b2b [2020-09-16T09:15:59.359Z] ---> d9de63723a7d [2020-09-16T09:15:59.359Z] [2020-09-16T09:15:59.359Z] ---> a36b5ddbb75a [2020-09-16T09:15:59.359Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-16T09:15:59.359Z] ---> Running in 97f612130c95 [2020-09-16T09:15:59.631Z] Successfully built d9de63723a7d [2020-09-16T09:15:59.905Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-16T09:16:00.497Z]  Building docker-support-logging-go ... done  ---> a9607bfa60cb [2020-09-16T09:16:00.497Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-16T09:16:00.497Z] ---> Running in 295e07d0428e [2020-09-16T09:16:01.101Z] Removing intermediate container 295e07d0428e [2020-09-16T09:16:01.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:16:01.101Z] ---> 3a8f80663f45 [2020-09-16T09:16:01.101Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:16:01.101Z] ---> Running in f90aaa3ff9a7 [2020-09-16T09:16:01.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:16:01.695Z] Removing intermediate container f90aaa3ff9a7 [2020-09-16T09:16:01.695Z] ---> 6a82efd3ad49 [2020-09-16T09:16:01.695Z] Step 20/22 : LABEL arch=arm64 [2020-09-16T09:16:01.695Z] (1/2) Installing readline (8.0.4-r0) [2020-09-16T09:16:01.695Z] (2/2) Installing bash (5.0.17-r0) [2020-09-16T09:16:01.695Z] Executing bash-5.0.17-r0.post-install [2020-09-16T09:16:01.695Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:16:01.695Z] OK: 12 MiB in 22 packages [2020-09-16T09:16:01.695Z] ---> Running in 651d8ff087be [2020-09-16T09:16:02.290Z] Removing intermediate container 651d8ff087be [2020-09-16T09:16:02.290Z] ---> b4828c8d45ea [2020-09-16T09:16:02.290Z] Step 21/22 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:16:02.570Z] ---> Running in 03a044078d59 [2020-09-16T09:16:02.843Z] Removing intermediate container 03a044078d59 [2020-09-16T09:16:02.843Z] ---> d4a60acf0c01 [2020-09-16T09:16:02.843Z] Step 22/22 : LABEL version=1.2.2-dev.26 [2020-09-16T09:16:03.114Z] Removing intermediate container 97f612130c95 [2020-09-16T09:16:03.114Z] ---> 82fbff7a3b61 [2020-09-16T09:16:03.114Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-16T09:16:03.114Z] ---> Running in b99a5892584c [2020-09-16T09:16:03.114Z] ---> Running in 6f81a7084f4e [2020-09-16T09:16:03.712Z] Removing intermediate container b99a5892584c [2020-09-16T09:16:03.712Z] ---> 131b310ddaf9 [2020-09-16T09:16:03.712Z] [2020-09-16T09:16:03.986Z] Successfully built 131b310ddaf9 [2020-09-16T09:16:03.986Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-16T09:16:05.951Z]  Building docker-core-command-go ... done Removing intermediate container 6f81a7084f4e [2020-09-16T09:16:05.951Z] ---> 5cbe3e50b46d [2020-09-16T09:16:05.951Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-16T09:16:05.951Z] ---> Running in 7267ae6cf044 [2020-09-16T09:16:06.222Z] Removing intermediate container 7267ae6cf044 [2020-09-16T09:16:06.222Z] ---> 92e27c9eb4b9 [2020-09-16T09:16:06.222Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-16T09:16:06.222Z] ---> Running in 6d6c974ef3fb [2020-09-16T09:16:06.818Z] Removing intermediate container 6d6c974ef3fb [2020-09-16T09:16:06.818Z] ---> f4458a9d681b [2020-09-16T09:16:06.818Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-16T09:16:06.818Z] ---> Running in 891df9469a3c [2020-09-16T09:16:07.410Z] Removing intermediate container 891df9469a3c [2020-09-16T09:16:07.410Z] ---> f5811b2e2d4a [2020-09-16T09:16:07.410Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-16T09:16:08.840Z] ---> 54aa1c87d6df [2020-09-16T09:16:08.840Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-16T09:16:09.431Z] ---> 6d5d8132e5d9 [2020-09-16T09:16:09.432Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-16T09:16:10.404Z] ---> f602ca4a5d47 [2020-09-16T09:16:10.404Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-16T09:16:10.404Z] ---> Running in 71fcf0fae9a5 [2020-09-16T09:16:11.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:16:12.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:16:12.688Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-16T09:16:12.688Z] (2/33) Installing expat (2.2.9-r1) [2020-09-16T09:16:12.688Z] (3/33) Installing libffi (3.3-r2) [2020-09-16T09:16:12.688Z] (4/33) Installing gdbm (1.13-r1) [2020-09-16T09:16:12.688Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-16T09:16:12.688Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-16T09:16:12.688Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-16T09:16:14.645Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-16T09:16:14.645Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-16T09:16:14.645Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-16T09:16:14.645Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-16T09:16:14.645Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-16T09:16:14.645Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-16T09:16:14.645Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-16T09:16:14.645Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-16T09:16:14.645Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-16T09:16:14.645Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-16T09:16:14.645Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-16T09:16:14.645Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-16T09:16:14.645Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-16T09:16:14.645Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-16T09:16:14.645Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-16T09:16:14.645Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-16T09:16:14.645Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-16T09:16:14.645Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-16T09:16:14.916Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-16T09:16:14.916Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-16T09:16:14.916Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-16T09:16:14.916Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-16T09:16:14.916Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-16T09:16:14.916Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-16T09:16:14.916Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-16T09:16:14.916Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-16T09:16:14.916Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:16:15.188Z] OK: 71 MiB in 55 packages [2020-09-16T09:16:21.871Z] Removing intermediate container 71fcf0fae9a5 [2020-09-16T09:16:21.871Z] ---> 99b90e5985eb [2020-09-16T09:16:21.871Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-16T09:16:21.871Z] ---> Running in af9d105eac5c [2020-09-16T09:16:27.255Z] Collecting docker-compose==1.23.2 [2020-09-16T09:16:27.255Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-16T09:16:27.255Z] Collecting jsonschema<3,>=2.5.1 [2020-09-16T09:16:27.255Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-16T09:16:27.525Z] 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-09-16T09:16:28.516Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-16T09:16:28.516Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-16T09:16:29.120Z] Collecting cached-property<2,>=1.2.0 [2020-09-16T09:16:29.120Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-16T09:16:29.392Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-16T09:16:29.392Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-16T09:16:31.990Z] Collecting PyYAML<4,>=3.10 [2020-09-16T09:16:31.990Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-16T09:16:34.590Z] Collecting texttable<0.10,>=0.9.0 [2020-09-16T09:16:34.590Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-16T09:16:36.557Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-16T09:16:36.557Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-16T09:16:37.157Z] Collecting docker<4.0,>=3.6.0 [2020-09-16T09:16:37.157Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-16T09:16:37.752Z] Collecting docopt<0.7,>=0.6.1 [2020-09-16T09:16:37.752Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-16T09:16:39.713Z] 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-09-16T09:16:39.713Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-16T09:16:39.713Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-16T09:16:40.303Z] Collecting idna<2.8,>=2.5 [2020-09-16T09:16:40.303Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-16T09:16:40.303Z] 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-09-16T09:16:40.303Z] Collecting docker-pycreds>=0.4.0 [2020-09-16T09:16:40.303Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-16T09:16:40.574Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-16T09:16:40.574Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-16T09:16:40.574Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-16T09:16:40.574Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-16T09:16:41.541Z] Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, dockerpty, PyYAML, texttable, websocket-client, docker-pycreds, docker, docopt, docker-compose [2020-09-16T09:16:41.541Z] Attempting uninstall: urllib3 [2020-09-16T09:16:41.541Z] Found existing installation: urllib3 1.25.9 [2020-09-16T09:16:41.541Z] Uninstalling urllib3-1.25.9: [2020-09-16T09:16:41.809Z] Successfully uninstalled urllib3-1.25.9 [2020-09-16T09:16:42.396Z] Attempting uninstall: idna [2020-09-16T09:16:42.396Z] Found existing installation: idna 2.9 [2020-09-16T09:16:42.396Z] Uninstalling idna-2.9: [2020-09-16T09:16:42.396Z] Successfully uninstalled idna-2.9 [2020-09-16T09:16:42.986Z] Attempting uninstall: requests [2020-09-16T09:16:42.986Z] Found existing installation: requests 2.23.0 [2020-09-16T09:16:42.986Z] Uninstalling requests-2.23.0: [2020-09-16T09:16:43.255Z] Successfully uninstalled requests-2.23.0 [2020-09-16T09:16:43.525Z] Running setup.py install for dockerpty: started [2020-09-16T09:16:45.478Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-16T09:16:45.478Z] Running setup.py install for PyYAML: started [2020-09-16T09:16:47.441Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-16T09:16:47.441Z] Running setup.py install for texttable: started [2020-09-16T09:16:49.405Z] Running setup.py install for texttable: finished with status 'done' [2020-09-16T09:16:49.997Z] Running setup.py install for docopt: started [2020-09-16T09:16:51.960Z] Running setup.py install for docopt: finished with status 'done' [2020-09-16T09:16:52.552Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-09-16T09:16:56.839Z] Removing intermediate container af9d105eac5c [2020-09-16T09:16:56.839Z] ---> 68939150e4e5 [2020-09-16T09:16:56.839Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-16T09:16:56.839Z] ---> Running in 7b97eb277177 [2020-09-16T09:16:57.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T09:16:57.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:16:58.402Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-16T09:16:58.402Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-16T09:16:58.402Z] (3/3) Installing curl (7.69.1-r1) [2020-09-16T09:16:58.402Z] Executing busybox-1.31.1-r16.trigger [2020-09-16T09:16:58.402Z] OK: 71 MiB in 58 packages [2020-09-16T09:16:59.838Z] Removing intermediate container 7b97eb277177 [2020-09-16T09:16:59.838Z] ---> c9d155c4e806 [2020-09-16T09:16:59.838Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-16T09:16:59.838Z] ---> Running in 2addaf0593a2 [2020-09-16T09:17:00.108Z] Removing intermediate container 2addaf0593a2 [2020-09-16T09:17:00.108Z] ---> 25c2767da311 [2020-09-16T09:17:00.108Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-16T09:17:00.379Z] ---> Running in 2fdd249902f9 [2020-09-16T09:17:00.652Z] Removing intermediate container 2fdd249902f9 [2020-09-16T09:17:00.652Z] ---> 51c89137621c [2020-09-16T09:17:00.652Z] Step 25/27 : LABEL arch=arm64 [2020-09-16T09:17:00.924Z] ---> Running in 43fe828d1f91 [2020-09-16T09:17:01.516Z] Removing intermediate container 43fe828d1f91 [2020-09-16T09:17:01.516Z] ---> f3099ebafd76 [2020-09-16T09:17:01.516Z] Step 26/27 : LABEL git_sha=5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:01.516Z] ---> Running in a42b250e9f96 [2020-09-16T09:17:02.108Z] Removing intermediate container a42b250e9f96 [2020-09-16T09:17:02.108Z] ---> 47dca88eb249 [2020-09-16T09:17:02.108Z] Step 27/27 : LABEL version=1.2.2-dev.26 [2020-09-16T09:17:02.108Z] ---> Running in ec284ef11b74 [2020-09-16T09:17:02.699Z] Removing intermediate container ec284ef11b74 [2020-09-16T09:17:02.699Z] ---> d66c363784d2 [2020-09-16T09:17:02.699Z] [2020-09-16T09:17:02.970Z] Successfully built d66c363784d2 [2020-09-16T09:17:02.970Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-16T09:17:03.255Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-16T09:17:03.297Z] $ docker stop --time=1 44478a07311eafe31fd8576113958d24afe887ec4e929fe7ae65d6146319b69d [2020-09-16T09:17:05.229Z] $ docker rm -f 44478a07311eafe31fd8576113958d24afe887ec4e929fe7ae65d6146319b69d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:17:05.915Z] + docker images [2020-09-16T09:17:05.915Z] + grep docker [2020-09-16T09:17:06.185Z] docker-sys-mgmt-agent-go-arm64 latest d66c363784d2 4 seconds ago 265MB [2020-09-16T09:17:06.185Z] docker-core-command-go-arm64 latest 131b310ddaf9 About a minute ago 11.4MB [2020-09-16T09:17:06.185Z] docker-support-logging-go-arm64 latest d9de63723a7d About a minute ago 10.6MB [2020-09-16T09:17:06.185Z] docker-security-secretstore-setup-go-arm64 latest 45a30379fcb0 About a minute ago 30.8MB [2020-09-16T09:17:06.185Z] docker-security-secrets-setup-go-arm64 latest 24de7dbfbf89 2 minutes ago 22.7MB [2020-09-16T09:17:06.185Z] docker-core-data-go-arm64 latest 8abf9a3013c0 3 minutes ago 22.2MB [2020-09-16T09:17:06.185Z] docker-core-metadata-go-arm64 latest 177e63aed4d6 3 minutes ago 12.7MB [2020-09-16T09:17:06.185Z] docker-support-notifications-go-arm64 latest e7703a856e4d 3 minutes ago 12.9MB [2020-09-16T09:17:06.185Z] docker-support-scheduler-go-arm64 latest 587ad703872f 4 minutes ago 11.5MB [2020-09-16T09:17:06.185Z] docker-security-proxy-setup-go-arm64 latest bb9a60c0b4c3 4 minutes ago 15.1MB [2020-09-16T09:17:06.185Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-16T09:17:06.856Z] provisioning config files... [2020-09-16T09:17:06.900Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/141@tmp/config1481366547391927959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:17:07.306Z] ---> docker-login.sh [2020-09-16T09:17:07.306Z] nexus3.edgexfoundry.org:10001 [2020-09-16T09:17:07.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:17:07.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:17:07.867Z] Configure a credential helper to remove this warning. See [2020-09-16T09:17:07.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:17:07.867Z] [2020-09-16T09:17:07.867Z] Login Succeeded [2020-09-16T09:17:07.867Z] nexus3.edgexfoundry.org:10002 [2020-09-16T09:17:08.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:17:08.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:17:08.479Z] Configure a credential helper to remove this warning. See [2020-09-16T09:17:08.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:17:08.479Z] [2020-09-16T09:17:08.479Z] Login Succeeded [2020-09-16T09:17:08.479Z] nexus3.edgexfoundry.org:10003 [2020-09-16T09:17:09.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:17:09.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:17:09.079Z] Configure a credential helper to remove this warning. See [2020-09-16T09:17:09.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:17:09.079Z] [2020-09-16T09:17:09.079Z] Login Succeeded [2020-09-16T09:17:09.079Z] nexus3.edgexfoundry.org:10004 [2020-09-16T09:17:09.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:17:09.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:17:09.669Z] Configure a credential helper to remove this warning. See [2020-09-16T09:17:09.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:17:09.669Z] [2020-09-16T09:17:09.669Z] Login Succeeded [2020-09-16T09:17:09.669Z] docker.io [2020-09-16T09:17:10.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-16T09:17:10.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-16T09:17:10.528Z] Configure a credential helper to remove this warning. See [2020-09-16T09:17:10.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-16T09:17:10.528Z] [2020-09-16T09:17:10.528Z] Login Succeeded [2020-09-16T09:17:10.528Z] ---> docker-login.sh ends [Pipeline] } [2020-09-16T09:17:10.552Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:17:10.819Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-16T09:17:10.820Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:10.820Z] 1.2.2-dev.26 [2020-09-16T09:17:10.820Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:10.820Z] master [2020-09-16T09:17:10.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:11.453Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:11.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:11.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-16T09:17:11.797Z] a1d03b90f501: Preparing [2020-09-16T09:17:11.797Z] d7ffb281ce3d: Preparing [2020-09-16T09:17:11.797Z] 44b6d43652e5: Preparing [2020-09-16T09:17:12.067Z] 44b6d43652e5: Pushed [2020-09-16T09:17:12.067Z] a1d03b90f501: Pushed [2020-09-16T09:17:14.685Z] d7ffb281ce3d: Pushed [2020-09-16T09:17:14.685Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:15.292Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:15.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:15.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-16T09:17:15.627Z] a1d03b90f501: Preparing [2020-09-16T09:17:15.627Z] d7ffb281ce3d: Preparing [2020-09-16T09:17:15.627Z] 44b6d43652e5: Preparing [2020-09-16T09:17:15.896Z] 44b6d43652e5: Layer already exists [2020-09-16T09:17:15.896Z] a1d03b90f501: Layer already exists [2020-09-16T09:17:15.896Z] d7ffb281ce3d: Layer already exists [2020-09-16T09:17:15.896Z] 1.2.2-dev.26: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:16.233Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:16.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:16.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-16T09:17:16.566Z] a1d03b90f501: Preparing [2020-09-16T09:17:16.566Z] d7ffb281ce3d: Preparing [2020-09-16T09:17:16.566Z] 44b6d43652e5: Preparing [2020-09-16T09:17:16.566Z] d7ffb281ce3d: Layer already exists [2020-09-16T09:17:16.834Z] 44b6d43652e5: Layer already exists [2020-09-16T09:17:16.834Z] a1d03b90f501: Layer already exists [2020-09-16T09:17:16.834Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:17.169Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:17.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-16T09:17:17.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-16T09:17:17.504Z] a1d03b90f501: Preparing [2020-09-16T09:17:17.504Z] d7ffb281ce3d: Preparing [2020-09-16T09:17:17.504Z] 44b6d43652e5: Preparing [2020-09-16T09:17:17.772Z] a1d03b90f501: Layer already exists [2020-09-16T09:17:17.772Z] 44b6d43652e5: Layer already exists [2020-09-16T09:17:17.772Z] d7ffb281ce3d: Layer already exists [2020-09-16T09:17:17.772Z] master: digest: sha256:de82bf1af3277f834f73d2c35952101fdcb09f9b77f2034a7a7eb0aa0b8c37f1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:17:18.030Z] ===================================================== [Pipeline] echo [2020-09-16T09:17:18.083Z] taggedImages: [2020-09-16T09:17:18.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:18.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:18.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:18.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-16T09:17:18.150Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-16T09:17:18.150Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:18.150Z] 1.2.2-dev.26 [2020-09-16T09:17:18.150Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:18.150Z] master [2020-09-16T09:17:18.150Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:18.676Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:19.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:19.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-16T09:17:19.032Z] 12539a809726: Preparing [2020-09-16T09:17:19.032Z] 4b93629772f3: Preparing [2020-09-16T09:17:19.032Z] 82f8975cd07a: Preparing [2020-09-16T09:17:19.032Z] 2248678ed0b3: Preparing [2020-09-16T09:17:19.032Z] b571cb075c0e: Preparing [2020-09-16T09:17:19.032Z] e2f13739ad41: Preparing [2020-09-16T09:17:19.032Z] e2f13739ad41: Waiting [2020-09-16T09:17:19.308Z] b571cb075c0e: Pushed [2020-09-16T09:17:19.308Z] 12539a809726: Pushed [2020-09-16T09:17:19.308Z] 82f8975cd07a: Pushed [2020-09-16T09:17:19.308Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:19.904Z] 2248678ed0b3: Pushed [2020-09-16T09:17:22.505Z] 4b93629772f3: Pushed [2020-09-16T09:17:22.775Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:23.108Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:23.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:23.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-16T09:17:23.438Z] 12539a809726: Preparing [2020-09-16T09:17:23.438Z] 4b93629772f3: Preparing [2020-09-16T09:17:23.438Z] 82f8975cd07a: Preparing [2020-09-16T09:17:23.438Z] 2248678ed0b3: Preparing [2020-09-16T09:17:23.438Z] b571cb075c0e: Preparing [2020-09-16T09:17:23.438Z] e2f13739ad41: Preparing [2020-09-16T09:17:23.438Z] e2f13739ad41: Waiting [2020-09-16T09:17:23.438Z] b571cb075c0e: Layer already exists [2020-09-16T09:17:23.438Z] 4b93629772f3: Layer already exists [2020-09-16T09:17:23.438Z] 12539a809726: Layer already exists [2020-09-16T09:17:23.438Z] 82f8975cd07a: Layer already exists [2020-09-16T09:17:23.438Z] 2248678ed0b3: Layer already exists [2020-09-16T09:17:23.438Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:23.706Z] 1.2.2-dev.26: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:24.043Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:24.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:24.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-16T09:17:24.375Z] 12539a809726: Preparing [2020-09-16T09:17:24.375Z] 4b93629772f3: Preparing [2020-09-16T09:17:24.375Z] 82f8975cd07a: Preparing [2020-09-16T09:17:24.375Z] 2248678ed0b3: Preparing [2020-09-16T09:17:24.375Z] b571cb075c0e: Preparing [2020-09-16T09:17:24.375Z] e2f13739ad41: Preparing [2020-09-16T09:17:24.375Z] e2f13739ad41: Waiting [2020-09-16T09:17:24.642Z] b571cb075c0e: Layer already exists [2020-09-16T09:17:24.642Z] 4b93629772f3: Layer already exists [2020-09-16T09:17:24.642Z] 12539a809726: Layer already exists [2020-09-16T09:17:24.642Z] 82f8975cd07a: Layer already exists [2020-09-16T09:17:24.642Z] 2248678ed0b3: Layer already exists [2020-09-16T09:17:24.642Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:24.642Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:24.978Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:25.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-16T09:17:25.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-16T09:17:25.334Z] 12539a809726: Preparing [2020-09-16T09:17:25.334Z] 4b93629772f3: Preparing [2020-09-16T09:17:25.334Z] 82f8975cd07a: Preparing [2020-09-16T09:17:25.334Z] 2248678ed0b3: Preparing [2020-09-16T09:17:25.334Z] b571cb075c0e: Preparing [2020-09-16T09:17:25.334Z] e2f13739ad41: Preparing [2020-09-16T09:17:25.334Z] e2f13739ad41: Waiting [2020-09-16T09:17:25.613Z] 2248678ed0b3: Layer already exists [2020-09-16T09:17:25.613Z] 12539a809726: Layer already exists [2020-09-16T09:17:25.613Z] 82f8975cd07a: Layer already exists [2020-09-16T09:17:25.613Z] b571cb075c0e: Layer already exists [2020-09-16T09:17:25.613Z] 4b93629772f3: Layer already exists [2020-09-16T09:17:25.613Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:25.613Z] master: digest: sha256:56f8b7be052789877308f31d9e38753cb48c916d08412f6d80984209f7972f20 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:17:25.837Z] ===================================================== [Pipeline] echo [2020-09-16T09:17:25.885Z] taggedImages: [2020-09-16T09:17:25.885Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:25.885Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:25.885Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:25.885Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-16T09:17:25.947Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-16T09:17:25.947Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:25.947Z] 1.2.2-dev.26 [2020-09-16T09:17:25.947Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:25.947Z] master [2020-09-16T09:17:25.947Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:26.491Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:26.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:26.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-16T09:17:26.817Z] 799bc9c84834: Preparing [2020-09-16T09:17:26.817Z] d2f0916f0c9f: Preparing [2020-09-16T09:17:26.817Z] 8245c5d98ffa: Preparing [2020-09-16T09:17:27.084Z] 8245c5d98ffa: Pushed [2020-09-16T09:17:27.084Z] 799bc9c84834: Pushed [2020-09-16T09:17:29.671Z] d2f0916f0c9f: Pushed [2020-09-16T09:17:29.939Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:30.278Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:30.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:30.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-16T09:17:30.610Z] 799bc9c84834: Preparing [2020-09-16T09:17:30.610Z] d2f0916f0c9f: Preparing [2020-09-16T09:17:30.610Z] 8245c5d98ffa: Preparing [2020-09-16T09:17:30.610Z] d2f0916f0c9f: Layer already exists [2020-09-16T09:17:30.610Z] 8245c5d98ffa: Layer already exists [2020-09-16T09:17:30.610Z] 799bc9c84834: Layer already exists [2020-09-16T09:17:30.879Z] 1.2.2-dev.26: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:31.220Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:31.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:31.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-16T09:17:31.558Z] 799bc9c84834: Preparing [2020-09-16T09:17:31.558Z] d2f0916f0c9f: Preparing [2020-09-16T09:17:31.558Z] 8245c5d98ffa: Preparing [2020-09-16T09:17:31.558Z] 799bc9c84834: Layer already exists [2020-09-16T09:17:31.558Z] 8245c5d98ffa: Layer already exists [2020-09-16T09:17:31.558Z] d2f0916f0c9f: Layer already exists [2020-09-16T09:17:31.828Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:32.168Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:32.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-16T09:17:32.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-16T09:17:32.499Z] 799bc9c84834: Preparing [2020-09-16T09:17:32.499Z] d2f0916f0c9f: Preparing [2020-09-16T09:17:32.499Z] 8245c5d98ffa: Preparing [2020-09-16T09:17:32.770Z] 799bc9c84834: Layer already exists [2020-09-16T09:17:32.770Z] d2f0916f0c9f: Layer already exists [2020-09-16T09:17:32.770Z] 8245c5d98ffa: Layer already exists [2020-09-16T09:17:32.770Z] master: digest: sha256:bccf94b0282a3d6352990b96186669947a2778e8e881d1d10a9d6f5d20ddb042 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:17:32.961Z] ===================================================== [Pipeline] echo [2020-09-16T09:17:33.006Z] taggedImages: [2020-09-16T09:17:33.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:33.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:33.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:33.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-16T09:17:33.070Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-16T09:17:33.070Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:33.070Z] 1.2.2-dev.26 [2020-09-16T09:17:33.070Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:33.070Z] master [2020-09-16T09:17:33.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:33.571Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:33.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:33.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-16T09:17:33.905Z] f8d5a8b6d0f1: Preparing [2020-09-16T09:17:33.905Z] 88333e62a341: Preparing [2020-09-16T09:17:33.905Z] a2199a8351c4: Preparing [2020-09-16T09:17:33.905Z] 9bb410b13845: Preparing [2020-09-16T09:17:33.905Z] e2f13739ad41: Preparing [2020-09-16T09:17:34.177Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:34.177Z] 88333e62a341: Pushed [2020-09-16T09:17:34.177Z] a2199a8351c4: Pushed [2020-09-16T09:17:34.766Z] 9bb410b13845: Pushed [2020-09-16T09:17:36.190Z] f8d5a8b6d0f1: Pushed [2020-09-16T09:17:36.460Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:36.798Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:37.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:37.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-16T09:17:37.130Z] f8d5a8b6d0f1: Preparing [2020-09-16T09:17:37.130Z] 88333e62a341: Preparing [2020-09-16T09:17:37.130Z] a2199a8351c4: Preparing [2020-09-16T09:17:37.130Z] 9bb410b13845: Preparing [2020-09-16T09:17:37.130Z] e2f13739ad41: Preparing [2020-09-16T09:17:37.130Z] 9bb410b13845: Layer already exists [2020-09-16T09:17:37.130Z] a2199a8351c4: Layer already exists [2020-09-16T09:17:37.130Z] f8d5a8b6d0f1: Layer already exists [2020-09-16T09:17:37.130Z] 88333e62a341: Layer already exists [2020-09-16T09:17:37.130Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:37.399Z] 1.2.2-dev.26: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:37.739Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:38.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:38.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-16T09:17:38.070Z] f8d5a8b6d0f1: Preparing [2020-09-16T09:17:38.070Z] 88333e62a341: Preparing [2020-09-16T09:17:38.070Z] a2199a8351c4: Preparing [2020-09-16T09:17:38.070Z] 9bb410b13845: Preparing [2020-09-16T09:17:38.070Z] e2f13739ad41: Preparing [2020-09-16T09:17:38.341Z] f8d5a8b6d0f1: Layer already exists [2020-09-16T09:17:38.341Z] 9bb410b13845: Layer already exists [2020-09-16T09:17:38.341Z] a2199a8351c4: Layer already exists [2020-09-16T09:17:38.341Z] 88333e62a341: Layer already exists [2020-09-16T09:17:38.341Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:38.341Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:38.674Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:39.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-16T09:17:39.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-16T09:17:39.008Z] f8d5a8b6d0f1: Preparing [2020-09-16T09:17:39.008Z] 88333e62a341: Preparing [2020-09-16T09:17:39.008Z] a2199a8351c4: Preparing [2020-09-16T09:17:39.008Z] 9bb410b13845: Preparing [2020-09-16T09:17:39.008Z] e2f13739ad41: Preparing [2020-09-16T09:17:39.008Z] 88333e62a341: Layer already exists [2020-09-16T09:17:39.276Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:39.276Z] f8d5a8b6d0f1: Layer already exists [2020-09-16T09:17:39.276Z] a2199a8351c4: Layer already exists [2020-09-16T09:17:39.276Z] 9bb410b13845: Layer already exists [2020-09-16T09:17:39.276Z] master: digest: sha256:6ec881be2aad0b993c4b1b762653bf01f22e96bdba639c373e612f1d93acdc07 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:17:39.513Z] ===================================================== [Pipeline] echo [2020-09-16T09:17:39.558Z] taggedImages: [2020-09-16T09:17:39.558Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:39.558Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:39.558Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:39.558Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-16T09:17:39.688Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-16T09:17:39.688Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:39.688Z] 1.2.2-dev.26 [2020-09-16T09:17:39.688Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:39.688Z] master [2020-09-16T09:17:39.688Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:40.212Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:40.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:40.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-16T09:17:40.547Z] ea72fa33f973: Preparing [2020-09-16T09:17:40.547Z] 25009d9968e7: Preparing [2020-09-16T09:17:40.547Z] d4078f656baf: Preparing [2020-09-16T09:17:40.547Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:40.547Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:40.547Z] 068480fb8854: Preparing [2020-09-16T09:17:40.547Z] e77aa6a215f2: Preparing [2020-09-16T09:17:40.547Z] ad099c4d2e77: Preparing [2020-09-16T09:17:40.547Z] ea72fa33f973: Preparing [2020-09-16T09:17:40.547Z] d080b1792718: Preparing [2020-09-16T09:17:40.547Z] 389846bf18ab: Preparing [2020-09-16T09:17:40.547Z] 6298bf6fc972: Preparing [2020-09-16T09:17:40.547Z] e2f13739ad41: Preparing [2020-09-16T09:17:40.547Z] d080b1792718: Waiting [2020-09-16T09:17:40.547Z] 389846bf18ab: Waiting [2020-09-16T09:17:40.547Z] 6298bf6fc972: Waiting [2020-09-16T09:17:40.547Z] e2f13739ad41: Waiting [2020-09-16T09:17:40.547Z] ad099c4d2e77: Waiting [2020-09-16T09:17:40.547Z] e77aa6a215f2: Waiting [2020-09-16T09:17:40.829Z] 7ea46b86a1ee: Pushed [2020-09-16T09:17:40.829Z] 068480fb8854: Pushed [2020-09-16T09:17:40.829Z] 25009d9968e7: Pushed [2020-09-16T09:17:40.829Z] d4078f656baf: Pushed [2020-09-16T09:17:41.099Z] e77aa6a215f2: Pushed [2020-09-16T09:17:41.099Z] d080b1792718: Pushed [2020-09-16T09:17:41.099Z] ad099c4d2e77: Pushed [2020-09-16T09:17:41.099Z] 389846bf18ab: Pushed [2020-09-16T09:17:41.099Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:41.372Z] 6298bf6fc972: Pushed [2020-09-16T09:17:43.352Z] ea72fa33f973: Pushed [2020-09-16T09:17:43.352Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:43.692Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:44.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:44.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-16T09:17:44.025Z] ea72fa33f973: Preparing [2020-09-16T09:17:44.025Z] 25009d9968e7: Preparing [2020-09-16T09:17:44.025Z] d4078f656baf: Preparing [2020-09-16T09:17:44.025Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:44.025Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:44.025Z] 068480fb8854: Preparing [2020-09-16T09:17:44.025Z] e77aa6a215f2: Preparing [2020-09-16T09:17:44.025Z] ad099c4d2e77: Preparing [2020-09-16T09:17:44.025Z] ea72fa33f973: Preparing [2020-09-16T09:17:44.025Z] d080b1792718: Preparing [2020-09-16T09:17:44.025Z] 389846bf18ab: Preparing [2020-09-16T09:17:44.025Z] 6298bf6fc972: Preparing [2020-09-16T09:17:44.025Z] e2f13739ad41: Preparing [2020-09-16T09:17:44.025Z] e77aa6a215f2: Waiting [2020-09-16T09:17:44.025Z] ad099c4d2e77: Waiting [2020-09-16T09:17:44.025Z] d080b1792718: Waiting [2020-09-16T09:17:44.025Z] 389846bf18ab: Waiting [2020-09-16T09:17:44.025Z] 6298bf6fc972: Waiting [2020-09-16T09:17:44.025Z] e2f13739ad41: Waiting [2020-09-16T09:17:44.025Z] d4078f656baf: Layer already exists [2020-09-16T09:17:44.025Z] 068480fb8854: Layer already exists [2020-09-16T09:17:44.025Z] ea72fa33f973: Layer already exists [2020-09-16T09:17:44.025Z] 25009d9968e7: Layer already exists [2020-09-16T09:17:44.025Z] 7ea46b86a1ee: Layer already exists [2020-09-16T09:17:44.294Z] ad099c4d2e77: Layer already exists [2020-09-16T09:17:44.294Z] 389846bf18ab: Layer already exists [2020-09-16T09:17:44.294Z] e77aa6a215f2: Layer already exists [2020-09-16T09:17:44.294Z] d080b1792718: Layer already exists [2020-09-16T09:17:44.294Z] 6298bf6fc972: Layer already exists [2020-09-16T09:17:44.294Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:44.294Z] 1.2.2-dev.26: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:44.628Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:44.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:44.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-16T09:17:44.959Z] ea72fa33f973: Preparing [2020-09-16T09:17:44.959Z] 25009d9968e7: Preparing [2020-09-16T09:17:44.959Z] d4078f656baf: Preparing [2020-09-16T09:17:44.959Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:44.959Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:44.959Z] 068480fb8854: Preparing [2020-09-16T09:17:44.959Z] e77aa6a215f2: Preparing [2020-09-16T09:17:44.959Z] ad099c4d2e77: Preparing [2020-09-16T09:17:44.959Z] ea72fa33f973: Preparing [2020-09-16T09:17:44.959Z] d080b1792718: Preparing [2020-09-16T09:17:44.959Z] 389846bf18ab: Preparing [2020-09-16T09:17:44.959Z] 6298bf6fc972: Preparing [2020-09-16T09:17:44.959Z] e2f13739ad41: Preparing [2020-09-16T09:17:44.959Z] e77aa6a215f2: Waiting [2020-09-16T09:17:44.959Z] ad099c4d2e77: Waiting [2020-09-16T09:17:44.959Z] d080b1792718: Waiting [2020-09-16T09:17:44.959Z] 389846bf18ab: Waiting [2020-09-16T09:17:44.959Z] 6298bf6fc972: Waiting [2020-09-16T09:17:44.959Z] e2f13739ad41: Waiting [2020-09-16T09:17:45.229Z] 068480fb8854: Layer already exists [2020-09-16T09:17:45.229Z] 25009d9968e7: Layer already exists [2020-09-16T09:17:45.229Z] ea72fa33f973: Layer already exists [2020-09-16T09:17:45.229Z] 7ea46b86a1ee: Layer already exists [2020-09-16T09:17:45.229Z] d4078f656baf: Layer already exists [2020-09-16T09:17:45.229Z] e77aa6a215f2: Layer already exists [2020-09-16T09:17:45.229Z] d080b1792718: Layer already exists [2020-09-16T09:17:45.229Z] ad099c4d2e77: Layer already exists [2020-09-16T09:17:45.229Z] 6298bf6fc972: Layer already exists [2020-09-16T09:17:45.229Z] 389846bf18ab: Layer already exists [2020-09-16T09:17:45.229Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:45.229Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:45.563Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:45.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-16T09:17:45.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-16T09:17:45.896Z] ea72fa33f973: Preparing [2020-09-16T09:17:45.896Z] 25009d9968e7: Preparing [2020-09-16T09:17:45.896Z] d4078f656baf: Preparing [2020-09-16T09:17:45.896Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:45.896Z] 7ea46b86a1ee: Preparing [2020-09-16T09:17:45.896Z] 068480fb8854: Preparing [2020-09-16T09:17:45.896Z] e77aa6a215f2: Preparing [2020-09-16T09:17:45.896Z] ad099c4d2e77: Preparing [2020-09-16T09:17:45.896Z] ea72fa33f973: Preparing [2020-09-16T09:17:45.896Z] d080b1792718: Preparing [2020-09-16T09:17:45.896Z] 389846bf18ab: Preparing [2020-09-16T09:17:45.896Z] 6298bf6fc972: Preparing [2020-09-16T09:17:45.896Z] e2f13739ad41: Preparing [2020-09-16T09:17:45.896Z] d080b1792718: Waiting [2020-09-16T09:17:45.896Z] 389846bf18ab: Waiting [2020-09-16T09:17:45.896Z] 6298bf6fc972: Waiting [2020-09-16T09:17:45.896Z] e77aa6a215f2: Waiting [2020-09-16T09:17:45.896Z] ad099c4d2e77: Waiting [2020-09-16T09:17:45.896Z] e2f13739ad41: Waiting [2020-09-16T09:17:45.896Z] ea72fa33f973: Layer already exists [2020-09-16T09:17:45.896Z] 7ea46b86a1ee: Layer already exists [2020-09-16T09:17:45.896Z] 25009d9968e7: Layer already exists [2020-09-16T09:17:45.896Z] d4078f656baf: Layer already exists [2020-09-16T09:17:45.896Z] 068480fb8854: Layer already exists [2020-09-16T09:17:46.165Z] e77aa6a215f2: Layer already exists [2020-09-16T09:17:46.165Z] ad099c4d2e77: Layer already exists [2020-09-16T09:17:46.165Z] 389846bf18ab: Layer already exists [2020-09-16T09:17:46.165Z] 6298bf6fc972: Layer already exists [2020-09-16T09:17:46.165Z] d080b1792718: Layer already exists [2020-09-16T09:17:46.165Z] e2f13739ad41: Layer already exists [2020-09-16T09:17:46.165Z] master: digest: sha256:22452d378136269616bfdd6846ee2ccbf4c1c2231305c33d0adfe701b0b18de8 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:17:46.358Z] ===================================================== [Pipeline] echo [2020-09-16T09:17:46.405Z] taggedImages: [2020-09-16T09:17:46.405Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:46.405Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:46.405Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:46.405Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-16T09:17:46.471Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-16T09:17:46.471Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:46.471Z] 1.2.2-dev.26 [2020-09-16T09:17:46.471Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:46.471Z] master [2020-09-16T09:17:46.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:46.993Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:47.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:47.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-16T09:17:47.340Z] 9a0f24be97ce: Preparing [2020-09-16T09:17:47.340Z] 0a101e986848: Preparing [2020-09-16T09:17:47.340Z] 4ab77886ff75: Preparing [2020-09-16T09:17:47.340Z] e9412f3a56d0: Preparing [2020-09-16T09:17:47.340Z] 65e13b6481c0: Preparing [2020-09-16T09:17:47.340Z] 97f0e61d88d0: Preparing [2020-09-16T09:17:47.340Z] 0b6f4ebc5e6f: Preparing [2020-09-16T09:17:47.340Z] d68f1b8c78e1: Preparing [2020-09-16T09:17:47.340Z] 8decd1d15b10: Preparing [2020-09-16T09:17:47.340Z] 9bd2ab7d868d: Preparing [2020-09-16T09:17:47.340Z] 66b385cf80cf: Preparing [2020-09-16T09:17:47.340Z] 97f0e61d88d0: Waiting [2020-09-16T09:17:47.340Z] 0b6f4ebc5e6f: Waiting [2020-09-16T09:17:47.340Z] d68f1b8c78e1: Waiting [2020-09-16T09:17:47.340Z] 8decd1d15b10: Waiting [2020-09-16T09:17:47.340Z] 66b385cf80cf: Waiting [2020-09-16T09:17:47.340Z] 9bd2ab7d868d: Waiting [2020-09-16T09:17:47.615Z] 0a101e986848: Pushed [2020-09-16T09:17:47.615Z] 9a0f24be97ce: Pushed [2020-09-16T09:17:47.890Z] 97f0e61d88d0: Pushed [2020-09-16T09:17:47.890Z] 0b6f4ebc5e6f: Pushed [2020-09-16T09:17:48.162Z] d68f1b8c78e1: Pushed [2020-09-16T09:17:48.162Z] 8decd1d15b10: Pushed [2020-09-16T09:17:48.435Z] 66b385cf80cf: Layer already exists [2020-09-16T09:17:48.709Z] 9bd2ab7d868d: Pushed [2020-09-16T09:17:49.686Z] 4ab77886ff75: Pushed [2020-09-16T09:17:49.686Z] e9412f3a56d0: Pushed [2020-09-16T09:17:49.686Z] 65e13b6481c0: Pushed [2020-09-16T09:17:49.957Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:50.304Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:50.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:50.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-16T09:17:50.641Z] 9a0f24be97ce: Preparing [2020-09-16T09:17:50.641Z] 0a101e986848: Preparing [2020-09-16T09:17:50.641Z] 4ab77886ff75: Preparing [2020-09-16T09:17:50.641Z] e9412f3a56d0: Preparing [2020-09-16T09:17:50.641Z] 65e13b6481c0: Preparing [2020-09-16T09:17:50.641Z] 97f0e61d88d0: Preparing [2020-09-16T09:17:50.641Z] 0b6f4ebc5e6f: Preparing [2020-09-16T09:17:50.641Z] d68f1b8c78e1: Preparing [2020-09-16T09:17:50.641Z] 8decd1d15b10: Preparing [2020-09-16T09:17:50.641Z] 9bd2ab7d868d: Preparing [2020-09-16T09:17:50.641Z] 66b385cf80cf: Preparing [2020-09-16T09:17:50.641Z] 97f0e61d88d0: Waiting [2020-09-16T09:17:50.641Z] 0b6f4ebc5e6f: Waiting [2020-09-16T09:17:50.641Z] 9bd2ab7d868d: Waiting [2020-09-16T09:17:50.641Z] 66b385cf80cf: Waiting [2020-09-16T09:17:50.641Z] 8decd1d15b10: Waiting [2020-09-16T09:17:50.641Z] d68f1b8c78e1: Waiting [2020-09-16T09:17:50.641Z] 0a101e986848: Layer already exists [2020-09-16T09:17:50.641Z] 65e13b6481c0: Layer already exists [2020-09-16T09:17:50.641Z] 4ab77886ff75: Layer already exists [2020-09-16T09:17:50.641Z] 9a0f24be97ce: Layer already exists [2020-09-16T09:17:50.641Z] e9412f3a56d0: Layer already exists [2020-09-16T09:17:50.641Z] d68f1b8c78e1: Layer already exists [2020-09-16T09:17:50.641Z] 97f0e61d88d0: Layer already exists [2020-09-16T09:17:50.641Z] 0b6f4ebc5e6f: Layer already exists [2020-09-16T09:17:50.641Z] 8decd1d15b10: Layer already exists [2020-09-16T09:17:50.641Z] 9bd2ab7d868d: Layer already exists [2020-09-16T09:17:50.911Z] 66b385cf80cf: Layer already exists [2020-09-16T09:17:50.911Z] 1.2.2-dev.26: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:51.249Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:51.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:51.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-16T09:17:51.580Z] 9a0f24be97ce: Preparing [2020-09-16T09:17:51.580Z] 0a101e986848: Preparing [2020-09-16T09:17:51.580Z] 4ab77886ff75: Preparing [2020-09-16T09:17:51.580Z] e9412f3a56d0: Preparing [2020-09-16T09:17:51.580Z] 65e13b6481c0: Preparing [2020-09-16T09:17:51.580Z] 97f0e61d88d0: Preparing [2020-09-16T09:17:51.580Z] 0b6f4ebc5e6f: Preparing [2020-09-16T09:17:51.580Z] d68f1b8c78e1: Preparing [2020-09-16T09:17:51.580Z] 8decd1d15b10: Preparing [2020-09-16T09:17:51.580Z] 9bd2ab7d868d: Preparing [2020-09-16T09:17:51.580Z] 66b385cf80cf: Preparing [2020-09-16T09:17:51.580Z] d68f1b8c78e1: Waiting [2020-09-16T09:17:51.580Z] 8decd1d15b10: Waiting [2020-09-16T09:17:51.580Z] 9bd2ab7d868d: Waiting [2020-09-16T09:17:51.580Z] 66b385cf80cf: Waiting [2020-09-16T09:17:51.580Z] 97f0e61d88d0: Waiting [2020-09-16T09:17:51.580Z] 0b6f4ebc5e6f: Waiting [2020-09-16T09:17:51.580Z] 65e13b6481c0: Layer already exists [2020-09-16T09:17:51.580Z] e9412f3a56d0: Layer already exists [2020-09-16T09:17:51.580Z] 4ab77886ff75: Layer already exists [2020-09-16T09:17:51.851Z] 9a0f24be97ce: Layer already exists [2020-09-16T09:17:51.851Z] 0a101e986848: Layer already exists [2020-09-16T09:17:51.851Z] 0b6f4ebc5e6f: Layer already exists [2020-09-16T09:17:51.851Z] 97f0e61d88d0: Layer already exists [2020-09-16T09:17:51.851Z] 9bd2ab7d868d: Layer already exists [2020-09-16T09:17:51.851Z] d68f1b8c78e1: Layer already exists [2020-09-16T09:17:51.851Z] 8decd1d15b10: Layer already exists [2020-09-16T09:17:51.851Z] 66b385cf80cf: Layer already exists [2020-09-16T09:17:51.851Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:52.188Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:52.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-16T09:17:52.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-16T09:17:52.523Z] 9a0f24be97ce: Preparing [2020-09-16T09:17:52.523Z] 0a101e986848: Preparing [2020-09-16T09:17:52.523Z] 4ab77886ff75: Preparing [2020-09-16T09:17:52.523Z] e9412f3a56d0: Preparing [2020-09-16T09:17:52.523Z] 65e13b6481c0: Preparing [2020-09-16T09:17:52.523Z] 97f0e61d88d0: Preparing [2020-09-16T09:17:52.523Z] 0b6f4ebc5e6f: Preparing [2020-09-16T09:17:52.523Z] d68f1b8c78e1: Preparing [2020-09-16T09:17:52.523Z] 8decd1d15b10: Preparing [2020-09-16T09:17:52.523Z] 9bd2ab7d868d: Preparing [2020-09-16T09:17:52.523Z] 66b385cf80cf: Preparing [2020-09-16T09:17:52.523Z] d68f1b8c78e1: Waiting [2020-09-16T09:17:52.523Z] 8decd1d15b10: Waiting [2020-09-16T09:17:52.523Z] 9bd2ab7d868d: Waiting [2020-09-16T09:17:52.523Z] 66b385cf80cf: Waiting [2020-09-16T09:17:52.523Z] 97f0e61d88d0: Waiting [2020-09-16T09:17:52.523Z] 0b6f4ebc5e6f: Waiting [2020-09-16T09:17:52.523Z] 4ab77886ff75: Layer already exists [2020-09-16T09:17:52.523Z] 0a101e986848: Layer already exists [2020-09-16T09:17:52.523Z] 65e13b6481c0: Layer already exists [2020-09-16T09:17:52.523Z] e9412f3a56d0: Layer already exists [2020-09-16T09:17:52.794Z] 9a0f24be97ce: Layer already exists [2020-09-16T09:17:52.794Z] 0b6f4ebc5e6f: Layer already exists [2020-09-16T09:17:52.794Z] 8decd1d15b10: Layer already exists [2020-09-16T09:17:52.794Z] 97f0e61d88d0: Layer already exists [2020-09-16T09:17:52.794Z] d68f1b8c78e1: Layer already exists [2020-09-16T09:17:52.794Z] 9bd2ab7d868d: Layer already exists [2020-09-16T09:17:52.794Z] 66b385cf80cf: Layer already exists [2020-09-16T09:17:52.794Z] master: digest: sha256:368cee67fe37251916344eeb8d2453e9c66d61facb99c82d6d3ca9eeee2eb085 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:17:53.007Z] ===================================================== [Pipeline] echo [2020-09-16T09:17:53.055Z] taggedImages: [2020-09-16T09:17:53.055Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:53.055Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:53.055Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:53.055Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-16T09:17:53.127Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-16T09:17:53.127Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:53.127Z] 1.2.2-dev.26 [2020-09-16T09:17:53.127Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:53.127Z] master [2020-09-16T09:17:53.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:53.663Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:54.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:17:54.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-16T09:17:54.010Z] d86f917357e8: Preparing [2020-09-16T09:17:54.010Z] 6994824e74e4: Preparing [2020-09-16T09:17:54.010Z] aa20b27f2b11: Preparing [2020-09-16T09:17:54.010Z] be993e848108: Preparing [2020-09-16T09:17:54.281Z] aa20b27f2b11: Pushed [2020-09-16T09:17:54.281Z] d86f917357e8: Pushed [2020-09-16T09:17:54.550Z] be993e848108: Pushed [2020-09-16T09:17:56.515Z] 6994824e74e4: Pushed [2020-09-16T09:17:56.784Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:57.126Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:57.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.26 [2020-09-16T09:17:57.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-16T09:17:57.458Z] d86f917357e8: Preparing [2020-09-16T09:17:57.458Z] 6994824e74e4: Preparing [2020-09-16T09:17:57.458Z] aa20b27f2b11: Preparing [2020-09-16T09:17:57.458Z] be993e848108: Preparing [2020-09-16T09:17:57.749Z] be993e848108: Layer already exists [2020-09-16T09:17:57.749Z] 6994824e74e4: Layer already exists [2020-09-16T09:17:57.749Z] aa20b27f2b11: Layer already exists [2020-09-16T09:17:57.749Z] d86f917357e8: Layer already exists [2020-09-16T09:17:57.749Z] 1.2.2-dev.26: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:58.165Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:17:58.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:17:58.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-16T09:17:58.551Z] d86f917357e8: Preparing [2020-09-16T09:17:58.551Z] 6994824e74e4: Preparing [2020-09-16T09:17:58.551Z] aa20b27f2b11: Preparing [2020-09-16T09:17:58.551Z] be993e848108: Preparing [2020-09-16T09:17:58.551Z] d86f917357e8: Layer already exists [2020-09-16T09:17:58.551Z] 6994824e74e4: Layer already exists [2020-09-16T09:17:58.551Z] aa20b27f2b11: Layer already exists [2020-09-16T09:17:58.551Z] be993e848108: Layer already exists [2020-09-16T09:17:59.972Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:00.306Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:00.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-16T09:18:00.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-16T09:18:00.637Z] d86f917357e8: Preparing [2020-09-16T09:18:00.637Z] 6994824e74e4: Preparing [2020-09-16T09:18:00.637Z] aa20b27f2b11: Preparing [2020-09-16T09:18:00.637Z] be993e848108: Preparing [2020-09-16T09:18:00.637Z] aa20b27f2b11: Layer already exists [2020-09-16T09:18:00.637Z] 6994824e74e4: Layer already exists [2020-09-16T09:18:00.637Z] be993e848108: Layer already exists [2020-09-16T09:18:00.637Z] d86f917357e8: Layer already exists [2020-09-16T09:18:00.906Z] master: digest: sha256:517f8d62d42c0c5786dc6e28e5ba7a08a16f3199fa759d6d14e5084eca579c1c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:18:01.110Z] ===================================================== [Pipeline] echo [2020-09-16T09:18:01.160Z] taggedImages: [2020-09-16T09:18:01.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:01.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.26 [2020-09-16T09:18:01.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:01.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-16T09:18:01.247Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-16T09:18:01.247Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:01.247Z] 1.2.2-dev.26 [2020-09-16T09:18:01.247Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:01.247Z] master [2020-09-16T09:18:01.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:01.791Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:02.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:02.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-16T09:18:02.125Z] d7345ed61512: Preparing [2020-09-16T09:18:02.125Z] c7764e592ddc: Preparing [2020-09-16T09:18:02.125Z] a3f96d332469: Preparing [2020-09-16T09:18:02.125Z] ed2f4e179b50: Preparing [2020-09-16T09:18:02.125Z] 03576a6b1aea: Preparing [2020-09-16T09:18:02.125Z] 8d3d2e81ba68: Preparing [2020-09-16T09:18:02.125Z] 8d3d2e81ba68: Waiting [2020-09-16T09:18:02.404Z] a3f96d332469: Pushed [2020-09-16T09:18:02.404Z] d7345ed61512: Pushed [2020-09-16T09:18:02.404Z] 03576a6b1aea: Pushed [2020-09-16T09:18:02.404Z] ed2f4e179b50: Pushed [2020-09-16T09:18:02.674Z] 8d3d2e81ba68: Pushed [2020-09-16T09:18:05.272Z] c7764e592ddc: Pushed [2020-09-16T09:18:05.544Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:05.906Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:06.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.26 [2020-09-16T09:18:06.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-16T09:18:06.258Z] d7345ed61512: Preparing [2020-09-16T09:18:06.258Z] c7764e592ddc: Preparing [2020-09-16T09:18:06.258Z] a3f96d332469: Preparing [2020-09-16T09:18:06.258Z] ed2f4e179b50: Preparing [2020-09-16T09:18:06.258Z] 03576a6b1aea: Preparing [2020-09-16T09:18:06.258Z] 8d3d2e81ba68: Preparing [2020-09-16T09:18:06.258Z] 8d3d2e81ba68: Waiting [2020-09-16T09:18:06.258Z] ed2f4e179b50: Layer already exists [2020-09-16T09:18:06.258Z] 03576a6b1aea: Layer already exists [2020-09-16T09:18:06.258Z] c7764e592ddc: Layer already exists [2020-09-16T09:18:06.258Z] d7345ed61512: Layer already exists [2020-09-16T09:18:06.258Z] a3f96d332469: Layer already exists [2020-09-16T09:18:06.258Z] 8d3d2e81ba68: Layer already exists [2020-09-16T09:18:06.528Z] 1.2.2-dev.26: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:06.868Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:07.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:07.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-16T09:18:07.211Z] d7345ed61512: Preparing [2020-09-16T09:18:07.211Z] c7764e592ddc: Preparing [2020-09-16T09:18:07.211Z] a3f96d332469: Preparing [2020-09-16T09:18:07.211Z] ed2f4e179b50: Preparing [2020-09-16T09:18:07.211Z] 03576a6b1aea: Preparing [2020-09-16T09:18:07.211Z] 8d3d2e81ba68: Preparing [2020-09-16T09:18:07.211Z] 8d3d2e81ba68: Waiting [2020-09-16T09:18:07.479Z] c7764e592ddc: Layer already exists [2020-09-16T09:18:07.479Z] a3f96d332469: Layer already exists [2020-09-16T09:18:07.479Z] 03576a6b1aea: Layer already exists [2020-09-16T09:18:07.479Z] ed2f4e179b50: Layer already exists [2020-09-16T09:18:07.479Z] d7345ed61512: Layer already exists [2020-09-16T09:18:07.479Z] 8d3d2e81ba68: Layer already exists [2020-09-16T09:18:07.479Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:07.818Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:08.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-16T09:18:08.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-16T09:18:08.147Z] d7345ed61512: Preparing [2020-09-16T09:18:08.147Z] c7764e592ddc: Preparing [2020-09-16T09:18:08.147Z] a3f96d332469: Preparing [2020-09-16T09:18:08.147Z] ed2f4e179b50: Preparing [2020-09-16T09:18:08.147Z] 03576a6b1aea: Preparing [2020-09-16T09:18:08.147Z] 8d3d2e81ba68: Preparing [2020-09-16T09:18:08.147Z] 8d3d2e81ba68: Waiting [2020-09-16T09:18:08.147Z] a3f96d332469: Layer already exists [2020-09-16T09:18:08.147Z] c7764e592ddc: Layer already exists [2020-09-16T09:18:08.147Z] 03576a6b1aea: Layer already exists [2020-09-16T09:18:08.147Z] d7345ed61512: Layer already exists [2020-09-16T09:18:08.147Z] ed2f4e179b50: Layer already exists [2020-09-16T09:18:08.147Z] 8d3d2e81ba68: Layer already exists [2020-09-16T09:18:08.416Z] master: digest: sha256:54edb4d5b0d1d046552f5a35d622dd30af97b3e0dc6c03637e2eb07e67d1e0bd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:18:08.607Z] ===================================================== [Pipeline] echo [2020-09-16T09:18:08.653Z] taggedImages: [2020-09-16T09:18:08.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:08.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.26 [2020-09-16T09:18:08.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:08.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-16T09:18:08.719Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-16T09:18:08.719Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:08.719Z] 1.2.2-dev.26 [2020-09-16T09:18:08.719Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:08.719Z] master [2020-09-16T09:18:08.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:09.216Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:09.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:09.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-16T09:18:09.552Z] 184461e39fbd: Preparing [2020-09-16T09:18:09.552Z] b7e4277f6cc6: Preparing [2020-09-16T09:18:09.552Z] a7b48b965417: Preparing [2020-09-16T09:18:09.823Z] a7b48b965417: Pushed [2020-09-16T09:18:09.823Z] 184461e39fbd: Pushed [2020-09-16T09:18:12.433Z] b7e4277f6cc6: Pushed [2020-09-16T09:18:12.433Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:12.795Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:13.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.26 [2020-09-16T09:18:13.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-16T09:18:13.166Z] 184461e39fbd: Preparing [2020-09-16T09:18:13.166Z] b7e4277f6cc6: Preparing [2020-09-16T09:18:13.166Z] a7b48b965417: Preparing [2020-09-16T09:18:13.166Z] b7e4277f6cc6: Layer already exists [2020-09-16T09:18:13.166Z] a7b48b965417: Layer already exists [2020-09-16T09:18:13.166Z] 184461e39fbd: Layer already exists [2020-09-16T09:18:13.438Z] 1.2.2-dev.26: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:13.776Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:14.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:14.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-16T09:18:14.110Z] 184461e39fbd: Preparing [2020-09-16T09:18:14.110Z] b7e4277f6cc6: Preparing [2020-09-16T09:18:14.110Z] a7b48b965417: Preparing [2020-09-16T09:18:14.110Z] 184461e39fbd: Layer already exists [2020-09-16T09:18:14.110Z] a7b48b965417: Layer already exists [2020-09-16T09:18:14.110Z] b7e4277f6cc6: Layer already exists [2020-09-16T09:18:14.379Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:14.713Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:15.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-16T09:18:15.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-16T09:18:15.045Z] 184461e39fbd: Preparing [2020-09-16T09:18:15.045Z] b7e4277f6cc6: Preparing [2020-09-16T09:18:15.045Z] a7b48b965417: Preparing [2020-09-16T09:18:15.045Z] a7b48b965417: Layer already exists [2020-09-16T09:18:15.045Z] 184461e39fbd: Layer already exists [2020-09-16T09:18:15.045Z] b7e4277f6cc6: Layer already exists [2020-09-16T09:18:15.316Z] master: digest: sha256:a07836bba6db6e787900b81ea5a5c72bbf486c53bc11269cb87a43b71dc9b487 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:18:15.516Z] ===================================================== [Pipeline] echo [2020-09-16T09:18:15.571Z] taggedImages: [2020-09-16T09:18:15.571Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:15.571Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.26 [2020-09-16T09:18:15.571Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:15.571Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-16T09:18:15.640Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-16T09:18:15.640Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:15.640Z] 1.2.2-dev.26 [2020-09-16T09:18:15.640Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:15.640Z] master [2020-09-16T09:18:15.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:16.145Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:16.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:16.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-16T09:18:16.479Z] 0b5d519791a0: Preparing [2020-09-16T09:18:16.479Z] f97dbdf878e2: Preparing [2020-09-16T09:18:16.479Z] f490085295e8: Preparing [2020-09-16T09:18:16.479Z] 48a45b42d1be: Preparing [2020-09-16T09:18:16.479Z] d0a82625d9d8: Preparing [2020-09-16T09:18:16.479Z] 771eb70bd494: Preparing [2020-09-16T09:18:16.479Z] 71f02fb74239: Preparing [2020-09-16T09:18:16.479Z] dcafda8adff7: Preparing [2020-09-16T09:18:16.479Z] 48d9eb58abf3: Preparing [2020-09-16T09:18:16.479Z] e5de615b7841: Preparing [2020-09-16T09:18:16.479Z] b0d752909cf9: Preparing [2020-09-16T09:18:16.479Z] 94fdc660876c: Preparing [2020-09-16T09:18:16.479Z] 4e7279dfc0c0: Preparing [2020-09-16T09:18:16.479Z] e2f13739ad41: Preparing [2020-09-16T09:18:16.479Z] 771eb70bd494: Waiting [2020-09-16T09:18:16.479Z] 71f02fb74239: Waiting [2020-09-16T09:18:16.479Z] dcafda8adff7: Waiting [2020-09-16T09:18:16.479Z] 48d9eb58abf3: Waiting [2020-09-16T09:18:16.479Z] e5de615b7841: Waiting [2020-09-16T09:18:16.479Z] b0d752909cf9: Waiting [2020-09-16T09:18:16.479Z] 94fdc660876c: Waiting [2020-09-16T09:18:16.479Z] 4e7279dfc0c0: Waiting [2020-09-16T09:18:16.479Z] e2f13739ad41: Waiting [2020-09-16T09:18:17.073Z] d0a82625d9d8: Pushed [2020-09-16T09:18:17.073Z] 0b5d519791a0: Pushed [2020-09-16T09:18:17.664Z] 48a45b42d1be: Pushed [2020-09-16T09:18:17.664Z] dcafda8adff7: Layer already exists [2020-09-16T09:18:17.934Z] 48d9eb58abf3: Layer already exists [2020-09-16T09:18:17.934Z] e5de615b7841: Layer already exists [2020-09-16T09:18:17.934Z] 71f02fb74239: Pushed [2020-09-16T09:18:17.934Z] b0d752909cf9: Layer already exists [2020-09-16T09:18:17.934Z] 94fdc660876c: Layer already exists [2020-09-16T09:18:17.934Z] 4e7279dfc0c0: Layer already exists [2020-09-16T09:18:17.934Z] e2f13739ad41: Layer already exists [2020-09-16T09:18:18.524Z] f97dbdf878e2: Pushed [2020-09-16T09:18:19.491Z] 771eb70bd494: Pushed [2020-09-16T09:18:29.604Z] f490085295e8: Pushed [2020-09-16T09:18:29.604Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:29.942Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:30.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.26 [2020-09-16T09:18:30.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-16T09:18:30.269Z] 0b5d519791a0: Preparing [2020-09-16T09:18:30.269Z] f97dbdf878e2: Preparing [2020-09-16T09:18:30.269Z] f490085295e8: Preparing [2020-09-16T09:18:30.269Z] 48a45b42d1be: Preparing [2020-09-16T09:18:30.269Z] d0a82625d9d8: Preparing [2020-09-16T09:18:30.269Z] 771eb70bd494: Preparing [2020-09-16T09:18:30.269Z] 71f02fb74239: Preparing [2020-09-16T09:18:30.269Z] dcafda8adff7: Preparing [2020-09-16T09:18:30.269Z] 48d9eb58abf3: Preparing [2020-09-16T09:18:30.269Z] e5de615b7841: Preparing [2020-09-16T09:18:30.269Z] b0d752909cf9: Preparing [2020-09-16T09:18:30.269Z] 94fdc660876c: Preparing [2020-09-16T09:18:30.269Z] 4e7279dfc0c0: Preparing [2020-09-16T09:18:30.269Z] e2f13739ad41: Preparing [2020-09-16T09:18:30.269Z] e5de615b7841: Waiting [2020-09-16T09:18:30.269Z] b0d752909cf9: Waiting [2020-09-16T09:18:30.269Z] 94fdc660876c: Waiting [2020-09-16T09:18:30.269Z] 4e7279dfc0c0: Waiting [2020-09-16T09:18:30.269Z] 771eb70bd494: Waiting [2020-09-16T09:18:30.269Z] e2f13739ad41: Waiting [2020-09-16T09:18:30.269Z] dcafda8adff7: Waiting [2020-09-16T09:18:30.269Z] 71f02fb74239: Waiting [2020-09-16T09:18:30.269Z] 48d9eb58abf3: Waiting [2020-09-16T09:18:30.541Z] f490085295e8: Layer already exists [2020-09-16T09:18:30.541Z] 0b5d519791a0: Layer already exists [2020-09-16T09:18:30.541Z] f97dbdf878e2: Layer already exists [2020-09-16T09:18:30.541Z] d0a82625d9d8: Layer already exists [2020-09-16T09:18:30.541Z] 48a45b42d1be: Layer already exists [2020-09-16T09:18:30.541Z] dcafda8adff7: Layer already exists [2020-09-16T09:18:30.541Z] 771eb70bd494: Layer already exists [2020-09-16T09:18:30.541Z] 48d9eb58abf3: Layer already exists [2020-09-16T09:18:30.541Z] 71f02fb74239: Layer already exists [2020-09-16T09:18:30.541Z] e5de615b7841: Layer already exists [2020-09-16T09:18:30.541Z] b0d752909cf9: Layer already exists [2020-09-16T09:18:30.541Z] 94fdc660876c: Layer already exists [2020-09-16T09:18:30.541Z] e2f13739ad41: Layer already exists [2020-09-16T09:18:30.541Z] 4e7279dfc0c0: Layer already exists [2020-09-16T09:18:30.541Z] 1.2.2-dev.26: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:30.884Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:31.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:31.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-16T09:18:31.214Z] 0b5d519791a0: Preparing [2020-09-16T09:18:31.214Z] f97dbdf878e2: Preparing [2020-09-16T09:18:31.214Z] f490085295e8: Preparing [2020-09-16T09:18:31.214Z] 48a45b42d1be: Preparing [2020-09-16T09:18:31.214Z] d0a82625d9d8: Preparing [2020-09-16T09:18:31.214Z] 771eb70bd494: Preparing [2020-09-16T09:18:31.214Z] 71f02fb74239: Preparing [2020-09-16T09:18:31.214Z] dcafda8adff7: Preparing [2020-09-16T09:18:31.214Z] 48d9eb58abf3: Preparing [2020-09-16T09:18:31.214Z] e5de615b7841: Preparing [2020-09-16T09:18:31.214Z] b0d752909cf9: Preparing [2020-09-16T09:18:31.214Z] 94fdc660876c: Preparing [2020-09-16T09:18:31.214Z] 4e7279dfc0c0: Preparing [2020-09-16T09:18:31.214Z] e2f13739ad41: Preparing [2020-09-16T09:18:31.214Z] 771eb70bd494: Waiting [2020-09-16T09:18:31.214Z] 71f02fb74239: Waiting [2020-09-16T09:18:31.214Z] b0d752909cf9: Waiting [2020-09-16T09:18:31.214Z] 94fdc660876c: Waiting [2020-09-16T09:18:31.214Z] 4e7279dfc0c0: Waiting [2020-09-16T09:18:31.214Z] e2f13739ad41: Waiting [2020-09-16T09:18:31.214Z] dcafda8adff7: Waiting [2020-09-16T09:18:31.214Z] e5de615b7841: Waiting [2020-09-16T09:18:31.214Z] 48d9eb58abf3: Waiting [2020-09-16T09:18:31.214Z] f97dbdf878e2: Layer already exists [2020-09-16T09:18:31.214Z] f490085295e8: Layer already exists [2020-09-16T09:18:31.483Z] d0a82625d9d8: Layer already exists [2020-09-16T09:18:31.483Z] 48a45b42d1be: Layer already exists [2020-09-16T09:18:31.483Z] 0b5d519791a0: Layer already exists [2020-09-16T09:18:31.483Z] 771eb70bd494: Layer already exists [2020-09-16T09:18:31.483Z] 71f02fb74239: Layer already exists [2020-09-16T09:18:31.483Z] dcafda8adff7: Layer already exists [2020-09-16T09:18:31.483Z] 48d9eb58abf3: Layer already exists [2020-09-16T09:18:31.483Z] e5de615b7841: Layer already exists [2020-09-16T09:18:31.483Z] b0d752909cf9: Layer already exists [2020-09-16T09:18:31.483Z] 4e7279dfc0c0: Layer already exists [2020-09-16T09:18:31.483Z] 94fdc660876c: Layer already exists [2020-09-16T09:18:31.483Z] e2f13739ad41: Layer already exists [2020-09-16T09:18:31.483Z] 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:31.816Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:32.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-16T09:18:32.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-16T09:18:32.145Z] 0b5d519791a0: Preparing [2020-09-16T09:18:32.145Z] f97dbdf878e2: Preparing [2020-09-16T09:18:32.145Z] f490085295e8: Preparing [2020-09-16T09:18:32.145Z] 48a45b42d1be: Preparing [2020-09-16T09:18:32.145Z] d0a82625d9d8: Preparing [2020-09-16T09:18:32.145Z] 771eb70bd494: Preparing [2020-09-16T09:18:32.145Z] 71f02fb74239: Preparing [2020-09-16T09:18:32.145Z] dcafda8adff7: Preparing [2020-09-16T09:18:32.145Z] 48d9eb58abf3: Preparing [2020-09-16T09:18:32.145Z] e5de615b7841: Preparing [2020-09-16T09:18:32.145Z] b0d752909cf9: Preparing [2020-09-16T09:18:32.145Z] 94fdc660876c: Preparing [2020-09-16T09:18:32.145Z] 4e7279dfc0c0: Preparing [2020-09-16T09:18:32.145Z] e2f13739ad41: Preparing [2020-09-16T09:18:32.145Z] 771eb70bd494: Waiting [2020-09-16T09:18:32.145Z] b0d752909cf9: Waiting [2020-09-16T09:18:32.145Z] 94fdc660876c: Waiting [2020-09-16T09:18:32.145Z] 71f02fb74239: Waiting [2020-09-16T09:18:32.145Z] 4e7279dfc0c0: Waiting [2020-09-16T09:18:32.145Z] dcafda8adff7: Waiting [2020-09-16T09:18:32.145Z] e5de615b7841: Waiting [2020-09-16T09:18:32.145Z] e2f13739ad41: Waiting [2020-09-16T09:18:32.145Z] 48d9eb58abf3: Waiting [2020-09-16T09:18:32.145Z] 0b5d519791a0: Layer already exists [2020-09-16T09:18:32.145Z] f490085295e8: Layer already exists [2020-09-16T09:18:32.145Z] f97dbdf878e2: Layer already exists [2020-09-16T09:18:32.145Z] 48a45b42d1be: Layer already exists [2020-09-16T09:18:32.414Z] d0a82625d9d8: Layer already exists [2020-09-16T09:18:32.414Z] 71f02fb74239: Layer already exists [2020-09-16T09:18:32.414Z] 48d9eb58abf3: Layer already exists [2020-09-16T09:18:32.414Z] 771eb70bd494: Layer already exists [2020-09-16T09:18:32.414Z] dcafda8adff7: Layer already exists [2020-09-16T09:18:32.414Z] e5de615b7841: Layer already exists [2020-09-16T09:18:32.414Z] 4e7279dfc0c0: Layer already exists [2020-09-16T09:18:32.414Z] 94fdc660876c: Layer already exists [2020-09-16T09:18:32.414Z] e2f13739ad41: Layer already exists [2020-09-16T09:18:32.414Z] b0d752909cf9: Layer already exists [2020-09-16T09:18:32.414Z] master: digest: sha256:9960814223ca06769e8b3384654e838810f212627b3e3e25f5738e5a14c23a2c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-16T09:18:32.649Z] ===================================================== [Pipeline] echo [2020-09-16T09:18:32.699Z] taggedImages: [2020-09-16T09:18:32.699Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:18:32.699Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.26 [2020-09-16T09:18:32.699Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60-1.2.2-dev.26 [2020-09-16T09:18:32.699Z] - 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-09-16T09:18:34.302Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-16T09:18:34.304Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-16T09:18:34.363Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:34.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T09:18:34.755Z] [2020-09-16T09:18:34.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:18:35.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T09:18:35.330Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-16T09:18:35.330Z] cbdbe7a5bc2a: Already exists [2020-09-16T09:18:35.330Z] 408f87550127: Pulling fs layer [2020-09-16T09:18:35.330Z] fe522b08c979: Pulling fs layer [2020-09-16T09:18:35.330Z] 221eaa008020: Pulling fs layer [2020-09-16T09:18:35.330Z] 2a4607e5d6b9: Pulling fs layer [2020-09-16T09:18:35.330Z] 8f79b27c4fd2: Pulling fs layer [2020-09-16T09:18:35.330Z] e5c8dbe1645b: Pulling fs layer [2020-09-16T09:18:35.330Z] 23e8b3b47431: Pulling fs layer [2020-09-16T09:18:35.330Z] 5c568d65a230: Pulling fs layer [2020-09-16T09:18:35.330Z] 2a4607e5d6b9: Waiting [2020-09-16T09:18:35.330Z] 8f79b27c4fd2: Waiting [2020-09-16T09:18:35.330Z] e5c8dbe1645b: Waiting [2020-09-16T09:18:35.330Z] 23e8b3b47431: Waiting [2020-09-16T09:18:35.330Z] 5c568d65a230: Waiting [2020-09-16T09:18:35.330Z] 408f87550127: Download complete [2020-09-16T09:18:35.330Z] fe522b08c979: Verifying Checksum [2020-09-16T09:18:35.330Z] fe522b08c979: Download complete [2020-09-16T09:18:35.330Z] 2a4607e5d6b9: Verifying Checksum [2020-09-16T09:18:35.330Z] 2a4607e5d6b9: Download complete [2020-09-16T09:18:35.330Z] 8f79b27c4fd2: Verifying Checksum [2020-09-16T09:18:35.330Z] 8f79b27c4fd2: Download complete [2020-09-16T09:18:35.591Z] 408f87550127: Pull complete [2020-09-16T09:18:35.855Z] fe522b08c979: Pull complete [2020-09-16T09:18:36.804Z] e5c8dbe1645b: Verifying Checksum [2020-09-16T09:18:36.804Z] e5c8dbe1645b: Download complete [2020-09-16T09:18:37.752Z] 23e8b3b47431: Verifying Checksum [2020-09-16T09:18:37.752Z] 23e8b3b47431: Download complete [2020-09-16T09:18:38.343Z] 5c568d65a230: Verifying Checksum [2020-09-16T09:18:38.343Z] 5c568d65a230: Download complete [2020-09-16T09:18:38.914Z] 221eaa008020: Verifying Checksum [2020-09-16T09:18:38.914Z] 221eaa008020: Download complete [2020-09-16T09:18:44.216Z] 221eaa008020: Pull complete [2020-09-16T09:18:44.478Z] 2a4607e5d6b9: Pull complete [2020-09-16T09:18:44.478Z] 8f79b27c4fd2: Pull complete [2020-09-16T09:18:48.690Z] e5c8dbe1645b: Pull complete [2020-09-16T09:18:53.997Z] 23e8b3b47431: Pull complete [2020-09-16T09:18:54.258Z] 5c568d65a230: Pull complete [2020-09-16T09:18:54.518Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-16T09:18:54.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T09:18:54.518Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-16T09:18:54.709Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:18:54.762Z] $ 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/141:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:18:56.283Z] $ docker top f66552889d132e864980ade886cfeca0f9e0c4ac8071ebf077928e2c5a93afbb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:18:56.866Z] + snyk monitor '--org=edgex-jenkins' [2020-09-16T09:19:09.112Z] [2020-09-16T09:19:09.112Z] Monitoring /w/workspace/edgex-go/141 (github.com/edgexfoundry/edgex-go)... [2020-09-16T09:19:09.112Z] [2020-09-16T09:19:09.112Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/029d42e7-02fa-4be7-bf2d-a9fce10a43f9 [2020-09-16T09:19:09.112Z] [2020-09-16T09:19:09.112Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-16T09:19:09.112Z] [2020-09-16T09:19:09.685Z] [2020-09-16T09:19:09.685Z] Snyk CLI supports Node.js 8 and higher. [2020-09-16T09:19:09.685Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-16T09:19:09.685Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-16T09:19:09.685Z] [2020-09-16T09:19:09.685Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-16T09:19:09.685Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-16T09:19:09.701Z] $ docker stop --time=1 f66552889d132e864980ade886cfeca0f9e0c4ac8071ebf077928e2c5a93afbb [2020-09-16T09:19:14.183Z] $ docker rm -f f66552889d132e864980ade886cfeca0f9e0c4ac8071ebf077928e2c5a93afbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:16.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:16.103Z] [2020-09-16T09:19:16.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:16.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:16.450Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-16T09:19:16.450Z] e7c96db7181b: Pulling fs layer [2020-09-16T09:19:16.450Z] 1868ca2cb446: Pulling fs layer [2020-09-16T09:19:16.450Z] 136be5d0fe8e: Pulling fs layer [2020-09-16T09:19:16.450Z] 894bfe63afcb: Pulling fs layer [2020-09-16T09:19:16.450Z] 894bfe63afcb: Waiting [2020-09-16T09:19:16.450Z] 1868ca2cb446: Download complete [2020-09-16T09:19:16.450Z] 136be5d0fe8e: Verifying Checksum [2020-09-16T09:19:16.450Z] 136be5d0fe8e: Download complete [2020-09-16T09:19:16.710Z] e7c96db7181b: Download complete [2020-09-16T09:19:16.710Z] 894bfe63afcb: Verifying Checksum [2020-09-16T09:19:16.710Z] 894bfe63afcb: Download complete [2020-09-16T09:19:16.971Z] e7c96db7181b: Pull complete [2020-09-16T09:19:16.971Z] 1868ca2cb446: Pull complete [2020-09-16T09:19:17.232Z] 136be5d0fe8e: Pull complete [2020-09-16T09:19:17.492Z] 894bfe63afcb: Pull complete [2020-09-16T09:19:17.492Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-16T09:19:17.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:17.492Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-16T09:19:17.630Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:19:17.678Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:19:18.732Z] $ docker top a54795a187b0c2473e757dac300957ff6b3fe56b5f8f386a18ab80d259615fbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:19:19.277Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:19:19.277Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:19:21.990Z] $ docker stop --time=1 a54795a187b0c2473e757dac300957ff6b3fe56b5f8f386a18ab80d259615fbf [2020-09-16T09:19:23.383Z] $ docker rm -f a54795a187b0c2473e757dac300957ff6b3fe56b5f8f386a18ab80d259615fbf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:23.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:23.878Z] . [Pipeline] withDockerContainer [2020-09-16T09:19:23.978Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:19:24.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:19:24.785Z] $ docker top efe4416be0a786c7cdd6a0efcd6279b9313583a8587cf3963ae4426e853b1234 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:19:25.379Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:19:25.379Z] + tee [2020-09-16T09:19:25.379Z] clair timeout 1m0s [2020-09-16T09:19:25.379Z] docker timeout: 1m0s [2020-09-16T09:19:25.379Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:19:26.117Z] $ docker stop --time=1 efe4416be0a786c7cdd6a0efcd6279b9313583a8587cf3963ae4426e853b1234 [2020-09-16T09:19:27.467Z] $ docker rm -f efe4416be0a786c7cdd6a0efcd6279b9313583a8587cf3963ae4426e853b1234 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:19:27.947Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:19:27.962Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-command-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:19:28.024Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:28.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:28.417Z] . [Pipeline] withDockerContainer [2020-09-16T09:19:28.541Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:19:28.587Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:19:29.264Z] $ docker top d560c314e09d9726ea68ccc83a32201c7f43601f886de832bd9899393b4ed5f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:19:29.801Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:19:29.801Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:19:35.319Z] $ docker stop --time=1 d560c314e09d9726ea68ccc83a32201c7f43601f886de832bd9899393b4ed5f0 [2020-09-16T09:19:36.699Z] $ docker rm -f d560c314e09d9726ea68ccc83a32201c7f43601f886de832bd9899393b4ed5f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:37.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:37.205Z] . [Pipeline] withDockerContainer [2020-09-16T09:19:37.302Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:19:37.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:19:38.099Z] $ docker top e4948fa097ba6c1bbb4e07c25c5e246e395b7f6df54ee5eccd9c17f633ee142b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:19:38.664Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:19:38.664Z] + tee [2020-09-16T09:19:38.664Z] clair timeout 1m0s [2020-09-16T09:19:38.664Z] docker timeout: 1m0s [2020-09-16T09:19:38.664Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:19:39.732Z] $ docker stop --time=1 e4948fa097ba6c1bbb4e07c25c5e246e395b7f6df54ee5eccd9c17f633ee142b [2020-09-16T09:19:41.125Z] $ docker rm -f e4948fa097ba6c1bbb4e07c25c5e246e395b7f6df54ee5eccd9c17f633ee142b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:19:41.647Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:19:41.660Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-data-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:19:41.723Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:42.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:42.077Z] . [Pipeline] withDockerContainer [2020-09-16T09:19:42.179Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:19:42.243Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:19:43.017Z] $ docker top c582583a604683e9802cccad7e7cdf022a69407179694330b766290d3683cb88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:19:43.568Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:19:43.568Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:19:46.282Z] $ docker stop --time=1 c582583a604683e9802cccad7e7cdf022a69407179694330b766290d3683cb88 [2020-09-16T09:19:47.642Z] $ docker rm -f c582583a604683e9802cccad7e7cdf022a69407179694330b766290d3683cb88 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:48.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:48.111Z] . [Pipeline] withDockerContainer [2020-09-16T09:19:48.210Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:19:48.254Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:19:48.853Z] $ docker top 0e8980f5cf83935017ad356358575b9b0ca8b05172c4660b5f3d9aaa4c16bf3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:19:49.388Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:19:49.388Z] + tee [2020-09-16T09:19:49.388Z] clair timeout 1m0s [2020-09-16T09:19:49.388Z] docker timeout: 1m0s [2020-09-16T09:19:49.388Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:19:50.119Z] $ docker stop --time=1 0e8980f5cf83935017ad356358575b9b0ca8b05172c4660b5f3d9aaa4c16bf3d [2020-09-16T09:19:51.496Z] $ docker rm -f 0e8980f5cf83935017ad356358575b9b0ca8b05172c4660b5f3d9aaa4c16bf3d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:19:51.985Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:19:52.000Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-metadata-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:19:52.057Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:19:52.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:19:52.401Z] . [Pipeline] withDockerContainer [2020-09-16T09:19:52.503Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:19:52.550Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:19:53.321Z] $ docker top 7a9e5c3858946b565d6a91a746632d12885099a5c54ffe08c368a6c63ad26fa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:19:53.888Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60tee [2020-09-16T09:19:53.888Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:19:58.254Z] $ docker stop --time=1 7a9e5c3858946b565d6a91a746632d12885099a5c54ffe08c368a6c63ad26fa7 [2020-09-16T09:19:59.639Z] $ docker rm -f 7a9e5c3858946b565d6a91a746632d12885099a5c54ffe08c368a6c63ad26fa7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:00.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:00.146Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:00.251Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:00.305Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:00.986Z] $ docker top f9a69520a6915405e94ac9a763299db6e8fdd0ec9327b6e2cb6405fdaf6ff544 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:01.567Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:20:01.567Z] + tee [2020-09-16T09:20:01.567Z] clair timeout 1m0s [2020-09-16T09:20:01.567Z] docker timeout: 1m0s [2020-09-16T09:20:01.567Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:02.646Z] $ docker stop --time=1 f9a69520a6915405e94ac9a763299db6e8fdd0ec9327b6e2cb6405fdaf6ff544 [2020-09-16T09:20:04.023Z] $ docker rm -f f9a69520a6915405e94ac9a763299db6e8fdd0ec9327b6e2cb6405fdaf6ff544 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:20:04.490Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:20:04.504Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-proxy-setup-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:20:04.564Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:04.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:04.926Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:05.025Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:05.070Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:05.690Z] $ docker top e650f99af99c4b7f299757aae8e887420a6e84d01ff41c4f19a679da3d287a6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:06.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:20:06.211Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:14.508Z] $ docker stop --time=1 e650f99af99c4b7f299757aae8e887420a6e84d01ff41c4f19a679da3d287a6a [2020-09-16T09:20:15.884Z] $ docker rm -f e650f99af99c4b7f299757aae8e887420a6e84d01ff41c4f19a679da3d287a6a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:16.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:16.392Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:16.490Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:16.532Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:17.291Z] $ docker top 7ce788d1eff38356a8ce2c368953b276969711767698e46b67d5db4903cfa362 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:17.849Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:20:17.849Z] + tee [2020-09-16T09:20:17.849Z] clair timeout 1m0s [2020-09-16T09:20:17.849Z] docker timeout: 1m0s [2020-09-16T09:20:17.849Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:19.341Z] $ docker stop --time=1 7ce788d1eff38356a8ce2c368953b276969711767698e46b67d5db4903cfa362 [2020-09-16T09:20:20.704Z] $ docker rm -f 7ce788d1eff38356a8ce2c368953b276969711767698e46b67d5db4903cfa362 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:20:21.202Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:20:21.216Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secrets-setup-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:20:21.273Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:21.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:21.666Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:21.768Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:21.814Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:22.487Z] $ docker top 20575e6b9a0877c3c5ee42d0b67f61098c53e999a561acd82169b06824dbdc3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:23.059Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:20:23.059Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:31.409Z] $ docker stop --time=1 20575e6b9a0877c3c5ee42d0b67f61098c53e999a561acd82169b06824dbdc3c [2020-09-16T09:20:32.773Z] $ docker rm -f 20575e6b9a0877c3c5ee42d0b67f61098c53e999a561acd82169b06824dbdc3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:33.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:33.257Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:33.357Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:33.403Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:34.026Z] $ docker top f5eee3447912141d4f157947bbcf745ebfb4981f85b48ba54977180d9d6ac01d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:34.610Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:20:34.610Z] [2020-09-16T09:20:34.610Z] clair timeout 1m0s [2020-09-16T09:20:34.610Z] docker timeout: 1m0s [2020-09-16T09:20:34.610Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:36.118Z] $ docker stop --time=1 f5eee3447912141d4f157947bbcf745ebfb4981f85b48ba54977180d9d6ac01d [2020-09-16T09:20:37.501Z] $ docker rm -f f5eee3447912141d4f157947bbcf745ebfb4981f85b48ba54977180d9d6ac01d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:20:37.977Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:20:37.993Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secretstore-setup-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:20:38.065Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:38.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:38.403Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:38.501Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:38.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:39.277Z] $ docker top bce10ec7c34a7e702cee4332468b8cfd22b1b7e3ad646c505c5b900cfab10a9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:39.857Z] + + tee/klar [2020-09-16T09:20:39.857Z] nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:43.333Z] $ docker stop --time=1 bce10ec7c34a7e702cee4332468b8cfd22b1b7e3ad646c505c5b900cfab10a9a [2020-09-16T09:20:44.770Z] $ docker rm -f bce10ec7c34a7e702cee4332468b8cfd22b1b7e3ad646c505c5b900cfab10a9a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:45.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:45.252Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:45.352Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:45.402Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:46.070Z] $ docker top 202a8aa085e393157717a5b9870f4dd7d1cce3f6fd3619808e7682a7d5c80488 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:46.688Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:20:46.688Z] + tee [2020-09-16T09:20:46.688Z] clair timeout 1m0s [2020-09-16T09:20:46.688Z] docker timeout: 1m0s [2020-09-16T09:20:46.688Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:47.366Z] $ docker stop --time=1 202a8aa085e393157717a5b9870f4dd7d1cce3f6fd3619808e7682a7d5c80488 [2020-09-16T09:20:48.706Z] $ docker rm -f 202a8aa085e393157717a5b9870f4dd7d1cce3f6fd3619808e7682a7d5c80488 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:20:49.166Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:20:49.179Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-logging-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:20:49.234Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:49.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:49.585Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:49.690Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:49.734Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:20:50.370Z] $ docker top b364f870c19eb4e3a033eb9974c4751abfd022c535da6d9fee0aab6fb0656e3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:20:50.986Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:20:50.986Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:20:56.435Z] $ docker stop --time=1 b364f870c19eb4e3a033eb9974c4751abfd022c535da6d9fee0aab6fb0656e3a [2020-09-16T09:20:57.792Z] $ docker rm -f b364f870c19eb4e3a033eb9974c4751abfd022c535da6d9fee0aab6fb0656e3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:20:58.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:20:58.284Z] . [Pipeline] withDockerContainer [2020-09-16T09:20:58.383Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:20:59.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:00.135Z] $ docker top c03dc20135076eb5c4cfb091dada9651433933e39f1e587770b960c39b227a49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:00.734Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:00.734Z] + tee [2020-09-16T09:21:00.734Z] clair timeout 1m0s [2020-09-16T09:21:00.734Z] docker timeout: 1m0s [2020-09-16T09:21:00.734Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:01.818Z] $ docker stop --time=1 c03dc20135076eb5c4cfb091dada9651433933e39f1e587770b960c39b227a49 [2020-09-16T09:21:03.205Z] $ docker rm -f c03dc20135076eb5c4cfb091dada9651433933e39f1e587770b960c39b227a49 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:21:03.672Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:21:03.684Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-notifications-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:21:03.743Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:04.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:04.096Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:04.195Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:04.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:04.817Z] $ docker top 0575d867c3afb3841ad5a5dabaef7c0a9cce2fb44f8ec2f3fd1a4116c35394b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:05.358Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:05.359Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:08.074Z] $ docker stop --time=1 0575d867c3afb3841ad5a5dabaef7c0a9cce2fb44f8ec2f3fd1a4116c35394b8 [2020-09-16T09:21:09.417Z] $ docker rm -f 0575d867c3afb3841ad5a5dabaef7c0a9cce2fb44f8ec2f3fd1a4116c35394b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:09.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:09.918Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:10.021Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:10.063Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:10.756Z] $ docker top ad185dc45380255de55bb64320b419f4f473dcc542791c791779988006e9d7d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:11.319Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:11.319Z] + tee [2020-09-16T09:21:11.319Z] clair timeout 1m0s [2020-09-16T09:21:11.319Z] docker timeout: 1m0s [2020-09-16T09:21:11.319Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:11.999Z] $ docker stop --time=1 ad185dc45380255de55bb64320b419f4f473dcc542791c791779988006e9d7d9 [2020-09-16T09:21:13.357Z] $ docker rm -f ad185dc45380255de55bb64320b419f4f473dcc542791c791779988006e9d7d9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:21:13.899Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:21:13.915Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-scheduler-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:21:13.969Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:14.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:14.313Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:14.463Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:14.507Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:15.253Z] $ docker top 958fdfc1315700ca1cb43bf905b678d395fd61ef149311ef715cc0fd3fb8ee13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:15.835Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:15.835Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:30.944Z] $ docker stop --time=1 958fdfc1315700ca1cb43bf905b678d395fd61ef149311ef715cc0fd3fb8ee13 [2020-09-16T09:21:32.296Z] $ docker rm -f 958fdfc1315700ca1cb43bf905b678d395fd61ef149311ef715cc0fd3fb8ee13 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:32.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:32.785Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:32.886Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:32.928Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:33.748Z] $ docker top d6a297050b82204a0b8b8d23db6880026688d5ff6b23ce3d5924505dc0c21512 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:34.306Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:34.306Z] + tee [2020-09-16T09:21:34.306Z] clair timeout 1m0s [2020-09-16T09:21:34.306Z] docker timeout: 1m0s [2020-09-16T09:21:34.306Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:36.337Z] $ docker stop --time=1 d6a297050b82204a0b8b8d23db6880026688d5ff6b23ce3d5924505dc0c21512 [2020-09-16T09:21:37.673Z] $ docker rm -f d6a297050b82204a0b8b8d23db6880026688d5ff6b23ce3d5924505dc0c21512 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:21:38.153Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:21:38.168Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-sys-mgmt-agent-go_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:21:38.221Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:38.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:38.561Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:38.684Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:38.729Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:39.396Z] $ docker top 67213f30962e5bcefc292335b735403d4bbc854ae1f072121b39030180f910cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:39.933Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:39.934Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:42.641Z] $ docker stop --time=1 67213f30962e5bcefc292335b735403d4bbc854ae1f072121b39030180f910cc [2020-09-16T09:21:44.027Z] $ docker rm -f 67213f30962e5bcefc292335b735403d4bbc854ae1f072121b39030180f910cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:44.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:44.501Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:44.598Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:44.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:45.312Z] $ docker top 7c0b9c605a01c72a8a9d9c74983bf825332be9afce0ce37f2b3a72a027bf9bf6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:45.851Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:45.852Z] + tee [2020-09-16T09:21:45.852Z] clair timeout 1m0s [2020-09-16T09:21:45.852Z] docker timeout: 1m0s [2020-09-16T09:21:45.852Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:46.527Z] $ docker stop --time=1 7c0b9c605a01c72a8a9d9c74983bf825332be9afce0ce37f2b3a72a027bf9bf6 [2020-09-16T09:21:47.885Z] $ docker rm -f 7c0b9c605a01c72a8a9d9c74983bf825332be9afce0ce37f2b3a72a027bf9bf6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:21:48.364Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:21:48.379Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-command-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:21:48.431Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:48.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:48.769Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:48.869Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:48.913Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:49.500Z] $ docker top bfbf986fd9576e25881bb745cc5bccb822f423774102eea03f66ac3ef856b86c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:50.006Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:50.006Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:55.440Z] $ docker stop --time=1 bfbf986fd9576e25881bb745cc5bccb822f423774102eea03f66ac3ef856b86c [2020-09-16T09:21:56.824Z] $ docker rm -f bfbf986fd9576e25881bb745cc5bccb822f423774102eea03f66ac3ef856b86c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:21:57.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:21:57.315Z] . [Pipeline] withDockerContainer [2020-09-16T09:21:57.427Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:21:57.472Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:21:58.119Z] $ docker top 42a25f419a2de0ba2543bcd059afcf79478aed32cdd4fe4b1444878b4f7578b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:21:58.635Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:21:58.635Z] + tee [2020-09-16T09:21:58.635Z] clair timeout 1m0s [2020-09-16T09:21:58.635Z] docker timeout: 1m0s [2020-09-16T09:21:58.635Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:21:59.688Z] $ docker stop --time=1 42a25f419a2de0ba2543bcd059afcf79478aed32cdd4fe4b1444878b4f7578b0 [2020-09-16T09:22:01.063Z] $ docker rm -f 42a25f419a2de0ba2543bcd059afcf79478aed32cdd4fe4b1444878b4f7578b0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:22:01.564Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:22:01.576Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-data-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:22:01.627Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:01.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:01.964Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:02.059Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:02.102Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:02.833Z] $ docker top 6376db9ebe5b005951544cffe0780fda219adca7424bcbd8848a786aaae16b3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:03.374Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:03.374Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:06.059Z] $ docker stop --time=1 6376db9ebe5b005951544cffe0780fda219adca7424bcbd8848a786aaae16b3d [2020-09-16T09:22:07.417Z] $ docker rm -f 6376db9ebe5b005951544cffe0780fda219adca7424bcbd8848a786aaae16b3d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:07.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:07.897Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:08.008Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:08.106Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:08.706Z] $ docker top 1f9826181a157189df63b87af4f443fe193d456d37add85649d0f8a583ac81d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:09.210Z] + tee [2020-09-16T09:22:09.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:09.210Z] clair timeout 1m0s [2020-09-16T09:22:09.210Z] docker timeout: 1m0s [2020-09-16T09:22:09.210Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:09.889Z] $ docker stop --time=1 1f9826181a157189df63b87af4f443fe193d456d37add85649d0f8a583ac81d4 [2020-09-16T09:22:11.235Z] $ docker rm -f 1f9826181a157189df63b87af4f443fe193d456d37add85649d0f8a583ac81d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:22:11.742Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:22:11.754Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-core-metadata-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:22:11.808Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:12.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:12.146Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:12.242Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:12.286Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:12.963Z] $ docker top 994ec815ae90cf638230bce82e9d51e7506ac8786cca2b1c18bfd0d3f4849ea1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:13.540Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:13.540Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:17.949Z] $ docker stop --time=1 994ec815ae90cf638230bce82e9d51e7506ac8786cca2b1c18bfd0d3f4849ea1 [2020-09-16T09:22:19.297Z] $ docker rm -f 994ec815ae90cf638230bce82e9d51e7506ac8786cca2b1c18bfd0d3f4849ea1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:19.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:19.775Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:19.874Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:19.926Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:20.620Z] $ docker top 7df8e494dee22493a6f1a67805d2daa1e3051ec29cdf88953d82a27d3cd97b61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:21.185Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:21.185Z] + tee [2020-09-16T09:22:21.185Z] clair timeout 1m0s [2020-09-16T09:22:21.185Z] docker timeout: 1m0s [2020-09-16T09:22:21.185Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:22.310Z] $ docker stop --time=1 7df8e494dee22493a6f1a67805d2daa1e3051ec29cdf88953d82a27d3cd97b61 [2020-09-16T09:22:23.670Z] $ docker rm -f 7df8e494dee22493a6f1a67805d2daa1e3051ec29cdf88953d82a27d3cd97b61 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:22:24.180Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:22:24.217Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:22:24.266Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:24.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:24.605Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:24.712Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:24.758Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:25.424Z] $ docker top b5e4256a2246c076a9c30f47106cf560b50d59ea82237a8c1a6dc27aee5e8a1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:25.969Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:25.969Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:34.286Z] $ docker stop --time=1 b5e4256a2246c076a9c30f47106cf560b50d59ea82237a8c1a6dc27aee5e8a1a [2020-09-16T09:22:35.648Z] $ docker rm -f b5e4256a2246c076a9c30f47106cf560b50d59ea82237a8c1a6dc27aee5e8a1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:36.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:36.164Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:36.260Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:36.302Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:36.900Z] $ docker top 8cb46ee8c98b417175c9a40a1cbb621850aa43bbbf01489382a721b972bf0845 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:37.408Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:37.408Z] + tee [2020-09-16T09:22:37.408Z] clair timeout 1m0s [2020-09-16T09:22:37.408Z] docker timeout: 1m0s [2020-09-16T09:22:37.408Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:38.903Z] $ docker stop --time=1 8cb46ee8c98b417175c9a40a1cbb621850aa43bbbf01489382a721b972bf0845 [2020-09-16T09:22:40.275Z] $ docker rm -f 8cb46ee8c98b417175c9a40a1cbb621850aa43bbbf01489382a721b972bf0845 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:22:40.849Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:22:40.863Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:22:41.005Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:41.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:41.352Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:41.455Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:41.497Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:42.176Z] $ docker top 17679b0d6ef4b61b80f452140a39ae01be9096d38de1a2fc733f315368b665a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:42.729Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:42.729Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:51.079Z] $ docker stop --time=1 17679b0d6ef4b61b80f452140a39ae01be9096d38de1a2fc733f315368b665a5 [2020-09-16T09:22:52.471Z] $ docker rm -f 17679b0d6ef4b61b80f452140a39ae01be9096d38de1a2fc733f315368b665a5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:52.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:52.957Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:53.060Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:53.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:53.852Z] $ docker top 102daa72c205e8f2aaa575808d0d8ce3f6df60d704f43b7eb27a3fe58c32acc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:54.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:54.384Z] + tee [2020-09-16T09:22:54.384Z] clair timeout 1m0s [2020-09-16T09:22:54.384Z] docker timeout: 1m0s [2020-09-16T09:22:54.384Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:22:55.871Z] $ docker stop --time=1 102daa72c205e8f2aaa575808d0d8ce3f6df60d704f43b7eb27a3fe58c32acc1 [2020-09-16T09:22:57.223Z] $ docker rm -f 102daa72c205e8f2aaa575808d0d8ce3f6df60d704f43b7eb27a3fe58c32acc1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:22:57.690Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:22:57.704Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:22:57.762Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:22:58.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:22:58.104Z] . [Pipeline] withDockerContainer [2020-09-16T09:22:58.211Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:22:58.254Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:22:58.877Z] $ docker top cd1fa2eb1dbebc5e707e2cff711c5a88d9f50bce087c0d47c1945b03d0e52ad1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:22:59.410Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:22:59.410Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:02.865Z] $ docker stop --time=1 cd1fa2eb1dbebc5e707e2cff711c5a88d9f50bce087c0d47c1945b03d0e52ad1 [2020-09-16T09:23:04.282Z] $ docker rm -f cd1fa2eb1dbebc5e707e2cff711c5a88d9f50bce087c0d47c1945b03d0e52ad1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:23:04.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:23:04.774Z] . [Pipeline] withDockerContainer [2020-09-16T09:23:04.871Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:23:04.914Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:23:05.611Z] $ docker top 1a3596b6df83c0416553c0cb8f51c4644f852d19d43bc5b3ae4e3a06038fed51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:23:06.205Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:23:06.205Z] + tee [2020-09-16T09:23:06.205Z] clair timeout 1m0s [2020-09-16T09:23:06.205Z] docker timeout: 1m0s [2020-09-16T09:23:06.205Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:06.877Z] $ docker stop --time=1 1a3596b6df83c0416553c0cb8f51c4644f852d19d43bc5b3ae4e3a06038fed51 [2020-09-16T09:23:08.237Z] $ docker rm -f 1a3596b6df83c0416553c0cb8f51c4644f852d19d43bc5b3ae4e3a06038fed51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:23:08.726Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:23:08.741Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-logging-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:23:08.794Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:23:09.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:23:09.133Z] . [Pipeline] withDockerContainer [2020-09-16T09:23:09.233Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:23:09.275Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:23:09.937Z] $ docker top 271ab1ad9c3a38290fde3d3e5ad0e4e1ff05747dafae2219de983f8ec6c85844 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:23:10.468Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:23:10.468Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:15.920Z] $ docker stop --time=1 271ab1ad9c3a38290fde3d3e5ad0e4e1ff05747dafae2219de983f8ec6c85844 [2020-09-16T09:23:17.288Z] $ docker rm -f 271ab1ad9c3a38290fde3d3e5ad0e4e1ff05747dafae2219de983f8ec6c85844 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:23:17.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:23:17.757Z] . [Pipeline] withDockerContainer [2020-09-16T09:23:17.859Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:23:17.900Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:23:18.555Z] $ docker top a584d41ae333846458161e79d226379b5f413eb87fb9145f1c7d1a141c6a07cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:23:19.097Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:23:19.097Z] + tee [2020-09-16T09:23:19.097Z] clair timeout 1m0s [2020-09-16T09:23:19.097Z] docker timeout: 1m0s [2020-09-16T09:23:19.097Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:20.173Z] $ docker stop --time=1 a584d41ae333846458161e79d226379b5f413eb87fb9145f1c7d1a141c6a07cc [2020-09-16T09:23:21.548Z] $ docker rm -f a584d41ae333846458161e79d226379b5f413eb87fb9145f1c7d1a141c6a07cc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:23:22.041Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:23:22.059Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-notifications-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:23:22.113Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:23:22.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:23:22.455Z] . [Pipeline] withDockerContainer [2020-09-16T09:23:22.559Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:23:22.607Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:23:23.328Z] $ docker top f4e3287ebae3bdce2caa14dcf986a28ffe53c8a8568f352ecb608890aee7c485 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:23:23.933Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:23:23.933Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:26.641Z] $ docker stop --time=1 f4e3287ebae3bdce2caa14dcf986a28ffe53c8a8568f352ecb608890aee7c485 [2020-09-16T09:23:28.003Z] $ docker rm -f f4e3287ebae3bdce2caa14dcf986a28ffe53c8a8568f352ecb608890aee7c485 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:23:28.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:23:28.501Z] . [Pipeline] withDockerContainer [2020-09-16T09:23:28.601Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:23:28.650Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:23:29.334Z] $ docker top 32a91c0f9d5fe6709a6f1d33342dcee770bce17e8b2783644864da041d3624df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:23:29.868Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:23:29.868Z] + tee [2020-09-16T09:23:29.868Z] clair timeout 1m0s [2020-09-16T09:23:29.868Z] docker timeout: 1m0s [2020-09-16T09:23:29.868Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:30.559Z] $ docker stop --time=1 32a91c0f9d5fe6709a6f1d33342dcee770bce17e8b2783644864da041d3624df [2020-09-16T09:23:31.917Z] $ docker rm -f 32a91c0f9d5fe6709a6f1d33342dcee770bce17e8b2783644864da041d3624df [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:23:32.425Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:23:32.438Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-support-scheduler-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:23:32.492Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:23:32.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:23:32.841Z] . [Pipeline] withDockerContainer [2020-09-16T09:23:32.948Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:23:32.992Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:23:33.683Z] $ docker top 9e913d7149b9fae82c1caa99d85b07b378813049c13cd8f570b5808becd2d3ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:23:34.381Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:23:34.381Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:49.677Z] $ docker stop --time=1 9e913d7149b9fae82c1caa99d85b07b378813049c13cd8f570b5808becd2d3ab [2020-09-16T09:23:51.070Z] $ docker rm -f 9e913d7149b9fae82c1caa99d85b07b378813049c13cd8f570b5808becd2d3ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:23:51.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-16T09:23:51.587Z] . [Pipeline] withDockerContainer [2020-09-16T09:23:51.695Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:23:51.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:23:52.450Z] $ docker top d01d4d5d6d22429018eca2b63214634cb722cc3314a0ba4947c9fc6356c42a54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-16T09:23:53.003Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 [2020-09-16T09:23:53.004Z] + tee [2020-09-16T09:23:53.004Z] clair timeout 1m0s [2020-09-16T09:23:53.004Z] docker timeout: 1m0s [2020-09-16T09:23:53.004Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-16T09:23:54.511Z] $ docker stop --time=1 d01d4d5d6d22429018eca2b63214634cb722cc3314a0ba4947c9fc6356c42a54 [2020-09-16T09:23:55.894Z] $ docker rm -f d01d4d5d6d22429018eca2b63214634cb722cc3314a0ba4947c9fc6356c42a54 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-16T09:23:56.373Z] + mkdir -p /w/workspace/edgex-go/141/clair-reports [Pipeline] echo [2020-09-16T09:23:56.387Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/141/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_5f11f1e107b44b9b72b3c7d7c19137d6a9055f60.html [Pipeline] writeFile [Pipeline] step [2020-09-16T09:23:56.446Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-16T09:23:56.928Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T09:23:56.982Z] provisioning config files... [2020-09-16T09:23:57.003Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/141@tmp/config6318580018239542171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:23:57.383Z] --> edgex-publish-swagger.sh [2020-09-16T09:23:57.383Z] === Publish openapi/v1 API === [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] === Publish openapi/v2 API === [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.383Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-16T09:23:57.383Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-16T09:23:57.383Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-16T09:23:57.384Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-16T09:23:57.400Z] 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-09-16T09:24:07.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:24:07.439Z] . [Pipeline] withDockerContainer [2020-09-16T09:24:07.536Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:24:07.579Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:24:08.575Z] $ docker top a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T09:24:08.883Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T09:24:08.883Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T09:24:09.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T09:24:09.117Z] $ docker exec a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 ssh-agent [2020-09-16T09:24:09.291Z] SSH_AUTH_SOCK=/tmp/ssh-g83Yx8P0OBRL/agent.11 [2020-09-16T09:24:09.291Z] SSH_AGENT_PID=16 [2020-09-16T09:24:09.300Z] Running ssh-add (command line suppressed) [2020-09-16T09:24:09.437Z] Identity added: /w/workspace/edgex-go/141@tmp/private_key_8360952968045724875.key (/w/workspace/edgex-go/141@tmp/private_key_8360952968045724875.key) [2020-09-16T09:24:09.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T09:24:09.824Z] + git semver tag [2020-09-16T09:24:09.824Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T09:24:09.824Z] # $GIT_DIR = /w/workspace/edgex-go/141/.git [2020-09-16T09:24:09.824Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/141 [2020-09-16T09:24:09.824Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T09:24:09.824Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T09:24:09.824Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T09:24:09.824Z] # $SEMVER_BRANCH = master [2020-09-16T09:24:09.824Z] # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver [2020-09-16T09:24:09.824Z] # 5f11f1e107b44b9b72b3c7d7c19137d6a9055f60 HEAD [2020-09-16T09:24:10.400Z] # -> Force: false [2020-09-16T09:24:10.400Z] # ad8d1ff058b56c51cb6c821183df9d2f52999939 refs/tags/v1.2.2-dev.26 [Pipeline] } [2020-09-16T09:24:10.413Z] $ docker exec --env ******** --env ******** a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 ssh-agent -k [2020-09-16T09:24:10.567Z] unset SSH_AUTH_SOCK; [2020-09-16T09:24:10.568Z] unset SSH_AGENT_PID; [2020-09-16T09:24:10.568Z] echo Agent pid 16 killed; [2020-09-16T09:24:10.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T09:24:11.109Z] + git semver [Pipeline] } [2020-09-16T09:24:11.127Z] $ docker stop --time=1 a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 [2020-09-16T09:24:12.497Z] $ docker rm -f a4b38eaafa07c86dbe7cbb38fa6eeaecb4c827633d6e484f4d88a89384753922 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:24:13.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T09:24:13.154Z] [2020-09-16T09:24:13.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:24:13.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T09:24:13.493Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-16T09:24:13.493Z] ab5ef0e58194: Pulling fs layer [2020-09-16T09:24:13.493Z] 9712f1f96733: Pulling fs layer [2020-09-16T09:24:13.493Z] 63f879dbbcfc: Pulling fs layer [2020-09-16T09:24:13.493Z] 0d9ebad4ef96: Pulling fs layer [2020-09-16T09:24:13.493Z] e9a5061849ea: Pulling fs layer [2020-09-16T09:24:13.493Z] d747dcd14b5f: Pulling fs layer [2020-09-16T09:24:13.493Z] 2de7ff778b66: Pulling fs layer [2020-09-16T09:24:13.493Z] e9a5061849ea: Waiting [2020-09-16T09:24:13.493Z] 2de7ff778b66: Waiting [2020-09-16T09:24:13.493Z] d747dcd14b5f: Waiting [2020-09-16T09:24:13.493Z] 0d9ebad4ef96: Waiting [2020-09-16T09:24:13.493Z] 9712f1f96733: Verifying Checksum [2020-09-16T09:24:13.493Z] 9712f1f96733: Download complete [2020-09-16T09:24:15.407Z] 63f879dbbcfc: Verifying Checksum [2020-09-16T09:24:15.407Z] 63f879dbbcfc: Download complete [2020-09-16T09:24:15.407Z] e9a5061849ea: Verifying Checksum [2020-09-16T09:24:15.407Z] e9a5061849ea: Download complete [2020-09-16T09:24:15.407Z] d747dcd14b5f: Verifying Checksum [2020-09-16T09:24:15.407Z] d747dcd14b5f: Download complete [2020-09-16T09:24:15.667Z] 2de7ff778b66: Verifying Checksum [2020-09-16T09:24:15.667Z] 2de7ff778b66: Download complete [2020-09-16T09:24:15.930Z] 0d9ebad4ef96: Verifying Checksum [2020-09-16T09:24:15.930Z] 0d9ebad4ef96: Download complete [2020-09-16T09:24:16.191Z] ab5ef0e58194: Verifying Checksum [2020-09-16T09:24:16.191Z] ab5ef0e58194: Download complete [2020-09-16T09:24:21.491Z] ab5ef0e58194: Pull complete [2020-09-16T09:24:21.491Z] 9712f1f96733: Pull complete [2020-09-16T09:24:24.038Z] 63f879dbbcfc: Pull complete [2020-09-16T09:24:30.689Z] 0d9ebad4ef96: Pull complete [2020-09-16T09:24:34.020Z] e9a5061849ea: Pull complete [2020-09-16T09:24:34.020Z] d747dcd14b5f: Pull complete [2020-09-16T09:24:35.411Z] 2de7ff778b66: Pull complete [2020-09-16T09:24:35.411Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-16T09:24:35.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T09:24:35.411Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-16T09:24:35.644Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:24:35.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:24:39.366Z] $ docker top d95541fd951d56203b10d0317262ef91305159995401fddd66db8b9846cf9f43 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-16T09:24:39.635Z] provisioning config files... [2020-09-16T09:24:39.647Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/141@tmp/config8580180298192452896tmp [2020-09-16T09:24:39.664Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/141@tmp/config1155749534747590299tmp [2020-09-16T09:24:39.679Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/141@tmp/config8707086558570761740tmp [Pipeline] { [Pipeline] echo [2020-09-16T09:24:39.729Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:24:40.031Z] ---> sigul-configuration.sh [2020-09-16T09:24:40.031Z] gpg: directory `/root/.gnupg' created [2020-09-16T09:24:40.031Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-16T09:24:40.031Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-16T09:24:40.031Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-16T09:24:40.031Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-16T09:24:40.031Z] gpg: CAST5 encrypted data [2020-09-16T09:24:40.292Z] gpg: encrypted with 1 passphrase [2020-09-16T09:24:40.292Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-16T09:24:40.585Z] + mkdir /home/jenkins [2020-09-16T09:24:40.585Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-16T09:24:40.879Z] + 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-09-16T09:24:40.890Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:24:41.189Z] ---> sigul-install.sh [2020-09-16T09:24:46.484Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-16T09:24:46.780Z] + git tag --list [2020-09-16T09:24:46.780Z] v1.2.2-dev.26 [Pipeline] sh [2020-09-16T09:24:47.112Z] + lftools sign git-tag v1.2.2-dev.26 [2020-09-16T09:24:48.497Z] Signing Git tag with Sigul... [2020-09-16T09:24:48.497Z] Signing v1.2.2-dev.26 [Pipeline] echo [2020-09-16T09:24:49.450Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:24:49.742Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-16T09:24:49.751Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-16T09:24:49.842Z] $ docker stop --time=1 d95541fd951d56203b10d0317262ef91305159995401fddd66db8b9846cf9f43 [2020-09-16T09:24:52.352Z] $ docker rm -f d95541fd951d56203b10d0317262ef91305159995401fddd66db8b9846cf9f43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:24:53.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:24:53.222Z] . [Pipeline] withDockerContainer [2020-09-16T09:24:53.322Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:24:53.362Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:24:54.121Z] $ docker top d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T09:24:54.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T09:24:54.482Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T09:24:54.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T09:24:54.706Z] $ docker exec d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 ssh-agent [2020-09-16T09:24:54.878Z] SSH_AUTH_SOCK=/tmp/ssh-fb93qgjWmL4h/agent.11 [2020-09-16T09:24:54.878Z] SSH_AGENT_PID=16 [2020-09-16T09:24:54.885Z] Running ssh-add (command line suppressed) [2020-09-16T09:24:55.016Z] Identity added: /w/workspace/edgex-go/141@tmp/private_key_5935328962816688674.key (/w/workspace/edgex-go/141@tmp/private_key_5935328962816688674.key) [2020-09-16T09:24:55.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T09:24:55.403Z] + git semver bump pre [2020-09-16T09:24:55.403Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T09:24:55.403Z] # $GIT_DIR = /w/workspace/edgex-go/141/.git [2020-09-16T09:24:55.403Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/141 [2020-09-16T09:24:55.403Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T09:24:55.403Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T09:24:55.403Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T09:24:55.403Z] # $SEMVER_BRANCH = master [2020-09-16T09:24:55.403Z] # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver [2020-09-16T09:24:55.403Z] 1.2.2-dev.27 [Pipeline] } [2020-09-16T09:24:55.417Z] $ docker exec --env ******** --env ******** d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 ssh-agent -k [2020-09-16T09:24:55.547Z] unset SSH_AUTH_SOCK; [2020-09-16T09:24:55.547Z] unset SSH_AGENT_PID; [2020-09-16T09:24:55.547Z] echo Agent pid 16 killed; [2020-09-16T09:24:55.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T09:24:56.055Z] + git semver [Pipeline] } [2020-09-16T09:24:56.074Z] $ docker stop --time=1 d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 [2020-09-16T09:24:57.480Z] $ docker rm -f d2e1bf59e5cbd15d049a3f0a2a6292ccc80115f7eb78e5c63f8c3dda7e7d8f54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:24:58.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:24:58.017Z] . [Pipeline] withDockerContainer [2020-09-16T09:24:58.120Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:24:58.162Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-16T09:24:58.827Z] $ docker top 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T09:24:59.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T09:24:59.094Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T09:24:59.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T09:24:59.282Z] $ docker exec 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c ssh-agent [2020-09-16T09:24:59.456Z] SSH_AUTH_SOCK=/tmp/ssh-mSx7g53lMeGJ/agent.13 [2020-09-16T09:24:59.457Z] SSH_AGENT_PID=18 [2020-09-16T09:24:59.464Z] Running ssh-add (command line suppressed) [2020-09-16T09:24:59.589Z] Identity added: /w/workspace/edgex-go/141@tmp/private_key_2514774495687724859.key (/w/workspace/edgex-go/141@tmp/private_key_2514774495687724859.key) [2020-09-16T09:24:59.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T09:24:59.972Z] + git semver push [2020-09-16T09:24:59.972Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T09:24:59.972Z] # $GIT_DIR = /w/workspace/edgex-go/141/.git [2020-09-16T09:24:59.972Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/141 [2020-09-16T09:24:59.972Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T09:24:59.972Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T09:24:59.972Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T09:24:59.972Z] # $SEMVER_BRANCH = master [2020-09-16T09:24:59.972Z] # $SEMVER_DIR = /w/workspace/edgex-go/141/.semver [Pipeline] } [2020-09-16T09:25:09.997Z] $ docker exec --env ******** --env ******** 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c ssh-agent -k [2020-09-16T09:25:10.178Z] unset SSH_AUTH_SOCK; [2020-09-16T09:25:10.178Z] unset SSH_AGENT_PID; [2020-09-16T09:25:10.178Z] echo Agent pid 18 killed; [2020-09-16T09:25:10.251Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T09:25:10.821Z] + git semver [Pipeline] } [2020-09-16T09:25:10.839Z] $ docker stop --time=1 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c [2020-09-16T09:25:12.228Z] $ docker rm -f 883b15ed85fdef77a81602c4d7e70edeb321b4182ed0d37e0e1b7a8de859f33c [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-09-16T09:25:13.272Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:25:14.147Z] ---> package-listing.sh [2020-09-16T09:25:14.147Z] ++ facter osfamily [2020-09-16T09:25:14.147Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T09:25:14.147Z] + OS_FAMILY=redhat [2020-09-16T09:25:14.147Z] + workspace=/w/workspace/edgex-go/141 [2020-09-16T09:25:14.147Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T09:25:14.147Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T09:25:14.147Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T09:25:14.147Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T09:25:14.147Z] + '[' /w/workspace/edgex-go/141 ']' [2020-09-16T09:25:14.147Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T09:25:14.147Z] + case "${OS_FAMILY}" in [2020-09-16T09:25:14.147Z] + rpm -qa [2020-09-16T09:25:14.147Z] + sort [2020-09-16T09:25:18.364Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T09:25:18.364Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T09:25:18.364Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T09:25:18.364Z] + '[' /w/workspace/edgex-go/141 ']' [2020-09-16T09:25:18.364Z] + mkdir -p /w/workspace/edgex-go/141/archives/ [2020-09-16T09:25:18.364Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/141/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:25:19.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T09:25:19.624Z] [2020-09-16T09:25:19.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:25:19.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T09:25:19.968Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T09:25:19.968Z] df20fa9351a1: Already exists [2020-09-16T09:25:19.968Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T09:25:19.968Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T09:25:19.968Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T09:25:19.968Z] 0dadc02b9964: Pulling fs layer [2020-09-16T09:25:19.968Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T09:25:19.968Z] 7a184a31f384: Pulling fs layer [2020-09-16T09:25:19.968Z] 0879bd2ef858: Pulling fs layer [2020-09-16T09:25:19.968Z] 0dadc02b9964: Waiting [2020-09-16T09:25:19.968Z] ce6a7cf60c04: Waiting [2020-09-16T09:25:19.968Z] 7a184a31f384: Waiting [2020-09-16T09:25:19.968Z] 0879bd2ef858: Waiting [2020-09-16T09:25:19.968Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T09:25:19.968Z] 46f8f816bc3b: Download complete [2020-09-16T09:25:19.968Z] 36b3adc4ff6f: Verifying Checksum [2020-09-16T09:25:19.968Z] 36b3adc4ff6f: Download complete [2020-09-16T09:25:19.968Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T09:25:19.968Z] ce6a7cf60c04: Download complete [2020-09-16T09:25:19.968Z] 7a184a31f384: Verifying Checksum [2020-09-16T09:25:19.968Z] 7a184a31f384: Download complete [2020-09-16T09:25:20.229Z] 0dadc02b9964: Verifying Checksum [2020-09-16T09:25:20.229Z] 0dadc02b9964: Download complete [2020-09-16T09:25:20.229Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T09:25:20.229Z] 8ad3a11d3b57: Download complete [2020-09-16T09:25:20.498Z] 36b3adc4ff6f: Pull complete [2020-09-16T09:25:20.771Z] 0879bd2ef858: Verifying Checksum [2020-09-16T09:25:20.771Z] 0879bd2ef858: Download complete [2020-09-16T09:25:21.034Z] 8ad3a11d3b57: Pull complete [2020-09-16T09:25:21.297Z] 46f8f816bc3b: Pull complete [2020-09-16T09:25:21.558Z] 0dadc02b9964: Pull complete [2020-09-16T09:25:21.819Z] ce6a7cf60c04: Pull complete [2020-09-16T09:25:21.819Z] 7a184a31f384: Pull complete [2020-09-16T09:25:25.136Z] 0879bd2ef858: Pull complete [2020-09-16T09:25:25.708Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T09:25:25.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T09:25:25.708Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T09:25:25.875Z] prd-centos7-docker-4c-2g-43561 does not seem to be running inside a container [2020-09-16T09:25:25.917Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/141 -v /w/workspace/edgex-go/141:/w/workspace/edgex-go/141:rw,z -v /w/workspace/edgex-go/141@tmp:/w/workspace/edgex-go/141@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-16T09:25:28.320Z] $ docker top ec8fe7f9bae468a9f678ac5d4dbfeb8a9a1ec8cde313a1d68ca54fe5927c0dae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:25:28.822Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T09:25:29.224Z] + ls /var/log/sa-host [2020-09-16T09:25:29.224Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T09:25:29.224Z] file_magic: OK [2020-09-16T09:25:29.224Z] HZ: Using current value: 100 [2020-09-16T09:25:29.224Z] file_header: OK [2020-09-16T09:25:29.224Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-16T09:25:29.224Z] Statistics: [2020-09-16T09:25:29.224Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T09:25:29.224Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T09:25:29.224Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T09:25:29.224Z] file_magic: OK [2020-09-16T09:25:29.224Z] HZ: Using current value: 100 [2020-09-16T09:25:29.224Z] file_header: OK [2020-09-16T09:25:29.224Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-16T09:25:29.224Z] Statistics: [2020-09-16T09:25:29.224Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T09:25:29.224Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T09:25:29.289Z] provisioning config files... [2020-09-16T09:25:29.308Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/141@tmp/config8552075225273223104tmp [Pipeline] { [Pipeline] echo [2020-09-16T09:25:29.407Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:25:29.701Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T09:25:29.712Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:25:30.005Z] ---> logs-deploy.sh [2020-09-16T09:25:30.005Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/141 [2020-09-16T09:25:30.005Z] INFO: archiving workspace using pattern(s): [2020-09-16T09:25:31.393Z] Archives upload complete. [2020-09-16T09:25:31.393Z] INFO: archiving logs to Nexus [2020-09-16T09:25:32.338Z] ---> uname -a: [2020-09-16T09:25:32.338Z] Linux ec8fe7f9bae4 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] ---> lscpu: [2020-09-16T09:25:32.338Z] Architecture: x86_64 [2020-09-16T09:25:32.338Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-16T09:25:32.338Z] Byte Order: Little Endian [2020-09-16T09:25:32.338Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-16T09:25:32.338Z] CPU(s): 4 [2020-09-16T09:25:32.338Z] On-line CPU(s) list: 0-3 [2020-09-16T09:25:32.338Z] Thread(s) per core: 1 [2020-09-16T09:25:32.338Z] Core(s) per socket: 1 [2020-09-16T09:25:32.338Z] Socket(s): 4 [2020-09-16T09:25:32.338Z] NUMA node(s): 1 [2020-09-16T09:25:32.338Z] Vendor ID: GenuineIntel [2020-09-16T09:25:32.338Z] CPU family: 6 [2020-09-16T09:25:32.338Z] Model: 44 [2020-09-16T09:25:32.338Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-16T09:25:32.338Z] Stepping: 1 [2020-09-16T09:25:32.338Z] CPU MHz: 2933.442 [2020-09-16T09:25:32.338Z] BogoMIPS: 5866.88 [2020-09-16T09:25:32.338Z] Virtualization: VT-x [2020-09-16T09:25:32.338Z] Hypervisor vendor: KVM [2020-09-16T09:25:32.338Z] Virtualization type: full [2020-09-16T09:25:32.338Z] L1d cache: 128 KiB [2020-09-16T09:25:32.338Z] L1i cache: 128 KiB [2020-09-16T09:25:32.338Z] L2 cache: 16 MiB [2020-09-16T09:25:32.338Z] L3 cache: 64 MiB [2020-09-16T09:25:32.338Z] NUMA node0 CPU(s): 0-3 [2020-09-16T09:25:32.338Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-16T09:25:32.338Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-16T09:25:32.338Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-16T09:25:32.338Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-16T09:25:32.338Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-16T09:25:32.338Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-16T09:25:32.338Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-16T09:25:32.338Z] Vulnerability Tsx async abort: Not affected [2020-09-16T09:25:32.338Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] ---> nproc: [2020-09-16T09:25:32.338Z] 4 [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] ---> df -h: [2020-09-16T09:25:32.338Z] Filesystem Size Used Available Use% Mounted on [2020-09-16T09:25:32.338Z] overlay 50.0G 12.2G 37.8G 24% / [2020-09-16T09:25:32.338Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-16T09:25:32.338Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-16T09:25:32.338Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-16T09:25:32.338Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2020-09-16T09:25:32.338Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2020-09-16T09:25:32.338Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2020-09-16T09:25:32.338Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2020-09-16T09:25:32.338Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/141 [2020-09-16T09:25:32.338Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/141@tmp [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] ---> free -m: [2020-09-16T09:25:32.338Z] total used free shared buff/cache available [2020-09-16T09:25:32.338Z] Mem: 1837 708 194 0 934 1081 [2020-09-16T09:25:32.338Z] Swap: 1023 57 966 [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] ---> ip addr: [2020-09-16T09:25:32.338Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-16T09:25:32.338Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-16T09:25:32.338Z] inet 127.0.0.1/8 scope host lo [2020-09-16T09:25:32.338Z] valid_lft forever preferred_lft forever [2020-09-16T09:25:32.338Z] 196: eth0@if197: mtu 1458 qdisc noqueue state UP [2020-09-16T09:25:32.338Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-16T09:25:32.338Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-16T09:25:32.338Z] valid_lft forever preferred_lft forever [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] ---> sar -b -r -n DEV: [2020-09-16T09:25:32.338Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] 09:00:00 LINUX RESTART (4 CPU) [2020-09-16T09:25:32.338Z] [2020-09-16T09:25:32.338Z] 09:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-16T09:25:32.338Z] 09:02:01 53.62 11.55 42.07 0.00 4747.41 9573.96 0.00 [2020-09-16T09:25:32.338Z] 09:03:01 181.70 94.76 86.95 0.00 5678.99 41805.88 0.00 [2020-09-16T09:25:32.338Z] 09:04:02 227.82 45.99 181.83 0.00 3603.59 45541.23 0.00 [2020-09-16T09:25:32.338Z] 09:05:04 1789.92 1459.66 330.26 0.00 141620.91 189585.26 0.00 [2020-09-16T09:25:32.338Z] 09:06:01 644.04 365.90 278.15 0.00 29949.96 50447.56 0.00 [2020-09-16T09:25:32.338Z] 09:07:02 2137.31 1782.62 354.69 0.00 103371.90 126673.99 0.00 [2020-09-16T09:25:32.338Z] 09:08:01 904.48 625.78 278.70 0.00 42454.84 59855.98 0.00 [2020-09-16T09:25:32.338Z] 09:09:01 91.19 80.17 11.02 0.00 4570.64 238.44 0.00 [2020-09-16T09:25:32.338Z] 09:10:01 8.51 4.93 3.58 0.00 131.38 86.84 0.00 [2020-09-16T09:25:32.338Z] 09:11:01 0.92 0.47 0.45 0.00 14.93 8.05 0.00 [2020-09-16T09:25:32.338Z] 09:12:01 0.32 0.00 0.32 0.00 0.00 4.73 0.00 [2020-09-16T09:25:32.338Z] 09:13:01 0.27 0.05 0.22 0.00 0.40 3.05 0.00 [2020-09-16T09:25:32.338Z] 09:14:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 [2020-09-16T09:25:32.339Z] 09:15:01 0.63 0.28 0.35 0.00 4.00 4.83 0.00 [2020-09-16T09:25:32.339Z] 09:16:01 2.36 1.57 0.80 0.00 57.29 16.64 0.00 [2020-09-16T09:25:32.339Z] 09:17:01 0.28 0.00 0.28 0.00 0.00 3.90 0.00 [2020-09-16T09:25:32.339Z] 09:18:01 0.28 0.02 0.27 0.00 0.13 3.96 0.00 [2020-09-16T09:25:32.339Z] 09:19:01 133.43 31.70 101.73 0.00 2231.64 30614.12 0.00 [2020-09-16T09:25:32.339Z] 09:20:01 81.03 23.98 57.04 0.00 1010.92 4248.15 0.00 [2020-09-16T09:25:32.339Z] 09:21:01 34.71 10.07 24.64 0.00 299.52 410.67 0.00 [2020-09-16T09:25:32.339Z] 09:22:01 25.61 0.38 25.22 0.00 9.32 378.57 0.00 [2020-09-16T09:25:32.339Z] 09:23:01 26.62 0.20 26.42 0.00 5.46 442.84 0.00 [2020-09-16T09:25:32.339Z] 09:24:01 26.71 3.11 23.59 0.00 155.84 426.26 0.00 [2020-09-16T09:25:32.339Z] 09:25:01 229.87 81.80 148.06 0.00 6683.54 38330.18 0.00 [2020-09-16T09:25:32.339Z] Average: 277.26 194.78 82.49 0.00 14641.04 25202.14 0.00 [2020-09-16T09:25:32.339Z] [2020-09-16T09:25:32.339Z] 09:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-16T09:25:32.339Z] 09:02:01 68860 0 664980 35.34 2620 1145096 1330036 45.39 551468 1097068 68788 [2020-09-16T09:25:32.339Z] 09:03:01 116972 0 682628 36.28 2056 1079900 1415212 48.30 584508 982800 13896 [2020-09-16T09:25:32.339Z] 09:04:02 183124 0 708672 37.66 1492 988268 1254992 42.83 617008 824644 44 [2020-09-16T09:25:32.339Z] 09:05:04 82952 0 919740 48.88 0 878864 2620016 89.42 656504 963696 83976 [2020-09-16T09:25:32.339Z] 09:06:01 300328 0 708708 37.67 0 872520 1966128 67.10 621576 752512 20 [2020-09-16T09:25:32.339Z] 09:07:02 80088 0 950824 50.53 0 850644 2796512 95.44 614392 980844 11884 [2020-09-16T09:25:32.339Z] 09:08:01 558120 0 606496 32.23 0 716940 1430792 48.83 527204 605408 36 [2020-09-16T09:25:32.339Z] 09:09:01 437416 0 594460 31.59 0 849680 1364492 46.57 573524 677052 28 [2020-09-16T09:25:32.339Z] 09:10:01 466232 0 561796 29.86 0 853528 1149796 39.24 544224 680596 8 [2020-09-16T09:25:32.339Z] 09:11:01 467504 0 560096 29.77 0 853956 1131352 38.61 543000 680688 8 [2020-09-16T09:25:32.339Z] 09:12:01 467644 0 559944 29.76 0 853968 1131424 38.61 543412 680696 8 [2020-09-16T09:25:32.339Z] 09:13:01 468428 0 559156 29.72 0 853972 1131280 38.61 542640 680704 8 [2020-09-16T09:25:32.339Z] 09:14:01 468676 0 558896 29.70 0 853984 1131280 38.61 542648 680708 8 [2020-09-16T09:25:32.339Z] 09:15:01 468140 0 559248 29.72 0 854168 1150624 39.27 542772 680708 8 [2020-09-16T09:25:32.339Z] 09:16:01 466364 0 560124 29.77 0 855068 1131352 38.61 543884 681056 8 [2020-09-16T09:25:32.339Z] 09:17:01 466944 0 559536 29.74 0 855076 1131280 38.61 543400 681056 12 [2020-09-16T09:25:32.339Z] 09:18:01 466616 0 559860 29.76 0 855080 1131316 38.61 543584 681060 8 [2020-09-16T09:25:32.339Z] 09:19:01 74096 0 661556 35.16 0 1145904 1479952 50.51 693824 887264 876 [2020-09-16T09:25:32.339Z] 09:20:01 219828 0 605144 32.16 0 1056584 1353980 46.21 692280 741552 28 [2020-09-16T09:25:32.339Z] 09:21:01 218852 0 603092 32.05 0 1059612 1253792 42.79 704016 730896 48 [2020-09-16T09:25:32.339Z] 09:22:01 248048 0 573844 30.50 0 1059664 1138396 38.85 701400 705608 36 [2020-09-16T09:25:32.339Z] 09:23:01 252868 0 568792 30.23 0 1059896 1334812 45.55 699232 701664 44 [2020-09-16T09:25:32.339Z] 09:24:01 170436 0 582224 30.94 0 1128896 1168964 39.89 711636 773688 66744 [2020-09-16T09:25:32.339Z] 09:25:01 190548 0 701236 37.27 0 989772 1336044 45.60 648444 725312 40 [2020-09-16T09:25:32.339Z] Average: 308712 0 632127 33.60 257 940460 1394326 47.59 603608 761553 10274 [2020-09-16T09:25:32.339Z] [2020-09-16T09:25:32.339Z] 09:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-16T09:25:32.339Z] 09:02:01 eth0 874.87 1063.70 3432.67 126.14 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:02:01 veth289b38b 841.99 552.09 75.16 2176.82 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:02:01 docker0 841.99 551.96 63.65 2176.81 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:03:01 eth0 1413.64 1056.54 3542.02 2788.26 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:03:01 veth71a9437 8.47 12.00 0.57 55.26 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:03:01 docker0 203.06 158.57 14.44 531.84 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:04:02 eth0 557.14 444.91 3562.82 73.90 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:04:02 docker0 133.23 159.20 9.50 780.45 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:05:04 vetha91b5c3 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:05:04 eth0 82.51 57.90 176.64 41.17 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:05:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:05:04 vethb5327c2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:06:01 vetha91b5c3 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:06:01 eth0 98.80 54.79 432.34 64.49 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:06:01 veth2a9b326 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:07:02 vethc155833 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:07:02 veth41e6d5a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:07:02 vetha91b5c3 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:07:02 eth0 91.58 59.92 198.04 90.91 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:08:01 eth0 106.32 79.82 165.11 186.47 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:08:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:08:01 docker0 1267.47 995.16 92.93 4272.94 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:09:01 eth0 385.47 375.75 176.04 1548.46 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:10:01 eth0 22.63 19.62 16.53 20.93 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:11:01 eth0 0.52 0.18 0.11 0.07 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:12:01 eth0 0.85 0.43 0.38 0.18 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:13:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:14:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:16:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:18:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:19:01 eth0 453.05 409.56 3759.56 55.29 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:19:01 vethfbb1bdd 19.60 19.51 2.27 15.51 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:19:01 docker0 19.60 19.41 2.01 15.50 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:20:01 veth648c27e 0.12 0.13 0.01 0.08 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:20:01 eth0 156.21 128.73 463.50 85.56 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:20:01 docker0 31.29 32.81 2.77 221.29 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:21:01 eth0 119.46 97.75 95.15 107.09 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:21:01 docker0 4.29 3.96 1.21 1.93 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:21:01 vethedd04ac 0.45 0.45 0.11 0.20 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:22:01 eth0 109.62 81.82 102.35 85.30 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:22:01 docker0 3.73 3.35 0.92 1.63 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:23:01 eth0 125.24 96.52 102.63 97.94 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:23:01 veth83c8271 0.32 0.37 0.07 0.14 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:23:01 docker0 4.20 3.88 1.14 1.93 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:24:01 eth0 915.47 670.05 1354.59 155.13 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:24:01 docker0 3.43 3.11 0.88 1.51 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:25:01 veth69f04e6 0.53 0.50 0.12 0.15 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:25:01 eth0 1911.67 1428.10 5117.21 201.90 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] 09:25:01 docker0 30.25 33.29 1.86 200.34 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] Average: veth69f04e6 0.02 0.02 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.339Z] Average: eth0 309.44 255.30 946.27 237.80 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.340Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.340Z] Average: docker0 56.55 45.39 4.30 195.56 0.00 0.00 0.00 0.00 [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z] ---> sar -P ALL: [2020-09-16T09:25:32.340Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z] 09:00:00 LINUX RESTART (4 CPU) [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z] 09:01:01 CPU %user %nice %system %iowait %steal %idle [2020-09-16T09:25:32.340Z] 09:02:01 all 7.96 0.00 3.78 1.59 0.17 86.48 [2020-09-16T09:25:32.340Z] 09:02:01 0 8.04 0.00 3.93 1.60 0.14 86.29 [2020-09-16T09:25:32.340Z] 09:02:01 1 8.34 0.00 3.35 0.24 0.17 87.90 [2020-09-16T09:25:32.340Z] 09:02:01 2 8.62 0.00 3.57 1.08 0.19 86.54 [2020-09-16T09:25:32.340Z] 09:02:01 3 6.85 0.00 4.29 3.46 0.20 85.21 [2020-09-16T09:25:32.340Z] 09:03:01 all 17.31 0.00 6.47 1.42 0.05 74.76 [2020-09-16T09:25:32.340Z] 09:03:01 0 14.15 0.00 7.40 1.11 0.02 77.32 [2020-09-16T09:25:32.340Z] 09:03:01 1 19.51 0.00 5.85 1.09 0.05 73.50 [2020-09-16T09:25:32.340Z] 09:03:01 2 22.06 0.00 6.18 1.06 0.07 70.64 [2020-09-16T09:25:32.340Z] 09:03:01 3 13.44 0.00 6.45 2.42 0.05 77.64 [2020-09-16T09:25:32.340Z] 09:04:02 all 10.54 0.00 7.93 4.56 0.06 76.91 [2020-09-16T09:25:32.340Z] 09:04:02 0 11.67 0.00 7.91 8.16 0.07 72.19 [2020-09-16T09:25:32.340Z] 09:04:02 1 10.51 0.00 8.55 3.28 0.05 77.61 [2020-09-16T09:25:32.340Z] 09:04:02 2 9.87 0.00 7.46 1.97 0.07 80.64 [2020-09-16T09:25:32.340Z] 09:04:02 3 10.14 0.00 7.79 4.84 0.05 77.18 [2020-09-16T09:25:32.340Z] 09:05:04 all 22.82 0.00 24.10 21.88 0.07 31.14 [2020-09-16T09:25:32.340Z] 09:05:04 0 21.34 0.00 24.52 20.53 0.08 33.52 [2020-09-16T09:25:32.340Z] 09:05:04 1 23.05 0.00 23.33 22.95 0.07 30.60 [2020-09-16T09:25:32.340Z] 09:05:04 2 22.22 0.00 23.87 22.82 0.07 31.03 [2020-09-16T09:25:32.340Z] 09:05:04 3 24.68 0.00 24.69 21.19 0.05 29.39 [2020-09-16T09:25:32.340Z] 09:06:01 all 50.90 0.00 15.97 22.68 0.03 10.42 [2020-09-16T09:25:32.340Z] 09:06:01 0 49.58 0.00 16.60 24.65 0.02 9.15 [2020-09-16T09:25:32.340Z] 09:06:01 1 52.27 0.00 15.22 20.26 0.04 12.22 [2020-09-16T09:25:32.340Z] 09:06:01 2 51.49 0.00 15.35 21.12 0.02 12.02 [2020-09-16T09:25:32.340Z] 09:06:01 3 50.25 0.00 16.73 24.70 0.05 8.26 [2020-09-16T09:25:32.340Z] 09:07:02 all 26.57 0.00 20.76 30.81 0.05 21.81 [2020-09-16T09:25:32.340Z] 09:07:02 0 24.64 0.00 20.56 32.02 0.05 22.73 [2020-09-16T09:25:32.340Z] 09:07:02 1 26.56 0.00 21.32 27.97 0.05 24.10 [2020-09-16T09:25:32.340Z] 09:07:02 2 26.42 0.00 21.13 32.32 0.05 20.08 [2020-09-16T09:25:32.340Z] 09:07:02 3 28.70 0.00 20.02 30.91 0.03 20.33 [2020-09-16T09:25:32.340Z] 09:08:01 all 44.37 0.00 16.48 11.56 0.03 27.55 [2020-09-16T09:25:32.340Z] 09:08:01 0 42.52 0.00 16.13 10.79 0.05 30.51 [2020-09-16T09:25:32.340Z] 09:08:01 1 45.24 0.00 16.92 11.58 0.03 26.23 [2020-09-16T09:25:32.340Z] 09:08:01 2 43.95 0.00 16.84 14.14 0.02 25.05 [2020-09-16T09:25:32.340Z] 09:08:01 3 45.77 0.00 16.05 9.71 0.03 28.43 [2020-09-16T09:25:32.340Z] 09:09:01 all 9.10 0.00 3.02 2.30 0.05 85.52 [2020-09-16T09:25:32.340Z] 09:09:01 0 8.72 0.00 3.82 2.16 0.07 85.23 [2020-09-16T09:25:32.340Z] 09:09:01 1 9.22 0.00 2.84 2.32 0.05 85.57 [2020-09-16T09:25:32.340Z] 09:09:01 2 9.28 0.00 2.51 2.20 0.03 85.97 [2020-09-16T09:25:32.340Z] 09:09:01 3 9.19 0.00 2.93 2.52 0.03 85.33 [2020-09-16T09:25:32.340Z] 09:10:01 all 0.51 0.00 0.31 0.14 0.00 99.03 [2020-09-16T09:25:32.340Z] 09:10:01 0 0.40 0.00 0.23 0.12 0.00 99.25 [2020-09-16T09:25:32.340Z] 09:10:01 1 0.48 0.00 0.48 0.20 0.00 98.83 [2020-09-16T09:25:32.340Z] 09:10:01 2 0.78 0.00 0.28 0.13 0.02 98.78 [2020-09-16T09:25:32.340Z] 09:10:01 3 0.38 0.00 0.25 0.12 0.00 99.25 [2020-09-16T09:25:32.340Z] 09:11:01 all 0.05 0.00 0.04 0.01 0.00 99.90 [2020-09-16T09:25:32.340Z] 09:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-09-16T09:25:32.340Z] 09:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T09:25:32.340Z] 09:11:01 2 0.12 0.00 0.08 0.03 0.00 99.77 [2020-09-16T09:25:32.340Z] 09:11:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-16T09:25:32.340Z] 09:12:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2020-09-16T09:25:32.340Z] 09:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-16T09:25:32.340Z] 09:12:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-16T09:25:32.340Z] 09:12:01 2 0.37 0.00 0.02 0.00 0.00 99.62 [2020-09-16T09:25:32.340Z] 09:12:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z] 09:12:01 CPU %user %nice %system %iowait %steal %idle [2020-09-16T09:25:32.340Z] 09:13:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-16T09:25:32.340Z] 09:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T09:25:32.340Z] 09:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-16T09:25:32.340Z] 09:13:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2020-09-16T09:25:32.340Z] 09:13:01 3 0.03 0.00 0.05 0.02 0.00 99.90 [2020-09-16T09:25:32.340Z] 09:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-09-16T09:25:32.340Z] 09:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T09:25:32.340Z] 09:14:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-09-16T09:25:32.340Z] 09:14:01 2 0.52 0.00 0.00 0.00 0.00 99.48 [2020-09-16T09:25:32.340Z] 09:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-16T09:25:32.340Z] 09:15:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-09-16T09:25:32.340Z] 09:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-16T09:25:32.340Z] 09:15:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2020-09-16T09:25:32.340Z] 09:15:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2020-09-16T09:25:32.340Z] 09:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T09:25:32.340Z] 09:16:01 all 0.18 0.00 0.04 0.02 0.00 99.76 [2020-09-16T09:25:32.340Z] 09:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T09:25:32.340Z] 09:16:01 1 0.22 0.00 0.03 0.00 0.00 99.75 [2020-09-16T09:25:32.340Z] 09:16:01 2 0.42 0.00 0.02 0.00 0.00 99.57 [2020-09-16T09:25:32.340Z] 09:16:01 3 0.07 0.00 0.10 0.07 0.00 99.77 [2020-09-16T09:25:32.340Z] 09:17:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2020-09-16T09:25:32.340Z] 09:17:01 0 0.47 0.00 0.03 0.00 0.00 99.50 [2020-09-16T09:25:32.340Z] 09:17:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2020-09-16T09:25:32.340Z] 09:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T09:25:32.340Z] 09:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T09:25:32.340Z] 09:18:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-16T09:25:32.340Z] 09:18:01 0 0.55 0.00 0.02 0.00 0.00 99.43 [2020-09-16T09:25:32.340Z] 09:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-16T09:25:32.340Z] 09:18:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-16T09:25:32.340Z] 09:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-16T09:25:32.340Z] 09:19:01 all 6.73 0.00 4.37 2.73 0.03 86.15 [2020-09-16T09:25:32.340Z] 09:19:01 0 7.28 0.00 3.99 1.57 0.02 87.14 [2020-09-16T09:25:32.340Z] 09:19:01 1 6.72 0.00 4.49 0.74 0.02 88.04 [2020-09-16T09:25:32.340Z] 09:19:01 2 6.82 0.00 4.94 6.47 0.03 81.74 [2020-09-16T09:25:32.340Z] 09:19:01 3 6.10 0.00 4.05 2.12 0.05 87.68 [2020-09-16T09:25:32.340Z] 09:20:01 all 5.02 0.00 4.72 1.62 0.03 88.62 [2020-09-16T09:25:32.340Z] 09:20:01 0 5.39 0.00 5.26 2.16 0.03 87.16 [2020-09-16T09:25:32.340Z] 09:20:01 1 5.03 0.00 4.59 0.54 0.03 89.81 [2020-09-16T09:25:32.340Z] 09:20:01 2 4.98 0.00 4.87 1.45 0.02 88.68 [2020-09-16T09:25:32.340Z] 09:20:01 3 4.69 0.00 4.15 2.33 0.02 88.81 [2020-09-16T09:25:32.340Z] 09:21:01 all 3.21 0.00 3.40 0.70 0.01 92.68 [2020-09-16T09:25:32.340Z] 09:21:01 0 3.26 0.00 3.82 0.40 0.02 92.50 [2020-09-16T09:25:32.340Z] 09:21:01 1 3.31 0.00 3.61 0.45 0.00 92.63 [2020-09-16T09:25:32.340Z] 09:21:01 2 3.13 0.00 2.96 1.53 0.02 92.36 [2020-09-16T09:25:32.340Z] 09:21:01 3 3.15 0.00 3.22 0.40 0.02 93.20 [2020-09-16T09:25:32.340Z] 09:22:01 all 3.07 0.00 3.32 0.49 0.01 93.11 [2020-09-16T09:25:32.340Z] 09:22:01 0 3.18 0.00 3.48 0.37 0.00 92.97 [2020-09-16T09:25:32.340Z] 09:22:01 1 3.32 0.00 3.46 0.30 0.02 92.90 [2020-09-16T09:25:32.340Z] 09:22:01 2 2.81 0.00 3.18 0.94 0.02 93.06 [2020-09-16T09:25:32.340Z] 09:22:01 3 2.99 0.00 3.16 0.34 0.00 93.51 [2020-09-16T09:25:32.340Z] 09:23:01 all 3.41 0.00 3.49 0.40 0.00 92.70 [2020-09-16T09:25:32.340Z] 09:23:01 0 3.46 0.00 3.83 0.44 0.00 92.27 [2020-09-16T09:25:32.340Z] 09:23:01 1 3.59 0.00 3.83 0.29 0.00 92.29 [2020-09-16T09:25:32.340Z] 09:23:01 2 3.50 0.00 3.20 0.54 0.00 92.77 [2020-09-16T09:25:32.340Z] 09:23:01 3 3.09 0.00 3.09 0.32 0.00 93.49 [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z] 09:23:01 CPU %user %nice %system %iowait %steal %idle [2020-09-16T09:25:32.340Z] 09:24:01 all 4.89 0.00 3.93 0.43 0.02 90.73 [2020-09-16T09:25:32.340Z] 09:24:01 0 4.28 0.00 4.56 0.36 0.02 90.79 [2020-09-16T09:25:32.340Z] 09:24:01 1 4.76 0.00 4.42 0.52 0.02 90.28 [2020-09-16T09:25:32.340Z] 09:24:01 2 4.91 0.00 3.43 0.59 0.02 91.06 [2020-09-16T09:25:32.340Z] 09:24:01 3 5.60 0.00 3.31 0.25 0.03 90.80 [2020-09-16T09:25:32.340Z] 09:25:01 all 12.76 0.00 10.07 2.88 0.03 74.26 [2020-09-16T09:25:32.340Z] 09:25:01 0 12.16 0.00 12.02 3.50 0.03 72.28 [2020-09-16T09:25:32.340Z] 09:25:01 1 15.00 0.00 9.42 2.83 0.03 72.72 [2020-09-16T09:25:32.340Z] 09:25:01 2 12.21 0.00 9.69 2.13 0.03 75.94 [2020-09-16T09:25:32.340Z] 09:25:01 3 11.66 0.00 9.19 3.06 0.02 76.08 [2020-09-16T09:25:32.340Z] Average: all 9.40 0.00 5.45 4.34 0.03 80.79 [2020-09-16T09:25:32.340Z] Average: 0 9.04 0.00 5.69 4.50 0.03 80.74 [2020-09-16T09:25:32.340Z] Average: 1 9.69 0.00 5.43 3.90 0.03 80.94 [2020-09-16T09:25:32.340Z] Average: 2 9.63 0.00 5.34 4.53 0.03 80.48 [2020-09-16T09:25:32.340Z] Average: 3 9.24 0.00 5.32 4.42 0.03 80.98 [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z] [2020-09-16T09:25:32.340Z]