Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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, goVersion:1.13, 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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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-1954 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/135 [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/135 # 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 ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc (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 ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc # timeout=10 Commit message: "feat: Add persisting of new Tags property on V1 & V2 Event models for Redis (#2677)" > git rev-list --no-walk ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-09T15:25:33.905Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-09T15:25:34.413Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-09T15:25:35.004Z] ========================================================= [2020-09-09T15:25:35.004Z] EdgeX Global Pipelines Version Info [2020-09-09T15:25:35.004Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:25:36.415Z] ------------------- [2020-09-09T15:25:36.415Z] stable info: [2020-09-09T15:25:36.415Z] ------------------- [2020-09-09T15:25:36.415Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-09T15:25:36.415Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-09T15:25:36.415Z] Message: update stable to v1.0.119 [2020-09-09T15:25:37.366Z] ------------------- [2020-09-09T15:25:37.366Z] experimental info: [2020-09-09T15:25:37.366Z] ------------------- [2020-09-09T15:25:37.366Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-09T15:25:37.366Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-09T15:25:37.366Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-09T15:25:37.593Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-09T15:25:37.662Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-09T15:25:37.731Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-09T15:25:37.800Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-09T15:25:37.870Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-09T15:25:37.959Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-09T15:25:38.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-09T15:25:38.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-09T15:25:38.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-09T15:25:38.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-09T15:25:38.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-09T15:25:38.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-09T15:25:38.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-09T15:25:38.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-09T15:25:38.683Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-09T15:25:38.759Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-09T15:25:38.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-09T15:25:38.914Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-09T15:25:38.983Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-09T15:25:39.053Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-09T15:25:39.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-09T15:25:39.220Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-09T15:25:39.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-09T15:25:39.384Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-09T15:25:39.459Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] echo [2020-09-09T15:25:39.528Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae7f6d9 [Pipeline] echo [2020-09-09T15:25:39.600Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-09T15:25:39.962Z] ++ 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-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/core-command/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/core-data/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-09T15:25:39.962Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-09T15:25:39.962Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-09T15:25:39.962Z] ++ cut -d/ -f2 [2020-09-09T15:25:39.962Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-09T15:25:40.026Z] 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-09T15:25:40.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T15:25:41.170Z] [2020-09-09T15:25:41.170Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:25:41.504Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T15:25:41.504Z] latest: Pulling from edgex-devops/git-semver [2020-09-09T15:25:41.504Z] 31603596830f: Pulling fs layer [2020-09-09T15:25:41.504Z] 2a8b12db71e7: Pulling fs layer [2020-09-09T15:25:41.504Z] 6ca5941a6612: Pulling fs layer [2020-09-09T15:25:41.504Z] ecc8261a40a4: Pulling fs layer [2020-09-09T15:25:41.504Z] ecc8261a40a4: Waiting [2020-09-09T15:25:41.504Z] 2a8b12db71e7: Verifying Checksum [2020-09-09T15:25:41.504Z] 2a8b12db71e7: Download complete [2020-09-09T15:25:41.767Z] 31603596830f: Verifying Checksum [2020-09-09T15:25:41.767Z] 31603596830f: Download complete [2020-09-09T15:25:41.767Z] ecc8261a40a4: Verifying Checksum [2020-09-09T15:25:41.767Z] ecc8261a40a4: Download complete [2020-09-09T15:25:41.767Z] 6ca5941a6612: Verifying Checksum [2020-09-09T15:25:41.767Z] 6ca5941a6612: Download complete [2020-09-09T15:25:42.032Z] 31603596830f: Pull complete [2020-09-09T15:25:42.032Z] 2a8b12db71e7: Pull complete [2020-09-09T15:25:42.984Z] 6ca5941a6612: Pull complete [2020-09-09T15:25:42.984Z] ecc8261a40a4: Pull complete [2020-09-09T15:25:42.984Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-09T15:25:42.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T15:25:42.984Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-09T15:25:43.079Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:25:43.123Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:25:45.467Z] $ docker top 31a5fae0f14debdd7c7a055ac0e4b7ad61d6376dfdc99c5d617947f1e9cfc396 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T15:25:45.757Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T15:25:45.757Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T15:25:45.955Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T15:25:45.959Z] $ docker exec 31a5fae0f14debdd7c7a055ac0e4b7ad61d6376dfdc99c5d617947f1e9cfc396 ssh-agent [2020-09-09T15:25:46.111Z] SSH_AUTH_SOCK=/tmp/ssh-nwsVxcY85IRu/agent.11 [2020-09-09T15:25:46.111Z] SSH_AGENT_PID=16 [2020-09-09T15:25:46.122Z] Running ssh-add (command line suppressed) [2020-09-09T15:25:46.236Z] Identity added: /w/workspace/edgex-go/135@tmp/private_key_7399016191538281551.key (/w/workspace/edgex-go/135@tmp/private_key_7399016191538281551.key) [2020-09-09T15:25:46.286Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T15:25:46.610Z] + git describe --exact-match --tags HEAD [2020-09-09T15:25:46.610Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-09T15:25:46.631Z] $ docker exec --env ******** --env ******** 31a5fae0f14debdd7c7a055ac0e4b7ad61d6376dfdc99c5d617947f1e9cfc396 ssh-agent -k [2020-09-09T15:25:46.740Z] unset SSH_AUTH_SOCK; [2020-09-09T15:25:46.741Z] unset SSH_AGENT_PID; [2020-09-09T15:25:46.741Z] echo Agent pid 16 killed; [2020-09-09T15:25:46.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-09T15:25:46.864Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-09T15:25:46.864Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-09T15:25:46.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T15:25:46.942Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T15:25:47.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T15:25:47.106Z] $ docker exec 31a5fae0f14debdd7c7a055ac0e4b7ad61d6376dfdc99c5d617947f1e9cfc396 ssh-agent [2020-09-09T15:25:47.272Z] SSH_AUTH_SOCK=/tmp/ssh-VBo2y0sOchLf/agent.44 [2020-09-09T15:25:47.272Z] SSH_AGENT_PID=49 [2020-09-09T15:25:47.279Z] Running ssh-add (command line suppressed) [2020-09-09T15:25:47.399Z] Identity added: /w/workspace/edgex-go/135@tmp/private_key_6990260312068773582.key (/w/workspace/edgex-go/135@tmp/private_key_6990260312068773582.key) [2020-09-09T15:25:47.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T15:25:47.768Z] + git semver init [2020-09-09T15:25:47.768Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T15:25:47.768Z] # $GIT_DIR = /w/workspace/edgex-go/135/.git [2020-09-09T15:25:47.768Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/135 [2020-09-09T15:25:47.768Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T15:25:47.768Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T15:25:47.768Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T15:25:47.768Z] # $SEMVER_BRANCH = master [2020-09-09T15:25:47.768Z] # $SEMVER_TEMP = /tmp/semver-115294864 [2020-09-09T15:25:47.768Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-09T15:26:05.917Z] # '/tmp/semver-115294864' -> '/w/workspace/edgex-go/135/.semver' [2020-09-09T15:26:05.917Z] # -> Force: false [2020-09-09T15:26:05.917Z] # $SEMVER_DIR = /w/workspace/edgex-go/135/.semver [Pipeline] } [2020-09-09T15:26:05.932Z] $ docker exec --env ******** --env ******** 31a5fae0f14debdd7c7a055ac0e4b7ad61d6376dfdc99c5d617947f1e9cfc396 ssh-agent -k [2020-09-09T15:26:06.164Z] unset SSH_AUTH_SOCK; [2020-09-09T15:26:06.165Z] unset SSH_AGENT_PID; [2020-09-09T15:26:06.165Z] echo Agent pid 49 killed; [2020-09-09T15:26:06.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T15:26:06.745Z] + git semver [Pipeline] } [2020-09-09T15:26:06.766Z] $ docker stop --time=1 31a5fae0f14debdd7c7a055ac0e4b7ad61d6376dfdc99c5d617947f1e9cfc396 [2020-09-09T15:26:08.384Z] $ docker rm -f 31a5fae0f14debdd7c7a055ac0e4b7ad61d6376dfdc99c5d617947f1e9cfc396 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-09T15:26:21.805Z] Stashed 38 file(s) [Pipeline] echo [2020-09-09T15:26:21.807Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.21 [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-09T15:26:22.318Z] ========================================================= [2020-09-09T15:26:22.318Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-09T15:26:22.318Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:26:22.646Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-09T15:26:26.871Z] Sending build context to Docker daemon 323.1MB [2020-09-09T15:26:26.871Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-09T15:26:26.871Z] Step 2/7 : FROM ${BASE} [2020-09-09T15:26:26.871Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-09T15:26:26.871Z] df20fa9351a1: Pulling fs layer [2020-09-09T15:26:26.871Z] ed8968b2872e: Pulling fs layer [2020-09-09T15:26:26.871Z] a92cc7c5fd73: Pulling fs layer [2020-09-09T15:26:26.871Z] 2dd03ba5bac4: Pulling fs layer [2020-09-09T15:26:26.871Z] 1e091d79d1de: Pulling fs layer [2020-09-09T15:26:26.871Z] 481702a1767f: Pulling fs layer [2020-09-09T15:26:26.871Z] f64a6f60c768: Pulling fs layer [2020-09-09T15:26:26.871Z] e78d2573fc39: Pulling fs layer [2020-09-09T15:26:26.871Z] e876d2f968b6: Pulling fs layer [2020-09-09T15:26:26.871Z] ce8a83651883: Pulling fs layer [2020-09-09T15:26:26.871Z] 07967f4d0e4b: Pulling fs layer [2020-09-09T15:26:26.871Z] 1e091d79d1de: Waiting [2020-09-09T15:26:26.871Z] 481702a1767f: Waiting [2020-09-09T15:26:26.871Z] f64a6f60c768: Waiting [2020-09-09T15:26:26.871Z] e78d2573fc39: Waiting [2020-09-09T15:26:26.871Z] e876d2f968b6: Waiting [2020-09-09T15:26:26.871Z] ce8a83651883: Waiting [2020-09-09T15:26:26.871Z] 07967f4d0e4b: Waiting [2020-09-09T15:26:26.871Z] 2dd03ba5bac4: Waiting [2020-09-09T15:26:26.871Z] a92cc7c5fd73: Verifying Checksum [2020-09-09T15:26:26.871Z] a92cc7c5fd73: Download complete [2020-09-09T15:26:26.871Z] ed8968b2872e: Verifying Checksum [2020-09-09T15:26:26.871Z] ed8968b2872e: Download complete [2020-09-09T15:26:26.871Z] 1e091d79d1de: Verifying Checksum [2020-09-09T15:26:26.871Z] 1e091d79d1de: Download complete [2020-09-09T15:26:26.871Z] 481702a1767f: Verifying Checksum [2020-09-09T15:26:26.871Z] 481702a1767f: Download complete [2020-09-09T15:26:26.871Z] df20fa9351a1: Verifying Checksum [2020-09-09T15:26:26.871Z] df20fa9351a1: Download complete [2020-09-09T15:26:26.871Z] df20fa9351a1: Pull complete [2020-09-09T15:26:27.138Z] ed8968b2872e: Pull complete [2020-09-09T15:26:28.533Z] a92cc7c5fd73: Pull complete [2020-09-09T15:26:29.109Z] f64a6f60c768: Verifying Checksum [2020-09-09T15:26:29.109Z] f64a6f60c768: Download complete [2020-09-09T15:26:29.109Z] e876d2f968b6: Verifying Checksum [2020-09-09T15:26:29.109Z] e876d2f968b6: Download complete [2020-09-09T15:26:30.064Z] ce8a83651883: Verifying Checksum [2020-09-09T15:26:30.064Z] ce8a83651883: Download complete [2020-09-09T15:26:30.064Z] 07967f4d0e4b: Verifying Checksum [2020-09-09T15:26:30.064Z] 07967f4d0e4b: Download complete [2020-09-09T15:26:30.064Z] e78d2573fc39: Verifying Checksum [2020-09-09T15:26:30.064Z] e78d2573fc39: Download complete [2020-09-09T15:26:30.639Z] 2dd03ba5bac4: Verifying Checksum [2020-09-09T15:26:30.639Z] 2dd03ba5bac4: Download complete [2020-09-09T15:26:35.944Z] 2dd03ba5bac4: Pull complete [2020-09-09T15:26:36.206Z] 1e091d79d1de: Pull complete [2020-09-09T15:26:36.206Z] 481702a1767f: Pull complete [2020-09-09T15:26:37.131Z] Still waiting to schedule task [2020-09-09T15:26:37.131Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1953’ [2020-09-09T15:26:40.443Z] f64a6f60c768: Pull complete [2020-09-09T15:26:43.019Z] e78d2573fc39: Pull complete [2020-09-09T15:26:43.284Z] e876d2f968b6: Pull complete [2020-09-09T15:26:44.233Z] ce8a83651883: Pull complete [2020-09-09T15:26:44.498Z] 07967f4d0e4b: Pull complete [2020-09-09T15:26:44.498Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-09T15:26:44.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-09T15:26:44.498Z] ---> 5d7c900382c6 [2020-09-09T15:26:44.498Z] 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-09T15:26:45.898Z] ---> Running in 8edca10bb668 [2020-09-09T15:26:46.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:26:47.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:26:47.995Z] (1/12) Installing libmagic (5.38-r0) [2020-09-09T15:26:47.995Z] (2/12) Installing file (5.38-r0) [2020-09-09T15:26:48.256Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-09T15:26:48.256Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-09T15:26:53.549Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-09T15:26:53.549Z] (6/12) Installing patch (2.7.6-r6) [2020-09-09T15:26:53.549Z] (7/12) Installing build-base (0.5-r2) [2020-09-09T15:26:53.549Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-09T15:26:53.549Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-09T15:26:53.549Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-09T15:26:53.812Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-09T15:26:53.812Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-09T15:26:53.812Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:26:53.812Z] OK: 233 MiB in 51 packages [2020-09-09T15:26:58.024Z] Removing intermediate container 8edca10bb668 [2020-09-09T15:26:58.024Z] ---> ab20ea2e5417 [2020-09-09T15:26:58.024Z] Step 4/7 : WORKDIR /edgex-go [2020-09-09T15:26:58.024Z] ---> Running in a54a6ede8a62 [2020-09-09T15:26:58.024Z] Removing intermediate container a54a6ede8a62 [2020-09-09T15:26:58.024Z] ---> 424129b57a6f [2020-09-09T15:26:58.024Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-09T15:26:58.024Z] latest: Pulling from library/docker [2020-09-09T15:26:58.286Z] df20fa9351a1: Already exists [2020-09-09T15:26:58.286Z] 25ad7478873d: Pulling fs layer [2020-09-09T15:26:58.286Z] 4684f6177b5d: Pulling fs layer [2020-09-09T15:26:58.286Z] 46e300cec669: Pulling fs layer [2020-09-09T15:26:58.286Z] 63038576ad94: Pulling fs layer [2020-09-09T15:26:58.286Z] 0fdb76c4706c: Pulling fs layer [2020-09-09T15:26:58.286Z] cb7edeffdfd5: Pulling fs layer [2020-09-09T15:26:58.286Z] 63038576ad94: Waiting [2020-09-09T15:26:58.286Z] 0fdb76c4706c: Waiting [2020-09-09T15:26:58.286Z] cb7edeffdfd5: Waiting [2020-09-09T15:26:58.286Z] 4684f6177b5d: Download complete [2020-09-09T15:26:58.286Z] 25ad7478873d: Verifying Checksum [2020-09-09T15:26:58.286Z] 25ad7478873d: Download complete [2020-09-09T15:26:58.551Z] 63038576ad94: Verifying Checksum [2020-09-09T15:26:58.551Z] 63038576ad94: Download complete [2020-09-09T15:26:58.551Z] 0fdb76c4706c: Verifying Checksum [2020-09-09T15:26:58.551Z] 0fdb76c4706c: Download complete [2020-09-09T15:26:58.551Z] cb7edeffdfd5: Verifying Checksum [2020-09-09T15:26:58.551Z] cb7edeffdfd5: Download complete [2020-09-09T15:26:58.551Z] 25ad7478873d: Pull complete [2020-09-09T15:26:58.815Z] 4684f6177b5d: Pull complete [2020-09-09T15:26:59.396Z] 46e300cec669: Verifying Checksum [2020-09-09T15:26:59.396Z] 46e300cec669: Download complete [2020-09-09T15:27:01.316Z] 46e300cec669: Pull complete [2020-09-09T15:27:01.316Z] 63038576ad94: Pull complete [2020-09-09T15:27:01.577Z] 0fdb76c4706c: Pull complete [2020-09-09T15:27:01.577Z] cb7edeffdfd5: Pull complete [2020-09-09T15:27:01.577Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-09T15:27:01.577Z] Status: Downloaded newer image for docker:latest [2020-09-09T15:27:03.513Z] ---> 6b740531e467 [2020-09-09T15:27:03.513Z] Step 6/7 : COPY go.mod . [2020-09-09T15:27:03.513Z] ---> 8c1a79d76078 [2020-09-09T15:27:03.513Z] Step 7/7 : RUN go mod download [2020-09-09T15:27:03.513Z] ---> Running in 9f133645cdc4 [2020-09-09T15:27:06.075Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-09T15:27:06.075Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T15:27:06.075Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-09T15:27:06.075Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T15:27:06.075Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T15:27:06.336Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T15:27:06.336Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T15:27:06.336Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T15:27:06.336Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-09T15:27:06.336Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T15:27:06.336Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-09T15:27:06.336Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-09T15:27:06.336Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T15:27:06.336Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T15:27:06.336Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-09T15:27:06.598Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-09T15:27:06.598Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-09T15:27:06.598Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-09T15:27:06.598Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T15:27:06.598Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-09T15:27:06.598Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T15:27:06.598Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-09T15:27:06.598Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T15:27:06.598Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T15:27:06.859Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T15:27:06.859Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T15:27:06.859Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T15:27:06.859Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T15:27:06.859Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-09T15:27:06.859Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T15:27:06.859Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-09T15:27:06.859Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-09T15:27:06.859Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T15:27:06.859Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T15:27:06.859Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-09T15:27:06.859Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T15:27:06.859Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T15:27:07.119Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T15:27:07.379Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T15:27:07.379Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T15:27:07.379Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T15:27:07.379Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-09T15:27:07.379Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-09T15:27:07.379Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T15:27:07.379Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-09T15:27:07.379Z] go: finding github.com/kr/pty v1.1.1 [2020-09-09T15:27:07.379Z] go: finding github.com/kr/text v0.1.0 [2020-09-09T15:27:07.379Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T15:27:07.379Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T15:27:07.379Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T15:27:07.379Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T15:27:07.640Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T15:27:07.640Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T15:27:07.640Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T15:27:07.641Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T15:27:07.641Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T15:27:07.641Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T15:27:07.641Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-09T15:27:07.641Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T15:27:07.641Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T15:27:07.641Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-09T15:27:07.641Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-09T15:27:07.901Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T15:27:07.901Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-09T15:27:07.901Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T15:27:07.901Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T15:27:07.901Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T15:27:07.901Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T15:27:07.901Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-09T15:27:07.901Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T15:27:07.901Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T15:27:07.901Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T15:27:07.901Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T15:27:07.901Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T15:27:08.162Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T15:27:08.162Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-09T15:27:08.162Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-09T15:27:08.162Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T15:27:08.162Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-09T15:27:08.162Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T15:27:08.162Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T15:27:08.162Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-09T15:27:08.162Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-09T15:27:08.162Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-09T15:27:08.162Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-09T15:27:08.428Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T15:27:26.607Z] Removing intermediate container 9f133645cdc4 [2020-09-09T15:27:26.607Z] ---> d1a0b31c42bd [2020-09-09T15:27:26.607Z] Successfully built d1a0b31c42bd [2020-09-09T15:27:26.607Z] Successfully tagged ci-base-image-x86_64:latest [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-09T15:27:27.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-09T15:27:27.805Z] [2020-09-09T15:27:27.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:27:28.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-09T15:27:28.148Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-09T15:27:28.148Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-09T15:27:28.148Z] ca9280d653b3: Pulling fs layer [2020-09-09T15:27:28.148Z] 7e9c9ca2126c: Pulling fs layer [2020-09-09T15:27:28.148Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-09T15:27:28.148Z] cbdbe7a5bc2a: Download complete [2020-09-09T15:27:28.413Z] cbdbe7a5bc2a: Pull complete [2020-09-09T15:27:28.413Z] ca9280d653b3: Verifying Checksum [2020-09-09T15:27:28.413Z] ca9280d653b3: Download complete [2020-09-09T15:27:29.361Z] ca9280d653b3: Pull complete [2020-09-09T15:27:29.622Z] 7e9c9ca2126c: Download complete [2020-09-09T15:27:37.786Z] 7e9c9ca2126c: Pull complete [2020-09-09T15:27:37.786Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-09T15:27:37.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-09T15:27:37.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-09T15:27:37.957Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:27:38.006Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:27:39.857Z] $ docker top 914c878dd84a04fb0afd68e315d6df4e02b268f64d6bcef0b68745a9d1108be7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T15:27:40.325Z] + docker-compose build --help [2020-09-09T15:27:40.326Z] + grep parallel [2020-09-09T15:27:41.345Z] --parallel Build images in parallel. [Pipeline] } [2020-09-09T15:27:41.366Z] $ docker stop --time=1 914c878dd84a04fb0afd68e315d6df4e02b268f64d6bcef0b68745a9d1108be7 [2020-09-09T15:27:42.738Z] $ docker rm -f 914c878dd84a04fb0afd68e315d6df4e02b268f64d6bcef0b68745a9d1108be7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:27:43.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-09T15:27:43.323Z] . [Pipeline] withDockerContainer [2020-09-09T15:27:43.411Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:27:43.455Z] $ 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/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:27:44.100Z] $ docker top 8217b4e86ba7a465a6dee298f030f0860f740c033b20eaa362f4a3da006632fe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T15:27:44.572Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-09T15:27:45.513Z] Building docker-core-command-go ... [2020-09-09T15:27:45.513Z] Building docker-core-data-go ... [2020-09-09T15:27:45.513Z] Building docker-core-metadata-go ... [2020-09-09T15:27:45.513Z] Building docker-security-proxy-setup-go ... [2020-09-09T15:27:45.513Z] Building docker-security-secrets-setup-go ... [2020-09-09T15:27:45.513Z] Building docker-security-secretstore-setup-go ... [2020-09-09T15:27:45.513Z] Building docker-support-logging-go ... [2020-09-09T15:27:45.513Z] Building docker-support-notifications-go ... [2020-09-09T15:27:45.513Z] Building docker-support-scheduler-go ... [2020-09-09T15:27:45.513Z] Building docker-sys-mgmt-agent-go ... [2020-09-09T15:27:45.513Z] Building docker-security-secrets-setup-go [2020-09-09T15:27:45.513Z] Building docker-core-data-go [2020-09-09T15:27:45.513Z] Building docker-support-logging-go [2020-09-09T15:27:45.513Z] Building docker-core-command-go [2020-09-09T15:27:45.513Z] Building docker-core-metadata-go [2020-09-09T15:28:07.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:28:07.548Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:28:07.548Z] ---> d1a0b31c42bd [2020-09-09T15:28:07.548Z] Step 3/22 : WORKDIR /edgex-go [2020-09-09T15:28:07.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:28:07.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:28:07.548Z] ---> d1a0b31c42bd [2020-09-09T15:28:07.548Z] Step 3/23 : WORKDIR /edgex-go [2020-09-09T15:28:07.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:28:07.548Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:28:07.548Z] ---> d1a0b31c42bd [2020-09-09T15:28:07.548Z] Step 3/22 : WORKDIR /edgex-go [2020-09-09T15:28:07.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:28:07.548Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:28:07.548Z] ---> d1a0b31c42bd [2020-09-09T15:28:07.548Z] Step 3/22 : WORKDIR /edgex-go [2020-09-09T15:28:07.548Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:28:07.548Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-09T15:28:07.548Z] ---> d1a0b31c42bd [2020-09-09T15:28:07.548Z] Step 3/29 : WORKDIR /edgex-go [2020-09-09T15:28:07.548Z] ---> Running in 160fdb3d5f0b [2020-09-09T15:28:07.548Z] ---> Running in 649336c91c79 [2020-09-09T15:28:07.548Z] ---> Running in b96878336624 [2020-09-09T15:28:07.548Z] ---> Running in 54b5757a5fb6 [2020-09-09T15:28:07.548Z] ---> Running in 02131dd1e627 [2020-09-09T15:28:07.548Z] Removing intermediate container 649336c91c79 [2020-09-09T15:28:07.548Z] ---> c24e8fe73e74 [2020-09-09T15:28:07.548Z] Step 4/29 : RUN apk update && apk add make git [2020-09-09T15:28:07.816Z] Removing intermediate container 02131dd1e627 [2020-09-09T15:28:07.816Z] ---> 5344fddf7ee3 [2020-09-09T15:28:07.816Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:28:07.816Z] Removing intermediate container 160fdb3d5f0b [2020-09-09T15:28:07.816Z] ---> 0fb63fd31f3b [2020-09-09T15:28:07.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:28:07.816Z] Removing intermediate container 54b5757a5fb6 [2020-09-09T15:28:07.816Z] ---> 9854adff5b21 [2020-09-09T15:28:07.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:28:07.816Z] Removing intermediate container b96878336624 [2020-09-09T15:28:07.816Z] ---> 545a20580d33 [2020-09-09T15:28:07.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:28:07.816Z] ---> Running in 263f2a47ddc0 [2020-09-09T15:28:07.816Z] ---> Running in 7a9fbdb27e8f [2020-09-09T15:28:07.816Z] ---> Running in b8e3b1988d2d [2020-09-09T15:28:07.816Z] ---> Running in 83d35b92c519 [2020-09-09T15:28:07.816Z] ---> Running in 0911b0a246b4 [2020-09-09T15:28:09.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:09.474Z] Removing intermediate container 7a9fbdb27e8f [2020-09-09T15:28:09.474Z] ---> 29101e618926 [2020-09-09T15:28:09.474Z] Step 5/22 : RUN apk update && apk add make git [2020-09-09T15:28:09.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:09.735Z] Removing intermediate container b8e3b1988d2d [2020-09-09T15:28:09.735Z] ---> d3380c04b2a6 [2020-09-09T15:28:09.735Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-09T15:28:09.735Z] ---> Running in fe372441a878 [2020-09-09T15:28:09.995Z] ---> Running in 1a19c4377850 [2020-09-09T15:28:09.995Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:28:09.995Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:28:09.995Z] OK: 12746 distinct packages available [2020-09-09T15:28:10.259Z] Removing intermediate container 83d35b92c519 [2020-09-09T15:28:10.259Z] ---> 60baaff47429 [2020-09-09T15:28:10.259Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-09T15:28:10.259Z] OK: 233 MiB in 51 packages [2020-09-09T15:28:10.520Z] ---> Running in 13992ae462d9 [2020-09-09T15:28:10.520Z] Removing intermediate container 0911b0a246b4 [2020-09-09T15:28:10.520Z] ---> cd1b3bd59df0 [2020-09-09T15:28:10.520Z] Step 5/22 : RUN apk update && apk add make git [2020-09-09T15:28:10.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:10.782Z] ---> Running in ec16591c4238 [2020-09-09T15:28:10.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:11.051Z] Removing intermediate container 263f2a47ddc0 [2020-09-09T15:28:11.051Z] ---> dc626b2db686 [2020-09-09T15:28:11.051Z] Step 5/29 : COPY go.mod . [2020-09-09T15:28:11.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:11.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:11.577Z] ---> 0a58c7209385 [2020-09-09T15:28:11.577Z] Step 6/29 : RUN go mod download [2020-09-09T15:28:11.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:11.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:11.577Z] ---> Running in edfdc0626bcc [2020-09-09T15:28:11.841Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:28:11.841Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:28:11.841Z] OK: 12746 distinct packages available [2020-09-09T15:28:12.110Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:28:12.110Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:28:12.110Z] OK: 12746 distinct packages available [2020-09-09T15:28:12.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:12.110Z] OK: 233 MiB in 51 packages [2020-09-09T15:28:12.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:28:12.374Z] OK: 233 MiB in 51 packages [2020-09-09T15:28:12.644Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:28:12.644Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:28:12.644Z] OK: 12746 distinct packages available [2020-09-09T15:28:12.644Z] Removing intermediate container fe372441a878 [2020-09-09T15:28:12.644Z] ---> 547359f988d3 [2020-09-09T15:28:12.644Z] Step 6/22 : COPY go.mod . [2020-09-09T15:28:12.644Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:28:12.644Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:28:12.644Z] OK: 12746 distinct packages available [2020-09-09T15:28:12.907Z] OK: 233 MiB in 51 packages [2020-09-09T15:28:12.907Z] Removing intermediate container 1a19c4377850 [2020-09-09T15:28:12.907Z] ---> b60bd628698e [2020-09-09T15:28:12.907Z] Step 6/23 : COPY go.mod . [2020-09-09T15:28:12.907Z] OK: 233 MiB in 51 packages [2020-09-09T15:28:13.180Z] OK: 233 MiB in 51 packages [2020-09-09T15:28:13.180Z] ---> 1a20269aef8c [2020-09-09T15:28:13.180Z] Step 7/22 : RUN go mod download [2020-09-09T15:28:13.180Z] ---> Running in ab089e50c5da [2020-09-09T15:28:13.180Z] ---> a881c7afdd11 [2020-09-09T15:28:13.180Z] Step 7/23 : RUN go mod download [2020-09-09T15:28:13.444Z] ---> Running in 80b9ff9a10c4 [2020-09-09T15:28:13.444Z] Removing intermediate container edfdc0626bcc [2020-09-09T15:28:13.444Z] ---> 945b16e0094f [2020-09-09T15:28:13.444Z] Step 7/29 : COPY . . [2020-09-09T15:28:15.367Z] Removing intermediate container ec16591c4238 [2020-09-09T15:28:15.367Z] ---> 2081611de101 [2020-09-09T15:28:15.367Z] Step 6/22 : COPY go.mod . [2020-09-09T15:28:16.760Z] Removing intermediate container 13992ae462d9 [2020-09-09T15:28:16.760Z] ---> ff26f935ba21 [2020-09-09T15:28:16.760Z] Step 6/22 : COPY go.mod . [2020-09-09T15:28:17.709Z] ---> 7c0bd0a59d4c [2020-09-09T15:28:17.709Z] Step 7/22 : RUN go mod download [2020-09-09T15:28:21.048Z] ---> c18f7e226407 [2020-09-09T15:28:21.048Z] Step 7/22 : RUN go mod download [2020-09-09T15:28:21.048Z] ---> Running in 5d734f98d49d [2020-09-09T15:28:21.048Z] Removing intermediate container ab089e50c5da [2020-09-09T15:28:21.048Z] ---> 25d657aed3a8 [2020-09-09T15:28:21.048Z] Step 8/22 : COPY . . [2020-09-09T15:28:21.048Z] ---> Running in 11a798520e6c [2020-09-09T15:28:21.048Z] ---> d1fdf612cd74 [2020-09-09T15:28:21.048Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-09T15:28:21.048Z] Removing intermediate container 80b9ff9a10c4 [2020-09-09T15:28:21.048Z] ---> ae3787cd3094 [2020-09-09T15:28:21.048Z] Step 8/23 : COPY . . [2020-09-09T15:28:23.617Z] ---> Running in a929a3584a26 [2020-09-09T15:28:26.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-09T15:28:29.532Z] Removing intermediate container 5d734f98d49d [2020-09-09T15:28:29.532Z] ---> 4a1b460f2109 [2020-09-09T15:28:29.532Z] Step 8/22 : COPY . . [2020-09-09T15:28:32.887Z] Removing intermediate container 11a798520e6c [2020-09-09T15:28:32.887Z] ---> 8ba7a0accdaa [2020-09-09T15:28:32.887Z] Step 8/22 : COPY . . [2020-09-09T15:28:42.969Z] ---> adb4046b8754 [2020-09-09T15:28:42.969Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-09T15:28:43.955Z] ---> a03ee949ff21 [2020-09-09T15:28:43.955Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-09T15:28:44.548Z] ---> Running in 44b14b3a2813 [2020-09-09T15:28:44.815Z] ---> Running in 2316ecc09623 [2020-09-09T15:28:46.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-command/core-command ./cmd/core-command [2020-09-09T15:28:47.342Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-data/core-data ./cmd/core-data [2020-09-09T15:28:49.267Z] ---> 95970059e32e [2020-09-09T15:28:49.267Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-09T15:28:50.233Z] ---> Running in 8a4f1bd84aa3 [2020-09-09T15:28:52.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-09T15:28:53.098Z] ---> 410f424cd8bf [2020-09-09T15:28:53.098Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-09T15:28:53.367Z] ---> Running in b743a1dd0e8d [2020-09-09T15:28:54.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-09T15:28:55.747Z] Removing intermediate container a929a3584a26 [2020-09-09T15:28:55.747Z] ---> d008d2d52d47 [2020-09-09T15:28:55.747Z] [2020-09-09T15:28:55.747Z] Step 9/29 : FROM alpine:latest [2020-09-09T15:28:55.747Z] latest: Pulling from library/alpine [2020-09-09T15:28:56.012Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-09T15:28:56.012Z] Status: Downloaded newer image for alpine:latest [2020-09-09T15:28:56.012Z] ---> a24bb4013296 [2020-09-09T15:28:56.012Z] 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-09T15:28:56.597Z] ---> Running in 1f7764216a7e [2020-09-09T15:28:58.551Z] Removing intermediate container 1f7764216a7e [2020-09-09T15:28:58.551Z] ---> 2c4a6b62f6a6 [2020-09-09T15:28:58.551Z] Step 11/29 : USER root [2020-09-09T15:28:59.132Z] ---> Running in e66807b137e9 [2020-09-09T15:28:59.400Z] Removing intermediate container e66807b137e9 [2020-09-09T15:28:59.400Z] ---> 8aaa812a2baa [2020-09-09T15:28:59.400Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-09T15:28:59.794Z] ---> Running in d25999a433cd [2020-09-09T15:29:00.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:29:00.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:29:01.192Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:29:01.192Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:29:01.192Z] OK: 12746 distinct packages available [2020-09-09T15:29:01.777Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-09T15:29:01.777Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-09T15:29:01.777Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:29:01.777Z] Executing ca-certificates-20191127-r4.trigger [2020-09-09T15:29:01.777Z] OK: 6 MiB in 16 packages [2020-09-09T15:29:03.717Z] Removing intermediate container d25999a433cd [2020-09-09T15:29:03.717Z] ---> 5df6e993721d [2020-09-09T15:29:03.717Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-09T15:29:03.986Z] ---> Running in 788763469ad3 [2020-09-09T15:29:04.254Z] Removing intermediate container 788763469ad3 [2020-09-09T15:29:04.254Z] ---> 1024be88310a [2020-09-09T15:29:04.254Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-09T15:29:04.254Z] ---> Running in fe116deabfdf [2020-09-09T15:29:04.522Z] Removing intermediate container fe116deabfdf [2020-09-09T15:29:04.522Z] ---> fa3543d0e1b8 [2020-09-09T15:29:04.522Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-09T15:29:04.787Z] ---> Running in f130e6785deb [2020-09-09T15:29:07.384Z] Removing intermediate container f130e6785deb [2020-09-09T15:29:07.384Z] ---> fd58410895da [2020-09-09T15:29:07.384Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-09T15:29:08.794Z] ---> 21ed812f1788 [2020-09-09T15:29:08.794Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-09T15:29:09.056Z] ---> fdb3951915b9 [2020-09-09T15:29:09.056Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-09T15:29:10.029Z] ---> 0303d59142f4 [2020-09-09T15:29:10.029Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-09T15:29:10.628Z] ---> e637e1f51336 [2020-09-09T15:29:10.628Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-09T15:29:10.903Z] ---> 648736208dc2 [2020-09-09T15:29:10.903Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-09T15:29:11.191Z] ---> Running in 6548ef71d76f [2020-09-09T15:29:12.605Z] Removing intermediate container 6548ef71d76f [2020-09-09T15:29:12.605Z] ---> a72358a326af [2020-09-09T15:29:12.605Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-09T15:29:13.203Z] ---> c99bfb47ce4b [2020-09-09T15:29:13.203Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-09T15:29:13.470Z] ---> Running in 4a0951ddc39f [2020-09-09T15:29:17.734Z] Removing intermediate container 44b14b3a2813 [2020-09-09T15:29:17.734Z] ---> 2ddea7c9989d [2020-09-09T15:29:17.734Z] [2020-09-09T15:29:17.734Z] Step 10/22 : FROM scratch [2020-09-09T15:29:17.734Z] ---> [2020-09-09T15:29:17.734Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:29:17.734Z] Removing intermediate container 4a0951ddc39f [2020-09-09T15:29:17.734Z] ---> fe59bc7cd313 [2020-09-09T15:29:17.734Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-09T15:29:17.734Z] ---> Running in 23a70c04f113 [2020-09-09T15:29:17.734Z] ---> Running in 2bcb68f6bef6 [2020-09-09T15:29:18.320Z] Removing intermediate container 23a70c04f113 [2020-09-09T15:29:18.320Z] ---> 6e7289819882 [2020-09-09T15:29:18.320Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-09T15:29:18.320Z] ---> Running in b2c0460c22d1 [2020-09-09T15:29:18.593Z] Removing intermediate container b2c0460c22d1 [2020-09-09T15:29:18.593Z] ---> 939c33056084 [2020-09-09T15:29:18.593Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-09T15:29:18.855Z] ---> Running in 3838c4f2b7c2 [2020-09-09T15:29:18.855Z] Removing intermediate container 3838c4f2b7c2 [2020-09-09T15:29:18.855Z] ---> d8557ca28ddf [2020-09-09T15:29:18.855Z] Step 14/22 : WORKDIR / [2020-09-09T15:29:19.119Z] ---> Running in 05bb42c2345a [2020-09-09T15:29:19.119Z] Removing intermediate container 05bb42c2345a [2020-09-09T15:29:19.119Z] ---> 9d97ce54d1b5 [2020-09-09T15:29:19.119Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-09T15:29:19.709Z] ---> 346261153240 [2020-09-09T15:29:19.709Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-09T15:29:20.710Z] Removing intermediate container 2bcb68f6bef6 [2020-09-09T15:29:20.710Z] ---> e14a7104daa1 [2020-09-09T15:29:20.710Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-09T15:29:20.710Z] ---> Running in 39b181cca04d [2020-09-09T15:29:23.257Z] ---> 018f8dc20e8d [2020-09-09T15:29:23.257Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-09T15:29:24.644Z] Removing intermediate container 39b181cca04d [2020-09-09T15:29:24.644Z] ---> 7704633f8953 [2020-09-09T15:29:24.644Z] Step 26/29 : CMD [ "generate" ] [2020-09-09T15:29:25.216Z] ---> f3ce49b465e4 [2020-09-09T15:29:25.216Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-09T15:29:25.478Z] ---> Running in a60ddd0d15a8 [2020-09-09T15:29:25.478Z] Removing intermediate container b743a1dd0e8d [2020-09-09T15:29:25.478Z] ---> 3164c516e071 [2020-09-09T15:29:25.478Z] [2020-09-09T15:29:25.478Z] Step 10/22 : FROM scratch [2020-09-09T15:29:25.478Z] ---> [2020-09-09T15:29:25.478Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-09T15:29:25.742Z] ---> Running in 297ac5e5ffab [2020-09-09T15:29:25.742Z] ---> Running in 1a83d0654b53 [2020-09-09T15:29:25.742Z] Removing intermediate container a60ddd0d15a8 [2020-09-09T15:29:25.742Z] ---> e4732591651c [2020-09-09T15:29:25.742Z] Step 27/29 : LABEL arch=x86_64 [2020-09-09T15:29:26.321Z] Removing intermediate container 1a83d0654b53 [2020-09-09T15:29:26.321Z] ---> d02cc75bb436 [2020-09-09T15:29:26.321Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-09T15:29:26.321Z] ---> Running in d14de7af4d5d [2020-09-09T15:29:26.321Z] Removing intermediate container 297ac5e5ffab [2020-09-09T15:29:26.321Z] ---> d765bd074b3c [2020-09-09T15:29:26.321Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:29:26.583Z] ---> Running in 0f6a26e084fe [2020-09-09T15:29:27.527Z] ---> Running in 45bfe6d0965c [2020-09-09T15:29:27.790Z] Removing intermediate container d14de7af4d5d [2020-09-09T15:29:27.790Z] ---> 42f9c1dad74a [2020-09-09T15:29:27.790Z] Step 28/29 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:29:27.790Z] Removing intermediate container 0f6a26e084fe [2020-09-09T15:29:27.790Z] ---> 8e0893092a00 [2020-09-09T15:29:27.790Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-09T15:29:28.053Z] ---> Running in 451a1af6ed05 [2020-09-09T15:29:28.053Z] Removing intermediate container 45bfe6d0965c [2020-09-09T15:29:28.053Z] ---> c221b49e2c78 [2020-09-09T15:29:28.053Z] Step 20/22 : LABEL arch=x86_64 [2020-09-09T15:29:28.053Z] Removing intermediate container 8a4f1bd84aa3 [2020-09-09T15:29:28.053Z] ---> 6a9fa410ce11 [2020-09-09T15:29:28.053Z] [2020-09-09T15:29:28.053Z] Step 10/22 : FROM scratch [2020-09-09T15:29:28.053Z] ---> [2020-09-09T15:29:28.053Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:29:28.053Z] ---> Using cache [2020-09-09T15:29:28.053Z] ---> 6e7289819882 [2020-09-09T15:29:28.053Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-09T15:29:28.053Z] ---> Running in 2c1a98e78fbd [2020-09-09T15:29:28.636Z] ---> Running in 5baccb891bb8 [2020-09-09T15:29:28.636Z] ---> Running in 1882b5ea3616 [2020-09-09T15:29:31.200Z] Removing intermediate container 451a1af6ed05 [2020-09-09T15:29:31.200Z] ---> 31c5a47a6478 [2020-09-09T15:29:31.200Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-09T15:29:31.200Z] Removing intermediate container 2c1a98e78fbd [2020-09-09T15:29:31.200Z] ---> 164159f68569 [2020-09-09T15:29:31.200Z] Step 29/29 : LABEL version=1.2.2-dev.21 [2020-09-09T15:29:31.200Z] Removing intermediate container 5baccb891bb8 [2020-09-09T15:29:31.200Z] ---> 94dd76230cec [2020-09-09T15:29:31.200Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-09T15:29:31.200Z] Removing intermediate container 1882b5ea3616 [2020-09-09T15:29:31.200Z] ---> b342f453f810 [2020-09-09T15:29:31.200Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:29:31.200Z] ---> Running in 5e7558ec7dd7 [2020-09-09T15:29:32.589Z] ---> Running in bd795ed126e6 [2020-09-09T15:29:32.589Z] Removing intermediate container 2316ecc09623 [2020-09-09T15:29:32.589Z] ---> 27276c030a8d [2020-09-09T15:29:32.589Z] [2020-09-09T15:29:32.589Z] Step 10/23 : FROM alpine [2020-09-09T15:29:32.589Z] ---> a24bb4013296 [2020-09-09T15:29:32.589Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:29:32.851Z] ---> Running in 358b3692cc77 [2020-09-09T15:29:32.851Z] ---> Running in 18fcc98df698 [2020-09-09T15:29:32.851Z] ---> 8e2fde86bbb9 [2020-09-09T15:29:32.851Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-09T15:29:32.851Z] Removing intermediate container 5e7558ec7dd7 [2020-09-09T15:29:32.851Z] ---> 95e16dbbfc19 [2020-09-09T15:29:32.851Z] [2020-09-09T15:29:33.112Z] Removing intermediate container bd795ed126e6 [2020-09-09T15:29:33.112Z] ---> ebdb9a2dabf9 [2020-09-09T15:29:33.112Z] Step 14/22 : WORKDIR / [2020-09-09T15:29:33.112Z] Removing intermediate container 358b3692cc77 [2020-09-09T15:29:33.112Z] ---> 23dfe98b1d2c [2020-09-09T15:29:33.112Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-09T15:29:33.112Z] Successfully built 95e16dbbfc19 [2020-09-09T15:29:33.112Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-09T15:29:33.112Z] ---> Running in 52a6a13b97bf [2020-09-09T15:29:33.112Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-09-09T15:29:33.372Z] Removing intermediate container 18fcc98df698 [2020-09-09T15:29:33.372Z] ---> 02b3ce974e9c [2020-09-09T15:29:33.372Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-09T15:29:33.372Z] ---> Running in e00ce92f7f72 [2020-09-09T15:29:33.372Z] ---> 8ea3ac590b7f [2020-09-09T15:29:33.372Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-09T15:29:33.372Z] ---> Running in c3f262efb82a [2020-09-09T15:29:33.635Z] Removing intermediate container 52a6a13b97bf [2020-09-09T15:29:33.635Z] ---> bdf9ef6ddd38 [2020-09-09T15:29:33.635Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-09T15:29:33.635Z] Removing intermediate container e00ce92f7f72 [2020-09-09T15:29:33.635Z] ---> 8ec2836fa139 [2020-09-09T15:29:33.635Z] [2020-09-09T15:29:34.576Z] Successfully built 8ec2836fa139 [2020-09-09T15:29:37.882Z] Successfully tagged docker-core-command-go:latest [2020-09-09T15:29:37.882Z] Building docker-support-scheduler-go [2020-09-09T15:29:38.143Z]  Building docker-core-command-go ... done Removing intermediate container c3f262efb82a [2020-09-09T15:29:38.143Z] ---> 3afc705675ac [2020-09-09T15:29:38.143Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-09T15:29:39.532Z] ---> 500344b7ab2e [2020-09-09T15:29:39.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-09T15:29:40.105Z] ---> Running in 42158ca341a9 [2020-09-09T15:29:40.680Z] ---> fb7538d7ff7b [2020-09-09T15:29:40.681Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-09T15:29:42.083Z] Removing intermediate container 42158ca341a9 [2020-09-09T15:29:42.083Z] ---> 369b86337a4b [2020-09-09T15:29:42.083Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:29:42.657Z] ---> 09b21114d6ea [2020-09-09T15:29:42.657Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-09T15:29:43.233Z] ---> 8f93c7ea324e [2020-09-09T15:29:43.233Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-09T15:29:44.213Z] ---> Running in 40e86cb814f4 [2020-09-09T15:29:45.603Z] ---> Running in 1b935ca1bf55 [2020-09-09T15:29:46.995Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:29:46.995Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:29:46.995Z] ---> d1a0b31c42bd [2020-09-09T15:29:46.995Z] Step 3/24 : WORKDIR /edgex-go [2020-09-09T15:29:47.945Z] ---> Using cache [2020-09-09T15:29:47.945Z] ---> 545a20580d33 [2020-09-09T15:29:47.945Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:29:47.945Z] ---> Using cache [2020-09-09T15:29:47.945Z] ---> cd1b3bd59df0 [2020-09-09T15:29:47.945Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-09T15:29:48.206Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:29:48.206Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:29:48.206Z] ---> d1a0b31c42bd [2020-09-09T15:29:48.206Z] Step 3/21 : WORKDIR /edgex-go [2020-09-09T15:29:48.206Z] ---> Using cache [2020-09-09T15:29:48.206Z] ---> 545a20580d33 [2020-09-09T15:29:48.206Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:29:48.206Z] ---> Using cache [2020-09-09T15:29:48.206Z] ---> cd1b3bd59df0 [2020-09-09T15:29:48.206Z] Step 5/21 : RUN apk update && apk add make git [2020-09-09T15:29:48.206Z] ---> Using cache [2020-09-09T15:29:48.206Z] ---> 2081611de101 [2020-09-09T15:29:48.206Z] Step 6/21 : COPY go.mod . [2020-09-09T15:29:48.206Z] ---> Using cache [2020-09-09T15:29:48.206Z] ---> 7c0bd0a59d4c [2020-09-09T15:29:48.206Z] Step 7/21 : RUN go mod download [2020-09-09T15:29:48.206Z] ---> Using cache [2020-09-09T15:29:48.206Z] ---> 4a1b460f2109 [2020-09-09T15:29:48.206Z] Step 8/21 : COPY . . [2020-09-09T15:29:48.206Z] ---> Using cache [2020-09-09T15:29:48.206Z] ---> 95970059e32e [2020-09-09T15:29:48.206Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-09T15:29:48.471Z] ---> 8f9c8c06150a [2020-09-09T15:29:48.471Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-09T15:29:49.042Z] Removing intermediate container 1b935ca1bf55 [2020-09-09T15:29:49.042Z] ---> 8c3c2baf5080 [2020-09-09T15:29:49.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:29:49.307Z] ---> Running in 30d3084924b9 [2020-09-09T15:29:49.307Z] ---> Running in 20d5a49be002 [2020-09-09T15:29:49.307Z] ---> Running in 7bf44f204869 [2020-09-09T15:29:49.307Z] ---> Running in ec8af09265be [2020-09-09T15:29:49.901Z] Removing intermediate container ec8af09265be [2020-09-09T15:29:49.901Z] ---> dd13d0907088 [2020-09-09T15:29:49.901Z] Step 20/22 : LABEL arch=x86_64 [2020-09-09T15:29:49.901Z] Removing intermediate container 7bf44f204869 [2020-09-09T15:29:49.901Z] ---> 21204834a006 [2020-09-09T15:29:49.901Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:29:49.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:29:49.901Z] ---> Running in dfe15c98f63e [2020-09-09T15:29:49.901Z] ---> Running in 0b566ea9a786 [2020-09-09T15:29:50.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-09T15:29:50.162Z] Removing intermediate container dfe15c98f63e [2020-09-09T15:29:50.162Z] ---> aa403ee7446f [2020-09-09T15:29:50.162Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:29:50.162Z] Removing intermediate container 0b566ea9a786 [2020-09-09T15:29:50.162Z] ---> 770a796801f4 [2020-09-09T15:29:50.162Z] Step 20/22 : LABEL arch=x86_64 [2020-09-09T15:29:50.427Z] Removing intermediate container 40e86cb814f4 [2020-09-09T15:29:50.427Z] ---> 4d65a643b938 [2020-09-09T15:29:50.427Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-09T15:29:50.427Z] ---> Running in 39547803be5f [2020-09-09T15:29:50.427Z] ---> Running in 6ba4a44351f1 [2020-09-09T15:29:50.427Z] ---> Running in f6e87db53aa8 [2020-09-09T15:29:50.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:29:50.688Z] Removing intermediate container 39547803be5f [2020-09-09T15:29:50.688Z] ---> 55082d1b90e4 [2020-09-09T15:29:50.688Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-09T15:29:50.688Z] Removing intermediate container 6ba4a44351f1 [2020-09-09T15:29:50.688Z] ---> 264007c127aa [2020-09-09T15:29:50.689Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:29:50.951Z] ---> Running in 42c8b9ced897 [2020-09-09T15:29:50.951Z] ---> Running in 09f94f0b83a5 [2020-09-09T15:29:51.217Z] Removing intermediate container 42c8b9ced897 [2020-09-09T15:29:51.217Z] ---> 97142d0320b3 [2020-09-09T15:29:51.217Z] [2020-09-09T15:29:51.217Z] Removing intermediate container 09f94f0b83a5 [2020-09-09T15:29:51.217Z] ---> e3cf669fa8c3 [2020-09-09T15:29:51.217Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-09T15:29:51.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:29:51.217Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:29:51.217Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:29:51.217Z] OK: 12746 distinct packages available [2020-09-09T15:29:51.217Z] ---> Running in ee7fc973ab26 [2020-09-09T15:29:51.217Z] Successfully built 97142d0320b3 [2020-09-09T15:29:51.217Z] Successfully tagged docker-support-logging-go:latest [2020-09-09T15:29:51.217Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-09-09T15:29:51.486Z] Removing intermediate container ee7fc973ab26 [2020-09-09T15:29:51.486Z] ---> d76f3f73ea21 [2020-09-09T15:29:51.486Z] [2020-09-09T15:29:51.486Z] OK: 233 MiB in 51 packages [2020-09-09T15:29:51.486Z] Successfully built d76f3f73ea21 [2020-09-09T15:29:51.754Z] Successfully tagged docker-core-metadata-go:latest [2020-09-09T15:29:51.754Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-09-09T15:29:52.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:29:52.617Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-09T15:29:54.014Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-09T15:29:54.276Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-09T15:29:54.539Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-09T15:29:55.111Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-09T15:29:55.375Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:29:55.636Z] OK: 8 MiB in 19 packages [2020-09-09T15:29:58.165Z] Removing intermediate container 30d3084924b9 [2020-09-09T15:29:58.165Z] ---> 297dc522a2b1 [2020-09-09T15:29:58.165Z] Step 6/24 : COPY go.mod . [2020-09-09T15:30:00.240Z] ---> 1cd8316a0047 [2020-09-09T15:30:00.240Z] Step 7/24 : RUN go mod download [2020-09-09T15:30:00.240Z] Removing intermediate container f6e87db53aa8 [2020-09-09T15:30:00.240Z] ---> ad230742018d [2020-09-09T15:30:00.240Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-09T15:30:00.240Z] ---> Running in 0fcce1f4e71e [2020-09-09T15:30:02.183Z] ---> 9de18295a5ba [2020-09-09T15:30:02.183Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-09T15:30:04.136Z] ---> 638987cb20ba [2020-09-09T15:30:04.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-09T15:30:05.099Z] ---> b5e52d34dcb9 [2020-09-09T15:30:05.099Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-09T15:30:06.506Z] ---> Running in b754b29282a7 [2020-09-09T15:30:06.506Z] Removing intermediate container 0fcce1f4e71e [2020-09-09T15:30:06.506Z] ---> d12629cadbc6 [2020-09-09T15:30:06.506Z] Step 8/24 : COPY . . [2020-09-09T15:30:06.779Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:30:06.779Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:30:06.779Z] ---> d1a0b31c42bd [2020-09-09T15:30:06.779Z] Step 3/20 : WORKDIR /edgex-go [2020-09-09T15:30:07.045Z] ---> Using cache [2020-09-09T15:30:07.045Z] ---> 545a20580d33 [2020-09-09T15:30:07.045Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:30:07.045Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:30:07.045Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:30:07.045Z] ---> d1a0b31c42bd [2020-09-09T15:30:07.045Z] Step 3/26 : WORKDIR /edgex-go [2020-09-09T15:30:07.045Z] ---> Using cache [2020-09-09T15:30:07.045Z] ---> 545a20580d33 [2020-09-09T15:30:07.045Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> cd1b3bd59df0 [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] Step 5/20 : RUN apk update && apk add make git [2020-09-09T15:30:07.306Z] ---> cd1b3bd59df0 [2020-09-09T15:30:07.306Z] Step 5/26 : RUN apk update && apk add make git [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> 2081611de101 [2020-09-09T15:30:07.306Z] ---> 2081611de101 [2020-09-09T15:30:07.306Z] Step 6/26 : COPY go.mod . [2020-09-09T15:30:07.306Z] Step 6/20 : COPY go.mod . [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> 7c0bd0a59d4c [2020-09-09T15:30:07.306Z] Step 7/26 : RUN go mod download [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> 7c0bd0a59d4c [2020-09-09T15:30:07.306Z] Step 7/20 : RUN go mod download [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> 4a1b460f2109 [2020-09-09T15:30:07.306Z] Step 8/20 : COPY . . [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> 4a1b460f2109 [2020-09-09T15:30:07.306Z] Step 8/26 : COPY . . [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> 95970059e32e [2020-09-09T15:30:07.306Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-09T15:30:07.306Z] ---> Using cache [2020-09-09T15:30:07.306Z] ---> 95970059e32e [2020-09-09T15:30:07.306Z] 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-09T15:30:11.524Z] Removing intermediate container b754b29282a7 [2020-09-09T15:30:11.524Z] ---> 32287f52c3bd [2020-09-09T15:30:11.524Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:30:12.102Z] ---> Running in 82ef062bd33c [2020-09-09T15:30:12.102Z] ---> Running in 2ff4850c20ac [2020-09-09T15:30:13.505Z] ---> Running in c3505f2d7d7a [2020-09-09T15:30:16.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-09T15:30:16.862Z] Removing intermediate container c3505f2d7d7a [2020-09-09T15:30:16.862Z] ---> e7c94825478a [2020-09-09T15:30:16.862Z] Step 21/23 : LABEL arch=x86_64 [2020-09-09T15:30:16.862Z] ---> Running in eb1a580694ce [2020-09-09T15:30:18.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-09T15:30:18.542Z] Removing intermediate container eb1a580694ce [2020-09-09T15:30:18.542Z] ---> 890afaf69b39 [2020-09-09T15:30:18.542Z] Step 22/23 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:30:21.108Z] ---> Running in 08e71e4d25b5 [2020-09-09T15:30:21.702Z] ---> a54470528dd7 [2020-09-09T15:30:21.702Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-09T15:30:21.966Z] Removing intermediate container 08e71e4d25b5 [2020-09-09T15:30:21.966Z] ---> 6b2fab824820 [2020-09-09T15:30:21.966Z] Step 23/23 : LABEL version=1.2.2-dev.21 [2020-09-09T15:30:22.238Z] ---> Running in d9a00b8f18b8 [2020-09-09T15:30:22.557Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1956 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-09T15:30:22.602Z] Running in /w/workspace/edgex-go/135 [Pipeline] { [Pipeline] checkout [2020-09-09T15:30:23.204Z] ---> Running in 2849e2c29b8d [2020-09-09T15:30:24.182Z] Removing intermediate container 2849e2c29b8d [2020-09-09T15:30:24.182Z] ---> f6e9b52ead1c [2020-09-09T15:30:24.182Z] [2020-09-09T15:30:24.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-09T15:30:24.182Z] Successfully built f6e9b52ead1c [2020-09-09T15:30:24.182Z] Successfully tagged docker-core-data-go:latest [2020-09-09T15:30:24.182Z] Building docker-sys-mgmt-agent-go [2020-09-09T15:30:24.452Z]  Building docker-core-data-go ... done Removing intermediate container 20d5a49be002 [2020-09-09T15:30:24.452Z] ---> 060e054318ea [2020-09-09T15:30:24.452Z] [2020-09-09T15:30:24.452Z] Step 10/21 : FROM scratch [2020-09-09T15:30:24.452Z] ---> [2020-09-09T15:30:24.452Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:30:25.053Z] ---> Using cache [2020-09-09T15:30:25.053Z] ---> 6e7289819882 [2020-09-09T15:30:25.053Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-09T15:30:25.315Z] ---> Running in 4be1dec44812 [2020-09-09T15:30:27.572Z] using credential edgex-jenkins-ssh [2020-09-09T15:30:27.622Z] Cloning the remote Git repository [2020-09-09T15:30:27.622Z] Cloning with configured refspecs honoured and without tags [2020-09-09T15:30:27.733Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-09T15:30:28.647Z] Removing intermediate container 4be1dec44812 [2020-09-09T15:30:28.647Z] ---> a8133390457d [2020-09-09T15:30:28.647Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-09T15:30:28.647Z] ---> Running in 72bfe5a169e6 [2020-09-09T15:30:27.910Z] > git init /w/workspace/edgex-go/135 # timeout=10 [2020-09-09T15:30:27.977Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-09T15:30:27.978Z] > git --version # timeout=10 [2020-09-09T15:30:27.999Z] > git --version # 'git version 2.17.1' [2020-09-09T15:30:28.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T15:30:28.081Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T15:30:29.235Z] Removing intermediate container 72bfe5a169e6 [2020-09-09T15:30:29.235Z] ---> 157ed25254f3 [2020-09-09T15:30:29.235Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-09T15:30:30.650Z] ---> 6e7b873b6ccc [2020-09-09T15:30:30.650Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-09T15:30:32.107Z] ---> a068deb63a71 [2020-09-09T15:30:32.107Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-09T15:30:32.698Z] ---> e8f55280d29a [2020-09-09T15:30:32.698Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-09T15:30:32.972Z] ---> Running in 5ae1ae6848d1 [2020-09-09T15:30:33.575Z] Removing intermediate container 5ae1ae6848d1 [2020-09-09T15:30:33.575Z] ---> be0ce5ea25ca [2020-09-09T15:30:33.575Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:30:35.015Z] ---> Running in e580ccb7287c [2020-09-09T15:30:35.622Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:30:35.622Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:30:35.622Z] ---> d1a0b31c42bd [2020-09-09T15:30:35.622Z] Step 3/27 : WORKDIR /edgex-go [2020-09-09T15:30:35.622Z] ---> Using cache [2020-09-09T15:30:35.622Z] ---> 545a20580d33 [2020-09-09T15:30:35.622Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:30:35.622Z] ---> Using cache [2020-09-09T15:30:35.622Z] ---> cd1b3bd59df0 [2020-09-09T15:30:35.622Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-09T15:30:37.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-09T15:30:37.335Z] ---> Running in 64417e1c1df4 [2020-09-09T15:30:37.608Z] Removing intermediate container e580ccb7287c [2020-09-09T15:30:37.608Z] ---> 454b9d56f51f [2020-09-09T15:30:37.608Z] Step 19/21 : LABEL arch=x86_64 [2020-09-09T15:30:37.876Z] ---> Running in 3a9d3d37b53d [2020-09-09T15:30:38.147Z] Removing intermediate container 3a9d3d37b53d [2020-09-09T15:30:38.147Z] ---> 0e34c76a320f [2020-09-09T15:30:38.147Z] Step 20/21 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:30:38.425Z] ---> Running in 5ddbb4cbd4dd [2020-09-09T15:30:38.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:30:39.293Z] Removing intermediate container 5ddbb4cbd4dd [2020-09-09T15:30:39.294Z] ---> 2739324f0605 [2020-09-09T15:30:39.294Z] Step 21/21 : LABEL version=1.2.2-dev.21 [2020-09-09T15:30:39.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:30:40.139Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:30:40.139Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:30:40.139Z] OK: 12746 distinct packages available [2020-09-09T15:30:40.400Z] OK: 233 MiB in 51 packages [2020-09-09T15:30:42.013Z] Fetching without tags [2020-09-09T15:30:42.317Z] ---> Running in 0349bae533fb [2020-09-09T15:30:42.317Z] Removing intermediate container 82ef062bd33c [2020-09-09T15:30:42.317Z] ---> abe39895eb61 [2020-09-09T15:30:42.317Z] [2020-09-09T15:30:42.317Z] Step 10/20 : FROM alpine [2020-09-09T15:30:42.317Z] ---> a24bb4013296 [2020-09-09T15:30:42.317Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-09T15:30:42.509Z] Checking out Revision ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc (master) [2020-09-09T15:30:42.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-09T15:30:42.848Z] ---> Running in 59d58f73a2f6 [2020-09-09T15:30:42.848Z] Removing intermediate container 0349bae533fb [2020-09-09T15:30:42.848Z] ---> 1f6a6ff73bfc [2020-09-09T15:30:42.848Z] [2020-09-09T15:30:41.949Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-09T15:30:41.969Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T15:30:41.995Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-09T15:30:42.025Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-09T15:30:42.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T15:30:42.036Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T15:30:42.528Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T15:30:42.550Z] > git checkout -f ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc # timeout=10 [2020-09-09T15:30:43.111Z] Successfully built 1f6a6ff73bfc [2020-09-09T15:30:43.111Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-09T15:30:43.111Z]  Building docker-support-scheduler-go ... done Removing intermediate container 64417e1c1df4 [2020-09-09T15:30:43.111Z] ---> e49c7c578251 [2020-09-09T15:30:43.111Z] Step 6/27 : COPY go.mod . [2020-09-09T15:30:43.380Z] ---> 08b74fc7d12c [2020-09-09T15:30:43.380Z] Step 7/27 : RUN go mod download [2020-09-09T15:30:43.380Z] ---> Running in caacd0e2f4cf [2020-09-09T15:30:43.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:30:43.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:30:43.910Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:30:43.910Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:30:43.910Z] OK: 12746 distinct packages available [2020-09-09T15:30:44.183Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-09T15:30:44.183Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-09T15:30:44.183Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-09T15:30:44.183Z] (4/4) Installing curl (7.69.1-r0) [2020-09-09T15:30:44.183Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:30:44.183Z] Executing ca-certificates-20191127-r4.trigger [2020-09-09T15:30:44.183Z] OK: 7 MiB in 18 packages [2020-09-09T15:30:46.749Z] Removing intermediate container 59d58f73a2f6 [2020-09-09T15:30:46.749Z] ---> e4d78e598209 [2020-09-09T15:30:46.749Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-09T15:30:47.006Z] Commit message: "feat: Add persisting of new Tags property on V1 & V2 Event models for Redis (#2677)" [2020-09-09T15:30:47.012Z] ---> Running in 858acf42dea8 [2020-09-09T15:30:47.274Z] Removing intermediate container caacd0e2f4cf [2020-09-09T15:30:47.274Z] ---> 6f75f647a078 [2020-09-09T15:30:47.274Z] Step 8/27 : COPY . . [2020-09-09T15:30:47.274Z] Removing intermediate container 2ff4850c20ac [2020-09-09T15:30:47.274Z] ---> 393fba84786d [2020-09-09T15:30:47.274Z] [2020-09-09T15:30:47.274Z] Step 10/26 : FROM alpine:3.10 [2020-09-09T15:30:47.274Z] Removing intermediate container 858acf42dea8 [2020-09-09T15:30:47.274Z] ---> 0094bfd7e566 [2020-09-09T15:30:47.274Z] Step 13/20 : WORKDIR /edgex [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-09T15:30:47.540Z] 3.10: Pulling from library/alpine [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-09T15:30:52.901Z] ---> Running in 3ceb2f6d67d8 [2020-09-09T15:30:57.155Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-09T15:30:57.420Z] Status: Downloaded newer image for alpine:3.10 [2020-09-09T15:30:57.420Z] ---> be4e4bea2c2e [2020-09-09T15:30:57.420Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-09T15:30:58.040Z] Removing intermediate container d9a00b8f18b8 [2020-09-09T15:30:58.040Z] ---> 23db127e78ab [2020-09-09T15:30:58.040Z] [2020-09-09T15:30:58.040Z] Step 10/24 : FROM scratch [2020-09-09T15:30:58.040Z] ---> [2020-09-09T15:30:58.040Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] echo [2020-09-09T15:30:58.569Z] ========================================================= [2020-09-09T15:30:58.569Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-09T15:30:58.569Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:30:58.637Z] ---> Using cache [2020-09-09T15:30:58.637Z] ---> d02cc75bb436 [2020-09-09T15:30:58.637Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-09T15:30:58.917Z] ---> Running in c4ccd9c51951 [2020-09-09T15:30:58.917Z] Removing intermediate container 3ceb2f6d67d8 [2020-09-09T15:30:58.917Z] ---> b0b6e974191d [2020-09-09T15:30:58.917Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-09T15:30:58.917Z] ---> Running in e4c057a6213d [2020-09-09T15:30:59.224Z] ---> fcad55ae77e7 [2020-09-09T15:30:59.224Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-09T15:30:59.224Z] Removing intermediate container e4c057a6213d [2020-09-09T15:30:59.224Z] ---> 6ade06b96d10 [2020-09-09T15:30:59.224Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-09T15:30:59.406Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-09T15:30:59.491Z] ---> Running in 0b575b9492df [2020-09-09T15:30:59.491Z] ---> a828119f7e53 [2020-09-09T15:30:59.491Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-09T15:30:59.491Z] ---> Running in 6214e126879b [2020-09-09T15:30:59.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:30:59.761Z] Removing intermediate container 6214e126879b [2020-09-09T15:30:59.761Z] ---> 1d1c80865a7c [2020-09-09T15:30:59.761Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-09T15:30:59.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:31:00.026Z] v3.10.5-84-g2392c9192e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-09T15:31:00.026Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-09T15:31:00.026Z] OK: 10346 distinct packages available [2020-09-09T15:31:00.026Z] ---> e14baa8aa77d [2020-09-09T15:31:00.026Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-09T15:31:00.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-09T15:31:00.026Z] ---> Running in 280df73b5c7e [2020-09-09T15:31:00.026Z] ---> 5a98210ccfcf [2020-09-09T15:31:00.026Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-09T15:31:00.026Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-09T15:31:00.291Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-09T15:31:00.291Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-09T15:31:00.291Z] (4/5) Installing curl (7.66.0-r0) [2020-09-09T15:31:00.291Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-09T15:31:00.291Z] Executing busybox-1.30.1-r3.trigger [2020-09-09T15:31:00.291Z] Executing ca-certificates-20191127-r2.trigger [2020-09-09T15:31:00.570Z] OK: 7 MiB in 19 packages [2020-09-09T15:31:00.570Z] Removing intermediate container 280df73b5c7e [2020-09-09T15:31:00.570Z] ---> 7b067aa71c9e [2020-09-09T15:31:00.570Z] Step 17/20 : CMD ["--init=true"] [2020-09-09T15:31:01.541Z] ---> Running in 1947a9e2dd23 [2020-09-09T15:31:01.541Z] ---> 1266c82c7575 [2020-09-09T15:31:01.541Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-09T15:31:02.150Z] Removing intermediate container 1947a9e2dd23 [2020-09-09T15:31:02.150Z] ---> 99a3cb108726 [2020-09-09T15:31:02.150Z] Step 18/20 : LABEL arch=x86_64 [2020-09-09T15:31:02.150Z] ---> Running in cf5ba19751d6 [2020-09-09T15:31:02.747Z] Removing intermediate container c4ccd9c51951 [2020-09-09T15:31:02.747Z] ---> 30eb22402c80 [2020-09-09T15:31:02.747Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-09T15:31:03.701Z] Removing intermediate container cf5ba19751d6 [2020-09-09T15:31:03.701Z] ---> 70a3eed4ddad [2020-09-09T15:31:03.701Z] Step 19/20 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:03.726Z] Sending build context to Docker daemon 323.1MB [2020-09-09T15:31:03.726Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-09T15:31:03.726Z] Step 2/7 : FROM ${BASE} [2020-09-09T15:31:03.726Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-09T15:31:03.726Z] b538f80385f9: Pulling fs layer [2020-09-09T15:31:03.726Z] 74f711af9a0d: Pulling fs layer [2020-09-09T15:31:03.726Z] 99f96fe45779: Pulling fs layer [2020-09-09T15:31:03.726Z] fd7a069fd194: Pulling fs layer [2020-09-09T15:31:03.726Z] 66aa3694b03b: Pulling fs layer [2020-09-09T15:31:03.726Z] 170f70906a0f: Pulling fs layer [2020-09-09T15:31:03.726Z] ad7c5574e4b9: Pulling fs layer [2020-09-09T15:31:03.726Z] e772456be8f7: Pulling fs layer [2020-09-09T15:31:03.726Z] c890913d741a: Pulling fs layer [2020-09-09T15:31:03.726Z] 2480fcc9aa5a: Pulling fs layer [2020-09-09T15:31:03.726Z] 09adf4765672: Pulling fs layer [2020-09-09T15:31:03.726Z] ad7c5574e4b9: Waiting [2020-09-09T15:31:03.726Z] 2480fcc9aa5a: Waiting [2020-09-09T15:31:03.726Z] c890913d741a: Waiting [2020-09-09T15:31:03.726Z] 09adf4765672: Waiting [2020-09-09T15:31:03.726Z] 66aa3694b03b: Waiting [2020-09-09T15:31:03.726Z] 170f70906a0f: Waiting [2020-09-09T15:31:03.726Z] fd7a069fd194: Waiting [2020-09-09T15:31:03.726Z] 99f96fe45779: Verifying Checksum [2020-09-09T15:31:03.726Z] 99f96fe45779: Download complete [2020-09-09T15:31:03.726Z] 74f711af9a0d: Download complete [2020-09-09T15:31:03.726Z] 66aa3694b03b: Verifying Checksum [2020-09-09T15:31:03.726Z] 66aa3694b03b: Download complete [2020-09-09T15:31:03.726Z] 170f70906a0f: Verifying Checksum [2020-09-09T15:31:03.726Z] 170f70906a0f: Download complete [2020-09-09T15:31:03.726Z] b538f80385f9: Verifying Checksum [2020-09-09T15:31:03.726Z] b538f80385f9: Download complete [2020-09-09T15:31:03.972Z] ---> Running in fc77346a522a [2020-09-09T15:31:03.972Z] ---> 16568b7d2def [2020-09-09T15:31:03.972Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-09T15:31:03.972Z] ---> Running in 6f249384edab [2020-09-09T15:31:04.249Z] Removing intermediate container fc77346a522a [2020-09-09T15:31:04.249Z] ---> 830825ff0447 [2020-09-09T15:31:04.249Z] Step 13/26 : WORKDIR / [2020-09-09T15:31:04.249Z] Removing intermediate container 6f249384edab [2020-09-09T15:31:04.249Z] ---> 2da01b4e4f52 [2020-09-09T15:31:04.249Z] Step 20/20 : LABEL version=1.2.2-dev.21 [2020-09-09T15:31:04.249Z] ---> Running in bc86b4e1f98d [2020-09-09T15:31:04.249Z] ---> Running in c3e7bfa60e9e [2020-09-09T15:31:04.326Z] b538f80385f9: Pull complete [2020-09-09T15:31:04.526Z] ---> ecaee9d61c4f [2020-09-09T15:31:04.526Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-09T15:31:04.800Z] Removing intermediate container bc86b4e1f98d [2020-09-09T15:31:04.800Z] ---> 860333cb3ccc [2020-09-09T15:31:04.800Z] 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-09T15:31:04.800Z] Removing intermediate container c3e7bfa60e9e [2020-09-09T15:31:04.800Z] ---> b4fcaeec5f64 [2020-09-09T15:31:04.800Z] [2020-09-09T15:31:04.800Z] Successfully built b4fcaeec5f64 [2020-09-09T15:31:04.800Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-09T15:31:04.924Z] 74f711af9a0d: Pull complete [2020-09-09T15:31:05.333Z]  Building docker-security-proxy-setup-go ... done  ---> 117976d907ed [2020-09-09T15:31:05.333Z] 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-09T15:31:05.333Z] ---> 52f466aab909 [2020-09-09T15:31:05.333Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-09T15:31:05.519Z] 99f96fe45779: Pull complete [2020-09-09T15:31:05.606Z] ---> 9a8f38c9ce69 [2020-09-09T15:31:05.606Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-09T15:31:05.606Z] ---> 3c7d8e557006 [2020-09-09T15:31:05.606Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-09T15:31:05.889Z] ---> Running in 2166fe2c85bb [2020-09-09T15:31:05.889Z] ---> afc6e37b0469 [2020-09-09T15:31:05.889Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-09T15:31:06.160Z] Removing intermediate container 2166fe2c85bb [2020-09-09T15:31:06.160Z] ---> e144e05c926e [2020-09-09T15:31:06.160Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:31:06.160Z] ---> Running in 82b78d9f599a [2020-09-09T15:31:06.436Z] ---> a103119bcdcd [2020-09-09T15:31:06.436Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-09T15:31:06.436Z] Removing intermediate container 82b78d9f599a [2020-09-09T15:31:06.436Z] ---> e726a5feb328 [2020-09-09T15:31:06.436Z] Step 22/24 : LABEL arch=x86_64 [2020-09-09T15:31:06.709Z] ---> Running in 3265c429c2ed [2020-09-09T15:31:06.971Z] ad7c5574e4b9: Verifying Checksum [2020-09-09T15:31:06.971Z] ad7c5574e4b9: Download complete [2020-09-09T15:31:06.971Z] c890913d741a: Verifying Checksum [2020-09-09T15:31:06.971Z] c890913d741a: Download complete [2020-09-09T15:31:06.975Z] Removing intermediate container 3265c429c2ed [2020-09-09T15:31:06.975Z] ---> 57e2e23593dd [2020-09-09T15:31:06.975Z] Step 23/24 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:06.975Z] ---> Running in 3ba6641617c0 [2020-09-09T15:31:06.975Z] ---> d3fed381d944 [2020-09-09T15:31:06.975Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-09T15:31:07.247Z] Removing intermediate container 3ba6641617c0 [2020-09-09T15:31:07.247Z] ---> e45c3ff8d39a [2020-09-09T15:31:07.247Z] Step 24/24 : LABEL version=1.2.2-dev.21 [2020-09-09T15:31:07.518Z] ---> Running in 1a0749908400 [2020-09-09T15:31:07.798Z] Removing intermediate container 1a0749908400 [2020-09-09T15:31:07.798Z] ---> aacdbcd2def5 [2020-09-09T15:31:07.798Z] [2020-09-09T15:31:07.798Z] Successfully built aacdbcd2def5 [2020-09-09T15:31:07.798Z] ---> b4c61682279c [2020-09-09T15:31:07.798Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-09T15:31:07.798Z] Successfully tagged docker-support-notifications-go:latest [2020-09-09T15:31:08.957Z] 2480fcc9aa5a: Verifying Checksum [2020-09-09T15:31:08.958Z] 2480fcc9aa5a: Download complete [2020-09-09T15:31:08.958Z] 09adf4765672: Verifying Checksum [2020-09-09T15:31:09.185Z]  Building docker-support-notifications-go ... done  ---> a6981330eff9 [2020-09-09T15:31:09.186Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-09T15:31:09.236Z] e772456be8f7: Verifying Checksum [2020-09-09T15:31:09.236Z] e772456be8f7: Download complete [2020-09-09T15:31:09.236Z] fd7a069fd194: Verifying Checksum [2020-09-09T15:31:09.236Z] fd7a069fd194: Download complete [2020-09-09T15:31:09.447Z] ---> 9990885dd918 [2020-09-09T15:31:09.447Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-09T15:31:09.447Z] ---> Running in 543e1a118acd [2020-09-09T15:31:11.361Z] Removing intermediate container 543e1a118acd [2020-09-09T15:31:11.361Z] ---> be4aca545a0a [2020-09-09T15:31:11.361Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-09T15:31:11.361Z] ---> Running in e022638b3937 [2020-09-09T15:31:11.622Z] Removing intermediate container e022638b3937 [2020-09-09T15:31:11.622Z] ---> ff195d590d7f [2020-09-09T15:31:11.622Z] Step 24/26 : LABEL arch=x86_64 [2020-09-09T15:31:11.622Z] ---> Running in 57ad492e8599 [2020-09-09T15:31:11.882Z] Removing intermediate container 57ad492e8599 [2020-09-09T15:31:11.882Z] ---> 2ac137797ec6 [2020-09-09T15:31:11.882Z] Step 25/26 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:13.266Z] ---> Running in d99a9ada37eb [2020-09-09T15:31:13.266Z] Removing intermediate container 0b575b9492df [2020-09-09T15:31:13.266Z] ---> 7a88be89a3e1 [2020-09-09T15:31:13.266Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-09T15:31:13.266Z] ---> Running in ce7104f1a42e [2020-09-09T15:31:13.266Z] Removing intermediate container d99a9ada37eb [2020-09-09T15:31:13.266Z] ---> d3b4ed532ca0 [2020-09-09T15:31:13.266Z] Step 26/26 : LABEL version=1.2.2-dev.21 [2020-09-09T15:31:13.528Z] ---> Running in 266dab6e0ae5 [2020-09-09T15:31:13.528Z] Removing intermediate container 266dab6e0ae5 [2020-09-09T15:31:13.528Z] ---> 1da98c95766b [2020-09-09T15:31:13.528Z] [2020-09-09T15:31:13.789Z] Successfully built 1da98c95766b [2020-09-09T15:31:13.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-09T15:31:13.789Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-09T15:31:14.731Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ce7104f1a42e [2020-09-09T15:31:14.731Z] ---> 3e79ab8bde46 [2020-09-09T15:31:14.731Z] [2020-09-09T15:31:14.731Z] Step 11/27 : FROM docker:latest [2020-09-09T15:31:14.731Z] ---> 81f5749c9058 [2020-09-09T15:31:14.731Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-09T15:31:14.731Z] ---> Running in 0970118cc85d [2020-09-09T15:31:15.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:31:15.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:31:15.564Z] (1/2) Installing readline (8.0.4-r0) [2020-09-09T15:31:15.564Z] (2/2) Installing bash (5.0.17-r0) [2020-09-09T15:31:15.564Z] Executing bash-5.0.17-r0.post-install [2020-09-09T15:31:15.564Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:31:15.564Z] OK: 12 MiB in 22 packages [2020-09-09T15:31:16.136Z] Removing intermediate container 0970118cc85d [2020-09-09T15:31:16.136Z] ---> 3fac2c710ce7 [2020-09-09T15:31:16.136Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-09T15:31:16.136Z] ---> Running in 5c98c3443fbb [2020-09-09T15:31:17.079Z] Removing intermediate container 5c98c3443fbb [2020-09-09T15:31:17.079Z] ---> e1cb61010b5f [2020-09-09T15:31:17.079Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-09T15:31:17.079Z] ---> Running in 3f55cb467f38 [2020-09-09T15:31:17.079Z] Removing intermediate container 3f55cb467f38 [2020-09-09T15:31:17.079Z] ---> faa072ab8fe5 [2020-09-09T15:31:17.079Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-09T15:31:17.079Z] ---> Running in 0835adc016b7 [2020-09-09T15:31:17.340Z] Removing intermediate container 0835adc016b7 [2020-09-09T15:31:17.340Z] ---> aef6233f3f80 [2020-09-09T15:31:17.340Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-09T15:31:17.340Z] ---> Running in 9e16e994c8f2 [2020-09-09T15:31:17.603Z] Removing intermediate container 9e16e994c8f2 [2020-09-09T15:31:17.603Z] ---> 2bfac390483b [2020-09-09T15:31:17.603Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-09T15:31:18.181Z] ---> 3619d49ec653 [2020-09-09T15:31:18.181Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-09T15:31:18.442Z] ---> d7bcb6c4950e [2020-09-09T15:31:18.442Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-09T15:31:18.703Z] ---> 7e2a66281dd9 [2020-09-09T15:31:18.703Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-09T15:31:18.703Z] ---> Running in 54e607be1b8d [2020-09-09T15:31:19.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:31:19.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:31:19.276Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-09T15:31:19.276Z] (2/33) Installing expat (2.2.9-r1) [2020-09-09T15:31:19.536Z] (3/33) Installing libffi (3.3-r2) [2020-09-09T15:31:19.536Z] (4/33) Installing gdbm (1.13-r1) [2020-09-09T15:31:19.536Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-09T15:31:19.536Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-09T15:31:19.536Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-09T15:31:21.450Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-09T15:31:21.450Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-09T15:31:21.450Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-09T15:31:21.450Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-09T15:31:21.450Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-09T15:31:21.450Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-09T15:31:21.450Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-09T15:31:21.450Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-09T15:31:21.450Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-09T15:31:21.450Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-09T15:31:21.450Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-09T15:31:21.450Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-09T15:31:21.450Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-09T15:31:21.450Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-09T15:31:21.450Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-09T15:31:21.450Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-09T15:31:21.450Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-09T15:31:21.450Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-09T15:31:21.450Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-09T15:31:21.450Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-09T15:31:21.450Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-09T15:31:21.450Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-09T15:31:21.450Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-09T15:31:21.450Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-09T15:31:21.450Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-09T15:31:21.450Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-09T15:31:21.676Z] fd7a069fd194: Pull complete [2020-09-09T15:31:21.676Z] 66aa3694b03b: Pull complete [2020-09-09T15:31:21.676Z] 170f70906a0f: Pull complete [2020-09-09T15:31:21.713Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:31:21.713Z] OK: 71 MiB in 55 packages [2020-09-09T15:31:25.094Z] ad7c5574e4b9: Pull complete [2020-09-09T15:31:29.414Z] e772456be8f7: Pull complete [2020-09-09T15:31:29.693Z] c890913d741a: Pull complete [2020-09-09T15:31:31.745Z] Removing intermediate container 54e607be1b8d [2020-09-09T15:31:31.745Z] ---> 60b49c3faae2 [2020-09-09T15:31:31.745Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-09T15:31:31.745Z] ---> Running in 4987d0928251 [2020-09-09T15:31:32.339Z] Collecting docker-compose==1.23.2 [2020-09-09T15:31:32.339Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-09T15:31:32.346Z] 2480fcc9aa5a: Pull complete [2020-09-09T15:31:32.346Z] 09adf4765672: Pull complete [2020-09-09T15:31:32.346Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-09T15:31:32.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-09T15:31:32.346Z] ---> 2248a725d1cf [2020-09-09T15:31:32.346Z] 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-09T15:31:32.604Z] Collecting jsonschema<3,>=2.5.1 [2020-09-09T15:31:32.604Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-09T15:31:32.604Z] 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-09T15:31:32.604Z] Collecting docopt<0.7,>=0.6.1 [2020-09-09T15:31:32.604Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-09T15:31:33.552Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-09T15:31:33.552Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-09T15:31:33.552Z] Collecting docker<4.0,>=3.6.0 [2020-09-09T15:31:33.552Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-09T15:31:33.814Z] Collecting PyYAML<4,>=3.10 [2020-09-09T15:31:33.814Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-09T15:31:34.395Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-09T15:31:34.395Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-09T15:31:34.972Z] Collecting texttable<0.10,>=0.9.0 [2020-09-09T15:31:34.973Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-09T15:31:35.556Z] Collecting cached-property<2,>=1.2.0 [2020-09-09T15:31:35.556Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-09T15:31:35.556Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-09T15:31:35.556Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-09T15:31:35.556Z] 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-09T15:31:35.556Z] 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-09T15:31:35.822Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-09T15:31:35.822Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-09T15:31:35.822Z] Collecting idna<2.8,>=2.5 [2020-09-09T15:31:35.822Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-09T15:31:35.822Z] Collecting docker-pycreds>=0.4.0 [2020-09-09T15:31:35.822Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-09T15:31:36.086Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-09T15:31:36.086Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-09T15:31:36.086Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-09T15:31:36.086Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-09T15:31:36.086Z] Installing collected packages: jsonschema, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, texttable, cached-property, docker-compose [2020-09-09T15:31:36.351Z] Running setup.py install for docopt: started [2020-09-09T15:31:36.620Z] Running setup.py install for docopt: finished with status 'done' [2020-09-09T15:31:36.620Z] Attempting uninstall: urllib3 [2020-09-09T15:31:36.620Z] Found existing installation: urllib3 1.25.9 [2020-09-09T15:31:36.620Z] Uninstalling urllib3-1.25.9: [2020-09-09T15:31:36.620Z] Successfully uninstalled urllib3-1.25.9 [2020-09-09T15:31:36.884Z] Attempting uninstall: idna [2020-09-09T15:31:36.884Z] Found existing installation: idna 2.9 [2020-09-09T15:31:36.884Z] Uninstalling idna-2.9: [2020-09-09T15:31:36.884Z] Successfully uninstalled idna-2.9 [2020-09-09T15:31:37.147Z] Attempting uninstall: requests [2020-09-09T15:31:37.147Z] Found existing installation: requests 2.23.0 [2020-09-09T15:31:37.147Z] Uninstalling requests-2.23.0: [2020-09-09T15:31:37.147Z] Successfully uninstalled requests-2.23.0 [2020-09-09T15:31:37.733Z] Running setup.py install for PyYAML: started [2020-09-09T15:31:37.797Z] ---> Running in 846c3861053f [2020-09-09T15:31:38.326Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-09T15:31:38.326Z] Running setup.py install for dockerpty: started [2020-09-09T15:31:38.599Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-09T15:31:38.599Z] Running setup.py install for texttable: started [2020-09-09T15:31:39.182Z] Running setup.py install for texttable: finished with status 'done' [2020-09-09T15:31:39.182Z] 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-09T15:31:39.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:31:39.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:31:41.314Z] (1/12) Installing libmagic (5.38-r0) [2020-09-09T15:31:41.916Z] (2/12) Installing file (5.38-r0) [2020-09-09T15:31:41.916Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-09T15:31:42.190Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-09T15:31:43.412Z] Removing intermediate container 4987d0928251 [2020-09-09T15:31:43.412Z] ---> d82a05260088 [2020-09-09T15:31:43.412Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-09T15:31:43.673Z] ---> Running in 800736c7e34d [2020-09-09T15:31:44.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T15:31:44.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T15:31:44.247Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-09T15:31:44.247Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-09T15:31:44.247Z] (3/3) Installing curl (7.69.1-r0) [2020-09-09T15:31:44.247Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:31:44.247Z] OK: 72 MiB in 58 packages [2020-09-09T15:31:44.821Z] Removing intermediate container 800736c7e34d [2020-09-09T15:31:44.822Z] ---> d832657d6d6f [2020-09-09T15:31:44.822Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-09T15:31:44.822Z] ---> Running in 95c230ba37a9 [2020-09-09T15:31:45.085Z] Removing intermediate container 95c230ba37a9 [2020-09-09T15:31:45.085Z] ---> 663e70af24b0 [2020-09-09T15:31:45.085Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:31:45.085Z] ---> Running in 1defc6e886e1 [2020-09-09T15:31:45.352Z] Removing intermediate container 1defc6e886e1 [2020-09-09T15:31:45.352Z] ---> 693bd1cbe543 [2020-09-09T15:31:45.352Z] Step 25/27 : LABEL arch=x86_64 [2020-09-09T15:31:45.352Z] ---> Running in e8606f7cd4e6 [2020-09-09T15:31:45.614Z] Removing intermediate container e8606f7cd4e6 [2020-09-09T15:31:45.614Z] ---> d1547e8357a4 [2020-09-09T15:31:45.614Z] Step 26/27 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:45.614Z] ---> Running in c520052dea2d [2020-09-09T15:31:45.878Z] Removing intermediate container c520052dea2d [2020-09-09T15:31:45.878Z] ---> 696d2f7f9fe8 [2020-09-09T15:31:45.878Z] Step 27/27 : LABEL version=1.2.2-dev.21 [2020-09-09T15:31:45.878Z] ---> Running in 0a9b96f4a424 [2020-09-09T15:31:46.143Z] Removing intermediate container 0a9b96f4a424 [2020-09-09T15:31:46.143Z] ---> b25b13bc1eb5 [2020-09-09T15:31:46.143Z] [2020-09-09T15:31:46.143Z] Successfully built b25b13bc1eb5 [2020-09-09T15:31:46.143Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-09T15:31:46.726Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-09T15:31:46.745Z] $ docker stop --time=1 8217b4e86ba7a465a6dee298f030f0860f740c033b20eaa362f4a3da006632fe [2020-09-09T15:31:48.421Z] $ docker rm -f 8217b4e86ba7a465a6dee298f030f0860f740c033b20eaa362f4a3da006632fe [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:31:49.037Z] + docker images [2020-09-09T15:31:49.037Z] + grep docker [2020-09-09T15:31:49.037Z] docker-sys-mgmt-agent-go latest b25b13bc1eb5 3 seconds ago 284MB [2020-09-09T15:31:49.037Z] docker-security-secretstore-setup-go latest 1da98c95766b 35 seconds ago 33.9MB [2020-09-09T15:31:49.037Z] docker-support-notifications-go latest aacdbcd2def5 41 seconds ago 14.5MB [2020-09-09T15:31:49.037Z] docker-security-proxy-setup-go latest b4fcaeec5f64 44 seconds ago 16.4MB [2020-09-09T15:31:49.037Z] docker-support-scheduler-go latest 1f6a6ff73bfc About a minute ago 13.1MB [2020-09-09T15:31:49.037Z] docker-core-data-go latest f6e9b52ead1c About a minute ago 24.5MB [2020-09-09T15:31:49.037Z] docker-core-metadata-go latest d76f3f73ea21 About a minute ago 14.4MB [2020-09-09T15:31:49.037Z] docker-support-logging-go latest 97142d0320b3 About a minute ago 11.8MB [2020-09-09T15:31:49.037Z] docker-core-command-go latest 8ec2836fa139 2 minutes ago 13MB [2020-09-09T15:31:49.037Z] docker-security-secrets-setup-go latest 95e16dbbfc19 2 minutes ago 25.1MB [2020-09-09T15:31:49.037Z] 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-09T15:31:49.621Z] provisioning config files... [2020-09-09T15:31:49.666Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/135@tmp/config2140156838483584931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:31:50.139Z] ---> docker-login.sh [2020-09-09T15:31:50.139Z] nexus3.edgexfoundry.org:10001 [2020-09-09T15:31:50.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:31:50.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:31:50.139Z] Configure a credential helper to remove this warning. See [2020-09-09T15:31:50.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:31:50.139Z] [2020-09-09T15:31:50.139Z] Login Succeeded [2020-09-09T15:31:50.139Z] nexus3.edgexfoundry.org:10002 [2020-09-09T15:31:50.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:31:50.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:31:50.426Z] Configure a credential helper to remove this warning. See [2020-09-09T15:31:50.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:31:50.426Z] [2020-09-09T15:31:50.426Z] Login Succeeded [2020-09-09T15:31:50.426Z] nexus3.edgexfoundry.org:10003 [2020-09-09T15:31:50.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:31:50.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:31:50.721Z] Configure a credential helper to remove this warning. See [2020-09-09T15:31:50.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:31:50.721Z] [2020-09-09T15:31:50.721Z] Login Succeeded [2020-09-09T15:31:50.721Z] nexus3.edgexfoundry.org:10004 [2020-09-09T15:31:50.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:31:50.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:31:50.721Z] Configure a credential helper to remove this warning. See [2020-09-09T15:31:50.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:31:50.721Z] [2020-09-09T15:31:50.721Z] Login Succeeded [2020-09-09T15:31:50.721Z] docker.io [2020-09-09T15:31:51.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:31:51.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:31:51.272Z] Configure a credential helper to remove this warning. See [2020-09-09T15:31:51.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:31:51.272Z] [2020-09-09T15:31:51.272Z] Login Succeeded [2020-09-09T15:31:51.272Z] ---> docker-login.sh ends [Pipeline] } [2020-09-09T15:31:51.281Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:31:51.542Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-09T15:31:51.542Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:51.542Z] 1.2.2-dev.21 [2020-09-09T15:31:51.542Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:31:51.542Z] master [2020-09-09T15:31:51.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:52.044Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:52.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:52.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-09T15:31:52.351Z] d472cb389eb7: Preparing [2020-09-09T15:31:52.351Z] ef7631866681: Preparing [2020-09-09T15:31:52.351Z] e48bacb74220: Preparing [2020-09-09T15:31:52.351Z] d472cb389eb7: Pushed [2020-09-09T15:31:52.351Z] e48bacb74220: Pushed [2020-09-09T15:31:53.740Z] ef7631866681: Pushed [2020-09-09T15:31:53.740Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:a574071ad070eff8e4ac9099935234f369f0cdc1d60f72463cc73917a5fb16d8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:54.048Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:54.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [2020-09-09T15:31:54.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-09T15:31:54.363Z] d472cb389eb7: Preparing [2020-09-09T15:31:54.363Z] ef7631866681: Preparing [2020-09-09T15:31:54.363Z] e48bacb74220: Preparing [2020-09-09T15:31:54.363Z] e48bacb74220: Layer already exists [2020-09-09T15:31:54.363Z] ef7631866681: Layer already exists [2020-09-09T15:31:54.363Z] d472cb389eb7: Layer already exists [2020-09-09T15:31:54.363Z] 1.2.2-dev.21: digest: sha256:a574071ad070eff8e4ac9099935234f369f0cdc1d60f72463cc73917a5fb16d8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:54.674Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:54.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:31:54.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-09T15:31:54.975Z] d472cb389eb7: Preparing [2020-09-09T15:31:54.975Z] ef7631866681: Preparing [2020-09-09T15:31:54.975Z] e48bacb74220: Preparing [2020-09-09T15:31:54.975Z] ef7631866681: Layer already exists [2020-09-09T15:31:54.975Z] d472cb389eb7: Layer already exists [2020-09-09T15:31:54.975Z] e48bacb74220: Layer already exists [2020-09-09T15:31:54.975Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:a574071ad070eff8e4ac9099935234f369f0cdc1d60f72463cc73917a5fb16d8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:55.281Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:55.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-09T15:31:55.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-09T15:31:55.582Z] d472cb389eb7: Preparing [2020-09-09T15:31:55.582Z] ef7631866681: Preparing [2020-09-09T15:31:55.582Z] e48bacb74220: Preparing [2020-09-09T15:31:55.582Z] d472cb389eb7: Layer already exists [2020-09-09T15:31:55.582Z] ef7631866681: Layer already exists [2020-09-09T15:31:55.582Z] e48bacb74220: Layer already exists [2020-09-09T15:31:55.582Z] master: digest: sha256:a574071ad070eff8e4ac9099935234f369f0cdc1d60f72463cc73917a5fb16d8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:31:55.738Z] ===================================================== [Pipeline] echo [2020-09-09T15:31:55.778Z] taggedImages: [2020-09-09T15:31:55.778Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:55.778Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [2020-09-09T15:31:55.778Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:31:55.778Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-09T15:31:55.832Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-09T15:31:55.832Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:55.832Z] 1.2.2-dev.21 [2020-09-09T15:31:55.832Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:31:55.832Z] master [2020-09-09T15:31:55.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:56.293Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:56.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:31:56.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-09T15:31:56.593Z] 965faea9fc1b: Preparing [2020-09-09T15:31:56.593Z] e5e017f540f6: Preparing [2020-09-09T15:31:56.593Z] 508419f247e2: Preparing [2020-09-09T15:31:56.593Z] cc3fcf374d65: Preparing [2020-09-09T15:31:56.593Z] 6b642b338523: Preparing [2020-09-09T15:31:56.593Z] 50644c29ef5a: Preparing [2020-09-09T15:31:56.593Z] 50644c29ef5a: Waiting [2020-09-09T15:31:56.593Z] 6b642b338523: Pushed [2020-09-09T15:31:56.854Z] 965faea9fc1b: Pushed [2020-09-09T15:31:56.854Z] 508419f247e2: Pushed [2020-09-09T15:31:56.854Z] 50644c29ef5a: Layer already exists [2020-09-09T15:31:56.854Z] cc3fcf374d65: Pushed [2020-09-09T15:31:58.240Z] e5e017f540f6: Pushed [2020-09-09T15:31:58.241Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:f1ab0740665477faab75b30a9a44498dac74df5f68aa37d6928956e694c99819 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:58.547Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:58.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [2020-09-09T15:31:58.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-09T15:31:58.844Z] 965faea9fc1b: Preparing [2020-09-09T15:31:58.844Z] e5e017f540f6: Preparing [2020-09-09T15:31:58.844Z] 508419f247e2: Preparing [2020-09-09T15:31:58.844Z] cc3fcf374d65: Preparing [2020-09-09T15:31:58.844Z] 6b642b338523: Preparing [2020-09-09T15:31:58.844Z] 50644c29ef5a: Preparing [2020-09-09T15:31:58.844Z] 50644c29ef5a: Waiting [2020-09-09T15:31:58.844Z] 965faea9fc1b: Layer already exists [2020-09-09T15:31:58.844Z] cc3fcf374d65: Layer already exists [2020-09-09T15:31:58.844Z] 508419f247e2: Layer already exists [2020-09-09T15:31:58.844Z] 6b642b338523: Layer already exists [2020-09-09T15:31:58.844Z] e5e017f540f6: Layer already exists [2020-09-09T15:31:58.844Z] 50644c29ef5a: Layer already exists [2020-09-09T15:31:58.844Z] 1.2.2-dev.21: digest: sha256:f1ab0740665477faab75b30a9a44498dac74df5f68aa37d6928956e694c99819 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:59.159Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:59.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:31:59.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-09T15:31:59.481Z] 965faea9fc1b: Preparing [2020-09-09T15:31:59.481Z] e5e017f540f6: Preparing [2020-09-09T15:31:59.481Z] 508419f247e2: Preparing [2020-09-09T15:31:59.481Z] cc3fcf374d65: Preparing [2020-09-09T15:31:59.481Z] 6b642b338523: Preparing [2020-09-09T15:31:59.481Z] 50644c29ef5a: Preparing [2020-09-09T15:31:59.481Z] 50644c29ef5a: Waiting [2020-09-09T15:31:59.481Z] 6b642b338523: Layer already exists [2020-09-09T15:31:59.481Z] cc3fcf374d65: Layer already exists [2020-09-09T15:31:59.481Z] 508419f247e2: Layer already exists [2020-09-09T15:31:59.481Z] e5e017f540f6: Layer already exists [2020-09-09T15:31:59.481Z] 965faea9fc1b: Layer already exists [2020-09-09T15:31:59.481Z] 50644c29ef5a: Layer already exists [2020-09-09T15:31:59.481Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:f1ab0740665477faab75b30a9a44498dac74df5f68aa37d6928956e694c99819 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:31:59.783Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:00.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-09T15:32:00.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-09T15:32:00.087Z] 965faea9fc1b: Preparing [2020-09-09T15:32:00.087Z] e5e017f540f6: Preparing [2020-09-09T15:32:00.087Z] 508419f247e2: Preparing [2020-09-09T15:32:00.087Z] cc3fcf374d65: Preparing [2020-09-09T15:32:00.087Z] 6b642b338523: Preparing [2020-09-09T15:32:00.087Z] 50644c29ef5a: Preparing [2020-09-09T15:32:00.087Z] 50644c29ef5a: Waiting [2020-09-09T15:32:00.087Z] 965faea9fc1b: Layer already exists [2020-09-09T15:32:00.087Z] 6b642b338523: Layer already exists [2020-09-09T15:32:00.087Z] e5e017f540f6: Layer already exists [2020-09-09T15:32:00.087Z] 508419f247e2: Layer already exists [2020-09-09T15:32:00.087Z] cc3fcf374d65: Layer already exists [2020-09-09T15:32:00.087Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:00.087Z] master: digest: sha256:f1ab0740665477faab75b30a9a44498dac74df5f68aa37d6928956e694c99819 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:00.334Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:00.375Z] taggedImages: [2020-09-09T15:32:00.375Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:00.375Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [2020-09-09T15:32:00.375Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:00.375Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-09T15:32:00.450Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-09T15:32:00.450Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:00.450Z] 1.2.2-dev.21 [2020-09-09T15:32:00.450Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:00.450Z] master [2020-09-09T15:32:00.450Z] ===================================================== [2020-09-09T15:32:00.469Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-09T15:32:00.469Z] (6/12) Installing patch (2.7.6-r6) [2020-09-09T15:32:00.469Z] (7/12) Installing build-base (0.5-r2) [2020-09-09T15:32:00.469Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-09T15:32:00.469Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-09T15:32:00.469Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-09T15:32:00.469Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-09T15:32:00.469Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-09T15:32:00.469Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:32:00.469Z] OK: 217 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:01.028Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:01.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:01.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-09T15:32:01.329Z] 39007a964192: Preparing [2020-09-09T15:32:01.329Z] 67625d69693d: Preparing [2020-09-09T15:32:01.329Z] 83dc6e20a50b: Preparing [2020-09-09T15:32:01.329Z] 83dc6e20a50b: Pushed [2020-09-09T15:32:01.329Z] 39007a964192: Pushed [2020-09-09T15:32:02.715Z] 67625d69693d: Pushed [2020-09-09T15:32:02.976Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:f5031392b2a58c8ece1adfc0b839ec1a0cc09537ecfe61ac68a45729667d3653 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:03.079Z] Removing intermediate container 846c3861053f [2020-09-09T15:32:03.079Z] ---> 45bd204bf2ae [2020-09-09T15:32:03.079Z] Step 4/7 : WORKDIR /edgex-go [2020-09-09T15:32:03.079Z] ---> Running in a7433f5d4dc9 [2020-09-09T15:32:03.288Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:03.349Z] Removing intermediate container a7433f5d4dc9 [2020-09-09T15:32:03.349Z] ---> 3c6f967dd85a [2020-09-09T15:32:03.349Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-09T15:32:03.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [2020-09-09T15:32:03.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-09T15:32:03.590Z] 39007a964192: Preparing [2020-09-09T15:32:03.590Z] 67625d69693d: Preparing [2020-09-09T15:32:03.590Z] 83dc6e20a50b: Preparing [2020-09-09T15:32:03.590Z] 67625d69693d: Layer already exists [2020-09-09T15:32:03.590Z] 83dc6e20a50b: Layer already exists [2020-09-09T15:32:03.590Z] 39007a964192: Layer already exists [2020-09-09T15:32:03.590Z] 1.2.2-dev.21: digest: sha256:f5031392b2a58c8ece1adfc0b839ec1a0cc09537ecfe61ac68a45729667d3653 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:03.620Z] latest: Pulling from library/docker [2020-09-09T15:32:03.620Z] b538f80385f9: Already exists [2020-09-09T15:32:03.620Z] 259a493cd78d: Pulling fs layer [2020-09-09T15:32:03.620Z] b8e66b5100f5: Pulling fs layer [2020-09-09T15:32:03.620Z] 39dc9c94d07c: Pulling fs layer [2020-09-09T15:32:03.620Z] 551b823b3b82: Pulling fs layer [2020-09-09T15:32:03.620Z] 3c52a74df98c: Pulling fs layer [2020-09-09T15:32:03.620Z] 6c9b121b6998: Pulling fs layer [2020-09-09T15:32:03.620Z] 551b823b3b82: Waiting [2020-09-09T15:32:03.620Z] 3c52a74df98c: Waiting [2020-09-09T15:32:03.620Z] 6c9b121b6998: Waiting [2020-09-09T15:32:03.890Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:03.893Z] b8e66b5100f5: Verifying Checksum [2020-09-09T15:32:03.893Z] b8e66b5100f5: Download complete [2020-09-09T15:32:03.893Z] 259a493cd78d: Verifying Checksum [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:04.169Z] 3c52a74df98c: Verifying Checksum [2020-09-09T15:32:04.169Z] 3c52a74df98c: Download complete [2020-09-09T15:32:04.169Z] 6c9b121b6998: Verifying Checksum [2020-09-09T15:32:04.169Z] 6c9b121b6998: Download complete [2020-09-09T15:32:04.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:04.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-09T15:32:04.184Z] 39007a964192: Preparing [2020-09-09T15:32:04.184Z] 67625d69693d: Preparing [2020-09-09T15:32:04.184Z] 83dc6e20a50b: Preparing [2020-09-09T15:32:04.184Z] 39007a964192: Layer already exists [2020-09-09T15:32:04.184Z] 67625d69693d: Layer already exists [2020-09-09T15:32:04.184Z] 83dc6e20a50b: Layer already exists [2020-09-09T15:32:04.184Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:f5031392b2a58c8ece1adfc0b839ec1a0cc09537ecfe61ac68a45729667d3653 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:04.441Z] 259a493cd78d: Pull complete [2020-09-09T15:32:04.483Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:04.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-09T15:32:04.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-09T15:32:04.828Z] 39007a964192: Preparing [2020-09-09T15:32:04.828Z] 67625d69693d: Preparing [2020-09-09T15:32:04.828Z] 83dc6e20a50b: Preparing [2020-09-09T15:32:04.828Z] 67625d69693d: Layer already exists [2020-09-09T15:32:04.828Z] 39007a964192: Layer already exists [2020-09-09T15:32:04.828Z] 83dc6e20a50b: Layer already exists [2020-09-09T15:32:04.828Z] master: digest: sha256:f5031392b2a58c8ece1adfc0b839ec1a0cc09537ecfe61ac68a45729667d3653 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-09-09T15:32:05.034Z] b8e66b5100f5: Pull complete [2020-09-09T15:32:05.035Z] 551b823b3b82: Verifying Checksum [2020-09-09T15:32:05.035Z] 551b823b3b82: Download complete [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:05.086Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:05.125Z] taggedImages: [2020-09-09T15:32:05.125Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:05.125Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [2020-09-09T15:32:05.125Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:05.125Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-09T15:32:05.186Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-09T15:32:05.186Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:05.186Z] 1.2.2-dev.21 [2020-09-09T15:32:05.186Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:05.186Z] master [2020-09-09T15:32:05.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-09-09T15:32:05.307Z] 39dc9c94d07c: Verifying Checksum [2020-09-09T15:32:05.308Z] 39dc9c94d07c: Download complete [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:05.644Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:05.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:05.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-09T15:32:05.939Z] bdd074384a6e: Preparing [2020-09-09T15:32:05.939Z] d4d1517c2f0e: Preparing [2020-09-09T15:32:05.939Z] 2cb987f2c7b3: Preparing [2020-09-09T15:32:05.939Z] d696b9dea5fc: Preparing [2020-09-09T15:32:05.939Z] 50644c29ef5a: Preparing [2020-09-09T15:32:05.939Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:05.939Z] d4d1517c2f0e: Pushed [2020-09-09T15:32:05.939Z] 2cb987f2c7b3: Pushed [2020-09-09T15:32:06.200Z] d696b9dea5fc: Pushed [2020-09-09T15:32:06.774Z] bdd074384a6e: Pushed [2020-09-09T15:32:07.035Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:c0663ac7fd216ef81d21cfb25fa96251798fca9cfa92902bd5378858aefb70ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:07.332Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:07.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [2020-09-09T15:32:07.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-09T15:32:07.624Z] bdd074384a6e: Preparing [2020-09-09T15:32:07.624Z] d4d1517c2f0e: Preparing [2020-09-09T15:32:07.624Z] 2cb987f2c7b3: Preparing [2020-09-09T15:32:07.624Z] d696b9dea5fc: Preparing [2020-09-09T15:32:07.624Z] 50644c29ef5a: Preparing [2020-09-09T15:32:07.624Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:07.624Z] d4d1517c2f0e: Layer already exists [2020-09-09T15:32:07.624Z] 2cb987f2c7b3: Layer already exists [2020-09-09T15:32:07.624Z] bdd074384a6e: Layer already exists [2020-09-09T15:32:07.624Z] d696b9dea5fc: Layer already exists [2020-09-09T15:32:07.624Z] 1.2.2-dev.21: digest: sha256:c0663ac7fd216ef81d21cfb25fa96251798fca9cfa92902bd5378858aefb70ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:07.921Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:08.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:08.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-09T15:32:08.213Z] bdd074384a6e: Preparing [2020-09-09T15:32:08.213Z] d4d1517c2f0e: Preparing [2020-09-09T15:32:08.213Z] 2cb987f2c7b3: Preparing [2020-09-09T15:32:08.213Z] d696b9dea5fc: Preparing [2020-09-09T15:32:08.213Z] 50644c29ef5a: Preparing [2020-09-09T15:32:08.213Z] 2cb987f2c7b3: Layer already exists [2020-09-09T15:32:08.213Z] bdd074384a6e: Layer already exists [2020-09-09T15:32:08.213Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:08.213Z] d4d1517c2f0e: Layer already exists [2020-09-09T15:32:08.213Z] d696b9dea5fc: Layer already exists [2020-09-09T15:32:08.213Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:c0663ac7fd216ef81d21cfb25fa96251798fca9cfa92902bd5378858aefb70ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:08.510Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:08.696Z] 39dc9c94d07c: Pull complete [2020-09-09T15:32:08.696Z] 551b823b3b82: Pull complete [2020-09-09T15:32:08.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-09T15:32:08.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-09T15:32:08.804Z] bdd074384a6e: Preparing [2020-09-09T15:32:08.804Z] d4d1517c2f0e: Preparing [2020-09-09T15:32:08.804Z] 2cb987f2c7b3: Preparing [2020-09-09T15:32:08.804Z] d696b9dea5fc: Preparing [2020-09-09T15:32:08.804Z] 50644c29ef5a: Preparing [2020-09-09T15:32:08.804Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:08.804Z] d4d1517c2f0e: Layer already exists [2020-09-09T15:32:08.804Z] d696b9dea5fc: Layer already exists [2020-09-09T15:32:08.804Z] bdd074384a6e: Layer already exists [2020-09-09T15:32:08.804Z] 2cb987f2c7b3: Layer already exists [2020-09-09T15:32:08.804Z] master: digest: sha256:c0663ac7fd216ef81d21cfb25fa96251798fca9cfa92902bd5378858aefb70ec size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-09-09T15:32:08.967Z] 3c52a74df98c: Pull complete [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:09.004Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:09.045Z] taggedImages: [2020-09-09T15:32:09.045Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:09.045Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [2020-09-09T15:32:09.045Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:09.045Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-09T15:32:09.096Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-09T15:32:09.096Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:09.096Z] 1.2.2-dev.21 [2020-09-09T15:32:09.096Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:09.096Z] master [2020-09-09T15:32:09.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:09.532Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:09.559Z] 6c9b121b6998: Pull complete [2020-09-09T15:32:09.559Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-09T15:32:09.559Z] Status: Downloaded newer image for docker:latest [2020-09-09T15:32:09.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:09.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-09T15:32:09.827Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:09.827Z] 821f65a070e2: Preparing [2020-09-09T15:32:09.827Z] 9688dd66eac5: Preparing [2020-09-09T15:32:09.827Z] 27972d2be869: Preparing [2020-09-09T15:32:09.827Z] 27972d2be869: Preparing [2020-09-09T15:32:09.827Z] 086f31e8c353: Preparing [2020-09-09T15:32:09.827Z] bcc68cd91948: Preparing [2020-09-09T15:32:09.827Z] 81d0cd875a08: Preparing [2020-09-09T15:32:09.827Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:09.827Z] 1bfe17ec3359: Preparing [2020-09-09T15:32:09.827Z] c8eb541d27e3: Preparing [2020-09-09T15:32:09.827Z] 5d3bc6518aac: Preparing [2020-09-09T15:32:09.827Z] 50644c29ef5a: Preparing [2020-09-09T15:32:09.827Z] bcc68cd91948: Waiting [2020-09-09T15:32:09.827Z] 81d0cd875a08: Waiting [2020-09-09T15:32:09.827Z] 1bfe17ec3359: Waiting [2020-09-09T15:32:09.827Z] c8eb541d27e3: Waiting [2020-09-09T15:32:09.827Z] 5d3bc6518aac: Waiting [2020-09-09T15:32:09.827Z] 50644c29ef5a: Waiting [2020-09-09T15:32:10.087Z] 821f65a070e2: Pushed [2020-09-09T15:32:10.087Z] 9688dd66eac5: Pushed [2020-09-09T15:32:10.087Z] 086f31e8c353: Pushed [2020-09-09T15:32:10.087Z] 27972d2be869: Pushed [2020-09-09T15:32:10.087Z] 1bfe17ec3359: Pushed [2020-09-09T15:32:10.087Z] c8eb541d27e3: Pushed [2020-09-09T15:32:10.087Z] bcc68cd91948: Pushed [2020-09-09T15:32:10.347Z] 81d0cd875a08: Pushed [2020-09-09T15:32:10.347Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:10.606Z] 5d3bc6518aac: Pushed [2020-09-09T15:32:10.607Z] e1f7a8b8d0bb: Pushed [2020-09-09T15:32:10.867Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:c4db09e81b631de7d87f8719ffb175ba73c0b713798fa368b6b7efc024403fe2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:11.762Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:12.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [2020-09-09T15:32:12.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-09T15:32:12.316Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:12.316Z] 821f65a070e2: Preparing [2020-09-09T15:32:12.316Z] 9688dd66eac5: Preparing [2020-09-09T15:32:12.316Z] 27972d2be869: Preparing [2020-09-09T15:32:12.316Z] 27972d2be869: Preparing [2020-09-09T15:32:12.316Z] 086f31e8c353: Preparing [2020-09-09T15:32:12.316Z] bcc68cd91948: Preparing [2020-09-09T15:32:12.316Z] 81d0cd875a08: Preparing [2020-09-09T15:32:12.316Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:12.316Z] 1bfe17ec3359: Preparing [2020-09-09T15:32:12.316Z] c8eb541d27e3: Preparing [2020-09-09T15:32:12.316Z] 5d3bc6518aac: Preparing [2020-09-09T15:32:12.316Z] 50644c29ef5a: Preparing [2020-09-09T15:32:12.316Z] bcc68cd91948: Waiting [2020-09-09T15:32:12.316Z] 81d0cd875a08: Waiting [2020-09-09T15:32:12.316Z] 1bfe17ec3359: Waiting [2020-09-09T15:32:12.316Z] c8eb541d27e3: Waiting [2020-09-09T15:32:12.316Z] 5d3bc6518aac: Waiting [2020-09-09T15:32:12.316Z] 50644c29ef5a: Waiting [2020-09-09T15:32:12.316Z] 9688dd66eac5: Layer already exists [2020-09-09T15:32:12.316Z] 821f65a070e2: Layer already exists [2020-09-09T15:32:12.316Z] 27972d2be869: Layer already exists [2020-09-09T15:32:12.316Z] e1f7a8b8d0bb: Layer already exists [2020-09-09T15:32:12.316Z] 086f31e8c353: Layer already exists [2020-09-09T15:32:12.316Z] bcc68cd91948: Layer already exists [2020-09-09T15:32:12.316Z] 81d0cd875a08: Layer already exists [2020-09-09T15:32:12.316Z] 1bfe17ec3359: Layer already exists [2020-09-09T15:32:12.316Z] c8eb541d27e3: Layer already exists [2020-09-09T15:32:12.316Z] 5d3bc6518aac: Layer already exists [2020-09-09T15:32:12.316Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:12.316Z] 1.2.2-dev.21: digest: sha256:c4db09e81b631de7d87f8719ffb175ba73c0b713798fa368b6b7efc024403fe2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:12.614Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:12.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:12.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-09T15:32:12.907Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:12.907Z] 821f65a070e2: Preparing [2020-09-09T15:32:12.907Z] 9688dd66eac5: Preparing [2020-09-09T15:32:12.907Z] 27972d2be869: Preparing [2020-09-09T15:32:12.907Z] 27972d2be869: Preparing [2020-09-09T15:32:12.907Z] 086f31e8c353: Preparing [2020-09-09T15:32:12.907Z] bcc68cd91948: Preparing [2020-09-09T15:32:12.907Z] 81d0cd875a08: Preparing [2020-09-09T15:32:12.907Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:12.907Z] 1bfe17ec3359: Preparing [2020-09-09T15:32:12.907Z] c8eb541d27e3: Preparing [2020-09-09T15:32:12.907Z] 5d3bc6518aac: Preparing [2020-09-09T15:32:12.907Z] 50644c29ef5a: Preparing [2020-09-09T15:32:12.907Z] bcc68cd91948: Waiting [2020-09-09T15:32:12.907Z] 81d0cd875a08: Waiting [2020-09-09T15:32:12.907Z] 1bfe17ec3359: Waiting [2020-09-09T15:32:12.907Z] c8eb541d27e3: Waiting [2020-09-09T15:32:12.907Z] 50644c29ef5a: Waiting [2020-09-09T15:32:12.907Z] 5d3bc6518aac: Waiting [2020-09-09T15:32:12.907Z] 27972d2be869: Layer already exists [2020-09-09T15:32:12.907Z] 821f65a070e2: Layer already exists [2020-09-09T15:32:12.907Z] 9688dd66eac5: Layer already exists [2020-09-09T15:32:12.907Z] 086f31e8c353: Layer already exists [2020-09-09T15:32:12.907Z] e1f7a8b8d0bb: Layer already exists [2020-09-09T15:32:12.907Z] bcc68cd91948: Layer already exists [2020-09-09T15:32:12.907Z] c8eb541d27e3: Layer already exists [2020-09-09T15:32:12.907Z] 81d0cd875a08: Layer already exists [2020-09-09T15:32:12.907Z] 1bfe17ec3359: Layer already exists [2020-09-09T15:32:12.907Z] 5d3bc6518aac: Layer already exists [2020-09-09T15:32:12.907Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:12.907Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:c4db09e81b631de7d87f8719ffb175ba73c0b713798fa368b6b7efc024403fe2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:12.960Z] ---> b5e15a4598bf [2020-09-09T15:32:12.960Z] Step 6/7 : COPY go.mod . [2020-09-09T15:32:13.204Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:13.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-09T15:32:13.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-09T15:32:13.497Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:13.497Z] 821f65a070e2: Preparing [2020-09-09T15:32:13.497Z] 9688dd66eac5: Preparing [2020-09-09T15:32:13.497Z] 27972d2be869: Preparing [2020-09-09T15:32:13.497Z] 27972d2be869: Preparing [2020-09-09T15:32:13.497Z] 086f31e8c353: Preparing [2020-09-09T15:32:13.497Z] bcc68cd91948: Preparing [2020-09-09T15:32:13.497Z] 81d0cd875a08: Preparing [2020-09-09T15:32:13.497Z] e1f7a8b8d0bb: Preparing [2020-09-09T15:32:13.497Z] 1bfe17ec3359: Preparing [2020-09-09T15:32:13.497Z] c8eb541d27e3: Preparing [2020-09-09T15:32:13.497Z] 5d3bc6518aac: Preparing [2020-09-09T15:32:13.497Z] 50644c29ef5a: Preparing [2020-09-09T15:32:13.497Z] bcc68cd91948: Waiting [2020-09-09T15:32:13.497Z] 81d0cd875a08: Waiting [2020-09-09T15:32:13.497Z] 1bfe17ec3359: Waiting [2020-09-09T15:32:13.498Z] c8eb541d27e3: Waiting [2020-09-09T15:32:13.498Z] 50644c29ef5a: Waiting [2020-09-09T15:32:13.498Z] 5d3bc6518aac: Waiting [2020-09-09T15:32:13.498Z] 27972d2be869: Layer already exists [2020-09-09T15:32:13.498Z] 086f31e8c353: Layer already exists [2020-09-09T15:32:13.498Z] 821f65a070e2: Layer already exists [2020-09-09T15:32:13.498Z] e1f7a8b8d0bb: Layer already exists [2020-09-09T15:32:13.498Z] 9688dd66eac5: Layer already exists [2020-09-09T15:32:13.498Z] 81d0cd875a08: Layer already exists [2020-09-09T15:32:13.498Z] 1bfe17ec3359: Layer already exists [2020-09-09T15:32:13.498Z] bcc68cd91948: Layer already exists [2020-09-09T15:32:13.498Z] c8eb541d27e3: Layer already exists [2020-09-09T15:32:13.498Z] 5d3bc6518aac: Layer already exists [2020-09-09T15:32:13.498Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:13.498Z] master: digest: sha256:c4db09e81b631de7d87f8719ffb175ba73c0b713798fa368b6b7efc024403fe2 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [2020-09-09T15:32:13.552Z] ---> 6035807e054a [2020-09-09T15:32:13.552Z] Step 7/7 : RUN go mod download [2020-09-09T15:32:13.552Z] ---> Running in 25e3f4b6af53 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:13.663Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:13.702Z] taggedImages: [2020-09-09T15:32:13.702Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:13.702Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [2020-09-09T15:32:13.702Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:13.702Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-09T15:32:13.754Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-09T15:32:13.754Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:13.754Z] 1.2.2-dev.21 [2020-09-09T15:32:13.754Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:13.754Z] master [2020-09-09T15:32:13.754Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:14.223Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:14.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:14.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-09T15:32:14.519Z] 11ebc7184395: Preparing [2020-09-09T15:32:14.519Z] 2c485c9ea421: Preparing [2020-09-09T15:32:14.519Z] a21103e53cd5: Preparing [2020-09-09T15:32:14.519Z] 7767820903bb: Preparing [2020-09-09T15:32:14.519Z] 83550ffb9a8f: Preparing [2020-09-09T15:32:14.519Z] c2e7873de3ba: Preparing [2020-09-09T15:32:14.519Z] 7437b479b134: Preparing [2020-09-09T15:32:14.519Z] 56f088d58692: Preparing [2020-09-09T15:32:14.519Z] 865ccbef1087: Preparing [2020-09-09T15:32:14.519Z] 92199209561d: Preparing [2020-09-09T15:32:14.519Z] 1b3ee35aacca: Preparing [2020-09-09T15:32:14.519Z] 56f088d58692: Waiting [2020-09-09T15:32:14.519Z] c2e7873de3ba: Waiting [2020-09-09T15:32:14.519Z] 7437b479b134: Waiting [2020-09-09T15:32:14.519Z] 865ccbef1087: Waiting [2020-09-09T15:32:14.519Z] 92199209561d: Waiting [2020-09-09T15:32:14.519Z] 1b3ee35aacca: Waiting [2020-09-09T15:32:14.781Z] 2c485c9ea421: Pushed [2020-09-09T15:32:14.781Z] 11ebc7184395: Pushed [2020-09-09T15:32:14.781Z] 7437b479b134: Pushed [2020-09-09T15:32:14.781Z] c2e7873de3ba: Pushed [2020-09-09T15:32:15.049Z] 56f088d58692: Pushed [2020-09-09T15:32:15.049Z] 865ccbef1087: Pushed [2020-09-09T15:32:15.049Z] 1b3ee35aacca: Layer already exists [2020-09-09T15:32:15.314Z] 92199209561d: Pushed [2020-09-09T15:32:15.314Z] a21103e53cd5: Pushed [2020-09-09T15:32:15.573Z] 83550ffb9a8f: Pushed [2020-09-09T15:32:15.573Z] 7767820903bb: Pushed [2020-09-09T15:32:15.833Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:cb475e68d90adc577ffee1cbf2628a17e3f8e36dd04198007ceb20fd6271d60b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:16.129Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:16.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [2020-09-09T15:32:16.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-09T15:32:16.424Z] 11ebc7184395: Preparing [2020-09-09T15:32:16.424Z] 2c485c9ea421: Preparing [2020-09-09T15:32:16.424Z] a21103e53cd5: Preparing [2020-09-09T15:32:16.424Z] 7767820903bb: Preparing [2020-09-09T15:32:16.424Z] 83550ffb9a8f: Preparing [2020-09-09T15:32:16.424Z] c2e7873de3ba: Preparing [2020-09-09T15:32:16.424Z] 7437b479b134: Preparing [2020-09-09T15:32:16.424Z] 56f088d58692: Preparing [2020-09-09T15:32:16.424Z] 865ccbef1087: Preparing [2020-09-09T15:32:16.424Z] 92199209561d: Preparing [2020-09-09T15:32:16.424Z] 1b3ee35aacca: Preparing [2020-09-09T15:32:16.424Z] 7437b479b134: Waiting [2020-09-09T15:32:16.424Z] 56f088d58692: Waiting [2020-09-09T15:32:16.424Z] 865ccbef1087: Waiting [2020-09-09T15:32:16.424Z] 92199209561d: Waiting [2020-09-09T15:32:16.424Z] 1b3ee35aacca: Waiting [2020-09-09T15:32:16.424Z] c2e7873de3ba: Waiting [2020-09-09T15:32:16.424Z] 83550ffb9a8f: Layer already exists [2020-09-09T15:32:16.424Z] a21103e53cd5: Layer already exists [2020-09-09T15:32:16.424Z] 11ebc7184395: Layer already exists [2020-09-09T15:32:16.424Z] 7767820903bb: Layer already exists [2020-09-09T15:32:16.424Z] 2c485c9ea421: Layer already exists [2020-09-09T15:32:16.424Z] 7437b479b134: Layer already exists [2020-09-09T15:32:16.424Z] 56f088d58692: Layer already exists [2020-09-09T15:32:16.424Z] 92199209561d: Layer already exists [2020-09-09T15:32:16.424Z] 865ccbef1087: Layer already exists [2020-09-09T15:32:16.424Z] c2e7873de3ba: Layer already exists [2020-09-09T15:32:16.424Z] 1b3ee35aacca: Layer already exists [2020-09-09T15:32:16.424Z] 1.2.2-dev.21: digest: sha256:cb475e68d90adc577ffee1cbf2628a17e3f8e36dd04198007ceb20fd6271d60b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:16.722Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:16.934Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-09T15:32:16.935Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T15:32:16.935Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-09T15:32:16.935Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T15:32:16.935Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T15:32:16.935Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T15:32:16.935Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T15:32:16.935Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T15:32:16.935Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-09T15:32:16.935Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T15:32:16.935Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-09T15:32:16.935Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-09T15:32:16.935Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T15:32:16.935Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T15:32:16.935Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-09T15:32:16.935Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-09T15:32:16.935Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-09T15:32:16.935Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-09T15:32:16.935Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T15:32:16.935Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-09T15:32:16.935Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T15:32:17.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:17.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-09T15:32:17.014Z] 11ebc7184395: Preparing [2020-09-09T15:32:17.014Z] 2c485c9ea421: Preparing [2020-09-09T15:32:17.014Z] a21103e53cd5: Preparing [2020-09-09T15:32:17.014Z] 7767820903bb: Preparing [2020-09-09T15:32:17.014Z] 83550ffb9a8f: Preparing [2020-09-09T15:32:17.014Z] c2e7873de3ba: Preparing [2020-09-09T15:32:17.014Z] 7437b479b134: Preparing [2020-09-09T15:32:17.014Z] 56f088d58692: Preparing [2020-09-09T15:32:17.014Z] 865ccbef1087: Preparing [2020-09-09T15:32:17.014Z] 92199209561d: Preparing [2020-09-09T15:32:17.014Z] 1b3ee35aacca: Preparing [2020-09-09T15:32:17.014Z] 7437b479b134: Waiting [2020-09-09T15:32:17.014Z] 56f088d58692: Waiting [2020-09-09T15:32:17.014Z] 865ccbef1087: Waiting [2020-09-09T15:32:17.014Z] 92199209561d: Waiting [2020-09-09T15:32:17.014Z] c2e7873de3ba: Waiting [2020-09-09T15:32:17.014Z] 1b3ee35aacca: Waiting [2020-09-09T15:32:17.014Z] a21103e53cd5: Layer already exists [2020-09-09T15:32:17.014Z] 83550ffb9a8f: Layer already exists [2020-09-09T15:32:17.014Z] 7767820903bb: Layer already exists [2020-09-09T15:32:17.014Z] 11ebc7184395: Layer already exists [2020-09-09T15:32:17.014Z] 2c485c9ea421: Layer already exists [2020-09-09T15:32:17.014Z] c2e7873de3ba: Layer already exists [2020-09-09T15:32:17.014Z] 7437b479b134: Layer already exists [2020-09-09T15:32:17.014Z] 865ccbef1087: Layer already exists [2020-09-09T15:32:17.014Z] 56f088d58692: Layer already exists [2020-09-09T15:32:17.014Z] 92199209561d: Layer already exists [2020-09-09T15:32:17.014Z] 1b3ee35aacca: Layer already exists [2020-09-09T15:32:17.014Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:cb475e68d90adc577ffee1cbf2628a17e3f8e36dd04198007ceb20fd6271d60b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:17.206Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-09T15:32:17.206Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T15:32:17.206Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T15:32:17.206Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T15:32:17.206Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T15:32:17.206Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T15:32:17.206Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T15:32:17.206Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-09T15:32:17.206Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T15:32:17.206Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-09T15:32:17.206Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-09T15:32:17.206Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T15:32:17.334Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:17.474Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T15:32:17.474Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T15:32:17.474Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T15:32:17.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-09T15:32:17.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-09T15:32:17.624Z] 11ebc7184395: Preparing [2020-09-09T15:32:17.624Z] 2c485c9ea421: Preparing [2020-09-09T15:32:17.624Z] a21103e53cd5: Preparing [2020-09-09T15:32:17.625Z] 7767820903bb: Preparing [2020-09-09T15:32:17.625Z] 83550ffb9a8f: Preparing [2020-09-09T15:32:17.625Z] c2e7873de3ba: Preparing [2020-09-09T15:32:17.625Z] 7437b479b134: Preparing [2020-09-09T15:32:17.625Z] 56f088d58692: Preparing [2020-09-09T15:32:17.625Z] 865ccbef1087: Preparing [2020-09-09T15:32:17.625Z] 92199209561d: Preparing [2020-09-09T15:32:17.625Z] 1b3ee35aacca: Preparing [2020-09-09T15:32:17.625Z] c2e7873de3ba: Waiting [2020-09-09T15:32:17.625Z] 7437b479b134: Waiting [2020-09-09T15:32:17.625Z] 56f088d58692: Waiting [2020-09-09T15:32:17.625Z] 865ccbef1087: Waiting [2020-09-09T15:32:17.625Z] 92199209561d: Waiting [2020-09-09T15:32:17.625Z] 1b3ee35aacca: Waiting [2020-09-09T15:32:17.625Z] 2c485c9ea421: Layer already exists [2020-09-09T15:32:17.625Z] 7767820903bb: Layer already exists [2020-09-09T15:32:17.625Z] 11ebc7184395: Layer already exists [2020-09-09T15:32:17.625Z] a21103e53cd5: Layer already exists [2020-09-09T15:32:17.625Z] 83550ffb9a8f: Layer already exists [2020-09-09T15:32:17.625Z] 7437b479b134: Layer already exists [2020-09-09T15:32:17.625Z] 56f088d58692: Layer already exists [2020-09-09T15:32:17.625Z] c2e7873de3ba: Layer already exists [2020-09-09T15:32:17.625Z] 865ccbef1087: Layer already exists [2020-09-09T15:32:17.625Z] 92199209561d: Layer already exists [2020-09-09T15:32:17.625Z] 1b3ee35aacca: Layer already exists [2020-09-09T15:32:17.625Z] master: digest: sha256:cb475e68d90adc577ffee1cbf2628a17e3f8e36dd04198007ceb20fd6271d60b size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-09-09T15:32:17.746Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T15:32:17.746Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T15:32:17.746Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T15:32:17.746Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T15:32:17.746Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T15:32:17.746Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T15:32:17.746Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-09T15:32:17.746Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-09T15:32:17.746Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T15:32:17.746Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-09T15:32:17.746Z] go: finding github.com/kr/pty v1.1.1 [Pipeline] echo [2020-09-09T15:32:17.781Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:17.820Z] taggedImages: [2020-09-09T15:32:17.820Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:17.820Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [2020-09-09T15:32:17.820Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:17.820Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-09T15:32:17.871Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-09T15:32:17.871Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:17.871Z] 1.2.2-dev.21 [2020-09-09T15:32:17.871Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:17.871Z] master [2020-09-09T15:32:17.871Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-09-09T15:32:18.017Z] go: finding github.com/kr/text v0.1.0 [2020-09-09T15:32:18.017Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T15:32:18.017Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T15:32:18.017Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T15:32:18.017Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T15:32:18.017Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T15:32:18.017Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T15:32:18.017Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T15:32:18.017Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T15:32:18.017Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T15:32:18.017Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T15:32:18.017Z] go: finding github.com/mitchellh/iochan v1.0.0 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:18.289Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T15:32:18.289Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T15:32:18.289Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-09T15:32:18.289Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-09T15:32:18.289Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T15:32:18.289Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-09T15:32:18.289Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T15:32:18.289Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T15:32:18.289Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T15:32:18.289Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T15:32:18.289Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-09T15:32:18.289Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T15:32:18.313Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:18.560Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T15:32:18.560Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T15:32:18.560Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T15:32:18.560Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T15:32:18.560Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T15:32:18.560Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-09T15:32:18.560Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-09T15:32:18.560Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T15:32:18.560Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-09T15:32:18.560Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T15:32:18.560Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T15:32:18.560Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-09T15:32:18.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:18.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-09T15:32:18.674Z] 9fb24c40804b: Preparing [2020-09-09T15:32:18.674Z] 382d442805cc: Preparing [2020-09-09T15:32:18.674Z] 9c87abb930db: Preparing [2020-09-09T15:32:18.674Z] da90f6cd8a31: Preparing [2020-09-09T15:32:18.674Z] 9fb24c40804b: Pushed [2020-09-09T15:32:18.674Z] 9c87abb930db: Pushed [2020-09-09T15:32:18.674Z] da90f6cd8a31: Pushed [2020-09-09T15:32:18.833Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-09T15:32:18.833Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-09T15:32:18.833Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-09T15:32:18.833Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T15:32:19.647Z] 382d442805cc: Pushed [2020-09-09T15:32:19.907Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:d21976dd1b8a0dc9472f944bc06fb336dadb3da951279c103d7cbb39341b1530 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:20.204Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:20.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [2020-09-09T15:32:20.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-09T15:32:20.496Z] 9fb24c40804b: Preparing [2020-09-09T15:32:20.496Z] 382d442805cc: Preparing [2020-09-09T15:32:20.496Z] 9c87abb930db: Preparing [2020-09-09T15:32:20.496Z] da90f6cd8a31: Preparing [2020-09-09T15:32:20.496Z] da90f6cd8a31: Layer already exists [2020-09-09T15:32:20.496Z] 9fb24c40804b: Layer already exists [2020-09-09T15:32:20.496Z] 9c87abb930db: Layer already exists [2020-09-09T15:32:20.496Z] 382d442805cc: Layer already exists [2020-09-09T15:32:20.496Z] 1.2.2-dev.21: digest: sha256:d21976dd1b8a0dc9472f944bc06fb336dadb3da951279c103d7cbb39341b1530 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:20.793Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:21.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:21.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-09T15:32:21.087Z] 9fb24c40804b: Preparing [2020-09-09T15:32:21.087Z] 382d442805cc: Preparing [2020-09-09T15:32:21.087Z] 9c87abb930db: Preparing [2020-09-09T15:32:21.087Z] da90f6cd8a31: Preparing [2020-09-09T15:32:21.087Z] da90f6cd8a31: Layer already exists [2020-09-09T15:32:21.087Z] 9c87abb930db: Layer already exists [2020-09-09T15:32:21.087Z] 9fb24c40804b: Layer already exists [2020-09-09T15:32:21.087Z] 382d442805cc: Layer already exists [2020-09-09T15:32:21.087Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:d21976dd1b8a0dc9472f944bc06fb336dadb3da951279c103d7cbb39341b1530 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:21.382Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:21.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-09T15:32:21.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-09T15:32:21.677Z] 9fb24c40804b: Preparing [2020-09-09T15:32:21.677Z] 382d442805cc: Preparing [2020-09-09T15:32:21.677Z] 9c87abb930db: Preparing [2020-09-09T15:32:21.677Z] da90f6cd8a31: Preparing [2020-09-09T15:32:21.677Z] 382d442805cc: Layer already exists [2020-09-09T15:32:21.677Z] 9c87abb930db: Layer already exists [2020-09-09T15:32:21.677Z] da90f6cd8a31: Layer already exists [2020-09-09T15:32:21.677Z] 9fb24c40804b: Layer already exists [2020-09-09T15:32:21.677Z] master: digest: sha256:d21976dd1b8a0dc9472f944bc06fb336dadb3da951279c103d7cbb39341b1530 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:21.845Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:21.884Z] taggedImages: [2020-09-09T15:32:21.884Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:21.884Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [2020-09-09T15:32:21.884Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:21.884Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-09T15:32:21.936Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-09T15:32:21.936Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:21.936Z] 1.2.2-dev.21 [2020-09-09T15:32:21.936Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:21.936Z] master [2020-09-09T15:32:21.936Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:22.468Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:22.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:22.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-09T15:32:22.764Z] a511b7fb9d64: Preparing [2020-09-09T15:32:22.764Z] df653dd3725f: Preparing [2020-09-09T15:32:22.764Z] 42a354958f9a: Preparing [2020-09-09T15:32:22.764Z] 2e4ae4a081b7: Preparing [2020-09-09T15:32:22.764Z] 5df4ed619f89: Preparing [2020-09-09T15:32:22.764Z] a1115465fd96: Preparing [2020-09-09T15:32:22.764Z] a1115465fd96: Waiting [2020-09-09T15:32:22.764Z] 42a354958f9a: Pushed [2020-09-09T15:32:23.024Z] 2e4ae4a081b7: Pushed [2020-09-09T15:32:23.024Z] 5df4ed619f89: Pushed [2020-09-09T15:32:23.024Z] a511b7fb9d64: Pushed [2020-09-09T15:32:23.024Z] a1115465fd96: Pushed [2020-09-09T15:32:23.963Z] df653dd3725f: Pushed [2020-09-09T15:32:24.223Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:329b0f62743e7816e05a81b5373bcdfc8b17dbf49e3c12a3e630c4f3516f8def size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:24.521Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:24.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [2020-09-09T15:32:24.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-09T15:32:24.814Z] a511b7fb9d64: Preparing [2020-09-09T15:32:24.814Z] df653dd3725f: Preparing [2020-09-09T15:32:24.814Z] 42a354958f9a: Preparing [2020-09-09T15:32:24.814Z] 2e4ae4a081b7: Preparing [2020-09-09T15:32:24.814Z] 5df4ed619f89: Preparing [2020-09-09T15:32:24.814Z] a1115465fd96: Preparing [2020-09-09T15:32:24.814Z] a1115465fd96: Waiting [2020-09-09T15:32:24.814Z] 5df4ed619f89: Layer already exists [2020-09-09T15:32:24.814Z] df653dd3725f: Layer already exists [2020-09-09T15:32:24.814Z] a511b7fb9d64: Layer already exists [2020-09-09T15:32:24.814Z] 42a354958f9a: Layer already exists [2020-09-09T15:32:24.814Z] 2e4ae4a081b7: Layer already exists [2020-09-09T15:32:24.814Z] a1115465fd96: Layer already exists [2020-09-09T15:32:24.814Z] 1.2.2-dev.21: digest: sha256:329b0f62743e7816e05a81b5373bcdfc8b17dbf49e3c12a3e630c4f3516f8def size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:25.121Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:25.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:25.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-09T15:32:25.420Z] a511b7fb9d64: Preparing [2020-09-09T15:32:25.420Z] df653dd3725f: Preparing [2020-09-09T15:32:25.420Z] 42a354958f9a: Preparing [2020-09-09T15:32:25.420Z] 2e4ae4a081b7: Preparing [2020-09-09T15:32:25.420Z] 5df4ed619f89: Preparing [2020-09-09T15:32:25.420Z] a1115465fd96: Preparing [2020-09-09T15:32:25.420Z] a1115465fd96: Waiting [2020-09-09T15:32:25.420Z] df653dd3725f: Layer already exists [2020-09-09T15:32:25.420Z] 42a354958f9a: Layer already exists [2020-09-09T15:32:25.420Z] 2e4ae4a081b7: Layer already exists [2020-09-09T15:32:25.420Z] 5df4ed619f89: Layer already exists [2020-09-09T15:32:25.420Z] a511b7fb9d64: Layer already exists [2020-09-09T15:32:25.420Z] a1115465fd96: Layer already exists [2020-09-09T15:32:25.420Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:329b0f62743e7816e05a81b5373bcdfc8b17dbf49e3c12a3e630c4f3516f8def size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:25.724Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:26.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-09T15:32:26.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-09T15:32:26.025Z] a511b7fb9d64: Preparing [2020-09-09T15:32:26.025Z] df653dd3725f: Preparing [2020-09-09T15:32:26.025Z] 42a354958f9a: Preparing [2020-09-09T15:32:26.025Z] 2e4ae4a081b7: Preparing [2020-09-09T15:32:26.025Z] 5df4ed619f89: Preparing [2020-09-09T15:32:26.025Z] a1115465fd96: Preparing [2020-09-09T15:32:26.025Z] 2e4ae4a081b7: Layer already exists [2020-09-09T15:32:26.025Z] a511b7fb9d64: Layer already exists [2020-09-09T15:32:26.025Z] df653dd3725f: Layer already exists [2020-09-09T15:32:26.025Z] 5df4ed619f89: Layer already exists [2020-09-09T15:32:26.025Z] 42a354958f9a: Layer already exists [2020-09-09T15:32:26.025Z] a1115465fd96: Layer already exists [2020-09-09T15:32:26.025Z] master: digest: sha256:329b0f62743e7816e05a81b5373bcdfc8b17dbf49e3c12a3e630c4f3516f8def size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:26.186Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:26.242Z] taggedImages: [2020-09-09T15:32:26.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:26.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [2020-09-09T15:32:26.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:26.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-09T15:32:26.301Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-09T15:32:26.301Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:26.301Z] 1.2.2-dev.21 [2020-09-09T15:32:26.301Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:26.301Z] master [2020-09-09T15:32:26.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:26.754Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:27.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:27.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-09T15:32:27.053Z] 4797766256a7: Preparing [2020-09-09T15:32:27.053Z] 0a5c327e5473: Preparing [2020-09-09T15:32:27.053Z] 1fb9d3c0fece: Preparing [2020-09-09T15:32:27.053Z] 1fb9d3c0fece: Pushed [2020-09-09T15:32:27.053Z] 4797766256a7: Pushed [2020-09-09T15:32:28.437Z] 0a5c327e5473: Pushed [2020-09-09T15:32:28.437Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:46163075771c25e3b3372b375fbb5379b5712adcc01c461042cffd9c95e8e2bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:28.746Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:29.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [2020-09-09T15:32:29.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-09T15:32:29.039Z] 4797766256a7: Preparing [2020-09-09T15:32:29.039Z] 0a5c327e5473: Preparing [2020-09-09T15:32:29.039Z] 1fb9d3c0fece: Preparing [2020-09-09T15:32:29.039Z] 0a5c327e5473: Layer already exists [2020-09-09T15:32:29.039Z] 1fb9d3c0fece: Layer already exists [2020-09-09T15:32:29.039Z] 4797766256a7: Layer already exists [2020-09-09T15:32:29.039Z] 1.2.2-dev.21: digest: sha256:46163075771c25e3b3372b375fbb5379b5712adcc01c461042cffd9c95e8e2bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:29.340Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:29.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:29.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-09T15:32:29.637Z] 4797766256a7: Preparing [2020-09-09T15:32:29.637Z] 0a5c327e5473: Preparing [2020-09-09T15:32:29.637Z] 1fb9d3c0fece: Preparing [2020-09-09T15:32:29.637Z] 0a5c327e5473: Layer already exists [2020-09-09T15:32:29.637Z] 1fb9d3c0fece: Layer already exists [2020-09-09T15:32:29.637Z] 4797766256a7: Layer already exists [2020-09-09T15:32:29.637Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:46163075771c25e3b3372b375fbb5379b5712adcc01c461042cffd9c95e8e2bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:29.937Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:30.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-09T15:32:30.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-09T15:32:30.234Z] 4797766256a7: Preparing [2020-09-09T15:32:30.234Z] 0a5c327e5473: Preparing [2020-09-09T15:32:30.234Z] 1fb9d3c0fece: Preparing [2020-09-09T15:32:30.234Z] 4797766256a7: Layer already exists [2020-09-09T15:32:30.234Z] 0a5c327e5473: Layer already exists [2020-09-09T15:32:30.234Z] 1fb9d3c0fece: Layer already exists [2020-09-09T15:32:30.234Z] master: digest: sha256:46163075771c25e3b3372b375fbb5379b5712adcc01c461042cffd9c95e8e2bf size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:30.591Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:30.636Z] taggedImages: [2020-09-09T15:32:30.636Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:30.636Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [2020-09-09T15:32:30.636Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:30.636Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-09T15:32:30.727Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-09T15:32:30.727Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:30.727Z] 1.2.2-dev.21 [2020-09-09T15:32:30.727Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:30.727Z] master [2020-09-09T15:32:30.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:31.332Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:31.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:31.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-09T15:32:31.628Z] a29aef045b6a: Preparing [2020-09-09T15:32:31.628Z] dad832b01b33: Preparing [2020-09-09T15:32:31.628Z] e7b40b7e6521: Preparing [2020-09-09T15:32:31.628Z] 176e5a811e95: Preparing [2020-09-09T15:32:31.628Z] 7279ae26cb10: Preparing [2020-09-09T15:32:31.628Z] 39154a292aae: Preparing [2020-09-09T15:32:31.628Z] 8854677e6023: Preparing [2020-09-09T15:32:31.628Z] 8890c171a12b: Preparing [2020-09-09T15:32:31.628Z] 4ae5bd84d450: Preparing [2020-09-09T15:32:31.628Z] 723a561964c8: Preparing [2020-09-09T15:32:31.628Z] 78764725b56c: Preparing [2020-09-09T15:32:31.628Z] 51d6d3d09136: Preparing [2020-09-09T15:32:31.628Z] 1507bc794612: Preparing [2020-09-09T15:32:31.628Z] 50644c29ef5a: Preparing [2020-09-09T15:32:31.628Z] 39154a292aae: Waiting [2020-09-09T15:32:31.628Z] 8854677e6023: Waiting [2020-09-09T15:32:31.628Z] 8890c171a12b: Waiting [2020-09-09T15:32:31.628Z] 4ae5bd84d450: Waiting [2020-09-09T15:32:31.628Z] 723a561964c8: Waiting [2020-09-09T15:32:31.628Z] 78764725b56c: Waiting [2020-09-09T15:32:31.628Z] 51d6d3d09136: Waiting [2020-09-09T15:32:31.628Z] 1507bc794612: Waiting [2020-09-09T15:32:31.628Z] 50644c29ef5a: Waiting [2020-09-09T15:32:31.900Z] 7279ae26cb10: Pushed [2020-09-09T15:32:31.900Z] a29aef045b6a: Pushed [2020-09-09T15:32:32.197Z] 176e5a811e95: Pushed [2020-09-09T15:32:32.197Z] 8890c171a12b: Layer already exists [2020-09-09T15:32:32.197Z] 4ae5bd84d450: Layer already exists [2020-09-09T15:32:32.197Z] 8854677e6023: Pushed [2020-09-09T15:32:32.197Z] 78764725b56c: Layer already exists [2020-09-09T15:32:32.197Z] 723a561964c8: Layer already exists [2020-09-09T15:32:32.197Z] 51d6d3d09136: Layer already exists [2020-09-09T15:32:32.197Z] 1507bc794612: Layer already exists [2020-09-09T15:32:32.197Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:32.197Z] dad832b01b33: Pushed [2020-09-09T15:32:32.876Z] 39154a292aae: Pushed [2020-09-09T15:32:36.184Z] e7b40b7e6521: Pushed [2020-09-09T15:32:36.184Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:fadb70cb4bc2c372a5390755e4ff22d90680c56304dbcadd33852a0e309ea226 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:36.489Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:36.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [2020-09-09T15:32:36.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-09T15:32:36.801Z] a29aef045b6a: Preparing [2020-09-09T15:32:36.801Z] dad832b01b33: Preparing [2020-09-09T15:32:36.801Z] e7b40b7e6521: Preparing [2020-09-09T15:32:36.801Z] 176e5a811e95: Preparing [2020-09-09T15:32:36.801Z] 7279ae26cb10: Preparing [2020-09-09T15:32:36.801Z] 39154a292aae: Preparing [2020-09-09T15:32:36.801Z] 8854677e6023: Preparing [2020-09-09T15:32:36.801Z] 8890c171a12b: Preparing [2020-09-09T15:32:36.801Z] 4ae5bd84d450: Preparing [2020-09-09T15:32:36.801Z] 723a561964c8: Preparing [2020-09-09T15:32:36.801Z] 78764725b56c: Preparing [2020-09-09T15:32:36.801Z] 51d6d3d09136: Preparing [2020-09-09T15:32:36.801Z] 1507bc794612: Preparing [2020-09-09T15:32:36.801Z] 50644c29ef5a: Preparing [2020-09-09T15:32:36.801Z] 39154a292aae: Waiting [2020-09-09T15:32:36.801Z] 8854677e6023: Waiting [2020-09-09T15:32:36.801Z] 8890c171a12b: Waiting [2020-09-09T15:32:36.801Z] 4ae5bd84d450: Waiting [2020-09-09T15:32:36.801Z] 723a561964c8: Waiting [2020-09-09T15:32:36.801Z] 78764725b56c: Waiting [2020-09-09T15:32:36.801Z] 51d6d3d09136: Waiting [2020-09-09T15:32:36.801Z] 1507bc794612: Waiting [2020-09-09T15:32:36.801Z] 50644c29ef5a: Waiting [2020-09-09T15:32:36.801Z] dad832b01b33: Layer already exists [2020-09-09T15:32:36.801Z] 176e5a811e95: Layer already exists [2020-09-09T15:32:36.801Z] 7279ae26cb10: Layer already exists [2020-09-09T15:32:36.801Z] a29aef045b6a: Layer already exists [2020-09-09T15:32:36.801Z] e7b40b7e6521: Layer already exists [2020-09-09T15:32:36.801Z] 8854677e6023: Layer already exists [2020-09-09T15:32:36.801Z] 39154a292aae: Layer already exists [2020-09-09T15:32:36.801Z] 8890c171a12b: Layer already exists [2020-09-09T15:32:36.801Z] 4ae5bd84d450: Layer already exists [2020-09-09T15:32:36.801Z] 723a561964c8: Layer already exists [2020-09-09T15:32:36.801Z] 78764725b56c: Layer already exists [2020-09-09T15:32:36.801Z] 51d6d3d09136: Layer already exists [2020-09-09T15:32:36.801Z] 1507bc794612: Layer already exists [2020-09-09T15:32:36.801Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:36.801Z] 1.2.2-dev.21: digest: sha256:fadb70cb4bc2c372a5390755e4ff22d90680c56304dbcadd33852a0e309ea226 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:37.103Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:37.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:37.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-09T15:32:37.400Z] a29aef045b6a: Preparing [2020-09-09T15:32:37.400Z] dad832b01b33: Preparing [2020-09-09T15:32:37.400Z] e7b40b7e6521: Preparing [2020-09-09T15:32:37.400Z] 176e5a811e95: Preparing [2020-09-09T15:32:37.400Z] 7279ae26cb10: Preparing [2020-09-09T15:32:37.400Z] 39154a292aae: Preparing [2020-09-09T15:32:37.400Z] 8854677e6023: Preparing [2020-09-09T15:32:37.400Z] 8890c171a12b: Preparing [2020-09-09T15:32:37.400Z] 4ae5bd84d450: Preparing [2020-09-09T15:32:37.400Z] 723a561964c8: Preparing [2020-09-09T15:32:37.400Z] 78764725b56c: Preparing [2020-09-09T15:32:37.400Z] 51d6d3d09136: Preparing [2020-09-09T15:32:37.400Z] 1507bc794612: Preparing [2020-09-09T15:32:37.400Z] 50644c29ef5a: Preparing [2020-09-09T15:32:37.400Z] 8890c171a12b: Waiting [2020-09-09T15:32:37.400Z] 4ae5bd84d450: Waiting [2020-09-09T15:32:37.400Z] 723a561964c8: Waiting [2020-09-09T15:32:37.400Z] 78764725b56c: Waiting [2020-09-09T15:32:37.400Z] 51d6d3d09136: Waiting [2020-09-09T15:32:37.400Z] 1507bc794612: Waiting [2020-09-09T15:32:37.400Z] 50644c29ef5a: Waiting [2020-09-09T15:32:37.400Z] 39154a292aae: Waiting [2020-09-09T15:32:37.400Z] 8854677e6023: Waiting [2020-09-09T15:32:37.400Z] a29aef045b6a: Layer already exists [2020-09-09T15:32:37.400Z] 176e5a811e95: Layer already exists [2020-09-09T15:32:37.400Z] e7b40b7e6521: Layer already exists [2020-09-09T15:32:37.400Z] dad832b01b33: Layer already exists [2020-09-09T15:32:37.400Z] 7279ae26cb10: Layer already exists [2020-09-09T15:32:37.400Z] 39154a292aae: Layer already exists [2020-09-09T15:32:37.400Z] 8890c171a12b: Layer already exists [2020-09-09T15:32:37.400Z] 8854677e6023: Layer already exists [2020-09-09T15:32:37.400Z] 4ae5bd84d450: Layer already exists [2020-09-09T15:32:37.400Z] 723a561964c8: Layer already exists [2020-09-09T15:32:37.400Z] 78764725b56c: Layer already exists [2020-09-09T15:32:37.400Z] 1507bc794612: Layer already exists [2020-09-09T15:32:37.400Z] 51d6d3d09136: Layer already exists [2020-09-09T15:32:37.400Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:37.400Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:fadb70cb4bc2c372a5390755e4ff22d90680c56304dbcadd33852a0e309ea226 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:37.703Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:37.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-09T15:32:37.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-09T15:32:37.998Z] a29aef045b6a: Preparing [2020-09-09T15:32:37.998Z] dad832b01b33: Preparing [2020-09-09T15:32:37.998Z] e7b40b7e6521: Preparing [2020-09-09T15:32:37.998Z] 176e5a811e95: Preparing [2020-09-09T15:32:37.998Z] 7279ae26cb10: Preparing [2020-09-09T15:32:37.998Z] 39154a292aae: Preparing [2020-09-09T15:32:37.998Z] 8854677e6023: Preparing [2020-09-09T15:32:37.998Z] 8890c171a12b: Preparing [2020-09-09T15:32:37.998Z] 4ae5bd84d450: Preparing [2020-09-09T15:32:37.998Z] 723a561964c8: Preparing [2020-09-09T15:32:37.998Z] 78764725b56c: Preparing [2020-09-09T15:32:37.998Z] 51d6d3d09136: Preparing [2020-09-09T15:32:37.998Z] 1507bc794612: Preparing [2020-09-09T15:32:37.998Z] 50644c29ef5a: Preparing [2020-09-09T15:32:37.998Z] 39154a292aae: Waiting [2020-09-09T15:32:37.998Z] 8854677e6023: Waiting [2020-09-09T15:32:37.998Z] 8890c171a12b: Waiting [2020-09-09T15:32:37.998Z] 4ae5bd84d450: Waiting [2020-09-09T15:32:37.998Z] 723a561964c8: Waiting [2020-09-09T15:32:37.998Z] 78764725b56c: Waiting [2020-09-09T15:32:37.998Z] 51d6d3d09136: Waiting [2020-09-09T15:32:37.998Z] 1507bc794612: Waiting [2020-09-09T15:32:37.998Z] 50644c29ef5a: Waiting [2020-09-09T15:32:37.998Z] e7b40b7e6521: Layer already exists [2020-09-09T15:32:37.998Z] dad832b01b33: Layer already exists [2020-09-09T15:32:37.998Z] a29aef045b6a: Layer already exists [2020-09-09T15:32:37.998Z] 7279ae26cb10: Layer already exists [2020-09-09T15:32:37.998Z] 176e5a811e95: Layer already exists [2020-09-09T15:32:37.998Z] 39154a292aae: Layer already exists [2020-09-09T15:32:37.998Z] 8890c171a12b: Layer already exists [2020-09-09T15:32:37.998Z] 4ae5bd84d450: Layer already exists [2020-09-09T15:32:37.998Z] 8854677e6023: Layer already exists [2020-09-09T15:32:37.998Z] 723a561964c8: Layer already exists [2020-09-09T15:32:37.998Z] 51d6d3d09136: Layer already exists [2020-09-09T15:32:37.998Z] 50644c29ef5a: Layer already exists [2020-09-09T15:32:37.998Z] 1507bc794612: Layer already exists [2020-09-09T15:32:37.998Z] 78764725b56c: Layer already exists [2020-09-09T15:32:37.998Z] master: digest: sha256:fadb70cb4bc2c372a5390755e4ff22d90680c56304dbcadd33852a0e309ea226 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:32:38.153Z] ===================================================== [Pipeline] echo [2020-09-09T15:32:38.199Z] taggedImages: [2020-09-09T15:32:38.199Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:32:38.199Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [2020-09-09T15:32:38.199Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:32:38.199Z] - 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-09T15:32:40.998Z] Removing intermediate container 25e3f4b6af53 [2020-09-09T15:32:40.998Z] ---> 734cf11f9e59 [2020-09-09T15:32:40.998Z] Successfully built 734cf11f9e59 [2020-09-09T15:32:40.998Z] Successfully tagged ci-base-image-arm64:latest [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-09T15:32:41.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-09T15:32:41.955Z] [2020-09-09T15:32:41.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:32:42.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-09T15:32:42.326Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-09T15:32:42.326Z] 29e5d40040c1: Pulling fs layer [2020-09-09T15:32:42.326Z] 1ce36da41761: Pulling fs layer [2020-09-09T15:32:42.326Z] 25b303627fd3: Pulling fs layer [2020-09-09T15:32:42.599Z] 29e5d40040c1: Verifying Checksum [2020-09-09T15:32:42.599Z] 29e5d40040c1: Download complete [2020-09-09T15:32:42.874Z] 1ce36da41761: Verifying Checksum [2020-09-09T15:32:42.874Z] 1ce36da41761: Download complete [2020-09-09T15:32:43.150Z] 29e5d40040c1: Pull complete [2020-09-09T15:32:44.584Z] 1ce36da41761: Pull complete [2020-09-09T15:32:44.584Z] 25b303627fd3: Verifying Checksum [2020-09-09T15:32:44.584Z] 25b303627fd3: Download complete [2020-09-09T15:32:54.740Z] 25b303627fd3: Pull complete [2020-09-09T15:32:54.740Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-09T15:32:54.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-09T15:32:54.740Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-09T15:32:55.016Z] prd-ubuntu18.04-docker-arm64-4c-16g-1956 does not seem to be running inside a container [2020-09-09T15:32:55.101Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:32:58.612Z] $ docker top 8c7978cd3388a6782b7bdf2ba31ae1cdafb9a90edf1bee834580e0abdb2e619f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T15:33:00.011Z] + docker-compose build --help [2020-09-09T15:33:00.011Z] + grep parallel [2020-09-09T15:33:03.389Z] --parallel Build images in parallel. [Pipeline] } [2020-09-09T15:33:03.412Z] $ docker stop --time=1 8c7978cd3388a6782b7bdf2ba31ae1cdafb9a90edf1bee834580e0abdb2e619f [2020-09-09T15:33:05.422Z] $ docker rm -f 8c7978cd3388a6782b7bdf2ba31ae1cdafb9a90edf1bee834580e0abdb2e619f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:33:06.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-09T15:33:06.175Z] . [Pipeline] withDockerContainer [2020-09-09T15:33:06.511Z] prd-ubuntu18.04-docker-arm64-4c-16g-1956 does not seem to be running inside a container [2020-09-09T15:33:06.616Z] $ 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/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:33:07.994Z] $ docker top 0b0558f75ddfe2a6afd0e6fd0d4488d56e1fa962805f4bbc2e45de39ef4686c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T15:33:09.072Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-09T15:33:12.616Z] Building docker-core-command-go ... [2020-09-09T15:33:12.616Z] Building docker-core-data-go ... [2020-09-09T15:33:12.616Z] Building docker-core-metadata-go ... [2020-09-09T15:33:12.616Z] Building docker-security-proxy-setup-go ... [2020-09-09T15:33:12.616Z] Building docker-security-secrets-setup-go ... [2020-09-09T15:33:12.616Z] Building docker-security-secretstore-setup-go ... [2020-09-09T15:33:12.616Z] Building docker-support-logging-go ... [2020-09-09T15:33:12.616Z] Building docker-support-notifications-go ... [2020-09-09T15:33:12.616Z] Building docker-support-scheduler-go ... [2020-09-09T15:33:12.616Z] Building docker-sys-mgmt-agent-go ... [2020-09-09T15:33:12.616Z] Building docker-core-data-go [2020-09-09T15:33:12.616Z] Building docker-support-scheduler-go [2020-09-09T15:33:12.616Z] Building docker-core-metadata-go [2020-09-09T15:33:12.616Z] Building docker-security-secretstore-setup-go [2020-09-09T15:33:12.616Z] Building docker-security-proxy-setup-go [2020-09-09T15:34:34.368Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:34:34.368Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:34:34.368Z] ---> 734cf11f9e59 [2020-09-09T15:34:34.368Z] Step 3/26 : WORKDIR /edgex-go [2020-09-09T15:34:34.368Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:34:34.368Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:34:34.368Z] ---> 734cf11f9e59 [2020-09-09T15:34:34.368Z] Step 3/21 : WORKDIR /edgex-go [2020-09-09T15:34:34.368Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:34:34.368Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:34:34.368Z] ---> 734cf11f9e59 [2020-09-09T15:34:34.368Z] Step 3/20 : WORKDIR /edgex-go [2020-09-09T15:34:34.368Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:34:34.368Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:34:34.368Z] ---> 734cf11f9e59 [2020-09-09T15:34:34.368Z] Step 3/22 : WORKDIR /edgex-go [2020-09-09T15:34:34.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:34:34.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:34:34.368Z] ---> 734cf11f9e59 [2020-09-09T15:34:34.368Z] Step 3/23 : WORKDIR /edgex-go [2020-09-09T15:34:35.811Z] ---> Running in c261b2608e0b [2020-09-09T15:34:35.811Z] ---> Running in 31fdffb5c7b6 [2020-09-09T15:34:35.811Z] ---> Running in 3ecd76029a3c [2020-09-09T15:34:35.811Z] ---> Running in 4b5b47142d1c [2020-09-09T15:34:35.811Z] ---> Running in de83cd6cb587 [2020-09-09T15:34:36.403Z] Removing intermediate container 31fdffb5c7b6 [2020-09-09T15:34:36.403Z] ---> b61e9dbd68af [2020-09-09T15:34:36.403Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:34:36.403Z] Removing intermediate container 3ecd76029a3c [2020-09-09T15:34:36.403Z] ---> 65563aa539f3 [2020-09-09T15:34:36.403Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:34:36.403Z] Removing intermediate container 4b5b47142d1c [2020-09-09T15:34:36.403Z] ---> eb919f5dc4c0 [2020-09-09T15:34:36.403Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:34:36.403Z] Removing intermediate container de83cd6cb587 [2020-09-09T15:34:36.403Z] ---> f4f6cc02d726 [2020-09-09T15:34:36.403Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:34:36.674Z] ---> Running in 095b7b301555 [2020-09-09T15:34:36.674Z] Removing intermediate container c261b2608e0b [2020-09-09T15:34:36.674Z] ---> 4c05affd0c93 [2020-09-09T15:34:36.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:34:36.674Z] ---> Running in 83bf880d66bb [2020-09-09T15:34:36.674Z] ---> Running in 85736b9c092c [2020-09-09T15:34:36.675Z] ---> Running in 5f0fa761c132 [2020-09-09T15:34:36.952Z] ---> Running in 6af60873580f [2020-09-09T15:34:41.270Z] Removing intermediate container 095b7b301555 [2020-09-09T15:34:41.270Z] ---> 1362462953d4 [2020-09-09T15:34:41.270Z] Step 5/20 : RUN apk update && apk add make git [2020-09-09T15:34:41.270Z] ---> Running in f3c905492af8 [2020-09-09T15:34:41.270Z] Removing intermediate container 85736b9c092c [2020-09-09T15:34:41.270Z] ---> e913db3b7ade [2020-09-09T15:34:41.270Z] Step 5/26 : RUN apk update && apk add make git [2020-09-09T15:34:41.545Z] Removing intermediate container 83bf880d66bb [2020-09-09T15:34:41.545Z] ---> 666393cafeb1 [2020-09-09T15:34:41.545Z] Step 5/21 : RUN apk update && apk add make git [2020-09-09T15:34:41.545Z] ---> Running in ecaa1dfbacbc [2020-09-09T15:34:41.823Z] ---> Running in 027f819aea99 [2020-09-09T15:34:42.103Z] Removing intermediate container 6af60873580f [2020-09-09T15:34:42.103Z] ---> 343535331150 [2020-09-09T15:34:42.103Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-09T15:34:42.103Z] Removing intermediate container 5f0fa761c132 [2020-09-09T15:34:42.103Z] ---> eff1101cdd12 [2020-09-09T15:34:42.103Z] Step 5/22 : RUN apk update && apk add make git [2020-09-09T15:34:42.374Z] ---> Running in ed94e637fb33 [2020-09-09T15:34:42.374Z] ---> Running in 555c67425106 [2020-09-09T15:34:43.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:43.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:44.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:44.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:44.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:44.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:44.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:45.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:45.571Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:34:45.571Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:34:45.571Z] OK: 12617 distinct packages available [2020-09-09T15:34:45.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:45.845Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:34:45.845Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:34:45.845Z] OK: 12617 distinct packages available [2020-09-09T15:34:45.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:34:46.118Z] OK: 217 MiB in 51 packages [2020-09-09T15:34:46.118Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:34:46.118Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:34:46.118Z] OK: 12617 distinct packages available [2020-09-09T15:34:46.751Z] OK: 217 MiB in 51 packages [2020-09-09T15:34:47.024Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:34:47.024Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:34:47.024Z] OK: 12617 distinct packages available [2020-09-09T15:34:47.300Z] OK: 217 MiB in 51 packages [2020-09-09T15:34:47.580Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:34:47.580Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:34:47.580Z] OK: 12617 distinct packages available [2020-09-09T15:34:48.179Z] OK: 217 MiB in 51 packages [2020-09-09T15:34:48.457Z] OK: 217 MiB in 51 packages [2020-09-09T15:34:48.457Z] Removing intermediate container f3c905492af8 [2020-09-09T15:34:48.457Z] ---> 857cc6ddc9c9 [2020-09-09T15:34:48.457Z] Step 6/20 : COPY go.mod . [2020-09-09T15:34:49.058Z] Removing intermediate container ecaa1dfbacbc [2020-09-09T15:34:49.058Z] ---> 4432064f2418 [2020-09-09T15:34:49.058Z] Step 6/26 : COPY go.mod . [2020-09-09T15:34:49.655Z] ---> bef9ae65a4b1 [2020-09-09T15:34:49.655Z] Step 7/20 : RUN go mod downloadRemoving intermediate container 027f819aea99 [2020-09-09T15:34:49.655Z] ---> 0fc25ea20aed [2020-09-09T15:34:49.655Z] Step 6/21 : COPY go.mod . [2020-09-09T15:34:49.655Z] [2020-09-09T15:34:49.929Z] ---> Running in 27cb2375cca6 [2020-09-09T15:34:50.211Z] ---> 231779f13f90 [2020-09-09T15:34:50.211Z] Step 7/26 : RUN go mod download [2020-09-09T15:34:50.211Z] Removing intermediate container ed94e637fb33 [2020-09-09T15:34:50.211Z] ---> 253e9202fe05 [2020-09-09T15:34:50.211Z] Step 6/22 : COPY go.mod . [2020-09-09T15:34:50.211Z] Removing intermediate container 555c67425106 [2020-09-09T15:34:50.211Z] ---> 651ff17c8239 [2020-09-09T15:34:50.211Z] Step 6/23 : COPY go.mod . [2020-09-09T15:34:50.485Z] ---> Running in 11d53caca7b6 [2020-09-09T15:34:50.485Z] ---> 49573c73966a [2020-09-09T15:34:50.485Z] Step 7/21 : RUN go mod download [2020-09-09T15:34:50.759Z] ---> Running in 4dfbee9c5010 [2020-09-09T15:34:51.751Z] ---> c2b049bad58b [2020-09-09T15:34:51.751Z] Step 7/22 : RUN go mod download [2020-09-09T15:34:51.751Z] ---> 953933efa222 [2020-09-09T15:34:51.751Z] Step 7/23 : RUN go mod download [2020-09-09T15:34:51.751Z] ---> Running in 66a8cefe9eb0 [2020-09-09T15:34:52.023Z] ---> Running in 86142f02a7c3 [2020-09-09T15:34:55.425Z] Removing intermediate container 27cb2375cca6 [2020-09-09T15:34:55.425Z] ---> a5cc0edb5566 [2020-09-09T15:34:55.425Z] Step 8/20 : COPY . . [2020-09-09T15:34:55.425Z] Removing intermediate container 11d53caca7b6 [2020-09-09T15:34:55.425Z] ---> 252ceedebafa [2020-09-09T15:34:55.425Z] Step 8/26 : COPY . . [2020-09-09T15:34:56.025Z] Removing intermediate container 4dfbee9c5010 [2020-09-09T15:34:56.025Z] ---> c106087a768b [2020-09-09T15:34:56.025Z] Step 8/21 : COPY . . [2020-09-09T15:34:57.456Z] Removing intermediate container 66a8cefe9eb0 [2020-09-09T15:34:57.456Z] ---> 87f4609a633a [2020-09-09T15:34:57.456Z] Step 8/22 : COPY . . [2020-09-09T15:35:00.073Z] Removing intermediate container 86142f02a7c3 [2020-09-09T15:35:00.073Z] ---> 93fc5ae6c92c [2020-09-09T15:35:00.073Z] Step 8/23 : COPY . . [2020-09-09T15:35:18.384Z] ---> d23fb54eaf72 [2020-09-09T15:35:18.384Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-09T15:35:18.384Z] ---> 312e75c4f813 [2020-09-09T15:35:18.384Z] 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-09T15:35:18.384Z] ---> 8ab7352124b3 [2020-09-09T15:35:18.384Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-09T15:35:18.384Z] ---> 6dd98d03d07a [2020-09-09T15:35:18.384Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-09T15:35:18.384Z] ---> Running in e2c8b746115b [2020-09-09T15:35:18.384Z] ---> Running in be9fcd423627 [2020-09-09T15:35:18.384Z] ---> fb5c796c9695 [2020-09-09T15:35:18.384Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-09T15:35:18.384Z] ---> Running in 3b9814c3c0fd [2020-09-09T15:35:18.384Z] ---> Running in bf2c56ed5cc3 [2020-09-09T15:35:18.976Z] ---> Running in 3008ef4bb2fa [2020-09-09T15:35:20.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-09T15:35:20.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-09T15:35:21.246Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-data/core-data ./cmd/core-data [2020-09-09T15:35:21.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-09T15:35:21.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-09T15:36:43.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-09T15:36:43.582Z] Removing intermediate container bf2c56ed5cc3 [2020-09-09T15:36:43.582Z] ---> c27a3f4911ab [2020-09-09T15:36:43.582Z] [2020-09-09T15:36:43.582Z] Step 10/20 : FROM alpine [2020-09-09T15:36:43.582Z] latest: Pulling from library/alpine [2020-09-09T15:36:43.867Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-09T15:36:43.867Z] Status: Downloaded newer image for alpine:latest [2020-09-09T15:36:43.867Z] ---> 62ee0e9f8440 [2020-09-09T15:36:43.867Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-09T15:36:44.142Z] ---> Running in 6d097cfba097 [2020-09-09T15:36:46.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:36:47.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:36:47.640Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:36:47.640Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:36:47.640Z] OK: 12617 distinct packages available [2020-09-09T15:36:48.623Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-09T15:36:48.623Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-09T15:36:48.623Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-09T15:36:48.623Z] (4/4) Installing curl (7.69.1-r0) [2020-09-09T15:36:48.896Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:36:48.896Z] Executing ca-certificates-20191127-r4.trigger [2020-09-09T15:36:49.172Z] OK: 7 MiB in 18 packages [2020-09-09T15:36:50.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-09T15:36:52.078Z] Removing intermediate container 6d097cfba097 [2020-09-09T15:36:52.078Z] ---> 4b72af46f500 [2020-09-09T15:36:52.078Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-09T15:36:52.078Z] ---> Running in c2d7ffd0ce2b [2020-09-09T15:36:53.064Z] Removing intermediate container c2d7ffd0ce2b [2020-09-09T15:36:53.064Z] ---> 14dc9aa70ab6 [2020-09-09T15:36:53.064Z] Step 13/20 : WORKDIR /edgex [2020-09-09T15:36:53.064Z] ---> Running in e8c77446f5bc [2020-09-09T15:36:54.044Z] Removing intermediate container e8c77446f5bc [2020-09-09T15:36:54.044Z] ---> 42bbc02a4e6e [2020-09-09T15:36:54.044Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-09T15:36:55.020Z] ---> 14ab20c39bfa [2020-09-09T15:36:55.020Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-09T15:36:57.004Z] ---> 2c31e95192a6 [2020-09-09T15:36:57.004Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-09T15:36:57.004Z] ---> Running in 92b984c047c9 [2020-09-09T15:36:57.601Z] Removing intermediate container 92b984c047c9 [2020-09-09T15:36:57.601Z] ---> 89abf53ca64b [2020-09-09T15:36:57.601Z] Step 17/20 : CMD ["--init=true"] [2020-09-09T15:36:57.601Z] ---> Running in f1cde01b8c92 [2020-09-09T15:36:58.580Z] Removing intermediate container f1cde01b8c92 [2020-09-09T15:36:58.580Z] ---> 3efb69ad9a08 [2020-09-09T15:36:58.580Z] Step 18/20 : LABEL arch=arm64 [2020-09-09T15:36:58.580Z] ---> Running in e7b2c2541b43 [2020-09-09T15:36:59.566Z] Removing intermediate container e7b2c2541b43 [2020-09-09T15:36:59.566Z] ---> 28539c1ddb3b [2020-09-09T15:36:59.566Z] Step 19/20 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:36:59.566Z] ---> Running in e2cfad70915d [2020-09-09T15:37:00.544Z] Removing intermediate container e2cfad70915d [2020-09-09T15:37:00.544Z] ---> dae7510fc24d [2020-09-09T15:37:00.544Z] Step 20/20 : LABEL version=1.2.2-dev.21 [2020-09-09T15:37:00.817Z] ---> Running in a31470e33d50 [2020-09-09T15:37:02.259Z] Removing intermediate container a31470e33d50 [2020-09-09T15:37:02.259Z] ---> 0a4f9668e63c [2020-09-09T15:37:02.259Z] [2020-09-09T15:37:03.236Z] Successfully built 0a4f9668e63c [2020-09-09T15:37:03.236Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-09T15:37:03.236Z] Building docker-security-secrets-setup-go [2020-09-09T15:37:04.217Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e2c8b746115b [2020-09-09T15:37:04.217Z] ---> cbaabe243ca2 [2020-09-09T15:37:04.217Z] [2020-09-09T15:37:04.217Z] Step 10/26 : FROM alpine:3.10 [2020-09-09T15:37:04.217Z] 3.10: Pulling from library/alpine [2020-09-09T15:37:05.657Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-09T15:37:05.657Z] Status: Downloaded newer image for alpine:3.10 [2020-09-09T15:37:05.657Z] ---> 536a684cf733 [2020-09-09T15:37:05.657Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-09T15:37:06.643Z] ---> Running in 67dbed09088d [2020-09-09T15:37:09.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:37:09.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:37:09.819Z] v3.10.5-84-g2392c9192e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-09T15:37:09.819Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-09T15:37:09.819Z] OK: 10167 distinct packages available [2020-09-09T15:37:10.804Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-09T15:37:10.804Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-09T15:37:10.804Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-09T15:37:10.804Z] (4/5) Installing curl (7.66.0-r0) [2020-09-09T15:37:10.804Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-09T15:37:10.804Z] Executing busybox-1.30.1-r3.trigger [2020-09-09T15:37:10.804Z] Executing ca-certificates-20191127-r2.trigger [2020-09-09T15:37:11.403Z] OK: 7 MiB in 19 packages [2020-09-09T15:37:15.745Z] Removing intermediate container 67dbed09088d [2020-09-09T15:37:15.745Z] ---> 05cc66990160 [2020-09-09T15:37:15.745Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-09T15:37:15.745Z] ---> Running in f616fb37cb1b [2020-09-09T15:37:16.744Z] Removing intermediate container 3b9814c3c0fd [2020-09-09T15:37:16.744Z] ---> 2a320511376b [2020-09-09T15:37:16.744Z] [2020-09-09T15:37:16.744Z] Step 10/21 : FROM scratch [2020-09-09T15:37:16.744Z] ---> [2020-09-09T15:37:16.744Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:37:17.018Z] Removing intermediate container f616fb37cb1b [2020-09-09T15:37:17.018Z] ---> 13fa1c2f73ea [2020-09-09T15:37:17.018Z] Step 13/26 : WORKDIR / [2020-09-09T15:37:17.627Z] ---> Running in 8e56cb470bee [2020-09-09T15:37:17.909Z] ---> Running in a56ef6fe7169 [2020-09-09T15:37:18.520Z] Removing intermediate container 8e56cb470bee [2020-09-09T15:37:18.520Z] ---> 45958ee7e0bc [2020-09-09T15:37:18.520Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-09T15:37:18.804Z] ---> Running in 97ebf5a50849 [2020-09-09T15:37:19.411Z] Removing intermediate container a56ef6fe7169 [2020-09-09T15:37:19.411Z] ---> 8fc3755c8f77 [2020-09-09T15:37:19.411Z] 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-09T15:37:20.400Z] Removing intermediate container 97ebf5a50849 [2020-09-09T15:37:20.400Z] ---> 15eae5f23d24 [2020-09-09T15:37:20.400Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-09T15:37:20.400Z] ---> Running in 101b6725e70a [2020-09-09T15:37:21.010Z] ---> 35f3341a5c32 [2020-09-09T15:37:21.010Z] 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-09T15:37:21.622Z] Removing intermediate container 101b6725e70a [2020-09-09T15:37:21.622Z] ---> 0409aed26208 [2020-09-09T15:37:21.622Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-09T15:37:22.613Z] ---> ac7530d7671c [2020-09-09T15:37:22.613Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-09T15:37:23.213Z] ---> 6e6fa0f51955 [2020-09-09T15:37:23.213Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-09T15:37:24.653Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:37:24.653Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-09T15:37:24.653Z] ---> 734cf11f9e59 [2020-09-09T15:37:24.653Z] Step 3/29 : WORKDIR /edgex-go [2020-09-09T15:37:24.653Z] ---> Using cache [2020-09-09T15:37:24.653Z] ---> 4c05affd0c93 [2020-09-09T15:37:24.653Z] Step 4/29 : RUN apk update && apk add make git [2020-09-09T15:37:24.940Z] ---> fa9e5c389df3 [2020-09-09T15:37:24.940Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-09T15:37:25.213Z] ---> Running in 1f1a57969150 [2020-09-09T15:37:25.489Z] ---> f23fcf728f8b [2020-09-09T15:37:25.489Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-09T15:37:25.489Z] Removing intermediate container be9fcd423627 [2020-09-09T15:37:25.489Z] ---> b0002868ee95 [2020-09-09T15:37:25.489Z] [2020-09-09T15:37:25.489Z] Step 10/22 : FROM scratch [2020-09-09T15:37:25.489Z] ---> [2020-09-09T15:37:25.489Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:37:25.763Z] ---> Using cache [2020-09-09T15:37:25.763Z] ---> 45958ee7e0bc [2020-09-09T15:37:25.763Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-09T15:37:26.037Z] ---> Running in 2de605d0e391 [2020-09-09T15:37:26.316Z] ---> 52d82a4ebd1c [2020-09-09T15:37:26.316Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-09T15:37:26.603Z] Removing intermediate container 2de605d0e391 [2020-09-09T15:37:26.603Z] ---> 211858579eb4 [2020-09-09T15:37:26.603Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-09T15:37:26.879Z] ---> 4d562fcba669 [2020-09-09T15:37:26.879Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-09T15:37:27.159Z] ---> Running in 24d8f7e55847 [2020-09-09T15:37:27.436Z] ---> Running in 08e2824ee3a5 [2020-09-09T15:37:27.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:37:28.034Z] Removing intermediate container 24d8f7e55847 [2020-09-09T15:37:28.034Z] ---> 0aa629ac8002 [2020-09-09T15:37:28.034Z] Step 14/22 : WORKDIR / [2020-09-09T15:37:28.035Z] ---> c25f1368428f [2020-09-09T15:37:28.035Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-09T15:37:28.035Z] ---> Running in 825fec949d8e [2020-09-09T15:37:28.311Z] Removing intermediate container 08e2824ee3a5 [2020-09-09T15:37:28.311Z] ---> dfa17c6bdb7a [2020-09-09T15:37:28.311Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:37:28.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:37:28.589Z] ---> Running in c086031f08d7 [2020-09-09T15:37:29.193Z] Removing intermediate container 825fec949d8e [2020-09-09T15:37:29.193Z] ---> e9bb002e31d9 [2020-09-09T15:37:29.193Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-09T15:37:29.480Z] Removing intermediate container c086031f08d7 [2020-09-09T15:37:29.480Z] ---> 573f7e991c8a [2020-09-09T15:37:29.480Z] Step 19/21 : LABEL arch=arm64 [2020-09-09T15:37:29.480Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:37:29.480Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:37:29.480Z] OK: 12617 distinct packages available [2020-09-09T15:37:29.480Z] ---> a5db5ec4c69a [2020-09-09T15:37:29.480Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-09T15:37:29.758Z] ---> Running in bffd78d85677 [2020-09-09T15:37:30.034Z] ---> 11ad7383a138 [2020-09-09T15:37:30.034Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-09T15:37:30.312Z] OK: 217 MiB in 51 packages [2020-09-09T15:37:30.595Z] Removing intermediate container bffd78d85677 [2020-09-09T15:37:30.595Z] ---> de25c3f7e9be [2020-09-09T15:37:30.595Z] Step 20/21 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:37:31.194Z] ---> Running in dbe11990ae2d [2020-09-09T15:37:31.790Z] ---> 501a8c5a2ef7 [2020-09-09T15:37:31.790Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-09T15:37:32.081Z] Removing intermediate container dbe11990ae2d [2020-09-09T15:37:32.081Z] ---> 33fcb361b352 [2020-09-09T15:37:32.081Z] Step 21/21 : LABEL version=1.2.2-dev.21 [2020-09-09T15:37:32.081Z] ---> 62cac6202b97 [2020-09-09T15:37:32.081Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-09T15:37:32.361Z] ---> Running in 377b88f36d53 [2020-09-09T15:37:32.637Z] Removing intermediate container 1f1a57969150 [2020-09-09T15:37:32.637Z] ---> bc6d611c2e9c [2020-09-09T15:37:32.637Z] Step 5/29 : COPY go.mod . [2020-09-09T15:37:32.637Z] ---> ec7aa9c54b9e [2020-09-09T15:37:32.637Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-09T15:37:32.911Z] ---> Running in 43c8853c40d1 [2020-09-09T15:37:32.911Z] Removing intermediate container 377b88f36d53 [2020-09-09T15:37:32.911Z] ---> 0ec37c2e601f [2020-09-09T15:37:32.911Z] [2020-09-09T15:37:33.183Z] ---> 79c76a77e90b [2020-09-09T15:37:33.183Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-09T15:37:33.458Z] ---> Running in 31b26b8c5b5f [2020-09-09T15:37:33.458Z] Successfully built 0ec37c2e601f [2020-09-09T15:37:33.733Z] ---> 0197a001d95b [2020-09-09T15:37:33.733Z] Step 6/29 : RUN go mod download [2020-09-09T15:37:33.733Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-09T15:37:33.733Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-09-09T15:37:33.733Z] ---> Running in 878d13960177 [2020-09-09T15:37:34.716Z] Removing intermediate container 31b26b8c5b5f [2020-09-09T15:37:34.716Z] ---> 204ecea607c7 [2020-09-09T15:37:34.716Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:37:35.696Z] ---> Running in b633da18ced9 [2020-09-09T15:37:37.688Z] Removing intermediate container b633da18ced9 [2020-09-09T15:37:37.688Z] ---> 72a834ac9d1d [2020-09-09T15:37:37.688Z] Step 20/22 : LABEL arch=arm64 [2020-09-09T15:37:38.297Z] Removing intermediate container 43c8853c40d1 [2020-09-09T15:37:38.297Z] ---> 0e91c2677c2d [2020-09-09T15:37:38.297Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-09T15:37:38.893Z] ---> Running in b910fdde634f [2020-09-09T15:37:39.487Z] ---> Running in b78b300b6036 [2020-09-09T15:37:39.487Z] Removing intermediate container 878d13960177 [2020-09-09T15:37:39.487Z] ---> 56e918c01317 [2020-09-09T15:37:39.487Z] Step 7/29 : COPY . . [2020-09-09T15:37:39.762Z] Removing intermediate container b910fdde634f [2020-09-09T15:37:39.762Z] ---> d655c3f20482 [2020-09-09T15:37:39.762Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:37:40.037Z] Removing intermediate container b78b300b6036 [2020-09-09T15:37:40.037Z] ---> 37fac0e563b2 [2020-09-09T15:37:40.037Z] Step 24/26 : LABEL arch=arm64 [2020-09-09T15:37:40.311Z] ---> Running in ace8c40a2980 [2020-09-09T15:37:40.909Z] ---> Running in 55eba353d1c2 [2020-09-09T15:37:41.517Z] Removing intermediate container ace8c40a2980 [2020-09-09T15:37:41.517Z] ---> 93d4bd1e1d7b [2020-09-09T15:37:41.517Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-09T15:37:42.109Z] Removing intermediate container 3008ef4bb2fa [2020-09-09T15:37:42.109Z] ---> c535d5308076 [2020-09-09T15:37:42.109Z] [2020-09-09T15:37:42.109Z] Step 10/23 : FROM alpine [2020-09-09T15:37:42.109Z] ---> 62ee0e9f8440 [2020-09-09T15:37:42.109Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:37:42.402Z] Removing intermediate container 55eba353d1c2 [2020-09-09T15:37:42.402Z] ---> 954ab4de0900 [2020-09-09T15:37:42.402Z] Step 25/26 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:37:43.004Z] ---> Running in b26497e1b4f5 [2020-09-09T15:37:43.004Z] ---> Running in 5da756b1530a [2020-09-09T15:37:43.604Z] ---> Running in 4e1bf1ed6923 [2020-09-09T15:37:44.205Z] Removing intermediate container 5da756b1530a [2020-09-09T15:37:44.205Z] ---> c7e54f81f2bd [2020-09-09T15:37:44.205Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-09T15:37:44.205Z] Removing intermediate container b26497e1b4f5 [2020-09-09T15:37:44.205Z] ---> 67721ce70616 [2020-09-09T15:37:44.205Z] [2020-09-09T15:37:44.808Z] Successfully built 67721ce70616 [2020-09-09T15:37:45.086Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-09T15:37:45.086Z] Building docker-support-notifications-go [2020-09-09T15:37:45.086Z]  Building docker-core-metadata-go ... done Removing intermediate container 4e1bf1ed6923 [2020-09-09T15:37:45.086Z] ---> b52b523592d9 [2020-09-09T15:37:45.086Z] Step 26/26 : LABEL version=1.2.2-dev.21 [2020-09-09T15:37:45.679Z] ---> Running in 2683e2e7f11d [2020-09-09T15:37:46.277Z] ---> Running in 7cc6f796b22e [2020-09-09T15:37:46.563Z] Removing intermediate container 2683e2e7f11d [2020-09-09T15:37:46.563Z] ---> d67e76dc4a65 [2020-09-09T15:37:46.563Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-09T15:37:48.536Z] Removing intermediate container 7cc6f796b22e [2020-09-09T15:37:48.536Z] ---> 313b232ced13 [2020-09-09T15:37:48.536Z] [2020-09-09T15:37:48.536Z] ---> Running in c884c2b410fd [2020-09-09T15:37:48.809Z] Successfully built 313b232ced13 [2020-09-09T15:37:49.788Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-09T15:37:49.788Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-09-09T15:37:49.788Z] Removing intermediate container c884c2b410fd [2020-09-09T15:37:49.788Z] ---> 932cd7b77228 [2020-09-09T15:37:49.788Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:37:51.236Z] ---> Running in c2b3ffa9fabd [2020-09-09T15:37:53.857Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:37:53.857Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:37:53.857Z] ---> 734cf11f9e59 [2020-09-09T15:37:53.857Z] Step 3/27 : WORKDIR /edgex-go [2020-09-09T15:37:53.857Z] ---> Using cache [2020-09-09T15:37:53.857Z] ---> 4c05affd0c93 [2020-09-09T15:37:53.857Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:37:53.857Z] ---> Using cache [2020-09-09T15:37:53.857Z] ---> 343535331150 [2020-09-09T15:37:53.857Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-09T15:37:56.498Z] ---> Running in 1d184f4d8138 [2020-09-09T15:37:56.771Z] ---> 54dcb4c0fbd7 [2020-09-09T15:37:56.771Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-09T15:37:57.045Z] Removing intermediate container c2b3ffa9fabd [2020-09-09T15:37:57.045Z] ---> 8af9d68189e2 [2020-09-09T15:37:57.045Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-09T15:37:57.320Z] ---> Running in 791d2f6f0206 [2020-09-09T15:37:57.600Z] ---> Running in 2849d3e0b429 [2020-09-09T15:37:58.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:37:59.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:37:59.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-09T15:38:00.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:00.475Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:38:00.475Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:38:00.475Z] OK: 12617 distinct packages available [2020-09-09T15:38:00.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:01.631Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-09T15:38:01.631Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-09T15:38:01.631Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-09T15:38:01.924Z] OK: 217 MiB in 51 packages [2020-09-09T15:38:01.924Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-09T15:38:02.286Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-09T15:38:02.286Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:38:02.286Z] OK: 8 MiB in 19 packages [2020-09-09T15:38:05.885Z] Removing intermediate container 1d184f4d8138 [2020-09-09T15:38:05.885Z] ---> 25febbd33c41 [2020-09-09T15:38:05.885Z] Step 6/27 : COPY go.mod . [2020-09-09T15:38:06.155Z] Removing intermediate container 2849d3e0b429 [2020-09-09T15:38:06.155Z] ---> 8f6396eed951 [2020-09-09T15:38:06.155Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-09T15:38:08.136Z] ---> 74adf8b5323d [2020-09-09T15:38:08.136Z] Step 7/27 : RUN go mod download [2020-09-09T15:38:08.741Z] ---> 0f743f104cfa [2020-09-09T15:38:08.741Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-09T15:38:08.741Z] ---> Running in 3116d5e632e9 [2020-09-09T15:38:14.156Z] ---> 8a84e9af3190 [2020-09-09T15:38:14.156Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-09T15:38:15.131Z] ---> 7359c5586f87 [2020-09-09T15:38:15.131Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-09T15:38:15.727Z] Removing intermediate container 3116d5e632e9 [2020-09-09T15:38:15.727Z] ---> c8d6a1e8fe45 [2020-09-09T15:38:15.727Z] Step 8/27 : COPY . . [2020-09-09T15:38:15.727Z] ---> Running in d596b1f07fa9 [2020-09-09T15:38:16.005Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:38:16.005Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:38:16.005Z] ---> 734cf11f9e59 [2020-09-09T15:38:16.005Z] Step 3/24 : WORKDIR /edgex-go [2020-09-09T15:38:16.005Z] ---> Using cache [2020-09-09T15:38:16.005Z] ---> 4c05affd0c93 [2020-09-09T15:38:16.005Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:38:16.005Z] ---> Using cache [2020-09-09T15:38:16.005Z] ---> 343535331150 [2020-09-09T15:38:16.005Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-09T15:38:16.005Z] ---> Running in 99ec7b6a6a31 [2020-09-09T15:38:17.442Z] Removing intermediate container d596b1f07fa9 [2020-09-09T15:38:17.442Z] ---> b42a261558bc [2020-09-09T15:38:17.442Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:38:18.040Z] ---> Running in bcac45f63d62 [2020-09-09T15:38:18.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:19.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:19.910Z] Removing intermediate container bcac45f63d62 [2020-09-09T15:38:19.910Z] ---> 863236159615 [2020-09-09T15:38:19.910Z] Step 21/23 : LABEL arch=arm64 [2020-09-09T15:38:20.529Z] ---> Running in 5dd924dac285 [2020-09-09T15:38:20.529Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:38:20.529Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:38:20.529Z] OK: 12617 distinct packages available [2020-09-09T15:38:21.132Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:38:21.132Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:38:21.132Z] ---> 734cf11f9e59 [2020-09-09T15:38:21.132Z] Step 3/22 : WORKDIR /edgex-go [2020-09-09T15:38:21.132Z] ---> Using cache [2020-09-09T15:38:21.132Z] ---> 4c05affd0c93 [2020-09-09T15:38:21.132Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:38:21.132Z] ---> Using cache [2020-09-09T15:38:21.132Z] ---> 343535331150 [2020-09-09T15:38:21.132Z] Step 5/22 : RUN apk update && apk add make git [2020-09-09T15:38:21.403Z] ---> Running in c4e458e4fd73 [2020-09-09T15:38:21.691Z] OK: 217 MiB in 51 packages [2020-09-09T15:38:21.973Z] Removing intermediate container 5dd924dac285 [2020-09-09T15:38:21.973Z] ---> 8d337f5b451e [2020-09-09T15:38:21.973Z] Step 22/23 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:38:22.571Z] ---> Running in 5bd89de75dfd [2020-09-09T15:38:23.557Z] Removing intermediate container 5bd89de75dfd [2020-09-09T15:38:23.557Z] ---> 87e5c75147ed [2020-09-09T15:38:23.557Z] Step 23/23 : LABEL version=1.2.2-dev.21 [2020-09-09T15:38:24.156Z] ---> Running in 9a487ffb3b11 [2020-09-09T15:38:24.156Z] Removing intermediate container 99ec7b6a6a31 [2020-09-09T15:38:24.156Z] ---> c2097dd6f6cd [2020-09-09T15:38:24.156Z] Step 6/24 : COPY go.mod . [2020-09-09T15:38:24.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:25.422Z] Removing intermediate container 9a487ffb3b11 [2020-09-09T15:38:25.422Z] ---> 3f4cc7654269 [2020-09-09T15:38:25.422Z] [2020-09-09T15:38:25.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:25.708Z] ---> 4d774faef240 [2020-09-09T15:38:25.708Z] Step 7/24 : RUN go mod download [2020-09-09T15:38:25.983Z] ---> Running in 51588f3d9cc1 [2020-09-09T15:38:25.983Z] Successfully built 3f4cc7654269 [2020-09-09T15:38:25.983Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-09T15:38:25.983Z] Building docker-support-logging-go [2020-09-09T15:38:26.538Z]  Building docker-core-data-go ... done v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:38:26.538Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:38:26.538Z] OK: 12617 distinct packages available [2020-09-09T15:38:27.545Z] OK: 217 MiB in 51 packages [2020-09-09T15:38:32.993Z] Removing intermediate container c4e458e4fd73 [2020-09-09T15:38:32.993Z] ---> d29fb5ed42d9 [2020-09-09T15:38:32.993Z] Step 6/22 : COPY go.mod . [2020-09-09T15:38:32.993Z] Removing intermediate container 51588f3d9cc1 [2020-09-09T15:38:32.993Z] ---> c4e586e6f407 [2020-09-09T15:38:32.993Z] Step 8/24 : COPY . . [2020-09-09T15:38:33.994Z] ---> 353afe817353 [2020-09-09T15:38:33.994Z] Step 7/22 : RUN go mod download [2020-09-09T15:38:34.281Z] ---> Running in 7c31e1c522e4 [2020-09-09T15:38:41.880Z] Removing intermediate container 7c31e1c522e4 [2020-09-09T15:38:41.880Z] ---> 4ff7be9b3fe1 [2020-09-09T15:38:41.880Z] Step 8/22 : COPY . . [2020-09-09T15:38:41.880Z] ---> 4f0ddaf05025 [2020-09-09T15:38:41.880Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-09T15:38:43.348Z] ---> Running in 4a669e164202 [2020-09-09T15:38:46.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-09T15:38:46.325Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-09T15:38:46.325Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-09T15:38:46.325Z] ---> 734cf11f9e59 [2020-09-09T15:38:46.325Z] Step 3/22 : WORKDIR /edgex-go [2020-09-09T15:38:46.325Z] ---> Using cache [2020-09-09T15:38:46.325Z] ---> 4c05affd0c93 [2020-09-09T15:38:46.325Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T15:38:46.325Z] ---> Using cache [2020-09-09T15:38:46.325Z] ---> 343535331150 [2020-09-09T15:38:46.325Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-09T15:38:47.792Z] ---> Running in b72d82cc5ca5 [2020-09-09T15:38:50.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:51.112Z] Removing intermediate container 791d2f6f0206 [2020-09-09T15:38:51.112Z] ---> 6c5475019bc0 [2020-09-09T15:38:51.112Z] [2020-09-09T15:38:51.112Z] Step 9/29 : FROM alpine:latest [2020-09-09T15:38:51.112Z] ---> 62ee0e9f8440 [2020-09-09T15:38:51.112Z] 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-09T15:38:51.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:51.733Z] ---> Running in fd9c77ce41f2 [2020-09-09T15:38:52.338Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:38:52.338Z] v3.12.0-306-g6984aa70ea [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:38:52.338Z] OK: 12617 distinct packages available [2020-09-09T15:38:52.942Z] OK: 217 MiB in 51 packages [2020-09-09T15:38:52.942Z] Removing intermediate container fd9c77ce41f2 [2020-09-09T15:38:52.942Z] ---> 84eeac6f9a4d [2020-09-09T15:38:52.942Z] Step 11/29 : USER root [2020-09-09T15:38:53.564Z] ---> Running in 2eebb23b0091 [2020-09-09T15:38:53.843Z] OK: 217 MiB in 51 packages [2020-09-09T15:38:54.849Z] Removing intermediate container 2eebb23b0091 [2020-09-09T15:38:54.849Z] ---> c68b69bff55c [2020-09-09T15:38:54.849Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-09T15:38:55.473Z] ---> Running in 43408e42a4ae [2020-09-09T15:38:57.496Z] Removing intermediate container b72d82cc5ca5 [2020-09-09T15:38:57.497Z] ---> 26d667c62598 [2020-09-09T15:38:57.497Z] Step 6/22 : COPY go.mod . [2020-09-09T15:38:58.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:58.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:38:58.985Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-09T15:38:58.985Z] v3.12.0-306-g6984aa70ea [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-09T15:38:58.985Z] OK: 12617 distinct packages available [2020-09-09T15:38:59.594Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-09T15:38:59.868Z] ---> 6a99e2777ecc [2020-09-09T15:38:59.869Z] Step 7/22 : RUN go mod download [2020-09-09T15:38:59.869Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-09T15:38:59.869Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:38:59.869Z] Executing ca-certificates-20191127-r4.trigger [2020-09-09T15:39:00.146Z] OK: 6 MiB in 16 packages [2020-09-09T15:39:00.427Z] ---> Running in 83fb43832c35 [2020-09-09T15:39:01.423Z] ---> 3f7b0445f701 [2020-09-09T15:39:01.423Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-09T15:39:01.700Z] ---> Running in 15f6de2665f8 [2020-09-09T15:39:03.689Z] Removing intermediate container 43408e42a4ae [2020-09-09T15:39:03.689Z] ---> 770f01f12ad0 [2020-09-09T15:39:03.689Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-09T15:39:03.967Z] ---> Running in 6f371d218f13 [2020-09-09T15:39:04.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-09T15:39:05.187Z] Removing intermediate container 6f371d218f13 [2020-09-09T15:39:05.187Z] ---> d51563730134 [2020-09-09T15:39:05.187Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-09T15:39:05.472Z] ---> Running in 551b8967ae38 [2020-09-09T15:39:06.480Z] Removing intermediate container 83fb43832c35 [2020-09-09T15:39:06.480Z] ---> df9af9d47325 [2020-09-09T15:39:06.480Z] Step 8/22 : COPY . . [2020-09-09T15:39:06.480Z] Removing intermediate container 551b8967ae38 [2020-09-09T15:39:06.480Z] ---> eff068fe0542 [2020-09-09T15:39:06.480Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-09T15:39:06.761Z] ---> Running in a29fe50e971b [2020-09-09T15:39:09.397Z] ---> 4a893870601f [2020-09-09T15:39:09.397Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-09T15:39:10.397Z] ---> Running in 749201fe1eda [2020-09-09T15:39:13.038Z] Removing intermediate container a29fe50e971b [2020-09-09T15:39:13.038Z] ---> 38cafbe38ce4 [2020-09-09T15:39:13.038Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-09T15:39:13.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/core-command/core-command ./cmd/core-command [2020-09-09T15:39:15.641Z] ---> f511e099b412 [2020-09-09T15:39:15.641Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-09T15:39:17.091Z] ---> 39886e013296 [2020-09-09T15:39:17.091Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-09T15:39:19.092Z] ---> ed3c0881be96 [2020-09-09T15:39:19.092Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-09T15:39:20.544Z] ---> 1e967287537d [2020-09-09T15:39:20.544Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-09T15:39:22.547Z] ---> 8d3c8dbe09ad [2020-09-09T15:39:22.547Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-09T15:39:22.829Z] ---> Running in 30f8d91c2e8a [2020-09-09T15:39:28.276Z] Removing intermediate container 30f8d91c2e8a [2020-09-09T15:39:28.276Z] ---> c2229db27eaf [2020-09-09T15:39:28.276Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-09T15:39:28.276Z] ---> 2707396d9856 [2020-09-09T15:39:28.276Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-09T15:39:28.276Z] ---> Running in a019cc28a448 [2020-09-09T15:39:29.735Z] ---> a0615ae81b32 [2020-09-09T15:39:29.735Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-09T15:39:29.735Z] ---> Running in fb9a9b20b8e0 [2020-09-09T15:39:31.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-09T15:39:33.810Z] Removing intermediate container fb9a9b20b8e0 [2020-09-09T15:39:33.811Z] ---> a0e17ce823d9 [2020-09-09T15:39:33.811Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-09T15:39:34.086Z] ---> Running in e8d798916cc3 [2020-09-09T15:39:38.414Z] Removing intermediate container e8d798916cc3 [2020-09-09T15:39:38.414Z] ---> 2af504bbe61a [2020-09-09T15:39:38.414Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-09T15:39:38.694Z] ---> Running in 0eaed07813af [2020-09-09T15:39:39.293Z] Removing intermediate container 0eaed07813af [2020-09-09T15:39:39.293Z] ---> e74327d5a35e [2020-09-09T15:39:39.293Z] Step 26/29 : CMD [ "generate" ] [2020-09-09T15:39:39.569Z] ---> Running in 9d87491325b7 [2020-09-09T15:39:40.173Z] Removing intermediate container 9d87491325b7 [2020-09-09T15:39:40.173Z] ---> 7e4e66731c87 [2020-09-09T15:39:40.173Z] Step 27/29 : LABEL arch=arm64 [2020-09-09T15:39:40.447Z] ---> Running in e9d2870c3d37 [2020-09-09T15:39:41.045Z] Removing intermediate container e9d2870c3d37 [2020-09-09T15:39:41.045Z] ---> 7ca187a53004 [2020-09-09T15:39:41.045Z] Step 28/29 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:39:41.045Z] ---> Running in ab7dbe783944 [2020-09-09T15:39:41.645Z] Removing intermediate container ab7dbe783944 [2020-09-09T15:39:41.645Z] ---> ff322761461e [2020-09-09T15:39:41.645Z] Step 29/29 : LABEL version=1.2.2-dev.21 [2020-09-09T15:39:41.922Z] ---> Running in e73596ccd17a [2020-09-09T15:39:42.521Z] Removing intermediate container e73596ccd17a [2020-09-09T15:39:42.521Z] ---> 51a2b10e220f [2020-09-09T15:39:42.521Z] [2020-09-09T15:39:42.796Z] Successfully built 51a2b10e220f [2020-09-09T15:39:42.796Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-09T15:39:53.234Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 4a669e164202 [2020-09-09T15:39:53.234Z] ---> dd32084872ea [2020-09-09T15:39:53.234Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-09T15:39:53.508Z] ---> Running in e2e334da9dc1 [2020-09-09T15:39:56.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.21" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-09T15:40:01.545Z] Removing intermediate container e2e334da9dc1 [2020-09-09T15:40:01.545Z] ---> c7e6833dffca [2020-09-09T15:40:01.545Z] [2020-09-09T15:40:01.545Z] Step 11/27 : FROM docker:latest [2020-09-09T15:40:01.545Z] ---> ce9d55ae87f1 [2020-09-09T15:40:01.545Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-09T15:40:01.545Z] ---> Running in 7738088a5459 [2020-09-09T15:40:02.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:40:03.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:40:03.870Z] (1/2) Installing readline (8.0.4-r0) [2020-09-09T15:40:04.148Z] (2/2) Installing bash (5.0.17-r0) [2020-09-09T15:40:04.148Z] Executing bash-5.0.17-r0.post-install [2020-09-09T15:40:04.148Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:40:04.148Z] OK: 12 MiB in 22 packages [2020-09-09T15:40:06.150Z] Removing intermediate container 7738088a5459 [2020-09-09T15:40:06.150Z] ---> ce2fad142a8c [2020-09-09T15:40:06.150Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-09T15:40:06.150Z] ---> Running in 9fba3c2c00bd [2020-09-09T15:40:10.505Z] Removing intermediate container 9fba3c2c00bd [2020-09-09T15:40:10.505Z] ---> 9b867544f660 [2020-09-09T15:40:10.505Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-09T15:40:10.505Z] ---> Running in 9aa5f31b0e91 [2020-09-09T15:40:10.505Z] Removing intermediate container 9aa5f31b0e91 [2020-09-09T15:40:10.505Z] ---> 5d8818b6e624 [2020-09-09T15:40:10.505Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-09T15:40:10.780Z] ---> Running in ef8f2ab40455 [2020-09-09T15:40:11.390Z] Removing intermediate container ef8f2ab40455 [2020-09-09T15:40:11.390Z] ---> e801b3547aa7 [2020-09-09T15:40:11.390Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-09T15:40:11.669Z] ---> Running in d46108b3cc58 [2020-09-09T15:40:12.269Z] Removing intermediate container d46108b3cc58 [2020-09-09T15:40:12.269Z] ---> 9a38693f3b3f [2020-09-09T15:40:12.269Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-09T15:40:14.257Z] ---> c7a8c4898b16 [2020-09-09T15:40:14.257Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-09T15:40:15.242Z] ---> 70f4606b9e0c [2020-09-09T15:40:15.242Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-09T15:40:16.411Z] ---> b2750669bcaf [2020-09-09T15:40:16.717Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-09T15:40:16.717Z] ---> Running in 1e5436108581 [2020-09-09T15:40:19.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:40:19.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:40:20.619Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-09T15:40:20.619Z] (2/33) Installing expat (2.2.9-r1) [2020-09-09T15:40:20.619Z] (3/33) Installing libffi (3.3-r2) [2020-09-09T15:40:20.619Z] (4/33) Installing gdbm (1.13-r1) [2020-09-09T15:40:20.619Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-09T15:40:20.619Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-09T15:40:20.619Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-09T15:40:23.247Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-09T15:40:23.247Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-09T15:40:23.247Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-09T15:40:23.247Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-09T15:40:23.247Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-09T15:40:23.247Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-09T15:40:23.521Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-09T15:40:23.521Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-09T15:40:23.521Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-09T15:40:23.521Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-09T15:40:23.521Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-09T15:40:23.796Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-09T15:40:23.796Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-09T15:40:23.796Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-09T15:40:23.796Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-09T15:40:23.796Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-09T15:40:23.796Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-09T15:40:23.796Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-09T15:40:23.796Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-09T15:40:24.069Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-09T15:40:24.069Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-09T15:40:24.069Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-09T15:40:24.069Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-09T15:40:24.069Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-09T15:40:24.069Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-09T15:40:24.069Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-09T15:40:24.344Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:40:24.344Z] OK: 71 MiB in 55 packages [2020-09-09T15:40:34.510Z] Removing intermediate container 1e5436108581 [2020-09-09T15:40:34.510Z] ---> 564d4af4bad2 [2020-09-09T15:40:34.510Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-09T15:40:34.510Z] ---> Running in 29a553da3ba0 [2020-09-09T15:40:41.230Z] Removing intermediate container 15f6de2665f8 [2020-09-09T15:40:41.230Z] ---> 6e6d50fd297b [2020-09-09T15:40:41.230Z] [2020-09-09T15:40:41.230Z] Step 10/24 : FROM scratch [2020-09-09T15:40:41.230Z] ---> [2020-09-09T15:40:41.230Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-09T15:40:41.230Z] Collecting docker-compose==1.23.2 [2020-09-09T15:40:41.503Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-09T15:40:41.503Z] ---> Running in 1359c80827c7 [2020-09-09T15:40:42.096Z] Removing intermediate container 1359c80827c7 [2020-09-09T15:40:42.097Z] ---> 210f1a9db043 [2020-09-09T15:40:42.097Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-09T15:40:42.097Z] ---> Running in b4274012a9ff [2020-09-09T15:40:42.696Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-09T15:40:42.696Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-09T15:40:42.970Z] Removing intermediate container b4274012a9ff [2020-09-09T15:40:42.970Z] ---> 9fb1a358472b [2020-09-09T15:40:42.970Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-09T15:40:42.970Z] ---> Running in 61d019fe58cf [2020-09-09T15:40:43.244Z] Collecting docopt<0.7,>=0.6.1 [2020-09-09T15:40:43.244Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-09T15:40:43.524Z] Removing intermediate container 61d019fe58cf [2020-09-09T15:40:43.524Z] ---> eea897065649 [2020-09-09T15:40:43.524Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-09T15:40:44.966Z] ---> 4c6e4a7f7d9a [2020-09-09T15:40:44.966Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-09T15:40:46.428Z] ---> 511f0fa968f8 [2020-09-09T15:40:46.428Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-09T15:40:46.704Z] Collecting docker<4.0,>=3.6.0 [2020-09-09T15:40:46.704Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-09T15:40:47.701Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-09T15:40:47.701Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-09T15:40:48.296Z] ---> 80aa0a671368 [2020-09-09T15:40:48.296Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-09T15:40:48.574Z] Removing intermediate container 749201fe1eda [2020-09-09T15:40:48.574Z] ---> 5c6cea30fe8c [2020-09-09T15:40:48.574Z] [2020-09-09T15:40:48.574Z] Step 10/22 : FROM scratch [2020-09-09T15:40:48.574Z] ---> [2020-09-09T15:40:48.574Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-09T15:40:48.848Z] ---> Using cache [2020-09-09T15:40:48.848Z] ---> 45958ee7e0bc [2020-09-09T15:40:48.848Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-09T15:40:49.121Z] ---> Running in de4a7d8c6f5a [2020-09-09T15:40:49.715Z] ---> 075c411d298f [2020-09-09T15:40:49.715Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-09T15:40:49.715Z] Removing intermediate container de4a7d8c6f5a [2020-09-09T15:40:49.715Z] ---> 92d90d24b02d [2020-09-09T15:40:49.715Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-09T15:40:49.991Z] ---> Running in 2588e2b85d72 [2020-09-09T15:40:49.991Z] Removing intermediate container a019cc28a448 [2020-09-09T15:40:49.991Z] ---> 67550f0415ce [2020-09-09T15:40:49.991Z] [2020-09-09T15:40:49.991Z] Step 10/22 : FROM scratch [2020-09-09T15:40:49.991Z] ---> [2020-09-09T15:40:49.991Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-09T15:40:50.262Z] ---> Using cache [2020-09-09T15:40:50.262Z] ---> 210f1a9db043 [2020-09-09T15:40:50.262Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-09T15:40:50.533Z] Removing intermediate container 2588e2b85d72 [2020-09-09T15:40:50.533Z] ---> efe3d71f79bc [2020-09-09T15:40:50.533Z] Step 14/22 : WORKDIR / [2020-09-09T15:40:50.804Z] ---> Running in 17c09e3cbb85 [2020-09-09T15:40:50.804Z] ---> Running in 3f5cb6f9191e [2020-09-09T15:40:51.081Z] ---> d212371ba33d [2020-09-09T15:40:51.081Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-09T15:40:51.353Z] Removing intermediate container 17c09e3cbb85 [2020-09-09T15:40:51.353Z] ---> 92dc32e42d6c [2020-09-09T15:40:51.353Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-09T15:40:51.353Z] Removing intermediate container 3f5cb6f9191e [2020-09-09T15:40:51.353Z] ---> 49c1ccb675b9 [2020-09-09T15:40:51.353Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-09T15:40:51.626Z] ---> Running in ca9dedb1d323 [2020-09-09T15:40:51.626Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-09T15:40:51.626Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-09T15:40:51.900Z] 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-09T15:40:51.900Z] ---> afd52b05a22d [2020-09-09T15:40:51.900Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-09T15:40:52.168Z] Removing intermediate container ca9dedb1d323 [2020-09-09T15:40:52.168Z] ---> 92d1a6184f63 [2020-09-09T15:40:52.168Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-09T15:40:52.168Z] ---> Running in e4d23f2d3b5e [2020-09-09T15:40:52.440Z] ---> fef74df4eacf [2020-09-09T15:40:52.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-09T15:40:52.712Z] Collecting PyYAML<4,>=3.10 [2020-09-09T15:40:52.712Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-09T15:40:52.712Z] Removing intermediate container e4d23f2d3b5e [2020-09-09T15:40:52.712Z] ---> 160e84fcbece [2020-09-09T15:40:52.712Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:40:52.983Z] ---> Running in 8cbb2615719e [2020-09-09T15:40:53.256Z] ---> 1598de31f08f [2020-09-09T15:40:53.256Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-09T15:40:53.854Z] Removing intermediate container 8cbb2615719e [2020-09-09T15:40:53.854Z] ---> f224cca7192f [2020-09-09T15:40:53.854Z] Step 22/24 : LABEL arch=arm64 [2020-09-09T15:40:53.854Z] ---> fd2eee708f14 [2020-09-09T15:40:53.854Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-09T15:40:53.854Z] ---> Running in 674dc5495c6e [2020-09-09T15:40:54.125Z] ---> 118de60a2ca8 [2020-09-09T15:40:54.125Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-09T15:40:54.725Z] Removing intermediate container 674dc5495c6e [2020-09-09T15:40:54.725Z] ---> da97fe23711d [2020-09-09T15:40:54.725Z] Step 23/24 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:40:54.725Z] ---> 13f4052d1951 [2020-09-09T15:40:54.725Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-09T15:40:55.007Z] ---> Running in 101793ac3107 [2020-09-09T15:40:55.007Z] ---> Running in 055de1d316c2 [2020-09-09T15:40:55.604Z] Removing intermediate container 101793ac3107 [2020-09-09T15:40:55.604Z] ---> 388a4aad0ec5 [2020-09-09T15:40:55.604Z] Step 24/24 : LABEL version=1.2.2-dev.21 [2020-09-09T15:40:55.604Z] ---> 73afe7a9aac1 [2020-09-09T15:40:55.604Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-09T15:40:55.604Z] ---> Running in a918804436ad [2020-09-09T15:40:55.604Z] Removing intermediate container 055de1d316c2 [2020-09-09T15:40:55.604Z] ---> 71bf3f421d4b [2020-09-09T15:40:55.604Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:40:55.879Z] ---> Running in fc697d1836df [2020-09-09T15:40:56.151Z] Removing intermediate container a918804436ad [2020-09-09T15:40:56.151Z] ---> 9216c046dc52 [2020-09-09T15:40:56.151Z] [2020-09-09T15:40:56.751Z] Successfully built 9216c046dc52 [2020-09-09T15:40:56.751Z] ---> 2686ea0e820d [2020-09-09T15:40:56.751Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-09T15:40:56.751Z] Removing intermediate container fc697d1836df [2020-09-09T15:40:56.751Z] ---> 69f744436c42 [2020-09-09T15:40:56.751Z] Step 20/22 : LABEL arch=arm64 [2020-09-09T15:40:56.751Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-09T15:40:56.751Z]  Building docker-support-notifications-go ... done Collecting texttable<0.10,>=0.9.0 [2020-09-09T15:40:56.751Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-09T15:40:57.033Z] ---> Running in 436890f94ec4 [2020-09-09T15:40:57.033Z] ---> Running in 2a7d608f3f3a [2020-09-09T15:40:57.305Z] Removing intermediate container 2a7d608f3f3a [2020-09-09T15:40:57.305Z] ---> f36c565ff186 [2020-09-09T15:40:57.305Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:40:57.305Z] Removing intermediate container 436890f94ec4 [2020-09-09T15:40:57.305Z] ---> 3ea0f6710894 [2020-09-09T15:40:57.305Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:40:57.585Z] ---> Running in 056f9067c086 [2020-09-09T15:40:57.585Z] ---> Running in 4a17f2e5fbd0 [2020-09-09T15:40:58.180Z] Removing intermediate container 056f9067c086 [2020-09-09T15:40:58.180Z] ---> a960386ddbee [2020-09-09T15:40:58.180Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-09T15:40:58.180Z] Removing intermediate container 4a17f2e5fbd0 [2020-09-09T15:40:58.180Z] ---> 483e409d43a1 [2020-09-09T15:40:58.180Z] Step 20/22 : LABEL arch=arm64 [2020-09-09T15:40:58.180Z] ---> Running in df3a116d7826 [2020-09-09T15:40:58.180Z] ---> Running in ccb42251586e [2020-09-09T15:40:58.772Z] Removing intermediate container df3a116d7826 [2020-09-09T15:40:58.772Z] ---> 1b884fb05247 [2020-09-09T15:40:58.772Z] [2020-09-09T15:40:58.772Z] Removing intermediate container ccb42251586e [2020-09-09T15:40:58.772Z] ---> e3b2573191a6 [2020-09-09T15:40:58.772Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:40:59.044Z] ---> Running in f3d5e0cc8e69 [2020-09-09T15:40:59.044Z] Successfully built 1b884fb05247 [2020-09-09T15:40:59.044Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-09T15:40:59.315Z]  Building docker-core-command-go ... done Collecting cached-property<2,>=1.2.0 [2020-09-09T15:40:59.315Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-09T15:40:59.587Z] Removing intermediate container f3d5e0cc8e69 [2020-09-09T15:40:59.587Z] ---> 53e89648d7f4 [2020-09-09T15:40:59.587Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-09T15:40:59.587Z] ---> Running in ccccbf48b9bb [2020-09-09T15:40:59.858Z] Collecting jsonschema<3,>=2.5.1 [2020-09-09T15:40:59.858Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-09T15:41:00.129Z] Removing intermediate container ccccbf48b9bb [2020-09-09T15:41:00.129Z] ---> 46255f20fb2a [2020-09-09T15:41:00.129Z] [2020-09-09T15:41:00.129Z] Collecting docker-pycreds>=0.4.0 [2020-09-09T15:41:00.129Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-09T15:41:00.401Z] Successfully built 46255f20fb2a [2020-09-09T15:41:00.401Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-09T15:41:00.669Z]  Building docker-support-logging-go ... done Collecting urllib3<1.25,>=1.21.1 [2020-09-09T15:41:00.669Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-09T15:41:00.939Z] 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-09T15:41:00.939Z] 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-09T15:41:01.209Z] Collecting idna<2.8,>=2.5 [2020-09-09T15:41:01.209Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-09T15:41:01.209Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-09T15:41:01.209Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-09T15:41:01.209Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-09T15:41:01.209Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-09T15:41:01.799Z] Installing collected packages: websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, texttable, cached-property, jsonschema, docker-compose [2020-09-09T15:41:02.068Z] Running setup.py install for docopt: started [2020-09-09T15:41:04.024Z] Running setup.py install for docopt: finished with status 'done' [2020-09-09T15:41:04.024Z] Attempting uninstall: urllib3 [2020-09-09T15:41:04.024Z] Found existing installation: urllib3 1.25.9 [2020-09-09T15:41:04.024Z] Uninstalling urllib3-1.25.9: [2020-09-09T15:41:04.024Z] Successfully uninstalled urllib3-1.25.9 [2020-09-09T15:41:04.613Z] Attempting uninstall: idna [2020-09-09T15:41:04.613Z] Found existing installation: idna 2.9 [2020-09-09T15:41:04.613Z] Uninstalling idna-2.9: [2020-09-09T15:41:04.613Z] Successfully uninstalled idna-2.9 [2020-09-09T15:41:05.202Z] Attempting uninstall: requests [2020-09-09T15:41:05.202Z] Found existing installation: requests 2.23.0 [2020-09-09T15:41:05.202Z] Uninstalling requests-2.23.0: [2020-09-09T15:41:05.470Z] Successfully uninstalled requests-2.23.0 [2020-09-09T15:41:06.442Z] Running setup.py install for dockerpty: started [2020-09-09T15:41:08.402Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-09T15:41:08.402Z] Running setup.py install for PyYAML: started [2020-09-09T15:41:10.361Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-09T15:41:10.361Z] Running setup.py install for texttable: started [2020-09-09T15:41:11.792Z] Running setup.py install for texttable: finished with status 'done' [2020-09-09T15:41:13.210Z] 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-09T15:41:17.503Z] Removing intermediate container 29a553da3ba0 [2020-09-09T15:41:17.503Z] ---> 16538820e72d [2020-09-09T15:41:17.503Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-09T15:41:17.503Z] ---> Running in 590d2d222292 [2020-09-09T15:41:18.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T15:41:18.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T15:41:19.329Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-09T15:41:19.329Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-09T15:41:19.329Z] (3/3) Installing curl (7.69.1-r0) [2020-09-09T15:41:19.329Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T15:41:19.329Z] OK: 71 MiB in 58 packages [2020-09-09T15:41:20.752Z] Removing intermediate container 590d2d222292 [2020-09-09T15:41:20.752Z] ---> 503a00ac3439 [2020-09-09T15:41:20.752Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-09T15:41:20.752Z] ---> Running in de864e12f6cf [2020-09-09T15:41:21.020Z] Removing intermediate container de864e12f6cf [2020-09-09T15:41:21.020Z] ---> 50f1586ecd84 [2020-09-09T15:41:21.020Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T15:41:21.290Z] ---> Running in 26053bb862f8 [2020-09-09T15:41:21.561Z] Removing intermediate container 26053bb862f8 [2020-09-09T15:41:21.561Z] ---> 8f0d8a12ac13 [2020-09-09T15:41:21.561Z] Step 25/27 : LABEL arch=arm64 [2020-09-09T15:41:21.834Z] ---> Running in 63d4e501e348 [2020-09-09T15:41:22.105Z] Removing intermediate container 63d4e501e348 [2020-09-09T15:41:22.105Z] ---> 2e1a5d18fc99 [2020-09-09T15:41:22.105Z] Step 26/27 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:22.376Z] ---> Running in 27b5184769e9 [2020-09-09T15:41:22.969Z] Removing intermediate container 27b5184769e9 [2020-09-09T15:41:22.969Z] ---> 7bea63afb6d9 [2020-09-09T15:41:22.969Z] Step 27/27 : LABEL version=1.2.2-dev.21 [2020-09-09T15:41:22.969Z] ---> Running in 676e827d8e49 [2020-09-09T15:41:23.560Z] Removing intermediate container 676e827d8e49 [2020-09-09T15:41:23.560Z] ---> d9a649811e3c [2020-09-09T15:41:23.560Z] [2020-09-09T15:41:23.830Z] Successfully built d9a649811e3c [2020-09-09T15:41:23.830Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-09T15:41:24.113Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-09T15:41:24.115Z] $ docker stop --time=1 0b0558f75ddfe2a6afd0e6fd0d4488d56e1fa962805f4bbc2e45de39ef4686c2 [2020-09-09T15:41:26.034Z] $ docker rm -f 0b0558f75ddfe2a6afd0e6fd0d4488d56e1fa962805f4bbc2e45de39ef4686c2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:41:26.744Z] + docker images [2020-09-09T15:41:26.744Z] + grep docker [2020-09-09T15:41:27.014Z] docker-sys-mgmt-agent-go-arm64 latest d9a649811e3c 3 seconds ago 266MB [2020-09-09T15:41:27.014Z] docker-support-logging-go-arm64 latest 46255f20fb2a 27 seconds ago 11.4MB [2020-09-09T15:41:27.014Z] docker-core-command-go-arm64 latest 1b884fb05247 28 seconds ago 12.4MB [2020-09-09T15:41:27.014Z] docker-support-notifications-go-arm64 latest 9216c046dc52 31 seconds ago 13.9MB [2020-09-09T15:41:27.015Z] docker-security-secrets-setup-go-arm64 latest 51a2b10e220f About a minute ago 24.2MB [2020-09-09T15:41:27.015Z] docker-core-data-go-arm64 latest 3f4cc7654269 3 minutes ago 23.4MB [2020-09-09T15:41:27.015Z] docker-security-secretstore-setup-go-arm64 latest 313b232ced13 3 minutes ago 32.6MB [2020-09-09T15:41:27.015Z] docker-core-metadata-go-arm64 latest 67721ce70616 3 minutes ago 13.8MB [2020-09-09T15:41:27.015Z] docker-support-scheduler-go-arm64 latest 0ec37c2e601f 3 minutes ago 12.6MB [2020-09-09T15:41:27.015Z] docker-security-proxy-setup-go-arm64 latest 0a4f9668e63c 4 minutes ago 15.8MB [2020-09-09T15:41:27.015Z] 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-09T15:41:27.464Z] provisioning config files... [2020-09-09T15:41:27.509Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/135@tmp/config6003034577669377885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:41:27.900Z] ---> docker-login.sh [2020-09-09T15:41:27.900Z] nexus3.edgexfoundry.org:10001 [2020-09-09T15:41:28.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:41:28.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:41:28.440Z] Configure a credential helper to remove this warning. See [2020-09-09T15:41:28.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:41:28.440Z] [2020-09-09T15:41:28.440Z] Login Succeeded [2020-09-09T15:41:28.440Z] nexus3.edgexfoundry.org:10002 [2020-09-09T15:41:29.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:41:29.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:41:29.030Z] Configure a credential helper to remove this warning. See [2020-09-09T15:41:29.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:41:29.030Z] [2020-09-09T15:41:29.030Z] Login Succeeded [2020-09-09T15:41:29.030Z] nexus3.edgexfoundry.org:10003 [2020-09-09T15:41:29.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:41:29.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:41:29.620Z] Configure a credential helper to remove this warning. See [2020-09-09T15:41:29.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:41:29.620Z] [2020-09-09T15:41:29.620Z] Login Succeeded [2020-09-09T15:41:29.620Z] nexus3.edgexfoundry.org:10004 [2020-09-09T15:41:29.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:41:30.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:41:30.173Z] Configure a credential helper to remove this warning. See [2020-09-09T15:41:30.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:41:30.173Z] [2020-09-09T15:41:30.173Z] Login Succeeded [2020-09-09T15:41:30.173Z] docker.io [2020-09-09T15:41:30.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-09T15:41:31.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-09T15:41:31.044Z] Configure a credential helper to remove this warning. See [2020-09-09T15:41:31.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-09T15:41:31.044Z] [2020-09-09T15:41:31.044Z] Login Succeeded [2020-09-09T15:41:31.044Z] ---> docker-login.sh ends [Pipeline] } [2020-09-09T15:41:31.060Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:41:31.269Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-09T15:41:31.269Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:31.269Z] 1.2.2-dev.21 [2020-09-09T15:41:31.269Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:31.269Z] master [2020-09-09T15:41:31.269Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:31.813Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:32.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:32.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-09T15:41:32.157Z] c5091a9e808c: Preparing [2020-09-09T15:41:32.157Z] 998e7589d6d8: Preparing [2020-09-09T15:41:32.157Z] 3e383e962f5a: Preparing [2020-09-09T15:41:32.424Z] 3e383e962f5a: Pushed [2020-09-09T15:41:32.424Z] c5091a9e808c: Pushed [2020-09-09T15:41:35.785Z] 998e7589d6d8: Pushed [2020-09-09T15:41:35.785Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:c8e96cdce2fae3b5fce6ff7e4262d0a8d7ebdf7f4bef8aee70c010f1323ea8c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:36.125Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:36.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [2020-09-09T15:41:36.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-09T15:41:36.453Z] c5091a9e808c: Preparing [2020-09-09T15:41:36.453Z] 998e7589d6d8: Preparing [2020-09-09T15:41:36.453Z] 3e383e962f5a: Preparing [2020-09-09T15:41:36.453Z] 3e383e962f5a: Layer already exists [2020-09-09T15:41:36.453Z] 998e7589d6d8: Layer already exists [2020-09-09T15:41:36.453Z] c5091a9e808c: Layer already exists [2020-09-09T15:41:36.720Z] 1.2.2-dev.21: digest: sha256:c8e96cdce2fae3b5fce6ff7e4262d0a8d7ebdf7f4bef8aee70c010f1323ea8c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:37.058Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:37.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:37.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-09T15:41:37.389Z] c5091a9e808c: Preparing [2020-09-09T15:41:37.389Z] 998e7589d6d8: Preparing [2020-09-09T15:41:37.389Z] 3e383e962f5a: Preparing [2020-09-09T15:41:37.389Z] 3e383e962f5a: Layer already exists [2020-09-09T15:41:37.389Z] 998e7589d6d8: Layer already exists [2020-09-09T15:41:37.389Z] c5091a9e808c: Layer already exists [2020-09-09T15:41:37.657Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:c8e96cdce2fae3b5fce6ff7e4262d0a8d7ebdf7f4bef8aee70c010f1323ea8c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:37.993Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:38.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-09T15:41:38.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-09T15:41:38.323Z] c5091a9e808c: Preparing [2020-09-09T15:41:38.323Z] 998e7589d6d8: Preparing [2020-09-09T15:41:38.323Z] 3e383e962f5a: Preparing [2020-09-09T15:41:38.323Z] c5091a9e808c: Layer already exists [2020-09-09T15:41:38.323Z] 998e7589d6d8: Layer already exists [2020-09-09T15:41:38.323Z] 3e383e962f5a: Layer already exists [2020-09-09T15:41:38.593Z] master: digest: sha256:c8e96cdce2fae3b5fce6ff7e4262d0a8d7ebdf7f4bef8aee70c010f1323ea8c1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:41:38.765Z] ===================================================== [Pipeline] echo [2020-09-09T15:41:38.829Z] taggedImages: [2020-09-09T15:41:38.829Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:38.829Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [2020-09-09T15:41:38.829Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:38.829Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-09T15:41:38.881Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-09T15:41:38.881Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:38.881Z] 1.2.2-dev.21 [2020-09-09T15:41:38.881Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:38.881Z] master [2020-09-09T15:41:38.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:39.387Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:39.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:39.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-09T15:41:39.723Z] 5e23a7de269c: Preparing [2020-09-09T15:41:39.723Z] d287a7369a68: Preparing [2020-09-09T15:41:39.723Z] 2442404e6956: Preparing [2020-09-09T15:41:39.723Z] 60265ba84871: Preparing [2020-09-09T15:41:39.723Z] 62e8eb081110: Preparing [2020-09-09T15:41:39.723Z] e2f13739ad41: Preparing [2020-09-09T15:41:39.723Z] e2f13739ad41: Waiting [2020-09-09T15:41:39.997Z] 5e23a7de269c: Pushed [2020-09-09T15:41:39.997Z] 2442404e6956: Pushed [2020-09-09T15:41:39.997Z] 62e8eb081110: Pushed [2020-09-09T15:41:39.997Z] e2f13739ad41: Layer already exists [2020-09-09T15:41:40.587Z] 60265ba84871: Pushed [2020-09-09T15:41:43.951Z] d287a7369a68: Pushed [2020-09-09T15:41:43.951Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:9694b0f163152b92679dd5240c46b6b3d410ce78c589dd9f45e127584dedcca8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:44.282Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:44.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [2020-09-09T15:41:44.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-09T15:41:44.610Z] 5e23a7de269c: Preparing [2020-09-09T15:41:44.610Z] d287a7369a68: Preparing [2020-09-09T15:41:44.610Z] 2442404e6956: Preparing [2020-09-09T15:41:44.610Z] 60265ba84871: Preparing [2020-09-09T15:41:44.610Z] 62e8eb081110: Preparing [2020-09-09T15:41:44.610Z] e2f13739ad41: Preparing [2020-09-09T15:41:44.610Z] e2f13739ad41: Waiting [2020-09-09T15:41:44.610Z] 2442404e6956: Layer already exists [2020-09-09T15:41:44.610Z] 60265ba84871: Layer already exists [2020-09-09T15:41:44.610Z] 5e23a7de269c: Layer already exists [2020-09-09T15:41:44.610Z] d287a7369a68: Layer already exists [2020-09-09T15:41:44.610Z] 62e8eb081110: Layer already exists [2020-09-09T15:41:44.610Z] e2f13739ad41: Layer already exists [2020-09-09T15:41:44.879Z] 1.2.2-dev.21: digest: sha256:9694b0f163152b92679dd5240c46b6b3d410ce78c589dd9f45e127584dedcca8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:45.212Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:45.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:45.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-09T15:41:45.542Z] 5e23a7de269c: Preparing [2020-09-09T15:41:45.542Z] d287a7369a68: Preparing [2020-09-09T15:41:45.542Z] 2442404e6956: Preparing [2020-09-09T15:41:45.542Z] 60265ba84871: Preparing [2020-09-09T15:41:45.542Z] 62e8eb081110: Preparing [2020-09-09T15:41:45.542Z] e2f13739ad41: Preparing [2020-09-09T15:41:45.542Z] e2f13739ad41: Waiting [2020-09-09T15:41:45.542Z] 62e8eb081110: Layer already exists [2020-09-09T15:41:45.542Z] d287a7369a68: Layer already exists [2020-09-09T15:41:45.542Z] 5e23a7de269c: Layer already exists [2020-09-09T15:41:45.542Z] 2442404e6956: Layer already exists [2020-09-09T15:41:45.542Z] 60265ba84871: Layer already exists [2020-09-09T15:41:45.542Z] e2f13739ad41: Layer already exists [2020-09-09T15:41:45.812Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:9694b0f163152b92679dd5240c46b6b3d410ce78c589dd9f45e127584dedcca8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:46.147Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:46.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-09T15:41:46.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-09T15:41:46.485Z] 5e23a7de269c: Preparing [2020-09-09T15:41:46.485Z] d287a7369a68: Preparing [2020-09-09T15:41:46.485Z] 2442404e6956: Preparing [2020-09-09T15:41:46.485Z] 60265ba84871: Preparing [2020-09-09T15:41:46.485Z] 62e8eb081110: Preparing [2020-09-09T15:41:46.485Z] e2f13739ad41: Preparing [2020-09-09T15:41:46.485Z] e2f13739ad41: Waiting [2020-09-09T15:41:46.485Z] 62e8eb081110: Layer already exists [2020-09-09T15:41:46.485Z] 2442404e6956: Layer already exists [2020-09-09T15:41:46.485Z] 60265ba84871: Layer already exists [2020-09-09T15:41:46.485Z] d287a7369a68: Layer already exists [2020-09-09T15:41:46.485Z] 5e23a7de269c: Layer already exists [2020-09-09T15:41:46.485Z] e2f13739ad41: Layer already exists [2020-09-09T15:41:46.753Z] master: digest: sha256:9694b0f163152b92679dd5240c46b6b3d410ce78c589dd9f45e127584dedcca8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:41:46.934Z] ===================================================== [Pipeline] echo [2020-09-09T15:41:46.975Z] taggedImages: [2020-09-09T15:41:46.975Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:46.975Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [2020-09-09T15:41:46.975Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:46.975Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-09T15:41:47.029Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-09T15:41:47.030Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:47.030Z] 1.2.2-dev.21 [2020-09-09T15:41:47.030Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:47.030Z] master [2020-09-09T15:41:47.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:47.546Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:47.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:47.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-09T15:41:47.915Z] ff1863f98b74: Preparing [2020-09-09T15:41:47.915Z] 554821609e66: Preparing [2020-09-09T15:41:47.915Z] de6122b4bad2: Preparing [2020-09-09T15:41:48.203Z] de6122b4bad2: Pushed [2020-09-09T15:41:48.203Z] ff1863f98b74: Pushed [2020-09-09T15:41:51.658Z] 554821609e66: Pushed [2020-09-09T15:41:51.932Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:af9201f19540095492f969099d32ee105dbefc3663b15c015be6675f0397b901 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:52.266Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:52.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [2020-09-09T15:41:52.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-09T15:41:52.597Z] ff1863f98b74: Preparing [2020-09-09T15:41:52.597Z] 554821609e66: Preparing [2020-09-09T15:41:52.597Z] de6122b4bad2: Preparing [2020-09-09T15:41:52.597Z] ff1863f98b74: Layer already exists [2020-09-09T15:41:52.597Z] de6122b4bad2: Layer already exists [2020-09-09T15:41:52.597Z] 554821609e66: Layer already exists [2020-09-09T15:41:52.865Z] 1.2.2-dev.21: digest: sha256:af9201f19540095492f969099d32ee105dbefc3663b15c015be6675f0397b901 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:53.198Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:53.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:53.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-09T15:41:53.529Z] ff1863f98b74: Preparing [2020-09-09T15:41:53.529Z] 554821609e66: Preparing [2020-09-09T15:41:53.529Z] de6122b4bad2: Preparing [2020-09-09T15:41:53.529Z] ff1863f98b74: Layer already exists [2020-09-09T15:41:53.529Z] 554821609e66: Layer already exists [2020-09-09T15:41:53.529Z] de6122b4bad2: Layer already exists [2020-09-09T15:41:53.798Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:af9201f19540095492f969099d32ee105dbefc3663b15c015be6675f0397b901 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:54.132Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:54.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-09T15:41:54.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-09T15:41:54.469Z] ff1863f98b74: Preparing [2020-09-09T15:41:54.469Z] 554821609e66: Preparing [2020-09-09T15:41:54.469Z] de6122b4bad2: Preparing [2020-09-09T15:41:54.469Z] 554821609e66: Layer already exists [2020-09-09T15:41:54.469Z] ff1863f98b74: Layer already exists [2020-09-09T15:41:54.469Z] de6122b4bad2: Layer already exists [2020-09-09T15:41:54.737Z] master: digest: sha256:af9201f19540095492f969099d32ee105dbefc3663b15c015be6675f0397b901 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:41:54.902Z] ===================================================== [Pipeline] echo [2020-09-09T15:41:54.942Z] taggedImages: [2020-09-09T15:41:54.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:54.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [2020-09-09T15:41:54.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:54.942Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-09T15:41:54.998Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-09T15:41:54.998Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:54.998Z] 1.2.2-dev.21 [2020-09-09T15:41:54.998Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:41:54.998Z] master [2020-09-09T15:41:54.998Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:55.495Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:55.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:41:55.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-09T15:41:55.824Z] 8cd62eede8e9: Preparing [2020-09-09T15:41:55.824Z] 94cd540112bc: Preparing [2020-09-09T15:41:55.824Z] 8beda4dcc146: Preparing [2020-09-09T15:41:55.824Z] e25207c987ba: Preparing [2020-09-09T15:41:55.824Z] e2f13739ad41: Preparing [2020-09-09T15:41:55.824Z] e2f13739ad41: Layer already exists [2020-09-09T15:41:56.093Z] 94cd540112bc: Pushed [2020-09-09T15:41:56.093Z] 8beda4dcc146: Pushed [2020-09-09T15:41:56.360Z] e25207c987ba: Pushed [2020-09-09T15:41:58.313Z] 8cd62eede8e9: Pushed [2020-09-09T15:41:58.582Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:db8f118b3e1dc4285d03e2ba7f24d48c64bdd2a0c5a491da7409f4e4dde2ee1e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:58.914Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:59.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [2020-09-09T15:41:59.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-09T15:41:59.246Z] 8cd62eede8e9: Preparing [2020-09-09T15:41:59.246Z] 94cd540112bc: Preparing [2020-09-09T15:41:59.246Z] 8beda4dcc146: Preparing [2020-09-09T15:41:59.246Z] e25207c987ba: Preparing [2020-09-09T15:41:59.246Z] e2f13739ad41: Preparing [2020-09-09T15:41:59.246Z] e2f13739ad41: Layer already exists [2020-09-09T15:41:59.246Z] e25207c987ba: Layer already exists [2020-09-09T15:41:59.246Z] 8cd62eede8e9: Layer already exists [2020-09-09T15:41:59.246Z] 8beda4dcc146: Layer already exists [2020-09-09T15:41:59.516Z] 94cd540112bc: Layer already exists [2020-09-09T15:41:59.516Z] 1.2.2-dev.21: digest: sha256:db8f118b3e1dc4285d03e2ba7f24d48c64bdd2a0c5a491da7409f4e4dde2ee1e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:41:59.872Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:00.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:00.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-09T15:42:00.202Z] 8cd62eede8e9: Preparing [2020-09-09T15:42:00.202Z] 94cd540112bc: Preparing [2020-09-09T15:42:00.202Z] 8beda4dcc146: Preparing [2020-09-09T15:42:00.202Z] e25207c987ba: Preparing [2020-09-09T15:42:00.202Z] e2f13739ad41: Preparing [2020-09-09T15:42:00.202Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:00.202Z] 8cd62eede8e9: Layer already exists [2020-09-09T15:42:00.202Z] 94cd540112bc: Layer already exists [2020-09-09T15:42:00.202Z] e25207c987ba: Layer already exists [2020-09-09T15:42:00.202Z] 8beda4dcc146: Layer already exists [2020-09-09T15:42:00.470Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:db8f118b3e1dc4285d03e2ba7f24d48c64bdd2a0c5a491da7409f4e4dde2ee1e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:00.801Z] + 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-09T15:42:01.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-09T15:42:01.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-09T15:42:01.129Z] 8cd62eede8e9: Preparing [2020-09-09T15:42:01.129Z] 94cd540112bc: Preparing [2020-09-09T15:42:01.129Z] 8beda4dcc146: Preparing [2020-09-09T15:42:01.129Z] e25207c987ba: Preparing [2020-09-09T15:42:01.129Z] e2f13739ad41: Preparing [2020-09-09T15:42:01.129Z] 8cd62eede8e9: Layer already exists [2020-09-09T15:42:01.129Z] e25207c987ba: Layer already exists [2020-09-09T15:42:01.129Z] 8beda4dcc146: Layer already exists [2020-09-09T15:42:01.129Z] 94cd540112bc: Layer already exists [2020-09-09T15:42:01.129Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:01.400Z] master: digest: sha256:db8f118b3e1dc4285d03e2ba7f24d48c64bdd2a0c5a491da7409f4e4dde2ee1e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:42:01.575Z] ===================================================== [Pipeline] echo [2020-09-09T15:42:01.616Z] taggedImages: [2020-09-09T15:42:01.616Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:01.616Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:01.616Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:01.616Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-09T15:42:01.670Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-09T15:42:01.670Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:01.670Z] 1.2.2-dev.21 [2020-09-09T15:42:01.670Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:01.670Z] master [2020-09-09T15:42:01.670Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:02.185Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:02.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:02.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-09T15:42:02.511Z] b4b43ed1956c: Preparing [2020-09-09T15:42:02.511Z] 39c3acc851df: Preparing [2020-09-09T15:42:02.511Z] 14cc71c29fde: Preparing [2020-09-09T15:42:02.511Z] ed7d049f2af2: Preparing [2020-09-09T15:42:02.511Z] ed7d049f2af2: Preparing [2020-09-09T15:42:02.511Z] c14e0e8a9b7f: Preparing [2020-09-09T15:42:02.511Z] 9eac3409d0fe: Preparing [2020-09-09T15:42:02.511Z] 905a89ee1f82: Preparing [2020-09-09T15:42:02.511Z] b4b43ed1956c: Preparing [2020-09-09T15:42:02.511Z] f5a02b45838e: Preparing [2020-09-09T15:42:02.511Z] 504c401b4c12: Preparing [2020-09-09T15:42:02.511Z] ee7175440926: Preparing [2020-09-09T15:42:02.511Z] e2f13739ad41: Preparing [2020-09-09T15:42:02.511Z] 9eac3409d0fe: Waiting [2020-09-09T15:42:02.511Z] 905a89ee1f82: Waiting [2020-09-09T15:42:02.511Z] f5a02b45838e: Waiting [2020-09-09T15:42:02.511Z] 504c401b4c12: Waiting [2020-09-09T15:42:02.511Z] ee7175440926: Waiting [2020-09-09T15:42:02.511Z] e2f13739ad41: Waiting [2020-09-09T15:42:02.783Z] c14e0e8a9b7f: Pushed [2020-09-09T15:42:02.783Z] ed7d049f2af2: Pushed [2020-09-09T15:42:02.783Z] 39c3acc851df: Pushed [2020-09-09T15:42:02.783Z] 14cc71c29fde: Pushed [2020-09-09T15:42:03.056Z] 9eac3409d0fe: Pushed [2020-09-09T15:42:03.056Z] 905a89ee1f82: Pushed [2020-09-09T15:42:03.056Z] f5a02b45838e: Pushed [2020-09-09T15:42:03.056Z] 504c401b4c12: Pushed [2020-09-09T15:42:03.056Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:03.328Z] ee7175440926: Pushed [2020-09-09T15:42:05.286Z] b4b43ed1956c: Pushed [2020-09-09T15:42:05.286Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:a7b490a7e2b38ff817ca9f6a09f7e459be23f0be948d2b68875f42247bd70e44 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:05.885Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:06.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:06.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-09T15:42:06.217Z] b4b43ed1956c: Preparing [2020-09-09T15:42:06.217Z] 39c3acc851df: Preparing [2020-09-09T15:42:06.217Z] 14cc71c29fde: Preparing [2020-09-09T15:42:06.217Z] ed7d049f2af2: Preparing [2020-09-09T15:42:06.217Z] ed7d049f2af2: Preparing [2020-09-09T15:42:06.217Z] c14e0e8a9b7f: Preparing [2020-09-09T15:42:06.217Z] 9eac3409d0fe: Preparing [2020-09-09T15:42:06.217Z] 905a89ee1f82: Preparing [2020-09-09T15:42:06.217Z] b4b43ed1956c: Preparing [2020-09-09T15:42:06.217Z] f5a02b45838e: Preparing [2020-09-09T15:42:06.217Z] 504c401b4c12: Preparing [2020-09-09T15:42:06.217Z] ee7175440926: Preparing [2020-09-09T15:42:06.217Z] e2f13739ad41: Preparing [2020-09-09T15:42:06.217Z] f5a02b45838e: Waiting [2020-09-09T15:42:06.217Z] 504c401b4c12: Waiting [2020-09-09T15:42:06.217Z] e2f13739ad41: Waiting [2020-09-09T15:42:06.217Z] ee7175440926: Waiting [2020-09-09T15:42:06.217Z] 9eac3409d0fe: Waiting [2020-09-09T15:42:06.217Z] 905a89ee1f82: Waiting [2020-09-09T15:42:06.217Z] 39c3acc851df: Layer already exists [2020-09-09T15:42:06.217Z] b4b43ed1956c: Layer already exists [2020-09-09T15:42:06.217Z] 14cc71c29fde: Layer already exists [2020-09-09T15:42:06.217Z] c14e0e8a9b7f: Layer already exists [2020-09-09T15:42:06.217Z] ed7d049f2af2: Layer already exists [2020-09-09T15:42:06.217Z] 905a89ee1f82: Layer already exists [2020-09-09T15:42:06.217Z] 9eac3409d0fe: Layer already exists [2020-09-09T15:42:06.217Z] f5a02b45838e: Layer already exists [2020-09-09T15:42:06.217Z] 504c401b4c12: Layer already exists [2020-09-09T15:42:06.217Z] ee7175440926: Layer already exists [2020-09-09T15:42:06.485Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:06.485Z] 1.2.2-dev.21: digest: sha256:a7b490a7e2b38ff817ca9f6a09f7e459be23f0be948d2b68875f42247bd70e44 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:06.820Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:07.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:07.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-09T15:42:07.149Z] b4b43ed1956c: Preparing [2020-09-09T15:42:07.149Z] 39c3acc851df: Preparing [2020-09-09T15:42:07.149Z] 14cc71c29fde: Preparing [2020-09-09T15:42:07.149Z] ed7d049f2af2: Preparing [2020-09-09T15:42:07.149Z] ed7d049f2af2: Preparing [2020-09-09T15:42:07.149Z] c14e0e8a9b7f: Preparing [2020-09-09T15:42:07.149Z] 9eac3409d0fe: Preparing [2020-09-09T15:42:07.149Z] 905a89ee1f82: Preparing [2020-09-09T15:42:07.149Z] b4b43ed1956c: Preparing [2020-09-09T15:42:07.149Z] f5a02b45838e: Preparing [2020-09-09T15:42:07.149Z] 504c401b4c12: Preparing [2020-09-09T15:42:07.149Z] ee7175440926: Preparing [2020-09-09T15:42:07.149Z] e2f13739ad41: Preparing [2020-09-09T15:42:07.149Z] 9eac3409d0fe: Waiting [2020-09-09T15:42:07.149Z] 905a89ee1f82: Waiting [2020-09-09T15:42:07.149Z] f5a02b45838e: Waiting [2020-09-09T15:42:07.149Z] 504c401b4c12: Waiting [2020-09-09T15:42:07.149Z] ee7175440926: Waiting [2020-09-09T15:42:07.149Z] e2f13739ad41: Waiting [2020-09-09T15:42:07.149Z] ed7d049f2af2: Layer already exists [2020-09-09T15:42:07.149Z] c14e0e8a9b7f: Layer already exists [2020-09-09T15:42:07.149Z] 39c3acc851df: Layer already exists [2020-09-09T15:42:07.149Z] 14cc71c29fde: Layer already exists [2020-09-09T15:42:07.149Z] b4b43ed1956c: Layer already exists [2020-09-09T15:42:07.149Z] ee7175440926: Layer already exists [2020-09-09T15:42:07.149Z] 905a89ee1f82: Layer already exists [2020-09-09T15:42:07.149Z] 9eac3409d0fe: Layer already exists [2020-09-09T15:42:07.149Z] f5a02b45838e: Layer already exists [2020-09-09T15:42:07.149Z] 504c401b4c12: Layer already exists [2020-09-09T15:42:07.419Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:07.419Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:a7b490a7e2b38ff817ca9f6a09f7e459be23f0be948d2b68875f42247bd70e44 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:07.752Z] + 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-09T15:42:08.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-09T15:42:08.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-09T15:42:08.083Z] b4b43ed1956c: Preparing [2020-09-09T15:42:08.083Z] 39c3acc851df: Preparing [2020-09-09T15:42:08.083Z] 14cc71c29fde: Preparing [2020-09-09T15:42:08.083Z] ed7d049f2af2: Preparing [2020-09-09T15:42:08.083Z] ed7d049f2af2: Preparing [2020-09-09T15:42:08.083Z] c14e0e8a9b7f: Preparing [2020-09-09T15:42:08.083Z] 9eac3409d0fe: Preparing [2020-09-09T15:42:08.083Z] 905a89ee1f82: Preparing [2020-09-09T15:42:08.083Z] b4b43ed1956c: Preparing [2020-09-09T15:42:08.083Z] f5a02b45838e: Preparing [2020-09-09T15:42:08.083Z] 504c401b4c12: Preparing [2020-09-09T15:42:08.083Z] ee7175440926: Preparing [2020-09-09T15:42:08.083Z] e2f13739ad41: Preparing [2020-09-09T15:42:08.083Z] 9eac3409d0fe: Waiting [2020-09-09T15:42:08.083Z] f5a02b45838e: Waiting [2020-09-09T15:42:08.083Z] 504c401b4c12: Waiting [2020-09-09T15:42:08.083Z] ee7175440926: Waiting [2020-09-09T15:42:08.083Z] e2f13739ad41: Waiting [2020-09-09T15:42:08.083Z] 905a89ee1f82: Waiting [2020-09-09T15:42:08.083Z] 14cc71c29fde: Layer already exists [2020-09-09T15:42:08.083Z] 39c3acc851df: Layer already exists [2020-09-09T15:42:08.352Z] c14e0e8a9b7f: Layer already exists [2020-09-09T15:42:08.352Z] b4b43ed1956c: Layer already exists [2020-09-09T15:42:08.352Z] ed7d049f2af2: Layer already exists [2020-09-09T15:42:08.352Z] 9eac3409d0fe: Layer already exists [2020-09-09T15:42:08.352Z] f5a02b45838e: Layer already exists [2020-09-09T15:42:08.352Z] 905a89ee1f82: Layer already exists [2020-09-09T15:42:08.352Z] 504c401b4c12: Layer already exists [2020-09-09T15:42:08.352Z] ee7175440926: Layer already exists [2020-09-09T15:42:08.352Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:08.352Z] master: digest: sha256:a7b490a7e2b38ff817ca9f6a09f7e459be23f0be948d2b68875f42247bd70e44 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:42:08.518Z] ===================================================== [Pipeline] echo [2020-09-09T15:42:08.563Z] taggedImages: [2020-09-09T15:42:08.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:08.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:08.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:08.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-09T15:42:08.622Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-09T15:42:08.622Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:08.622Z] 1.2.2-dev.21 [2020-09-09T15:42:08.622Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:08.622Z] master [2020-09-09T15:42:08.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:09.137Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:09.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:09.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-09T15:42:09.463Z] bf5da226f787: Preparing [2020-09-09T15:42:09.463Z] 8e1d7c68e8d9: Preparing [2020-09-09T15:42:09.463Z] 513f7b1bd385: Preparing [2020-09-09T15:42:09.463Z] ac82ab7f9b77: Preparing [2020-09-09T15:42:09.463Z] f0a08a467c2a: Preparing [2020-09-09T15:42:09.463Z] fe1fb4076afb: Preparing [2020-09-09T15:42:09.463Z] 3a1f578c42f2: Preparing [2020-09-09T15:42:09.463Z] 8adb3487c6e3: Preparing [2020-09-09T15:42:09.463Z] f785f5f345ca: Preparing [2020-09-09T15:42:09.463Z] ad26415f29c6: Preparing [2020-09-09T15:42:09.463Z] 66b385cf80cf: Preparing [2020-09-09T15:42:09.463Z] 8adb3487c6e3: Waiting [2020-09-09T15:42:09.463Z] f785f5f345ca: Waiting [2020-09-09T15:42:09.463Z] fe1fb4076afb: Waiting [2020-09-09T15:42:09.463Z] ad26415f29c6: Waiting [2020-09-09T15:42:09.463Z] 3a1f578c42f2: Waiting [2020-09-09T15:42:09.463Z] 66b385cf80cf: Waiting [2020-09-09T15:42:09.739Z] 8e1d7c68e8d9: Pushed [2020-09-09T15:42:10.009Z] bf5da226f787: Pushed [2020-09-09T15:42:10.009Z] fe1fb4076afb: Pushed [2020-09-09T15:42:10.009Z] 3a1f578c42f2: Pushed [2020-09-09T15:42:10.279Z] 8adb3487c6e3: Pushed [2020-09-09T15:42:10.279Z] f785f5f345ca: Pushed [2020-09-09T15:42:10.279Z] 66b385cf80cf: Layer already exists [2020-09-09T15:42:10.874Z] ad26415f29c6: Pushed [2020-09-09T15:42:11.844Z] 513f7b1bd385: Pushed [2020-09-09T15:42:11.844Z] ac82ab7f9b77: Pushed [2020-09-09T15:42:12.113Z] f0a08a467c2a: Pushed [2020-09-09T15:42:12.113Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:9e83cf7d70442d51e904ea64fe2095ebae4b3272c807ee3671f1f40e4a7e91e5 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:12.713Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:13.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:13.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-09T15:42:13.041Z] bf5da226f787: Preparing [2020-09-09T15:42:13.041Z] 8e1d7c68e8d9: Preparing [2020-09-09T15:42:13.041Z] 513f7b1bd385: Preparing [2020-09-09T15:42:13.041Z] ac82ab7f9b77: Preparing [2020-09-09T15:42:13.041Z] f0a08a467c2a: Preparing [2020-09-09T15:42:13.041Z] fe1fb4076afb: Preparing [2020-09-09T15:42:13.041Z] 3a1f578c42f2: Preparing [2020-09-09T15:42:13.041Z] 8adb3487c6e3: Preparing [2020-09-09T15:42:13.041Z] f785f5f345ca: Preparing [2020-09-09T15:42:13.041Z] ad26415f29c6: Preparing [2020-09-09T15:42:13.041Z] 66b385cf80cf: Preparing [2020-09-09T15:42:13.041Z] 3a1f578c42f2: Waiting [2020-09-09T15:42:13.041Z] 8adb3487c6e3: Waiting [2020-09-09T15:42:13.041Z] f785f5f345ca: Waiting [2020-09-09T15:42:13.041Z] ad26415f29c6: Waiting [2020-09-09T15:42:13.041Z] 66b385cf80cf: Waiting [2020-09-09T15:42:13.041Z] fe1fb4076afb: Waiting [2020-09-09T15:42:13.310Z] f0a08a467c2a: Layer already exists [2020-09-09T15:42:13.310Z] bf5da226f787: Layer already exists [2020-09-09T15:42:13.310Z] 8e1d7c68e8d9: Layer already exists [2020-09-09T15:42:13.310Z] 513f7b1bd385: Layer already exists [2020-09-09T15:42:13.310Z] ac82ab7f9b77: Layer already exists [2020-09-09T15:42:13.310Z] 8adb3487c6e3: Layer already exists [2020-09-09T15:42:13.310Z] 3a1f578c42f2: Layer already exists [2020-09-09T15:42:13.310Z] fe1fb4076afb: Layer already exists [2020-09-09T15:42:13.310Z] f785f5f345ca: Layer already exists [2020-09-09T15:42:13.310Z] ad26415f29c6: Layer already exists [2020-09-09T15:42:13.310Z] 66b385cf80cf: Layer already exists [2020-09-09T15:42:13.310Z] 1.2.2-dev.21: digest: sha256:9e83cf7d70442d51e904ea64fe2095ebae4b3272c807ee3671f1f40e4a7e91e5 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:13.640Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:13.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:13.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-09T15:42:13.970Z] bf5da226f787: Preparing [2020-09-09T15:42:13.970Z] 8e1d7c68e8d9: Preparing [2020-09-09T15:42:13.970Z] 513f7b1bd385: Preparing [2020-09-09T15:42:13.970Z] ac82ab7f9b77: Preparing [2020-09-09T15:42:13.970Z] f0a08a467c2a: Preparing [2020-09-09T15:42:13.970Z] fe1fb4076afb: Preparing [2020-09-09T15:42:13.970Z] 3a1f578c42f2: Preparing [2020-09-09T15:42:13.970Z] 8adb3487c6e3: Preparing [2020-09-09T15:42:13.970Z] f785f5f345ca: Preparing [2020-09-09T15:42:13.970Z] ad26415f29c6: Preparing [2020-09-09T15:42:13.970Z] 66b385cf80cf: Preparing [2020-09-09T15:42:13.970Z] fe1fb4076afb: Waiting [2020-09-09T15:42:13.970Z] 3a1f578c42f2: Waiting [2020-09-09T15:42:13.970Z] 8adb3487c6e3: Waiting [2020-09-09T15:42:13.970Z] f785f5f345ca: Waiting [2020-09-09T15:42:13.970Z] ad26415f29c6: Waiting [2020-09-09T15:42:13.970Z] 66b385cf80cf: Waiting [2020-09-09T15:42:13.970Z] f0a08a467c2a: Layer already exists [2020-09-09T15:42:13.970Z] bf5da226f787: Layer already exists [2020-09-09T15:42:13.970Z] 513f7b1bd385: Layer already exists [2020-09-09T15:42:13.970Z] 8e1d7c68e8d9: Layer already exists [2020-09-09T15:42:13.970Z] ac82ab7f9b77: Layer already exists [2020-09-09T15:42:14.238Z] 3a1f578c42f2: Layer already exists [2020-09-09T15:42:14.238Z] fe1fb4076afb: Layer already exists [2020-09-09T15:42:14.238Z] f785f5f345ca: Layer already exists [2020-09-09T15:42:14.238Z] ad26415f29c6: Layer already exists [2020-09-09T15:42:14.238Z] 8adb3487c6e3: Layer already exists [2020-09-09T15:42:14.238Z] 66b385cf80cf: Layer already exists [2020-09-09T15:42:14.238Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:9e83cf7d70442d51e904ea64fe2095ebae4b3272c807ee3671f1f40e4a7e91e5 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:14.579Z] + 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-09T15:42:14.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-09T15:42:14.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-09T15:42:14.909Z] bf5da226f787: Preparing [2020-09-09T15:42:14.909Z] 8e1d7c68e8d9: Preparing [2020-09-09T15:42:14.909Z] 513f7b1bd385: Preparing [2020-09-09T15:42:14.909Z] ac82ab7f9b77: Preparing [2020-09-09T15:42:14.909Z] f0a08a467c2a: Preparing [2020-09-09T15:42:14.909Z] fe1fb4076afb: Preparing [2020-09-09T15:42:14.909Z] 3a1f578c42f2: Preparing [2020-09-09T15:42:14.909Z] 8adb3487c6e3: Preparing [2020-09-09T15:42:14.909Z] f785f5f345ca: Preparing [2020-09-09T15:42:14.909Z] fe1fb4076afb: Waiting [2020-09-09T15:42:14.909Z] 3a1f578c42f2: Waiting [2020-09-09T15:42:14.909Z] ad26415f29c6: Preparing [2020-09-09T15:42:14.909Z] 66b385cf80cf: Preparing [2020-09-09T15:42:14.909Z] 8adb3487c6e3: Waiting [2020-09-09T15:42:14.909Z] f785f5f345ca: Waiting [2020-09-09T15:42:14.909Z] 66b385cf80cf: Waiting [2020-09-09T15:42:14.909Z] ad26415f29c6: Waiting [2020-09-09T15:42:14.909Z] ac82ab7f9b77: Layer already exists [2020-09-09T15:42:14.909Z] 513f7b1bd385: Layer already exists [2020-09-09T15:42:14.909Z] 8e1d7c68e8d9: Layer already exists [2020-09-09T15:42:14.909Z] f0a08a467c2a: Layer already exists [2020-09-09T15:42:15.177Z] bf5da226f787: Layer already exists [2020-09-09T15:42:15.177Z] 3a1f578c42f2: Layer already exists [2020-09-09T15:42:15.177Z] 8adb3487c6e3: Layer already exists [2020-09-09T15:42:15.177Z] fe1fb4076afb: Layer already exists [2020-09-09T15:42:15.177Z] f785f5f345ca: Layer already exists [2020-09-09T15:42:15.177Z] ad26415f29c6: Layer already exists [2020-09-09T15:42:15.177Z] 66b385cf80cf: Layer already exists [2020-09-09T15:42:15.177Z] master: digest: sha256:9e83cf7d70442d51e904ea64fe2095ebae4b3272c807ee3671f1f40e4a7e91e5 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:42:15.375Z] ===================================================== [Pipeline] echo [2020-09-09T15:42:15.435Z] taggedImages: [2020-09-09T15:42:15.435Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:15.435Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:15.435Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:15.435Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-09T15:42:15.502Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-09T15:42:15.502Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:15.502Z] 1.2.2-dev.21 [2020-09-09T15:42:15.502Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:15.502Z] master [2020-09-09T15:42:15.502Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:16.009Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:16.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:16.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-09T15:42:16.343Z] 648d3e226745: Preparing [2020-09-09T15:42:16.343Z] 2b1f05f3b022: Preparing [2020-09-09T15:42:16.343Z] 4b0cd5e014bd: Preparing [2020-09-09T15:42:16.343Z] 8022ef2cd26a: Preparing [2020-09-09T15:42:16.614Z] 648d3e226745: Pushed [2020-09-09T15:42:16.614Z] 4b0cd5e014bd: Pushed [2020-09-09T15:42:16.884Z] 8022ef2cd26a: Pushed [2020-09-09T15:42:19.474Z] 2b1f05f3b022: Pushed [2020-09-09T15:42:19.474Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:9e3498fdb537a805fb73f694a1b8951af2e46eb340171503faeb5f48ec2ee45e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:19.805Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:20.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:20.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-09T15:42:20.133Z] 648d3e226745: Preparing [2020-09-09T15:42:20.133Z] 2b1f05f3b022: Preparing [2020-09-09T15:42:20.133Z] 4b0cd5e014bd: Preparing [2020-09-09T15:42:20.133Z] 8022ef2cd26a: Preparing [2020-09-09T15:42:20.133Z] 8022ef2cd26a: Layer already exists [2020-09-09T15:42:20.133Z] 2b1f05f3b022: Layer already exists [2020-09-09T15:42:20.133Z] 4b0cd5e014bd: Layer already exists [2020-09-09T15:42:20.401Z] 648d3e226745: Layer already exists [2020-09-09T15:42:20.401Z] 1.2.2-dev.21: digest: sha256:9e3498fdb537a805fb73f694a1b8951af2e46eb340171503faeb5f48ec2ee45e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:20.737Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:21.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:21.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-09T15:42:21.067Z] 648d3e226745: Preparing [2020-09-09T15:42:21.067Z] 2b1f05f3b022: Preparing [2020-09-09T15:42:21.067Z] 4b0cd5e014bd: Preparing [2020-09-09T15:42:21.067Z] 8022ef2cd26a: Preparing [2020-09-09T15:42:21.067Z] 2b1f05f3b022: Layer already exists [2020-09-09T15:42:21.067Z] 8022ef2cd26a: Layer already exists [2020-09-09T15:42:21.067Z] 4b0cd5e014bd: Layer already exists [2020-09-09T15:42:21.067Z] 648d3e226745: Layer already exists [2020-09-09T15:42:21.337Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:9e3498fdb537a805fb73f694a1b8951af2e46eb340171503faeb5f48ec2ee45e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:21.670Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:22.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-09T15:42:22.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-09T15:42:22.015Z] 648d3e226745: Preparing [2020-09-09T15:42:22.015Z] 2b1f05f3b022: Preparing [2020-09-09T15:42:22.015Z] 4b0cd5e014bd: Preparing [2020-09-09T15:42:22.015Z] 8022ef2cd26a: Preparing [2020-09-09T15:42:22.015Z] 648d3e226745: Layer already exists [2020-09-09T15:42:22.015Z] 8022ef2cd26a: Layer already exists [2020-09-09T15:42:22.015Z] 2b1f05f3b022: Layer already exists [2020-09-09T15:42:22.015Z] 4b0cd5e014bd: Layer already exists [2020-09-09T15:42:22.286Z] master: digest: sha256:9e3498fdb537a805fb73f694a1b8951af2e46eb340171503faeb5f48ec2ee45e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:42:22.494Z] ===================================================== [Pipeline] echo [2020-09-09T15:42:22.536Z] taggedImages: [2020-09-09T15:42:22.536Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:22.536Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:22.536Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:22.536Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-09T15:42:22.619Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-09T15:42:22.619Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:22.619Z] 1.2.2-dev.21 [2020-09-09T15:42:22.619Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:22.619Z] master [2020-09-09T15:42:22.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:23.120Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:23.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:23.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-09T15:42:23.456Z] d26c5713a593: Preparing [2020-09-09T15:42:23.456Z] 3bdf55e251f1: Preparing [2020-09-09T15:42:23.456Z] ec06b0875996: Preparing [2020-09-09T15:42:23.456Z] 3a64e9120abb: Preparing [2020-09-09T15:42:23.456Z] b7419fd676b9: Preparing [2020-09-09T15:42:23.456Z] caa870342a28: Preparing [2020-09-09T15:42:23.456Z] caa870342a28: Waiting [2020-09-09T15:42:23.729Z] d26c5713a593: Pushed [2020-09-09T15:42:23.729Z] ec06b0875996: Pushed [2020-09-09T15:42:23.729Z] b7419fd676b9: Pushed [2020-09-09T15:42:23.729Z] 3a64e9120abb: Pushed [2020-09-09T15:42:24.000Z] caa870342a28: Pushed [2020-09-09T15:42:26.603Z] 3bdf55e251f1: Pushed [2020-09-09T15:42:26.873Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:0f99af6a13198f532d9ac10f27658fd0ff04c53ad4ad8367f3600d2731431d1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:27.206Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:27.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:27.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-09T15:42:27.536Z] d26c5713a593: Preparing [2020-09-09T15:42:27.536Z] 3bdf55e251f1: Preparing [2020-09-09T15:42:27.536Z] ec06b0875996: Preparing [2020-09-09T15:42:27.536Z] 3a64e9120abb: Preparing [2020-09-09T15:42:27.536Z] b7419fd676b9: Preparing [2020-09-09T15:42:27.536Z] caa870342a28: Preparing [2020-09-09T15:42:27.536Z] caa870342a28: Waiting [2020-09-09T15:42:27.536Z] 3a64e9120abb: Layer already exists [2020-09-09T15:42:27.536Z] 3bdf55e251f1: Layer already exists [2020-09-09T15:42:27.536Z] d26c5713a593: Layer already exists [2020-09-09T15:42:27.536Z] b7419fd676b9: Layer already exists [2020-09-09T15:42:27.806Z] ec06b0875996: Layer already exists [2020-09-09T15:42:27.806Z] caa870342a28: Layer already exists [2020-09-09T15:42:27.806Z] 1.2.2-dev.21: digest: sha256:0f99af6a13198f532d9ac10f27658fd0ff04c53ad4ad8367f3600d2731431d1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:28.139Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:28.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:28.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-09T15:42:28.469Z] d26c5713a593: Preparing [2020-09-09T15:42:28.469Z] 3bdf55e251f1: Preparing [2020-09-09T15:42:28.469Z] ec06b0875996: Preparing [2020-09-09T15:42:28.469Z] 3a64e9120abb: Preparing [2020-09-09T15:42:28.469Z] b7419fd676b9: Preparing [2020-09-09T15:42:28.469Z] caa870342a28: Preparing [2020-09-09T15:42:28.469Z] caa870342a28: Waiting [2020-09-09T15:42:28.469Z] d26c5713a593: Layer already exists [2020-09-09T15:42:28.469Z] b7419fd676b9: Layer already exists [2020-09-09T15:42:28.469Z] ec06b0875996: Layer already exists [2020-09-09T15:42:28.469Z] 3bdf55e251f1: Layer already exists [2020-09-09T15:42:28.469Z] 3a64e9120abb: Layer already exists [2020-09-09T15:42:28.738Z] caa870342a28: Layer already exists [2020-09-09T15:42:28.738Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:0f99af6a13198f532d9ac10f27658fd0ff04c53ad4ad8367f3600d2731431d1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:29.098Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:29.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-09T15:42:29.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-09T15:42:29.449Z] d26c5713a593: Preparing [2020-09-09T15:42:29.449Z] 3bdf55e251f1: Preparing [2020-09-09T15:42:29.449Z] ec06b0875996: Preparing [2020-09-09T15:42:29.449Z] 3a64e9120abb: Preparing [2020-09-09T15:42:29.449Z] b7419fd676b9: Preparing [2020-09-09T15:42:29.449Z] caa870342a28: Preparing [2020-09-09T15:42:29.449Z] caa870342a28: Waiting [2020-09-09T15:42:29.449Z] b7419fd676b9: Layer already exists [2020-09-09T15:42:29.449Z] ec06b0875996: Layer already exists [2020-09-09T15:42:29.449Z] 3bdf55e251f1: Layer already exists [2020-09-09T15:42:29.449Z] 3a64e9120abb: Layer already exists [2020-09-09T15:42:29.449Z] d26c5713a593: Layer already exists [2020-09-09T15:42:29.449Z] caa870342a28: Layer already exists [2020-09-09T15:42:29.721Z] master: digest: sha256:0f99af6a13198f532d9ac10f27658fd0ff04c53ad4ad8367f3600d2731431d1e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:42:29.944Z] ===================================================== [Pipeline] echo [2020-09-09T15:42:29.989Z] taggedImages: [2020-09-09T15:42:29.989Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:29.989Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:29.989Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:29.989Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-09T15:42:30.047Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-09T15:42:30.047Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:30.047Z] 1.2.2-dev.21 [2020-09-09T15:42:30.047Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:30.047Z] master [2020-09-09T15:42:30.047Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:30.719Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:31.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:31.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-09T15:42:31.092Z] bc2a6df3a6f2: Preparing [2020-09-09T15:42:31.092Z] 58cc379fbce5: Preparing [2020-09-09T15:42:31.092Z] c9da61ef7a7f: Preparing [2020-09-09T15:42:31.388Z] c9da61ef7a7f: Pushed [2020-09-09T15:42:31.388Z] bc2a6df3a6f2: Pushed [2020-09-09T15:42:34.766Z] 58cc379fbce5: Pushed [2020-09-09T15:42:34.766Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:fa680fef690e85918b875963363ea79768f5a60bb9fa09e445a19ecf8c159f86 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:35.102Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:35.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:35.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-09T15:42:35.433Z] bc2a6df3a6f2: Preparing [2020-09-09T15:42:35.433Z] 58cc379fbce5: Preparing [2020-09-09T15:42:35.433Z] c9da61ef7a7f: Preparing [2020-09-09T15:42:35.433Z] bc2a6df3a6f2: Layer already exists [2020-09-09T15:42:35.433Z] c9da61ef7a7f: Layer already exists [2020-09-09T15:42:35.433Z] 58cc379fbce5: Layer already exists [2020-09-09T15:42:35.704Z] 1.2.2-dev.21: digest: sha256:fa680fef690e85918b875963363ea79768f5a60bb9fa09e445a19ecf8c159f86 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:36.044Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:36.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:36.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-09T15:42:36.375Z] bc2a6df3a6f2: Preparing [2020-09-09T15:42:36.375Z] 58cc379fbce5: Preparing [2020-09-09T15:42:36.375Z] c9da61ef7a7f: Preparing [2020-09-09T15:42:36.375Z] c9da61ef7a7f: Layer already exists [2020-09-09T15:42:36.375Z] 58cc379fbce5: Layer already exists [2020-09-09T15:42:36.375Z] bc2a6df3a6f2: Layer already exists [2020-09-09T15:42:36.644Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:fa680fef690e85918b875963363ea79768f5a60bb9fa09e445a19ecf8c159f86 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:36.974Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:37.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-09T15:42:37.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-09T15:42:37.988Z] bc2a6df3a6f2: Preparing [2020-09-09T15:42:37.988Z] 58cc379fbce5: Preparing [2020-09-09T15:42:37.988Z] c9da61ef7a7f: Preparing [2020-09-09T15:42:37.988Z] c9da61ef7a7f: Layer already exists [2020-09-09T15:42:37.988Z] 58cc379fbce5: Layer already exists [2020-09-09T15:42:37.988Z] bc2a6df3a6f2: Layer already exists [2020-09-09T15:42:37.988Z] master: digest: sha256:fa680fef690e85918b875963363ea79768f5a60bb9fa09e445a19ecf8c159f86 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:42:38.157Z] ===================================================== [Pipeline] echo [2020-09-09T15:42:38.197Z] taggedImages: [2020-09-09T15:42:38.197Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:38.197Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:38.197Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:38.197Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-09T15:42:38.249Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-09T15:42:38.249Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:38.249Z] 1.2.2-dev.21 [2020-09-09T15:42:38.249Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:38.249Z] master [2020-09-09T15:42:38.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:38.724Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:39.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:39.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-09T15:42:39.048Z] 4573ad037935: Preparing [2020-09-09T15:42:39.048Z] cbfb54b47751: Preparing [2020-09-09T15:42:39.048Z] 6d33594ac93d: Preparing [2020-09-09T15:42:39.048Z] 1db5a36f9550: Preparing [2020-09-09T15:42:39.048Z] adea28075227: Preparing [2020-09-09T15:42:39.048Z] 428200eaf05f: Preparing [2020-09-09T15:42:39.048Z] de1446733126: Preparing [2020-09-09T15:42:39.048Z] dcafda8adff7: Preparing [2020-09-09T15:42:39.048Z] 48d9eb58abf3: Preparing [2020-09-09T15:42:39.048Z] e5de615b7841: Preparing [2020-09-09T15:42:39.048Z] b0d752909cf9: Preparing [2020-09-09T15:42:39.048Z] 94fdc660876c: Preparing [2020-09-09T15:42:39.048Z] 4e7279dfc0c0: Preparing [2020-09-09T15:42:39.048Z] e2f13739ad41: Preparing [2020-09-09T15:42:39.048Z] de1446733126: Waiting [2020-09-09T15:42:39.048Z] 428200eaf05f: Waiting [2020-09-09T15:42:39.048Z] dcafda8adff7: Waiting [2020-09-09T15:42:39.048Z] 48d9eb58abf3: Waiting [2020-09-09T15:42:39.048Z] e5de615b7841: Waiting [2020-09-09T15:42:39.048Z] b0d752909cf9: Waiting [2020-09-09T15:42:39.048Z] 94fdc660876c: Waiting [2020-09-09T15:42:39.048Z] 4e7279dfc0c0: Waiting [2020-09-09T15:42:39.048Z] e2f13739ad41: Waiting [2020-09-09T15:42:39.648Z] adea28075227: Pushed [2020-09-09T15:42:39.648Z] 4573ad037935: Pushed [2020-09-09T15:42:40.244Z] 1db5a36f9550: Pushed [2020-09-09T15:42:40.518Z] dcafda8adff7: Layer already exists [2020-09-09T15:42:40.518Z] 48d9eb58abf3: Layer already exists [2020-09-09T15:42:40.518Z] e5de615b7841: Layer already exists [2020-09-09T15:42:40.518Z] de1446733126: Pushed [2020-09-09T15:42:40.518Z] b0d752909cf9: Layer already exists [2020-09-09T15:42:40.518Z] 94fdc660876c: Layer already exists [2020-09-09T15:42:40.518Z] 4e7279dfc0c0: Layer already exists [2020-09-09T15:42:40.791Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:41.061Z] cbfb54b47751: Pushed [2020-09-09T15:42:42.482Z] 428200eaf05f: Pushed [2020-09-09T15:42:52.575Z] 6d33594ac93d: Pushed [2020-09-09T15:42:52.575Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:85799499f40858343f86a58a01b053c23dbe1b9ff4d0cab16affd4c847095050 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:52.922Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:53.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:53.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-09T15:42:53.254Z] 4573ad037935: Preparing [2020-09-09T15:42:53.254Z] cbfb54b47751: Preparing [2020-09-09T15:42:53.254Z] 6d33594ac93d: Preparing [2020-09-09T15:42:53.254Z] 1db5a36f9550: Preparing [2020-09-09T15:42:53.254Z] adea28075227: Preparing [2020-09-09T15:42:53.254Z] 428200eaf05f: Preparing [2020-09-09T15:42:53.254Z] de1446733126: Preparing [2020-09-09T15:42:53.254Z] dcafda8adff7: Preparing [2020-09-09T15:42:53.254Z] 48d9eb58abf3: Preparing [2020-09-09T15:42:53.254Z] e5de615b7841: Preparing [2020-09-09T15:42:53.254Z] de1446733126: Waiting [2020-09-09T15:42:53.254Z] dcafda8adff7: Waiting [2020-09-09T15:42:53.254Z] 48d9eb58abf3: Waiting [2020-09-09T15:42:53.254Z] b0d752909cf9: Preparing [2020-09-09T15:42:53.254Z] 428200eaf05f: Waiting [2020-09-09T15:42:53.254Z] 94fdc660876c: Preparing [2020-09-09T15:42:53.254Z] e5de615b7841: Waiting [2020-09-09T15:42:53.254Z] 4e7279dfc0c0: Preparing [2020-09-09T15:42:53.254Z] b0d752909cf9: Waiting [2020-09-09T15:42:53.254Z] e2f13739ad41: Preparing [2020-09-09T15:42:53.254Z] 94fdc660876c: Waiting [2020-09-09T15:42:53.254Z] 4e7279dfc0c0: Waiting [2020-09-09T15:42:53.254Z] 6d33594ac93d: Layer already exists [2020-09-09T15:42:53.254Z] 4573ad037935: Layer already exists [2020-09-09T15:42:53.254Z] cbfb54b47751: Layer already exists [2020-09-09T15:42:53.522Z] 1db5a36f9550: Layer already exists [2020-09-09T15:42:53.522Z] adea28075227: Layer already exists [2020-09-09T15:42:53.522Z] 428200eaf05f: Layer already exists [2020-09-09T15:42:53.522Z] 48d9eb58abf3: Layer already exists [2020-09-09T15:42:53.522Z] de1446733126: Layer already exists [2020-09-09T15:42:53.522Z] dcafda8adff7: Layer already exists [2020-09-09T15:42:53.522Z] b0d752909cf9: Layer already exists [2020-09-09T15:42:53.522Z] 94fdc660876c: Layer already exists [2020-09-09T15:42:53.522Z] 4e7279dfc0c0: Layer already exists [2020-09-09T15:42:53.522Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:54.488Z] e5de615b7841: Layer already exists [2020-09-09T15:42:54.488Z] 1.2.2-dev.21: digest: sha256:85799499f40858343f86a58a01b053c23dbe1b9ff4d0cab16affd4c847095050 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:54.819Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:55.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:55.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-09T15:42:55.143Z] 4573ad037935: Preparing [2020-09-09T15:42:55.143Z] cbfb54b47751: Preparing [2020-09-09T15:42:55.143Z] 6d33594ac93d: Preparing [2020-09-09T15:42:55.143Z] 1db5a36f9550: Preparing [2020-09-09T15:42:55.143Z] adea28075227: Preparing [2020-09-09T15:42:55.143Z] 428200eaf05f: Preparing [2020-09-09T15:42:55.143Z] de1446733126: Preparing [2020-09-09T15:42:55.143Z] dcafda8adff7: Preparing [2020-09-09T15:42:55.143Z] 48d9eb58abf3: Preparing [2020-09-09T15:42:55.143Z] e5de615b7841: Preparing [2020-09-09T15:42:55.143Z] b0d752909cf9: Preparing [2020-09-09T15:42:55.143Z] 94fdc660876c: Preparing [2020-09-09T15:42:55.143Z] 4e7279dfc0c0: Preparing [2020-09-09T15:42:55.143Z] e2f13739ad41: Preparing [2020-09-09T15:42:55.143Z] 428200eaf05f: Waiting [2020-09-09T15:42:55.143Z] b0d752909cf9: Waiting [2020-09-09T15:42:55.143Z] de1446733126: Waiting [2020-09-09T15:42:55.143Z] e2f13739ad41: Waiting [2020-09-09T15:42:55.143Z] 4e7279dfc0c0: Waiting [2020-09-09T15:42:55.143Z] 48d9eb58abf3: Waiting [2020-09-09T15:42:55.143Z] e5de615b7841: Waiting [2020-09-09T15:42:55.143Z] dcafda8adff7: Waiting [2020-09-09T15:42:55.143Z] 6d33594ac93d: Layer already exists [2020-09-09T15:42:55.143Z] 4573ad037935: Layer already exists [2020-09-09T15:42:55.143Z] 1db5a36f9550: Layer already exists [2020-09-09T15:42:55.143Z] adea28075227: Layer already exists [2020-09-09T15:42:55.143Z] cbfb54b47751: Layer already exists [2020-09-09T15:42:55.412Z] dcafda8adff7: Layer already exists [2020-09-09T15:42:55.412Z] 428200eaf05f: Layer already exists [2020-09-09T15:42:55.412Z] de1446733126: Layer already exists [2020-09-09T15:42:55.412Z] e5de615b7841: Layer already exists [2020-09-09T15:42:55.412Z] 48d9eb58abf3: Layer already exists [2020-09-09T15:42:55.412Z] b0d752909cf9: Layer already exists [2020-09-09T15:42:55.412Z] 94fdc660876c: Layer already exists [2020-09-09T15:42:55.412Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:55.412Z] 4e7279dfc0c0: Layer already exists [2020-09-09T15:42:55.412Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:85799499f40858343f86a58a01b053c23dbe1b9ff4d0cab16affd4c847095050 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:55.740Z] + 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-09T15:42:56.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-09T15:42:56.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-09T15:42:56.069Z] 4573ad037935: Preparing [2020-09-09T15:42:56.069Z] cbfb54b47751: Preparing [2020-09-09T15:42:56.069Z] 6d33594ac93d: Preparing [2020-09-09T15:42:56.069Z] 1db5a36f9550: Preparing [2020-09-09T15:42:56.069Z] adea28075227: Preparing [2020-09-09T15:42:56.069Z] 428200eaf05f: Preparing [2020-09-09T15:42:56.069Z] de1446733126: Preparing [2020-09-09T15:42:56.069Z] dcafda8adff7: Preparing [2020-09-09T15:42:56.069Z] 48d9eb58abf3: Preparing [2020-09-09T15:42:56.069Z] e5de615b7841: Preparing [2020-09-09T15:42:56.069Z] b0d752909cf9: Preparing [2020-09-09T15:42:56.069Z] 94fdc660876c: Preparing [2020-09-09T15:42:56.069Z] 4e7279dfc0c0: Preparing [2020-09-09T15:42:56.069Z] e2f13739ad41: Preparing [2020-09-09T15:42:56.069Z] 428200eaf05f: Waiting [2020-09-09T15:42:56.069Z] de1446733126: Waiting [2020-09-09T15:42:56.069Z] dcafda8adff7: Waiting [2020-09-09T15:42:56.069Z] 48d9eb58abf3: Waiting [2020-09-09T15:42:56.069Z] e5de615b7841: Waiting [2020-09-09T15:42:56.069Z] b0d752909cf9: Waiting [2020-09-09T15:42:56.069Z] 94fdc660876c: Waiting [2020-09-09T15:42:56.069Z] 4e7279dfc0c0: Waiting [2020-09-09T15:42:56.069Z] e2f13739ad41: Waiting [2020-09-09T15:42:56.069Z] 6d33594ac93d: Layer already exists [2020-09-09T15:42:56.069Z] cbfb54b47751: Layer already exists [2020-09-09T15:42:56.069Z] 1db5a36f9550: Layer already exists [2020-09-09T15:42:56.069Z] 4573ad037935: Layer already exists [2020-09-09T15:42:56.069Z] adea28075227: Layer already exists [2020-09-09T15:42:56.337Z] de1446733126: Layer already exists [2020-09-09T15:42:56.337Z] e5de615b7841: Layer already exists [2020-09-09T15:42:56.337Z] dcafda8adff7: Layer already exists [2020-09-09T15:42:56.337Z] 48d9eb58abf3: Layer already exists [2020-09-09T15:42:56.337Z] 428200eaf05f: Layer already exists [2020-09-09T15:42:56.337Z] 94fdc660876c: Layer already exists [2020-09-09T15:42:56.337Z] b0d752909cf9: Layer already exists [2020-09-09T15:42:56.337Z] e2f13739ad41: Layer already exists [2020-09-09T15:42:56.337Z] 4e7279dfc0c0: Layer already exists [2020-09-09T15:42:56.337Z] master: digest: sha256:85799499f40858343f86a58a01b053c23dbe1b9ff4d0cab16affd4c847095050 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-09T15:42:56.548Z] ===================================================== [Pipeline] echo [2020-09-09T15:42:56.597Z] taggedImages: [2020-09-09T15:42:56.598Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:42:56.598Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [2020-09-09T15:42:56.598Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-09T15:42:56.598Z] - 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-09T15:42:58.101Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-09T15:42:58.103Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-09T15:42:58.154Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:58.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T15:42:58.518Z] [2020-09-09T15:42:58.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:42:58.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T15:42:58.894Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-09T15:42:58.894Z] cbdbe7a5bc2a: Already exists [2020-09-09T15:42:58.894Z] 408f87550127: Pulling fs layer [2020-09-09T15:42:58.894Z] fe522b08c979: Pulling fs layer [2020-09-09T15:42:58.894Z] 221eaa008020: Pulling fs layer [2020-09-09T15:42:58.894Z] 2a4607e5d6b9: Pulling fs layer [2020-09-09T15:42:58.894Z] 8f79b27c4fd2: Pulling fs layer [2020-09-09T15:42:58.894Z] e5c8dbe1645b: Pulling fs layer [2020-09-09T15:42:58.894Z] 23e8b3b47431: Pulling fs layer [2020-09-09T15:42:58.894Z] 5c568d65a230: Pulling fs layer [2020-09-09T15:42:58.894Z] e5c8dbe1645b: Waiting [2020-09-09T15:42:58.894Z] 23e8b3b47431: Waiting [2020-09-09T15:42:58.894Z] 5c568d65a230: Waiting [2020-09-09T15:42:58.894Z] 2a4607e5d6b9: Waiting [2020-09-09T15:42:58.894Z] 8f79b27c4fd2: Waiting [2020-09-09T15:42:58.894Z] fe522b08c979: Verifying Checksum [2020-09-09T15:42:58.894Z] fe522b08c979: Download complete [2020-09-09T15:42:58.895Z] 408f87550127: Verifying Checksum [2020-09-09T15:42:58.895Z] 408f87550127: Download complete [2020-09-09T15:42:58.895Z] 2a4607e5d6b9: Verifying Checksum [2020-09-09T15:42:58.895Z] 2a4607e5d6b9: Download complete [2020-09-09T15:42:58.895Z] 8f79b27c4fd2: Verifying Checksum [2020-09-09T15:42:58.895Z] 8f79b27c4fd2: Download complete [2020-09-09T15:42:59.162Z] 408f87550127: Pull complete [2020-09-09T15:42:59.426Z] fe522b08c979: Pull complete [2020-09-09T15:42:59.692Z] e5c8dbe1645b: Verifying Checksum [2020-09-09T15:42:59.692Z] e5c8dbe1645b: Download complete [2020-09-09T15:43:00.641Z] 23e8b3b47431: Verifying Checksum [2020-09-09T15:43:00.641Z] 23e8b3b47431: Download complete [2020-09-09T15:43:00.904Z] 5c568d65a230: Download complete [2020-09-09T15:43:01.850Z] 221eaa008020: Verifying Checksum [2020-09-09T15:43:01.850Z] 221eaa008020: Download complete [2020-09-09T15:43:07.163Z] 221eaa008020: Pull complete [2020-09-09T15:43:07.163Z] 2a4607e5d6b9: Pull complete [2020-09-09T15:43:07.163Z] 8f79b27c4fd2: Pull complete [2020-09-09T15:43:12.453Z] e5c8dbe1645b: Pull complete [2020-09-09T15:43:16.667Z] 23e8b3b47431: Pull complete [2020-09-09T15:43:18.054Z] 5c568d65a230: Pull complete [2020-09-09T15:43:18.054Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-09T15:43:18.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T15:43:18.054Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-09T15:43:18.238Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:43:18.305Z] $ 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/135:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:43:19.413Z] $ docker top 8f4254efbfd4f2a965797c6124b68df543e0cc659f2362f0b76d6f0b5c721c70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T15:43:19.921Z] + snyk monitor '--org=edgex-jenkins' [2020-09-09T15:43:32.166Z] [2020-09-09T15:43:32.166Z] Monitoring /w/workspace/edgex-go/135 (github.com/edgexfoundry/edgex-go)... [2020-09-09T15:43:32.166Z] [2020-09-09T15:43:32.166Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f939469d-09cc-44ff-b94d-abc13f243197 [2020-09-09T15:43:32.166Z] [2020-09-09T15:43:32.166Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-09T15:43:32.166Z] [2020-09-09T15:43:32.166Z] [2020-09-09T15:43:32.166Z] Snyk CLI supports Node.js 8 and higher. [2020-09-09T15:43:32.166Z] 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-09T15:43:32.166Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-09T15:43:32.166Z] [2020-09-09T15:43:32.166Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-09T15:43:32.166Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-09T15:43:32.182Z] $ docker stop --time=1 8f4254efbfd4f2a965797c6124b68df543e0cc659f2362f0b76d6f0b5c721c70 [2020-09-09T15:43:35.197Z] $ docker rm -f 8f4254efbfd4f2a965797c6124b68df543e0cc659f2362f0b76d6f0b5c721c70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:43:36.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:43:36.447Z] [2020-09-09T15:43:36.447Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:43:36.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:43:36.838Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-09T15:43:36.838Z] e7c96db7181b: Pulling fs layer [2020-09-09T15:43:36.838Z] 1868ca2cb446: Pulling fs layer [2020-09-09T15:43:36.838Z] 136be5d0fe8e: Pulling fs layer [2020-09-09T15:43:36.838Z] 894bfe63afcb: Pulling fs layer [2020-09-09T15:43:36.838Z] 894bfe63afcb: Waiting [2020-09-09T15:43:36.838Z] 1868ca2cb446: Verifying Checksum [2020-09-09T15:43:36.838Z] 1868ca2cb446: Download complete [2020-09-09T15:43:36.838Z] 136be5d0fe8e: Verifying Checksum [2020-09-09T15:43:36.838Z] 136be5d0fe8e: Download complete [2020-09-09T15:43:37.105Z] e7c96db7181b: Verifying Checksum [2020-09-09T15:43:37.105Z] e7c96db7181b: Download complete [2020-09-09T15:43:37.105Z] 894bfe63afcb: Verifying Checksum [2020-09-09T15:43:37.105Z] 894bfe63afcb: Download complete [2020-09-09T15:43:37.365Z] e7c96db7181b: Pull complete [2020-09-09T15:43:37.365Z] 1868ca2cb446: Pull complete [2020-09-09T15:43:37.630Z] 136be5d0fe8e: Pull complete [2020-09-09T15:43:37.890Z] 894bfe63afcb: Pull complete [2020-09-09T15:43:37.891Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-09T15:43:37.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:43:37.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-09T15:43:37.983Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:43:38.028Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:43:39.199Z] $ docker top c2c6f0deabe9b093ad3056ab5209d279931a717469d91408835851ca6ef5db7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:43:39.679Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:43:39.679Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:43:42.363Z] $ docker stop --time=1 c2c6f0deabe9b093ad3056ab5209d279931a717469d91408835851ca6ef5db7e [2020-09-09T15:43:43.715Z] $ docker rm -f c2c6f0deabe9b093ad3056ab5209d279931a717469d91408835851ca6ef5db7e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:43:44.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:43:44.188Z] . [Pipeline] withDockerContainer [2020-09-09T15:43:44.284Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:43:44.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:43:44.943Z] $ docker top b4efaf878ab50dad3a9b65d62a272c48e121fbbca738a5b84b912ef3c61af005 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:43:45.426Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:43:45.426Z] + tee [2020-09-09T15:43:45.426Z] clair timeout 1m0s [2020-09-09T15:43:45.426Z] docker timeout: 1m0s [2020-09-09T15:43:45.426Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:43:46.114Z] $ docker stop --time=1 b4efaf878ab50dad3a9b65d62a272c48e121fbbca738a5b84b912ef3c61af005 [2020-09-09T15:43:47.502Z] $ docker rm -f b4efaf878ab50dad3a9b65d62a272c48e121fbbca738a5b84b912ef3c61af005 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:43:47.963Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:43:47.974Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-core-command-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:43:48.018Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:43:48.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:43:48.417Z] . [Pipeline] withDockerContainer [2020-09-09T15:43:48.512Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:43:48.558Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:43:49.203Z] $ docker top c944ec59eb78f70daedbbb4500983254a51d5ba91550843564baa764d3288a3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:43:49.771Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:43:49.771Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:43:55.205Z] $ docker stop --time=1 c944ec59eb78f70daedbbb4500983254a51d5ba91550843564baa764d3288a3f [2020-09-09T15:43:56.577Z] $ docker rm -f c944ec59eb78f70daedbbb4500983254a51d5ba91550843564baa764d3288a3f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:43:57.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:43:57.095Z] . [Pipeline] withDockerContainer [2020-09-09T15:43:57.188Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:43:57.232Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:43:57.955Z] $ docker top 4f4edfc2476234410905570d7abbe943404a7344e159320a239614a353f504e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:43:58.470Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:43:58.470Z] + tee [2020-09-09T15:43:58.470Z] clair timeout 1m0s [2020-09-09T15:43:58.470Z] docker timeout: 1m0s [2020-09-09T15:43:58.470Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:43:59.499Z] $ docker stop --time=1 4f4edfc2476234410905570d7abbe943404a7344e159320a239614a353f504e0 [2020-09-09T15:44:00.878Z] $ docker rm -f 4f4edfc2476234410905570d7abbe943404a7344e159320a239614a353f504e0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:44:01.346Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:44:01.358Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-core-data-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:44:01.405Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:01.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:01.733Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:01.835Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:01.882Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:02.534Z] $ docker top ee60678970bc360f56503647dc14141a4e707f8eca541db55c190fe99cfa17f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:03.062Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:44:03.062Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:05.798Z] $ docker stop --time=1 ee60678970bc360f56503647dc14141a4e707f8eca541db55c190fe99cfa17f3 [2020-09-09T15:44:07.145Z] $ docker rm -f ee60678970bc360f56503647dc14141a4e707f8eca541db55c190fe99cfa17f3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:07.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:07.590Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:07.687Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:07.731Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:08.384Z] $ docker top 0b0137a23255e065865e835954fb9afa66c780949fc52b7e1dc2bc797520da3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:08.919Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:44:08.919Z] + tee [2020-09-09T15:44:08.919Z] clair timeout 1m0s [2020-09-09T15:44:08.919Z] docker timeout: 1m0s [2020-09-09T15:44:08.919Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:09.581Z] $ docker stop --time=1 0b0137a23255e065865e835954fb9afa66c780949fc52b7e1dc2bc797520da3f [2020-09-09T15:44:10.951Z] $ docker rm -f 0b0137a23255e065865e835954fb9afa66c780949fc52b7e1dc2bc797520da3f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:44:11.441Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:44:11.451Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-core-metadata-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:44:11.498Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:11.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:11.825Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:11.928Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:11.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:12.695Z] $ docker top 361842a8f5eb342145ec706bcabab35d0fc8a239c5b9bd56ab408bb3a2f44a75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:13.262Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:44:13.262Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:17.666Z] $ docker stop --time=1 361842a8f5eb342145ec706bcabab35d0fc8a239c5b9bd56ab408bb3a2f44a75 [2020-09-09T15:44:19.073Z] $ docker rm -f 361842a8f5eb342145ec706bcabab35d0fc8a239c5b9bd56ab408bb3a2f44a75 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:19.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:19.519Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:19.617Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:19.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:20.325Z] $ docker top d32479c40a7659567e4a878673d526e07331cce202bacb6a339b7289111d013d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:20.836Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:44:20.836Z] + tee [2020-09-09T15:44:20.836Z] clair timeout 1m0s [2020-09-09T15:44:20.836Z] docker timeout: 1m0s [2020-09-09T15:44:20.836Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:21.871Z] $ docker stop --time=1 d32479c40a7659567e4a878673d526e07331cce202bacb6a339b7289111d013d [2020-09-09T15:44:23.226Z] $ docker rm -f d32479c40a7659567e4a878673d526e07331cce202bacb6a339b7289111d013d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:44:23.730Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:44:23.741Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-security-proxy-setup-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:44:23.789Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:24.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:24.121Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:24.217Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:24.264Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:24.889Z] $ docker top 1cca97f12921133d945631a5d2d7f36b2d21b36f0aa6c0639891b3a61b4481a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:25.388Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:44:25.388Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:33.750Z] $ docker stop --time=1 1cca97f12921133d945631a5d2d7f36b2d21b36f0aa6c0639891b3a61b4481a2 [2020-09-09T15:44:35.158Z] $ docker rm -f 1cca97f12921133d945631a5d2d7f36b2d21b36f0aa6c0639891b3a61b4481a2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:35.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:35.631Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:35.748Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:35.792Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:36.550Z] $ docker top b4554d7122dda51fc8c28bcf806781c0450e461d2cbd515d43445f43cfaf6593 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:37.080Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:44:37.080Z] + tee [2020-09-09T15:44:37.080Z] clair timeout 1m0s [2020-09-09T15:44:37.080Z] docker timeout: 1m0s [2020-09-09T15:44:37.080Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:38.560Z] $ docker stop --time=1 b4554d7122dda51fc8c28bcf806781c0450e461d2cbd515d43445f43cfaf6593 [2020-09-09T15:44:39.935Z] $ docker rm -f b4554d7122dda51fc8c28bcf806781c0450e461d2cbd515d43445f43cfaf6593 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:44:40.477Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:44:40.488Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-security-secrets-setup-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:44:40.575Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:40.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:40.916Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:41.019Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:41.065Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:41.767Z] $ docker top 28d5fb5108aa7d3b677db812d1e686846767f62e7ac14c41d966540e5e314d87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:42.259Z] + tee [2020-09-09T15:44:42.259Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:54.679Z] $ docker stop --time=1 28d5fb5108aa7d3b677db812d1e686846767f62e7ac14c41d966540e5e314d87 [2020-09-09T15:44:56.038Z] $ docker rm -f 28d5fb5108aa7d3b677db812d1e686846767f62e7ac14c41d966540e5e314d87 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:44:56.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:44:56.494Z] . [Pipeline] withDockerContainer [2020-09-09T15:44:56.591Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:44:56.637Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:44:57.273Z] $ docker top c1c4462d712b0b6cdb2790c62faf9bfffd0ccb590e2c0823456995c4f8d51acf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:44:57.817Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:44:57.817Z] + tee [2020-09-09T15:44:57.817Z] clair timeout 1m0s [2020-09-09T15:44:57.817Z] docker timeout: 1m0s [2020-09-09T15:44:57.817Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:44:59.322Z] $ docker stop --time=1 c1c4462d712b0b6cdb2790c62faf9bfffd0ccb590e2c0823456995c4f8d51acf [2020-09-09T15:45:00.662Z] $ docker rm -f c1c4462d712b0b6cdb2790c62faf9bfffd0ccb590e2c0823456995c4f8d51acf [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:45:01.135Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:45:01.148Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-security-secretstore-setup-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:45:01.198Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:01.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:01.540Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:01.673Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:01.728Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:02.474Z] $ docker top 45ef9c78e29638b8abb0e85ac51dd8a32dca6de623be58512809003da28ee22c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:03.048Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:03.048Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:06.491Z] $ docker stop --time=1 45ef9c78e29638b8abb0e85ac51dd8a32dca6de623be58512809003da28ee22c [2020-09-09T15:45:07.897Z] $ docker rm -f 45ef9c78e29638b8abb0e85ac51dd8a32dca6de623be58512809003da28ee22c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:08.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:08.358Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:08.455Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:08.501Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:09.164Z] $ docker top ca40efc19d1fbf20f3d2a8e8893ab6026971cbdd3f7eafc2872084e4fa46128b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:09.667Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:09.667Z] + tee [2020-09-09T15:45:09.667Z] clair timeout 1m0s [2020-09-09T15:45:09.667Z] docker timeout: 1m0s [2020-09-09T15:45:09.667Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:10.384Z] $ docker stop --time=1 ca40efc19d1fbf20f3d2a8e8893ab6026971cbdd3f7eafc2872084e4fa46128b [2020-09-09T15:45:11.775Z] $ docker rm -f ca40efc19d1fbf20f3d2a8e8893ab6026971cbdd3f7eafc2872084e4fa46128b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:45:12.258Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:45:12.270Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-support-logging-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:45:12.320Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:12.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:12.706Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:12.802Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:12.845Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:13.523Z] $ docker top 65cdd5bf8522d76a4ee8ee359935f4cfd0165bd20611135e797dbfb173e71b15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:14.911Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:14.911Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:19.278Z] $ docker stop --time=1 65cdd5bf8522d76a4ee8ee359935f4cfd0165bd20611135e797dbfb173e71b15 [2020-09-09T15:45:20.654Z] $ docker rm -f 65cdd5bf8522d76a4ee8ee359935f4cfd0165bd20611135e797dbfb173e71b15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:21.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:21.116Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:21.208Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:21.252Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:21.976Z] $ docker top 6c2f2a3c2ab2a8ca927458add81a47dcf296563322e3094e1f3fe03def73e2c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:22.511Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:22.511Z] + tee [2020-09-09T15:45:22.511Z] clair timeout 1m0s [2020-09-09T15:45:22.511Z] docker timeout: 1m0s [2020-09-09T15:45:22.511Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:23.553Z] $ docker stop --time=1 6c2f2a3c2ab2a8ca927458add81a47dcf296563322e3094e1f3fe03def73e2c1 [2020-09-09T15:45:24.915Z] $ docker rm -f 6c2f2a3c2ab2a8ca927458add81a47dcf296563322e3094e1f3fe03def73e2c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:45:25.360Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:45:25.372Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-support-notifications-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:45:25.431Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:25.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:25.795Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:25.886Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:25.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:26.561Z] $ docker top 37e3090eb7ad15f2450aecf116579eb53b2acc0be53a8d4e9975c54ec51fb9bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:27.101Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:27.101Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:29.863Z] $ docker stop --time=1 37e3090eb7ad15f2450aecf116579eb53b2acc0be53a8d4e9975c54ec51fb9bd [2020-09-09T15:45:31.257Z] $ docker rm -f 37e3090eb7ad15f2450aecf116579eb53b2acc0be53a8d4e9975c54ec51fb9bd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:31.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:31.733Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:31.826Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:31.867Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:32.520Z] $ docker top 11ae8e442f4bc9eff89466f6bf47fc34f4ff0757b357985d0fd5fbcdae3414b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:33.043Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:33.043Z] + tee [2020-09-09T15:45:33.043Z] clair timeout 1m0s [2020-09-09T15:45:33.043Z] docker timeout: 1m0s [2020-09-09T15:45:33.043Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:33.707Z] $ docker stop --time=1 11ae8e442f4bc9eff89466f6bf47fc34f4ff0757b357985d0fd5fbcdae3414b5 [2020-09-09T15:45:35.075Z] $ docker rm -f 11ae8e442f4bc9eff89466f6bf47fc34f4ff0757b357985d0fd5fbcdae3414b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:45:35.542Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:45:35.555Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-support-scheduler-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:45:35.602Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:35.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:35.951Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:36.043Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:36.086Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:36.811Z] $ docker top fdc1e585f602948e0695b94fcc3a1b0d48157e2a6799d615c6bb79e7ea845922 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:37.325Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:37.325Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:52.429Z] $ docker stop --time=1 fdc1e585f602948e0695b94fcc3a1b0d48157e2a6799d615c6bb79e7ea845922 [2020-09-09T15:45:53.818Z] $ docker rm -f fdc1e585f602948e0695b94fcc3a1b0d48157e2a6799d615c6bb79e7ea845922 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:54.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:54.331Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:54.423Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:54.468Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:45:55.039Z] $ docker top 84cff1b2e340292387f9442754043f84547fe496eb1121d81adf5fa3e1c601e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:45:55.529Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:45:55.529Z] + tee [2020-09-09T15:45:55.529Z] clair timeout 1m0s [2020-09-09T15:45:55.529Z] docker timeout: 1m0s [2020-09-09T15:45:55.529Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:45:57.012Z] $ docker stop --time=1 84cff1b2e340292387f9442754043f84547fe496eb1121d81adf5fa3e1c601e8 [2020-09-09T15:45:58.359Z] $ docker rm -f 84cff1b2e340292387f9442754043f84547fe496eb1121d81adf5fa3e1c601e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:45:58.817Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:45:58.830Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-sys-mgmt-agent-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:45:58.877Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:45:59.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:45:59.222Z] . [Pipeline] withDockerContainer [2020-09-09T15:45:59.312Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:45:59.357Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:00.004Z] $ docker top 4969414663e3f5e8f8884580890b474986733ac7795c9629ff17d7e5f28761d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:00.679Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:00.679Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:03.379Z] $ docker stop --time=1 4969414663e3f5e8f8884580890b474986733ac7795c9629ff17d7e5f28761d8 [2020-09-09T15:46:04.763Z] $ docker rm -f 4969414663e3f5e8f8884580890b474986733ac7795c9629ff17d7e5f28761d8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:05.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:05.227Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:05.316Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:05.360Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:06.078Z] $ docker top 1dfbbf4c24e9e21fd2c05f6e31e1cecd76203985f7d2a25430dcd76d3375cfa4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:06.590Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:06.590Z] + tee [2020-09-09T15:46:06.590Z] clair timeout 1m0s [2020-09-09T15:46:06.590Z] docker timeout: 1m0s [2020-09-09T15:46:06.590Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:07.270Z] $ docker stop --time=1 1dfbbf4c24e9e21fd2c05f6e31e1cecd76203985f7d2a25430dcd76d3375cfa4 [2020-09-09T15:46:08.649Z] $ docker rm -f 1dfbbf4c24e9e21fd2c05f6e31e1cecd76203985f7d2a25430dcd76d3375cfa4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:46:09.101Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:46:09.112Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-core-command-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:46:09.165Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:09.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:09.529Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:09.622Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:09.667Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:10.264Z] $ docker top f1b60726ebb0b9db95a9c316a9e88394d589c70468d531740f091bf3b8bea1e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:10.887Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:10.887Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:16.306Z] $ docker stop --time=1 f1b60726ebb0b9db95a9c316a9e88394d589c70468d531740f091bf3b8bea1e0 [2020-09-09T15:46:17.654Z] $ docker rm -f f1b60726ebb0b9db95a9c316a9e88394d589c70468d531740f091bf3b8bea1e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:18.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:18.092Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:18.187Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:18.232Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:18.858Z] $ docker top 7adf3a1f4227b2b17a73c424971e25494dae69d84c4e9f0ab13baf5da849d49d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:19.369Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:19.369Z] + tee [2020-09-09T15:46:19.369Z] clair timeout 1m0s [2020-09-09T15:46:19.369Z] docker timeout: 1m0s [2020-09-09T15:46:19.369Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:20.437Z] $ docker stop --time=1 7adf3a1f4227b2b17a73c424971e25494dae69d84c4e9f0ab13baf5da849d49d [2020-09-09T15:46:21.776Z] $ docker rm -f 7adf3a1f4227b2b17a73c424971e25494dae69d84c4e9f0ab13baf5da849d49d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:46:22.228Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:46:22.240Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-core-data-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:46:22.306Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:22.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:22.636Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:22.727Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:22.773Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:23.437Z] $ docker top f559c6681e934946ec43e2cbce8619c013a3c655f88116a12441cfc6e34521b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:23.996Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:23.996Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:26.680Z] $ docker stop --time=1 f559c6681e934946ec43e2cbce8619c013a3c655f88116a12441cfc6e34521b9 [2020-09-09T15:46:28.076Z] $ docker rm -f f559c6681e934946ec43e2cbce8619c013a3c655f88116a12441cfc6e34521b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:28.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:28.550Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:28.643Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:28.688Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:29.393Z] $ docker top f61d3314b70cf372b62f501039e292e49cf818df53b3768217e2c266ee08abea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:29.893Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:29.893Z] + tee [2020-09-09T15:46:29.893Z] clair timeout 1m0s [2020-09-09T15:46:29.893Z] docker timeout: 1m0s [2020-09-09T15:46:29.893Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:30.675Z] $ docker stop --time=1 f61d3314b70cf372b62f501039e292e49cf818df53b3768217e2c266ee08abea [2020-09-09T15:46:32.036Z] $ docker rm -f f61d3314b70cf372b62f501039e292e49cf818df53b3768217e2c266ee08abea [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:46:32.553Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:46:32.566Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-core-metadata-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:46:32.614Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:32.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:32.951Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:33.042Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:33.093Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:33.722Z] $ docker top 963288003a8757a25a42687c1eced8c334785b708868eea417497dd4494308a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:34.212Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:34.212Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:38.571Z] $ docker stop --time=1 963288003a8757a25a42687c1eced8c334785b708868eea417497dd4494308a8 [2020-09-09T15:46:39.954Z] $ docker rm -f 963288003a8757a25a42687c1eced8c334785b708868eea417497dd4494308a8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:40.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:40.506Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:40.610Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:40.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:41.332Z] $ docker top eef2f55bede740fe5b96000eb7d5ebbdeed97f8d21433c21010c4bdec0744aca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:41.881Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:41.881Z] + tee [2020-09-09T15:46:41.881Z] clair timeout 1m0s [2020-09-09T15:46:41.881Z] docker timeout: 1m0s [2020-09-09T15:46:41.881Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:42.924Z] $ docker stop --time=1 eef2f55bede740fe5b96000eb7d5ebbdeed97f8d21433c21010c4bdec0744aca [2020-09-09T15:46:44.260Z] $ docker rm -f eef2f55bede740fe5b96000eb7d5ebbdeed97f8d21433c21010c4bdec0744aca [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:46:44.705Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:46:44.718Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:46:44.766Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:45.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:45.135Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:45.234Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:45.279Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:45.990Z] $ docker top 584cf86e5bcc6568f741be14cfde3826e78865d6e4a701b40353e0ab67b3030a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:46.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:46.548Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:53.310Z] $ docker stop --time=1 584cf86e5bcc6568f741be14cfde3826e78865d6e4a701b40353e0ab67b3030a [2020-09-09T15:46:54.686Z] $ docker rm -f 584cf86e5bcc6568f741be14cfde3826e78865d6e4a701b40353e0ab67b3030a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:46:55.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:46:55.147Z] . [Pipeline] withDockerContainer [2020-09-09T15:46:55.237Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:46:55.280Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:46:55.964Z] $ docker top c6aa79c4581485678c236403b645799b7ed27108f26a388dfa8d4886dfd48826 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:46:56.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:46:56.455Z] + tee [2020-09-09T15:46:56.455Z] clair timeout 1m0s [2020-09-09T15:46:56.455Z] docker timeout: 1m0s [2020-09-09T15:46:56.455Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:46:57.934Z] $ docker stop --time=1 c6aa79c4581485678c236403b645799b7ed27108f26a388dfa8d4886dfd48826 [2020-09-09T15:46:59.284Z] $ docker rm -f c6aa79c4581485678c236403b645799b7ed27108f26a388dfa8d4886dfd48826 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:46:59.738Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:46:59.749Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:46:59.795Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:00.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:00.127Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:00.276Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:00.351Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:00.952Z] $ docker top 6a6e4fa646f07fb64f382cbdaa9df9b350d71aea8e6be66f87157c9704886668 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:01.461Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:01.461Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:09.739Z] $ docker stop --time=1 6a6e4fa646f07fb64f382cbdaa9df9b350d71aea8e6be66f87157c9704886668 [2020-09-09T15:47:11.105Z] $ docker rm -f 6a6e4fa646f07fb64f382cbdaa9df9b350d71aea8e6be66f87157c9704886668 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:11.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:11.615Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:11.704Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:11.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:12.428Z] $ docker top 693ddb25dec9d66ffdf281a77a42183b9293c7937aab67cacaa92cac2c1c2754 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:12.960Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:12.960Z] + tee [2020-09-09T15:47:12.960Z] clair timeout 1m0s [2020-09-09T15:47:12.960Z] docker timeout: 1m0s [2020-09-09T15:47:12.960Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:14.438Z] $ docker stop --time=1 693ddb25dec9d66ffdf281a77a42183b9293c7937aab67cacaa92cac2c1c2754 [2020-09-09T15:47:15.841Z] $ docker rm -f 693ddb25dec9d66ffdf281a77a42183b9293c7937aab67cacaa92cac2c1c2754 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:47:16.320Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:47:16.332Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:47:16.376Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:16.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:16.703Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:16.791Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:16.830Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:17.556Z] $ docker top bf892c368e42f19cc3fb61d49a1fb25b1b421678991a75456a3ecead4426cdd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:18.084Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:18.084Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:21.522Z] $ docker stop --time=1 bf892c368e42f19cc3fb61d49a1fb25b1b421678991a75456a3ecead4426cdd8 [2020-09-09T15:47:22.930Z] $ docker rm -f bf892c368e42f19cc3fb61d49a1fb25b1b421678991a75456a3ecead4426cdd8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:23.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:23.399Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:23.503Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:23.550Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:24.166Z] $ docker top 9b811ee7cdb95fcf2d7edb3be8832fc5698b673096f3586456e82961c4be158e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:24.647Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:24.647Z] + tee [2020-09-09T15:47:24.647Z] clair timeout 1m0s [2020-09-09T15:47:24.647Z] docker timeout: 1m0s [2020-09-09T15:47:24.647Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:25.323Z] $ docker stop --time=1 9b811ee7cdb95fcf2d7edb3be8832fc5698b673096f3586456e82961c4be158e [2020-09-09T15:47:26.693Z] $ docker rm -f 9b811ee7cdb95fcf2d7edb3be8832fc5698b673096f3586456e82961c4be158e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:47:27.153Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:47:27.165Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-support-logging-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:47:27.210Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:27.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:27.549Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:27.650Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:27.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:28.402Z] $ docker top b235e0a54342f136a9344c5952fa1ca28491a7330b8b52ace985e8672983b1e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:28.929Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:28.929Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:34.367Z] $ docker stop --time=1 b235e0a54342f136a9344c5952fa1ca28491a7330b8b52ace985e8672983b1e9 [2020-09-09T15:47:35.765Z] $ docker rm -f b235e0a54342f136a9344c5952fa1ca28491a7330b8b52ace985e8672983b1e9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:36.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:36.244Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:36.333Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:36.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:37.103Z] $ docker top 6897f94fd162bec504cd48811c6a822c7a245878b615b5a4d37c183d2d49296c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:37.607Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:37.607Z] + tee [2020-09-09T15:47:37.607Z] clair timeout 1m0s [2020-09-09T15:47:37.607Z] docker timeout: 1m0s [2020-09-09T15:47:37.607Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:38.674Z] $ docker stop --time=1 6897f94fd162bec504cd48811c6a822c7a245878b615b5a4d37c183d2d49296c [2020-09-09T15:47:40.039Z] $ docker rm -f 6897f94fd162bec504cd48811c6a822c7a245878b615b5a4d37c183d2d49296c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:47:40.624Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:47:40.635Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-support-notifications-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:47:40.721Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:41.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:41.057Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:41.149Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:41.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:41.799Z] $ docker top 1b5210707fb1bc389a7d720689d19285a1584d7fb04e6b74a77ec3416ff254b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:42.287Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:42.287Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:44.967Z] $ docker stop --time=1 1b5210707fb1bc389a7d720689d19285a1584d7fb04e6b74a77ec3416ff254b6 [2020-09-09T15:47:46.700Z] $ docker rm -f 1b5210707fb1bc389a7d720689d19285a1584d7fb04e6b74a77ec3416ff254b6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:47.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:47.201Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:47.292Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:47.334Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:47.991Z] $ docker top 88586708662ada6d26a129a56fde35f5c900e303c80e6d9d8d74a078402db7c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:48.502Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:48.502Z] + tee [2020-09-09T15:47:48.502Z] clair timeout 1m0s [2020-09-09T15:47:48.502Z] docker timeout: 1m0s [2020-09-09T15:47:48.502Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:47:49.176Z] $ docker stop --time=1 88586708662ada6d26a129a56fde35f5c900e303c80e6d9d8d74a078402db7c5 [2020-09-09T15:47:50.521Z] $ docker rm -f 88586708662ada6d26a129a56fde35f5c900e303c80e6d9d8d74a078402db7c5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:47:50.990Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:47:51.002Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-support-scheduler-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:47:51.070Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:47:51.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:47:51.436Z] . [Pipeline] withDockerContainer [2020-09-09T15:47:51.527Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:47:51.569Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:47:52.256Z] $ docker top e1a76fcc3373a16c8a90456e69d7d54a3719daa7ce1c6e0ec53ad2848af4265b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:47:52.779Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:47:52.779Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:48:07.832Z] $ docker stop --time=1 e1a76fcc3373a16c8a90456e69d7d54a3719daa7ce1c6e0ec53ad2848af4265b [2020-09-09T15:48:09.294Z] $ docker rm -f e1a76fcc3373a16c8a90456e69d7d54a3719daa7ce1c6e0ec53ad2848af4265b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:48:09.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-09T15:48:09.755Z] . [Pipeline] withDockerContainer [2020-09-09T15:48:09.845Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:48:09.889Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:48:10.559Z] $ docker top b27b409bc0fd8bc00d7f4343e83a7b6c1b21c0e2c8c8ee73a41f57272cd2c82c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T15:48:11.127Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-09T15:48:11.127Z] + tee [2020-09-09T15:48:11.127Z] clair timeout 1m0s [2020-09-09T15:48:11.127Z] docker timeout: 1m0s [2020-09-09T15:48:11.127Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T15:48:12.671Z] $ docker stop --time=1 b27b409bc0fd8bc00d7f4343e83a7b6c1b21c0e2c8c8ee73a41f57272cd2c82c [2020-09-09T15:48:14.024Z] $ docker rm -f b27b409bc0fd8bc00d7f4343e83a7b6c1b21c0e2c8c8ee73a41f57272cd2c82c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-09T15:48:14.470Z] + mkdir -p /w/workspace/edgex-go/135/clair-reports [Pipeline] echo [2020-09-09T15:48:14.482Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/135/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-09T15:48:14.528Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-09T15:48:14.880Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T15:48:14.926Z] provisioning config files... [2020-09-09T15:48:14.939Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/135@tmp/config6355123703527986365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:48:15.292Z] --> edgex-publish-swagger.sh [2020-09-09T15:48:15.292Z] === Publish openapi/v1 API === [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] === Publish openapi/v2 API === [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.292Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.292Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-09T15:48:15.292Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.293Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-09T15:48:15.293Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-09T15:48:15.293Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T15:48:15.293Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-09T15:48:15.301Z] 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-09T15:48:22.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T15:48:22.614Z] . [Pipeline] withDockerContainer [2020-09-09T15:48:22.706Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:48:22.746Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:48:23.806Z] $ docker top 7fa3adb6f11949f965a020a07c99edfb064d289a492ebfd3972286002656be4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T15:48:24.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T15:48:24.132Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T15:48:24.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T15:48:24.365Z] $ docker exec 7fa3adb6f11949f965a020a07c99edfb064d289a492ebfd3972286002656be4d ssh-agent [2020-09-09T15:48:24.538Z] SSH_AUTH_SOCK=/tmp/ssh-fEGA2uR4hOgG/agent.12 [2020-09-09T15:48:24.538Z] SSH_AGENT_PID=17 [2020-09-09T15:48:24.547Z] Running ssh-add (command line suppressed) [2020-09-09T15:48:24.677Z] Identity added: /w/workspace/edgex-go/135@tmp/private_key_1483488717592840272.key (/w/workspace/edgex-go/135@tmp/private_key_1483488717592840272.key) [2020-09-09T15:48:24.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T15:48:25.050Z] + git semver tag [2020-09-09T15:48:25.050Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T15:48:25.050Z] # $GIT_DIR = /w/workspace/edgex-go/135/.git [2020-09-09T15:48:25.050Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/135 [2020-09-09T15:48:25.050Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T15:48:25.050Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T15:48:25.050Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T15:48:25.050Z] # $SEMVER_BRANCH = master [2020-09-09T15:48:25.050Z] # $SEMVER_DIR = /w/workspace/edgex-go/135/.semver [2020-09-09T15:48:25.050Z] # ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc HEAD [2020-09-09T15:48:25.620Z] # -> Force: false [2020-09-09T15:48:25.620Z] # 8a3f60626f197328e48a53430bf04ea722927c08 refs/tags/v1.2.2-dev.21 [Pipeline] } [2020-09-09T15:48:25.633Z] $ docker exec --env ******** --env ******** 7fa3adb6f11949f965a020a07c99edfb064d289a492ebfd3972286002656be4d ssh-agent -k [2020-09-09T15:48:25.787Z] unset SSH_AUTH_SOCK; [2020-09-09T15:48:25.787Z] unset SSH_AGENT_PID; [2020-09-09T15:48:25.787Z] echo Agent pid 17 killed; [2020-09-09T15:48:25.849Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T15:48:26.286Z] + git semver [Pipeline] } [2020-09-09T15:48:26.302Z] $ docker stop --time=1 7fa3adb6f11949f965a020a07c99edfb064d289a492ebfd3972286002656be4d [2020-09-09T15:48:27.654Z] $ docker rm -f 7fa3adb6f11949f965a020a07c99edfb064d289a492ebfd3972286002656be4d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:48:28.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T15:48:28.238Z] [2020-09-09T15:48:28.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:48:28.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T15:48:28.575Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-09T15:48:28.575Z] ab5ef0e58194: Pulling fs layer [2020-09-09T15:48:28.575Z] 9712f1f96733: Pulling fs layer [2020-09-09T15:48:28.575Z] 63f879dbbcfc: Pulling fs layer [2020-09-09T15:48:28.575Z] 0d9ebad4ef96: Pulling fs layer [2020-09-09T15:48:28.575Z] e9a5061849ea: Pulling fs layer [2020-09-09T15:48:28.575Z] d747dcd14b5f: Pulling fs layer [2020-09-09T15:48:28.575Z] 2de7ff778b66: Pulling fs layer [2020-09-09T15:48:28.575Z] e9a5061849ea: Waiting [2020-09-09T15:48:28.575Z] d747dcd14b5f: Waiting [2020-09-09T15:48:28.575Z] 0d9ebad4ef96: Waiting [2020-09-09T15:48:28.575Z] 2de7ff778b66: Waiting [2020-09-09T15:48:28.575Z] 9712f1f96733: Verifying Checksum [2020-09-09T15:48:28.575Z] 9712f1f96733: Download complete [2020-09-09T15:48:29.964Z] 63f879dbbcfc: Verifying Checksum [2020-09-09T15:48:29.964Z] 63f879dbbcfc: Download complete [2020-09-09T15:48:29.964Z] e9a5061849ea: Verifying Checksum [2020-09-09T15:48:29.964Z] e9a5061849ea: Download complete [2020-09-09T15:48:29.964Z] d747dcd14b5f: Verifying Checksum [2020-09-09T15:48:29.964Z] d747dcd14b5f: Download complete [2020-09-09T15:48:30.537Z] 2de7ff778b66: Verifying Checksum [2020-09-09T15:48:30.537Z] 2de7ff778b66: Download complete [2020-09-09T15:48:30.798Z] 0d9ebad4ef96: Verifying Checksum [2020-09-09T15:48:30.798Z] 0d9ebad4ef96: Download complete [2020-09-09T15:48:31.067Z] ab5ef0e58194: Verifying Checksum [2020-09-09T15:48:31.067Z] ab5ef0e58194: Download complete [2020-09-09T15:48:35.285Z] ab5ef0e58194: Pull complete [2020-09-09T15:48:35.285Z] 9712f1f96733: Pull complete [2020-09-09T15:48:37.848Z] 63f879dbbcfc: Pull complete [2020-09-09T15:48:44.439Z] 0d9ebad4ef96: Pull complete [2020-09-09T15:48:49.747Z] e9a5061849ea: Pull complete [2020-09-09T15:48:49.747Z] d747dcd14b5f: Pull complete [2020-09-09T15:48:50.319Z] 2de7ff778b66: Pull complete [2020-09-09T15:48:50.319Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-09T15:48:50.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T15:48:50.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-09T15:48:50.482Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:48:50.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:48:54.713Z] $ docker top bbf0d0d9eb46c7fcb050c07549e724b76731b7948ba250ae206f69d7a89d16cd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-09T15:48:54.942Z] provisioning config files... [2020-09-09T15:48:54.953Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/135@tmp/config3238373256920735675tmp [2020-09-09T15:48:54.973Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/135@tmp/config3100608080309873351tmp [2020-09-09T15:48:54.989Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/135@tmp/config3331794972397862102tmp [Pipeline] { [Pipeline] echo [2020-09-09T15:48:55.038Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:48:55.331Z] ---> sigul-configuration.sh [2020-09-09T15:48:55.331Z] gpg: directory `/root/.gnupg' created [2020-09-09T15:48:55.331Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-09T15:48:55.331Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-09T15:48:55.331Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-09T15:48:55.331Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-09T15:48:55.331Z] gpg: CAST5 encrypted data [2020-09-09T15:48:55.592Z] gpg: encrypted with 1 passphrase [2020-09-09T15:48:55.592Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-09T15:48:55.884Z] + mkdir /home/jenkins [2020-09-09T15:48:55.884Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-09T15:48:56.209Z] + 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-09T15:48:56.221Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:48:56.518Z] ---> sigul-install.sh [2020-09-09T15:49:01.805Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-09T15:49:02.098Z] + git tag --list [2020-09-09T15:49:02.098Z] v1.2.2-dev.21 [Pipeline] sh [2020-09-09T15:49:02.889Z] + lftools sign git-tag v1.2.2-dev.21 [2020-09-09T15:49:04.273Z] Signing Git tag with Sigul... [2020-09-09T15:49:04.273Z] Signing v1.2.2-dev.21 [Pipeline] echo [2020-09-09T15:49:05.226Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:49:05.518Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-09T15:49:05.527Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-09T15:49:05.615Z] $ docker stop --time=1 bbf0d0d9eb46c7fcb050c07549e724b76731b7948ba250ae206f69d7a89d16cd [2020-09-09T15:49:07.652Z] $ docker rm -f bbf0d0d9eb46c7fcb050c07549e724b76731b7948ba250ae206f69d7a89d16cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:49:08.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T15:49:08.410Z] . [Pipeline] withDockerContainer [2020-09-09T15:49:08.522Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:49:08.567Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:49:09.326Z] $ docker top 9405ee87dafa5ddb7b35a6432c847d2c09d7ecfd399350b0d8e33d294916abea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T15:49:09.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T15:49:09.622Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T15:49:09.828Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T15:49:09.832Z] $ docker exec 9405ee87dafa5ddb7b35a6432c847d2c09d7ecfd399350b0d8e33d294916abea ssh-agent [2020-09-09T15:49:10.008Z] SSH_AUTH_SOCK=/tmp/ssh-3oqhGHkyT4fQ/agent.11 [2020-09-09T15:49:10.008Z] SSH_AGENT_PID=16 [2020-09-09T15:49:10.015Z] Running ssh-add (command line suppressed) [2020-09-09T15:49:10.142Z] Identity added: /w/workspace/edgex-go/135@tmp/private_key_1190021111321583674.key (/w/workspace/edgex-go/135@tmp/private_key_1190021111321583674.key) [2020-09-09T15:49:10.195Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T15:49:10.522Z] + git semver bump pre [2020-09-09T15:49:10.522Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T15:49:10.522Z] # $GIT_DIR = /w/workspace/edgex-go/135/.git [2020-09-09T15:49:10.522Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/135 [2020-09-09T15:49:10.522Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T15:49:10.522Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T15:49:10.522Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T15:49:10.522Z] # $SEMVER_BRANCH = master [2020-09-09T15:49:10.522Z] # $SEMVER_DIR = /w/workspace/edgex-go/135/.semver [2020-09-09T15:49:10.522Z] 1.2.2-dev.22 [Pipeline] } [2020-09-09T15:49:10.534Z] $ docker exec --env ******** --env ******** 9405ee87dafa5ddb7b35a6432c847d2c09d7ecfd399350b0d8e33d294916abea ssh-agent -k [2020-09-09T15:49:10.654Z] unset SSH_AUTH_SOCK; [2020-09-09T15:49:10.654Z] unset SSH_AGENT_PID; [2020-09-09T15:49:10.654Z] echo Agent pid 16 killed; [2020-09-09T15:49:10.699Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T15:49:11.135Z] + git semver [Pipeline] } [2020-09-09T15:49:11.154Z] $ docker stop --time=1 9405ee87dafa5ddb7b35a6432c847d2c09d7ecfd399350b0d8e33d294916abea [2020-09-09T15:49:12.519Z] $ docker rm -f 9405ee87dafa5ddb7b35a6432c847d2c09d7ecfd399350b0d8e33d294916abea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:49:13.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T15:49:13.207Z] . [Pipeline] withDockerContainer [2020-09-09T15:49:13.307Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:49:13.351Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:49:14.051Z] $ docker top 4649ea6f7b4c6be484d5cf7d620f5e2823a26e77d6a6c5626e9a03b494033561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T15:49:14.387Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T15:49:14.387Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T15:49:14.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T15:49:14.590Z] $ docker exec 4649ea6f7b4c6be484d5cf7d620f5e2823a26e77d6a6c5626e9a03b494033561 ssh-agent [2020-09-09T15:49:14.771Z] SSH_AUTH_SOCK=/tmp/ssh-MnRYVhlGSjqN/agent.12 [2020-09-09T15:49:14.771Z] SSH_AGENT_PID=18 [2020-09-09T15:49:14.778Z] Running ssh-add (command line suppressed) [2020-09-09T15:49:14.901Z] Identity added: /w/workspace/edgex-go/135@tmp/private_key_4089729711336694826.key (/w/workspace/edgex-go/135@tmp/private_key_4089729711336694826.key) [2020-09-09T15:49:14.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T15:49:15.294Z] + git semver push [2020-09-09T15:49:15.294Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T15:49:15.294Z] # $GIT_DIR = /w/workspace/edgex-go/135/.git [2020-09-09T15:49:15.294Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/135 [2020-09-09T15:49:15.294Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T15:49:15.294Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T15:49:15.294Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T15:49:15.294Z] # $SEMVER_BRANCH = master [2020-09-09T15:49:15.294Z] # $SEMVER_DIR = /w/workspace/edgex-go/135/.semver [Pipeline] } [2020-09-09T15:49:25.310Z] $ docker exec --env ******** --env ******** 4649ea6f7b4c6be484d5cf7d620f5e2823a26e77d6a6c5626e9a03b494033561 ssh-agent -k [2020-09-09T15:49:25.436Z] unset SSH_AUTH_SOCK; [2020-09-09T15:49:25.437Z] unset SSH_AGENT_PID; [2020-09-09T15:49:25.437Z] echo Agent pid 18 killed; [2020-09-09T15:49:25.489Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T15:49:25.926Z] + git semver [Pipeline] } [2020-09-09T15:49:25.944Z] $ docker stop --time=1 4649ea6f7b4c6be484d5cf7d620f5e2823a26e77d6a6c5626e9a03b494033561 [2020-09-09T15:49:27.304Z] $ docker rm -f 4649ea6f7b4c6be484d5cf7d620f5e2823a26e77d6a6c5626e9a03b494033561 [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-09T15:49:28.179Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:49:29.050Z] ---> package-listing.sh [2020-09-09T15:49:29.050Z] ++ facter osfamily [2020-09-09T15:49:29.050Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-09T15:49:29.050Z] + OS_FAMILY=redhat [2020-09-09T15:49:29.050Z] + workspace=/w/workspace/edgex-go/135 [2020-09-09T15:49:29.050Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-09T15:49:29.050Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-09T15:49:29.050Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-09T15:49:29.050Z] + PACKAGES=/tmp/packages_start.txt [2020-09-09T15:49:29.050Z] + '[' /w/workspace/edgex-go/135 ']' [2020-09-09T15:49:29.050Z] + PACKAGES=/tmp/packages_end.txt [2020-09-09T15:49:29.050Z] + case "${OS_FAMILY}" in [2020-09-09T15:49:29.050Z] + rpm -qa [2020-09-09T15:49:29.050Z] + sort [2020-09-09T15:49:33.266Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-09T15:49:33.266Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-09T15:49:33.266Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-09T15:49:33.266Z] + '[' /w/workspace/edgex-go/135 ']' [2020-09-09T15:49:33.266Z] + mkdir -p /w/workspace/edgex-go/135/archives/ [2020-09-09T15:49:33.266Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/135/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:49:34.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T15:49:34.165Z] [2020-09-09T15:49:34.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-09T15:49:34.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T15:49:34.505Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-09T15:49:34.505Z] df20fa9351a1: Already exists [2020-09-09T15:49:34.505Z] 36b3adc4ff6f: Pulling fs layer [2020-09-09T15:49:34.505Z] 8ad3a11d3b57: Pulling fs layer [2020-09-09T15:49:34.505Z] 46f8f816bc3b: Pulling fs layer [2020-09-09T15:49:34.506Z] 0dadc02b9964: Pulling fs layer [2020-09-09T15:49:34.506Z] ce6a7cf60c04: Pulling fs layer [2020-09-09T15:49:34.506Z] 7a184a31f384: Pulling fs layer [2020-09-09T15:49:34.506Z] 0879bd2ef858: Pulling fs layer [2020-09-09T15:49:34.506Z] 0dadc02b9964: Waiting [2020-09-09T15:49:34.506Z] ce6a7cf60c04: Waiting [2020-09-09T15:49:34.506Z] 7a184a31f384: Waiting [2020-09-09T15:49:34.506Z] 0879bd2ef858: Waiting [2020-09-09T15:49:34.506Z] 46f8f816bc3b: Verifying Checksum [2020-09-09T15:49:34.506Z] 46f8f816bc3b: Download complete [2020-09-09T15:49:34.506Z] 36b3adc4ff6f: Verifying Checksum [2020-09-09T15:49:34.506Z] ce6a7cf60c04: Verifying Checksum [2020-09-09T15:49:34.506Z] ce6a7cf60c04: Download complete [2020-09-09T15:49:34.506Z] 7a184a31f384: Verifying Checksum [2020-09-09T15:49:34.506Z] 7a184a31f384: Download complete [2020-09-09T15:49:34.506Z] 0dadc02b9964: Download complete [2020-09-09T15:49:34.773Z] 36b3adc4ff6f: Pull complete [2020-09-09T15:49:34.773Z] 8ad3a11d3b57: Verifying Checksum [2020-09-09T15:49:34.773Z] 8ad3a11d3b57: Download complete [2020-09-09T15:49:35.036Z] 0879bd2ef858: Download complete [2020-09-09T15:49:35.616Z] 8ad3a11d3b57: Pull complete [2020-09-09T15:49:35.616Z] 46f8f816bc3b: Pull complete [2020-09-09T15:49:35.878Z] 0dadc02b9964: Pull complete [2020-09-09T15:49:36.137Z] ce6a7cf60c04: Pull complete [2020-09-09T15:49:36.137Z] 7a184a31f384: Pull complete [2020-09-09T15:49:39.446Z] 0879bd2ef858: Pull complete [2020-09-09T15:49:39.446Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-09T15:49:39.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T15:49:39.446Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-09T15:49:39.580Z] prd-centos7-docker-4c-2g-1954 does not seem to be running inside a container [2020-09-09T15:49:39.627Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/135 -v /w/workspace/edgex-go/135:/w/workspace/edgex-go/135:rw,z -v /w/workspace/edgex-go/135@tmp:/w/workspace/edgex-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09T15:49:43.146Z] $ docker top c987f2d60293baad59aae1d7d6d7db3ef4566b620626b09c575a89eea76c2fd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T15:49:43.664Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-09T15:49:43.963Z] + ls /var/log/sa-host [2020-09-09T15:49:43.963Z] + sadf -c /var/log/sa-host/sa05 [2020-09-09T15:49:43.963Z] file_magic: OK [2020-09-09T15:49:43.963Z] HZ: Using current value: 100 [2020-09-09T15:49:43.963Z] file_header: OK [2020-09-09T15:49:43.963Z] 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-09T15:49:43.963Z] Statistics: [2020-09-09T15:49:43.963Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T15:49:43.963Z] File successfully converted to sysstat format version 12.2.1 [2020-09-09T15:49:43.963Z] + sadf -c /var/log/sa-host/sa09 [2020-09-09T15:49:43.963Z] file_magic: OK [2020-09-09T15:49:43.963Z] HZ: Using current value: 100 [2020-09-09T15:49:43.963Z] file_header: OK [2020-09-09T15:49:43.963Z] 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-09T15:49:43.963Z] Statistics: [2020-09-09T15:49:43.963Z] 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-09T15:49:43.963Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T15:49:44.047Z] provisioning config files... [2020-09-09T15:49:44.060Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/135@tmp/config1696231462680419361tmp [Pipeline] { [Pipeline] echo [2020-09-09T15:49:44.125Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:49:44.415Z] ---> create-netrc.sh [Pipeline] echo [2020-09-09T15:49:44.424Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T15:49:44.717Z] ---> logs-deploy.sh [2020-09-09T15:49:44.717Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/135 [2020-09-09T15:49:44.717Z] INFO: archiving workspace using pattern(s): [2020-09-09T15:49:46.101Z] Archives upload complete. [2020-09-09T15:49:46.101Z] INFO: archiving logs to Nexus [2020-09-09T15:49:47.046Z] ---> uname -a: [2020-09-09T15:49:47.046Z] Linux c987f2d60293 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-09T15:49:47.046Z] [2020-09-09T15:49:47.046Z] [2020-09-09T15:49:47.046Z] ---> lscpu: [2020-09-09T15:49:47.046Z] Architecture: x86_64 [2020-09-09T15:49:47.046Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-09T15:49:47.046Z] Byte Order: Little Endian [2020-09-09T15:49:47.046Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-09T15:49:47.046Z] CPU(s): 4 [2020-09-09T15:49:47.046Z] On-line CPU(s) list: 0-3 [2020-09-09T15:49:47.046Z] Thread(s) per core: 1 [2020-09-09T15:49:47.046Z] Core(s) per socket: 1 [2020-09-09T15:49:47.046Z] Socket(s): 4 [2020-09-09T15:49:47.046Z] NUMA node(s): 1 [2020-09-09T15:49:47.046Z] Vendor ID: GenuineIntel [2020-09-09T15:49:47.046Z] CPU family: 6 [2020-09-09T15:49:47.046Z] Model: 44 [2020-09-09T15:49:47.046Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-09T15:49:47.046Z] Stepping: 1 [2020-09-09T15:49:47.046Z] CPU MHz: 2933.442 [2020-09-09T15:49:47.046Z] BogoMIPS: 5866.88 [2020-09-09T15:49:47.046Z] Virtualization: VT-x [2020-09-09T15:49:47.046Z] Hypervisor vendor: KVM [2020-09-09T15:49:47.046Z] Virtualization type: full [2020-09-09T15:49:47.046Z] L1d cache: 128 KiB [2020-09-09T15:49:47.046Z] L1i cache: 128 KiB [2020-09-09T15:49:47.046Z] L2 cache: 16 MiB [2020-09-09T15:49:47.046Z] L3 cache: 64 MiB [2020-09-09T15:49:47.046Z] NUMA node0 CPU(s): 0-3 [2020-09-09T15:49:47.046Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-09T15:49:47.046Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-09T15:49:47.046Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-09T15:49:47.046Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-09T15:49:47.046Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-09T15:49:47.046Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-09T15:49:47.046Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-09T15:49:47.046Z] Vulnerability Tsx async abort: Not affected [2020-09-09T15:49:47.046Z] 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-09T15:49:47.046Z] [2020-09-09T15:49:47.046Z] [2020-09-09T15:49:47.046Z] ---> nproc: [2020-09-09T15:49:47.046Z] 4 [2020-09-09T15:49:47.046Z] [2020-09-09T15:49:47.046Z] [2020-09-09T15:49:47.046Z] ---> df -h: [2020-09-09T15:49:47.046Z] Filesystem Size Used Available Use% Mounted on [2020-09-09T15:49:47.046Z] overlay 50.0G 12.5G 37.5G 25% / [2020-09-09T15:49:47.046Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-09T15:49:47.046Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-09T15:49:47.046Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-09T15:49:47.046Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf [2020-09-09T15:49:47.046Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname [2020-09-09T15:49:47.046Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts [2020-09-09T15:49:47.046Z] /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host [2020-09-09T15:49:47.046Z] /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/135 [2020-09-09T15:49:47.046Z] /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/135@tmp [2020-09-09T15:49:47.046Z] [2020-09-09T15:49:47.046Z] [2020-09-09T15:49:47.047Z] ---> free -m: [2020-09-09T15:49:47.047Z] total used free shared buff/cache available [2020-09-09T15:49:47.047Z] Mem: 1837 724 140 0 972 1068 [2020-09-09T15:49:47.047Z] Swap: 1023 54 969 [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] ---> ip addr: [2020-09-09T15:49:47.047Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-09T15:49:47.047Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-09T15:49:47.047Z] inet 127.0.0.1/8 scope host lo [2020-09-09T15:49:47.047Z] valid_lft forever preferred_lft forever [2020-09-09T15:49:47.047Z] 192: eth0@if193: mtu 1458 qdisc noqueue state UP [2020-09-09T15:49:47.047Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-09T15:49:47.047Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-09T15:49:47.047Z] valid_lft forever preferred_lft forever [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] ---> sar -b -r -n DEV: [2020-09-09T15:49:47.047Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] 15:24:35 LINUX RESTART (4 CPU) [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] 15:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-09T15:49:47.047Z] 15:26:01 166.96 66.14 100.82 0.00 8846.62 50733.24 0.00 [2020-09-09T15:49:47.047Z] 15:27:01 346.09 197.54 148.55 0.00 10349.02 66492.01 0.00 [2020-09-09T15:49:47.047Z] 15:28:03 777.39 520.28 257.11 0.00 56762.81 124993.87 0.00 [2020-09-09T15:49:47.047Z] 15:29:01 2233.58 1893.74 339.84 0.00 114992.77 131088.03 0.00 [2020-09-09T15:49:47.047Z] 15:30:02 1304.96 974.71 330.25 0.00 65606.74 98181.86 0.00 [2020-09-09T15:49:47.047Z] 15:31:01 1564.86 1226.78 338.08 0.00 64994.90 97305.97 0.00 [2020-09-09T15:49:47.047Z] 15:32:01 209.90 52.25 157.65 0.00 6446.72 13889.77 0.00 [2020-09-09T15:49:47.047Z] 15:33:01 30.21 15.64 14.57 0.00 1440.77 387.97 0.00 [2020-09-09T15:49:47.047Z] 15:34:01 0.38 0.03 0.35 0.00 0.40 4.78 0.00 [2020-09-09T15:49:47.047Z] 15:35:01 0.75 0.45 0.30 0.00 16.92 3.18 0.00 [2020-09-09T15:49:47.047Z] 15:36:01 0.33 0.02 0.32 0.00 0.53 3.20 0.00 [2020-09-09T15:49:47.047Z] 15:37:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2020-09-09T15:49:47.047Z] 15:38:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 [2020-09-09T15:49:47.047Z] 15:39:01 0.22 0.02 0.20 0.00 0.53 1.78 0.00 [2020-09-09T15:49:47.047Z] 15:40:01 1.90 1.53 0.37 0.00 52.36 5.93 0.00 [2020-09-09T15:49:47.047Z] 15:41:01 2.63 1.85 0.78 0.00 177.59 14.10 0.00 [2020-09-09T15:49:47.047Z] 15:42:01 0.32 0.03 0.28 0.00 1.07 3.10 0.00 [2020-09-09T15:49:47.047Z] 15:43:01 8.02 0.38 7.64 0.00 8.92 4480.78 0.00 [2020-09-09T15:49:47.047Z] 15:44:02 240.51 103.01 137.49 0.00 6398.27 30281.21 0.00 [2020-09-09T15:49:47.047Z] 15:45:01 27.37 0.59 26.78 0.00 8.53 419.94 0.00 [2020-09-09T15:49:47.047Z] 15:46:01 40.26 11.67 28.60 0.00 199.87 445.59 0.00 [2020-09-09T15:49:47.047Z] 15:47:01 33.07 0.45 32.62 0.00 15.31 493.87 0.00 [2020-09-09T15:49:47.047Z] 15:48:01 26.70 0.27 26.44 0.00 8.26 416.90 0.00 [2020-09-09T15:49:47.047Z] 15:49:01 208.17 71.83 136.35 0.00 5464.07 35546.30 0.00 [2020-09-09T15:49:47.047Z] Average: 298.97 212.22 86.75 0.00 14155.59 27265.80 0.00 [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] 15:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-09T15:49:47.047Z] 15:26:01 83768 0 698356 37.12 2620 1096812 1464708 49.99 608900 1025248 20 [2020-09-09T15:49:47.047Z] 15:27:01 163260 0 647512 34.41 1504 1069280 1314316 44.86 609572 904244 66748 [2020-09-09T15:49:47.047Z] 15:28:03 64300 0 779124 41.41 116 1038016 2225148 75.94 785532 867180 97268 [2020-09-09T15:49:47.047Z] 15:29:01 242048 0 1049592 55.78 116 589800 3952684 134.90 720524 703144 22952 [2020-09-09T15:49:47.047Z] 15:30:02 93544 0 820876 43.63 116 967020 2417440 82.50 745828 843332 34524 [2020-09-09T15:49:47.047Z] 15:31:01 371036 0 669056 35.56 116 841348 1914052 65.32 470976 833268 84 [2020-09-09T15:49:47.047Z] 15:32:01 305484 0 620520 32.98 116 955436 1401044 47.82 464732 896936 40 [2020-09-09T15:49:47.047Z] 15:33:01 297732 0 585416 31.11 116 998292 1192432 40.70 537788 833836 8 [2020-09-09T15:49:47.047Z] 15:34:01 305804 0 577336 30.68 116 998300 1132652 38.66 535132 830252 8 [2020-09-09T15:49:47.047Z] 15:35:01 305620 0 577036 30.67 116 998784 1132652 38.66 535260 830716 8 [2020-09-09T15:49:47.047Z] 15:36:01 305272 0 577388 30.69 116 998780 1132724 38.66 535396 830744 8 [2020-09-09T15:49:47.047Z] 15:37:01 305608 0 577028 30.67 116 998804 1132700 38.66 535516 830760 12 [2020-09-09T15:49:47.047Z] 15:38:01 305936 0 576688 30.65 116 998816 1132648 38.66 535144 830780 12 [2020-09-09T15:49:47.047Z] 15:39:01 305788 0 576828 30.66 116 998824 1132652 38.66 535272 830792 8 [2020-09-09T15:49:47.047Z] 15:40:01 303868 0 577860 30.71 116 999712 1132652 38.66 535540 831176 20 [2020-09-09T15:49:47.047Z] 15:41:01 298496 0 580584 30.86 116 1002360 1132724 38.66 538712 833748 8 [2020-09-09T15:49:47.047Z] 15:42:01 298792 0 580248 30.84 116 1002400 1132652 38.66 538452 833812 8 [2020-09-09T15:49:47.047Z] 15:43:01 70488 0 645768 34.32 116 1165184 1557740 53.16 631940 966480 95936 [2020-09-09T15:49:47.047Z] 15:44:02 221796 0 644148 34.23 116 1015496 1346000 45.94 733264 684816 24 [2020-09-09T15:49:47.047Z] 15:45:01 251144 0 614504 32.66 116 1015792 1135024 38.74 707060 683596 48 [2020-09-09T15:49:47.047Z] 15:46:01 245672 0 619820 32.94 116 1015948 1345456 45.92 719020 675144 40 [2020-09-09T15:49:47.047Z] 15:47:01 223372 0 641936 34.12 116 1016132 1573992 53.72 760304 655956 32 [2020-09-09T15:49:47.047Z] 15:48:01 272484 0 592552 31.49 116 1016404 1313476 44.83 716848 651608 48 [2020-09-09T15:49:47.047Z] 15:49:01 71000 0 704544 37.44 8 1106004 1295496 44.21 666180 822768 70196 [2020-09-09T15:49:47.047Z] Average: 238013 0 647280 34.40 274 995989 1485128 50.68 612620 813764 16169 [2020-09-09T15:49:47.047Z] [2020-09-09T15:49:47.047Z] 15:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-09T15:49:47.047Z] 15:26:01 eth0 1479.08 1300.95 6291.27 181.83 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:26:01 vethdf9fba9 759.20 596.69 73.84 2647.66 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:26:01 docker0 759.20 596.56 63.46 2647.65 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:27:01 eth0 1816.59 1219.10 7078.90 2783.03 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:27:01 docker0 53.44 66.06 2.81 360.37 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:28:03 eth0 307.23 252.46 2130.74 78.42 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:28:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:28:03 vetha952935 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:28:03 docker0 74.75 90.41 5.95 464.92 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:29:01 vethf3adde0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:29:01 vethfae9b1a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:29:01 vethc1a0e13 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:29:01 veth6c9ea78 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:30:02 eth0 3745.20 2853.97 15798.25 3159.73 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:30:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:30:02 vetha952935 0.00 0.53 0.00 0.03 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:30:02 veth27d4071 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:31:01 vetha6a6ebb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:31:01 eth0 82.20 55.51 187.62 71.04 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:31:01 vetha952935 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:32:01 eth0 193.89 145.31 476.79 335.70 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:32:01 docker0 956.76 866.11 76.32 4235.09 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:33:01 eth0 383.53 343.45 159.65 1428.08 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:34:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:36:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:37:01 eth0 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:38:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:41:01 eth0 0.27 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:43:01 eth0 375.22 323.30 3725.91 23.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:44:02 vethb23efe6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:44:02 vethf99a558 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:44:02 eth0 143.05 121.23 459.83 64.52 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:45:01 eth0 97.75 77.69 87.56 74.13 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:45:01 docker0 1023.97 932.61 83.06 4550.50 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:46:01 veth5964946 0.30 0.27 0.05 0.12 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:46:01 eth0 137.72 108.84 106.42 125.29 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:46:01 docker0 4.06 3.60 0.99 1.76 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:47:01 eth0 146.85 111.88 121.99 114.11 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:47:01 veth2bf51ae 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:47:01 docker0 4.21 3.79 1.04 1.84 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.047Z] 15:48:01 eth0 115.80 88.73 97.07 84.32 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] 15:48:01 vetha7b9b3c 0.43 0.60 0.14 0.24 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] 15:48:01 docker0 4.06 3.71 1.01 1.78 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] 15:49:01 veth789f401 40.16 68.08 2.66 201.05 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] 15:49:01 eth0 2349.93 1468.35 6335.50 233.27 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] 15:49:01 docker0 40.94 68.70 2.39 201.44 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] Average: veth789f401 1.68 2.84 0.11 8.39 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] Average: eth0 324.35 238.03 1152.98 239.22 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] Average: docker0 44.24 41.59 3.63 195.33 0.00 0.00 0.00 0.00 [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z] ---> sar -P ALL: [2020-09-09T15:49:47.048Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z] 15:24:35 LINUX RESTART (4 CPU) [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z] 15:25:01 CPU %user %nice %system %iowait %steal %idle [2020-09-09T15:49:47.048Z] 15:26:01 all 22.49 0.00 10.57 7.19 0.06 59.70 [2020-09-09T15:49:47.048Z] 15:26:01 0 19.25 0.00 13.00 5.18 0.05 62.52 [2020-09-09T15:49:47.048Z] 15:26:01 1 23.25 0.00 10.73 8.18 0.03 57.81 [2020-09-09T15:49:47.048Z] 15:26:01 2 26.29 0.00 9.78 6.73 0.07 57.13 [2020-09-09T15:49:47.048Z] 15:26:01 3 21.15 0.00 8.77 8.67 0.07 61.35 [2020-09-09T15:49:47.048Z] 15:27:01 all 18.73 0.00 9.59 2.99 0.09 68.60 [2020-09-09T15:49:47.048Z] 15:27:01 0 30.77 0.00 11.12 3.56 0.07 54.48 [2020-09-09T15:49:47.048Z] 15:27:01 1 14.62 0.00 8.68 2.72 0.07 73.91 [2020-09-09T15:49:47.048Z] 15:27:01 2 15.21 0.00 9.82 2.65 0.10 72.22 [2020-09-09T15:49:47.048Z] 15:27:01 3 14.35 0.00 8.75 3.04 0.10 73.76 [2020-09-09T15:49:47.048Z] 15:28:03 all 15.69 0.00 14.94 10.56 0.08 58.73 [2020-09-09T15:49:47.048Z] 15:28:03 0 16.03 0.00 14.84 10.82 0.08 58.23 [2020-09-09T15:49:47.048Z] 15:28:03 1 13.59 0.00 15.79 10.22 0.08 60.32 [2020-09-09T15:49:47.048Z] 15:28:03 2 16.04 0.00 14.83 10.86 0.08 58.18 [2020-09-09T15:49:47.048Z] 15:28:03 3 17.11 0.00 14.30 10.32 0.08 58.18 [2020-09-09T15:49:47.048Z] 15:29:01 all 36.43 0.00 22.37 23.48 0.10 17.61 [2020-09-09T15:49:47.048Z] 15:29:01 0 36.30 0.00 20.22 20.29 0.13 23.07 [2020-09-09T15:49:47.048Z] 15:29:01 1 35.90 0.00 23.46 26.54 0.13 13.98 [2020-09-09T15:49:47.048Z] 15:29:01 2 36.72 0.00 23.29 23.56 0.09 16.34 [2020-09-09T15:49:47.048Z] 15:29:01 3 36.82 0.00 22.54 23.54 0.07 17.03 [2020-09-09T15:49:47.048Z] 15:30:02 all 39.69 0.00 16.88 24.37 0.08 18.98 [2020-09-09T15:49:47.048Z] 15:30:02 0 40.74 0.00 16.38 26.64 0.07 16.17 [2020-09-09T15:49:47.048Z] 15:30:02 1 40.82 0.00 15.87 23.31 0.07 19.93 [2020-09-09T15:49:47.048Z] 15:30:02 2 38.41 0.00 17.63 22.81 0.09 21.07 [2020-09-09T15:49:47.048Z] 15:30:02 3 38.75 0.00 17.67 24.71 0.09 18.77 [2020-09-09T15:49:47.048Z] 15:31:01 all 39.09 0.00 18.36 24.47 0.08 18.01 [2020-09-09T15:49:47.048Z] 15:31:01 0 39.68 0.00 17.63 23.65 0.09 18.94 [2020-09-09T15:49:47.048Z] 15:31:01 1 38.85 0.00 18.33 22.59 0.07 20.17 [2020-09-09T15:49:47.048Z] 15:31:01 2 38.23 0.00 18.84 27.79 0.09 15.05 [2020-09-09T15:49:47.048Z] 15:31:01 3 39.58 0.00 18.64 23.85 0.07 17.86 [2020-09-09T15:49:47.048Z] 15:32:01 all 15.55 0.00 7.35 7.60 0.06 69.45 [2020-09-09T15:49:47.048Z] 15:32:01 0 19.54 0.00 9.33 8.07 0.07 62.99 [2020-09-09T15:49:47.048Z] 15:32:01 1 12.58 0.00 6.15 5.31 0.07 75.89 [2020-09-09T15:49:47.048Z] 15:32:01 2 17.00 0.00 7.05 7.15 0.05 68.75 [2020-09-09T15:49:47.048Z] 15:32:01 3 13.10 0.00 6.88 9.86 0.03 70.13 [2020-09-09T15:49:47.048Z] 15:33:01 all 8.06 0.00 2.54 0.43 0.09 88.88 [2020-09-09T15:49:47.048Z] 15:33:01 0 7.76 0.00 3.03 0.83 0.08 88.29 [2020-09-09T15:49:47.048Z] 15:33:01 1 8.46 0.00 2.67 0.54 0.12 88.22 [2020-09-09T15:49:47.048Z] 15:33:01 2 8.09 0.00 2.28 0.18 0.10 89.34 [2020-09-09T15:49:47.048Z] 15:33:01 3 7.92 0.00 2.19 0.17 0.07 89.66 [2020-09-09T15:49:47.048Z] 15:34:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-09-09T15:49:47.048Z] 15:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:34:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2020-09-09T15:49:47.048Z] 15:35:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-09-09T15:49:47.048Z] 15:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:35:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2020-09-09T15:49:47.048Z] 15:35:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-09T15:49:47.048Z] 15:36:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-09-09T15:49:47.048Z] 15:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-09T15:49:47.048Z] 15:36:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:36:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z] 15:36:01 CPU %user %nice %system %iowait %steal %idle [2020-09-09T15:49:47.048Z] 15:37:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-09T15:49:47.048Z] 15:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-09T15:49:47.048Z] 15:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:37:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-09T15:49:47.048Z] 15:37:01 3 0.52 0.00 0.05 0.00 0.00 99.43 [2020-09-09T15:49:47.048Z] 15:38:01 all 0.09 0.00 0.04 0.00 0.00 99.86 [2020-09-09T15:49:47.048Z] 15:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:38:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2020-09-09T15:49:47.048Z] 15:38:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-09T15:49:47.048Z] 15:38:01 3 0.25 0.00 0.05 0.00 0.00 99.70 [2020-09-09T15:49:47.048Z] 15:39:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-09T15:49:47.048Z] 15:39:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:40:01 all 0.16 0.00 0.05 0.02 0.00 99.77 [2020-09-09T15:49:47.048Z] 15:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:40:01 1 0.05 0.00 0.10 0.07 0.00 99.78 [2020-09-09T15:49:47.048Z] 15:40:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2020-09-09T15:49:47.048Z] 15:40:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-09T15:49:47.048Z] 15:41:01 all 0.10 0.00 0.05 0.06 0.00 99.78 [2020-09-09T15:49:47.048Z] 15:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-09T15:49:47.048Z] 15:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:41:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2020-09-09T15:49:47.048Z] 15:41:01 3 0.35 0.00 0.12 0.25 0.00 99.28 [2020-09-09T15:49:47.048Z] 15:42:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2020-09-09T15:49:47.048Z] 15:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-09T15:49:47.048Z] 15:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T15:49:47.048Z] 15:42:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-09T15:49:47.048Z] 15:42:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-09T15:49:47.048Z] 15:43:01 all 1.18 0.00 0.88 0.01 0.01 97.93 [2020-09-09T15:49:47.048Z] 15:43:01 0 1.29 0.00 1.16 0.00 0.00 97.55 [2020-09-09T15:49:47.048Z] 15:43:01 1 0.94 0.00 0.72 0.02 0.02 98.31 [2020-09-09T15:49:47.048Z] 15:43:01 2 1.17 0.00 0.80 0.02 0.00 98.01 [2020-09-09T15:49:47.048Z] 15:43:01 3 1.31 0.00 0.85 0.00 0.02 97.82 [2020-09-09T15:49:47.048Z] 15:44:02 all 8.83 0.00 6.62 5.73 0.06 78.75 [2020-09-09T15:49:47.048Z] 15:44:02 0 8.58 0.00 6.49 5.95 0.05 78.92 [2020-09-09T15:49:47.048Z] 15:44:02 1 8.68 0.00 6.67 6.48 0.05 78.13 [2020-09-09T15:49:47.048Z] 15:44:02 2 8.68 0.00 6.70 2.79 0.08 81.75 [2020-09-09T15:49:47.048Z] 15:44:02 3 9.39 0.00 6.63 7.71 0.07 76.20 [2020-09-09T15:49:47.048Z] 15:45:01 all 2.97 0.00 3.18 0.45 0.01 93.38 [2020-09-09T15:49:47.048Z] 15:45:01 0 3.14 0.00 2.99 0.34 0.02 93.51 [2020-09-09T15:49:47.048Z] 15:45:01 1 3.23 0.00 3.57 0.43 0.02 92.76 [2020-09-09T15:49:47.048Z] 15:45:01 2 2.74 0.00 3.13 0.56 0.02 93.55 [2020-09-09T15:49:47.048Z] 15:45:01 3 2.79 0.00 3.02 0.48 0.00 93.71 [2020-09-09T15:49:47.048Z] 15:46:01 all 3.50 0.00 3.60 0.75 0.03 92.12 [2020-09-09T15:49:47.048Z] 15:46:01 0 3.74 0.00 3.92 0.57 0.03 91.74 [2020-09-09T15:49:47.048Z] 15:46:01 1 3.55 0.00 3.48 1.31 0.02 91.64 [2020-09-09T15:49:47.048Z] 15:46:01 2 3.58 0.00 3.68 0.72 0.02 92.00 [2020-09-09T15:49:47.048Z] 15:46:01 3 3.14 0.00 3.31 0.39 0.05 93.11 [2020-09-09T15:49:47.048Z] 15:47:01 all 3.56 0.00 3.84 0.54 0.01 92.05 [2020-09-09T15:49:47.048Z] 15:47:01 0 3.37 0.00 3.63 0.57 0.02 92.41 [2020-09-09T15:49:47.048Z] 15:47:01 1 3.53 0.00 3.97 0.72 0.02 91.77 [2020-09-09T15:49:47.048Z] 15:47:01 2 3.73 0.00 3.95 0.42 0.02 91.88 [2020-09-09T15:49:47.048Z] 15:47:01 3 3.59 0.00 3.82 0.44 0.00 92.15 [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z] 15:47:01 CPU %user %nice %system %iowait %steal %idle [2020-09-09T15:49:47.048Z] 15:48:01 all 3.07 0.00 3.13 0.49 0.03 93.28 [2020-09-09T15:49:47.048Z] 15:48:01 0 2.54 0.00 2.74 0.42 0.03 94.26 [2020-09-09T15:49:47.048Z] 15:48:01 1 3.32 0.00 3.17 0.34 0.02 93.15 [2020-09-09T15:49:47.048Z] 15:48:01 2 3.04 0.00 3.16 0.55 0.02 93.23 [2020-09-09T15:49:47.048Z] 15:48:01 3 3.40 0.00 3.45 0.66 0.03 92.46 [2020-09-09T15:49:47.048Z] 15:49:01 all 12.17 0.00 9.00 2.83 0.03 75.97 [2020-09-09T15:49:47.048Z] 15:49:01 0 12.08 0.00 11.53 0.70 0.03 75.65 [2020-09-09T15:49:47.048Z] 15:49:01 1 11.07 0.00 7.09 2.33 0.03 79.48 [2020-09-09T15:49:47.048Z] 15:49:01 2 14.36 0.00 9.06 4.44 0.03 72.10 [2020-09-09T15:49:47.048Z] 15:49:01 3 11.16 0.00 8.35 3.83 0.03 76.62 [2020-09-09T15:49:47.048Z] Average: all 9.46 0.00 5.44 4.54 0.03 80.52 [2020-09-09T15:49:47.048Z] Average: 0 10.02 0.00 5.66 4.39 0.03 79.89 [2020-09-09T15:49:47.048Z] Average: 1 9.10 0.00 5.35 4.52 0.03 81.00 [2020-09-09T15:49:47.048Z] Average: 2 9.51 0.00 5.47 4.50 0.04 80.48 [2020-09-09T15:49:47.048Z] Average: 3 9.22 0.00 5.27 4.77 0.03 80.70 [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z] [2020-09-09T15:49:47.048Z]