Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 855c38c39ef34412bad8449468666c22fd9242b9 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd 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 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd # timeout=10 Commit message: "Merge pull request #248 from bill-mahoney/swaggerfix" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Running on prd-centos7-docker-4c-2g-1042 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/145 [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/145 # 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 855c38c39ef34412bad8449468666c22fd9242b9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 855c38c39ef34412bad8449468666c22fd9242b9 # timeout=10 Commit message: "feat(support-notifications): notification content type and long line (#2699)" > git rev-list --no-walk 9c6c7941f6c82385f6caa68ca03335fcee301072 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-23T17:57:26.617Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-23T17:57:26.898Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-23T17:57:26.982Z] ========================================================= [2020-09-23T17:57:26.982Z] EdgeX Global Pipelines Version Info [2020-09-23T17:57:26.982Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-23T17:57:28.518Z] ------------------- [2020-09-23T17:57:28.518Z] stable info: [2020-09-23T17:57:28.518Z] ------------------- [2020-09-23T17:57:28.518Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-23T17:57:28.518Z] Commit SHA: 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd [2020-09-23T17:57:28.518Z] Message: update stable to v1.0.127 [2020-09-23T17:57:29.475Z] ------------------- [2020-09-23T17:57:29.475Z] experimental info: [2020-09-23T17:57:29.475Z] ------------------- [2020-09-23T17:57:29.475Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-23T17:57:29.475Z] Commit SHA: 3d6ad8b0eebc6ba17484a6174ca49e1f7b1272fd [2020-09-23T17:57:29.475Z] Message: update experimental to v1.0.127 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-23T17:57:29.706Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-23T17:57:29.794Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-23T17:57:29.873Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-23T17:57:29.959Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-23T17:57:30.064Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-23T17:57:30.178Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-23T17:57:30.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-23T17:57:30.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-23T17:57:30.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-23T17:57:30.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-23T17:57:30.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-23T17:57:30.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-23T17:57:30.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-23T17:57:31.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-23T17:57:31.143Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-23T17:57:31.246Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-23T17:57:31.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-23T17:57:31.413Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-23T17:57:31.492Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-23T17:57:31.594Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-23T17:57:31.675Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-23T17:57:31.755Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-23T17:57:31.851Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-23T17:57:31.949Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-23T17:57:32.068Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] echo [2020-09-23T17:57:32.159Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 855c38c [Pipeline] echo [2020-09-23T17:57:32.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-23T17:57:32.624Z] ++ 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-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/core-command/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/core-data/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-23T17:57:32.624Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-23T17:57:32.624Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-23T17:57:32.624Z] ++ cut -d/ -f2 [2020-09-23T17:57:32.624Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-23T17:57:32.692Z] 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-23T17:57:33.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T17:57:33.446Z] [2020-09-23T17:57:33.446Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:57:33.792Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T17:57:33.792Z] latest: Pulling from edgex-devops/git-semver [2020-09-23T17:57:33.792Z] 31603596830f: Pulling fs layer [2020-09-23T17:57:33.792Z] 2a8b12db71e7: Pulling fs layer [2020-09-23T17:57:33.792Z] 6ca5941a6612: Pulling fs layer [2020-09-23T17:57:33.792Z] ecc8261a40a4: Pulling fs layer [2020-09-23T17:57:33.792Z] ecc8261a40a4: Waiting [2020-09-23T17:57:33.792Z] 2a8b12db71e7: Verifying Checksum [2020-09-23T17:57:33.792Z] 2a8b12db71e7: Download complete [2020-09-23T17:57:34.054Z] ecc8261a40a4: Verifying Checksum [2020-09-23T17:57:34.054Z] ecc8261a40a4: Download complete [2020-09-23T17:57:34.054Z] 6ca5941a6612: Verifying Checksum [2020-09-23T17:57:34.054Z] 6ca5941a6612: Download complete [2020-09-23T17:57:34.315Z] 31603596830f: Verifying Checksum [2020-09-23T17:57:34.315Z] 31603596830f: Download complete [2020-09-23T17:57:34.579Z] 31603596830f: Pull complete [2020-09-23T17:57:34.579Z] 2a8b12db71e7: Pull complete [2020-09-23T17:57:35.538Z] 6ca5941a6612: Pull complete [2020-09-23T17:57:35.538Z] ecc8261a40a4: Pull complete [2020-09-23T17:57:35.538Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-23T17:57:35.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T17:57:35.538Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-23T17:57:35.648Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T17:57:35.697Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T17:57:37.917Z] $ docker top 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-23T17:57:38.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-23T17:57:38.246Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-23T17:57:38.439Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-23T17:57:38.443Z] $ docker exec 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent [2020-09-23T17:57:38.612Z] SSH_AUTH_SOCK=/tmp/ssh-VhpipRszM3Jg/agent.12 [2020-09-23T17:57:38.612Z] SSH_AGENT_PID=17 [2020-09-23T17:57:38.625Z] Running ssh-add (command line suppressed) [2020-09-23T17:57:38.746Z] Identity added: /w/workspace/edgex-go/145@tmp/private_key_6054935935617338213.key (/w/workspace/edgex-go/145@tmp/private_key_6054935935617338213.key) [2020-09-23T17:57:38.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-23T17:57:39.238Z] + git describe --exact-match --tags HEAD [2020-09-23T17:57:39.238Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-23T17:57:39.263Z] $ docker exec --env ******** --env ******** 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent -k [2020-09-23T17:57:39.379Z] unset SSH_AUTH_SOCK; [2020-09-23T17:57:39.379Z] unset SSH_AGENT_PID; [2020-09-23T17:57:39.379Z] echo Agent pid 17 killed; [2020-09-23T17:57:39.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-23T17:57:39.510Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-23T17:57:39.510Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-23T17:57:39.603Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-23T17:57:39.603Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-23T17:57:39.785Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-23T17:57:39.790Z] $ docker exec 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent [2020-09-23T17:57:39.964Z] SSH_AUTH_SOCK=/tmp/ssh-MwysWxZH3FdE/agent.46 [2020-09-23T17:57:39.965Z] SSH_AGENT_PID=51 [2020-09-23T17:57:39.972Z] Running ssh-add (command line suppressed) [2020-09-23T17:57:40.101Z] Identity added: /w/workspace/edgex-go/145@tmp/private_key_6671978349855493035.key (/w/workspace/edgex-go/145@tmp/private_key_6671978349855493035.key) [2020-09-23T17:57:40.158Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-23T17:57:40.505Z] + git semver init [2020-09-23T17:57:40.506Z] # -> Open(): unable to determine branch for HEAD [2020-09-23T17:57:40.506Z] # $GIT_DIR = /w/workspace/edgex-go/145/.git [2020-09-23T17:57:40.506Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/145 [2020-09-23T17:57:40.506Z] # $SEMVER_REMOTE_NAME = origin [2020-09-23T17:57:40.506Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-23T17:57:40.506Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-23T17:57:40.506Z] # $SEMVER_BRANCH = master [2020-09-23T17:57:40.506Z] # $SEMVER_TEMP = /tmp/semver-563644600 [2020-09-23T17:57:40.506Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-23T17:57:58.657Z] # '/tmp/semver-563644600' -> '/w/workspace/edgex-go/145/.semver' [2020-09-23T17:57:58.657Z] # -> Force: false [2020-09-23T17:57:58.657Z] # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver [Pipeline] } [2020-09-23T17:57:58.672Z] $ docker exec --env ******** --env ******** 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 ssh-agent -k [2020-09-23T17:57:58.879Z] unset SSH_AUTH_SOCK; [2020-09-23T17:57:58.880Z] unset SSH_AGENT_PID; [2020-09-23T17:57:58.880Z] echo Agent pid 51 killed; [2020-09-23T17:57:58.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-23T17:57:59.448Z] + git semver [Pipeline] } [2020-09-23T17:57:59.465Z] $ docker stop --time=1 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 [2020-09-23T17:58:01.071Z] $ docker rm -f 59d2867572166864e4d6e7a147d0d63224669bb4cf531d83883976b575f6c272 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-23T17:58:13.885Z] Stashed 47 file(s) [Pipeline] echo [2020-09-23T17:58:13.888Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.30 [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-23T17:58:14.692Z] ========================================================= [2020-09-23T17:58:14.692Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-23T17:58:14.692Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:58:15.036Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-23T17:58:19.251Z] Sending build context to Docker daemon 323.2MB [2020-09-23T17:58:19.251Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-23T17:58:19.251Z] Step 2/7 : FROM ${BASE} [2020-09-23T17:58:19.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-23T17:58:19.251Z] df20fa9351a1: Pulling fs layer [2020-09-23T17:58:19.251Z] ed8968b2872e: Pulling fs layer [2020-09-23T17:58:19.251Z] a92cc7c5fd73: Pulling fs layer [2020-09-23T17:58:19.251Z] e871e8e8d7a9: Pulling fs layer [2020-09-23T17:58:19.251Z] e73272ec9a57: Pulling fs layer [2020-09-23T17:58:19.251Z] 1e910a182e73: Pulling fs layer [2020-09-23T17:58:19.251Z] 4e634b169226: Pulling fs layer [2020-09-23T17:58:19.251Z] e73272ec9a57: Waiting [2020-09-23T17:58:19.251Z] 1e910a182e73: Waiting [2020-09-23T17:58:19.251Z] 4e634b169226: Waiting [2020-09-23T17:58:19.251Z] e871e8e8d7a9: Waiting [2020-09-23T17:58:19.251Z] a92cc7c5fd73: Verifying Checksum [2020-09-23T17:58:19.251Z] a92cc7c5fd73: Download complete [2020-09-23T17:58:19.251Z] ed8968b2872e: Verifying Checksum [2020-09-23T17:58:19.251Z] ed8968b2872e: Download complete [2020-09-23T17:58:19.251Z] e73272ec9a57: Verifying Checksum [2020-09-23T17:58:19.251Z] e73272ec9a57: Download complete [2020-09-23T17:58:19.251Z] df20fa9351a1: Verifying Checksum [2020-09-23T17:58:19.251Z] df20fa9351a1: Download complete [2020-09-23T17:58:19.251Z] 1e910a182e73: Verifying Checksum [2020-09-23T17:58:19.251Z] 1e910a182e73: Download complete [2020-09-23T17:58:19.251Z] df20fa9351a1: Pull complete [2020-09-23T17:58:19.825Z] ed8968b2872e: Pull complete [2020-09-23T17:58:19.825Z] a92cc7c5fd73: Pull complete [2020-09-23T17:58:20.775Z] 4e634b169226: Verifying Checksum [2020-09-23T17:58:20.775Z] 4e634b169226: Download complete [2020-09-23T17:58:21.037Z] e871e8e8d7a9: Verifying Checksum [2020-09-23T17:58:21.037Z] e871e8e8d7a9: Download complete [2020-09-23T17:58:26.360Z] e871e8e8d7a9: Pull complete [2020-09-23T17:58:26.360Z] e73272ec9a57: Pull complete [2020-09-23T17:58:26.360Z] 1e910a182e73: Pull complete [2020-09-23T17:58:29.450Z] Still waiting to schedule task [2020-09-23T17:58:29.450Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1043’ [2020-09-23T17:58:30.576Z] 4e634b169226: Pull complete [2020-09-23T17:58:30.576Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-23T17:58:30.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-23T17:58:30.576Z] ---> f7629b54cfaa [2020-09-23T17:58:30.576Z] 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-23T17:58:30.576Z] ---> Running in 24956cf183dd [2020-09-23T17:58:30.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:58:31.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:58:32.724Z] (1/12) Installing libmagic (5.38-r0) [2020-09-23T17:58:32.724Z] (2/12) Installing file (5.38-r0) [2020-09-23T17:58:32.987Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-23T17:58:32.987Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-23T17:58:43.008Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-23T17:58:43.009Z] (6/12) Installing patch (2.7.6-r6) [2020-09-23T17:58:43.009Z] (7/12) Installing build-base (0.5-r2) [2020-09-23T17:58:43.009Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-23T17:58:43.009Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-23T17:58:43.009Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-23T17:58:43.009Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-23T17:58:43.009Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-23T17:58:43.009Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T17:58:43.009Z] OK: 233 MiB in 51 packages [2020-09-23T17:58:45.564Z] Removing intermediate container 24956cf183dd [2020-09-23T17:58:45.564Z] ---> 8a4755ec765a [2020-09-23T17:58:45.564Z] Step 4/7 : WORKDIR /edgex-go [2020-09-23T17:58:45.564Z] ---> Running in aa90ccb1b09b [2020-09-23T17:58:45.827Z] Removing intermediate container aa90ccb1b09b [2020-09-23T17:58:45.827Z] ---> 7050fc8335eb [2020-09-23T17:58:45.827Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-23T17:58:46.090Z] latest: Pulling from library/docker [2020-09-23T17:58:46.090Z] df20fa9351a1: Already exists [2020-09-23T17:58:46.090Z] 25ad7478873d: Pulling fs layer [2020-09-23T17:58:46.090Z] 4684f6177b5d: Pulling fs layer [2020-09-23T17:58:46.090Z] 8ba584e970af: Pulling fs layer [2020-09-23T17:58:46.090Z] 3cdc74d2b06d: Pulling fs layer [2020-09-23T17:58:46.090Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-23T17:58:46.090Z] fca0ccc462d5: Pulling fs layer [2020-09-23T17:58:46.090Z] 3cdc74d2b06d: Waiting [2020-09-23T17:58:46.090Z] 4cf5a0d07c1f: Waiting [2020-09-23T17:58:46.090Z] fca0ccc462d5: Waiting [2020-09-23T17:58:46.356Z] 4684f6177b5d: Verifying Checksum [2020-09-23T17:58:46.356Z] 4684f6177b5d: Download complete [2020-09-23T17:58:46.356Z] 25ad7478873d: Verifying Checksum [2020-09-23T17:58:46.356Z] 25ad7478873d: Download complete [2020-09-23T17:58:46.620Z] 3cdc74d2b06d: Verifying Checksum [2020-09-23T17:58:46.620Z] 3cdc74d2b06d: Download complete [2020-09-23T17:58:46.620Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-23T17:58:46.620Z] 4cf5a0d07c1f: Download complete [2020-09-23T17:58:46.620Z] fca0ccc462d5: Verifying Checksum [2020-09-23T17:58:46.620Z] fca0ccc462d5: Download complete [2020-09-23T17:58:46.620Z] 25ad7478873d: Pull complete [2020-09-23T17:58:46.882Z] 4684f6177b5d: Pull complete [2020-09-23T17:58:47.144Z] 8ba584e970af: Verifying Checksum [2020-09-23T17:58:47.144Z] 8ba584e970af: Download complete [2020-09-23T17:58:49.706Z] 8ba584e970af: Pull complete [2020-09-23T17:58:49.706Z] 3cdc74d2b06d: Pull complete [2020-09-23T17:58:49.972Z] 4cf5a0d07c1f: Pull complete [2020-09-23T17:58:49.972Z] fca0ccc462d5: Pull complete [2020-09-23T17:58:49.972Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-23T17:58:49.972Z] Status: Downloaded newer image for docker:latest [2020-09-23T17:58:51.364Z] ---> 336864181d29 [2020-09-23T17:58:51.364Z] Step 6/7 : COPY go.mod . [2020-09-23T17:58:51.625Z] ---> 71479a74feb0 [2020-09-23T17:58:51.625Z] Step 7/7 : RUN go mod download [2020-09-23T17:58:51.625Z] ---> Running in 1c8034306ede [2020-09-23T17:59:13.649Z] Removing intermediate container 1c8034306ede [2020-09-23T17:59:13.649Z] ---> db06436ea96b [2020-09-23T17:59:13.649Z] Successfully built db06436ea96b [2020-09-23T17:59:13.649Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:59:13.970Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-23T17:59:13.970Z] . [Pipeline] withDockerContainer [2020-09-23T17:59:14.068Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T17:59:14.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-23T17:59:14.805Z] $ docker top fa810c3ee2172db47c5936427e510a0ddf8078e09532a6ce15686a1065ed9a98 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T17:59:15.309Z] + go version [2020-09-23T17:59:15.309Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-23T17:59:15.324Z] $ docker stop --time=1 fa810c3ee2172db47c5936427e510a0ddf8078e09532a6ce15686a1065ed9a98 [2020-09-23T17:59:16.664Z] $ docker rm -f fa810c3ee2172db47c5936427e510a0ddf8078e09532a6ce15686a1065ed9a98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:59:18.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:59:18.560Z] [2020-09-23T17:59:18.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:59:18.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:59:18.908Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-23T17:59:18.908Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-23T17:59:18.908Z] ca9280d653b3: Pulling fs layer [2020-09-23T17:59:18.908Z] 7e9c9ca2126c: Pulling fs layer [2020-09-23T17:59:19.171Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-23T17:59:19.171Z] cbdbe7a5bc2a: Download complete [2020-09-23T17:59:19.171Z] cbdbe7a5bc2a: Pull complete [2020-09-23T17:59:19.747Z] ca9280d653b3: Verifying Checksum [2020-09-23T17:59:19.747Z] ca9280d653b3: Download complete [2020-09-23T17:59:20.698Z] ca9280d653b3: Pull complete [2020-09-23T17:59:20.698Z] 7e9c9ca2126c: Download complete [2020-09-23T17:59:26.012Z] 7e9c9ca2126c: Pull complete [2020-09-23T17:59:26.012Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-23T17:59:26.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:59:26.012Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-23T17:59:26.152Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T17:59:26.199Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T17:59:29.326Z] $ docker top b7e06a843ce73cb4b26f1cbefeeb53619d5d54c75f0b615a9a3a1f258ea926b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T17:59:29.797Z] + docker-compose build --help [2020-09-23T17:59:29.797Z] + grep parallel [2020-09-23T17:59:30.742Z] --parallel Build images in parallel. [Pipeline] } [2020-09-23T17:59:30.759Z] $ docker stop --time=1 b7e06a843ce73cb4b26f1cbefeeb53619d5d54c75f0b615a9a3a1f258ea926b7 [2020-09-23T17:59:32.099Z] $ docker rm -f b7e06a843ce73cb4b26f1cbefeeb53619d5d54c75f0b615a9a3a1f258ea926b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T17:59:32.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-23T17:59:32.712Z] . [Pipeline] withDockerContainer [2020-09-23T17:59:32.804Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T17:59:32.853Z] $ 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/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T17:59:34.004Z] $ docker top d3a44f4013fd1849cfdd9b3054281c796b4bef1012ca1b454571d6d182baf6df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T17:59:34.699Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-23T17:59:35.642Z] Building docker-core-command-go ... [2020-09-23T17:59:35.643Z] Building docker-core-data-go ... [2020-09-23T17:59:35.643Z] Building docker-core-metadata-go ... [2020-09-23T17:59:35.643Z] Building docker-security-proxy-setup-go ... [2020-09-23T17:59:35.643Z] Building docker-security-secrets-setup-go ... [2020-09-23T17:59:35.643Z] Building docker-security-secretstore-setup-go ... [2020-09-23T17:59:35.643Z] Building docker-support-logging-go ... [2020-09-23T17:59:35.643Z] Building docker-support-notifications-go ... [2020-09-23T17:59:35.643Z] Building docker-support-scheduler-go ... [2020-09-23T17:59:35.643Z] Building docker-sys-mgmt-agent-go ... [2020-09-23T17:59:35.643Z] Building docker-support-notifications-go [2020-09-23T17:59:35.643Z] Building docker-security-secrets-setup-go [2020-09-23T17:59:35.643Z] Building docker-core-data-go [2020-09-23T17:59:35.643Z] Building docker-support-logging-go [2020-09-23T17:59:35.643Z] Building docker-core-command-go [2020-09-23T17:59:53.865Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:59:53.865Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:59:53.865Z] ---> db06436ea96b [2020-09-23T17:59:53.865Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T17:59:53.865Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:59:53.865Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-23T17:59:53.865Z] ---> db06436ea96b [2020-09-23T17:59:53.865Z] Step 3/29 : WORKDIR /edgex-go [2020-09-23T17:59:53.865Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:59:53.865Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:59:53.865Z] ---> db06436ea96b [2020-09-23T17:59:53.865Z] Step 3/24 : WORKDIR /edgex-go [2020-09-23T17:59:53.865Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:59:53.865Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:59:53.865Z] ---> db06436ea96b [2020-09-23T17:59:53.865Z] Step 3/23 : WORKDIR /edgex-go [2020-09-23T17:59:54.462Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T17:59:54.462Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T17:59:54.462Z] ---> db06436ea96b [2020-09-23T17:59:54.462Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T17:59:55.036Z] ---> Running in 99219d9e4216 [2020-09-23T17:59:55.036Z] ---> Running in e5d396ce90ee [2020-09-23T17:59:55.036Z] ---> Running in 9c905d711fee [2020-09-23T17:59:55.036Z] ---> Running in de3669b43631 [2020-09-23T17:59:55.036Z] ---> Running in 9bbd2f288036 [2020-09-23T17:59:55.300Z] Removing intermediate container 9c905d711fee [2020-09-23T17:59:55.300Z] ---> 1a6bfed7c33f [2020-09-23T17:59:55.300Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:59:55.300Z] Removing intermediate container e5d396ce90ee [2020-09-23T17:59:55.300Z] ---> 1c16ea0d7e2d [2020-09-23T17:59:55.300Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:59:55.300Z] Removing intermediate container de3669b43631 [2020-09-23T17:59:55.300Z] ---> f1cbe82c790a [2020-09-23T17:59:55.300Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:59:55.300Z] Removing intermediate container 9bbd2f288036 [2020-09-23T17:59:55.300Z] ---> 3ebd44b61e64 [2020-09-23T17:59:55.300Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T17:59:55.561Z] Removing intermediate container 99219d9e4216 [2020-09-23T17:59:55.561Z] ---> 8171ded97ca4 [2020-09-23T17:59:55.561Z] Step 4/29 : RUN apk update && apk add make git [2020-09-23T17:59:55.561Z] ---> Running in 877a1c6de22c [2020-09-23T17:59:55.561Z] ---> Running in d83426c75d46 [2020-09-23T17:59:55.561Z] ---> Running in a16f92d8aee9 [2020-09-23T17:59:55.561Z] ---> Running in e4b7a0a6a8d1 [2020-09-23T17:59:55.561Z] ---> Running in a9d424579ce8 [2020-09-23T17:59:56.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:57.542Z] Removing intermediate container 877a1c6de22c [2020-09-23T17:59:57.542Z] ---> f454c5b0a76e [2020-09-23T17:59:57.542Z] Step 5/22 : RUN apk update && apk add make git [2020-09-23T17:59:57.542Z] Removing intermediate container a16f92d8aee9 [2020-09-23T17:59:57.542Z] ---> 3ca767047d9f [2020-09-23T17:59:57.542Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-23T17:59:57.542Z] ---> Running in a6b52f2b66d6 [2020-09-23T17:59:57.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:57.805Z] ---> Running in ff6f20e0f373 [2020-09-23T17:59:58.068Z] Removing intermediate container d83426c75d46 [2020-09-23T17:59:58.068Z] ---> 311c58cf998a [2020-09-23T17:59:58.068Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-23T17:59:58.068Z] Removing intermediate container e4b7a0a6a8d1 [2020-09-23T17:59:58.068Z] ---> 9acd4e807a5a [2020-09-23T17:59:58.068Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-23T17:59:58.331Z] ---> Running in ce05b4fb45f7 [2020-09-23T17:59:58.331Z] ---> Running in 4e210ed7dce6 [2020-09-23T17:59:58.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:58.331Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:59:58.331Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:59:58.331Z] OK: 12751 distinct packages available [2020-09-23T17:59:58.593Z] OK: 233 MiB in 51 packages [2020-09-23T17:59:58.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:59.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:59.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:59.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:59.173Z] Removing intermediate container a9d424579ce8 [2020-09-23T17:59:59.173Z] ---> 5920b612d9c4 [2020-09-23T17:59:59.173Z] Step 5/29 : COPY go.mod . [2020-09-23T17:59:59.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:59.434Z] ---> 0c1fa271fc2d [2020-09-23T17:59:59.434Z] Step 6/29 : RUN go mod download [2020-09-23T17:59:59.434Z] ---> Running in 4d34fffd5df4 [2020-09-23T17:59:59.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:59.696Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T17:59:59.696Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T17:59:59.696Z] OK: 12751 distinct packages available [2020-09-23T17:59:59.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T17:59:59.966Z] OK: 233 MiB in 51 packages [2020-09-23T18:00:00.235Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:00:00.235Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:00:00.235Z] OK: 12751 distinct packages available [2020-09-23T18:00:00.498Z] OK: 233 MiB in 51 packages [2020-09-23T18:00:00.498Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:00:00.498Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:00:00.498Z] OK: 12751 distinct packages available [2020-09-23T18:00:00.498Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:00:00.498Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:00:00.498Z] OK: 12751 distinct packages available [2020-09-23T18:00:00.498Z] Removing intermediate container a6b52f2b66d6 [2020-09-23T18:00:00.498Z] ---> 3ddf45931c3f [2020-09-23T18:00:00.498Z] Step 6/22 : COPY go.mod . [2020-09-23T18:00:00.765Z] OK: 233 MiB in 51 packages [2020-09-23T18:00:00.765Z] OK: 233 MiB in 51 packages [2020-09-23T18:00:01.030Z] ---> c36ea07924ce [2020-09-23T18:00:01.030Z] Step 7/22 : RUN go mod download [2020-09-23T18:00:01.030Z] OK: 233 MiB in 51 packages [2020-09-23T18:00:01.030Z] ---> Running in 06c999090417 [2020-09-23T18:00:01.301Z] Removing intermediate container ff6f20e0f373 [2020-09-23T18:00:01.301Z] ---> 4e7763c91a3b [2020-09-23T18:00:01.301Z] Step 6/24 : COPY go.mod . [2020-09-23T18:00:01.564Z] Removing intermediate container 4d34fffd5df4 [2020-09-23T18:00:01.564Z] ---> 52e414b0ac54 [2020-09-23T18:00:01.564Z] Step 7/29 : COPY . . [2020-09-23T18:00:01.829Z] ---> e66645a268fe [2020-09-23T18:00:01.829Z] Step 7/24 : RUN go mod download [2020-09-23T18:00:02.434Z] Removing intermediate container 4e210ed7dce6 [2020-09-23T18:00:02.434Z] ---> d6dd7fc04893 [2020-09-23T18:00:02.434Z] Step 6/23 : COPY go.mod . [2020-09-23T18:00:02.698Z] ---> Running in ba89670d45db [2020-09-23T18:00:04.095Z] Removing intermediate container ce05b4fb45f7 [2020-09-23T18:00:04.095Z] ---> e04ffd50e87d [2020-09-23T18:00:04.095Z] Step 6/22 : COPY go.mod . [2020-09-23T18:00:04.673Z] ---> 095e6ae3d3d9 [2020-09-23T18:00:04.673Z] Step 7/23 : RUN go mod download [2020-09-23T18:00:05.631Z] ---> e026eff34340 [2020-09-23T18:00:05.631Z] Step 7/22 : RUN go mod download [2020-09-23T18:00:05.631Z] ---> Running in 72226604f4bd [2020-09-23T18:00:07.029Z] ---> Running in 8d27161cfb81 [2020-09-23T18:00:07.029Z] Removing intermediate container 06c999090417 [2020-09-23T18:00:07.029Z] ---> b97d12364a91 [2020-09-23T18:00:07.029Z] Step 8/22 : COPY . . [2020-09-23T18:00:13.657Z] Removing intermediate container ba89670d45db [2020-09-23T18:00:13.657Z] ---> 691c65482398 [2020-09-23T18:00:13.657Z] Step 8/24 : COPY . . [2020-09-23T18:00:17.983Z] Removing intermediate container 72226604f4bd [2020-09-23T18:00:17.983Z] ---> 7bbd4cd3a565 [2020-09-23T18:00:17.983Z] Step 8/23 : COPY . . [2020-09-23T18:00:24.596Z] ---> 0af55482f383 [2020-09-23T18:00:24.596Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-23T18:00:24.596Z] Removing intermediate container 8d27161cfb81 [2020-09-23T18:00:24.596Z] ---> 66f84a1c7325 [2020-09-23T18:00:24.596Z] Step 8/22 : COPY . . [2020-09-23T18:00:24.596Z] ---> Running in 3136454adfc3 [2020-09-23T18:00:29.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-23T18:00:31.143Z] ---> de16ba19293e [2020-09-23T18:00:31.143Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-23T18:00:35.379Z] ---> Running in e85880df9348 [2020-09-23T18:00:36.818Z] ---> 2fc9b16d6ac1 [2020-09-23T18:00:36.818Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-23T18:00:37.100Z] ---> 7ff23e040b41 [2020-09-23T18:00:37.100Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-23T18:00:37.100Z] ---> Running in a952c7eda010 [2020-09-23T18:00:37.393Z] ---> Running in e82be30c0be6 [2020-09-23T18:00:38.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-command/core-command ./cmd/core-command [2020-09-23T18:00:39.808Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-data/core-data ./cmd/core-data [2020-09-23T18:00:39.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-23T18:00:40.432Z] ---> 0ff04b3d8f49 [2020-09-23T18:00:40.432Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-23T18:00:40.432Z] ---> Running in f58670a4f082 [2020-09-23T18:00:41.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-23T18:00:56.441Z] Removing intermediate container 3136454adfc3 [2020-09-23T18:00:56.441Z] ---> 7c4b31ae0747 [2020-09-23T18:00:56.441Z] [2020-09-23T18:00:56.442Z] Step 9/29 : FROM alpine:latest [2020-09-23T18:00:56.824Z] latest: Pulling from library/alpine [2020-09-23T18:00:58.051Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-23T18:00:58.051Z] Status: Downloaded newer image for alpine:latest [2020-09-23T18:00:58.051Z] ---> a24bb4013296 [2020-09-23T18:00:58.051Z] 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-23T18:00:58.325Z] ---> Running in 75fc692adddb [2020-09-23T18:00:58.594Z] Removing intermediate container 75fc692adddb [2020-09-23T18:00:58.594Z] ---> 78da890aa053 [2020-09-23T18:00:58.594Z] Step 11/29 : USER root [2020-09-23T18:00:58.594Z] ---> Running in ab38b37a4ac8 [2020-09-23T18:00:58.869Z] Removing intermediate container ab38b37a4ac8 [2020-09-23T18:00:58.870Z] ---> abd8cf3a96c7 [2020-09-23T18:00:58.870Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-23T18:00:58.870Z] ---> Running in b25664a80df1 [2020-09-23T18:01:00.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:00.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:00.297Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:01:00.297Z] v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:01:00.297Z] OK: 12749 distinct packages available [2020-09-23T18:01:00.898Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-23T18:01:00.898Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-23T18:01:00.898Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:01:00.898Z] Executing ca-certificates-20191127-r4.trigger [2020-09-23T18:01:00.898Z] OK: 6 MiB in 16 packages [2020-09-23T18:01:02.858Z] Removing intermediate container b25664a80df1 [2020-09-23T18:01:02.859Z] ---> b60465389de3 [2020-09-23T18:01:02.859Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-23T18:01:03.128Z] ---> Running in 1ac825079a9c [2020-09-23T18:01:03.395Z] Removing intermediate container 1ac825079a9c [2020-09-23T18:01:03.396Z] ---> a6a81c1b66f7 [2020-09-23T18:01:03.396Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-23T18:01:05.355Z] ---> Running in 8eb364a6b3e0 [2020-09-23T18:01:05.943Z] Removing intermediate container 8eb364a6b3e0 [2020-09-23T18:01:05.943Z] ---> b8b21e5feb1c [2020-09-23T18:01:05.943Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-23T18:01:06.534Z] ---> Running in 035d57fa2f99 [2020-09-23T18:01:08.528Z] Removing intermediate container 035d57fa2f99 [2020-09-23T18:01:08.528Z] ---> fc8bccf10cb8 [2020-09-23T18:01:08.528Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-23T18:01:09.521Z] ---> fc470884f00c [2020-09-23T18:01:09.521Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-23T18:01:12.890Z] ---> c5afc3da569d [2020-09-23T18:01:12.890Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-23T18:01:13.156Z] Removing intermediate container f58670a4f082 [2020-09-23T18:01:13.156Z] ---> 44d9672892ae [2020-09-23T18:01:13.156Z] [2020-09-23T18:01:13.156Z] Step 10/22 : FROM scratch [2020-09-23T18:01:13.156Z] ---> [2020-09-23T18:01:13.156Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-23T18:01:13.156Z] Removing intermediate container a952c7eda010 [2020-09-23T18:01:13.156Z] ---> c6c378c11f2c [2020-09-23T18:01:13.156Z] [2020-09-23T18:01:13.156Z] Step 10/24 : FROM scratch [2020-09-23T18:01:13.156Z] ---> [2020-09-23T18:01:13.156Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-23T18:01:13.156Z] Removing intermediate container e85880df9348 [2020-09-23T18:01:13.156Z] ---> 3dc0374e77c4 [2020-09-23T18:01:13.156Z] [2020-09-23T18:01:13.156Z] Step 10/22 : FROM scratch [2020-09-23T18:01:13.156Z] ---> [2020-09-23T18:01:13.156Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:01:14.117Z] ---> Running in 1d9283b56d60 [2020-09-23T18:01:14.117Z] ---> f032bf275c17 [2020-09-23T18:01:14.118Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-23T18:01:14.118Z] ---> Running in 0271078dd5c8 [2020-09-23T18:01:14.118Z] ---> Running in ae41b6dc4f62 [2020-09-23T18:01:14.392Z] Removing intermediate container 1d9283b56d60 [2020-09-23T18:01:14.392Z] ---> 814b385d1234 [2020-09-23T18:01:14.392Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-23T18:01:14.392Z] Removing intermediate container 0271078dd5c8 [2020-09-23T18:01:14.392Z] ---> 190c0bacf188 [2020-09-23T18:01:14.392Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-23T18:01:14.392Z] Removing intermediate container ae41b6dc4f62 [2020-09-23T18:01:14.392Z] ---> ad94b88e2673 [2020-09-23T18:01:14.392Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-23T18:01:14.657Z] ---> Running in 25efe08046e8 [2020-09-23T18:01:14.657Z] ---> Running in 11352b8614fa [2020-09-23T18:01:14.657Z] ---> Running in 9e5d295613f8 [2020-09-23T18:01:14.657Z] ---> 061b9b8b7f2f [2020-09-23T18:01:14.657Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-23T18:01:14.928Z] Removing intermediate container 25efe08046e8 [2020-09-23T18:01:14.929Z] ---> 19d8ae8d4c2d [2020-09-23T18:01:14.929Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T18:01:14.929Z] Removing intermediate container 11352b8614fa [2020-09-23T18:01:14.929Z] ---> c329cec478a3 [2020-09-23T18:01:14.929Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T18:01:14.929Z] Removing intermediate container 9e5d295613f8 [2020-09-23T18:01:14.929Z] ---> 965f78e1d5a5 [2020-09-23T18:01:14.929Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-23T18:01:14.929Z] ---> Running in 149ae7700e10 [2020-09-23T18:01:14.929Z] ---> Running in ccc813e32ff1 [2020-09-23T18:01:14.929Z] ---> Running in 535b316878cd [2020-09-23T18:01:14.929Z] ---> 689a02cbf2ae [2020-09-23T18:01:14.929Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-23T18:01:15.196Z] ---> Running in af4a591279d1 [2020-09-23T18:01:15.461Z] Removing intermediate container 535b316878cd [2020-09-23T18:01:15.461Z] ---> 664df2f4d9a8 [2020-09-23T18:01:15.461Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-23T18:01:15.461Z] Removing intermediate container ccc813e32ff1 [2020-09-23T18:01:15.461Z] ---> d454a265999a [2020-09-23T18:01:15.461Z] Step 14/22 : WORKDIR / [2020-09-23T18:01:16.040Z] Removing intermediate container 149ae7700e10 [2020-09-23T18:01:16.040Z] ---> f4eb0056e90b [2020-09-23T18:01:16.040Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-23T18:01:16.316Z] ---> Running in b47f783b66e5 [2020-09-23T18:01:16.316Z] ---> 53e2ca9aa744 [2020-09-23T18:01:16.316Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-23T18:01:16.594Z] ---> 4d31b123de7a [2020-09-23T18:01:16.594Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-23T18:01:16.594Z] Removing intermediate container b47f783b66e5 [2020-09-23T18:01:16.594Z] ---> 3520db3cb633 [2020-09-23T18:01:16.594Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-23T18:01:16.865Z] ---> 79e3a49ec58a [2020-09-23T18:01:16.865Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-23T18:01:17.831Z] ---> a00a1f5ae33a [2020-09-23T18:01:17.831Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-23T18:01:19.763Z] ---> 4413e5a361ff [2020-09-23T18:01:19.763Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-23T18:01:19.763Z] ---> d952e95bf12f [2020-09-23T18:01:19.763Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-23T18:01:19.763Z] Removing intermediate container e82be30c0be6 [2020-09-23T18:01:19.763Z] ---> 99ec0d64d422 [2020-09-23T18:01:19.764Z] [2020-09-23T18:01:19.764Z] Step 10/23 : FROM alpine [2020-09-23T18:01:19.764Z] ---> a24bb4013296 [2020-09-23T18:01:19.764Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:01:19.764Z] ---> a17085f48556 [2020-09-23T18:01:19.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-23T18:01:19.764Z] ---> Running in c61dde4b74d9 [2020-09-23T18:01:20.032Z] ---> e4985e957a0b [2020-09-23T18:01:20.032Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-23T18:01:20.300Z] ---> Running in 1f4a6f18302a [2020-09-23T18:01:20.300Z] ---> 06b1882058fd [2020-09-23T18:01:20.300Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-23T18:01:20.300Z] Removing intermediate container c61dde4b74d9 [2020-09-23T18:01:20.300Z] ---> ab1810f1a6c1 [2020-09-23T18:01:20.300Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-23T18:01:20.300Z] ---> 042de940e101 [2020-09-23T18:01:20.300Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-23T18:01:20.300Z] Removing intermediate container af4a591279d1 [2020-09-23T18:01:20.300Z] ---> 089fc6913cc4 [2020-09-23T18:01:20.300Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-23T18:01:20.566Z] ---> Running in ceead6b67fe0 [2020-09-23T18:01:20.566Z] ---> Running in 1a0b833230a7 [2020-09-23T18:01:20.566Z] Removing intermediate container 1f4a6f18302a [2020-09-23T18:01:20.566Z] ---> f8c8588ccf01 [2020-09-23T18:01:20.566Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:01:20.835Z] ---> 80c16c13f734 [2020-09-23T18:01:20.835Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-23T18:01:20.835Z] ---> 6929308e547d [2020-09-23T18:01:20.835Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-23T18:01:20.835Z] Removing intermediate container ceead6b67fe0 [2020-09-23T18:01:20.835Z] ---> 6e068be82bf3 [2020-09-23T18:01:20.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:01:20.835Z] ---> Running in 72efce4ec5ee [2020-09-23T18:01:20.835Z] Removing intermediate container 1a0b833230a7 [2020-09-23T18:01:20.835Z] ---> e53f956756e8 [2020-09-23T18:01:20.835Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-23T18:01:21.099Z] ---> Running in 9582a8f8932b [2020-09-23T18:01:21.362Z] ---> Running in 9c105cac59ad [2020-09-23T18:01:21.362Z] ---> Running in a2d22094a8df [2020-09-23T18:01:21.944Z] ---> 78e295b8cbf0 [2020-09-23T18:01:21.944Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-23T18:01:21.944Z] Removing intermediate container 72efce4ec5ee [2020-09-23T18:01:21.944Z] ---> 8962223bacb5 [2020-09-23T18:01:21.944Z] Step 20/22 : LABEL arch=x86_64 [2020-09-23T18:01:21.944Z] Removing intermediate container 9c105cac59ad [2020-09-23T18:01:21.944Z] ---> bf27ead864fe [2020-09-23T18:01:21.944Z] Step 20/22 : LABEL arch=x86_64 [2020-09-23T18:01:21.944Z] Removing intermediate container a2d22094a8df [2020-09-23T18:01:21.944Z] ---> 5e41ec381a05 [2020-09-23T18:01:21.944Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:01:22.206Z] ---> Running in cd78ac44e7d4 [2020-09-23T18:01:22.206Z] ---> Running in 2ac232572d58 [2020-09-23T18:01:22.206Z] ---> Running in ad338e3d674d [2020-09-23T18:01:22.206Z] ---> 8b3e93750701 [2020-09-23T18:01:22.206Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-23T18:01:22.476Z] ---> Running in 5249a02a8fc4 [2020-09-23T18:01:22.742Z] Removing intermediate container cd78ac44e7d4 [2020-09-23T18:01:22.742Z] ---> e4c3681489fd [2020-09-23T18:01:22.742Z] Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:01:22.742Z] Removing intermediate container 9582a8f8932b [2020-09-23T18:01:22.742Z] ---> afee30d388db [2020-09-23T18:01:22.742Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-23T18:01:22.742Z] Removing intermediate container 2ac232572d58 [2020-09-23T18:01:22.742Z] ---> b76312138a12 [2020-09-23T18:01:22.742Z] Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:01:22.742Z] ---> Running in a8d156849471 [2020-09-23T18:01:23.013Z] ---> Running in 28911e4fb189 [2020-09-23T18:01:23.013Z] ---> Running in 32634ec59570 [2020-09-23T18:01:23.013Z] Removing intermediate container 5249a02a8fc4 [2020-09-23T18:01:23.013Z] ---> d4ee484a9c14 [2020-09-23T18:01:23.013Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:01:23.284Z] Removing intermediate container a8d156849471 [2020-09-23T18:01:23.285Z] ---> 9e11f08abbd3 [2020-09-23T18:01:23.285Z] Step 22/22 : LABEL version=1.2.2-dev.30 [2020-09-23T18:01:23.285Z] ---> Running in 896c0db242c8 [2020-09-23T18:01:23.551Z] Removing intermediate container 28911e4fb189 [2020-09-23T18:01:23.551Z] ---> c388c9781f05 [2020-09-23T18:01:23.551Z] Step 22/22 : LABEL version=1.2.2-dev.30 [2020-09-23T18:01:24.137Z] ---> Running in fda183ba2511 [2020-09-23T18:01:24.401Z] ---> Running in 91e6be0f7931 [2020-09-23T18:01:24.402Z] Removing intermediate container 896c0db242c8 [2020-09-23T18:01:24.402Z] ---> 247938827b5c [2020-09-23T18:01:24.402Z] Step 22/24 : LABEL arch=x86_64 [2020-09-23T18:01:24.667Z] ---> Running in 7d8910b32120 [2020-09-23T18:01:24.667Z] Removing intermediate container ad338e3d674d [2020-09-23T18:01:24.667Z] ---> 1509ec273063 [2020-09-23T18:01:24.667Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-23T18:01:24.933Z] Removing intermediate container fda183ba2511 [2020-09-23T18:01:24.933Z] ---> fc8e64583078 [2020-09-23T18:01:24.933Z] [2020-09-23T18:01:24.933Z] Removing intermediate container 91e6be0f7931 [2020-09-23T18:01:24.933Z] ---> 05fe19009b76 [2020-09-23T18:01:24.933Z] [2020-09-23T18:01:24.933Z] Successfully built fc8e64583078 [2020-09-23T18:01:24.933Z] Successfully built 05fe19009b76 [2020-09-23T18:01:24.933Z] ---> Running in b485f45bcc47 [2020-09-23T18:01:24.933Z] Successfully tagged docker-support-logging-go:latest [2020-09-23T18:01:24.933Z] Successfully tagged docker-core-command-go:latest [2020-09-23T18:01:24.933Z] Building docker-core-metadata-go [2020-09-23T18:01:24.933Z] Building docker-support-scheduler-go [2020-09-23T18:01:24.933Z] Removing intermediate container 7d8910b32120 [2020-09-23T18:01:24.933Z] ---> 34c8928d7f19 [2020-09-23T18:01:24.933Z] Step 23/24 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:01:25.212Z]  Building docker-support-logging-go ... done  Building docker-core-command-go ... done  ---> Running in b9c165e56c21 [2020-09-23T18:01:25.480Z] Removing intermediate container 32634ec59570 [2020-09-23T18:01:25.480Z] ---> 9190114162c9 [2020-09-23T18:01:25.480Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-23T18:01:25.480Z] ---> Running in 0d42f0565946 [2020-09-23T18:01:25.747Z] Removing intermediate container b9c165e56c21 [2020-09-23T18:01:25.747Z] ---> 82f9eef05ad2 [2020-09-23T18:01:25.747Z] Step 24/24 : LABEL version=1.2.2-dev.30 [2020-09-23T18:01:25.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:26.020Z] ---> Running in 3e076e40fb05 [2020-09-23T18:01:26.020Z] Removing intermediate container 0d42f0565946 [2020-09-23T18:01:26.020Z] ---> 744bbfe7fa2f [2020-09-23T18:01:26.020Z] Step 26/29 : CMD [ "generate" ] [2020-09-23T18:01:26.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:28.913Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-23T18:01:28.913Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-23T18:01:28.913Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-23T18:01:29.511Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-23T18:01:30.105Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-23T18:01:30.105Z] ---> Running in 31b6dd989763 [2020-09-23T18:01:30.105Z] Removing intermediate container 3e076e40fb05 [2020-09-23T18:01:30.105Z] ---> 1121002ca0f1 [2020-09-23T18:01:30.105Z] [2020-09-23T18:01:30.105Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:01:30.375Z] OK: 8 MiB in 19 packages [2020-09-23T18:01:30.375Z] Successfully built 1121002ca0f1 [2020-09-23T18:01:30.375Z] Successfully tagged docker-support-notifications-go:latest [2020-09-23T18:01:30.375Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-09-23T18:01:30.648Z] Removing intermediate container 31b6dd989763 [2020-09-23T18:01:30.648Z] ---> e35e2dd9d078 [2020-09-23T18:01:30.648Z] Step 27/29 : LABEL arch=x86_64 [2020-09-23T18:01:30.648Z] ---> Running in 0ff7266f6b5d [2020-09-23T18:01:34.118Z] Removing intermediate container 0ff7266f6b5d [2020-09-23T18:01:34.119Z] ---> b3dfcf686fb2 [2020-09-23T18:01:34.119Z] Step 28/29 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:01:35.128Z] ---> Running in d28b4634c644 [2020-09-23T18:01:35.778Z] Removing intermediate container b485f45bcc47 [2020-09-23T18:01:35.778Z] ---> 450719ce6c80 [2020-09-23T18:01:35.778Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-23T18:01:36.847Z] Removing intermediate container d28b4634c644 [2020-09-23T18:01:36.847Z] ---> a0a65c597df7 [2020-09-23T18:01:36.847Z] Step 29/29 : LABEL version=1.2.2-dev.30 [2020-09-23T18:01:37.892Z] ---> Running in 00b0eea5ddfb [2020-09-23T18:01:38.539Z] ---> a34f5dc215c1 [2020-09-23T18:01:38.539Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-23T18:01:38.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:01:38.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:01:38.539Z] ---> db06436ea96b [2020-09-23T18:01:38.539Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T18:01:38.539Z] ---> Using cache [2020-09-23T18:01:38.539Z] ---> 8171ded97ca4 [2020-09-23T18:01:38.539Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:01:39.562Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:01:39.562Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:01:39.562Z] ---> db06436ea96b [2020-09-23T18:01:39.562Z] Step 3/21 : WORKDIR /edgex-go [2020-09-23T18:01:39.562Z] ---> Using cache [2020-09-23T18:01:39.562Z] ---> 8171ded97ca4 [2020-09-23T18:01:39.562Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:01:41.039Z] ---> Running in d8a4e42b0d95 [2020-09-23T18:01:41.039Z] ---> Running in bbd866fac725 [2020-09-23T18:01:41.039Z] Removing intermediate container 00b0eea5ddfb [2020-09-23T18:01:41.039Z] ---> 3a74bef79720 [2020-09-23T18:01:41.039Z] [2020-09-23T18:01:41.039Z] ---> f576a1a3b269 [2020-09-23T18:01:41.039Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-23T18:01:41.039Z] Successfully built 3a74bef79720 [2020-09-23T18:01:41.319Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-23T18:01:41.319Z] Building docker-security-secretstore-setup-go [2020-09-23T18:01:41.642Z]  Building docker-security-secrets-setup-go ... done  ---> 339fc45e35a1 [2020-09-23T18:01:41.642Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-23T18:01:44.384Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:01:44.384Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:01:44.384Z] ---> db06436ea96b [2020-09-23T18:01:44.384Z] Step 3/20 : WORKDIR /edgex-go [2020-09-23T18:01:44.384Z] ---> Using cache [2020-09-23T18:01:44.384Z] ---> 8171ded97ca4 [2020-09-23T18:01:44.384Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:01:44.988Z] ---> Running in cc5a077d883f [2020-09-23T18:01:44.988Z] ---> Running in 5f9bd1e69c59 [2020-09-23T18:01:45.265Z] Removing intermediate container cc5a077d883f [2020-09-23T18:01:45.265Z] ---> 877bed4a4496 [2020-09-23T18:01:45.265Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:01:45.547Z] ---> Running in 1afc13647d8b [2020-09-23T18:01:45.851Z] Removing intermediate container bbd866fac725 [2020-09-23T18:01:45.851Z] ---> 1ec351158239 [2020-09-23T18:01:45.851Z] Step 5/21 : RUN apk update && apk add make git [2020-09-23T18:01:46.871Z] Removing intermediate container 1afc13647d8b [2020-09-23T18:01:46.871Z] ---> aa8d1a2e2bfa [2020-09-23T18:01:46.871Z] Step 21/23 : LABEL arch=x86_64 [2020-09-23T18:01:46.871Z] ---> Running in 9d8e3b3356ed [2020-09-23T18:01:46.871Z] Removing intermediate container d8a4e42b0d95 [2020-09-23T18:01:46.871Z] ---> 682cc7aa5b15 [2020-09-23T18:01:46.871Z] Step 5/22 : RUN apk update && apk add make git [2020-09-23T18:01:47.162Z] ---> Running in 11663093661a [2020-09-23T18:01:48.327Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:01:48.327Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:01:48.614Z] ---> Running in a565a4600fe6 [2020-09-23T18:01:48.614Z] ---> db06436ea96b [2020-09-23T18:01:48.614Z] Step 3/26 : WORKDIR /edgex-go [2020-09-23T18:01:48.614Z] ---> Using cache [2020-09-23T18:01:48.614Z] ---> 8171ded97ca4 [2020-09-23T18:01:48.614Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:01:48.614Z] ---> Using cache [2020-09-23T18:01:48.879Z] ---> 682cc7aa5b15 [2020-09-23T18:01:48.879Z] Step 5/26 : RUN apk update && apk add make git [2020-09-23T18:01:49.838Z] Removing intermediate container 11663093661a [2020-09-23T18:01:49.838Z] ---> c8f6a0176388 [2020-09-23T18:01:49.838Z] Step 22/23 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:01:49.838Z] ---> Running in 26bb0dcb5b0a [2020-09-23T18:01:49.838Z] ---> Running in c07fd00021b5 [2020-09-23T18:01:50.104Z] Removing intermediate container 5f9bd1e69c59 [2020-09-23T18:01:50.104Z] ---> 348ecf3d4376 [2020-09-23T18:01:50.104Z] Step 5/20 : RUN apk update && apk add make git [2020-09-23T18:01:50.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:50.372Z] ---> Running in aaad3b1eff7b [2020-09-23T18:01:50.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:50.372Z] Removing intermediate container c07fd00021b5 [2020-09-23T18:01:50.372Z] ---> 73f25b5daa67 [2020-09-23T18:01:50.372Z] Step 23/23 : LABEL version=1.2.2-dev.30 [2020-09-23T18:01:50.647Z] ---> Running in f2b988048e5d [2020-09-23T18:01:50.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:50.647Z] Removing intermediate container f2b988048e5d [2020-09-23T18:01:50.647Z] ---> 9635a946a5e0 [2020-09-23T18:01:50.647Z] [2020-09-23T18:01:50.913Z] Successfully built 9635a946a5e0 [2020-09-23T18:01:50.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:50.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:50.913Z] Successfully tagged docker-core-data-go:latest [2020-09-23T18:01:50.913Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2020-09-23T18:01:50.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:51.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:51.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:01:51.503Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:01:51.503Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:01:51.503Z] OK: 12751 distinct packages available [2020-09-23T18:01:51.769Z] OK: 233 MiB in 51 packages [2020-09-23T18:01:52.039Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:01:52.039Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:01:52.039Z] OK: 12751 distinct packages available [2020-09-23T18:01:52.039Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:01:52.039Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:01:52.039Z] OK: 12751 distinct packages available [2020-09-23T18:01:52.316Z] OK: 233 MiB in 51 packages [2020-09-23T18:01:52.316Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:01:52.316Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:01:52.316Z] OK: 12751 distinct packages available [2020-09-23T18:01:52.316Z] OK: 233 MiB in 51 packages [2020-09-23T18:01:52.589Z] OK: 233 MiB in 51 packages [2020-09-23T18:01:54.058Z] Removing intermediate container a565a4600fe6 [2020-09-23T18:01:54.058Z] ---> 05dcd4121533 [2020-09-23T18:01:54.058Z] Step 6/22 : COPY go.mod . [2020-09-23T18:01:54.058Z] Removing intermediate container 9d8e3b3356ed [2020-09-23T18:01:54.058Z] ---> 807e78f242fa [2020-09-23T18:01:54.058Z] Step 6/21 : COPY go.mod . [2020-09-23T18:01:54.058Z] Removing intermediate container 26bb0dcb5b0a [2020-09-23T18:01:54.058Z] ---> f752fd62e9e8 [2020-09-23T18:01:54.058Z] Step 6/26 : COPY go.mod . [2020-09-23T18:01:54.644Z] Removing intermediate container aaad3b1eff7b [2020-09-23T18:01:54.644Z] ---> 977d49ff2157 [2020-09-23T18:01:54.644Z] Step 6/20 : COPY go.mod . [2020-09-23T18:01:54.910Z] ---> 02f0f09b2664 [2020-09-23T18:01:54.910Z] Step 7/26 : RUN go mod download [2020-09-23T18:01:54.910Z] ---> 9861731ff3f3 [2020-09-23T18:01:54.910Z] Step 7/22 : RUN go mod download [2020-09-23T18:01:55.184Z] ---> 4c4ef0c233eb [2020-09-23T18:01:55.184Z] Step 7/21 : RUN go mod download [2020-09-23T18:01:55.184Z] ---> Running in 9132d8ed8705 [2020-09-23T18:01:55.184Z] ---> Running in 426fc9f705f4 [2020-09-23T18:01:55.184Z] ---> 74e53047514f [2020-09-23T18:01:55.184Z] Step 7/20 : RUN go mod download [2020-09-23T18:01:55.184Z] ---> Running in aed1baeb8d6a [2020-09-23T18:01:55.458Z] ---> Running in 1496ab4ff426 [2020-09-23T18:01:58.849Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:01:58.849Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:01:59.114Z] ---> db06436ea96b [2020-09-23T18:01:59.114Z] Step 3/27 : WORKDIR /edgex-go [2020-09-23T18:01:59.114Z] ---> Using cache [2020-09-23T18:01:59.114Z] ---> 8171ded97ca4 [2020-09-23T18:01:59.114Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:01:59.114Z] ---> Using cache [2020-09-23T18:01:59.114Z] ---> 348ecf3d4376 [2020-09-23T18:01:59.114Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-23T18:01:59.379Z] Removing intermediate container 9132d8ed8705 [2020-09-23T18:01:59.379Z] ---> d95453a9703d [2020-09-23T18:01:59.379Z] Step 8/22 : COPY . . [2020-09-23T18:01:59.647Z] Removing intermediate container 426fc9f705f4 [2020-09-23T18:01:59.647Z] ---> f3736543874c [2020-09-23T18:01:59.647Z] Step 8/21 : COPY . . [2020-09-23T18:01:59.647Z] ---> Running in 379352e173ae [2020-09-23T18:01:59.647Z] Removing intermediate container 1496ab4ff426 [2020-09-23T18:01:59.647Z] ---> 78f51c41fb85 [2020-09-23T18:01:59.647Z] Step 8/20 : COPY . . [2020-09-23T18:02:00.372Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1044 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-23T18:02:00.490Z] Running in /w/workspace/edgex-go/145 [Pipeline] { [Pipeline] checkout [2020-09-23T18:02:03.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:02:04.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:02:05.121Z] Removing intermediate container aed1baeb8d6a [2020-09-23T18:02:05.121Z] ---> 404aae1cbd60 [2020-09-23T18:02:05.121Z] Step 8/26 : COPY . . [2020-09-23T18:02:05.611Z] using credential edgex-jenkins-ssh [2020-09-23T18:02:05.670Z] Cloning the remote Git repository [2020-09-23T18:02:05.670Z] Cloning with configured refspecs honoured and without tags [2020-09-23T18:02:05.694Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:02:05.694Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:02:05.694Z] OK: 12751 distinct packages available [2020-09-23T18:02:05.737Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-23T18:02:05.960Z] OK: 233 MiB in 51 packages [2020-09-23T18:02:05.856Z] > git init /w/workspace/edgex-go/145 # timeout=10 [2020-09-23T18:02:05.930Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-23T18:02:05.930Z] > git --version # timeout=10 [2020-09-23T18:02:05.952Z] > git --version # 'git version 2.17.1' [2020-09-23T18:02:05.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-23T18:02:06.003Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T18:02:19.756Z] Fetching without tags [2020-09-23T18:02:20.234Z] Checking out Revision 855c38c39ef34412bad8449468666c22fd9242b9 (master) [2020-09-23T18:02:20.928Z] Removing intermediate container 379352e173ae [2020-09-23T18:02:20.928Z] ---> 26e0c6431660 [2020-09-23T18:02:20.928Z] Step 6/27 : COPY go.mod . [2020-09-23T18:02:19.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-23T18:02:19.718Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T18:02:19.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-23T18:02:19.771Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-23T18:02:19.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-23T18:02:19.783Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-23T18:02:20.257Z] > git config core.sparsecheckout # timeout=10 [2020-09-23T18:02:20.279Z] > git checkout -f 855c38c39ef34412bad8449468666c22fd9242b9 # timeout=10 [2020-09-23T18:02:21.514Z] ---> 0c6a900d2515 [2020-09-23T18:02:21.514Z] Step 7/27 : RUN go mod download [2020-09-23T18:02:24.074Z] ---> Running in d3a39f2a7079 [2020-09-23T18:02:24.651Z] ---> b98823287790 [2020-09-23T18:02:24.651Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-23T18:02:24.651Z] ---> 5019fd2ce55e [2020-09-23T18:02:24.651Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-23T18:02:24.651Z] ---> 622a6aec3333 [2020-09-23T18:02:24.651Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-23T18:02:24.651Z] ---> 8094c2f41a18 [2020-09-23T18:02:24.651Z] 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-23T18:02:24.902Z] Commit message: "feat(support-notifications): notification content type and long line (#2699)" [2020-09-23T18:02:24.949Z] ---> Running in 2b8a4e21a0fa [2020-09-23T18:02:24.949Z] ---> Running in 1394ab348d83 [2020-09-23T18:02:24.949Z] ---> Running in 7dd09c152993 [2020-09-23T18:02:24.949Z] ---> Running in 6c393c8edd33 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-09-23T18:02:25.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-23T18:02:25.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-23T18:02:26.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-23T18:02:26.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-23T18:02:26.670Z] Removing intermediate container d3a39f2a7079 [2020-09-23T18:02:26.670Z] ---> f1ca48b6d48a [2020-09-23T18:02:26.670Z] Step 8/27 : COPY . . [Pipeline] echo [2020-09-23T18:02:37.391Z] ========================================================= [2020-09-23T18:02:37.391Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-23T18:02:37.391Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:02:38.285Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-23T18:02:41.783Z] ---> becd4b595822 [2020-09-23T18:02:41.783Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-23T18:02:41.783Z] ---> Running in 964e637c0c46 [2020-09-23T18:02:41.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-23T18:02:42.631Z] Sending build context to Docker daemon 323.3MB [2020-09-23T18:02:42.632Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-23T18:02:42.632Z] Step 2/7 : FROM ${BASE} [2020-09-23T18:02:42.632Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-23T18:02:42.632Z] b538f80385f9: Pulling fs layer [2020-09-23T18:02:42.632Z] 74f711af9a0d: Pulling fs layer [2020-09-23T18:02:42.632Z] 99f96fe45779: Pulling fs layer [2020-09-23T18:02:42.632Z] 8529a6b9a6be: Pulling fs layer [2020-09-23T18:02:42.632Z] 45590311c82a: Pulling fs layer [2020-09-23T18:02:42.632Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-23T18:02:42.632Z] 209524e5b208: Pulling fs layer [2020-09-23T18:02:42.632Z] 8529a6b9a6be: Waiting [2020-09-23T18:02:42.632Z] 45590311c82a: Waiting [2020-09-23T18:02:42.632Z] 69ca0ff8b7b3: Waiting [2020-09-23T18:02:42.632Z] 209524e5b208: Waiting [2020-09-23T18:02:42.632Z] 99f96fe45779: Verifying Checksum [2020-09-23T18:02:42.632Z] 99f96fe45779: Download complete [2020-09-23T18:02:42.632Z] 74f711af9a0d: Verifying Checksum [2020-09-23T18:02:42.632Z] 74f711af9a0d: Download complete [2020-09-23T18:02:42.632Z] 45590311c82a: Verifying Checksum [2020-09-23T18:02:42.632Z] 45590311c82a: Download complete [2020-09-23T18:02:42.632Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-23T18:02:42.632Z] 69ca0ff8b7b3: Download complete [2020-09-23T18:02:42.632Z] b538f80385f9: Verifying Checksum [2020-09-23T18:02:42.632Z] b538f80385f9: Download complete [2020-09-23T18:02:43.230Z] b538f80385f9: Pull complete [2020-09-23T18:02:43.833Z] 74f711af9a0d: Pull complete [2020-09-23T18:02:44.437Z] 99f96fe45779: Pull complete [2020-09-23T18:02:45.429Z] 209524e5b208: Verifying Checksum [2020-09-23T18:02:45.429Z] 209524e5b208: Download complete [2020-09-23T18:02:46.411Z] 8529a6b9a6be: Verifying Checksum [2020-09-23T18:02:46.411Z] 8529a6b9a6be: Download complete [2020-09-23T18:02:51.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-23T18:02:52.436Z] Removing intermediate container 2b8a4e21a0fa [2020-09-23T18:02:52.436Z] ---> fd71222d8e22 [2020-09-23T18:02:52.436Z] [2020-09-23T18:02:52.436Z] Step 10/20 : FROM alpine [2020-09-23T18:02:52.436Z] ---> a24bb4013296 [2020-09-23T18:02:52.436Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-23T18:02:53.018Z] ---> Running in 0735c1419195 [2020-09-23T18:02:53.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:02:53.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:02:53.972Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:02:53.972Z] v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:02:53.972Z] OK: 12749 distinct packages available [2020-09-23T18:02:54.246Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-23T18:02:54.515Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-23T18:02:54.515Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-23T18:02:54.515Z] (4/4) Installing curl (7.69.1-r1) [2020-09-23T18:02:54.515Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:02:54.515Z] Executing ca-certificates-20191127-r4.trigger [2020-09-23T18:02:54.515Z] OK: 7 MiB in 18 packages [2020-09-23T18:02:54.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-23T18:02:56.451Z] Removing intermediate container 0735c1419195 [2020-09-23T18:02:56.451Z] ---> bfcd100b6013 [2020-09-23T18:02:56.451Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-23T18:02:56.451Z] ---> Running in 4793ec4166ae [2020-09-23T18:02:56.592Z] 8529a6b9a6be: Pull complete [2020-09-23T18:02:56.592Z] 45590311c82a: Pull complete [2020-09-23T18:02:56.739Z] Removing intermediate container 4793ec4166ae [2020-09-23T18:02:56.739Z] ---> b27f35818dad [2020-09-23T18:02:56.739Z] Step 13/20 : WORKDIR /edgex [2020-09-23T18:02:56.739Z] ---> Running in b28758797f78 [2020-09-23T18:02:56.867Z] 69ca0ff8b7b3: Pull complete [2020-09-23T18:02:58.687Z] Removing intermediate container b28758797f78 [2020-09-23T18:02:58.687Z] ---> 20a97ab1d54b [2020-09-23T18:02:58.687Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-23T18:03:00.265Z] 209524e5b208: Pull complete [2020-09-23T18:03:00.265Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-23T18:03:00.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-23T18:03:00.265Z] ---> 5bddaf1c2fca [2020-09-23T18:03:00.265Z] 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-23T18:03:02.004Z] ---> 745bb471364d [2020-09-23T18:03:02.004Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-23T18:03:02.004Z] Removing intermediate container 7dd09c152993 [2020-09-23T18:03:02.004Z] ---> b2d00b3d640d [2020-09-23T18:03:02.004Z] [2020-09-23T18:03:02.004Z] Step 10/21 : FROM scratch [2020-09-23T18:03:02.004Z] ---> [2020-09-23T18:03:02.004Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:03:02.584Z] Removing intermediate container 6c393c8edd33 [2020-09-23T18:03:02.584Z] ---> c958af311197 [2020-09-23T18:03:02.584Z] [2020-09-23T18:03:02.584Z] Step 10/26 : FROM alpine:3.10 [2020-09-23T18:03:02.584Z] ---> Using cache [2020-09-23T18:03:02.584Z] ---> 190c0bacf188 [2020-09-23T18:03:02.584Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-23T18:03:02.849Z] 3.10: Pulling from library/alpine [2020-09-23T18:03:05.580Z] ---> b07b92e10131 [2020-09-23T18:03:05.580Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-23T18:03:05.687Z] ---> Running in beb8d119d02d [2020-09-23T18:03:05.844Z] ---> Running in 2a2ba44706ea [2020-09-23T18:03:06.105Z] ---> Running in 30b2d78c3527 [2020-09-23T18:03:06.105Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-23T18:03:06.105Z] Status: Downloaded newer image for alpine:3.10 [2020-09-23T18:03:06.105Z] ---> be4e4bea2c2e [2020-09-23T18:03:06.105Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-23T18:03:06.105Z] Removing intermediate container 1394ab348d83 [2020-09-23T18:03:06.105Z] ---> b7b1626990ed [2020-09-23T18:03:06.105Z] [2020-09-23T18:03:06.105Z] Step 10/22 : FROM scratch [2020-09-23T18:03:06.105Z] ---> [2020-09-23T18:03:06.105Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:03:06.105Z] ---> Using cache [2020-09-23T18:03:06.105Z] ---> 190c0bacf188 [2020-09-23T18:03:06.105Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-23T18:03:06.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:03:06.367Z] ---> Running in cac8a72dba6d [2020-09-23T18:03:06.367Z] ---> Running in d23d69a88063 [2020-09-23T18:03:06.367Z] Removing intermediate container 2a2ba44706ea [2020-09-23T18:03:06.367Z] ---> 38c00238973a [2020-09-23T18:03:06.367Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-23T18:03:06.627Z] Removing intermediate container 30b2d78c3527 [2020-09-23T18:03:06.627Z] ---> 8d4cfb03ab1d [2020-09-23T18:03:06.627Z] Step 17/20 : CMD ["--init=true"] [2020-09-23T18:03:06.627Z] ---> Running in 031cc3e38cac [2020-09-23T18:03:07.203Z] ---> Running in 8b9bd6672fa6 [2020-09-23T18:03:07.203Z] Removing intermediate container d23d69a88063 [2020-09-23T18:03:07.203Z] ---> f836893df89d [2020-09-23T18:03:07.203Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T18:03:07.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:03:08.149Z] Removing intermediate container 031cc3e38cac [2020-09-23T18:03:08.149Z] ---> 017a4cd1b6f5 [2020-09-23T18:03:08.149Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-23T18:03:08.149Z] ---> Running in 5ed888e7f3e3 [2020-09-23T18:03:08.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:08.149Z] Removing intermediate container 964e637c0c46 [2020-09-23T18:03:08.149Z] ---> 2a633be91ddb [2020-09-23T18:03:08.149Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-23T18:03:08.237Z] (1/12) Installing libmagic (5.38-r0) [2020-09-23T18:03:08.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:08.412Z] Removing intermediate container 8b9bd6672fa6 [2020-09-23T18:03:08.412Z] ---> 10c8d5805071 [2020-09-23T18:03:08.412Z] Step 18/20 : LABEL arch=x86_64 [2020-09-23T18:03:08.412Z] ---> Running in 7f41a1038996 [2020-09-23T18:03:08.412Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-23T18:03:08.412Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-23T18:03:08.412Z] OK: 10346 distinct packages available [2020-09-23T18:03:08.507Z] (2/12) Installing file (5.38-r0) [2020-09-23T18:03:08.674Z] Removing intermediate container 5ed888e7f3e3 [2020-09-23T18:03:08.674Z] ---> 6e17559cebf3 [2020-09-23T18:03:08.674Z] Step 14/22 : WORKDIR / [2020-09-23T18:03:08.674Z] ---> Running in 34c9f7477e05 [2020-09-23T18:03:08.674Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-23T18:03:08.674Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-23T18:03:08.674Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-23T18:03:08.674Z] (4/5) Installing curl (7.66.0-r1) [2020-09-23T18:03:08.674Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-23T18:03:08.674Z] Executing busybox-1.30.1-r3.trigger [2020-09-23T18:03:08.674Z] Executing ca-certificates-20191127-r2.trigger [2020-09-23T18:03:08.674Z] OK: 7 MiB in 19 packages [2020-09-23T18:03:08.777Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-23T18:03:08.777Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-23T18:03:09.258Z] ---> 1782a2078afe [2020-09-23T18:03:09.258Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-23T18:03:09.258Z] ---> Running in 9755bc3e3eaa [2020-09-23T18:03:09.534Z] Removing intermediate container 34c9f7477e05 [2020-09-23T18:03:09.535Z] ---> f9ab6d638d44 [2020-09-23T18:03:09.535Z] Step 19/20 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:09.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-23T18:03:09.535Z] ---> Running in 352cc7d99cf9 [2020-09-23T18:03:09.799Z] Removing intermediate container 9755bc3e3eaa [2020-09-23T18:03:09.799Z] ---> e0f23d8d25e0 [2020-09-23T18:03:09.799Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-23T18:03:10.373Z] ---> 9ff922870ec8 [2020-09-23T18:03:10.373Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-23T18:03:10.373Z] Removing intermediate container 352cc7d99cf9 [2020-09-23T18:03:10.373Z] ---> 0efb3fb4c317 [2020-09-23T18:03:10.373Z] Step 20/20 : LABEL version=1.2.2-dev.30 [2020-09-23T18:03:10.373Z] ---> e27893ebb170 [2020-09-23T18:03:10.373Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-23T18:03:10.639Z] Removing intermediate container cac8a72dba6d [2020-09-23T18:03:10.639Z] ---> f1af5cd85709 [2020-09-23T18:03:10.639Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-23T18:03:10.639Z] ---> Running in ccec380c7146 [2020-09-23T18:03:10.908Z] ---> 3d4f7ced730e [2020-09-23T18:03:10.908Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-23T18:03:10.908Z] ---> Running in 5a788ad9cea7 [2020-09-23T18:03:11.169Z] Removing intermediate container ccec380c7146 [2020-09-23T18:03:11.169Z] ---> b2a26cb3bc72 [2020-09-23T18:03:11.169Z] [2020-09-23T18:03:11.169Z] ---> Running in 76076ea223c1 [2020-09-23T18:03:12.115Z] Successfully built b2a26cb3bc72 [2020-09-23T18:03:12.115Z] ---> ecd2ba8edc4c [2020-09-23T18:03:12.115Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-23T18:03:12.115Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-23T18:03:12.115Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5a788ad9cea7 [2020-09-23T18:03:12.115Z] ---> 872e895a7205 [2020-09-23T18:03:12.115Z] Step 13/26 : WORKDIR / [2020-09-23T18:03:12.115Z] Removing intermediate container 76076ea223c1 [2020-09-23T18:03:12.115Z] ---> e5dbe3350a8a [2020-09-23T18:03:12.115Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:03:12.115Z] ---> Running in 0a728f705b69 [2020-09-23T18:03:12.143Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-23T18:03:12.143Z] (6/12) Installing patch (2.7.6-r6) [2020-09-23T18:03:12.143Z] (7/12) Installing build-base (0.5-r2) [2020-09-23T18:03:12.378Z] ---> Running in 2106f2dd917d [2020-09-23T18:03:12.378Z] Removing intermediate container 7f41a1038996 [2020-09-23T18:03:12.378Z] ---> 8c3533b4f178 [2020-09-23T18:03:12.378Z] [2020-09-23T18:03:12.378Z] Step 11/27 : FROM docker:latest [2020-09-23T18:03:12.378Z] ---> 809cc4dba987 [2020-09-23T18:03:12.378Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-23T18:03:12.378Z] ---> b1fcf5c2c86a [2020-09-23T18:03:12.378Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-23T18:03:12.414Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-23T18:03:12.415Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-23T18:03:12.415Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-23T18:03:12.639Z] ---> Running in c0844b435da5 [2020-09-23T18:03:12.639Z] ---> Running in dadd5fd75c14 [2020-09-23T18:03:12.639Z] Removing intermediate container 0a728f705b69 [2020-09-23T18:03:12.639Z] ---> 350617a463f1 [2020-09-23T18:03:12.639Z] 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-23T18:03:12.639Z] Removing intermediate container 2106f2dd917d [2020-09-23T18:03:12.639Z] ---> 8850144998af [2020-09-23T18:03:12.639Z] Step 19/21 : LABEL arch=x86_64 [2020-09-23T18:03:12.685Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-23T18:03:12.685Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-23T18:03:12.903Z] ---> Running in 45720d573948 [2020-09-23T18:03:12.903Z] Removing intermediate container c0844b435da5 [2020-09-23T18:03:12.903Z] ---> 97d27a28a160 [2020-09-23T18:03:12.903Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:03:12.957Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:03:12.957Z] OK: 217 MiB in 51 packages [2020-09-23T18:03:13.169Z] ---> 42fd625335f7 [2020-09-23T18:03:13.169Z] 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-23T18:03:13.169Z] ---> Running in 1d0ff19bdc31 [2020-09-23T18:03:13.169Z] Removing intermediate container 45720d573948 [2020-09-23T18:03:13.169Z] ---> 374498b99548 [2020-09-23T18:03:13.169Z] Step 20/21 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:13.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:13.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:13.433Z] ---> Running in c2ebc1dab3e4 [2020-09-23T18:03:13.433Z] ---> 73c75a053649 [2020-09-23T18:03:13.433Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-23T18:03:13.433Z] (1/2) Installing readline (8.0.4-r0) [2020-09-23T18:03:13.433Z] (2/2) Installing bash (5.0.17-r0) [2020-09-23T18:03:13.695Z] Executing bash-5.0.17-r0.post-install [2020-09-23T18:03:13.695Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:03:13.695Z] OK: 12 MiB in 22 packages [2020-09-23T18:03:13.695Z] Removing intermediate container 1d0ff19bdc31 [2020-09-23T18:03:13.695Z] ---> c19dc85d22a1 [2020-09-23T18:03:13.695Z] Step 20/22 : LABEL arch=x86_64 [2020-09-23T18:03:13.956Z] ---> Running in 9a99bcfccd80 [2020-09-23T18:03:13.956Z] Removing intermediate container c2ebc1dab3e4 [2020-09-23T18:03:13.956Z] ---> 24a54c2106ff [2020-09-23T18:03:13.956Z] Step 21/21 : LABEL version=1.2.2-dev.30 [2020-09-23T18:03:13.956Z] ---> a38219273f43 [2020-09-23T18:03:13.956Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-23T18:03:14.218Z] ---> Running in 06945d21f669 [2020-09-23T18:03:14.218Z] Removing intermediate container 9a99bcfccd80 [2020-09-23T18:03:14.218Z] ---> 2bca3ede3f02 [2020-09-23T18:03:14.218Z] Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:14.482Z] ---> 116098bf5616 [2020-09-23T18:03:14.482Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-23T18:03:14.482Z] ---> Running in 00c9478bb503 [2020-09-23T18:03:14.482Z] Removing intermediate container dadd5fd75c14 [2020-09-23T18:03:14.482Z] ---> 4f597a26f8a4 [2020-09-23T18:03:14.482Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-23T18:03:14.482Z] Removing intermediate container 06945d21f669 [2020-09-23T18:03:14.482Z] ---> 726b76d43cd2 [2020-09-23T18:03:14.482Z] [2020-09-23T18:03:14.744Z] Successfully built 726b76d43cd2 [2020-09-23T18:03:14.744Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-23T18:03:14.744Z]  Building docker-support-scheduler-go ... done  ---> Running in 3b186390f928 [2020-09-23T18:03:15.011Z] Removing intermediate container 00c9478bb503 [2020-09-23T18:03:15.011Z] ---> ddef0c21f7b3 [2020-09-23T18:03:15.011Z] Step 22/22 : LABEL version=1.2.2-dev.30 [2020-09-23T18:03:15.011Z] ---> 34e45ae240a9 [2020-09-23T18:03:15.011Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-23T18:03:15.011Z] ---> Running in 8ae914253dfd [2020-09-23T18:03:15.279Z] Removing intermediate container 8ae914253dfd [2020-09-23T18:03:15.279Z] ---> 856b74b78b54 [2020-09-23T18:03:15.279Z] [2020-09-23T18:03:15.540Z] Successfully built 856b74b78b54 [2020-09-23T18:03:15.803Z] Successfully tagged docker-core-metadata-go:latest [2020-09-23T18:03:15.803Z]  Building docker-core-metadata-go ... done  ---> e4742a5595bf [2020-09-23T18:03:15.803Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-23T18:03:16.378Z] Removing intermediate container 3b186390f928 [2020-09-23T18:03:16.378Z] ---> 8aa972d006c7 [2020-09-23T18:03:16.378Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-23T18:03:16.378Z] ---> Running in 4ee51c648839 [2020-09-23T18:03:16.378Z] ---> 1c3b56d7774f [2020-09-23T18:03:16.378Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-23T18:03:16.378Z] Removing intermediate container 4ee51c648839 [2020-09-23T18:03:16.378Z] ---> b45dac24ed9e [2020-09-23T18:03:16.378Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-23T18:03:16.378Z] ---> Running in 4e499c43ec74 [2020-09-23T18:03:16.645Z] ---> b2c525f276b0 [2020-09-23T18:03:16.645Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-23T18:03:16.645Z] ---> Running in 266e55e51428 [2020-09-23T18:03:16.645Z] Removing intermediate container 4e499c43ec74 [2020-09-23T18:03:16.645Z] ---> 12292ede458c [2020-09-23T18:03:16.645Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-23T18:03:16.906Z] ---> Running in 233737ec4ba1 [2020-09-23T18:03:17.167Z] Removing intermediate container 233737ec4ba1 [2020-09-23T18:03:17.167Z] ---> 959cf3df41df [2020-09-23T18:03:17.167Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-23T18:03:17.258Z] Removing intermediate container beb8d119d02d [2020-09-23T18:03:17.258Z] ---> eb3bd8b4ec0b [2020-09-23T18:03:17.258Z] Step 4/7 : WORKDIR /edgex-go [2020-09-23T18:03:17.258Z] ---> Running in 13070dc295bb [2020-09-23T18:03:17.258Z] Removing intermediate container 13070dc295bb [2020-09-23T18:03:17.258Z] ---> bcf95a65ec30 [2020-09-23T18:03:17.258Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-23T18:03:17.430Z] ---> 73f1c7e621b4 [2020-09-23T18:03:17.430Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-23T18:03:17.692Z] Removing intermediate container 266e55e51428 [2020-09-23T18:03:17.692Z] ---> 57a8e05878ae [2020-09-23T18:03:17.692Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-23T18:03:17.692Z] ---> Running in 2c9568b4022d [2020-09-23T18:03:17.692Z] ---> c9310dc070dd [2020-09-23T18:03:17.692Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-23T18:03:17.851Z] latest: Pulling from library/docker [2020-09-23T18:03:17.851Z] b538f80385f9: Already exists [2020-09-23T18:03:17.851Z] 259a493cd78d: Pulling fs layer [2020-09-23T18:03:17.851Z] b8e66b5100f5: Pulling fs layer [2020-09-23T18:03:17.851Z] 7f8258a56ab6: Pulling fs layer [2020-09-23T18:03:17.851Z] 75a0a0ebb566: Pulling fs layer [2020-09-23T18:03:17.851Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-23T18:03:17.851Z] 294320357d30: Pulling fs layer [2020-09-23T18:03:17.851Z] 75a0a0ebb566: Waiting [2020-09-23T18:03:17.851Z] 4a2c62f0a2a3: Waiting [2020-09-23T18:03:17.851Z] 294320357d30: Waiting [2020-09-23T18:03:17.851Z] b8e66b5100f5: Download complete [2020-09-23T18:03:17.953Z] Removing intermediate container 2c9568b4022d [2020-09-23T18:03:17.953Z] ---> 6a62d68ff5e1 [2020-09-23T18:03:17.953Z] Step 24/26 : LABEL arch=x86_64 [2020-09-23T18:03:17.953Z] ---> Running in 1fa8ac000996 [2020-09-23T18:03:18.128Z] 259a493cd78d: Verifying Checksum [2020-09-23T18:03:18.128Z] 259a493cd78d: Download complete [2020-09-23T18:03:18.128Z] 75a0a0ebb566: Verifying Checksum [2020-09-23T18:03:18.128Z] 75a0a0ebb566: Download complete [2020-09-23T18:03:18.128Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-23T18:03:18.128Z] 4a2c62f0a2a3: Download complete [2020-09-23T18:03:18.220Z] ---> 894676a7249c [2020-09-23T18:03:18.220Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-23T18:03:18.220Z] Removing intermediate container 1fa8ac000996 [2020-09-23T18:03:18.220Z] ---> f0fd516e65f4 [2020-09-23T18:03:18.220Z] Step 25/26 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:18.220Z] ---> Running in 9d83436609e3 [2020-09-23T18:03:18.404Z] 294320357d30: Verifying Checksum [2020-09-23T18:03:18.404Z] 294320357d30: Download complete [2020-09-23T18:03:18.481Z] ---> Running in d88863cb58f5 [2020-09-23T18:03:18.481Z] Removing intermediate container d88863cb58f5 [2020-09-23T18:03:18.481Z] ---> fedfcb212b69 [2020-09-23T18:03:18.481Z] Step 26/26 : LABEL version=1.2.2-dev.30 [2020-09-23T18:03:18.741Z] ---> Running in a8a2f3b75a6c [2020-09-23T18:03:18.741Z] Removing intermediate container a8a2f3b75a6c [2020-09-23T18:03:18.741Z] ---> 483c7267953d [2020-09-23T18:03:18.741Z] [2020-09-23T18:03:18.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:19.002Z] 259a493cd78d: Pull complete [2020-09-23T18:03:19.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:19.002Z] Successfully built 483c7267953d [2020-09-23T18:03:19.002Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-23T18:03:19.002Z]  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-09-23T18:03:19.003Z] (2/33) Installing expat (2.2.9-r1) [2020-09-23T18:03:19.003Z] (3/33) Installing libffi (3.3-r2) [2020-09-23T18:03:19.003Z] (4/33) Installing gdbm (1.13-r1) [2020-09-23T18:03:19.003Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-23T18:03:19.003Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-23T18:03:19.003Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-23T18:03:19.277Z] b8e66b5100f5: Pull complete [2020-09-23T18:03:19.278Z] 7f8258a56ab6: Verifying Checksum [2020-09-23T18:03:19.278Z] 7f8258a56ab6: Download complete [2020-09-23T18:03:19.947Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-23T18:03:19.947Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-23T18:03:19.947Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-23T18:03:19.947Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-23T18:03:19.947Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-23T18:03:20.209Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-23T18:03:20.209Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-23T18:03:20.209Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-23T18:03:20.209Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-23T18:03:20.209Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-23T18:03:20.209Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-23T18:03:20.209Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-23T18:03:20.209Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-23T18:03:20.209Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-23T18:03:20.209Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-23T18:03:20.209Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-23T18:03:20.209Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-23T18:03:20.209Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-23T18:03:20.209Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-23T18:03:20.209Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-23T18:03:20.209Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-23T18:03:20.209Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-23T18:03:20.209Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-23T18:03:20.470Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-23T18:03:20.470Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-23T18:03:20.470Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-23T18:03:20.470Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:03:20.470Z] OK: 71 MiB in 55 packages [2020-09-23T18:03:22.672Z] 7f8258a56ab6: Pull complete [2020-09-23T18:03:22.672Z] 75a0a0ebb566: Pull complete [2020-09-23T18:03:23.266Z] 4a2c62f0a2a3: Pull complete [2020-09-23T18:03:23.537Z] 294320357d30: Pull complete [2020-09-23T18:03:23.537Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-23T18:03:23.537Z] Status: Downloaded newer image for docker:latest [2020-09-23T18:03:26.928Z] ---> 02ee9a5c52c0 [2020-09-23T18:03:26.928Z] Step 6/7 : COPY go.mod . [2020-09-23T18:03:27.530Z] ---> 650f69ecd01a [2020-09-23T18:03:27.530Z] Step 7/7 : RUN go mod download [2020-09-23T18:03:27.530Z] ---> Running in 3026912012ec [2020-09-23T18:03:30.485Z] Removing intermediate container 9d83436609e3 [2020-09-23T18:03:30.485Z] ---> 9d05f13c37c3 [2020-09-23T18:03:30.485Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-23T18:03:30.485Z] ---> Running in ea1b9415d3a3 [2020-09-23T18:03:30.485Z] Collecting docker-compose==1.23.2 [2020-09-23T18:03:30.485Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-23T18:03:30.485Z] Collecting docker<4.0,>=3.6.0 [2020-09-23T18:03:30.485Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-23T18:03:30.485Z] Collecting docopt<0.7,>=0.6.1 [2020-09-23T18:03:30.485Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-23T18:03:31.056Z] Collecting cached-property<2,>=1.2.0 [2020-09-23T18:03:31.056Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-23T18:03:31.316Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-23T18:03:31.316Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-23T18:03:31.316Z] Collecting jsonschema<3,>=2.5.1 [2020-09-23T18:03:31.316Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-23T18:03:31.578Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-23T18:03:31.578Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-23T18:03:31.578Z] Collecting texttable<0.10,>=0.9.0 [2020-09-23T18:03:31.578Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-23T18:03:32.150Z] Collecting PyYAML<4,>=3.10 [2020-09-23T18:03:32.150Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-23T18:03:32.722Z] 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-23T18:03:32.722Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-23T18:03:32.722Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-23T18:03:33.296Z] Collecting docker-pycreds>=0.4.0 [2020-09-23T18:03:33.296Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-23T18:03:33.296Z] 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-23T18:03:33.296Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-23T18:03:33.297Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-23T18:03:33.557Z] Collecting idna<2.8,>=2.5 [2020-09-23T18:03:33.557Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-23T18:03:33.557Z] 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-23T18:03:33.557Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-23T18:03:33.557Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-23T18:03:33.557Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-23T18:03:33.557Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-23T18:03:33.819Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, texttable, PyYAML, dockerpty, docker-compose [2020-09-23T18:03:33.819Z] Attempting uninstall: urllib3 [2020-09-23T18:03:33.819Z] Found existing installation: urllib3 1.25.9 [2020-09-23T18:03:33.819Z] Uninstalling urllib3-1.25.9: [2020-09-23T18:03:33.819Z] Successfully uninstalled urllib3-1.25.9 [2020-09-23T18:03:34.080Z] Attempting uninstall: idna [2020-09-23T18:03:34.080Z] Found existing installation: idna 2.9 [2020-09-23T18:03:34.080Z] Uninstalling idna-2.9: [2020-09-23T18:03:34.080Z] Successfully uninstalled idna-2.9 [2020-09-23T18:03:35.467Z] Attempting uninstall: requests [2020-09-23T18:03:35.467Z] Found existing installation: requests 2.23.0 [2020-09-23T18:03:35.467Z] Uninstalling requests-2.23.0: [2020-09-23T18:03:35.467Z] Successfully uninstalled requests-2.23.0 [2020-09-23T18:03:35.729Z] Running setup.py install for docopt: started [2020-09-23T18:03:36.302Z] Running setup.py install for docopt: finished with status 'done' [2020-09-23T18:03:36.302Z] Running setup.py install for texttable: started [2020-09-23T18:03:36.568Z] Running setup.py install for texttable: finished with status 'done' [2020-09-23T18:03:36.568Z] Running setup.py install for PyYAML: started [2020-09-23T18:03:37.141Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-23T18:03:37.141Z] Running setup.py install for dockerpty: started [2020-09-23T18:03:37.712Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-23T18:03:37.712Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-23T18:03:40.264Z] Removing intermediate container ea1b9415d3a3 [2020-09-23T18:03:40.264Z] ---> 44b970cc9d02 [2020-09-23T18:03:40.264Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-23T18:03:40.264Z] ---> Running in 91941e7e52b4 [2020-09-23T18:03:40.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:40.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-23T18:03:41.107Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-23T18:03:41.107Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-23T18:03:41.107Z] (3/3) Installing curl (7.69.1-r1) [2020-09-23T18:03:41.107Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:03:41.107Z] OK: 72 MiB in 58 packages [2020-09-23T18:03:41.681Z] Removing intermediate container 91941e7e52b4 [2020-09-23T18:03:41.681Z] ---> 482fcae2f6e3 [2020-09-23T18:03:41.681Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-23T18:03:41.681Z] ---> Running in c9e1bcfb8ed7 [2020-09-23T18:03:41.681Z] Removing intermediate container c9e1bcfb8ed7 [2020-09-23T18:03:41.681Z] ---> 07fa41298ef8 [2020-09-23T18:03:41.681Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:03:41.681Z] ---> Running in 76f24485ee9c [2020-09-23T18:03:41.942Z] Removing intermediate container 76f24485ee9c [2020-09-23T18:03:41.942Z] ---> 379c4c3b7efe [2020-09-23T18:03:41.942Z] Step 25/27 : LABEL arch=x86_64 [2020-09-23T18:03:41.942Z] ---> Running in 37d3b748b2b4 [2020-09-23T18:03:42.205Z] Removing intermediate container 37d3b748b2b4 [2020-09-23T18:03:42.205Z] ---> d8357f55f210 [2020-09-23T18:03:42.205Z] Step 26/27 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:42.205Z] ---> Running in 661f7652dddf [2020-09-23T18:03:42.466Z] Removing intermediate container 661f7652dddf [2020-09-23T18:03:42.466Z] ---> edd2138c4b28 [2020-09-23T18:03:42.466Z] Step 27/27 : LABEL version=1.2.2-dev.30 [2020-09-23T18:03:42.466Z] ---> Running in 58d53d455dee [2020-09-23T18:03:42.728Z] Removing intermediate container 58d53d455dee [2020-09-23T18:03:42.728Z] ---> 451571225902 [2020-09-23T18:03:42.728Z] [2020-09-23T18:03:42.728Z] Successfully built 451571225902 [2020-09-23T18:03:42.728Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-23T18:03:42.998Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-23T18:03:43.006Z] $ docker stop --time=1 d3a44f4013fd1849cfdd9b3054281c796b4bef1012ca1b454571d6d182baf6df [2020-09-23T18:03:44.542Z] $ docker rm -f d3a44f4013fd1849cfdd9b3054281c796b4bef1012ca1b454571d6d182baf6df [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:03:45.102Z] + docker images [2020-09-23T18:03:45.102Z] + grep docker [2020-09-23T18:03:45.102Z] docker-sys-mgmt-agent-go latest 451571225902 2 seconds ago 290MB [2020-09-23T18:03:45.102Z] docker-security-secretstore-setup-go latest 483c7267953d 26 seconds ago 32.4MB [2020-09-23T18:03:45.102Z] docker-core-metadata-go latest 856b74b78b54 29 seconds ago 13.5MB [2020-09-23T18:03:45.102Z] docker-support-scheduler-go latest 726b76d43cd2 30 seconds ago 12.3MB [2020-09-23T18:03:45.102Z] docker-security-proxy-setup-go latest b2a26cb3bc72 34 seconds ago 15.8MB [2020-09-23T18:03:45.102Z] docker-core-data-go latest 9635a946a5e0 About a minute ago 23.6MB [2020-09-23T18:03:45.102Z] docker-security-secrets-setup-go latest 3a74bef79720 2 minutes ago 24MB [2020-09-23T18:03:45.102Z] docker-support-notifications-go latest 1121002ca0f1 2 minutes ago 13.6MB [2020-09-23T18:03:45.102Z] docker-support-logging-go latest 05fe19009b76 2 minutes ago 11.1MB [2020-09-23T18:03:45.102Z] docker-core-command-go latest fc8e64583078 2 minutes ago 12.2MB [2020-09-23T18:03:45.102Z] docker latest 809cc4dba987 5 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-23T18:03:45.703Z] provisioning config files... [2020-09-23T18:03:45.744Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/145@tmp/config2507024792514431173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:03:46.134Z] ---> docker-login.sh [2020-09-23T18:03:46.134Z] nexus3.edgexfoundry.org:10001 [2020-09-23T18:03:46.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:03:46.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:03:46.396Z] Configure a credential helper to remove this warning. See [2020-09-23T18:03:46.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:03:46.396Z] [2020-09-23T18:03:46.396Z] Login Succeeded [2020-09-23T18:03:46.396Z] nexus3.edgexfoundry.org:10002 [2020-09-23T18:03:46.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:03:46.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:03:46.396Z] Configure a credential helper to remove this warning. See [2020-09-23T18:03:46.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:03:46.396Z] [2020-09-23T18:03:46.396Z] Login Succeeded [2020-09-23T18:03:46.396Z] nexus3.edgexfoundry.org:10003 [2020-09-23T18:03:46.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:03:46.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:03:46.659Z] Configure a credential helper to remove this warning. See [2020-09-23T18:03:46.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:03:46.659Z] [2020-09-23T18:03:46.659Z] Login Succeeded [2020-09-23T18:03:46.659Z] nexus3.edgexfoundry.org:10004 [2020-09-23T18:03:46.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:03:46.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:03:46.925Z] Configure a credential helper to remove this warning. See [2020-09-23T18:03:46.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:03:46.925Z] [2020-09-23T18:03:46.925Z] Login Succeeded [2020-09-23T18:03:46.925Z] docker.io [2020-09-23T18:03:46.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:03:47.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:03:47.187Z] Configure a credential helper to remove this warning. See [2020-09-23T18:03:47.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:03:47.187Z] [2020-09-23T18:03:47.187Z] Login Succeeded [2020-09-23T18:03:47.187Z] ---> docker-login.sh ends [Pipeline] } [2020-09-23T18:03:47.215Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:03:47.445Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-23T18:03:47.445Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:47.445Z] 1.2.2-dev.30 [2020-09-23T18:03:47.445Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:03:47.445Z] master [2020-09-23T18:03:47.445Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:48.184Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:48.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:48.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-23T18:03:48.484Z] 6ed6d1401a20: Preparing [2020-09-23T18:03:48.484Z] 32688a311d00: Preparing [2020-09-23T18:03:48.484Z] 3574dfbbd527: Preparing [2020-09-23T18:03:48.744Z] 6ed6d1401a20: Pushed [2020-09-23T18:03:48.744Z] 3574dfbbd527: Pushed [2020-09-23T18:03:49.688Z] 32688a311d00: Pushed [2020-09-23T18:03:49.950Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:50.254Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:50.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.30 [2020-09-23T18:03:50.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-23T18:03:50.552Z] 6ed6d1401a20: Preparing [2020-09-23T18:03:50.552Z] 32688a311d00: Preparing [2020-09-23T18:03:50.552Z] 3574dfbbd527: Preparing [2020-09-23T18:03:50.552Z] 32688a311d00: Layer already exists [2020-09-23T18:03:50.552Z] 6ed6d1401a20: Layer already exists [2020-09-23T18:03:50.552Z] 3574dfbbd527: Layer already exists [2020-09-23T18:03:50.552Z] 1.2.2-dev.30: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:50.857Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:51.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:03:51.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-23T18:03:51.158Z] 6ed6d1401a20: Preparing [2020-09-23T18:03:51.158Z] 32688a311d00: Preparing [2020-09-23T18:03:51.158Z] 3574dfbbd527: Preparing [2020-09-23T18:03:51.158Z] 3574dfbbd527: Layer already exists [2020-09-23T18:03:51.158Z] 6ed6d1401a20: Layer already exists [2020-09-23T18:03:51.158Z] 32688a311d00: Layer already exists [2020-09-23T18:03:51.158Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:51.463Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:51.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-23T18:03:51.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-23T18:03:51.763Z] 6ed6d1401a20: Preparing [2020-09-23T18:03:51.763Z] 32688a311d00: Preparing [2020-09-23T18:03:51.763Z] 3574dfbbd527: Preparing [2020-09-23T18:03:51.763Z] 32688a311d00: Layer already exists [2020-09-23T18:03:51.763Z] 6ed6d1401a20: Layer already exists [2020-09-23T18:03:51.763Z] 3574dfbbd527: Layer already exists [2020-09-23T18:03:51.763Z] master: digest: sha256:f6fce7f7358802390be5dd252438ab0a3c0088cc49f29a79d6cf534593e1abff size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:03:51.965Z] ===================================================== [Pipeline] echo [2020-09-23T18:03:52.015Z] taggedImages: [2020-09-23T18:03:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.30 [2020-09-23T18:03:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:03:52.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-23T18:03:52.094Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-23T18:03:52.094Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:52.094Z] 1.2.2-dev.30 [2020-09-23T18:03:52.094Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:03:52.094Z] master [2020-09-23T18:03:52.094Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:52.625Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:52.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:03:52.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-23T18:03:52.923Z] 705f00808ecb: Preparing [2020-09-23T18:03:52.923Z] 26f3b008469c: Preparing [2020-09-23T18:03:52.923Z] 7d62ee5364f3: Preparing [2020-09-23T18:03:52.923Z] 3fa4d097aa8e: Preparing [2020-09-23T18:03:52.923Z] 160182ed452f: Preparing [2020-09-23T18:03:52.923Z] 50644c29ef5a: Preparing [2020-09-23T18:03:52.923Z] 50644c29ef5a: Waiting [2020-09-23T18:03:53.184Z] 7d62ee5364f3: Pushed [2020-09-23T18:03:53.184Z] 160182ed452f: Pushed [2020-09-23T18:03:53.184Z] 705f00808ecb: Pushed [2020-09-23T18:03:53.184Z] 50644c29ef5a: Layer already exists [2020-09-23T18:03:53.184Z] 3fa4d097aa8e: Pushed [2020-09-23T18:03:54.342Z] Removing intermediate container 3026912012ec [2020-09-23T18:03:54.342Z] ---> 0f3371311e3c [2020-09-23T18:03:54.342Z] Successfully built 0f3371311e3c [2020-09-23T18:03:54.342Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:54.576Z] 26f3b008469c: Pushed [2020-09-23T18:03:54.576Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:54.745Z] + docker inspect -f . ci-base-image-arm64 [2020-09-23T18:03:54.745Z] . [Pipeline] withDockerContainer [2020-09-23T18:03:54.879Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.30 [2020-09-23T18:03:55.021Z] prd-ubuntu18.04-docker-arm64-4c-16g-1044 does not seem to be running inside a container [2020-09-23T18:03:55.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-23T18:03:57.019Z] $ docker top 801116abcab9227c9c59ba1479078f5756e1759707fb95c21367c4e552bf5915 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:57.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.30 [2020-09-23T18:03:57.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-23T18:03:57.768Z] 705f00808ecb: Preparing [2020-09-23T18:03:57.768Z] 26f3b008469c: Preparing [2020-09-23T18:03:57.768Z] 7d62ee5364f3: Preparing [2020-09-23T18:03:57.768Z] 3fa4d097aa8e: Preparing [2020-09-23T18:03:57.768Z] 160182ed452f: Preparing [2020-09-23T18:03:57.768Z] 50644c29ef5a: Preparing [2020-09-23T18:03:57.768Z] 50644c29ef5a: Waiting [2020-09-23T18:03:57.768Z] 26f3b008469c: Layer already exists [2020-09-23T18:03:57.768Z] 3fa4d097aa8e: Layer already exists [2020-09-23T18:03:57.768Z] 160182ed452f: Layer already exists [2020-09-23T18:03:57.768Z] 705f00808ecb: Layer already exists [2020-09-23T18:03:57.768Z] 7d62ee5364f3: Layer already exists [2020-09-23T18:03:57.768Z] 50644c29ef5a: Layer already exists [2020-09-23T18:03:57.768Z] 1.2.2-dev.30: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:58.071Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:58.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:03:58.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-23T18:03:58.369Z] 705f00808ecb: Preparing [2020-09-23T18:03:58.369Z] 26f3b008469c: Preparing [2020-09-23T18:03:58.369Z] 7d62ee5364f3: Preparing [2020-09-23T18:03:58.369Z] 3fa4d097aa8e: Preparing [2020-09-23T18:03:58.369Z] 160182ed452f: Preparing [2020-09-23T18:03:58.369Z] 50644c29ef5a: Preparing [2020-09-23T18:03:58.369Z] 50644c29ef5a: Waiting [2020-09-23T18:03:58.369Z] 7d62ee5364f3: Layer already exists [2020-09-23T18:03:58.369Z] 705f00808ecb: Layer already exists [2020-09-23T18:03:58.369Z] 160182ed452f: Layer already exists [2020-09-23T18:03:58.369Z] 26f3b008469c: Layer already exists [2020-09-23T18:03:58.369Z] 3fa4d097aa8e: Layer already exists [2020-09-23T18:03:58.369Z] 50644c29ef5a: Layer already exists [2020-09-23T18:03:58.369Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:03:58.449Z] + go version [2020-09-23T18:03:58.449Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-23T18:03:58.477Z] $ docker stop --time=1 801116abcab9227c9c59ba1479078f5756e1759707fb95c21367c4e552bf5915 [2020-09-23T18:03:58.678Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-23T18:04:00.426Z] $ docker rm -f 801116abcab9227c9c59ba1479078f5756e1759707fb95c21367c4e552bf5915 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-23T18:04:01.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-23T18:04:01.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-23T18:04:01.104Z] 705f00808ecb: Preparing [2020-09-23T18:04:01.104Z] 26f3b008469c: Preparing [2020-09-23T18:04:01.104Z] 7d62ee5364f3: Preparing [2020-09-23T18:04:01.104Z] 3fa4d097aa8e: Preparing [2020-09-23T18:04:01.104Z] 160182ed452f: Preparing [2020-09-23T18:04:01.104Z] 50644c29ef5a: Preparing [2020-09-23T18:04:01.104Z] 50644c29ef5a: Waiting [2020-09-23T18:04:01.104Z] 705f00808ecb: Layer already exists [2020-09-23T18:04:01.104Z] 3fa4d097aa8e: Layer already exists [2020-09-23T18:04:01.104Z] 7d62ee5364f3: Layer already exists [2020-09-23T18:04:01.104Z] 160182ed452f: Layer already exists [2020-09-23T18:04:01.104Z] 26f3b008469c: Layer already exists [2020-09-23T18:04:01.104Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:01.104Z] master: digest: sha256:9a526c20eac39e313af26a09e24924d71eeb929662694d55a347061f523d6e7f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:04:01.233Z] ===================================================== Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] echo [2020-09-23T18:04:01.383Z] taggedImages: [2020-09-23T18:04:01.384Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:01.384Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.30 [2020-09-23T18:04:01.384Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:01.384Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] echo [2020-09-23T18:04:01.560Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-23T18:04:01.560Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:01.560Z] 1.2.2-dev.30 [2020-09-23T18:04:01.560Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:01.560Z] master [2020-09-23T18:04:01.560Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:01.998Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:02.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-23T18:04:02.187Z] [2020-09-23T18:04:02.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-23T18:04:02.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:02.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-23T18:04:02.300Z] 8f9cb7fa9299: Preparing [2020-09-23T18:04:02.301Z] 86c5ab864ce8: Preparing [2020-09-23T18:04:02.301Z] e5ec9c58641a: Preparing [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:02.563Z] e5ec9c58641a: Pushed [2020-09-23T18:04:02.824Z] 8f9cb7fa9299: Pushed [2020-09-23T18:04:02.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-23T18:04:03.117Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-23T18:04:03.117Z] 29e5d40040c1: Pulling fs layer [2020-09-23T18:04:03.117Z] 1ce36da41761: Pulling fs layer [2020-09-23T18:04:03.117Z] 25b303627fd3: Pulling fs layer [2020-09-23T18:04:03.117Z] 29e5d40040c1: Verifying Checksum [2020-09-23T18:04:03.117Z] 29e5d40040c1: Download complete [2020-09-23T18:04:03.718Z] 1ce36da41761: Verifying Checksum [2020-09-23T18:04:03.718Z] 1ce36da41761: Download complete [2020-09-23T18:04:03.718Z] 29e5d40040c1: Pull complete [2020-09-23T18:04:04.211Z] 86c5ab864ce8: Pushed [2020-09-23T18:04:04.472Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 [2020-09-23T18:04:05.157Z] 1ce36da41761: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:05.439Z] 25b303627fd3: Verifying Checksum [2020-09-23T18:04:05.439Z] 25b303627fd3: Download complete [2020-09-23T18:04:05.717Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:06.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.30 [2020-09-23T18:04:06.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-23T18:04:06.015Z] 8f9cb7fa9299: Preparing [2020-09-23T18:04:06.015Z] 86c5ab864ce8: Preparing [2020-09-23T18:04:06.015Z] e5ec9c58641a: Preparing [2020-09-23T18:04:06.015Z] 8f9cb7fa9299: Layer already exists [2020-09-23T18:04:06.015Z] 86c5ab864ce8: Layer already exists [2020-09-23T18:04:06.015Z] e5ec9c58641a: Layer already exists [2020-09-23T18:04:06.015Z] 1.2.2-dev.30: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:06.327Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:06.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:06.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-23T18:04:06.735Z] 8f9cb7fa9299: Preparing [2020-09-23T18:04:06.735Z] 86c5ab864ce8: Preparing [2020-09-23T18:04:06.735Z] e5ec9c58641a: Preparing [2020-09-23T18:04:06.735Z] e5ec9c58641a: Layer already exists [2020-09-23T18:04:06.735Z] 86c5ab864ce8: Layer already exists [2020-09-23T18:04:06.735Z] 8f9cb7fa9299: Layer already exists [2020-09-23T18:04:06.735Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:07.040Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:07.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-23T18:04:07.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-23T18:04:07.335Z] 8f9cb7fa9299: Preparing [2020-09-23T18:04:07.335Z] 86c5ab864ce8: Preparing [2020-09-23T18:04:07.335Z] e5ec9c58641a: Preparing [2020-09-23T18:04:07.335Z] 8f9cb7fa9299: Layer already exists [2020-09-23T18:04:07.335Z] e5ec9c58641a: Layer already exists [2020-09-23T18:04:07.335Z] 86c5ab864ce8: Layer already exists [2020-09-23T18:04:07.335Z] master: digest: sha256:7041d06fee86deac64431712bffcaa44c5bdccbd5da66dff7b18917d929af2d5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:04:07.528Z] ===================================================== [Pipeline] echo [2020-09-23T18:04:07.575Z] taggedImages: [2020-09-23T18:04:07.575Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:07.575Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.30 [2020-09-23T18:04:07.575Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:07.575Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-23T18:04:07.642Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-23T18:04:07.642Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:07.642Z] 1.2.2-dev.30 [2020-09-23T18:04:07.642Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:07.642Z] master [2020-09-23T18:04:07.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:08.169Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:08.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:08.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-23T18:04:08.466Z] d27bf0d2baed: Preparing [2020-09-23T18:04:08.466Z] 6388c6efa2f5: Preparing [2020-09-23T18:04:08.466Z] 70cc38e08cf9: Preparing [2020-09-23T18:04:08.466Z] 5812a117a730: Preparing [2020-09-23T18:04:08.466Z] 50644c29ef5a: Preparing [2020-09-23T18:04:08.466Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:08.727Z] 70cc38e08cf9: Pushed [2020-09-23T18:04:08.727Z] 6388c6efa2f5: Pushed [2020-09-23T18:04:08.727Z] 5812a117a730: Pushed [2020-09-23T18:04:09.305Z] d27bf0d2baed: Pushed [2020-09-23T18:04:09.567Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:09.871Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:10.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.30 [2020-09-23T18:04:10.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-23T18:04:10.169Z] d27bf0d2baed: Preparing [2020-09-23T18:04:10.169Z] 6388c6efa2f5: Preparing [2020-09-23T18:04:10.169Z] 70cc38e08cf9: Preparing [2020-09-23T18:04:10.169Z] 5812a117a730: Preparing [2020-09-23T18:04:10.169Z] 50644c29ef5a: Preparing [2020-09-23T18:04:10.169Z] 6388c6efa2f5: Layer already exists [2020-09-23T18:04:10.169Z] d27bf0d2baed: Layer already exists [2020-09-23T18:04:10.169Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:10.169Z] 5812a117a730: Layer already exists [2020-09-23T18:04:10.169Z] 70cc38e08cf9: Layer already exists [2020-09-23T18:04:10.169Z] 1.2.2-dev.30: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:10.472Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:10.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:10.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-23T18:04:10.772Z] d27bf0d2baed: Preparing [2020-09-23T18:04:10.772Z] 6388c6efa2f5: Preparing [2020-09-23T18:04:10.772Z] 70cc38e08cf9: Preparing [2020-09-23T18:04:10.772Z] 5812a117a730: Preparing [2020-09-23T18:04:10.772Z] 50644c29ef5a: Preparing [2020-09-23T18:04:10.772Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:10.772Z] d27bf0d2baed: Layer already exists [2020-09-23T18:04:10.772Z] 6388c6efa2f5: Layer already exists [2020-09-23T18:04:10.772Z] 70cc38e08cf9: Layer already exists [2020-09-23T18:04:10.772Z] 5812a117a730: Layer already exists [2020-09-23T18:04:10.772Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:11.081Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:11.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-23T18:04:11.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-23T18:04:11.380Z] d27bf0d2baed: Preparing [2020-09-23T18:04:11.380Z] 6388c6efa2f5: Preparing [2020-09-23T18:04:11.380Z] 70cc38e08cf9: Preparing [2020-09-23T18:04:11.380Z] 5812a117a730: Preparing [2020-09-23T18:04:11.380Z] 50644c29ef5a: Preparing [2020-09-23T18:04:11.380Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:11.380Z] 6388c6efa2f5: Layer already exists [2020-09-23T18:04:11.380Z] d27bf0d2baed: Layer already exists [2020-09-23T18:04:11.380Z] 70cc38e08cf9: Layer already exists [2020-09-23T18:04:11.380Z] 5812a117a730: Layer already exists [2020-09-23T18:04:11.380Z] master: digest: sha256:25c6dba96929cc52541a78afbfd74a3d20df1998f0de728f584dc8108ea9fc8d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:04:11.592Z] ===================================================== [Pipeline] echo [2020-09-23T18:04:11.642Z] taggedImages: [2020-09-23T18:04:11.642Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:11.642Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.30 [2020-09-23T18:04:11.642Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:11.642Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-23T18:04:11.715Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-23T18:04:11.715Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:11.715Z] 1.2.2-dev.30 [2020-09-23T18:04:11.715Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:11.715Z] master [2020-09-23T18:04:11.715Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:12.216Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:12.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:12.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-23T18:04:12.512Z] d0740c01dc26: Preparing [2020-09-23T18:04:12.512Z] c993bf006c61: Preparing [2020-09-23T18:04:12.512Z] d8cc3feb9203: Preparing [2020-09-23T18:04:12.512Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:12.512Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:12.512Z] 77243f54d7da: Preparing [2020-09-23T18:04:12.512Z] 3b145bc53348: Preparing [2020-09-23T18:04:12.512Z] 052835a819b3: Preparing [2020-09-23T18:04:12.512Z] d0740c01dc26: Preparing [2020-09-23T18:04:12.512Z] 4bb5c7369a23: Preparing [2020-09-23T18:04:12.512Z] 55e430f1e4e9: Preparing [2020-09-23T18:04:12.512Z] 0b12ffd4a36a: Preparing [2020-09-23T18:04:12.512Z] 50644c29ef5a: Preparing [2020-09-23T18:04:12.512Z] 3b145bc53348: Waiting [2020-09-23T18:04:12.512Z] 052835a819b3: Waiting [2020-09-23T18:04:12.512Z] 4bb5c7369a23: Waiting [2020-09-23T18:04:12.512Z] 55e430f1e4e9: Waiting [2020-09-23T18:04:12.512Z] 0b12ffd4a36a: Waiting [2020-09-23T18:04:12.512Z] 50644c29ef5a: Waiting [2020-09-23T18:04:12.773Z] c993bf006c61: Pushed [2020-09-23T18:04:12.773Z] 77243f54d7da: Pushed [2020-09-23T18:04:12.773Z] d8cc3feb9203: Pushed [2020-09-23T18:04:12.773Z] 6be7d2da5c8f: Pushed [2020-09-23T18:04:12.773Z] 3b145bc53348: Pushed [2020-09-23T18:04:13.033Z] 55e430f1e4e9: Pushed [2020-09-23T18:04:13.033Z] 052835a819b3: Pushed [2020-09-23T18:04:13.033Z] 4bb5c7369a23: Pushed [2020-09-23T18:04:13.033Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:13.293Z] 0b12ffd4a36a: Pushed [2020-09-23T18:04:13.293Z] d0740c01dc26: Pushed [2020-09-23T18:04:13.554Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:13.856Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:14.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.30 [2020-09-23T18:04:14.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-23T18:04:14.154Z] d0740c01dc26: Preparing [2020-09-23T18:04:14.154Z] c993bf006c61: Preparing [2020-09-23T18:04:14.154Z] d8cc3feb9203: Preparing [2020-09-23T18:04:14.154Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:14.154Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:14.154Z] 77243f54d7da: Preparing [2020-09-23T18:04:14.154Z] 3b145bc53348: Preparing [2020-09-23T18:04:14.154Z] 052835a819b3: Preparing [2020-09-23T18:04:14.154Z] d0740c01dc26: Preparing [2020-09-23T18:04:14.154Z] 4bb5c7369a23: Preparing [2020-09-23T18:04:14.154Z] 55e430f1e4e9: Preparing [2020-09-23T18:04:14.154Z] 0b12ffd4a36a: Preparing [2020-09-23T18:04:14.154Z] 50644c29ef5a: Preparing [2020-09-23T18:04:14.154Z] 4bb5c7369a23: Waiting [2020-09-23T18:04:14.154Z] 0b12ffd4a36a: Waiting [2020-09-23T18:04:14.154Z] 55e430f1e4e9: Waiting [2020-09-23T18:04:14.154Z] 50644c29ef5a: Waiting [2020-09-23T18:04:14.154Z] 3b145bc53348: Waiting [2020-09-23T18:04:14.154Z] 052835a819b3: Waiting [2020-09-23T18:04:14.154Z] c993bf006c61: Layer already exists [2020-09-23T18:04:14.154Z] 6be7d2da5c8f: Layer already exists [2020-09-23T18:04:14.154Z] d8cc3feb9203: Layer already exists [2020-09-23T18:04:14.154Z] 77243f54d7da: Layer already exists [2020-09-23T18:04:14.154Z] d0740c01dc26: Layer already exists [2020-09-23T18:04:14.154Z] 3b145bc53348: Layer already exists [2020-09-23T18:04:14.154Z] 052835a819b3: Layer already exists [2020-09-23T18:04:14.154Z] 0b12ffd4a36a: Layer already exists [2020-09-23T18:04:14.154Z] 4bb5c7369a23: Layer already exists [2020-09-23T18:04:14.154Z] 55e430f1e4e9: Layer already exists [2020-09-23T18:04:14.154Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:14.154Z] 1.2.2-dev.30: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:14.458Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:14.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:14.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-23T18:04:14.758Z] d0740c01dc26: Preparing [2020-09-23T18:04:14.758Z] c993bf006c61: Preparing [2020-09-23T18:04:14.758Z] d8cc3feb9203: Preparing [2020-09-23T18:04:14.758Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:14.758Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:14.758Z] 77243f54d7da: Preparing [2020-09-23T18:04:14.758Z] 3b145bc53348: Preparing [2020-09-23T18:04:14.758Z] 052835a819b3: Preparing [2020-09-23T18:04:14.758Z] d0740c01dc26: Preparing [2020-09-23T18:04:14.758Z] 4bb5c7369a23: Preparing [2020-09-23T18:04:14.758Z] 55e430f1e4e9: Preparing [2020-09-23T18:04:14.758Z] 0b12ffd4a36a: Preparing [2020-09-23T18:04:14.758Z] 50644c29ef5a: Preparing [2020-09-23T18:04:14.758Z] 4bb5c7369a23: Waiting [2020-09-23T18:04:14.758Z] 3b145bc53348: Waiting [2020-09-23T18:04:14.758Z] 55e430f1e4e9: Waiting [2020-09-23T18:04:14.758Z] 052835a819b3: Waiting [2020-09-23T18:04:14.758Z] 0b12ffd4a36a: Waiting [2020-09-23T18:04:14.758Z] 50644c29ef5a: Waiting [2020-09-23T18:04:14.758Z] 77243f54d7da: Layer already exists [2020-09-23T18:04:14.758Z] d0740c01dc26: Layer already exists [2020-09-23T18:04:14.758Z] 6be7d2da5c8f: Layer already exists [2020-09-23T18:04:14.758Z] c993bf006c61: Layer already exists [2020-09-23T18:04:14.758Z] d8cc3feb9203: Layer already exists [2020-09-23T18:04:14.758Z] 55e430f1e4e9: Layer already exists [2020-09-23T18:04:14.758Z] 3b145bc53348: Layer already exists [2020-09-23T18:04:14.758Z] 052835a819b3: Layer already exists [2020-09-23T18:04:14.758Z] 0b12ffd4a36a: Layer already exists [2020-09-23T18:04:14.758Z] 4bb5c7369a23: Layer already exists [2020-09-23T18:04:14.758Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:14.758Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:15.061Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:15.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-23T18:04:15.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-23T18:04:15.456Z] d0740c01dc26: Preparing [2020-09-23T18:04:15.456Z] c993bf006c61: Preparing [2020-09-23T18:04:15.456Z] d8cc3feb9203: Preparing [2020-09-23T18:04:15.456Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:15.456Z] 6be7d2da5c8f: Preparing [2020-09-23T18:04:15.456Z] 77243f54d7da: Preparing [2020-09-23T18:04:15.456Z] 3b145bc53348: Preparing [2020-09-23T18:04:15.456Z] 052835a819b3: Preparing [2020-09-23T18:04:15.456Z] d0740c01dc26: Preparing [2020-09-23T18:04:15.456Z] 4bb5c7369a23: Preparing [2020-09-23T18:04:15.456Z] 55e430f1e4e9: Preparing [2020-09-23T18:04:15.456Z] 0b12ffd4a36a: Preparing [2020-09-23T18:04:15.456Z] 50644c29ef5a: Preparing [2020-09-23T18:04:15.456Z] 3b145bc53348: Waiting [2020-09-23T18:04:15.456Z] 052835a819b3: Waiting [2020-09-23T18:04:15.456Z] 4bb5c7369a23: Waiting [2020-09-23T18:04:15.456Z] 55e430f1e4e9: Waiting [2020-09-23T18:04:15.456Z] 0b12ffd4a36a: Waiting [2020-09-23T18:04:15.456Z] 50644c29ef5a: Waiting [2020-09-23T18:04:15.456Z] d8cc3feb9203: Layer already exists [2020-09-23T18:04:15.456Z] 77243f54d7da: Layer already exists [2020-09-23T18:04:15.456Z] c993bf006c61: Layer already exists [2020-09-23T18:04:15.456Z] 6be7d2da5c8f: Layer already exists [2020-09-23T18:04:15.456Z] d0740c01dc26: Layer already exists [2020-09-23T18:04:15.456Z] 3b145bc53348: Layer already exists [2020-09-23T18:04:15.456Z] 052835a819b3: Layer already exists [2020-09-23T18:04:15.456Z] 4bb5c7369a23: Layer already exists [2020-09-23T18:04:15.456Z] 0b12ffd4a36a: Layer already exists [2020-09-23T18:04:15.456Z] 55e430f1e4e9: Layer already exists [2020-09-23T18:04:15.456Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:15.456Z] master: digest: sha256:2a7a276b9188257a9c8f1716fc69c2d42945540ea0516b627d1b4fe66a93ce95 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-09-23T18:04:15.624Z] 25b303627fd3: Pull complete [2020-09-23T18:04:15.624Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-23T18:04:15.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-23T18:04:15.624Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] echo [2020-09-23T18:04:15.656Z] ===================================================== [Pipeline] withDockerContainer [2020-09-23T18:04:15.948Z] prd-ubuntu18.04-docker-arm64-4c-16g-1044 does not seem to be running inside a container [2020-09-23T18:04:16.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:04:19.570Z] $ docker top 0bd5559594c099b3c81c6a499383756e2736d5d1e662d1b68ec5411c43ea8f80 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-09-23T18:04:19.945Z] taggedImages: [2020-09-23T18:04:19.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:19.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.30 [2020-09-23T18:04:19.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:19.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] sh [Pipeline] echo [2020-09-23T18:04:20.073Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-23T18:04:20.073Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:20.073Z] 1.2.2-dev.30 [2020-09-23T18:04:20.073Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:20.073Z] master [2020-09-23T18:04:20.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:20.578Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:20.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:20.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-23T18:04:20.878Z] 4d5559b3dd77: Preparing [2020-09-23T18:04:20.878Z] 6d6c79286852: Preparing [2020-09-23T18:04:20.878Z] 21f63d858577: Preparing [2020-09-23T18:04:20.878Z] 37635e78b9ed: Preparing [2020-09-23T18:04:20.878Z] 9dbab0569b0e: Preparing [2020-09-23T18:04:20.878Z] 023484a254b9: Preparing [2020-09-23T18:04:20.878Z] 18e7a75bccd2: Preparing [2020-09-23T18:04:20.878Z] c6208f64bdf4: Preparing [2020-09-23T18:04:20.878Z] 5ae26822528c: Preparing [2020-09-23T18:04:20.878Z] 15faaa1dbf32: Preparing [2020-09-23T18:04:20.878Z] 1b3ee35aacca: Preparing [2020-09-23T18:04:20.878Z] c6208f64bdf4: Waiting [2020-09-23T18:04:20.878Z] 5ae26822528c: Waiting [2020-09-23T18:04:20.878Z] 15faaa1dbf32: Waiting [2020-09-23T18:04:20.878Z] 1b3ee35aacca: Waiting [2020-09-23T18:04:20.878Z] 023484a254b9: Waiting [2020-09-23T18:04:20.878Z] 18e7a75bccd2: Waiting [2020-09-23T18:04:20.965Z] + docker-compose build --help [2020-09-23T18:04:20.965Z] + grep parallel [2020-09-23T18:04:21.148Z] 6d6c79286852: Pushed [2020-09-23T18:04:21.148Z] 4d5559b3dd77: Pushed [2020-09-23T18:04:21.148Z] 023484a254b9: Pushed [2020-09-23T18:04:21.148Z] 18e7a75bccd2: Pushed [2020-09-23T18:04:21.408Z] c6208f64bdf4: Pushed [2020-09-23T18:04:21.408Z] 5ae26822528c: Pushed [2020-09-23T18:04:21.408Z] 1b3ee35aacca: Layer already exists [2020-09-23T18:04:21.668Z] 21f63d858577: Pushed [2020-09-23T18:04:21.668Z] 15faaa1dbf32: Pushed [2020-09-23T18:04:21.928Z] 37635e78b9ed: Pushed [2020-09-23T18:04:21.928Z] 9dbab0569b0e: Pushed [2020-09-23T18:04:22.188Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:22.519Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:22.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.30 [2020-09-23T18:04:22.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-23T18:04:22.924Z] 4d5559b3dd77: Preparing [2020-09-23T18:04:22.924Z] 6d6c79286852: Preparing [2020-09-23T18:04:22.924Z] 21f63d858577: Preparing [2020-09-23T18:04:22.924Z] 37635e78b9ed: Preparing [2020-09-23T18:04:22.924Z] 9dbab0569b0e: Preparing [2020-09-23T18:04:22.924Z] 023484a254b9: Preparing [2020-09-23T18:04:22.924Z] 18e7a75bccd2: Preparing [2020-09-23T18:04:22.924Z] c6208f64bdf4: Preparing [2020-09-23T18:04:22.924Z] 5ae26822528c: Preparing [2020-09-23T18:04:22.924Z] 15faaa1dbf32: Preparing [2020-09-23T18:04:22.924Z] 1b3ee35aacca: Preparing [2020-09-23T18:04:22.924Z] 023484a254b9: Waiting [2020-09-23T18:04:22.924Z] 18e7a75bccd2: Waiting [2020-09-23T18:04:22.924Z] c6208f64bdf4: Waiting [2020-09-23T18:04:22.924Z] 5ae26822528c: Waiting [2020-09-23T18:04:22.924Z] 15faaa1dbf32: Waiting [2020-09-23T18:04:22.924Z] 1b3ee35aacca: Waiting [2020-09-23T18:04:22.924Z] 4d5559b3dd77: Layer already exists [2020-09-23T18:04:22.924Z] 6d6c79286852: Layer already exists [2020-09-23T18:04:22.924Z] 21f63d858577: Layer already exists [2020-09-23T18:04:22.924Z] 37635e78b9ed: Layer already exists [2020-09-23T18:04:22.924Z] 9dbab0569b0e: Layer already exists [2020-09-23T18:04:22.924Z] 18e7a75bccd2: Layer already exists [2020-09-23T18:04:22.924Z] 023484a254b9: Layer already exists [2020-09-23T18:04:22.924Z] 15faaa1dbf32: Layer already exists [2020-09-23T18:04:22.924Z] c6208f64bdf4: Layer already exists [2020-09-23T18:04:22.924Z] 5ae26822528c: Layer already exists [2020-09-23T18:04:22.924Z] 1b3ee35aacca: Layer already exists [2020-09-23T18:04:22.924Z] 1.2.2-dev.30: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:23.233Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:23.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:23.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-23T18:04:23.530Z] 4d5559b3dd77: Preparing [2020-09-23T18:04:23.530Z] 6d6c79286852: Preparing [2020-09-23T18:04:23.530Z] 21f63d858577: Preparing [2020-09-23T18:04:23.530Z] 37635e78b9ed: Preparing [2020-09-23T18:04:23.530Z] 9dbab0569b0e: Preparing [2020-09-23T18:04:23.530Z] 023484a254b9: Preparing [2020-09-23T18:04:23.531Z] 18e7a75bccd2: Preparing [2020-09-23T18:04:23.531Z] c6208f64bdf4: Preparing [2020-09-23T18:04:23.531Z] 5ae26822528c: Preparing [2020-09-23T18:04:23.531Z] 15faaa1dbf32: Preparing [2020-09-23T18:04:23.531Z] 1b3ee35aacca: Preparing [2020-09-23T18:04:23.531Z] 023484a254b9: Waiting [2020-09-23T18:04:23.531Z] 18e7a75bccd2: Waiting [2020-09-23T18:04:23.531Z] c6208f64bdf4: Waiting [2020-09-23T18:04:23.531Z] 5ae26822528c: Waiting [2020-09-23T18:04:23.531Z] 15faaa1dbf32: Waiting [2020-09-23T18:04:23.531Z] 1b3ee35aacca: Waiting [2020-09-23T18:04:23.531Z] 6d6c79286852: Layer already exists [2020-09-23T18:04:23.531Z] 4d5559b3dd77: Layer already exists [2020-09-23T18:04:23.531Z] 21f63d858577: Layer already exists [2020-09-23T18:04:23.531Z] 9dbab0569b0e: Layer already exists [2020-09-23T18:04:23.531Z] 37635e78b9ed: Layer already exists [2020-09-23T18:04:23.531Z] 023484a254b9: Layer already exists [2020-09-23T18:04:23.531Z] 18e7a75bccd2: Layer already exists [2020-09-23T18:04:23.531Z] 5ae26822528c: Layer already exists [2020-09-23T18:04:23.531Z] 15faaa1dbf32: Layer already exists [2020-09-23T18:04:23.531Z] c6208f64bdf4: Layer already exists [2020-09-23T18:04:23.531Z] 1b3ee35aacca: Layer already exists [2020-09-23T18:04:23.531Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:23.832Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:24.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-23T18:04:24.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-23T18:04:24.138Z] 4d5559b3dd77: Preparing [2020-09-23T18:04:24.138Z] 6d6c79286852: Preparing [2020-09-23T18:04:24.138Z] 21f63d858577: Preparing [2020-09-23T18:04:24.138Z] 37635e78b9ed: Preparing [2020-09-23T18:04:24.138Z] 9dbab0569b0e: Preparing [2020-09-23T18:04:24.138Z] 023484a254b9: Preparing [2020-09-23T18:04:24.138Z] 18e7a75bccd2: Preparing [2020-09-23T18:04:24.138Z] c6208f64bdf4: Preparing [2020-09-23T18:04:24.138Z] 5ae26822528c: Preparing [2020-09-23T18:04:24.138Z] 15faaa1dbf32: Preparing [2020-09-23T18:04:24.138Z] 1b3ee35aacca: Preparing [2020-09-23T18:04:24.138Z] c6208f64bdf4: Waiting [2020-09-23T18:04:24.138Z] 18e7a75bccd2: Waiting [2020-09-23T18:04:24.138Z] 5ae26822528c: Waiting [2020-09-23T18:04:24.138Z] 15faaa1dbf32: Waiting [2020-09-23T18:04:24.138Z] 1b3ee35aacca: Waiting [2020-09-23T18:04:24.138Z] 023484a254b9: Waiting [2020-09-23T18:04:24.138Z] 4d5559b3dd77: Layer already exists [2020-09-23T18:04:24.138Z] 21f63d858577: Layer already exists [2020-09-23T18:04:24.138Z] 37635e78b9ed: Layer already exists [2020-09-23T18:04:24.138Z] 9dbab0569b0e: Layer already exists [2020-09-23T18:04:24.138Z] 6d6c79286852: Layer already exists [2020-09-23T18:04:24.138Z] 023484a254b9: Layer already exists [2020-09-23T18:04:24.138Z] 15faaa1dbf32: Layer already exists [2020-09-23T18:04:24.138Z] 18e7a75bccd2: Layer already exists [2020-09-23T18:04:24.138Z] 5ae26822528c: Layer already exists [2020-09-23T18:04:24.138Z] c6208f64bdf4: Layer already exists [2020-09-23T18:04:24.138Z] 1b3ee35aacca: Layer already exists [2020-09-23T18:04:24.138Z] master: digest: sha256:453db6832cfbbf3c07c125117f725efc738e460185a15f12d44a47a895b93a10 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-09-23T18:04:24.346Z] --parallel Build images in parallel. [Pipeline] echo [2020-09-23T18:04:24.378Z] ===================================================== [Pipeline] } [2020-09-23T18:04:24.429Z] $ docker stop --time=1 0bd5559594c099b3c81c6a499383756e2736d5d1e662d1b68ec5411c43ea8f80 [2020-09-23T18:04:26.411Z] $ docker rm -f 0bd5559594c099b3c81c6a499383756e2736d5d1e662d1b68ec5411c43ea8f80 [Pipeline] // withDockerContainer [Pipeline] echo [2020-09-23T18:04:26.685Z] taggedImages: [2020-09-23T18:04:26.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:26.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.30 [2020-09-23T18:04:26.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:26.685Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-23T18:04:26.766Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-23T18:04:26.766Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:26.766Z] 1.2.2-dev.30 [2020-09-23T18:04:26.766Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:26.766Z] master [2020-09-23T18:04:26.766Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-09-23T18:04:27.298Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:27.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:27.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-23T18:04:27.597Z] faae4377802f: Preparing [2020-09-23T18:04:27.597Z] 57f9b3ef3c70: Preparing [2020-09-23T18:04:27.597Z] 038b1a166cb3: Preparing [2020-09-23T18:04:27.597Z] 5bcef5012918: Preparing [2020-09-23T18:04:27.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-23T18:04:27.701Z] . [Pipeline] withDockerContainer [2020-09-23T18:04:27.860Z] faae4377802f: Pushed [2020-09-23T18:04:27.860Z] 038b1a166cb3: Pushed [2020-09-23T18:04:27.860Z] 5bcef5012918: Pushed [2020-09-23T18:04:27.968Z] prd-ubuntu18.04-docker-arm64-4c-16g-1044 does not seem to be running inside a container [2020-09-23T18:04:28.122Z] $ 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/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:04:28.431Z] 57f9b3ef3c70: Pushed [2020-09-23T18:04:28.692Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 [2020-09-23T18:04:29.580Z] $ docker top efd9916a684eb0fb3ddad25670f45c9eb2b9255c82f332371f94c6653bded322 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:30.392Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:30.638Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-23T18:04:30.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.30 [2020-09-23T18:04:30.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-23T18:04:30.685Z] faae4377802f: Preparing [2020-09-23T18:04:30.685Z] 57f9b3ef3c70: Preparing [2020-09-23T18:04:30.685Z] 038b1a166cb3: Preparing [2020-09-23T18:04:30.685Z] 5bcef5012918: Preparing [2020-09-23T18:04:30.685Z] 038b1a166cb3: Layer already exists [2020-09-23T18:04:30.685Z] 5bcef5012918: Layer already exists [2020-09-23T18:04:30.685Z] 57f9b3ef3c70: Layer already exists [2020-09-23T18:04:30.685Z] faae4377802f: Layer already exists [2020-09-23T18:04:30.685Z] 1.2.2-dev.30: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:30.984Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:31.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:31.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-23T18:04:31.278Z] faae4377802f: Preparing [2020-09-23T18:04:31.278Z] 57f9b3ef3c70: Preparing [2020-09-23T18:04:31.278Z] 038b1a166cb3: Preparing [2020-09-23T18:04:31.278Z] 5bcef5012918: Preparing [2020-09-23T18:04:31.278Z] 038b1a166cb3: Layer already exists [2020-09-23T18:04:31.278Z] 5bcef5012918: Layer already exists [2020-09-23T18:04:31.278Z] 57f9b3ef3c70: Layer already exists [2020-09-23T18:04:31.278Z] faae4377802f: Layer already exists [2020-09-23T18:04:31.278Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:31.589Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:31.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-23T18:04:31.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-23T18:04:31.886Z] faae4377802f: Preparing [2020-09-23T18:04:31.886Z] 57f9b3ef3c70: Preparing [2020-09-23T18:04:31.886Z] 038b1a166cb3: Preparing [2020-09-23T18:04:31.886Z] 5bcef5012918: Preparing [2020-09-23T18:04:31.886Z] 57f9b3ef3c70: Layer already exists [2020-09-23T18:04:31.886Z] 5bcef5012918: Layer already exists [2020-09-23T18:04:31.886Z] 038b1a166cb3: Layer already exists [2020-09-23T18:04:31.886Z] faae4377802f: Layer already exists [2020-09-23T18:04:31.886Z] master: digest: sha256:6ccdc5634cd68d219e09982cdd8775c54554693516458a4503b1a397527e69dc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:04:32.110Z] ===================================================== [Pipeline] echo [2020-09-23T18:04:32.166Z] taggedImages: [2020-09-23T18:04:32.166Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:32.166Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.30 [2020-09-23T18:04:32.166Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:32.166Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-23T18:04:32.230Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-23T18:04:32.230Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:32.231Z] 1.2.2-dev.30 [2020-09-23T18:04:32.231Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:32.231Z] master [2020-09-23T18:04:32.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:32.733Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:33.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:33.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-23T18:04:33.031Z] ab5da7dd1ab3: Preparing [2020-09-23T18:04:33.031Z] 2232a582029a: Preparing [2020-09-23T18:04:33.031Z] 9f964db3f8e9: Preparing [2020-09-23T18:04:33.031Z] 97154056029b: Preparing [2020-09-23T18:04:33.031Z] 59937bd364ba: Preparing [2020-09-23T18:04:33.031Z] 05f2572e35dc: Preparing [2020-09-23T18:04:33.031Z] 05f2572e35dc: Waiting [2020-09-23T18:04:33.295Z] 9f964db3f8e9: Pushed [2020-09-23T18:04:33.295Z] ab5da7dd1ab3: Pushed [2020-09-23T18:04:33.295Z] 97154056029b: Pushed [2020-09-23T18:04:33.557Z] 59937bd364ba: Pushed [2020-09-23T18:04:33.557Z] 05f2572e35dc: Pushed [2020-09-23T18:04:34.017Z] Building docker-core-command-go ... [2020-09-23T18:04:34.017Z] Building docker-core-data-go ... [2020-09-23T18:04:34.017Z] Building docker-core-metadata-go ... [2020-09-23T18:04:34.017Z] Building docker-security-proxy-setup-go ... [2020-09-23T18:04:34.017Z] Building docker-security-secrets-setup-go ... [2020-09-23T18:04:34.017Z] Building docker-security-secretstore-setup-go ... [2020-09-23T18:04:34.017Z] Building docker-support-logging-go ... [2020-09-23T18:04:34.017Z] Building docker-support-notifications-go ... [2020-09-23T18:04:34.017Z] Building docker-support-scheduler-go ... [2020-09-23T18:04:34.017Z] Building docker-sys-mgmt-agent-go ... [2020-09-23T18:04:34.017Z] Building docker-support-scheduler-go [2020-09-23T18:04:34.017Z] Building docker-support-logging-go [2020-09-23T18:04:34.017Z] Building docker-sys-mgmt-agent-go [2020-09-23T18:04:34.017Z] Building docker-security-proxy-setup-go [2020-09-23T18:04:34.017Z] Building docker-core-metadata-go [2020-09-23T18:04:34.129Z] 2232a582029a: Pushed [2020-09-23T18:04:34.390Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:35.262Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:35.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.30 [2020-09-23T18:04:35.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-23T18:04:35.556Z] ab5da7dd1ab3: Preparing [2020-09-23T18:04:35.556Z] 2232a582029a: Preparing [2020-09-23T18:04:35.556Z] 9f964db3f8e9: Preparing [2020-09-23T18:04:35.556Z] 97154056029b: Preparing [2020-09-23T18:04:35.556Z] 59937bd364ba: Preparing [2020-09-23T18:04:35.556Z] 05f2572e35dc: Preparing [2020-09-23T18:04:35.556Z] 05f2572e35dc: Waiting [2020-09-23T18:04:35.556Z] 2232a582029a: Layer already exists [2020-09-23T18:04:35.556Z] 9f964db3f8e9: Layer already exists [2020-09-23T18:04:35.556Z] ab5da7dd1ab3: Layer already exists [2020-09-23T18:04:35.556Z] 59937bd364ba: Layer already exists [2020-09-23T18:04:35.556Z] 97154056029b: Layer already exists [2020-09-23T18:04:35.556Z] 05f2572e35dc: Layer already exists [2020-09-23T18:04:35.556Z] 1.2.2-dev.30: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:35.863Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:36.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:36.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-23T18:04:36.162Z] ab5da7dd1ab3: Preparing [2020-09-23T18:04:36.162Z] 2232a582029a: Preparing [2020-09-23T18:04:36.162Z] 9f964db3f8e9: Preparing [2020-09-23T18:04:36.162Z] 97154056029b: Preparing [2020-09-23T18:04:36.162Z] 59937bd364ba: Preparing [2020-09-23T18:04:36.162Z] 05f2572e35dc: Preparing [2020-09-23T18:04:36.162Z] 05f2572e35dc: Waiting [2020-09-23T18:04:36.162Z] 59937bd364ba: Layer already exists [2020-09-23T18:04:36.162Z] 2232a582029a: Layer already exists [2020-09-23T18:04:36.162Z] 9f964db3f8e9: Layer already exists [2020-09-23T18:04:36.162Z] 97154056029b: Layer already exists [2020-09-23T18:04:36.162Z] ab5da7dd1ab3: Layer already exists [2020-09-23T18:04:36.162Z] 05f2572e35dc: Layer already exists [2020-09-23T18:04:36.162Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:36.468Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:36.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-23T18:04:36.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-23T18:04:36.763Z] ab5da7dd1ab3: Preparing [2020-09-23T18:04:36.763Z] 2232a582029a: Preparing [2020-09-23T18:04:36.763Z] 9f964db3f8e9: Preparing [2020-09-23T18:04:36.763Z] 97154056029b: Preparing [2020-09-23T18:04:36.763Z] 59937bd364ba: Preparing [2020-09-23T18:04:36.763Z] 05f2572e35dc: Preparing [2020-09-23T18:04:36.763Z] 05f2572e35dc: Waiting [2020-09-23T18:04:36.763Z] ab5da7dd1ab3: Layer already exists [2020-09-23T18:04:36.763Z] 59937bd364ba: Layer already exists [2020-09-23T18:04:36.763Z] 97154056029b: Layer already exists [2020-09-23T18:04:36.763Z] 2232a582029a: Layer already exists [2020-09-23T18:04:36.763Z] 9f964db3f8e9: Layer already exists [2020-09-23T18:04:36.763Z] 05f2572e35dc: Layer already exists [2020-09-23T18:04:36.763Z] master: digest: sha256:7a7201b20300793e9dca7033538662a5c0507d62a3c2786666d421a6c2ef3d7f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:04:36.965Z] ===================================================== [Pipeline] echo [2020-09-23T18:04:37.014Z] taggedImages: [2020-09-23T18:04:37.014Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:37.014Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.30 [2020-09-23T18:04:37.014Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:37.014Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-23T18:04:37.083Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-23T18:04:37.083Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:37.083Z] 1.2.2-dev.30 [2020-09-23T18:04:37.083Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:37.083Z] master [2020-09-23T18:04:37.083Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:37.652Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:38.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:38.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-23T18:04:38.035Z] a522fce3a0ad: Preparing [2020-09-23T18:04:38.035Z] 1ba51577522e: Preparing [2020-09-23T18:04:38.035Z] 1495e7a51c04: Preparing [2020-09-23T18:04:38.035Z] 1495e7a51c04: Pushed [2020-09-23T18:04:38.035Z] a522fce3a0ad: Pushed [2020-09-23T18:04:39.419Z] 1ba51577522e: Pushed [2020-09-23T18:04:39.419Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:39.721Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:40.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.30 [2020-09-23T18:04:40.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-23T18:04:40.013Z] a522fce3a0ad: Preparing [2020-09-23T18:04:40.013Z] 1ba51577522e: Preparing [2020-09-23T18:04:40.013Z] 1495e7a51c04: Preparing [2020-09-23T18:04:40.013Z] 1495e7a51c04: Layer already exists [2020-09-23T18:04:40.013Z] a522fce3a0ad: Layer already exists [2020-09-23T18:04:40.013Z] 1ba51577522e: Layer already exists [2020-09-23T18:04:40.013Z] 1.2.2-dev.30: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:40.311Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:40.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:40.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-23T18:04:40.604Z] a522fce3a0ad: Preparing [2020-09-23T18:04:40.604Z] 1ba51577522e: Preparing [2020-09-23T18:04:40.604Z] 1495e7a51c04: Preparing [2020-09-23T18:04:40.604Z] 1495e7a51c04: Layer already exists [2020-09-23T18:04:40.604Z] a522fce3a0ad: Layer already exists [2020-09-23T18:04:40.604Z] 1ba51577522e: Layer already exists [2020-09-23T18:04:40.604Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:40.905Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:41.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-23T18:04:41.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-23T18:04:41.197Z] a522fce3a0ad: Preparing [2020-09-23T18:04:41.197Z] 1ba51577522e: Preparing [2020-09-23T18:04:41.197Z] 1495e7a51c04: Preparing [2020-09-23T18:04:41.197Z] 1ba51577522e: Layer already exists [2020-09-23T18:04:41.197Z] a522fce3a0ad: Layer already exists [2020-09-23T18:04:41.197Z] 1495e7a51c04: Layer already exists [2020-09-23T18:04:41.197Z] master: digest: sha256:35a61eae4383497ca06a8aa6f2c0e4ce73b94090f366ae26ca7e74a31a6142ce size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:04:41.410Z] ===================================================== [Pipeline] echo [2020-09-23T18:04:41.461Z] taggedImages: [2020-09-23T18:04:41.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:41.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.30 [2020-09-23T18:04:41.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:41.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-23T18:04:41.544Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-23T18:04:41.544Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:41.544Z] 1.2.2-dev.30 [2020-09-23T18:04:41.544Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:41.544Z] master [2020-09-23T18:04:41.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:42.024Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:42.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:42.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-23T18:04:42.327Z] 88f18f8a57be: Preparing [2020-09-23T18:04:42.327Z] 253a81493e67: Preparing [2020-09-23T18:04:42.327Z] cbf1b68cf740: Preparing [2020-09-23T18:04:42.327Z] 6e38a4c4530f: Preparing [2020-09-23T18:04:42.327Z] f4cd487adeb8: Preparing [2020-09-23T18:04:42.327Z] 2b74ea434ea5: Preparing [2020-09-23T18:04:42.327Z] e2ad8006e73a: Preparing [2020-09-23T18:04:42.327Z] 527eef706b20: Preparing [2020-09-23T18:04:42.327Z] 224742e9e948: Preparing [2020-09-23T18:04:42.327Z] 5391e5290f13: Preparing [2020-09-23T18:04:42.327Z] 13baed61c795: Preparing [2020-09-23T18:04:42.327Z] 51d6d3d09136: Preparing [2020-09-23T18:04:42.327Z] 1507bc794612: Preparing [2020-09-23T18:04:42.327Z] 50644c29ef5a: Preparing [2020-09-23T18:04:42.327Z] 5391e5290f13: Waiting [2020-09-23T18:04:42.327Z] 13baed61c795: Waiting [2020-09-23T18:04:42.327Z] 2b74ea434ea5: Waiting [2020-09-23T18:04:42.327Z] e2ad8006e73a: Waiting [2020-09-23T18:04:42.327Z] 51d6d3d09136: Waiting [2020-09-23T18:04:42.327Z] 527eef706b20: Waiting [2020-09-23T18:04:42.327Z] 1507bc794612: Waiting [2020-09-23T18:04:42.327Z] 224742e9e948: Waiting [2020-09-23T18:04:42.327Z] 50644c29ef5a: Waiting [2020-09-23T18:04:42.596Z] f4cd487adeb8: Pushed [2020-09-23T18:04:42.596Z] 88f18f8a57be: Pushed [2020-09-23T18:04:42.857Z] 6e38a4c4530f: Pushed [2020-09-23T18:04:42.857Z] 527eef706b20: Layer already exists [2020-09-23T18:04:42.857Z] e2ad8006e73a: Pushed [2020-09-23T18:04:42.857Z] 224742e9e948: Layer already exists [2020-09-23T18:04:42.857Z] 5391e5290f13: Layer already exists [2020-09-23T18:04:43.119Z] 253a81493e67: Pushed [2020-09-23T18:04:43.119Z] 13baed61c795: Layer already exists [2020-09-23T18:04:43.119Z] 51d6d3d09136: Layer already exists [2020-09-23T18:04:43.119Z] 1507bc794612: Layer already exists [2020-09-23T18:04:43.119Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:43.382Z] 2b74ea434ea5: Pushed [2020-09-23T18:04:46.690Z] cbf1b68cf740: Pushed [2020-09-23T18:04:46.690Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:46.990Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:47.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.30 [2020-09-23T18:04:47.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-23T18:04:47.284Z] 88f18f8a57be: Preparing [2020-09-23T18:04:47.284Z] 253a81493e67: Preparing [2020-09-23T18:04:47.284Z] cbf1b68cf740: Preparing [2020-09-23T18:04:47.284Z] 6e38a4c4530f: Preparing [2020-09-23T18:04:47.284Z] f4cd487adeb8: Preparing [2020-09-23T18:04:47.284Z] 2b74ea434ea5: Preparing [2020-09-23T18:04:47.284Z] e2ad8006e73a: Preparing [2020-09-23T18:04:47.284Z] 527eef706b20: Preparing [2020-09-23T18:04:47.284Z] 224742e9e948: Preparing [2020-09-23T18:04:47.284Z] 5391e5290f13: Preparing [2020-09-23T18:04:47.284Z] 13baed61c795: Preparing [2020-09-23T18:04:47.284Z] 51d6d3d09136: Preparing [2020-09-23T18:04:47.284Z] 1507bc794612: Preparing [2020-09-23T18:04:47.284Z] 50644c29ef5a: Preparing [2020-09-23T18:04:47.284Z] 51d6d3d09136: Waiting [2020-09-23T18:04:47.284Z] 1507bc794612: Waiting [2020-09-23T18:04:47.284Z] 50644c29ef5a: Waiting [2020-09-23T18:04:47.284Z] 2b74ea434ea5: Waiting [2020-09-23T18:04:47.284Z] e2ad8006e73a: Waiting [2020-09-23T18:04:47.284Z] 527eef706b20: Waiting [2020-09-23T18:04:47.284Z] 224742e9e948: Waiting [2020-09-23T18:04:47.284Z] 5391e5290f13: Waiting [2020-09-23T18:04:47.284Z] 13baed61c795: Waiting [2020-09-23T18:04:47.284Z] 253a81493e67: Layer already exists [2020-09-23T18:04:47.284Z] 88f18f8a57be: Layer already exists [2020-09-23T18:04:47.284Z] cbf1b68cf740: Layer already exists [2020-09-23T18:04:47.284Z] f4cd487adeb8: Layer already exists [2020-09-23T18:04:47.284Z] e2ad8006e73a: Layer already exists [2020-09-23T18:04:47.284Z] 6e38a4c4530f: Layer already exists [2020-09-23T18:04:47.284Z] 527eef706b20: Layer already exists [2020-09-23T18:04:47.284Z] 2b74ea434ea5: Layer already exists [2020-09-23T18:04:47.284Z] 224742e9e948: Layer already exists [2020-09-23T18:04:47.284Z] 51d6d3d09136: Layer already exists [2020-09-23T18:04:47.284Z] 5391e5290f13: Layer already exists [2020-09-23T18:04:47.284Z] 13baed61c795: Layer already exists [2020-09-23T18:04:47.284Z] 1507bc794612: Layer already exists [2020-09-23T18:04:47.284Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:47.284Z] 1.2.2-dev.30: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:47.583Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:47.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:47.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-23T18:04:47.878Z] 88f18f8a57be: Preparing [2020-09-23T18:04:47.878Z] 253a81493e67: Preparing [2020-09-23T18:04:47.878Z] cbf1b68cf740: Preparing [2020-09-23T18:04:47.878Z] 6e38a4c4530f: Preparing [2020-09-23T18:04:47.878Z] f4cd487adeb8: Preparing [2020-09-23T18:04:47.878Z] 2b74ea434ea5: Preparing [2020-09-23T18:04:47.878Z] e2ad8006e73a: Preparing [2020-09-23T18:04:47.878Z] 527eef706b20: Preparing [2020-09-23T18:04:47.878Z] 224742e9e948: Preparing [2020-09-23T18:04:47.878Z] 5391e5290f13: Preparing [2020-09-23T18:04:47.878Z] 13baed61c795: Preparing [2020-09-23T18:04:47.878Z] 51d6d3d09136: Preparing [2020-09-23T18:04:47.878Z] 1507bc794612: Preparing [2020-09-23T18:04:47.878Z] 50644c29ef5a: Preparing [2020-09-23T18:04:47.878Z] 5391e5290f13: Waiting [2020-09-23T18:04:47.878Z] 13baed61c795: Waiting [2020-09-23T18:04:47.878Z] 51d6d3d09136: Waiting [2020-09-23T18:04:47.878Z] 2b74ea434ea5: Waiting [2020-09-23T18:04:47.878Z] e2ad8006e73a: Waiting [2020-09-23T18:04:47.878Z] 1507bc794612: Waiting [2020-09-23T18:04:47.878Z] 50644c29ef5a: Waiting [2020-09-23T18:04:47.878Z] 527eef706b20: Waiting [2020-09-23T18:04:47.878Z] 224742e9e948: Waiting [2020-09-23T18:04:47.878Z] 88f18f8a57be: Layer already exists [2020-09-23T18:04:47.878Z] 253a81493e67: Layer already exists [2020-09-23T18:04:47.878Z] 6e38a4c4530f: Layer already exists [2020-09-23T18:04:47.878Z] cbf1b68cf740: Layer already exists [2020-09-23T18:04:47.878Z] f4cd487adeb8: Layer already exists [2020-09-23T18:04:47.878Z] 2b74ea434ea5: Layer already exists [2020-09-23T18:04:47.878Z] e2ad8006e73a: Layer already exists [2020-09-23T18:04:47.878Z] 5391e5290f13: Layer already exists [2020-09-23T18:04:47.878Z] 224742e9e948: Layer already exists [2020-09-23T18:04:47.878Z] 527eef706b20: Layer already exists [2020-09-23T18:04:47.878Z] 13baed61c795: Layer already exists [2020-09-23T18:04:47.878Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:47.878Z] 51d6d3d09136: Layer already exists [2020-09-23T18:04:47.878Z] 1507bc794612: Layer already exists [2020-09-23T18:04:47.878Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:48.175Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:04:48.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-23T18:04:48.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-23T18:04:48.467Z] 88f18f8a57be: Preparing [2020-09-23T18:04:48.467Z] 253a81493e67: Preparing [2020-09-23T18:04:48.467Z] cbf1b68cf740: Preparing [2020-09-23T18:04:48.467Z] 6e38a4c4530f: Preparing [2020-09-23T18:04:48.467Z] f4cd487adeb8: Preparing [2020-09-23T18:04:48.467Z] 2b74ea434ea5: Preparing [2020-09-23T18:04:48.467Z] e2ad8006e73a: Preparing [2020-09-23T18:04:48.467Z] 527eef706b20: Preparing [2020-09-23T18:04:48.467Z] 224742e9e948: Preparing [2020-09-23T18:04:48.467Z] 5391e5290f13: Preparing [2020-09-23T18:04:48.467Z] 13baed61c795: Preparing [2020-09-23T18:04:48.467Z] 51d6d3d09136: Preparing [2020-09-23T18:04:48.467Z] 1507bc794612: Preparing [2020-09-23T18:04:48.467Z] 50644c29ef5a: Preparing [2020-09-23T18:04:48.467Z] 2b74ea434ea5: Waiting [2020-09-23T18:04:48.467Z] e2ad8006e73a: Waiting [2020-09-23T18:04:48.467Z] 527eef706b20: Waiting [2020-09-23T18:04:48.467Z] 5391e5290f13: Waiting [2020-09-23T18:04:48.467Z] 224742e9e948: Waiting [2020-09-23T18:04:48.467Z] 13baed61c795: Waiting [2020-09-23T18:04:48.467Z] 51d6d3d09136: Waiting [2020-09-23T18:04:48.467Z] 1507bc794612: Waiting [2020-09-23T18:04:48.467Z] 50644c29ef5a: Waiting [2020-09-23T18:04:48.467Z] 253a81493e67: Layer already exists [2020-09-23T18:04:48.467Z] cbf1b68cf740: Layer already exists [2020-09-23T18:04:48.467Z] 6e38a4c4530f: Layer already exists [2020-09-23T18:04:48.467Z] f4cd487adeb8: Layer already exists [2020-09-23T18:04:48.467Z] 88f18f8a57be: Layer already exists [2020-09-23T18:04:48.467Z] e2ad8006e73a: Layer already exists [2020-09-23T18:04:48.467Z] 224742e9e948: Layer already exists [2020-09-23T18:04:48.467Z] 527eef706b20: Layer already exists [2020-09-23T18:04:48.467Z] 2b74ea434ea5: Layer already exists [2020-09-23T18:04:48.467Z] 5391e5290f13: Layer already exists [2020-09-23T18:04:48.467Z] 51d6d3d09136: Layer already exists [2020-09-23T18:04:48.467Z] 1507bc794612: Layer already exists [2020-09-23T18:04:48.467Z] 13baed61c795: Layer already exists [2020-09-23T18:04:48.467Z] 50644c29ef5a: Layer already exists [2020-09-23T18:04:48.467Z] master: digest: sha256:64cb12b78c122fe5c9d1c8b51eec222b3ac4005dd095c4f88c7a97a66bc2677a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:04:48.651Z] ===================================================== [Pipeline] echo [2020-09-23T18:04:48.715Z] taggedImages: [2020-09-23T18:04:48.715Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:04:48.715Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.30 [2020-09-23T18:04:48.715Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:04:48.715Z] - 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-23T18:05:55.805Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:05:55.805Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:05:55.805Z] ---> 0f3371311e3c [2020-09-23T18:05:55.805Z] Step 3/27 : WORKDIR /edgex-go [2020-09-23T18:05:55.805Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:05:55.805Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:05:55.805Z] ---> 0f3371311e3c [2020-09-23T18:05:55.805Z] Step 3/21 : WORKDIR /edgex-go [2020-09-23T18:05:55.805Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:05:55.805Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:05:55.805Z] ---> 0f3371311e3c [2020-09-23T18:05:55.805Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T18:05:55.805Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:05:55.805Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:05:55.805Z] ---> 0f3371311e3c [2020-09-23T18:05:55.805Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T18:05:55.805Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:05:55.805Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:05:55.805Z] ---> 0f3371311e3c [2020-09-23T18:05:55.805Z] Step 3/20 : WORKDIR /edgex-go [2020-09-23T18:05:55.805Z] ---> Running in 5d6a33a0163d [2020-09-23T18:05:55.805Z] ---> Running in d6ab7d3ebbc9 [2020-09-23T18:05:55.805Z] ---> Running in 8dd3778331a7 [2020-09-23T18:05:55.805Z] ---> Running in 0d0bac4cd495 [2020-09-23T18:05:55.805Z] ---> Running in feb7db14af57 [2020-09-23T18:05:55.805Z] Removing intermediate container d6ab7d3ebbc9 [2020-09-23T18:05:55.805Z] ---> dcaa58424331 [2020-09-23T18:05:55.805Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:05:55.805Z] Removing intermediate container feb7db14af57 [2020-09-23T18:05:55.805Z] ---> 85270a7ab3ce [2020-09-23T18:05:55.805Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:05:55.805Z] Removing intermediate container 5d6a33a0163d [2020-09-23T18:05:55.805Z] ---> 81f558af9600 [2020-09-23T18:05:55.805Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:05:55.805Z] Removing intermediate container 8dd3778331a7 [2020-09-23T18:05:55.805Z] ---> dd7401e7e00b [2020-09-23T18:05:55.805Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:05:55.805Z] Removing intermediate container 0d0bac4cd495 [2020-09-23T18:05:55.805Z] ---> 05818792ea6f [2020-09-23T18:05:55.805Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:05:55.805Z] ---> Running in e40306fb68b8 [2020-09-23T18:05:55.805Z] ---> Running in b472b74205c9 [2020-09-23T18:05:55.805Z] ---> Running in a7932ee82cac [2020-09-23T18:05:55.805Z] ---> Running in 8c3111e1fca9 [2020-09-23T18:05:55.805Z] ---> Running in bfc96cd740c0 [2020-09-23T18:05:59.220Z] Removing intermediate container e40306fb68b8 [2020-09-23T18:05:59.220Z] ---> 746effb71a70 [2020-09-23T18:05:59.220Z] Step 5/21 : RUN apk update && apk add make git [2020-09-23T18:05:59.220Z] ---> Running in fb4c7c344144 [2020-09-23T18:05:59.493Z] Removing intermediate container b472b74205c9 [2020-09-23T18:05:59.493Z] ---> 9370c3dd6506 [2020-09-23T18:05:59.493Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-23T18:05:59.770Z] Removing intermediate container bfc96cd740c0 [2020-09-23T18:05:59.770Z] ---> 843b91b0db37 [2020-09-23T18:05:59.770Z] Step 5/20 : RUN apk update && apk add make git [2020-09-23T18:05:59.770Z] ---> Running in 87c93a151067 [2020-09-23T18:06:00.047Z] ---> Running in c16a68358ef4 [2020-09-23T18:06:00.047Z] Removing intermediate container 8c3111e1fca9 [2020-09-23T18:06:00.047Z] ---> cfdd26c9a321 [2020-09-23T18:06:00.047Z] Step 5/22 : RUN apk update && apk add make git [2020-09-23T18:06:00.047Z] Removing intermediate container a7932ee82cac [2020-09-23T18:06:00.047Z] ---> c33de9ba12a4 [2020-09-23T18:06:00.047Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-23T18:06:00.323Z] ---> Running in 14c165b2f81c [2020-09-23T18:06:00.323Z] ---> Running in 779a4f728941 [2020-09-23T18:06:01.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:02.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:02.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:02.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:02.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:02.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:02.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:03.470Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:06:03.470Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:06:03.470Z] OK: 12622 distinct packages available [2020-09-23T18:06:03.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:03.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:03.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:06:03.749Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:06:03.749Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:06:03.749Z] OK: 12622 distinct packages available [2020-09-23T18:06:04.024Z] OK: 217 MiB in 51 packages [2020-09-23T18:06:04.299Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:06:04.299Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:06:04.299Z] OK: 12622 distinct packages available [2020-09-23T18:06:04.299Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:06:04.299Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:06:04.299Z] OK: 12622 distinct packages available [2020-09-23T18:06:04.579Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:06:04.579Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:06:04.579Z] OK: 12622 distinct packages available [2020-09-23T18:06:04.579Z] OK: 217 MiB in 51 packages [2020-09-23T18:06:05.180Z] OK: 217 MiB in 51 packages [2020-09-23T18:06:05.180Z] OK: 217 MiB in 51 packages [2020-09-23T18:06:05.456Z] OK: 217 MiB in 51 packages [2020-09-23T18:06:05.456Z] OK: 217 MiB in 51 packages [2020-09-23T18:06:06.065Z] Removing intermediate container fb4c7c344144 [2020-09-23T18:06:06.065Z] ---> 9e08ecbb1bea [2020-09-23T18:06:06.065Z] Step 6/21 : COPY go.mod . [2020-09-23T18:06:07.064Z] ---> 581f39b53e26 [2020-09-23T18:06:07.064Z] Step 7/21 : RUN go mod download [2020-09-23T18:06:07.064Z] Removing intermediate container 14c165b2f81c [2020-09-23T18:06:07.064Z] ---> 2e019843e865 [2020-09-23T18:06:07.064Z] Step 6/22 : COPY go.mod . [2020-09-23T18:06:07.363Z] ---> Running in c958af2aca32 [2020-09-23T18:06:07.657Z] Removing intermediate container 779a4f728941 [2020-09-23T18:06:07.657Z] Removing intermediate container c16a68358ef4 [2020-09-23T18:06:07.657Z] ---> 404d8a0b4bb2 [2020-09-23T18:06:07.657Z] Step 6/20 : COPY go.mod . [2020-09-23T18:06:07.657Z] ---> 5adfdca12bf9 [2020-09-23T18:06:07.657Z] Step 6/27 : COPY go.mod . [2020-09-23T18:06:07.657Z] Removing intermediate container 87c93a151067 [2020-09-23T18:06:07.657Z] ---> 65db13be5577 [2020-09-23T18:06:07.657Z] Step 6/22 : COPY go.mod . [2020-09-23T18:06:08.649Z] ---> ddc63b3810db [2020-09-23T18:06:08.649Z] Step 7/22 : RUN go mod download [2020-09-23T18:06:08.923Z] ---> Running in 895bb62c33c7 [2020-09-23T18:06:08.923Z] ---> 9bfef4e27c05 [2020-09-23T18:06:08.923Z] Step 7/27 : RUN go mod download [2020-09-23T18:06:08.923Z] ---> 399ee5d15d62 [2020-09-23T18:06:08.923Z] ---> 3edf69c6c184 [2020-09-23T18:06:08.923Z] Step 7/22 : RUN go mod download [2020-09-23T18:06:08.923Z] Step 7/20 : RUN go mod download [2020-09-23T18:06:09.205Z] ---> Running in 7fd0e713b798 [2020-09-23T18:06:09.205Z] ---> Running in 26cd044b6a05 [2020-09-23T18:06:09.205Z] ---> Running in dff57ab10930 [2020-09-23T18:06:11.875Z] Removing intermediate container c958af2aca32 [2020-09-23T18:06:11.875Z] ---> f5bc238d42a8 [2020-09-23T18:06:11.875Z] Step 8/21 : COPY . . [2020-09-23T18:06:14.515Z] Removing intermediate container 895bb62c33c7 [2020-09-23T18:06:14.515Z] ---> e55206c1226f [2020-09-23T18:06:14.515Z] Step 8/22 : COPY . . [2020-09-23T18:06:15.113Z] Removing intermediate container 26cd044b6a05 [2020-09-23T18:06:15.113Z] ---> 9d52c315e36b [2020-09-23T18:06:15.113Z] Step 8/27 : COPY . . [2020-09-23T18:06:15.389Z] Removing intermediate container 7fd0e713b798 [2020-09-23T18:06:15.389Z] ---> 843de49683bb [2020-09-23T18:06:15.389Z] Step 8/22 : COPY . . [2020-09-23T18:06:15.667Z] Removing intermediate container dff57ab10930 [2020-09-23T18:06:15.668Z] ---> 484aaaa38d63 [2020-09-23T18:06:15.668Z] Step 8/20 : COPY . . [2020-09-23T18:06:37.889Z] ---> 7d613cf876b6 [2020-09-23T18:06:37.889Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-23T18:06:37.889Z] ---> 396bd0887827 [2020-09-23T18:06:37.889Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-23T18:06:37.889Z] ---> 7e482eebab0c [2020-09-23T18:06:37.889Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-23T18:06:37.889Z] ---> d93211f1f848 [2020-09-23T18:06:37.889Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-23T18:06:37.889Z] ---> 292bfeb692b6 [2020-09-23T18:06:37.889Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-23T18:06:37.889Z] ---> Running in c050116e503e [2020-09-23T18:06:37.889Z] ---> Running in 594c79f4c2a9 [2020-09-23T18:06:37.889Z] ---> Running in 1580e52195cc [2020-09-23T18:06:37.889Z] ---> Running in 5f77439fef30 [2020-09-23T18:06:37.889Z] ---> Running in 1ee19272f9bc [2020-09-23T18:06:38.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-23T18:06:38.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-23T18:06:38.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-23T18:06:39.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-23T18:06:39.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-23T18:08:00.977Z] Removing intermediate container 5f77439fef30 [2020-09-23T18:08:00.977Z] ---> eaa856f529a0 [2020-09-23T18:08:00.977Z] [2020-09-23T18:08:00.977Z] Step 10/20 : FROM alpine [2020-09-23T18:08:00.977Z] latest: Pulling from library/alpine [2020-09-23T18:08:00.977Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-23T18:08:00.977Z] Status: Downloaded newer image for alpine:latest [2020-09-23T18:08:00.977Z] ---> 62ee0e9f8440 [2020-09-23T18:08:00.977Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-23T18:08:00.977Z] ---> Running in c1dbb70579e1 [2020-09-23T18:08:03.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:08:03.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:08:04.929Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:08:04.929Z] v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:08:04.929Z] OK: 12620 distinct packages available [2020-09-23T18:08:05.544Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-23T18:08:05.544Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-23T18:08:05.544Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-23T18:08:05.544Z] (4/4) Installing curl (7.69.1-r1) [2020-09-23T18:08:05.544Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:08:05.832Z] Executing ca-certificates-20191127-r4.trigger [2020-09-23T18:08:06.112Z] OK: 7 MiB in 18 packages [2020-09-23T18:08:09.559Z] Removing intermediate container c1dbb70579e1 [2020-09-23T18:08:09.559Z] ---> 59c5089fd878 [2020-09-23T18:08:09.559Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-23T18:08:09.559Z] ---> Running in 5de5ea55bb67 [2020-09-23T18:08:09.846Z] Removing intermediate container 1ee19272f9bc [2020-09-23T18:08:09.846Z] ---> 6af21d7c1ad9 [2020-09-23T18:08:09.846Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-23T18:08:10.461Z] ---> Running in 3b702984482b [2020-09-23T18:08:10.461Z] Removing intermediate container 5de5ea55bb67 [2020-09-23T18:08:10.461Z] ---> 1782136e0260 [2020-09-23T18:08:10.461Z] Step 13/20 : WORKDIR /edgex [2020-09-23T18:08:11.180Z] ---> Running in 6c45329ac4f6 [2020-09-23T18:08:12.192Z] Removing intermediate container 6c45329ac4f6 [2020-09-23T18:08:12.192Z] ---> 6eb45c58f7dc [2020-09-23T18:08:12.192Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-23T18:08:13.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-23T18:08:13.988Z] ---> 7370cc72fb87 [2020-09-23T18:08:13.988Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-23T18:08:16.693Z] Removing intermediate container 1580e52195cc [2020-09-23T18:08:16.693Z] ---> 9e9fd6e18b0d [2020-09-23T18:08:16.693Z] [2020-09-23T18:08:16.693Z] Step 10/22 : FROM scratch [2020-09-23T18:08:16.693Z] ---> [2020-09-23T18:08:16.693Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-23T18:08:16.693Z] ---> ec1f5fefdb65 [2020-09-23T18:08:16.693Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-23T18:08:16.693Z] ---> Running in ec430930f7dd [2020-09-23T18:08:16.693Z] ---> Running in 444d30c8de8c [2020-09-23T18:08:17.688Z] Removing intermediate container ec430930f7dd [2020-09-23T18:08:17.688Z] ---> 19e48e924f0b [2020-09-23T18:08:17.688Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-23T18:08:17.688Z] Removing intermediate container 444d30c8de8c [2020-09-23T18:08:17.688Z] ---> 45adeb0cd311 [2020-09-23T18:08:17.688Z] Step 17/20 : CMD ["--init=true"] [2020-09-23T18:08:17.969Z] ---> Running in 1e8e26472c65 [2020-09-23T18:08:18.255Z] ---> Running in 7e910c7a2cd8 [2020-09-23T18:08:18.866Z] Removing intermediate container 1e8e26472c65 [2020-09-23T18:08:18.866Z] ---> 2685bb6feb13 [2020-09-23T18:08:18.866Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T18:08:18.866Z] ---> Running in 27ec72b8aeff [2020-09-23T18:08:18.866Z] Removing intermediate container 7e910c7a2cd8 [2020-09-23T18:08:18.866Z] ---> 76d274ede053 [2020-09-23T18:08:18.866Z] Step 18/20 : LABEL arch=arm64 [2020-09-23T18:08:19.478Z] ---> Running in 09c3179418db [2020-09-23T18:08:19.478Z] Removing intermediate container 3b702984482b [2020-09-23T18:08:19.478Z] ---> d0f9a3234f9c [2020-09-23T18:08:19.478Z] [2020-09-23T18:08:19.478Z] Step 11/27 : FROM docker:latest [2020-09-23T18:08:19.478Z] ---> 45884bde0078 [2020-09-23T18:08:19.478Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-23T18:08:19.774Z] Removing intermediate container 27ec72b8aeff [2020-09-23T18:08:19.774Z] ---> 2db2fb74d812 [2020-09-23T18:08:19.774Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-23T18:08:19.774Z] ---> Running in 626ba2e898f4 [2020-09-23T18:08:20.073Z] Removing intermediate container 09c3179418db [2020-09-23T18:08:20.073Z] ---> f25c6d6481cd [2020-09-23T18:08:20.073Z] Step 19/20 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:08:20.367Z] ---> Running in 62b9214f9810 [2020-09-23T18:08:21.008Z] ---> ed6eb758fec1 [2020-09-23T18:08:21.008Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-23T18:08:21.294Z] Removing intermediate container 62b9214f9810 [2020-09-23T18:08:21.294Z] ---> 4f63ce8f2901 [2020-09-23T18:08:21.294Z] Step 20/20 : LABEL version=1.2.2-dev.30 [2020-09-23T18:08:21.599Z] ---> Running in 86c650f5130d [2020-09-23T18:08:22.659Z] Removing intermediate container 86c650f5130d [2020-09-23T18:08:22.659Z] ---> ce397b159aec [2020-09-23T18:08:22.659Z] [2020-09-23T18:08:22.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:08:22.659Z] ---> 5f793541b675 [2020-09-23T18:08:22.659Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-23T18:08:22.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:08:23.299Z] Successfully built ce397b159aec [2020-09-23T18:08:23.299Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-23T18:08:23.299Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-09-23T18:08:23.682Z] (1/2) Installing readline (8.0.4-r0) [2020-09-23T18:08:23.682Z] (2/2) Installing bash (5.0.17-r0) [2020-09-23T18:08:23.682Z] Executing bash-5.0.17-r0.post-install [2020-09-23T18:08:23.682Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:08:23.682Z] OK: 12 MiB in 22 packages [2020-09-23T18:08:24.894Z] ---> 400f96ca33da [2020-09-23T18:08:24.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-23T18:08:27.823Z] ---> b4283965dfc1 [2020-09-23T18:08:27.823Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-23T18:08:28.543Z] Removing intermediate container 626ba2e898f4 [2020-09-23T18:08:28.543Z] ---> ea9df5002fa1 [2020-09-23T18:08:28.543Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-23T18:08:28.878Z] Removing intermediate container c050116e503e [2020-09-23T18:08:28.878Z] ---> 5be977707acd [2020-09-23T18:08:28.878Z] [2020-09-23T18:08:28.878Z] Step 10/21 : FROM scratch [2020-09-23T18:08:28.878Z] ---> [2020-09-23T18:08:28.878Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:08:28.878Z] ---> Running in 88c5590bdca6 [2020-09-23T18:08:28.878Z] ---> Running in e50d6f59b653 [2020-09-23T18:08:29.249Z] ---> Running in 57555a62e7d1 [2020-09-23T18:08:29.955Z] Removing intermediate container 88c5590bdca6 [2020-09-23T18:08:29.955Z] ---> 1bf7544c0975 [2020-09-23T18:08:29.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:08:29.955Z] Removing intermediate container 57555a62e7d1 [2020-09-23T18:08:29.955Z] ---> 10a89551b337 [2020-09-23T18:08:29.955Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-23T18:08:30.610Z] ---> Running in f9bf801ad6ab [2020-09-23T18:08:30.899Z] ---> Running in 68082f57daa1 [2020-09-23T18:08:31.535Z] Removing intermediate container f9bf801ad6ab [2020-09-23T18:08:31.535Z] ---> 54c7ce671d6a [2020-09-23T18:08:31.535Z] Step 20/22 : LABEL arch=arm64 [2020-09-23T18:08:31.832Z] Removing intermediate container 68082f57daa1 [2020-09-23T18:08:31.832Z] ---> 7e15e2dde324 [2020-09-23T18:08:31.832Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-23T18:08:32.141Z] ---> Running in 6e1c25d11b7f [2020-09-23T18:08:32.449Z] ---> Running in 4a6c54cbebc0 [2020-09-23T18:08:32.764Z] Removing intermediate container 594c79f4c2a9 [2020-09-23T18:08:32.764Z] ---> bac807d084fa [2020-09-23T18:08:32.764Z] [2020-09-23T18:08:32.764Z] Step 10/22 : FROM scratch [2020-09-23T18:08:32.764Z] ---> [2020-09-23T18:08:32.764Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:08:32.764Z] Removing intermediate container 6e1c25d11b7f [2020-09-23T18:08:32.764Z] ---> 966865904cbb [2020-09-23T18:08:32.764Z] Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:08:33.063Z] ---> Using cache [2020-09-23T18:08:33.063Z] ---> 10a89551b337 [2020-09-23T18:08:33.063Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-23T18:08:33.366Z] ---> Running in cade88ac9cb8 [2020-09-23T18:08:33.366Z] ---> Running in f0df1410f892 [2020-09-23T18:08:33.366Z] Removing intermediate container e50d6f59b653 [2020-09-23T18:08:33.366Z] ---> 599f3a0cad7e [2020-09-23T18:08:33.366Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-23T18:08:33.672Z] Removing intermediate container 4a6c54cbebc0 [2020-09-23T18:08:33.672Z] ---> ad54ae605093 [2020-09-23T18:08:33.672Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-23T18:08:33.965Z] ---> Running in 9d7847723dba [2020-09-23T18:08:34.276Z] Removing intermediate container f0df1410f892 [2020-09-23T18:08:34.276Z] ---> 6c5d8b3b2d5b [2020-09-23T18:08:34.276Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T18:08:34.276Z] Removing intermediate container cade88ac9cb8 [2020-09-23T18:08:34.276Z] ---> 62044e2ef0fc [2020-09-23T18:08:34.276Z] Step 22/22 : LABEL version=1.2.2-dev.30 [2020-09-23T18:08:34.570Z] ---> Running in 521d30d76b2a [2020-09-23T18:08:34.876Z] ---> 0e49e00b954e [2020-09-23T18:08:34.876Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-23T18:08:34.876Z] ---> Running in 62c3b7398998 [2020-09-23T18:08:34.876Z] Removing intermediate container 9d7847723dba [2020-09-23T18:08:35.200Z] ---> d1a1fbb7aead [2020-09-23T18:08:35.200Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-23T18:08:35.200Z] Removing intermediate container 521d30d76b2a [2020-09-23T18:08:35.200Z] ---> 5c42d66d4d10 [2020-09-23T18:08:35.200Z] Step 14/22 : WORKDIR / [2020-09-23T18:08:35.837Z] ---> Running in b23847d00d04 [2020-09-23T18:08:35.837Z] ---> Running in 9f7a294f5c5b [2020-09-23T18:08:36.151Z] Removing intermediate container 62c3b7398998 [2020-09-23T18:08:36.151Z] ---> 4e939103f64c [2020-09-23T18:08:36.151Z] [2020-09-23T18:08:36.462Z] Successfully built 4e939103f64c [2020-09-23T18:08:36.462Z] Removing intermediate container b23847d00d04 [2020-09-23T18:08:36.462Z] ---> 8f54f26b1b1e [2020-09-23T18:08:36.462Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-23T18:08:36.765Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-23T18:08:36.765Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-09-23T18:08:37.048Z] ---> 4a5affba0e92 [2020-09-23T18:08:37.048Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-23T18:08:37.048Z] Removing intermediate container 9f7a294f5c5b [2020-09-23T18:08:37.048Z] ---> 726bbd0a70ca [2020-09-23T18:08:37.048Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-23T18:08:37.666Z] ---> Running in 73ee3090d2a5 [2020-09-23T18:08:38.312Z] ---> f9e244e9f467 [2020-09-23T18:08:38.312Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-23T18:08:38.854Z] ---> 6eff8bb5f589 [2020-09-23T18:08:38.854Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-23T18:08:39.973Z] Removing intermediate container 73ee3090d2a5 [2020-09-23T18:08:39.973Z] ---> 4fc8ceca27b4 [2020-09-23T18:08:39.973Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-23T18:08:39.973Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:08:39.973Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:08:39.973Z] ---> 0f3371311e3c [2020-09-23T18:08:39.973Z] Step 3/26 : WORKDIR /edgex-go [2020-09-23T18:08:39.973Z] ---> Using cache [2020-09-23T18:08:39.973Z] ---> dd7401e7e00b [2020-09-23T18:08:39.973Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:08:39.973Z] ---> Using cache [2020-09-23T18:08:39.973Z] ---> cfdd26c9a321 [2020-09-23T18:08:39.973Z] Step 5/26 : RUN apk update && apk add make git [2020-09-23T18:08:39.973Z] ---> Using cache [2020-09-23T18:08:39.973Z] ---> 2e019843e865 [2020-09-23T18:08:39.973Z] Step 6/26 : COPY go.mod . [2020-09-23T18:08:39.973Z] ---> Using cache [2020-09-23T18:08:39.973Z] ---> ddc63b3810db [2020-09-23T18:08:39.973Z] Step 7/26 : RUN go mod download [2020-09-23T18:08:39.973Z] ---> Using cache [2020-09-23T18:08:39.973Z] ---> e55206c1226f [2020-09-23T18:08:39.973Z] Step 8/26 : COPY . . [2020-09-23T18:08:40.269Z] ---> Using cache [2020-09-23T18:08:40.269Z] ---> 396bd0887827 [2020-09-23T18:08:40.269Z] 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-23T18:08:41.900Z] ---> Running in b4558f44460d [2020-09-23T18:08:42.203Z] ---> 059194991fb0 [2020-09-23T18:08:42.203Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-23T18:08:42.203Z] ---> Running in 7bace5eda562 [2020-09-23T18:08:43.250Z] ---> 68506a4ef56e [2020-09-23T18:08:43.250Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-23T18:08:43.250Z] Removing intermediate container b4558f44460d [2020-09-23T18:08:43.250Z] ---> 51d64e259405 [2020-09-23T18:08:43.250Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:08:43.578Z] ---> d60c5282bdcd [2020-09-23T18:08:43.578Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-23T18:08:43.925Z] ---> Running in cc6ce612c84c [2020-09-23T18:08:44.250Z] ---> Running in 8e6312c4f76d [2020-09-23T18:08:44.251Z] ---> c8511451b180 [2020-09-23T18:08:44.251Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-23T18:08:44.567Z] Removing intermediate container cc6ce612c84c [2020-09-23T18:08:44.567Z] ---> ea509ff3c07c [2020-09-23T18:08:44.567Z] Step 19/21 : LABEL arch=arm64 [2020-09-23T18:08:44.882Z] ---> Running in 1d4703cfa013 [2020-09-23T18:08:44.882Z] Removing intermediate container 8e6312c4f76d [2020-09-23T18:08:44.882Z] ---> feb0c2b60c6b [2020-09-23T18:08:44.882Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:08:45.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-23T18:08:45.527Z] ---> Running in 8034fade6f6b [2020-09-23T18:08:45.843Z] Removing intermediate container 1d4703cfa013 [2020-09-23T18:08:45.843Z] ---> 03ac132efb01 [2020-09-23T18:08:45.843Z] Step 20/21 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:08:46.168Z] ---> bc388318c296 [2020-09-23T18:08:46.168Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-23T18:08:46.472Z] ---> Running in 03778f93f5f0 [2020-09-23T18:08:46.807Z] Removing intermediate container 8034fade6f6b [2020-09-23T18:08:46.807Z] ---> 680d7645374f [2020-09-23T18:08:46.807Z] Step 20/22 : LABEL arch=arm64 [2020-09-23T18:08:46.807Z] ---> Running in e8ca3a759eed [2020-09-23T18:08:47.145Z] ---> Running in d2c9b33e5017 [2020-09-23T18:08:47.426Z] Removing intermediate container 03778f93f5f0 [2020-09-23T18:08:47.426Z] ---> 0a74b6b4b46b [2020-09-23T18:08:47.426Z] Step 21/21 : LABEL version=1.2.2-dev.30 [2020-09-23T18:08:48.110Z] ---> Running in e2056f20a74a [2020-09-23T18:08:48.412Z] Removing intermediate container d2c9b33e5017 [2020-09-23T18:08:48.412Z] ---> e7a129cf8966 [2020-09-23T18:08:48.412Z] Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:08:48.721Z] ---> Running in f6bfd6276c84 [2020-09-23T18:08:49.046Z] Removing intermediate container e2056f20a74a [2020-09-23T18:08:49.046Z] ---> b07e8521a334 [2020-09-23T18:08:49.046Z] [2020-09-23T18:08:49.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:08:49.652Z] Removing intermediate container f6bfd6276c84 [2020-09-23T18:08:49.652Z] ---> 49aed7b4b8da [2020-09-23T18:08:49.652Z] Step 22/22 : LABEL version=1.2.2-dev.30 [2020-09-23T18:08:49.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:08:49.652Z] Successfully built b07e8521a334 [2020-09-23T18:08:49.943Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-23T18:08:49.943Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-09-23T18:08:50.268Z] ---> Running in b8d915a839e8 [2020-09-23T18:08:50.268Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-23T18:08:50.268Z] (2/33) Installing expat (2.2.9-r1) [2020-09-23T18:08:50.268Z] (3/33) Installing libffi (3.3-r2) [2020-09-23T18:08:50.268Z] (4/33) Installing gdbm (1.13-r1) [2020-09-23T18:08:50.595Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-23T18:08:50.595Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-23T18:08:50.595Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-23T18:08:50.924Z] Removing intermediate container b8d915a839e8 [2020-09-23T18:08:50.924Z] ---> 97f583a22af7 [2020-09-23T18:08:50.924Z] [2020-09-23T18:08:51.588Z] Successfully built 97f583a22af7 [2020-09-23T18:08:51.588Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-23T18:08:51.588Z] Building docker-security-secrets-setup-go [2020-09-23T18:08:52.756Z]  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-23T18:08:52.756Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-23T18:08:52.756Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-23T18:08:52.756Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-23T18:08:52.756Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-23T18:08:52.756Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-23T18:08:52.756Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-23T18:08:52.756Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-23T18:08:52.756Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-23T18:08:52.756Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-23T18:08:52.756Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-23T18:08:52.756Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-23T18:08:52.756Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-23T18:08:52.756Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-23T18:08:52.756Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-23T18:08:52.756Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-23T18:08:53.081Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-23T18:08:53.081Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-23T18:08:53.081Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-23T18:08:53.081Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-23T18:08:53.081Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-23T18:08:53.081Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-23T18:08:53.081Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-23T18:08:53.081Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-23T18:08:53.081Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-23T18:08:53.081Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-23T18:08:53.425Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:08:53.425Z] OK: 71 MiB in 55 packages [2020-09-23T18:09:04.176Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:09:04.176Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:09:04.176Z] ---> 0f3371311e3c [2020-09-23T18:09:04.176Z] Step 3/24 : WORKDIR /edgex-go [2020-09-23T18:09:04.176Z] ---> Using cache [2020-09-23T18:09:04.176Z] ---> dd7401e7e00b [2020-09-23T18:09:04.176Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:09:04.176Z] ---> Using cache [2020-09-23T18:09:04.176Z] ---> cfdd26c9a321 [2020-09-23T18:09:04.176Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-23T18:09:06.349Z] ---> Running in eb43c96e9cbc [2020-09-23T18:09:07.412Z] Removing intermediate container e8ca3a759eed [2020-09-23T18:09:07.412Z] ---> 6674ca52af00 [2020-09-23T18:09:07.412Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-23T18:09:08.047Z] ---> Running in 9ee6f7ece464 [2020-09-23T18:09:09.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:09:09.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:09:10.849Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:09:10.849Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:09:10.849Z] OK: 12622 distinct packages available [2020-09-23T18:09:11.499Z] OK: 217 MiB in 51 packages [2020-09-23T18:09:15.070Z] Removing intermediate container eb43c96e9cbc [2020-09-23T18:09:15.070Z] ---> eed8e5fb135d [2020-09-23T18:09:15.070Z] Step 6/24 : COPY go.mod . [2020-09-23T18:09:15.713Z] Collecting docker-compose==1.23.2 [2020-09-23T18:09:16.007Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-23T18:09:16.299Z] ---> 561bb252eb98 [2020-09-23T18:09:16.299Z] Step 7/24 : RUN go mod download [2020-09-23T18:09:16.933Z] ---> Running in 8d673e7d37c7 [2020-09-23T18:09:17.233Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-23T18:09:17.233Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-23T18:09:20.021Z] Collecting texttable<0.10,>=0.9.0 [2020-09-23T18:09:20.021Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-23T18:09:22.794Z] Collecting cached-property<2,>=1.2.0 [2020-09-23T18:09:22.794Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-23T18:09:23.439Z] Removing intermediate container 8d673e7d37c7 [2020-09-23T18:09:23.439Z] ---> 914db1a76916 [2020-09-23T18:09:23.439Z] Step 8/24 : COPY . . [2020-09-23T18:09:23.439Z] Collecting docopt<0.7,>=0.6.1 [2020-09-23T18:09:23.439Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-23T18:09:25.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:09:25.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:09:25.504Z] ---> 0f3371311e3c [2020-09-23T18:09:25.504Z] Step 3/22 : WORKDIR /edgex-go [2020-09-23T18:09:25.504Z] ---> Using cache [2020-09-23T18:09:25.504Z] ---> dd7401e7e00b [2020-09-23T18:09:25.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:09:25.504Z] ---> Using cache [2020-09-23T18:09:25.504Z] ---> cfdd26c9a321 [2020-09-23T18:09:25.504Z] Step 5/22 : RUN apk update && apk add make git [2020-09-23T18:09:25.504Z] ---> Using cache [2020-09-23T18:09:25.504Z] ---> 2e019843e865 [2020-09-23T18:09:25.504Z] Step 6/22 : COPY go.mod . [2020-09-23T18:09:25.504Z] ---> Using cache [2020-09-23T18:09:25.504Z] ---> ddc63b3810db [2020-09-23T18:09:25.504Z] Step 7/22 : RUN go mod download [2020-09-23T18:09:25.504Z] ---> Using cache [2020-09-23T18:09:25.504Z] ---> e55206c1226f [2020-09-23T18:09:25.504Z] Step 8/22 : COPY . . [2020-09-23T18:09:25.504Z] ---> Using cache [2020-09-23T18:09:25.504Z] ---> 396bd0887827 [2020-09-23T18:09:25.504Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-23T18:09:26.532Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:09:26.532Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-23T18:09:26.532Z] ---> 0f3371311e3c [2020-09-23T18:09:26.532Z] Step 3/29 : WORKDIR /edgex-go [2020-09-23T18:09:26.532Z] ---> Using cache [2020-09-23T18:09:26.532Z] ---> dd7401e7e00b [2020-09-23T18:09:26.532Z] Step 4/29 : RUN apk update && apk add make git [2020-09-23T18:09:26.819Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-23T18:09:26.819Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-23T18:09:26.819Z] ---> Running in ef83354c8ba6 [2020-09-23T18:09:26.819Z] ---> Running in b6525b815417 [2020-09-23T18:09:27.111Z] 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-23T18:09:27.752Z] Collecting jsonschema<3,>=2.5.1 [2020-09-23T18:09:27.752Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-23T18:09:28.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-23T18:09:29.112Z] Collecting PyYAML<4,>=3.10 [2020-09-23T18:09:29.112Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-23T18:09:29.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-command/core-command ./cmd/core-command [2020-09-23T18:09:29.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:09:32.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:09:34.057Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-23T18:09:34.057Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-23T18:09:35.117Z] Collecting docker<4.0,>=3.6.0 [2020-09-23T18:09:35.117Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-23T18:09:35.411Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:09:35.411Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:09:35.411Z] OK: 12622 distinct packages available [2020-09-23T18:09:36.444Z] OK: 217 MiB in 51 packages [2020-09-23T18:09:36.869Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-23T18:09:36.869Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-23T18:09:37.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-23T18:09:37.388Z] 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-23T18:09:38.787Z] Collecting idna<2.8,>=2.5 [2020-09-23T18:09:38.787Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-23T18:09:39.139Z] 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-23T18:09:40.225Z] Collecting docker-pycreds>=0.4.0 [2020-09-23T18:09:40.225Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-23T18:09:41.321Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-23T18:09:41.321Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-23T18:09:41.321Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-23T18:09:41.321Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-23T18:09:41.942Z] Removing intermediate container ef83354c8ba6 [2020-09-23T18:09:41.942Z] ---> d905347a2438 [2020-09-23T18:09:41.942Z] Step 5/29 : COPY go.mod . [2020-09-23T18:09:42.291Z] ---> a4b932fc49ab [2020-09-23T18:09:42.291Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-23T18:09:42.571Z] ---> Running in ab9fc6754f5a [2020-09-23T18:09:42.863Z] Installing collected packages: dockerpty, texttable, cached-property, docopt, websocket-client, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2020-09-23T18:09:42.863Z] Running setup.py install for dockerpty: started [2020-09-23T18:09:43.159Z] ---> 2eef83a47556 [2020-09-23T18:09:43.159Z] Step 6/29 : RUN go mod download [2020-09-23T18:09:43.447Z] ---> Running in eab3e0cc5046 [2020-09-23T18:09:45.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-23T18:09:45.835Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-23T18:09:45.835Z] Running setup.py install for texttable: started [2020-09-23T18:09:48.603Z] Running setup.py install for texttable: finished with status 'done' [2020-09-23T18:09:48.603Z] Running setup.py install for docopt: started [2020-09-23T18:09:48.898Z] Removing intermediate container eab3e0cc5046 [2020-09-23T18:09:48.898Z] ---> aca09ca6d060 [2020-09-23T18:09:48.898Z] Step 7/29 : COPY . . [2020-09-23T18:09:51.618Z] Running setup.py install for docopt: finished with status 'done' [2020-09-23T18:09:53.641Z] Running setup.py install for PyYAML: started [2020-09-23T18:09:53.641Z] Removing intermediate container 7bace5eda562 [2020-09-23T18:09:53.641Z] ---> f98203ce4595 [2020-09-23T18:09:53.641Z] [2020-09-23T18:09:53.641Z] Step 10/26 : FROM alpine:3.10 [2020-09-23T18:09:53.918Z] 3.10: Pulling from library/alpine [2020-09-23T18:09:55.971Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-23T18:09:55.971Z] Status: Downloaded newer image for alpine:3.10 [2020-09-23T18:09:55.971Z] ---> 536a684cf733 [2020-09-23T18:09:55.971Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-23T18:09:56.269Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-23T18:09:56.269Z] Attempting uninstall: urllib3 [2020-09-23T18:09:56.269Z] Found existing installation: urllib3 1.25.9 [2020-09-23T18:09:56.269Z] Uninstalling urllib3-1.25.9: [2020-09-23T18:09:56.574Z] Successfully uninstalled urllib3-1.25.9 [2020-09-23T18:09:57.215Z] ---> Running in a2b9b0bd0b82 [2020-09-23T18:09:57.519Z] Attempting uninstall: idna [2020-09-23T18:09:57.519Z] Found existing installation: idna 2.9 [2020-09-23T18:09:57.519Z] Uninstalling idna-2.9: [2020-09-23T18:09:57.519Z] Successfully uninstalled idna-2.9 [2020-09-23T18:09:58.580Z] Attempting uninstall: requests [2020-09-23T18:09:58.580Z] Found existing installation: requests 2.23.0 [2020-09-23T18:09:58.580Z] Uninstalling requests-2.23.0: [2020-09-23T18:09:58.580Z] Successfully uninstalled requests-2.23.0 [2020-09-23T18:10:00.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:10:00.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:10:01.077Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-23T18:10:01.077Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-23T18:10:01.077Z] OK: 10167 distinct packages available [2020-09-23T18:10:01.736Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-23T18:10:02.037Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-23T18:10:02.037Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-23T18:10:02.037Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-23T18:10:02.037Z] (4/5) Installing curl (7.66.0-r1) [2020-09-23T18:10:02.037Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-23T18:10:02.037Z] Executing busybox-1.30.1-r3.trigger [2020-09-23T18:10:02.037Z] Executing ca-certificates-20191127-r2.trigger [2020-09-23T18:10:02.662Z] OK: 7 MiB in 19 packages [2020-09-23T18:10:08.141Z] Removing intermediate container a2b9b0bd0b82 [2020-09-23T18:10:08.141Z] ---> 9325be5cafa3 [2020-09-23T18:10:08.141Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-23T18:10:08.470Z] ---> Running in 343f2148204f [2020-09-23T18:10:09.191Z] Removing intermediate container 343f2148204f [2020-09-23T18:10:09.191Z] ---> 6344cff46c2c [2020-09-23T18:10:09.191Z] Step 13/26 : WORKDIR / [2020-09-23T18:10:09.495Z] ---> bf16e8090a43 [2020-09-23T18:10:09.495Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-23T18:10:09.495Z] Removing intermediate container 9ee6f7ece464 [2020-09-23T18:10:09.495Z] ---> f62af70b4f5f [2020-09-23T18:10:09.495Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-23T18:10:09.495Z] ---> Running in 48a95d057bcb [2020-09-23T18:10:09.804Z] ---> Running in b56ea93c5c92 [2020-09-23T18:10:10.103Z] ---> Running in 83bfbd533c3f [2020-09-23T18:10:10.746Z] Removing intermediate container 48a95d057bcb [2020-09-23T18:10:10.746Z] ---> 8955b638fdeb [2020-09-23T18:10:10.746Z] 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-23T18:10:12.243Z] ---> a7903dc41a8e [2020-09-23T18:10:12.243Z] 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-23T18:10:13.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-23T18:10:13.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:10:13.581Z] ---> 435a9df05cc7 [2020-09-23T18:10:13.581Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-23T18:10:13.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:10:14.572Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-23T18:10:14.572Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-23T18:10:14.572Z] (3/3) Installing curl (7.69.1-r1) [2020-09-23T18:10:14.572Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:10:14.572Z] OK: 71 MiB in 58 packages [2020-09-23T18:10:14.572Z] ---> 67e93c3d1daf [2020-09-23T18:10:14.572Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-23T18:10:16.021Z] ---> 3a4164b140a0 [2020-09-23T18:10:16.021Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-23T18:10:16.316Z] Removing intermediate container 83bfbd533c3f [2020-09-23T18:10:16.316Z] ---> 40c5ee04fe2b [2020-09-23T18:10:16.316Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-23T18:10:16.928Z] ---> Running in a38f795969a8 [2020-09-23T18:10:17.950Z] ---> 8724d11f1c80 [2020-09-23T18:10:17.950Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-23T18:10:17.950Z] Removing intermediate container a38f795969a8 [2020-09-23T18:10:17.950Z] ---> f9f5de360aa3 [2020-09-23T18:10:17.950Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:10:18.230Z] ---> Running in 15bc25169ed9 [2020-09-23T18:10:19.233Z] Removing intermediate container 15bc25169ed9 [2020-09-23T18:10:19.233Z] ---> 8d6157579bbb [2020-09-23T18:10:19.233Z] Step 25/27 : LABEL arch=arm64 [2020-09-23T18:10:19.516Z] ---> Running in c774bc33de88 [2020-09-23T18:10:19.516Z] ---> 6811427166bf [2020-09-23T18:10:19.795Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-23T18:10:20.419Z] Removing intermediate container c774bc33de88 [2020-09-23T18:10:20.419Z] ---> 72a34a50bf31 [2020-09-23T18:10:20.419Z] Step 26/27 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:10:20.712Z] ---> Running in 183b14df9ece [2020-09-23T18:10:21.752Z] Removing intermediate container 183b14df9ece [2020-09-23T18:10:21.752Z] ---> 945bdef966dc [2020-09-23T18:10:21.752Z] Step 27/27 : LABEL version=1.2.2-dev.30 [2020-09-23T18:10:21.752Z] ---> f10948675123 [2020-09-23T18:10:21.752Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-23T18:10:21.752Z] ---> Running in 12b766a66904 [2020-09-23T18:10:22.387Z] Removing intermediate container 12b766a66904 [2020-09-23T18:10:22.387Z] ---> dd8e9a069fe1 [2020-09-23T18:10:22.387Z] [2020-09-23T18:10:23.010Z] ---> e1e11789f710 [2020-09-23T18:10:23.010Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-23T18:10:23.010Z] Successfully built dd8e9a069fe1 [2020-09-23T18:10:23.010Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-23T18:10:23.294Z] Building docker-core-data-go [2020-09-23T18:10:23.294Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 5ce7da6bae42 [2020-09-23T18:10:28.871Z] Removing intermediate container 5ce7da6bae42 [2020-09-23T18:10:28.871Z] ---> cd58a5cc969a [2020-09-23T18:10:28.871Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-23T18:10:28.871Z] ---> Running in fc19aa352109 [2020-09-23T18:10:29.488Z] Removing intermediate container fc19aa352109 [2020-09-23T18:10:29.488Z] ---> 0d151a8c1961 [2020-09-23T18:10:29.488Z] Step 24/26 : LABEL arch=arm64 [2020-09-23T18:10:29.770Z] ---> Running in 2efc20f481f5 [2020-09-23T18:10:30.389Z] Removing intermediate container 2efc20f481f5 [2020-09-23T18:10:30.389Z] ---> baeb3149eb27 [2020-09-23T18:10:30.389Z] Step 25/26 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:10:30.671Z] ---> Running in 3f3571d27a2d [2020-09-23T18:10:31.679Z] Removing intermediate container 3f3571d27a2d [2020-09-23T18:10:31.679Z] ---> 4e085867e99f [2020-09-23T18:10:31.679Z] Step 26/26 : LABEL version=1.2.2-dev.30 [2020-09-23T18:10:31.961Z] ---> Running in 0303a25b2b65 [2020-09-23T18:10:32.966Z] Removing intermediate container 0303a25b2b65 [2020-09-23T18:10:32.966Z] ---> 7979b4dd2a69 [2020-09-23T18:10:32.966Z] [2020-09-23T18:10:33.574Z] Successfully built 7979b4dd2a69 [2020-09-23T18:10:33.574Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-23T18:10:46.064Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-23T18:10:46.064Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-23T18:10:46.064Z] ---> 0f3371311e3c [2020-09-23T18:10:46.064Z] Step 3/23 : WORKDIR /edgex-go [2020-09-23T18:10:46.064Z] ---> Using cache [2020-09-23T18:10:46.064Z] ---> dd7401e7e00b [2020-09-23T18:10:46.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:10:46.064Z] ---> Using cache [2020-09-23T18:10:46.064Z] ---> cfdd26c9a321 [2020-09-23T18:10:46.064Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-23T18:10:46.064Z] ---> Running in 2b168c2cccdb [2020-09-23T18:10:48.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:10:49.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:10:51.341Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:10:51.341Z] v3.12.0-346-g1a17576f97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:10:51.341Z] OK: 12622 distinct packages available [2020-09-23T18:10:51.961Z] OK: 217 MiB in 51 packages [2020-09-23T18:10:54.027Z] Removing intermediate container 2b168c2cccdb [2020-09-23T18:10:54.027Z] ---> 077af49d58ea [2020-09-23T18:10:54.027Z] Step 6/23 : COPY go.mod . [2020-09-23T18:10:55.043Z] ---> 589fbcfb5946 [2020-09-23T18:10:55.043Z] Step 7/23 : RUN go mod download [2020-09-23T18:10:55.043Z] ---> Running in 6f04358faf4c [2020-09-23T18:11:00.599Z] Removing intermediate container 6f04358faf4c [2020-09-23T18:11:00.599Z] ---> 4d4c1d8ef3ef [2020-09-23T18:11:00.599Z] Step 8/23 : COPY . . [2020-09-23T18:11:10.906Z] Removing intermediate container b6525b815417 [2020-09-23T18:11:10.906Z] ---> ffd4a5af51c7 [2020-09-23T18:11:10.906Z] [2020-09-23T18:11:10.906Z] Step 10/22 : FROM scratch [2020-09-23T18:11:10.906Z] ---> [2020-09-23T18:11:10.906Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:11:10.906Z] ---> Using cache [2020-09-23T18:11:10.906Z] ---> 10a89551b337 [2020-09-23T18:11:10.906Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-23T18:11:11.183Z] ---> Running in 7e5a5db5f66d [2020-09-23T18:11:12.220Z] Removing intermediate container 7e5a5db5f66d [2020-09-23T18:11:12.220Z] ---> 702d07f3e7c4 [2020-09-23T18:11:12.220Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-23T18:11:12.220Z] ---> Running in 91e06c9c2560 [2020-09-23T18:11:12.872Z] Removing intermediate container 91e06c9c2560 [2020-09-23T18:11:12.873Z] ---> ea212357e5c9 [2020-09-23T18:11:12.873Z] Step 14/22 : WORKDIR / [2020-09-23T18:11:13.162Z] ---> Running in eb7ba8687429 [2020-09-23T18:11:14.168Z] Removing intermediate container eb7ba8687429 [2020-09-23T18:11:14.168Z] ---> 6427f50330ce [2020-09-23T18:11:14.168Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-23T18:11:15.618Z] ---> d4b5da3076ac [2020-09-23T18:11:15.618Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-23T18:11:16.609Z] Removing intermediate container ab9fc6754f5a [2020-09-23T18:11:16.609Z] ---> 4025d2c1adf6 [2020-09-23T18:11:16.609Z] [2020-09-23T18:11:16.609Z] Step 10/24 : FROM scratch [2020-09-23T18:11:16.609Z] ---> [2020-09-23T18:11:16.609Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-23T18:11:16.890Z] ---> Using cache [2020-09-23T18:11:16.890Z] ---> 19e48e924f0b [2020-09-23T18:11:16.890Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-23T18:11:16.890Z] ---> Running in a73a224acc4e [2020-09-23T18:11:17.174Z] ---> aff9fea84559 [2020-09-23T18:11:17.174Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-23T18:11:17.174Z] ---> d53f23c1cd3c [2020-09-23T18:11:17.174Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-23T18:11:17.466Z] ---> Running in 06fb4fc30260 [2020-09-23T18:11:17.742Z] Removing intermediate container a73a224acc4e [2020-09-23T18:11:17.742Z] ---> 9bd3c7d825b1 [2020-09-23T18:11:17.742Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-23T18:11:18.019Z] ---> Running in b2bb23031606 [2020-09-23T18:11:18.297Z] ---> 909b3590544b [2020-09-23T18:11:18.297Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-23T18:11:18.586Z] ---> Running in 34a4ad2e5f69 [2020-09-23T18:11:18.586Z] Removing intermediate container b2bb23031606 [2020-09-23T18:11:18.586Z] ---> d828b15e47ec [2020-09-23T18:11:18.586Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-23T18:11:19.213Z] Removing intermediate container 34a4ad2e5f69 [2020-09-23T18:11:19.213Z] ---> aeadf8dec4ac [2020-09-23T18:11:19.213Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:11:19.213Z] Removing intermediate container b56ea93c5c92 [2020-09-23T18:11:19.213Z] ---> fa61d064ae97 [2020-09-23T18:11:19.213Z] [2020-09-23T18:11:19.213Z] Step 9/29 : FROM alpine:latest [2020-09-23T18:11:19.213Z] ---> 62ee0e9f8440 [2020-09-23T18:11:19.213Z] 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-23T18:11:19.213Z] ---> Running in a6d6007fc0d0 [2020-09-23T18:11:19.213Z] ---> Running in 7e7c23924835 [2020-09-23T18:11:19.496Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.30" -o cmd/core-data/core-data ./cmd/core-data [2020-09-23T18:11:19.496Z] ---> dce6b8dd42f1 [2020-09-23T18:11:19.496Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-23T18:11:19.775Z] Removing intermediate container a6d6007fc0d0 [2020-09-23T18:11:19.775Z] ---> 7badb80feb5f [2020-09-23T18:11:19.775Z] Step 11/29 : USER root [2020-09-23T18:11:20.058Z] Removing intermediate container 7e7c23924835 [2020-09-23T18:11:20.058Z] ---> dd232973bef0 [2020-09-23T18:11:20.058Z] Step 20/22 : LABEL arch=arm64 [2020-09-23T18:11:20.058Z] ---> Running in ce8bc8323838 [2020-09-23T18:11:20.338Z] ---> Running in 46efa4ba5304 [2020-09-23T18:11:20.947Z] Removing intermediate container ce8bc8323838 [2020-09-23T18:11:20.947Z] ---> a256f5d501e6 [2020-09-23T18:11:20.947Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-23T18:11:20.947Z] Removing intermediate container 46efa4ba5304 [2020-09-23T18:11:20.947Z] ---> fa6a2806de3c [2020-09-23T18:11:20.947Z] Step 21/22 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:11:20.947Z] ---> Running in f23c20d35947 [2020-09-23T18:11:21.223Z] ---> a0c6686368f4 [2020-09-23T18:11:21.223Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-23T18:11:21.223Z] ---> Running in 51d2ecb6a40c [2020-09-23T18:11:22.221Z] Removing intermediate container 51d2ecb6a40c [2020-09-23T18:11:22.221Z] ---> 05c3268651ce [2020-09-23T18:11:22.221Z] Step 22/22 : LABEL version=1.2.2-dev.30 [2020-09-23T18:11:22.520Z] ---> Running in 6179c98a953b [2020-09-23T18:11:23.526Z] Removing intermediate container 6179c98a953b [2020-09-23T18:11:23.526Z] ---> 440358ef4f24 [2020-09-23T18:11:23.526Z] [2020-09-23T18:11:23.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:11:23.526Z] ---> ca751b685006 [2020-09-23T18:11:23.526Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-23T18:11:23.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:11:24.083Z] Successfully built 440358ef4f24 [2020-09-23T18:11:24.084Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-23T18:11:24.370Z]  Building docker-core-command-go ... done v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-23T18:11:24.370Z] v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-23T18:11:24.370Z] OK: 12620 distinct packages available [2020-09-23T18:11:24.653Z] ---> aa5e8929cfe4 [2020-09-23T18:11:24.653Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-23T18:11:24.937Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-23T18:11:25.217Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-23T18:11:25.217Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:11:25.217Z] Executing ca-certificates-20191127-r4.trigger [2020-09-23T18:11:25.501Z] OK: 6 MiB in 16 packages [2020-09-23T18:11:26.986Z] ---> 412673f47f1b [2020-09-23T18:11:26.986Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-23T18:11:27.990Z] Removing intermediate container f23c20d35947 [2020-09-23T18:11:27.990Z] ---> da39b65a3c42 [2020-09-23T18:11:27.990Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-23T18:11:28.273Z] ---> Running in 7fa42a0589e7 [2020-09-23T18:11:28.273Z] ---> 2b8410a68c1c [2020-09-23T18:11:28.273Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-23T18:11:28.551Z] ---> Running in e6257be9724e [2020-09-23T18:11:28.832Z] Removing intermediate container 7fa42a0589e7 [2020-09-23T18:11:28.832Z] ---> 8c81de6e8d13 [2020-09-23T18:11:28.832Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-23T18:11:29.116Z] ---> Running in c1eb3faecd6c [2020-09-23T18:11:29.116Z] Removing intermediate container e6257be9724e [2020-09-23T18:11:29.116Z] ---> 23516be9d50f [2020-09-23T18:11:29.116Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:11:29.395Z] ---> Running in 5697c43b01aa [2020-09-23T18:11:29.712Z] Removing intermediate container c1eb3faecd6c [2020-09-23T18:11:29.712Z] ---> 7a95b7fdd8a4 [2020-09-23T18:11:29.712Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-23T18:11:30.022Z] ---> Running in 1be64028fd59 [2020-09-23T18:11:30.022Z] Removing intermediate container 5697c43b01aa [2020-09-23T18:11:30.022Z] ---> caedbc819fc2 [2020-09-23T18:11:30.022Z] Step 22/24 : LABEL arch=arm64 [2020-09-23T18:11:30.304Z] ---> Running in b9e87d3b3368 [2020-09-23T18:11:31.298Z] Removing intermediate container b9e87d3b3368 [2020-09-23T18:11:31.298Z] ---> e6e6af608fbc [2020-09-23T18:11:31.298Z] Step 23/24 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:11:31.298Z] ---> Running in 52b512392afb [2020-09-23T18:11:31.899Z] Removing intermediate container 52b512392afb [2020-09-23T18:11:31.899Z] ---> bf845a953146 [2020-09-23T18:11:31.899Z] Step 24/24 : LABEL version=1.2.2-dev.30 [2020-09-23T18:11:31.899Z] ---> Running in 30b8bcdf399a [2020-09-23T18:11:32.536Z] Removing intermediate container 30b8bcdf399a [2020-09-23T18:11:32.536Z] ---> a15de0e447fd [2020-09-23T18:11:32.536Z] [2020-09-23T18:11:33.180Z] Successfully built a15de0e447fd [2020-09-23T18:11:33.180Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-23T18:11:33.788Z]  Building docker-support-notifications-go ... done Removing intermediate container 1be64028fd59 [2020-09-23T18:11:33.788Z] ---> 9201e59d4cec [2020-09-23T18:11:33.788Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-23T18:11:35.249Z] ---> 6cc5ccc22b5e [2020-09-23T18:11:35.249Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-23T18:11:36.242Z] ---> b99867309034 [2020-09-23T18:11:36.242Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-23T18:11:37.270Z] ---> 95cc2cf89566 [2020-09-23T18:11:37.271Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-23T18:11:38.333Z] ---> 05819630af7c [2020-09-23T18:11:38.333Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-23T18:11:39.381Z] ---> b08b3608b339 [2020-09-23T18:11:39.381Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-23T18:11:39.381Z] ---> Running in f80123506a6f [2020-09-23T18:11:43.009Z] Removing intermediate container f80123506a6f [2020-09-23T18:11:43.009Z] ---> 4ec5aa27e2ff [2020-09-23T18:11:43.009Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-23T18:11:44.039Z] ---> 529308b17115 [2020-09-23T18:11:44.039Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-23T18:11:44.039Z] ---> Running in fda56acb6a72 [2020-09-23T18:11:47.517Z] Removing intermediate container fda56acb6a72 [2020-09-23T18:11:47.517Z] ---> 742093233a14 [2020-09-23T18:11:47.517Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-23T18:11:47.517Z] ---> Running in a2a23451e165 [2020-09-23T18:11:52.263Z] Removing intermediate container a2a23451e165 [2020-09-23T18:11:52.263Z] ---> 066387630fb0 [2020-09-23T18:11:52.263Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-23T18:11:52.263Z] ---> Running in e32f86999023 [2020-09-23T18:11:52.538Z] Removing intermediate container e32f86999023 [2020-09-23T18:11:52.538Z] ---> 818922769200 [2020-09-23T18:11:52.538Z] Step 26/29 : CMD [ "generate" ] [2020-09-23T18:11:52.538Z] ---> Running in 41a87b6f2eb9 [2020-09-23T18:11:53.138Z] Removing intermediate container 41a87b6f2eb9 [2020-09-23T18:11:53.138Z] ---> 04c1b96f65ef [2020-09-23T18:11:53.138Z] Step 27/29 : LABEL arch=arm64 [2020-09-23T18:11:53.413Z] ---> Running in 64f4644a94dc [2020-09-23T18:11:54.016Z] Removing intermediate container 64f4644a94dc [2020-09-23T18:11:54.016Z] ---> 257b57c15a2d [2020-09-23T18:11:54.016Z] Step 28/29 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:11:54.016Z] ---> Running in fb303bf3adf3 [2020-09-23T18:11:54.624Z] Removing intermediate container fb303bf3adf3 [2020-09-23T18:11:54.624Z] ---> e1f4c4caed0f [2020-09-23T18:11:54.624Z] Step 29/29 : LABEL version=1.2.2-dev.30 [2020-09-23T18:11:54.906Z] ---> Running in f7428d069175 [2020-09-23T18:11:55.512Z] Removing intermediate container f7428d069175 [2020-09-23T18:11:55.512Z] ---> 9372793017bd [2020-09-23T18:11:55.512Z] [2020-09-23T18:11:56.115Z] Successfully built 9372793017bd [2020-09-23T18:11:56.115Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-23T18:12:14.421Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 06fb4fc30260 [2020-09-23T18:12:14.421Z] ---> 47689f7f0b09 [2020-09-23T18:12:14.421Z] [2020-09-23T18:12:14.422Z] Step 10/23 : FROM alpine [2020-09-23T18:12:14.422Z] ---> 62ee0e9f8440 [2020-09-23T18:12:14.422Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-23T18:12:14.422Z] ---> Running in 2f544cc86a8c [2020-09-23T18:12:14.422Z] Removing intermediate container 2f544cc86a8c [2020-09-23T18:12:14.422Z] ---> f687b91b93b0 [2020-09-23T18:12:14.422Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-23T18:12:14.422Z] ---> Running in 4593e77b01fd [2020-09-23T18:12:14.422Z] Removing intermediate container 4593e77b01fd [2020-09-23T18:12:14.422Z] ---> 0bd089974fea [2020-09-23T18:12:14.422Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-23T18:12:14.422Z] ---> Running in cb6c8e50930e [2020-09-23T18:12:14.422Z] Removing intermediate container cb6c8e50930e [2020-09-23T18:12:14.422Z] ---> 13d277bc4d76 [2020-09-23T18:12:14.422Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-23T18:12:14.422Z] ---> Running in d9357fadce79 [2020-09-23T18:12:16.389Z] Removing intermediate container d9357fadce79 [2020-09-23T18:12:16.389Z] ---> d6ad14ef09eb [2020-09-23T18:12:16.389Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-23T18:12:16.389Z] ---> Running in 5c270546ffa1 [2020-09-23T18:12:17.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-23T18:12:18.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-23T18:12:19.014Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-23T18:12:19.288Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-23T18:12:19.289Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-23T18:12:19.574Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-23T18:12:19.574Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-23T18:12:19.574Z] Executing busybox-1.31.1-r16.trigger [2020-09-23T18:12:19.574Z] OK: 8 MiB in 19 packages [2020-09-23T18:12:21.006Z] Removing intermediate container 5c270546ffa1 [2020-09-23T18:12:21.006Z] ---> a72c8f13e6ee [2020-09-23T18:12:21.006Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-23T18:12:21.603Z] ---> 5aa76c6925ea [2020-09-23T18:12:21.603Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-23T18:12:23.040Z] ---> 01ff74e1fbb2 [2020-09-23T18:12:23.040Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-23T18:12:24.019Z] ---> 897bf0aa9c3d [2020-09-23T18:12:24.019Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-23T18:12:24.019Z] ---> Running in ca744a2ae869 [2020-09-23T18:12:24.290Z] Removing intermediate container ca744a2ae869 [2020-09-23T18:12:24.290Z] ---> dbe4ce04f418 [2020-09-23T18:12:24.290Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-23T18:12:24.565Z] ---> Running in 088a59bb5bfd [2020-09-23T18:12:24.838Z] Removing intermediate container 088a59bb5bfd [2020-09-23T18:12:24.838Z] ---> 695ef7106614 [2020-09-23T18:12:24.838Z] Step 21/23 : LABEL arch=arm64 [2020-09-23T18:12:25.110Z] ---> Running in 7a3e8d3cbc5c [2020-09-23T18:12:25.703Z] Removing intermediate container 7a3e8d3cbc5c [2020-09-23T18:12:25.703Z] ---> 41f3e527875e [2020-09-23T18:12:25.703Z] Step 22/23 : LABEL git_sha=855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:25.703Z] ---> Running in f45c46775756 [2020-09-23T18:12:25.975Z] Removing intermediate container f45c46775756 [2020-09-23T18:12:25.975Z] ---> d14beb42620e [2020-09-23T18:12:25.975Z] Step 23/23 : LABEL version=1.2.2-dev.30 [2020-09-23T18:12:26.248Z] ---> Running in cee63ee1abe0 [2020-09-23T18:12:26.519Z] Removing intermediate container cee63ee1abe0 [2020-09-23T18:12:26.519Z] ---> b774304eb595 [2020-09-23T18:12:26.519Z] [2020-09-23T18:12:27.111Z] Successfully built b774304eb595 [2020-09-23T18:12:27.111Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-23T18:12:27.400Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-09-23T18:12:27.399Z] $ docker stop --time=1 efd9916a684eb0fb3ddad25670f45c9eb2b9255c82f332371f94c6653bded322 [2020-09-23T18:12:29.320Z] $ docker rm -f efd9916a684eb0fb3ddad25670f45c9eb2b9255c82f332371f94c6653bded322 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:12:30.035Z] + + grepdocker docker images [2020-09-23T18:12:30.036Z] [2020-09-23T18:12:30.308Z] docker-core-data-go-arm64 latest b774304eb595 4 seconds ago 22.2MB [2020-09-23T18:12:30.308Z] docker-security-secrets-setup-go-arm64 latest 9372793017bd 35 seconds ago 22.7MB [2020-09-23T18:12:30.308Z] docker-support-notifications-go-arm64 latest a15de0e447fd 58 seconds ago 12.9MB [2020-09-23T18:12:30.308Z] docker-core-command-go-arm64 latest 440358ef4f24 About a minute ago 11.4MB [2020-09-23T18:12:30.308Z] docker-security-secretstore-setup-go-arm64 latest 7979b4dd2a69 About a minute ago 30.8MB [2020-09-23T18:12:30.308Z] docker-sys-mgmt-agent-go-arm64 latest dd8e9a069fe1 2 minutes ago 270MB [2020-09-23T18:12:30.308Z] docker-core-metadata-go-arm64 latest 97f583a22af7 3 minutes ago 12.7MB [2020-09-23T18:12:30.308Z] docker-support-scheduler-go-arm64 latest b07e8521a334 3 minutes ago 11.5MB [2020-09-23T18:12:30.308Z] docker-support-logging-go-arm64 latest 4e939103f64c 3 minutes ago 10.6MB [2020-09-23T18:12:30.308Z] docker-security-proxy-setup-go-arm64 latest ce397b159aec 4 minutes ago 15.1MB [2020-09-23T18:12:30.308Z] docker latest 45884bde0078 5 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-23T18:12:31.014Z] provisioning config files... [2020-09-23T18:12:31.054Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/145@tmp/config9188578450535912384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:12:31.453Z] ---> docker-login.sh [2020-09-23T18:12:31.453Z] nexus3.edgexfoundry.org:10001 [2020-09-23T18:12:31.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:12:32.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:12:32.000Z] Configure a credential helper to remove this warning. See [2020-09-23T18:12:32.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:12:32.000Z] [2020-09-23T18:12:32.000Z] Login Succeeded [2020-09-23T18:12:32.000Z] nexus3.edgexfoundry.org:10002 [2020-09-23T18:12:32.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:12:32.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:12:32.545Z] Configure a credential helper to remove this warning. See [2020-09-23T18:12:32.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:12:32.545Z] [2020-09-23T18:12:32.545Z] Login Succeeded [2020-09-23T18:12:32.545Z] nexus3.edgexfoundry.org:10003 [2020-09-23T18:12:33.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:12:33.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:12:33.139Z] Configure a credential helper to remove this warning. See [2020-09-23T18:12:33.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:12:33.139Z] [2020-09-23T18:12:33.139Z] Login Succeeded [2020-09-23T18:12:33.139Z] nexus3.edgexfoundry.org:10004 [2020-09-23T18:12:33.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:12:33.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:12:33.732Z] Configure a credential helper to remove this warning. See [2020-09-23T18:12:33.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:12:33.732Z] [2020-09-23T18:12:33.732Z] Login Succeeded [2020-09-23T18:12:33.732Z] docker.io [2020-09-23T18:12:34.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-23T18:12:34.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-23T18:12:34.591Z] Configure a credential helper to remove this warning. See [2020-09-23T18:12:34.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-23T18:12:34.591Z] [2020-09-23T18:12:34.591Z] Login Succeeded [2020-09-23T18:12:34.591Z] ---> docker-login.sh ends [Pipeline] } [2020-09-23T18:12:34.607Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:12:34.797Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-23T18:12:34.797Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:34.797Z] 1.2.2-dev.30 [2020-09-23T18:12:34.797Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:34.797Z] master [2020-09-23T18:12:34.797Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:35.305Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:35.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:35.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-23T18:12:35.641Z] 53334d14b6ae: Preparing [2020-09-23T18:12:35.641Z] 0fad290ceffd: Preparing [2020-09-23T18:12:35.641Z] 836564625436: Preparing [2020-09-23T18:12:35.913Z] 836564625436: Pushed [2020-09-23T18:12:35.913Z] 53334d14b6ae: Pushed [2020-09-23T18:12:39.297Z] 0fad290ceffd: Pushed [2020-09-23T18:12:39.297Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:39.637Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:39.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.30 [2020-09-23T18:12:39.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-23T18:12:39.977Z] 53334d14b6ae: Preparing [2020-09-23T18:12:39.977Z] 0fad290ceffd: Preparing [2020-09-23T18:12:39.977Z] 836564625436: Preparing [2020-09-23T18:12:40.249Z] 836564625436: Layer already exists [2020-09-23T18:12:40.249Z] 53334d14b6ae: Layer already exists [2020-09-23T18:12:40.249Z] 0fad290ceffd: Layer already exists [2020-09-23T18:12:40.249Z] 1.2.2-dev.30: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:40.592Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:40.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:40.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-23T18:12:40.945Z] 53334d14b6ae: Preparing [2020-09-23T18:12:40.945Z] 0fad290ceffd: Preparing [2020-09-23T18:12:40.945Z] 836564625436: Preparing [2020-09-23T18:12:41.217Z] 836564625436: Layer already exists [2020-09-23T18:12:41.217Z] 53334d14b6ae: Layer already exists [2020-09-23T18:12:41.217Z] 0fad290ceffd: Layer already exists [2020-09-23T18:12:41.217Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:41.563Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:41.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-23T18:12:41.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-23T18:12:41.906Z] 53334d14b6ae: Preparing [2020-09-23T18:12:41.906Z] 0fad290ceffd: Preparing [2020-09-23T18:12:41.906Z] 836564625436: Preparing [2020-09-23T18:12:42.176Z] 836564625436: Layer already exists [2020-09-23T18:12:42.176Z] 53334d14b6ae: Layer already exists [2020-09-23T18:12:42.176Z] 0fad290ceffd: Layer already exists [2020-09-23T18:12:42.176Z] master: digest: sha256:1931a3346f944b5a5b9d4156b708426cb5b6e1d8c27a38f19911d5254fc9d55f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:12:42.392Z] ===================================================== [Pipeline] echo [2020-09-23T18:12:42.444Z] taggedImages: [2020-09-23T18:12:42.444Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:42.444Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.30 [2020-09-23T18:12:42.444Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:42.444Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-23T18:12:42.509Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-23T18:12:42.509Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:42.509Z] 1.2.2-dev.30 [2020-09-23T18:12:42.509Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:42.509Z] master [2020-09-23T18:12:42.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:43.020Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:43.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:43.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-23T18:12:43.368Z] 6b6fa8f1c803: Preparing [2020-09-23T18:12:43.368Z] 5f60b19ac5e9: Preparing [2020-09-23T18:12:43.368Z] 4c0fe5588cbc: Preparing [2020-09-23T18:12:43.368Z] ba4ce3412a92: Preparing [2020-09-23T18:12:43.368Z] 8219ff2d0594: Preparing [2020-09-23T18:12:43.368Z] e2f13739ad41: Preparing [2020-09-23T18:12:43.368Z] e2f13739ad41: Waiting [2020-09-23T18:12:43.640Z] 8219ff2d0594: Pushed [2020-09-23T18:12:43.640Z] 6b6fa8f1c803: Pushed [2020-09-23T18:12:43.640Z] 4c0fe5588cbc: Pushed [2020-09-23T18:12:43.640Z] e2f13739ad41: Layer already exists [2020-09-23T18:12:44.628Z] ba4ce3412a92: Pushed [2020-09-23T18:12:47.244Z] 5f60b19ac5e9: Pushed [2020-09-23T18:12:47.515Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:47.859Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:48.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.30 [2020-09-23T18:12:48.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-23T18:12:48.194Z] 6b6fa8f1c803: Preparing [2020-09-23T18:12:48.194Z] 5f60b19ac5e9: Preparing [2020-09-23T18:12:48.194Z] 4c0fe5588cbc: Preparing [2020-09-23T18:12:48.194Z] ba4ce3412a92: Preparing [2020-09-23T18:12:48.194Z] 8219ff2d0594: Preparing [2020-09-23T18:12:48.194Z] e2f13739ad41: Preparing [2020-09-23T18:12:48.194Z] e2f13739ad41: Waiting [2020-09-23T18:12:48.468Z] 6b6fa8f1c803: Layer already exists [2020-09-23T18:12:48.468Z] 4c0fe5588cbc: Layer already exists [2020-09-23T18:12:48.468Z] 5f60b19ac5e9: Layer already exists [2020-09-23T18:12:48.468Z] ba4ce3412a92: Layer already exists [2020-09-23T18:12:48.468Z] 8219ff2d0594: Layer already exists [2020-09-23T18:12:48.468Z] e2f13739ad41: Layer already exists [2020-09-23T18:12:48.468Z] 1.2.2-dev.30: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:48.811Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:49.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:49.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-23T18:12:49.146Z] 6b6fa8f1c803: Preparing [2020-09-23T18:12:49.146Z] 5f60b19ac5e9: Preparing [2020-09-23T18:12:49.146Z] 4c0fe5588cbc: Preparing [2020-09-23T18:12:49.146Z] ba4ce3412a92: Preparing [2020-09-23T18:12:49.146Z] 8219ff2d0594: Preparing [2020-09-23T18:12:49.146Z] e2f13739ad41: Preparing [2020-09-23T18:12:49.146Z] e2f13739ad41: Waiting [2020-09-23T18:12:49.420Z] ba4ce3412a92: Layer already exists [2020-09-23T18:12:49.420Z] 8219ff2d0594: Layer already exists [2020-09-23T18:12:49.420Z] 6b6fa8f1c803: Layer already exists [2020-09-23T18:12:49.420Z] 5f60b19ac5e9: Layer already exists [2020-09-23T18:12:49.420Z] 4c0fe5588cbc: Layer already exists [2020-09-23T18:12:49.420Z] e2f13739ad41: Layer already exists [2020-09-23T18:12:49.420Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:49.762Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:50.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-23T18:12:50.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-23T18:12:50.105Z] 6b6fa8f1c803: Preparing [2020-09-23T18:12:50.105Z] 5f60b19ac5e9: Preparing [2020-09-23T18:12:50.105Z] 4c0fe5588cbc: Preparing [2020-09-23T18:12:50.105Z] ba4ce3412a92: Preparing [2020-09-23T18:12:50.105Z] 8219ff2d0594: Preparing [2020-09-23T18:12:50.105Z] e2f13739ad41: Preparing [2020-09-23T18:12:50.105Z] e2f13739ad41: Waiting [2020-09-23T18:12:50.377Z] 8219ff2d0594: Layer already exists [2020-09-23T18:12:50.377Z] 4c0fe5588cbc: Layer already exists [2020-09-23T18:12:50.377Z] ba4ce3412a92: Layer already exists [2020-09-23T18:12:50.377Z] 5f60b19ac5e9: Layer already exists [2020-09-23T18:12:50.377Z] 6b6fa8f1c803: Layer already exists [2020-09-23T18:12:50.377Z] e2f13739ad41: Layer already exists [2020-09-23T18:12:50.377Z] master: digest: sha256:afc2e952f13ead03f61021fa06a686def1e610b38362458f7850da0a50d65aef size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:12:50.594Z] ===================================================== [Pipeline] echo [2020-09-23T18:12:50.641Z] taggedImages: [2020-09-23T18:12:50.641Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:50.641Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.30 [2020-09-23T18:12:50.641Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:50.641Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-23T18:12:50.712Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-23T18:12:50.712Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:50.712Z] 1.2.2-dev.30 [2020-09-23T18:12:50.712Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:50.712Z] master [2020-09-23T18:12:50.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:51.251Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:51.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:51.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-23T18:12:51.599Z] 3e029dc247b2: Preparing [2020-09-23T18:12:51.599Z] e87f1148a563: Preparing [2020-09-23T18:12:51.599Z] f5dba4372fa4: Preparing [2020-09-23T18:12:51.876Z] 3e029dc247b2: Pushed [2020-09-23T18:12:51.876Z] f5dba4372fa4: Pushed [2020-09-23T18:12:54.483Z] e87f1148a563: Pushed [2020-09-23T18:12:54.753Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:55.095Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:55.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.30 [2020-09-23T18:12:55.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-23T18:12:55.433Z] 3e029dc247b2: Preparing [2020-09-23T18:12:55.433Z] e87f1148a563: Preparing [2020-09-23T18:12:55.433Z] f5dba4372fa4: Preparing [2020-09-23T18:12:55.433Z] e87f1148a563: Layer already exists [2020-09-23T18:12:55.433Z] f5dba4372fa4: Layer already exists [2020-09-23T18:12:55.433Z] 3e029dc247b2: Layer already exists [2020-09-23T18:12:55.701Z] 1.2.2-dev.30: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:56.040Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:56.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:56.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-23T18:12:56.376Z] 3e029dc247b2: Preparing [2020-09-23T18:12:56.376Z] e87f1148a563: Preparing [2020-09-23T18:12:56.376Z] f5dba4372fa4: Preparing [2020-09-23T18:12:56.376Z] 3e029dc247b2: Layer already exists [2020-09-23T18:12:56.376Z] e87f1148a563: Layer already exists [2020-09-23T18:12:56.376Z] f5dba4372fa4: Layer already exists [2020-09-23T18:12:56.649Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:56.994Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:57.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-23T18:12:57.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-23T18:12:57.344Z] 3e029dc247b2: Preparing [2020-09-23T18:12:57.344Z] e87f1148a563: Preparing [2020-09-23T18:12:57.344Z] f5dba4372fa4: Preparing [2020-09-23T18:12:57.616Z] e87f1148a563: Layer already exists [2020-09-23T18:12:57.616Z] f5dba4372fa4: Layer already exists [2020-09-23T18:12:57.616Z] 3e029dc247b2: Layer already exists [2020-09-23T18:12:57.616Z] master: digest: sha256:2d30a5bb8a7fad64faef9b922a69f5b1441207316a322c617379168fe54fe8a3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:12:57.821Z] ===================================================== [Pipeline] echo [2020-09-23T18:12:57.868Z] taggedImages: [2020-09-23T18:12:57.868Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:57.868Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.30 [2020-09-23T18:12:57.868Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:57.868Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-23T18:12:57.931Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-23T18:12:57.931Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:57.931Z] 1.2.2-dev.30 [2020-09-23T18:12:57.931Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:12:57.931Z] master [2020-09-23T18:12:57.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:58.433Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:12:58.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:12:58.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-23T18:12:58.776Z] a89d9598a38a: Preparing [2020-09-23T18:12:58.776Z] a8e7e5590da6: Preparing [2020-09-23T18:12:58.776Z] cd1109f438fc: Preparing [2020-09-23T18:12:58.776Z] aca39823ec55: Preparing [2020-09-23T18:12:58.776Z] e2f13739ad41: Preparing [2020-09-23T18:12:59.049Z] e2f13739ad41: Layer already exists [2020-09-23T18:12:59.049Z] cd1109f438fc: Pushed [2020-09-23T18:12:59.049Z] a8e7e5590da6: Pushed [2020-09-23T18:12:59.643Z] aca39823ec55: Pushed [2020-09-23T18:13:01.624Z] a89d9598a38a: Pushed [2020-09-23T18:13:01.624Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:02.018Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:02.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:02.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-23T18:13:02.352Z] a89d9598a38a: Preparing [2020-09-23T18:13:02.352Z] a8e7e5590da6: Preparing [2020-09-23T18:13:02.352Z] cd1109f438fc: Preparing [2020-09-23T18:13:02.352Z] aca39823ec55: Preparing [2020-09-23T18:13:02.352Z] e2f13739ad41: Preparing [2020-09-23T18:13:02.632Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:02.632Z] cd1109f438fc: Layer already exists [2020-09-23T18:13:02.632Z] a89d9598a38a: Layer already exists [2020-09-23T18:13:02.632Z] aca39823ec55: Layer already exists [2020-09-23T18:13:02.632Z] a8e7e5590da6: Layer already exists [2020-09-23T18:13:02.632Z] 1.2.2-dev.30: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:02.976Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:03.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:03.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-23T18:13:03.360Z] a89d9598a38a: Preparing [2020-09-23T18:13:03.360Z] a8e7e5590da6: Preparing [2020-09-23T18:13:03.360Z] cd1109f438fc: Preparing [2020-09-23T18:13:03.360Z] aca39823ec55: Preparing [2020-09-23T18:13:03.360Z] e2f13739ad41: Preparing [2020-09-23T18:13:03.637Z] aca39823ec55: Layer already exists [2020-09-23T18:13:03.637Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:03.637Z] cd1109f438fc: Layer already exists [2020-09-23T18:13:03.637Z] a89d9598a38a: Layer already exists [2020-09-23T18:13:03.637Z] a8e7e5590da6: Layer already exists [2020-09-23T18:13:03.637Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:03.985Z] + 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-23T18:13:04.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-23T18:13:04.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-23T18:13:04.363Z] a89d9598a38a: Preparing [2020-09-23T18:13:04.363Z] a8e7e5590da6: Preparing [2020-09-23T18:13:04.363Z] cd1109f438fc: Preparing [2020-09-23T18:13:04.363Z] aca39823ec55: Preparing [2020-09-23T18:13:04.363Z] e2f13739ad41: Preparing [2020-09-23T18:13:04.646Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:04.646Z] a8e7e5590da6: Layer already exists [2020-09-23T18:13:04.646Z] a89d9598a38a: Layer already exists [2020-09-23T18:13:04.646Z] aca39823ec55: Layer already exists [2020-09-23T18:13:04.646Z] cd1109f438fc: Layer already exists [2020-09-23T18:13:04.646Z] master: digest: sha256:7aa765f1584c279afa0f06028a36e9374aef4e7e7b92089313851707e29a6352 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:13:04.855Z] ===================================================== [Pipeline] echo [2020-09-23T18:13:04.909Z] taggedImages: [2020-09-23T18:13:04.909Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:04.909Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:04.909Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:04.909Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-23T18:13:04.971Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-23T18:13:04.971Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:04.971Z] 1.2.2-dev.30 [2020-09-23T18:13:04.971Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:04.971Z] master [2020-09-23T18:13:04.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:05.504Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:05.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:05.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-23T18:13:05.865Z] 013bd67950b2: Preparing [2020-09-23T18:13:05.865Z] ba2fb34ea213: Preparing [2020-09-23T18:13:05.865Z] 884c35098ad4: Preparing [2020-09-23T18:13:05.865Z] eb1de3448fb7: Preparing [2020-09-23T18:13:05.865Z] eb1de3448fb7: Preparing [2020-09-23T18:13:05.865Z] 32d295a6ee29: Preparing [2020-09-23T18:13:05.865Z] 134fe76bebb5: Preparing [2020-09-23T18:13:05.865Z] a124f4dfb9a8: Preparing [2020-09-23T18:13:05.865Z] 013bd67950b2: Preparing [2020-09-23T18:13:05.865Z] e7c50b86a340: Preparing [2020-09-23T18:13:05.865Z] e9d45beeab8e: Preparing [2020-09-23T18:13:05.865Z] a6bea0b3c2c1: Preparing [2020-09-23T18:13:05.865Z] e2f13739ad41: Preparing [2020-09-23T18:13:05.865Z] a6bea0b3c2c1: Waiting [2020-09-23T18:13:05.865Z] a124f4dfb9a8: Waiting [2020-09-23T18:13:05.865Z] e7c50b86a340: Waiting [2020-09-23T18:13:05.865Z] e9d45beeab8e: Waiting [2020-09-23T18:13:05.865Z] e2f13739ad41: Waiting [2020-09-23T18:13:06.148Z] eb1de3448fb7: Pushed [2020-09-23T18:13:06.429Z] 32d295a6ee29: Pushed [2020-09-23T18:13:06.429Z] ba2fb34ea213: Pushed [2020-09-23T18:13:06.429Z] 884c35098ad4: Pushed [2020-09-23T18:13:06.699Z] 134fe76bebb5: Pushed [2020-09-23T18:13:06.699Z] a124f4dfb9a8: Pushed [2020-09-23T18:13:06.699Z] e9d45beeab8e: Pushed [2020-09-23T18:13:06.699Z] e7c50b86a340: Pushed [2020-09-23T18:13:06.699Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:06.970Z] a6bea0b3c2c1: Pushed [2020-09-23T18:13:08.401Z] 013bd67950b2: Pushed [2020-09-23T18:13:08.672Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:09.017Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:09.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:09.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-23T18:13:09.353Z] 013bd67950b2: Preparing [2020-09-23T18:13:09.353Z] ba2fb34ea213: Preparing [2020-09-23T18:13:09.353Z] 884c35098ad4: Preparing [2020-09-23T18:13:09.353Z] eb1de3448fb7: Preparing [2020-09-23T18:13:09.353Z] eb1de3448fb7: Preparing [2020-09-23T18:13:09.353Z] 32d295a6ee29: Preparing [2020-09-23T18:13:09.353Z] 134fe76bebb5: Preparing [2020-09-23T18:13:09.353Z] a124f4dfb9a8: Preparing [2020-09-23T18:13:09.353Z] 013bd67950b2: Preparing [2020-09-23T18:13:09.353Z] e7c50b86a340: Preparing [2020-09-23T18:13:09.353Z] e9d45beeab8e: Preparing [2020-09-23T18:13:09.353Z] a6bea0b3c2c1: Preparing [2020-09-23T18:13:09.353Z] e2f13739ad41: Preparing [2020-09-23T18:13:09.353Z] e7c50b86a340: Waiting [2020-09-23T18:13:09.353Z] e9d45beeab8e: Waiting [2020-09-23T18:13:09.353Z] a6bea0b3c2c1: Waiting [2020-09-23T18:13:09.353Z] e2f13739ad41: Waiting [2020-09-23T18:13:09.353Z] 134fe76bebb5: Waiting [2020-09-23T18:13:09.353Z] a124f4dfb9a8: Waiting [2020-09-23T18:13:09.624Z] 013bd67950b2: Layer already exists [2020-09-23T18:13:09.624Z] eb1de3448fb7: Layer already exists [2020-09-23T18:13:09.624Z] 32d295a6ee29: Layer already exists [2020-09-23T18:13:09.624Z] 884c35098ad4: Layer already exists [2020-09-23T18:13:09.624Z] ba2fb34ea213: Layer already exists [2020-09-23T18:13:09.624Z] e9d45beeab8e: Layer already exists [2020-09-23T18:13:09.624Z] 134fe76bebb5: Layer already exists [2020-09-23T18:13:09.624Z] e7c50b86a340: Layer already exists [2020-09-23T18:13:09.624Z] a6bea0b3c2c1: Layer already exists [2020-09-23T18:13:09.624Z] a124f4dfb9a8: Layer already exists [2020-09-23T18:13:09.624Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:09.624Z] 1.2.2-dev.30: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:09.969Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:10.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:10.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-23T18:13:10.305Z] 013bd67950b2: Preparing [2020-09-23T18:13:10.305Z] ba2fb34ea213: Preparing [2020-09-23T18:13:10.305Z] 884c35098ad4: Preparing [2020-09-23T18:13:10.305Z] eb1de3448fb7: Preparing [2020-09-23T18:13:10.305Z] eb1de3448fb7: Preparing [2020-09-23T18:13:10.305Z] 32d295a6ee29: Preparing [2020-09-23T18:13:10.305Z] 134fe76bebb5: Preparing [2020-09-23T18:13:10.305Z] a124f4dfb9a8: Preparing [2020-09-23T18:13:10.305Z] 013bd67950b2: Preparing [2020-09-23T18:13:10.305Z] e7c50b86a340: Preparing [2020-09-23T18:13:10.305Z] e9d45beeab8e: Preparing [2020-09-23T18:13:10.305Z] a6bea0b3c2c1: Preparing [2020-09-23T18:13:10.305Z] e2f13739ad41: Preparing [2020-09-23T18:13:10.305Z] 134fe76bebb5: Waiting [2020-09-23T18:13:10.305Z] a124f4dfb9a8: Waiting [2020-09-23T18:13:10.305Z] e7c50b86a340: Waiting [2020-09-23T18:13:10.305Z] a6bea0b3c2c1: Waiting [2020-09-23T18:13:10.305Z] e2f13739ad41: Waiting [2020-09-23T18:13:10.305Z] e9d45beeab8e: Waiting [2020-09-23T18:13:10.577Z] ba2fb34ea213: Layer already exists [2020-09-23T18:13:10.577Z] 884c35098ad4: Layer already exists [2020-09-23T18:13:10.577Z] 32d295a6ee29: Layer already exists [2020-09-23T18:13:10.577Z] 013bd67950b2: Layer already exists [2020-09-23T18:13:10.577Z] eb1de3448fb7: Layer already exists [2020-09-23T18:13:10.577Z] a124f4dfb9a8: Layer already exists [2020-09-23T18:13:10.577Z] 134fe76bebb5: Layer already exists [2020-09-23T18:13:10.577Z] e9d45beeab8e: Layer already exists [2020-09-23T18:13:10.577Z] e7c50b86a340: Layer already exists [2020-09-23T18:13:10.577Z] a6bea0b3c2c1: Layer already exists [2020-09-23T18:13:10.577Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:10.577Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:10.918Z] + 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-23T18:13:11.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-23T18:13:11.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-23T18:13:11.260Z] 013bd67950b2: Preparing [2020-09-23T18:13:11.260Z] ba2fb34ea213: Preparing [2020-09-23T18:13:11.260Z] 884c35098ad4: Preparing [2020-09-23T18:13:11.260Z] eb1de3448fb7: Preparing [2020-09-23T18:13:11.260Z] eb1de3448fb7: Preparing [2020-09-23T18:13:11.260Z] 32d295a6ee29: Preparing [2020-09-23T18:13:11.260Z] 134fe76bebb5: Preparing [2020-09-23T18:13:11.260Z] a124f4dfb9a8: Preparing [2020-09-23T18:13:11.260Z] 013bd67950b2: Preparing [2020-09-23T18:13:11.260Z] e7c50b86a340: Preparing [2020-09-23T18:13:11.260Z] e9d45beeab8e: Preparing [2020-09-23T18:13:11.260Z] a6bea0b3c2c1: Preparing [2020-09-23T18:13:11.260Z] e2f13739ad41: Preparing [2020-09-23T18:13:11.260Z] 134fe76bebb5: Waiting [2020-09-23T18:13:11.260Z] a124f4dfb9a8: Waiting [2020-09-23T18:13:11.260Z] e7c50b86a340: Waiting [2020-09-23T18:13:11.260Z] e9d45beeab8e: Waiting [2020-09-23T18:13:11.260Z] a6bea0b3c2c1: Waiting [2020-09-23T18:13:11.260Z] e2f13739ad41: Waiting [2020-09-23T18:13:11.531Z] 013bd67950b2: Layer already exists [2020-09-23T18:13:11.531Z] ba2fb34ea213: Layer already exists [2020-09-23T18:13:11.531Z] 884c35098ad4: Layer already exists [2020-09-23T18:13:11.531Z] eb1de3448fb7: Layer already exists [2020-09-23T18:13:11.531Z] 32d295a6ee29: Layer already exists [2020-09-23T18:13:11.531Z] a6bea0b3c2c1: Layer already exists [2020-09-23T18:13:11.531Z] e9d45beeab8e: Layer already exists [2020-09-23T18:13:11.531Z] 134fe76bebb5: Layer already exists [2020-09-23T18:13:11.531Z] e7c50b86a340: Layer already exists [2020-09-23T18:13:11.531Z] a124f4dfb9a8: Layer already exists [2020-09-23T18:13:11.531Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:11.531Z] master: digest: sha256:0d4125b6cd2c49da3dba1f631f44386f3ade28b39a85a7c8142d130f3ce022ea size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:13:11.711Z] ===================================================== [Pipeline] echo [2020-09-23T18:13:11.757Z] taggedImages: [2020-09-23T18:13:11.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:11.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:11.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:11.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-23T18:13:11.814Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-23T18:13:11.814Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:11.814Z] 1.2.2-dev.30 [2020-09-23T18:13:11.814Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:11.814Z] master [2020-09-23T18:13:11.814Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:12.313Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:12.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:12.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-23T18:13:12.647Z] 41a7851df512: Preparing [2020-09-23T18:13:12.647Z] b73cac172266: Preparing [2020-09-23T18:13:12.647Z] e841f2e6322c: Preparing [2020-09-23T18:13:12.647Z] 294cddbc8fc4: Preparing [2020-09-23T18:13:12.647Z] f570bc184b77: Preparing [2020-09-23T18:13:12.647Z] 926249741454: Preparing [2020-09-23T18:13:12.647Z] 9ece243a41ce: Preparing [2020-09-23T18:13:12.647Z] 7e3b37da8c20: Preparing [2020-09-23T18:13:12.647Z] abeb53794e5a: Preparing [2020-09-23T18:13:12.647Z] f630cea3d539: Preparing [2020-09-23T18:13:12.647Z] 66b385cf80cf: Preparing [2020-09-23T18:13:12.647Z] 7e3b37da8c20: Waiting [2020-09-23T18:13:12.647Z] abeb53794e5a: Waiting [2020-09-23T18:13:12.647Z] f630cea3d539: Waiting [2020-09-23T18:13:12.647Z] 66b385cf80cf: Waiting [2020-09-23T18:13:12.647Z] 9ece243a41ce: Waiting [2020-09-23T18:13:12.647Z] 926249741454: Waiting [2020-09-23T18:13:12.922Z] 41a7851df512: Pushed [2020-09-23T18:13:12.922Z] b73cac172266: Pushed [2020-09-23T18:13:13.256Z] 926249741454: Pushed [2020-09-23T18:13:13.256Z] 9ece243a41ce: Pushed [2020-09-23T18:13:13.539Z] 7e3b37da8c20: Pushed [2020-09-23T18:13:13.539Z] abeb53794e5a: Pushed [2020-09-23T18:13:13.815Z] 66b385cf80cf: Layer already exists [2020-09-23T18:13:14.413Z] f630cea3d539: Pushed [2020-09-23T18:13:15.006Z] e841f2e6322c: Pushed [2020-09-23T18:13:15.281Z] f570bc184b77: Pushed [2020-09-23T18:13:15.281Z] 294cddbc8fc4: Pushed [2020-09-23T18:13:15.561Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:15.914Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:16.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:16.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-23T18:13:16.257Z] 41a7851df512: Preparing [2020-09-23T18:13:16.257Z] b73cac172266: Preparing [2020-09-23T18:13:16.257Z] e841f2e6322c: Preparing [2020-09-23T18:13:16.257Z] 294cddbc8fc4: Preparing [2020-09-23T18:13:16.257Z] f570bc184b77: Preparing [2020-09-23T18:13:16.257Z] 926249741454: Preparing [2020-09-23T18:13:16.257Z] 9ece243a41ce: Preparing [2020-09-23T18:13:16.257Z] 7e3b37da8c20: Preparing [2020-09-23T18:13:16.257Z] abeb53794e5a: Preparing [2020-09-23T18:13:16.257Z] f630cea3d539: Preparing [2020-09-23T18:13:16.257Z] 66b385cf80cf: Preparing [2020-09-23T18:13:16.257Z] 926249741454: Waiting [2020-09-23T18:13:16.257Z] 9ece243a41ce: Waiting [2020-09-23T18:13:16.257Z] 7e3b37da8c20: Waiting [2020-09-23T18:13:16.257Z] abeb53794e5a: Waiting [2020-09-23T18:13:16.258Z] f630cea3d539: Waiting [2020-09-23T18:13:16.258Z] 66b385cf80cf: Waiting [2020-09-23T18:13:16.530Z] 294cddbc8fc4: Layer already exists [2020-09-23T18:13:16.530Z] 41a7851df512: Layer already exists [2020-09-23T18:13:16.530Z] e841f2e6322c: Layer already exists [2020-09-23T18:13:16.530Z] b73cac172266: Layer already exists [2020-09-23T18:13:16.530Z] f570bc184b77: Layer already exists [2020-09-23T18:13:16.530Z] f630cea3d539: Layer already exists [2020-09-23T18:13:16.530Z] 926249741454: Layer already exists [2020-09-23T18:13:16.530Z] 7e3b37da8c20: Layer already exists [2020-09-23T18:13:16.530Z] 9ece243a41ce: Layer already exists [2020-09-23T18:13:16.530Z] abeb53794e5a: Layer already exists [2020-09-23T18:13:16.530Z] 66b385cf80cf: Layer already exists [2020-09-23T18:13:16.530Z] 1.2.2-dev.30: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:16.870Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:17.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:17.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-23T18:13:17.221Z] 41a7851df512: Preparing [2020-09-23T18:13:17.221Z] b73cac172266: Preparing [2020-09-23T18:13:17.221Z] e841f2e6322c: Preparing [2020-09-23T18:13:17.221Z] 294cddbc8fc4: Preparing [2020-09-23T18:13:17.221Z] f570bc184b77: Preparing [2020-09-23T18:13:17.221Z] 926249741454: Preparing [2020-09-23T18:13:17.221Z] 9ece243a41ce: Preparing [2020-09-23T18:13:17.221Z] 7e3b37da8c20: Preparing [2020-09-23T18:13:17.221Z] abeb53794e5a: Preparing [2020-09-23T18:13:17.221Z] f630cea3d539: Preparing [2020-09-23T18:13:17.221Z] 66b385cf80cf: Preparing [2020-09-23T18:13:17.221Z] 7e3b37da8c20: Waiting [2020-09-23T18:13:17.221Z] abeb53794e5a: Waiting [2020-09-23T18:13:17.221Z] 926249741454: Waiting [2020-09-23T18:13:17.221Z] f630cea3d539: Waiting [2020-09-23T18:13:17.221Z] 9ece243a41ce: Waiting [2020-09-23T18:13:17.221Z] 66b385cf80cf: Waiting [2020-09-23T18:13:17.496Z] 41a7851df512: Layer already exists [2020-09-23T18:13:17.496Z] 294cddbc8fc4: Layer already exists [2020-09-23T18:13:17.496Z] e841f2e6322c: Layer already exists [2020-09-23T18:13:17.496Z] f570bc184b77: Layer already exists [2020-09-23T18:13:17.496Z] b73cac172266: Layer already exists [2020-09-23T18:13:17.496Z] 7e3b37da8c20: Layer already exists [2020-09-23T18:13:17.496Z] 926249741454: Layer already exists [2020-09-23T18:13:17.496Z] 9ece243a41ce: Layer already exists [2020-09-23T18:13:17.496Z] abeb53794e5a: Layer already exists [2020-09-23T18:13:17.496Z] f630cea3d539: Layer already exists [2020-09-23T18:13:17.496Z] 66b385cf80cf: Layer already exists [2020-09-23T18:13:17.496Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:17.840Z] + 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-23T18:13:18.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-23T18:13:18.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-23T18:13:18.174Z] 41a7851df512: Preparing [2020-09-23T18:13:18.174Z] b73cac172266: Preparing [2020-09-23T18:13:18.174Z] e841f2e6322c: Preparing [2020-09-23T18:13:18.174Z] 294cddbc8fc4: Preparing [2020-09-23T18:13:18.174Z] f570bc184b77: Preparing [2020-09-23T18:13:18.174Z] 926249741454: Preparing [2020-09-23T18:13:18.174Z] 9ece243a41ce: Preparing [2020-09-23T18:13:18.174Z] 7e3b37da8c20: Preparing [2020-09-23T18:13:18.174Z] abeb53794e5a: Preparing [2020-09-23T18:13:18.174Z] f630cea3d539: Preparing [2020-09-23T18:13:18.174Z] 66b385cf80cf: Preparing [2020-09-23T18:13:18.174Z] 7e3b37da8c20: Waiting [2020-09-23T18:13:18.174Z] abeb53794e5a: Waiting [2020-09-23T18:13:18.174Z] f630cea3d539: Waiting [2020-09-23T18:13:18.174Z] 66b385cf80cf: Waiting [2020-09-23T18:13:18.174Z] 926249741454: Waiting [2020-09-23T18:13:18.174Z] 9ece243a41ce: Waiting [2020-09-23T18:13:18.450Z] 294cddbc8fc4: Layer already exists [2020-09-23T18:13:18.450Z] 41a7851df512: Layer already exists [2020-09-23T18:13:18.450Z] f570bc184b77: Layer already exists [2020-09-23T18:13:18.450Z] e841f2e6322c: Layer already exists [2020-09-23T18:13:18.450Z] b73cac172266: Layer already exists [2020-09-23T18:13:18.450Z] 9ece243a41ce: Layer already exists [2020-09-23T18:13:18.450Z] 7e3b37da8c20: Layer already exists [2020-09-23T18:13:18.450Z] 926249741454: Layer already exists [2020-09-23T18:13:18.450Z] abeb53794e5a: Layer already exists [2020-09-23T18:13:18.450Z] f630cea3d539: Layer already exists [2020-09-23T18:13:18.450Z] 66b385cf80cf: Layer already exists [2020-09-23T18:13:18.450Z] master: digest: sha256:508a3c0ae45143b4402a636e70391bf3fd73ebc924f8df9e1db21683fe4ae41f size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:13:18.641Z] ===================================================== [Pipeline] echo [2020-09-23T18:13:18.686Z] taggedImages: [2020-09-23T18:13:18.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:18.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:18.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:18.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-23T18:13:18.789Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-23T18:13:18.789Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:18.789Z] 1.2.2-dev.30 [2020-09-23T18:13:18.789Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:18.789Z] master [2020-09-23T18:13:18.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:19.299Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:19.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:19.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-23T18:13:19.633Z] b5a374ca78ec: Preparing [2020-09-23T18:13:19.633Z] aeb0f04e9397: Preparing [2020-09-23T18:13:19.633Z] 6fd97af9a989: Preparing [2020-09-23T18:13:19.633Z] 6e8d18f046c7: Preparing [2020-09-23T18:13:19.906Z] b5a374ca78ec: Pushed [2020-09-23T18:13:19.906Z] 6fd97af9a989: Pushed [2020-09-23T18:13:20.178Z] 6e8d18f046c7: Pushed [2020-09-23T18:13:22.785Z] aeb0f04e9397: Pushed [2020-09-23T18:13:22.785Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:23.124Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:23.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:23.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-23T18:13:23.467Z] b5a374ca78ec: Preparing [2020-09-23T18:13:23.467Z] aeb0f04e9397: Preparing [2020-09-23T18:13:23.467Z] 6fd97af9a989: Preparing [2020-09-23T18:13:23.467Z] 6e8d18f046c7: Preparing [2020-09-23T18:13:23.766Z] b5a374ca78ec: Layer already exists [2020-09-23T18:13:23.766Z] aeb0f04e9397: Layer already exists [2020-09-23T18:13:23.766Z] 6e8d18f046c7: Layer already exists [2020-09-23T18:13:23.766Z] 6fd97af9a989: Layer already exists [2020-09-23T18:13:23.766Z] 1.2.2-dev.30: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:24.130Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:24.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:24.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-23T18:13:24.466Z] b5a374ca78ec: Preparing [2020-09-23T18:13:24.466Z] aeb0f04e9397: Preparing [2020-09-23T18:13:24.466Z] 6fd97af9a989: Preparing [2020-09-23T18:13:24.466Z] 6e8d18f046c7: Preparing [2020-09-23T18:13:24.744Z] aeb0f04e9397: Layer already exists [2020-09-23T18:13:24.744Z] 6e8d18f046c7: Layer already exists [2020-09-23T18:13:24.744Z] 6fd97af9a989: Layer already exists [2020-09-23T18:13:24.744Z] b5a374ca78ec: Layer already exists [2020-09-23T18:13:24.744Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:25.092Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:25.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-23T18:13:25.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-23T18:13:25.457Z] b5a374ca78ec: Preparing [2020-09-23T18:13:25.457Z] aeb0f04e9397: Preparing [2020-09-23T18:13:25.457Z] 6fd97af9a989: Preparing [2020-09-23T18:13:25.457Z] 6e8d18f046c7: Preparing [2020-09-23T18:13:25.728Z] 6e8d18f046c7: Layer already exists [2020-09-23T18:13:25.728Z] b5a374ca78ec: Layer already exists [2020-09-23T18:13:25.728Z] aeb0f04e9397: Layer already exists [2020-09-23T18:13:25.728Z] 6fd97af9a989: Layer already exists [2020-09-23T18:13:25.728Z] master: digest: sha256:841e56aaca5a75b1b6c6b29d89dd425028401479beaeddce1a12a32133f1ebcc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:13:25.980Z] ===================================================== [Pipeline] echo [2020-09-23T18:13:26.027Z] taggedImages: [2020-09-23T18:13:26.027Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:26.027Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:26.027Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:26.027Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-23T18:13:26.089Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-23T18:13:26.089Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:26.089Z] 1.2.2-dev.30 [2020-09-23T18:13:26.089Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:26.089Z] master [2020-09-23T18:13:26.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:26.591Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:26.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:26.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-23T18:13:26.928Z] caab5d2e7368: Preparing [2020-09-23T18:13:26.928Z] 1277862d3169: Preparing [2020-09-23T18:13:26.928Z] 60736406f495: Preparing [2020-09-23T18:13:26.928Z] bf38aa8b8d07: Preparing [2020-09-23T18:13:26.928Z] 17a9106ea64b: Preparing [2020-09-23T18:13:26.928Z] bb1e46a5c272: Preparing [2020-09-23T18:13:26.928Z] bb1e46a5c272: Waiting [2020-09-23T18:13:27.201Z] caab5d2e7368: Pushed [2020-09-23T18:13:27.201Z] 60736406f495: Pushed [2020-09-23T18:13:27.478Z] bf38aa8b8d07: Pushed [2020-09-23T18:13:27.478Z] 17a9106ea64b: Pushed [2020-09-23T18:13:27.765Z] bb1e46a5c272: Pushed [2020-09-23T18:13:30.438Z] 1277862d3169: Pushed [2020-09-23T18:13:30.438Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:30.781Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:31.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:31.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-23T18:13:31.119Z] caab5d2e7368: Preparing [2020-09-23T18:13:31.119Z] 1277862d3169: Preparing [2020-09-23T18:13:31.119Z] 60736406f495: Preparing [2020-09-23T18:13:31.119Z] bf38aa8b8d07: Preparing [2020-09-23T18:13:31.119Z] 17a9106ea64b: Preparing [2020-09-23T18:13:31.119Z] bb1e46a5c272: Preparing [2020-09-23T18:13:31.119Z] bb1e46a5c272: Waiting [2020-09-23T18:13:31.119Z] 17a9106ea64b: Layer already exists [2020-09-23T18:13:31.119Z] bf38aa8b8d07: Layer already exists [2020-09-23T18:13:31.119Z] 60736406f495: Layer already exists [2020-09-23T18:13:31.119Z] caab5d2e7368: Layer already exists [2020-09-23T18:13:31.119Z] 1277862d3169: Layer already exists [2020-09-23T18:13:31.390Z] bb1e46a5c272: Layer already exists [2020-09-23T18:13:31.390Z] 1.2.2-dev.30: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:31.745Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:32.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:32.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-23T18:13:32.158Z] caab5d2e7368: Preparing [2020-09-23T18:13:32.158Z] 1277862d3169: Preparing [2020-09-23T18:13:32.158Z] 60736406f495: Preparing [2020-09-23T18:13:32.158Z] bf38aa8b8d07: Preparing [2020-09-23T18:13:32.158Z] 17a9106ea64b: Preparing [2020-09-23T18:13:32.158Z] bb1e46a5c272: Preparing [2020-09-23T18:13:32.158Z] bb1e46a5c272: Waiting [2020-09-23T18:13:32.158Z] 60736406f495: Layer already exists [2020-09-23T18:13:32.158Z] caab5d2e7368: Layer already exists [2020-09-23T18:13:32.158Z] 17a9106ea64b: Layer already exists [2020-09-23T18:13:32.158Z] 1277862d3169: Layer already exists [2020-09-23T18:13:32.158Z] bf38aa8b8d07: Layer already exists [2020-09-23T18:13:32.158Z] bb1e46a5c272: Layer already exists [2020-09-23T18:13:32.459Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:32.903Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:33.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-23T18:13:33.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-23T18:13:33.307Z] caab5d2e7368: Preparing [2020-09-23T18:13:33.307Z] 1277862d3169: Preparing [2020-09-23T18:13:33.307Z] 60736406f495: Preparing [2020-09-23T18:13:33.307Z] bf38aa8b8d07: Preparing [2020-09-23T18:13:33.307Z] 17a9106ea64b: Preparing [2020-09-23T18:13:33.307Z] bb1e46a5c272: Preparing [2020-09-23T18:13:33.307Z] bb1e46a5c272: Waiting [2020-09-23T18:13:33.307Z] 17a9106ea64b: Layer already exists [2020-09-23T18:13:33.307Z] bf38aa8b8d07: Layer already exists [2020-09-23T18:13:33.307Z] caab5d2e7368: Layer already exists [2020-09-23T18:13:33.307Z] 1277862d3169: Layer already exists [2020-09-23T18:13:33.307Z] 60736406f495: Layer already exists [2020-09-23T18:13:33.307Z] bb1e46a5c272: Layer already exists [2020-09-23T18:13:33.580Z] master: digest: sha256:2b395e1daba9cfa246fb5b9c656acb949ab0f7901733ca797b37c6c239e60396 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:13:33.767Z] ===================================================== [Pipeline] echo [2020-09-23T18:13:33.812Z] taggedImages: [2020-09-23T18:13:33.812Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:33.812Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:33.812Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:33.812Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-23T18:13:33.878Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-23T18:13:33.878Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:33.878Z] 1.2.2-dev.30 [2020-09-23T18:13:33.878Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:33.878Z] master [2020-09-23T18:13:33.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:34.381Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:34.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:34.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-23T18:13:34.719Z] 1151db0f9470: Preparing [2020-09-23T18:13:34.719Z] 19a4eec9ad7f: Preparing [2020-09-23T18:13:34.719Z] 8c0a56e82312: Preparing [2020-09-23T18:13:34.994Z] 8c0a56e82312: Pushed [2020-09-23T18:13:34.994Z] 1151db0f9470: Pushed [2020-09-23T18:13:38.431Z] 19a4eec9ad7f: Pushed [2020-09-23T18:13:38.431Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:38.854Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:39.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:39.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-23T18:13:39.317Z] 1151db0f9470: Preparing [2020-09-23T18:13:39.317Z] 19a4eec9ad7f: Preparing [2020-09-23T18:13:39.317Z] 8c0a56e82312: Preparing [2020-09-23T18:13:39.317Z] 8c0a56e82312: Layer already exists [2020-09-23T18:13:39.317Z] 19a4eec9ad7f: Layer already exists [2020-09-23T18:13:39.317Z] 1151db0f9470: Layer already exists [2020-09-23T18:13:39.607Z] 1.2.2-dev.30: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:40.026Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:40.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:40.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-23T18:13:40.476Z] 1151db0f9470: Preparing [2020-09-23T18:13:40.476Z] 19a4eec9ad7f: Preparing [2020-09-23T18:13:40.476Z] 8c0a56e82312: Preparing [2020-09-23T18:13:40.476Z] 8c0a56e82312: Layer already exists [2020-09-23T18:13:40.476Z] 19a4eec9ad7f: Layer already exists [2020-09-23T18:13:40.476Z] 1151db0f9470: Layer already exists [2020-09-23T18:13:40.772Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:41.227Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:41.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-23T18:13:41.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-23T18:13:41.635Z] 1151db0f9470: Preparing [2020-09-23T18:13:41.635Z] 19a4eec9ad7f: Preparing [2020-09-23T18:13:41.635Z] 8c0a56e82312: Preparing [2020-09-23T18:13:41.933Z] 19a4eec9ad7f: Layer already exists [2020-09-23T18:13:41.933Z] 1151db0f9470: Layer already exists [2020-09-23T18:13:41.933Z] 8c0a56e82312: Layer already exists [2020-09-23T18:13:41.933Z] master: digest: sha256:884eff2a7f67b1af8c1a4821bcdff335fa13abf9eea1d4bc1137d3d335ea8a0b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:13:42.166Z] ===================================================== [Pipeline] echo [2020-09-23T18:13:42.215Z] taggedImages: [2020-09-23T18:13:42.215Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:42.215Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:42.215Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:42.215Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-23T18:13:42.298Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-23T18:13:42.298Z] 855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:42.298Z] 1.2.2-dev.30 [2020-09-23T18:13:42.298Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:13:42.298Z] master [2020-09-23T18:13:42.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:42.899Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:43.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:13:43.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-23T18:13:43.317Z] 60953ea8a496: Preparing [2020-09-23T18:13:43.317Z] 5eabab3157af: Preparing [2020-09-23T18:13:43.317Z] fbdd2b1846b6: Preparing [2020-09-23T18:13:43.317Z] 4bbd2da7c3c1: Preparing [2020-09-23T18:13:43.317Z] 33ab827609f4: Preparing [2020-09-23T18:13:43.317Z] 5a0bcf80d204: Preparing [2020-09-23T18:13:43.317Z] ee3e471d8878: Preparing [2020-09-23T18:13:43.317Z] 5a0bcf80d204: Waiting [2020-09-23T18:13:43.317Z] f875f9e206db: Preparing [2020-09-23T18:13:43.317Z] 3994ac1dcb8b: Preparing [2020-09-23T18:13:43.317Z] 5f2247eaf593: Preparing [2020-09-23T18:13:43.317Z] 62d13be1b083: Preparing [2020-09-23T18:13:43.317Z] 94fdc660876c: Preparing [2020-09-23T18:13:43.317Z] 4e7279dfc0c0: Preparing [2020-09-23T18:13:43.317Z] e2f13739ad41: Preparing [2020-09-23T18:13:43.317Z] ee3e471d8878: Waiting [2020-09-23T18:13:43.317Z] f875f9e206db: Waiting [2020-09-23T18:13:43.317Z] 3994ac1dcb8b: Waiting [2020-09-23T18:13:43.317Z] 5f2247eaf593: Waiting [2020-09-23T18:13:43.317Z] 62d13be1b083: Waiting [2020-09-23T18:13:43.317Z] 94fdc660876c: Waiting [2020-09-23T18:13:43.317Z] e2f13739ad41: Waiting [2020-09-23T18:13:43.317Z] 4e7279dfc0c0: Waiting [2020-09-23T18:13:43.960Z] 33ab827609f4: Pushed [2020-09-23T18:13:44.247Z] 60953ea8a496: Pushed [2020-09-23T18:13:44.538Z] 4bbd2da7c3c1: Pushed [2020-09-23T18:13:44.818Z] f875f9e206db: Layer already exists [2020-09-23T18:13:44.818Z] 3994ac1dcb8b: Layer already exists [2020-09-23T18:13:44.819Z] ee3e471d8878: Pushed [2020-09-23T18:13:44.819Z] 5f2247eaf593: Layer already exists [2020-09-23T18:13:45.094Z] 94fdc660876c: Layer already exists [2020-09-23T18:13:45.094Z] 62d13be1b083: Layer already exists [2020-09-23T18:13:45.094Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:45.094Z] 4e7279dfc0c0: Layer already exists [2020-09-23T18:13:45.366Z] 5eabab3157af: Pushed [2020-09-23T18:13:46.342Z] 5a0bcf80d204: Pushed [2020-09-23T18:13:58.696Z] fbdd2b1846b6: Pushed [2020-09-23T18:13:58.696Z] 855c38c39ef34412bad8449468666c22fd9242b9: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:59.035Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:13:59.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.30 [2020-09-23T18:13:59.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-23T18:13:59.414Z] 60953ea8a496: Preparing [2020-09-23T18:13:59.414Z] 5eabab3157af: Preparing [2020-09-23T18:13:59.414Z] fbdd2b1846b6: Preparing [2020-09-23T18:13:59.414Z] 4bbd2da7c3c1: Preparing [2020-09-23T18:13:59.414Z] 33ab827609f4: Preparing [2020-09-23T18:13:59.414Z] 5a0bcf80d204: Preparing [2020-09-23T18:13:59.414Z] ee3e471d8878: Preparing [2020-09-23T18:13:59.414Z] f875f9e206db: Preparing [2020-09-23T18:13:59.414Z] 3994ac1dcb8b: Preparing [2020-09-23T18:13:59.414Z] 5f2247eaf593: Preparing [2020-09-23T18:13:59.414Z] 62d13be1b083: Preparing [2020-09-23T18:13:59.414Z] 94fdc660876c: Preparing [2020-09-23T18:13:59.414Z] 4e7279dfc0c0: Preparing [2020-09-23T18:13:59.414Z] e2f13739ad41: Preparing [2020-09-23T18:13:59.414Z] 5f2247eaf593: Waiting [2020-09-23T18:13:59.414Z] 62d13be1b083: Waiting [2020-09-23T18:13:59.414Z] 94fdc660876c: Waiting [2020-09-23T18:13:59.414Z] 5a0bcf80d204: Waiting [2020-09-23T18:13:59.414Z] ee3e471d8878: Waiting [2020-09-23T18:13:59.414Z] f875f9e206db: Waiting [2020-09-23T18:13:59.414Z] 4e7279dfc0c0: Waiting [2020-09-23T18:13:59.414Z] 3994ac1dcb8b: Waiting [2020-09-23T18:13:59.414Z] e2f13739ad41: Waiting [2020-09-23T18:13:59.709Z] 4bbd2da7c3c1: Layer already exists [2020-09-23T18:13:59.709Z] 60953ea8a496: Layer already exists [2020-09-23T18:13:59.709Z] fbdd2b1846b6: Layer already exists [2020-09-23T18:13:59.709Z] 5eabab3157af: Layer already exists [2020-09-23T18:13:59.709Z] 33ab827609f4: Layer already exists [2020-09-23T18:13:59.709Z] f875f9e206db: Layer already exists [2020-09-23T18:13:59.709Z] 5a0bcf80d204: Layer already exists [2020-09-23T18:13:59.709Z] ee3e471d8878: Layer already exists [2020-09-23T18:13:59.709Z] 3994ac1dcb8b: Layer already exists [2020-09-23T18:13:59.709Z] 5f2247eaf593: Layer already exists [2020-09-23T18:13:59.709Z] 62d13be1b083: Layer already exists [2020-09-23T18:13:59.709Z] 94fdc660876c: Layer already exists [2020-09-23T18:13:59.709Z] 4e7279dfc0c0: Layer already exists [2020-09-23T18:13:59.709Z] e2f13739ad41: Layer already exists [2020-09-23T18:13:59.709Z] 1.2.2-dev.30: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:00.073Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:00.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:14:00.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-23T18:14:00.433Z] 60953ea8a496: Preparing [2020-09-23T18:14:00.433Z] 5eabab3157af: Preparing [2020-09-23T18:14:00.433Z] fbdd2b1846b6: Preparing [2020-09-23T18:14:00.433Z] 4bbd2da7c3c1: Preparing [2020-09-23T18:14:00.433Z] 33ab827609f4: Preparing [2020-09-23T18:14:00.433Z] 5a0bcf80d204: Preparing [2020-09-23T18:14:00.433Z] ee3e471d8878: Preparing [2020-09-23T18:14:00.433Z] f875f9e206db: Preparing [2020-09-23T18:14:00.433Z] 3994ac1dcb8b: Preparing [2020-09-23T18:14:00.433Z] 5f2247eaf593: Preparing [2020-09-23T18:14:00.433Z] 62d13be1b083: Preparing [2020-09-23T18:14:00.433Z] 94fdc660876c: Preparing [2020-09-23T18:14:00.433Z] 4e7279dfc0c0: Preparing [2020-09-23T18:14:00.433Z] e2f13739ad41: Preparing [2020-09-23T18:14:00.433Z] ee3e471d8878: Waiting [2020-09-23T18:14:00.433Z] f875f9e206db: Waiting [2020-09-23T18:14:00.433Z] 5f2247eaf593: Waiting [2020-09-23T18:14:00.433Z] 62d13be1b083: Waiting [2020-09-23T18:14:00.433Z] 94fdc660876c: Waiting [2020-09-23T18:14:00.433Z] 4e7279dfc0c0: Waiting [2020-09-23T18:14:00.433Z] e2f13739ad41: Waiting [2020-09-23T18:14:00.433Z] 5a0bcf80d204: Waiting [2020-09-23T18:14:00.433Z] 3994ac1dcb8b: Waiting [2020-09-23T18:14:00.716Z] fbdd2b1846b6: Layer already exists [2020-09-23T18:14:00.716Z] 60953ea8a496: Layer already exists [2020-09-23T18:14:00.716Z] 5eabab3157af: Layer already exists [2020-09-23T18:14:00.716Z] 33ab827609f4: Layer already exists [2020-09-23T18:14:00.716Z] 4bbd2da7c3c1: Layer already exists [2020-09-23T18:14:00.716Z] 5a0bcf80d204: Layer already exists [2020-09-23T18:14:00.716Z] ee3e471d8878: Layer already exists [2020-09-23T18:14:00.716Z] f875f9e206db: Layer already exists [2020-09-23T18:14:00.716Z] 3994ac1dcb8b: Layer already exists [2020-09-23T18:14:00.716Z] 62d13be1b083: Layer already exists [2020-09-23T18:14:00.716Z] 5f2247eaf593: Layer already exists [2020-09-23T18:14:00.716Z] e2f13739ad41: Layer already exists [2020-09-23T18:14:00.716Z] 94fdc660876c: Layer already exists [2020-09-23T18:14:00.716Z] 4e7279dfc0c0: Layer already exists [2020-09-23T18:14:00.716Z] 855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:01.082Z] + 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-23T18:14:01.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-23T18:14:01.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-23T18:14:01.441Z] 60953ea8a496: Preparing [2020-09-23T18:14:01.441Z] 5eabab3157af: Preparing [2020-09-23T18:14:01.441Z] fbdd2b1846b6: Preparing [2020-09-23T18:14:01.441Z] 4bbd2da7c3c1: Preparing [2020-09-23T18:14:01.441Z] 33ab827609f4: Preparing [2020-09-23T18:14:01.441Z] 5a0bcf80d204: Preparing [2020-09-23T18:14:01.441Z] ee3e471d8878: Preparing [2020-09-23T18:14:01.441Z] f875f9e206db: Preparing [2020-09-23T18:14:01.441Z] 3994ac1dcb8b: Preparing [2020-09-23T18:14:01.441Z] 5f2247eaf593: Preparing [2020-09-23T18:14:01.441Z] 62d13be1b083: Preparing [2020-09-23T18:14:01.441Z] 94fdc660876c: Preparing [2020-09-23T18:14:01.441Z] 4e7279dfc0c0: Preparing [2020-09-23T18:14:01.441Z] e2f13739ad41: Preparing [2020-09-23T18:14:01.441Z] 3994ac1dcb8b: Waiting [2020-09-23T18:14:01.441Z] 5f2247eaf593: Waiting [2020-09-23T18:14:01.441Z] 62d13be1b083: Waiting [2020-09-23T18:14:01.441Z] 4e7279dfc0c0: Waiting [2020-09-23T18:14:01.441Z] 94fdc660876c: Waiting [2020-09-23T18:14:01.441Z] e2f13739ad41: Waiting [2020-09-23T18:14:01.441Z] 5a0bcf80d204: Waiting [2020-09-23T18:14:01.441Z] ee3e471d8878: Waiting [2020-09-23T18:14:01.441Z] f875f9e206db: Waiting [2020-09-23T18:14:01.717Z] 33ab827609f4: Layer already exists [2020-09-23T18:14:01.717Z] 60953ea8a496: Layer already exists [2020-09-23T18:14:01.717Z] fbdd2b1846b6: Layer already exists [2020-09-23T18:14:01.717Z] 5eabab3157af: Layer already exists [2020-09-23T18:14:01.717Z] 4bbd2da7c3c1: Layer already exists [2020-09-23T18:14:01.717Z] ee3e471d8878: Layer already exists [2020-09-23T18:14:01.717Z] 5a0bcf80d204: Layer already exists [2020-09-23T18:14:01.717Z] f875f9e206db: Layer already exists [2020-09-23T18:14:01.717Z] 5f2247eaf593: Layer already exists [2020-09-23T18:14:01.717Z] 3994ac1dcb8b: Layer already exists [2020-09-23T18:14:01.717Z] 94fdc660876c: Layer already exists [2020-09-23T18:14:01.717Z] 62d13be1b083: Layer already exists [2020-09-23T18:14:01.717Z] 4e7279dfc0c0: Layer already exists [2020-09-23T18:14:01.717Z] e2f13739ad41: Layer already exists [2020-09-23T18:14:01.717Z] master: digest: sha256:a37a1029a8f3cf944de1fda29f9106a0d9a214abe3e844d1b98818f929cbc610 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-23T18:14:01.941Z] ===================================================== [Pipeline] echo [2020-09-23T18:14:01.999Z] taggedImages: [2020-09-23T18:14:01.999Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:14:01.999Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.30 [2020-09-23T18:14:01.999Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9-1.2.2-dev.30 [2020-09-23T18:14:01.999Z] - 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-23T18:14:03.783Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-23T18:14:03.785Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-23T18:14:03.856Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:04.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-23T18:14:04.202Z] [2020-09-23T18:14:04.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:04.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-23T18:14:04.543Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-23T18:14:04.543Z] cbdbe7a5bc2a: Already exists [2020-09-23T18:14:04.543Z] 408f87550127: Pulling fs layer [2020-09-23T18:14:04.543Z] fe522b08c979: Pulling fs layer [2020-09-23T18:14:04.543Z] 221eaa008020: Pulling fs layer [2020-09-23T18:14:04.543Z] 2a4607e5d6b9: Pulling fs layer [2020-09-23T18:14:04.543Z] 8f79b27c4fd2: Pulling fs layer [2020-09-23T18:14:04.543Z] e5c8dbe1645b: Pulling fs layer [2020-09-23T18:14:04.543Z] 23e8b3b47431: Pulling fs layer [2020-09-23T18:14:04.543Z] 5c568d65a230: Pulling fs layer [2020-09-23T18:14:04.543Z] 2a4607e5d6b9: Waiting [2020-09-23T18:14:04.543Z] 8f79b27c4fd2: Waiting [2020-09-23T18:14:04.543Z] e5c8dbe1645b: Waiting [2020-09-23T18:14:04.543Z] 5c568d65a230: Waiting [2020-09-23T18:14:04.543Z] 23e8b3b47431: Waiting [2020-09-23T18:14:04.543Z] fe522b08c979: Download complete [2020-09-23T18:14:04.543Z] 408f87550127: Verifying Checksum [2020-09-23T18:14:04.543Z] 408f87550127: Download complete [2020-09-23T18:14:04.543Z] 2a4607e5d6b9: Verifying Checksum [2020-09-23T18:14:04.543Z] 2a4607e5d6b9: Download complete [2020-09-23T18:14:04.543Z] 8f79b27c4fd2: Verifying Checksum [2020-09-23T18:14:04.543Z] 8f79b27c4fd2: Download complete [2020-09-23T18:14:04.805Z] 408f87550127: Pull complete [2020-09-23T18:14:05.071Z] fe522b08c979: Pull complete [2020-09-23T18:14:06.015Z] e5c8dbe1645b: Verifying Checksum [2020-09-23T18:14:06.015Z] e5c8dbe1645b: Download complete [2020-09-23T18:14:07.010Z] 23e8b3b47431: Verifying Checksum [2020-09-23T18:14:07.010Z] 23e8b3b47431: Download complete [2020-09-23T18:14:07.010Z] 5c568d65a230: Verifying Checksum [2020-09-23T18:14:07.010Z] 5c568d65a230: Download complete [2020-09-23T18:14:07.980Z] 221eaa008020: Verifying Checksum [2020-09-23T18:14:07.980Z] 221eaa008020: Download complete [2020-09-23T18:14:14.600Z] 221eaa008020: Pull complete [2020-09-23T18:14:14.600Z] 2a4607e5d6b9: Pull complete [2020-09-23T18:14:14.601Z] 8f79b27c4fd2: Pull complete [2020-09-23T18:14:17.154Z] e5c8dbe1645b: Pull complete [2020-09-23T18:14:21.364Z] 23e8b3b47431: Pull complete [2020-09-23T18:14:22.305Z] 5c568d65a230: Pull complete [2020-09-23T18:14:22.305Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-23T18:14:22.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-23T18:14:22.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-23T18:14:22.472Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:14:22.523Z] $ 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/145:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:14:23.909Z] $ docker top 6b3a0dfaeea4458a9f24e2d2f79d14027176129c0cd77e7f1fcb4689a1d286b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T18:14:24.501Z] + snyk monitor '--org=edgex-jenkins' [2020-09-23T18:14:32.650Z] [2020-09-23T18:14:32.650Z] Monitoring /w/workspace/edgex-go/145 (github.com/edgexfoundry/edgex-go)... [2020-09-23T18:14:32.650Z] [2020-09-23T18:14:32.650Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/0709dded-25da-48df-a93d-141fdb36c4d4 [2020-09-23T18:14:32.650Z] [2020-09-23T18:14:32.650Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-23T18:14:32.650Z] [2020-09-23T18:14:32.650Z] [2020-09-23T18:14:32.650Z] Snyk CLI supports Node.js 8 and higher. [2020-09-23T18:14:32.650Z] 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-23T18:14:32.650Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-23T18:14:32.650Z] [2020-09-23T18:14:32.650Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-23T18:14:32.650Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-23T18:14:32.667Z] $ docker stop --time=1 6b3a0dfaeea4458a9f24e2d2f79d14027176129c0cd77e7f1fcb4689a1d286b8 [2020-09-23T18:14:35.553Z] $ docker rm -f 6b3a0dfaeea4458a9f24e2d2f79d14027176129c0cd77e7f1fcb4689a1d286b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:37.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:14:37.078Z] [2020-09-23T18:14:37.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:37.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:14:37.425Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-23T18:14:37.425Z] e7c96db7181b: Pulling fs layer [2020-09-23T18:14:37.425Z] 1868ca2cb446: Pulling fs layer [2020-09-23T18:14:37.425Z] 136be5d0fe8e: Pulling fs layer [2020-09-23T18:14:37.425Z] 894bfe63afcb: Pulling fs layer [2020-09-23T18:14:37.425Z] 894bfe63afcb: Waiting [2020-09-23T18:14:37.425Z] 1868ca2cb446: Verifying Checksum [2020-09-23T18:14:37.425Z] 1868ca2cb446: Download complete [2020-09-23T18:14:37.425Z] 136be5d0fe8e: Verifying Checksum [2020-09-23T18:14:37.425Z] 136be5d0fe8e: Download complete [2020-09-23T18:14:37.425Z] e7c96db7181b: Verifying Checksum [2020-09-23T18:14:37.425Z] e7c96db7181b: Download complete [2020-09-23T18:14:37.688Z] 894bfe63afcb: Verifying Checksum [2020-09-23T18:14:37.688Z] 894bfe63afcb: Download complete [2020-09-23T18:14:37.688Z] e7c96db7181b: Pull complete [2020-09-23T18:14:37.950Z] 1868ca2cb446: Pull complete [2020-09-23T18:14:37.950Z] 136be5d0fe8e: Pull complete [2020-09-23T18:14:38.211Z] 894bfe63afcb: Pull complete [2020-09-23T18:14:38.473Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-23T18:14:38.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:14:38.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-23T18:14:38.590Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:14:38.638Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:14:39.534Z] $ docker top 8a5b747188772a739f577cc7a5394d26fa02d889c76016c727993e2c0cf0841e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:14:40.069Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:14:40.069Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:14:42.791Z] $ docker stop --time=1 8a5b747188772a739f577cc7a5394d26fa02d889c76016c727993e2c0cf0841e [2020-09-23T18:14:44.144Z] $ docker rm -f 8a5b747188772a739f577cc7a5394d26fa02d889c76016c727993e2c0cf0841e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:44.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:14:44.671Z] . [Pipeline] withDockerContainer [2020-09-23T18:14:44.783Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:14:44.830Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:14:45.419Z] $ docker top 9bc573f3e729199bb7279f7e44d60d4a712923baec0d1e979d6a54137008d96d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:14:45.961Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:14:45.961Z] + tee [2020-09-23T18:14:45.961Z] clair timeout 1m0s [2020-09-23T18:14:45.961Z] docker timeout: 1m0s [2020-09-23T18:14:45.961Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:14:46.638Z] $ docker stop --time=1 9bc573f3e729199bb7279f7e44d60d4a712923baec0d1e979d6a54137008d96d [2020-09-23T18:14:47.963Z] $ docker rm -f 9bc573f3e729199bb7279f7e44d60d4a712923baec0d1e979d6a54137008d96d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:14:48.442Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:14:48.455Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-command-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:14:48.517Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:48.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:14:48.887Z] . [Pipeline] withDockerContainer [2020-09-23T18:14:48.998Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:14:49.042Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:14:49.694Z] $ docker top 879d81c1bb8ca461a6a425f138f50afbfdd7797b0a232dc1c704cebf5d7a2135 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:14:50.217Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:14:50.217Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:14:55.682Z] $ docker stop --time=1 879d81c1bb8ca461a6a425f138f50afbfdd7797b0a232dc1c704cebf5d7a2135 [2020-09-23T18:14:57.064Z] $ docker rm -f 879d81c1bb8ca461a6a425f138f50afbfdd7797b0a232dc1c704cebf5d7a2135 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:14:57.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:14:57.530Z] . [Pipeline] withDockerContainer [2020-09-23T18:14:57.651Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:14:57.707Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:14:58.347Z] $ docker top 416c0008707475841f53d1c6d6e90215569db90928b3e24b619e30fb7ac70cce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:14:58.874Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:14:58.874Z] + tee [2020-09-23T18:14:58.874Z] clair timeout 1m0s [2020-09-23T18:14:58.874Z] docker timeout: 1m0s [2020-09-23T18:14:58.874Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:14:59.920Z] $ docker stop --time=1 416c0008707475841f53d1c6d6e90215569db90928b3e24b619e30fb7ac70cce [2020-09-23T18:15:01.282Z] $ docker rm -f 416c0008707475841f53d1c6d6e90215569db90928b3e24b619e30fb7ac70cce [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:15:01.770Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:15:01.785Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-data-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:15:01.847Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:02.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:02.188Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:02.294Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:02.349Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:02.922Z] $ docker top 473ba098da778916bc90c587303bba6eb7bd65b3528fd9d75ec7a47de5020b7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:03.442Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:03.442Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:06.151Z] $ docker stop --time=1 473ba098da778916bc90c587303bba6eb7bd65b3528fd9d75ec7a47de5020b7d [2020-09-23T18:15:07.770Z] $ docker rm -f 473ba098da778916bc90c587303bba6eb7bd65b3528fd9d75ec7a47de5020b7d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:08.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:08.256Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:08.356Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:08.399Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:09.069Z] $ docker top 20f98b3b83366ac462b3e3d0d5234dca10c7131174dbc4ab6f4b21b88cb9da2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:09.611Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:09.611Z] + tee [2020-09-23T18:15:09.611Z] clair timeout 1m0s [2020-09-23T18:15:09.611Z] docker timeout: 1m0s [2020-09-23T18:15:09.611Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:10.318Z] $ docker stop --time=1 20f98b3b83366ac462b3e3d0d5234dca10c7131174dbc4ab6f4b21b88cb9da2e [2020-09-23T18:15:11.642Z] $ docker rm -f 20f98b3b83366ac462b3e3d0d5234dca10c7131174dbc4ab6f4b21b88cb9da2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:15:12.111Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:15:12.124Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-metadata-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:15:12.190Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:12.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:12.535Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:12.629Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:12.728Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:13.335Z] $ docker top d590c5376e27e7524f88b65d1c62355f30f2ec0408b3f0d9ab263ac829cb136e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:13.866Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:13.866Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:18.246Z] $ docker stop --time=1 d590c5376e27e7524f88b65d1c62355f30f2ec0408b3f0d9ab263ac829cb136e [2020-09-23T18:15:19.588Z] $ docker rm -f d590c5376e27e7524f88b65d1c62355f30f2ec0408b3f0d9ab263ac829cb136e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:20.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:20.065Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:20.163Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:20.208Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:20.809Z] $ docker top 6ee91eae1fa385a2716810918d79bff429ce63d3b767f4c633f054c937ee5060 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:21.359Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:21.360Z] + tee [2020-09-23T18:15:21.360Z] clair timeout 1m0s [2020-09-23T18:15:21.360Z] docker timeout: 1m0s [2020-09-23T18:15:21.360Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:22.046Z] $ docker stop --time=1 6ee91eae1fa385a2716810918d79bff429ce63d3b767f4c633f054c937ee5060 [2020-09-23T18:15:23.387Z] $ docker rm -f 6ee91eae1fa385a2716810918d79bff429ce63d3b767f4c633f054c937ee5060 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:15:23.858Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:15:23.874Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-proxy-setup-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:15:23.936Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:24.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:24.285Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:24.386Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:24.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:25.069Z] $ docker top 200e14b7063b73d60c6d954bda47ae6e780bf133e37dd5de905ef17cd6d30db2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:25.691Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:25.692Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:34.011Z] $ docker stop --time=1 200e14b7063b73d60c6d954bda47ae6e780bf133e37dd5de905ef17cd6d30db2 [2020-09-23T18:15:35.368Z] $ docker rm -f 200e14b7063b73d60c6d954bda47ae6e780bf133e37dd5de905ef17cd6d30db2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:35.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:35.875Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:35.976Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:36.029Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:36.953Z] $ docker top 984273b9b2cda5a1f5505ba250c1e1b9019b9fe43dcec96cbfacbcc57ce88ffc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:37.570Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:37.570Z] + tee [2020-09-23T18:15:37.570Z] clair timeout 1m0s [2020-09-23T18:15:37.570Z] docker timeout: 1m0s [2020-09-23T18:15:37.570Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:39.064Z] $ docker stop --time=1 984273b9b2cda5a1f5505ba250c1e1b9019b9fe43dcec96cbfacbcc57ce88ffc [2020-09-23T18:15:40.385Z] $ docker rm -f 984273b9b2cda5a1f5505ba250c1e1b9019b9fe43dcec96cbfacbcc57ce88ffc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:15:40.847Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:15:40.859Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secrets-setup-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:15:40.918Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:41.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:41.317Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:41.416Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:41.461Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:42.035Z] $ docker top ef492f537f2f43ded4fca15dac9fb22a0cb53ca4cc2b760797b12138cd626d4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:42.623Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:42.623Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:51.010Z] $ docker stop --time=1 ef492f537f2f43ded4fca15dac9fb22a0cb53ca4cc2b760797b12138cd626d4f [2020-09-23T18:15:52.348Z] $ docker rm -f ef492f537f2f43ded4fca15dac9fb22a0cb53ca4cc2b760797b12138cd626d4f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:52.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:52.847Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:52.941Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:52.986Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:53.648Z] $ docker top 752d38e78cd9475f906d6305f82aeccebd8817f756741e7c64343a7bcce37d0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:54.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:54.212Z] + tee [2020-09-23T18:15:54.212Z] clair timeout 1m0s [2020-09-23T18:15:54.212Z] docker timeout: 1m0s [2020-09-23T18:15:54.212Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:15:55.705Z] $ docker stop --time=1 752d38e78cd9475f906d6305f82aeccebd8817f756741e7c64343a7bcce37d0e [2020-09-23T18:15:57.032Z] $ docker rm -f 752d38e78cd9475f906d6305f82aeccebd8817f756741e7c64343a7bcce37d0e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:15:57.486Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:15:57.499Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secretstore-setup-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:15:57.557Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:15:57.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:15:57.896Z] . [Pipeline] withDockerContainer [2020-09-23T18:15:57.990Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:15:58.033Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:15:58.630Z] $ docker top 860f25ca5197a42b7e8c9146bcbdc5a646ee70b7557ca676166e467782c3874d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:15:59.164Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:15:59.164Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:02.627Z] $ docker stop --time=1 860f25ca5197a42b7e8c9146bcbdc5a646ee70b7557ca676166e467782c3874d [2020-09-23T18:16:04.019Z] $ docker rm -f 860f25ca5197a42b7e8c9146bcbdc5a646ee70b7557ca676166e467782c3874d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:04.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:04.553Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:04.648Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:04.693Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:05.286Z] $ docker top 45ea474333ab9de0dd036869aa32db5263948945f861cbad18bd394d54ee20fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:05.866Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:16:05.866Z] + tee [2020-09-23T18:16:05.866Z] clair timeout 1m0s [2020-09-23T18:16:05.866Z] docker timeout: 1m0s [2020-09-23T18:16:05.866Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:06.548Z] $ docker stop --time=1 45ea474333ab9de0dd036869aa32db5263948945f861cbad18bd394d54ee20fa [2020-09-23T18:16:07.885Z] $ docker rm -f 45ea474333ab9de0dd036869aa32db5263948945f861cbad18bd394d54ee20fa [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:16:08.346Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:16:08.358Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-logging-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:16:08.411Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:08.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:08.749Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:08.854Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:08.912Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:09.511Z] $ docker top 70dd72c8860f4a191a48ef288f26a28c3345770fa5cb434455f5a13ecd2e53ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:10.075Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:16:10.075Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:15.617Z] $ docker stop --time=1 70dd72c8860f4a191a48ef288f26a28c3345770fa5cb434455f5a13ecd2e53ed [2020-09-23T18:16:16.962Z] $ docker rm -f 70dd72c8860f4a191a48ef288f26a28c3345770fa5cb434455f5a13ecd2e53ed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:17.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:17.488Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:17.622Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:18.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:18.697Z] $ docker top dc51dee4004ec53848c1e8fd9b40a9b5c4e9e25f9086fa7e43e99a16ea53833d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:19.532Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:16:19.533Z] + tee [2020-09-23T18:16:19.533Z] clair timeout 1m0s [2020-09-23T18:16:19.533Z] docker timeout: 1m0s [2020-09-23T18:16:19.533Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:20.497Z] $ docker stop --time=1 dc51dee4004ec53848c1e8fd9b40a9b5c4e9e25f9086fa7e43e99a16ea53833d [2020-09-23T18:16:21.892Z] $ docker rm -f dc51dee4004ec53848c1e8fd9b40a9b5c4e9e25f9086fa7e43e99a16ea53833d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:16:22.496Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:16:22.526Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-notifications-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:16:22.581Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:22.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:22.959Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:23.079Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:23.208Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:23.825Z] $ docker top 02f11ab7029732e207dd4a9061880132ac9adc8a08650a7374805f97e60026f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:24.368Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:16:24.369Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:27.138Z] $ docker stop --time=1 02f11ab7029732e207dd4a9061880132ac9adc8a08650a7374805f97e60026f1 [2020-09-23T18:16:28.485Z] $ docker rm -f 02f11ab7029732e207dd4a9061880132ac9adc8a08650a7374805f97e60026f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:28.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:28.951Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:29.064Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:29.187Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:29.760Z] $ docker top 8dc7ec76385678c5868811e5fe1a27eb52cb431132fdf8f303d2ad3b8f5c1536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:30.302Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:16:30.302Z] + tee [2020-09-23T18:16:30.302Z] clair timeout 1m0s [2020-09-23T18:16:30.302Z] docker timeout: 1m0s [2020-09-23T18:16:30.302Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:30.999Z] $ docker stop --time=1 8dc7ec76385678c5868811e5fe1a27eb52cb431132fdf8f303d2ad3b8f5c1536 [2020-09-23T18:16:32.335Z] $ docker rm -f 8dc7ec76385678c5868811e5fe1a27eb52cb431132fdf8f303d2ad3b8f5c1536 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:16:32.836Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:16:32.853Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-scheduler-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:16:32.905Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:33.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:33.280Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:33.435Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:33.512Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:34.190Z] $ docker top 1bc0d2f331d5cbf4e8e84914af131c5e4fefab4d136910e74afedfa1685ba5a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:34.768Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:16:34.768Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:49.940Z] $ docker stop --time=1 1bc0d2f331d5cbf4e8e84914af131c5e4fefab4d136910e74afedfa1685ba5a6 [2020-09-23T18:16:51.299Z] $ docker rm -f 1bc0d2f331d5cbf4e8e84914af131c5e4fefab4d136910e74afedfa1685ba5a6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:51.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:51.767Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:51.892Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:51.940Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:52.549Z] $ docker top c20c7af4a1a59588fdd44fc9c2ab8ef4b2203817fa4f32db9d3d43af6fbb3c25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:53.053Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:16:53.053Z] + tee [2020-09-23T18:16:53.053Z] clair timeout 1m0s [2020-09-23T18:16:53.053Z] docker timeout: 1m0s [2020-09-23T18:16:53.053Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:16:54.534Z] $ docker stop --time=1 c20c7af4a1a59588fdd44fc9c2ab8ef4b2203817fa4f32db9d3d43af6fbb3c25 [2020-09-23T18:16:55.844Z] $ docker rm -f c20c7af4a1a59588fdd44fc9c2ab8ef4b2203817fa4f32db9d3d43af6fbb3c25 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:16:56.326Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:16:56.339Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-sys-mgmt-agent-go_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:16:56.396Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:16:56.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:16:56.731Z] . [Pipeline] withDockerContainer [2020-09-23T18:16:56.826Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:16:56.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:16:57.440Z] $ docker top 5954a2b27ae4e97e4e5b51da1df47a30d132cea0bccac27dbcc64863efc16c89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:16:57.952Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9+ [2020-09-23T18:16:57.952Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:00.802Z] $ docker stop --time=1 5954a2b27ae4e97e4e5b51da1df47a30d132cea0bccac27dbcc64863efc16c89 [2020-09-23T18:17:02.141Z] $ docker rm -f 5954a2b27ae4e97e4e5b51da1df47a30d132cea0bccac27dbcc64863efc16c89 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:02.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:02.639Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:02.741Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:02.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:03.453Z] $ docker top 8058bdc7bc91983cd9a21fdc1dabb2d96bf0224262ad0f112ae37b6d396d7ad3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:03.956Z] + + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9tee [2020-09-23T18:17:03.956Z] [2020-09-23T18:17:03.956Z] clair timeout 1m0s [2020-09-23T18:17:03.956Z] docker timeout: 1m0s [2020-09-23T18:17:03.956Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:04.619Z] $ docker stop --time=1 8058bdc7bc91983cd9a21fdc1dabb2d96bf0224262ad0f112ae37b6d396d7ad3 [2020-09-23T18:17:05.950Z] $ docker rm -f 8058bdc7bc91983cd9a21fdc1dabb2d96bf0224262ad0f112ae37b6d396d7ad3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:17:06.503Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:17:06.519Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-command-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:17:06.576Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:06.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:06.915Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:07.012Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:07.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:07.590Z] $ docker top 9816ec99e08d66417327a4b5ba65042a7a690dbe8503e1c9946eb814f6562aa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:08.119Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:08.119Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:13.572Z] $ docker stop --time=1 9816ec99e08d66417327a4b5ba65042a7a690dbe8503e1c9946eb814f6562aa9 [2020-09-23T18:17:14.895Z] $ docker rm -f 9816ec99e08d66417327a4b5ba65042a7a690dbe8503e1c9946eb814f6562aa9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:15.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:15.404Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:15.503Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:15.546Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:16.145Z] $ docker top a3ecdb770cc0d6911b587d9cbbd040c827748f285479855df2234ec6b834b9f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:16.685Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:16.685Z] + tee [2020-09-23T18:17:16.685Z] clair timeout 1m0s [2020-09-23T18:17:16.685Z] docker timeout: 1m0s [2020-09-23T18:17:16.685Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:17.728Z] $ docker stop --time=1 a3ecdb770cc0d6911b587d9cbbd040c827748f285479855df2234ec6b834b9f1 [2020-09-23T18:17:19.068Z] $ docker rm -f a3ecdb770cc0d6911b587d9cbbd040c827748f285479855df2234ec6b834b9f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:17:19.526Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:17:19.538Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-data-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:17:19.642Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:19.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:19.993Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:20.088Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:20.132Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:20.769Z] $ docker top ce263107aa1010f80f0121a1a378b603dc00b85d53ece2f0fc31dc0b16cd895b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:21.292Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:21.292Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:23.979Z] $ docker stop --time=1 ce263107aa1010f80f0121a1a378b603dc00b85d53ece2f0fc31dc0b16cd895b [2020-09-23T18:17:25.318Z] $ docker rm -f ce263107aa1010f80f0121a1a378b603dc00b85d53ece2f0fc31dc0b16cd895b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:25.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:25.872Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:25.991Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:26.040Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:26.640Z] $ docker top d3d2729f23e6215b12545cb1e1bb3d879c559e9ce63a1b5320cdf0228e9b2050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:27.187Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:27.188Z] + tee [2020-09-23T18:17:27.188Z] clair timeout 1m0s [2020-09-23T18:17:27.188Z] docker timeout: 1m0s [2020-09-23T18:17:27.188Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:27.859Z] $ docker stop --time=1 d3d2729f23e6215b12545cb1e1bb3d879c559e9ce63a1b5320cdf0228e9b2050 [2020-09-23T18:17:29.204Z] $ docker rm -f d3d2729f23e6215b12545cb1e1bb3d879c559e9ce63a1b5320cdf0228e9b2050 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:17:29.680Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:17:29.694Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-core-metadata-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:17:29.745Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:30.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:30.085Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:30.184Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:30.227Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:30.851Z] $ docker top 3e066e568c7c3527a6a694f1ebe4adf509b20f89767470e875227d6a11bd0a01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:31.572Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:31.572Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:35.940Z] $ docker stop --time=1 3e066e568c7c3527a6a694f1ebe4adf509b20f89767470e875227d6a11bd0a01 [2020-09-23T18:17:37.322Z] $ docker rm -f 3e066e568c7c3527a6a694f1ebe4adf509b20f89767470e875227d6a11bd0a01 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:37.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:37.847Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:37.950Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:37.996Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:38.627Z] $ docker top 59ae6ca493ba619b1f6376d34e7eb578588db77ef1c6b282f56229681a0d3577 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:39.163Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:39.163Z] + tee [2020-09-23T18:17:39.163Z] clair timeout 1m0s [2020-09-23T18:17:39.163Z] docker timeout: 1m0s [2020-09-23T18:17:39.163Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:39.837Z] $ docker stop --time=1 59ae6ca493ba619b1f6376d34e7eb578588db77ef1c6b282f56229681a0d3577 [2020-09-23T18:17:41.164Z] $ docker rm -f 59ae6ca493ba619b1f6376d34e7eb578588db77ef1c6b282f56229681a0d3577 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:17:41.675Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:17:41.689Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:17:41.742Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:42.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:42.083Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:42.183Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:42.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:42.783Z] $ docker top b9cf756903bef79f50ba24af94e2d448e93be8ef942cd6cd5bbecdedef187ec1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:43.338Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:43.338Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:51.889Z] $ docker stop --time=1 b9cf756903bef79f50ba24af94e2d448e93be8ef942cd6cd5bbecdedef187ec1 [2020-09-23T18:17:53.261Z] $ docker rm -f b9cf756903bef79f50ba24af94e2d448e93be8ef942cd6cd5bbecdedef187ec1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:53.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:53.744Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:53.845Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:53.886Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:54.550Z] $ docker top e1dd7069f4ea4cfe907ef6390a903b21f0e4fd4bff32f0c6bbb448eced17b428 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:17:55.105Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:17:55.105Z] + tee [2020-09-23T18:17:55.105Z] clair timeout 1m0s [2020-09-23T18:17:55.105Z] docker timeout: 1m0s [2020-09-23T18:17:55.105Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:17:56.611Z] $ docker stop --time=1 e1dd7069f4ea4cfe907ef6390a903b21f0e4fd4bff32f0c6bbb448eced17b428 [2020-09-23T18:17:57.938Z] $ docker rm -f e1dd7069f4ea4cfe907ef6390a903b21f0e4fd4bff32f0c6bbb448eced17b428 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:17:58.425Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:17:58.439Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:17:58.495Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:17:58.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:17:58.837Z] . [Pipeline] withDockerContainer [2020-09-23T18:17:58.943Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:17:59.029Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:17:59.632Z] $ docker top 9bfe5c1fae5d75d38ac8ab3a88ca33da55701c361f396da8ef908bc3b1b1fd3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:00.175Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:18:00.175Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:08.476Z] $ docker stop --time=1 9bfe5c1fae5d75d38ac8ab3a88ca33da55701c361f396da8ef908bc3b1b1fd3a [2020-09-23T18:18:09.818Z] $ docker rm -f 9bfe5c1fae5d75d38ac8ab3a88ca33da55701c361f396da8ef908bc3b1b1fd3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:10.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:10.280Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:10.379Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:10.419Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:11.009Z] $ docker top dc8a6c3bd2c410690ae63ae2af2fbc86c1f4f01e1cbccf5752921d990ded1bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:11.543Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:18:11.543Z] + tee [2020-09-23T18:18:11.543Z] clair timeout 1m0s [2020-09-23T18:18:11.543Z] docker timeout: 1m0s [2020-09-23T18:18:11.543Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:13.029Z] $ docker stop --time=1 dc8a6c3bd2c410690ae63ae2af2fbc86c1f4f01e1cbccf5752921d990ded1bcc [2020-09-23T18:18:14.385Z] $ docker rm -f dc8a6c3bd2c410690ae63ae2af2fbc86c1f4f01e1cbccf5752921d990ded1bcc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:18:14.915Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:18:14.929Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:18:14.985Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:15.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:15.446Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:15.545Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:15.588Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:16.232Z] $ docker top be89c383813bbecc2d41db71bbb83a29cd203725b58ecbdc66e6c1426730c7b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:16.763Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:18:16.763Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:20.529Z] $ docker stop --time=1 be89c383813bbecc2d41db71bbb83a29cd203725b58ecbdc66e6c1426730c7b2 [2020-09-23T18:18:21.907Z] $ docker rm -f be89c383813bbecc2d41db71bbb83a29cd203725b58ecbdc66e6c1426730c7b2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:22.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:22.385Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:22.487Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:22.536Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:23.193Z] $ docker top 75be42e55cdb68030a2f8c224268d2e754026b82886f31871e3ab69191c09a3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:23.734Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:18:23.734Z] + tee [2020-09-23T18:18:23.734Z] clair timeout 1m0s [2020-09-23T18:18:23.734Z] docker timeout: 1m0s [2020-09-23T18:18:23.734Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:24.424Z] $ docker stop --time=1 75be42e55cdb68030a2f8c224268d2e754026b82886f31871e3ab69191c09a3d [2020-09-23T18:18:25.768Z] $ docker rm -f 75be42e55cdb68030a2f8c224268d2e754026b82886f31871e3ab69191c09a3d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:18:26.266Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:18:26.280Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-logging-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:18:26.351Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:26.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:26.695Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:26.793Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:26.837Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:27.428Z] $ docker top 5d27c95e60f4e8f019935e036aafdce6c9125331527d3a5712680a7514b6bc54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:27.974Z] + + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9tee [2020-09-23T18:18:27.974Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:33.420Z] $ docker stop --time=1 5d27c95e60f4e8f019935e036aafdce6c9125331527d3a5712680a7514b6bc54 [2020-09-23T18:18:34.760Z] $ docker rm -f 5d27c95e60f4e8f019935e036aafdce6c9125331527d3a5712680a7514b6bc54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:35.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:35.229Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:35.324Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:35.366Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:36.020Z] $ docker top e16e43e41ac4e8266acb72ecbdf23f8957dcff0b8ecafca2016e49cfb8d13892 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:36.550Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:18:36.550Z] [2020-09-23T18:18:36.550Z] clair timeout 1m0s [2020-09-23T18:18:36.550Z] docker timeout: 1m0s [2020-09-23T18:18:36.550Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:37.597Z] $ docker stop --time=1 e16e43e41ac4e8266acb72ecbdf23f8957dcff0b8ecafca2016e49cfb8d13892 [2020-09-23T18:18:38.960Z] $ docker rm -f e16e43e41ac4e8266acb72ecbdf23f8957dcff0b8ecafca2016e49cfb8d13892 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:18:39.422Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:18:39.436Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-notifications-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:18:39.488Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:39.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:39.881Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:39.977Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:40.022Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:40.614Z] $ docker top 79c4ee11bc40ca155279d7a49066bf46e2f492de2032cd64d2e346cf66643ff1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:41.203Z] + tee [2020-09-23T18:18:41.203Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:43.928Z] $ docker stop --time=1 79c4ee11bc40ca155279d7a49066bf46e2f492de2032cd64d2e346cf66643ff1 [2020-09-23T18:18:45.277Z] $ docker rm -f 79c4ee11bc40ca155279d7a49066bf46e2f492de2032cd64d2e346cf66643ff1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:45.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:45.745Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:45.842Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:45.886Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:46.479Z] $ docker top eedad8d7a91d8d1bab8f23c58929a364e8f053cc75eb13fdb0989c1dcffd54da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:47.058Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:18:47.058Z] + tee [2020-09-23T18:18:47.058Z] clair timeout 1m0s [2020-09-23T18:18:47.058Z] docker timeout: 1m0s [2020-09-23T18:18:47.058Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:18:47.738Z] $ docker stop --time=1 eedad8d7a91d8d1bab8f23c58929a364e8f053cc75eb13fdb0989c1dcffd54da [2020-09-23T18:18:49.077Z] $ docker rm -f eedad8d7a91d8d1bab8f23c58929a364e8f053cc75eb13fdb0989c1dcffd54da [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:18:49.579Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:18:49.592Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-support-scheduler-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:18:49.640Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:18:49.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:18:49.979Z] . [Pipeline] withDockerContainer [2020-09-23T18:18:50.079Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:18:50.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:18:50.750Z] $ docker top 34787dd4097e96f4492c8bc2f04b359faff1333a3d2df6d233c1bd83df730309 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:18:51.264Z] + tee [2020-09-23T18:18:51.264Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:19:06.348Z] $ docker stop --time=1 34787dd4097e96f4492c8bc2f04b359faff1333a3d2df6d233c1bd83df730309 [2020-09-23T18:19:07.730Z] $ docker rm -f 34787dd4097e96f4492c8bc2f04b359faff1333a3d2df6d233c1bd83df730309 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:19:08.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-23T18:19:08.222Z] . [Pipeline] withDockerContainer [2020-09-23T18:19:08.323Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:19:08.368Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:19:08.973Z] $ docker top 284a18b29514127a7b60586085f9588fd67ec96946515d07965991c95c6d9b47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-23T18:19:09.473Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:855c38c39ef34412bad8449468666c22fd9242b9 [2020-09-23T18:19:09.473Z] + tee [2020-09-23T18:19:09.473Z] clair timeout 1m0s [2020-09-23T18:19:09.474Z] docker timeout: 1m0s [2020-09-23T18:19:09.474Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-23T18:19:11.491Z] $ docker stop --time=1 284a18b29514127a7b60586085f9588fd67ec96946515d07965991c95c6d9b47 [2020-09-23T18:19:12.847Z] $ docker rm -f 284a18b29514127a7b60586085f9588fd67ec96946515d07965991c95c6d9b47 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-23T18:19:13.361Z] + mkdir -p /w/workspace/edgex-go/145/clair-reports [Pipeline] echo [2020-09-23T18:19:13.373Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/145/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_855c38c39ef34412bad8449468666c22fd9242b9.html [Pipeline] writeFile [Pipeline] step [2020-09-23T18:19:13.438Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-23T18:19:14.021Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-23T18:19:14.071Z] provisioning config files... [2020-09-23T18:19:14.087Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/145@tmp/config8480416054059434142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:19:14.537Z] --> edgex-publish-swagger.sh [2020-09-23T18:19:14.537Z] === Publish openapi/v1 API === [2020-09-23T18:19:14.537Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-23T18:19:14.537Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-23T18:19:14.537Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:14.537Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:15.479Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 11141 --:--:-- --:--:-- --:--:-- 11145 100 10521 0 0 100 10521 0 11139 --:--:-- --:--:-- --:--:-- 11145 [2020-09-23T18:19:15.479Z] [2020-09-23T18:19:15.479Z] [2020-09-23T18:19:15.479Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-23T18:19:15.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:15.479Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:16.864Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30130 0:00:01 0:00:01 --:--:-- 30144 100 32556 0 0 100 32556 0 30126 0:00:01 0:00:01 --:--:-- 30144 [2020-09-23T18:19:16.864Z] [2020-09-23T18:19:16.864Z] [2020-09-23T18:19:16.864Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-23T18:19:16.864Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:16.864Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:17.435Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 82781 --:--:-- --:--:-- --:--:-- 82738 100 73720 0 0 100 73720 0 82769 --:--:-- --:--:-- --:--:-- 82738 [2020-09-23T18:19:17.435Z] [2020-09-23T18:19:17.435Z] [2020-09-23T18:19:17.435Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-23T18:19:17.435Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:17.435Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:18.819Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13161 0:00:01 0:00:01 --:--:-- 13171 100 13580 0 0 100 13580 0 13158 0:00:01 0:00:01 --:--:-- 13171 [2020-09-23T18:19:18.819Z] [2020-09-23T18:19:18.819Z] [2020-09-23T18:19:18.819Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-23T18:19:18.819Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:18.819Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:19.390Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 39558 --:--:-- --:--:-- --:--:-- 39561 100 38889 0 0 100 38889 0 39551 --:--:-- --:--:-- --:--:-- 39521 [2020-09-23T18:19:19.390Z] [2020-09-23T18:19:19.390Z] [2020-09-23T18:19:19.651Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-23T18:19:19.651Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:19.651Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:20.594Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 15470 --:--:-- --:--:-- --:--:-- 15470 100 14248 0 0 100 14248 0 15468 --:--:-- --:--:-- --:--:-- 15470 [2020-09-23T18:19:20.594Z] [2020-09-23T18:19:20.594Z] [2020-09-23T18:19:20.594Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-23T18:19:20.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:20.594Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:21.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4319 --:--:-- --:--:-- --:--:-- 4316 100 4109 0 0 100 4109 0 4318 --:--:-- --:--:-- --:--:-- 4316 [2020-09-23T18:19:21.539Z] [2020-09-23T18:19:21.539Z] [2020-09-23T18:19:21.539Z] === Publish openapi/v2 API === [2020-09-23T18:19:21.539Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-23T18:19:21.539Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-23T18:19:21.539Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:21.539Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:22.480Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 34290 --:--:-- --:--:-- --:--:-- 34278 100 30234 0 0 100 30234 0 34284 --:--:-- --:--:-- --:--:-- 34278 [2020-09-23T18:19:22.480Z] [2020-09-23T18:19:22.480Z] [2020-09-23T18:19:22.480Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-23T18:19:22.480Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:22.480Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:23.422Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 68079 --:--:-- --:--:-- --:--:-- 68064 100 59012 0 0 100 59012 0 68068 --:--:-- --:--:-- --:--:-- 68064 [2020-09-23T18:19:23.422Z] [2020-09-23T18:19:23.422Z] [2020-09-23T18:19:23.422Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-23T18:19:23.422Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:23.422Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:23.993Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 77047 --:--:-- --:--:-- --:--:-- 77027 100 68246 0 0 100 68246 0 77033 --:--:-- --:--:-- --:--:-- 77027 [2020-09-23T18:19:23.993Z] [2020-09-23T18:19:23.993Z] [2020-09-23T18:19:23.993Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-23T18:19:23.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:23.993Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:24.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 33374 --:--:-- --:--:-- --:--:-- 33416 [2020-09-23T18:19:24.934Z] [2020-09-23T18:19:24.934Z] [2020-09-23T18:19:24.934Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-23T18:19:24.934Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:24.934Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:25.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 64112 --:--:-- --:--:-- --:--:-- 64115 [2020-09-23T18:19:26.027Z] [2020-09-23T18:19:26.027Z] [2020-09-23T18:19:26.027Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-23T18:19:26.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:26.027Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:27.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 39633 0:00:01 0:00:01 --:--:-- 39663 [2020-09-23T18:19:27.064Z] [2020-09-23T18:19:27.064Z] [2020-09-23T18:19:27.064Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-23T18:19:27.064Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-23T18:19:27.064Z] Dload Upload Total Spent Left Speed [2020-09-23T18:19:28.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 26205 --:--:-- --:--:-- --:--:-- 26210 [2020-09-23T18:19:28.043Z] [2020-09-23T18:19:28.043Z] [Pipeline] } [2020-09-23T18:19:28.052Z] 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-23T18:19:37.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T18:19:37.842Z] . [Pipeline] withDockerContainer [2020-09-23T18:19:37.939Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:19:37.978Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:19:39.100Z] $ docker top 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-23T18:19:39.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-23T18:19:39.422Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-23T18:19:39.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-23T18:19:39.667Z] $ docker exec 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 ssh-agent [2020-09-23T18:19:39.838Z] SSH_AUTH_SOCK=/tmp/ssh-jQQFufn5TmbT/agent.11 [2020-09-23T18:19:39.838Z] SSH_AGENT_PID=16 [2020-09-23T18:19:39.847Z] Running ssh-add (command line suppressed) [2020-09-23T18:19:39.974Z] Identity added: /w/workspace/edgex-go/145@tmp/private_key_7035201070403139112.key (/w/workspace/edgex-go/145@tmp/private_key_7035201070403139112.key) [2020-09-23T18:19:40.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-23T18:19:40.364Z] + git semver tag [2020-09-23T18:19:40.364Z] # -> Open(): unable to determine branch for HEAD [2020-09-23T18:19:40.364Z] # $GIT_DIR = /w/workspace/edgex-go/145/.git [2020-09-23T18:19:40.364Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/145 [2020-09-23T18:19:40.364Z] # $SEMVER_REMOTE_NAME = origin [2020-09-23T18:19:40.364Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-23T18:19:40.364Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-23T18:19:40.364Z] # $SEMVER_BRANCH = master [2020-09-23T18:19:40.364Z] # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver [2020-09-23T18:19:40.364Z] # 855c38c39ef34412bad8449468666c22fd9242b9 HEAD [2020-09-23T18:19:40.939Z] # -> Force: false [2020-09-23T18:19:40.939Z] # fa27ca2a8c92a71133e77556b9dd3b4f7e8f1030 refs/tags/v1.2.2-dev.30 [Pipeline] } [2020-09-23T18:19:40.953Z] $ docker exec --env ******** --env ******** 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 ssh-agent -k [2020-09-23T18:19:41.081Z] unset SSH_AUTH_SOCK; [2020-09-23T18:19:41.081Z] unset SSH_AGENT_PID; [2020-09-23T18:19:41.082Z] echo Agent pid 16 killed; [2020-09-23T18:19:41.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-23T18:19:41.613Z] + git semver [Pipeline] } [2020-09-23T18:19:41.636Z] $ docker stop --time=1 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 [2020-09-23T18:19:42.959Z] $ docker rm -f 2e4d591809fbc2cb26e0d00649bbd9307cd5cc2f6f2a4b6fb65e4a65f943dee5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:19:43.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-23T18:19:43.558Z] [2020-09-23T18:19:43.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:19:43.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-23T18:19:43.933Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-23T18:19:43.933Z] ab5ef0e58194: Pulling fs layer [2020-09-23T18:19:43.933Z] 9712f1f96733: Pulling fs layer [2020-09-23T18:19:43.933Z] 63f879dbbcfc: Pulling fs layer [2020-09-23T18:19:43.933Z] 0d9ebad4ef96: Pulling fs layer [2020-09-23T18:19:43.933Z] e9a5061849ea: Pulling fs layer [2020-09-23T18:19:43.933Z] d747dcd14b5f: Pulling fs layer [2020-09-23T18:19:43.933Z] 2de7ff778b66: Pulling fs layer [2020-09-23T18:19:43.933Z] 0d9ebad4ef96: Waiting [2020-09-23T18:19:43.933Z] e9a5061849ea: Waiting [2020-09-23T18:19:43.933Z] d747dcd14b5f: Waiting [2020-09-23T18:19:43.933Z] 2de7ff778b66: Waiting [2020-09-23T18:19:43.933Z] 9712f1f96733: Download complete [2020-09-23T18:19:45.323Z] 63f879dbbcfc: Verifying Checksum [2020-09-23T18:19:45.323Z] 63f879dbbcfc: Download complete [2020-09-23T18:19:45.586Z] e9a5061849ea: Verifying Checksum [2020-09-23T18:19:45.586Z] e9a5061849ea: Download complete [2020-09-23T18:19:45.586Z] d747dcd14b5f: Verifying Checksum [2020-09-23T18:19:45.586Z] d747dcd14b5f: Download complete [2020-09-23T18:19:45.847Z] 2de7ff778b66: Verifying Checksum [2020-09-23T18:19:45.847Z] 2de7ff778b66: Download complete [2020-09-23T18:19:46.109Z] 0d9ebad4ef96: Verifying Checksum [2020-09-23T18:19:46.109Z] 0d9ebad4ef96: Download complete [2020-09-23T18:19:46.109Z] ab5ef0e58194: Verifying Checksum [2020-09-23T18:19:46.109Z] ab5ef0e58194: Download complete [2020-09-23T18:19:50.333Z] ab5ef0e58194: Pull complete [2020-09-23T18:19:50.333Z] 9712f1f96733: Pull complete [2020-09-23T18:19:52.896Z] 63f879dbbcfc: Pull complete [2020-09-23T18:19:58.214Z] 0d9ebad4ef96: Pull complete [2020-09-23T18:20:00.137Z] e9a5061849ea: Pull complete [2020-09-23T18:20:00.137Z] d747dcd14b5f: Pull complete [2020-09-23T18:20:03.476Z] 2de7ff778b66: Pull complete [2020-09-23T18:20:03.476Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-23T18:20:03.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-23T18:20:03.476Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-23T18:20:03.645Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:20:03.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:20:08.008Z] $ docker top 3d4a2fa48a43e21dfd517e3e8244ba74c1c09db576e74fee70dda02379eec1b9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-23T18:20:08.253Z] provisioning config files... [2020-09-23T18:20:08.263Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/145@tmp/config4055271023050384116tmp [2020-09-23T18:20:08.280Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/145@tmp/config2809315717150509667tmp [2020-09-23T18:20:08.294Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/145@tmp/config3225375264299039629tmp [Pipeline] { [Pipeline] echo [2020-09-23T18:20:08.350Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:20:08.652Z] ---> sigul-configuration.sh [2020-09-23T18:20:08.652Z] gpg: directory `/root/.gnupg' created [2020-09-23T18:20:08.652Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-23T18:20:08.652Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-23T18:20:08.652Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-23T18:20:08.652Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-23T18:20:08.652Z] gpg: CAST5 encrypted data [2020-09-23T18:20:08.915Z] gpg: encrypted with 1 passphrase [2020-09-23T18:20:08.915Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-23T18:20:09.212Z] + mkdir /home/jenkins [2020-09-23T18:20:09.213Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-23T18:20:09.531Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-23T18:20:09.541Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:20:09.838Z] ---> sigul-install.sh [2020-09-23T18:20:17.992Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-23T18:20:18.287Z] + git tag --list [2020-09-23T18:20:18.287Z] v1.2.2-dev.30 [Pipeline] sh [2020-09-23T18:20:18.582Z] + lftools sign git-tag v1.2.2-dev.30 [2020-09-23T18:20:19.968Z] Signing Git tag with Sigul... [2020-09-23T18:20:19.968Z] Signing v1.2.2-dev.30 [Pipeline] echo [2020-09-23T18:20:20.926Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:20:21.222Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-23T18:20:21.231Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-23T18:20:21.345Z] $ docker stop --time=1 3d4a2fa48a43e21dfd517e3e8244ba74c1c09db576e74fee70dda02379eec1b9 [2020-09-23T18:20:23.385Z] $ docker rm -f 3d4a2fa48a43e21dfd517e3e8244ba74c1c09db576e74fee70dda02379eec1b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:20:24.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T18:20:24.185Z] . [Pipeline] withDockerContainer [2020-09-23T18:20:24.281Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:20:24.321Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:20:24.996Z] $ docker top 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-23T18:20:25.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-23T18:20:25.370Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-23T18:20:25.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-23T18:20:25.587Z] $ docker exec 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 ssh-agent [2020-09-23T18:20:25.769Z] SSH_AUTH_SOCK=/tmp/ssh-0jAa9sccemaz/agent.11 [2020-09-23T18:20:25.769Z] SSH_AGENT_PID=17 [2020-09-23T18:20:25.795Z] Running ssh-add (command line suppressed) [2020-09-23T18:20:25.928Z] Identity added: /w/workspace/edgex-go/145@tmp/private_key_6733500843150530369.key (/w/workspace/edgex-go/145@tmp/private_key_6733500843150530369.key) [2020-09-23T18:20:25.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-23T18:20:26.321Z] + git semver bump pre [2020-09-23T18:20:26.321Z] # -> Open(): unable to determine branch for HEAD [2020-09-23T18:20:26.321Z] # $GIT_DIR = /w/workspace/edgex-go/145/.git [2020-09-23T18:20:26.321Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/145 [2020-09-23T18:20:26.321Z] # $SEMVER_REMOTE_NAME = origin [2020-09-23T18:20:26.321Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-23T18:20:26.321Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-23T18:20:26.321Z] # $SEMVER_BRANCH = master [2020-09-23T18:20:26.321Z] # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver [2020-09-23T18:20:26.321Z] 1.2.2-dev.31 [Pipeline] } [2020-09-23T18:20:26.333Z] $ docker exec --env ******** --env ******** 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 ssh-agent -k [2020-09-23T18:20:26.449Z] unset SSH_AUTH_SOCK; [2020-09-23T18:20:26.449Z] unset SSH_AGENT_PID; [2020-09-23T18:20:26.449Z] echo Agent pid 17 killed; [2020-09-23T18:20:26.499Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-23T18:20:26.939Z] + git semver [Pipeline] } [2020-09-23T18:20:26.956Z] $ docker stop --time=1 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 [2020-09-23T18:20:28.301Z] $ docker rm -f 827f4cee76c24be8af7d28c87795fab30796a96bdf9979f718f7d03393bdaf93 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:20:28.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-23T18:20:28.813Z] . [Pipeline] withDockerContainer [2020-09-23T18:20:28.909Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:20:28.949Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:20:29.599Z] $ docker top 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-23T18:20:29.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-23T18:20:29.884Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-23T18:20:30.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-23T18:20:30.089Z] $ docker exec 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf ssh-agent [2020-09-23T18:20:30.260Z] SSH_AUTH_SOCK=/tmp/ssh-UqIETMp1Mliv/agent.11 [2020-09-23T18:20:30.260Z] SSH_AGENT_PID=17 [2020-09-23T18:20:30.267Z] Running ssh-add (command line suppressed) [2020-09-23T18:20:30.389Z] Identity added: /w/workspace/edgex-go/145@tmp/private_key_9180802645662080462.key (/w/workspace/edgex-go/145@tmp/private_key_9180802645662080462.key) [2020-09-23T18:20:30.441Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-23T18:20:30.790Z] + git semver push [2020-09-23T18:20:30.790Z] # -> Open(): unable to determine branch for HEAD [2020-09-23T18:20:30.790Z] # $GIT_DIR = /w/workspace/edgex-go/145/.git [2020-09-23T18:20:30.790Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/145 [2020-09-23T18:20:30.790Z] # $SEMVER_REMOTE_NAME = origin [2020-09-23T18:20:30.790Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-23T18:20:30.790Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-23T18:20:30.790Z] # $SEMVER_BRANCH = master [2020-09-23T18:20:30.790Z] # $SEMVER_DIR = /w/workspace/edgex-go/145/.semver [Pipeline] } [2020-09-23T18:20:40.814Z] $ docker exec --env ******** --env ******** 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf ssh-agent -k [2020-09-23T18:20:40.944Z] unset SSH_AUTH_SOCK; [2020-09-23T18:20:40.944Z] unset SSH_AGENT_PID; [2020-09-23T18:20:40.944Z] echo Agent pid 17 killed; [2020-09-23T18:20:40.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-23T18:20:41.513Z] + git semver [Pipeline] } [2020-09-23T18:20:41.530Z] $ docker stop --time=1 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf [2020-09-23T18:20:42.869Z] $ docker rm -f 40342609ba61e395e9a9e8575169b259a752ac064026957c869da7aaf13bbbcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:20:43.753Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:20:44.625Z] ---> package-listing.sh [2020-09-23T18:20:44.626Z] ++ facter osfamily [2020-09-23T18:20:44.626Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-23T18:20:44.626Z] + OS_FAMILY=redhat [2020-09-23T18:20:44.626Z] + workspace=/w/workspace/edgex-go/145 [2020-09-23T18:20:44.626Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-23T18:20:44.626Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-23T18:20:44.626Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-23T18:20:44.626Z] + PACKAGES=/tmp/packages_start.txt [2020-09-23T18:20:44.626Z] + '[' /w/workspace/edgex-go/145 ']' [2020-09-23T18:20:44.626Z] + PACKAGES=/tmp/packages_end.txt [2020-09-23T18:20:44.626Z] + case "${OS_FAMILY}" in [2020-09-23T18:20:44.626Z] + rpm -qa [2020-09-23T18:20:44.626Z] + sort [2020-09-23T18:20:48.844Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-23T18:20:48.844Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-23T18:20:48.844Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-23T18:20:48.844Z] + '[' /w/workspace/edgex-go/145 ']' [2020-09-23T18:20:48.844Z] + mkdir -p /w/workspace/edgex-go/145/archives/ [2020-09-23T18:20:48.844Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/145/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:20:49.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-23T18:20:49.670Z] [2020-09-23T18:20:49.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-23T18:20:50.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-23T18:20:50.011Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-23T18:20:50.011Z] df20fa9351a1: Already exists [2020-09-23T18:20:50.011Z] 36b3adc4ff6f: Pulling fs layer [2020-09-23T18:20:50.011Z] 8ad3a11d3b57: Pulling fs layer [2020-09-23T18:20:50.011Z] 46f8f816bc3b: Pulling fs layer [2020-09-23T18:20:50.011Z] 0dadc02b9964: Pulling fs layer [2020-09-23T18:20:50.011Z] ce6a7cf60c04: Pulling fs layer [2020-09-23T18:20:50.011Z] 7a184a31f384: Pulling fs layer [2020-09-23T18:20:50.011Z] 0879bd2ef858: Pulling fs layer [2020-09-23T18:20:50.011Z] 0dadc02b9964: Waiting [2020-09-23T18:20:50.011Z] ce6a7cf60c04: Waiting [2020-09-23T18:20:50.011Z] 7a184a31f384: Waiting [2020-09-23T18:20:50.011Z] 0879bd2ef858: Waiting [2020-09-23T18:20:50.011Z] 46f8f816bc3b: Verifying Checksum [2020-09-23T18:20:50.011Z] 46f8f816bc3b: Download complete [2020-09-23T18:20:50.011Z] 36b3adc4ff6f: Verifying Checksum [2020-09-23T18:20:50.011Z] 36b3adc4ff6f: Download complete [2020-09-23T18:20:50.011Z] ce6a7cf60c04: Verifying Checksum [2020-09-23T18:20:50.011Z] ce6a7cf60c04: Download complete [2020-09-23T18:20:50.271Z] 7a184a31f384: Verifying Checksum [2020-09-23T18:20:50.271Z] 7a184a31f384: Download complete [2020-09-23T18:20:50.271Z] 0dadc02b9964: Verifying Checksum [2020-09-23T18:20:50.271Z] 0dadc02b9964: Download complete [2020-09-23T18:20:50.540Z] 8ad3a11d3b57: Verifying Checksum [2020-09-23T18:20:50.540Z] 8ad3a11d3b57: Download complete [2020-09-23T18:20:50.540Z] 36b3adc4ff6f: Pull complete [2020-09-23T18:20:50.803Z] 0879bd2ef858: Verifying Checksum [2020-09-23T18:20:50.803Z] 0879bd2ef858: Download complete [2020-09-23T18:20:51.064Z] 8ad3a11d3b57: Pull complete [2020-09-23T18:20:51.325Z] 46f8f816bc3b: Pull complete [2020-09-23T18:20:51.587Z] 0dadc02b9964: Pull complete [2020-09-23T18:20:51.587Z] ce6a7cf60c04: Pull complete [2020-09-23T18:20:51.849Z] 7a184a31f384: Pull complete [2020-09-23T18:20:56.079Z] 0879bd2ef858: Pull complete [2020-09-23T18:20:56.079Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-23T18:20:56.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-23T18:20:56.079Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-23T18:20:56.204Z] prd-centos7-docker-4c-2g-1042 does not seem to be running inside a container [2020-09-23T18:20:56.247Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/145 -v /w/workspace/edgex-go/145:/w/workspace/edgex-go/145:rw,z -v /w/workspace/edgex-go/145@tmp:/w/workspace/edgex-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-23T18:20:59.276Z] $ docker top cad58c14b74aeee3fa140caee18f9197fa29af19acac2c891cd87c579e505932 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-23T18:20:59.780Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-23T18:21:00.072Z] + ls /var/log/sa-host [2020-09-23T18:21:00.072Z] + sadf -c /var/log/sa-host/sa05 [2020-09-23T18:21:00.072Z] file_magic: OK [2020-09-23T18:21:00.072Z] HZ: Using current value: 100 [2020-09-23T18:21:00.072Z] file_header: OK [2020-09-23T18:21:00.072Z] 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-23T18:21:00.072Z] Statistics: [2020-09-23T18:21:00.072Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-23T18:21:00.072Z] File successfully converted to sysstat format version 12.2.1 [2020-09-23T18:21:00.072Z] + sadf -c /var/log/sa-host/sa23 [2020-09-23T18:21:00.072Z] file_magic: OK [2020-09-23T18:21:00.072Z] HZ: Using current value: 100 [2020-09-23T18:21:00.073Z] file_header: OK [2020-09-23T18:21:00.073Z] 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-23T18:21:00.073Z] Statistics: [2020-09-23T18:21:00.073Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-23T18:21:00.073Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-23T18:21:00.129Z] provisioning config files... [2020-09-23T18:21:00.144Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/145@tmp/config87920283428925350tmp [Pipeline] { [Pipeline] echo [2020-09-23T18:21:00.392Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:21:00.689Z] ---> create-netrc.sh [Pipeline] echo [2020-09-23T18:21:00.700Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-23T18:21:00.991Z] ---> logs-deploy.sh [2020-09-23T18:21:00.991Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/145 [2020-09-23T18:21:00.991Z] INFO: archiving workspace using pattern(s): [2020-09-23T18:21:02.386Z] Archives upload complete. [2020-09-23T18:21:02.386Z] INFO: archiving logs to Nexus [2020-09-23T18:21:03.329Z] ---> uname -a: [2020-09-23T18:21:03.329Z] Linux cad58c14b74a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-23T18:21:03.329Z] [2020-09-23T18:21:03.329Z] [2020-09-23T18:21:03.329Z] ---> lscpu: [2020-09-23T18:21:03.329Z] Architecture: x86_64 [2020-09-23T18:21:03.329Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-23T18:21:03.329Z] Byte Order: Little Endian [2020-09-23T18:21:03.329Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-23T18:21:03.329Z] CPU(s): 4 [2020-09-23T18:21:03.329Z] On-line CPU(s) list: 0-3 [2020-09-23T18:21:03.329Z] Thread(s) per core: 1 [2020-09-23T18:21:03.329Z] Core(s) per socket: 1 [2020-09-23T18:21:03.329Z] Socket(s): 4 [2020-09-23T18:21:03.329Z] NUMA node(s): 1 [2020-09-23T18:21:03.329Z] Vendor ID: GenuineIntel [2020-09-23T18:21:03.329Z] CPU family: 6 [2020-09-23T18:21:03.329Z] Model: 44 [2020-09-23T18:21:03.329Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-23T18:21:03.329Z] Stepping: 1 [2020-09-23T18:21:03.329Z] CPU MHz: 2933.442 [2020-09-23T18:21:03.329Z] BogoMIPS: 5866.88 [2020-09-23T18:21:03.329Z] Virtualization: VT-x [2020-09-23T18:21:03.329Z] Hypervisor vendor: KVM [2020-09-23T18:21:03.329Z] Virtualization type: full [2020-09-23T18:21:03.329Z] L1d cache: 128 KiB [2020-09-23T18:21:03.329Z] L1i cache: 128 KiB [2020-09-23T18:21:03.329Z] L2 cache: 16 MiB [2020-09-23T18:21:03.329Z] L3 cache: 64 MiB [2020-09-23T18:21:03.329Z] NUMA node0 CPU(s): 0-3 [2020-09-23T18:21:03.329Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-23T18:21:03.329Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-23T18:21:03.329Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-23T18:21:03.329Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-23T18:21:03.329Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-23T18:21:03.329Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-23T18:21:03.329Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-23T18:21:03.329Z] Vulnerability Tsx async abort: Not affected [2020-09-23T18:21:03.329Z] 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-23T18:21:03.329Z] [2020-09-23T18:21:03.329Z] [2020-09-23T18:21:03.329Z] ---> nproc: [2020-09-23T18:21:03.329Z] 4 [2020-09-23T18:21:03.329Z] [2020-09-23T18:21:03.329Z] [2020-09-23T18:21:03.329Z] ---> df -h: [2020-09-23T18:21:03.329Z] Filesystem Size Used Available Use% Mounted on [2020-09-23T18:21:03.329Z] overlay 50.0G 13.1G 36.9G 26% / [2020-09-23T18:21:03.329Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-23T18:21:03.329Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-23T18:21:03.329Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-23T18:21:03.329Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-09-23T18:21:03.329Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-09-23T18:21:03.329Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-09-23T18:21:03.330Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-09-23T18:21:03.330Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/145@tmp [2020-09-23T18:21:03.330Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/145 [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] ---> free -m: [2020-09-23T18:21:03.330Z] total used free shared buff/cache available [2020-09-23T18:21:03.330Z] Mem: 1837 717 109 0 1010 1082 [2020-09-23T18:21:03.330Z] Swap: 1023 58 965 [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] ---> ip addr: [2020-09-23T18:21:03.330Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-23T18:21:03.330Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-23T18:21:03.330Z] inet 127.0.0.1/8 scope host lo [2020-09-23T18:21:03.330Z] valid_lft forever preferred_lft forever [2020-09-23T18:21:03.330Z] 212: eth0@if213: mtu 1458 qdisc noqueue state UP [2020-09-23T18:21:03.330Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-23T18:21:03.330Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-23T18:21:03.330Z] valid_lft forever preferred_lft forever [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] ---> sar -b -r -n DEV: [2020-09-23T18:21:03.330Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] 17:54:33 LINUX RESTART (4 CPU) [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] 17:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-23T18:21:03.330Z] 17:56:01 110.35 51.77 58.58 0.00 3870.18 37797.75 0.00 [2020-09-23T18:21:03.330Z] 17:57:01 0.78 0.00 0.78 0.00 0.00 12.09 0.00 [2020-09-23T18:21:03.330Z] 17:58:01 96.57 44.02 52.55 0.00 7629.56 18282.91 0.00 [2020-09-23T18:21:03.330Z] 17:59:02 237.07 75.41 161.65 0.00 4197.77 57103.48 0.00 [2020-09-23T18:21:03.330Z] 18:00:01 1083.62 814.98 268.65 0.00 67456.26 131252.47 0.00 [2020-09-23T18:21:03.330Z] 18:01:01 1678.91 1378.57 300.35 0.00 106398.81 118412.93 0.00 [2020-09-23T18:21:03.330Z] 18:02:05 1892.67 1518.46 374.21 0.00 94169.97 142801.83 0.00 [2020-09-23T18:21:03.330Z] 18:03:01 1748.96 1462.12 286.84 0.00 92190.69 108815.49 0.00 [2020-09-23T18:21:03.330Z] 18:04:01 195.44 23.38 172.06 0.00 4762.44 16157.08 0.00 [2020-09-23T18:21:03.330Z] 18:05:01 22.93 8.64 14.29 0.00 1249.17 361.04 0.00 [2020-09-23T18:21:03.330Z] 18:06:01 2.23 0.00 2.23 0.00 0.00 46.60 0.00 [2020-09-23T18:21:03.330Z] 18:07:01 0.27 0.03 0.23 0.00 0.27 3.96 0.00 [2020-09-23T18:21:03.330Z] 18:08:01 0.30 0.00 0.30 0.00 0.00 4.31 0.00 [2020-09-23T18:21:03.330Z] 18:09:01 0.42 0.03 0.38 0.00 0.27 7.10 0.00 [2020-09-23T18:21:03.330Z] 18:10:02 1.72 1.45 0.27 0.00 51.30 4.96 0.00 [2020-09-23T18:21:03.330Z] 18:11:01 0.80 0.03 0.76 0.00 1.08 15.86 0.00 [2020-09-23T18:21:03.330Z] 18:12:01 0.30 0.00 0.30 0.00 0.00 4.03 0.00 [2020-09-23T18:21:03.330Z] 18:13:01 0.35 0.02 0.33 0.00 0.27 6.23 0.00 [2020-09-23T18:21:03.330Z] 18:14:01 0.32 0.00 0.32 0.00 0.00 4.86 0.00 [2020-09-23T18:21:03.330Z] 18:15:01 254.96 113.70 141.26 0.00 6829.30 34853.40 0.00 [2020-09-23T18:21:03.330Z] 18:16:01 28.60 0.90 27.71 0.00 14.52 488.43 0.00 [2020-09-23T18:21:03.330Z] 18:17:01 26.09 0.60 25.49 0.00 8.13 427.26 0.00 [2020-09-23T18:21:03.330Z] 18:18:01 29.77 0.35 29.42 0.00 6.79 485.40 0.00 [2020-09-23T18:21:03.330Z] 18:19:01 25.34 0.33 25.01 0.00 4.40 421.21 0.00 [2020-09-23T18:21:03.330Z] 18:20:01 152.34 49.06 103.28 0.00 4284.01 29362.05 0.00 [2020-09-23T18:21:03.330Z] Average: 304.02 221.92 82.10 0.00 15729.68 27947.69 0.00 [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] 17:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-23T18:21:03.330Z] 17:56:01 109592 0 457664 24.32 2620 1311680 984996 33.62 299324 1318480 20 [2020-09-23T18:21:03.330Z] 17:57:01 111604 0 455460 24.21 2620 1311872 975060 33.28 297604 1318436 8 [2020-09-23T18:21:03.330Z] 17:58:01 351064 0 553180 29.40 2620 974692 1102276 37.62 461032 912184 96 [2020-09-23T18:21:03.330Z] 17:59:02 93888 0 703052 37.37 1500 1083116 1312348 44.79 663516 886816 0 [2020-09-23T18:21:03.330Z] 18:00:01 294684 0 693204 36.84 8 893660 1696896 57.91 630856 787116 0 [2020-09-23T18:21:03.330Z] 18:01:01 256516 0 982272 52.21 8 642760 3079920 105.11 738460 671732 1724 [2020-09-23T18:21:03.330Z] 18:02:05 52368 0 732292 38.92 8 1096888 2087348 71.24 651964 999712 104376 [2020-09-23T18:21:03.330Z] 18:03:01 374448 0 694228 36.90 8 812872 1940060 66.21 522628 782184 15428 [2020-09-23T18:21:03.330Z] 18:04:01 305644 0 590380 31.38 8 985524 1171052 39.97 456856 910840 24 [2020-09-23T18:21:03.330Z] 18:05:01 273588 0 585048 31.09 8 1022912 1164104 39.73 568936 832564 8 [2020-09-23T18:21:03.330Z] 18:06:01 275220 0 583412 31.01 8 1022916 1151672 39.30 569604 830388 12 [2020-09-23T18:21:03.330Z] 18:07:01 277328 0 581296 30.89 8 1022924 1130412 38.58 569616 829740 8 [2020-09-23T18:21:03.330Z] 18:08:01 277652 0 580964 30.88 8 1022932 1130280 38.57 568484 829748 16 [2020-09-23T18:21:03.330Z] 18:09:01 278484 0 580128 30.83 8 1022936 1130148 38.57 568332 829756 16 [2020-09-23T18:21:03.330Z] 18:10:02 276940 0 580940 30.88 8 1023668 1130212 38.57 568380 830384 28 [2020-09-23T18:21:03.330Z] 18:11:01 276332 0 581532 30.91 8 1023684 1130320 38.58 567880 830996 8 [2020-09-23T18:21:03.330Z] 18:12:01 276964 0 580896 30.87 8 1023688 1130248 38.57 567780 830992 12 [2020-09-23T18:21:03.330Z] 18:13:01 276532 0 581328 30.90 8 1023688 1130368 38.58 568212 830992 8 [2020-09-23T18:21:03.330Z] 18:14:01 276496 0 581344 30.90 8 1023708 1130368 38.58 568288 831000 16 [2020-09-23T18:21:03.330Z] 18:15:01 256528 0 642988 34.17 8 982032 1328752 45.35 675116 709436 40 [2020-09-23T18:21:03.330Z] 18:16:01 275840 0 623412 33.13 8 982296 1345908 45.93 659104 706140 44 [2020-09-23T18:21:03.330Z] 18:17:01 263388 0 635728 33.79 8 982432 1437216 49.05 682564 695576 36 [2020-09-23T18:21:03.330Z] 18:18:01 287632 0 611316 32.49 8 982600 1346456 45.95 671212 681792 44 [2020-09-23T18:21:03.330Z] 18:19:01 298936 0 599880 31.88 8 982732 1325932 45.25 669744 672636 8 [2020-09-23T18:21:03.330Z] 18:20:01 191552 0 720472 38.29 4 969528 1524972 52.04 629784 740100 103620 [2020-09-23T18:21:03.330Z] Average: 251569 0 620497 32.98 381 1009110 1360693 46.44 575811 843990 9024 [2020-09-23T18:21:03.330Z] [2020-09-23T18:21:03.330Z] 17:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-23T18:21:03.330Z] 17:56:01 eth0 199.37 103.43 367.32 23.49 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:57:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:58:01 eth0 1564.85 1645.87 5949.31 200.03 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:58:01 docker0 1070.92 736.14 79.57 2655.40 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:59:02 eth0 1534.49 1132.62 4921.10 2773.79 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 17:59:02 docker0 151.64 173.90 10.63 835.68 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:00:01 veth2903479 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:00:01 veth4564767 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:00:01 eth0 255.31 202.82 1881.35 73.72 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:01:01 veth2985580 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:01:01 veth5c3fe8d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:01:01 eth0 41.10 25.19 58.83 56.71 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:02:05 veth83ebec0 2.38 4.47 0.16 27.36 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:02:05 eth0 90.29 54.52 220.56 64.07 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:02:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:02:05 veth92ee70d 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:03:01 eth0 30.23 16.63 61.95 11.20 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:03:01 veth92ee70d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:03:01 veth1ffea1a 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:04:01 eth0 189.06 159.19 556.27 347.89 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:04:01 docker0 1292.26 1028.26 94.27 4333.84 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:05:01 eth0 357.50 343.99 162.13 1398.14 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:06:01 eth0 1.90 0.82 1.78 0.12 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:07:01 eth0 1.28 0.55 0.39 0.22 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:08:01 eth0 0.87 0.30 0.30 0.17 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:09:01 eth0 0.63 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:10:02 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:11:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:12:01 eth0 1.13 0.12 0.15 0.01 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:13:01 eth0 0.77 0.32 0.30 0.20 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:14:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.330Z] 18:15:01 eth0 529.07 477.79 4182.37 117.93 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:15:01 docker0 47.39 46.35 4.54 237.88 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:16:01 veth919339e 0.32 0.37 0.07 0.14 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:16:01 eth0 115.92 88.49 107.23 86.49 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:16:01 docker0 4.20 3.86 1.13 1.92 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:17:01 veth3a7e1c6 0.40 0.45 0.08 0.16 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:17:01 eth0 97.79 76.94 93.59 89.38 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:17:01 docker0 3.85 3.50 0.95 1.67 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:18:01 eth0 120.63 100.32 108.59 116.32 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:18:01 vethd9fe21e 0.30 0.32 0.05 0.16 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:18:01 docker0 4.41 3.90 1.07 1.96 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:19:01 veth739ddce 0.47 0.68 0.17 0.26 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:19:01 eth0 122.43 90.06 107.54 85.82 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:19:01 docker0 3.76 3.53 0.99 1.65 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:20:01 eth0 2627.17 1918.30 6151.53 268.44 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] 18:20:01 docker0 0.75 0.68 0.26 0.38 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] Average: eth0 315.88 257.96 998.27 229.02 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] Average: docker0 54.33 43.65 4.13 183.38 0.00 0.00 0.00 0.00 [2020-09-23T18:21:03.331Z] [2020-09-23T18:21:03.331Z] [2020-09-23T18:21:03.331Z] ---> sar -P ALL: [2020-09-23T18:21:03.331Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) [2020-09-23T18:21:03.331Z] [2020-09-23T18:21:03.331Z] 17:54:33 LINUX RESTART (4 CPU) [2020-09-23T18:21:03.331Z] [2020-09-23T18:21:03.331Z] 17:55:01 CPU %user %nice %system %iowait %steal %idle [2020-09-23T18:21:03.331Z] 17:56:01 all 10.19 0.00 5.51 4.73 0.09 79.47 [2020-09-23T18:21:03.331Z] 17:56:01 0 9.65 0.00 6.96 5.49 0.07 77.84 [2020-09-23T18:21:03.331Z] 17:56:01 1 11.08 0.00 4.09 5.87 0.10 78.86 [2020-09-23T18:21:03.331Z] 17:56:01 2 11.17 0.00 4.55 5.01 0.10 79.17 [2020-09-23T18:21:03.331Z] 17:56:01 3 8.88 0.00 6.43 2.57 0.10 82.03 [2020-09-23T18:21:03.331Z] 17:57:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-09-23T18:21:03.331Z] 17:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-23T18:21:03.331Z] 17:57:01 1 0.47 0.00 0.03 0.00 0.00 99.50 [2020-09-23T18:21:03.331Z] 17:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-23T18:21:03.331Z] 17:57:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-23T18:21:03.331Z] 17:58:01 all 14.16 0.00 4.61 1.88 0.06 79.30 [2020-09-23T18:21:03.331Z] 17:58:01 0 15.18 0.00 6.54 0.71 0.08 77.48 [2020-09-23T18:21:03.331Z] 17:58:01 1 11.39 0.00 3.61 1.78 0.05 83.17 [2020-09-23T18:21:03.331Z] 17:58:01 2 17.53 0.00 4.44 1.69 0.05 76.29 [2020-09-23T18:21:03.331Z] 17:58:01 3 12.56 0.00 3.85 3.31 0.05 80.23 [2020-09-23T18:21:03.331Z] 17:59:02 all 16.82 0.00 7.66 4.87 0.04 70.60 [2020-09-23T18:21:03.331Z] 17:59:02 0 16.11 0.00 9.92 6.05 0.05 67.87 [2020-09-23T18:21:03.331Z] 17:59:02 1 12.78 0.00 7.26 5.87 0.05 74.04 [2020-09-23T18:21:03.331Z] 17:59:02 2 26.01 0.00 7.08 2.86 0.02 64.03 [2020-09-23T18:21:03.331Z] 17:59:02 3 12.35 0.00 6.39 4.74 0.05 76.46 [2020-09-23T18:21:03.331Z] 18:00:01 all 17.76 0.00 14.80 9.95 0.04 57.45 [2020-09-23T18:21:03.331Z] 18:00:01 0 17.50 0.00 15.18 7.78 0.05 59.49 [2020-09-23T18:21:03.331Z] 18:00:01 1 17.94 0.00 14.44 13.42 0.03 54.16 [2020-09-23T18:21:03.331Z] 18:00:01 2 16.71 0.00 15.27 9.62 0.05 58.34 [2020-09-23T18:21:03.331Z] 18:00:01 3 18.88 0.00 14.31 8.95 0.02 57.84 [2020-09-23T18:21:03.331Z] 18:01:01 all 44.24 0.00 16.58 22.79 0.09 16.31 [2020-09-23T18:21:03.331Z] 18:01:01 0 44.30 0.00 17.96 23.25 0.08 14.40 [2020-09-23T18:21:03.331Z] 18:01:01 1 43.99 0.00 15.03 24.11 0.10 16.76 [2020-09-23T18:21:03.331Z] 18:01:01 2 45.20 0.00 16.77 23.30 0.09 14.65 [2020-09-23T18:21:03.331Z] 18:01:01 3 43.47 0.00 16.55 20.47 0.07 19.44 [2020-09-23T18:21:03.331Z] 18:02:05 all 24.90 0.00 18.17 29.25 0.06 27.61 [2020-09-23T18:21:03.331Z] 18:02:05 0 24.75 0.00 17.79 31.15 0.06 26.24 [2020-09-23T18:21:03.331Z] 18:02:05 1 24.45 0.00 16.79 24.48 0.06 34.22 [2020-09-23T18:21:03.331Z] 18:02:05 2 24.86 0.00 18.73 33.77 0.05 22.60 [2020-09-23T18:21:03.331Z] 18:02:05 3 25.53 0.00 19.40 27.61 0.07 27.39 [2020-09-23T18:21:03.331Z] 18:03:01 all 54.14 0.00 16.62 17.95 0.04 11.25 [2020-09-23T18:21:03.331Z] 18:03:01 0 55.11 0.00 16.43 20.66 0.04 7.76 [2020-09-23T18:21:03.331Z] 18:03:01 1 52.69 0.00 15.94 14.17 0.05 17.14 [2020-09-23T18:21:03.331Z] 18:03:01 2 54.29 0.00 17.12 18.55 0.04 10.00 [2020-09-23T18:21:03.331Z] 18:03:01 3 54.46 0.00 16.98 18.40 0.02 10.14 [2020-09-23T18:21:03.331Z] 18:04:01 all 10.33 0.00 6.53 10.61 0.04 72.49 [2020-09-23T18:21:03.331Z] 18:04:01 0 12.01 0.00 6.81 7.45 0.03 73.69 [2020-09-23T18:21:03.331Z] 18:04:01 1 7.45 0.00 5.68 9.27 0.03 77.57 [2020-09-23T18:21:03.331Z] 18:04:01 2 13.77 0.00 7.32 12.08 0.03 66.78 [2020-09-23T18:21:03.331Z] 18:04:01 3 8.09 0.00 6.31 13.64 0.05 71.90 [2020-09-23T18:21:03.331Z] 18:05:01 all 7.27 0.00 2.21 0.32 0.03 90.17 [2020-09-23T18:21:03.331Z] 18:05:01 0 7.11 0.00 2.56 0.13 0.03 90.16 [2020-09-23T18:21:03.331Z] 18:05:01 1 7.35 0.00 2.05 0.49 0.02 90.10 [2020-09-23T18:21:03.331Z] 18:05:01 2 7.50 0.00 2.30 0.23 0.03 89.94 [2020-09-23T18:21:03.331Z] 18:05:01 3 7.13 0.00 1.93 0.44 0.02 90.48 [2020-09-23T18:21:03.331Z] 18:06:01 all 0.10 0.00 0.04 0.00 0.00 99.85 [2020-09-23T18:21:03.331Z] 18:06:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-23T18:21:03.331Z] 18:06:01 1 0.27 0.00 0.02 0.00 0.00 99.72 [2020-09-23T18:21:03.331Z] 18:06:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-23T18:21:03.331Z] 18:06:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-23T18:21:03.331Z] [2020-09-23T18:21:03.331Z] 18:06:01 CPU %user %nice %system %iowait %steal %idle [2020-09-23T18:21:03.331Z] 18:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-23T18:21:03.331Z] 18:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-23T18:21:03.331Z] 18:07:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-23T18:21:03.331Z] 18:07:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-23T18:21:03.331Z] 18:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-23T18:21:03.331Z] 18:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-23T18:21:03.331Z] 18:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-23T18:21:03.331Z] 18:08:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-09-23T18:21:03.331Z] 18:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-23T18:21:03.331Z] 18:08:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2020-09-23T18:21:03.331Z] 18:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-09-23T18:21:03.331Z] 18:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-23T18:21:03.331Z] 18:09:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-23T18:21:03.331Z] 18:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-23T18:21:03.331Z] 18:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-23T18:21:03.331Z] 18:10:02 all 0.23 0.00 0.04 0.02 0.00 99.71 [2020-09-23T18:21:03.331Z] 18:10:02 0 0.15 0.00 0.02 0.00 0.00 99.83 [2020-09-23T18:21:03.331Z] 18:10:02 1 0.60 0.00 0.03 0.00 0.00 99.37 [2020-09-23T18:21:03.331Z] 18:10:02 2 0.10 0.00 0.03 0.00 0.00 99.87 [2020-09-23T18:21:03.331Z] 18:10:02 3 0.08 0.00 0.08 0.07 0.00 99.77 [2020-09-23T18:21:03.331Z] 18:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-09-23T18:21:03.331Z] 18:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-23T18:21:03.331Z] 18:11:01 1 0.51 0.00 0.02 0.00 0.00 99.48 [2020-09-23T18:21:03.331Z] 18:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-23T18:21:03.331Z] 18:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-23T18:21:03.331Z] 18:12:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2020-09-23T18:21:03.331Z] 18:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-23T18:21:03.331Z] 18:12:01 1 0.37 0.00 0.07 0.00 0.00 99.57 [2020-09-23T18:21:03.332Z] 18:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2020-09-23T18:21:03.332Z] 18:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-09-23T18:21:03.332Z] 18:13:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2020-09-23T18:21:03.332Z] 18:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-23T18:21:03.332Z] 18:13:01 1 0.35 0.00 0.05 0.00 0.00 99.60 [2020-09-23T18:21:03.332Z] 18:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-23T18:21:03.332Z] 18:13:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2020-09-23T18:21:03.332Z] 18:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-09-23T18:21:03.332Z] 18:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-23T18:21:03.332Z] 18:14:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-09-23T18:21:03.332Z] 18:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-23T18:21:03.332Z] 18:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-09-23T18:21:03.332Z] 18:15:01 all 9.65 0.00 6.45 3.97 0.04 79.89 [2020-09-23T18:21:03.332Z] 18:15:01 0 9.61 0.00 7.16 5.84 0.05 77.34 [2020-09-23T18:21:03.332Z] 18:15:01 1 8.85 0.00 6.22 2.45 0.03 82.44 [2020-09-23T18:21:03.332Z] 18:15:01 2 9.78 0.00 6.23 4.31 0.02 79.67 [2020-09-23T18:21:03.332Z] 18:15:01 3 10.34 0.00 6.19 3.31 0.05 80.11 [2020-09-23T18:21:03.332Z] 18:16:01 all 3.37 0.00 3.18 0.55 0.02 92.89 [2020-09-23T18:21:03.332Z] 18:16:01 0 3.33 0.00 3.46 0.61 0.02 92.59 [2020-09-23T18:21:03.332Z] 18:16:01 1 3.40 0.00 3.23 0.54 0.02 92.81 [2020-09-23T18:21:03.332Z] 18:16:01 2 3.44 0.00 3.00 0.69 0.03 92.84 [2020-09-23T18:21:03.332Z] 18:16:01 3 3.29 0.00 3.02 0.35 0.02 93.31 [2020-09-23T18:21:03.332Z] 18:17:01 all 3.03 0.00 2.90 0.37 0.01 93.69 [2020-09-23T18:21:03.332Z] 18:17:01 0 3.05 0.00 3.29 0.29 0.02 93.35 [2020-09-23T18:21:03.332Z] 18:17:01 1 3.23 0.00 2.92 0.34 0.02 93.50 [2020-09-23T18:21:03.332Z] 18:17:01 2 2.80 0.00 2.40 0.49 0.00 94.32 [2020-09-23T18:21:03.332Z] 18:17:01 3 3.02 0.00 2.99 0.39 0.00 93.61 [2020-09-23T18:21:03.332Z] [2020-09-23T18:21:03.332Z] 18:17:01 CPU %user %nice %system %iowait %steal %idle [2020-09-23T18:21:03.332Z] 18:18:01 all 3.59 0.00 3.45 0.45 0.01 92.49 [2020-09-23T18:21:03.332Z] 18:18:01 0 3.58 0.00 3.56 0.42 0.02 92.43 [2020-09-23T18:21:03.332Z] 18:18:01 1 3.69 0.00 3.51 0.39 0.00 92.42 [2020-09-23T18:21:03.332Z] 18:18:01 2 3.41 0.00 3.33 0.62 0.02 92.63 [2020-09-23T18:21:03.332Z] 18:18:01 3 3.70 0.00 3.41 0.37 0.02 92.51 [2020-09-23T18:21:03.332Z] 18:19:01 all 2.96 0.00 2.92 0.37 0.02 93.73 [2020-09-23T18:21:03.332Z] 18:19:01 0 3.19 0.00 3.51 0.32 0.03 92.94 [2020-09-23T18:21:03.332Z] 18:19:01 1 2.90 0.00 3.02 0.34 0.02 93.72 [2020-09-23T18:21:03.332Z] 18:19:01 2 2.92 0.00 2.47 0.49 0.02 94.10 [2020-09-23T18:21:03.332Z] 18:19:01 3 2.84 0.00 2.69 0.32 0.02 94.14 [2020-09-23T18:21:03.332Z] 18:20:01 all 11.91 0.00 7.66 1.78 0.11 78.54 [2020-09-23T18:21:03.332Z] 18:20:01 0 12.64 0.00 10.33 1.85 0.09 75.09 [2020-09-23T18:21:03.332Z] 18:20:01 1 11.98 0.00 6.48 1.34 0.12 80.08 [2020-09-23T18:21:03.332Z] 18:20:01 2 11.58 0.00 6.56 2.53 0.10 79.23 [2020-09-23T18:21:03.332Z] 18:20:01 3 11.45 0.00 7.31 1.41 0.12 79.71 [2020-09-23T18:21:03.332Z] Average: all 9.25 0.00 4.73 4.36 0.03 81.64 [2020-09-23T18:21:03.332Z] Average: 0 9.33 0.00 5.21 4.45 0.03 80.98 [2020-09-23T18:21:03.332Z] Average: 1 8.93 0.00 4.37 4.15 0.03 82.52 [2020-09-23T18:21:03.332Z] Average: 2 9.88 0.00 4.66 4.62 0.03 80.81 [2020-09-23T18:21:03.332Z] Average: 3 8.87 0.00 4.66 4.21 0.03 82.24 [2020-09-23T18:21:03.332Z] [2020-09-23T18:21:03.332Z] [2020-09-23T18:21:03.332Z]