Push event to branch master 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1299 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/134 [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/134 # 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 > 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 Checking out Revision ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc (master) > 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 083cc9ce61554893757b0b9e726a37ececd6a144 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T17:12:07.641Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T17:12:07.842Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T17:12:07.915Z] ========================================================= [2020-09-03T17:12:07.915Z] EdgeX Global Pipelines Version Info [2020-09-03T17:12:07.915Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:12:09.325Z] ------------------- [2020-09-03T17:12:09.325Z] stable info: [2020-09-03T17:12:09.325Z] ------------------- [2020-09-03T17:12:09.325Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T17:12:09.325Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T17:12:09.325Z] Message: update stable to v1.0.117 [2020-09-03T17:12:10.267Z] ------------------- [2020-09-03T17:12:10.267Z] experimental info: [2020-09-03T17:12:10.267Z] ------------------- [2020-09-03T17:12:10.267Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T17:12:10.267Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T17:12:10.267Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-03T17:12:10.522Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-03T17:12:10.658Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-03T17:12:10.766Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-03T17:12:10.852Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-03T17:12:11.199Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-03T17:12:11.285Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-03T17:12:11.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-03T17:12:11.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-03T17:12:11.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-03T17:12:11.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-03T17:12:11.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-03T17:12:11.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T17:12:11.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-03T17:12:12.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-03T17:12:12.074Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T17:12:12.146Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T17:12:12.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-03T17:12:12.337Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-03T17:12:12.409Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-03T17:12:12.505Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-03T17:12:12.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-03T17:12:12.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-03T17:12:12.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-03T17:12:12.810Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-03T17:12:12.881Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] echo [2020-09-03T17:12:12.951Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae7f6d9 [Pipeline] echo [2020-09-03T17:12:13.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-03T17:12:13.557Z] ++ 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-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/core-command/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/core-data/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-03T17:12:13.557Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T17:12:13.557Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-03T17:12:13.557Z] ++ cut -d/ -f2 [2020-09-03T17:12:13.557Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-03T17:12:13.617Z] 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-03T17:12:14.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T17:12:14.605Z] [2020-09-03T17:12:14.605Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:12:14.945Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T17:12:14.945Z] latest: Pulling from edgex-devops/git-semver [2020-09-03T17:12:14.945Z] 31603596830f: Pulling fs layer [2020-09-03T17:12:14.945Z] 2a8b12db71e7: Pulling fs layer [2020-09-03T17:12:14.945Z] 6ca5941a6612: Pulling fs layer [2020-09-03T17:12:14.945Z] ecc8261a40a4: Pulling fs layer [2020-09-03T17:12:14.945Z] ecc8261a40a4: Waiting [2020-09-03T17:12:14.945Z] 2a8b12db71e7: Verifying Checksum [2020-09-03T17:12:14.945Z] 2a8b12db71e7: Download complete [2020-09-03T17:12:14.945Z] 31603596830f: Verifying Checksum [2020-09-03T17:12:14.945Z] 31603596830f: Download complete [2020-09-03T17:12:15.212Z] ecc8261a40a4: Verifying Checksum [2020-09-03T17:12:15.212Z] ecc8261a40a4: Download complete [2020-09-03T17:12:15.212Z] 6ca5941a6612: Verifying Checksum [2020-09-03T17:12:15.212Z] 6ca5941a6612: Download complete [2020-09-03T17:12:15.476Z] 31603596830f: Pull complete [2020-09-03T17:12:15.741Z] 2a8b12db71e7: Pull complete [2020-09-03T17:12:16.320Z] 6ca5941a6612: Pull complete [2020-09-03T17:12:16.584Z] ecc8261a40a4: Pull complete [2020-09-03T17:12:16.584Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-03T17:12:16.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T17:12:16.584Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-03T17:12:16.685Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:12:16.763Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:12:19.265Z] $ docker top 962f8006cb910df38ac78669ef2d5133d344d6598ddd5ea59681ca9563b56f72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T17:12:19.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T17:12:19.550Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T17:12:19.771Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T17:12:19.776Z] $ docker exec 962f8006cb910df38ac78669ef2d5133d344d6598ddd5ea59681ca9563b56f72 ssh-agent [2020-09-03T17:12:19.941Z] SSH_AUTH_SOCK=/tmp/ssh-av6QZcZ9RFC6/agent.11 [2020-09-03T17:12:19.941Z] SSH_AGENT_PID=16 [2020-09-03T17:12:19.958Z] Running ssh-add (command line suppressed) [2020-09-03T17:12:20.087Z] Identity added: /w/workspace/edgex-go/134@tmp/private_key_3308951911966640820.key (/w/workspace/edgex-go/134@tmp/private_key_3308951911966640820.key) [2020-09-03T17:12:20.141Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T17:12:20.470Z] + git describe --exact-match --tags HEAD [2020-09-03T17:12:20.470Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-03T17:12:20.497Z] $ docker exec --env ******** --env ******** 962f8006cb910df38ac78669ef2d5133d344d6598ddd5ea59681ca9563b56f72 ssh-agent -k [2020-09-03T17:12:20.612Z] unset SSH_AUTH_SOCK; [2020-09-03T17:12:20.612Z] unset SSH_AGENT_PID; [2020-09-03T17:12:20.612Z] echo Agent pid 16 killed; [2020-09-03T17:12:20.660Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-03T17:12:20.755Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-03T17:12:20.755Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-03T17:12:20.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T17:12:20.856Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T17:12:21.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T17:12:21.046Z] $ docker exec 962f8006cb910df38ac78669ef2d5133d344d6598ddd5ea59681ca9563b56f72 ssh-agent [2020-09-03T17:12:21.209Z] SSH_AUTH_SOCK=/tmp/ssh-jtyxiSIj4yYZ/agent.46 [2020-09-03T17:12:21.209Z] SSH_AGENT_PID=51 [2020-09-03T17:12:21.216Z] Running ssh-add (command line suppressed) [2020-09-03T17:12:21.335Z] Identity added: /w/workspace/edgex-go/134@tmp/private_key_3951393987359420594.key (/w/workspace/edgex-go/134@tmp/private_key_3951393987359420594.key) [2020-09-03T17:12:21.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T17:12:21.709Z] + git semver init [2020-09-03T17:12:21.709Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T17:12:21.709Z] # $GIT_DIR = /w/workspace/edgex-go/134/.git [2020-09-03T17:12:21.709Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/134 [2020-09-03T17:12:21.709Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T17:12:21.709Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T17:12:21.709Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T17:12:21.709Z] # $SEMVER_BRANCH = master [2020-09-03T17:12:21.709Z] # $SEMVER_TEMP = /tmp/semver-526810975 [2020-09-03T17:12:21.709Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-03T17:12:39.865Z] # '/tmp/semver-526810975' -> '/w/workspace/edgex-go/134/.semver' [2020-09-03T17:12:39.865Z] # -> Force: false [2020-09-03T17:12:39.865Z] # $SEMVER_DIR = /w/workspace/edgex-go/134/.semver [Pipeline] } [2020-09-03T17:12:39.879Z] $ docker exec --env ******** --env ******** 962f8006cb910df38ac78669ef2d5133d344d6598ddd5ea59681ca9563b56f72 ssh-agent -k [2020-09-03T17:12:40.059Z] unset SSH_AUTH_SOCK; [2020-09-03T17:12:40.059Z] unset SSH_AGENT_PID; [2020-09-03T17:12:40.060Z] echo Agent pid 51 killed; [2020-09-03T17:12:40.106Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T17:12:40.670Z] + git semver [Pipeline] } [2020-09-03T17:12:40.689Z] $ docker stop --time=1 962f8006cb910df38ac78669ef2d5133d344d6598ddd5ea59681ca9563b56f72 [2020-09-03T17:12:42.307Z] $ docker rm -f 962f8006cb910df38ac78669ef2d5133d344d6598ddd5ea59681ca9563b56f72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-03T17:12:56.187Z] Stashed 38 file(s) [Pipeline] echo [2020-09-03T17:12:56.190Z] [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-03T17:12:56.718Z] ========================================================= [2020-09-03T17:12:56.718Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-03T17:12:56.718Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:12:57.059Z] + 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-03T17:13:01.293Z] Sending build context to Docker daemon 323.2MB [2020-09-03T17:13:01.293Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T17:13:01.293Z] Step 2/7 : FROM ${BASE} [2020-09-03T17:13:01.293Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-03T17:13:01.293Z] df20fa9351a1: Pulling fs layer [2020-09-03T17:13:01.293Z] ed8968b2872e: Pulling fs layer [2020-09-03T17:13:01.293Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T17:13:01.293Z] 2dd03ba5bac4: Pulling fs layer [2020-09-03T17:13:01.293Z] 1e091d79d1de: Pulling fs layer [2020-09-03T17:13:01.293Z] 481702a1767f: Pulling fs layer [2020-09-03T17:13:01.293Z] f64a6f60c768: Pulling fs layer [2020-09-03T17:13:01.293Z] e78d2573fc39: Pulling fs layer [2020-09-03T17:13:01.293Z] e876d2f968b6: Pulling fs layer [2020-09-03T17:13:01.293Z] ce8a83651883: Pulling fs layer [2020-09-03T17:13:01.293Z] 07967f4d0e4b: Pulling fs layer [2020-09-03T17:13:01.293Z] 1e091d79d1de: Waiting [2020-09-03T17:13:01.293Z] 481702a1767f: Waiting [2020-09-03T17:13:01.293Z] f64a6f60c768: Waiting [2020-09-03T17:13:01.293Z] e78d2573fc39: Waiting [2020-09-03T17:13:01.293Z] e876d2f968b6: Waiting [2020-09-03T17:13:01.293Z] ce8a83651883: Waiting [2020-09-03T17:13:01.293Z] 07967f4d0e4b: Waiting [2020-09-03T17:13:01.293Z] 2dd03ba5bac4: Waiting [2020-09-03T17:13:01.293Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T17:13:01.293Z] a92cc7c5fd73: Download complete [2020-09-03T17:13:01.293Z] ed8968b2872e: Verifying Checksum [2020-09-03T17:13:01.293Z] ed8968b2872e: Download complete [2020-09-03T17:13:01.293Z] 1e091d79d1de: Verifying Checksum [2020-09-03T17:13:01.293Z] 1e091d79d1de: Download complete [2020-09-03T17:13:01.293Z] 481702a1767f: Verifying Checksum [2020-09-03T17:13:01.293Z] 481702a1767f: Download complete [2020-09-03T17:13:01.293Z] df20fa9351a1: Download complete [2020-09-03T17:13:01.569Z] df20fa9351a1: Pull complete [2020-09-03T17:13:01.846Z] f64a6f60c768: Verifying Checksum [2020-09-03T17:13:01.846Z] f64a6f60c768: Download complete [2020-09-03T17:13:01.846Z] e876d2f968b6: Download complete [2020-09-03T17:13:02.122Z] ed8968b2872e: Pull complete [2020-09-03T17:13:02.389Z] ce8a83651883: Verifying Checksum [2020-09-03T17:13:02.389Z] ce8a83651883: Download complete [2020-09-03T17:13:02.389Z] e78d2573fc39: Verifying Checksum [2020-09-03T17:13:02.389Z] e78d2573fc39: Download complete [2020-09-03T17:13:02.389Z] 2dd03ba5bac4: Verifying Checksum [2020-09-03T17:13:02.389Z] 2dd03ba5bac4: Download complete [2020-09-03T17:13:02.650Z] 07967f4d0e4b: Verifying Checksum [2020-09-03T17:13:02.650Z] 07967f4d0e4b: Download complete [2020-09-03T17:13:03.600Z] a92cc7c5fd73: Pull complete [2020-09-03T17:13:08.918Z] 2dd03ba5bac4: Pull complete [2020-09-03T17:13:09.179Z] 1e091d79d1de: Pull complete [2020-09-03T17:13:09.179Z] 481702a1767f: Pull complete [2020-09-03T17:13:11.524Z] Still waiting to schedule task [2020-09-03T17:13:11.524Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1300’ is offline [2020-09-03T17:13:15.795Z] f64a6f60c768: Pull complete [2020-09-03T17:13:19.142Z] e78d2573fc39: Pull complete [2020-09-03T17:13:19.142Z] e876d2f968b6: Pull complete [2020-09-03T17:13:20.126Z] ce8a83651883: Pull complete [2020-09-03T17:13:20.394Z] 07967f4d0e4b: Pull complete [2020-09-03T17:13:20.394Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-03T17:13:20.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-03T17:13:20.394Z] ---> 5d7c900382c6 [2020-09-03T17:13:20.394Z] 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-03T17:13:21.801Z] ---> Running in 0db82c79cb8a [2020-09-03T17:13:22.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:13:23.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:13:23.895Z] (1/12) Installing libmagic (5.38-r0) [2020-09-03T17:13:23.895Z] (2/12) Installing file (5.38-r0) [2020-09-03T17:13:24.156Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-03T17:13:24.156Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-03T17:13:27.463Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-03T17:13:27.463Z] (6/12) Installing patch (2.7.6-r6) [2020-09-03T17:13:27.463Z] (7/12) Installing build-base (0.5-r2) [2020-09-03T17:13:27.463Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-03T17:13:27.463Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-03T17:13:27.726Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-03T17:13:27.726Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-03T17:13:27.987Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-03T17:13:27.987Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:13:27.987Z] OK: 233 MiB in 51 packages [2020-09-03T17:13:32.216Z] Removing intermediate container 0db82c79cb8a [2020-09-03T17:13:32.216Z] ---> 3c11d0b79acb [2020-09-03T17:13:32.216Z] Step 4/7 : WORKDIR /edgex-go [2020-09-03T17:13:32.216Z] ---> Running in 2811dc865aa5 [2020-09-03T17:13:32.216Z] Removing intermediate container 2811dc865aa5 [2020-09-03T17:13:32.216Z] ---> 385f0934914f [2020-09-03T17:13:32.216Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-03T17:13:32.216Z] latest: Pulling from library/docker [2020-09-03T17:13:32.482Z] df20fa9351a1: Already exists [2020-09-03T17:13:32.482Z] 25ad7478873d: Pulling fs layer [2020-09-03T17:13:32.482Z] 4684f6177b5d: Pulling fs layer [2020-09-03T17:13:32.482Z] 46e300cec669: Pulling fs layer [2020-09-03T17:13:32.482Z] 63038576ad94: Pulling fs layer [2020-09-03T17:13:32.482Z] 0fdb76c4706c: Pulling fs layer [2020-09-03T17:13:32.482Z] cb7edeffdfd5: Pulling fs layer [2020-09-03T17:13:32.482Z] 63038576ad94: Waiting [2020-09-03T17:13:32.482Z] 0fdb76c4706c: Waiting [2020-09-03T17:13:32.482Z] cb7edeffdfd5: Waiting [2020-09-03T17:13:32.482Z] 4684f6177b5d: Verifying Checksum [2020-09-03T17:13:32.482Z] 4684f6177b5d: Download complete [2020-09-03T17:13:32.482Z] 25ad7478873d: Verifying Checksum [2020-09-03T17:13:32.482Z] 25ad7478873d: Download complete [2020-09-03T17:13:32.745Z] 63038576ad94: Verifying Checksum [2020-09-03T17:13:32.745Z] 63038576ad94: Download complete [2020-09-03T17:13:32.745Z] 0fdb76c4706c: Verifying Checksum [2020-09-03T17:13:32.745Z] 0fdb76c4706c: Download complete [2020-09-03T17:13:32.745Z] cb7edeffdfd5: Verifying Checksum [2020-09-03T17:13:32.745Z] cb7edeffdfd5: Download complete [2020-09-03T17:13:32.745Z] 25ad7478873d: Pull complete [2020-09-03T17:13:33.010Z] 4684f6177b5d: Pull complete [2020-09-03T17:13:33.279Z] 46e300cec669: Verifying Checksum [2020-09-03T17:13:33.279Z] 46e300cec669: Download complete [2020-09-03T17:13:35.835Z] 46e300cec669: Pull complete [2020-09-03T17:13:35.835Z] 63038576ad94: Pull complete [2020-09-03T17:13:35.835Z] 0fdb76c4706c: Pull complete [2020-09-03T17:13:35.835Z] cb7edeffdfd5: Pull complete [2020-09-03T17:13:35.835Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-03T17:13:35.835Z] Status: Downloaded newer image for docker:latest [2020-09-03T17:13:37.765Z] ---> ea027cefa57b [2020-09-03T17:13:37.765Z] Step 6/7 : COPY go.mod . [2020-09-03T17:13:37.765Z] ---> 4ebb556d484b [2020-09-03T17:13:37.765Z] Step 7/7 : RUN go mod download [2020-09-03T17:13:38.037Z] ---> Running in 8167f1710adb [2020-09-03T17:13:40.589Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-03T17:13:40.589Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T17:13:40.589Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-03T17:13:40.589Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T17:13:40.589Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-03T17:13:40.589Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T17:13:40.589Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T17:13:40.589Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T17:13:40.589Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-03T17:13:40.589Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T17:13:40.589Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-03T17:13:40.589Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T17:13:40.589Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-03T17:13:40.589Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-03T17:13:40.589Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-03T17:13:40.589Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-03T17:13:40.589Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-03T17:13:40.589Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-03T17:13:40.589Z] go: finding github.com/fatih/color v1.7.0 [2020-09-03T17:13:40.589Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-03T17:13:40.589Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T17:13:40.850Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-03T17:13:40.850Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T17:13:40.850Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T17:13:40.850Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T17:13:40.850Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T17:13:40.850Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T17:13:40.850Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T17:13:40.850Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-03T17:13:40.850Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T17:13:40.850Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T17:13:40.850Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-03T17:13:41.111Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T17:13:41.111Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T17:13:41.111Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T17:13:41.111Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-03T17:13:41.372Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-03T17:13:41.372Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-03T17:13:41.372Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-03T17:13:41.372Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T17:13:41.633Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-03T17:13:41.633Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T17:13:41.633Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T17:13:41.633Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T17:13:41.633Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-03T17:13:41.633Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-03T17:13:41.633Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-03T17:13:41.633Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T17:13:41.633Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T17:13:41.633Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T17:13:41.633Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-03T17:13:41.633Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T17:13:41.894Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T17:13:41.894Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T17:13:41.894Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-03T17:13:41.894Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-03T17:13:41.894Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-03T17:13:41.894Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-03T17:13:41.894Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-03T17:13:41.894Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-03T17:13:41.894Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-03T17:13:41.894Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T17:13:41.894Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T17:13:42.154Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T17:13:42.154Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-03T17:13:42.154Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-03T17:13:42.154Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T17:13:42.154Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T17:13:42.154Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T17:13:42.154Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-03T17:13:42.154Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T17:13:42.154Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-03T17:13:42.154Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-03T17:13:42.154Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-03T17:13:42.154Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-03T17:13:42.427Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T17:13:42.427Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T17:13:42.427Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T17:13:42.427Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-03T17:13:42.427Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-03T17:13:42.427Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-03T17:13:42.427Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T17:14:00.600Z] Removing intermediate container 8167f1710adb [2020-09-03T17:14:00.600Z] ---> 69e9ef6e6ed8 [2020-09-03T17:14:00.600Z] Successfully built 69e9ef6e6ed8 [2020-09-03T17:14:00.600Z] 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-03T17:14:03.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T17:14:03.180Z] [2020-09-03T17:14:03.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:14:03.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T17:14:03.531Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-03T17:14:03.531Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-03T17:14:03.531Z] ca9280d653b3: Pulling fs layer [2020-09-03T17:14:03.531Z] 7e9c9ca2126c: Pulling fs layer [2020-09-03T17:14:03.531Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-03T17:14:03.531Z] cbdbe7a5bc2a: Download complete [2020-09-03T17:14:03.796Z] ca9280d653b3: Verifying Checksum [2020-09-03T17:14:03.796Z] ca9280d653b3: Download complete [2020-09-03T17:14:04.059Z] cbdbe7a5bc2a: Pull complete [2020-09-03T17:14:04.637Z] 7e9c9ca2126c: Download complete [2020-09-03T17:14:04.900Z] ca9280d653b3: Pull complete [2020-09-03T17:14:11.526Z] 7e9c9ca2126c: Pull complete [2020-09-03T17:14:11.526Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-03T17:14:11.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T17:14:11.526Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-03T17:14:11.696Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:14:11.742Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:14:14.808Z] $ docker top 2412af0a8fe52afaf56a2ea2140977911dc671221aa92643e623f7356ae247c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T17:14:15.293Z] + docker-compose build --help [2020-09-03T17:14:15.293Z] + grep parallel [2020-09-03T17:14:16.236Z] --parallel Build images in parallel. [Pipeline] } [2020-09-03T17:14:16.250Z] $ docker stop --time=1 2412af0a8fe52afaf56a2ea2140977911dc671221aa92643e623f7356ae247c2 [2020-09-03T17:14:17.626Z] $ docker rm -f 2412af0a8fe52afaf56a2ea2140977911dc671221aa92643e623f7356ae247c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:14:18.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T17:14:18.324Z] . [Pipeline] withDockerContainer [2020-09-03T17:14:18.421Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:14:18.470Z] $ 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/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:14:19.153Z] $ docker top 3f435eff63287b67b3dc6938e5bacc0508361fb0abc665f6d4d977c94e8abc6f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T17:14:19.649Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-03T17:14:20.594Z] Building docker-core-command-go ... [2020-09-03T17:14:20.594Z] Building docker-core-data-go ... [2020-09-03T17:14:20.594Z] Building docker-core-metadata-go ... [2020-09-03T17:14:20.594Z] Building docker-security-proxy-setup-go ... [2020-09-03T17:14:20.594Z] Building docker-security-secrets-setup-go ... [2020-09-03T17:14:20.594Z] Building docker-security-secretstore-setup-go ... [2020-09-03T17:14:20.594Z] Building docker-support-logging-go ... [2020-09-03T17:14:20.594Z] Building docker-support-notifications-go ... [2020-09-03T17:14:20.594Z] Building docker-support-scheduler-go ... [2020-09-03T17:14:20.594Z] Building docker-sys-mgmt-agent-go ... [2020-09-03T17:14:20.594Z] Building docker-support-notifications-go [2020-09-03T17:14:20.594Z] Building docker-sys-mgmt-agent-go [2020-09-03T17:14:20.594Z] Building docker-core-data-go [2020-09-03T17:14:20.594Z] Building docker-support-scheduler-go [2020-09-03T17:14:20.594Z] Building docker-security-secretstore-setup-go [2020-09-03T17:14:42.662Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:14:42.662Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:14:42.662Z] ---> 69e9ef6e6ed8 [2020-09-03T17:14:42.662Z] Step 3/27 : WORKDIR /edgex-go [2020-09-03T17:14:42.662Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:14:42.662Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:14:42.662Z] ---> 69e9ef6e6ed8 [2020-09-03T17:14:42.662Z] Step 3/23 : WORKDIR /edgex-go [2020-09-03T17:14:42.662Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:14:42.662Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:14:42.662Z] ---> 69e9ef6e6ed8 [2020-09-03T17:14:42.662Z] Step 3/24 : WORKDIR /edgex-go [2020-09-03T17:14:42.662Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:14:42.662Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:14:42.662Z] ---> 69e9ef6e6ed8 [2020-09-03T17:14:42.662Z] Step 3/21 : WORKDIR /edgex-go [2020-09-03T17:14:42.662Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:14:42.662Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:14:42.662Z] ---> 69e9ef6e6ed8 [2020-09-03T17:14:42.662Z] Step 3/26 : WORKDIR /edgex-go [2020-09-03T17:14:42.662Z] ---> Running in f9b3862773b0 [2020-09-03T17:14:42.662Z] ---> Running in f258fe9a5e79 [2020-09-03T17:14:42.662Z] ---> Running in f577e6eacea3 [2020-09-03T17:14:42.662Z] ---> Running in 40ef4cbe3487 [2020-09-03T17:14:42.662Z] ---> Running in 5b4ec0f34e27 [2020-09-03T17:14:42.662Z] Removing intermediate container 5b4ec0f34e27 [2020-09-03T17:14:42.662Z] ---> c7b8bd57162f [2020-09-03T17:14:42.662Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:14:42.662Z] Removing intermediate container f577e6eacea3 [2020-09-03T17:14:42.662Z] ---> aa3d1985e92b [2020-09-03T17:14:42.662Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:14:42.662Z] Removing intermediate container 40ef4cbe3487 [2020-09-03T17:14:42.662Z] ---> 882bb7c89eec [2020-09-03T17:14:42.662Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:14:42.662Z] Removing intermediate container f258fe9a5e79 [2020-09-03T17:14:42.662Z] ---> b723bf61cb5d [2020-09-03T17:14:42.662Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:14:42.662Z] Removing intermediate container f9b3862773b0 [2020-09-03T17:14:42.662Z] ---> 9fc2d1aa001b [2020-09-03T17:14:42.662Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:14:42.662Z] ---> Running in da361d377617 [2020-09-03T17:14:42.662Z] ---> Running in 69413da9de0c [2020-09-03T17:14:42.662Z] ---> Running in c5e9fcf1aab9 [2020-09-03T17:14:42.662Z] ---> Running in e6f15d3c839e [2020-09-03T17:14:42.662Z] ---> Running in 03d08634f6fd [2020-09-03T17:14:43.618Z] Removing intermediate container c5e9fcf1aab9 [2020-09-03T17:14:43.618Z] ---> 5d28735b17a9 [2020-09-03T17:14:43.618Z] Step 5/26 : RUN apk update && apk add make git [2020-09-03T17:14:43.880Z] ---> Running in e16336d0f567 [2020-09-03T17:14:43.880Z] Removing intermediate container 69413da9de0c [2020-09-03T17:14:43.880Z] ---> f89f972196e4 [2020-09-03T17:14:43.880Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-03T17:14:44.141Z] ---> Running in 72859813edd3 [2020-09-03T17:14:44.402Z] Removing intermediate container da361d377617 [2020-09-03T17:14:44.402Z] ---> 217aeabc1676 [2020-09-03T17:14:44.402Z] Step 5/21 : RUN apk update && apk add make git [2020-09-03T17:14:44.664Z] ---> Running in 8e48deff9585 [2020-09-03T17:14:44.664Z] Removing intermediate container e6f15d3c839e [2020-09-03T17:14:44.664Z] ---> 59031ea1486f [2020-09-03T17:14:44.664Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-03T17:14:44.926Z] ---> Running in c4b0e1d4615e [2020-09-03T17:14:44.926Z] Removing intermediate container 03d08634f6fd [2020-09-03T17:14:44.926Z] ---> f16e9f7fe0bc [2020-09-03T17:14:44.926Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-03T17:14:45.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:45.191Z] ---> Running in 4074d3f1945f [2020-09-03T17:14:45.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:45.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:45.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:45.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:45.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:45.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:45.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:46.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:46.525Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:14:46.525Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:14:46.525Z] OK: 12746 distinct packages available [2020-09-03T17:14:46.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:14:46.525Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:14:46.525Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:14:46.525Z] OK: 12746 distinct packages available [2020-09-03T17:14:46.525Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:14:46.525Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:14:46.525Z] OK: 12746 distinct packages available [2020-09-03T17:14:46.525Z] OK: 233 MiB in 51 packages [2020-09-03T17:14:46.799Z] OK: 233 MiB in 51 packages [2020-09-03T17:14:46.799Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:14:46.799Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:14:46.799Z] OK: 12746 distinct packages available [2020-09-03T17:14:46.799Z] OK: 233 MiB in 51 packages [2020-09-03T17:14:47.072Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:14:47.072Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:14:47.072Z] OK: 12746 distinct packages available [2020-09-03T17:14:47.333Z] OK: 233 MiB in 51 packages [2020-09-03T17:14:47.600Z] OK: 233 MiB in 51 packages [2020-09-03T17:14:48.554Z] Removing intermediate container e16336d0f567 [2020-09-03T17:14:48.554Z] ---> 30a3c07d9c00 [2020-09-03T17:14:48.554Z] Step 6/26 : COPY go.mod . [2020-09-03T17:14:48.554Z] Removing intermediate container 72859813edd3 [2020-09-03T17:14:48.554Z] ---> 6b8a1acb52c8 [2020-09-03T17:14:48.554Z] Step 6/24 : COPY go.mod . [2020-09-03T17:14:48.819Z] Removing intermediate container c4b0e1d4615e [2020-09-03T17:14:48.819Z] ---> 2a6f70006d67 [2020-09-03T17:14:48.819Z] Step 6/27 : COPY go.mod . [2020-09-03T17:14:48.819Z] Removing intermediate container 4074d3f1945f [2020-09-03T17:14:48.819Z] ---> 2eb99218ee3f [2020-09-03T17:14:48.819Z] Step 6/23 : COPY go.mod . [2020-09-03T17:14:48.819Z] ---> dba7f9813244 [2020-09-03T17:14:48.819Z] Step 7/26 : RUN go mod download [2020-09-03T17:14:49.081Z] Removing intermediate container 8e48deff9585 [2020-09-03T17:14:49.081Z] ---> 85174de66f15 [2020-09-03T17:14:49.081Z] Step 6/21 : COPY go.mod . [2020-09-03T17:14:49.081Z] ---> 74631d432752 [2020-09-03T17:14:49.081Z] Step 7/24 : RUN go mod download [2020-09-03T17:14:49.081Z] ---> Running in d4b1d9de9dda [2020-09-03T17:14:49.081Z] ---> 440f531c315a [2020-09-03T17:14:49.081Z] Step 7/27 : RUN go mod download [2020-09-03T17:14:49.342Z] ---> Running in c477f55b3741 [2020-09-03T17:14:49.617Z] ---> Running in 2d1fef3b25fc [2020-09-03T17:14:49.617Z] ---> d1acaf3ca7d8 [2020-09-03T17:14:49.617Z] Step 7/23 : RUN go mod download [2020-09-03T17:14:49.617Z] ---> a6ef507f1df7 [2020-09-03T17:14:49.617Z] Step 7/21 : RUN go mod download [2020-09-03T17:14:49.617Z] ---> Running in 67642906a4ce [2020-09-03T17:14:49.893Z] ---> Running in 6acae4ac3820 [2020-09-03T17:14:52.026Z] Removing intermediate container 6acae4ac3820 [2020-09-03T17:14:52.026Z] ---> 273312ea183e [2020-09-03T17:14:52.026Z] Step 8/21 : COPY . . [2020-09-03T17:14:52.026Z] Removing intermediate container d4b1d9de9dda [2020-09-03T17:14:52.026Z] ---> 377539481bad [2020-09-03T17:14:52.026Z] Step 8/26 : COPY . . [2020-09-03T17:14:52.289Z] Removing intermediate container 2d1fef3b25fc [2020-09-03T17:14:52.289Z] ---> d65057ce97e6 [2020-09-03T17:14:52.289Z] Step 8/27 : COPY . . [2020-09-03T17:14:53.694Z] Removing intermediate container c477f55b3741 [2020-09-03T17:14:53.694Z] ---> 766d72979c01 [2020-09-03T17:14:53.694Z] Step 8/24 : COPY . . [2020-09-03T17:14:53.962Z] Removing intermediate container 67642906a4ce [2020-09-03T17:14:53.962Z] ---> 0b91edbc777e [2020-09-03T17:14:53.962Z] Step 8/23 : COPY . . [2020-09-03T17:15:20.644Z] ---> 66f4c1846506 [2020-09-03T17:15:20.644Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-03T17:15:20.644Z] ---> 3f51dc3df5c4 [2020-09-03T17:15:20.644Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-03T17:15:20.644Z] ---> 71c69f9fe7f2 [2020-09-03T17:15:20.644Z] 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-03T17:15:20.644Z] ---> Running in d59bf2b03d97 [2020-09-03T17:15:20.644Z] ---> Running in 9bc8cfd052f8 [2020-09-03T17:15:20.644Z] ---> Running in cb61594f4aa1 [2020-09-03T17:15:20.644Z] ---> 12e53dc97865 [2020-09-03T17:15:20.644Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-03T17:15:20.644Z] ---> 76d620892a7c [2020-09-03T17:15:20.644Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-03T17:15:20.644Z] ---> Running in a598a5429ec3 [2020-09-03T17:15:20.644Z] ---> Running in 7a1d8b960e02 [2020-09-03T17:15:20.644Z] 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-03T17:15:20.644Z] 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-03T17:15:20.644Z] 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-03T17:15:20.644Z] 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-03T17:15:20.644Z] 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-03T17:15:47.330Z] 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-03T17:15:54.899Z] 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-03T17:15:55.165Z] Removing intermediate container 9bc8cfd052f8 [2020-09-03T17:15:55.165Z] ---> e4bf19d6c6e6 [2020-09-03T17:15:55.165Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-03T17:15:55.429Z] ---> Running in 402cb53eeda3 [2020-09-03T17:15:56.399Z] 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-03T17:16:01.715Z] Removing intermediate container d59bf2b03d97 [2020-09-03T17:16:01.715Z] ---> 550286af5f7d [2020-09-03T17:16:01.715Z] [2020-09-03T17:16:01.715Z] Step 10/21 : FROM scratch [2020-09-03T17:16:01.715Z] ---> [2020-09-03T17:16:01.715Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:16:01.715Z] Removing intermediate container a598a5429ec3 [2020-09-03T17:16:01.715Z] ---> 4c6e7eb22330 [2020-09-03T17:16:01.715Z] [2020-09-03T17:16:01.715Z] Step 10/24 : FROM scratch [2020-09-03T17:16:01.715Z] ---> [2020-09-03T17:16:01.715Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T17:16:02.291Z] ---> Running in 0486970ac159 [2020-09-03T17:16:02.291Z] Removing intermediate container 402cb53eeda3 [2020-09-03T17:16:02.291Z] ---> d30ebee7d952 [2020-09-03T17:16:02.291Z] [2020-09-03T17:16:02.291Z] Step 11/27 : FROM docker:latest [2020-09-03T17:16:02.291Z] ---> 81f5749c9058 [2020-09-03T17:16:02.291Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-03T17:16:02.291Z] ---> Running in 2afc00ed0c90 [2020-09-03T17:16:02.291Z] Removing intermediate container cb61594f4aa1 [2020-09-03T17:16:02.291Z] ---> ba5eeb32da1e [2020-09-03T17:16:02.291Z] [2020-09-03T17:16:02.291Z] Step 10/26 : FROM alpine:3.10 [2020-09-03T17:16:02.553Z] ---> Running in 410c0dc50afe [2020-09-03T17:16:02.553Z] Removing intermediate container 0486970ac159 [2020-09-03T17:16:02.553Z] ---> f27b4fbe1820 [2020-09-03T17:16:02.553Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-03T17:16:02.553Z] Removing intermediate container 2afc00ed0c90 [2020-09-03T17:16:02.553Z] ---> f83d6c8ffdf4 [2020-09-03T17:16:02.553Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-03T17:16:02.815Z] 3.10: Pulling from library/alpine [2020-09-03T17:16:04.209Z] ---> Running in 093155f279fb [2020-09-03T17:16:04.209Z] ---> Running in f9fe35fa483c [2020-09-03T17:16:04.209Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-03T17:16:04.209Z] Status: Downloaded newer image for alpine:3.10 [2020-09-03T17:16:04.209Z] ---> be4e4bea2c2e [2020-09-03T17:16:04.209Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-03T17:16:04.209Z] ---> Running in aa9b822cacd6 [2020-09-03T17:16:04.470Z] Removing intermediate container f9fe35fa483c [2020-09-03T17:16:04.470Z] ---> bc43dd9784ef [2020-09-03T17:16:04.470Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-03T17:16:04.470Z] Removing intermediate container 093155f279fb [2020-09-03T17:16:04.470Z] ---> fa6d47a7601b [2020-09-03T17:16:04.470Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-03T17:16:04.470Z] ---> Running in c82c97e1ebd6 [2020-09-03T17:16:04.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:04.733Z] ---> Running in 098ed2929de0 [2020-09-03T17:16:04.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:05.005Z] Removing intermediate container c82c97e1ebd6 [2020-09-03T17:16:05.005Z] ---> 55e837e4b03b [2020-09-03T17:16:05.005Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-03T17:16:05.005Z] (1/2) Installing readline (8.0.4-r0) [2020-09-03T17:16:05.005Z] (2/2) Installing bash (5.0.17-r0) [2020-09-03T17:16:05.005Z] Executing bash-5.0.17-r0.post-install [2020-09-03T17:16:05.005Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:16:05.005Z] Removing intermediate container 098ed2929de0 [2020-09-03T17:16:05.005Z] ---> f045f7dda1e1 [2020-09-03T17:16:05.005Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-03T17:16:05.005Z] OK: 12 MiB in 22 packages [2020-09-03T17:16:05.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:05.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:05.541Z] ---> 1e6aa426c49c [2020-09-03T17:16:05.541Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-03T17:16:05.541Z] v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-03T17:16:05.541Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-03T17:16:05.541Z] OK: 10346 distinct packages available [2020-09-03T17:16:05.541Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-03T17:16:05.802Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-03T17:16:05.802Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-03T17:16:05.802Z] (4/5) Installing curl (7.66.0-r0) [2020-09-03T17:16:05.802Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-03T17:16:05.802Z] Executing busybox-1.30.1-r3.trigger [2020-09-03T17:16:05.802Z] Executing ca-certificates-20191127-r2.trigger [2020-09-03T17:16:05.802Z] OK: 7 MiB in 19 packages [2020-09-03T17:16:07.729Z] ---> 1f6e203fe2d1 [2020-09-03T17:16:07.729Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-03T17:16:09.116Z] ---> 6efb37c23696 [2020-09-03T17:16:09.116Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-03T17:16:09.116Z] ---> c7c0a61acf6c [2020-09-03T17:16:09.116Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-03T17:16:10.060Z] Removing intermediate container 410c0dc50afe [2020-09-03T17:16:10.060Z] ---> 6a8979f46191 [2020-09-03T17:16:10.060Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-03T17:16:10.631Z] Removing intermediate container 7a1d8b960e02 [2020-09-03T17:16:10.631Z] ---> fb1f4c52bbec [2020-09-03T17:16:10.631Z] [2020-09-03T17:16:10.631Z] Step 10/23 : FROM alpine [2020-09-03T17:16:10.631Z] latest: Pulling from library/alpine [2020-09-03T17:16:10.894Z] ---> Running in da1ba871fd4d [2020-09-03T17:16:10.894Z] ---> d538bc13d948 [2020-09-03T17:16:10.894Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-03T17:16:10.894Z] Removing intermediate container aa9b822cacd6 [2020-09-03T17:16:10.894Z] ---> 9b079122904d [2020-09-03T17:16:10.894Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T17:16:10.894Z] ---> 32597945ad5a [2020-09-03T17:16:10.894Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-03T17:16:10.894Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T17:16:11.157Z] Status: Downloaded newer image for alpine:latest [2020-09-03T17:16:11.157Z] ---> a24bb4013296 [2020-09-03T17:16:11.157Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:16:11.157Z] ---> Running in 4e24fa510617 [2020-09-03T17:16:11.157Z] ---> Running in 1e6c89e9aaaa [2020-09-03T17:16:11.424Z] ---> Running in c27145d06a7f [2020-09-03T17:16:11.424Z] ---> 13874e11565d [2020-09-03T17:16:11.424Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-03T17:16:11.424Z] Removing intermediate container 4e24fa510617 [2020-09-03T17:16:11.424Z] ---> 6a2d43aa980e [2020-09-03T17:16:11.424Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:16:11.424Z] Removing intermediate container 1e6c89e9aaaa [2020-09-03T17:16:11.424Z] ---> 6d3ccf69eb73 [2020-09-03T17:16:11.424Z] Step 13/26 : WORKDIR / [2020-09-03T17:16:11.996Z] ---> Running in 8abebb049e03 [2020-09-03T17:16:11.996Z] ---> Running in 88c136e0da79 [2020-09-03T17:16:11.996Z] Removing intermediate container c27145d06a7f [2020-09-03T17:16:11.996Z] ---> 17823e9d0c88 [2020-09-03T17:16:11.996Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-03T17:16:11.996Z] ---> 5e9e272f0223 [2020-09-03T17:16:11.996Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-03T17:16:11.996Z] ---> Running in 07e4c6dc24d6 [2020-09-03T17:16:12.246Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1302 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [2020-09-03T17:16:12.258Z] Removing intermediate container 8abebb049e03 [2020-09-03T17:16:12.258Z] ---> bc3fe07f1f8c [2020-09-03T17:16:12.258Z] Step 19/21 : LABEL arch=x86_64 [2020-09-03T17:16:12.258Z] Removing intermediate container 88c136e0da79 [2020-09-03T17:16:12.258Z] ---> 0f684707751b [2020-09-03T17:16:12.258Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] ws [2020-09-03T17:16:12.319Z] Running in /w/workspace/edgex-go/134 [Pipeline] { [Pipeline] checkout [2020-09-03T17:16:12.520Z] ---> Running in e23b20ffbc65 [2020-09-03T17:16:13.295Z] Removing intermediate container 07e4c6dc24d6 [2020-09-03T17:16:13.295Z] ---> f89cd0a4943d [2020-09-03T17:16:13.295Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-03T17:16:13.295Z] ---> d16465e895b9 [2020-09-03T17:16:13.295Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-03T17:16:13.561Z] ---> Running in 837f561cad87 [2020-09-03T17:16:13.561Z] ---> Running in 5e92474709ab [2020-09-03T17:16:13.561Z] Removing intermediate container da1ba871fd4d [2020-09-03T17:16:13.561Z] ---> ce6d57db78fd [2020-09-03T17:16:13.561Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-03T17:16:13.561Z] ---> 1bda9f8e866c [2020-09-03T17:16:13.561Z] 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-03T17:16:13.561Z] Removing intermediate container e23b20ffbc65 [2020-09-03T17:16:13.561Z] ---> 2ae8a744c96a [2020-09-03T17:16:13.561Z] Step 20/21 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:16:13.826Z] ---> Running in fce3d556e6af [2020-09-03T17:16:13.826Z] ---> Running in 075e4edb315a [2020-09-03T17:16:13.826Z] Removing intermediate container 837f561cad87 [2020-09-03T17:16:13.826Z] ---> b55f026aa6cd [2020-09-03T17:16:13.826Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:16:13.826Z] Removing intermediate container 5e92474709ab [2020-09-03T17:16:13.826Z] ---> 8b22576ab9b4 [2020-09-03T17:16:13.826Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:16:14.088Z] ---> Running in 1fc582fb080f [2020-09-03T17:16:14.088Z] Removing intermediate container fce3d556e6af [2020-09-03T17:16:14.088Z] ---> 3b06a819d166 [2020-09-03T17:16:14.088Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-03T17:16:14.088Z] ---> Running in 6649daa726a7 [2020-09-03T17:16:14.360Z] ---> aeff62176353 [2020-09-03T17:16:14.360Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-03T17:16:14.360Z] Removing intermediate container 075e4edb315a [2020-09-03T17:16:14.360Z] ---> 6614bba1e3e5 [2020-09-03T17:16:14.360Z] Step 21/21 : LABEL version=1.2.2-dev.21 [2020-09-03T17:16:14.360Z] ---> Running in c306e381e5a5 [2020-09-03T17:16:14.626Z] ---> Running in 39b874f2e1c5 [2020-09-03T17:16:14.626Z] Removing intermediate container 6649daa726a7 [2020-09-03T17:16:14.626Z] ---> b511054c59c6 [2020-09-03T17:16:14.626Z] Step 22/24 : LABEL arch=x86_64 [2020-09-03T17:16:14.626Z] ---> d2514733f7b2 [2020-09-03T17:16:14.626Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-03T17:16:14.902Z] Removing intermediate container c306e381e5a5 [2020-09-03T17:16:14.902Z] ---> 5a1e4c8b24af [2020-09-03T17:16:14.902Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-03T17:16:14.902Z] ---> Running in 3bbc25260df3 [2020-09-03T17:16:14.902Z] ---> Running in be19bdbad082 [2020-09-03T17:16:14.902Z] Removing intermediate container 39b874f2e1c5 [2020-09-03T17:16:14.902Z] ---> cda1fb21396e [2020-09-03T17:16:14.902Z] [2020-09-03T17:16:15.168Z] Successfully built cda1fb21396e [2020-09-03T17:16:15.429Z] ---> ca86b2ef5b91 [2020-09-03T17:16:15.429Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-03T17:16:15.429Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-03T17:16:15.429Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-09-03T17:16:15.694Z] Removing intermediate container 3bbc25260df3 [2020-09-03T17:16:15.694Z] ---> b7322e650051 [2020-09-03T17:16:15.694Z] Step 23/24 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:16:15.694Z] Removing intermediate container be19bdbad082 [2020-09-03T17:16:15.694Z] ---> e8f9e2f5904a [2020-09-03T17:16:15.694Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-03T17:16:15.963Z] ---> Running in 874763cb51c5 [2020-09-03T17:16:16.225Z] Removing intermediate container 1fc582fb080f [2020-09-03T17:16:16.225Z] ---> 279945dddbd1 [2020-09-03T17:16:16.225Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-03T17:16:16.225Z] ---> bb238a20840d [2020-09-03T17:16:16.225Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-03T17:16:16.490Z] ---> Running in 4b6e99b37329 [2020-09-03T17:16:16.490Z] Removing intermediate container 874763cb51c5 [2020-09-03T17:16:16.490Z] ---> 0b514da418d2 [2020-09-03T17:16:16.490Z] Step 24/24 : LABEL version=1.2.2-dev.21 [2020-09-03T17:16:16.752Z] ---> af17fe00f23f [2020-09-03T17:16:16.752Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-03T17:16:17.327Z] ---> Running in 9bf769b4796c [2020-09-03T17:16:17.648Z] using credential edgex-jenkins-ssh [2020-09-03T17:16:17.716Z] Cloning the remote Git repository [2020-09-03T17:16:17.716Z] Cloning with configured refspecs honoured and without tags [2020-09-03T17:16:17.798Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-03T17:16:17.904Z] > git init /w/workspace/edgex-go/134 # timeout=10 [2020-09-03T17:16:17.971Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-03T17:16:17.972Z] > git --version # timeout=10 [2020-09-03T17:16:17.990Z] > git --version # 'git version 2.17.1' [2020-09-03T17:16:17.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T17:16:18.723Z] ---> e1ab6f8a1822 [2020-09-03T17:16:18.723Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-03T17:16:18.723Z] ---> 030485d4b018 [2020-09-03T17:16:18.723Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-03T17:16:18.723Z] Removing intermediate container 9bf769b4796c [2020-09-03T17:16:18.723Z] ---> 8fede1aac6cb [2020-09-03T17:16:18.723Z] [2020-09-03T17:16:18.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:18.723Z] Successfully built 8fede1aac6cb [2020-09-03T17:16:18.723Z] Successfully tagged docker-support-notifications-go:latest [2020-09-03T17:16:18.723Z] Building docker-core-metadata-go [2020-09-03T17:16:18.041Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T17:16:19.301Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:19.889Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-03T17:16:20.153Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-03T17:16:20.153Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-03T17:16:20.423Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-03T17:16:20.999Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-03T17:16:20.999Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:16:20.999Z] OK: 8 MiB in 19 packages [2020-09-03T17:16:21.962Z] ---> fbe17077bee6 [2020-09-03T17:16:21.962Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-03T17:16:26.207Z] ---> Running in d9b275cd090b [2020-09-03T17:16:26.207Z] ---> 6b8c7de62dfb [2020-09-03T17:16:26.207Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T17:16:28.798Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:16:28.798Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:16:28.798Z] ---> 69e9ef6e6ed8 [2020-09-03T17:16:28.798Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T17:16:28.798Z] ---> Using cache [2020-09-03T17:16:28.798Z] ---> 9fc2d1aa001b [2020-09-03T17:16:28.798Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:16:28.798Z] ---> Using cache [2020-09-03T17:16:28.798Z] ---> f16e9f7fe0bc [2020-09-03T17:16:28.798Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T17:16:29.761Z] ---> Running in ecd02b58f8db [2020-09-03T17:16:30.345Z] ---> 1ee143ef93fe [2020-09-03T17:16:30.345Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T17:16:30.621Z] Removing intermediate container 4b6e99b37329 [2020-09-03T17:16:30.621Z] ---> 39b7542d632a [2020-09-03T17:16:30.621Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-03T17:16:30.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:30.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:30.621Z] ---> Running in cce94bdedb6f [2020-09-03T17:16:30.895Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:16:30.895Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:16:30.895Z] ---> 69e9ef6e6ed8 [2020-09-03T17:16:30.895Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T17:16:30.895Z] ---> Using cache [2020-09-03T17:16:30.895Z] ---> 9fc2d1aa001b [2020-09-03T17:16:30.895Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:16:30.895Z] ---> Using cache [2020-09-03T17:16:30.895Z] ---> f16e9f7fe0bc [2020-09-03T17:16:30.895Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T17:16:30.895Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-03T17:16:30.895Z] (2/33) Installing expat (2.2.9-r1) [2020-09-03T17:16:30.895Z] (3/33) Installing libffi (3.3-r2) [2020-09-03T17:16:30.895Z] (4/33) Installing gdbm (1.13-r1) [2020-09-03T17:16:31.160Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-03T17:16:31.160Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-03T17:16:31.160Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-03T17:16:32.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:32.860Z] Fetching without tags [2020-09-03T17:16:33.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:32.812Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-03T17:16:32.832Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T17:16:32.856Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-03T17:16:32.885Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-03T17:16:32.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T17:16:32.898Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T17:16:33.440Z] Checking out Revision ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc (master) [2020-09-03T17:16:33.725Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:16:33.725Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:16:33.725Z] OK: 12746 distinct packages available [2020-09-03T17:16:33.989Z] OK: 233 MiB in 51 packages [2020-09-03T17:16:33.488Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T17:16:33.514Z] > git checkout -f ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc # timeout=10 [2020-09-03T17:16:35.931Z] ---> Running in 16bffccb6cf0 [2020-09-03T17:16:35.931Z] ---> 0ac89262933f [2020-09-03T17:16:35.932Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-03T17:16:35.932Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-03T17:16:35.932Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-03T17:16:35.932Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-03T17:16:35.932Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-03T17:16:35.932Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-03T17:16:35.932Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-03T17:16:35.932Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-03T17:16:35.932Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-03T17:16:35.932Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-03T17:16:35.932Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-03T17:16:35.932Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-03T17:16:35.932Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-03T17:16:35.932Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-03T17:16:36.196Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-03T17:16:36.196Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-03T17:16:36.196Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-03T17:16:36.196Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-03T17:16:36.196Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-03T17:16:36.196Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-03T17:16:37.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:37.611Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-03T17:16:37.611Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-03T17:16:37.611Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-03T17:16:37.611Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-03T17:16:37.611Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-03T17:16:37.611Z] Removing intermediate container ecd02b58f8db [2020-09-03T17:16:37.611Z] ---> 23c50a05adf1 [2020-09-03T17:16:37.611Z] Step 6/22 : COPY go.mod . [2020-09-03T17:16:37.611Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-03T17:16:37.611Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-03T17:16:38.023Z] Commit message: "feat: Add persisting of new Tags property on V1 & V2 Event models for Redis (#2677)" [2020-09-03T17:16:38.204Z] ---> 19d1d1c9cfc3 [2020-09-03T17:16:38.204Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-03T17:16:38.204Z] Executing busybox-1.31.1-r16.trigger [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-03T17:16:38.485Z] OK: 71 MiB in 55 packages [2020-09-03T17:16:38.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:16:38.485Z] ---> 334879bd95f5 [2020-09-03T17:16:38.485Z] Step 7/22 : RUN go mod download [2020-09-03T17:16:38.485Z] Removing intermediate container cce94bdedb6f [2020-09-03T17:16:38.485Z] ---> 18645039c6fb [2020-09-03T17:16:38.485Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T17:16:38.485Z] ---> Running in 031cbbb4003b [2020-09-03T17:16:38.485Z] ---> Running in e9800411794e [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-03T17:16:38.767Z] ---> f8f02bec64ef [2020-09-03T17:16:38.767Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-03T17:16:39.057Z] ---> Running in 4f586ca3ccf1 [2020-09-03T17:16:39.057Z] Removing intermediate container e9800411794e [2020-09-03T17:16:39.057Z] ---> 114210216c9e [2020-09-03T17:16:39.057Z] Step 24/26 : LABEL arch=x86_64 [2020-09-03T17:16:39.057Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:16:39.057Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:16:39.057Z] OK: 12746 distinct packages available [2020-09-03T17:16:39.057Z] ---> Running in 79798818c499 [2020-09-03T17:16:39.349Z] Removing intermediate container 4f586ca3ccf1 [2020-09-03T17:16:39.349Z] ---> 522edf0f3b9a [2020-09-03T17:16:39.349Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:16:39.349Z] OK: 233 MiB in 51 packages [2020-09-03T17:16:41.951Z] ---> Running in 6d5cd83f3f2f [2020-09-03T17:16:41.951Z] Removing intermediate container 79798818c499 [2020-09-03T17:16:41.951Z] ---> d16927c170d8 [2020-09-03T17:16:41.951Z] Step 25/26 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:16:43.889Z] ---> Running in 88d519d8c3b5 [2020-09-03T17:16:43.889Z] Removing intermediate container 6d5cd83f3f2f [2020-09-03T17:16:43.889Z] ---> df3c16008166 [2020-09-03T17:16:43.889Z] Step 21/23 : LABEL arch=x86_64 [2020-09-03T17:16:44.154Z] ---> Running in 9ffd25083ad7 [2020-09-03T17:16:44.154Z] Removing intermediate container d9b275cd090b [2020-09-03T17:16:44.154Z] ---> 01a19aee6f57 [2020-09-03T17:16:44.154Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-03T17:16:44.154Z] Removing intermediate container 16bffccb6cf0 [2020-09-03T17:16:44.154Z] ---> ee48295e1d46 [2020-09-03T17:16:44.154Z] Step 6/22 : COPY go.mod . [2020-09-03T17:16:44.154Z] Removing intermediate container 031cbbb4003b [2020-09-03T17:16:44.154Z] ---> e508f411aacb [2020-09-03T17:16:44.154Z] Step 8/22 : COPY . . [2020-09-03T17:16:44.154Z] Removing intermediate container 88d519d8c3b5 [2020-09-03T17:16:44.154Z] ---> 9ce89c20ca2e [2020-09-03T17:16:44.154Z] Step 26/26 : LABEL version=1.2.2-dev.21 [2020-09-03T17:16:44.426Z] ---> Running in e9e362160ad4 [2020-09-03T17:16:44.426Z] ---> Running in 344e98e8c83c [2020-09-03T17:16:44.702Z] Removing intermediate container 9ffd25083ad7 [2020-09-03T17:16:44.702Z] ---> 731f156ca2bb [2020-09-03T17:16:44.702Z] Step 22/23 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:16:46.660Z] ---> d5366a4070dd [2020-09-03T17:16:46.660Z] Step 7/22 : RUN go mod download [2020-09-03T17:16:48.107Z] ---> Running in b09efa4bd59e [2020-09-03T17:16:49.140Z] Removing intermediate container e9e362160ad4 [2020-09-03T17:16:49.140Z] ---> e371a656ed1c [2020-09-03T17:16:49.140Z] [2020-09-03T17:16:49.140Z] Successfully built e371a656ed1c [2020-09-03T17:16:49.783Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-03T17:16:49.783Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 9686e2a9aa6f [2020-09-03T17:16:49.783Z] Building docker-support-logging-go [Pipeline] echo [2020-09-03T17:16:49.806Z] ========================================================= [2020-09-03T17:16:49.806Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-03T17:16:49.806Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:16:50.670Z] + 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-03T17:16:52.178Z] Removing intermediate container b09efa4bd59e [2020-09-03T17:16:52.178Z] ---> ebedce6478c8 [2020-09-03T17:16:52.178Z] Step 23/23 : LABEL version=1.2.2-dev.21 [2020-09-03T17:16:54.993Z] Sending build context to Docker daemon 323.2MB [2020-09-03T17:16:54.993Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T17:16:54.993Z] Step 2/7 : FROM ${BASE} [2020-09-03T17:16:54.993Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-03T17:16:54.993Z] b538f80385f9: Pulling fs layer [2020-09-03T17:16:54.993Z] 74f711af9a0d: Pulling fs layer [2020-09-03T17:16:54.993Z] 99f96fe45779: Pulling fs layer [2020-09-03T17:16:54.993Z] fd7a069fd194: Pulling fs layer [2020-09-03T17:16:54.993Z] 66aa3694b03b: Pulling fs layer [2020-09-03T17:16:54.993Z] 170f70906a0f: Pulling fs layer [2020-09-03T17:16:54.993Z] ad7c5574e4b9: Pulling fs layer [2020-09-03T17:16:54.993Z] e772456be8f7: Pulling fs layer [2020-09-03T17:16:54.993Z] c890913d741a: Pulling fs layer [2020-09-03T17:16:54.993Z] 2480fcc9aa5a: Pulling fs layer [2020-09-03T17:16:54.993Z] 09adf4765672: Pulling fs layer [2020-09-03T17:16:54.993Z] ad7c5574e4b9: Waiting [2020-09-03T17:16:54.993Z] e772456be8f7: Waiting [2020-09-03T17:16:54.993Z] fd7a069fd194: Waiting [2020-09-03T17:16:54.993Z] 66aa3694b03b: Waiting [2020-09-03T17:16:54.993Z] 170f70906a0f: Waiting [2020-09-03T17:16:54.993Z] 2480fcc9aa5a: Waiting [2020-09-03T17:16:54.993Z] 09adf4765672: Waiting [2020-09-03T17:16:54.993Z] 99f96fe45779: Download complete [2020-09-03T17:16:54.993Z] 74f711af9a0d: Verifying Checksum [2020-09-03T17:16:54.993Z] 74f711af9a0d: Download complete [2020-09-03T17:16:54.993Z] 66aa3694b03b: Verifying Checksum [2020-09-03T17:16:54.993Z] 66aa3694b03b: Download complete [2020-09-03T17:16:54.993Z] 170f70906a0f: Verifying Checksum [2020-09-03T17:16:54.993Z] 170f70906a0f: Download complete [2020-09-03T17:16:54.993Z] b538f80385f9: Verifying Checksum [2020-09-03T17:16:55.592Z] b538f80385f9: Pull complete [2020-09-03T17:16:56.198Z] 74f711af9a0d: Pull complete [2020-09-03T17:16:56.801Z] 99f96fe45779: Pull complete [2020-09-03T17:16:57.609Z] ---> Running in 7af5721c18b1 [2020-09-03T17:16:57.609Z] Collecting docker-compose==1.23.2 [2020-09-03T17:16:57.609Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-03T17:16:58.242Z] ad7c5574e4b9: Verifying Checksum [2020-09-03T17:16:58.242Z] ad7c5574e4b9: Download complete [2020-09-03T17:16:58.242Z] c890913d741a: Verifying Checksum [2020-09-03T17:16:58.242Z] c890913d741a: Download complete [2020-09-03T17:16:58.557Z] 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-03T17:16:59.506Z] Collecting docker<4.0,>=3.6.0 [2020-09-03T17:16:59.506Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-03T17:16:59.678Z] 2480fcc9aa5a: Verifying Checksum [2020-09-03T17:16:59.678Z] 2480fcc9aa5a: Download complete [2020-09-03T17:16:59.678Z] 09adf4765672: Verifying Checksum [2020-09-03T17:16:59.678Z] 09adf4765672: Download complete [2020-09-03T17:17:00.085Z] Removing intermediate container 7af5721c18b1 [2020-09-03T17:17:00.085Z] ---> daf69b8a8df0 [2020-09-03T17:17:00.085Z] [2020-09-03T17:17:00.085Z] Collecting texttable<0.10,>=0.9.0 [2020-09-03T17:17:00.085Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-03T17:17:00.276Z] e772456be8f7: Verifying Checksum [2020-09-03T17:17:00.276Z] e772456be8f7: Download complete [2020-09-03T17:17:00.347Z] Successfully built daf69b8a8df0 [2020-09-03T17:17:00.551Z] fd7a069fd194: Verifying Checksum [2020-09-03T17:17:00.551Z] fd7a069fd194: Download complete [2020-09-03T17:17:01.843Z] Successfully tagged docker-core-data-go:latest [2020-09-03T17:17:01.843Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-09-03T17:17:01.843Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:17:01.843Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:17:02.801Z] ---> 69e9ef6e6ed8 [2020-09-03T17:17:02.801Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T17:17:02.801Z] ---> Using cache [2020-09-03T17:17:02.801Z] ---> 9fc2d1aa001b [2020-09-03T17:17:02.801Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:17:02.801Z] ---> Using cache [2020-09-03T17:17:02.801Z] ---> f16e9f7fe0bc [2020-09-03T17:17:02.801Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-03T17:17:03.069Z] Collecting jsonschema<3,>=2.5.1 [2020-09-03T17:17:03.070Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-03T17:17:03.333Z] ---> 1ab51da5fb4b [2020-09-03T17:17:03.333Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-03T17:17:03.333Z] ---> Running in 27412a7187da [2020-09-03T17:17:03.333Z] Collecting cached-property<2,>=1.2.0 [2020-09-03T17:17:03.333Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-03T17:17:03.596Z] ---> Running in 9dccfa3a6efa [2020-09-03T17:17:03.596Z] Collecting docopt<0.7,>=0.6.1 [2020-09-03T17:17:03.596Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-03T17:17:03.596Z] Removing intermediate container 9686e2a9aa6f [2020-09-03T17:17:03.596Z] ---> 7e4bee3bef92 [2020-09-03T17:17:03.596Z] Step 8/22 : COPY . . [2020-09-03T17:17:06.174Z] Collecting PyYAML<4,>=3.10 [2020-09-03T17:17:06.174Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-03T17:17:07.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:17:07.584Z] 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-03T17:17:08.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:17:08.787Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:17:08.787Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:17:08.787Z] OK: 12746 distinct packages available [2020-09-03T17:17:09.392Z] OK: 233 MiB in 51 packages [2020-09-03T17:17:09.680Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-03T17:17:09.680Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-03T17:17:09.680Z] OK: 233 MiB in 51 packages [2020-09-03T17:17:09.949Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-03T17:17:09.949Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-03T17:17:12.528Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-03T17:17:12.807Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-03T17:17:12.994Z] fd7a069fd194: Pull complete [2020-09-03T17:17:12.994Z] 66aa3694b03b: Pull complete [2020-09-03T17:17:12.994Z] 170f70906a0f: Pull complete [2020-09-03T17:17:14.810Z] Collecting docker-pycreds>=0.4.0 [2020-09-03T17:17:14.810Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-03T17:17:15.789Z] Collecting idna<2.8,>=2.5 [2020-09-03T17:17:15.789Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-03T17:17:15.789Z] 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-03T17:17:15.789Z] 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-03T17:17:16.053Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:17:16.053Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:17:16.053Z] ---> 69e9ef6e6ed8 [2020-09-03T17:17:16.053Z] Step 3/20 : WORKDIR /edgex-go [2020-09-03T17:17:16.324Z] ---> Using cache [2020-09-03T17:17:16.324Z] ---> 9fc2d1aa001b [2020-09-03T17:17:16.324Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:17:16.324Z] ---> Using cache [2020-09-03T17:17:16.324Z] ---> f16e9f7fe0bc [2020-09-03T17:17:16.324Z] Step 5/20 : RUN apk update && apk add make git [2020-09-03T17:17:16.324Z] ---> Using cache [2020-09-03T17:17:16.324Z] ---> ee48295e1d46 [2020-09-03T17:17:16.324Z] Step 6/20 : COPY go.mod . [2020-09-03T17:17:16.324Z] ---> Using cache [2020-09-03T17:17:16.324Z] ---> d5366a4070dd [2020-09-03T17:17:16.324Z] Step 7/20 : RUN go mod download [2020-09-03T17:17:16.325Z] ---> Using cache [2020-09-03T17:17:16.325Z] ---> 7e4bee3bef92 [2020-09-03T17:17:16.325Z] Step 8/20 : COPY . . [2020-09-03T17:17:16.409Z] ad7c5574e4b9: Pull complete [2020-09-03T17:17:16.934Z] Removing intermediate container 27412a7187da [2020-09-03T17:17:16.934Z] ---> 847c40de267e [2020-09-03T17:17:16.934Z] Step 6/22 : COPY go.mod . [2020-09-03T17:17:16.934Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-03T17:17:16.934Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-03T17:17:17.211Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-03T17:17:17.211Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-03T17:17:17.211Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-03T17:17:17.211Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-03T17:17:17.795Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, jsonschema, cached-property, docopt, PyYAML, dockerpty, docker-compose [2020-09-03T17:17:21.835Z] e772456be8f7: Pull complete [2020-09-03T17:17:21.835Z] c890913d741a: Pull complete [2020-09-03T17:17:22.047Z] Attempting uninstall: idna [2020-09-03T17:17:22.047Z] Found existing installation: idna 2.9 [2020-09-03T17:17:22.047Z] Uninstalling idna-2.9: [2020-09-03T17:17:22.640Z] Successfully uninstalled idna-2.9 [2020-09-03T17:17:22.916Z] ---> ff49683484cf [2020-09-03T17:17:22.916Z] Step 7/22 : RUN go mod download [2020-09-03T17:17:23.878Z] Attempting uninstall: urllib3 [2020-09-03T17:17:23.878Z] Found existing installation: urllib3 1.25.9 [2020-09-03T17:17:23.878Z] Uninstalling urllib3-1.25.9: [2020-09-03T17:17:24.459Z] Successfully uninstalled urllib3-1.25.9 [2020-09-03T17:17:24.499Z] 2480fcc9aa5a: Pull complete [2020-09-03T17:17:24.720Z] ---> Running in e7d00f2e80c6 [2020-09-03T17:17:25.302Z] Attempting uninstall: requests [2020-09-03T17:17:25.302Z] Found existing installation: requests 2.23.0 [2020-09-03T17:17:25.302Z] Uninstalling requests-2.23.0: [2020-09-03T17:17:25.476Z] 09adf4765672: Pull complete [2020-09-03T17:17:25.476Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-03T17:17:25.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-03T17:17:25.476Z] ---> 2248a725d1cf [2020-09-03T17:17:25.476Z] 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-03T17:17:25.574Z] ---> 7b36ab55dce7 [2020-09-03T17:17:25.574Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-03T17:17:25.574Z] Successfully uninstalled requests-2.23.0 [2020-09-03T17:17:26.527Z] ---> Running in 1c1c5e647925 [2020-09-03T17:17:29.115Z] Running setup.py install for texttable: started [2020-09-03T17:17:29.782Z] ---> Running in c2d54d87e860 [2020-09-03T17:17:30.548Z] Running setup.py install for texttable: finished with status 'done' [2020-09-03T17:17:30.548Z] 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-03T17:17:30.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:17:30.822Z] Running setup.py install for docopt: started [2020-09-03T17:17:31.778Z] Running setup.py install for docopt: finished with status 'done' [2020-09-03T17:17:31.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:17:32.352Z] Running setup.py install for PyYAML: started [2020-09-03T17:17:32.352Z] ---> 061935d42bdb [2020-09-03T17:17:32.352Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-03T17:17:32.622Z] Removing intermediate container e7d00f2e80c6 [2020-09-03T17:17:32.622Z] ---> 3f676d85ea51 [2020-09-03T17:17:32.622Z] Step 8/22 : COPY . . [2020-09-03T17:17:32.622Z] ---> Running in 31152b9e5d1a [2020-09-03T17:17:32.819Z] (1/12) Installing libmagic (5.38-r0) [2020-09-03T17:17:32.819Z] (2/12) Installing file (5.38-r0) [2020-09-03T17:17:32.892Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-03T17:17:32.892Z] Running setup.py install for dockerpty: started [2020-09-03T17:17:33.092Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-03T17:17:33.092Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-03T17:17:33.885Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-03T17:17:33.885Z] 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-03T17:17:36.465Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-03T17:17:36.465Z] (6/12) Installing patch (2.7.6-r6) [2020-09-03T17:17:36.465Z] (7/12) Installing build-base (0.5-r2) [2020-09-03T17:17:36.465Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-03T17:17:36.465Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-03T17:17:36.737Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-03T17:17:36.737Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-03T17:17:37.007Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-03T17:17:37.007Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:17:37.007Z] OK: 217 MiB in 51 packages [2020-09-03T17:17:38.110Z] 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-03T17:17:41.305Z] Removing intermediate container c2d54d87e860 [2020-09-03T17:17:41.305Z] ---> cf9a0e68b27b [2020-09-03T17:17:41.305Z] Step 4/7 : WORKDIR /edgex-go [2020-09-03T17:17:41.305Z] ---> Running in e342ca6d5d26 [2020-09-03T17:17:41.896Z] Removing intermediate container e342ca6d5d26 [2020-09-03T17:17:41.896Z] ---> 6e666fa955f4 [2020-09-03T17:17:41.896Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-03T17:17:42.168Z] latest: Pulling from library/docker [2020-09-03T17:17:42.168Z] b538f80385f9: Already exists [2020-09-03T17:17:42.168Z] 259a493cd78d: Pulling fs layer [2020-09-03T17:17:42.168Z] b8e66b5100f5: Pulling fs layer [2020-09-03T17:17:42.168Z] 39dc9c94d07c: Pulling fs layer [2020-09-03T17:17:42.168Z] 551b823b3b82: Pulling fs layer [2020-09-03T17:17:42.168Z] 3c52a74df98c: Pulling fs layer [2020-09-03T17:17:42.168Z] 6c9b121b6998: Pulling fs layer [2020-09-03T17:17:42.168Z] 551b823b3b82: Waiting [2020-09-03T17:17:42.168Z] 3c52a74df98c: Waiting [2020-09-03T17:17:42.168Z] 6c9b121b6998: Waiting [2020-09-03T17:17:42.441Z] b8e66b5100f5: Verifying Checksum [2020-09-03T17:17:42.441Z] b8e66b5100f5: Download complete [2020-09-03T17:17:42.441Z] 259a493cd78d: Verifying Checksum [2020-09-03T17:17:42.441Z] 259a493cd78d: Download complete [2020-09-03T17:17:42.441Z] 551b823b3b82: Download complete [2020-09-03T17:17:42.441Z] 3c52a74df98c: Verifying Checksum [2020-09-03T17:17:42.441Z] 3c52a74df98c: Download complete [2020-09-03T17:17:42.715Z] 6c9b121b6998: Verifying Checksum [2020-09-03T17:17:42.715Z] 6c9b121b6998: Download complete [2020-09-03T17:17:42.990Z] 259a493cd78d: Pull complete [2020-09-03T17:17:43.588Z] b8e66b5100f5: Pull complete [2020-09-03T17:17:43.588Z] 39dc9c94d07c: Verifying Checksum [2020-09-03T17:17:43.588Z] 39dc9c94d07c: Download complete [2020-09-03T17:17:46.982Z] 39dc9c94d07c: Pull complete [2020-09-03T17:17:46.982Z] 551b823b3b82: Pull complete [2020-09-03T17:17:47.254Z] 3c52a74df98c: Pull complete [2020-09-03T17:17:47.847Z] 6c9b121b6998: Pull complete [2020-09-03T17:17:47.847Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-03T17:17:47.847Z] Status: Downloaded newer image for docker:latest [2020-09-03T17:17:51.239Z] ---> 5deb05474cca [2020-09-03T17:17:51.239Z] Step 6/7 : COPY go.mod . [2020-09-03T17:17:51.511Z] ---> fe6d36a0864e [2020-09-03T17:17:51.511Z] Step 7/7 : RUN go mod download [2020-09-03T17:17:51.785Z] ---> Running in 99a20b26a9e2 [2020-09-03T17:17:53.125Z] Removing intermediate container 344e98e8c83c [2020-09-03T17:17:53.125Z] ---> bf0bc658a792 [2020-09-03T17:17:53.125Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-03T17:17:53.125Z] ---> e776c67d9952 [2020-09-03T17:17:53.126Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-03T17:17:53.126Z] Removing intermediate container 9dccfa3a6efa [2020-09-03T17:17:53.126Z] ---> c6cb5005b2b4 [2020-09-03T17:17:53.126Z] [2020-09-03T17:17:53.126Z] Step 10/22 : FROM scratch [2020-09-03T17:17:53.126Z] ---> [2020-09-03T17:17:53.126Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:17:53.126Z] ---> Running in 218c7198bb89 [2020-09-03T17:17:53.126Z] ---> Running in 4d3c86bdad76 [2020-09-03T17:17:53.403Z] ---> Using cache [2020-09-03T17:17:53.403Z] ---> f27b4fbe1820 [2020-09-03T17:17:53.403Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-03T17:17:53.403Z] ---> Running in 09caa6837ea1 [2020-09-03T17:17:54.004Z] Removing intermediate container 09caa6837ea1 [2020-09-03T17:17:54.004Z] ---> fd1e0d14ebc7 [2020-09-03T17:17:54.004Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T17:17:54.004Z] ---> Running in dc1d857a2104 [2020-09-03T17:17:54.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:17:54.281Z] 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-03T17:17:54.281Z] Removing intermediate container dc1d857a2104 [2020-09-03T17:17:54.281Z] ---> 24d11ce1004d [2020-09-03T17:17:54.281Z] Step 14/22 : WORKDIR / [2020-09-03T17:17:54.550Z] ---> Running in 950232bdd44a [2020-09-03T17:17:54.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:17:54.820Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T17:17:54.820Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-03T17:17:54.820Z] Removing intermediate container 950232bdd44a [2020-09-03T17:17:54.820Z] ---> c8d77193b148 [2020-09-03T17:17:54.820Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-03T17:17:54.820Z] (3/3) Installing curl (7.69.1-r0) [2020-09-03T17:17:54.820Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:17:54.820Z] OK: 72 MiB in 58 packages [2020-09-03T17:17:55.176Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-03T17:17:55.176Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T17:17:55.176Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-03T17:17:55.176Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T17:17:55.176Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-03T17:17:55.176Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T17:17:55.176Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T17:17:55.176Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T17:17:55.176Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-03T17:17:55.176Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T17:17:55.176Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-03T17:17:55.176Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T17:17:55.176Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-03T17:17:55.176Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-03T17:17:55.176Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-03T17:17:55.176Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-03T17:17:55.176Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-03T17:17:55.422Z] ---> 9df4281fc42e [2020-09-03T17:17:55.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-03T17:17:55.451Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-03T17:17:55.451Z] go: finding github.com/fatih/color v1.7.0 [2020-09-03T17:17:55.451Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-03T17:17:55.451Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T17:17:55.451Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-03T17:17:55.451Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T17:17:55.451Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T17:17:55.451Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T17:17:55.451Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T17:17:55.451Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T17:17:55.451Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T17:17:55.451Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-03T17:17:55.745Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T17:17:55.745Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T17:17:55.745Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-03T17:17:55.745Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T17:17:55.745Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T17:17:55.745Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T17:17:55.745Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-03T17:17:55.745Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T17:17:56.016Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-03T17:17:56.291Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T17:17:56.291Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-03T17:17:56.291Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-03T17:17:56.291Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-03T17:17:56.291Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-03T17:17:56.291Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-03T17:17:56.291Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T17:17:56.291Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-03T17:17:56.291Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T17:17:56.291Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T17:17:56.291Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T17:17:56.394Z] Removing intermediate container 218c7198bb89 [2020-09-03T17:17:56.394Z] ---> e727d470fe23 [2020-09-03T17:17:56.394Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-03T17:17:56.394Z] ---> Running in ffbdcb283709 [2020-09-03T17:17:56.394Z] ---> c551f4e208bd [2020-09-03T17:17:56.394Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-03T17:17:56.561Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-03T17:17:56.561Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-03T17:17:56.561Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-03T17:17:56.561Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-03T17:17:56.830Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-03T17:17:56.830Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-03T17:17:56.830Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-03T17:17:56.830Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-03T17:17:56.830Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-03T17:17:56.830Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T17:17:56.830Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T17:17:56.830Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T17:17:56.830Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-03T17:17:56.830Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-03T17:17:56.830Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T17:17:56.988Z] Removing intermediate container ffbdcb283709 [2020-09-03T17:17:56.988Z] ---> 39684aa14d0d [2020-09-03T17:17:56.988Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:17:56.988Z] ---> Running in 344d56d3ad9c [2020-09-03T17:17:56.988Z] ---> 42fb80d7ea98 [2020-09-03T17:17:56.988Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-03T17:17:57.099Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T17:17:57.099Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T17:17:57.099Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-03T17:17:57.099Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T17:17:57.099Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-03T17:17:57.099Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-03T17:17:57.100Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-03T17:17:57.100Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-03T17:17:57.100Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T17:17:57.100Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T17:17:57.100Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T17:17:57.373Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-03T17:17:57.373Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-03T17:17:57.373Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-03T17:17:57.373Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T17:17:58.434Z] ---> Running in 42fa7115457f [2020-09-03T17:17:58.434Z] Removing intermediate container 344d56d3ad9c [2020-09-03T17:17:58.434Z] ---> 335fa081e8c3 [2020-09-03T17:17:58.434Z] Step 25/27 : LABEL arch=x86_64 [2020-09-03T17:17:58.720Z] Removing intermediate container 42fa7115457f [2020-09-03T17:17:58.720Z] ---> 68fe585d5127 [2020-09-03T17:17:58.720Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:17:58.720Z] ---> Running in dc42159372ea [2020-09-03T17:17:58.720Z] ---> Running in ac3c73ec890c [2020-09-03T17:17:59.007Z] Removing intermediate container dc42159372ea [2020-09-03T17:17:59.007Z] ---> 78713b22bb44 [2020-09-03T17:17:59.007Z] Step 26/27 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:17:59.007Z] ---> Running in 5db2f417da24 [2020-09-03T17:17:59.007Z] Removing intermediate container ac3c73ec890c [2020-09-03T17:17:59.007Z] ---> 3c32643a3b14 [2020-09-03T17:17:59.007Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T17:17:59.288Z] ---> Running in 84d8634e5cc2 [2020-09-03T17:17:59.568Z] Removing intermediate container 5db2f417da24 [2020-09-03T17:17:59.568Z] ---> 117e67e4f4cb [2020-09-03T17:17:59.568Z] Step 27/27 : LABEL version=1.2.2-dev.21 [2020-09-03T17:18:00.551Z] Removing intermediate container 84d8634e5cc2 [2020-09-03T17:18:00.551Z] ---> cb776e1902e3 [2020-09-03T17:18:00.551Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:18:01.126Z] ---> Running in 148d0c025cce [2020-09-03T17:18:01.732Z] ---> Running in eb4ccfcaf53a [2020-09-03T17:18:01.732Z] Removing intermediate container 148d0c025cce [2020-09-03T17:18:01.732Z] ---> 198af8779744 [2020-09-03T17:18:01.732Z] [2020-09-03T17:18:02.328Z] Removing intermediate container 31152b9e5d1a [2020-09-03T17:18:02.328Z] ---> 44c440a6f55d [2020-09-03T17:18:02.328Z] [2020-09-03T17:18:02.328Z] Step 10/20 : FROM alpine [2020-09-03T17:18:02.328Z] ---> a24bb4013296 [2020-09-03T17:18:02.328Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-03T17:18:02.328Z] Successfully built 198af8779744 [2020-09-03T17:18:02.328Z] ---> Running in 2d410798cc88 [2020-09-03T17:18:02.328Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-03T17:18:02.328Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-09-03T17:18:02.328Z] Removing intermediate container eb4ccfcaf53a [2020-09-03T17:18:02.328Z] ---> 8d5837cae216 [2020-09-03T17:18:02.328Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T17:18:02.610Z] ---> Running in e125f8afa490 [2020-09-03T17:18:02.875Z] Removing intermediate container e125f8afa490 [2020-09-03T17:18:02.875Z] ---> eae9fbdb9781 [2020-09-03T17:18:02.875Z] [2020-09-03T17:18:03.155Z] Successfully built eae9fbdb9781 [2020-09-03T17:18:03.155Z] Successfully tagged docker-core-command-go:latest [2020-09-03T17:18:05.714Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:18:05.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:18:05.714Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:18:05.714Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:18:05.714Z] OK: 12746 distinct packages available [2020-09-03T17:18:06.286Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-03T17:18:06.286Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T17:18:06.286Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-03T17:18:06.286Z] (4/4) Installing curl (7.69.1-r0) [2020-09-03T17:18:06.286Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:18:07.230Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T17:18:07.230Z] OK: 7 MiB in 18 packages [2020-09-03T17:18:10.952Z] Removing intermediate container 1c1c5e647925 [2020-09-03T17:18:10.952Z] ---> ba6d744f09fd [2020-09-03T17:18:10.952Z] [2020-09-03T17:18:10.952Z] Step 10/22 : FROM scratch [2020-09-03T17:18:10.952Z] ---> [2020-09-03T17:18:10.952Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:18:10.952Z] ---> Using cache [2020-09-03T17:18:10.952Z] ---> f27b4fbe1820 [2020-09-03T17:18:10.952Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-03T17:18:13.517Z] ---> Running in e7c3dc7dcb6f [2020-09-03T17:18:15.437Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:18:15.437Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-03T17:18:16.009Z] ---> 69e9ef6e6ed8 [2020-09-03T17:18:16.009Z] Step 3/29 : WORKDIR /edgex-go [2020-09-03T17:18:16.009Z] ---> Using cache [2020-09-03T17:18:16.009Z] ---> 9fc2d1aa001b [2020-09-03T17:18:16.009Z] Step 4/29 : RUN apk update && apk add make git [2020-09-03T17:18:16.582Z] Removing intermediate container 2d410798cc88 [2020-09-03T17:18:16.582Z] ---> e2ce73b820a9 [2020-09-03T17:18:16.582Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T17:18:16.582Z] Removing intermediate container e7c3dc7dcb6f [2020-09-03T17:18:16.582Z] ---> 02593947367f [2020-09-03T17:18:16.582Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T17:18:16.582Z] ---> Running in 92341b31dade [2020-09-03T17:18:16.855Z] ---> Running in 1813a48eca8e [2020-09-03T17:18:16.855Z] ---> Running in 3cceb9f596e4 [2020-09-03T17:18:17.130Z] Removing intermediate container 3cceb9f596e4 [2020-09-03T17:18:17.130Z] ---> 19a0e282327d [2020-09-03T17:18:17.130Z] Step 13/20 : WORKDIR /edgex [2020-09-03T17:18:17.130Z] Removing intermediate container 1813a48eca8e [2020-09-03T17:18:17.130Z] ---> 0bff7424219d [2020-09-03T17:18:17.130Z] Step 14/22 : WORKDIR / [2020-09-03T17:18:17.130Z] ---> Running in a201f78e4f82 [2020-09-03T17:18:17.130Z] ---> Running in a613455ab4de [2020-09-03T17:18:17.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:18:17.396Z] Removing intermediate container a613455ab4de [2020-09-03T17:18:17.396Z] ---> da973192b7ec [2020-09-03T17:18:17.396Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-03T17:18:17.660Z] Removing intermediate container a201f78e4f82 [2020-09-03T17:18:17.660Z] ---> bde2ecb6808a [2020-09-03T17:18:17.660Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-03T17:18:17.921Z] ---> ef38c715ae73 [2020-09-03T17:18:17.921Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-03T17:18:17.921Z] ---> fb258b9e2366 [2020-09-03T17:18:17.921Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-03T17:18:18.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:18:19.128Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:18:19.128Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:18:19.128Z] OK: 12746 distinct packages available [2020-09-03T17:18:19.128Z] OK: 233 MiB in 51 packages [2020-09-03T17:18:19.542Z] Removing intermediate container 99a20b26a9e2 [2020-09-03T17:18:19.542Z] ---> 6ffdb0cbee34 [2020-09-03T17:18:19.542Z] Successfully built 6ffdb0cbee34 [2020-09-03T17:18:19.542Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-03T17:18:19.700Z] ---> 12c445f1f164 [2020-09-03T17:18:19.700Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-03T17:18:19.700Z] ---> 08a96a05cb95 [2020-09-03T17:18:19.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-03T17:18:19.700Z] ---> Running in 80827cd0f0c4 [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-03T17:18:20.285Z] ---> 005a7af90aa8 [2020-09-03T17:18:20.285Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-03T17:18:20.285Z] Removing intermediate container 80827cd0f0c4 [2020-09-03T17:18:20.285Z] ---> b1bb07f02683 [2020-09-03T17:18:20.285Z] Step 17/20 : CMD ["--init=true"] [2020-09-03T17:18:20.285Z] ---> Running in 000f49fd798b [2020-09-03T17:18:20.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T17:18:20.364Z] [2020-09-03T17:18:20.559Z] ---> Running in 5c3d071b4b83 [2020-09-03T17:18:20.559Z] Removing intermediate container 92341b31dade [2020-09-03T17:18:20.559Z] ---> 0ffc98128f1b [2020-09-03T17:18:20.559Z] Step 5/29 : COPY go.mod . [2020-09-03T17:18:20.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:18:21.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T17:18:21.016Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-03T17:18:21.016Z] 29e5d40040c1: Pulling fs layer [2020-09-03T17:18:21.016Z] 1ce36da41761: Pulling fs layer [2020-09-03T17:18:21.016Z] 25b303627fd3: Pulling fs layer [2020-09-03T17:18:21.292Z] 29e5d40040c1: Verifying Checksum [2020-09-03T17:18:21.292Z] 29e5d40040c1: Download complete [2020-09-03T17:18:21.505Z] Removing intermediate container 000f49fd798b [2020-09-03T17:18:21.505Z] ---> 73ea6e0c4181 [2020-09-03T17:18:21.505Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:18:21.564Z] 1ce36da41761: Verifying Checksum [2020-09-03T17:18:21.565Z] 1ce36da41761: Download complete [2020-09-03T17:18:21.768Z] Removing intermediate container 5c3d071b4b83 [2020-09-03T17:18:21.768Z] ---> 146ce738a24f [2020-09-03T17:18:21.768Z] Step 18/20 : LABEL arch=x86_64 [2020-09-03T17:18:21.768Z] ---> Running in 4cc2e6fafb03 [2020-09-03T17:18:21.768Z] ---> 789a6b0c5526 [2020-09-03T17:18:21.768Z] Step 6/29 : RUN go mod download [2020-09-03T17:18:21.768Z] Removing intermediate container 4d3c86bdad76 [2020-09-03T17:18:21.768Z] ---> b4fd606483a1 [2020-09-03T17:18:21.768Z] [2020-09-03T17:18:21.768Z] Step 10/22 : FROM scratch [2020-09-03T17:18:21.768Z] ---> [2020-09-03T17:18:21.768Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T17:18:22.029Z] ---> Running in 63d2f361eaa9 [2020-09-03T17:18:22.029Z] ---> Using cache [2020-09-03T17:18:22.029Z] ---> f83d6c8ffdf4 [2020-09-03T17:18:22.029Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-03T17:18:22.029Z] ---> Running in 767a3660becb [2020-09-03T17:18:22.029Z] ---> Running in fddb47b76c89 [2020-09-03T17:18:22.163Z] 29e5d40040c1: Pull complete [2020-09-03T17:18:22.293Z] Removing intermediate container 4cc2e6fafb03 [2020-09-03T17:18:22.294Z] ---> f7905127f3bc [2020-09-03T17:18:22.294Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T17:18:22.294Z] ---> Running in 94e5d635f5cf [2020-09-03T17:18:22.294Z] Removing intermediate container 63d2f361eaa9 [2020-09-03T17:18:22.294Z] ---> e2e3af95d895 [2020-09-03T17:18:22.294Z] Step 19/20 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:18:22.555Z] Removing intermediate container fddb47b76c89 [2020-09-03T17:18:22.555Z] ---> 3cddb0c432f4 [2020-09-03T17:18:22.555Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T17:18:22.555Z] ---> Running in 0ec529536569 [2020-09-03T17:18:22.555Z] ---> Running in 191ff3bcdfb5 [2020-09-03T17:18:22.555Z] Removing intermediate container 94e5d635f5cf [2020-09-03T17:18:22.555Z] ---> 46f69b572bf8 [2020-09-03T17:18:22.555Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:18:22.822Z] Removing intermediate container 0ec529536569 [2020-09-03T17:18:22.822Z] ---> 32987ee9fefa [2020-09-03T17:18:22.822Z] Step 20/20 : LABEL version=1.2.2-dev.21 [2020-09-03T17:18:22.822Z] Removing intermediate container 191ff3bcdfb5 [2020-09-03T17:18:22.822Z] ---> b69b4a758fb6 [2020-09-03T17:18:22.822Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-03T17:18:22.822Z] ---> Running in b3cdc475fe8a [2020-09-03T17:18:22.822Z] ---> Running in 90c55cf9dc8b [2020-09-03T17:18:23.096Z] Removing intermediate container b3cdc475fe8a [2020-09-03T17:18:23.096Z] ---> ee3f71ccc6bb [2020-09-03T17:18:23.096Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T17:18:23.096Z] ---> Running in f20cf1109d15 [2020-09-03T17:18:23.360Z] ---> 18d35b62eb94 [2020-09-03T17:18:23.360Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-03T17:18:23.360Z] Removing intermediate container 90c55cf9dc8b [2020-09-03T17:18:23.360Z] ---> b79be79ef2cf [2020-09-03T17:18:23.360Z] [2020-09-03T17:18:23.360Z] Successfully built b79be79ef2cf [2020-09-03T17:18:23.360Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-03T17:18:23.617Z] 1ce36da41761: Pull complete [2020-09-03T17:18:23.617Z] 25b303627fd3: Verifying Checksum [2020-09-03T17:18:23.617Z] 25b303627fd3: Download complete [2020-09-03T17:18:23.620Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f20cf1109d15 [2020-09-03T17:18:23.620Z] ---> 02ab541e7a2d [2020-09-03T17:18:23.620Z] [2020-09-03T17:18:24.206Z] Successfully built 02ab541e7a2d [2020-09-03T17:18:24.206Z] Successfully tagged docker-core-metadata-go:latest [2020-09-03T17:18:24.206Z]  Building docker-core-metadata-go ... done  ---> d4df4577b1e3 [2020-09-03T17:18:24.206Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-03T17:18:24.467Z] Removing intermediate container 767a3660becb [2020-09-03T17:18:24.467Z] ---> bbcaedf7a0dc [2020-09-03T17:18:24.467Z] Step 7/29 : COPY . . [2020-09-03T17:18:27.031Z] ---> 339287b3311f [2020-09-03T17:18:27.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-03T17:18:31.280Z] ---> 3393adad941d [2020-09-03T17:18:31.280Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-03T17:18:31.858Z] ---> Running in 6689bee1d61d [2020-09-03T17:18:32.805Z] Removing intermediate container 6689bee1d61d [2020-09-03T17:18:32.805Z] ---> 0986cc1d9594 [2020-09-03T17:18:32.805Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:18:33.379Z] ---> Running in b1990e2a116f [2020-09-03T17:18:33.640Z] ---> 2f07ae5d098c [2020-09-03T17:18:33.640Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-03T17:18:33.640Z] ---> Running in e76016bf8546 [2020-09-03T17:18:33.640Z] Removing intermediate container b1990e2a116f [2020-09-03T17:18:33.640Z] ---> 4495be038fe9 [2020-09-03T17:18:33.640Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T17:18:33.802Z] 25b303627fd3: Pull complete [2020-09-03T17:18:33.802Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-03T17:18:33.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T17:18:33.802Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-03T17:18:33.901Z] ---> Running in a6c58960d68e [2020-09-03T17:18:34.049Z] prd-ubuntu18.04-docker-arm64-4c-16g-1302 does not seem to be running inside a container [2020-09-03T17:18:34.147Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:18:34.160Z] Removing intermediate container a6c58960d68e [2020-09-03T17:18:34.160Z] ---> f547cfbe9ba5 [2020-09-03T17:18:34.160Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:18:34.160Z] ---> Running in 0aa20da1f9d2 [2020-09-03T17:18:34.426Z] 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-03T17:18:34.426Z] Removing intermediate container 0aa20da1f9d2 [2020-09-03T17:18:34.426Z] ---> f8280f2d46de [2020-09-03T17:18:34.426Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T17:18:34.426Z] ---> Running in 3198a59cf0b9 [2020-09-03T17:18:34.690Z] Removing intermediate container 3198a59cf0b9 [2020-09-03T17:18:34.690Z] ---> dc9b32d2f19c [2020-09-03T17:18:34.690Z] [2020-09-03T17:18:34.690Z] Successfully built dc9b32d2f19c [2020-09-03T17:18:34.690Z] Successfully tagged docker-support-logging-go:latest [2020-09-03T17:18:37.671Z] $ docker top 43bdf387125ef5335f8bb6cef74d76898100e04072f6e61309446a38a28f78b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T17:18:39.091Z] + grep+ docker-compose build --help parallel [2020-09-03T17:18:39.091Z] [2020-09-03T17:18:42.461Z] --parallel Build images in parallel. [Pipeline] } [2020-09-03T17:18:42.767Z] $ docker stop --time=1 43bdf387125ef5335f8bb6cef74d76898100e04072f6e61309446a38a28f78b7 [2020-09-03T17:18:44.744Z] $ docker rm -f 43bdf387125ef5335f8bb6cef74d76898100e04072f6e61309446a38a28f78b7 [2020-09-03T17:18:44.784Z]  Building docker-support-logging-go ... done Removing intermediate container e76016bf8546 [2020-09-03T17:18:44.784Z] ---> 669a6a9eee7e [2020-09-03T17:18:44.784Z] [2020-09-03T17:18:44.784Z] Step 9/29 : FROM alpine:latest [2020-09-03T17:18:44.784Z] ---> a24bb4013296 [2020-09-03T17:18:44.784Z] 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-03T17:18:44.784Z] ---> Running in 63c7e2136cd4 [2020-09-03T17:18:44.784Z] Removing intermediate container 63c7e2136cd4 [2020-09-03T17:18:44.784Z] ---> 555232b95eb6 [2020-09-03T17:18:44.784Z] Step 11/29 : USER root [2020-09-03T17:18:44.784Z] ---> Running in 30b1dec3dfd6 [2020-09-03T17:18:44.784Z] Removing intermediate container 30b1dec3dfd6 [2020-09-03T17:18:44.784Z] ---> 2925af3c3978 [2020-09-03T17:18:44.784Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-03T17:18:44.784Z] ---> Running in faefba51c472 [2020-09-03T17:18:44.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T17:18:44.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T17:18:44.784Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:18:44.784Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:18:44.784Z] OK: 12746 distinct packages available [2020-09-03T17:18:45.046Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-03T17:18:45.046Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-03T17:18:45.046Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:18:45.046Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T17:18:45.046Z] OK: 6 MiB in 16 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:18:45.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T17:18:45.538Z] . [Pipeline] withDockerContainer [2020-09-03T17:18:45.821Z] prd-ubuntu18.04-docker-arm64-4c-16g-1302 does not seem to be running inside a container [2020-09-03T17:18:45.926Z] $ 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/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:18:46.436Z] Removing intermediate container faefba51c472 [2020-09-03T17:18:46.436Z] ---> 5da9431b95a4 [2020-09-03T17:18:46.436Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-03T17:18:46.436Z] ---> Running in eaea29fed9b1 [2020-09-03T17:18:46.698Z] Removing intermediate container eaea29fed9b1 [2020-09-03T17:18:46.698Z] ---> 8eab55551b69 [2020-09-03T17:18:46.698Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-03T17:18:46.698Z] ---> Running in d0960716ce0d [2020-09-03T17:18:46.960Z] Removing intermediate container d0960716ce0d [2020-09-03T17:18:46.960Z] ---> a8902cb4d383 [2020-09-03T17:18:46.960Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-03T17:18:46.960Z] ---> Running in 197d81f7d9ab [2020-09-03T17:18:47.395Z] $ docker top 1504025760a10a62b93b4cb7ee849773c71665ba5ce186247054acb50857d8cc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T17:18:48.344Z] Removing intermediate container 197d81f7d9ab [2020-09-03T17:18:48.344Z] ---> 000471896c5b [2020-09-03T17:18:48.344Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-03T17:18:48.531Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-03T17:18:49.285Z] ---> 41538bad3e13 [2020-09-03T17:18:49.285Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-03T17:18:49.546Z] ---> deabac5d1359 [2020-09-03T17:18:49.546Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-03T17:18:49.809Z] ---> 2f516cfc902b [2020-09-03T17:18:49.809Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-03T17:18:50.070Z] ---> 772c43cdd958 [2020-09-03T17:18:50.070Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-03T17:18:50.331Z] ---> 26d69d5a1cbf [2020-09-03T17:18:50.331Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-03T17:18:50.331Z] ---> Running in addbf5b565bd [2020-09-03T17:18:51.281Z] Removing intermediate container addbf5b565bd [2020-09-03T17:18:51.281Z] ---> 5744267be3fc [2020-09-03T17:18:51.281Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T17:18:51.542Z] ---> 862171676f6b [2020-09-03T17:18:51.542Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T17:18:51.542Z] ---> Running in 263cb3e2c851 [2020-09-03T17:18:51.899Z] Building docker-core-command-go ... [2020-09-03T17:18:51.900Z] Building docker-core-data-go ... [2020-09-03T17:18:51.900Z] Building docker-core-metadata-go ... [2020-09-03T17:18:51.900Z] Building docker-security-proxy-setup-go ... [2020-09-03T17:18:51.900Z] Building docker-security-secrets-setup-go ... [2020-09-03T17:18:51.900Z] Building docker-security-secretstore-setup-go ... [2020-09-03T17:18:51.900Z] Building docker-support-logging-go ... [2020-09-03T17:18:51.900Z] Building docker-support-notifications-go ... [2020-09-03T17:18:51.900Z] Building docker-support-scheduler-go ... [2020-09-03T17:18:51.900Z] Building docker-sys-mgmt-agent-go ... [2020-09-03T17:18:51.900Z] Building docker-core-data-go [2020-09-03T17:18:51.900Z] Building docker-security-secretstore-setup-go [2020-09-03T17:18:51.900Z] Building docker-support-logging-go [2020-09-03T17:18:51.900Z] Building docker-support-notifications-go [2020-09-03T17:18:51.900Z] Building docker-sys-mgmt-agent-go [2020-09-03T17:18:52.488Z] Removing intermediate container 263cb3e2c851 [2020-09-03T17:18:52.489Z] ---> ee602692daa3 [2020-09-03T17:18:52.489Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-03T17:18:52.489Z] ---> Running in e48f72a1c944 [2020-09-03T17:18:53.877Z] Removing intermediate container e48f72a1c944 [2020-09-03T17:18:53.877Z] ---> b7e0ed45d377 [2020-09-03T17:18:53.877Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T17:18:53.877Z] ---> Running in 0544d02c7297 [2020-09-03T17:18:53.877Z] Removing intermediate container 0544d02c7297 [2020-09-03T17:18:53.877Z] ---> 08885311ef36 [2020-09-03T17:18:53.877Z] Step 26/29 : CMD [ "generate" ] [2020-09-03T17:18:53.877Z] ---> Running in afab2449041c [2020-09-03T17:18:54.139Z] Removing intermediate container afab2449041c [2020-09-03T17:18:54.139Z] ---> 91eb25d123de [2020-09-03T17:18:54.139Z] Step 27/29 : LABEL arch=x86_64 [2020-09-03T17:18:54.139Z] ---> Running in 0fc40639465d [2020-09-03T17:18:54.400Z] Removing intermediate container 0fc40639465d [2020-09-03T17:18:54.400Z] ---> 0493d1c77491 [2020-09-03T17:18:54.400Z] Step 28/29 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:18:54.400Z] ---> Running in 4a9336991253 [2020-09-03T17:18:54.661Z] Removing intermediate container 4a9336991253 [2020-09-03T17:18:54.661Z] ---> cdf224fdd05b [2020-09-03T17:18:54.661Z] Step 29/29 : LABEL version=1.2.2-dev.21 [2020-09-03T17:18:54.661Z] ---> Running in 4497a6af3f01 [2020-09-03T17:18:54.923Z] Removing intermediate container 4497a6af3f01 [2020-09-03T17:18:54.923Z] ---> 7f602d455fd7 [2020-09-03T17:18:54.923Z] [2020-09-03T17:18:54.923Z] Successfully built 7f602d455fd7 [2020-09-03T17:18:55.184Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-03T17:18:55.463Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-09-03T17:18:55.536Z] $ docker stop --time=1 3f435eff63287b67b3dc6938e5bacc0508361fb0abc665f6d4d977c94e8abc6f [2020-09-03T17:18:57.262Z] $ docker rm -f 3f435eff63287b67b3dc6938e5bacc0508361fb0abc665f6d4d977c94e8abc6f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:18:57.800Z] + docker images [2020-09-03T17:18:57.800Z] + grep docker [2020-09-03T17:18:58.061Z] docker-security-secrets-setup-go latest 7f602d455fd7 3 seconds ago 25.1MB [2020-09-03T17:18:58.061Z] docker-support-logging-go latest dc9b32d2f19c 23 seconds ago 11.8MB [2020-09-03T17:18:58.061Z] docker-security-proxy-setup-go latest b79be79ef2cf 34 seconds ago 16.4MB [2020-09-03T17:18:58.061Z] docker-core-metadata-go latest 02ab541e7a2d 34 seconds ago 14.4MB [2020-09-03T17:18:58.061Z] docker-core-command-go latest eae9fbdb9781 55 seconds ago 13MB [2020-09-03T17:18:58.061Z] docker-sys-mgmt-agent-go latest 198af8779744 56 seconds ago 284MB [2020-09-03T17:18:58.061Z] docker-core-data-go latest daf69b8a8df0 About a minute ago 24.5MB [2020-09-03T17:18:58.061Z] docker-security-secretstore-setup-go latest e371a656ed1c 2 minutes ago 33.9MB [2020-09-03T17:18:58.061Z] docker-support-notifications-go latest 8fede1aac6cb 2 minutes ago 14.5MB [2020-09-03T17:18:58.061Z] docker-support-scheduler-go latest cda1fb21396e 2 minutes ago 13.1MB [2020-09-03T17:18:58.061Z] 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-03T17:18:58.526Z] provisioning config files... [2020-09-03T17:18:58.641Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/134@tmp/config1471050967425182622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:18:59.102Z] ---> docker-login.sh [2020-09-03T17:18:59.102Z] nexus3.edgexfoundry.org:10001 [2020-09-03T17:18:59.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:18:59.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:18:59.363Z] Configure a credential helper to remove this warning. See [2020-09-03T17:18:59.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:18:59.363Z] [2020-09-03T17:18:59.363Z] Login Succeeded [2020-09-03T17:18:59.363Z] nexus3.edgexfoundry.org:10002 [2020-09-03T17:18:59.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:18:59.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:18:59.363Z] Configure a credential helper to remove this warning. See [2020-09-03T17:18:59.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:18:59.363Z] [2020-09-03T17:18:59.363Z] Login Succeeded [2020-09-03T17:18:59.363Z] nexus3.edgexfoundry.org:10003 [2020-09-03T17:18:59.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:18:59.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:18:59.623Z] Configure a credential helper to remove this warning. See [2020-09-03T17:18:59.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:18:59.623Z] [2020-09-03T17:18:59.623Z] Login Succeeded [2020-09-03T17:18:59.623Z] nexus3.edgexfoundry.org:10004 [2020-09-03T17:18:59.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:18:59.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:18:59.883Z] Configure a credential helper to remove this warning. See [2020-09-03T17:18:59.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:18:59.883Z] [2020-09-03T17:18:59.883Z] Login Succeeded [2020-09-03T17:18:59.883Z] docker.io [2020-09-03T17:18:59.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:19:00.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:19:00.144Z] Configure a credential helper to remove this warning. See [2020-09-03T17:19:00.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:19:00.144Z] [2020-09-03T17:19:00.144Z] Login Succeeded [2020-09-03T17:19:00.144Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T17:19:00.152Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:00.498Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-03T17:19:00.498Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:00.498Z] 1.2.2-dev.21 [2020-09-03T17:19:00.498Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:00.498Z] master [2020-09-03T17:19:00.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:01.065Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:01.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:01.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T17:19:01.364Z] 975df018efd4: Preparing [2020-09-03T17:19:01.364Z] 92d0a4c83ebf: Preparing [2020-09-03T17:19:01.364Z] 4f91f7a74d7b: Preparing [2020-09-03T17:19:01.364Z] 975df018efd4: Pushed [2020-09-03T17:19:01.364Z] 4f91f7a74d7b: Pushed [2020-09-03T17:19:02.747Z] 92d0a4c83ebf: Pushed [2020-09-03T17:19:02.747Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:b2a4c3291aa4999e4e80a246a3bcd25f5cb19165f822b3684326169ff354e219 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:03.058Z] + 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-03T17:19:03.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [2020-09-03T17:19:03.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T17:19:03.426Z] 975df018efd4: Preparing [2020-09-03T17:19:03.426Z] 92d0a4c83ebf: Preparing [2020-09-03T17:19:03.426Z] 4f91f7a74d7b: Preparing [2020-09-03T17:19:03.426Z] 4f91f7a74d7b: Layer already exists [2020-09-03T17:19:03.426Z] 92d0a4c83ebf: Layer already exists [2020-09-03T17:19:03.426Z] 975df018efd4: Layer already exists [2020-09-03T17:19:03.426Z] 1.2.2-dev.21: digest: sha256:b2a4c3291aa4999e4e80a246a3bcd25f5cb19165f822b3684326169ff354e219 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:03.744Z] + 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-03T17:19:04.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:04.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T17:19:04.071Z] 975df018efd4: Preparing [2020-09-03T17:19:04.071Z] 92d0a4c83ebf: Preparing [2020-09-03T17:19:04.071Z] 4f91f7a74d7b: Preparing [2020-09-03T17:19:04.071Z] 4f91f7a74d7b: Layer already exists [2020-09-03T17:19:04.071Z] 975df018efd4: Layer already exists [2020-09-03T17:19:04.071Z] 92d0a4c83ebf: Layer already exists [2020-09-03T17:19:04.071Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:b2a4c3291aa4999e4e80a246a3bcd25f5cb19165f822b3684326169ff354e219 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:04.371Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:04.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-03T17:19:04.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T17:19:04.667Z] 975df018efd4: Preparing [2020-09-03T17:19:04.667Z] 92d0a4c83ebf: Preparing [2020-09-03T17:19:04.667Z] 4f91f7a74d7b: Preparing [2020-09-03T17:19:04.667Z] 4f91f7a74d7b: Layer already exists [2020-09-03T17:19:04.667Z] 92d0a4c83ebf: Layer already exists [2020-09-03T17:19:04.667Z] 975df018efd4: Layer already exists [2020-09-03T17:19:04.667Z] master: digest: sha256:b2a4c3291aa4999e4e80a246a3bcd25f5cb19165f822b3684326169ff354e219 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:04.838Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:04.889Z] taggedImages: [2020-09-03T17:19:04.889Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:04.889Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.21 [2020-09-03T17:19:04.889Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:04.889Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-03T17:19:04.943Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-03T17:19:04.943Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:04.943Z] 1.2.2-dev.21 [2020-09-03T17:19:04.943Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:04.943Z] master [2020-09-03T17:19:04.943Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:05.417Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:05.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:05.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T17:19:05.719Z] 29c0e82a1a7f: Preparing [2020-09-03T17:19:05.719Z] 9199cd31af0c: Preparing [2020-09-03T17:19:05.719Z] 199f3a148e7d: Preparing [2020-09-03T17:19:05.719Z] 483b7350220b: Preparing [2020-09-03T17:19:05.719Z] 935c97abb351: Preparing [2020-09-03T17:19:05.719Z] 50644c29ef5a: Preparing [2020-09-03T17:19:05.719Z] 50644c29ef5a: Waiting [2020-09-03T17:19:05.980Z] 199f3a148e7d: Pushed [2020-09-03T17:19:05.980Z] 935c97abb351: Pushed [2020-09-03T17:19:05.980Z] 29c0e82a1a7f: Pushed [2020-09-03T17:19:05.980Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:05.980Z] 483b7350220b: Pushed [2020-09-03T17:19:06.926Z] 9199cd31af0c: Pushed [2020-09-03T17:19:07.187Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:2986b5b4db240d18ecd965368b56898956deeb29550fff7a1a47bff4b0da5f39 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:07.488Z] + 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-03T17:19:07.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [2020-09-03T17:19:07.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T17:19:07.782Z] 29c0e82a1a7f: Preparing [2020-09-03T17:19:07.782Z] 9199cd31af0c: Preparing [2020-09-03T17:19:07.782Z] 199f3a148e7d: Preparing [2020-09-03T17:19:07.782Z] 483b7350220b: Preparing [2020-09-03T17:19:07.782Z] 935c97abb351: Preparing [2020-09-03T17:19:07.782Z] 50644c29ef5a: Preparing [2020-09-03T17:19:07.782Z] 50644c29ef5a: Waiting [2020-09-03T17:19:07.782Z] 199f3a148e7d: Layer already exists [2020-09-03T17:19:07.782Z] 483b7350220b: Layer already exists [2020-09-03T17:19:07.782Z] 9199cd31af0c: Layer already exists [2020-09-03T17:19:07.782Z] 935c97abb351: Layer already exists [2020-09-03T17:19:07.782Z] 29c0e82a1a7f: Layer already exists [2020-09-03T17:19:07.782Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:07.782Z] 1.2.2-dev.21: digest: sha256:2986b5b4db240d18ecd965368b56898956deeb29550fff7a1a47bff4b0da5f39 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:08.085Z] + 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-03T17:19:08.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:08.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T17:19:08.381Z] 29c0e82a1a7f: Preparing [2020-09-03T17:19:08.381Z] 9199cd31af0c: Preparing [2020-09-03T17:19:08.381Z] 199f3a148e7d: Preparing [2020-09-03T17:19:08.381Z] 483b7350220b: Preparing [2020-09-03T17:19:08.381Z] 935c97abb351: Preparing [2020-09-03T17:19:08.381Z] 50644c29ef5a: Preparing [2020-09-03T17:19:08.381Z] 50644c29ef5a: Waiting [2020-09-03T17:19:08.381Z] 9199cd31af0c: Layer already exists [2020-09-03T17:19:08.381Z] 483b7350220b: Layer already exists [2020-09-03T17:19:08.381Z] 935c97abb351: Layer already exists [2020-09-03T17:19:08.381Z] 199f3a148e7d: Layer already exists [2020-09-03T17:19:08.381Z] 29c0e82a1a7f: Layer already exists [2020-09-03T17:19:08.381Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:08.381Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:2986b5b4db240d18ecd965368b56898956deeb29550fff7a1a47bff4b0da5f39 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:08.683Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:08.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-03T17:19:08.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T17:19:08.991Z] 29c0e82a1a7f: Preparing [2020-09-03T17:19:08.991Z] 9199cd31af0c: Preparing [2020-09-03T17:19:08.991Z] 199f3a148e7d: Preparing [2020-09-03T17:19:08.991Z] 483b7350220b: Preparing [2020-09-03T17:19:08.991Z] 935c97abb351: Preparing [2020-09-03T17:19:08.991Z] 50644c29ef5a: Preparing [2020-09-03T17:19:08.991Z] 50644c29ef5a: Waiting [2020-09-03T17:19:08.991Z] 935c97abb351: Layer already exists [2020-09-03T17:19:08.991Z] 483b7350220b: Layer already exists [2020-09-03T17:19:08.991Z] 9199cd31af0c: Layer already exists [2020-09-03T17:19:08.991Z] 29c0e82a1a7f: Layer already exists [2020-09-03T17:19:08.991Z] 199f3a148e7d: Layer already exists [2020-09-03T17:19:08.991Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:08.991Z] master: digest: sha256:2986b5b4db240d18ecd965368b56898956deeb29550fff7a1a47bff4b0da5f39 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:09.155Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:09.200Z] taggedImages: [2020-09-03T17:19:09.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:09.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.21 [2020-09-03T17:19:09.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:09.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-03T17:19:09.252Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-03T17:19:09.252Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:09.252Z] 1.2.2-dev.21 [2020-09-03T17:19:09.252Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:09.252Z] master [2020-09-03T17:19:09.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:09.705Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:10.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:10.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T17:19:10.017Z] 341fe6c25c81: Preparing [2020-09-03T17:19:10.017Z] 98b4432aabd2: Preparing [2020-09-03T17:19:10.017Z] 9e57d1890c8c: Preparing [2020-09-03T17:19:10.017Z] 9e57d1890c8c: Pushed [2020-09-03T17:19:10.017Z] 341fe6c25c81: Pushed [2020-09-03T17:19:11.405Z] 98b4432aabd2: Pushed [2020-09-03T17:19:11.405Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:aae8242c60da16f9ccb0eabad987aabf77a4027ebed58c164ee58ff8ef4eab14 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:11.713Z] + 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-03T17:19:12.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [2020-09-03T17:19:12.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T17:19:12.007Z] 341fe6c25c81: Preparing [2020-09-03T17:19:12.007Z] 98b4432aabd2: Preparing [2020-09-03T17:19:12.007Z] 9e57d1890c8c: Preparing [2020-09-03T17:19:12.007Z] 9e57d1890c8c: Layer already exists [2020-09-03T17:19:12.007Z] 98b4432aabd2: Layer already exists [2020-09-03T17:19:12.007Z] 341fe6c25c81: Layer already exists [2020-09-03T17:19:12.007Z] 1.2.2-dev.21: digest: sha256:aae8242c60da16f9ccb0eabad987aabf77a4027ebed58c164ee58ff8ef4eab14 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:12.308Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:12.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:12.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T17:19:12.601Z] 341fe6c25c81: Preparing [2020-09-03T17:19:12.601Z] 98b4432aabd2: Preparing [2020-09-03T17:19:12.601Z] 9e57d1890c8c: Preparing [2020-09-03T17:19:12.601Z] 9e57d1890c8c: Layer already exists [2020-09-03T17:19:12.601Z] 341fe6c25c81: Layer already exists [2020-09-03T17:19:12.601Z] 98b4432aabd2: Layer already exists [2020-09-03T17:19:12.601Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:aae8242c60da16f9ccb0eabad987aabf77a4027ebed58c164ee58ff8ef4eab14 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:12.901Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:13.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-03T17:19:13.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T17:19:13.203Z] 341fe6c25c81: Preparing [2020-09-03T17:19:13.203Z] 98b4432aabd2: Preparing [2020-09-03T17:19:13.203Z] 9e57d1890c8c: Preparing [2020-09-03T17:19:13.203Z] 341fe6c25c81: Layer already exists [2020-09-03T17:19:13.203Z] 98b4432aabd2: Layer already exists [2020-09-03T17:19:13.203Z] 9e57d1890c8c: Layer already exists [2020-09-03T17:19:13.203Z] master: digest: sha256:aae8242c60da16f9ccb0eabad987aabf77a4027ebed58c164ee58ff8ef4eab14 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:13.373Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:13.413Z] taggedImages: [2020-09-03T17:19:13.413Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:13.413Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.21 [2020-09-03T17:19:13.413Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:13.413Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-03T17:19:13.464Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-03T17:19:13.464Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:13.464Z] 1.2.2-dev.21 [2020-09-03T17:19:13.464Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:13.464Z] master [2020-09-03T17:19:13.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:13.978Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:14.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:14.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T17:19:14.275Z] aa17e0c2f46a: Preparing [2020-09-03T17:19:14.275Z] fbe721fcf4d6: Preparing [2020-09-03T17:19:14.275Z] 038122779c6d: Preparing [2020-09-03T17:19:14.275Z] 9d15aadb295d: Preparing [2020-09-03T17:19:14.275Z] 50644c29ef5a: Preparing [2020-09-03T17:19:14.275Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:14.275Z] 038122779c6d: Pushed [2020-09-03T17:19:14.275Z] fbe721fcf4d6: Pushed [2020-09-03T17:19:14.848Z] 9d15aadb295d: Pushed [2020-09-03T17:19:15.423Z] aa17e0c2f46a: Pushed [2020-09-03T17:19:15.423Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:52aaa4ceb7783a65346d2658470ee0d65b5678ca5c6385342546ff3eb61c52ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:15.723Z] + 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-03T17:19:16.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [2020-09-03T17:19:16.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T17:19:16.020Z] aa17e0c2f46a: Preparing [2020-09-03T17:19:16.020Z] fbe721fcf4d6: Preparing [2020-09-03T17:19:16.020Z] 038122779c6d: Preparing [2020-09-03T17:19:16.020Z] 9d15aadb295d: Preparing [2020-09-03T17:19:16.020Z] 50644c29ef5a: Preparing [2020-09-03T17:19:16.020Z] 038122779c6d: Layer already exists [2020-09-03T17:19:16.020Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:16.020Z] aa17e0c2f46a: Layer already exists [2020-09-03T17:19:16.020Z] fbe721fcf4d6: Layer already exists [2020-09-03T17:19:16.020Z] 9d15aadb295d: Layer already exists [2020-09-03T17:19:16.020Z] 1.2.2-dev.21: digest: sha256:52aaa4ceb7783a65346d2658470ee0d65b5678ca5c6385342546ff3eb61c52ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:16.323Z] + 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-03T17:19:16.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:16.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T17:19:16.620Z] aa17e0c2f46a: Preparing [2020-09-03T17:19:16.620Z] fbe721fcf4d6: Preparing [2020-09-03T17:19:16.620Z] 038122779c6d: Preparing [2020-09-03T17:19:16.620Z] 9d15aadb295d: Preparing [2020-09-03T17:19:16.620Z] 50644c29ef5a: Preparing [2020-09-03T17:19:16.620Z] aa17e0c2f46a: Layer already exists [2020-09-03T17:19:16.620Z] 9d15aadb295d: Layer already exists [2020-09-03T17:19:16.620Z] 038122779c6d: Layer already exists [2020-09-03T17:19:16.620Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:16.620Z] fbe721fcf4d6: Layer already exists [2020-09-03T17:19:16.620Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:52aaa4ceb7783a65346d2658470ee0d65b5678ca5c6385342546ff3eb61c52ec size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:17.040Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:17.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-03T17:19:17.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T17:19:17.373Z] aa17e0c2f46a: Preparing [2020-09-03T17:19:17.373Z] fbe721fcf4d6: Preparing [2020-09-03T17:19:17.373Z] 038122779c6d: Preparing [2020-09-03T17:19:17.373Z] 9d15aadb295d: Preparing [2020-09-03T17:19:17.373Z] 50644c29ef5a: Preparing [2020-09-03T17:19:17.373Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:17.373Z] 038122779c6d: Layer already exists [2020-09-03T17:19:17.373Z] aa17e0c2f46a: Layer already exists [2020-09-03T17:19:17.373Z] fbe721fcf4d6: Layer already exists [2020-09-03T17:19:17.373Z] 9d15aadb295d: Layer already exists [2020-09-03T17:19:17.373Z] master: digest: sha256:52aaa4ceb7783a65346d2658470ee0d65b5678ca5c6385342546ff3eb61c52ec size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:17.525Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:17.563Z] taggedImages: [2020-09-03T17:19:17.563Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:17.563Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.21 [2020-09-03T17:19:17.563Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:17.563Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-03T17:19:17.614Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-03T17:19:17.614Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:17.614Z] 1.2.2-dev.21 [2020-09-03T17:19:17.614Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:17.614Z] master [2020-09-03T17:19:17.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:18.075Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:18.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:18.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T17:19:18.371Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:18.371Z] 9c33d58e12b0: Preparing [2020-09-03T17:19:18.371Z] 206932479e8d: Preparing [2020-09-03T17:19:18.371Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:18.371Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:18.371Z] d3168719331b: Preparing [2020-09-03T17:19:18.371Z] 96634ca0da44: Preparing [2020-09-03T17:19:18.371Z] 247b619f2d8a: Preparing [2020-09-03T17:19:18.371Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:18.371Z] ebb34b6246ec: Preparing [2020-09-03T17:19:18.371Z] 10c00966c418: Preparing [2020-09-03T17:19:18.371Z] b51801bec99f: Preparing [2020-09-03T17:19:18.371Z] 50644c29ef5a: Preparing [2020-09-03T17:19:18.371Z] 247b619f2d8a: Waiting [2020-09-03T17:19:18.371Z] ebb34b6246ec: Waiting [2020-09-03T17:19:18.371Z] 10c00966c418: Waiting [2020-09-03T17:19:18.371Z] b51801bec99f: Waiting [2020-09-03T17:19:18.371Z] 50644c29ef5a: Waiting [2020-09-03T17:19:18.371Z] 96634ca0da44: Waiting [2020-09-03T17:19:18.632Z] 9c33d58e12b0: Pushed [2020-09-03T17:19:18.632Z] d3168719331b: Pushed [2020-09-03T17:19:18.632Z] 68ff6e4dc4fd: Pushed [2020-09-03T17:19:18.632Z] 206932479e8d: Pushed [2020-09-03T17:19:19.201Z] 96634ca0da44: Pushed [2020-09-03T17:19:19.461Z] ebb34b6246ec: Pushed [2020-09-03T17:19:19.461Z] 2a35a1a85dcf: Pushed [2020-09-03T17:19:19.461Z] 247b619f2d8a: Pushed [2020-09-03T17:19:19.461Z] 10c00966c418: Pushed [2020-09-03T17:19:19.461Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:19.461Z] b51801bec99f: Pushed [2020-09-03T17:19:19.722Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:6a342bc79c358965793ac4429c58ff6698cc25db00387e51d160f796e4c82212 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:20.020Z] + 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-03T17:19:20.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [2020-09-03T17:19:20.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T17:19:20.318Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:20.318Z] 9c33d58e12b0: Preparing [2020-09-03T17:19:20.318Z] 206932479e8d: Preparing [2020-09-03T17:19:20.318Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:20.318Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:20.318Z] d3168719331b: Preparing [2020-09-03T17:19:20.318Z] 96634ca0da44: Preparing [2020-09-03T17:19:20.318Z] 247b619f2d8a: Preparing [2020-09-03T17:19:20.318Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:20.318Z] ebb34b6246ec: Preparing [2020-09-03T17:19:20.318Z] 10c00966c418: Preparing [2020-09-03T17:19:20.318Z] b51801bec99f: Preparing [2020-09-03T17:19:20.318Z] 50644c29ef5a: Preparing [2020-09-03T17:19:20.318Z] ebb34b6246ec: Waiting [2020-09-03T17:19:20.318Z] 10c00966c418: Waiting [2020-09-03T17:19:20.318Z] b51801bec99f: Waiting [2020-09-03T17:19:20.318Z] 96634ca0da44: Waiting [2020-09-03T17:19:20.318Z] 50644c29ef5a: Waiting [2020-09-03T17:19:20.318Z] 247b619f2d8a: Waiting [2020-09-03T17:19:20.318Z] d3168719331b: Layer already exists [2020-09-03T17:19:20.318Z] 206932479e8d: Layer already exists [2020-09-03T17:19:20.318Z] 2a35a1a85dcf: Layer already exists [2020-09-03T17:19:20.318Z] 9c33d58e12b0: Layer already exists [2020-09-03T17:19:20.318Z] 68ff6e4dc4fd: Layer already exists [2020-09-03T17:19:20.318Z] 247b619f2d8a: Layer already exists [2020-09-03T17:19:20.318Z] 96634ca0da44: Layer already exists [2020-09-03T17:19:20.318Z] ebb34b6246ec: Layer already exists [2020-09-03T17:19:20.318Z] 10c00966c418: Layer already exists [2020-09-03T17:19:20.318Z] b51801bec99f: Layer already exists [2020-09-03T17:19:20.318Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:20.318Z] 1.2.2-dev.21: digest: sha256:6a342bc79c358965793ac4429c58ff6698cc25db00387e51d160f796e4c82212 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:20.627Z] + 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-03T17:19:20.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:20.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T17:19:20.920Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:20.920Z] 9c33d58e12b0: Preparing [2020-09-03T17:19:20.920Z] 206932479e8d: Preparing [2020-09-03T17:19:20.920Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:20.920Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:20.920Z] d3168719331b: Preparing [2020-09-03T17:19:20.920Z] 96634ca0da44: Preparing [2020-09-03T17:19:20.920Z] 247b619f2d8a: Preparing [2020-09-03T17:19:20.920Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:20.920Z] ebb34b6246ec: Preparing [2020-09-03T17:19:20.920Z] 10c00966c418: Preparing [2020-09-03T17:19:20.920Z] b51801bec99f: Preparing [2020-09-03T17:19:20.920Z] 50644c29ef5a: Preparing [2020-09-03T17:19:20.920Z] 96634ca0da44: Waiting [2020-09-03T17:19:20.920Z] b51801bec99f: Waiting [2020-09-03T17:19:20.920Z] 247b619f2d8a: Waiting [2020-09-03T17:19:20.920Z] ebb34b6246ec: Waiting [2020-09-03T17:19:20.920Z] 10c00966c418: Waiting [2020-09-03T17:19:20.920Z] 50644c29ef5a: Waiting [2020-09-03T17:19:20.920Z] 206932479e8d: Layer already exists [2020-09-03T17:19:20.920Z] 2a35a1a85dcf: Layer already exists [2020-09-03T17:19:20.920Z] 68ff6e4dc4fd: Layer already exists [2020-09-03T17:19:20.920Z] 9c33d58e12b0: Layer already exists [2020-09-03T17:19:20.920Z] d3168719331b: Layer already exists [2020-09-03T17:19:20.920Z] 96634ca0da44: Layer already exists [2020-09-03T17:19:20.920Z] 10c00966c418: Layer already exists [2020-09-03T17:19:20.920Z] 247b619f2d8a: Layer already exists [2020-09-03T17:19:20.920Z] ebb34b6246ec: Layer already exists [2020-09-03T17:19:20.920Z] b51801bec99f: Layer already exists [2020-09-03T17:19:20.920Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:20.920Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:6a342bc79c358965793ac4429c58ff6698cc25db00387e51d160f796e4c82212 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:21.220Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:21.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-03T17:19:21.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T17:19:21.515Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:21.515Z] 9c33d58e12b0: Preparing [2020-09-03T17:19:21.515Z] 206932479e8d: Preparing [2020-09-03T17:19:21.515Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:21.515Z] 68ff6e4dc4fd: Preparing [2020-09-03T17:19:21.515Z] d3168719331b: Preparing [2020-09-03T17:19:21.515Z] 96634ca0da44: Preparing [2020-09-03T17:19:21.515Z] 247b619f2d8a: Preparing [2020-09-03T17:19:21.515Z] 2a35a1a85dcf: Preparing [2020-09-03T17:19:21.515Z] ebb34b6246ec: Preparing [2020-09-03T17:19:21.515Z] 10c00966c418: Preparing [2020-09-03T17:19:21.515Z] b51801bec99f: Preparing [2020-09-03T17:19:21.515Z] 50644c29ef5a: Preparing [2020-09-03T17:19:21.515Z] 96634ca0da44: Waiting [2020-09-03T17:19:21.515Z] 247b619f2d8a: Waiting [2020-09-03T17:19:21.515Z] b51801bec99f: Waiting [2020-09-03T17:19:21.515Z] 50644c29ef5a: Waiting [2020-09-03T17:19:21.515Z] ebb34b6246ec: Waiting [2020-09-03T17:19:21.515Z] 10c00966c418: Waiting [2020-09-03T17:19:21.515Z] d3168719331b: Layer already exists [2020-09-03T17:19:21.515Z] 206932479e8d: Layer already exists [2020-09-03T17:19:21.515Z] 68ff6e4dc4fd: Layer already exists [2020-09-03T17:19:21.515Z] 9c33d58e12b0: Layer already exists [2020-09-03T17:19:21.515Z] 2a35a1a85dcf: Layer already exists [2020-09-03T17:19:21.515Z] 247b619f2d8a: Layer already exists [2020-09-03T17:19:21.515Z] 96634ca0da44: Layer already exists [2020-09-03T17:19:21.515Z] 10c00966c418: Layer already exists [2020-09-03T17:19:21.515Z] ebb34b6246ec: Layer already exists [2020-09-03T17:19:21.515Z] b51801bec99f: Layer already exists [2020-09-03T17:19:21.515Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:21.515Z] master: digest: sha256:6a342bc79c358965793ac4429c58ff6698cc25db00387e51d160f796e4c82212 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:21.663Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:21.699Z] taggedImages: [2020-09-03T17:19:21.699Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:21.699Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.21 [2020-09-03T17:19:21.699Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:21.699Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-03T17:19:21.748Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-03T17:19:21.748Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:21.748Z] 1.2.2-dev.21 [2020-09-03T17:19:21.748Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:21.748Z] master [2020-09-03T17:19:21.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:22.188Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:22.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:22.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T17:19:22.484Z] c0725898bb49: Preparing [2020-09-03T17:19:22.484Z] 8ecd5f8dd65f: Preparing [2020-09-03T17:19:22.484Z] 71957d080ef8: Preparing [2020-09-03T17:19:22.484Z] 1ba9188a7a3c: Preparing [2020-09-03T17:19:22.484Z] ce2fad45f4c2: Preparing [2020-09-03T17:19:22.484Z] da10c5d94574: Preparing [2020-09-03T17:19:22.484Z] 43e5fe58e563: Preparing [2020-09-03T17:19:22.484Z] 6a823d769497: Preparing [2020-09-03T17:19:22.484Z] e93317b3e4af: Preparing [2020-09-03T17:19:22.484Z] 4c71138b5c8c: Preparing [2020-09-03T17:19:22.484Z] 1b3ee35aacca: Preparing [2020-09-03T17:19:22.484Z] 6a823d769497: Waiting [2020-09-03T17:19:22.484Z] 4c71138b5c8c: Waiting [2020-09-03T17:19:22.484Z] e93317b3e4af: Waiting [2020-09-03T17:19:22.484Z] da10c5d94574: Waiting [2020-09-03T17:19:22.484Z] 1b3ee35aacca: Waiting [2020-09-03T17:19:22.484Z] 43e5fe58e563: Waiting [2020-09-03T17:19:22.746Z] c0725898bb49: Pushed [2020-09-03T17:19:22.746Z] 8ecd5f8dd65f: Pushed [2020-09-03T17:19:22.746Z] da10c5d94574: Pushed [2020-09-03T17:19:22.746Z] 43e5fe58e563: Pushed [2020-09-03T17:19:23.015Z] 6a823d769497: Pushed [2020-09-03T17:19:23.015Z] e93317b3e4af: Pushed [2020-09-03T17:19:23.015Z] 1b3ee35aacca: Layer already exists [2020-09-03T17:19:23.588Z] 71957d080ef8: Pushed [2020-09-03T17:19:23.588Z] ce2fad45f4c2: Pushed [2020-09-03T17:19:23.588Z] 4c71138b5c8c: Pushed [2020-09-03T17:19:23.588Z] 1ba9188a7a3c: Pushed [2020-09-03T17:19:23.854Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:7c818a5068eac174ee9a3ed3a666daec8f83f957528084f773c70db01ca3ec42 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:24.156Z] + 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-03T17:19:24.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [2020-09-03T17:19:24.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T17:19:24.451Z] c0725898bb49: Preparing [2020-09-03T17:19:24.451Z] 8ecd5f8dd65f: Preparing [2020-09-03T17:19:24.451Z] 71957d080ef8: Preparing [2020-09-03T17:19:24.451Z] 1ba9188a7a3c: Preparing [2020-09-03T17:19:24.451Z] ce2fad45f4c2: Preparing [2020-09-03T17:19:24.451Z] da10c5d94574: Preparing [2020-09-03T17:19:24.451Z] 43e5fe58e563: Preparing [2020-09-03T17:19:24.451Z] 6a823d769497: Preparing [2020-09-03T17:19:24.451Z] e93317b3e4af: Preparing [2020-09-03T17:19:24.451Z] 4c71138b5c8c: Preparing [2020-09-03T17:19:24.451Z] 1b3ee35aacca: Preparing [2020-09-03T17:19:24.451Z] da10c5d94574: Waiting [2020-09-03T17:19:24.451Z] 43e5fe58e563: Waiting [2020-09-03T17:19:24.451Z] 6a823d769497: Waiting [2020-09-03T17:19:24.451Z] e93317b3e4af: Waiting [2020-09-03T17:19:24.451Z] 4c71138b5c8c: Waiting [2020-09-03T17:19:24.451Z] 1b3ee35aacca: Waiting [2020-09-03T17:19:24.451Z] c0725898bb49: Layer already exists [2020-09-03T17:19:24.451Z] 1ba9188a7a3c: Layer already exists [2020-09-03T17:19:24.451Z] 8ecd5f8dd65f: Layer already exists [2020-09-03T17:19:24.451Z] ce2fad45f4c2: Layer already exists [2020-09-03T17:19:24.451Z] 71957d080ef8: Layer already exists [2020-09-03T17:19:24.451Z] 43e5fe58e563: Layer already exists [2020-09-03T17:19:24.451Z] da10c5d94574: Layer already exists [2020-09-03T17:19:24.451Z] 6a823d769497: Layer already exists [2020-09-03T17:19:24.451Z] 4c71138b5c8c: Layer already exists [2020-09-03T17:19:24.451Z] e93317b3e4af: Layer already exists [2020-09-03T17:19:24.451Z] 1b3ee35aacca: Layer already exists [2020-09-03T17:19:24.451Z] 1.2.2-dev.21: digest: sha256:7c818a5068eac174ee9a3ed3a666daec8f83f957528084f773c70db01ca3ec42 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:24.750Z] + 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-03T17:19:25.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:25.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T17:19:25.043Z] c0725898bb49: Preparing [2020-09-03T17:19:25.043Z] 8ecd5f8dd65f: Preparing [2020-09-03T17:19:25.043Z] 71957d080ef8: Preparing [2020-09-03T17:19:25.043Z] 1ba9188a7a3c: Preparing [2020-09-03T17:19:25.043Z] ce2fad45f4c2: Preparing [2020-09-03T17:19:25.043Z] da10c5d94574: Preparing [2020-09-03T17:19:25.043Z] 43e5fe58e563: Preparing [2020-09-03T17:19:25.043Z] 6a823d769497: Preparing [2020-09-03T17:19:25.043Z] e93317b3e4af: Preparing [2020-09-03T17:19:25.043Z] 4c71138b5c8c: Preparing [2020-09-03T17:19:25.043Z] 1b3ee35aacca: Preparing [2020-09-03T17:19:25.043Z] 43e5fe58e563: Waiting [2020-09-03T17:19:25.043Z] 6a823d769497: Waiting [2020-09-03T17:19:25.043Z] e93317b3e4af: Waiting [2020-09-03T17:19:25.043Z] 4c71138b5c8c: Waiting [2020-09-03T17:19:25.043Z] 1b3ee35aacca: Waiting [2020-09-03T17:19:25.043Z] da10c5d94574: Waiting [2020-09-03T17:19:25.043Z] c0725898bb49: Layer already exists [2020-09-03T17:19:25.043Z] 71957d080ef8: Layer already exists [2020-09-03T17:19:25.043Z] ce2fad45f4c2: Layer already exists [2020-09-03T17:19:25.043Z] 1ba9188a7a3c: Layer already exists [2020-09-03T17:19:25.043Z] 8ecd5f8dd65f: Layer already exists [2020-09-03T17:19:25.043Z] e93317b3e4af: Layer already exists [2020-09-03T17:19:25.043Z] da10c5d94574: Layer already exists [2020-09-03T17:19:25.043Z] 43e5fe58e563: Layer already exists [2020-09-03T17:19:25.043Z] 6a823d769497: Layer already exists [2020-09-03T17:19:25.043Z] 4c71138b5c8c: Layer already exists [2020-09-03T17:19:25.043Z] 1b3ee35aacca: Layer already exists [2020-09-03T17:19:25.043Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:7c818a5068eac174ee9a3ed3a666daec8f83f957528084f773c70db01ca3ec42 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:25.339Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:25.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-03T17:19:25.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T17:19:25.629Z] c0725898bb49: Preparing [2020-09-03T17:19:25.629Z] 8ecd5f8dd65f: Preparing [2020-09-03T17:19:25.629Z] 71957d080ef8: Preparing [2020-09-03T17:19:25.630Z] 1ba9188a7a3c: Preparing [2020-09-03T17:19:25.630Z] ce2fad45f4c2: Preparing [2020-09-03T17:19:25.630Z] da10c5d94574: Preparing [2020-09-03T17:19:25.630Z] 43e5fe58e563: Preparing [2020-09-03T17:19:25.630Z] 6a823d769497: Preparing [2020-09-03T17:19:25.630Z] e93317b3e4af: Preparing [2020-09-03T17:19:25.630Z] 4c71138b5c8c: Preparing [2020-09-03T17:19:25.630Z] 1b3ee35aacca: Preparing [2020-09-03T17:19:25.630Z] da10c5d94574: Waiting [2020-09-03T17:19:25.630Z] 43e5fe58e563: Waiting [2020-09-03T17:19:25.630Z] 6a823d769497: Waiting [2020-09-03T17:19:25.630Z] e93317b3e4af: Waiting [2020-09-03T17:19:25.630Z] 4c71138b5c8c: Waiting [2020-09-03T17:19:25.630Z] 1b3ee35aacca: Waiting [2020-09-03T17:19:25.630Z] 8ecd5f8dd65f: Layer already exists [2020-09-03T17:19:25.630Z] c0725898bb49: Layer already exists [2020-09-03T17:19:25.630Z] 1ba9188a7a3c: Layer already exists [2020-09-03T17:19:25.630Z] 71957d080ef8: Layer already exists [2020-09-03T17:19:25.630Z] ce2fad45f4c2: Layer already exists [2020-09-03T17:19:25.630Z] da10c5d94574: Layer already exists [2020-09-03T17:19:25.630Z] 4c71138b5c8c: Layer already exists [2020-09-03T17:19:25.630Z] 6a823d769497: Layer already exists [2020-09-03T17:19:25.630Z] e93317b3e4af: Layer already exists [2020-09-03T17:19:25.630Z] 43e5fe58e563: Layer already exists [2020-09-03T17:19:25.630Z] 1b3ee35aacca: Layer already exists [2020-09-03T17:19:25.630Z] master: digest: sha256:7c818a5068eac174ee9a3ed3a666daec8f83f957528084f773c70db01ca3ec42 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:25.797Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:25.838Z] taggedImages: [2020-09-03T17:19:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.21 [2020-09-03T17:19:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-03T17:19:25.887Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-03T17:19:25.887Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:25.887Z] 1.2.2-dev.21 [2020-09-03T17:19:25.887Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:25.887Z] master [2020-09-03T17:19:25.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:26.372Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:26.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:26.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T17:19:26.665Z] 12ff4c2f978f: Preparing [2020-09-03T17:19:26.665Z] 8ed4d55aea13: Preparing [2020-09-03T17:19:26.665Z] 7645854e8064: Preparing [2020-09-03T17:19:26.665Z] f54190665281: Preparing [2020-09-03T17:19:26.665Z] 7645854e8064: Pushed [2020-09-03T17:19:26.665Z] 12ff4c2f978f: Pushed [2020-09-03T17:19:26.924Z] f54190665281: Pushed [2020-09-03T17:19:27.865Z] 8ed4d55aea13: Pushed [2020-09-03T17:19:27.865Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:d1cabfb3c3e41051ea44d42577a0ba1dafc0cdaa8dc471f8d4a075064397de47 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:28.162Z] + 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-03T17:19:28.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [2020-09-03T17:19:28.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T17:19:28.456Z] 12ff4c2f978f: Preparing [2020-09-03T17:19:28.456Z] 8ed4d55aea13: Preparing [2020-09-03T17:19:28.456Z] 7645854e8064: Preparing [2020-09-03T17:19:28.456Z] f54190665281: Preparing [2020-09-03T17:19:28.456Z] 12ff4c2f978f: Layer already exists [2020-09-03T17:19:28.456Z] 8ed4d55aea13: Layer already exists [2020-09-03T17:19:28.456Z] 7645854e8064: Layer already exists [2020-09-03T17:19:28.456Z] f54190665281: Layer already exists [2020-09-03T17:19:28.456Z] 1.2.2-dev.21: digest: sha256:d1cabfb3c3e41051ea44d42577a0ba1dafc0cdaa8dc471f8d4a075064397de47 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:28.751Z] + 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-03T17:19:29.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:29.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T17:19:29.044Z] 12ff4c2f978f: Preparing [2020-09-03T17:19:29.044Z] 8ed4d55aea13: Preparing [2020-09-03T17:19:29.044Z] 7645854e8064: Preparing [2020-09-03T17:19:29.044Z] f54190665281: Preparing [2020-09-03T17:19:29.044Z] 7645854e8064: Layer already exists [2020-09-03T17:19:29.044Z] 12ff4c2f978f: Layer already exists [2020-09-03T17:19:29.044Z] f54190665281: Layer already exists [2020-09-03T17:19:29.044Z] 8ed4d55aea13: Layer already exists [2020-09-03T17:19:29.044Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:d1cabfb3c3e41051ea44d42577a0ba1dafc0cdaa8dc471f8d4a075064397de47 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:29.338Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:29.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-03T17:19:29.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T17:19:29.629Z] 12ff4c2f978f: Preparing [2020-09-03T17:19:29.629Z] 8ed4d55aea13: Preparing [2020-09-03T17:19:29.629Z] 7645854e8064: Preparing [2020-09-03T17:19:29.629Z] f54190665281: Preparing [2020-09-03T17:19:29.629Z] 8ed4d55aea13: Layer already exists [2020-09-03T17:19:29.629Z] f54190665281: Layer already exists [2020-09-03T17:19:29.629Z] 12ff4c2f978f: Layer already exists [2020-09-03T17:19:29.629Z] 7645854e8064: Layer already exists [2020-09-03T17:19:29.629Z] master: digest: sha256:d1cabfb3c3e41051ea44d42577a0ba1dafc0cdaa8dc471f8d4a075064397de47 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:29.785Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:29.824Z] taggedImages: [2020-09-03T17:19:29.824Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:29.824Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.21 [2020-09-03T17:19:29.824Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:29.824Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-03T17:19:29.875Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-03T17:19:29.875Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:29.875Z] 1.2.2-dev.21 [2020-09-03T17:19:29.875Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:29.875Z] master [2020-09-03T17:19:29.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:30.310Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:30.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:30.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T17:19:30.601Z] 94f49ee1bb47: Preparing [2020-09-03T17:19:30.601Z] 680dfb7f68cd: Preparing [2020-09-03T17:19:30.601Z] 7929cf0ac395: Preparing [2020-09-03T17:19:30.601Z] e01d049cc3ba: Preparing [2020-09-03T17:19:30.601Z] 46c96e8a093a: Preparing [2020-09-03T17:19:30.601Z] dee689749eaf: Preparing [2020-09-03T17:19:30.601Z] dee689749eaf: Waiting [2020-09-03T17:19:30.601Z] 7929cf0ac395: Pushed [2020-09-03T17:19:30.601Z] 94f49ee1bb47: Pushed [2020-09-03T17:19:30.861Z] e01d049cc3ba: Pushed [2020-09-03T17:19:30.861Z] dee689749eaf: Pushed [2020-09-03T17:19:30.861Z] 46c96e8a093a: Pushed [2020-09-03T17:19:32.244Z] 680dfb7f68cd: Pushed [2020-09-03T17:19:32.244Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:f9422db432b83e680291da81d7091824d213d1edd31af7ca92438bf8616c3b20 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:32.539Z] + 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-03T17:19:32.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [2020-09-03T17:19:32.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T17:19:32.933Z] 94f49ee1bb47: Preparing [2020-09-03T17:19:32.933Z] 680dfb7f68cd: Preparing [2020-09-03T17:19:32.933Z] 7929cf0ac395: Preparing [2020-09-03T17:19:32.933Z] e01d049cc3ba: Preparing [2020-09-03T17:19:32.933Z] 46c96e8a093a: Preparing [2020-09-03T17:19:32.933Z] dee689749eaf: Preparing [2020-09-03T17:19:32.933Z] dee689749eaf: Waiting [2020-09-03T17:19:32.933Z] 7929cf0ac395: Layer already exists [2020-09-03T17:19:32.933Z] e01d049cc3ba: Layer already exists [2020-09-03T17:19:32.934Z] 46c96e8a093a: Layer already exists [2020-09-03T17:19:32.934Z] 94f49ee1bb47: Layer already exists [2020-09-03T17:19:32.934Z] 680dfb7f68cd: Layer already exists [2020-09-03T17:19:32.934Z] dee689749eaf: Layer already exists [2020-09-03T17:19:32.934Z] 1.2.2-dev.21: digest: sha256:f9422db432b83e680291da81d7091824d213d1edd31af7ca92438bf8616c3b20 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:33.265Z] + 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-03T17:19:33.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:33.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T17:19:33.557Z] 94f49ee1bb47: Preparing [2020-09-03T17:19:33.557Z] 680dfb7f68cd: Preparing [2020-09-03T17:19:33.557Z] 7929cf0ac395: Preparing [2020-09-03T17:19:33.557Z] e01d049cc3ba: Preparing [2020-09-03T17:19:33.557Z] 46c96e8a093a: Preparing [2020-09-03T17:19:33.557Z] dee689749eaf: Preparing [2020-09-03T17:19:33.557Z] dee689749eaf: Waiting [2020-09-03T17:19:33.557Z] e01d049cc3ba: Layer already exists [2020-09-03T17:19:33.557Z] 7929cf0ac395: Layer already exists [2020-09-03T17:19:33.557Z] 94f49ee1bb47: Layer already exists [2020-09-03T17:19:33.557Z] 46c96e8a093a: Layer already exists [2020-09-03T17:19:33.557Z] 680dfb7f68cd: Layer already exists [2020-09-03T17:19:33.557Z] dee689749eaf: Layer already exists [2020-09-03T17:19:33.557Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:f9422db432b83e680291da81d7091824d213d1edd31af7ca92438bf8616c3b20 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:33.856Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:34.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-03T17:19:34.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T17:19:34.148Z] 94f49ee1bb47: Preparing [2020-09-03T17:19:34.148Z] 680dfb7f68cd: Preparing [2020-09-03T17:19:34.148Z] 7929cf0ac395: Preparing [2020-09-03T17:19:34.148Z] e01d049cc3ba: Preparing [2020-09-03T17:19:34.148Z] 46c96e8a093a: Preparing [2020-09-03T17:19:34.148Z] dee689749eaf: Preparing [2020-09-03T17:19:34.148Z] dee689749eaf: Waiting [2020-09-03T17:19:34.148Z] 46c96e8a093a: Layer already exists [2020-09-03T17:19:34.148Z] e01d049cc3ba: Layer already exists [2020-09-03T17:19:34.148Z] 7929cf0ac395: Layer already exists [2020-09-03T17:19:34.148Z] 94f49ee1bb47: Layer already exists [2020-09-03T17:19:34.148Z] 680dfb7f68cd: Layer already exists [2020-09-03T17:19:34.148Z] dee689749eaf: Layer already exists [2020-09-03T17:19:34.148Z] master: digest: sha256:f9422db432b83e680291da81d7091824d213d1edd31af7ca92438bf8616c3b20 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:34.385Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:34.432Z] taggedImages: [2020-09-03T17:19:34.432Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:34.432Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.21 [2020-09-03T17:19:34.432Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:34.432Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-03T17:19:34.489Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-03T17:19:34.489Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:34.489Z] 1.2.2-dev.21 [2020-09-03T17:19:34.489Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:34.489Z] master [2020-09-03T17:19:34.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:34.945Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:35.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:35.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T17:19:35.235Z] 37e380cfe01e: Preparing [2020-09-03T17:19:35.235Z] b1f0b969f813: Preparing [2020-09-03T17:19:35.235Z] dcade19dea02: Preparing [2020-09-03T17:19:35.235Z] dcade19dea02: Pushed [2020-09-03T17:19:35.235Z] 37e380cfe01e: Pushed [2020-09-03T17:19:36.619Z] b1f0b969f813: Pushed [2020-09-03T17:19:36.619Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:8502fe016d74de8c7166b15c2d067103b0bece86518e31489ca7fcb6d93dc87a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:36.915Z] + 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-03T17:19:37.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [2020-09-03T17:19:37.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T17:19:37.206Z] 37e380cfe01e: Preparing [2020-09-03T17:19:37.207Z] b1f0b969f813: Preparing [2020-09-03T17:19:37.207Z] dcade19dea02: Preparing [2020-09-03T17:19:37.207Z] dcade19dea02: Layer already exists [2020-09-03T17:19:37.207Z] b1f0b969f813: Layer already exists [2020-09-03T17:19:37.207Z] 37e380cfe01e: Layer already exists [2020-09-03T17:19:37.207Z] 1.2.2-dev.21: digest: sha256:8502fe016d74de8c7166b15c2d067103b0bece86518e31489ca7fcb6d93dc87a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:37.501Z] + 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-03T17:19:37.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:37.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T17:19:37.793Z] 37e380cfe01e: Preparing [2020-09-03T17:19:37.793Z] b1f0b969f813: Preparing [2020-09-03T17:19:37.793Z] dcade19dea02: Preparing [2020-09-03T17:19:37.793Z] 37e380cfe01e: Layer already exists [2020-09-03T17:19:37.793Z] b1f0b969f813: Layer already exists [2020-09-03T17:19:37.793Z] dcade19dea02: Layer already exists [2020-09-03T17:19:37.793Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:8502fe016d74de8c7166b15c2d067103b0bece86518e31489ca7fcb6d93dc87a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:38.092Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:38.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-03T17:19:38.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T17:19:38.386Z] 37e380cfe01e: Preparing [2020-09-03T17:19:38.386Z] b1f0b969f813: Preparing [2020-09-03T17:19:38.386Z] dcade19dea02: Preparing [2020-09-03T17:19:38.386Z] b1f0b969f813: Layer already exists [2020-09-03T17:19:38.386Z] 37e380cfe01e: Layer already exists [2020-09-03T17:19:38.386Z] dcade19dea02: Layer already exists [2020-09-03T17:19:38.386Z] master: digest: sha256:8502fe016d74de8c7166b15c2d067103b0bece86518e31489ca7fcb6d93dc87a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:38.576Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:38.620Z] taggedImages: [2020-09-03T17:19:38.620Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:38.620Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.21 [2020-09-03T17:19:38.620Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:38.620Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-03T17:19:38.694Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-03T17:19:38.695Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:38.695Z] 1.2.2-dev.21 [2020-09-03T17:19:38.695Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:38.695Z] master [2020-09-03T17:19:38.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:39.159Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:39.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:39.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T17:19:39.462Z] 1757880a6433: Preparing [2020-09-03T17:19:39.462Z] 43a6c964a62b: Preparing [2020-09-03T17:19:39.462Z] 1d28cc9d93ec: Preparing [2020-09-03T17:19:39.462Z] 13056d2fe884: Preparing [2020-09-03T17:19:39.462Z] 1c248fa10c46: Preparing [2020-09-03T17:19:39.462Z] ab3faa1eb96d: Preparing [2020-09-03T17:19:39.462Z] eb5dae5d6cfe: Preparing [2020-09-03T17:19:39.462Z] 8890c171a12b: Preparing [2020-09-03T17:19:39.462Z] 4ae5bd84d450: Preparing [2020-09-03T17:19:39.462Z] 723a561964c8: Preparing [2020-09-03T17:19:39.462Z] 78764725b56c: Preparing [2020-09-03T17:19:39.462Z] 51d6d3d09136: Preparing [2020-09-03T17:19:39.462Z] 1507bc794612: Preparing [2020-09-03T17:19:39.462Z] 50644c29ef5a: Preparing [2020-09-03T17:19:39.462Z] ab3faa1eb96d: Waiting [2020-09-03T17:19:39.462Z] eb5dae5d6cfe: Waiting [2020-09-03T17:19:39.462Z] 8890c171a12b: Waiting [2020-09-03T17:19:39.462Z] 4ae5bd84d450: Waiting [2020-09-03T17:19:39.462Z] 723a561964c8: Waiting [2020-09-03T17:19:39.462Z] 78764725b56c: Waiting [2020-09-03T17:19:39.462Z] 51d6d3d09136: Waiting [2020-09-03T17:19:39.462Z] 1507bc794612: Waiting [2020-09-03T17:19:39.462Z] 50644c29ef5a: Waiting [2020-09-03T17:19:39.727Z] 1c248fa10c46: Pushed [2020-09-03T17:19:39.727Z] 1757880a6433: Pushed [2020-09-03T17:19:39.989Z] 13056d2fe884: Pushed [2020-09-03T17:19:39.989Z] 8890c171a12b: Layer already exists [2020-09-03T17:19:39.989Z] 4ae5bd84d450: Layer already exists [2020-09-03T17:19:39.989Z] 723a561964c8: Layer already exists [2020-09-03T17:19:39.989Z] eb5dae5d6cfe: Pushed [2020-09-03T17:19:39.989Z] 51d6d3d09136: Layer already exists [2020-09-03T17:19:39.989Z] 78764725b56c: Layer already exists [2020-09-03T17:19:40.250Z] 1507bc794612: Layer already exists [2020-09-03T17:19:40.250Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:40.819Z] ab3faa1eb96d: Pushed [2020-09-03T17:19:40.819Z] 43a6c964a62b: Pushed [2020-09-03T17:19:48.963Z] 1d28cc9d93ec: Pushed [2020-09-03T17:19:48.963Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:15f8346f7b31c2becb9fabeac53aebc008715ba28e0821e576632739c0a304ad size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:49.265Z] + 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-03T17:19:49.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [2020-09-03T17:19:49.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T17:19:49.560Z] 1757880a6433: Preparing [2020-09-03T17:19:49.560Z] 43a6c964a62b: Preparing [2020-09-03T17:19:49.560Z] 1d28cc9d93ec: Preparing [2020-09-03T17:19:49.560Z] 13056d2fe884: Preparing [2020-09-03T17:19:49.560Z] 1c248fa10c46: Preparing [2020-09-03T17:19:49.560Z] ab3faa1eb96d: Preparing [2020-09-03T17:19:49.560Z] eb5dae5d6cfe: Preparing [2020-09-03T17:19:49.560Z] 8890c171a12b: Preparing [2020-09-03T17:19:49.560Z] 4ae5bd84d450: Preparing [2020-09-03T17:19:49.560Z] 723a561964c8: Preparing [2020-09-03T17:19:49.560Z] 78764725b56c: Preparing [2020-09-03T17:19:49.560Z] 51d6d3d09136: Preparing [2020-09-03T17:19:49.560Z] 1507bc794612: Preparing [2020-09-03T17:19:49.560Z] 50644c29ef5a: Preparing [2020-09-03T17:19:49.560Z] 723a561964c8: Waiting [2020-09-03T17:19:49.560Z] 78764725b56c: Waiting [2020-09-03T17:19:49.560Z] 51d6d3d09136: Waiting [2020-09-03T17:19:49.560Z] ab3faa1eb96d: Waiting [2020-09-03T17:19:49.560Z] 50644c29ef5a: Waiting [2020-09-03T17:19:49.560Z] eb5dae5d6cfe: Waiting [2020-09-03T17:19:49.560Z] 4ae5bd84d450: Waiting [2020-09-03T17:19:49.560Z] 8890c171a12b: Waiting [2020-09-03T17:19:49.560Z] 1507bc794612: Waiting [2020-09-03T17:19:49.560Z] 1757880a6433: Layer already exists [2020-09-03T17:19:49.560Z] 1d28cc9d93ec: Layer already exists [2020-09-03T17:19:49.560Z] 43a6c964a62b: Layer already exists [2020-09-03T17:19:49.560Z] 1c248fa10c46: Layer already exists [2020-09-03T17:19:49.560Z] 13056d2fe884: Layer already exists [2020-09-03T17:19:49.560Z] 8890c171a12b: Layer already exists [2020-09-03T17:19:49.560Z] ab3faa1eb96d: Layer already exists [2020-09-03T17:19:49.560Z] eb5dae5d6cfe: Layer already exists [2020-09-03T17:19:49.560Z] 4ae5bd84d450: Layer already exists [2020-09-03T17:19:49.560Z] 723a561964c8: Layer already exists [2020-09-03T17:19:49.560Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:49.560Z] 78764725b56c: Layer already exists [2020-09-03T17:19:49.560Z] 1507bc794612: Layer already exists [2020-09-03T17:19:49.560Z] 51d6d3d09136: Layer already exists [2020-09-03T17:19:49.821Z] 1.2.2-dev.21: digest: sha256:15f8346f7b31c2becb9fabeac53aebc008715ba28e0821e576632739c0a304ad size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:50.120Z] + 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-03T17:19:50.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:50.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T17:19:50.427Z] 1757880a6433: Preparing [2020-09-03T17:19:50.427Z] 43a6c964a62b: Preparing [2020-09-03T17:19:50.427Z] 1d28cc9d93ec: Preparing [2020-09-03T17:19:50.427Z] 13056d2fe884: Preparing [2020-09-03T17:19:50.427Z] 1c248fa10c46: Preparing [2020-09-03T17:19:50.427Z] ab3faa1eb96d: Preparing [2020-09-03T17:19:50.427Z] eb5dae5d6cfe: Preparing [2020-09-03T17:19:50.427Z] 8890c171a12b: Preparing [2020-09-03T17:19:50.427Z] 4ae5bd84d450: Preparing [2020-09-03T17:19:50.427Z] 723a561964c8: Preparing [2020-09-03T17:19:50.427Z] 78764725b56c: Preparing [2020-09-03T17:19:50.427Z] 51d6d3d09136: Preparing [2020-09-03T17:19:50.427Z] 1507bc794612: Preparing [2020-09-03T17:19:50.427Z] 50644c29ef5a: Preparing [2020-09-03T17:19:50.427Z] 723a561964c8: Waiting [2020-09-03T17:19:50.427Z] 4ae5bd84d450: Waiting [2020-09-03T17:19:50.427Z] 78764725b56c: Waiting [2020-09-03T17:19:50.427Z] 51d6d3d09136: Waiting [2020-09-03T17:19:50.427Z] 1507bc794612: Waiting [2020-09-03T17:19:50.427Z] 50644c29ef5a: Waiting [2020-09-03T17:19:50.427Z] ab3faa1eb96d: Waiting [2020-09-03T17:19:50.427Z] eb5dae5d6cfe: Waiting [2020-09-03T17:19:50.427Z] 1d28cc9d93ec: Layer already exists [2020-09-03T17:19:50.427Z] 43a6c964a62b: Layer already exists [2020-09-03T17:19:50.427Z] 13056d2fe884: Layer already exists [2020-09-03T17:19:50.427Z] 1757880a6433: Layer already exists [2020-09-03T17:19:50.427Z] 1c248fa10c46: Layer already exists [2020-09-03T17:19:50.427Z] ab3faa1eb96d: Layer already exists [2020-09-03T17:19:50.427Z] 4ae5bd84d450: Layer already exists [2020-09-03T17:19:50.427Z] 8890c171a12b: Layer already exists [2020-09-03T17:19:50.427Z] eb5dae5d6cfe: Layer already exists [2020-09-03T17:19:50.427Z] 723a561964c8: Layer already exists [2020-09-03T17:19:50.427Z] 1507bc794612: Layer already exists [2020-09-03T17:19:50.427Z] 78764725b56c: Layer already exists [2020-09-03T17:19:50.427Z] 51d6d3d09136: Layer already exists [2020-09-03T17:19:50.427Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:50.427Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:15f8346f7b31c2becb9fabeac53aebc008715ba28e0821e576632739c0a304ad size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:50.726Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:19:51.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-03T17:19:51.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T17:19:51.020Z] 1757880a6433: Preparing [2020-09-03T17:19:51.020Z] 43a6c964a62b: Preparing [2020-09-03T17:19:51.020Z] 1d28cc9d93ec: Preparing [2020-09-03T17:19:51.020Z] 13056d2fe884: Preparing [2020-09-03T17:19:51.020Z] 1c248fa10c46: Preparing [2020-09-03T17:19:51.020Z] ab3faa1eb96d: Preparing [2020-09-03T17:19:51.020Z] eb5dae5d6cfe: Preparing [2020-09-03T17:19:51.020Z] 8890c171a12b: Preparing [2020-09-03T17:19:51.020Z] 4ae5bd84d450: Preparing [2020-09-03T17:19:51.020Z] 723a561964c8: Preparing [2020-09-03T17:19:51.020Z] 78764725b56c: Preparing [2020-09-03T17:19:51.020Z] 51d6d3d09136: Preparing [2020-09-03T17:19:51.020Z] 1507bc794612: Preparing [2020-09-03T17:19:51.020Z] 50644c29ef5a: Preparing [2020-09-03T17:19:51.020Z] 8890c171a12b: Waiting [2020-09-03T17:19:51.020Z] 4ae5bd84d450: Waiting [2020-09-03T17:19:51.020Z] 723a561964c8: Waiting [2020-09-03T17:19:51.020Z] 78764725b56c: Waiting [2020-09-03T17:19:51.020Z] 51d6d3d09136: Waiting [2020-09-03T17:19:51.020Z] 1507bc794612: Waiting [2020-09-03T17:19:51.020Z] 50644c29ef5a: Waiting [2020-09-03T17:19:51.020Z] ab3faa1eb96d: Waiting [2020-09-03T17:19:51.020Z] eb5dae5d6cfe: Waiting [2020-09-03T17:19:51.020Z] 13056d2fe884: Layer already exists [2020-09-03T17:19:51.020Z] 1d28cc9d93ec: Layer already exists [2020-09-03T17:19:51.020Z] 1757880a6433: Layer already exists [2020-09-03T17:19:51.020Z] 1c248fa10c46: Layer already exists [2020-09-03T17:19:51.020Z] 43a6c964a62b: Layer already exists [2020-09-03T17:19:51.020Z] 8890c171a12b: Layer already exists [2020-09-03T17:19:51.020Z] eb5dae5d6cfe: Layer already exists [2020-09-03T17:19:51.020Z] ab3faa1eb96d: Layer already exists [2020-09-03T17:19:51.020Z] 4ae5bd84d450: Layer already exists [2020-09-03T17:19:51.020Z] 723a561964c8: Layer already exists [2020-09-03T17:19:51.020Z] 50644c29ef5a: Layer already exists [2020-09-03T17:19:51.020Z] 78764725b56c: Layer already exists [2020-09-03T17:19:51.020Z] 1507bc794612: Layer already exists [2020-09-03T17:19:51.020Z] 51d6d3d09136: Layer already exists [2020-09-03T17:19:51.020Z] master: digest: sha256:15f8346f7b31c2becb9fabeac53aebc008715ba28e0821e576632739c0a304ad size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:19:51.171Z] ===================================================== [Pipeline] echo [2020-09-03T17:19:51.209Z] taggedImages: [2020-09-03T17:19:51.209Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:19:51.209Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.21 [2020-09-03T17:19:51.209Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:19:51.209Z] - 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-03T17:20:13.659Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:20:13.659Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:20:13.659Z] ---> 6ffdb0cbee34 [2020-09-03T17:20:13.659Z] Step 3/24 : WORKDIR /edgex-go [2020-09-03T17:20:13.659Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:20:13.659Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:20:13.659Z] ---> 6ffdb0cbee34 [2020-09-03T17:20:13.659Z] Step 3/26 : WORKDIR /edgex-go [2020-09-03T17:20:13.659Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:20:13.659Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:20:13.659Z] ---> 6ffdb0cbee34 [2020-09-03T17:20:13.659Z] Step 3/23 : WORKDIR /edgex-go [2020-09-03T17:20:13.659Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:20:13.659Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:20:13.659Z] ---> 6ffdb0cbee34 [2020-09-03T17:20:13.659Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T17:20:13.659Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:20:13.659Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:20:13.659Z] ---> 6ffdb0cbee34 [2020-09-03T17:20:13.659Z] Step 3/27 : WORKDIR /edgex-go [2020-09-03T17:20:16.271Z] ---> Running in edb872570184 [2020-09-03T17:20:16.271Z] ---> Running in a420af0bf54a [2020-09-03T17:20:16.271Z] ---> Running in ded03c46adc1 [2020-09-03T17:20:16.271Z] ---> Running in b3e3acf8ed48 [2020-09-03T17:20:16.271Z] ---> Running in 3988f1912fb7 [2020-09-03T17:20:16.869Z] Removing intermediate container a420af0bf54a [2020-09-03T17:20:16.869Z] ---> d1ab38ef32cc [2020-09-03T17:20:16.869Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:20:16.869Z] Removing intermediate container 3988f1912fb7 [2020-09-03T17:20:16.869Z] ---> 952251ddb437 [2020-09-03T17:20:16.869Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:20:16.869Z] Removing intermediate container edb872570184 [2020-09-03T17:20:16.869Z] ---> 7beec1e83794 [2020-09-03T17:20:16.869Z] Removing intermediate container b3e3acf8ed48 [2020-09-03T17:20:16.869Z] ---> f8c61d2dc80d [2020-09-03T17:20:16.869Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:20:16.869Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:20:16.869Z] Removing intermediate container ded03c46adc1 [2020-09-03T17:20:16.869Z] ---> e08cadf3b552 [2020-09-03T17:20:16.869Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:20:17.148Z] ---> Running in b8c437c7cf51 [2020-09-03T17:20:17.148Z] ---> Running in 2fc55bb6403a [2020-09-03T17:20:17.148Z] ---> Running in 23696c941754 [2020-09-03T17:20:17.148Z] ---> Running in d4edbb21ee41 [2020-09-03T17:20:17.420Z] ---> Running in a9534bc39546 [2020-09-03T17:20:21.755Z] Removing intermediate container 2fc55bb6403a [2020-09-03T17:20:21.755Z] ---> 9e8fe1128963 [2020-09-03T17:20:21.755Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-03T17:20:21.755Z] ---> Running in e048485881cd [2020-09-03T17:20:21.755Z] Removing intermediate container b8c437c7cf51 [2020-09-03T17:20:21.755Z] ---> 706ee0c36b2e [2020-09-03T17:20:21.755Z] Step 5/26 : RUN apk update && apk add make git [2020-09-03T17:20:22.035Z] Removing intermediate container a9534bc39546 [2020-09-03T17:20:22.035Z] ---> 37668874e77b [2020-09-03T17:20:22.035Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-03T17:20:22.035Z] ---> Running in 7c3a10c36822 [2020-09-03T17:20:22.313Z] Removing intermediate container 23696c941754 [2020-09-03T17:20:22.313Z] ---> 242be30019da [2020-09-03T17:20:22.313Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-03T17:20:22.313Z] ---> Running in 35cc11ea47bd [2020-09-03T17:20:22.592Z] ---> Running in d9dd962ea9c5 [2020-09-03T17:20:22.592Z] Removing intermediate container d4edbb21ee41 [2020-09-03T17:20:22.592Z] ---> 0e3f25ab3576 [2020-09-03T17:20:22.592Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-03T17:20:22.867Z] ---> Running in 9f24a603a773 [2020-09-03T17:20:24.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:24.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:24.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:24.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:25.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:25.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:25.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:25.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:25.683Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:20:25.683Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:20:25.683Z] OK: 12617 distinct packages available [2020-09-03T17:20:25.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:25.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:20:26.259Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:20:26.259Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:20:26.259Z] OK: 12617 distinct packages available [2020-09-03T17:20:26.539Z] OK: 217 MiB in 51 packages [2020-09-03T17:20:26.816Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:20:26.816Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:20:26.816Z] OK: 12617 distinct packages available [2020-09-03T17:20:27.093Z] OK: 217 MiB in 51 packages [2020-09-03T17:20:27.093Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:20:27.093Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:20:27.093Z] OK: 12617 distinct packages available [2020-09-03T17:20:27.373Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:20:27.373Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:20:27.373Z] OK: 12617 distinct packages available [2020-09-03T17:20:27.980Z] OK: 217 MiB in 51 packages [2020-09-03T17:20:28.254Z] OK: 217 MiB in 51 packages [2020-09-03T17:20:28.254Z] OK: 217 MiB in 51 packages [2020-09-03T17:20:28.529Z] Removing intermediate container e048485881cd [2020-09-03T17:20:28.529Z] ---> ba313d812504 [2020-09-03T17:20:28.530Z] Step 6/23 : COPY go.mod . [2020-09-03T17:20:29.131Z] OK: 217 MiB in 51 packages [2020-09-03T17:20:29.423Z] Removing intermediate container 7c3a10c36822 [2020-09-03T17:20:29.423Z] ---> fe373c7ac131 [2020-09-03T17:20:29.423Z] Step 6/26 : COPY go.mod . [2020-09-03T17:20:29.693Z] Removing intermediate container 35cc11ea47bd [2020-09-03T17:20:29.693Z] ---> ae42e34531fc [2020-09-03T17:20:29.693Z] Step 6/24 : COPY go.mod . [2020-09-03T17:20:29.693Z] ---> a323f12b3e96 [2020-09-03T17:20:29.693Z] Step 7/23 : RUN go mod download [2020-09-03T17:20:29.967Z] ---> Running in aac7a6e1a047 [2020-09-03T17:20:30.242Z] Removing intermediate container 9f24a603a773 [2020-09-03T17:20:30.242Z] ---> 3bc530494112 [2020-09-03T17:20:30.242Z] Step 6/27 : COPY go.mod . [2020-09-03T17:20:30.518Z] ---> 52a723316026 [2020-09-03T17:20:30.519Z] Step 7/26 : RUN go mod download [2020-09-03T17:20:30.796Z] ---> 6fddfbbf9cbf [2020-09-03T17:20:30.796Z] Step 7/24 : RUN go mod download [2020-09-03T17:20:30.796Z] ---> Running in f270dcc9013a [2020-09-03T17:20:30.796Z] Removing intermediate container d9dd962ea9c5 [2020-09-03T17:20:30.796Z] ---> ca4749bfe408 [2020-09-03T17:20:30.796Z] Step 6/22 : COPY go.mod . [2020-09-03T17:20:31.070Z] ---> Running in a6bc71d64c83 [2020-09-03T17:20:31.343Z] ---> 7887eeb94f71 [2020-09-03T17:20:31.343Z] Step 7/27 : RUN go mod download [2020-09-03T17:20:31.627Z] ---> Running in 44c61e059b6d [2020-09-03T17:20:32.227Z] ---> b382fbf9b880 [2020-09-03T17:20:32.227Z] Step 7/22 : RUN go mod download [2020-09-03T17:20:32.507Z] ---> Running in 30cf603d161f [2020-09-03T17:20:34.504Z] Removing intermediate container aac7a6e1a047 [2020-09-03T17:20:34.504Z] ---> 26e072a86515 [2020-09-03T17:20:34.504Z] Step 8/23 : COPY . . [2020-09-03T17:20:37.128Z] Removing intermediate container f270dcc9013a [2020-09-03T17:20:37.128Z] ---> 2a765886f7d0 [2020-09-03T17:20:37.128Z] Step 8/26 : COPY . . [2020-09-03T17:20:38.115Z] Removing intermediate container a6bc71d64c83 [2020-09-03T17:20:38.115Z] ---> 12f53a52826c [2020-09-03T17:20:38.115Z] Step 8/24 : COPY . . [2020-09-03T17:20:38.712Z] Removing intermediate container 44c61e059b6d [2020-09-03T17:20:38.713Z] ---> 36b9fab67c90 [2020-09-03T17:20:38.713Z] Step 8/27 : COPY . . [2020-09-03T17:20:39.691Z] Removing intermediate container 30cf603d161f [2020-09-03T17:20:39.691Z] ---> 6713014c8f11 [2020-09-03T17:20:39.691Z] Step 8/22 : COPY . . [2020-09-03T17:21:01.925Z] ---> 09b86513d5b2 [2020-09-03T17:21:01.925Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-03T17:21:01.925Z] ---> d9a00d23bd26 [2020-09-03T17:21:01.925Z] 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-03T17:21:01.925Z] ---> f7288babe647 [2020-09-03T17:21:01.925Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-03T17:21:01.925Z] ---> Running in 18660334ecd1 [2020-09-03T17:21:01.925Z] ---> Running in 0e995a039a10 [2020-09-03T17:21:01.925Z] ---> da8950e72394 [2020-09-03T17:21:01.925Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-03T17:21:01.925Z] ---> 2e19cad1f0be [2020-09-03T17:21:01.925Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-03T17:21:01.925Z] ---> Running in 5265aae72796 [2020-09-03T17:21:01.925Z] ---> Running in 0bef5218f1cd [2020-09-03T17:21:01.925Z] ---> Running in 44403c05ba6d [2020-09-03T17:21:02.197Z] 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-03T17:21:02.197Z] 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-03T17:21:02.796Z] 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-03T17:21:02.796Z] 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-03T17:21:02.796Z] 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-03T17:22:24.581Z] 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-03T17:22:31.299Z] 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-03T17:22:39.595Z] Removing intermediate container 0bef5218f1cd [2020-09-03T17:22:39.595Z] ---> b80c18df40c6 [2020-09-03T17:22:39.595Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-03T17:22:39.595Z] ---> Running in 5651d170e301 [2020-09-03T17:22:42.233Z] 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-03T17:22:43.723Z] Removing intermediate container 44403c05ba6d [2020-09-03T17:22:43.723Z] ---> 3fc758b66e73 [2020-09-03T17:22:43.723Z] [2020-09-03T17:22:43.723Z] Step 10/22 : FROM scratch [2020-09-03T17:22:43.723Z] ---> [2020-09-03T17:22:43.723Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T17:22:44.004Z] ---> Running in 2ae038e2f84d [2020-09-03T17:22:45.456Z] Removing intermediate container 2ae038e2f84d [2020-09-03T17:22:45.456Z] ---> e4a63e0c47fe [2020-09-03T17:22:45.456Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-03T17:22:45.456Z] ---> Running in 49cdcd3ec63b [2020-09-03T17:22:46.454Z] Removing intermediate container 49cdcd3ec63b [2020-09-03T17:22:46.454Z] ---> bc5e27ce8cf4 [2020-09-03T17:22:46.454Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T17:22:46.731Z] ---> Running in edf9e7d821d3 [2020-09-03T17:22:46.731Z] Removing intermediate container 18660334ecd1 [2020-09-03T17:22:46.731Z] ---> f4863348fe36 [2020-09-03T17:22:46.731Z] [2020-09-03T17:22:46.731Z] Step 10/26 : FROM alpine:3.10 [2020-09-03T17:22:47.011Z] 3.10: Pulling from library/alpine [2020-09-03T17:22:47.616Z] Removing intermediate container edf9e7d821d3 [2020-09-03T17:22:47.616Z] ---> 0e5be029e61c [2020-09-03T17:22:47.616Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-03T17:22:49.642Z] Removing intermediate container 5651d170e301 [2020-09-03T17:22:49.642Z] ---> a95622a02c18 [2020-09-03T17:22:49.642Z] [2020-09-03T17:22:49.642Z] Step 11/27 : FROM docker:latest [2020-09-03T17:22:49.642Z] ---> ce9d55ae87f1 [2020-09-03T17:22:49.642Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-03T17:22:49.642Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-03T17:22:49.642Z] Status: Downloaded newer image for alpine:3.10 [2020-09-03T17:22:49.642Z] ---> 536a684cf733 [2020-09-03T17:22:49.642Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-03T17:22:49.642Z] ---> 808782017749 [2020-09-03T17:22:49.642Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-03T17:22:49.642Z] ---> Running in a6592b233f14 [2020-09-03T17:22:49.642Z] ---> Running in f2ed29681ee9 [2020-09-03T17:22:52.276Z] ---> 69346a6924a7 [2020-09-03T17:22:52.276Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-03T17:22:52.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:22:53.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:22:53.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:22:53.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:22:53.703Z] v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-03T17:22:53.703Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-03T17:22:53.703Z] OK: 10167 distinct packages available [2020-09-03T17:22:54.320Z] (1/2) Installing readline (8.0.4-r0) [2020-09-03T17:22:54.321Z] (2/2) Installing bash (5.0.17-r0) [2020-09-03T17:22:54.321Z] Executing bash-5.0.17-r0.post-install [2020-09-03T17:22:54.321Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:22:54.321Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-03T17:22:54.321Z] OK: 12 MiB in 22 packages [2020-09-03T17:22:54.321Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-03T17:22:54.321Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-03T17:22:54.321Z] (4/5) Installing curl (7.66.0-r0) [2020-09-03T17:22:54.321Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-03T17:22:54.321Z] Executing busybox-1.30.1-r3.trigger [2020-09-03T17:22:54.621Z] Executing ca-certificates-20191127-r2.trigger [2020-09-03T17:22:54.621Z] OK: 7 MiB in 19 packages [2020-09-03T17:22:54.896Z] ---> ac8590cb3f55 [2020-09-03T17:22:54.896Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-03T17:22:55.881Z] Removing intermediate container 5265aae72796 [2020-09-03T17:22:55.881Z] ---> 3a5ccfc0a9b2 [2020-09-03T17:22:55.881Z] [2020-09-03T17:22:55.881Z] Step 10/24 : FROM scratch [2020-09-03T17:22:55.881Z] ---> [2020-09-03T17:22:55.881Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T17:22:55.881Z] ---> Using cache [2020-09-03T17:22:55.881Z] ---> e4a63e0c47fe [2020-09-03T17:22:55.881Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-03T17:22:56.156Z] ---> Running in 72656f9c91cb [2020-09-03T17:22:56.430Z] ---> b2c0f312fa8c [2020-09-03T17:22:56.430Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-03T17:22:56.430Z] Removing intermediate container f2ed29681ee9 [2020-09-03T17:22:56.430Z] ---> 4c2f1b7038df [2020-09-03T17:22:56.430Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-03T17:22:56.701Z] ---> Running in 386e1d6fa2fc [2020-09-03T17:22:56.701Z] ---> Running in 2ff4e4518ec3 [2020-09-03T17:22:56.974Z] Removing intermediate container 72656f9c91cb [2020-09-03T17:22:56.974Z] ---> 7b52cd15dfb6 [2020-09-03T17:22:56.974Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-03T17:22:57.254Z] ---> Running in 8d8da7336609 [2020-09-03T17:22:57.536Z] Removing intermediate container 386e1d6fa2fc [2020-09-03T17:22:57.536Z] ---> 97f1c16e553b [2020-09-03T17:22:57.536Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:22:57.536Z] Removing intermediate container a6592b233f14 [2020-09-03T17:22:57.536Z] ---> 8f2ae58f83e3 [2020-09-03T17:22:57.536Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T17:22:57.819Z] ---> Running in 537dc24ec16d [2020-09-03T17:22:57.819Z] ---> Running in e2c0a1f03b56 [2020-09-03T17:22:58.097Z] Removing intermediate container 8d8da7336609 [2020-09-03T17:22:58.097Z] ---> ec4b2189962d [2020-09-03T17:22:58.097Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-03T17:22:58.699Z] Removing intermediate container 537dc24ec16d [2020-09-03T17:22:58.699Z] ---> 209c4853cf26 [2020-09-03T17:22:58.699Z] Removing intermediate container e2c0a1f03b56 [2020-09-03T17:22:58.699Z] ---> 753fb9efc1b9 [2020-09-03T17:22:58.699Z] Step 20/22 : LABEL arch=arm64Step 13/26 : WORKDIR / [2020-09-03T17:22:58.699Z] [2020-09-03T17:22:58.975Z] ---> Running in f47ba1765db3 [2020-09-03T17:22:58.975Z] ---> Running in b200cff800f9 [2020-09-03T17:22:59.246Z] ---> 9c6ce310b605 [2020-09-03T17:22:59.246Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-03T17:22:59.846Z] Removing intermediate container f47ba1765db3 [2020-09-03T17:22:59.846Z] ---> 20a41d1d3836 [2020-09-03T17:22:59.846Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:22:59.846Z] Removing intermediate container b200cff800f9 [2020-09-03T17:22:59.846Z] ---> bf956b988e00 [2020-09-03T17:22:59.846Z] 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-03T17:23:00.132Z] ---> Running in 28b4d70b0fc3 [2020-09-03T17:23:00.408Z] Removing intermediate container 2ff4e4518ec3 [2020-09-03T17:23:00.408Z] ---> a6950f64723e [2020-09-03T17:23:00.408Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-03T17:23:00.692Z] Removing intermediate container 28b4d70b0fc3 [2020-09-03T17:23:00.692Z] ---> 42e1c6a77d00 [2020-09-03T17:23:00.692Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T17:23:00.692Z] ---> Running in 3509f845f062 [2020-09-03T17:23:00.964Z] ---> 73f3d7f8646f [2020-09-03T17:23:00.964Z] 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-03T17:23:01.240Z] ---> Running in 0ec4ec96502b [2020-09-03T17:23:01.240Z] ---> 2cb44113c354 [2020-09-03T17:23:01.240Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-03T17:23:01.523Z] Removing intermediate container 3509f845f062 [2020-09-03T17:23:01.523Z] ---> 582ab92c5464 [2020-09-03T17:23:01.523Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-03T17:23:01.796Z] ---> Running in 6745d650e82d [2020-09-03T17:23:01.796Z] Removing intermediate container 0ec4ec96502b [2020-09-03T17:23:01.796Z] ---> 4af844c77a1f [2020-09-03T17:23:01.796Z] [2020-09-03T17:23:02.402Z] ---> 5dfc028398e5 [2020-09-03T17:23:02.402Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-03T17:23:02.402Z] Successfully built 4af844c77a1f [2020-09-03T17:23:02.402Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-03T17:23:02.402Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-09-03T17:23:02.676Z] Removing intermediate container 6745d650e82d [2020-09-03T17:23:02.676Z] ---> 8705632bfa18 [2020-09-03T17:23:02.676Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-03T17:23:02.947Z] ---> Running in e55f9667359e [2020-09-03T17:23:03.231Z] ---> 56430677c59f [2020-09-03T17:23:03.231Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-03T17:23:03.517Z] ---> 043f22efb0e4 [2020-09-03T17:23:03.517Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-03T17:23:04.548Z] Removing intermediate container e55f9667359e [2020-09-03T17:23:04.548Z] ---> baebc5382f8d [2020-09-03T17:23:04.548Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-03T17:23:05.797Z] ---> 2f15b4dfb4f3 [2020-09-03T17:23:05.797Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-03T17:23:06.427Z] ---> 306f117e351f [2020-09-03T17:23:06.427Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-03T17:23:06.815Z] ---> b4e2ac730e8b [2020-09-03T17:23:06.815Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-03T17:23:08.816Z] ---> f30d36893f03 [2020-09-03T17:23:08.816Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-03T17:23:09.088Z] ---> 8a644f44c178 [2020-09-03T17:23:09.088Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-03T17:23:09.088Z] ---> 86662d0204e3 [2020-09-03T17:23:09.088Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-03T17:23:10.548Z] ---> ad28316a349f [2020-09-03T17:23:10.548Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-03T17:23:10.548Z] ---> Running in 2c2f2c536be5 [2020-09-03T17:23:10.548Z] ---> 0eed02538722 [2020-09-03T17:23:10.548Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-03T17:23:10.826Z] ---> e6cc03423555 [2020-09-03T17:23:10.826Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-03T17:23:11.455Z] ---> Running in aed016334662 [2020-09-03T17:23:12.051Z] Removing intermediate container 2c2f2c536be5 [2020-09-03T17:23:12.051Z] ---> 68316d49b1bf [2020-09-03T17:23:12.051Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:23:13.061Z] ---> Running in 3066314b8d5f [2020-09-03T17:23:13.337Z] ---> 79b3215b1988 [2020-09-03T17:23:13.337Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T17:23:13.942Z] Removing intermediate container 3066314b8d5f [2020-09-03T17:23:13.942Z] ---> 10c91a29e479 [2020-09-03T17:23:13.942Z] Step 22/24 : LABEL arch=arm64 [2020-09-03T17:23:14.540Z] ---> Running in 64c03bd92613 [2020-09-03T17:23:14.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:14.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:15.426Z] ---> e8e895e5e57b [2020-09-03T17:23:15.426Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T17:23:15.426Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-03T17:23:15.426Z] (2/33) Installing expat (2.2.9-r1) [2020-09-03T17:23:15.426Z] (3/33) Installing libffi (3.3-r2) [2020-09-03T17:23:15.426Z] (4/33) Installing gdbm (1.13-r1) [2020-09-03T17:23:15.426Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-03T17:23:15.426Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-03T17:23:15.426Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-03T17:23:16.422Z] ---> Running in 53e1487eff81 [2020-09-03T17:23:16.422Z] Removing intermediate container 64c03bd92613 [2020-09-03T17:23:16.422Z] ---> 9d6ae1474a26 [2020-09-03T17:23:16.422Z] Step 23/24 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:23:17.422Z] ---> Running in d2ec2e42cbaf [2020-09-03T17:23:17.422Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-03T17:23:17.422Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-03T17:23:17.695Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-03T17:23:17.695Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-03T17:23:17.695Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-03T17:23:17.695Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-03T17:23:17.695Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-03T17:23:17.695Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-03T17:23:17.695Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-03T17:23:17.974Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-03T17:23:17.974Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-03T17:23:17.974Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-03T17:23:17.974Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-03T17:23:17.974Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-03T17:23:17.974Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-03T17:23:17.974Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-03T17:23:17.974Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-03T17:23:17.974Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-03T17:23:17.974Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-03T17:23:18.259Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-03T17:23:18.259Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-03T17:23:18.259Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-03T17:23:18.259Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-03T17:23:18.259Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-03T17:23:18.259Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-03T17:23:18.259Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-03T17:23:18.259Z] Removing intermediate container 0e995a039a10 [2020-09-03T17:23:18.259Z] ---> 43a5a49e021b [2020-09-03T17:23:18.259Z] [2020-09-03T17:23:18.259Z] Step 10/23 : FROM alpine [2020-09-03T17:23:18.538Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:23:18.538Z] OK: 71 MiB in 55 packages [2020-09-03T17:23:18.538Z] Removing intermediate container d2ec2e42cbaf [2020-09-03T17:23:18.538Z] ---> f7101901e12b [2020-09-03T17:23:18.538Z] Step 24/24 : LABEL version=1.2.2-dev.21 [2020-09-03T17:23:18.538Z] latest: Pulling from library/alpine [2020-09-03T17:23:19.147Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T17:23:19.147Z] Status: Downloaded newer image for alpine:latest [2020-09-03T17:23:19.147Z] ---> 62ee0e9f8440 [2020-09-03T17:23:19.147Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:23:19.147Z] ---> Running in fa34024371fe [2020-09-03T17:23:20.139Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:23:20.139Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:23:20.139Z] ---> 6ffdb0cbee34 [2020-09-03T17:23:20.139Z] Step 3/20 : WORKDIR /edgex-go [2020-09-03T17:23:20.139Z] ---> Using cache [2020-09-03T17:23:20.139Z] ---> e08cadf3b552 [2020-09-03T17:23:20.139Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:23:20.139Z] ---> Using cache [2020-09-03T17:23:20.139Z] ---> 0e3f25ab3576 [2020-09-03T17:23:20.139Z] Step 5/20 : RUN apk update && apk add make git [2020-09-03T17:23:20.139Z] ---> Running in 873e96731e1c [2020-09-03T17:23:20.413Z] ---> Running in db894663780e [2020-09-03T17:23:20.413Z] Removing intermediate container fa34024371fe [2020-09-03T17:23:20.413Z] ---> 1c0c825a86e5 [2020-09-03T17:23:20.413Z] [2020-09-03T17:23:21.007Z] Successfully built 1c0c825a86e5 [2020-09-03T17:23:21.007Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-03T17:23:21.007Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-09-03T17:23:21.007Z] Removing intermediate container 873e96731e1c [2020-09-03T17:23:21.007Z] ---> 4ba95ad64741 [2020-09-03T17:23:21.007Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-03T17:23:21.288Z] Removing intermediate container 53e1487eff81 [2020-09-03T17:23:21.288Z] ---> b4379cbd8858 [2020-09-03T17:23:21.288Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T17:23:21.288Z] ---> Running in 011fde87133b [2020-09-03T17:23:21.580Z] ---> Running in cdb51a26e1b2 [2020-09-03T17:23:22.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:22.175Z] Removing intermediate container 011fde87133b [2020-09-03T17:23:22.175Z] ---> 92cc90108258 [2020-09-03T17:23:22.175Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-03T17:23:23.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:23.166Z] ---> Running in bef8c7cf04a5 [2020-09-03T17:23:23.437Z] Removing intermediate container cdb51a26e1b2 [2020-09-03T17:23:23.437Z] ---> a4a29a0b5025 [2020-09-03T17:23:23.437Z] Step 24/26 : LABEL arch=arm64 [2020-09-03T17:23:24.417Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:23:24.417Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:23:24.417Z] OK: 12617 distinct packages available [2020-09-03T17:23:24.692Z] ---> Running in 39176d105744 [2020-09-03T17:23:24.692Z] Removing intermediate container bef8c7cf04a5 [2020-09-03T17:23:24.692Z] ---> e4e5c1082f89 [2020-09-03T17:23:24.692Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:23:24.967Z] OK: 217 MiB in 51 packages [2020-09-03T17:23:26.407Z] ---> Running in 1aa075fc891b [2020-09-03T17:23:26.407Z] Removing intermediate container 39176d105744 [2020-09-03T17:23:26.407Z] ---> e4f7641d1c2c [2020-09-03T17:23:26.407Z] Step 25/26 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:23:26.407Z] ---> Running in 3cd73ad6cc62 [2020-09-03T17:23:27.398Z] Removing intermediate container aed016334662 [2020-09-03T17:23:27.398Z] ---> aa979fae8a35 [2020-09-03T17:23:27.398Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-03T17:23:27.398Z] Removing intermediate container 3cd73ad6cc62 [2020-09-03T17:23:27.398Z] ---> 7a599231603f [2020-09-03T17:23:27.398Z] Step 26/26 : LABEL version=1.2.2-dev.21 [2020-09-03T17:23:27.398Z] Removing intermediate container db894663780e [2020-09-03T17:23:27.398Z] ---> 14dfb971b70a [2020-09-03T17:23:27.398Z] Step 6/20 : COPY go.mod . [2020-09-03T17:23:27.672Z] ---> Running in 232ada61e19a [2020-09-03T17:23:27.672Z] ---> Running in 6d5af766bc39 [2020-09-03T17:23:28.670Z] Removing intermediate container 6d5af766bc39 [2020-09-03T17:23:28.671Z] ---> 5a052b3c0a4c [2020-09-03T17:23:28.671Z] [2020-09-03T17:23:28.671Z] ---> 2b6b6fb671fb [2020-09-03T17:23:28.671Z] Step 7/20 : RUN go mod download [2020-09-03T17:23:28.949Z] Successfully built 5a052b3c0a4c [2020-09-03T17:23:28.949Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-03T17:23:29.226Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-09-03T17:23:29.498Z] ---> Running in 6580a3efe7bc [2020-09-03T17:23:30.492Z] Removing intermediate container 1aa075fc891b [2020-09-03T17:23:30.492Z] ---> 0a20376ac0e3 [2020-09-03T17:23:30.492Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-03T17:23:31.085Z] ---> Running in 2b3dca8c10a4 [2020-09-03T17:23:33.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:33.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:34.591Z] Collecting docker-compose==1.23.2 [2020-09-03T17:23:34.868Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-03T17:23:34.868Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-03T17:23:34.868Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-03T17:23:34.868Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-03T17:23:35.145Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-03T17:23:35.425Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-03T17:23:35.425Z] Removing intermediate container 6580a3efe7bc [2020-09-03T17:23:35.425Z] ---> 7cd31f205601 [2020-09-03T17:23:35.425Z] Step 8/20 : COPY . . [2020-09-03T17:23:35.425Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:23:35.425Z] OK: 8 MiB in 19 packages [2020-09-03T17:23:36.025Z] Collecting texttable<0.10,>=0.9.0 [2020-09-03T17:23:36.025Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-03T17:23:38.172Z] 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-03T17:23:38.989Z] Collecting jsonschema<3,>=2.5.1 [2020-09-03T17:23:39.435Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-03T17:23:39.435Z] Removing intermediate container 2b3dca8c10a4 [2020-09-03T17:23:39.435Z] ---> fa79090ad9d0 [2020-09-03T17:23:39.435Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-03T17:23:40.319Z] Collecting PyYAML<4,>=3.10 [2020-09-03T17:23:40.319Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-03T17:23:41.932Z] ---> d9228aa752ce [2020-09-03T17:23:41.932Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-03T17:23:43.035Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:23:43.035Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:23:43.035Z] ---> 6ffdb0cbee34 [2020-09-03T17:23:43.035Z] Step 3/21 : WORKDIR /edgex-go [2020-09-03T17:23:43.035Z] ---> Using cache [2020-09-03T17:23:43.035Z] ---> e08cadf3b552 [2020-09-03T17:23:43.035Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:23:43.035Z] ---> Using cache [2020-09-03T17:23:43.035Z] ---> 0e3f25ab3576 [2020-09-03T17:23:43.035Z] Step 5/21 : RUN apk update && apk add make git [2020-09-03T17:23:43.035Z] ---> Using cache [2020-09-03T17:23:43.035Z] ---> 14dfb971b70a [2020-09-03T17:23:43.035Z] Step 6/21 : COPY go.mod . [2020-09-03T17:23:43.035Z] ---> Using cache [2020-09-03T17:23:43.035Z] ---> 2b6b6fb671fb [2020-09-03T17:23:43.035Z] Step 7/21 : RUN go mod download [2020-09-03T17:23:43.035Z] ---> Using cache [2020-09-03T17:23:43.035Z] ---> 7cd31f205601 [2020-09-03T17:23:43.035Z] Step 8/21 : COPY . . [2020-09-03T17:23:44.671Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-03T17:23:44.671Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-03T17:23:47.023Z] Collecting docker<4.0,>=3.6.0 [2020-09-03T17:23:47.023Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-03T17:23:47.301Z] ---> d9b83dfb24e7 [2020-09-03T17:23:47.302Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-03T17:23:47.977Z] Collecting cached-property<2,>=1.2.0 [2020-09-03T17:23:47.977Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-03T17:23:48.378Z] Collecting docopt<0.7,>=0.6.1 [2020-09-03T17:23:48.378Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-03T17:23:50.595Z] ---> 3fc132b9ce79 [2020-09-03T17:23:50.595Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-03T17:23:51.217Z] ---> Running in 6416211aaf91 [2020-09-03T17:23:51.217Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-03T17:23:51.217Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-03T17:23:52.222Z] Removing intermediate container 6416211aaf91 [2020-09-03T17:23:52.222Z] ---> 33e4c676ece9 [2020-09-03T17:23:52.222Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:23:53.229Z] ---> Running in 74843fc7f9c9 [2020-09-03T17:23:53.505Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-03T17:23:53.505Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-03T17:23:53.789Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:23:53.789Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-03T17:23:53.789Z] ---> 6ffdb0cbee34 [2020-09-03T17:23:53.789Z] Step 3/29 : WORKDIR /edgex-go [2020-09-03T17:23:53.789Z] ---> Using cache [2020-09-03T17:23:53.789Z] ---> e08cadf3b552 [2020-09-03T17:23:53.789Z] Step 4/29 : RUN apk update && apk add make git [2020-09-03T17:23:53.789Z] ---> Running in 8163e1f9a756 [2020-09-03T17:23:54.402Z] Removing intermediate container 74843fc7f9c9 [2020-09-03T17:23:54.402Z] ---> 38cb191664f7 [2020-09-03T17:23:54.402Z] Step 21/23 : LABEL arch=arm64 [2020-09-03T17:23:54.402Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-03T17:23:54.402Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-03T17:23:54.680Z] ---> Running in 4626b0ea1824 [2020-09-03T17:23:54.680Z] 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-03T17:23:54.680Z] 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-03T17:23:54.976Z] Collecting idna<2.8,>=2.5 [2020-09-03T17:23:54.976Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-03T17:23:55.255Z] Collecting docker-pycreds>=0.4.0 [2020-09-03T17:23:55.255Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-03T17:23:55.543Z] ---> 284a59a60e0e [2020-09-03T17:23:55.543Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-03T17:23:55.829Z] Removing intermediate container 4626b0ea1824 [2020-09-03T17:23:55.829Z] ---> 47422c2c4db2 [2020-09-03T17:23:55.829Z] Step 22/23 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:23:55.829Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-03T17:23:55.829Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-03T17:23:55.829Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-03T17:23:55.829Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-03T17:23:56.109Z] ---> Running in f20142cd0a0a [2020-09-03T17:23:56.391Z] ---> Running in f309325a0fcf [2020-09-03T17:23:56.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:56.998Z] Installing collected packages: texttable, jsonschema, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, docopt, dockerpty, docker-compose [2020-09-03T17:23:56.998Z] Running setup.py install for texttable: started [2020-09-03T17:23:57.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:23:57.283Z] Removing intermediate container f309325a0fcf [2020-09-03T17:23:57.283Z] ---> 491a08064af1 [2020-09-03T17:23:57.283Z] Step 23/23 : LABEL version=1.2.2-dev.21 [2020-09-03T17:23:57.904Z] ---> Running in 5a557e6e456f [2020-09-03T17:23:58.513Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:23:58.513Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:23:58.513Z] OK: 12617 distinct packages available [2020-09-03T17:23:58.513Z] 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-03T17:23:59.133Z] Running setup.py install for texttable: finished with status 'done' [2020-09-03T17:23:59.411Z] OK: 217 MiB in 51 packages [2020-09-03T17:23:59.411Z] Removing intermediate container 5a557e6e456f [2020-09-03T17:23:59.411Z] ---> 2d8ecaf2d68d [2020-09-03T17:23:59.411Z] [2020-09-03T17:23:59.690Z] Running setup.py install for PyYAML: started [2020-09-03T17:23:59.982Z] Successfully built 2d8ecaf2d68d [2020-09-03T17:24:00.259Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-03T17:24:00.259Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-09-03T17:24:02.904Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-03T17:24:02.904Z] Attempting uninstall: urllib3 [2020-09-03T17:24:02.904Z] Found existing installation: urllib3 1.25.9 [2020-09-03T17:24:02.904Z] Uninstalling urllib3-1.25.9: [2020-09-03T17:24:02.904Z] Removing intermediate container 8163e1f9a756 [2020-09-03T17:24:02.904Z] ---> 5ea8e8f99c90 [2020-09-03T17:24:02.904Z] Step 5/29 : COPY go.mod . [2020-09-03T17:24:02.904Z] Successfully uninstalled urllib3-1.25.9 [2020-09-03T17:24:03.890Z] Attempting uninstall: idna [2020-09-03T17:24:03.891Z] Found existing installation: idna 2.9 [2020-09-03T17:24:03.891Z] Uninstalling idna-2.9: [2020-09-03T17:24:03.891Z] Successfully uninstalled idna-2.9 [2020-09-03T17:24:03.891Z] ---> 5dbbe780d09e [2020-09-03T17:24:03.891Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-03T17:24:04.490Z] ---> 89439b81734a [2020-09-03T17:24:04.490Z] Step 6/29 : RUN go mod download [2020-09-03T17:24:04.762Z] Attempting uninstall: requests [2020-09-03T17:24:04.762Z] Found existing installation: requests 2.23.0 [2020-09-03T17:24:04.762Z] Uninstalling requests-2.23.0: [2020-09-03T17:24:05.066Z] ---> Running in 476e84d06b3f [2020-09-03T17:24:05.066Z] Successfully uninstalled requests-2.23.0 [2020-09-03T17:24:05.343Z] ---> Running in 4cfee36f5483 [2020-09-03T17:24:07.323Z] Running setup.py install for docopt: started [2020-09-03T17:24:07.931Z] 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-03T17:24:09.935Z] Running setup.py install for docopt: finished with status 'done' [2020-09-03T17:24:09.935Z] Running setup.py install for dockerpty: started [2020-09-03T17:24:11.948Z] Removing intermediate container 4cfee36f5483 [2020-09-03T17:24:11.948Z] ---> 2e56aac0c098 [2020-09-03T17:24:11.948Z] Step 7/29 : COPY . . [2020-09-03T17:24:12.947Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-03T17:24:14.411Z] 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-03T17:24:24.754Z] Removing intermediate container 232ada61e19a [2020-09-03T17:24:24.754Z] ---> 53d50985aa9a [2020-09-03T17:24:24.754Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-03T17:24:24.754Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:24:24.754Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:24:24.754Z] ---> 6ffdb0cbee34 [2020-09-03T17:24:24.754Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T17:24:24.754Z] ---> Using cache [2020-09-03T17:24:24.754Z] ---> e08cadf3b552 [2020-09-03T17:24:24.754Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:24:24.754Z] ---> Using cache [2020-09-03T17:24:24.754Z] ---> 0e3f25ab3576 [2020-09-03T17:24:24.754Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T17:24:24.754Z] ---> Using cache [2020-09-03T17:24:24.754Z] ---> 14dfb971b70a [2020-09-03T17:24:24.754Z] Step 6/22 : COPY go.mod . [2020-09-03T17:24:24.754Z] ---> Using cache [2020-09-03T17:24:24.754Z] ---> 2b6b6fb671fb [2020-09-03T17:24:24.754Z] Step 7/22 : RUN go mod download [2020-09-03T17:24:24.754Z] ---> Using cache [2020-09-03T17:24:24.754Z] ---> 7cd31f205601 [2020-09-03T17:24:24.754Z] Step 8/22 : COPY . . [2020-09-03T17:24:24.754Z] ---> Using cache [2020-09-03T17:24:24.754Z] ---> 5dbbe780d09e [2020-09-03T17:24:24.754Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-03T17:24:24.754Z] ---> Running in 6c2eac5ecd20 [2020-09-03T17:24:24.754Z] ---> Running in f0ab52b7cad9 [2020-09-03T17:24:28.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:24:28.157Z] 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-03T17:24:28.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:24:29.029Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T17:24:29.029Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-03T17:24:29.029Z] (3/3) Installing curl (7.69.1-r0) [2020-09-03T17:24:29.029Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:24:29.029Z] OK: 71 MiB in 58 packages [2020-09-03T17:24:33.351Z] Removing intermediate container 6c2eac5ecd20 [2020-09-03T17:24:33.351Z] ---> 635cc1a8bfc6 [2020-09-03T17:24:33.351Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-03T17:24:33.351Z] ---> Running in 97aaab6bba64 [2020-09-03T17:24:34.342Z] Removing intermediate container 97aaab6bba64 [2020-09-03T17:24:34.342Z] ---> 7ec7b05d0240 [2020-09-03T17:24:34.342Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:24:34.342Z] ---> Running in cb6a7c031ef4 [2020-09-03T17:24:34.948Z] ---> fc2632850b4d [2020-09-03T17:24:34.948Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-03T17:24:34.948Z] ---> Running in 615f936aa487 [2020-09-03T17:24:35.223Z] Removing intermediate container cb6a7c031ef4 [2020-09-03T17:24:35.223Z] ---> c9fe8a03f49f [2020-09-03T17:24:35.223Z] Step 25/27 : LABEL arch=arm64 [2020-09-03T17:24:35.502Z] ---> Running in 608e6f986fe7 [2020-09-03T17:24:36.105Z] Removing intermediate container 608e6f986fe7 [2020-09-03T17:24:36.105Z] ---> cf330430dc02 [2020-09-03T17:24:36.105Z] Step 26/27 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:24:36.383Z] ---> Running in 4259e19e2614 [2020-09-03T17:24:37.403Z] Removing intermediate container 4259e19e2614 [2020-09-03T17:24:37.403Z] ---> e4f78b88831c [2020-09-03T17:24:37.403Z] Step 27/27 : LABEL version=1.2.2-dev.21 [2020-09-03T17:24:37.403Z] ---> Running in 45dda7c55a2b [2020-09-03T17:24:37.403Z] 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-03T17:24:38.013Z] Removing intermediate container 45dda7c55a2b [2020-09-03T17:24:38.013Z] ---> 6d8345bb6f8c [2020-09-03T17:24:38.013Z] [2020-09-03T17:24:38.634Z] Successfully built 6d8345bb6f8c [2020-09-03T17:24:38.634Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-03T17:24:38.634Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-09-03T17:25:05.561Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T17:25:05.561Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T17:25:05.561Z] ---> 6ffdb0cbee34 [2020-09-03T17:25:05.561Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T17:25:05.561Z] ---> Using cache [2020-09-03T17:25:05.561Z] ---> e08cadf3b552 [2020-09-03T17:25:05.561Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T17:25:05.561Z] ---> Using cache [2020-09-03T17:25:05.561Z] ---> 0e3f25ab3576 [2020-09-03T17:25:05.561Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T17:25:05.561Z] ---> Using cache [2020-09-03T17:25:05.561Z] ---> 14dfb971b70a [2020-09-03T17:25:05.561Z] Step 6/22 : COPY go.mod . [2020-09-03T17:25:05.561Z] ---> Using cache [2020-09-03T17:25:05.561Z] ---> 2b6b6fb671fb [2020-09-03T17:25:05.561Z] Step 7/22 : RUN go mod download [2020-09-03T17:25:05.561Z] ---> Using cache [2020-09-03T17:25:05.561Z] ---> 7cd31f205601 [2020-09-03T17:25:05.561Z] Step 8/22 : COPY . . [2020-09-03T17:25:05.561Z] ---> Using cache [2020-09-03T17:25:05.561Z] ---> 5dbbe780d09e [2020-09-03T17:25:05.561Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-03T17:25:05.561Z] ---> Running in 37951eae9db4 [2020-09-03T17:25:06.542Z] 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-03T17:25:21.638Z] Removing intermediate container f20142cd0a0a [2020-09-03T17:25:21.638Z] ---> ee7eea6acbc5 [2020-09-03T17:25:21.638Z] [2020-09-03T17:25:21.638Z] Step 10/20 : FROM alpine [2020-09-03T17:25:21.638Z] ---> 62ee0e9f8440 [2020-09-03T17:25:21.638Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-03T17:25:21.638Z] ---> Running in 882ac45d54e6 [2020-09-03T17:25:23.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:25:24.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:25:26.052Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:25:26.052Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:25:26.052Z] OK: 12617 distinct packages available [2020-09-03T17:25:26.649Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-03T17:25:26.924Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T17:25:26.924Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-03T17:25:27.199Z] (4/4) Installing curl (7.69.1-r0) [2020-09-03T17:25:27.199Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:25:27.199Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T17:25:27.796Z] OK: 7 MiB in 18 packages [2020-09-03T17:25:30.445Z] Removing intermediate container 882ac45d54e6 [2020-09-03T17:25:30.445Z] ---> 49cc159518b4 [2020-09-03T17:25:30.445Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T17:25:30.445Z] ---> Running in 754de0242a0a [2020-09-03T17:25:31.437Z] Removing intermediate container 754de0242a0a [2020-09-03T17:25:31.437Z] ---> aac8cf5600af [2020-09-03T17:25:31.437Z] Step 13/20 : WORKDIR /edgex [2020-09-03T17:25:31.437Z] ---> Running in 966b13c0dc7a [2020-09-03T17:25:32.038Z] Removing intermediate container 966b13c0dc7a [2020-09-03T17:25:32.038Z] ---> e359f9951fb9 [2020-09-03T17:25:32.038Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-03T17:25:33.025Z] ---> faafa250f5cd [2020-09-03T17:25:33.025Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-03T17:25:35.018Z] ---> d34baea13df0 [2020-09-03T17:25:35.018Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-03T17:25:35.018Z] ---> Running in 936c50e96e27 [2020-09-03T17:25:36.010Z] Removing intermediate container 936c50e96e27 [2020-09-03T17:25:36.010Z] ---> fa33405c6490 [2020-09-03T17:25:36.010Z] Step 17/20 : CMD ["--init=true"] [2020-09-03T17:25:36.010Z] ---> Running in 5327c028dd36 [2020-09-03T17:25:36.610Z] Removing intermediate container 5327c028dd36 [2020-09-03T17:25:36.610Z] ---> cda6af5b6204 [2020-09-03T17:25:36.610Z] Step 18/20 : LABEL arch=arm64 [2020-09-03T17:25:36.610Z] ---> Running in d618b8dd0486 [2020-09-03T17:25:37.606Z] Removing intermediate container d618b8dd0486 [2020-09-03T17:25:37.606Z] ---> e514256b81f9 [2020-09-03T17:25:37.606Z] Step 19/20 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:25:37.606Z] ---> Running in 57274e2ba793 [2020-09-03T17:25:38.588Z] Removing intermediate container 57274e2ba793 [2020-09-03T17:25:38.588Z] ---> ec781fec8beb [2020-09-03T17:25:38.588Z] Step 20/20 : LABEL version=1.2.2-dev.21 [2020-09-03T17:25:38.588Z] ---> Running in e22b871410c7 [2020-09-03T17:25:39.189Z] Removing intermediate container e22b871410c7 [2020-09-03T17:25:39.189Z] ---> 228d209fda4a [2020-09-03T17:25:39.189Z] [2020-09-03T17:25:39.791Z] Successfully built 228d209fda4a [2020-09-03T17:25:39.791Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-03T17:25:58.103Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 476e84d06b3f [2020-09-03T17:25:58.103Z] ---> 478a4501be4c [2020-09-03T17:25:58.103Z] [2020-09-03T17:25:58.103Z] Step 10/21 : FROM scratch [2020-09-03T17:25:58.103Z] ---> [2020-09-03T17:25:58.103Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:25:58.387Z] ---> Running in 7737298d8115 [2020-09-03T17:25:58.988Z] Removing intermediate container 7737298d8115 [2020-09-03T17:25:58.988Z] ---> 835fea30a5e6 [2020-09-03T17:25:58.988Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-03T17:25:59.267Z] ---> Running in 33d6f77c4891 [2020-09-03T17:26:00.255Z] Removing intermediate container 33d6f77c4891 [2020-09-03T17:26:00.255Z] ---> 213ea434c304 [2020-09-03T17:26:00.255Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-03T17:26:00.531Z] ---> Running in dec271058d4d [2020-09-03T17:26:01.518Z] Removing intermediate container dec271058d4d [2020-09-03T17:26:01.518Z] ---> 57444a78593d [2020-09-03T17:26:01.518Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-03T17:26:02.118Z] Removing intermediate container 615f936aa487 [2020-09-03T17:26:02.118Z] ---> 0df2edbcfd55 [2020-09-03T17:26:02.118Z] [2020-09-03T17:26:02.118Z] Step 9/29 : FROM alpine:latest [2020-09-03T17:26:02.118Z] ---> 62ee0e9f8440 [2020-09-03T17:26:02.118Z] 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-03T17:26:02.406Z] ---> Running in e853377c4eb9 [2020-09-03T17:26:02.688Z] ---> 6247c2d6a09a [2020-09-03T17:26:02.688Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-03T17:26:02.967Z] Removing intermediate container e853377c4eb9 [2020-09-03T17:26:02.967Z] ---> c03a0301ff7f [2020-09-03T17:26:02.967Z] Step 11/29 : USER root [2020-09-03T17:26:03.249Z] ---> Running in 38ad0ebcc1c4 [2020-09-03T17:26:04.243Z] Removing intermediate container 38ad0ebcc1c4 [2020-09-03T17:26:04.243Z] ---> 083d42bee992 [2020-09-03T17:26:04.243Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-03T17:26:04.243Z] ---> Running in 04c6a42d260c [2020-09-03T17:26:04.858Z] ---> fad318e2f9af [2020-09-03T17:26:04.858Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-03T17:26:06.429Z] ---> 661b799591b4 [2020-09-03T17:26:06.429Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-03T17:26:06.429Z] ---> Running in bbe2eb325e96 [2020-09-03T17:26:07.062Z] Removing intermediate container bbe2eb325e96 [2020-09-03T17:26:07.062Z] ---> af2b7135b18a [2020-09-03T17:26:07.062Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:26:07.365Z] ---> Running in d71f9dde2c88 [2020-09-03T17:26:07.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T17:26:07.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T17:26:07.915Z] Removing intermediate container d71f9dde2c88 [2020-09-03T17:26:07.915Z] ---> 61bb99f723a6 [2020-09-03T17:26:07.915Z] Step 19/21 : LABEL arch=arm64 [2020-09-03T17:26:07.915Z] ---> Running in 38dee2a6367b [2020-09-03T17:26:08.516Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T17:26:08.516Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T17:26:08.516Z] OK: 12617 distinct packages available [2020-09-03T17:26:08.791Z] Removing intermediate container 38dee2a6367b [2020-09-03T17:26:08.791Z] ---> ed1838d57306 [2020-09-03T17:26:08.791Z] Step 20/21 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:08.791Z] ---> Running in e3fcdd6ecf6c [2020-09-03T17:26:09.400Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-03T17:26:09.400Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-03T17:26:09.400Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T17:26:09.400Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T17:26:09.675Z] Removing intermediate container e3fcdd6ecf6c [2020-09-03T17:26:09.675Z] ---> 4ec19f70d1b1 [2020-09-03T17:26:09.675Z] Step 21/21 : LABEL version=1.2.2-dev.21 [2020-09-03T17:26:09.675Z] OK: 6 MiB in 16 packages [2020-09-03T17:26:09.675Z] ---> Running in e82cc5051a79 [2020-09-03T17:26:10.657Z] Removing intermediate container e82cc5051a79 [2020-09-03T17:26:10.657Z] ---> 99aadb49d8c9 [2020-09-03T17:26:10.657Z] [2020-09-03T17:26:11.255Z] Successfully built 99aadb49d8c9 [2020-09-03T17:26:11.255Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-03T17:26:12.234Z]  Building docker-support-scheduler-go ... done Removing intermediate container 04c6a42d260c [2020-09-03T17:26:12.234Z] ---> 4693ee1c5e86 [2020-09-03T17:26:12.234Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-03T17:26:12.234Z] ---> Running in 8806a5ab6275 [2020-09-03T17:26:12.830Z] Removing intermediate container 8806a5ab6275 [2020-09-03T17:26:12.830Z] ---> 77a22d75e63f [2020-09-03T17:26:12.830Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-03T17:26:13.105Z] ---> Running in 5c5b6892476a [2020-09-03T17:26:13.703Z] Removing intermediate container 5c5b6892476a [2020-09-03T17:26:13.703Z] ---> 20d7613367ba [2020-09-03T17:26:13.703Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-03T17:26:13.980Z] ---> Running in d2a57c41339b [2020-09-03T17:26:18.307Z] Removing intermediate container d2a57c41339b [2020-09-03T17:26:18.307Z] ---> c16a2a754c58 [2020-09-03T17:26:18.307Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-03T17:26:20.309Z] ---> 8201d835ba30 [2020-09-03T17:26:20.309Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-03T17:26:21.763Z] ---> d2af62eb6c72 [2020-09-03T17:26:21.763Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-03T17:26:22.039Z] Removing intermediate container f0ab52b7cad9 [2020-09-03T17:26:22.039Z] ---> 288eb6331385 [2020-09-03T17:26:22.039Z] [2020-09-03T17:26:22.039Z] Step 10/22 : FROM scratch [2020-09-03T17:26:22.039Z] ---> [2020-09-03T17:26:22.039Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:26:22.318Z] ---> Using cache [2020-09-03T17:26:22.318Z] ---> 835fea30a5e6 [2020-09-03T17:26:22.318Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-03T17:26:22.318Z] ---> Running in 1b251e8d4947 [2020-09-03T17:26:22.593Z] ---> f90396718a7a [2020-09-03T17:26:22.593Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-03T17:26:22.867Z] Removing intermediate container 1b251e8d4947 [2020-09-03T17:26:22.867Z] ---> e9bf21798898 [2020-09-03T17:26:22.867Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T17:26:22.867Z] ---> Running in cfc4f32429e5 [2020-09-03T17:26:23.469Z] ---> 84fd18e55e62 [2020-09-03T17:26:23.469Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-03T17:26:23.469Z] Removing intermediate container cfc4f32429e5 [2020-09-03T17:26:23.469Z] ---> 5e8879cb8da2 [2020-09-03T17:26:23.469Z] Step 14/22 : WORKDIR / [2020-09-03T17:26:23.744Z] ---> Running in 1dccef7f5ff3 [2020-09-03T17:26:24.017Z] ---> bd28a10cdae5 [2020-09-03T17:26:24.017Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-03T17:26:24.293Z] Removing intermediate container 1dccef7f5ff3 [2020-09-03T17:26:24.293Z] ---> a6c396194389 [2020-09-03T17:26:24.293Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-03T17:26:24.293Z] ---> Running in 71149340d021 [2020-09-03T17:26:25.280Z] ---> c15a4d05cda9 [2020-09-03T17:26:25.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-03T17:26:26.719Z] ---> a49367c733aa [2020-09-03T17:26:26.719Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-03T17:26:27.313Z] Removing intermediate container 71149340d021 [2020-09-03T17:26:27.313Z] ---> ae79ed25d4fe [2020-09-03T17:26:27.313Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T17:26:27.587Z] ---> d4d3719c45e9 [2020-09-03T17:26:27.587Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-03T17:26:27.860Z] ---> Running in a65fbc9b6aba [2020-09-03T17:26:28.138Z] ---> 7108f8a71425 [2020-09-03T17:26:28.138Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T17:26:28.409Z] Removing intermediate container a65fbc9b6aba [2020-09-03T17:26:28.409Z] ---> fd2f5e3e586d [2020-09-03T17:26:28.409Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:26:28.683Z] ---> Running in 7be98042d5d5 [2020-09-03T17:26:28.683Z] ---> Running in e201835a00da [2020-09-03T17:26:29.715Z] Removing intermediate container e201835a00da [2020-09-03T17:26:29.715Z] ---> da86036bb29b [2020-09-03T17:26:29.715Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T17:26:29.715Z] Removing intermediate container 37951eae9db4 [2020-09-03T17:26:29.715Z] ---> ad0b7e70e116 [2020-09-03T17:26:29.715Z] [2020-09-03T17:26:29.715Z] Step 10/22 : FROM scratch [2020-09-03T17:26:29.715Z] ---> [2020-09-03T17:26:29.715Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T17:26:29.715Z] ---> Running in 5470e2e2cfa1 [2020-09-03T17:26:29.715Z] ---> Using cache [2020-09-03T17:26:29.715Z] ---> 835fea30a5e6 [2020-09-03T17:26:29.715Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-03T17:26:29.986Z] ---> Running in 844cc2f61d8c [2020-09-03T17:26:30.264Z] Removing intermediate container 5470e2e2cfa1 [2020-09-03T17:26:30.264Z] ---> 408449b4443b [2020-09-03T17:26:30.264Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:30.264Z] Removing intermediate container 844cc2f61d8c [2020-09-03T17:26:30.264Z] ---> 656db039b296 [2020-09-03T17:26:30.264Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T17:26:30.264Z] ---> Running in edb140b48266 [2020-09-03T17:26:30.264Z] ---> Running in f997173c02b5 [2020-09-03T17:26:30.875Z] Removing intermediate container edb140b48266 [2020-09-03T17:26:30.875Z] ---> d2278bbe03c0 [2020-09-03T17:26:30.875Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T17:26:31.172Z] Removing intermediate container f997173c02b5 [2020-09-03T17:26:31.172Z] ---> 9cc9c25f532a [2020-09-03T17:26:31.172Z] Step 14/22 : WORKDIR / [2020-09-03T17:26:31.172Z] ---> Running in dba33812f807 [2020-09-03T17:26:31.172Z] ---> Running in 14665ff4bdfb [2020-09-03T17:26:31.454Z] Removing intermediate container 7be98042d5d5 [2020-09-03T17:26:31.454Z] ---> 1c7a340a1919 [2020-09-03T17:26:31.454Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-03T17:26:31.454Z] ---> Running in 051873baf5d3 [2020-09-03T17:26:31.734Z] Removing intermediate container dba33812f807 [2020-09-03T17:26:31.735Z] Removing intermediate container 14665ff4bdfb [2020-09-03T17:26:31.735Z] ---> 66b8a29948cb [2020-09-03T17:26:31.735Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-03T17:26:31.735Z] ---> c4e4a28266e9 [2020-09-03T17:26:31.735Z] [2020-09-03T17:26:32.342Z] Successfully built c4e4a28266e9 [2020-09-03T17:26:32.342Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-03T17:26:32.952Z]  Building docker-core-metadata-go ... done  ---> ea722fddc04a [2020-09-03T17:26:32.952Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-03T17:26:34.404Z] ---> b8ae5429e587 [2020-09-03T17:26:34.404Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-03T17:26:35.409Z] Removing intermediate container 051873baf5d3 [2020-09-03T17:26:35.409Z] ---> 1785a717b989 [2020-09-03T17:26:35.409Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T17:26:35.409Z] ---> 5139eb8592bd [2020-09-03T17:26:35.409Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-03T17:26:35.409Z] ---> Running in 7b5ccc9892d6 [2020-09-03T17:26:35.409Z] ---> Running in b0c84781bafb [2020-09-03T17:26:36.041Z] Removing intermediate container 7b5ccc9892d6 [2020-09-03T17:26:36.041Z] ---> b5bb84dcf254 [2020-09-03T17:26:36.041Z] Step 26/29 : CMD [ "generate" ] [2020-09-03T17:26:36.041Z] Removing intermediate container b0c84781bafb [2020-09-03T17:26:36.041Z] ---> 6f9a45a4b634 [2020-09-03T17:26:36.041Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T17:26:36.041Z] ---> Running in 03b3928f8af0 [2020-09-03T17:26:36.041Z] ---> Running in 5943a23569d9 [2020-09-03T17:26:36.659Z] Removing intermediate container 03b3928f8af0 [2020-09-03T17:26:36.659Z] ---> d7adfdfa1f9a [2020-09-03T17:26:36.659Z] Step 27/29 : LABEL arch=arm64 [2020-09-03T17:26:37.026Z] Removing intermediate container 5943a23569d9 [2020-09-03T17:26:37.026Z] ---> 2855655f449c [2020-09-03T17:26:37.026Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T17:26:37.026Z] ---> Running in 53b306d2e24b [2020-09-03T17:26:37.026Z] ---> Running in 0b22186d9450 [2020-09-03T17:26:37.298Z] Removing intermediate container 53b306d2e24b [2020-09-03T17:26:37.298Z] ---> 359c16440c68 [2020-09-03T17:26:37.298Z] Step 28/29 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:37.574Z] Removing intermediate container 0b22186d9450 [2020-09-03T17:26:37.574Z] ---> 8f21cbfb0795 [2020-09-03T17:26:37.574Z] Step 21/22 : LABEL git_sha=ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:37.574Z] ---> Running in 420c3468da52 [2020-09-03T17:26:37.574Z] ---> Running in 313676baef3e [2020-09-03T17:26:38.173Z] Removing intermediate container 420c3468da52 [2020-09-03T17:26:38.173Z] ---> b95e816272db [2020-09-03T17:26:38.173Z] Step 29/29 : LABEL version=1.2.2-dev.21 [2020-09-03T17:26:38.173Z] Removing intermediate container 313676baef3e [2020-09-03T17:26:38.173Z] ---> 3497a6b5e445 [2020-09-03T17:26:38.173Z] Step 22/22 : LABEL version=1.2.2-dev.21 [2020-09-03T17:26:38.173Z] ---> Running in 09ffd64de91b [2020-09-03T17:26:38.449Z] ---> Running in 4ec794cfb238 [2020-09-03T17:26:38.725Z] Removing intermediate container 09ffd64de91b [2020-09-03T17:26:38.725Z] ---> 976ccb713798 [2020-09-03T17:26:38.725Z] [2020-09-03T17:26:38.999Z] Successfully built 976ccb713798 [2020-09-03T17:26:38.999Z] Removing intermediate container 4ec794cfb238 [2020-09-03T17:26:38.999Z] ---> 721de080720a [2020-09-03T17:26:38.999Z] [2020-09-03T17:26:38.999Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-03T17:26:39.598Z]  Building docker-security-secrets-setup-go ... done Successfully built 721de080720a [2020-09-03T17:26:39.598Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-03T17:26:39.886Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-09-03T17:26:39.919Z] $ docker stop --time=1 1504025760a10a62b93b4cb7ee849773c71665ba5ce186247054acb50857d8cc [2020-09-03T17:26:41.875Z] $ docker rm -f 1504025760a10a62b93b4cb7ee849773c71665ba5ce186247054acb50857d8cc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:26:42.560Z] + grep docker [2020-09-03T17:26:42.560Z] + docker images [2020-09-03T17:26:42.829Z] docker-core-command-go-arm64 latest 721de080720a 4 seconds ago 12.4MB [2020-09-03T17:26:42.829Z] docker-security-secrets-setup-go-arm64 latest 976ccb713798 4 seconds ago 24.2MB [2020-09-03T17:26:42.829Z] docker-core-metadata-go-arm64 latest c4e4a28266e9 11 seconds ago 13.8MB [2020-09-03T17:26:42.829Z] docker-support-scheduler-go-arm64 latest 99aadb49d8c9 32 seconds ago 12.6MB [2020-09-03T17:26:42.829Z] docker-security-proxy-setup-go-arm64 latest 228d209fda4a About a minute ago 15.8MB [2020-09-03T17:26:42.829Z] docker-sys-mgmt-agent-go-arm64 latest 6d8345bb6f8c 2 minutes ago 266MB [2020-09-03T17:26:42.829Z] docker-core-data-go-arm64 latest 2d8ecaf2d68d 2 minutes ago 23.3MB [2020-09-03T17:26:42.829Z] docker-security-secretstore-setup-go-arm64 latest 5a052b3c0a4c 3 minutes ago 32.6MB [2020-09-03T17:26:42.829Z] docker-support-notifications-go-arm64 latest 1c0c825a86e5 3 minutes ago 13.9MB [2020-09-03T17:26:42.829Z] docker-support-logging-go-arm64 latest 4af844c77a1f 3 minutes ago 11.4MB [2020-09-03T17:26:42.829Z] 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-03T17:26:43.222Z] provisioning config files... [2020-09-03T17:26:43.274Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/134@tmp/config7990256619989823669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:26:43.716Z] ---> docker-login.sh [2020-09-03T17:26:43.716Z] nexus3.edgexfoundry.org:10001 [2020-09-03T17:26:43.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:26:44.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:26:44.267Z] Configure a credential helper to remove this warning. See [2020-09-03T17:26:44.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:26:44.267Z] [2020-09-03T17:26:44.267Z] Login Succeeded [2020-09-03T17:26:44.267Z] nexus3.edgexfoundry.org:10002 [2020-09-03T17:26:44.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:26:44.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:26:44.860Z] Configure a credential helper to remove this warning. See [2020-09-03T17:26:44.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:26:44.860Z] [2020-09-03T17:26:44.860Z] Login Succeeded [2020-09-03T17:26:44.860Z] nexus3.edgexfoundry.org:10003 [2020-09-03T17:26:45.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:26:45.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:26:45.451Z] Configure a credential helper to remove this warning. See [2020-09-03T17:26:45.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:26:45.451Z] [2020-09-03T17:26:45.451Z] Login Succeeded [2020-09-03T17:26:45.451Z] nexus3.edgexfoundry.org:10004 [2020-09-03T17:26:46.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:26:46.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:26:46.041Z] Configure a credential helper to remove this warning. See [2020-09-03T17:26:46.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:26:46.041Z] [2020-09-03T17:26:46.041Z] Login Succeeded [2020-09-03T17:26:46.041Z] docker.io [2020-09-03T17:26:46.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T17:26:46.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T17:26:46.902Z] Configure a credential helper to remove this warning. See [2020-09-03T17:26:46.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T17:26:46.902Z] [2020-09-03T17:26:46.902Z] Login Succeeded [2020-09-03T17:26:46.902Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T17:26:46.916Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:26:47.074Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-03T17:26:47.074Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:47.074Z] 1.2.2-dev.21 [2020-09-03T17:26:47.074Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:26:47.074Z] master [2020-09-03T17:26:47.074Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:47.548Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:47.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:47.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T17:26:47.895Z] 036e30b84c98: Preparing [2020-09-03T17:26:47.895Z] d248464fb984: Preparing [2020-09-03T17:26:47.895Z] 2e53bd827eb3: Preparing [2020-09-03T17:26:48.167Z] 2e53bd827eb3: Pushed [2020-09-03T17:26:48.167Z] 036e30b84c98: Pushed [2020-09-03T17:26:51.528Z] d248464fb984: Pushed [2020-09-03T17:26:51.528Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:0f985846455ed54faba040411ddc10d931c757713a1ddf850f509225d12ce119 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:51.866Z] + 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-03T17:26:52.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [2020-09-03T17:26:52.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T17:26:52.196Z] 036e30b84c98: Preparing [2020-09-03T17:26:52.196Z] d248464fb984: Preparing [2020-09-03T17:26:52.196Z] 2e53bd827eb3: Preparing [2020-09-03T17:26:52.196Z] 036e30b84c98: Layer already exists [2020-09-03T17:26:52.196Z] d248464fb984: Layer already exists [2020-09-03T17:26:52.196Z] 2e53bd827eb3: Layer already exists [2020-09-03T17:26:52.464Z] 1.2.2-dev.21: digest: sha256:0f985846455ed54faba040411ddc10d931c757713a1ddf850f509225d12ce119 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:52.804Z] + 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-03T17:26:53.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:26:53.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T17:26:53.135Z] 036e30b84c98: Preparing [2020-09-03T17:26:53.136Z] d248464fb984: Preparing [2020-09-03T17:26:53.136Z] 2e53bd827eb3: Preparing [2020-09-03T17:26:53.136Z] 036e30b84c98: Layer already exists [2020-09-03T17:26:53.136Z] d248464fb984: Layer already exists [2020-09-03T17:26:53.136Z] 2e53bd827eb3: Layer already exists [2020-09-03T17:26:53.404Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:0f985846455ed54faba040411ddc10d931c757713a1ddf850f509225d12ce119 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:53.745Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:54.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-03T17:26:54.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T17:26:54.086Z] 036e30b84c98: Preparing [2020-09-03T17:26:54.086Z] d248464fb984: Preparing [2020-09-03T17:26:54.086Z] 2e53bd827eb3: Preparing [2020-09-03T17:26:54.086Z] d248464fb984: Layer already exists [2020-09-03T17:26:54.086Z] 2e53bd827eb3: Layer already exists [2020-09-03T17:26:54.086Z] 036e30b84c98: Layer already exists [2020-09-03T17:26:54.354Z] master: digest: sha256:0f985846455ed54faba040411ddc10d931c757713a1ddf850f509225d12ce119 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:26:54.522Z] ===================================================== [Pipeline] echo [2020-09-03T17:26:55.077Z] taggedImages: [2020-09-03T17:26:55.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:55.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.21 [2020-09-03T17:26:55.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:26:55.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-03T17:26:55.129Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-03T17:26:55.129Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:55.129Z] 1.2.2-dev.21 [2020-09-03T17:26:55.129Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:26:55.129Z] master [2020-09-03T17:26:55.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:55.596Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:26:55.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:26:55.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T17:26:55.934Z] bb564507d62f: Preparing [2020-09-03T17:26:55.934Z] 2f041c71459c: Preparing [2020-09-03T17:26:55.934Z] 68cd7b9bdc01: Preparing [2020-09-03T17:26:55.934Z] 8af81d86fea6: Preparing [2020-09-03T17:26:55.934Z] 3d5de1d18f92: Preparing [2020-09-03T17:26:55.934Z] e2f13739ad41: Preparing [2020-09-03T17:26:55.934Z] e2f13739ad41: Waiting [2020-09-03T17:26:56.204Z] bb564507d62f: Pushed [2020-09-03T17:26:56.204Z] 68cd7b9bdc01: Pushed [2020-09-03T17:26:56.204Z] 3d5de1d18f92: Pushed [2020-09-03T17:26:56.204Z] e2f13739ad41: Layer already exists [2020-09-03T17:26:56.795Z] 8af81d86fea6: Pushed [2020-09-03T17:27:00.162Z] 2f041c71459c: Pushed [2020-09-03T17:27:00.162Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:55573a4b56760c40c441cdba732c170f6f67849709d03942d16db99969f6abf6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:00.498Z] + 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-03T17:27:00.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:00.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T17:27:00.824Z] bb564507d62f: Preparing [2020-09-03T17:27:00.825Z] 2f041c71459c: Preparing [2020-09-03T17:27:00.825Z] 68cd7b9bdc01: Preparing [2020-09-03T17:27:00.825Z] 8af81d86fea6: Preparing [2020-09-03T17:27:00.825Z] 3d5de1d18f92: Preparing [2020-09-03T17:27:00.825Z] e2f13739ad41: Preparing [2020-09-03T17:27:00.825Z] e2f13739ad41: Waiting [2020-09-03T17:27:00.825Z] 8af81d86fea6: Layer already exists [2020-09-03T17:27:00.825Z] bb564507d62f: Layer already exists [2020-09-03T17:27:00.825Z] 68cd7b9bdc01: Layer already exists [2020-09-03T17:27:00.825Z] 2f041c71459c: Layer already exists [2020-09-03T17:27:00.825Z] 3d5de1d18f92: Layer already exists [2020-09-03T17:27:00.825Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:01.095Z] 1.2.2-dev.21: digest: sha256:55573a4b56760c40c441cdba732c170f6f67849709d03942d16db99969f6abf6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:01.429Z] + 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-03T17:27:01.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:01.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T17:27:01.761Z] bb564507d62f: Preparing [2020-09-03T17:27:01.761Z] 2f041c71459c: Preparing [2020-09-03T17:27:01.761Z] 68cd7b9bdc01: Preparing [2020-09-03T17:27:01.761Z] 8af81d86fea6: Preparing [2020-09-03T17:27:01.761Z] 3d5de1d18f92: Preparing [2020-09-03T17:27:01.761Z] e2f13739ad41: Preparing [2020-09-03T17:27:01.761Z] e2f13739ad41: Waiting [2020-09-03T17:27:01.761Z] bb564507d62f: Layer already exists [2020-09-03T17:27:01.761Z] 2f041c71459c: Layer already exists [2020-09-03T17:27:01.761Z] 68cd7b9bdc01: Layer already exists [2020-09-03T17:27:01.761Z] 8af81d86fea6: Layer already exists [2020-09-03T17:27:01.761Z] 3d5de1d18f92: Layer already exists [2020-09-03T17:27:01.761Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:02.032Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:55573a4b56760c40c441cdba732c170f6f67849709d03942d16db99969f6abf6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:02.394Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:02.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-03T17:27:02.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T17:27:02.769Z] bb564507d62f: Preparing [2020-09-03T17:27:02.769Z] 2f041c71459c: Preparing [2020-09-03T17:27:02.769Z] 68cd7b9bdc01: Preparing [2020-09-03T17:27:02.769Z] 8af81d86fea6: Preparing [2020-09-03T17:27:02.769Z] 3d5de1d18f92: Preparing [2020-09-03T17:27:02.769Z] e2f13739ad41: Preparing [2020-09-03T17:27:02.769Z] e2f13739ad41: Waiting [2020-09-03T17:27:02.769Z] 8af81d86fea6: Layer already exists [2020-09-03T17:27:02.769Z] 2f041c71459c: Layer already exists [2020-09-03T17:27:02.769Z] bb564507d62f: Layer already exists [2020-09-03T17:27:02.769Z] 3d5de1d18f92: Layer already exists [2020-09-03T17:27:02.769Z] 68cd7b9bdc01: Layer already exists [2020-09-03T17:27:02.769Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:03.038Z] master: digest: sha256:55573a4b56760c40c441cdba732c170f6f67849709d03942d16db99969f6abf6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:03.257Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:03.293Z] taggedImages: [2020-09-03T17:27:03.293Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:03.293Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:03.293Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:03.293Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-03T17:27:03.342Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-03T17:27:03.342Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:03.342Z] 1.2.2-dev.21 [2020-09-03T17:27:03.342Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:03.342Z] master [2020-09-03T17:27:03.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:03.862Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:04.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:04.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T17:27:04.206Z] 4bb9805baafd: Preparing [2020-09-03T17:27:04.206Z] 5007beeb270c: Preparing [2020-09-03T17:27:04.206Z] 3110e240e6e6: Preparing [2020-09-03T17:27:04.478Z] 3110e240e6e6: Pushed [2020-09-03T17:27:04.478Z] 4bb9805baafd: Pushed [2020-09-03T17:27:07.839Z] 5007beeb270c: Pushed [2020-09-03T17:27:07.839Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:308f50d7b3cdc2e9b273b71d0ba910f8f9a2eb6ef0985bef6ce16bb65c5f9192 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:08.173Z] + 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-03T17:27:08.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:08.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T17:27:08.507Z] 4bb9805baafd: Preparing [2020-09-03T17:27:08.507Z] 5007beeb270c: Preparing [2020-09-03T17:27:08.507Z] 3110e240e6e6: Preparing [2020-09-03T17:27:08.507Z] 4bb9805baafd: Layer already exists [2020-09-03T17:27:08.507Z] 3110e240e6e6: Layer already exists [2020-09-03T17:27:08.777Z] 5007beeb270c: Layer already exists [2020-09-03T17:27:08.777Z] 1.2.2-dev.21: digest: sha256:308f50d7b3cdc2e9b273b71d0ba910f8f9a2eb6ef0985bef6ce16bb65c5f9192 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:09.110Z] + 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-03T17:27:09.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:09.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T17:27:09.440Z] 4bb9805baafd: Preparing [2020-09-03T17:27:09.440Z] 5007beeb270c: Preparing [2020-09-03T17:27:09.440Z] 3110e240e6e6: Preparing [2020-09-03T17:27:09.440Z] 4bb9805baafd: Layer already exists [2020-09-03T17:27:09.440Z] 3110e240e6e6: Layer already exists [2020-09-03T17:27:09.440Z] 5007beeb270c: Layer already exists [2020-09-03T17:27:09.710Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:308f50d7b3cdc2e9b273b71d0ba910f8f9a2eb6ef0985bef6ce16bb65c5f9192 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:10.045Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:10.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-03T17:27:10.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T17:27:10.377Z] 4bb9805baafd: Preparing [2020-09-03T17:27:10.377Z] 5007beeb270c: Preparing [2020-09-03T17:27:10.377Z] 3110e240e6e6: Preparing [2020-09-03T17:27:10.377Z] 4bb9805baafd: Layer already exists [2020-09-03T17:27:10.377Z] 3110e240e6e6: Layer already exists [2020-09-03T17:27:10.646Z] 5007beeb270c: Layer already exists [2020-09-03T17:27:10.646Z] master: digest: sha256:308f50d7b3cdc2e9b273b71d0ba910f8f9a2eb6ef0985bef6ce16bb65c5f9192 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:11.020Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:11.059Z] taggedImages: [2020-09-03T17:27:11.059Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:11.059Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:11.059Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:11.059Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-03T17:27:11.117Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-03T17:27:11.117Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:11.117Z] 1.2.2-dev.21 [2020-09-03T17:27:11.117Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:11.117Z] master [2020-09-03T17:27:11.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:11.612Z] + 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-03T17:27:11.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:11.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T17:27:11.944Z] de1a7d5346e6: Preparing [2020-09-03T17:27:11.944Z] 4a67c5ade09c: Preparing [2020-09-03T17:27:11.944Z] 32e4a901c504: Preparing [2020-09-03T17:27:11.944Z] 72965becb7b8: Preparing [2020-09-03T17:27:11.944Z] e2f13739ad41: Preparing [2020-09-03T17:27:12.216Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:12.216Z] 32e4a901c504: Pushed [2020-09-03T17:27:12.216Z] 4a67c5ade09c: Pushed [2020-09-03T17:27:12.484Z] 72965becb7b8: Pushed [2020-09-03T17:27:14.440Z] de1a7d5346e6: Pushed [2020-09-03T17:27:14.440Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:65639b65f3de8caf65bc480f0cd68f7abdc02a8f51fc4ade1153dd59995cd1d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:14.771Z] + 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-03T17:27:15.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:15.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T17:27:15.098Z] de1a7d5346e6: Preparing [2020-09-03T17:27:15.098Z] 4a67c5ade09c: Preparing [2020-09-03T17:27:15.098Z] 32e4a901c504: Preparing [2020-09-03T17:27:15.098Z] 72965becb7b8: Preparing [2020-09-03T17:27:15.098Z] e2f13739ad41: Preparing [2020-09-03T17:27:15.098Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:15.098Z] 72965becb7b8: Layer already exists [2020-09-03T17:27:15.098Z] 4a67c5ade09c: Layer already exists [2020-09-03T17:27:15.098Z] de1a7d5346e6: Layer already exists [2020-09-03T17:27:15.098Z] 32e4a901c504: Layer already exists [2020-09-03T17:27:15.368Z] 1.2.2-dev.21: digest: sha256:65639b65f3de8caf65bc480f0cd68f7abdc02a8f51fc4ade1153dd59995cd1d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:15.704Z] + 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-03T17:27:16.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:16.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T17:27:16.035Z] de1a7d5346e6: Preparing [2020-09-03T17:27:16.035Z] 4a67c5ade09c: Preparing [2020-09-03T17:27:16.035Z] 32e4a901c504: Preparing [2020-09-03T17:27:16.035Z] 72965becb7b8: Preparing [2020-09-03T17:27:16.035Z] e2f13739ad41: Preparing [2020-09-03T17:27:16.035Z] 32e4a901c504: Layer already exists [2020-09-03T17:27:16.035Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:16.035Z] 72965becb7b8: Layer already exists [2020-09-03T17:27:16.035Z] 4a67c5ade09c: Layer already exists [2020-09-03T17:27:16.035Z] de1a7d5346e6: Layer already exists [2020-09-03T17:27:16.304Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:65639b65f3de8caf65bc480f0cd68f7abdc02a8f51fc4ade1153dd59995cd1d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:16.639Z] + 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-03T17:27:16.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-03T17:27:16.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T17:27:16.963Z] de1a7d5346e6: Preparing [2020-09-03T17:27:16.963Z] 4a67c5ade09c: Preparing [2020-09-03T17:27:16.963Z] 32e4a901c504: Preparing [2020-09-03T17:27:16.963Z] 72965becb7b8: Preparing [2020-09-03T17:27:16.963Z] e2f13739ad41: Preparing [2020-09-03T17:27:16.963Z] 4a67c5ade09c: Layer already exists [2020-09-03T17:27:16.963Z] 72965becb7b8: Layer already exists [2020-09-03T17:27:16.963Z] 32e4a901c504: Layer already exists [2020-09-03T17:27:16.963Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:16.963Z] de1a7d5346e6: Layer already exists [2020-09-03T17:27:17.231Z] master: digest: sha256:65639b65f3de8caf65bc480f0cd68f7abdc02a8f51fc4ade1153dd59995cd1d6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:17.394Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:17.432Z] taggedImages: [2020-09-03T17:27:17.432Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:17.432Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:17.432Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:17.432Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-03T17:27:17.494Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-03T17:27:17.494Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:17.494Z] 1.2.2-dev.21 [2020-09-03T17:27:17.494Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:17.494Z] master [2020-09-03T17:27:17.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:17.978Z] + 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-03T17:27:18.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:18.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T17:27:18.363Z] 1bbb60098679: Preparing [2020-09-03T17:27:18.363Z] 4146c46eb790: Preparing [2020-09-03T17:27:18.363Z] 20a4747c346a: Preparing [2020-09-03T17:27:18.363Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:18.363Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:18.363Z] d3a4e7378dbd: Preparing [2020-09-03T17:27:18.363Z] 62627207e877: Preparing [2020-09-03T17:27:18.363Z] 9df3d21191b7: Preparing [2020-09-03T17:27:18.363Z] 1bbb60098679: Preparing [2020-09-03T17:27:18.363Z] 12128d9767aa: Preparing [2020-09-03T17:27:18.363Z] 213cc0abcb04: Preparing [2020-09-03T17:27:18.363Z] 339558f659e5: Preparing [2020-09-03T17:27:18.363Z] e2f13739ad41: Preparing [2020-09-03T17:27:18.363Z] 62627207e877: Waiting [2020-09-03T17:27:18.363Z] 213cc0abcb04: Waiting [2020-09-03T17:27:18.363Z] 9df3d21191b7: Waiting [2020-09-03T17:27:18.363Z] 339558f659e5: Waiting [2020-09-03T17:27:18.363Z] 12128d9767aa: Waiting [2020-09-03T17:27:18.646Z] 4146c46eb790: Pushed [2020-09-03T17:27:18.646Z] b11ebcf0adaf: Pushed [2020-09-03T17:27:18.646Z] d3a4e7378dbd: Pushed [2020-09-03T17:27:18.646Z] 20a4747c346a: Pushed [2020-09-03T17:27:18.927Z] 62627207e877: Pushed [2020-09-03T17:27:18.927Z] 9df3d21191b7: Pushed [2020-09-03T17:27:18.927Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:18.927Z] 12128d9767aa: Pushed [2020-09-03T17:27:18.927Z] 213cc0abcb04: Pushed [2020-09-03T17:27:19.196Z] 339558f659e5: Pushed [2020-09-03T17:27:21.149Z] 1bbb60098679: Pushed [2020-09-03T17:27:21.149Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:d796a9233ae8cc887ba0dca69ed6276efc54f12a472069bcb54928209fd23676 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:21.477Z] + 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-03T17:27:21.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:21.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T17:27:21.809Z] 1bbb60098679: Preparing [2020-09-03T17:27:21.809Z] 4146c46eb790: Preparing [2020-09-03T17:27:21.809Z] 20a4747c346a: Preparing [2020-09-03T17:27:21.809Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:21.809Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:21.809Z] d3a4e7378dbd: Preparing [2020-09-03T17:27:21.809Z] 62627207e877: Preparing [2020-09-03T17:27:21.809Z] 9df3d21191b7: Preparing [2020-09-03T17:27:21.809Z] 1bbb60098679: Preparing [2020-09-03T17:27:21.809Z] 12128d9767aa: Preparing [2020-09-03T17:27:21.809Z] 213cc0abcb04: Preparing [2020-09-03T17:27:21.809Z] 339558f659e5: Preparing [2020-09-03T17:27:21.809Z] e2f13739ad41: Preparing [2020-09-03T17:27:21.809Z] 62627207e877: Waiting [2020-09-03T17:27:21.809Z] 9df3d21191b7: Waiting [2020-09-03T17:27:21.809Z] 12128d9767aa: Waiting [2020-09-03T17:27:21.809Z] 213cc0abcb04: Waiting [2020-09-03T17:27:21.809Z] 339558f659e5: Waiting [2020-09-03T17:27:21.809Z] e2f13739ad41: Waiting [2020-09-03T17:27:21.809Z] 20a4747c346a: Layer already exists [2020-09-03T17:27:21.809Z] d3a4e7378dbd: Layer already exists [2020-09-03T17:27:21.809Z] b11ebcf0adaf: Layer already exists [2020-09-03T17:27:21.809Z] 4146c46eb790: Layer already exists [2020-09-03T17:27:21.809Z] 1bbb60098679: Layer already exists [2020-09-03T17:27:22.078Z] 12128d9767aa: Layer already exists [2020-09-03T17:27:22.078Z] 62627207e877: Layer already exists [2020-09-03T17:27:22.078Z] 213cc0abcb04: Layer already exists [2020-09-03T17:27:22.078Z] 9df3d21191b7: Layer already exists [2020-09-03T17:27:22.078Z] 339558f659e5: Layer already exists [2020-09-03T17:27:22.078Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:22.078Z] 1.2.2-dev.21: digest: sha256:d796a9233ae8cc887ba0dca69ed6276efc54f12a472069bcb54928209fd23676 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:22.408Z] + 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-03T17:27:22.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:22.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T17:27:22.734Z] 1bbb60098679: Preparing [2020-09-03T17:27:22.734Z] 4146c46eb790: Preparing [2020-09-03T17:27:22.734Z] 20a4747c346a: Preparing [2020-09-03T17:27:22.734Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:22.734Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:22.734Z] d3a4e7378dbd: Preparing [2020-09-03T17:27:22.734Z] 62627207e877: Preparing [2020-09-03T17:27:22.734Z] 9df3d21191b7: Preparing [2020-09-03T17:27:22.734Z] 1bbb60098679: Preparing [2020-09-03T17:27:22.734Z] 12128d9767aa: Preparing [2020-09-03T17:27:22.734Z] 213cc0abcb04: Preparing [2020-09-03T17:27:22.734Z] 339558f659e5: Preparing [2020-09-03T17:27:22.734Z] e2f13739ad41: Preparing [2020-09-03T17:27:22.734Z] 12128d9767aa: Waiting [2020-09-03T17:27:22.734Z] 213cc0abcb04: Waiting [2020-09-03T17:27:22.734Z] 339558f659e5: Waiting [2020-09-03T17:27:22.734Z] e2f13739ad41: Waiting [2020-09-03T17:27:22.734Z] 9df3d21191b7: Waiting [2020-09-03T17:27:22.734Z] 62627207e877: Waiting [2020-09-03T17:27:22.734Z] 4146c46eb790: Layer already exists [2020-09-03T17:27:22.734Z] d3a4e7378dbd: Layer already exists [2020-09-03T17:27:22.734Z] 20a4747c346a: Layer already exists [2020-09-03T17:27:22.734Z] 1bbb60098679: Layer already exists [2020-09-03T17:27:22.734Z] b11ebcf0adaf: Layer already exists [2020-09-03T17:27:23.002Z] 62627207e877: Layer already exists [2020-09-03T17:27:23.002Z] 9df3d21191b7: Layer already exists [2020-09-03T17:27:23.002Z] 12128d9767aa: Layer already exists [2020-09-03T17:27:23.002Z] 339558f659e5: Layer already exists [2020-09-03T17:27:23.002Z] 213cc0abcb04: Layer already exists [2020-09-03T17:27:23.002Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:23.002Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:d796a9233ae8cc887ba0dca69ed6276efc54f12a472069bcb54928209fd23676 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:23.331Z] + 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-03T17:27:23.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-03T17:27:23.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T17:27:23.659Z] 1bbb60098679: Preparing [2020-09-03T17:27:23.659Z] 4146c46eb790: Preparing [2020-09-03T17:27:23.659Z] 20a4747c346a: Preparing [2020-09-03T17:27:23.659Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:23.659Z] b11ebcf0adaf: Preparing [2020-09-03T17:27:23.659Z] d3a4e7378dbd: Preparing [2020-09-03T17:27:23.659Z] 62627207e877: Preparing [2020-09-03T17:27:23.659Z] 9df3d21191b7: Preparing [2020-09-03T17:27:23.659Z] 1bbb60098679: Preparing [2020-09-03T17:27:23.659Z] 12128d9767aa: Preparing [2020-09-03T17:27:23.659Z] 213cc0abcb04: Preparing [2020-09-03T17:27:23.659Z] 339558f659e5: Preparing [2020-09-03T17:27:23.659Z] e2f13739ad41: Preparing [2020-09-03T17:27:23.659Z] 62627207e877: Waiting [2020-09-03T17:27:23.659Z] 9df3d21191b7: Waiting [2020-09-03T17:27:23.659Z] 12128d9767aa: Waiting [2020-09-03T17:27:23.659Z] 339558f659e5: Waiting [2020-09-03T17:27:23.659Z] 213cc0abcb04: Waiting [2020-09-03T17:27:23.659Z] e2f13739ad41: Waiting [2020-09-03T17:27:23.659Z] b11ebcf0adaf: Layer already exists [2020-09-03T17:27:23.659Z] d3a4e7378dbd: Layer already exists [2020-09-03T17:27:23.659Z] 20a4747c346a: Layer already exists [2020-09-03T17:27:23.659Z] 4146c46eb790: Layer already exists [2020-09-03T17:27:23.659Z] 1bbb60098679: Layer already exists [2020-09-03T17:27:23.927Z] 12128d9767aa: Layer already exists [2020-09-03T17:27:23.928Z] 9df3d21191b7: Layer already exists [2020-09-03T17:27:23.928Z] 62627207e877: Layer already exists [2020-09-03T17:27:23.928Z] 213cc0abcb04: Layer already exists [2020-09-03T17:27:23.928Z] 339558f659e5: Layer already exists [2020-09-03T17:27:23.928Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:23.928Z] master: digest: sha256:d796a9233ae8cc887ba0dca69ed6276efc54f12a472069bcb54928209fd23676 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:24.086Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:24.130Z] taggedImages: [2020-09-03T17:27:24.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:24.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:24.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:24.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-03T17:27:24.220Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-03T17:27:24.220Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:24.220Z] 1.2.2-dev.21 [2020-09-03T17:27:24.220Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:24.220Z] master [2020-09-03T17:27:24.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:24.681Z] + 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-03T17:27:25.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:25.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T17:27:25.016Z] 85543097bc1f: Preparing [2020-09-03T17:27:25.016Z] 68733f00909c: Preparing [2020-09-03T17:27:25.016Z] 8c5da73be2ae: Preparing [2020-09-03T17:27:25.016Z] 407c2a029674: Preparing [2020-09-03T17:27:25.016Z] 61a5e36d6f30: Preparing [2020-09-03T17:27:25.016Z] 4048c18f1c38: Preparing [2020-09-03T17:27:25.016Z] b9bb0c566ecd: Preparing [2020-09-03T17:27:25.016Z] b215ccb97b4f: Preparing [2020-09-03T17:27:25.016Z] f8a22bb85076: Preparing [2020-09-03T17:27:25.016Z] d991c5ffc63a: Preparing [2020-09-03T17:27:25.016Z] 66b385cf80cf: Preparing [2020-09-03T17:27:25.016Z] b9bb0c566ecd: Waiting [2020-09-03T17:27:25.016Z] b215ccb97b4f: Waiting [2020-09-03T17:27:25.016Z] f8a22bb85076: Waiting [2020-09-03T17:27:25.016Z] d991c5ffc63a: Waiting [2020-09-03T17:27:25.016Z] 66b385cf80cf: Waiting [2020-09-03T17:27:25.016Z] 4048c18f1c38: Waiting [2020-09-03T17:27:25.287Z] 68733f00909c: Pushed [2020-09-03T17:27:25.287Z] 85543097bc1f: Pushed [2020-09-03T17:27:25.558Z] 4048c18f1c38: Pushed [2020-09-03T17:27:25.558Z] b9bb0c566ecd: Pushed [2020-09-03T17:27:25.830Z] b215ccb97b4f: Pushed [2020-09-03T17:27:25.830Z] f8a22bb85076: Pushed [2020-09-03T17:27:26.103Z] 66b385cf80cf: Layer already exists [2020-09-03T17:27:26.375Z] d991c5ffc63a: Pushed [2020-09-03T17:27:27.353Z] 8c5da73be2ae: Pushed [2020-09-03T17:27:27.353Z] 61a5e36d6f30: Pushed [2020-09-03T17:27:27.623Z] 407c2a029674: Pushed [2020-09-03T17:27:27.892Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:bfc27169e00e9d2b595a3641721a4762979a53197499ab6354841f68ab59aa96 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:28.220Z] + 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-03T17:27:28.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:28.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T17:27:28.550Z] 85543097bc1f: Preparing [2020-09-03T17:27:28.550Z] 68733f00909c: Preparing [2020-09-03T17:27:28.550Z] 8c5da73be2ae: Preparing [2020-09-03T17:27:28.550Z] 407c2a029674: Preparing [2020-09-03T17:27:28.550Z] 61a5e36d6f30: Preparing [2020-09-03T17:27:28.550Z] 4048c18f1c38: Preparing [2020-09-03T17:27:28.550Z] b9bb0c566ecd: Preparing [2020-09-03T17:27:28.550Z] b215ccb97b4f: Preparing [2020-09-03T17:27:28.550Z] f8a22bb85076: Preparing [2020-09-03T17:27:28.550Z] d991c5ffc63a: Preparing [2020-09-03T17:27:28.550Z] 66b385cf80cf: Preparing [2020-09-03T17:27:28.550Z] b215ccb97b4f: Waiting [2020-09-03T17:27:28.550Z] 66b385cf80cf: Waiting [2020-09-03T17:27:28.550Z] f8a22bb85076: Waiting [2020-09-03T17:27:28.550Z] d991c5ffc63a: Waiting [2020-09-03T17:27:28.550Z] 4048c18f1c38: Waiting [2020-09-03T17:27:28.550Z] b9bb0c566ecd: Waiting [2020-09-03T17:27:28.550Z] 407c2a029674: Layer already exists [2020-09-03T17:27:28.550Z] 8c5da73be2ae: Layer already exists [2020-09-03T17:27:28.550Z] 85543097bc1f: Layer already exists [2020-09-03T17:27:28.550Z] 61a5e36d6f30: Layer already exists [2020-09-03T17:27:28.550Z] 68733f00909c: Layer already exists [2020-09-03T17:27:28.819Z] b9bb0c566ecd: Layer already exists [2020-09-03T17:27:28.819Z] f8a22bb85076: Layer already exists [2020-09-03T17:27:28.819Z] b215ccb97b4f: Layer already exists [2020-09-03T17:27:28.819Z] 4048c18f1c38: Layer already exists [2020-09-03T17:27:28.819Z] d991c5ffc63a: Layer already exists [2020-09-03T17:27:28.819Z] 66b385cf80cf: Layer already exists [2020-09-03T17:27:28.819Z] 1.2.2-dev.21: digest: sha256:bfc27169e00e9d2b595a3641721a4762979a53197499ab6354841f68ab59aa96 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:29.149Z] + 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-03T17:27:29.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:29.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T17:27:29.478Z] 85543097bc1f: Preparing [2020-09-03T17:27:29.478Z] 68733f00909c: Preparing [2020-09-03T17:27:29.478Z] 8c5da73be2ae: Preparing [2020-09-03T17:27:29.478Z] 407c2a029674: Preparing [2020-09-03T17:27:29.478Z] 61a5e36d6f30: Preparing [2020-09-03T17:27:29.478Z] 4048c18f1c38: Preparing [2020-09-03T17:27:29.478Z] b9bb0c566ecd: Preparing [2020-09-03T17:27:29.478Z] b215ccb97b4f: Preparing [2020-09-03T17:27:29.478Z] f8a22bb85076: Preparing [2020-09-03T17:27:29.478Z] d991c5ffc63a: Preparing [2020-09-03T17:27:29.478Z] 66b385cf80cf: Preparing [2020-09-03T17:27:29.478Z] b9bb0c566ecd: Waiting [2020-09-03T17:27:29.478Z] b215ccb97b4f: Waiting [2020-09-03T17:27:29.478Z] f8a22bb85076: Waiting [2020-09-03T17:27:29.478Z] d991c5ffc63a: Waiting [2020-09-03T17:27:29.478Z] 66b385cf80cf: Waiting [2020-09-03T17:27:29.478Z] 4048c18f1c38: Waiting [2020-09-03T17:27:29.746Z] 85543097bc1f: Layer already exists [2020-09-03T17:27:29.746Z] 61a5e36d6f30: Layer already exists [2020-09-03T17:27:29.746Z] 8c5da73be2ae: Layer already exists [2020-09-03T17:27:29.746Z] 407c2a029674: Layer already exists [2020-09-03T17:27:29.746Z] 68733f00909c: Layer already exists [2020-09-03T17:27:29.746Z] 4048c18f1c38: Layer already exists [2020-09-03T17:27:29.746Z] b9bb0c566ecd: Layer already exists [2020-09-03T17:27:29.746Z] d991c5ffc63a: Layer already exists [2020-09-03T17:27:29.747Z] f8a22bb85076: Layer already exists [2020-09-03T17:27:29.747Z] b215ccb97b4f: Layer already exists [2020-09-03T17:27:29.747Z] 66b385cf80cf: Layer already exists [2020-09-03T17:27:29.747Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:bfc27169e00e9d2b595a3641721a4762979a53197499ab6354841f68ab59aa96 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:30.081Z] + 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-03T17:27:30.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-03T17:27:30.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T17:27:30.424Z] 85543097bc1f: Preparing [2020-09-03T17:27:30.424Z] 68733f00909c: Preparing [2020-09-03T17:27:30.424Z] 8c5da73be2ae: Preparing [2020-09-03T17:27:30.424Z] 407c2a029674: Preparing [2020-09-03T17:27:30.424Z] 61a5e36d6f30: Preparing [2020-09-03T17:27:30.424Z] 4048c18f1c38: Preparing [2020-09-03T17:27:30.424Z] b9bb0c566ecd: Preparing [2020-09-03T17:27:30.424Z] b215ccb97b4f: Preparing [2020-09-03T17:27:30.424Z] f8a22bb85076: Preparing [2020-09-03T17:27:30.424Z] d991c5ffc63a: Preparing [2020-09-03T17:27:30.424Z] 66b385cf80cf: Preparing [2020-09-03T17:27:30.424Z] b215ccb97b4f: Waiting [2020-09-03T17:27:30.424Z] f8a22bb85076: Waiting [2020-09-03T17:27:30.424Z] d991c5ffc63a: Waiting [2020-09-03T17:27:30.424Z] 4048c18f1c38: Waiting [2020-09-03T17:27:30.424Z] 66b385cf80cf: Waiting [2020-09-03T17:27:30.424Z] 68733f00909c: Layer already exists [2020-09-03T17:27:30.424Z] 8c5da73be2ae: Layer already exists [2020-09-03T17:27:30.424Z] 61a5e36d6f30: Layer already exists [2020-09-03T17:27:30.424Z] 85543097bc1f: Layer already exists [2020-09-03T17:27:30.424Z] 407c2a029674: Layer already exists [2020-09-03T17:27:30.693Z] b9bb0c566ecd: Layer already exists [2020-09-03T17:27:30.693Z] 4048c18f1c38: Layer already exists [2020-09-03T17:27:30.693Z] b215ccb97b4f: Layer already exists [2020-09-03T17:27:30.693Z] f8a22bb85076: Layer already exists [2020-09-03T17:27:30.693Z] d991c5ffc63a: Layer already exists [2020-09-03T17:27:30.693Z] 66b385cf80cf: Layer already exists [2020-09-03T17:27:30.693Z] master: digest: sha256:bfc27169e00e9d2b595a3641721a4762979a53197499ab6354841f68ab59aa96 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:30.957Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:31.000Z] taggedImages: [2020-09-03T17:27:31.000Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:31.000Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:31.000Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:31.000Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-03T17:27:31.054Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-03T17:27:31.054Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:31.054Z] 1.2.2-dev.21 [2020-09-03T17:27:31.054Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:31.054Z] master [2020-09-03T17:27:31.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:31.576Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:31.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:31.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T17:27:31.909Z] 245135a3797d: Preparing [2020-09-03T17:27:31.909Z] 98256b30226d: Preparing [2020-09-03T17:27:31.909Z] 90a620d3eb85: Preparing [2020-09-03T17:27:31.909Z] f611486551c2: Preparing [2020-09-03T17:27:32.182Z] 90a620d3eb85: Pushed [2020-09-03T17:27:32.182Z] 245135a3797d: Pushed [2020-09-03T17:27:32.454Z] f611486551c2: Pushed [2020-09-03T17:27:35.070Z] 98256b30226d: Pushed [2020-09-03T17:27:35.070Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:ba585195bae220cd8421e55c83586ca387de1742aa17f42294d8b6ccfd502c65 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:35.442Z] + 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-03T17:27:35.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:35.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T17:27:35.825Z] 245135a3797d: Preparing [2020-09-03T17:27:35.825Z] 98256b30226d: Preparing [2020-09-03T17:27:35.825Z] 90a620d3eb85: Preparing [2020-09-03T17:27:35.825Z] f611486551c2: Preparing [2020-09-03T17:27:35.825Z] 245135a3797d: Layer already exists [2020-09-03T17:27:35.825Z] f611486551c2: Layer already exists [2020-09-03T17:27:35.825Z] 98256b30226d: Layer already exists [2020-09-03T17:27:35.825Z] 90a620d3eb85: Layer already exists [2020-09-03T17:27:36.096Z] 1.2.2-dev.21: digest: sha256:ba585195bae220cd8421e55c83586ca387de1742aa17f42294d8b6ccfd502c65 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:36.427Z] + 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-03T17:27:36.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:36.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T17:27:36.755Z] 245135a3797d: Preparing [2020-09-03T17:27:36.755Z] 98256b30226d: Preparing [2020-09-03T17:27:36.755Z] 90a620d3eb85: Preparing [2020-09-03T17:27:36.755Z] f611486551c2: Preparing [2020-09-03T17:27:36.755Z] 90a620d3eb85: Layer already exists [2020-09-03T17:27:36.755Z] f611486551c2: Layer already exists [2020-09-03T17:27:36.755Z] 245135a3797d: Layer already exists [2020-09-03T17:27:36.755Z] 98256b30226d: Layer already exists [2020-09-03T17:27:37.023Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:ba585195bae220cd8421e55c83586ca387de1742aa17f42294d8b6ccfd502c65 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:37.354Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:37.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-03T17:27:37.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T17:27:37.678Z] 245135a3797d: Preparing [2020-09-03T17:27:37.678Z] 98256b30226d: Preparing [2020-09-03T17:27:37.678Z] 90a620d3eb85: Preparing [2020-09-03T17:27:37.678Z] f611486551c2: Preparing [2020-09-03T17:27:37.678Z] 98256b30226d: Layer already exists [2020-09-03T17:27:37.678Z] 245135a3797d: Layer already exists [2020-09-03T17:27:37.678Z] 90a620d3eb85: Layer already exists [2020-09-03T17:27:37.678Z] f611486551c2: Layer already exists [2020-09-03T17:27:37.947Z] master: digest: sha256:ba585195bae220cd8421e55c83586ca387de1742aa17f42294d8b6ccfd502c65 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:38.120Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:38.159Z] taggedImages: [2020-09-03T17:27:38.159Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:38.159Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:38.159Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:38.159Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-03T17:27:38.211Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-03T17:27:38.211Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:38.211Z] 1.2.2-dev.21 [2020-09-03T17:27:38.211Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:38.211Z] master [2020-09-03T17:27:38.211Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:38.675Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:39.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:39.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T17:27:39.004Z] 585201408903: Preparing [2020-09-03T17:27:39.004Z] 42c4ceacec76: Preparing [2020-09-03T17:27:39.004Z] f49ab0474961: Preparing [2020-09-03T17:27:39.004Z] cd6f43f82abb: Preparing [2020-09-03T17:27:39.004Z] d7234fbe9f72: Preparing [2020-09-03T17:27:39.004Z] 6f031ce9eecf: Preparing [2020-09-03T17:27:39.004Z] 6f031ce9eecf: Waiting [2020-09-03T17:27:39.274Z] 585201408903: Pushed [2020-09-03T17:27:39.274Z] f49ab0474961: Pushed [2020-09-03T17:27:39.274Z] d7234fbe9f72: Pushed [2020-09-03T17:27:39.274Z] cd6f43f82abb: Pushed [2020-09-03T17:27:39.543Z] 6f031ce9eecf: Pushed [2020-09-03T17:27:42.914Z] 42c4ceacec76: Pushed [2020-09-03T17:27:42.914Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:86476978c3d801d36fabb0a3f6b51051f6140f1113627a28c3b380a2bf4c5018 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:43.244Z] + 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-03T17:27:43.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:43.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T17:27:43.569Z] 585201408903: Preparing [2020-09-03T17:27:43.569Z] 42c4ceacec76: Preparing [2020-09-03T17:27:43.569Z] f49ab0474961: Preparing [2020-09-03T17:27:43.569Z] cd6f43f82abb: Preparing [2020-09-03T17:27:43.569Z] d7234fbe9f72: Preparing [2020-09-03T17:27:43.569Z] 6f031ce9eecf: Preparing [2020-09-03T17:27:43.569Z] 6f031ce9eecf: Waiting [2020-09-03T17:27:43.569Z] 585201408903: Layer already exists [2020-09-03T17:27:43.569Z] d7234fbe9f72: Layer already exists [2020-09-03T17:27:43.569Z] f49ab0474961: Layer already exists [2020-09-03T17:27:43.569Z] cd6f43f82abb: Layer already exists [2020-09-03T17:27:43.569Z] 42c4ceacec76: Layer already exists [2020-09-03T17:27:43.837Z] 6f031ce9eecf: Layer already exists [2020-09-03T17:27:43.837Z] 1.2.2-dev.21: digest: sha256:86476978c3d801d36fabb0a3f6b51051f6140f1113627a28c3b380a2bf4c5018 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:44.166Z] + 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-03T17:27:44.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:44.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T17:27:44.494Z] 585201408903: Preparing [2020-09-03T17:27:44.494Z] 42c4ceacec76: Preparing [2020-09-03T17:27:44.494Z] f49ab0474961: Preparing [2020-09-03T17:27:44.494Z] cd6f43f82abb: Preparing [2020-09-03T17:27:44.494Z] d7234fbe9f72: Preparing [2020-09-03T17:27:44.494Z] 6f031ce9eecf: Preparing [2020-09-03T17:27:44.494Z] 6f031ce9eecf: Waiting [2020-09-03T17:27:44.775Z] 585201408903: Layer already exists [2020-09-03T17:27:44.775Z] d7234fbe9f72: Layer already exists [2020-09-03T17:27:44.775Z] cd6f43f82abb: Layer already exists [2020-09-03T17:27:44.775Z] f49ab0474961: Layer already exists [2020-09-03T17:27:44.776Z] 42c4ceacec76: Layer already exists [2020-09-03T17:27:44.776Z] 6f031ce9eecf: Layer already exists [2020-09-03T17:27:44.776Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:86476978c3d801d36fabb0a3f6b51051f6140f1113627a28c3b380a2bf4c5018 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:45.107Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:45.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-03T17:27:45.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T17:27:45.431Z] 585201408903: Preparing [2020-09-03T17:27:45.431Z] 42c4ceacec76: Preparing [2020-09-03T17:27:45.431Z] f49ab0474961: Preparing [2020-09-03T17:27:45.431Z] cd6f43f82abb: Preparing [2020-09-03T17:27:45.431Z] d7234fbe9f72: Preparing [2020-09-03T17:27:45.431Z] 6f031ce9eecf: Preparing [2020-09-03T17:27:45.431Z] 6f031ce9eecf: Waiting [2020-09-03T17:27:45.431Z] f49ab0474961: Layer already exists [2020-09-03T17:27:45.431Z] 585201408903: Layer already exists [2020-09-03T17:27:45.431Z] cd6f43f82abb: Layer already exists [2020-09-03T17:27:45.431Z] 42c4ceacec76: Layer already exists [2020-09-03T17:27:45.431Z] d7234fbe9f72: Layer already exists [2020-09-03T17:27:45.700Z] 6f031ce9eecf: Layer already exists [2020-09-03T17:27:45.700Z] master: digest: sha256:86476978c3d801d36fabb0a3f6b51051f6140f1113627a28c3b380a2bf4c5018 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:45.875Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:45.913Z] taggedImages: [2020-09-03T17:27:45.913Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:45.913Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:45.913Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:45.913Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-03T17:27:46.016Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-03T17:27:46.016Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:46.016Z] 1.2.2-dev.21 [2020-09-03T17:27:46.016Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:46.016Z] master [2020-09-03T17:27:46.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:46.480Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:46.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:46.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T17:27:46.827Z] 78658bd57834: Preparing [2020-09-03T17:27:46.827Z] ddbaae7f43ed: Preparing [2020-09-03T17:27:46.827Z] 1f6079c9abc2: Preparing [2020-09-03T17:27:47.099Z] 78658bd57834: Pushed [2020-09-03T17:27:47.099Z] 1f6079c9abc2: Pushed [2020-09-03T17:27:50.468Z] ddbaae7f43ed: Pushed [2020-09-03T17:27:50.468Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:e43596886b83821dc9e3b992488f89c8d582dc44f97566d4e17a362e9b4fcc3a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:50.809Z] + 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-03T17:27:51.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:51.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T17:27:51.164Z] 78658bd57834: Preparing [2020-09-03T17:27:51.164Z] ddbaae7f43ed: Preparing [2020-09-03T17:27:51.164Z] 1f6079c9abc2: Preparing [2020-09-03T17:27:51.441Z] ddbaae7f43ed: Layer already exists [2020-09-03T17:27:51.441Z] 78658bd57834: Layer already exists [2020-09-03T17:27:51.441Z] 1f6079c9abc2: Layer already exists [2020-09-03T17:27:51.441Z] 1.2.2-dev.21: digest: sha256:e43596886b83821dc9e3b992488f89c8d582dc44f97566d4e17a362e9b4fcc3a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:51.781Z] + 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-03T17:27:52.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:52.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T17:27:52.107Z] 78658bd57834: Preparing [2020-09-03T17:27:52.107Z] ddbaae7f43ed: Preparing [2020-09-03T17:27:52.107Z] 1f6079c9abc2: Preparing [2020-09-03T17:27:52.375Z] 78658bd57834: Layer already exists [2020-09-03T17:27:52.375Z] ddbaae7f43ed: Layer already exists [2020-09-03T17:27:52.375Z] 1f6079c9abc2: Layer already exists [2020-09-03T17:27:52.375Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:e43596886b83821dc9e3b992488f89c8d582dc44f97566d4e17a362e9b4fcc3a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:52.703Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:53.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-03T17:27:53.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T17:27:53.030Z] 78658bd57834: Preparing [2020-09-03T17:27:53.030Z] ddbaae7f43ed: Preparing [2020-09-03T17:27:53.030Z] 1f6079c9abc2: Preparing [2020-09-03T17:27:53.030Z] ddbaae7f43ed: Layer already exists [2020-09-03T17:27:53.030Z] 1f6079c9abc2: Layer already exists [2020-09-03T17:27:53.030Z] 78658bd57834: Layer already exists [2020-09-03T17:27:53.298Z] master: digest: sha256:e43596886b83821dc9e3b992488f89c8d582dc44f97566d4e17a362e9b4fcc3a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:27:53.473Z] ===================================================== [Pipeline] echo [2020-09-03T17:27:53.510Z] taggedImages: [2020-09-03T17:27:53.510Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:53.510Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.21 [2020-09-03T17:27:53.510Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:53.510Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-03T17:27:53.559Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-03T17:27:53.559Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:53.559Z] 1.2.2-dev.21 [2020-09-03T17:27:53.559Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:27:53.559Z] master [2020-09-03T17:27:53.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:27:54.077Z] + 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-03T17:27:54.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:27:54.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T17:27:54.411Z] faac3acb8505: Preparing [2020-09-03T17:27:54.411Z] a88369b3fa02: Preparing [2020-09-03T17:27:54.411Z] f8bf1b3ab0b6: Preparing [2020-09-03T17:27:54.411Z] 6488d074fc7d: Preparing [2020-09-03T17:27:54.411Z] 215a596caa64: Preparing [2020-09-03T17:27:54.411Z] b185d480ec25: Preparing [2020-09-03T17:27:54.411Z] 52b291e1b4b5: Preparing [2020-09-03T17:27:54.411Z] dcafda8adff7: Preparing [2020-09-03T17:27:54.411Z] 48d9eb58abf3: Preparing [2020-09-03T17:27:54.411Z] e5de615b7841: Preparing [2020-09-03T17:27:54.411Z] b0d752909cf9: Preparing [2020-09-03T17:27:54.411Z] 94fdc660876c: Preparing [2020-09-03T17:27:54.411Z] 4e7279dfc0c0: Preparing [2020-09-03T17:27:54.411Z] e2f13739ad41: Preparing [2020-09-03T17:27:54.411Z] dcafda8adff7: Waiting [2020-09-03T17:27:54.411Z] 48d9eb58abf3: Waiting [2020-09-03T17:27:54.411Z] e5de615b7841: Waiting [2020-09-03T17:27:54.411Z] b0d752909cf9: Waiting [2020-09-03T17:27:54.411Z] 94fdc660876c: Waiting [2020-09-03T17:27:54.411Z] 4e7279dfc0c0: Waiting [2020-09-03T17:27:54.411Z] e2f13739ad41: Waiting [2020-09-03T17:27:54.411Z] b185d480ec25: Waiting [2020-09-03T17:27:54.411Z] 52b291e1b4b5: Waiting [2020-09-03T17:27:55.001Z] 215a596caa64: Pushed [2020-09-03T17:27:55.272Z] faac3acb8505: Pushed [2020-09-03T17:27:55.568Z] 6488d074fc7d: Pushed [2020-09-03T17:27:55.845Z] dcafda8adff7: Layer already exists [2020-09-03T17:27:55.845Z] 48d9eb58abf3: Layer already exists [2020-09-03T17:27:55.845Z] e5de615b7841: Layer already exists [2020-09-03T17:27:55.845Z] 52b291e1b4b5: Pushed [2020-09-03T17:27:55.845Z] b0d752909cf9: Layer already exists [2020-09-03T17:27:55.845Z] 94fdc660876c: Layer already exists [2020-09-03T17:27:55.845Z] 4e7279dfc0c0: Layer already exists [2020-09-03T17:27:55.845Z] e2f13739ad41: Layer already exists [2020-09-03T17:27:56.436Z] a88369b3fa02: Pushed [2020-09-03T17:27:57.409Z] b185d480ec25: Pushed [2020-09-03T17:28:07.525Z] f8bf1b3ab0b6: Pushed [2020-09-03T17:28:07.525Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc: digest: sha256:ff1267abba8d95ecdee923a235d6160c1911a7c6100ac04ed9c0cdbc4a88a952 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:07.852Z] + 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-03T17:28:08.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [2020-09-03T17:28:08.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T17:28:08.183Z] faac3acb8505: Preparing [2020-09-03T17:28:08.183Z] a88369b3fa02: Preparing [2020-09-03T17:28:08.183Z] f8bf1b3ab0b6: Preparing [2020-09-03T17:28:08.183Z] 6488d074fc7d: Preparing [2020-09-03T17:28:08.183Z] 215a596caa64: Preparing [2020-09-03T17:28:08.183Z] b185d480ec25: Preparing [2020-09-03T17:28:08.183Z] 52b291e1b4b5: Preparing [2020-09-03T17:28:08.183Z] dcafda8adff7: Preparing [2020-09-03T17:28:08.183Z] 48d9eb58abf3: Preparing [2020-09-03T17:28:08.183Z] e5de615b7841: Preparing [2020-09-03T17:28:08.183Z] b0d752909cf9: Preparing [2020-09-03T17:28:08.183Z] 94fdc660876c: Preparing [2020-09-03T17:28:08.183Z] 4e7279dfc0c0: Preparing [2020-09-03T17:28:08.183Z] e2f13739ad41: Preparing [2020-09-03T17:28:08.183Z] 94fdc660876c: Waiting [2020-09-03T17:28:08.183Z] 4e7279dfc0c0: Waiting [2020-09-03T17:28:08.183Z] e2f13739ad41: Waiting [2020-09-03T17:28:08.183Z] 48d9eb58abf3: Waiting [2020-09-03T17:28:08.183Z] e5de615b7841: Waiting [2020-09-03T17:28:08.183Z] 52b291e1b4b5: Waiting [2020-09-03T17:28:08.183Z] b185d480ec25: Waiting [2020-09-03T17:28:08.183Z] dcafda8adff7: Waiting [2020-09-03T17:28:08.183Z] b0d752909cf9: Waiting [2020-09-03T17:28:08.453Z] f8bf1b3ab0b6: Layer already exists [2020-09-03T17:28:08.453Z] a88369b3fa02: Layer already exists [2020-09-03T17:28:08.453Z] 6488d074fc7d: Layer already exists [2020-09-03T17:28:08.453Z] faac3acb8505: Layer already exists [2020-09-03T17:28:08.453Z] 215a596caa64: Layer already exists [2020-09-03T17:28:08.453Z] b185d480ec25: Layer already exists [2020-09-03T17:28:08.453Z] 52b291e1b4b5: Layer already exists [2020-09-03T17:28:08.453Z] dcafda8adff7: Layer already exists [2020-09-03T17:28:08.453Z] 48d9eb58abf3: Layer already exists [2020-09-03T17:28:08.453Z] e5de615b7841: Layer already exists [2020-09-03T17:28:08.453Z] 94fdc660876c: Layer already exists [2020-09-03T17:28:08.453Z] 4e7279dfc0c0: Layer already exists [2020-09-03T17:28:08.453Z] b0d752909cf9: Layer already exists [2020-09-03T17:28:08.453Z] e2f13739ad41: Layer already exists [2020-09-03T17:28:08.453Z] 1.2.2-dev.21: digest: sha256:ff1267abba8d95ecdee923a235d6160c1911a7c6100ac04ed9c0cdbc4a88a952 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:08.784Z] + 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-03T17:28:09.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:28:09.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T17:28:09.112Z] faac3acb8505: Preparing [2020-09-03T17:28:09.112Z] a88369b3fa02: Preparing [2020-09-03T17:28:09.112Z] f8bf1b3ab0b6: Preparing [2020-09-03T17:28:09.112Z] 6488d074fc7d: Preparing [2020-09-03T17:28:09.112Z] 215a596caa64: Preparing [2020-09-03T17:28:09.112Z] b185d480ec25: Preparing [2020-09-03T17:28:09.112Z] 52b291e1b4b5: Preparing [2020-09-03T17:28:09.112Z] dcafda8adff7: Preparing [2020-09-03T17:28:09.112Z] 48d9eb58abf3: Preparing [2020-09-03T17:28:09.112Z] e5de615b7841: Preparing [2020-09-03T17:28:09.112Z] b0d752909cf9: Preparing [2020-09-03T17:28:09.112Z] 94fdc660876c: Preparing [2020-09-03T17:28:09.112Z] 4e7279dfc0c0: Preparing [2020-09-03T17:28:09.112Z] e2f13739ad41: Preparing [2020-09-03T17:28:09.112Z] b185d480ec25: Waiting [2020-09-03T17:28:09.112Z] e5de615b7841: Waiting [2020-09-03T17:28:09.112Z] 52b291e1b4b5: Waiting [2020-09-03T17:28:09.112Z] dcafda8adff7: Waiting [2020-09-03T17:28:09.112Z] 48d9eb58abf3: Waiting [2020-09-03T17:28:09.112Z] b0d752909cf9: Waiting [2020-09-03T17:28:09.112Z] 94fdc660876c: Waiting [2020-09-03T17:28:09.112Z] 4e7279dfc0c0: Waiting [2020-09-03T17:28:09.112Z] e2f13739ad41: Waiting [2020-09-03T17:28:09.382Z] faac3acb8505: Layer already exists [2020-09-03T17:28:09.382Z] a88369b3fa02: Layer already exists [2020-09-03T17:28:09.382Z] 215a596caa64: Layer already exists [2020-09-03T17:28:09.382Z] f8bf1b3ab0b6: Layer already exists [2020-09-03T17:28:09.382Z] 6488d074fc7d: Layer already exists [2020-09-03T17:28:09.382Z] 52b291e1b4b5: Layer already exists [2020-09-03T17:28:09.382Z] b185d480ec25: Layer already exists [2020-09-03T17:28:09.382Z] e5de615b7841: Layer already exists [2020-09-03T17:28:09.382Z] dcafda8adff7: Layer already exists [2020-09-03T17:28:09.382Z] 48d9eb58abf3: Layer already exists [2020-09-03T17:28:09.382Z] b0d752909cf9: Layer already exists [2020-09-03T17:28:09.382Z] 94fdc660876c: Layer already exists [2020-09-03T17:28:09.382Z] 4e7279dfc0c0: Layer already exists [2020-09-03T17:28:09.382Z] e2f13739ad41: Layer already exists [2020-09-03T17:28:09.382Z] ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21: digest: sha256:ff1267abba8d95ecdee923a235d6160c1911a7c6100ac04ed9c0cdbc4a88a952 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:09.716Z] + 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-03T17:28:10.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-03T17:28:10.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T17:28:10.045Z] faac3acb8505: Preparing [2020-09-03T17:28:10.045Z] a88369b3fa02: Preparing [2020-09-03T17:28:10.045Z] f8bf1b3ab0b6: Preparing [2020-09-03T17:28:10.045Z] 6488d074fc7d: Preparing [2020-09-03T17:28:10.045Z] 215a596caa64: Preparing [2020-09-03T17:28:10.045Z] b185d480ec25: Preparing [2020-09-03T17:28:10.045Z] 52b291e1b4b5: Preparing [2020-09-03T17:28:10.045Z] dcafda8adff7: Preparing [2020-09-03T17:28:10.045Z] 48d9eb58abf3: Preparing [2020-09-03T17:28:10.045Z] e5de615b7841: Preparing [2020-09-03T17:28:10.045Z] b0d752909cf9: Preparing [2020-09-03T17:28:10.045Z] 94fdc660876c: Preparing [2020-09-03T17:28:10.045Z] 4e7279dfc0c0: Preparing [2020-09-03T17:28:10.045Z] e2f13739ad41: Preparing [2020-09-03T17:28:10.045Z] b185d480ec25: Waiting [2020-09-03T17:28:10.045Z] 52b291e1b4b5: Waiting [2020-09-03T17:28:10.045Z] dcafda8adff7: Waiting [2020-09-03T17:28:10.045Z] 48d9eb58abf3: Waiting [2020-09-03T17:28:10.045Z] e5de615b7841: Waiting [2020-09-03T17:28:10.045Z] b0d752909cf9: Waiting [2020-09-03T17:28:10.045Z] 94fdc660876c: Waiting [2020-09-03T17:28:10.045Z] 4e7279dfc0c0: Waiting [2020-09-03T17:28:10.045Z] e2f13739ad41: Waiting [2020-09-03T17:28:10.045Z] faac3acb8505: Layer already exists [2020-09-03T17:28:10.045Z] 215a596caa64: Layer already exists [2020-09-03T17:28:10.045Z] 6488d074fc7d: Layer already exists [2020-09-03T17:28:10.045Z] a88369b3fa02: Layer already exists [2020-09-03T17:28:10.045Z] f8bf1b3ab0b6: Layer already exists [2020-09-03T17:28:10.045Z] 48d9eb58abf3: Layer already exists [2020-09-03T17:28:10.045Z] b185d480ec25: Layer already exists [2020-09-03T17:28:10.045Z] dcafda8adff7: Layer already exists [2020-09-03T17:28:10.045Z] e5de615b7841: Layer already exists [2020-09-03T17:28:10.045Z] 52b291e1b4b5: Layer already exists [2020-09-03T17:28:10.315Z] b0d752909cf9: Layer already exists [2020-09-03T17:28:10.315Z] 4e7279dfc0c0: Layer already exists [2020-09-03T17:28:10.315Z] e2f13739ad41: Layer already exists [2020-09-03T17:28:10.315Z] 94fdc660876c: Layer already exists [2020-09-03T17:28:10.315Z] master: digest: sha256:ff1267abba8d95ecdee923a235d6160c1911a7c6100ac04ed9c0cdbc4a88a952 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T17:28:10.496Z] ===================================================== [Pipeline] echo [2020-09-03T17:28:10.552Z] taggedImages: [2020-09-03T17:28:10.552Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:28:10.552Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.21 [2020-09-03T17:28:10.552Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc-1.2.2-dev.21 [2020-09-03T17:28:10.552Z] - 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-03T17:28:12.055Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-03T17:28:12.057Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-03T17:28:12.105Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:12.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T17:28:12.453Z] [2020-09-03T17:28:12.453Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:12.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T17:28:12.809Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-03T17:28:12.809Z] cbdbe7a5bc2a: Already exists [2020-09-03T17:28:12.809Z] 408f87550127: Pulling fs layer [2020-09-03T17:28:12.809Z] fe522b08c979: Pulling fs layer [2020-09-03T17:28:12.809Z] 221eaa008020: Pulling fs layer [2020-09-03T17:28:12.809Z] 2a4607e5d6b9: Pulling fs layer [2020-09-03T17:28:12.809Z] 8f79b27c4fd2: Pulling fs layer [2020-09-03T17:28:12.809Z] e5c8dbe1645b: Pulling fs layer [2020-09-03T17:28:12.809Z] 23e8b3b47431: Pulling fs layer [2020-09-03T17:28:12.809Z] 5c568d65a230: Pulling fs layer [2020-09-03T17:28:12.809Z] e5c8dbe1645b: Waiting [2020-09-03T17:28:12.809Z] 23e8b3b47431: Waiting [2020-09-03T17:28:12.809Z] 5c568d65a230: Waiting [2020-09-03T17:28:12.809Z] 2a4607e5d6b9: Waiting [2020-09-03T17:28:12.809Z] 8f79b27c4fd2: Waiting [2020-09-03T17:28:12.809Z] fe522b08c979: Verifying Checksum [2020-09-03T17:28:12.809Z] fe522b08c979: Download complete [2020-09-03T17:28:12.809Z] 408f87550127: Download complete [2020-09-03T17:28:12.809Z] 2a4607e5d6b9: Verifying Checksum [2020-09-03T17:28:12.809Z] 2a4607e5d6b9: Download complete [2020-09-03T17:28:12.809Z] 8f79b27c4fd2: Verifying Checksum [2020-09-03T17:28:12.809Z] 8f79b27c4fd2: Download complete [2020-09-03T17:28:13.411Z] 408f87550127: Pull complete [2020-09-03T17:28:13.411Z] e5c8dbe1645b: Verifying Checksum [2020-09-03T17:28:13.411Z] e5c8dbe1645b: Download complete [2020-09-03T17:28:13.411Z] fe522b08c979: Pull complete [2020-09-03T17:28:13.684Z] 23e8b3b47431: Verifying Checksum [2020-09-03T17:28:13.684Z] 23e8b3b47431: Download complete [2020-09-03T17:28:13.947Z] 5c568d65a230: Download complete [2020-09-03T17:28:14.536Z] 221eaa008020: Download complete [2020-09-03T17:28:21.330Z] 221eaa008020: Pull complete [2020-09-03T17:28:21.330Z] 2a4607e5d6b9: Pull complete [2020-09-03T17:28:21.330Z] 8f79b27c4fd2: Pull complete [2020-09-03T17:28:24.636Z] e5c8dbe1645b: Pull complete [2020-09-03T17:28:28.845Z] 23e8b3b47431: Pull complete [2020-09-03T17:28:30.232Z] 5c568d65a230: Pull complete [2020-09-03T17:28:30.232Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-03T17:28:30.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T17:28:30.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-03T17:28:30.448Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:28:30.513Z] $ 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/134:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:28:31.749Z] $ docker top df237c0f8a4f6b0c7938d1457b315e6b7797a4e05eb8e0cae9cfc02f87a7026a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T17:28:32.349Z] + snyk monitor '--org=edgex-jenkins' [2020-09-03T17:28:44.592Z] [2020-09-03T17:28:44.592Z] Monitoring /w/workspace/edgex-go/134 (github.com/edgexfoundry/edgex-go)... [2020-09-03T17:28:44.592Z] [2020-09-03T17:28:44.592Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/20669906-602c-4f4c-aaf1-946c30ebe218 [2020-09-03T17:28:44.592Z] [2020-09-03T17:28:44.592Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-03T17:28:44.592Z] [2020-09-03T17:28:44.592Z] [2020-09-03T17:28:44.592Z] Snyk CLI supports Node.js 8 and higher. [2020-09-03T17:28:44.592Z] 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-03T17:28:44.592Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-03T17:28:44.592Z] [2020-09-03T17:28:44.592Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-03T17:28:44.592Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-03T17:28:44.608Z] $ docker stop --time=1 df237c0f8a4f6b0c7938d1457b315e6b7797a4e05eb8e0cae9cfc02f87a7026a [2020-09-03T17:28:47.615Z] $ docker rm -f df237c0f8a4f6b0c7938d1457b315e6b7797a4e05eb8e0cae9cfc02f87a7026a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:49.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:28:49.185Z] [2020-09-03T17:28:49.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:49.535Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:28:49.535Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-03T17:28:49.535Z] e7c96db7181b: Pulling fs layer [2020-09-03T17:28:49.535Z] 1868ca2cb446: Pulling fs layer [2020-09-03T17:28:49.535Z] 136be5d0fe8e: Pulling fs layer [2020-09-03T17:28:49.535Z] 894bfe63afcb: Pulling fs layer [2020-09-03T17:28:49.535Z] 894bfe63afcb: Waiting [2020-09-03T17:28:49.535Z] 1868ca2cb446: Verifying Checksum [2020-09-03T17:28:49.535Z] 1868ca2cb446: Download complete [2020-09-03T17:28:49.535Z] 136be5d0fe8e: Download complete [2020-09-03T17:28:49.535Z] e7c96db7181b: Verifying Checksum [2020-09-03T17:28:49.535Z] e7c96db7181b: Download complete [2020-09-03T17:28:49.535Z] 894bfe63afcb: Verifying Checksum [2020-09-03T17:28:49.535Z] 894bfe63afcb: Download complete [2020-09-03T17:28:50.114Z] e7c96db7181b: Pull complete [2020-09-03T17:28:50.114Z] 1868ca2cb446: Pull complete [2020-09-03T17:28:50.379Z] 136be5d0fe8e: Pull complete [2020-09-03T17:28:50.640Z] 894bfe63afcb: Pull complete [2020-09-03T17:28:50.640Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-03T17:28:50.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:28:50.640Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-03T17:28:50.754Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:28:50.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:28:51.759Z] $ docker top 8f4c0ffce529daef2db127c65ffbed907bfccae655041d591c21d76804185fee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:28:52.281Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:28:52.282Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:28:54.971Z] $ docker stop --time=1 8f4c0ffce529daef2db127c65ffbed907bfccae655041d591c21d76804185fee [2020-09-03T17:28:56.318Z] $ docker rm -f 8f4c0ffce529daef2db127c65ffbed907bfccae655041d591c21d76804185fee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:28:56.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:28:56.806Z] . [Pipeline] withDockerContainer [2020-09-03T17:28:56.910Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:28:56.955Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:28:57.634Z] $ docker top 4bf46cc846f22e9c3309f37c650d156377aa5baa6c4436e9b6dc4c6a19730e0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:28:58.161Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:28:58.161Z] + tee [2020-09-03T17:28:58.161Z] clair timeout 1m0s [2020-09-03T17:28:58.161Z] docker timeout: 1m0s [2020-09-03T17:28:58.161Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:28:58.829Z] $ docker stop --time=1 4bf46cc846f22e9c3309f37c650d156377aa5baa6c4436e9b6dc4c6a19730e0b [2020-09-03T17:29:00.183Z] $ docker rm -f 4bf46cc846f22e9c3309f37c650d156377aa5baa6c4436e9b6dc4c6a19730e0b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:29:00.742Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:29:00.806Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-core-command-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:29:00.916Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:01.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:01.386Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:01.506Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:01.551Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:02.287Z] $ docker top a5c4414aef9d727c0eb5deb98c0889a81dcc43dc36c5e41f384d030de05d6ad7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:02.869Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:02.869Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:08.337Z] $ docker stop --time=1 a5c4414aef9d727c0eb5deb98c0889a81dcc43dc36c5e41f384d030de05d6ad7 [2020-09-03T17:29:09.766Z] $ docker rm -f a5c4414aef9d727c0eb5deb98c0889a81dcc43dc36c5e41f384d030de05d6ad7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:10.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:10.239Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:10.337Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:10.380Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:11.025Z] $ docker top d013c8f1918d96e0b156302bf047d86c67aa83f1148d424bc31e941672950c92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:11.540Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:11.540Z] + tee [2020-09-03T17:29:11.540Z] clair timeout 1m0s [2020-09-03T17:29:11.540Z] docker timeout: 1m0s [2020-09-03T17:29:11.540Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:12.640Z] $ docker stop --time=1 d013c8f1918d96e0b156302bf047d86c67aa83f1148d424bc31e941672950c92 [2020-09-03T17:29:14.024Z] $ docker rm -f d013c8f1918d96e0b156302bf047d86c67aa83f1148d424bc31e941672950c92 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:29:14.519Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:29:14.532Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-core-data-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:29:14.583Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:14.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:14.913Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:15.012Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:15.059Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:15.752Z] $ docker top c6a643a0e41bcca1c902ecd6de484c50cb065edb78ce315add97491b9264005d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:16.296Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:16.296Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:18.975Z] $ docker stop --time=1 c6a643a0e41bcca1c902ecd6de484c50cb065edb78ce315add97491b9264005d [2020-09-03T17:29:20.619Z] $ docker rm -f c6a643a0e41bcca1c902ecd6de484c50cb065edb78ce315add97491b9264005d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:21.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:21.119Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:21.375Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:21.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:22.163Z] $ docker top 544faa45932da96a5da7a2459f14331d92cfe331ebf73fa750820c5de6efd7ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:22.670Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:22.670Z] + tee [2020-09-03T17:29:22.670Z] clair timeout 1m0s [2020-09-03T17:29:22.670Z] docker timeout: 1m0s [2020-09-03T17:29:22.670Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:23.352Z] $ docker stop --time=1 544faa45932da96a5da7a2459f14331d92cfe331ebf73fa750820c5de6efd7ce [2020-09-03T17:29:24.700Z] $ docker rm -f 544faa45932da96a5da7a2459f14331d92cfe331ebf73fa750820c5de6efd7ce [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:29:25.149Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:29:25.161Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-core-metadata-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:29:25.206Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:25.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:25.619Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:25.717Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:25.766Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:26.362Z] $ docker top 93b8d02f2b6ec7598401eb0084c4420ec3f6e478ef4168e7992300f9a5f46764 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:26.866Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:26.866Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:32.349Z] $ docker stop --time=1 93b8d02f2b6ec7598401eb0084c4420ec3f6e478ef4168e7992300f9a5f46764 [2020-09-03T17:29:33.699Z] $ docker rm -f 93b8d02f2b6ec7598401eb0084c4420ec3f6e478ef4168e7992300f9a5f46764 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:34.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:34.148Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:34.245Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:34.289Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:34.927Z] $ docker top a17be0473ee40b104ceee72b983986309116d7780f459c3b2d9e1767e1115995 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:35.479Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:35.479Z] + tee [2020-09-03T17:29:35.479Z] clair timeout 1m0s [2020-09-03T17:29:35.479Z] docker timeout: 1m0s [2020-09-03T17:29:35.479Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:36.525Z] $ docker stop --time=1 a17be0473ee40b104ceee72b983986309116d7780f459c3b2d9e1767e1115995 [2020-09-03T17:29:37.871Z] $ docker rm -f a17be0473ee40b104ceee72b983986309116d7780f459c3b2d9e1767e1115995 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:29:38.355Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:29:38.365Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-security-proxy-setup-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:29:38.426Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:38.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:38.766Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:38.867Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:38.910Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:39.573Z] $ docker top ceb37d84bed07e33d8a0eb92a771a6b0ee3a769f8fd7ce5a244df421c69cc37b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:40.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:40.210Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:48.502Z] $ docker stop --time=1 ceb37d84bed07e33d8a0eb92a771a6b0ee3a769f8fd7ce5a244df421c69cc37b [2020-09-03T17:29:50.337Z] $ docker rm -f ceb37d84bed07e33d8a0eb92a771a6b0ee3a769f8fd7ce5a244df421c69cc37b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:50.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:50.828Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:50.920Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:50.965Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:51.678Z] $ docker top 98c3477cab1f32088384fa0fecd8b3abc233dd04a8898ac2ce7accf107fa28a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:52.178Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:52.179Z] + tee [2020-09-03T17:29:52.179Z] clair timeout 1m0s [2020-09-03T17:29:52.179Z] docker timeout: 1m0s [2020-09-03T17:29:52.179Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:29:53.723Z] $ docker stop --time=1 98c3477cab1f32088384fa0fecd8b3abc233dd04a8898ac2ce7accf107fa28a3 [2020-09-03T17:29:55.078Z] $ docker rm -f 98c3477cab1f32088384fa0fecd8b3abc233dd04a8898ac2ce7accf107fa28a3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:29:55.530Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:29:55.543Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-security-secrets-setup-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:29:55.588Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:29:55.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:29:55.919Z] . [Pipeline] withDockerContainer [2020-09-03T17:29:56.016Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:29:56.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:29:56.645Z] $ docker top a79f01cf0958fc9e72395c53948886a2ba96c99f42531ee55ce208bc4176c00e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:29:57.155Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:29:57.155Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:05.426Z] $ docker stop --time=1 a79f01cf0958fc9e72395c53948886a2ba96c99f42531ee55ce208bc4176c00e [2020-09-03T17:30:06.817Z] $ docker rm -f a79f01cf0958fc9e72395c53948886a2ba96c99f42531ee55ce208bc4176c00e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:07.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:07.289Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:07.384Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:07.427Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:08.146Z] $ docker top 4f0117182ddbc44c81e6443164a35909780820c2812a568ca629ba9f73bbc36e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:08.661Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:08.661Z] + tee [2020-09-03T17:30:08.661Z] clair timeout 1m0s [2020-09-03T17:30:08.661Z] docker timeout: 1m0s [2020-09-03T17:30:08.661Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:10.316Z] $ docker stop --time=1 4f0117182ddbc44c81e6443164a35909780820c2812a568ca629ba9f73bbc36e [2020-09-03T17:30:11.678Z] $ docker rm -f 4f0117182ddbc44c81e6443164a35909780820c2812a568ca629ba9f73bbc36e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:30:12.165Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:30:12.179Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-security-secretstore-setup-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:30:12.225Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:12.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:12.575Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:12.672Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:12.718Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:13.436Z] $ docker top 78ca497b51a1504224784c80932122ba102aabc5f792ebbcf5ecd46a858262e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:13.991Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:13.991Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:17.428Z] $ docker stop --time=1 78ca497b51a1504224784c80932122ba102aabc5f792ebbcf5ecd46a858262e9 [2020-09-03T17:30:18.826Z] $ docker rm -f 78ca497b51a1504224784c80932122ba102aabc5f792ebbcf5ecd46a858262e9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:19.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:19.274Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:19.370Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:19.417Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:20.258Z] $ docker top a3d97aef1f7a0636c5f7a0055f8a38c9499d635375d2cec99b78205914492131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:20.856Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:20.856Z] + tee [2020-09-03T17:30:20.856Z] clair timeout 1m0s [2020-09-03T17:30:20.856Z] docker timeout: 1m0s [2020-09-03T17:30:20.856Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:21.538Z] $ docker stop --time=1 a3d97aef1f7a0636c5f7a0055f8a38c9499d635375d2cec99b78205914492131 [2020-09-03T17:30:22.899Z] $ docker rm -f a3d97aef1f7a0636c5f7a0055f8a38c9499d635375d2cec99b78205914492131 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:30:23.391Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:30:23.402Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-support-logging-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:30:23.446Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:23.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:23.774Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:23.868Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:23.914Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:24.562Z] $ docker top 3be72e141c2dc91f48973e9f25da0a0c843e7ac2e3e9fc8c0b613c212d428345 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:25.075Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:25.075Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:30.619Z] $ docker stop --time=1 3be72e141c2dc91f48973e9f25da0a0c843e7ac2e3e9fc8c0b613c212d428345 [2020-09-03T17:30:31.966Z] $ docker rm -f 3be72e141c2dc91f48973e9f25da0a0c843e7ac2e3e9fc8c0b613c212d428345 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:32.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:32.441Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:32.538Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:32.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:33.285Z] $ docker top 59480fb042b115347df6863ff52aae600b9ecf8b9158d9ff994ee42eb3c9d8aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:33.809Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:33.810Z] + tee [2020-09-03T17:30:33.810Z] clair timeout 1m0s [2020-09-03T17:30:33.810Z] docker timeout: 1m0s [2020-09-03T17:30:33.810Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:34.847Z] $ docker stop --time=1 59480fb042b115347df6863ff52aae600b9ecf8b9158d9ff994ee42eb3c9d8aa [2020-09-03T17:30:36.201Z] $ docker rm -f 59480fb042b115347df6863ff52aae600b9ecf8b9158d9ff994ee42eb3c9d8aa [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:30:36.883Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:30:36.895Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-support-notifications-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:30:36.946Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:37.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:37.276Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:37.374Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:37.416Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:38.092Z] $ docker top 454eb39ef086e2e7da772ee7be47e24eb5da58720fd668508191ca038dbc1486 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:38.639Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:38.639Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:41.317Z] $ docker stop --time=1 454eb39ef086e2e7da772ee7be47e24eb5da58720fd668508191ca038dbc1486 [2020-09-03T17:30:42.676Z] $ docker rm -f 454eb39ef086e2e7da772ee7be47e24eb5da58720fd668508191ca038dbc1486 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:43.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:43.135Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:43.233Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:43.276Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:43.923Z] $ docker top 266324908c8b378bec0539af50aaf2e90f6a33a1377fd3eb6e2b10ce4d29f795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:44.426Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:44.426Z] + tee [2020-09-03T17:30:44.426Z] clair timeout 1m0s [2020-09-03T17:30:44.426Z] docker timeout: 1m0s [2020-09-03T17:30:44.426Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:30:45.154Z] $ docker stop --time=1 266324908c8b378bec0539af50aaf2e90f6a33a1377fd3eb6e2b10ce4d29f795 [2020-09-03T17:30:46.493Z] $ docker rm -f 266324908c8b378bec0539af50aaf2e90f6a33a1377fd3eb6e2b10ce4d29f795 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:30:46.957Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:30:46.970Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-support-scheduler-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:30:47.017Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:30:47.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:30:47.345Z] . [Pipeline] withDockerContainer [2020-09-03T17:30:47.439Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:30:47.483Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:30:48.207Z] $ docker top d6abe13724e342ca8f3a68a6a09cc75b8f59b3964922fb4f01ab22db826aa3b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:30:48.722Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:30:48.723Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:03.919Z] $ docker stop --time=1 d6abe13724e342ca8f3a68a6a09cc75b8f59b3964922fb4f01ab22db826aa3b3 [2020-09-03T17:31:05.404Z] $ docker rm -f d6abe13724e342ca8f3a68a6a09cc75b8f59b3964922fb4f01ab22db826aa3b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:05.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:05.878Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:05.983Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:06.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:06.784Z] $ docker top 5ff1de1717a5d334dd04fed96435fa59491661819715ebc0ccd0587ca8c3991b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:07.351Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:07.352Z] [2020-09-03T17:31:07.352Z] clair timeout 1m0s [2020-09-03T17:31:07.352Z] docker timeout: 1m0s [2020-09-03T17:31:07.352Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:08.828Z] $ docker stop --time=1 5ff1de1717a5d334dd04fed96435fa59491661819715ebc0ccd0587ca8c3991b [2020-09-03T17:31:10.153Z] $ docker rm -f 5ff1de1717a5d334dd04fed96435fa59491661819715ebc0ccd0587ca8c3991b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:31:10.611Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:31:10.622Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-sys-mgmt-agent-go_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:31:10.670Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:11.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:11.006Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:11.099Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:11.142Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:11.723Z] $ docker top 6660b8e76e7108ed42d5b86be2e4f47b691216d32f0b416baf9b51b01eb02f81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:13.315Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:13.316Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:14.846Z] $ docker stop --time=1 6660b8e76e7108ed42d5b86be2e4f47b691216d32f0b416baf9b51b01eb02f81 [2020-09-03T17:31:16.199Z] $ docker rm -f 6660b8e76e7108ed42d5b86be2e4f47b691216d32f0b416baf9b51b01eb02f81 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:16.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:16.743Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:16.843Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:16.882Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:17.571Z] $ docker top 3bd7d3c74b57c42f8c57feb38e6a40b160ffc42945ce2ef103ef5ff4cb8a1018 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:18.073Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:18.073Z] + tee [2020-09-03T17:31:18.073Z] clair timeout 1m0s [2020-09-03T17:31:18.073Z] docker timeout: 1m0s [2020-09-03T17:31:18.073Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:18.736Z] $ docker stop --time=1 3bd7d3c74b57c42f8c57feb38e6a40b160ffc42945ce2ef103ef5ff4cb8a1018 [2020-09-03T17:31:20.086Z] $ docker rm -f 3bd7d3c74b57c42f8c57feb38e6a40b160ffc42945ce2ef103ef5ff4cb8a1018 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:31:20.971Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:31:20.981Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-core-command-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:31:21.028Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:21.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:21.355Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:21.444Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:21.483Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:22.139Z] $ docker top b472764dbbb9dc214a9b8ecc38fb78f447750ce28ea4ab02c8a656c5e86a25f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:22.649Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:22.649Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:28.089Z] $ docker stop --time=1 b472764dbbb9dc214a9b8ecc38fb78f447750ce28ea4ab02c8a656c5e86a25f9 [2020-09-03T17:31:29.526Z] $ docker rm -f b472764dbbb9dc214a9b8ecc38fb78f447750ce28ea4ab02c8a656c5e86a25f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:30.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:30.023Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:30.138Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:30.200Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:30.880Z] $ docker top e3b1203bfc70be022d74d386f6f617f66fceefc1804666a20c7824d1fa36a96e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:31.440Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:31.440Z] + tee [2020-09-03T17:31:31.440Z] clair timeout 1m0s [2020-09-03T17:31:31.440Z] docker timeout: 1m0s [2020-09-03T17:31:31.440Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:33.245Z] $ docker stop --time=1 e3b1203bfc70be022d74d386f6f617f66fceefc1804666a20c7824d1fa36a96e [2020-09-03T17:31:34.607Z] $ docker rm -f e3b1203bfc70be022d74d386f6f617f66fceefc1804666a20c7824d1fa36a96e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:31:35.099Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:31:35.118Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-core-data-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:31:35.171Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:35.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:35.521Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:35.631Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:35.686Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:36.374Z] $ docker top 8220c47e57abc68096f4c3b71806d47a018275ba48f3d3e9e14eeefdeb47b1be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:36.927Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:36.927Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:39.656Z] $ docker stop --time=1 8220c47e57abc68096f4c3b71806d47a018275ba48f3d3e9e14eeefdeb47b1be [2020-09-03T17:31:40.988Z] $ docker rm -f 8220c47e57abc68096f4c3b71806d47a018275ba48f3d3e9e14eeefdeb47b1be [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:41.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:41.475Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:41.571Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:41.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:42.262Z] $ docker top 25cf49fa85c01c7781a3c39e2830845ef840915cd65a79a368aaebeecdcdc77e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:42.783Z] + tee [2020-09-03T17:31:42.783Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:42.783Z] clair timeout 1m0s [2020-09-03T17:31:42.783Z] docker timeout: 1m0s [2020-09-03T17:31:42.783Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:43.485Z] $ docker stop --time=1 25cf49fa85c01c7781a3c39e2830845ef840915cd65a79a368aaebeecdcdc77e [2020-09-03T17:31:44.865Z] $ docker rm -f 25cf49fa85c01c7781a3c39e2830845ef840915cd65a79a368aaebeecdcdc77e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:31:45.420Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:31:45.432Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-core-metadata-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:31:45.481Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:45.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:45.813Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:45.909Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:45.955Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:46.767Z] $ docker top 750f1b818012dd9a9f2b16ce81dfaa960e7b7b5eb45fb79a4ca1e3acbb15eab2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:47.297Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:47.297Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:51.645Z] $ docker stop --time=1 750f1b818012dd9a9f2b16ce81dfaa960e7b7b5eb45fb79a4ca1e3acbb15eab2 [2020-09-03T17:31:52.998Z] $ docker rm -f 750f1b818012dd9a9f2b16ce81dfaa960e7b7b5eb45fb79a4ca1e3acbb15eab2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:53.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:53.445Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:53.540Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:53.583Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:54.185Z] $ docker top 2c83553bfa342f4cb3c90e56d7a05d672e6df69f74f911a1d06cd16e866c35c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:54.683Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:54.683Z] + tee [2020-09-03T17:31:54.683Z] clair timeout 1m0s [2020-09-03T17:31:54.683Z] docker timeout: 1m0s [2020-09-03T17:31:54.683Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:31:55.724Z] $ docker stop --time=1 2c83553bfa342f4cb3c90e56d7a05d672e6df69f74f911a1d06cd16e866c35c6 [2020-09-03T17:31:57.081Z] $ docker rm -f 2c83553bfa342f4cb3c90e56d7a05d672e6df69f74f911a1d06cd16e866c35c6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:31:57.540Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:31:57.552Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:31:57.602Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:31:57.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:31:57.932Z] . [Pipeline] withDockerContainer [2020-09-03T17:31:58.026Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:31:58.067Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:31:58.752Z] $ docker top e9ef473f3ba52fbc814f3eda3b96a9da9bf3614f8ea24b1df9c774f55dc4201f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:31:59.326Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:31:59.326Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:07.601Z] $ docker stop --time=1 e9ef473f3ba52fbc814f3eda3b96a9da9bf3614f8ea24b1df9c774f55dc4201f [2020-09-03T17:32:09.011Z] $ docker rm -f e9ef473f3ba52fbc814f3eda3b96a9da9bf3614f8ea24b1df9c774f55dc4201f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:09.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:09.489Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:09.592Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:09.633Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:10.402Z] $ docker top 13e764e03cb5ea6857564328610a316d79be00163e0a9ef2fad891f8c59b7ca3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:10.960Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:10.960Z] + tee [2020-09-03T17:32:10.960Z] clair timeout 1m0s [2020-09-03T17:32:10.960Z] docker timeout: 1m0s [2020-09-03T17:32:10.960Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:12.436Z] $ docker stop --time=1 13e764e03cb5ea6857564328610a316d79be00163e0a9ef2fad891f8c59b7ca3 [2020-09-03T17:32:13.763Z] $ docker rm -f 13e764e03cb5ea6857564328610a316d79be00163e0a9ef2fad891f8c59b7ca3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:32:14.206Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:32:14.218Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:32:14.261Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:14.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:14.595Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:14.692Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:14.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:15.373Z] $ docker top 38e3fb4712c1ead4d42a9141acde77d83530165322d072282ae57375f18de6cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:15.874Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:15.874Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:24.149Z] $ docker stop --time=1 38e3fb4712c1ead4d42a9141acde77d83530165322d072282ae57375f18de6cb [2020-09-03T17:32:25.563Z] $ docker rm -f 38e3fb4712c1ead4d42a9141acde77d83530165322d072282ae57375f18de6cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:26.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:26.020Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:26.111Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:26.156Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:26.833Z] $ docker top 0ce5da340bf1b2202c593f91f2879998365c24ceccbef4e2cca05541e628259d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:27.327Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:27.327Z] + tee [2020-09-03T17:32:27.327Z] clair timeout 1m0s [2020-09-03T17:32:27.327Z] docker timeout: 1m0s [2020-09-03T17:32:27.327Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:28.793Z] $ docker stop --time=1 0ce5da340bf1b2202c593f91f2879998365c24ceccbef4e2cca05541e628259d [2020-09-03T17:32:30.148Z] $ docker rm -f 0ce5da340bf1b2202c593f91f2879998365c24ceccbef4e2cca05541e628259d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:32:30.636Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:32:30.648Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:32:30.700Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:31.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:31.025Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:31.116Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:31.155Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:31.817Z] $ docker top 267de6bf8d852f25ba11b41faa9300b45f7cc1188cae1419d650f0e2ec29d455 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:32.330Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:32.330Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:35.774Z] $ docker stop --time=1 267de6bf8d852f25ba11b41faa9300b45f7cc1188cae1419d650f0e2ec29d455 [2020-09-03T17:32:37.150Z] $ docker rm -f 267de6bf8d852f25ba11b41faa9300b45f7cc1188cae1419d650f0e2ec29d455 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:37.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:37.601Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:37.725Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:37.769Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:38.384Z] $ docker top 1f97992c1ea5d3e8da883ab173968e73c89a4fbe5b3e8a43819663c4ffa1c060 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:38.865Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:38.865Z] + tee [2020-09-03T17:32:38.865Z] clair timeout 1m0s [2020-09-03T17:32:38.865Z] docker timeout: 1m0s [2020-09-03T17:32:38.865Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:39.528Z] $ docker stop --time=1 1f97992c1ea5d3e8da883ab173968e73c89a4fbe5b3e8a43819663c4ffa1c060 [2020-09-03T17:32:40.881Z] $ docker rm -f 1f97992c1ea5d3e8da883ab173968e73c89a4fbe5b3e8a43819663c4ffa1c060 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:32:41.355Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:32:41.367Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-support-logging-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:32:41.411Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:41.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:41.748Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:41.844Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:41.884Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:42.575Z] $ docker top 262821c39a596bd9249ea2ef828f3ebe0290bc14376546623b4932a7af4ff7f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:43.106Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:43.106Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:48.514Z] $ docker stop --time=1 262821c39a596bd9249ea2ef828f3ebe0290bc14376546623b4932a7af4ff7f6 [2020-09-03T17:32:49.896Z] $ docker rm -f 262821c39a596bd9249ea2ef828f3ebe0290bc14376546623b4932a7af4ff7f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:50.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:50.478Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:50.594Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:50.634Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:51.420Z] $ docker top f2136d6d4f714053d0377bd6c9fbba996b745da4f8ee7236d7a1d3652fa63264 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:51.960Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:51.960Z] + tee [2020-09-03T17:32:51.960Z] clair timeout 1m0s [2020-09-03T17:32:51.960Z] docker timeout: 1m0s [2020-09-03T17:32:51.960Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:52.996Z] $ docker stop --time=1 f2136d6d4f714053d0377bd6c9fbba996b745da4f8ee7236d7a1d3652fa63264 [2020-09-03T17:32:54.402Z] $ docker rm -f f2136d6d4f714053d0377bd6c9fbba996b745da4f8ee7236d7a1d3652fa63264 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:32:54.883Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:32:54.895Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-support-notifications-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:32:54.944Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:32:55.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:32:55.271Z] . [Pipeline] withDockerContainer [2020-09-03T17:32:55.366Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:32:55.417Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:32:56.091Z] $ docker top 9806a467f12e323007b3541340b7cc7cee778780a786ab26dda73d57a2e5f1b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:32:56.601Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:32:56.601Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:32:59.288Z] $ docker stop --time=1 9806a467f12e323007b3541340b7cc7cee778780a786ab26dda73d57a2e5f1b7 [2020-09-03T17:33:00.630Z] $ docker rm -f 9806a467f12e323007b3541340b7cc7cee778780a786ab26dda73d57a2e5f1b7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:33:01.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:33:01.141Z] . [Pipeline] withDockerContainer [2020-09-03T17:33:01.246Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:33:01.299Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:33:02.113Z] $ docker top f5a409f0b2d750938ae36ba8d2d053b44838ade6e149e73ef36bf5f2344cc35d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:33:02.674Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:33:02.674Z] + tee [2020-09-03T17:33:02.674Z] clair timeout 1m0s [2020-09-03T17:33:02.674Z] docker timeout: 1m0s [2020-09-03T17:33:02.674Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:33:03.342Z] $ docker stop --time=1 f5a409f0b2d750938ae36ba8d2d053b44838ade6e149e73ef36bf5f2344cc35d [2020-09-03T17:33:04.707Z] $ docker rm -f f5a409f0b2d750938ae36ba8d2d053b44838ade6e149e73ef36bf5f2344cc35d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:33:05.191Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:33:05.202Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-support-scheduler-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:33:05.260Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:33:05.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:33:05.594Z] . [Pipeline] withDockerContainer [2020-09-03T17:33:05.690Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:33:05.736Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:33:06.521Z] $ docker top 1527ce4be7c853f7d0cbf6a59af8630c03e5eae0c2298092613b1f39a17c321e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:33:07.063Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:33:07.063Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:33:22.095Z] $ docker stop --time=1 1527ce4be7c853f7d0cbf6a59af8630c03e5eae0c2298092613b1f39a17c321e [2020-09-03T17:33:23.437Z] $ docker rm -f 1527ce4be7c853f7d0cbf6a59af8630c03e5eae0c2298092613b1f39a17c321e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:33:23.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T17:33:23.893Z] . [Pipeline] withDockerContainer [2020-09-03T17:33:23.992Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:33:24.200Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:33:24.861Z] $ docker top 6f3b8ac23dd4e422dbc9c3d5432df5d8d3486382fc3c6800c4ac08ae4d38cef0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T17:33:25.375Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc [2020-09-03T17:33:25.375Z] + tee [2020-09-03T17:33:25.375Z] clair timeout 1m0s [2020-09-03T17:33:25.375Z] docker timeout: 1m0s [2020-09-03T17:33:25.375Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T17:33:26.847Z] $ docker stop --time=1 6f3b8ac23dd4e422dbc9c3d5432df5d8d3486382fc3c6800c4ac08ae4d38cef0 [2020-09-03T17:33:28.194Z] $ docker rm -f 6f3b8ac23dd4e422dbc9c3d5432df5d8d3486382fc3c6800c4ac08ae4d38cef0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T17:33:28.656Z] + mkdir -p /w/workspace/edgex-go/134/clair-reports [Pipeline] echo [2020-09-03T17:33:28.667Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/134/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc.html [Pipeline] writeFile [Pipeline] step [2020-09-03T17:33:28.712Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-03T17:33:29.035Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T17:33:29.079Z] provisioning config files... [2020-09-03T17:33:29.089Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/134@tmp/config1590914726236269348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:33:29.446Z] --> edgex-publish-swagger.sh [2020-09-03T17:33:29.446Z] === Publish openapi/v1 API === [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] === Publish openapi/v2 API === [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-03T17:33:29.446Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-03T17:33:29.446Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T17:33:29.446Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-03T17:33:29.455Z] 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-03T17:33:36.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T17:33:36.498Z] . [Pipeline] withDockerContainer [2020-09-03T17:33:36.605Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:33:36.644Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:33:37.851Z] $ docker top 8d2352aabf9800c0d4285d0a185d08051bbb8ad40b7c18065ebc28a788ef683d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T17:33:38.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T17:33:38.127Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T17:33:38.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T17:33:38.381Z] $ docker exec 8d2352aabf9800c0d4285d0a185d08051bbb8ad40b7c18065ebc28a788ef683d ssh-agent [2020-09-03T17:33:38.568Z] SSH_AUTH_SOCK=/tmp/ssh-jjodc7JykDW8/agent.12 [2020-09-03T17:33:38.568Z] SSH_AGENT_PID=18 [2020-09-03T17:33:38.576Z] Running ssh-add (command line suppressed) [2020-09-03T17:33:38.708Z] Identity added: /w/workspace/edgex-go/134@tmp/private_key_1568111066685165809.key (/w/workspace/edgex-go/134@tmp/private_key_1568111066685165809.key) [2020-09-03T17:33:38.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T17:33:39.085Z] + git semver tag [2020-09-03T17:33:39.085Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T17:33:39.085Z] # $GIT_DIR = /w/workspace/edgex-go/134/.git [2020-09-03T17:33:39.085Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/134 [2020-09-03T17:33:39.085Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T17:33:39.085Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T17:33:39.085Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T17:33:39.085Z] # $SEMVER_BRANCH = master [2020-09-03T17:33:39.085Z] # $SEMVER_DIR = /w/workspace/edgex-go/134/.semver [2020-09-03T17:33:39.085Z] # ae7f6d9e03ac0c4469df4e5edf961c8bae9d78bc HEAD [2020-09-03T17:33:39.656Z] # -> Force: false [2020-09-03T17:33:39.656Z] # fc04f5f8e21d3be3c04e44f8c240891782038c80 refs/tags/v1.2.2-dev.21 [Pipeline] } [2020-09-03T17:33:39.668Z] $ docker exec --env ******** --env ******** 8d2352aabf9800c0d4285d0a185d08051bbb8ad40b7c18065ebc28a788ef683d ssh-agent -k [2020-09-03T17:33:39.788Z] unset SSH_AUTH_SOCK; [2020-09-03T17:33:39.788Z] unset SSH_AGENT_PID; [2020-09-03T17:33:39.788Z] echo Agent pid 18 killed; [2020-09-03T17:33:39.843Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T17:33:40.286Z] + git semver [Pipeline] } [2020-09-03T17:33:40.302Z] $ docker stop --time=1 8d2352aabf9800c0d4285d0a185d08051bbb8ad40b7c18065ebc28a788ef683d [2020-09-03T17:33:41.664Z] $ docker rm -f 8d2352aabf9800c0d4285d0a185d08051bbb8ad40b7c18065ebc28a788ef683d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:33:42.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T17:33:42.252Z] [2020-09-03T17:33:42.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:33:42.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T17:33:42.600Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-03T17:33:42.600Z] ab5ef0e58194: Pulling fs layer [2020-09-03T17:33:42.600Z] 9712f1f96733: Pulling fs layer [2020-09-03T17:33:42.600Z] 63f879dbbcfc: Pulling fs layer [2020-09-03T17:33:42.600Z] 0d9ebad4ef96: Pulling fs layer [2020-09-03T17:33:42.600Z] e9a5061849ea: Pulling fs layer [2020-09-03T17:33:42.600Z] d747dcd14b5f: Pulling fs layer [2020-09-03T17:33:42.600Z] 2de7ff778b66: Pulling fs layer [2020-09-03T17:33:42.600Z] e9a5061849ea: Waiting [2020-09-03T17:33:42.600Z] d747dcd14b5f: Waiting [2020-09-03T17:33:42.600Z] 2de7ff778b66: Waiting [2020-09-03T17:33:42.600Z] 0d9ebad4ef96: Waiting [2020-09-03T17:33:42.600Z] 9712f1f96733: Verifying Checksum [2020-09-03T17:33:42.600Z] 9712f1f96733: Download complete [2020-09-03T17:33:43.186Z] 63f879dbbcfc: Verifying Checksum [2020-09-03T17:33:43.186Z] 63f879dbbcfc: Download complete [2020-09-03T17:33:43.186Z] e9a5061849ea: Verifying Checksum [2020-09-03T17:33:43.186Z] e9a5061849ea: Download complete [2020-09-03T17:33:43.451Z] d747dcd14b5f: Verifying Checksum [2020-09-03T17:33:43.451Z] d747dcd14b5f: Download complete [2020-09-03T17:33:43.451Z] 0d9ebad4ef96: Verifying Checksum [2020-09-03T17:33:43.451Z] 0d9ebad4ef96: Download complete [2020-09-03T17:33:43.712Z] 2de7ff778b66: Download complete [2020-09-03T17:33:43.712Z] ab5ef0e58194: Verifying Checksum [2020-09-03T17:33:43.712Z] ab5ef0e58194: Download complete [2020-09-03T17:33:49.018Z] ab5ef0e58194: Pull complete [2020-09-03T17:33:49.018Z] 9712f1f96733: Pull complete [2020-09-03T17:33:52.329Z] 63f879dbbcfc: Pull complete [2020-09-03T17:33:59.033Z] 0d9ebad4ef96: Pull complete [2020-09-03T17:34:02.376Z] e9a5061849ea: Pull complete [2020-09-03T17:34:02.637Z] d747dcd14b5f: Pull complete [2020-09-03T17:34:04.027Z] 2de7ff778b66: Pull complete [2020-09-03T17:34:04.027Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-03T17:34:04.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T17:34:04.027Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-03T17:34:04.232Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:34:04.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:34:08.453Z] $ docker top 2ab4bc45302e9d68af0db84b07b6cb2b1d60edcb8e90e3b4bb3ae80846afa02e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-03T17:34:08.649Z] provisioning config files... [2020-09-03T17:34:08.662Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/134@tmp/config1506413124313192930tmp [2020-09-03T17:34:08.678Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/134@tmp/config8932463124141964076tmp [2020-09-03T17:34:08.692Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/134@tmp/config6587941199045681849tmp [Pipeline] { [Pipeline] echo [2020-09-03T17:34:08.738Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:34:09.030Z] ---> sigul-configuration.sh [2020-09-03T17:34:09.030Z] gpg: directory `/root/.gnupg' created [2020-09-03T17:34:09.030Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-03T17:34:09.030Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-03T17:34:09.030Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-03T17:34:09.030Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-03T17:34:09.030Z] gpg: CAST5 encrypted data [2020-09-03T17:34:09.290Z] gpg: encrypted with 1 passphrase [2020-09-03T17:34:09.291Z] gpg: decryption failed: Bad session key [Pipeline] } [2020-09-03T17:34:09.300Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-03T17:34:09.386Z] $ docker stop --time=1 2ab4bc45302e9d68af0db84b07b6cb2b1d60edcb8e90e3b4bb3ae80846afa02e [2020-09-03T17:34:10.744Z] $ docker rm -f 2ab4bc45302e9d68af0db84b07b6cb2b1d60edcb8e90e3b4bb3ae80846afa02e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [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-03T17:34:11.996Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:34:12.869Z] ---> package-listing.sh [2020-09-03T17:34:12.869Z] ++ facter osfamily [2020-09-03T17:34:12.869Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T17:34:12.869Z] + OS_FAMILY=redhat [2020-09-03T17:34:12.869Z] + workspace=/w/workspace/edgex-go/134 [2020-09-03T17:34:12.869Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T17:34:12.869Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T17:34:12.870Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T17:34:12.870Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T17:34:12.870Z] + '[' /w/workspace/edgex-go/134 ']' [2020-09-03T17:34:12.870Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T17:34:12.870Z] + case "${OS_FAMILY}" in [2020-09-03T17:34:12.870Z] + rpm -qa [2020-09-03T17:34:12.870Z] + sort [2020-09-03T17:34:17.087Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T17:34:17.087Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T17:34:17.087Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T17:34:17.087Z] + '[' /w/workspace/edgex-go/134 ']' [2020-09-03T17:34:17.087Z] + mkdir -p /w/workspace/edgex-go/134/archives/ [2020-09-03T17:34:17.087Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/134/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:34:17.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T17:34:17.999Z] [2020-09-03T17:34:17.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T17:34:18.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T17:34:18.364Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T17:34:18.364Z] df20fa9351a1: Already exists [2020-09-03T17:34:18.364Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T17:34:18.364Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T17:34:18.364Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T17:34:18.364Z] 0dadc02b9964: Pulling fs layer [2020-09-03T17:34:18.364Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T17:34:18.364Z] 7a184a31f384: Pulling fs layer [2020-09-03T17:34:18.364Z] 0879bd2ef858: Pulling fs layer [2020-09-03T17:34:18.364Z] ce6a7cf60c04: Waiting [2020-09-03T17:34:18.364Z] 7a184a31f384: Waiting [2020-09-03T17:34:18.364Z] 0879bd2ef858: Waiting [2020-09-03T17:34:18.364Z] 0dadc02b9964: Waiting [2020-09-03T17:34:18.364Z] 46f8f816bc3b: Verifying Checksum [2020-09-03T17:34:18.364Z] 46f8f816bc3b: Download complete [2020-09-03T17:34:18.364Z] 36b3adc4ff6f: Download complete [2020-09-03T17:34:18.364Z] ce6a7cf60c04: Verifying Checksum [2020-09-03T17:34:18.364Z] ce6a7cf60c04: Download complete [2020-09-03T17:34:18.364Z] 7a184a31f384: Download complete [2020-09-03T17:34:18.364Z] 0dadc02b9964: Verifying Checksum [2020-09-03T17:34:18.364Z] 0dadc02b9964: Download complete [2020-09-03T17:34:18.626Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T17:34:18.626Z] 8ad3a11d3b57: Download complete [2020-09-03T17:34:18.626Z] 36b3adc4ff6f: Pull complete [2020-09-03T17:34:18.891Z] 0879bd2ef858: Verifying Checksum [2020-09-03T17:34:18.891Z] 0879bd2ef858: Download complete [2020-09-03T17:34:19.463Z] 8ad3a11d3b57: Pull complete [2020-09-03T17:34:19.463Z] 46f8f816bc3b: Pull complete [2020-09-03T17:34:19.724Z] 0dadc02b9964: Pull complete [2020-09-03T17:34:19.987Z] ce6a7cf60c04: Pull complete [2020-09-03T17:34:19.987Z] 7a184a31f384: Pull complete [2020-09-03T17:34:23.292Z] 0879bd2ef858: Pull complete [2020-09-03T17:34:23.292Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T17:34:23.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T17:34:23.292Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T17:34:23.438Z] prd-centos7-docker-4c-2g-1299 does not seem to be running inside a container [2020-09-03T17:34:23.479Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/134 -v /w/workspace/edgex-go/134:/w/workspace/edgex-go/134:rw,z -v /w/workspace/edgex-go/134@tmp:/w/workspace/edgex-go/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T17:34:27.975Z] $ docker top f8f791a96f6268812b0d622f04d5032609531ae2e9d0af74ab0dd50ceccb388e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T17:34:28.476Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T17:34:28.767Z] + ls /var/log/sa-host [2020-09-03T17:34:28.767Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T17:34:28.767Z] file_magic: OK [2020-09-03T17:34:28.767Z] HZ: Using current value: 100 [2020-09-03T17:34:28.767Z] file_header: OK [2020-09-03T17:34:28.767Z] 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-03T17:34:28.767Z] Statistics: [2020-09-03T17:34:28.767Z] 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... [2020-09-03T17:34:28.767Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T17:34:28.767Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T17:34:28.767Z] file_magic: OK [2020-09-03T17:34:28.767Z] HZ: Using current value: 100 [2020-09-03T17:34:28.767Z] file_header: OK [2020-09-03T17:34:28.767Z] 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-03T17:34:28.767Z] Statistics: [2020-09-03T17:34:28.767Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T17:34:28.767Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T17:34:28.819Z] provisioning config files... [2020-09-03T17:34:28.832Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/134@tmp/config5032839279760220793tmp [Pipeline] { [Pipeline] echo [2020-09-03T17:34:28.897Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:34:29.187Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T17:34:29.197Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T17:34:29.486Z] ---> logs-deploy.sh [2020-09-03T17:34:29.487Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/134 [2020-09-03T17:34:29.487Z] INFO: archiving workspace using pattern(s): [2020-09-03T17:34:30.874Z] Archives upload complete. [2020-09-03T17:34:30.874Z] INFO: archiving logs to Nexus [2020-09-03T17:34:31.819Z] ---> uname -a: [2020-09-03T17:34:31.819Z] Linux f8f791a96f62 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] ---> lscpu: [2020-09-03T17:34:31.819Z] Architecture: x86_64 [2020-09-03T17:34:31.819Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-03T17:34:31.819Z] Byte Order: Little Endian [2020-09-03T17:34:31.819Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-03T17:34:31.819Z] CPU(s): 4 [2020-09-03T17:34:31.819Z] On-line CPU(s) list: 0-3 [2020-09-03T17:34:31.819Z] Thread(s) per core: 1 [2020-09-03T17:34:31.819Z] Core(s) per socket: 1 [2020-09-03T17:34:31.819Z] Socket(s): 4 [2020-09-03T17:34:31.819Z] NUMA node(s): 1 [2020-09-03T17:34:31.819Z] Vendor ID: GenuineIntel [2020-09-03T17:34:31.819Z] CPU family: 6 [2020-09-03T17:34:31.819Z] Model: 44 [2020-09-03T17:34:31.819Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-03T17:34:31.819Z] Stepping: 1 [2020-09-03T17:34:31.819Z] CPU MHz: 2933.438 [2020-09-03T17:34:31.819Z] BogoMIPS: 5866.87 [2020-09-03T17:34:31.819Z] Virtualization: VT-x [2020-09-03T17:34:31.819Z] Hypervisor vendor: KVM [2020-09-03T17:34:31.819Z] Virtualization type: full [2020-09-03T17:34:31.819Z] L1d cache: 128 KiB [2020-09-03T17:34:31.819Z] L1i cache: 128 KiB [2020-09-03T17:34:31.819Z] L2 cache: 16 MiB [2020-09-03T17:34:31.819Z] L3 cache: 64 MiB [2020-09-03T17:34:31.819Z] NUMA node0 CPU(s): 0-3 [2020-09-03T17:34:31.819Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-03T17:34:31.819Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-03T17:34:31.819Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-03T17:34:31.819Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-03T17:34:31.819Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-03T17:34:31.819Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-03T17:34:31.819Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-03T17:34:31.819Z] Vulnerability Tsx async abort: Not affected [2020-09-03T17:34:31.819Z] 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-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] ---> nproc: [2020-09-03T17:34:31.819Z] 4 [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] ---> df -h: [2020-09-03T17:34:31.819Z] Filesystem Size Used Available Use% Mounted on [2020-09-03T17:34:31.819Z] overlay 50.0G 13.4G 36.6G 27% / [2020-09-03T17:34:31.819Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-03T17:34:31.819Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-03T17:34:31.819Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-03T17:34:31.819Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf [2020-09-03T17:34:31.819Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname [2020-09-03T17:34:31.819Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts [2020-09-03T17:34:31.819Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host [2020-09-03T17:34:31.819Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/134 [2020-09-03T17:34:31.819Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/134@tmp [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] ---> free -m: [2020-09-03T17:34:31.819Z] total used free shared buff/cache available [2020-09-03T17:34:31.819Z] Mem: 1837 727 184 0 925 1052 [2020-09-03T17:34:31.819Z] Swap: 1023 67 956 [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] ---> ip addr: [2020-09-03T17:34:31.819Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-03T17:34:31.819Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-03T17:34:31.819Z] inet 127.0.0.1/8 scope host lo [2020-09-03T17:34:31.819Z] valid_lft forever preferred_lft forever [2020-09-03T17:34:31.819Z] 198: eth0@if199: mtu 1458 qdisc noqueue state UP [2020-09-03T17:34:31.819Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-03T17:34:31.819Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-03T17:34:31.819Z] valid_lft forever preferred_lft forever [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] ---> sar -b -r -n DEV: [2020-09-03T17:34:31.819Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] 17:11:13 LINUX RESTART (4 CPU) [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] 17:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-03T17:34:31.819Z] 17:13:01 124.78 58.11 66.68 0.00 8366.91 29018.79 0.00 [2020-09-03T17:34:31.819Z] 17:14:01 476.18 241.74 234.44 0.00 7759.19 67501.83 0.00 [2020-09-03T17:34:31.819Z] 17:15:02 2094.11 1790.43 303.68 0.00 112730.58 171049.75 0.00 [2020-09-03T17:34:31.819Z] 17:16:01 1360.53 1128.75 231.79 0.00 66748.32 78209.29 0.00 [2020-09-03T17:34:31.819Z] 17:17:02 1807.70 1451.44 356.26 0.00 81845.39 102485.57 0.00 [2020-09-03T17:34:31.819Z] 17:18:01 1685.82 1363.01 322.81 0.00 83099.07 103155.89 0.00 [2020-09-03T17:34:31.819Z] 17:19:01 658.93 422.77 236.16 0.00 29686.63 55524.10 0.00 [2020-09-03T17:34:31.819Z] 17:20:01 135.05 120.36 14.69 0.00 6719.95 345.45 0.00 [2020-09-03T17:34:31.819Z] 17:21:01 1.17 0.18 0.98 0.00 3.06 16.72 0.00 [2020-09-03T17:34:31.819Z] 17:22:01 1.17 0.90 0.27 0.00 34.78 3.58 0.00 [2020-09-03T17:34:31.819Z] 17:23:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 [2020-09-03T17:34:31.819Z] 17:24:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 [2020-09-03T17:34:31.819Z] 17:25:02 0.33 0.03 0.30 0.00 0.80 4.63 0.00 [2020-09-03T17:34:31.819Z] 17:26:01 0.66 0.49 0.17 0.00 6.78 2.32 0.00 [2020-09-03T17:34:31.819Z] 17:27:01 2.06 1.85 0.22 0.00 67.14 3.68 0.00 [2020-09-03T17:34:31.819Z] 17:28:01 0.83 0.07 0.77 0.00 1.33 13.97 0.00 [2020-09-03T17:34:31.819Z] 17:29:01 182.47 45.86 136.61 0.00 3729.92 34353.27 0.00 [2020-09-03T17:34:31.819Z] 17:30:01 36.87 9.57 27.30 0.00 156.88 484.33 0.00 [2020-09-03T17:34:31.819Z] 17:31:01 37.67 13.33 24.33 0.00 238.88 383.89 0.00 [2020-09-03T17:34:31.819Z] 17:32:01 49.98 19.56 30.41 0.00 502.21 496.47 0.00 [2020-09-03T17:34:31.819Z] 17:33:01 28.38 1.61 26.77 0.00 60.60 436.39 0.00 [2020-09-03T17:34:31.819Z] 17:34:01 156.74 38.56 118.18 0.00 4025.95 31467.38 0.00 [2020-09-03T17:34:31.819Z] Average: 402.53 305.42 97.11 0.00 18473.27 30744.73 0.00 [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] 17:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-03T17:34:31.819Z] 17:13:01 78484 0 638744 33.95 2608 1161720 1321600 45.10 655976 972780 33088 [2020-09-03T17:34:31.819Z] 17:14:01 360880 0 674164 35.83 1408 845104 1111528 37.93 528500 751092 12 [2020-09-03T17:34:31.819Z] 17:15:02 77400 0 807716 42.93 8 996432 2340316 79.87 782324 852188 72180 [2020-09-03T17:34:31.819Z] 17:16:01 211428 0 937476 49.82 8 732644 1924316 65.67 763484 681584 11080 [2020-09-03T17:34:31.819Z] 17:17:02 323316 0 662244 35.20 8 895988 1526652 52.10 653112 702616 3792 [2020-09-03T17:34:31.819Z] 17:18:01 311060 0 737888 39.22 8 832600 2173596 74.18 547728 818352 0 [2020-09-03T17:34:31.819Z] 17:19:01 548504 0 580432 30.85 8 752612 1407384 48.03 352284 783548 32 [2020-09-03T17:34:31.819Z] 17:20:01 378388 0 557920 29.65 8 945240 1202968 41.06 330364 973100 8 [2020-09-03T17:34:31.819Z] 17:21:01 385448 0 550848 29.28 8 945252 1162444 39.67 328028 969448 8 [2020-09-03T17:34:31.819Z] 17:22:01 384456 0 551100 29.29 8 945992 1162600 39.68 328928 970436 8 [2020-09-03T17:34:31.819Z] 17:23:01 385172 0 550384 29.25 8 945992 1162444 39.67 328088 970436 8 [2020-09-03T17:34:31.819Z] 17:24:01 385052 0 550484 29.26 8 946012 1162468 39.67 328224 970452 8 [2020-09-03T17:34:31.819Z] 17:25:02 385216 0 550308 29.25 8 946024 1162444 39.67 328100 970480 20 [2020-09-03T17:34:31.819Z] 17:26:01 385052 0 550468 29.26 8 946028 1162444 39.67 328104 970676 8 [2020-09-03T17:34:31.819Z] 17:27:01 382404 0 551708 29.32 8 947436 1162528 39.67 328876 971760 16 [2020-09-03T17:34:31.819Z] 17:28:01 382944 0 551148 29.29 8 947456 1162444 39.67 328432 971768 8 [2020-09-03T17:34:31.819Z] 17:29:01 236004 0 589724 31.34 8 1055820 1185452 40.46 489320 924632 20 [2020-09-03T17:34:31.819Z] 17:30:01 227584 0 597956 31.78 8 1056008 1380668 47.12 496836 927076 56 [2020-09-03T17:34:31.819Z] 17:31:01 218436 0 605148 32.16 8 1057964 1376164 46.97 502620 930308 48 [2020-09-03T17:34:31.819Z] 17:32:01 209388 0 613972 32.63 8 1058188 1381080 47.13 505716 936188 48 [2020-09-03T17:34:31.819Z] 17:33:01 194168 0 629180 33.44 8 1058200 1375960 46.96 526124 931764 0 [2020-09-03T17:34:31.819Z] 17:34:01 216312 0 698264 37.11 4 966976 1362248 46.49 562280 810888 22028 [2020-09-03T17:34:31.819Z] Average: 303050 0 624422 33.19 190 953895 1380443 47.11 469248 898253 6476 [2020-09-03T17:34:31.819Z] [2020-09-03T17:34:31.819Z] 17:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-03T17:34:31.819Z] 17:13:01 eth0 1819.10 1442.28 5362.59 2847.33 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:13:01 docker0 804.44 639.35 65.69 2647.48 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:14:01 eth0 484.07 347.11 5276.73 52.81 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:14:01 docker0 122.02 164.93 8.81 834.69 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:15:02 vethc914c02 0.00 0.31 0.00 0.02 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:15:02 eth0 136.67 97.13 1826.33 21.24 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:15:02 docker0 36.75 38.67 2.41 146.02 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:16:01 veth132a389 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:16:01 vethc914c02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:16:01 eth0 23.29 17.09 11.49 70.53 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:17:02 vethc914c02 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:17:02 eth0 127.21 82.96 564.47 74.60 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:17:02 vethb91b5c6 1.63 1.89 0.19 5.48 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:18:01 vethc914c02 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:18:01 eth0 53.41 29.21 113.24 17.87 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:18:01 vethdce3509 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:19:01 eth0 100.68 76.86 146.14 121.47 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.819Z] 17:19:01 docker0 1029.11 937.18 81.04 4297.07 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:20:01 eth0 417.23 418.68 195.53 1679.08 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:21:01 eth0 0.08 0.13 0.01 0.03 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:22:01 eth0 0.62 0.38 0.34 0.26 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:24:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:25:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:27:01 eth0 0.33 0.27 0.19 0.08 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:29:01 eth0 225.10 172.52 4142.01 83.02 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:29:01 docker0 37.24 36.74 3.61 234.58 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:30:01 eth0 115.67 87.63 101.25 83.08 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:30:01 veth0130b73 0.38 0.50 0.12 0.21 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:30:01 docker0 4.10 3.75 1.05 1.88 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:31:01 eth0 119.89 91.66 96.62 93.15 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:31:01 veth92de700 0.48 0.73 0.19 0.29 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:31:01 docker0 3.73 3.46 0.94 1.64 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:32:01 vethce5f199 0.32 0.37 0.07 0.18 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:32:01 eth0 139.65 107.89 110.80 114.77 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:32:01 docker0 4.41 3.75 0.99 1.92 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:33:01 vethdee51d3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:33:01 eth0 121.86 92.14 106.10 89.37 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:33:01 vetha4471c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:34:01 eth0 2007.60 1136.03 6115.34 212.70 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] 17:34:01 docker0 1084.18 990.12 89.25 4539.52 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] Average: eth0 268.46 191.36 1101.56 253.28 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] Average: docker0 49.36 45.08 4.06 206.68 0.00 0.00 0.00 0.00 [2020-09-03T17:34:31.820Z] [2020-09-03T17:34:31.820Z] [2020-09-03T17:34:31.820Z] ---> sar -P ALL: [2020-09-03T17:34:31.820Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) [2020-09-03T17:34:31.820Z] [2020-09-03T17:34:31.820Z] 17:11:13 LINUX RESTART (4 CPU) [2020-09-03T17:34:31.820Z] [2020-09-03T17:34:31.820Z] 17:12:01 CPU %user %nice %system %iowait %steal %idle [2020-09-03T17:34:31.820Z] 17:13:01 all 19.07 0.00 7.07 2.25 0.06 71.54 [2020-09-03T17:34:31.820Z] 17:13:01 0 18.65 0.00 9.40 1.01 0.03 70.90 [2020-09-03T17:34:31.820Z] 17:13:01 1 20.49 0.00 5.85 1.13 0.07 72.46 [2020-09-03T17:34:31.820Z] 17:13:01 2 14.40 0.00 6.38 1.31 0.07 77.85 [2020-09-03T17:34:31.820Z] 17:13:01 3 22.76 0.00 6.67 5.56 0.09 64.93 [2020-09-03T17:34:31.820Z] 17:14:01 all 13.59 0.00 9.93 7.44 0.05 68.99 [2020-09-03T17:34:31.820Z] 17:14:01 0 13.79 0.00 9.54 5.27 0.07 71.33 [2020-09-03T17:34:31.820Z] 17:14:01 1 13.25 0.00 9.76 9.30 0.03 67.65 [2020-09-03T17:34:31.820Z] 17:14:01 2 13.96 0.00 9.72 7.43 0.05 68.84 [2020-09-03T17:34:31.820Z] 17:14:01 3 13.34 0.00 10.71 7.75 0.05 68.15 [2020-09-03T17:34:31.820Z] 17:15:02 all 18.39 0.00 23.66 15.52 0.08 42.35 [2020-09-03T17:34:31.820Z] 17:15:02 0 17.48 0.00 23.25 13.09 0.09 46.11 [2020-09-03T17:34:31.820Z] 17:15:02 1 18.96 0.00 23.58 17.98 0.09 39.40 [2020-09-03T17:34:31.820Z] 17:15:02 2 18.72 0.00 24.03 17.47 0.09 39.69 [2020-09-03T17:34:31.820Z] 17:15:02 3 18.39 0.00 23.78 13.55 0.07 44.21 [2020-09-03T17:34:31.820Z] 17:16:01 all 56.45 0.00 17.96 15.76 0.05 9.78 [2020-09-03T17:34:31.820Z] 17:16:01 0 57.10 0.00 17.63 14.93 0.07 10.27 [2020-09-03T17:34:31.820Z] 17:16:01 1 57.02 0.00 17.07 14.74 0.05 11.12 [2020-09-03T17:34:31.820Z] 17:16:01 2 55.84 0.00 18.88 17.54 0.05 7.68 [2020-09-03T17:34:31.820Z] 17:16:01 3 55.81 0.00 18.26 15.82 0.04 10.08 [2020-09-03T17:34:31.820Z] 17:17:02 all 14.95 0.00 18.40 33.30 0.07 33.29 [2020-09-03T17:34:31.820Z] 17:17:02 0 15.21 0.00 16.85 36.13 0.05 31.76 [2020-09-03T17:34:31.820Z] 17:17:02 1 13.96 0.00 19.85 32.17 0.08 33.94 [2020-09-03T17:34:31.820Z] 17:17:02 2 15.13 0.00 18.28 32.33 0.08 34.16 [2020-09-03T17:34:31.820Z] 17:17:02 3 15.48 0.00 18.61 32.55 0.07 33.29 [2020-09-03T17:34:31.820Z] 17:18:01 all 44.62 0.00 21.33 25.91 0.07 8.06 [2020-09-03T17:34:31.820Z] 17:18:01 0 43.00 0.00 21.01 27.29 0.09 8.61 [2020-09-03T17:34:31.820Z] 17:18:01 1 44.79 0.00 23.04 26.23 0.05 5.89 [2020-09-03T17:34:31.820Z] 17:18:01 2 44.46 0.00 20.74 24.82 0.07 9.92 [2020-09-03T17:34:31.820Z] 17:18:01 3 46.25 0.00 20.52 25.32 0.09 7.83 [2020-09-03T17:34:31.820Z] 17:19:01 all 18.50 0.00 12.60 17.27 0.06 51.56 [2020-09-03T17:34:31.820Z] 17:19:01 0 18.74 0.00 12.48 16.89 0.09 51.81 [2020-09-03T17:34:31.820Z] 17:19:01 1 18.96 0.00 12.64 15.32 0.05 53.02 [2020-09-03T17:34:31.820Z] 17:19:01 2 18.92 0.00 12.87 18.37 0.05 49.80 [2020-09-03T17:34:31.820Z] 17:19:01 3 17.38 0.00 12.43 18.52 0.07 51.60 [2020-09-03T17:34:31.820Z] 17:20:01 all 10.13 0.00 3.64 3.14 0.04 83.05 [2020-09-03T17:34:31.820Z] 17:20:01 0 10.17 0.00 4.46 3.55 0.03 81.78 [2020-09-03T17:34:31.820Z] 17:20:01 1 10.40 0.00 3.45 3.63 0.03 82.48 [2020-09-03T17:34:31.820Z] 17:20:01 2 9.99 0.00 3.28 2.61 0.05 84.07 [2020-09-03T17:34:31.820Z] 17:20:01 3 9.94 0.00 3.36 2.77 0.05 83.89 [2020-09-03T17:34:31.820Z] 17:21:01 all 0.18 0.00 0.04 0.00 0.01 99.77 [2020-09-03T17:34:31.820Z] 17:21:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2020-09-03T17:34:31.820Z] 17:21:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2020-09-03T17:34:31.820Z] 17:21:01 2 0.57 0.00 0.05 0.00 0.00 99.38 [2020-09-03T17:34:31.820Z] 17:21:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-03T17:34:31.820Z] 17:22:01 all 0.18 0.00 0.04 0.02 0.00 99.76 [2020-09-03T17:34:31.820Z] 17:22:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-03T17:34:31.820Z] 17:22:01 1 0.12 0.00 0.03 0.07 0.00 99.78 [2020-09-03T17:34:31.820Z] 17:22:01 2 0.28 0.00 0.05 0.00 0.00 99.67 [2020-09-03T17:34:31.820Z] 17:22:01 3 0.30 0.00 0.03 0.00 0.00 99.67 [2020-09-03T17:34:31.820Z] 17:23:01 all 0.16 0.00 0.02 0.00 0.01 99.81 [2020-09-03T17:34:31.820Z] 17:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-03T17:34:31.820Z] 17:23:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-03T17:34:31.820Z] 17:23:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2020-09-03T17:34:31.820Z] 17:23:01 3 0.52 0.00 0.02 0.00 0.02 99.45 [2020-09-03T17:34:31.820Z] [2020-09-03T17:34:31.820Z] 17:23:01 CPU %user %nice %system %iowait %steal %idle [2020-09-03T17:34:31.820Z] 17:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-03T17:34:31.820Z] 17:24:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-03T17:34:31.820Z] 17:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-03T17:34:31.820Z] 17:24:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-03T17:34:31.820Z] 17:24:01 3 0.48 0.00 0.03 0.00 0.00 99.48 [2020-09-03T17:34:31.820Z] 17:25:02 all 0.09 0.00 0.05 0.00 0.00 99.87 [2020-09-03T17:34:31.820Z] 17:25:02 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-03T17:34:31.820Z] 17:25:02 1 0.08 0.00 0.03 0.00 0.00 99.88 [2020-09-03T17:34:31.820Z] 17:25:02 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-03T17:34:31.820Z] 17:25:02 3 0.15 0.00 0.08 0.00 0.00 99.77 [2020-09-03T17:34:31.820Z] 17:26:01 all 0.09 0.00 0.03 0.03 0.00 99.85 [2020-09-03T17:34:31.820Z] 17:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-03T17:34:31.820Z] 17:26:01 1 0.20 0.00 0.03 0.05 0.00 99.71 [2020-09-03T17:34:31.820Z] 17:26:01 2 0.10 0.00 0.02 0.03 0.00 99.85 [2020-09-03T17:34:31.820Z] 17:26:01 3 0.02 0.00 0.05 0.02 0.00 99.91 [2020-09-03T17:34:31.820Z] 17:27:01 all 0.10 0.00 0.06 0.02 0.00 99.82 [2020-09-03T17:34:31.820Z] 17:27:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2020-09-03T17:34:31.820Z] 17:27:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2020-09-03T17:34:31.820Z] 17:27:01 2 0.03 0.00 0.08 0.07 0.00 99.82 [2020-09-03T17:34:31.820Z] 17:27:01 3 0.30 0.00 0.07 0.00 0.00 99.63 [2020-09-03T17:34:31.820Z] 17:28:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-09-03T17:34:31.820Z] 17:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-03T17:34:31.820Z] 17:28:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-03T17:34:31.820Z] 17:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-03T17:34:31.820Z] 17:28:01 3 0.52 0.00 0.05 0.00 0.00 99.43 [2020-09-03T17:34:31.820Z] 17:29:01 all 9.49 0.00 6.72 5.13 0.04 78.62 [2020-09-03T17:34:31.820Z] 17:29:01 0 9.44 0.00 6.63 3.79 0.03 80.10 [2020-09-03T17:34:31.820Z] 17:29:01 1 10.64 0.00 6.11 5.42 0.05 77.78 [2020-09-03T17:34:31.820Z] 17:29:01 2 8.67 0.00 7.47 8.31 0.03 75.52 [2020-09-03T17:34:31.820Z] 17:29:01 3 9.21 0.00 6.67 3.00 0.05 81.07 [2020-09-03T17:34:31.821Z] 17:30:01 all 3.32 0.00 3.62 0.87 0.02 92.17 [2020-09-03T17:34:31.821Z] 17:30:01 0 3.50 0.00 3.92 0.72 0.00 91.85 [2020-09-03T17:34:31.821Z] 17:30:01 1 3.23 0.00 3.78 0.76 0.02 92.21 [2020-09-03T17:34:31.821Z] 17:30:01 2 3.34 0.00 3.43 0.64 0.02 92.58 [2020-09-03T17:34:31.821Z] 17:30:01 3 3.20 0.00 3.33 1.38 0.03 92.05 [2020-09-03T17:34:31.821Z] 17:31:01 all 3.17 0.00 3.39 0.58 0.02 92.84 [2020-09-03T17:34:31.821Z] 17:31:01 0 3.31 0.00 3.56 0.64 0.02 92.47 [2020-09-03T17:34:31.821Z] 17:31:01 1 3.41 0.00 3.34 0.76 0.02 92.48 [2020-09-03T17:34:31.821Z] 17:31:01 2 2.73 0.00 3.20 0.35 0.03 93.67 [2020-09-03T17:34:31.821Z] 17:31:01 3 3.23 0.00 3.46 0.57 0.02 92.72 [2020-09-03T17:34:31.821Z] 17:32:01 all 3.80 0.00 4.11 1.12 0.04 90.93 [2020-09-03T17:34:31.821Z] 17:32:01 0 4.30 0.00 4.35 0.57 0.05 90.73 [2020-09-03T17:34:31.821Z] 17:32:01 1 3.69 0.00 4.27 1.19 0.03 90.81 [2020-09-03T17:34:31.821Z] 17:32:01 2 3.30 0.00 3.50 2.00 0.05 91.14 [2020-09-03T17:34:31.821Z] 17:32:01 3 3.93 0.00 4.30 0.72 0.03 91.02 [2020-09-03T17:34:31.821Z] 17:33:01 all 3.33 0.00 3.57 0.44 0.03 92.63 [2020-09-03T17:34:31.821Z] 17:33:01 0 3.90 0.00 4.07 0.32 0.03 91.68 [2020-09-03T17:34:31.821Z] 17:33:01 1 3.16 0.00 3.73 0.47 0.03 92.61 [2020-09-03T17:34:31.821Z] 17:33:01 2 3.11 0.00 3.33 0.50 0.02 93.05 [2020-09-03T17:34:31.821Z] 17:33:01 3 3.17 0.00 3.17 0.47 0.02 93.18 [2020-09-03T17:34:31.821Z] 17:34:01 all 11.72 0.00 8.64 2.64 0.06 76.94 [2020-09-03T17:34:31.821Z] 17:34:01 0 11.36 0.00 11.18 2.66 0.03 74.77 [2020-09-03T17:34:31.821Z] 17:34:01 1 11.75 0.00 7.98 2.75 0.07 77.46 [2020-09-03T17:34:31.821Z] 17:34:01 2 12.20 0.00 7.74 2.00 0.07 77.99 [2020-09-03T17:34:31.821Z] 17:34:01 3 11.59 0.00 7.66 3.16 0.07 77.52 [2020-09-03T17:34:31.821Z] [2020-09-03T17:34:31.821Z] Average: CPU %user %nice %system %iowait %steal %idle [2020-09-03T17:34:31.821Z] Average: all 10.36 0.00 6.51 5.89 0.03 77.21 [2020-09-03T17:34:31.821Z] Average: 0 10.31 0.00 6.68 5.70 0.03 77.29 [2020-09-03T17:34:31.821Z] Average: 1 10.50 0.00 6.51 5.92 0.03 77.04 [2020-09-03T17:34:31.821Z] Average: 2 10.12 0.00 6.43 6.09 0.03 77.33 [2020-09-03T17:34:31.821Z] Average: 3 10.53 0.00 6.41 5.86 0.03 77.17 [2020-09-03T17:34:31.821Z] [2020-09-03T17:34:31.821Z] [2020-09-03T17:34:31.821Z]