Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bf07e1ea75fdced3aa7682c431f6de3bff686831 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5818 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/192 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/192 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision bf07e1ea75fdced3aa7682c431f6de3bff686831 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 Commit message: "Merge pull request #2798 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.50" > git rev-list --no-walk f108a71e15710a3809797859c322b04b13103843 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T07:34:48.398Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T07:34:48.627Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T07:34:48.771Z] ========================================================= [2020-10-16T07:34:48.771Z] EdgeX Global Pipelines Version Info [2020-10-16T07:34:48.771Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:34:50.228Z] ------------------- [2020-10-16T07:34:50.228Z] stable info: [2020-10-16T07:34:50.228Z] ------------------- [2020-10-16T07:34:50.228Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T07:34:50.228Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T07:34:50.228Z] Message: update stable to v1.0.144 [2020-10-16T07:34:51.175Z] ------------------- [2020-10-16T07:34:51.175Z] experimental info: [2020-10-16T07:34:51.175Z] ------------------- [2020-10-16T07:34:51.175Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T07:34:51.175Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T07:34:51.175Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-16T07:34:51.414Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-16T07:34:51.497Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-16T07:34:51.614Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T07:34:51.695Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T07:34:51.785Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T07:34:51.877Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T07:34:52.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T07:34:52.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-16T07:34:52.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-16T07:34:52.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-16T07:34:52.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T07:34:52.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T07:34:52.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T07:34:52.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T07:34:52.834Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T07:34:52.914Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T07:34:53.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T07:34:53.089Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T07:34:53.173Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T07:34:53.256Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T07:34:53.336Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T07:34:53.424Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T07:34:53.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T07:34:53.619Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T07:34:53.705Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] echo [2020-10-16T07:34:53.787Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bf07e1e [Pipeline] echo [2020-10-16T07:34:53.870Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-16T07:34:54.246Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/core-command/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/core-data/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-16T07:34:54.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:34:54.246Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-16T07:34:54.246Z] ++ cut -d/ -f2 [2020-10-16T07:34:54.246Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-16T07:34:54.316Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:34:55.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:34:55.714Z] [2020-10-16T07:34:55.714Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:34:56.056Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:34:56.056Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T07:34:56.056Z] 31603596830f: Pulling fs layer [2020-10-16T07:34:56.056Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T07:34:56.056Z] 6ca5941a6612: Pulling fs layer [2020-10-16T07:34:56.056Z] ecc8261a40a4: Pulling fs layer [2020-10-16T07:34:56.056Z] ecc8261a40a4: Waiting [2020-10-16T07:34:56.056Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T07:34:56.056Z] 2a8b12db71e7: Download complete [2020-10-16T07:34:56.326Z] 31603596830f: Download complete [2020-10-16T07:34:56.326Z] ecc8261a40a4: Download complete [2020-10-16T07:34:56.618Z] 6ca5941a6612: Download complete [2020-10-16T07:34:56.618Z] 31603596830f: Pull complete [2020-10-16T07:34:56.881Z] 2a8b12db71e7: Pull complete [2020-10-16T07:34:57.464Z] 6ca5941a6612: Pull complete [2020-10-16T07:34:57.728Z] ecc8261a40a4: Pull complete [2020-10-16T07:34:57.728Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T07:34:57.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:34:57.728Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T07:34:57.848Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:34:57.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T07:35:00.283Z] $ docker top a62261d898265594de09970a857f9c63ff776c0e6f45705ba8f751b2a1a11000 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:35:00.623Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:35:00.623Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:35:00.826Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:35:00.831Z] $ docker exec a62261d898265594de09970a857f9c63ff776c0e6f45705ba8f751b2a1a11000 ssh-agent [2020-10-16T07:35:00.985Z] SSH_AUTH_SOCK=/tmp/ssh-nmQe7P9ix1p8/agent.11 [2020-10-16T07:35:00.985Z] SSH_AGENT_PID=16 [2020-10-16T07:35:00.996Z] Running ssh-add (command line suppressed) [2020-10-16T07:35:01.110Z] Identity added: /w/workspace/edgex-go/192@tmp/private_key_4357509327781974561.key (/w/workspace/edgex-go/192@tmp/private_key_4357509327781974561.key) [2020-10-16T07:35:01.164Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:35:01.578Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T07:35:01.601Z] $ docker exec --env ******** --env ******** a62261d898265594de09970a857f9c63ff776c0e6f45705ba8f751b2a1a11000 ssh-agent -k [2020-10-16T07:35:01.718Z] unset SSH_AUTH_SOCK; [2020-10-16T07:35:01.719Z] unset SSH_AGENT_PID; [2020-10-16T07:35:01.719Z] echo Agent pid 16 killed; [2020-10-16T07:35:01.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T07:35:01.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:35:01.899Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:35:02.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:35:02.151Z] $ docker exec a62261d898265594de09970a857f9c63ff776c0e6f45705ba8f751b2a1a11000 ssh-agent [2020-10-16T07:35:02.312Z] SSH_AUTH_SOCK=/tmp/ssh-k5GAxzynhBwl/agent.45 [2020-10-16T07:35:02.312Z] SSH_AGENT_PID=50 [2020-10-16T07:35:02.319Z] Running ssh-add (command line suppressed) [2020-10-16T07:35:02.434Z] Identity added: /w/workspace/edgex-go/192@tmp/private_key_14996988215670134.key (/w/workspace/edgex-go/192@tmp/private_key_14996988215670134.key) [2020-10-16T07:35:02.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:35:02.813Z] + git semver init [2020-10-16T07:35:02.813Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:35:02.813Z] # $GIT_DIR = /w/workspace/edgex-go/192/.git [2020-10-16T07:35:02.813Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/192 [2020-10-16T07:35:02.813Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:35:02.813Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:35:02.813Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:35:02.813Z] # $SEMVER_BRANCH = master [2020-10-16T07:35:02.813Z] # $SEMVER_TEMP = /tmp/semver-200830612 [2020-10-16T07:35:02.813Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-16T07:35:20.982Z] # '/tmp/semver-200830612' -> '/w/workspace/edgex-go/192/.semver' [2020-10-16T07:35:20.982Z] # -> Force: false [2020-10-16T07:35:20.982Z] # $SEMVER_DIR = /w/workspace/edgex-go/192/.semver [Pipeline] } [2020-10-16T07:35:20.997Z] $ docker exec --env ******** --env ******** a62261d898265594de09970a857f9c63ff776c0e6f45705ba8f751b2a1a11000 ssh-agent -k [2020-10-16T07:35:21.194Z] unset SSH_AUTH_SOCK; [2020-10-16T07:35:21.195Z] unset SSH_AGENT_PID; [2020-10-16T07:35:21.195Z] echo Agent pid 50 killed; [2020-10-16T07:35:21.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:35:21.778Z] + git semver [Pipeline] } [2020-10-16T07:35:21.798Z] $ docker stop --time=1 a62261d898265594de09970a857f9c63ff776c0e6f45705ba8f751b2a1a11000 [2020-10-16T07:35:23.445Z] $ docker rm -f a62261d898265594de09970a857f9c63ff776c0e6f45705ba8f751b2a1a11000 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:35:23.971Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T07:35:24.467Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T07:35:24.470Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.76 [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] { [2020-10-16T07:35:25.051Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5810 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] echo [2020-10-16T07:35:25.100Z] ========================================================= [2020-10-16T07:35:25.100Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T07:35:25.100Z] ========================================================= [Pipeline] { [Pipeline] ws [2020-10-16T07:35:25.159Z] Running in /w/workspace/edgex-go/192 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] checkout [2020-10-16T07:35:25.452Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-16T07:35:29.688Z] Sending build context to Docker daemon 325.2MB [2020-10-16T07:35:29.688Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T07:35:29.688Z] Step 2/7 : FROM ${BASE} [2020-10-16T07:35:29.688Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T07:35:29.688Z] df20fa9351a1: Pulling fs layer [2020-10-16T07:35:29.688Z] ed8968b2872e: Pulling fs layer [2020-10-16T07:35:29.688Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T07:35:29.688Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T07:35:29.688Z] e73272ec9a57: Pulling fs layer [2020-10-16T07:35:29.688Z] 1e910a182e73: Pulling fs layer [2020-10-16T07:35:29.688Z] 4e634b169226: Pulling fs layer [2020-10-16T07:35:29.688Z] e871e8e8d7a9: Waiting [2020-10-16T07:35:29.688Z] e73272ec9a57: Waiting [2020-10-16T07:35:29.688Z] 1e910a182e73: Waiting [2020-10-16T07:35:29.688Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T07:35:29.688Z] a92cc7c5fd73: Download complete [2020-10-16T07:35:29.688Z] ed8968b2872e: Download complete [2020-10-16T07:35:29.688Z] e73272ec9a57: Verifying Checksum [2020-10-16T07:35:29.688Z] e73272ec9a57: Download complete [2020-10-16T07:35:29.688Z] 1e910a182e73: Verifying Checksum [2020-10-16T07:35:29.688Z] 1e910a182e73: Download complete [2020-10-16T07:35:29.688Z] df20fa9351a1: Download complete [2020-10-16T07:35:29.688Z] df20fa9351a1: Pull complete [2020-10-16T07:35:29.894Z] using credential edgex-jenkins-ssh [2020-10-16T07:35:29.950Z] ed8968b2872e: Pull complete [2020-10-16T07:35:29.970Z] Cloning the remote Git repository [2020-10-16T07:35:30.022Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:35:30.131Z] > git init /w/workspace/edgex-go/192 # timeout=10 [2020-10-16T07:35:30.214Z] a92cc7c5fd73: Pull complete [2020-10-16T07:35:30.211Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:35:30.212Z] > git --version # timeout=10 [2020-10-16T07:35:30.234Z] > git --version # 'git version 2.17.1' [2020-10-16T07:35:30.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:35:30.287Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:35:32.833Z] 4e634b169226: Verifying Checksum [2020-10-16T07:35:32.833Z] 4e634b169226: Download complete [2020-10-16T07:35:32.833Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T07:35:32.833Z] e871e8e8d7a9: Download complete [2020-10-16T07:35:38.161Z] e871e8e8d7a9: Pull complete [2020-10-16T07:35:38.161Z] e73272ec9a57: Pull complete [2020-10-16T07:35:38.161Z] 1e910a182e73: Pull complete [2020-10-16T07:35:43.479Z] 4e634b169226: Pull complete [2020-10-16T07:35:43.479Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T07:35:43.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T07:35:43.742Z] ---> f7629b54cfaa [2020-10-16T07:35:43.742Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-16T07:35:44.006Z] ---> Running in 304368c8bb0a [2020-10-16T07:35:44.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:35:45.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:35:46.104Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T07:35:46.373Z] (2/12) Installing file (5.38-r0) [2020-10-16T07:35:46.373Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T07:35:46.634Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T07:35:49.339Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T07:35:49.360Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:35:49.387Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T07:35:49.419Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:35:49.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:35:49.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T07:35:50.027Z] Checking out Revision bf07e1ea75fdced3aa7682c431f6de3bff686831 (master) [2020-10-16T07:35:50.040Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T07:35:50.053Z] > git checkout -f bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 [2020-10-16T07:35:54.430Z] Commit message: "Merge pull request #2798 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.50" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T07:35:55.336Z] ========================================================= [2020-10-16T07:35:55.336Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T07:35:55.336Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:35:56.316Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-16T07:35:58.883Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T07:35:58.883Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T07:35:58.884Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T07:35:58.884Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T07:35:58.884Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T07:35:58.884Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T07:35:58.884Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T07:35:58.884Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T07:35:58.884Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:35:58.884Z] OK: 233 MiB in 51 packages [2020-10-16T07:35:58.963Z] Sending build context to Docker daemon 164.9MB [2020-10-16T07:35:58.964Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T07:35:58.964Z] Step 2/7 : FROM ${BASE} [2020-10-16T07:35:59.239Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T07:35:59.239Z] b538f80385f9: Pulling fs layer [2020-10-16T07:35:59.239Z] 74f711af9a0d: Pulling fs layer [2020-10-16T07:35:59.239Z] 99f96fe45779: Pulling fs layer [2020-10-16T07:35:59.239Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T07:35:59.239Z] 45590311c82a: Pulling fs layer [2020-10-16T07:35:59.239Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T07:35:59.239Z] 209524e5b208: Pulling fs layer [2020-10-16T07:35:59.239Z] 8529a6b9a6be: Waiting [2020-10-16T07:35:59.239Z] 45590311c82a: Waiting [2020-10-16T07:35:59.239Z] 69ca0ff8b7b3: Waiting [2020-10-16T07:35:59.239Z] 209524e5b208: Waiting [2020-10-16T07:35:59.239Z] 99f96fe45779: Verifying Checksum [2020-10-16T07:35:59.239Z] 99f96fe45779: Download complete [2020-10-16T07:35:59.239Z] 74f711af9a0d: Download complete [2020-10-16T07:35:59.526Z] 45590311c82a: Download complete [2020-10-16T07:35:59.526Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T07:35:59.526Z] 69ca0ff8b7b3: Download complete [2020-10-16T07:35:59.526Z] b538f80385f9: Verifying Checksum [2020-10-16T07:35:59.526Z] b538f80385f9: Download complete [2020-10-16T07:36:00.127Z] b538f80385f9: Pull complete [2020-10-16T07:36:00.731Z] 74f711af9a0d: Pull complete [2020-10-16T07:36:01.010Z] 99f96fe45779: Pull complete [2020-10-16T07:36:01.435Z] Removing intermediate container 304368c8bb0a [2020-10-16T07:36:01.435Z] ---> 5d2d026d6b7b [2020-10-16T07:36:01.435Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T07:36:01.435Z] ---> Running in 5d5a75c96735 [2020-10-16T07:36:01.435Z] Removing intermediate container 5d5a75c96735 [2020-10-16T07:36:01.435Z] ---> f762a1600b36 [2020-10-16T07:36:01.435Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T07:36:01.608Z] 209524e5b208: Verifying Checksum [2020-10-16T07:36:01.608Z] 209524e5b208: Download complete [2020-10-16T07:36:01.697Z] latest: Pulling from library/docker [2020-10-16T07:36:01.961Z] df20fa9351a1: Already exists [2020-10-16T07:36:01.961Z] 25ad7478873d: Pulling fs layer [2020-10-16T07:36:01.961Z] 4684f6177b5d: Pulling fs layer [2020-10-16T07:36:01.961Z] 8ba584e970af: Pulling fs layer [2020-10-16T07:36:01.961Z] 3cdc74d2b06d: Pulling fs layer [2020-10-16T07:36:01.961Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-16T07:36:01.961Z] fca0ccc462d5: Pulling fs layer [2020-10-16T07:36:01.961Z] 3cdc74d2b06d: Waiting [2020-10-16T07:36:01.961Z] 4cf5a0d07c1f: Waiting [2020-10-16T07:36:01.961Z] fca0ccc462d5: Waiting [2020-10-16T07:36:02.226Z] 4684f6177b5d: Verifying Checksum [2020-10-16T07:36:02.226Z] 4684f6177b5d: Download complete [2020-10-16T07:36:02.226Z] 25ad7478873d: Verifying Checksum [2020-10-16T07:36:02.226Z] 3cdc74d2b06d: Verifying Checksum [2020-10-16T07:36:02.226Z] 3cdc74d2b06d: Download complete [2020-10-16T07:36:02.226Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-16T07:36:02.226Z] 4cf5a0d07c1f: Download complete [2020-10-16T07:36:02.489Z] fca0ccc462d5: Verifying Checksum [2020-10-16T07:36:02.489Z] fca0ccc462d5: Download complete [2020-10-16T07:36:02.489Z] 25ad7478873d: Pull complete [2020-10-16T07:36:02.489Z] 4684f6177b5d: Pull complete [2020-10-16T07:36:03.090Z] 8ba584e970af: Verifying Checksum [2020-10-16T07:36:03.090Z] 8ba584e970af: Download complete [2020-10-16T07:36:03.584Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T07:36:03.585Z] 8529a6b9a6be: Download complete [2020-10-16T07:36:05.012Z] 8ba584e970af: Pull complete [2020-10-16T07:36:05.274Z] 3cdc74d2b06d: Pull complete [2020-10-16T07:36:05.274Z] 4cf5a0d07c1f: Pull complete [2020-10-16T07:36:05.536Z] fca0ccc462d5: Pull complete [2020-10-16T07:36:05.536Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T07:36:05.536Z] Status: Downloaded newer image for docker:latest [2020-10-16T07:36:06.930Z] ---> a0485d8677f7 [2020-10-16T07:36:06.930Z] Step 6/7 : COPY go.mod . [2020-10-16T07:36:07.192Z] ---> e1628210dc46 [2020-10-16T07:36:07.192Z] Step 7/7 : RUN go mod download [2020-10-16T07:36:07.455Z] ---> Running in 98ee01175c5f [2020-10-16T07:36:13.756Z] 8529a6b9a6be: Pull complete [2020-10-16T07:36:13.756Z] 45590311c82a: Pull complete [2020-10-16T07:36:14.358Z] 69ca0ff8b7b3: Pull complete [2020-10-16T07:36:17.782Z] 209524e5b208: Pull complete [2020-10-16T07:36:17.782Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T07:36:17.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T07:36:17.782Z] ---> 5bddaf1c2fca [2020-10-16T07:36:17.782Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-16T07:36:22.104Z] ---> Running in b95fa22ca75b [2020-10-16T07:36:23.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:36:24.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:36:25.026Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T07:36:25.297Z] (2/12) Installing file (5.38-r0) [2020-10-16T07:36:25.297Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T07:36:25.297Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T07:36:29.452Z] Removing intermediate container 98ee01175c5f [2020-10-16T07:36:29.452Z] ---> 3dcd03c13bd5 [2020-10-16T07:36:29.452Z] Successfully built 3dcd03c13bd5 [2020-10-16T07:36:29.452Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:36:29.599Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T07:36:29.599Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T07:36:29.599Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T07:36:29.599Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T07:36:29.599Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T07:36:29.599Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T07:36:29.599Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T07:36:29.599Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T07:36:29.599Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:36:29.599Z] OK: 217 MiB in 51 packages [2020-10-16T07:36:29.773Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T07:36:29.773Z] . [Pipeline] withDockerContainer [2020-10-16T07:36:29.872Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:36:29.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T07:36:30.906Z] $ docker top 4741283f040d3466969eeff3a9fc097cb83494e2dcbdee617827b4e3c3959b59 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:36:31.425Z] + go version [2020-10-16T07:36:31.426Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T07:36:31.442Z] $ docker stop --time=1 4741283f040d3466969eeff3a9fc097cb83494e2dcbdee617827b4e3c3959b59 [2020-10-16T07:36:32.808Z] $ docker rm -f 4741283f040d3466969eeff3a9fc097cb83494e2dcbdee617827b4e3c3959b59 [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] { [2020-10-16T07:36:33.924Z] Removing intermediate container b95fa22ca75b [2020-10-16T07:36:33.924Z] ---> 52d1140ad0c9 [2020-10-16T07:36:33.924Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T07:36:33.924Z] ---> Running in 1abbd59310a8 [2020-10-16T07:36:34.228Z] Removing intermediate container 1abbd59310a8 [2020-10-16T07:36:34.228Z] ---> 72d1b1e18b4f [2020-10-16T07:36:34.228Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:36:34.839Z] latest: Pulling from library/docker [2020-10-16T07:36:34.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:36:34.862Z] [2020-10-16T07:36:34.862Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:36:35.118Z] b538f80385f9: Already exists [2020-10-16T07:36:35.118Z] 259a493cd78d: Pulling fs layer [2020-10-16T07:36:35.118Z] b8e66b5100f5: Pulling fs layer [2020-10-16T07:36:35.118Z] 7f8258a56ab6: Pulling fs layer [2020-10-16T07:36:35.118Z] 75a0a0ebb566: Pulling fs layer [2020-10-16T07:36:35.118Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-16T07:36:35.118Z] 294320357d30: Pulling fs layer [2020-10-16T07:36:35.118Z] 75a0a0ebb566: Waiting [2020-10-16T07:36:35.118Z] 4a2c62f0a2a3: Waiting [2020-10-16T07:36:35.118Z] 294320357d30: Waiting [2020-10-16T07:36:35.118Z] b8e66b5100f5: Verifying Checksum [2020-10-16T07:36:35.118Z] b8e66b5100f5: Download complete [2020-10-16T07:36:35.272Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:36:35.272Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-16T07:36:35.272Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T07:36:35.272Z] ca9280d653b3: Pulling fs layer [2020-10-16T07:36:35.272Z] 7e9c9ca2126c: Pulling fs layer [2020-10-16T07:36:35.406Z] 259a493cd78d: Download complete [2020-10-16T07:36:35.406Z] 75a0a0ebb566: Verifying Checksum [2020-10-16T07:36:35.406Z] 75a0a0ebb566: Download complete [2020-10-16T07:36:35.406Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-16T07:36:35.406Z] 4a2c62f0a2a3: Download complete [2020-10-16T07:36:35.406Z] 294320357d30: Download complete [2020-10-16T07:36:35.534Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-16T07:36:35.534Z] cbdbe7a5bc2a: Download complete [2020-10-16T07:36:35.796Z] cbdbe7a5bc2a: Pull complete [2020-10-16T07:36:36.005Z] 259a493cd78d: Pull complete [2020-10-16T07:36:36.058Z] ca9280d653b3: Verifying Checksum [2020-10-16T07:36:36.058Z] ca9280d653b3: Download complete [2020-10-16T07:36:36.279Z] b8e66b5100f5: Pull complete [2020-10-16T07:36:36.550Z] 7f8258a56ab6: Verifying Checksum [2020-10-16T07:36:36.550Z] 7f8258a56ab6: Download complete [2020-10-16T07:36:37.022Z] ca9280d653b3: Pull complete [2020-10-16T07:36:37.289Z] 7e9c9ca2126c: Verifying Checksum [2020-10-16T07:36:37.289Z] 7e9c9ca2126c: Download complete [2020-10-16T07:36:39.941Z] 7f8258a56ab6: Pull complete [2020-10-16T07:36:39.941Z] 75a0a0ebb566: Pull complete [2020-10-16T07:36:40.535Z] 4a2c62f0a2a3: Pull complete [2020-10-16T07:36:40.806Z] 294320357d30: Pull complete [2020-10-16T07:36:40.806Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T07:36:40.806Z] Status: Downloaded newer image for docker:latest [2020-10-16T07:36:43.916Z] 7e9c9ca2126c: Pull complete [2020-10-16T07:36:43.916Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-16T07:36:43.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:36:43.916Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-16T07:36:44.091Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:36:44.137Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-16T07:36:44.193Z] ---> 9439a2489ce7 [2020-10-16T07:36:44.193Z] Step 6/7 : COPY go.mod . [2020-10-16T07:36:44.791Z] ---> dfb51330f75a [2020-10-16T07:36:44.791Z] Step 7/7 : RUN go mod download [2020-10-16T07:36:44.791Z] ---> Running in bf4834327888 [2020-10-16T07:36:45.991Z] $ docker top 681594bcf9a5925dcbedd452e0a4e3354cb762534a2d45f0364be407215c96e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:36:46.448Z] + docker-compose build --help [2020-10-16T07:36:46.448Z] + grep parallel [2020-10-16T07:36:47.390Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T07:36:47.404Z] $ docker stop --time=1 681594bcf9a5925dcbedd452e0a4e3354cb762534a2d45f0364be407215c96e1 [2020-10-16T07:36:48.755Z] $ docker rm -f 681594bcf9a5925dcbedd452e0a4e3354cb762534a2d45f0364be407215c96e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:36:49.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:36:49.348Z] . [Pipeline] withDockerContainer [2020-10-16T07:36:49.449Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:36:49.492Z] $ 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/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-16T07:36:50.084Z] $ docker top 6a2f7576a8a35adf0f5e6dd5c4fcc2b2a9c1d5e1b58f173ce399e2692df03e3f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:36:50.642Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T07:36:51.641Z] Building docker-core-command-go ... [2020-10-16T07:36:51.641Z] Building docker-core-data-go ... [2020-10-16T07:36:51.641Z] Building docker-core-metadata-go ... [2020-10-16T07:36:51.641Z] Building docker-security-proxy-setup-go ... [2020-10-16T07:36:51.641Z] Building docker-security-secrets-setup-go ... [2020-10-16T07:36:51.641Z] Building docker-security-secretstore-setup-go ... [2020-10-16T07:36:51.641Z] Building docker-support-logging-go ... [2020-10-16T07:36:51.641Z] Building docker-support-notifications-go ... [2020-10-16T07:36:51.641Z] Building docker-support-scheduler-go ... [2020-10-16T07:36:51.641Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T07:36:51.641Z] Building docker-core-data-go [2020-10-16T07:36:51.641Z] Building docker-security-secrets-setup-go [2020-10-16T07:36:51.641Z] Building docker-core-metadata-go [2020-10-16T07:36:51.641Z] Building docker-security-secretstore-setup-go [2020-10-16T07:36:51.641Z] Building docker-support-notifications-go [2020-10-16T07:37:11.582Z] Removing intermediate container bf4834327888 [2020-10-16T07:37:11.582Z] ---> 2d19d892e489 [2020-10-16T07:37:11.582Z] Successfully built 2d19d892e489 [2020-10-16T07:37:11.582Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:37:11.985Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T07:37:11.985Z] . [Pipeline] withDockerContainer [2020-10-16T07:37:12.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-5810 does not seem to be running inside a container [2020-10-16T07:37:12.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-16T07:37:13.727Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:37:13.728Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:37:13.728Z] ---> 3dcd03c13bd5 [2020-10-16T07:37:13.728Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T07:37:13.728Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:37:13.728Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:37:13.728Z] ---> 3dcd03c13bd5 [2020-10-16T07:37:13.728Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T07:37:13.728Z] ---> Running in dd577e8e988d [2020-10-16T07:37:13.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:37:13.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:37:13.728Z] ---> 3dcd03c13bd5 [2020-10-16T07:37:13.728Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:37:13.728Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:37:13.728Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T07:37:13.728Z] ---> 3dcd03c13bd5 [2020-10-16T07:37:13.728Z] Step 3/29 : WORKDIR /edgex-goStep 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:37:13.728Z] [2020-10-16T07:37:13.728Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:37:13.728Z] ---> 3dcd03c13bd5 [2020-10-16T07:37:13.728Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T07:37:14.236Z] $ docker top 4205dbaeed05ad4d89733d3f1c705a849a96e98e12c05c5e93e9aced3f3fa1f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:37:14.682Z] ---> Running in f20fa247f16c [2020-10-16T07:37:14.682Z] ---> Running in 9afdad7a5a51 [2020-10-16T07:37:14.682Z] ---> Running in 6d3f84799842 [2020-10-16T07:37:14.682Z] ---> Running in 2071391f7262 [2020-10-16T07:37:14.682Z] Removing intermediate container dd577e8e988d [2020-10-16T07:37:14.682Z] ---> d62ef8b6eb27 [2020-10-16T07:37:14.682Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:37:14.947Z] ---> Running in 66d78a60a00c [2020-10-16T07:37:14.947Z] Removing intermediate container 6d3f84799842 [2020-10-16T07:37:14.947Z] ---> 1a123c722790 [2020-10-16T07:37:14.947Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T07:37:15.215Z] Removing intermediate container 2071391f7262 [2020-10-16T07:37:15.215Z] ---> ba0c62ef2e17 [2020-10-16T07:37:15.215Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:37:15.215Z] Removing intermediate container f20fa247f16c [2020-10-16T07:37:15.215Z] ---> 4f2f780cd44f [2020-10-16T07:37:15.215Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:37:15.215Z] Removing intermediate container 9afdad7a5a51 [2020-10-16T07:37:15.215Z] ---> ab14d9837f53 [2020-10-16T07:37:15.215Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:37:15.215Z] ---> Running in fd8d6b822916 [2020-10-16T07:37:15.215Z] ---> Running in c3b61f7012d3 [2020-10-16T07:37:15.215Z] ---> Running in 174a8813d2c6 [2020-10-16T07:37:15.479Z] ---> Running in 7cc8e636fa2c [2020-10-16T07:37:15.684Z] + go version [2020-10-16T07:37:15.684Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T07:37:15.704Z] $ docker stop --time=1 4205dbaeed05ad4d89733d3f1c705a849a96e98e12c05c5e93e9aced3f3fa1f2 [2020-10-16T07:37:16.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:17.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:17.015Z] Removing intermediate container 66d78a60a00c [2020-10-16T07:37:17.015Z] ---> aca94de881f2 [2020-10-16T07:37:17.015Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T07:37:17.015Z] ---> Running in b1a3788e8bc0 [2020-10-16T07:37:17.278Z] Removing intermediate container 7cc8e636fa2c [2020-10-16T07:37:17.278Z] ---> b8bf0c1896dc [2020-10-16T07:37:17.278Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T07:37:17.278Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:37:17.278Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:37:17.278Z] OK: 12752 distinct packages available [2020-10-16T07:37:17.545Z] ---> Running in 89ab41239848 [2020-10-16T07:37:17.545Z] Removing intermediate container c3b61f7012d3 [2020-10-16T07:37:17.545Z] ---> ade70e679e39 [2020-10-16T07:37:17.545Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T07:37:17.545Z] OK: 233 MiB in 51 packages [2020-10-16T07:37:17.545Z] Removing intermediate container 174a8813d2c6 [2020-10-16T07:37:17.545Z] ---> 1540d55a5cf4 [2020-10-16T07:37:17.545Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T07:37:17.633Z] $ docker rm -f 4205dbaeed05ad4d89733d3f1c705a849a96e98e12c05c5e93e9aced3f3fa1f2 [2020-10-16T07:37:17.809Z] ---> Running in 88215da4a086 [2020-10-16T07:37:17.809Z] ---> Running in 7f84fe2e4b6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-10-16T07:37:18.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-10-16T07:37:18.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:37:18.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:18.613Z] Removing intermediate container fd8d6b822916 [2020-10-16T07:37:18.613Z] ---> 72dd1125d11b [2020-10-16T07:37:18.613Z] Step 5/29 : COPY go.mod . [2020-10-16T07:37:18.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:37:18.853Z] [2020-10-16T07:37:18.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:37:18.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:18.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:18.881Z] ---> 73a0e51d7a15 [2020-10-16T07:37:18.881Z] Step 6/29 : RUN go mod download [2020-10-16T07:37:18.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:18.881Z] ---> Running in 8857fb9f09d7 [Pipeline] isUnix [2020-10-16T07:37:19.165Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:37:19.165Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:37:19.165Z] OK: 12752 distinct packages available [Pipeline] sh [2020-10-16T07:37:19.428Z] OK: 233 MiB in 51 packages [2020-10-16T07:37:19.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:19.428Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:37:19.428Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:37:19.428Z] OK: 12752 distinct packages available [2020-10-16T07:37:19.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:37:19.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:37:19.693Z] OK: 233 MiB in 51 packages [2020-10-16T07:37:19.792Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-16T07:37:19.792Z] 29e5d40040c1: Pulling fs layer [2020-10-16T07:37:19.792Z] 1ce36da41761: Pulling fs layer [2020-10-16T07:37:19.792Z] 25b303627fd3: Pulling fs layer [2020-10-16T07:37:19.981Z] Removing intermediate container b1a3788e8bc0 [2020-10-16T07:37:19.981Z] ---> 44b5a26ef085 [2020-10-16T07:37:19.981Z] Step 6/24 : COPY go.mod . [2020-10-16T07:37:19.981Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:37:19.981Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:37:19.981Z] OK: 12752 distinct packages available [2020-10-16T07:37:20.067Z] 29e5d40040c1: Verifying Checksum [2020-10-16T07:37:20.067Z] 29e5d40040c1: Download complete [2020-10-16T07:37:20.245Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:37:20.245Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:37:20.245Z] OK: 12752 distinct packages available [2020-10-16T07:37:20.245Z] ---> 9052f3cf5b91 [2020-10-16T07:37:20.245Z] Step 7/24 : RUN go mod download [2020-10-16T07:37:20.245Z] OK: 233 MiB in 51 packages [2020-10-16T07:37:20.245Z] ---> Running in 7fcca58a9152 [2020-10-16T07:37:20.513Z] Removing intermediate container 89ab41239848 [2020-10-16T07:37:20.513Z] ---> 5b4cc0525439 [2020-10-16T07:37:20.513Z] Step 6/26 : COPY go.mod . [2020-10-16T07:37:20.513Z] OK: 233 MiB in 51 packages [2020-10-16T07:37:20.667Z] 1ce36da41761: Verifying Checksum [2020-10-16T07:37:20.667Z] 1ce36da41761: Download complete [2020-10-16T07:37:20.667Z] 29e5d40040c1: Pull complete [2020-10-16T07:37:20.775Z] ---> bd6a8a2c8145 [2020-10-16T07:37:20.776Z] Step 7/26 : RUN go mod download [2020-10-16T07:37:21.042Z] ---> Running in 6939fca6b721 [2020-10-16T07:37:21.622Z] Removing intermediate container 8857fb9f09d7 [2020-10-16T07:37:21.622Z] ---> 600d57e651bd [2020-10-16T07:37:21.622Z] Step 7/29 : COPY . . [2020-10-16T07:37:21.622Z] Removing intermediate container 7f84fe2e4b6d [2020-10-16T07:37:21.622Z] ---> 8c6b60c0ce5a [2020-10-16T07:37:21.622Z] Step 6/22 : COPY go.mod . [2020-10-16T07:37:21.622Z] Removing intermediate container 88215da4a086 [2020-10-16T07:37:21.622Z] ---> c0695cc59b09 [2020-10-16T07:37:21.622Z] Step 6/23 : COPY go.mod . [2020-10-16T07:37:22.108Z] 1ce36da41761: Pull complete [2020-10-16T07:37:23.031Z] ---> 2375e52c20aa [2020-10-16T07:37:23.031Z] Step 7/22 : RUN go mod download [2020-10-16T07:37:23.031Z] ---> 5af692e66310 [2020-10-16T07:37:23.031Z] Step 7/23 : RUN go mod download [2020-10-16T07:37:23.031Z] Removing intermediate container 7fcca58a9152 [2020-10-16T07:37:23.031Z] ---> 296eb94cef11 [2020-10-16T07:37:23.031Z] Step 8/24 : COPY . . [2020-10-16T07:37:23.538Z] 25b303627fd3: Verifying Checksum [2020-10-16T07:37:23.538Z] 25b303627fd3: Download complete [2020-10-16T07:37:24.433Z] ---> Running in 90e87a48ba17 [2020-10-16T07:37:24.433Z] ---> Running in 820872410d51 [2020-10-16T07:37:29.760Z] Removing intermediate container 6939fca6b721 [2020-10-16T07:37:29.760Z] ---> 3539e4ec9e40 [2020-10-16T07:37:29.760Z] Step 8/26 : COPY . . [2020-10-16T07:37:33.682Z] 25b303627fd3: Pull complete [2020-10-16T07:37:33.682Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-16T07:37:33.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:37:33.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-16T07:37:33.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-5810 does not seem to be running inside a container [2020-10-16T07:37:33.988Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-16T07:37:37.216Z] $ docker top 83cf3f388cfe2e6572176a1efbafa6ae4cdb2ae12022e5df57a05519d8db9046 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:37:38.660Z] + docker-compose build --help [2020-10-16T07:37:38.660Z] + grep parallel [2020-10-16T07:37:39.826Z] ---> e48fa1792d37 [2020-10-16T07:37:39.827Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T07:37:40.090Z] ---> Running in 75bab360a3d1 [2020-10-16T07:37:41.049Z] ---> c1bf6b710338 [2020-10-16T07:37:41.049Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T07:37:41.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T07:37:41.908Z] ---> Running in 3e06aae0957f [2020-10-16T07:37:41.908Z] Removing intermediate container 90e87a48ba17 [2020-10-16T07:37:41.909Z] Removing intermediate container 820872410d51 [2020-10-16T07:37:41.909Z] ---> 3a5a16c34971 [2020-10-16T07:37:41.909Z] Step 8/22 : COPY . . [2020-10-16T07:37:41.909Z] ---> bc8b5bde125f [2020-10-16T07:37:41.909Z] Step 8/23 : COPY . . [2020-10-16T07:37:42.032Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T07:37:42.060Z] $ docker stop --time=1 83cf3f388cfe2e6572176a1efbafa6ae4cdb2ae12022e5df57a05519d8db9046 [2020-10-16T07:37:44.024Z] $ docker rm -f 83cf3f388cfe2e6572176a1efbafa6ae4cdb2ae12022e5df57a05519d8db9046 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:37:44.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:37:44.834Z] . [Pipeline] withDockerContainer [2020-10-16T07:37:45.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-5810 does not seem to be running inside a container [2020-10-16T07:37:45.289Z] $ 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/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-16T07:37:45.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T07:37:46.727Z] $ docker top 5960b32edd8d11d10ed3a48989adfb3399597f7660a4598b82da2d294a24c17c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:37:47.789Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T07:37:52.051Z] ---> 975b067f1c64 [2020-10-16T07:37:52.051Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-16T07:37:52.104Z] Building docker-core-command-go ... [2020-10-16T07:37:52.104Z] Building docker-core-data-go ... [2020-10-16T07:37:52.104Z] Building docker-core-metadata-go ... [2020-10-16T07:37:52.104Z] Building docker-security-proxy-setup-go ... [2020-10-16T07:37:52.104Z] Building docker-security-secrets-setup-go ... [2020-10-16T07:37:52.105Z] Building docker-security-secretstore-setup-go ... [2020-10-16T07:37:52.105Z] Building docker-support-logging-go ... [2020-10-16T07:37:52.105Z] Building docker-support-notifications-go ... [2020-10-16T07:37:52.105Z] Building docker-support-scheduler-go ... [2020-10-16T07:37:52.105Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T07:37:52.105Z] Building docker-support-logging-go [2020-10-16T07:37:52.105Z] Building docker-core-command-go [2020-10-16T07:37:52.105Z] Building docker-support-notifications-go [2020-10-16T07:37:52.105Z] Building docker-core-data-go [2020-10-16T07:37:52.105Z] Building docker-core-metadata-go [2020-10-16T07:37:53.506Z] ---> Running in 04f72b2b6b14 [2020-10-16T07:37:55.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T07:38:03.816Z] ---> 5de8d5d34c9c [2020-10-16T07:38:03.816Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T07:38:04.419Z] ---> Running in 308c6d08a569 [2020-10-16T07:38:04.695Z] ---> 41213a19e558 [2020-10-16T07:38:04.695Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T07:38:04.971Z] ---> Running in d54025e6af6c [2020-10-16T07:38:05.946Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T07:38:05.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T07:38:11.337Z] Removing intermediate container 75bab360a3d1 [2020-10-16T07:38:11.337Z] ---> 6da4e161a6ed [2020-10-16T07:38:11.337Z] [2020-10-16T07:38:11.337Z] Step 9/29 : FROM alpine:latest [2020-10-16T07:38:11.337Z] latest: Pulling from library/alpine [2020-10-16T07:38:11.616Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T07:38:11.616Z] Status: Downloaded newer image for alpine:latest [2020-10-16T07:38:11.616Z] ---> a24bb4013296 [2020-10-16T07:38:11.616Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-16T07:38:12.205Z] ---> Running in 7d27592b98ce [2020-10-16T07:38:14.151Z] Removing intermediate container 7d27592b98ce [2020-10-16T07:38:14.152Z] ---> 56e646796980 [2020-10-16T07:38:14.152Z] Step 11/29 : USER root [2020-10-16T07:38:14.424Z] ---> Running in 0780b2351d1c [2020-10-16T07:38:14.424Z] Removing intermediate container 0780b2351d1c [2020-10-16T07:38:14.424Z] ---> eda880a94de8 [2020-10-16T07:38:14.424Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T07:38:14.696Z] ---> Running in 2e0256d4bbf7 [2020-10-16T07:38:16.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:38:16.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:38:16.700Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:38:16.700Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:38:16.700Z] OK: 12750 distinct packages available [2020-10-16T07:38:16.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T07:38:17.289Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T07:38:17.289Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T07:38:17.289Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:38:17.556Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T07:38:17.556Z] OK: 6 MiB in 16 packages [2020-10-16T07:38:18.149Z] Removing intermediate container 3e06aae0957f [2020-10-16T07:38:18.149Z] ---> ccaf8d52e76f [2020-10-16T07:38:18.149Z] [2020-10-16T07:38:18.149Z] Step 10/24 : FROM scratch [2020-10-16T07:38:18.149Z] ---> [2020-10-16T07:38:18.149Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T07:38:18.749Z] ---> Running in 37efefc917ea [2020-10-16T07:38:19.720Z] Removing intermediate container 37efefc917ea [2020-10-16T07:38:19.720Z] ---> 20cf157afe6b [2020-10-16T07:38:19.720Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T07:38:19.720Z] Removing intermediate container 2e0256d4bbf7 [2020-10-16T07:38:19.720Z] ---> abde62fea6a8 [2020-10-16T07:38:19.720Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T07:38:19.985Z] ---> Running in b132a8411b3a [2020-10-16T07:38:19.985Z] ---> Running in 4e2665b72fc5 [2020-10-16T07:38:20.263Z] Removing intermediate container b132a8411b3a [2020-10-16T07:38:20.263Z] ---> 97abda936ffd [2020-10-16T07:38:20.263Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T07:38:20.263Z] ---> Running in 6c06286b2f0b [2020-10-16T07:38:20.542Z] Removing intermediate container 4e2665b72fc5 [2020-10-16T07:38:20.542Z] ---> ee3647f57f14 [2020-10-16T07:38:20.542Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T07:38:20.542Z] ---> Running in f04ebb4ffa1c [2020-10-16T07:38:20.542Z] Removing intermediate container 6c06286b2f0b [2020-10-16T07:38:20.542Z] ---> ad28568c2301 [2020-10-16T07:38:20.542Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T07:38:21.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T07:38:22.248Z] ---> 584014f3b6df [2020-10-16T07:38:22.248Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T07:38:22.248Z] Removing intermediate container f04ebb4ffa1c [2020-10-16T07:38:22.248Z] ---> ecd083265c79 [2020-10-16T07:38:22.248Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T07:38:22.516Z] ---> Running in 2de7b3fcd09d [2020-10-16T07:38:23.952Z] ---> 7c11b2300eae [2020-10-16T07:38:23.952Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T07:38:25.918Z] ---> 6f51105e3e00 [2020-10-16T07:38:25.918Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T07:38:26.196Z] Removing intermediate container 2de7b3fcd09d [2020-10-16T07:38:26.196Z] ---> 9d9798f3e618 [2020-10-16T07:38:26.196Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T07:38:26.479Z] ---> 090c05bc0cbf [2020-10-16T07:38:26.479Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T07:38:27.933Z] ---> 72ad349c7cf8 [2020-10-16T07:38:27.933Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T07:38:28.517Z] Removing intermediate container 04f72b2b6b14 [2020-10-16T07:38:28.517Z] ---> 761acebbf04e [2020-10-16T07:38:28.517Z] [2020-10-16T07:38:28.517Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T07:38:28.786Z] ---> ab9b58c10330 [2020-10-16T07:38:28.786Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T07:38:29.054Z] 3.10: Pulling from library/alpine [2020-10-16T07:38:29.054Z] ---> 2a52e15d133d [2020-10-16T07:38:29.054Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T07:38:29.657Z] ---> 328c925e9af9 [2020-10-16T07:38:29.657Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T07:38:29.924Z] ---> Running in 35444d337bbc [2020-10-16T07:38:29.924Z] ---> 0b925bf51681 [2020-10-16T07:38:29.924Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T07:38:30.192Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T07:38:30.192Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T07:38:30.192Z] ---> be4e4bea2c2e [2020-10-16T07:38:30.192Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T07:38:30.457Z] ---> Running in 29b25c25e2cc [2020-10-16T07:38:30.457Z] Removing intermediate container 35444d337bbc [2020-10-16T07:38:30.457Z] ---> ad17ee9b48dc [2020-10-16T07:38:30.457Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:38:30.457Z] ---> 77eaf72da74e [2020-10-16T07:38:30.457Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T07:38:30.724Z] ---> Running in 0c004c770108 [2020-10-16T07:38:30.996Z] Removing intermediate container 0c004c770108 [2020-10-16T07:38:30.996Z] ---> bb96ca09258b [2020-10-16T07:38:30.996Z] Step 22/24 : LABEL arch=x86_64 [2020-10-16T07:38:30.996Z] ---> 362d177a1e52 [2020-10-16T07:38:30.996Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T07:38:30.996Z] ---> Running in c82fe39ca5d0 [2020-10-16T07:38:30.996Z] ---> Running in b58079e8612d [2020-10-16T07:38:31.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:38:31.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:38:31.528Z] Removing intermediate container c82fe39ca5d0 [2020-10-16T07:38:31.528Z] ---> ddbcdf986b41 [2020-10-16T07:38:31.528Z] Step 23/24 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:38:31.528Z] ---> Running in a7584106e2cc [2020-10-16T07:38:31.528Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T07:38:31.528Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T07:38:31.528Z] OK: 10346 distinct packages available [2020-10-16T07:38:31.794Z] Removing intermediate container a7584106e2cc [2020-10-16T07:38:31.794Z] ---> 59220e623219 [2020-10-16T07:38:31.794Z] Step 24/24 : LABEL version=1.2.2-dev.76 [2020-10-16T07:38:31.794Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T07:38:31.794Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T07:38:31.794Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T07:38:31.794Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T07:38:31.794Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T07:38:31.794Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T07:38:31.794Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T07:38:32.058Z] OK: 7 MiB in 19 packages [2020-10-16T07:38:32.633Z] ---> Running in 55cf48652e61 [2020-10-16T07:38:33.583Z] Removing intermediate container 55cf48652e61 [2020-10-16T07:38:33.583Z] ---> 2a0cfb748a1a [2020-10-16T07:38:33.583Z] [2020-10-16T07:38:33.583Z] Successfully built 2a0cfb748a1a [2020-10-16T07:38:33.846Z] Successfully tagged docker-support-notifications-go:latest [2020-10-16T07:38:33.846Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-10-16T07:38:33.846Z] Removing intermediate container b58079e8612d [2020-10-16T07:38:33.846Z] ---> 49834d872c02 [2020-10-16T07:38:33.846Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T07:38:35.780Z] Removing intermediate container 29b25c25e2cc [2020-10-16T07:38:35.780Z] ---> 32a586d3c485 [2020-10-16T07:38:35.780Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T07:38:39.073Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:38:39.073Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:38:39.073Z] ---> 2d19d892e489 [2020-10-16T07:38:39.073Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:38:39.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:38:39.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:38:39.073Z] ---> 2d19d892e489 [2020-10-16T07:38:39.073Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T07:38:39.073Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:38:39.073Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:38:39.073Z] ---> 2d19d892e489 [2020-10-16T07:38:39.073Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:38:39.073Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:38:39.073Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:38:39.073Z] ---> 2d19d892e489 [2020-10-16T07:38:39.073Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T07:38:39.073Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:38:39.073Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:38:39.073Z] ---> 2d19d892e489 [2020-10-16T07:38:39.073Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:38:42.387Z] ---> Running in 29e719cbf2be [2020-10-16T07:38:42.388Z] ---> a3f8584d9f68 [2020-10-16T07:38:42.388Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T07:38:42.471Z] ---> Running in 6cba45c54d03 [2020-10-16T07:38:42.471Z] ---> Running in afee0e4d3860 [2020-10-16T07:38:42.471Z] ---> Running in e5abdfc50de0 [2020-10-16T07:38:42.471Z] ---> Running in 11cc87fc5835 [2020-10-16T07:38:42.471Z] ---> Running in e204b6e15b1f [2020-10-16T07:38:42.745Z] Removing intermediate container afee0e4d3860 [2020-10-16T07:38:42.745Z] ---> 2fb44c06b632 [2020-10-16T07:38:42.745Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:38:42.745Z] Removing intermediate container 11cc87fc5835 [2020-10-16T07:38:42.745Z] ---> 1790db0a7b37 [2020-10-16T07:38:42.745Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:38:42.745Z] Removing intermediate container e204b6e15b1f [2020-10-16T07:38:42.745Z] ---> d2287bdf7ffd [2020-10-16T07:38:42.745Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:38:43.027Z] Removing intermediate container 6cba45c54d03 [2020-10-16T07:38:43.027Z] ---> bcd463d3fe8b [2020-10-16T07:38:43.027Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:38:43.027Z] Removing intermediate container e5abdfc50de0 [2020-10-16T07:38:43.027Z] ---> dd75aa6296f1 [2020-10-16T07:38:43.027Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:38:43.027Z] ---> Running in 67d9b6954294 [2020-10-16T07:38:43.027Z] ---> Running in a0c5f7f8f963 [2020-10-16T07:38:43.299Z] ---> Running in 752987d5e113 [2020-10-16T07:38:43.299Z] ---> Running in 3d0fdc294582 [2020-10-16T07:38:43.299Z] ---> Running in 6797338c985a [2020-10-16T07:38:43.779Z] Removing intermediate container d54025e6af6c [2020-10-16T07:38:43.779Z] ---> 27be114e5322 [2020-10-16T07:38:43.779Z] [2020-10-16T07:38:43.779Z] Step 10/22 : FROM scratch [2020-10-16T07:38:43.779Z] ---> [2020-10-16T07:38:43.779Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:38:43.779Z] ---> Running in a60ba481ea29 [2020-10-16T07:38:44.045Z] ---> Running in 7d37211e5d3d [2020-10-16T07:38:44.045Z] Removing intermediate container 29e719cbf2be [2020-10-16T07:38:44.045Z] ---> db8804068474 [2020-10-16T07:38:44.045Z] Step 13/26 : WORKDIR / [2020-10-16T07:38:45.971Z] Removing intermediate container 308c6d08a569 [2020-10-16T07:38:45.971Z] ---> 98e30a9a3186 [2020-10-16T07:38:45.971Z] [2020-10-16T07:38:45.971Z] Step 10/23 : FROM alpine [2020-10-16T07:38:45.971Z] ---> a24bb4013296 [2020-10-16T07:38:45.971Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:38:46.238Z] ---> Running in f58c60edf08d [2020-10-16T07:38:46.238Z] Removing intermediate container 7d37211e5d3d [2020-10-16T07:38:46.238Z] ---> 382882bec6b0 [2020-10-16T07:38:46.238Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T07:38:47.635Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:38:47.636Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:38:47.636Z] ---> 3dcd03c13bd5 [2020-10-16T07:38:47.636Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T07:38:47.636Z] ---> Using cache [2020-10-16T07:38:47.636Z] ---> ab14d9837f53 [2020-10-16T07:38:47.636Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:38:47.636Z] ---> Using cache [2020-10-16T07:38:47.636Z] ---> b8bf0c1896dc [2020-10-16T07:38:47.636Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T07:38:47.636Z] ---> Using cache [2020-10-16T07:38:47.636Z] ---> 5b4cc0525439 [2020-10-16T07:38:47.636Z] Step 6/21 : COPY go.mod . [2020-10-16T07:38:47.636Z] ---> Using cache [2020-10-16T07:38:47.636Z] ---> bd6a8a2c8145 [2020-10-16T07:38:47.636Z] Step 7/21 : RUN go mod download [2020-10-16T07:38:47.636Z] ---> Using cache [2020-10-16T07:38:47.636Z] ---> 3539e4ec9e40 [2020-10-16T07:38:47.636Z] Step 8/21 : COPY . . [2020-10-16T07:38:47.636Z] ---> Using cache [2020-10-16T07:38:47.636Z] ---> 975b067f1c64 [2020-10-16T07:38:47.636Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T07:38:47.670Z] Removing intermediate container 67d9b6954294 [2020-10-16T07:38:47.670Z] ---> 392cc50d0472 [2020-10-16T07:38:47.670Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T07:38:47.670Z] ---> Running in ade30db36589 [2020-10-16T07:38:47.670Z] Removing intermediate container 752987d5e113 [2020-10-16T07:38:47.670Z] ---> 9dc201df9afb [2020-10-16T07:38:47.670Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T07:38:47.945Z] Removing intermediate container a0c5f7f8f963 [2020-10-16T07:38:47.945Z] ---> f31495f8be45 [2020-10-16T07:38:47.945Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T07:38:47.945Z] ---> Running in 673f13c1da5d [2020-10-16T07:38:48.223Z] Removing intermediate container 6797338c985a [2020-10-16T07:38:48.223Z] ---> 7ed1ee92a421 [2020-10-16T07:38:48.223Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T07:38:48.223Z] ---> Running in 16c5a2b5b4d8 [2020-10-16T07:38:48.499Z] ---> Running in 5f2e654971e7 [2020-10-16T07:38:48.499Z] Removing intermediate container 3d0fdc294582 [2020-10-16T07:38:48.499Z] ---> 2817e776eaa2 [2020-10-16T07:38:48.499Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T07:38:48.794Z] ---> Running in c3bcab318c6e [2020-10-16T07:38:49.559Z] ---> Running in 15e076695dff [2020-10-16T07:38:49.559Z] ---> Running in d88b2a5b4630 [2020-10-16T07:38:49.559Z] ---> Running in 374d25fb0869 [2020-10-16T07:38:49.559Z] Removing intermediate container f58c60edf08d [2020-10-16T07:38:49.559Z] ---> 6d474c7ef2b7 [2020-10-16T07:38:49.559Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-16T07:38:49.559Z] Removing intermediate container 15e076695dff [2020-10-16T07:38:49.559Z] ---> 0366ff066820 [2020-10-16T07:38:49.559Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:38:49.823Z] Removing intermediate container d88b2a5b4630 [2020-10-16T07:38:49.824Z] ---> f322429d07d8 [2020-10-16T07:38:49.824Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T07:38:49.824Z] ---> Running in 197450e308ad [2020-10-16T07:38:50.087Z] ---> Running in 8ad01cf2560e [2020-10-16T07:38:50.087Z] ---> 4529937f0919 [2020-10-16T07:38:50.087Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-16T07:38:50.087Z] Removing intermediate container 197450e308ad [2020-10-16T07:38:50.087Z] ---> 9c7d4ecc07c6 [2020-10-16T07:38:50.087Z] Step 14/22 : WORKDIR / [2020-10-16T07:38:50.087Z] Removing intermediate container a60ba481ea29 [2020-10-16T07:38:50.087Z] ---> 4d2c8c8a31b7 [2020-10-16T07:38:50.087Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T07:38:50.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:50.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-16T07:38:50.351Z] ---> Running in 7a12b4c4a877 [2020-10-16T07:38:50.351Z] Removing intermediate container 8ad01cf2560e [2020-10-16T07:38:50.351Z] ---> cf131735a61b [2020-10-16T07:38:50.351Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T07:38:50.351Z] ---> Running in 04dbd64495ff [2020-10-16T07:38:50.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:50.632Z] ---> 929e1116a6f3 [2020-10-16T07:38:50.632Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T07:38:50.632Z] ---> Running in c8b83df21c45 [2020-10-16T07:38:50.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:50.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:50.908Z] Removing intermediate container 7a12b4c4a877 [2020-10-16T07:38:50.908Z] ---> c73433db83fb [2020-10-16T07:38:50.908Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T07:38:50.908Z] Removing intermediate container c8b83df21c45 [2020-10-16T07:38:50.908Z] ---> 6beb0a855065 [2020-10-16T07:38:50.908Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:38:50.908Z] ---> 15375c06f844 [2020-10-16T07:38:50.908Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T07:38:51.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:51.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:51.178Z] ---> Running in 0db1094791a8 [2020-10-16T07:38:51.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:51.453Z] ---> 11d27bf6e8aa [2020-10-16T07:38:51.453Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T07:38:51.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:51.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:51.899Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:38:51.899Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:38:51.899Z] OK: 12623 distinct packages available [2020-10-16T07:38:51.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:38:51.962Z] ---> 35c4e238a020 [2020-10-16T07:38:51.962Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T07:38:52.177Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:38:52.177Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:38:52.177Z] OK: 12623 distinct packages available [2020-10-16T07:38:52.455Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:38:52.734Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:38:52.734Z] OK: 12623 distinct packages available [2020-10-16T07:38:52.734Z] OK: 217 MiB in 51 packages [2020-10-16T07:38:52.734Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:38:52.734Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:38:52.734Z] OK: 12623 distinct packages available [2020-10-16T07:38:53.011Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:38:53.011Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:38:53.011Z] OK: 12623 distinct packages available [2020-10-16T07:38:53.302Z] OK: 217 MiB in 51 packages [2020-10-16T07:38:53.578Z] OK: 217 MiB in 51 packages [2020-10-16T07:38:53.783Z] ---> c82b0f6b4d7f [2020-10-16T07:38:53.783Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T07:38:53.783Z] ---> e52e22072536 [2020-10-16T07:38:53.783Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T07:38:53.857Z] OK: 217 MiB in 51 packages [2020-10-16T07:38:53.857Z] OK: 217 MiB in 51 packages [2020-10-16T07:38:54.079Z] Removing intermediate container 04dbd64495ff [2020-10-16T07:38:54.079Z] ---> 2cebdb2fc727 [2020-10-16T07:38:54.079Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T07:38:54.079Z] ---> Running in cb2229975974 [2020-10-16T07:38:54.366Z] ---> 7e35e3c1fcbd [2020-10-16T07:38:54.366Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T07:38:54.468Z] OK: 217 MiB in 51 packages [2020-10-16T07:38:54.468Z] Removing intermediate container ade30db36589 [2020-10-16T07:38:54.468Z] ---> a6a157396abc [2020-10-16T07:38:54.468Z] Step 6/22 : COPY go.mod . [2020-10-16T07:38:55.085Z] Removing intermediate container 673f13c1da5d [2020-10-16T07:38:55.085Z] ---> c778db3ab811 [2020-10-16T07:38:55.085Z] Step 6/24 : COPY go.mod . [2020-10-16T07:38:55.343Z] ---> Running in ce0e10d40b7a [2020-10-16T07:38:55.344Z] Removing intermediate container 0db1094791a8 [2020-10-16T07:38:55.344Z] ---> c6f52c3afca7 [2020-10-16T07:38:55.344Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T07:38:55.344Z] Removing intermediate container cb2229975974 [2020-10-16T07:38:55.344Z] ---> 0b65e3076b0a [2020-10-16T07:38:55.344Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T07:38:55.344Z] ---> dd2a87df14d9 [2020-10-16T07:38:55.344Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T07:38:55.614Z] ---> Running in 88d54625d396 [2020-10-16T07:38:55.614Z] ---> Running in 35ae3344a67f [2020-10-16T07:38:55.614Z] Removing intermediate container ce0e10d40b7a [2020-10-16T07:38:55.614Z] ---> b22cde4c9f11 [2020-10-16T07:38:55.614Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:38:55.614Z] ---> Running in ed594ee4edff [2020-10-16T07:38:55.885Z] Removing intermediate container 35ae3344a67f [2020-10-16T07:38:55.885Z] ---> 9bdf7ef65b27 [2020-10-16T07:38:55.885Z] Step 27/29 : LABEL arch=x86_64 [2020-10-16T07:38:56.069Z] Removing intermediate container 5f2e654971e7 [2020-10-16T07:38:56.069Z] ---> 2ab37498d4e0 [2020-10-16T07:38:56.069Z] Step 6/23 : COPY go.mod . [2020-10-16T07:38:56.069Z] ---> 158b9bb6506c [2020-10-16T07:38:56.069Z] Step 7/22 : RUN go mod download [2020-10-16T07:38:56.069Z] Removing intermediate container c3bcab318c6e [2020-10-16T07:38:56.069Z] ---> a58c5d53c8d7 [2020-10-16T07:38:56.069Z] Step 6/22 : COPY go.mod . [2020-10-16T07:38:56.069Z] ---> 3e6f5a0a8baf [2020-10-16T07:38:56.069Z] Step 7/24 : RUN go mod download [2020-10-16T07:38:56.360Z] ---> Running in 7a586e8dc781 [2020-10-16T07:38:56.360Z] Removing intermediate container 16c5a2b5b4d8 [2020-10-16T07:38:56.360Z] ---> 2a80d3699584 [2020-10-16T07:38:56.360Z] Step 6/22 : COPY go.mod . [2020-10-16T07:38:56.477Z] ---> Running in 37c7d9eab88e [2020-10-16T07:38:56.477Z] Removing intermediate container ed594ee4edff [2020-10-16T07:38:56.477Z] ---> c91f59226fab [2020-10-16T07:38:56.477Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T07:38:56.477Z] ---> 4fb1a0516594 [2020-10-16T07:38:56.477Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T07:38:56.477Z] ---> Running in 9088dd7950d2 [2020-10-16T07:38:56.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:38:56.636Z] ---> Running in 5eeb1fdb737f [2020-10-16T07:38:56.755Z] Removing intermediate container 37c7d9eab88e [2020-10-16T07:38:56.756Z] ---> 80f140e808ff [2020-10-16T07:38:56.756Z] Step 28/29 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:38:56.756Z] ---> Running in 56e04a0d1fda [2020-10-16T07:38:56.756Z] ---> 61c60a1d7f2d [2020-10-16T07:38:56.756Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T07:38:56.934Z] ---> 83bcde4e7dc5 [2020-10-16T07:38:56.935Z] Step 7/23 : RUN go mod download [2020-10-16T07:38:57.027Z] Removing intermediate container 9088dd7950d2 [2020-10-16T07:38:57.027Z] ---> 91a50a98f929 [2020-10-16T07:38:57.027Z] Step 21/22 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:38:57.027Z] ---> Running in 91064f104233 [2020-10-16T07:38:57.027Z] ---> Running in 1276b08a4add [2020-10-16T07:38:57.215Z] ---> Running in eb191d416d15 [2020-10-16T07:38:57.215Z] ---> e7bb0ed1561a [2020-10-16T07:38:57.215Z] Step 7/22 : RUN go mod download [2020-10-16T07:38:57.291Z] Removing intermediate container 56e04a0d1fda [2020-10-16T07:38:57.291Z] ---> 150bbf561ed1 [2020-10-16T07:38:57.291Z] Step 29/29 : LABEL version=1.2.2-dev.76 [2020-10-16T07:38:57.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:38:57.291Z] ---> Running in b39cdfaf1b02 [2020-10-16T07:38:57.291Z] Removing intermediate container 1276b08a4add [2020-10-16T07:38:57.291Z] ---> 9a4452a4df51 [2020-10-16T07:38:57.291Z] Step 22/22 : LABEL version=1.2.2-dev.76 [2020-10-16T07:38:57.492Z] ---> 4cbc8cb1e745 [2020-10-16T07:38:57.492Z] Step 7/22 : RUN go mod download [2020-10-16T07:38:57.492Z] ---> Running in dd952b99cf77 [2020-10-16T07:38:57.866Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T07:38:57.866Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T07:38:57.866Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T07:38:58.100Z] ---> Running in 7eff78c310b9 [2020-10-16T07:38:58.131Z] ---> Running in 19d888e2456d [2020-10-16T07:38:58.131Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T07:38:58.404Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T07:38:58.404Z] Removing intermediate container b39cdfaf1b02 [2020-10-16T07:38:58.404Z] ---> 4bb9971892a7 [2020-10-16T07:38:58.404Z] [2020-10-16T07:38:58.404Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:38:58.404Z] OK: 8 MiB in 19 packages [2020-10-16T07:38:58.404Z] Removing intermediate container 19d888e2456d [2020-10-16T07:38:58.404Z] ---> dea5a85ac9e0 [2020-10-16T07:38:58.404Z] [2020-10-16T07:38:58.677Z] Successfully built dea5a85ac9e0 [2020-10-16T07:38:58.677Z] Successfully built 4bb9971892a7 [2020-10-16T07:38:58.677Z] Successfully tagged docker-core-metadata-go:latest [2020-10-16T07:38:58.677Z] Building docker-sys-mgmt-agent-go [2020-10-16T07:38:58.677Z]  Building docker-core-metadata-go ... done Successfully tagged docker-security-secrets-setup-go:latest [2020-10-16T07:38:58.677Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-10-16T07:38:59.268Z] Removing intermediate container 91064f104233 [2020-10-16T07:38:59.268Z] ---> 38bb7a494095 [2020-10-16T07:38:59.268Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T07:39:01.531Z] Removing intermediate container 7a586e8dc781 [2020-10-16T07:39:01.531Z] ---> 620e6866dce9 [2020-10-16T07:39:01.531Z] Step 8/22 : COPY . . [2020-10-16T07:39:01.531Z] Removing intermediate container 5eeb1fdb737f [2020-10-16T07:39:01.531Z] ---> c9dfa8ddf8fe [2020-10-16T07:39:01.531Z] Step 8/24 : COPY . . [2020-10-16T07:39:02.138Z] Removing intermediate container eb191d416d15 [2020-10-16T07:39:02.138Z] ---> fa17d672ec11 [2020-10-16T07:39:02.138Z] Step 8/23 : COPY . . [2020-10-16T07:39:02.736Z] Removing intermediate container 7eff78c310b9 [2020-10-16T07:39:02.736Z] ---> cca42d93fd1f [2020-10-16T07:39:02.736Z] Step 8/22 : COPY . . [2020-10-16T07:39:03.337Z] Removing intermediate container dd952b99cf77 [2020-10-16T07:39:03.337Z] ---> f4965232e72f [2020-10-16T07:39:03.337Z] Step 8/22 : COPY . . [2020-10-16T07:39:04.620Z] ---> Running in 2feeed4069bf [2020-10-16T07:39:04.620Z] Removing intermediate container 88d54625d396 [2020-10-16T07:39:04.620Z] ---> 47b2c13f220e [2020-10-16T07:39:04.620Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T07:39:05.202Z] Removing intermediate container 2feeed4069bf [2020-10-16T07:39:05.202Z] ---> 991709b681ff [2020-10-16T07:39:05.202Z] Step 24/26 : LABEL arch=x86_64 [2020-10-16T07:39:05.466Z] ---> 4b7c8cdbdc12 [2020-10-16T07:39:05.466Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T07:39:05.466Z] ---> Running in 3585b287e797 [2020-10-16T07:39:08.051Z] ---> eb7ed0a0fada [2020-10-16T07:39:08.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T07:39:08.051Z] Removing intermediate container 3585b287e797 [2020-10-16T07:39:08.051Z] ---> ee417185214a [2020-10-16T07:39:08.051Z] Step 25/26 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:39:09.019Z] ---> Running in 46b97461e1ee [2020-10-16T07:39:09.606Z] ---> 7f992308bd9a [2020-10-16T07:39:09.606Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T07:39:09.873Z] ---> Running in 1cc44667229b [2020-10-16T07:39:09.873Z] Removing intermediate container 46b97461e1ee [2020-10-16T07:39:09.873Z] ---> 80558f0d6b6d [2020-10-16T07:39:09.873Z] Step 26/26 : LABEL version=1.2.2-dev.76 [2020-10-16T07:39:12.439Z] ---> Running in a0ea9c1be391 [2020-10-16T07:39:13.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:39:13.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:39:13.386Z] ---> 3dcd03c13bd5 [2020-10-16T07:39:13.386Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:39:13.386Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:39:13.386Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:39:13.386Z] ---> 3dcd03c13bd5 [2020-10-16T07:39:13.386Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T07:39:13.386Z] ---> Using cache [2020-10-16T07:39:13.386Z] ---> ab14d9837f53 [2020-10-16T07:39:13.386Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:39:13.386Z] ---> Using cache [2020-10-16T07:39:13.386Z] ---> ab14d9837f53 [2020-10-16T07:39:13.386Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:39:13.386Z] ---> Using cache [2020-10-16T07:39:13.386Z] ---> b8bf0c1896dc [2020-10-16T07:39:13.386Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T07:39:13.386Z] ---> Using cache [2020-10-16T07:39:13.386Z] ---> b8bf0c1896dc [2020-10-16T07:39:13.386Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T07:39:13.771Z] ---> Using cache [2020-10-16T07:39:13.771Z] ---> 5b4cc0525439 [2020-10-16T07:39:13.771Z] Step 6/22 : COPY go.mod . [2020-10-16T07:39:13.771Z] ---> Using cache [2020-10-16T07:39:13.771Z] ---> bd6a8a2c8145 [2020-10-16T07:39:13.771Z] Step 7/22 : RUN go mod download [2020-10-16T07:39:13.771Z] ---> Using cache [2020-10-16T07:39:13.771Z] ---> 3539e4ec9e40 [2020-10-16T07:39:13.771Z] Step 8/22 : COPY . . [2020-10-16T07:39:14.033Z] ---> Using cache [2020-10-16T07:39:14.033Z] ---> 975b067f1c64 [2020-10-16T07:39:14.033Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T07:39:14.979Z] Removing intermediate container 1cc44667229b [2020-10-16T07:39:14.980Z] ---> b11446d30fee [2020-10-16T07:39:14.980Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:39:14.980Z] ---> Running in 76cbd2a48e25 [2020-10-16T07:39:14.980Z] ---> Running in 6e5763fa4e4c [2020-10-16T07:39:14.980Z] Removing intermediate container a0ea9c1be391 [2020-10-16T07:39:14.980Z] ---> 20181231c224 [2020-10-16T07:39:14.980Z] [2020-10-16T07:39:14.980Z] Successfully built 20181231c224 [2020-10-16T07:39:14.980Z] ---> Running in e590dca6d382 [2020-10-16T07:39:14.980Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-16T07:39:14.980Z] Building docker-support-logging-go [2020-10-16T07:39:16.904Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:39:17.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:39:18.053Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:39:18.053Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:39:18.053Z] OK: 12752 distinct packages available [2020-10-16T07:39:18.316Z] OK: 233 MiB in 51 packages [2020-10-16T07:39:18.471Z] ---> ea6c4ee727b2 [2020-10-16T07:39:18.471Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T07:39:18.471Z] ---> 8bbaf8f53f85 [2020-10-16T07:39:18.471Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T07:39:18.471Z] ---> 7fa673ae60d7 [2020-10-16T07:39:18.471Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T07:39:18.745Z] ---> 712a847e1fbd [2020-10-16T07:39:18.745Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T07:39:18.745Z] ---> f5918bd49afd [2020-10-16T07:39:18.745Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T07:39:18.745Z] ---> Running in b09da6e4d979 [2020-10-16T07:39:18.745Z] ---> Running in f099d4468596 [2020-10-16T07:39:18.745Z] ---> Running in 17514c4bb2d9 [2020-10-16T07:39:18.890Z] Removing intermediate container e590dca6d382 [2020-10-16T07:39:18.890Z] ---> 1c10b08779d8 [2020-10-16T07:39:18.890Z] Step 21/23 : LABEL arch=x86_64 [2020-10-16T07:39:18.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T07:39:19.021Z] ---> Running in 6f75c9e9ca4c [2020-10-16T07:39:19.021Z] ---> Running in 05f4ce24322f [2020-10-16T07:39:20.299Z] ---> Running in b131916cf99d [2020-10-16T07:39:21.672Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T07:39:21.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T07:39:21.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T07:39:21.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T07:39:21.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T07:39:23.628Z] Removing intermediate container b131916cf99d [2020-10-16T07:39:23.629Z] ---> c22097b3da43 [2020-10-16T07:39:23.629Z] Step 22/23 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:39:23.629Z] Removing intermediate container 374d25fb0869 [2020-10-16T07:39:23.629Z] ---> 3f810494385e [2020-10-16T07:39:23.629Z] [2020-10-16T07:39:23.629Z] Step 10/21 : FROM scratch [2020-10-16T07:39:23.629Z] ---> [2020-10-16T07:39:23.629Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:39:23.629Z] Removing intermediate container 76cbd2a48e25 [2020-10-16T07:39:23.629Z] ---> d2121588252f [2020-10-16T07:39:23.629Z] Step 6/27 : COPY go.mod . [2020-10-16T07:39:24.206Z] ---> Using cache [2020-10-16T07:39:24.206Z] ---> 382882bec6b0 [2020-10-16T07:39:24.206Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T07:39:24.825Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:39:24.825Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:39:24.825Z] ---> 3dcd03c13bd5 [2020-10-16T07:39:24.825Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:39:24.825Z] ---> Using cache [2020-10-16T07:39:24.825Z] ---> ab14d9837f53 [2020-10-16T07:39:24.825Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:39:24.825Z] ---> Using cache [2020-10-16T07:39:24.825Z] ---> b8bf0c1896dc [2020-10-16T07:39:24.825Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T07:39:26.774Z] ---> Running in 8c80f0569a8e [2020-10-16T07:39:26.774Z] ---> Running in d1fda0f85984 [2020-10-16T07:39:26.774Z] ---> Running in 284cb02f59a0 [2020-10-16T07:39:26.774Z] ---> 3236de70de52 [2020-10-16T07:39:26.774Z] Step 7/27 : RUN go mod download [2020-10-16T07:39:27.048Z] Removing intermediate container d1fda0f85984 [2020-10-16T07:39:27.048Z] ---> cce178400e26 [2020-10-16T07:39:27.048Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T07:39:27.048Z] Removing intermediate container 8c80f0569a8e [2020-10-16T07:39:27.048Z] ---> 04deda44d3ae [2020-10-16T07:39:27.048Z] Step 23/23 : LABEL version=1.2.2-dev.76 [2020-10-16T07:39:27.048Z] ---> Running in c66a7ea6e317 [2020-10-16T07:39:27.319Z] ---> Running in 2196c8ed4d38 [2020-10-16T07:39:27.319Z] ---> Running in 665a2a117e3e [2020-10-16T07:39:27.602Z] Removing intermediate container 2196c8ed4d38 [2020-10-16T07:39:27.602Z] ---> c68943b409cf [2020-10-16T07:39:27.602Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T07:39:27.602Z] Removing intermediate container 665a2a117e3e [2020-10-16T07:39:27.602Z] ---> 4c7e055cb60e [2020-10-16T07:39:27.602Z] [2020-10-16T07:39:27.882Z] Successfully built 4c7e055cb60e [2020-10-16T07:39:27.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:39:27.882Z] Successfully tagged docker-core-data-go:latest [2020-10-16T07:39:27.882Z] Building docker-security-proxy-setup-go [2020-10-16T07:39:27.882Z]  Building docker-core-data-go ... done  ---> 92843b44bd9d [2020-10-16T07:39:27.882Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T07:39:28.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:39:29.122Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:39:29.122Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:39:29.122Z] OK: 12752 distinct packages available [2020-10-16T07:39:30.085Z] OK: 233 MiB in 51 packages [2020-10-16T07:39:31.040Z] OK: 233 MiB in 51 packages [2020-10-16T07:39:32.440Z] ---> 4256a5f736fc [2020-10-16T07:39:32.440Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T07:39:33.853Z] ---> fa90853791da [2020-10-16T07:39:33.853Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T07:39:34.824Z] Removing intermediate container c66a7ea6e317 [2020-10-16T07:39:34.824Z] ---> a181a034898a [2020-10-16T07:39:34.824Z] Step 8/27 : COPY . . [2020-10-16T07:39:37.382Z] ---> Running in 9b794f6fbcf6 [2020-10-16T07:39:38.793Z] Removing intermediate container 284cb02f59a0 [2020-10-16T07:39:38.793Z] ---> a8c482ceba81 [2020-10-16T07:39:38.793Z] Step 6/22 : COPY go.mod . [2020-10-16T07:39:40.188Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:39:40.189Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:39:41.135Z] ---> 3dcd03c13bd5 [2020-10-16T07:39:41.135Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T07:39:41.135Z] ---> Using cache [2020-10-16T07:39:41.135Z] ---> ab14d9837f53 [2020-10-16T07:39:41.135Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:39:41.135Z] ---> Using cache [2020-10-16T07:39:41.135Z] ---> b8bf0c1896dc [2020-10-16T07:39:41.135Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T07:39:41.135Z] ---> Using cache [2020-10-16T07:39:41.135Z] ---> 5b4cc0525439 [2020-10-16T07:39:41.135Z] Step 6/20 : COPY go.mod . [2020-10-16T07:39:41.135Z] ---> Using cache [2020-10-16T07:39:41.135Z] ---> bd6a8a2c8145 [2020-10-16T07:39:41.135Z] Step 7/20 : RUN go mod download [2020-10-16T07:39:41.396Z] ---> Using cache [2020-10-16T07:39:41.397Z] ---> 3539e4ec9e40 [2020-10-16T07:39:41.397Z] Step 8/20 : COPY . . [2020-10-16T07:39:41.397Z] ---> Using cache [2020-10-16T07:39:41.397Z] ---> 975b067f1c64 [2020-10-16T07:39:41.397Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T07:39:42.791Z] Removing intermediate container 9b794f6fbcf6 [2020-10-16T07:39:42.791Z] ---> 28d71e0cd9cc [2020-10-16T07:39:42.791Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:39:43.740Z] ---> 6f7135a1115e [2020-10-16T07:39:43.740Z] Step 7/22 : RUN go mod download [2020-10-16T07:39:44.002Z] ---> Running in c1922cb8b128 [2020-10-16T07:39:44.272Z] ---> Running in c5052036c65e [2020-10-16T07:39:44.272Z] ---> Running in e4c8263a6dd1 [2020-10-16T07:39:46.221Z] Removing intermediate container c5052036c65e [2020-10-16T07:39:46.221Z] ---> 8b5580505588 [2020-10-16T07:39:46.221Z] Step 19/21 : LABEL arch=x86_64 [2020-10-16T07:39:46.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-16T07:39:46.221Z] ---> Running in 2e6fc2562439 [2020-10-16T07:39:46.496Z] Removing intermediate container 2e6fc2562439 [2020-10-16T07:39:46.496Z] ---> 66603a5bf9f9 [2020-10-16T07:39:46.496Z] Step 20/21 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:39:46.767Z] ---> Running in ae2ef9b6c929 [2020-10-16T07:39:47.033Z] Removing intermediate container ae2ef9b6c929 [2020-10-16T07:39:47.033Z] ---> 55d1556647d4 [2020-10-16T07:39:47.033Z] Step 21/21 : LABEL version=1.2.2-dev.76 [2020-10-16T07:39:48.434Z] ---> Running in b435a3aba736 [2020-10-16T07:39:50.382Z] Removing intermediate container e4c8263a6dd1 [2020-10-16T07:39:50.382Z] ---> dd0a12dac762 [2020-10-16T07:39:50.382Z] Step 8/22 : COPY . . [2020-10-16T07:39:52.381Z] Removing intermediate container b435a3aba736 [2020-10-16T07:39:52.381Z] ---> f0b8810c02ab [2020-10-16T07:39:52.381Z] [2020-10-16T07:39:54.324Z] Removing intermediate container 6e5763fa4e4c [2020-10-16T07:39:54.324Z] ---> 814720a14903 [2020-10-16T07:39:54.325Z] [2020-10-16T07:39:54.325Z] Step 10/22 : FROM scratch [2020-10-16T07:39:54.325Z] ---> [2020-10-16T07:39:54.325Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:39:54.325Z] Successfully built f0b8810c02ab [2020-10-16T07:39:54.325Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-16T07:39:54.325Z]  Building docker-support-scheduler-go ... done  ---> Using cache [2020-10-16T07:39:54.325Z] ---> 382882bec6b0 [2020-10-16T07:39:54.325Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T07:39:56.285Z] ---> 1ead90483785 [2020-10-16T07:39:56.285Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T07:39:56.563Z] ---> Running in f9c385144e16 [2020-10-16T07:39:57.145Z] ---> Running in 82fd216f9f62 [2020-10-16T07:39:58.104Z] Removing intermediate container f9c385144e16 [2020-10-16T07:39:58.104Z] ---> fdef124af78d [2020-10-16T07:39:58.104Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:39:59.058Z] ---> Running in 0c91795427f8 [2020-10-16T07:40:01.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T07:40:01.879Z] Removing intermediate container 0c91795427f8 [2020-10-16T07:40:01.879Z] ---> ec8dc208b26a [2020-10-16T07:40:01.879Z] Step 14/22 : WORKDIR / [2020-10-16T07:40:02.151Z] ---> Running in 99e79c8ddd20 [2020-10-16T07:40:04.125Z] Removing intermediate container 99e79c8ddd20 [2020-10-16T07:40:04.125Z] ---> be6f40dc2c4d [2020-10-16T07:40:04.125Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T07:40:04.726Z] ---> c0440de51d2e [2020-10-16T07:40:04.727Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T07:40:07.333Z] ---> 2328fa34e213 [2020-10-16T07:40:07.333Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T07:40:08.330Z] ---> 483e9dbdbcad [2020-10-16T07:40:08.330Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T07:40:08.330Z] ---> Running in 895ec0e58367 [2020-10-16T07:40:08.330Z] Removing intermediate container c1922cb8b128 [2020-10-16T07:40:08.330Z] ---> 82f9efbea298 [2020-10-16T07:40:08.330Z] [2020-10-16T07:40:08.330Z] Step 10/20 : FROM alpine [2020-10-16T07:40:08.330Z] ---> a24bb4013296 [2020-10-16T07:40:08.330Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T07:40:08.330Z] ---> 65dd836f4dc7 [2020-10-16T07:40:08.330Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T07:40:08.330Z] ---> Running in dfb617ba2dd2 [2020-10-16T07:40:08.636Z] ---> Running in b71398d83dd3 [2020-10-16T07:40:08.636Z] Removing intermediate container 895ec0e58367 [2020-10-16T07:40:08.637Z] ---> d5dcf71c4912 [2020-10-16T07:40:08.637Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:40:08.904Z] ---> Running in 3f02b9c6f949 [2020-10-16T07:40:09.173Z] Removing intermediate container 3f02b9c6f949 [2020-10-16T07:40:09.173Z] ---> 7d270000e125 [2020-10-16T07:40:09.173Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T07:40:09.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:09.173Z] ---> Running in 3e34a0d62c0a [2020-10-16T07:40:09.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T07:40:09.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:09.445Z] Removing intermediate container 3e34a0d62c0a [2020-10-16T07:40:09.445Z] ---> 39000ad58879 [2020-10-16T07:40:09.445Z] Step 21/22 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:40:09.445Z] ---> Running in fea36f3359f7 [2020-10-16T07:40:09.445Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:40:09.445Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:40:09.445Z] OK: 12750 distinct packages available [2020-10-16T07:40:09.716Z] Removing intermediate container fea36f3359f7 [2020-10-16T07:40:09.716Z] ---> 5b37d8ecd05c [2020-10-16T07:40:09.716Z] Step 22/22 : LABEL version=1.2.2-dev.76 [2020-10-16T07:40:09.716Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T07:40:09.716Z] ---> Running in a8b9a531627e [2020-10-16T07:40:09.989Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T07:40:09.989Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T07:40:09.989Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T07:40:09.989Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:40:09.989Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T07:40:10.267Z] OK: 7 MiB in 18 packages [2020-10-16T07:40:10.267Z] Removing intermediate container a8b9a531627e [2020-10-16T07:40:10.267Z] ---> 52ac4ca6084d [2020-10-16T07:40:10.267Z] [2020-10-16T07:40:10.543Z] Successfully built 52ac4ca6084d [2020-10-16T07:40:10.543Z] Successfully tagged docker-core-command-go:latest [2020-10-16T07:40:13.016Z]  Building docker-core-command-go ... done Removing intermediate container dfb617ba2dd2 [2020-10-16T07:40:13.016Z] ---> aaec0d90f116 [2020-10-16T07:40:13.016Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T07:40:13.016Z] ---> Running in 490fb8b9b254 [2020-10-16T07:40:13.341Z] Removing intermediate container 490fb8b9b254 [2020-10-16T07:40:13.341Z] ---> 47bc5a6c3386 [2020-10-16T07:40:13.341Z] Step 13/20 : WORKDIR /edgex [2020-10-16T07:40:13.678Z] ---> Running in 4dc03f715a8b [2020-10-16T07:40:13.678Z] Removing intermediate container 4dc03f715a8b [2020-10-16T07:40:13.678Z] ---> 27a4daf9dcf8 [2020-10-16T07:40:13.678Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T07:40:14.310Z] ---> 13200a689b5d [2020-10-16T07:40:14.310Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T07:40:15.285Z] ---> c58e05318e10 [2020-10-16T07:40:15.285Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T07:40:15.285Z] ---> Running in 32ca41cdf686 [2020-10-16T07:40:16.249Z] Removing intermediate container 32ca41cdf686 [2020-10-16T07:40:16.249Z] ---> 153bee1a30df [2020-10-16T07:40:16.249Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T07:40:17.212Z] ---> Running in 6fd47a217149 [2020-10-16T07:40:17.212Z] Removing intermediate container 82fd216f9f62 [2020-10-16T07:40:17.212Z] ---> 0498d72df870 [2020-10-16T07:40:17.212Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T07:40:17.485Z] ---> Running in 1937cfbce06f [2020-10-16T07:40:17.485Z] Removing intermediate container 6fd47a217149 [2020-10-16T07:40:17.485Z] ---> 5f2bb1e336b1 [2020-10-16T07:40:17.485Z] Step 18/20 : LABEL arch=x86_64 [2020-10-16T07:40:17.757Z] ---> Running in a56c3ff05707 [2020-10-16T07:40:18.032Z] Removing intermediate container a56c3ff05707 [2020-10-16T07:40:18.032Z] ---> 2900ab781f55 [2020-10-16T07:40:18.032Z] Step 19/20 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:40:18.299Z] ---> Running in a82d07a3cd86 [2020-10-16T07:40:18.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T07:40:18.566Z] Removing intermediate container a82d07a3cd86 [2020-10-16T07:40:18.566Z] ---> 3bc286e86681 [2020-10-16T07:40:18.566Z] Step 20/20 : LABEL version=1.2.2-dev.76 [2020-10-16T07:40:18.566Z] ---> Running in bfce2f743f37 [2020-10-16T07:40:18.831Z] Removing intermediate container bfce2f743f37 [2020-10-16T07:40:18.831Z] ---> 442b1494d390 [2020-10-16T07:40:18.831Z] [2020-10-16T07:40:19.098Z] Successfully built 442b1494d390 [2020-10-16T07:40:19.362Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-16T07:40:19.939Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1937cfbce06f [2020-10-16T07:40:19.939Z] ---> daf03d0e3dbd [2020-10-16T07:40:19.939Z] [2020-10-16T07:40:19.939Z] Step 11/27 : FROM docker:latest [2020-10-16T07:40:19.939Z] ---> 809cc4dba987 [2020-10-16T07:40:19.940Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T07:40:19.940Z] ---> Running in 016a77745fca [2020-10-16T07:40:20.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:20.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:20.782Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T07:40:20.782Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T07:40:20.782Z] Executing bash-5.0.17-r0.post-install [2020-10-16T07:40:20.782Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:40:20.782Z] OK: 12 MiB in 22 packages [2020-10-16T07:40:22.705Z] Removing intermediate container b71398d83dd3 [2020-10-16T07:40:22.705Z] ---> 5aea72b95a8c [2020-10-16T07:40:22.705Z] [2020-10-16T07:40:22.705Z] Step 10/22 : FROM scratch [2020-10-16T07:40:22.705Z] ---> [2020-10-16T07:40:22.705Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T07:40:22.705Z] Removing intermediate container 016a77745fca [2020-10-16T07:40:22.705Z] ---> bca902546fb9 [2020-10-16T07:40:22.705Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T07:40:22.705Z] ---> Running in c13c8528317c [2020-10-16T07:40:22.705Z] ---> Using cache [2020-10-16T07:40:22.705Z] ---> 20cf157afe6b [2020-10-16T07:40:22.705Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T07:40:23.278Z] ---> Running in bf771c7c478e [2020-10-16T07:40:23.278Z] Removing intermediate container bf771c7c478e [2020-10-16T07:40:23.278Z] ---> d8de5660d045 [2020-10-16T07:40:23.278Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:40:23.542Z] ---> Running in 18441eadcae8 [2020-10-16T07:40:23.542Z] Removing intermediate container 18441eadcae8 [2020-10-16T07:40:23.542Z] ---> a97acf191b68 [2020-10-16T07:40:23.542Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T07:40:23.806Z] ---> 0a6d48c20218 [2020-10-16T07:40:23.806Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T07:40:24.069Z] Removing intermediate container c13c8528317c [2020-10-16T07:40:24.069Z] ---> 7c73aa1a3475 [2020-10-16T07:40:24.069Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T07:40:24.069Z] ---> Running in c67e564cd823 [2020-10-16T07:40:24.069Z] ---> bcc6d4332fe8 [2020-10-16T07:40:24.069Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T07:40:24.331Z] Removing intermediate container c67e564cd823 [2020-10-16T07:40:24.331Z] ---> c4d1a1b7ce92 [2020-10-16T07:40:24.331Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T07:40:24.331Z] ---> Running in afb18330ac1c [2020-10-16T07:40:24.593Z] ---> 948574785522 [2020-10-16T07:40:24.593Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T07:40:24.593Z] Removing intermediate container afb18330ac1c [2020-10-16T07:40:24.593Z] ---> 877c49b3bfa1 [2020-10-16T07:40:24.593Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T07:40:24.593Z] ---> Running in 81c059dba8d3 [2020-10-16T07:40:24.859Z] ---> a9a415236023 [2020-10-16T07:40:24.859Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T07:40:24.859Z] Removing intermediate container 81c059dba8d3 [2020-10-16T07:40:24.859Z] ---> 45dd274f2afc [2020-10-16T07:40:24.859Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T07:40:24.859Z] ---> Running in 91c2bd298246 [2020-10-16T07:40:25.806Z] Removing intermediate container 91c2bd298246 [2020-10-16T07:40:25.806Z] ---> f4c742c7d989 [2020-10-16T07:40:25.806Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:40:26.069Z] ---> Running in fe47aa06cd80 [2020-10-16T07:40:26.069Z] ---> 480b36b5b093 [2020-10-16T07:40:26.069Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T07:40:26.069Z] Removing intermediate container fe47aa06cd80 [2020-10-16T07:40:26.069Z] ---> c2cb22f33fa7 [2020-10-16T07:40:26.069Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T07:40:26.332Z] ---> Running in e36dfd3e304d [2020-10-16T07:40:26.332Z] ---> 221f505612db [2020-10-16T07:40:26.332Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T07:40:26.332Z] Removing intermediate container e36dfd3e304d [2020-10-16T07:40:26.332Z] ---> 03f7d92d3d9c [2020-10-16T07:40:26.332Z] Step 21/22 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:40:26.594Z] ---> Running in b93905cb6e86 [2020-10-16T07:40:26.594Z] ---> 9d97453f35a6 [2020-10-16T07:40:26.594Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T07:40:26.594Z] ---> Running in 1dd75a3bf3c2 [2020-10-16T07:40:26.857Z] Removing intermediate container b93905cb6e86 [2020-10-16T07:40:26.857Z] ---> 66010ee51ce6 [2020-10-16T07:40:26.857Z] Step 22/22 : LABEL version=1.2.2-dev.76 [2020-10-16T07:40:26.857Z] ---> Running in 331933bf6d4e [2020-10-16T07:40:27.119Z] Removing intermediate container 331933bf6d4e [2020-10-16T07:40:27.119Z] ---> ce7b90b270dc [2020-10-16T07:40:27.119Z] [2020-10-16T07:40:27.119Z] Successfully built ce7b90b270dc [2020-10-16T07:40:27.119Z] Successfully tagged docker-support-logging-go:latest [2020-10-16T07:40:27.381Z]  Building docker-support-logging-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:27.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:27.381Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T07:40:27.644Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T07:40:27.644Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T07:40:27.644Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T07:40:27.644Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T07:40:27.644Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T07:40:27.644Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T07:40:28.589Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T07:40:28.589Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T07:40:28.589Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T07:40:28.589Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T07:40:28.589Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T07:40:28.589Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T07:40:28.589Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T07:40:28.589Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T07:40:28.589Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T07:40:28.852Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T07:40:28.852Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T07:40:28.852Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T07:40:28.853Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T07:40:28.853Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T07:40:28.853Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T07:40:28.853Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T07:40:28.853Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T07:40:28.853Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T07:40:28.853Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T07:40:29.116Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T07:40:29.116Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T07:40:29.116Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T07:40:29.116Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T07:40:29.116Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T07:40:29.116Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T07:40:29.116Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T07:40:29.116Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:40:29.116Z] OK: 71 MiB in 55 packages [2020-10-16T07:40:39.135Z] Removing intermediate container 1dd75a3bf3c2 [2020-10-16T07:40:39.135Z] ---> de92281dfe56 [2020-10-16T07:40:39.135Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T07:40:39.135Z] ---> Running in b8e5890f805e [2020-10-16T07:40:40.083Z] Collecting docker-compose==1.23.2 [2020-10-16T07:40:40.083Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T07:40:40.346Z] Collecting PyYAML<4,>=3.10 [2020-10-16T07:40:40.608Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T07:40:41.183Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T07:40:41.445Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T07:40:41.707Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T07:40:41.976Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T07:40:41.976Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T07:40:41.976Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T07:40:42.548Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-16T07:40:42.548Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T07:40:42.549Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T07:40:42.810Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T07:40:42.810Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T07:40:43.383Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T07:40:43.383Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T07:40:43.383Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T07:40:43.383Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T07:40:43.645Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T07:40:43.645Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T07:40:43.645Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T07:40:43.908Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T07:40:43.908Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-16T07:40:43.908Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T07:40:43.908Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T07:40:44.171Z] Collecting idna<2.8,>=2.5 [2020-10-16T07:40:44.171Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T07:40:44.171Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-16T07:40:44.171Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T07:40:44.171Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T07:40:44.171Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T07:40:44.171Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T07:40:44.171Z] Installing collected packages: PyYAML, docopt, cached-property, dockerpty, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, docker-compose [2020-10-16T07:40:44.171Z] Running setup.py install for PyYAML: started [2020-10-16T07:40:44.744Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T07:40:44.744Z] Running setup.py install for docopt: started [2020-10-16T07:40:45.317Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T07:40:45.317Z] Running setup.py install for dockerpty: started [2020-10-16T07:40:45.889Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T07:40:45.889Z] Attempting uninstall: urllib3 [2020-10-16T07:40:45.889Z] Found existing installation: urllib3 1.25.9 [2020-10-16T07:40:45.889Z] Uninstalling urllib3-1.25.9: [2020-10-16T07:40:45.889Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T07:40:46.150Z] Attempting uninstall: idna [2020-10-16T07:40:46.150Z] Found existing installation: idna 2.9 [2020-10-16T07:40:46.150Z] Uninstalling idna-2.9: [2020-10-16T07:40:46.150Z] Successfully uninstalled idna-2.9 [2020-10-16T07:40:46.413Z] Attempting uninstall: requests [2020-10-16T07:40:46.413Z] Found existing installation: requests 2.23.0 [2020-10-16T07:40:46.413Z] Uninstalling requests-2.23.0: [2020-10-16T07:40:46.413Z] Successfully uninstalled requests-2.23.0 [2020-10-16T07:40:46.675Z] Running setup.py install for texttable: started [2020-10-16T07:40:47.248Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T07:40:47.510Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-16T07:40:51.734Z] Removing intermediate container b8e5890f805e [2020-10-16T07:40:51.734Z] ---> 4f8168a507c6 [2020-10-16T07:40:51.734Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T07:40:51.734Z] ---> Running in 442cf0dba5e0 [2020-10-16T07:40:52.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:52.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:40:52.573Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T07:40:52.573Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T07:40:52.573Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T07:40:52.573Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:40:52.573Z] OK: 72 MiB in 58 packages [2020-10-16T07:40:53.147Z] Removing intermediate container 442cf0dba5e0 [2020-10-16T07:40:53.147Z] ---> fb6b7bf3bb15 [2020-10-16T07:40:53.147Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T07:40:53.147Z] ---> Running in 35687645c24e [2020-10-16T07:40:53.410Z] Removing intermediate container 35687645c24e [2020-10-16T07:40:53.410Z] ---> 9203cf4c765b [2020-10-16T07:40:53.410Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:40:53.410Z] ---> Running in 2fb29a521256 [2020-10-16T07:40:53.410Z] Removing intermediate container 2fb29a521256 [2020-10-16T07:40:53.410Z] ---> a616291a71cf [2020-10-16T07:40:53.410Z] Step 25/27 : LABEL arch=x86_64 [2020-10-16T07:40:53.671Z] ---> Running in aa02c910410c [2020-10-16T07:40:53.671Z] Removing intermediate container aa02c910410c [2020-10-16T07:40:53.671Z] ---> 06d30ff36973 [2020-10-16T07:40:53.671Z] Step 26/27 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:40:53.671Z] ---> Running in 9d5733a942cc [2020-10-16T07:40:53.934Z] Removing intermediate container 9d5733a942cc [2020-10-16T07:40:53.934Z] ---> 4ea8da2b283e [2020-10-16T07:40:53.934Z] Step 27/27 : LABEL version=1.2.2-dev.76 [2020-10-16T07:40:53.934Z] ---> Running in f2c1f68e9fa6 [2020-10-16T07:40:54.196Z] Removing intermediate container f2c1f68e9fa6 [2020-10-16T07:40:54.196Z] ---> c47d532c939c [2020-10-16T07:40:54.196Z] [2020-10-16T07:40:54.196Z] Successfully built c47d532c939c [2020-10-16T07:40:54.196Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-16T07:40:54.468Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-16T07:40:54.491Z] $ docker stop --time=1 6a2f7576a8a35adf0f5e6dd5c4fcc2b2a9c1d5e1b58f173ce399e2692df03e3f [2020-10-16T07:40:56.249Z] $ docker rm -f 6a2f7576a8a35adf0f5e6dd5c4fcc2b2a9c1d5e1b58f173ce399e2692df03e3f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:40:56.805Z] + docker images [2020-10-16T07:40:56.805Z] + grep docker [2020-10-16T07:40:56.805Z] docker-sys-mgmt-agent-go latest c47d532c939c 3 seconds ago 290MB [2020-10-16T07:40:56.805Z] docker-support-logging-go latest ce7b90b270dc 30 seconds ago 11.1MB [2020-10-16T07:40:56.805Z] docker-security-proxy-setup-go latest 442b1494d390 38 seconds ago 15.8MB [2020-10-16T07:40:56.805Z] docker-core-command-go latest 52ac4ca6084d 47 seconds ago 12.2MB [2020-10-16T07:40:56.805Z] docker-support-scheduler-go latest f0b8810c02ab About a minute ago 12.3MB [2020-10-16T07:40:56.805Z] docker-core-data-go latest 4c7e055cb60e About a minute ago 23.6MB [2020-10-16T07:40:56.805Z] docker-security-secretstore-setup-go latest 20181231c224 About a minute ago 32.4MB [2020-10-16T07:40:56.805Z] docker-core-metadata-go latest dea5a85ac9e0 About a minute ago 14.3MB [2020-10-16T07:40:56.805Z] docker-security-secrets-setup-go latest 4bb9971892a7 About a minute ago 24MB [2020-10-16T07:40:56.805Z] docker-support-notifications-go latest 2a0cfb748a1a 2 minutes ago 13.6MB [2020-10-16T07:40:56.805Z] docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T07:40:57.670Z] provisioning config files... [2020-10-16T07:40:57.718Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/192@tmp/config6758393315451735610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:40:58.103Z] ---> docker-login.sh [2020-10-16T07:40:58.103Z] nexus3.edgexfoundry.org:10001 [2020-10-16T07:40:58.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:40:58.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:40:58.365Z] Configure a credential helper to remove this warning. See [2020-10-16T07:40:58.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:40:58.365Z] [2020-10-16T07:40:58.365Z] Login Succeeded [2020-10-16T07:40:58.365Z] nexus3.edgexfoundry.org:10002 [2020-10-16T07:40:58.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:40:58.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:40:58.365Z] Configure a credential helper to remove this warning. See [2020-10-16T07:40:58.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:40:58.365Z] [2020-10-16T07:40:58.365Z] Login Succeeded [2020-10-16T07:40:58.365Z] nexus3.edgexfoundry.org:10003 [2020-10-16T07:40:58.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:40:58.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:40:58.626Z] Configure a credential helper to remove this warning. See [2020-10-16T07:40:58.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:40:58.626Z] [2020-10-16T07:40:58.626Z] Login Succeeded [2020-10-16T07:40:58.626Z] nexus3.edgexfoundry.org:10004 [2020-10-16T07:40:58.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:40:58.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:40:58.889Z] Configure a credential helper to remove this warning. See [2020-10-16T07:40:58.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:40:58.889Z] [2020-10-16T07:40:58.889Z] Login Succeeded [2020-10-16T07:40:58.889Z] docker.io [2020-10-16T07:40:58.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:40:59.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:40:59.150Z] Configure a credential helper to remove this warning. See [2020-10-16T07:40:59.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:40:59.150Z] [2020-10-16T07:40:59.150Z] Login Succeeded [2020-10-16T07:40:59.150Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T07:40:59.159Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:40:59.474Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-16T07:40:59.474Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:40:59.474Z] 1.2.2-dev.76 [2020-10-16T07:40:59.474Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:40:59.474Z] master [2020-10-16T07:40:59.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:40:59.956Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:00.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:00.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T07:41:00.256Z] 698de31ac60b: Preparing [2020-10-16T07:41:00.256Z] 8b7db5452d57: Preparing [2020-10-16T07:41:00.256Z] 2fce9b2e6c0d: Preparing [2020-10-16T07:41:00.518Z] 698de31ac60b: Pushed [2020-10-16T07:41:00.518Z] 2fce9b2e6c0d: Pushed [2020-10-16T07:41:01.465Z] 8b7db5452d57: Pushed [2020-10-16T07:41:01.727Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:2e8aed4b21f89b30e03209f1083f84277bd48e1460f3ba25fd9d13bd6c0388cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:02.035Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:02.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.76 [2020-10-16T07:41:02.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T07:41:02.341Z] 698de31ac60b: Preparing [2020-10-16T07:41:02.341Z] 8b7db5452d57: Preparing [2020-10-16T07:41:02.341Z] 2fce9b2e6c0d: Preparing [2020-10-16T07:41:02.341Z] 698de31ac60b: Layer already exists [2020-10-16T07:41:02.341Z] 8b7db5452d57: Layer already exists [2020-10-16T07:41:02.341Z] 2fce9b2e6c0d: Layer already exists [2020-10-16T07:41:02.341Z] 1.2.2-dev.76: digest: sha256:2e8aed4b21f89b30e03209f1083f84277bd48e1460f3ba25fd9d13bd6c0388cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:02.650Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:02.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:02.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T07:41:02.954Z] 698de31ac60b: Preparing [2020-10-16T07:41:02.954Z] 8b7db5452d57: Preparing [2020-10-16T07:41:02.954Z] 2fce9b2e6c0d: Preparing [2020-10-16T07:41:02.954Z] 8b7db5452d57: Layer already exists [2020-10-16T07:41:02.954Z] 698de31ac60b: Layer already exists [2020-10-16T07:41:02.954Z] 2fce9b2e6c0d: Layer already exists [2020-10-16T07:41:02.954Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:2e8aed4b21f89b30e03209f1083f84277bd48e1460f3ba25fd9d13bd6c0388cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:03.258Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:03.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-16T07:41:03.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T07:41:03.558Z] 698de31ac60b: Preparing [2020-10-16T07:41:03.558Z] 8b7db5452d57: Preparing [2020-10-16T07:41:03.558Z] 2fce9b2e6c0d: Preparing [2020-10-16T07:41:03.558Z] 8b7db5452d57: Layer already exists [2020-10-16T07:41:03.558Z] 2fce9b2e6c0d: Layer already exists [2020-10-16T07:41:03.558Z] 698de31ac60b: Layer already exists [2020-10-16T07:41:03.558Z] master: digest: sha256:2e8aed4b21f89b30e03209f1083f84277bd48e1460f3ba25fd9d13bd6c0388cb size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:03.797Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:03.846Z] taggedImages: [2020-10-16T07:41:03.846Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:03.846Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.76 [2020-10-16T07:41:03.846Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:03.846Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-16T07:41:03.912Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-16T07:41:03.912Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:03.912Z] 1.2.2-dev.76 [2020-10-16T07:41:03.912Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:03.912Z] master [2020-10-16T07:41:03.912Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:04.426Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:04.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:04.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T07:41:04.724Z] be126580356f: Preparing [2020-10-16T07:41:04.724Z] 87514de9daef: Preparing [2020-10-16T07:41:04.724Z] 753c776ab73d: Preparing [2020-10-16T07:41:04.724Z] a4fd10affd8e: Preparing [2020-10-16T07:41:04.724Z] 352cb569dbe3: Preparing [2020-10-16T07:41:04.724Z] 50644c29ef5a: Preparing [2020-10-16T07:41:04.724Z] 50644c29ef5a: Waiting [2020-10-16T07:41:04.987Z] 753c776ab73d: Pushed [2020-10-16T07:41:04.987Z] 352cb569dbe3: Pushed [2020-10-16T07:41:04.987Z] be126580356f: Pushed [2020-10-16T07:41:04.987Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:04.987Z] a4fd10affd8e: Pushed [2020-10-16T07:41:06.373Z] 87514de9daef: Pushed [2020-10-16T07:41:06.635Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:a5673d1b038ca8adeb9e824af8e83687f02c90aa66a40e68df44049f0c05b5c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:07.201Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:07.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.76 [2020-10-16T07:41:07.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T07:41:07.605Z] be126580356f: Preparing [2020-10-16T07:41:07.605Z] 87514de9daef: Preparing [2020-10-16T07:41:07.605Z] 753c776ab73d: Preparing [2020-10-16T07:41:07.605Z] a4fd10affd8e: Preparing [2020-10-16T07:41:07.605Z] 352cb569dbe3: Preparing [2020-10-16T07:41:07.606Z] 50644c29ef5a: Preparing [2020-10-16T07:41:07.606Z] 50644c29ef5a: Waiting [2020-10-16T07:41:07.606Z] a4fd10affd8e: Layer already exists [2020-10-16T07:41:07.606Z] 87514de9daef: Layer already exists [2020-10-16T07:41:07.606Z] 753c776ab73d: Layer already exists [2020-10-16T07:41:07.606Z] 352cb569dbe3: Layer already exists [2020-10-16T07:41:07.606Z] be126580356f: Layer already exists [2020-10-16T07:41:07.606Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:07.606Z] 1.2.2-dev.76: digest: sha256:a5673d1b038ca8adeb9e824af8e83687f02c90aa66a40e68df44049f0c05b5c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:08.013Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:08.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:08.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T07:41:08.310Z] be126580356f: Preparing [2020-10-16T07:41:08.310Z] 87514de9daef: Preparing [2020-10-16T07:41:08.310Z] 753c776ab73d: Preparing [2020-10-16T07:41:08.310Z] a4fd10affd8e: Preparing [2020-10-16T07:41:08.310Z] 352cb569dbe3: Preparing [2020-10-16T07:41:08.310Z] 50644c29ef5a: Preparing [2020-10-16T07:41:08.310Z] 50644c29ef5a: Waiting [2020-10-16T07:41:08.310Z] 753c776ab73d: Layer already exists [2020-10-16T07:41:08.310Z] be126580356f: Layer already exists [2020-10-16T07:41:08.310Z] 352cb569dbe3: Layer already exists [2020-10-16T07:41:08.310Z] 87514de9daef: Layer already exists [2020-10-16T07:41:08.310Z] a4fd10affd8e: Layer already exists [2020-10-16T07:41:08.310Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:08.310Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:a5673d1b038ca8adeb9e824af8e83687f02c90aa66a40e68df44049f0c05b5c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:08.614Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:08.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-16T07:41:08.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T07:41:08.938Z] be126580356f: Preparing [2020-10-16T07:41:08.938Z] 87514de9daef: Preparing [2020-10-16T07:41:08.938Z] 753c776ab73d: Preparing [2020-10-16T07:41:08.938Z] a4fd10affd8e: Preparing [2020-10-16T07:41:08.938Z] 352cb569dbe3: Preparing [2020-10-16T07:41:08.938Z] 50644c29ef5a: Preparing [2020-10-16T07:41:08.938Z] 50644c29ef5a: Waiting [2020-10-16T07:41:08.938Z] a4fd10affd8e: Layer already exists [2020-10-16T07:41:08.938Z] 352cb569dbe3: Layer already exists [2020-10-16T07:41:08.938Z] be126580356f: Layer already exists [2020-10-16T07:41:08.938Z] 87514de9daef: Layer already exists [2020-10-16T07:41:08.938Z] 753c776ab73d: Layer already exists [2020-10-16T07:41:08.938Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:08.938Z] master: digest: sha256:a5673d1b038ca8adeb9e824af8e83687f02c90aa66a40e68df44049f0c05b5c7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:09.125Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:09.173Z] taggedImages: [2020-10-16T07:41:09.173Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:09.173Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.76 [2020-10-16T07:41:09.173Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:09.173Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-16T07:41:09.233Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-16T07:41:09.233Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:09.233Z] 1.2.2-dev.76 [2020-10-16T07:41:09.233Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:09.233Z] master [2020-10-16T07:41:09.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:09.740Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:10.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:10.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T07:41:10.039Z] 17be5053ec03: Preparing [2020-10-16T07:41:10.039Z] a19954113ee9: Preparing [2020-10-16T07:41:10.039Z] 0f257c47e9c7: Preparing [2020-10-16T07:41:10.302Z] 0f257c47e9c7: Pushed [2020-10-16T07:41:10.302Z] 17be5053ec03: Pushed [2020-10-16T07:41:11.691Z] a19954113ee9: Pushed [2020-10-16T07:41:11.691Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:ffd2aebffa1f875b5313d1b0e5a39d028d6d675a34b7b1f58d0df01987db10a0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:12.006Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:12.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.76 [2020-10-16T07:41:12.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T07:41:12.331Z] 17be5053ec03: Preparing [2020-10-16T07:41:12.331Z] a19954113ee9: Preparing [2020-10-16T07:41:12.331Z] 0f257c47e9c7: Preparing [2020-10-16T07:41:12.331Z] a19954113ee9: Layer already exists [2020-10-16T07:41:12.331Z] 0f257c47e9c7: Layer already exists [2020-10-16T07:41:12.331Z] 17be5053ec03: Layer already exists [2020-10-16T07:41:12.331Z] 1.2.2-dev.76: digest: sha256:ffd2aebffa1f875b5313d1b0e5a39d028d6d675a34b7b1f58d0df01987db10a0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:12.635Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:12.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:12.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T07:41:12.935Z] 17be5053ec03: Preparing [2020-10-16T07:41:12.935Z] a19954113ee9: Preparing [2020-10-16T07:41:12.935Z] 0f257c47e9c7: Preparing [2020-10-16T07:41:12.935Z] a19954113ee9: Layer already exists [2020-10-16T07:41:12.935Z] 0f257c47e9c7: Layer already exists [2020-10-16T07:41:12.935Z] 17be5053ec03: Layer already exists [2020-10-16T07:41:12.935Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:ffd2aebffa1f875b5313d1b0e5a39d028d6d675a34b7b1f58d0df01987db10a0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:13.242Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:13.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-16T07:41:13.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T07:41:13.542Z] 17be5053ec03: Preparing [2020-10-16T07:41:13.542Z] a19954113ee9: Preparing [2020-10-16T07:41:13.542Z] 0f257c47e9c7: Preparing [2020-10-16T07:41:13.542Z] a19954113ee9: Layer already exists [2020-10-16T07:41:13.542Z] 17be5053ec03: Layer already exists [2020-10-16T07:41:13.542Z] 0f257c47e9c7: Layer already exists [2020-10-16T07:41:13.542Z] master: digest: sha256:ffd2aebffa1f875b5313d1b0e5a39d028d6d675a34b7b1f58d0df01987db10a0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:13.759Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:13.806Z] taggedImages: [2020-10-16T07:41:13.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:13.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.76 [2020-10-16T07:41:13.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:13.806Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-16T07:41:13.850Z] Removing intermediate container 17514c4bb2d9 [2020-10-16T07:41:13.850Z] ---> e8d807078c44 [2020-10-16T07:41:13.850Z] [2020-10-16T07:41:13.850Z] Step 10/22 : FROM scratch [2020-10-16T07:41:13.850Z] ---> [2020-10-16T07:41:13.850Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T07:41:13.850Z] ---> Running in e51dbedb2f9d [2020-10-16T07:41:13.850Z] Removing intermediate container e51dbedb2f9d [2020-10-16T07:41:13.850Z] ---> c40e6ab564bd [2020-10-16T07:41:13.850Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T07:41:13.850Z] ---> Running in 69202e7db63f [2020-10-16T07:41:13.850Z] Removing intermediate container 69202e7db63f [2020-10-16T07:41:13.850Z] ---> 6b4b56a5eba4 [2020-10-16T07:41:13.850Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:41:13.850Z] ---> Running in 82d38c56d4d3 [2020-10-16T07:41:13.850Z] Removing intermediate container 82d38c56d4d3 [2020-10-16T07:41:13.850Z] ---> fda652b9aa32 [2020-10-16T07:41:13.850Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T07:41:13.850Z] ---> 379b186d7007 [2020-10-16T07:41:13.850Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T07:41:13.850Z] ---> 6521465c9e6c [2020-10-16T07:41:13.850Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T07:41:13.850Z] ---> 920372ef1d86 [2020-10-16T07:41:13.850Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T07:41:13.850Z] ---> 35399f70a9a9 [2020-10-16T07:41:13.850Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T07:41:13.850Z] ---> Running in 9ea1da240a5c [2020-10-16T07:41:13.850Z] Removing intermediate container 9ea1da240a5c [2020-10-16T07:41:13.850Z] ---> d1a191cf4ed7 [2020-10-16T07:41:13.850Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:41:13.850Z] ---> Running in 724e3d085597 [2020-10-16T07:41:13.850Z] Removing intermediate container 724e3d085597 [2020-10-16T07:41:13.850Z] ---> 6e802b6a7c14 [2020-10-16T07:41:13.850Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T07:41:13.850Z] ---> Running in 817b5ec8a2c9 [2020-10-16T07:41:13.850Z] Removing intermediate container 817b5ec8a2c9 [2020-10-16T07:41:13.850Z] ---> a7ad1de8a6a3 [2020-10-16T07:41:13.850Z] Step 21/22 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:13.850Z] ---> Running in 0c9bb7d6dc01 [2020-10-16T07:41:13.850Z] Removing intermediate container 0c9bb7d6dc01 [2020-10-16T07:41:13.850Z] ---> 163c46572771 [2020-10-16T07:41:13.850Z] Step 22/22 : LABEL version=1.2.2-dev.76 [2020-10-16T07:41:13.850Z] ---> Running in 0b1bed4d0da0 [2020-10-16T07:41:13.850Z] Removing intermediate container 0b1bed4d0da0 [2020-10-16T07:41:13.850Z] ---> db828e585bc0 [2020-10-16T07:41:13.850Z] [2020-10-16T07:41:13.850Z] Successfully built db828e585bc0 [2020-10-16T07:41:13.850Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-16T07:41:13.850Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [Pipeline] echo [2020-10-16T07:41:13.871Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-16T07:41:13.871Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:13.871Z] 1.2.2-dev.76 [2020-10-16T07:41:13.871Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:13.871Z] master [2020-10-16T07:41:13.871Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:14.390Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:14.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:14.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T07:41:14.696Z] 3dd8deaef419: Preparing [2020-10-16T07:41:14.696Z] e4f9eebb5534: Preparing [2020-10-16T07:41:14.696Z] 23e8f0dceecb: Preparing [2020-10-16T07:41:14.696Z] 3c4986d7408f: Preparing [2020-10-16T07:41:14.696Z] 50644c29ef5a: Preparing [2020-10-16T07:41:14.696Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:14.957Z] e4f9eebb5534: Pushed [2020-10-16T07:41:14.957Z] 23e8f0dceecb: Pushed [2020-10-16T07:41:14.957Z] 3c4986d7408f: Pushed [2020-10-16T07:41:15.902Z] 3dd8deaef419: Pushed [2020-10-16T07:41:15.902Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:b4ac1428823e9647ac2dff99e3b24af39ac31f0bd332acbb2b96238e11a6e1e6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:16.204Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:16.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.76 [2020-10-16T07:41:16.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T07:41:16.502Z] 3dd8deaef419: Preparing [2020-10-16T07:41:16.502Z] e4f9eebb5534: Preparing [2020-10-16T07:41:16.502Z] 23e8f0dceecb: Preparing [2020-10-16T07:41:16.502Z] 3c4986d7408f: Preparing [2020-10-16T07:41:16.502Z] 50644c29ef5a: Preparing [2020-10-16T07:41:16.502Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:16.502Z] 3dd8deaef419: Layer already exists [2020-10-16T07:41:16.502Z] 23e8f0dceecb: Layer already exists [2020-10-16T07:41:16.502Z] 3c4986d7408f: Layer already exists [2020-10-16T07:41:16.502Z] e4f9eebb5534: Layer already exists [2020-10-16T07:41:16.502Z] 1.2.2-dev.76: digest: sha256:b4ac1428823e9647ac2dff99e3b24af39ac31f0bd332acbb2b96238e11a6e1e6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:16.808Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:17.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:17.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T07:41:17.105Z] 3dd8deaef419: Preparing [2020-10-16T07:41:17.105Z] e4f9eebb5534: Preparing [2020-10-16T07:41:17.105Z] 23e8f0dceecb: Preparing [2020-10-16T07:41:17.105Z] 3c4986d7408f: Preparing [2020-10-16T07:41:17.105Z] 50644c29ef5a: Preparing [2020-10-16T07:41:17.105Z] 3c4986d7408f: Layer already exists [2020-10-16T07:41:17.105Z] 3dd8deaef419: Layer already exists [2020-10-16T07:41:17.105Z] 23e8f0dceecb: Layer already exists [2020-10-16T07:41:17.105Z] e4f9eebb5534: Layer already exists [2020-10-16T07:41:17.105Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:17.105Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:b4ac1428823e9647ac2dff99e3b24af39ac31f0bd332acbb2b96238e11a6e1e6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:17.412Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:17.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-16T07:41:17.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T07:41:17.710Z] 3dd8deaef419: Preparing [2020-10-16T07:41:17.710Z] e4f9eebb5534: Preparing [2020-10-16T07:41:17.710Z] 23e8f0dceecb: Preparing [2020-10-16T07:41:17.710Z] 3c4986d7408f: Preparing [2020-10-16T07:41:17.710Z] 50644c29ef5a: Preparing [2020-10-16T07:41:17.710Z] 3c4986d7408f: Layer already exists [2020-10-16T07:41:17.710Z] 23e8f0dceecb: Layer already exists [2020-10-16T07:41:17.710Z] 3dd8deaef419: Layer already exists [2020-10-16T07:41:17.710Z] e4f9eebb5534: Layer already exists [2020-10-16T07:41:17.710Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:17.710Z] master: digest: sha256:b4ac1428823e9647ac2dff99e3b24af39ac31f0bd332acbb2b96238e11a6e1e6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:17.908Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:17.960Z] taggedImages: [2020-10-16T07:41:17.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:17.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.76 [2020-10-16T07:41:17.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:17.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-16T07:41:18.023Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-16T07:41:18.023Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:18.023Z] 1.2.2-dev.76 [2020-10-16T07:41:18.023Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:18.023Z] master [2020-10-16T07:41:18.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:18.502Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:18.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:18.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T07:41:18.801Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:18.801Z] 53ea27ed1f62: Preparing [2020-10-16T07:41:18.801Z] 1eabb717b3d8: Preparing [2020-10-16T07:41:18.801Z] c221d2c5b082: Preparing [2020-10-16T07:41:18.801Z] c221d2c5b082: Preparing [2020-10-16T07:41:18.801Z] fd5951e166c2: Preparing [2020-10-16T07:41:18.801Z] b6178a396b3a: Preparing [2020-10-16T07:41:18.801Z] aff840016809: Preparing [2020-10-16T07:41:18.801Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:18.801Z] db6e822b2c90: Preparing [2020-10-16T07:41:18.801Z] b6e5c4081e68: Preparing [2020-10-16T07:41:18.801Z] c35036a95bbf: Preparing [2020-10-16T07:41:18.801Z] 50644c29ef5a: Preparing [2020-10-16T07:41:18.801Z] aff840016809: Waiting [2020-10-16T07:41:18.801Z] db6e822b2c90: Waiting [2020-10-16T07:41:18.801Z] b6e5c4081e68: Waiting [2020-10-16T07:41:18.801Z] c35036a95bbf: Waiting [2020-10-16T07:41:18.801Z] 50644c29ef5a: Waiting [2020-10-16T07:41:18.801Z] b6178a396b3a: Waiting [2020-10-16T07:41:19.063Z] fd5951e166c2: Pushed [2020-10-16T07:41:19.063Z] c221d2c5b082: Pushed [2020-10-16T07:41:19.063Z] 1eabb717b3d8: Pushed [2020-10-16T07:41:19.063Z] 53ea27ed1f62: Pushed [2020-10-16T07:41:19.063Z] b6178a396b3a: Pushed [2020-10-16T07:41:19.063Z] db6e822b2c90: Pushed [2020-10-16T07:41:19.326Z] b6e5c4081e68: Pushed [2020-10-16T07:41:19.326Z] aff840016809: Pushed [2020-10-16T07:41:19.326Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:19.360Z] Removing intermediate container f099d4468596 [2020-10-16T07:41:19.360Z] ---> a8d5efcf4111 [2020-10-16T07:41:19.360Z] [2020-10-16T07:41:19.360Z] Step 10/22 : FROM scratch [2020-10-16T07:41:19.360Z] ---> [2020-10-16T07:41:19.360Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:41:19.360Z] Removing intermediate container 6f75c9e9ca4c [2020-10-16T07:41:19.360Z] ---> b916222ed04d [2020-10-16T07:41:19.360Z] [2020-10-16T07:41:19.360Z] Step 10/24 : FROM scratch [2020-10-16T07:41:19.360Z] ---> [2020-10-16T07:41:19.360Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T07:41:19.360Z] ---> Running in 8373900ac06f [2020-10-16T07:41:19.360Z] ---> Using cache [2020-10-16T07:41:19.360Z] ---> c40e6ab564bd [2020-10-16T07:41:19.360Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T07:41:19.587Z] c35036a95bbf: Pushed [2020-10-16T07:41:19.649Z] ---> Running in 684a8a3a4371 [2020-10-16T07:41:19.851Z] a54e5cfea7fe: Pushed [2020-10-16T07:41:20.114Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:cb38b9a37b6f78f1d17d3e7771788be6681b33bea23cd419334b8e8670ca44e6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:20.418Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:20.642Z] Removing intermediate container 8373900ac06f [2020-10-16T07:41:20.642Z] ---> d468dbd9cb25 [2020-10-16T07:41:20.642Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T07:41:20.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.76 [2020-10-16T07:41:20.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T07:41:20.718Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:20.718Z] 53ea27ed1f62: Preparing [2020-10-16T07:41:20.718Z] 1eabb717b3d8: Preparing [2020-10-16T07:41:20.718Z] c221d2c5b082: Preparing [2020-10-16T07:41:20.718Z] c221d2c5b082: Preparing [2020-10-16T07:41:20.718Z] fd5951e166c2: Preparing [2020-10-16T07:41:20.718Z] b6178a396b3a: Preparing [2020-10-16T07:41:20.718Z] aff840016809: Preparing [2020-10-16T07:41:20.718Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:20.718Z] db6e822b2c90: Preparing [2020-10-16T07:41:20.718Z] b6e5c4081e68: Preparing [2020-10-16T07:41:20.718Z] c35036a95bbf: Preparing [2020-10-16T07:41:20.718Z] 50644c29ef5a: Preparing [2020-10-16T07:41:20.718Z] b6178a396b3a: Waiting [2020-10-16T07:41:20.718Z] c35036a95bbf: Waiting [2020-10-16T07:41:20.718Z] aff840016809: Waiting [2020-10-16T07:41:20.718Z] db6e822b2c90: Waiting [2020-10-16T07:41:20.718Z] 50644c29ef5a: Waiting [2020-10-16T07:41:20.718Z] b6e5c4081e68: Waiting [2020-10-16T07:41:20.718Z] a54e5cfea7fe: Layer already exists [2020-10-16T07:41:20.718Z] fd5951e166c2: Layer already exists [2020-10-16T07:41:20.718Z] 1eabb717b3d8: Layer already exists [2020-10-16T07:41:20.718Z] 53ea27ed1f62: Layer already exists [2020-10-16T07:41:20.718Z] c221d2c5b082: Layer already exists [2020-10-16T07:41:20.718Z] b6178a396b3a: Layer already exists [2020-10-16T07:41:20.718Z] aff840016809: Layer already exists [2020-10-16T07:41:20.718Z] b6e5c4081e68: Layer already exists [2020-10-16T07:41:20.718Z] db6e822b2c90: Layer already exists [2020-10-16T07:41:20.718Z] c35036a95bbf: Layer already exists [2020-10-16T07:41:20.718Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:20.718Z] 1.2.2-dev.76: digest: sha256:cb38b9a37b6f78f1d17d3e7771788be6681b33bea23cd419334b8e8670ca44e6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:20.926Z] Removing intermediate container 684a8a3a4371 [2020-10-16T07:41:20.926Z] ---> 666e4f3c4422 [2020-10-16T07:41:20.926Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T07:41:20.926Z] ---> Running in a3f245b93fc3 [2020-10-16T07:41:21.050Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:21.203Z] ---> Running in 0c4046be085c [2020-10-16T07:41:21.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:21.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T07:41:21.350Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:21.350Z] 53ea27ed1f62: Preparing [2020-10-16T07:41:21.350Z] 1eabb717b3d8: Preparing [2020-10-16T07:41:21.350Z] c221d2c5b082: Preparing [2020-10-16T07:41:21.350Z] c221d2c5b082: Preparing [2020-10-16T07:41:21.350Z] fd5951e166c2: Preparing [2020-10-16T07:41:21.350Z] b6178a396b3a: Preparing [2020-10-16T07:41:21.350Z] aff840016809: Preparing [2020-10-16T07:41:21.350Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:21.350Z] db6e822b2c90: Preparing [2020-10-16T07:41:21.350Z] b6e5c4081e68: Preparing [2020-10-16T07:41:21.350Z] c35036a95bbf: Preparing [2020-10-16T07:41:21.350Z] 50644c29ef5a: Preparing [2020-10-16T07:41:21.350Z] db6e822b2c90: Waiting [2020-10-16T07:41:21.350Z] b6e5c4081e68: Waiting [2020-10-16T07:41:21.350Z] b6178a396b3a: Waiting [2020-10-16T07:41:21.350Z] c35036a95bbf: Waiting [2020-10-16T07:41:21.350Z] 50644c29ef5a: Waiting [2020-10-16T07:41:21.350Z] aff840016809: Waiting [2020-10-16T07:41:21.350Z] a54e5cfea7fe: Layer already exists [2020-10-16T07:41:21.350Z] c221d2c5b082: Layer already exists [2020-10-16T07:41:21.350Z] 53ea27ed1f62: Layer already exists [2020-10-16T07:41:21.350Z] fd5951e166c2: Layer already exists [2020-10-16T07:41:21.350Z] 1eabb717b3d8: Layer already exists [2020-10-16T07:41:21.350Z] aff840016809: Layer already exists [2020-10-16T07:41:21.350Z] b6178a396b3a: Layer already exists [2020-10-16T07:41:21.350Z] b6e5c4081e68: Layer already exists [2020-10-16T07:41:21.350Z] db6e822b2c90: Layer already exists [2020-10-16T07:41:21.350Z] c35036a95bbf: Layer already exists [2020-10-16T07:41:21.350Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:21.350Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:cb38b9a37b6f78f1d17d3e7771788be6681b33bea23cd419334b8e8670ca44e6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:21.652Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:21.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-16T07:41:21.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T07:41:21.953Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:21.953Z] 53ea27ed1f62: Preparing [2020-10-16T07:41:21.953Z] 1eabb717b3d8: Preparing [2020-10-16T07:41:21.953Z] c221d2c5b082: Preparing [2020-10-16T07:41:21.953Z] c221d2c5b082: Preparing [2020-10-16T07:41:21.953Z] fd5951e166c2: Preparing [2020-10-16T07:41:21.953Z] b6178a396b3a: Preparing [2020-10-16T07:41:21.953Z] aff840016809: Preparing [2020-10-16T07:41:21.953Z] a54e5cfea7fe: Preparing [2020-10-16T07:41:21.953Z] db6e822b2c90: Preparing [2020-10-16T07:41:21.953Z] b6e5c4081e68: Preparing [2020-10-16T07:41:21.953Z] c35036a95bbf: Preparing [2020-10-16T07:41:21.953Z] 50644c29ef5a: Preparing [2020-10-16T07:41:21.953Z] aff840016809: Waiting [2020-10-16T07:41:21.953Z] c35036a95bbf: Waiting [2020-10-16T07:41:21.953Z] 50644c29ef5a: Waiting [2020-10-16T07:41:21.953Z] db6e822b2c90: Waiting [2020-10-16T07:41:21.953Z] b6e5c4081e68: Waiting [2020-10-16T07:41:21.953Z] b6178a396b3a: Waiting [2020-10-16T07:41:21.953Z] a54e5cfea7fe: Layer already exists [2020-10-16T07:41:21.953Z] fd5951e166c2: Layer already exists [2020-10-16T07:41:21.953Z] 1eabb717b3d8: Layer already exists [2020-10-16T07:41:21.953Z] c221d2c5b082: Layer already exists [2020-10-16T07:41:21.953Z] 53ea27ed1f62: Layer already exists [2020-10-16T07:41:21.953Z] b6178a396b3a: Layer already exists [2020-10-16T07:41:21.953Z] aff840016809: Layer already exists [2020-10-16T07:41:21.953Z] db6e822b2c90: Layer already exists [2020-10-16T07:41:21.953Z] b6e5c4081e68: Layer already exists [2020-10-16T07:41:21.953Z] c35036a95bbf: Layer already exists [2020-10-16T07:41:21.953Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:22.207Z] Removing intermediate container a3f245b93fc3 [2020-10-16T07:41:22.207Z] ---> a6446e4e4eb0 [2020-10-16T07:41:22.207Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:41:22.207Z] ---> Running in 6df8aab262c8 [2020-10-16T07:41:22.214Z] master: digest: sha256:cb38b9a37b6f78f1d17d3e7771788be6681b33bea23cd419334b8e8670ca44e6 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:22.421Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:22.466Z] taggedImages: [2020-10-16T07:41:22.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:22.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.76 [2020-10-16T07:41:22.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:22.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-16T07:41:22.484Z] Removing intermediate container 0c4046be085c [2020-10-16T07:41:22.485Z] ---> 30fbcdf77e46 [2020-10-16T07:41:22.485Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [Pipeline] echo [2020-10-16T07:41:22.533Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-16T07:41:22.533Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:22.533Z] 1.2.2-dev.76 [2020-10-16T07:41:22.533Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:22.533Z] master [2020-10-16T07:41:22.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:23.024Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:23.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:23.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T07:41:23.327Z] eeb00ae8255c: Preparing [2020-10-16T07:41:23.327Z] 8888621ac7c4: Preparing [2020-10-16T07:41:23.327Z] 74a10d0dbd74: Preparing [2020-10-16T07:41:23.327Z] 9b687f4c1833: Preparing [2020-10-16T07:41:23.327Z] 19af2512b548: Preparing [2020-10-16T07:41:23.327Z] f5fc5a2b6555: Preparing [2020-10-16T07:41:23.327Z] 79dcbad55763: Preparing [2020-10-16T07:41:23.327Z] 2de6713aa803: Preparing [2020-10-16T07:41:23.327Z] 718a7011437a: Preparing [2020-10-16T07:41:23.327Z] a6580e5c41c7: Preparing [2020-10-16T07:41:23.327Z] 1b3ee35aacca: Preparing [2020-10-16T07:41:23.327Z] f5fc5a2b6555: Waiting [2020-10-16T07:41:23.327Z] a6580e5c41c7: Waiting [2020-10-16T07:41:23.327Z] 79dcbad55763: Waiting [2020-10-16T07:41:23.327Z] 2de6713aa803: Waiting [2020-10-16T07:41:23.327Z] 718a7011437a: Waiting [2020-10-16T07:41:23.327Z] 1b3ee35aacca: Waiting [2020-10-16T07:41:23.327Z] eeb00ae8255c: Pushed [2020-10-16T07:41:23.469Z] Removing intermediate container 6df8aab262c8 [2020-10-16T07:41:23.469Z] ---> 63b5dd461920 [2020-10-16T07:41:23.469Z] Step 14/22 : WORKDIR / [2020-10-16T07:41:23.593Z] 8888621ac7c4: Pushed [2020-10-16T07:41:23.594Z] f5fc5a2b6555: Pushed [2020-10-16T07:41:23.858Z] 79dcbad55763: Pushed [2020-10-16T07:41:23.858Z] 2de6713aa803: Pushed [2020-10-16T07:41:23.858Z] 718a7011437a: Pushed [2020-10-16T07:41:24.072Z] ---> Running in 2c10735010a8 [2020-10-16T07:41:24.122Z] 1b3ee35aacca: Layer already exists [2020-10-16T07:41:24.122Z] 74a10d0dbd74: Pushed [2020-10-16T07:41:24.349Z] ---> 8cc61e7f9d1b [2020-10-16T07:41:24.349Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T07:41:24.384Z] a6580e5c41c7: Pushed [2020-10-16T07:41:24.384Z] 9b687f4c1833: Pushed [2020-10-16T07:41:24.384Z] 19af2512b548: Pushed [2020-10-16T07:41:24.645Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:4813e4f97afc9c5dddaf3c7cbe3e2f34e68efce25a2a0aec6f2f3760863f615a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:24.946Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:24.961Z] Removing intermediate container 2c10735010a8 [2020-10-16T07:41:24.961Z] ---> 0266b0089184 [2020-10-16T07:41:24.961Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T07:41:25.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.76 [2020-10-16T07:41:25.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T07:41:25.243Z] eeb00ae8255c: Preparing [2020-10-16T07:41:25.243Z] 8888621ac7c4: Preparing [2020-10-16T07:41:25.243Z] 74a10d0dbd74: Preparing [2020-10-16T07:41:25.243Z] 9b687f4c1833: Preparing [2020-10-16T07:41:25.243Z] 19af2512b548: Preparing [2020-10-16T07:41:25.243Z] f5fc5a2b6555: Preparing [2020-10-16T07:41:25.243Z] 79dcbad55763: Preparing [2020-10-16T07:41:25.243Z] 2de6713aa803: Preparing [2020-10-16T07:41:25.243Z] 718a7011437a: Preparing [2020-10-16T07:41:25.243Z] a6580e5c41c7: Preparing [2020-10-16T07:41:25.243Z] 1b3ee35aacca: Preparing [2020-10-16T07:41:25.243Z] f5fc5a2b6555: Waiting [2020-10-16T07:41:25.243Z] 79dcbad55763: Waiting [2020-10-16T07:41:25.243Z] 2de6713aa803: Waiting [2020-10-16T07:41:25.243Z] 718a7011437a: Waiting [2020-10-16T07:41:25.243Z] a6580e5c41c7: Waiting [2020-10-16T07:41:25.243Z] 1b3ee35aacca: Waiting [2020-10-16T07:41:25.243Z] 19af2512b548: Layer already exists [2020-10-16T07:41:25.243Z] 9b687f4c1833: Layer already exists [2020-10-16T07:41:25.243Z] eeb00ae8255c: Layer already exists [2020-10-16T07:41:25.243Z] 8888621ac7c4: Layer already exists [2020-10-16T07:41:25.243Z] 74a10d0dbd74: Layer already exists [2020-10-16T07:41:25.243Z] f5fc5a2b6555: Layer already exists [2020-10-16T07:41:25.243Z] 718a7011437a: Layer already exists [2020-10-16T07:41:25.243Z] 2de6713aa803: Layer already exists [2020-10-16T07:41:25.243Z] 79dcbad55763: Layer already exists [2020-10-16T07:41:25.243Z] a6580e5c41c7: Layer already exists [2020-10-16T07:41:25.243Z] 1b3ee35aacca: Layer already exists [2020-10-16T07:41:25.243Z] 1.2.2-dev.76: digest: sha256:4813e4f97afc9c5dddaf3c7cbe3e2f34e68efce25a2a0aec6f2f3760863f615a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:25.548Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:26.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:26.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T07:41:26.108Z] eeb00ae8255c: Preparing [2020-10-16T07:41:26.108Z] 8888621ac7c4: Preparing [2020-10-16T07:41:26.108Z] 74a10d0dbd74: Preparing [2020-10-16T07:41:26.108Z] 9b687f4c1833: Preparing [2020-10-16T07:41:26.108Z] 19af2512b548: Preparing [2020-10-16T07:41:26.108Z] f5fc5a2b6555: Preparing [2020-10-16T07:41:26.108Z] 79dcbad55763: Preparing [2020-10-16T07:41:26.108Z] 2de6713aa803: Preparing [2020-10-16T07:41:26.108Z] 718a7011437a: Preparing [2020-10-16T07:41:26.108Z] a6580e5c41c7: Preparing [2020-10-16T07:41:26.108Z] 1b3ee35aacca: Preparing [2020-10-16T07:41:26.108Z] 79dcbad55763: Waiting [2020-10-16T07:41:26.108Z] 2de6713aa803: Waiting [2020-10-16T07:41:26.108Z] 718a7011437a: Waiting [2020-10-16T07:41:26.108Z] a6580e5c41c7: Waiting [2020-10-16T07:41:26.108Z] 1b3ee35aacca: Waiting [2020-10-16T07:41:26.108Z] f5fc5a2b6555: Waiting [2020-10-16T07:41:26.108Z] eeb00ae8255c: Layer already exists [2020-10-16T07:41:26.108Z] 19af2512b548: Layer already exists [2020-10-16T07:41:26.108Z] 9b687f4c1833: Layer already exists [2020-10-16T07:41:26.108Z] 8888621ac7c4: Layer already exists [2020-10-16T07:41:26.108Z] 74a10d0dbd74: Layer already exists [2020-10-16T07:41:26.108Z] 2de6713aa803: Layer already exists [2020-10-16T07:41:26.108Z] f5fc5a2b6555: Layer already exists [2020-10-16T07:41:26.108Z] 79dcbad55763: Layer already exists [2020-10-16T07:41:26.108Z] 718a7011437a: Layer already exists [2020-10-16T07:41:26.108Z] a6580e5c41c7: Layer already exists [2020-10-16T07:41:26.108Z] 1b3ee35aacca: Layer already exists [2020-10-16T07:41:26.108Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:4813e4f97afc9c5dddaf3c7cbe3e2f34e68efce25a2a0aec6f2f3760863f615a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:26.407Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:26.434Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:41:26.434Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:41:26.434Z] ---> 2d19d892e489 [2020-10-16T07:41:26.435Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T07:41:26.435Z] ---> Using cache [2020-10-16T07:41:26.435Z] ---> dd75aa6296f1 [2020-10-16T07:41:26.435Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:41:26.435Z] ---> Using cache [2020-10-16T07:41:26.435Z] ---> 7ed1ee92a421 [2020-10-16T07:41:26.435Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T07:41:26.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-16T07:41:26.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T07:41:26.703Z] eeb00ae8255c: Preparing [2020-10-16T07:41:26.703Z] 8888621ac7c4: Preparing [2020-10-16T07:41:26.703Z] 74a10d0dbd74: Preparing [2020-10-16T07:41:26.703Z] 9b687f4c1833: Preparing [2020-10-16T07:41:26.703Z] 19af2512b548: Preparing [2020-10-16T07:41:26.703Z] f5fc5a2b6555: Preparing [2020-10-16T07:41:26.703Z] 79dcbad55763: Preparing [2020-10-16T07:41:26.703Z] 2de6713aa803: Preparing [2020-10-16T07:41:26.703Z] 718a7011437a: Preparing [2020-10-16T07:41:26.703Z] a6580e5c41c7: Preparing [2020-10-16T07:41:26.703Z] 1b3ee35aacca: Preparing [2020-10-16T07:41:26.703Z] f5fc5a2b6555: Waiting [2020-10-16T07:41:26.703Z] 79dcbad55763: Waiting [2020-10-16T07:41:26.703Z] 2de6713aa803: Waiting [2020-10-16T07:41:26.703Z] 718a7011437a: Waiting [2020-10-16T07:41:26.703Z] a6580e5c41c7: Waiting [2020-10-16T07:41:26.703Z] 1b3ee35aacca: Waiting [2020-10-16T07:41:26.703Z] 8888621ac7c4: Layer already exists [2020-10-16T07:41:26.703Z] eeb00ae8255c: Layer already exists [2020-10-16T07:41:26.703Z] 9b687f4c1833: Layer already exists [2020-10-16T07:41:26.703Z] 74a10d0dbd74: Layer already exists [2020-10-16T07:41:26.703Z] 19af2512b548: Layer already exists [2020-10-16T07:41:26.703Z] f5fc5a2b6555: Layer already exists [2020-10-16T07:41:26.703Z] 79dcbad55763: Layer already exists [2020-10-16T07:41:26.703Z] 2de6713aa803: Layer already exists [2020-10-16T07:41:26.703Z] a6580e5c41c7: Layer already exists [2020-10-16T07:41:26.703Z] 1b3ee35aacca: Layer already exists [2020-10-16T07:41:26.703Z] 718a7011437a: Layer already exists [2020-10-16T07:41:26.975Z] master: digest: sha256:4813e4f97afc9c5dddaf3c7cbe3e2f34e68efce25a2a0aec6f2f3760863f615a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-16T07:41:27.035Z] ---> 422897cca1c3 [2020-10-16T07:41:27.035Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T07:41:27.035Z] ---> 6090c98a3abf [2020-10-16T07:41:27.035Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T07:41:27.035Z] ---> Running in f9a6347530fa [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:27.191Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:27.240Z] taggedImages: [2020-10-16T07:41:27.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:27.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.76 [2020-10-16T07:41:27.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:27.240Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-16T07:41:27.309Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-16T07:41:27.309Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:27.309Z] 1.2.2-dev.76 [2020-10-16T07:41:27.309Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:27.309Z] master [2020-10-16T07:41:27.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:27.839Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:28.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:28.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T07:41:28.175Z] 642fea038e75: Preparing [2020-10-16T07:41:28.175Z] fde9c784ccb5: Preparing [2020-10-16T07:41:28.175Z] 54b2039b92b3: Preparing [2020-10-16T07:41:28.175Z] 215736e8c022: Preparing [2020-10-16T07:41:28.175Z] 642fea038e75: Pushed [2020-10-16T07:41:28.175Z] 54b2039b92b3: Pushed [2020-10-16T07:41:28.437Z] 215736e8c022: Pushed [2020-10-16T07:41:29.382Z] fde9c784ccb5: Pushed [2020-10-16T07:41:29.382Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:6aa80ef87248168c7c25311f62c393c48b027d0d8351267b75810949dc6acbbb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:29.687Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:29.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.76 [2020-10-16T07:41:29.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T07:41:29.982Z] 642fea038e75: Preparing [2020-10-16T07:41:29.982Z] fde9c784ccb5: Preparing [2020-10-16T07:41:29.982Z] 54b2039b92b3: Preparing [2020-10-16T07:41:29.982Z] 215736e8c022: Preparing [2020-10-16T07:41:29.982Z] 642fea038e75: Layer already exists [2020-10-16T07:41:29.982Z] 215736e8c022: Layer already exists [2020-10-16T07:41:29.982Z] fde9c784ccb5: Layer already exists [2020-10-16T07:41:29.982Z] 54b2039b92b3: Layer already exists [2020-10-16T07:41:29.982Z] 1.2.2-dev.76: digest: sha256:6aa80ef87248168c7c25311f62c393c48b027d0d8351267b75810949dc6acbbb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:30.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:41:30.069Z] ---> d127bea2c85a [2020-10-16T07:41:30.069Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T07:41:30.069Z] ---> a00459516229 [2020-10-16T07:41:30.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T07:41:30.289Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:30.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:30.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T07:41:30.587Z] 642fea038e75: Preparing [2020-10-16T07:41:30.587Z] fde9c784ccb5: Preparing [2020-10-16T07:41:30.587Z] 54b2039b92b3: Preparing [2020-10-16T07:41:30.587Z] 215736e8c022: Preparing [2020-10-16T07:41:30.587Z] fde9c784ccb5: Layer already exists [2020-10-16T07:41:30.587Z] 215736e8c022: Layer already exists [2020-10-16T07:41:30.587Z] 54b2039b92b3: Layer already exists [2020-10-16T07:41:30.587Z] 642fea038e75: Layer already exists [2020-10-16T07:41:30.587Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:6aa80ef87248168c7c25311f62c393c48b027d0d8351267b75810949dc6acbbb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:30.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:41:30.894Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:31.039Z] ---> 4939d7b2d907 [2020-10-16T07:41:31.039Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T07:41:31.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-16T07:41:31.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T07:41:31.197Z] 642fea038e75: Preparing [2020-10-16T07:41:31.197Z] fde9c784ccb5: Preparing [2020-10-16T07:41:31.197Z] 54b2039b92b3: Preparing [2020-10-16T07:41:31.197Z] 215736e8c022: Preparing [2020-10-16T07:41:31.197Z] 215736e8c022: Layer already exists [2020-10-16T07:41:31.197Z] fde9c784ccb5: Layer already exists [2020-10-16T07:41:31.197Z] 54b2039b92b3: Layer already exists [2020-10-16T07:41:31.197Z] 642fea038e75: Layer already exists [2020-10-16T07:41:31.197Z] master: digest: sha256:6aa80ef87248168c7c25311f62c393c48b027d0d8351267b75810949dc6acbbb size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:31.412Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:31.457Z] taggedImages: [2020-10-16T07:41:31.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:31.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.76 [2020-10-16T07:41:31.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:31.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-16T07:41:31.522Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-16T07:41:31.522Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:31.522Z] 1.2.2-dev.76 [2020-10-16T07:41:31.522Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:31.522Z] master [2020-10-16T07:41:31.522Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-16T07:41:31.669Z] ---> 75687d681e55 [2020-10-16T07:41:31.669Z] Step 18/22 : ENTRYPOINT ["/core-command"] [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:31.948Z] ---> Running in b823b8118f3b [2020-10-16T07:41:31.948Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:41:31.948Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:41:31.948Z] OK: 12623 distinct packages available [2020-10-16T07:41:32.072Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:32.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:32.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T07:41:32.376Z] fdb1e0cdff46: Preparing [2020-10-16T07:41:32.376Z] 2a076759a7ad: Preparing [2020-10-16T07:41:32.376Z] 3daca340ba12: Preparing [2020-10-16T07:41:32.376Z] 677f14e1bf90: Preparing [2020-10-16T07:41:32.376Z] c5fdbf4422dd: Preparing [2020-10-16T07:41:32.376Z] 8083a731bcf7: Preparing [2020-10-16T07:41:32.376Z] 8083a731bcf7: Waiting [2020-10-16T07:41:32.639Z] fdb1e0cdff46: Pushed [2020-10-16T07:41:32.639Z] 3daca340ba12: Pushed [2020-10-16T07:41:32.639Z] 677f14e1bf90: Pushed [2020-10-16T07:41:32.639Z] c5fdbf4422dd: Pushed [2020-10-16T07:41:32.900Z] 8083a731bcf7: Pushed [2020-10-16T07:41:32.964Z] OK: 217 MiB in 51 packages [2020-10-16T07:41:32.964Z] Removing intermediate container b823b8118f3b [2020-10-16T07:41:32.964Z] ---> 895be2111d3e [2020-10-16T07:41:32.964Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:41:33.845Z] 2a076759a7ad: Pushed [2020-10-16T07:41:33.845Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:4f9fd95850735e1d8ed658ab19bb475072e453a445b7248cb6fcadae04e7ccdd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:33.942Z] ---> 9243e1556b8e [2020-10-16T07:41:33.942Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T07:41:33.942Z] ---> Running in 10e91413dcb3 [2020-10-16T07:41:34.154Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:34.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.76 [2020-10-16T07:41:34.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T07:41:34.455Z] fdb1e0cdff46: Preparing [2020-10-16T07:41:34.455Z] 2a076759a7ad: Preparing [2020-10-16T07:41:34.455Z] 3daca340ba12: Preparing [2020-10-16T07:41:34.455Z] 677f14e1bf90: Preparing [2020-10-16T07:41:34.455Z] c5fdbf4422dd: Preparing [2020-10-16T07:41:34.455Z] 8083a731bcf7: Preparing [2020-10-16T07:41:34.455Z] 8083a731bcf7: Waiting [2020-10-16T07:41:34.455Z] 677f14e1bf90: Layer already exists [2020-10-16T07:41:34.455Z] 3daca340ba12: Layer already exists [2020-10-16T07:41:34.455Z] c5fdbf4422dd: Layer already exists [2020-10-16T07:41:34.455Z] fdb1e0cdff46: Layer already exists [2020-10-16T07:41:34.455Z] 2a076759a7ad: Layer already exists [2020-10-16T07:41:34.455Z] 8083a731bcf7: Layer already exists [2020-10-16T07:41:34.455Z] 1.2.2-dev.76: digest: sha256:4f9fd95850735e1d8ed658ab19bb475072e453a445b7248cb6fcadae04e7ccdd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:34.758Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:34.923Z] Removing intermediate container 10e91413dcb3 [2020-10-16T07:41:34.923Z] ---> 2f95bb266601 [2020-10-16T07:41:34.923Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T07:41:35.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:35.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T07:41:35.053Z] fdb1e0cdff46: Preparing [2020-10-16T07:41:35.053Z] 2a076759a7ad: Preparing [2020-10-16T07:41:35.053Z] 3daca340ba12: Preparing [2020-10-16T07:41:35.053Z] 677f14e1bf90: Preparing [2020-10-16T07:41:35.053Z] c5fdbf4422dd: Preparing [2020-10-16T07:41:35.053Z] 8083a731bcf7: Preparing [2020-10-16T07:41:35.053Z] 8083a731bcf7: Waiting [2020-10-16T07:41:35.053Z] fdb1e0cdff46: Layer already exists [2020-10-16T07:41:35.053Z] 677f14e1bf90: Layer already exists [2020-10-16T07:41:35.053Z] 3daca340ba12: Layer already exists [2020-10-16T07:41:35.053Z] 2a076759a7ad: Layer already exists [2020-10-16T07:41:35.053Z] c5fdbf4422dd: Layer already exists [2020-10-16T07:41:35.053Z] 8083a731bcf7: Layer already exists [2020-10-16T07:41:35.053Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:4f9fd95850735e1d8ed658ab19bb475072e453a445b7248cb6fcadae04e7ccdd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:35.203Z] ---> Running in 8c7dfa2b27d3 [2020-10-16T07:41:35.203Z] Removing intermediate container f9a6347530fa [2020-10-16T07:41:35.203Z] ---> dc563a067609 [2020-10-16T07:41:35.203Z] Step 6/21 : COPY go.mod . [2020-10-16T07:41:35.361Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:35.485Z] ---> 6e6ab8f79efd [2020-10-16T07:41:35.486Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T07:41:35.486Z] Removing intermediate container 05f4ce24322f [2020-10-16T07:41:35.486Z] ---> 9458e1473058 [2020-10-16T07:41:35.486Z] [2020-10-16T07:41:35.486Z] Step 10/22 : FROM scratch [2020-10-16T07:41:35.486Z] ---> [2020-10-16T07:41:35.486Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:41:35.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-16T07:41:35.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T07:41:35.661Z] fdb1e0cdff46: Preparing [2020-10-16T07:41:35.661Z] 2a076759a7ad: Preparing [2020-10-16T07:41:35.661Z] 3daca340ba12: Preparing [2020-10-16T07:41:35.661Z] 677f14e1bf90: Preparing [2020-10-16T07:41:35.661Z] c5fdbf4422dd: Preparing [2020-10-16T07:41:35.661Z] 8083a731bcf7: Preparing [2020-10-16T07:41:35.661Z] fdb1e0cdff46: Layer already exists [2020-10-16T07:41:35.661Z] 2a076759a7ad: Layer already exists [2020-10-16T07:41:35.661Z] 677f14e1bf90: Layer already exists [2020-10-16T07:41:35.661Z] c5fdbf4422dd: Layer already exists [2020-10-16T07:41:35.661Z] 3daca340ba12: Layer already exists [2020-10-16T07:41:35.661Z] 8083a731bcf7: Layer already exists [2020-10-16T07:41:35.661Z] master: digest: sha256:4f9fd95850735e1d8ed658ab19bb475072e453a445b7248cb6fcadae04e7ccdd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-16T07:41:35.777Z] ---> Using cache [2020-10-16T07:41:35.777Z] ---> d468dbd9cb25 [2020-10-16T07:41:35.777Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T07:41:35.777Z] ---> Running in 1ea224a37f9d [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:35.884Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:35.931Z] taggedImages: [2020-10-16T07:41:35.931Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:35.931Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.76 [2020-10-16T07:41:35.931Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:35.931Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-16T07:41:35.994Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-16T07:41:35.994Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:35.994Z] 1.2.2-dev.76 [2020-10-16T07:41:35.994Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:35.994Z] master [2020-10-16T07:41:35.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-16T07:41:36.050Z] ---> Running in 779537b6d908 [2020-10-16T07:41:36.050Z] Removing intermediate container 8c7dfa2b27d3 [2020-10-16T07:41:36.050Z] ---> d7cc5163a84b [2020-10-16T07:41:36.050Z] Step 21/22 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:36.329Z] ---> Running in cdfb258fa969 [2020-10-16T07:41:36.329Z] ---> 43a264e33e48 [2020-10-16T07:41:36.329Z] Step 7/21 : RUN go mod download [2020-10-16T07:41:36.460Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:36.614Z] ---> Running in 82b445647c95 [2020-10-16T07:41:36.614Z] Removing intermediate container 1ea224a37f9d [2020-10-16T07:41:36.614Z] ---> 7f31b21ace53 [2020-10-16T07:41:36.614Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:41:36.614Z] Removing intermediate container 779537b6d908 [2020-10-16T07:41:36.614Z] ---> b312676cde79 [2020-10-16T07:41:36.614Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:41:36.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:36.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T07:41:36.760Z] 685cbcdbd5b8: Preparing [2020-10-16T07:41:36.760Z] 4191b4d907e6: Preparing [2020-10-16T07:41:36.760Z] f6e2c48bd66a: Preparing [2020-10-16T07:41:36.900Z] Removing intermediate container cdfb258fa969 [2020-10-16T07:41:36.900Z] ---> d5fcc9abc718 [2020-10-16T07:41:36.900Z] Step 22/22 : LABEL version=1.2.2-dev.76 [2020-10-16T07:41:36.900Z] ---> Running in 47c4e691ea4f [2020-10-16T07:41:36.900Z] ---> Running in 612fe99f3ae3 [2020-10-16T07:41:37.022Z] f6e2c48bd66a: Pushed [2020-10-16T07:41:37.022Z] 685cbcdbd5b8: Pushed [2020-10-16T07:41:37.180Z] ---> Running in 66e21917b3f0 [2020-10-16T07:41:37.784Z] Removing intermediate container 47c4e691ea4f [2020-10-16T07:41:37.784Z] ---> 3e5b23753130 [2020-10-16T07:41:37.784Z] Step 14/22 : WORKDIR / [2020-10-16T07:41:37.966Z] 4191b4d907e6: Pushed [2020-10-16T07:41:38.054Z] Removing intermediate container 612fe99f3ae3 [2020-10-16T07:41:38.054Z] ---> 7520571f3ea6 [2020-10-16T07:41:38.054Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T07:41:38.054Z] Removing intermediate container 66e21917b3f0 [2020-10-16T07:41:38.054Z] ---> 989871fedff3 [2020-10-16T07:41:38.054Z] [2020-10-16T07:41:38.054Z] ---> Running in a91877ec8257 [2020-10-16T07:41:38.228Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:5d258a4baec3172fdf98668e474219159af77aa86d4376c748f15c6a88f7441c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:38.330Z] ---> Running in ba0ba19c2986 [2020-10-16T07:41:38.536Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:38.606Z] Successfully built 989871fedff3 [2020-10-16T07:41:38.607Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-16T07:41:38.607Z] Building docker-security-proxy-setup-go [2020-10-16T07:41:38.607Z]  Building docker-core-command-go ... done Removing intermediate container a91877ec8257 [2020-10-16T07:41:38.607Z] ---> 0c6f00428df3 [2020-10-16T07:41:38.607Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T07:41:38.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.76 [2020-10-16T07:41:38.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T07:41:38.842Z] 685cbcdbd5b8: Preparing [2020-10-16T07:41:38.842Z] 4191b4d907e6: Preparing [2020-10-16T07:41:38.842Z] f6e2c48bd66a: Preparing [2020-10-16T07:41:38.842Z] 685cbcdbd5b8: Layer already exists [2020-10-16T07:41:38.842Z] 4191b4d907e6: Layer already exists [2020-10-16T07:41:38.842Z] f6e2c48bd66a: Layer already exists [2020-10-16T07:41:38.842Z] 1.2.2-dev.76: digest: sha256:5d258a4baec3172fdf98668e474219159af77aa86d4376c748f15c6a88f7441c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:38.924Z] Removing intermediate container ba0ba19c2986 [2020-10-16T07:41:38.924Z] ---> 47c0f5ff2b30 [2020-10-16T07:41:38.924Z] Step 23/24 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:39.182Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:39.201Z] ---> Running in 63e87a5380ec [2020-10-16T07:41:39.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:39.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T07:41:39.479Z] 685cbcdbd5b8: Preparing [2020-10-16T07:41:39.479Z] 4191b4d907e6: Preparing [2020-10-16T07:41:39.479Z] f6e2c48bd66a: Preparing [2020-10-16T07:41:39.479Z] 685cbcdbd5b8: Layer already exists [2020-10-16T07:41:39.479Z] 4191b4d907e6: Layer already exists [2020-10-16T07:41:39.479Z] f6e2c48bd66a: Layer already exists [2020-10-16T07:41:39.479Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:5d258a4baec3172fdf98668e474219159af77aa86d4376c748f15c6a88f7441c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:39.783Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:40.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-16T07:41:40.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T07:41:40.081Z] 685cbcdbd5b8: Preparing [2020-10-16T07:41:40.081Z] 4191b4d907e6: Preparing [2020-10-16T07:41:40.081Z] f6e2c48bd66a: Preparing [2020-10-16T07:41:40.081Z] 685cbcdbd5b8: Layer already exists [2020-10-16T07:41:40.081Z] f6e2c48bd66a: Layer already exists [2020-10-16T07:41:40.081Z] 4191b4d907e6: Layer already exists [2020-10-16T07:41:40.081Z] master: digest: sha256:5d258a4baec3172fdf98668e474219159af77aa86d4376c748f15c6a88f7441c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-16T07:41:40.195Z] ---> 392458dbe5c7 [2020-10-16T07:41:40.195Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T07:41:40.195Z] Removing intermediate container 63e87a5380ec [2020-10-16T07:41:40.195Z] ---> ba905ca43d0d [2020-10-16T07:41:40.195Z] Step 24/24 : LABEL version=1.2.2-dev.76 [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:40.407Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:40.527Z] taggedImages: [2020-10-16T07:41:40.527Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:40.527Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.76 [2020-10-16T07:41:40.527Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:40.527Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-16T07:41:40.592Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-16T07:41:40.592Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:40.592Z] 1.2.2-dev.76 [2020-10-16T07:41:40.592Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:40.592Z] master [2020-10-16T07:41:40.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:40.810Z] ---> Running in 66b37ed67dbc [2020-10-16T07:41:41.061Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:41.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:41.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T07:41:41.362Z] d70e857bb571: Preparing [2020-10-16T07:41:41.362Z] d22fd70861f7: Preparing [2020-10-16T07:41:41.362Z] 47aaabd084e6: Preparing [2020-10-16T07:41:41.362Z] d9aa5b3b4da0: Preparing [2020-10-16T07:41:41.362Z] 6fb47acf6b2b: Preparing [2020-10-16T07:41:41.362Z] 9734c8ce5f1a: Preparing [2020-10-16T07:41:41.362Z] 4447bb7deff9: Preparing [2020-10-16T07:41:41.362Z] 527eef706b20: Preparing [2020-10-16T07:41:41.362Z] 224742e9e948: Preparing [2020-10-16T07:41:41.362Z] 5391e5290f13: Preparing [2020-10-16T07:41:41.362Z] 13baed61c795: Preparing [2020-10-16T07:41:41.362Z] 51d6d3d09136: Preparing [2020-10-16T07:41:41.362Z] 1507bc794612: Preparing [2020-10-16T07:41:41.362Z] 50644c29ef5a: Preparing [2020-10-16T07:41:41.362Z] 4447bb7deff9: Waiting [2020-10-16T07:41:41.362Z] 527eef706b20: Waiting [2020-10-16T07:41:41.362Z] 224742e9e948: Waiting [2020-10-16T07:41:41.362Z] 5391e5290f13: Waiting [2020-10-16T07:41:41.362Z] 13baed61c795: Waiting [2020-10-16T07:41:41.362Z] 51d6d3d09136: Waiting [2020-10-16T07:41:41.362Z] 1507bc794612: Waiting [2020-10-16T07:41:41.362Z] 50644c29ef5a: Waiting [2020-10-16T07:41:41.362Z] 9734c8ce5f1a: Waiting [2020-10-16T07:41:41.632Z] 6fb47acf6b2b: Pushed [2020-10-16T07:41:41.632Z] d70e857bb571: Pushed [2020-10-16T07:41:41.894Z] d9aa5b3b4da0: Pushed [2020-10-16T07:41:41.894Z] 4447bb7deff9: Pushed [2020-10-16T07:41:41.894Z] 527eef706b20: Layer already exists [2020-10-16T07:41:41.894Z] 224742e9e948: Layer already exists [2020-10-16T07:41:41.894Z] 5391e5290f13: Layer already exists [2020-10-16T07:41:41.894Z] 13baed61c795: Layer already exists [2020-10-16T07:41:41.894Z] 51d6d3d09136: Layer already exists [2020-10-16T07:41:41.894Z] 1507bc794612: Layer already exists [2020-10-16T07:41:41.894Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:42.157Z] d22fd70861f7: Pushed [2020-10-16T07:41:42.241Z] Removing intermediate container 66b37ed67dbc [2020-10-16T07:41:42.241Z] ---> 50909f3bd31f [2020-10-16T07:41:42.241Z] [2020-10-16T07:41:42.241Z] Removing intermediate container 82b445647c95 [2020-10-16T07:41:42.241Z] ---> 41cfa2d94301 [2020-10-16T07:41:42.241Z] Step 8/21 : COPY . . [2020-10-16T07:41:42.241Z] ---> ffecf764b513 [2020-10-16T07:41:42.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T07:41:42.730Z] 9734c8ce5f1a: Pushed [2020-10-16T07:41:42.846Z] Successfully built 50909f3bd31f [2020-10-16T07:41:42.846Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-16T07:41:42.846Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-16T07:41:44.298Z] ---> dc7fca7f36fe [2020-10-16T07:41:44.298Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T07:41:45.289Z] ---> Running in 877568d0d41a [2020-10-16T07:41:46.035Z] 47aaabd084e6: Pushed [2020-10-16T07:41:46.296Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:33456f0d8c877bde448a3f40f456645c767dc13ab6067013153f51940e187e3b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:46.600Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:46.745Z] Removing intermediate container b09da6e4d979 [2020-10-16T07:41:46.745Z] ---> 967f4abc63ee [2020-10-16T07:41:46.745Z] [2020-10-16T07:41:46.745Z] Step 10/23 : FROM alpine [2020-10-16T07:41:46.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.76 [2020-10-16T07:41:46.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T07:41:46.895Z] d70e857bb571: Preparing [2020-10-16T07:41:46.895Z] d22fd70861f7: Preparing [2020-10-16T07:41:46.895Z] 47aaabd084e6: Preparing [2020-10-16T07:41:46.895Z] d9aa5b3b4da0: Preparing [2020-10-16T07:41:46.895Z] 6fb47acf6b2b: Preparing [2020-10-16T07:41:46.895Z] 9734c8ce5f1a: Preparing [2020-10-16T07:41:46.895Z] 4447bb7deff9: Preparing [2020-10-16T07:41:46.895Z] 527eef706b20: Preparing [2020-10-16T07:41:46.895Z] 224742e9e948: Preparing [2020-10-16T07:41:46.895Z] 5391e5290f13: Preparing [2020-10-16T07:41:46.895Z] 13baed61c795: Preparing [2020-10-16T07:41:46.895Z] 51d6d3d09136: Preparing [2020-10-16T07:41:46.895Z] 1507bc794612: Preparing [2020-10-16T07:41:46.895Z] 50644c29ef5a: Preparing [2020-10-16T07:41:46.895Z] 9734c8ce5f1a: Waiting [2020-10-16T07:41:46.895Z] 4447bb7deff9: Waiting [2020-10-16T07:41:46.895Z] 527eef706b20: Waiting [2020-10-16T07:41:46.895Z] 224742e9e948: Waiting [2020-10-16T07:41:46.895Z] 5391e5290f13: Waiting [2020-10-16T07:41:46.895Z] 13baed61c795: Waiting [2020-10-16T07:41:46.895Z] 51d6d3d09136: Waiting [2020-10-16T07:41:46.895Z] 1507bc794612: Waiting [2020-10-16T07:41:46.895Z] 50644c29ef5a: Waiting [2020-10-16T07:41:46.895Z] d22fd70861f7: Layer already exists [2020-10-16T07:41:46.895Z] 6fb47acf6b2b: Layer already exists [2020-10-16T07:41:46.895Z] d9aa5b3b4da0: Layer already exists [2020-10-16T07:41:46.895Z] d70e857bb571: Layer already exists [2020-10-16T07:41:46.895Z] 47aaabd084e6: Layer already exists [2020-10-16T07:41:46.895Z] 4447bb7deff9: Layer already exists [2020-10-16T07:41:46.895Z] 9734c8ce5f1a: Layer already exists [2020-10-16T07:41:46.895Z] 527eef706b20: Layer already exists [2020-10-16T07:41:46.895Z] 224742e9e948: Layer already exists [2020-10-16T07:41:46.895Z] 13baed61c795: Layer already exists [2020-10-16T07:41:46.895Z] 5391e5290f13: Layer already exists [2020-10-16T07:41:46.895Z] 51d6d3d09136: Layer already exists [2020-10-16T07:41:46.895Z] 1507bc794612: Layer already exists [2020-10-16T07:41:46.895Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:46.895Z] 1.2.2-dev.76: digest: sha256:33456f0d8c877bde448a3f40f456645c767dc13ab6067013153f51940e187e3b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:47.019Z] Removing intermediate container 877568d0d41a [2020-10-16T07:41:47.019Z] ---> ee4210601ae2 [2020-10-16T07:41:47.019Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:41:47.019Z] latest: Pulling from library/alpine [2020-10-16T07:41:47.201Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:47.292Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T07:41:47.292Z] Status: Downloaded newer image for alpine:latest [2020-10-16T07:41:47.292Z] ---> 62ee0e9f8440 [2020-10-16T07:41:47.292Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:41:47.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:47.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T07:41:47.498Z] d70e857bb571: Preparing [2020-10-16T07:41:47.498Z] d22fd70861f7: Preparing [2020-10-16T07:41:47.498Z] 47aaabd084e6: Preparing [2020-10-16T07:41:47.498Z] d9aa5b3b4da0: Preparing [2020-10-16T07:41:47.498Z] 6fb47acf6b2b: Preparing [2020-10-16T07:41:47.498Z] 9734c8ce5f1a: Preparing [2020-10-16T07:41:47.498Z] 4447bb7deff9: Preparing [2020-10-16T07:41:47.498Z] 527eef706b20: Preparing [2020-10-16T07:41:47.498Z] 224742e9e948: Preparing [2020-10-16T07:41:47.499Z] 5391e5290f13: Preparing [2020-10-16T07:41:47.499Z] 13baed61c795: Preparing [2020-10-16T07:41:47.499Z] 51d6d3d09136: Preparing [2020-10-16T07:41:47.499Z] 1507bc794612: Preparing [2020-10-16T07:41:47.499Z] 50644c29ef5a: Preparing [2020-10-16T07:41:47.499Z] 9734c8ce5f1a: Waiting [2020-10-16T07:41:47.499Z] 4447bb7deff9: Waiting [2020-10-16T07:41:47.499Z] 527eef706b20: Waiting [2020-10-16T07:41:47.499Z] 5391e5290f13: Waiting [2020-10-16T07:41:47.499Z] 224742e9e948: Waiting [2020-10-16T07:41:47.499Z] 13baed61c795: Waiting [2020-10-16T07:41:47.499Z] 1507bc794612: Waiting [2020-10-16T07:41:47.499Z] 50644c29ef5a: Waiting [2020-10-16T07:41:47.499Z] 51d6d3d09136: Waiting [2020-10-16T07:41:47.499Z] 6fb47acf6b2b: Layer already exists [2020-10-16T07:41:47.499Z] 47aaabd084e6: Layer already exists [2020-10-16T07:41:47.499Z] d22fd70861f7: Layer already exists [2020-10-16T07:41:47.499Z] d9aa5b3b4da0: Layer already exists [2020-10-16T07:41:47.499Z] d70e857bb571: Layer already exists [2020-10-16T07:41:47.499Z] 9734c8ce5f1a: Layer already exists [2020-10-16T07:41:47.499Z] 527eef706b20: Layer already exists [2020-10-16T07:41:47.499Z] 4447bb7deff9: Layer already exists [2020-10-16T07:41:47.499Z] 5391e5290f13: Layer already exists [2020-10-16T07:41:47.499Z] 224742e9e948: Layer already exists [2020-10-16T07:41:47.499Z] 13baed61c795: Layer already exists [2020-10-16T07:41:47.499Z] 51d6d3d09136: Layer already exists [2020-10-16T07:41:47.499Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:47.499Z] 1507bc794612: Layer already exists [2020-10-16T07:41:47.499Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:33456f0d8c877bde448a3f40f456645c767dc13ab6067013153f51940e187e3b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:47.591Z] ---> Running in 54f2253deb29 [2020-10-16T07:41:47.799Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:41:48.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-16T07:41:48.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T07:41:48.094Z] d70e857bb571: Preparing [2020-10-16T07:41:48.094Z] d22fd70861f7: Preparing [2020-10-16T07:41:48.094Z] 47aaabd084e6: Preparing [2020-10-16T07:41:48.094Z] d9aa5b3b4da0: Preparing [2020-10-16T07:41:48.094Z] 6fb47acf6b2b: Preparing [2020-10-16T07:41:48.094Z] 9734c8ce5f1a: Preparing [2020-10-16T07:41:48.094Z] 4447bb7deff9: Preparing [2020-10-16T07:41:48.094Z] 527eef706b20: Preparing [2020-10-16T07:41:48.094Z] 224742e9e948: Preparing [2020-10-16T07:41:48.094Z] 5391e5290f13: Preparing [2020-10-16T07:41:48.094Z] 13baed61c795: Preparing [2020-10-16T07:41:48.094Z] 51d6d3d09136: Preparing [2020-10-16T07:41:48.094Z] 1507bc794612: Preparing [2020-10-16T07:41:48.094Z] 50644c29ef5a: Preparing [2020-10-16T07:41:48.094Z] 4447bb7deff9: Waiting [2020-10-16T07:41:48.094Z] 527eef706b20: Waiting [2020-10-16T07:41:48.094Z] 224742e9e948: Waiting [2020-10-16T07:41:48.094Z] 5391e5290f13: Waiting [2020-10-16T07:41:48.094Z] 13baed61c795: Waiting [2020-10-16T07:41:48.094Z] 51d6d3d09136: Waiting [2020-10-16T07:41:48.094Z] 1507bc794612: Waiting [2020-10-16T07:41:48.094Z] 50644c29ef5a: Waiting [2020-10-16T07:41:48.094Z] 9734c8ce5f1a: Waiting [2020-10-16T07:41:48.094Z] d70e857bb571: Layer already exists [2020-10-16T07:41:48.094Z] 6fb47acf6b2b: Layer already exists [2020-10-16T07:41:48.094Z] d22fd70861f7: Layer already exists [2020-10-16T07:41:48.094Z] 47aaabd084e6: Layer already exists [2020-10-16T07:41:48.094Z] d9aa5b3b4da0: Layer already exists [2020-10-16T07:41:48.094Z] 224742e9e948: Layer already exists [2020-10-16T07:41:48.094Z] 4447bb7deff9: Layer already exists [2020-10-16T07:41:48.094Z] 9734c8ce5f1a: Layer already exists [2020-10-16T07:41:48.094Z] 527eef706b20: Layer already exists [2020-10-16T07:41:48.094Z] 5391e5290f13: Layer already exists [2020-10-16T07:41:48.094Z] 51d6d3d09136: Layer already exists [2020-10-16T07:41:48.094Z] 13baed61c795: Layer already exists [2020-10-16T07:41:48.094Z] 50644c29ef5a: Layer already exists [2020-10-16T07:41:48.094Z] 1507bc794612: Layer already exists [2020-10-16T07:41:48.094Z] master: digest: sha256:33456f0d8c877bde448a3f40f456645c767dc13ab6067013153f51940e187e3b size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-16T07:41:48.190Z] ---> Running in 1f0ddd275eb4 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:41:48.279Z] ===================================================== [Pipeline] echo [2020-10-16T07:41:48.327Z] taggedImages: [2020-10-16T07:41:48.327Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:48.327Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.76 [2020-10-16T07:41:48.327Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:41:48.327Z] - 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] } [2020-10-16T07:41:48.801Z] Removing intermediate container 54f2253deb29 [2020-10-16T07:41:48.801Z] ---> d2be272124fb [2020-10-16T07:41:48.801Z] Step 20/22 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-16T07:41:49.073Z] Removing intermediate container 1f0ddd275eb4 [2020-10-16T07:41:49.073Z] ---> 784cf3353810 [2020-10-16T07:41:49.073Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T07:41:49.344Z] ---> Running in 350520ca9082 [2020-10-16T07:41:49.618Z] ---> Running in 79336c43c344 [2020-10-16T07:41:50.213Z] Removing intermediate container 350520ca9082 [2020-10-16T07:41:50.213Z] ---> 3ac0dd8f16cd [2020-10-16T07:41:50.213Z] Step 21/22 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:41:50.483Z] Removing intermediate container 79336c43c344 [2020-10-16T07:41:50.484Z] ---> cf45f8929a04 [2020-10-16T07:41:50.484Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T07:41:50.758Z] ---> Running in 45d4d5556c28 [2020-10-16T07:41:51.036Z] ---> Running in 8cfa046a7741 [2020-10-16T07:41:51.645Z] Removing intermediate container 45d4d5556c28 [2020-10-16T07:41:51.645Z] ---> ddb6c11284a0 [2020-10-16T07:41:51.645Z] Step 22/22 : LABEL version=1.2.2-dev.76 [2020-10-16T07:41:51.924Z] Removing intermediate container 8cfa046a7741 [2020-10-16T07:41:51.924Z] ---> 345528152c22 [2020-10-16T07:41:51.924Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:41:52.522Z] ---> Running in d0824a7d2bb6 [2020-10-16T07:41:52.800Z] ---> Running in 686983ed4057 [2020-10-16T07:41:53.074Z] ---> bfd4f9cc9b23 [2020-10-16T07:41:53.074Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T07:41:53.672Z] Removing intermediate container d0824a7d2bb6 [2020-10-16T07:41:53.672Z] ---> 6137d73c1fde [2020-10-16T07:41:53.672Z] [2020-10-16T07:41:53.949Z] Successfully built 6137d73c1fde [2020-10-16T07:41:53.949Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-16T07:41:53.949Z]  Building docker-core-metadata-go ... done  ---> Running in ed3cdbb94c1e [2020-10-16T07:41:53.949Z] Building docker-security-secrets-setup-go [2020-10-16T07:41:54.229Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:41:54.229Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:41:54.229Z] ---> 2d19d892e489 [2020-10-16T07:41:54.229Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T07:41:54.229Z] ---> Using cache [2020-10-16T07:41:54.229Z] ---> dd75aa6296f1 [2020-10-16T07:41:54.229Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:41:54.229Z] ---> Using cache [2020-10-16T07:41:54.229Z] ---> 7ed1ee92a421 [2020-10-16T07:41:54.229Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T07:41:54.229Z] ---> Using cache [2020-10-16T07:41:54.229Z] ---> dc563a067609 [2020-10-16T07:41:54.229Z] Step 6/20 : COPY go.mod . [2020-10-16T07:41:54.229Z] ---> Using cache [2020-10-16T07:41:54.229Z] ---> 43a264e33e48 [2020-10-16T07:41:54.229Z] Step 7/20 : RUN go mod download [2020-10-16T07:41:54.229Z] ---> Using cache [2020-10-16T07:41:54.229Z] ---> 41cfa2d94301 [2020-10-16T07:41:54.229Z] Step 8/20 : COPY . . [2020-10-16T07:41:54.507Z] ---> Using cache [2020-10-16T07:41:54.507Z] ---> bfd4f9cc9b23 [2020-10-16T07:41:54.507Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T07:41:55.496Z] ---> Running in 3ee10c52bef9 [2020-10-16T07:41:56.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-16T07:41:58.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-16T07:41:59.079Z] Removing intermediate container 686983ed4057 [2020-10-16T07:41:59.079Z] ---> da1dd957e629 [2020-10-16T07:41:59.079Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T07:41:59.703Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:41:59.703Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:41:59.703Z] ---> 2d19d892e489 [2020-10-16T07:41:59.703Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T07:41:59.703Z] ---> Using cache [2020-10-16T07:41:59.703Z] ---> dd75aa6296f1 [2020-10-16T07:41:59.703Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:41:59.703Z] ---> Using cache [2020-10-16T07:41:59.703Z] ---> 7ed1ee92a421 [2020-10-16T07:41:59.703Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T07:41:59.703Z] ---> Using cache [2020-10-16T07:41:59.703Z] ---> dc563a067609 [2020-10-16T07:41:59.703Z] Step 6/26 : COPY go.mod . [2020-10-16T07:41:59.703Z] ---> Using cache [2020-10-16T07:41:59.703Z] ---> 43a264e33e48 [2020-10-16T07:41:59.703Z] Step 7/26 : RUN go mod download [2020-10-16T07:41:59.703Z] ---> Using cache [2020-10-16T07:41:59.703Z] ---> 41cfa2d94301 [2020-10-16T07:41:59.703Z] Step 8/26 : COPY . . [2020-10-16T07:41:59.703Z] ---> Using cache [2020-10-16T07:41:59.703Z] ---> bfd4f9cc9b23 [2020-10-16T07:41:59.703Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-16T07:41:59.991Z] ---> Running in 9a0740b5a557 [2020-10-16T07:42:00.275Z] ---> Running in 88de508ba20c [2020-10-16T07:42:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:42:03.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T07:42:03.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:42:05.302Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T07:42:05.582Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T07:42:05.582Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T07:42:06.190Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T07:42:06.471Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T07:42:06.471Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:42:06.471Z] OK: 8 MiB in 19 packages [2020-10-16T07:42:09.884Z] Removing intermediate container 9a0740b5a557 [2020-10-16T07:42:09.884Z] ---> c0c21667b739 [2020-10-16T07:42:09.884Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T07:42:10.491Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:42:10.491Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T07:42:10.491Z] ---> 2d19d892e489 [2020-10-16T07:42:10.491Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T07:42:10.491Z] ---> Using cache [2020-10-16T07:42:10.491Z] ---> dd75aa6296f1 [2020-10-16T07:42:10.491Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T07:42:10.491Z] ---> Running in e141e52858ca [2020-10-16T07:42:11.106Z] ---> 42cae17cfc5c [2020-10-16T07:42:11.106Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T07:42:13.747Z] ---> 86704ebd30fa [2020-10-16T07:42:13.747Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T07:42:13.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:42:14.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:42:14.643Z] ---> b8a7f8ace1de [2020-10-16T07:42:14.643Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T07:42:14.927Z] ---> Running in ce2cd8e22973 [2020-10-16T07:42:15.532Z] Removing intermediate container ce2cd8e22973 [2020-10-16T07:42:15.532Z] ---> fe20334fd73a [2020-10-16T07:42:15.532Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:42:15.532Z] ---> Running in 9020e73dfd5b [2020-10-16T07:42:15.807Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:42:15.807Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:42:15.807Z] OK: 12623 distinct packages available [2020-10-16T07:42:16.084Z] Removing intermediate container 9020e73dfd5b [2020-10-16T07:42:16.084Z] ---> f45bfd33fc8f [2020-10-16T07:42:16.084Z] Step 21/23 : LABEL arch=arm64 [2020-10-16T07:42:16.361Z] ---> Running in e1717b26dc3e [2020-10-16T07:42:16.648Z] OK: 217 MiB in 51 packages [2020-10-16T07:42:16.926Z] Removing intermediate container e1717b26dc3e [2020-10-16T07:42:16.926Z] ---> 6003fea5e8fc [2020-10-16T07:42:16.926Z] Step 22/23 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:42:16.926Z] ---> Running in c50bae85e29c [2020-10-16T07:42:17.924Z] Removing intermediate container c50bae85e29c [2020-10-16T07:42:17.924Z] ---> 9dd5ff3c66ba [2020-10-16T07:42:17.924Z] Step 23/23 : LABEL version=1.2.2-dev.76 [2020-10-16T07:42:18.202Z] ---> Running in 7b0f1e6d091d [2020-10-16T07:42:18.816Z] Removing intermediate container e141e52858ca [2020-10-16T07:42:18.816Z] ---> 3e488d6684c1 [2020-10-16T07:42:18.816Z] Step 5/29 : COPY go.mod . [2020-10-16T07:42:19.094Z] Removing intermediate container 7b0f1e6d091d [2020-10-16T07:42:19.094Z] ---> ba975cff624d [2020-10-16T07:42:19.094Z] [2020-10-16T07:42:19.371Z] Successfully built ba975cff624d [2020-10-16T07:42:19.649Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-16T07:42:19.649Z] Building docker-sys-mgmt-agent-go [2020-10-16T07:42:19.922Z]  Building docker-core-data-go ... done  ---> 2fad15d16c1e [2020-10-16T07:42:19.922Z] Step 6/29 : RUN go mod download [2020-10-16T07:42:20.196Z] ---> Running in 17b41b05f088 [2020-10-16T07:42:26.932Z] Removing intermediate container 17b41b05f088 [2020-10-16T07:42:26.932Z] ---> d746152fcb88 [2020-10-16T07:42:26.932Z] Step 7/29 : COPY . . [2020-10-16T07:42:33.684Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:42:33.684Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:42:33.684Z] ---> 2d19d892e489 [2020-10-16T07:42:33.684Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T07:42:33.684Z] ---> Using cache [2020-10-16T07:42:33.684Z] ---> dd75aa6296f1 [2020-10-16T07:42:33.684Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:42:33.684Z] ---> Using cache [2020-10-16T07:42:33.684Z] ---> 7ed1ee92a421 [2020-10-16T07:42:33.684Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T07:42:35.138Z] ---> Running in 97cab99c4240 [2020-10-16T07:42:38.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:42:39.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:42:39.783Z] ---> 17e66268710a [2020-10-16T07:42:39.783Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T07:42:40.055Z] ---> Running in e86985a873e7 [2020-10-16T07:42:40.329Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:42:40.329Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:42:40.329Z] OK: 12623 distinct packages available [2020-10-16T07:42:41.323Z] OK: 217 MiB in 51 packages [2020-10-16T07:42:42.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T07:42:42.933Z] Removing intermediate container 97cab99c4240 [2020-10-16T07:42:43.215Z] ---> b9d7e99cb113 [2020-10-16T07:42:43.215Z] Step 6/27 : COPY go.mod . [2020-10-16T07:42:44.507Z] ---> 9ffe86e568c5 [2020-10-16T07:42:44.507Z] Step 7/27 : RUN go mod download [2020-10-16T07:42:44.507Z] ---> Running in 4249121e05a4 [2020-10-16T07:42:50.138Z] Removing intermediate container 4249121e05a4 [2020-10-16T07:42:50.138Z] ---> 1d8ec37d5766 [2020-10-16T07:42:50.139Z] Step 8/27 : COPY . . [2020-10-16T07:43:00.363Z] ---> 3346122c01a3 [2020-10-16T07:43:00.364Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T07:43:00.643Z] ---> Running in 53916dc44ce3 [2020-10-16T07:43:03.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T07:43:21.624Z] Removing intermediate container 3ee10c52bef9 [2020-10-16T07:43:21.624Z] ---> 01e27abe631e [2020-10-16T07:43:21.624Z] [2020-10-16T07:43:21.624Z] Step 10/20 : FROM alpine [2020-10-16T07:43:21.624Z] ---> 62ee0e9f8440 [2020-10-16T07:43:21.624Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T07:43:21.624Z] ---> Running in 3d77cf7d0b60 [2020-10-16T07:43:21.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T07:43:21.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:43:22.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:43:22.821Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:43:22.821Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:43:22.821Z] OK: 12621 distinct packages available [2020-10-16T07:43:23.806Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T07:43:23.806Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T07:43:23.806Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T07:43:24.081Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T07:43:24.081Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:43:24.081Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T07:43:24.358Z] OK: 7 MiB in 18 packages [2020-10-16T07:43:27.005Z] Removing intermediate container 3d77cf7d0b60 [2020-10-16T07:43:27.005Z] ---> d6729cc7cc0b [2020-10-16T07:43:27.005Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T07:43:27.288Z] ---> Running in f1b981a8d05e [2020-10-16T07:43:27.906Z] Removing intermediate container f1b981a8d05e [2020-10-16T07:43:27.906Z] ---> 700da7661d8a [2020-10-16T07:43:27.906Z] Step 13/20 : WORKDIR /edgex [2020-10-16T07:43:28.185Z] ---> Running in 996ea3ce0b2c [2020-10-16T07:43:28.795Z] Removing intermediate container 996ea3ce0b2c [2020-10-16T07:43:28.795Z] ---> b045e215ac7b [2020-10-16T07:43:28.795Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T07:43:30.252Z] ---> e27a7bbe0904 [2020-10-16T07:43:30.252Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T07:43:31.714Z] ---> 9590230e8845 [2020-10-16T07:43:31.714Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T07:43:31.991Z] ---> Running in 6781235b2b33 [2020-10-16T07:43:32.592Z] Removing intermediate container 6781235b2b33 [2020-10-16T07:43:32.592Z] ---> d34e46bcb5ab [2020-10-16T07:43:32.593Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T07:43:32.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T07:43:32.869Z] ---> Running in 16ff64b0dc47 [2020-10-16T07:43:33.468Z] Removing intermediate container 16ff64b0dc47 [2020-10-16T07:43:33.468Z] ---> 2d0534c2fee2 [2020-10-16T07:43:33.468Z] Step 18/20 : LABEL arch=arm64 [2020-10-16T07:43:33.742Z] ---> Running in 27d8f9686db5 [2020-10-16T07:43:34.339Z] Removing intermediate container 27d8f9686db5 [2020-10-16T07:43:34.339Z] ---> 53baed2593a3 [2020-10-16T07:43:34.339Z] Step 19/20 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:43:34.614Z] ---> Running in 7d6288e1676b [2020-10-16T07:43:35.219Z] Removing intermediate container 7d6288e1676b [2020-10-16T07:43:35.219Z] ---> 722032012be9 [2020-10-16T07:43:35.219Z] Step 20/20 : LABEL version=1.2.2-dev.76 [2020-10-16T07:43:35.493Z] ---> Running in a439de6490d2 [2020-10-16T07:43:36.091Z] Removing intermediate container a439de6490d2 [2020-10-16T07:43:36.091Z] ---> 3a3152593d1c [2020-10-16T07:43:36.091Z] [2020-10-16T07:43:36.369Z] Successfully built 3a3152593d1c [2020-10-16T07:43:36.369Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-16T07:43:46.598Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 88de508ba20c [2020-10-16T07:43:46.598Z] ---> 5098d3569e3d [2020-10-16T07:43:46.598Z] [2020-10-16T07:43:46.598Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T07:43:46.598Z] 3.10: Pulling from library/alpine [2020-10-16T07:43:47.198Z] Removing intermediate container ed3cdbb94c1e [2020-10-16T07:43:47.198Z] ---> dd17b6610cee [2020-10-16T07:43:47.198Z] [2020-10-16T07:43:47.198Z] Step 10/21 : FROM scratch [2020-10-16T07:43:47.198Z] ---> [2020-10-16T07:43:47.198Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:43:47.480Z] ---> Using cache [2020-10-16T07:43:47.480Z] ---> d468dbd9cb25 [2020-10-16T07:43:47.480Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T07:43:47.758Z] ---> Running in a54a3291c85f [2020-10-16T07:43:47.758Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T07:43:47.758Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T07:43:47.758Z] ---> 536a684cf733 [2020-10-16T07:43:47.758Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T07:43:48.035Z] ---> Running in 63f8ddc965ab [2020-10-16T07:43:48.651Z] Removing intermediate container a54a3291c85f [2020-10-16T07:43:48.651Z] ---> 3503e5220d30 [2020-10-16T07:43:48.651Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T07:43:48.651Z] ---> Running in fc649f99a122 [2020-10-16T07:43:49.261Z] Removing intermediate container fc649f99a122 [2020-10-16T07:43:49.261Z] ---> cc207b47dd42 [2020-10-16T07:43:49.261Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T07:43:50.257Z] ---> 89e009b7adb1 [2020-10-16T07:43:50.257Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T07:43:50.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:43:50.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:43:51.415Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T07:43:51.415Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T07:43:51.415Z] OK: 10167 distinct packages available [2020-10-16T07:43:52.017Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T07:43:52.017Z] ---> 50def26ee431 [2020-10-16T07:43:52.017Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T07:43:52.017Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T07:43:52.017Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T07:43:52.017Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T07:43:52.017Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T07:43:52.017Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T07:43:52.017Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T07:43:52.295Z] OK: 7 MiB in 19 packages [2020-10-16T07:43:53.755Z] ---> a2b4fce71aa0 [2020-10-16T07:43:53.755Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T07:43:54.041Z] ---> Running in 29eba596a59e [2020-10-16T07:43:55.488Z] Removing intermediate container 29eba596a59e [2020-10-16T07:43:55.488Z] ---> fa0ef1350c54 [2020-10-16T07:43:55.488Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:43:55.766Z] Removing intermediate container 63f8ddc965ab [2020-10-16T07:43:55.766Z] ---> 3399f7e2ca39 [2020-10-16T07:43:55.766Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T07:43:55.766Z] ---> Running in e297a085e370 [2020-10-16T07:43:56.052Z] ---> Running in 09cf1f73d745 [2020-10-16T07:43:56.332Z] Removing intermediate container e86985a873e7 [2020-10-16T07:43:56.332Z] ---> a6bc3c156578 [2020-10-16T07:43:56.332Z] [2020-10-16T07:43:56.332Z] Step 9/29 : FROM alpine:latest [2020-10-16T07:43:56.332Z] ---> 62ee0e9f8440 [2020-10-16T07:43:56.332Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-16T07:43:56.609Z] ---> Running in 5e3b26effe0a [2020-10-16T07:43:56.609Z] Removing intermediate container e297a085e370 [2020-10-16T07:43:56.609Z] ---> 869ed90b34a0 [2020-10-16T07:43:56.609Z] Step 19/21 : LABEL arch=arm64 [2020-10-16T07:43:56.889Z] Removing intermediate container 09cf1f73d745 [2020-10-16T07:43:56.889Z] ---> fa7148bdfc84 [2020-10-16T07:43:56.889Z] Step 13/26 : WORKDIR / [2020-10-16T07:43:56.889Z] ---> Running in 5cd17a2e3abf [2020-10-16T07:43:56.889Z] ---> Running in 763dace60d10 [2020-10-16T07:43:57.487Z] Removing intermediate container 5e3b26effe0a [2020-10-16T07:43:57.487Z] ---> 5085761f0235 [2020-10-16T07:43:57.487Z] Step 11/29 : USER root [2020-10-16T07:43:57.762Z] ---> Running in f7c8256bac43 [2020-10-16T07:43:57.762Z] Removing intermediate container 763dace60d10 [2020-10-16T07:43:57.762Z] ---> a7ca0e606c9b [2020-10-16T07:43:57.762Z] Step 20/21 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:43:58.035Z] Removing intermediate container 5cd17a2e3abf [2020-10-16T07:43:58.035Z] ---> 18ef06074ae2 [2020-10-16T07:43:58.035Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-16T07:43:58.035Z] ---> Running in 951b31f6b0a2 [2020-10-16T07:43:58.313Z] Removing intermediate container f7c8256bac43 [2020-10-16T07:43:58.313Z] ---> 81bda8984953 [2020-10-16T07:43:58.313Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T07:43:58.585Z] ---> Running in ce47d673c73d [2020-10-16T07:43:58.862Z] Removing intermediate container 951b31f6b0a2 [2020-10-16T07:43:58.862Z] ---> 0c162387d228 [2020-10-16T07:43:58.862Z] Step 21/21 : LABEL version=1.2.2-dev.76 [2020-10-16T07:43:59.148Z] ---> Running in ca433103a217 [2020-10-16T07:43:59.431Z] ---> 2419d41003c7 [2020-10-16T07:43:59.431Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-16T07:44:00.037Z] Removing intermediate container ca433103a217 [2020-10-16T07:44:00.037Z] ---> 68e396e9dcbd [2020-10-16T07:44:00.037Z] [2020-10-16T07:44:00.311Z] Successfully built 68e396e9dcbd [2020-10-16T07:44:00.311Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-16T07:44:00.585Z]  Building docker-support-scheduler-go ... done  ---> 3a567c5c0b33 [2020-10-16T07:44:00.585Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T07:44:00.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:44:01.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:44:01.742Z] ---> 8577f1a2b32b [2020-10-16T07:44:01.742Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T07:44:01.742Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:44:01.742Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:44:01.742Z] OK: 12621 distinct packages available [2020-10-16T07:44:02.349Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T07:44:02.627Z] ---> 1e1efe3f83fe [2020-10-16T07:44:02.627Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T07:44:02.627Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T07:44:02.627Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:44:02.627Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T07:44:02.627Z] OK: 6 MiB in 16 packages [2020-10-16T07:44:04.605Z] ---> e67e6e917459 [2020-10-16T07:44:04.605Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T07:44:05.200Z] Removing intermediate container ce47d673c73d [2020-10-16T07:44:05.200Z] ---> 19c227ace3e7 [2020-10-16T07:44:05.200Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T07:44:05.478Z] ---> Running in 7dc4b047b0d4 [2020-10-16T07:44:05.755Z] ---> 33df69e32113 [2020-10-16T07:44:05.755Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T07:44:06.349Z] Removing intermediate container 7dc4b047b0d4 [2020-10-16T07:44:06.349Z] ---> 327574aa296a [2020-10-16T07:44:06.349Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T07:44:06.941Z] ---> Running in 751747f90eed [2020-10-16T07:44:06.941Z] ---> 30d4bb7e8381 [2020-10-16T07:44:06.941Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T07:44:06.941Z] Removing intermediate container 53916dc44ce3 [2020-10-16T07:44:06.941Z] ---> b2ed1b631cd9 [2020-10-16T07:44:06.941Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T07:44:07.215Z] ---> Running in 50bb21c0fe68 [2020-10-16T07:44:07.502Z] Removing intermediate container 751747f90eed [2020-10-16T07:44:07.502Z] ---> c5837688739b [2020-10-16T07:44:07.502Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T07:44:07.502Z] ---> Running in 6d6d2a18db09 [2020-10-16T07:44:08.097Z] ---> eac3eb58de8a [2020-10-16T07:44:08.097Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T07:44:08.097Z] ---> Running in b438a1bd18e2 [2020-10-16T07:44:09.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.76" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T07:44:10.511Z] Removing intermediate container 6d6d2a18db09 [2020-10-16T07:44:10.511Z] ---> 1f8e1b0bc174 [2020-10-16T07:44:10.511Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T07:44:11.112Z] Removing intermediate container b438a1bd18e2 [2020-10-16T07:44:11.113Z] ---> b788e2bcb0b7 [2020-10-16T07:44:11.113Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T07:44:11.386Z] ---> Running in dfba670385e0 [2020-10-16T07:44:12.062Z] Removing intermediate container dfba670385e0 [2020-10-16T07:44:12.062Z] ---> 92ead028c0ac [2020-10-16T07:44:12.062Z] Step 24/26 : LABEL arch=arm64 [2020-10-16T07:44:12.062Z] ---> b108e0725359 [2020-10-16T07:44:12.062Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T07:44:12.350Z] ---> Running in cf4551443910 [2020-10-16T07:44:12.350Z] Removing intermediate container 50bb21c0fe68 [2020-10-16T07:44:12.350Z] ---> 724ea4f6eff8 [2020-10-16T07:44:12.350Z] [2020-10-16T07:44:12.350Z] Step 11/27 : FROM docker:latest [2020-10-16T07:44:12.350Z] ---> 45884bde0078 [2020-10-16T07:44:12.350Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T07:44:12.643Z] ---> Running in 06caa1010e08 [2020-10-16T07:44:12.927Z] Removing intermediate container cf4551443910 [2020-10-16T07:44:12.927Z] ---> f38504f6e84c [2020-10-16T07:44:12.927Z] Step 25/26 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:44:13.219Z] ---> Running in 416e4ad00618 [2020-10-16T07:44:13.219Z] ---> 80f9de901ae4 [2020-10-16T07:44:13.219Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T07:44:13.820Z] Removing intermediate container 416e4ad00618 [2020-10-16T07:44:13.820Z] ---> 5ec898393371 [2020-10-16T07:44:13.820Z] Step 26/26 : LABEL version=1.2.2-dev.76 [2020-10-16T07:44:14.095Z] ---> Running in 3e085d21e78f [2020-10-16T07:44:14.095Z] ---> 77c8d04949cb [2020-10-16T07:44:14.095Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T07:44:14.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:44:14.651Z] Removing intermediate container 3e085d21e78f [2020-10-16T07:44:14.651Z] ---> 1b633b300673 [2020-10-16T07:44:14.651Z] [2020-10-16T07:44:14.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:44:14.924Z] Successfully built 1b633b300673 [2020-10-16T07:44:14.924Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-16T07:44:14.924Z]  Building docker-security-secretstore-setup-go ... done  ---> db1652f490a4 [2020-10-16T07:44:14.924Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T07:44:15.519Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T07:44:15.519Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T07:44:15.519Z] Executing bash-5.0.17-r0.post-install [2020-10-16T07:44:15.519Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:44:15.519Z] OK: 12 MiB in 22 packages [2020-10-16T07:44:15.796Z] ---> 8bca009fa5cc [2020-10-16T07:44:15.796Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T07:44:15.796Z] ---> Running in b0e5b078877b [2020-10-16T07:44:16.790Z] Removing intermediate container 06caa1010e08 [2020-10-16T07:44:16.790Z] ---> 80300c2bd7e3 [2020-10-16T07:44:16.790Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T07:44:16.790Z] ---> Running in af908e176970 [2020-10-16T07:44:18.774Z] Removing intermediate container b0e5b078877b [2020-10-16T07:44:18.774Z] ---> 50ac255aa183 [2020-10-16T07:44:18.774Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T07:44:19.368Z] ---> af296e37b319 [2020-10-16T07:44:19.368Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T07:44:19.641Z] Removing intermediate container af908e176970 [2020-10-16T07:44:19.641Z] ---> 487bb40fd4af [2020-10-16T07:44:19.641Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T07:44:19.641Z] ---> Running in b690caa311b3 [2020-10-16T07:44:19.641Z] ---> Running in fa40369de3ae [2020-10-16T07:44:20.235Z] Removing intermediate container fa40369de3ae [2020-10-16T07:44:20.236Z] ---> 6c06b96b2bdd [2020-10-16T07:44:20.236Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T07:44:20.509Z] ---> Running in c89267fee8f0 [2020-10-16T07:44:21.103Z] Removing intermediate container c89267fee8f0 [2020-10-16T07:44:21.103Z] ---> bed1c3297c56 [2020-10-16T07:44:21.103Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T07:44:21.103Z] ---> Running in 82026c2b0bc8 [2020-10-16T07:44:21.713Z] Removing intermediate container 82026c2b0bc8 [2020-10-16T07:44:21.713Z] ---> b00d798bdd0e [2020-10-16T07:44:21.713Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T07:44:22.315Z] Removing intermediate container b690caa311b3 [2020-10-16T07:44:22.315Z] ---> a7f3e8e48fd0 [2020-10-16T07:44:22.315Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T07:44:22.599Z] ---> Running in e4cc1ea00df8 [2020-10-16T07:44:22.877Z] ---> ce6b9c9a80ff [2020-10-16T07:44:22.877Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T07:44:23.857Z] ---> 3eb633e42980 [2020-10-16T07:44:23.857Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T07:44:24.839Z] ---> 8a7353f228bc [2020-10-16T07:44:24.839Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T07:44:24.839Z] ---> Running in 1435601583cb [2020-10-16T07:44:25.825Z] Removing intermediate container e4cc1ea00df8 [2020-10-16T07:44:25.825Z] ---> 3b2a2256f038 [2020-10-16T07:44:25.825Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T07:44:26.098Z] ---> Running in 7af09a2c5cfa [2020-10-16T07:44:26.371Z] Removing intermediate container 7af09a2c5cfa [2020-10-16T07:44:26.371Z] ---> 6d280214cfb4 [2020-10-16T07:44:26.371Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T07:44:26.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:44:26.643Z] ---> Running in 9d56e91658ff [2020-10-16T07:44:26.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:44:26.915Z] Removing intermediate container 9d56e91658ff [2020-10-16T07:44:26.915Z] ---> 994fcefece4b [2020-10-16T07:44:26.915Z] Step 27/29 : LABEL arch=arm64 [2020-10-16T07:44:27.188Z] ---> Running in ba393a1b547e [2020-10-16T07:44:27.474Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T07:44:27.474Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T07:44:27.474Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T07:44:27.474Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T07:44:27.474Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T07:44:27.474Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T07:44:27.474Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T07:44:27.474Z] Removing intermediate container ba393a1b547e [2020-10-16T07:44:27.474Z] ---> 93ee75935525 [2020-10-16T07:44:27.474Z] Step 28/29 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:44:27.746Z] ---> Running in 02e61f4833c9 [2020-10-16T07:44:28.736Z] Removing intermediate container 02e61f4833c9 [2020-10-16T07:44:28.736Z] ---> e57469efa6d1 [2020-10-16T07:44:28.736Z] Step 29/29 : LABEL version=1.2.2-dev.76 [2020-10-16T07:44:28.736Z] ---> Running in b2652f095313 [2020-10-16T07:44:29.333Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T07:44:29.333Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T07:44:29.333Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T07:44:29.333Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T07:44:29.333Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T07:44:29.333Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T07:44:29.606Z] Removing intermediate container b2652f095313 [2020-10-16T07:44:29.606Z] ---> 21c93e041e9d [2020-10-16T07:44:29.606Z] [2020-10-16T07:44:29.606Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T07:44:29.606Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T07:44:29.606Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T07:44:29.606Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T07:44:29.607Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T07:44:29.607Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T07:44:29.877Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T07:44:29.877Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T07:44:29.877Z] Successfully built 21c93e041e9d [2020-10-16T07:44:29.877Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T07:44:29.877Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T07:44:29.877Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-16T07:44:29.877Z]  Building docker-security-secrets-setup-go ... done (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T07:44:29.877Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T07:44:29.877Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T07:44:29.877Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T07:44:29.877Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T07:44:29.877Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T07:44:29.877Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T07:44:30.146Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T07:44:30.146Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T07:44:30.146Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T07:44:30.146Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:44:30.146Z] OK: 71 MiB in 55 packages [2020-10-16T07:44:36.843Z] Removing intermediate container 1435601583cb [2020-10-16T07:44:36.843Z] ---> 8a842e895a8a [2020-10-16T07:44:36.843Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T07:44:36.843Z] ---> Running in ad72268228f3 [2020-10-16T07:44:41.134Z] Collecting docker-compose==1.23.2 [2020-10-16T07:44:41.134Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T07:44:41.725Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T07:44:41.725Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T07:44:43.688Z] Collecting PyYAML<4,>=3.10 [2020-10-16T07:44:43.688Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T07:44:47.057Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T07:44:47.057Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T07:44:47.328Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-16T07:44:47.598Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T07:44:47.598Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T07:44:48.187Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T07:44:48.187Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T07:44:48.457Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T07:44:48.457Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T07:44:50.423Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T07:44:50.423Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T07:44:51.844Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T07:44:51.844Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T07:44:51.844Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T07:44:51.844Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T07:44:53.806Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T07:44:53.806Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T07:44:54.076Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-16T07:44:54.345Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T07:44:54.345Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T07:44:54.934Z] Collecting idna<2.8,>=2.5 [2020-10-16T07:44:54.934Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T07:44:54.934Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-16T07:44:54.934Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T07:44:54.934Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T07:44:54.934Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T07:44:54.934Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T07:44:55.527Z] Installing collected packages: texttable, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, cached-property, docopt, dockerpty, docker-compose [2020-10-16T07:44:55.527Z] Running setup.py install for texttable: started [2020-10-16T07:44:57.496Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T07:44:57.496Z] Running setup.py install for PyYAML: started [2020-10-16T07:44:59.460Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T07:44:59.730Z] Attempting uninstall: urllib3 [2020-10-16T07:44:59.730Z] Found existing installation: urllib3 1.25.9 [2020-10-16T07:44:59.730Z] Uninstalling urllib3-1.25.9: [2020-10-16T07:45:00.001Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T07:45:00.594Z] Attempting uninstall: idna [2020-10-16T07:45:00.594Z] Found existing installation: idna 2.9 [2020-10-16T07:45:00.594Z] Uninstalling idna-2.9: [2020-10-16T07:45:00.594Z] Successfully uninstalled idna-2.9 [2020-10-16T07:45:01.190Z] Attempting uninstall: requests [2020-10-16T07:45:01.190Z] Found existing installation: requests 2.23.0 [2020-10-16T07:45:01.190Z] Uninstalling requests-2.23.0: [2020-10-16T07:45:01.463Z] Successfully uninstalled requests-2.23.0 [2020-10-16T07:45:02.897Z] Running setup.py install for docopt: started [2020-10-16T07:45:04.321Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T07:45:04.321Z] Running setup.py install for dockerpty: started [2020-10-16T07:45:06.287Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T07:45:07.256Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-16T07:45:10.646Z] Removing intermediate container ad72268228f3 [2020-10-16T07:45:10.646Z] ---> 938776737113 [2020-10-16T07:45:10.646Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T07:45:10.919Z] ---> Running in cdbcdd7fdada [2020-10-16T07:45:12.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:45:12.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:45:12.942Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T07:45:12.942Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T07:45:12.942Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T07:45:12.942Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:45:12.942Z] OK: 71 MiB in 58 packages [2020-10-16T07:45:14.379Z] Removing intermediate container cdbcdd7fdada [2020-10-16T07:45:14.379Z] ---> 3562df34510b [2020-10-16T07:45:14.379Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T07:45:14.379Z] ---> Running in a775ac3704a7 [2020-10-16T07:45:14.649Z] Removing intermediate container a775ac3704a7 [2020-10-16T07:45:14.649Z] ---> d5ea067f7679 [2020-10-16T07:45:14.649Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:45:14.920Z] ---> Running in 9a720bdf76e9 [2020-10-16T07:45:15.514Z] Removing intermediate container 9a720bdf76e9 [2020-10-16T07:45:15.514Z] ---> 1aa524ce35c5 [2020-10-16T07:45:15.514Z] Step 25/27 : LABEL arch=arm64 [2020-10-16T07:45:15.514Z] ---> Running in 20e38d41c2a0 [2020-10-16T07:45:16.108Z] Removing intermediate container 20e38d41c2a0 [2020-10-16T07:45:16.108Z] ---> 9f25559444b9 [2020-10-16T07:45:16.108Z] Step 26/27 : LABEL git_sha=bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:16.108Z] ---> Running in 448af2295913 [2020-10-16T07:45:16.700Z] Removing intermediate container 448af2295913 [2020-10-16T07:45:16.700Z] ---> 88f7e4c1fc74 [2020-10-16T07:45:16.700Z] Step 27/27 : LABEL version=1.2.2-dev.76 [2020-10-16T07:45:16.700Z] ---> Running in fe108cdb9b17 [2020-10-16T07:45:17.290Z] Removing intermediate container fe108cdb9b17 [2020-10-16T07:45:17.290Z] ---> 6eed37e7c7f7 [2020-10-16T07:45:17.290Z] [2020-10-16T07:45:17.561Z] Successfully built 6eed37e7c7f7 [2020-10-16T07:45:17.561Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-16T07:45:17.846Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-16T07:45:17.855Z] $ docker stop --time=1 5960b32edd8d11d10ed3a48989adfb3399597f7660a4598b82da2d294a24c17c [2020-10-16T07:45:19.835Z] $ docker rm -f 5960b32edd8d11d10ed3a48989adfb3399597f7660a4598b82da2d294a24c17c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:45:20.661Z] + docker images [2020-10-16T07:45:20.661Z] + grep docker [2020-10-16T07:45:20.942Z] docker-sys-mgmt-agent-go-arm64 latest 6eed37e7c7f7 4 seconds ago 270MB [2020-10-16T07:45:20.942Z] docker-security-secrets-setup-go-arm64 latest 21c93e041e9d 51 seconds ago 22.7MB [2020-10-16T07:45:20.942Z] docker-security-secretstore-setup-go-arm64 latest 1b633b300673 About a minute ago 30.8MB [2020-10-16T07:45:20.942Z] docker-support-scheduler-go-arm64 latest 68e396e9dcbd About a minute ago 11.5MB [2020-10-16T07:45:20.942Z] docker-security-proxy-setup-go-arm64 latest 3a3152593d1c About a minute ago 15.1MB [2020-10-16T07:45:20.942Z] docker-core-data-go-arm64 latest ba975cff624d 3 minutes ago 22.2MB [2020-10-16T07:45:20.942Z] docker-core-metadata-go-arm64 latest 6137d73c1fde 3 minutes ago 13.4MB [2020-10-16T07:45:20.942Z] docker-support-notifications-go-arm64 latest 50909f3bd31f 3 minutes ago 12.9MB [2020-10-16T07:45:20.942Z] docker-core-command-go-arm64 latest 989871fedff3 3 minutes ago 11.4MB [2020-10-16T07:45:20.942Z] docker-support-logging-go-arm64 latest db828e585bc0 4 minutes ago 10.6MB [2020-10-16T07:45:20.942Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T07:45:21.611Z] provisioning config files... [2020-10-16T07:45:21.678Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/192@tmp/config6834331317921050092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:45:22.076Z] ---> docker-login.sh [2020-10-16T07:45:22.077Z] nexus3.edgexfoundry.org:10001 [2020-10-16T07:45:22.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:45:22.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:45:22.623Z] Configure a credential helper to remove this warning. See [2020-10-16T07:45:22.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:45:22.623Z] [2020-10-16T07:45:22.623Z] Login Succeeded [2020-10-16T07:45:22.623Z] nexus3.edgexfoundry.org:10002 [2020-10-16T07:45:23.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:45:23.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:45:23.215Z] Configure a credential helper to remove this warning. See [2020-10-16T07:45:23.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:45:23.215Z] [2020-10-16T07:45:23.215Z] Login Succeeded [2020-10-16T07:45:23.215Z] nexus3.edgexfoundry.org:10003 [2020-10-16T07:45:23.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:45:23.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:45:23.811Z] Configure a credential helper to remove this warning. See [2020-10-16T07:45:23.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:45:23.811Z] [2020-10-16T07:45:23.811Z] Login Succeeded [2020-10-16T07:45:23.811Z] nexus3.edgexfoundry.org:10004 [2020-10-16T07:45:24.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:45:24.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:45:24.404Z] Configure a credential helper to remove this warning. See [2020-10-16T07:45:24.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:45:24.404Z] [2020-10-16T07:45:24.404Z] Login Succeeded [2020-10-16T07:45:24.404Z] docker.io [2020-10-16T07:45:24.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T07:45:25.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T07:45:25.265Z] Configure a credential helper to remove this warning. See [2020-10-16T07:45:25.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T07:45:25.265Z] [2020-10-16T07:45:25.265Z] Login Succeeded [2020-10-16T07:45:25.265Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T07:45:25.282Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:45:25.519Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-16T07:45:25.519Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:25.519Z] 1.2.2-dev.76 [2020-10-16T07:45:25.519Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:25.519Z] master [2020-10-16T07:45:25.519Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:26.025Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:26.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:26.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T07:45:26.358Z] 36a5743a7d98: Preparing [2020-10-16T07:45:26.358Z] 4143faffa922: Preparing [2020-10-16T07:45:26.358Z] a128b6aa13a4: Preparing [2020-10-16T07:45:26.629Z] a128b6aa13a4: Pushed [2020-10-16T07:45:26.629Z] 36a5743a7d98: Pushed [2020-10-16T07:45:29.995Z] 4143faffa922: Pushed [2020-10-16T07:45:29.995Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:bad9042f377d5a470d7910942207045c4d07e43826764c2a031ca609023016af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:30.330Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:30.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:30.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T07:45:30.667Z] 36a5743a7d98: Preparing [2020-10-16T07:45:30.667Z] 4143faffa922: Preparing [2020-10-16T07:45:30.667Z] a128b6aa13a4: Preparing [2020-10-16T07:45:30.667Z] a128b6aa13a4: Layer already exists [2020-10-16T07:45:30.667Z] 36a5743a7d98: Layer already exists [2020-10-16T07:45:30.667Z] 4143faffa922: Layer already exists [2020-10-16T07:45:30.936Z] 1.2.2-dev.76: digest: sha256:bad9042f377d5a470d7910942207045c4d07e43826764c2a031ca609023016af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:31.276Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:31.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:31.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T07:45:31.610Z] 36a5743a7d98: Preparing [2020-10-16T07:45:31.610Z] 4143faffa922: Preparing [2020-10-16T07:45:31.610Z] a128b6aa13a4: Preparing [2020-10-16T07:45:31.610Z] a128b6aa13a4: Layer already exists [2020-10-16T07:45:31.610Z] 4143faffa922: Layer already exists [2020-10-16T07:45:31.610Z] 36a5743a7d98: Layer already exists [2020-10-16T07:45:31.881Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:bad9042f377d5a470d7910942207045c4d07e43826764c2a031ca609023016af size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:32.234Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:32.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-16T07:45:32.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T07:45:32.571Z] 36a5743a7d98: Preparing [2020-10-16T07:45:32.571Z] 4143faffa922: Preparing [2020-10-16T07:45:32.571Z] a128b6aa13a4: Preparing [2020-10-16T07:45:32.841Z] 4143faffa922: Layer already exists [2020-10-16T07:45:32.841Z] a128b6aa13a4: Layer already exists [2020-10-16T07:45:32.841Z] 36a5743a7d98: Layer already exists [2020-10-16T07:45:32.841Z] master: digest: sha256:bad9042f377d5a470d7910942207045c4d07e43826764c2a031ca609023016af size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:45:33.056Z] ===================================================== [Pipeline] echo [2020-10-16T07:45:33.105Z] taggedImages: [2020-10-16T07:45:33.105Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:33.105Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:33.105Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:33.105Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-16T07:45:33.170Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-16T07:45:33.170Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:33.170Z] 1.2.2-dev.76 [2020-10-16T07:45:33.170Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:33.170Z] master [2020-10-16T07:45:33.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:33.747Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:34.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:34.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T07:45:34.107Z] 1265091af00a: Preparing [2020-10-16T07:45:34.107Z] 53f59ec21845: Preparing [2020-10-16T07:45:34.107Z] 5e6758ff8a73: Preparing [2020-10-16T07:45:34.107Z] a5ae979e2472: Preparing [2020-10-16T07:45:34.107Z] 72c754532c2e: Preparing [2020-10-16T07:45:34.107Z] e2f13739ad41: Preparing [2020-10-16T07:45:34.107Z] e2f13739ad41: Waiting [2020-10-16T07:45:34.385Z] 72c754532c2e: Pushed [2020-10-16T07:45:34.385Z] 1265091af00a: Pushed [2020-10-16T07:45:34.657Z] 5e6758ff8a73: Pushed [2020-10-16T07:45:34.657Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:35.247Z] a5ae979e2472: Pushed [2020-10-16T07:45:37.851Z] 53f59ec21845: Pushed [2020-10-16T07:45:38.123Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:806f9a62f92ae2ae0b522c392f858391585e985d3bc2b5ed8687a7ec2dd0b3f8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:38.459Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:38.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:38.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T07:45:38.792Z] 1265091af00a: Preparing [2020-10-16T07:45:38.792Z] 53f59ec21845: Preparing [2020-10-16T07:45:38.792Z] 5e6758ff8a73: Preparing [2020-10-16T07:45:38.792Z] a5ae979e2472: Preparing [2020-10-16T07:45:38.792Z] 72c754532c2e: Preparing [2020-10-16T07:45:38.792Z] e2f13739ad41: Preparing [2020-10-16T07:45:38.792Z] e2f13739ad41: Waiting [2020-10-16T07:45:38.792Z] 72c754532c2e: Layer already exists [2020-10-16T07:45:38.792Z] 5e6758ff8a73: Layer already exists [2020-10-16T07:45:38.792Z] a5ae979e2472: Layer already exists [2020-10-16T07:45:38.792Z] 1265091af00a: Layer already exists [2020-10-16T07:45:38.792Z] 53f59ec21845: Layer already exists [2020-10-16T07:45:38.792Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:39.063Z] 1.2.2-dev.76: digest: sha256:806f9a62f92ae2ae0b522c392f858391585e985d3bc2b5ed8687a7ec2dd0b3f8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:39.404Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:39.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:39.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T07:45:39.743Z] 1265091af00a: Preparing [2020-10-16T07:45:39.743Z] 53f59ec21845: Preparing [2020-10-16T07:45:39.743Z] 5e6758ff8a73: Preparing [2020-10-16T07:45:39.743Z] a5ae979e2472: Preparing [2020-10-16T07:45:39.743Z] 72c754532c2e: Preparing [2020-10-16T07:45:39.743Z] e2f13739ad41: Preparing [2020-10-16T07:45:39.743Z] e2f13739ad41: Waiting [2020-10-16T07:45:39.743Z] a5ae979e2472: Layer already exists [2020-10-16T07:45:39.743Z] 1265091af00a: Layer already exists [2020-10-16T07:45:40.012Z] 72c754532c2e: Layer already exists [2020-10-16T07:45:40.012Z] 5e6758ff8a73: Layer already exists [2020-10-16T07:45:40.012Z] 53f59ec21845: Layer already exists [2020-10-16T07:45:40.012Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:40.012Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:806f9a62f92ae2ae0b522c392f858391585e985d3bc2b5ed8687a7ec2dd0b3f8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:40.353Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:40.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-16T07:45:40.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T07:45:40.693Z] 1265091af00a: Preparing [2020-10-16T07:45:40.693Z] 53f59ec21845: Preparing [2020-10-16T07:45:40.693Z] 5e6758ff8a73: Preparing [2020-10-16T07:45:40.693Z] a5ae979e2472: Preparing [2020-10-16T07:45:40.693Z] 72c754532c2e: Preparing [2020-10-16T07:45:40.693Z] e2f13739ad41: Preparing [2020-10-16T07:45:40.693Z] e2f13739ad41: Waiting [2020-10-16T07:45:40.693Z] 72c754532c2e: Layer already exists [2020-10-16T07:45:40.963Z] 1265091af00a: Layer already exists [2020-10-16T07:45:40.963Z] 5e6758ff8a73: Layer already exists [2020-10-16T07:45:40.963Z] a5ae979e2472: Layer already exists [2020-10-16T07:45:40.963Z] 53f59ec21845: Layer already exists [2020-10-16T07:45:40.963Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:40.963Z] master: digest: sha256:806f9a62f92ae2ae0b522c392f858391585e985d3bc2b5ed8687a7ec2dd0b3f8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:45:41.169Z] ===================================================== [Pipeline] echo [2020-10-16T07:45:41.266Z] taggedImages: [2020-10-16T07:45:41.266Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:41.266Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:41.266Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:41.266Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-16T07:45:41.337Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-16T07:45:41.337Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:41.337Z] 1.2.2-dev.76 [2020-10-16T07:45:41.337Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:41.337Z] master [2020-10-16T07:45:41.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:41.861Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:42.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:42.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T07:45:42.213Z] db72ab178c6e: Preparing [2020-10-16T07:45:42.213Z] da4b9b517dc1: Preparing [2020-10-16T07:45:42.213Z] 025c4a7107fc: Preparing [2020-10-16T07:45:42.484Z] 025c4a7107fc: Pushed [2020-10-16T07:45:42.484Z] db72ab178c6e: Pushed [2020-10-16T07:45:45.853Z] da4b9b517dc1: Pushed [2020-10-16T07:45:46.122Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:b5b0d4efcee8dcb038d99c151839b2a7fc0290d3696557fd31a785b63ef79e5c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:46.461Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:46.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:46.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T07:45:46.805Z] db72ab178c6e: Preparing [2020-10-16T07:45:46.805Z] da4b9b517dc1: Preparing [2020-10-16T07:45:46.805Z] 025c4a7107fc: Preparing [2020-10-16T07:45:46.805Z] 025c4a7107fc: Layer already exists [2020-10-16T07:45:46.805Z] db72ab178c6e: Layer already exists [2020-10-16T07:45:46.805Z] da4b9b517dc1: Layer already exists [2020-10-16T07:45:47.074Z] 1.2.2-dev.76: digest: sha256:b5b0d4efcee8dcb038d99c151839b2a7fc0290d3696557fd31a785b63ef79e5c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:47.440Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:47.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:47.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T07:45:47.797Z] db72ab178c6e: Preparing [2020-10-16T07:45:47.797Z] da4b9b517dc1: Preparing [2020-10-16T07:45:47.797Z] 025c4a7107fc: Preparing [2020-10-16T07:45:48.072Z] db72ab178c6e: Layer already exists [2020-10-16T07:45:48.072Z] 025c4a7107fc: Layer already exists [2020-10-16T07:45:48.072Z] da4b9b517dc1: Layer already exists [2020-10-16T07:45:48.072Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:b5b0d4efcee8dcb038d99c151839b2a7fc0290d3696557fd31a785b63ef79e5c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:48.421Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:48.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-16T07:45:48.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T07:45:48.767Z] db72ab178c6e: Preparing [2020-10-16T07:45:48.767Z] da4b9b517dc1: Preparing [2020-10-16T07:45:48.767Z] 025c4a7107fc: Preparing [2020-10-16T07:45:49.037Z] db72ab178c6e: Layer already exists [2020-10-16T07:45:49.037Z] da4b9b517dc1: Layer already exists [2020-10-16T07:45:49.037Z] 025c4a7107fc: Layer already exists [2020-10-16T07:45:49.037Z] master: digest: sha256:b5b0d4efcee8dcb038d99c151839b2a7fc0290d3696557fd31a785b63ef79e5c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:45:49.239Z] ===================================================== [Pipeline] echo [2020-10-16T07:45:49.287Z] taggedImages: [2020-10-16T07:45:49.287Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:49.287Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:49.287Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:49.287Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-16T07:45:49.353Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-16T07:45:49.353Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:49.353Z] 1.2.2-dev.76 [2020-10-16T07:45:49.353Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:49.353Z] master [2020-10-16T07:45:49.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:49.888Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:50.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:50.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T07:45:50.224Z] 339f1bf72268: Preparing [2020-10-16T07:45:50.224Z] a6aabbde9321: Preparing [2020-10-16T07:45:50.224Z] 76c3117747c3: Preparing [2020-10-16T07:45:50.224Z] 2e913387b7e9: Preparing [2020-10-16T07:45:50.224Z] e2f13739ad41: Preparing [2020-10-16T07:45:50.495Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:50.495Z] 76c3117747c3: Pushed [2020-10-16T07:45:50.495Z] a6aabbde9321: Pushed [2020-10-16T07:45:51.088Z] 2e913387b7e9: Pushed [2020-10-16T07:45:52.509Z] 339f1bf72268: Pushed [2020-10-16T07:45:52.780Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:92d1bcf1088fc7c202be8138284bc0c8ddd9a0af597b897612bab425f4928fc2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:53.391Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:53.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:53.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T07:45:53.720Z] 339f1bf72268: Preparing [2020-10-16T07:45:53.720Z] a6aabbde9321: Preparing [2020-10-16T07:45:53.720Z] 76c3117747c3: Preparing [2020-10-16T07:45:53.720Z] 2e913387b7e9: Preparing [2020-10-16T07:45:53.720Z] e2f13739ad41: Preparing [2020-10-16T07:45:53.990Z] 2e913387b7e9: Layer already exists [2020-10-16T07:45:53.990Z] 76c3117747c3: Layer already exists [2020-10-16T07:45:53.990Z] a6aabbde9321: Layer already exists [2020-10-16T07:45:53.990Z] 339f1bf72268: Layer already exists [2020-10-16T07:45:53.990Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:53.990Z] 1.2.2-dev.76: digest: sha256:92d1bcf1088fc7c202be8138284bc0c8ddd9a0af597b897612bab425f4928fc2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:54.374Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:54.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:54.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T07:45:54.705Z] 339f1bf72268: Preparing [2020-10-16T07:45:54.705Z] a6aabbde9321: Preparing [2020-10-16T07:45:54.705Z] 76c3117747c3: Preparing [2020-10-16T07:45:54.706Z] 2e913387b7e9: Preparing [2020-10-16T07:45:54.706Z] e2f13739ad41: Preparing [2020-10-16T07:45:54.974Z] a6aabbde9321: Layer already exists [2020-10-16T07:45:54.974Z] 76c3117747c3: Layer already exists [2020-10-16T07:45:54.974Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:54.974Z] 339f1bf72268: Layer already exists [2020-10-16T07:45:54.974Z] 2e913387b7e9: Layer already exists [2020-10-16T07:45:54.974Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:92d1bcf1088fc7c202be8138284bc0c8ddd9a0af597b897612bab425f4928fc2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:55.313Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:55.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-16T07:45:55.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T07:45:55.644Z] 339f1bf72268: Preparing [2020-10-16T07:45:55.644Z] a6aabbde9321: Preparing [2020-10-16T07:45:55.644Z] 76c3117747c3: Preparing [2020-10-16T07:45:55.644Z] 2e913387b7e9: Preparing [2020-10-16T07:45:55.644Z] e2f13739ad41: Preparing [2020-10-16T07:45:55.644Z] 339f1bf72268: Layer already exists [2020-10-16T07:45:55.644Z] 76c3117747c3: Layer already exists [2020-10-16T07:45:55.644Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:55.644Z] 2e913387b7e9: Layer already exists [2020-10-16T07:45:55.644Z] a6aabbde9321: Layer already exists [2020-10-16T07:45:55.914Z] master: digest: sha256:92d1bcf1088fc7c202be8138284bc0c8ddd9a0af597b897612bab425f4928fc2 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:45:56.100Z] ===================================================== [Pipeline] echo [2020-10-16T07:45:56.144Z] taggedImages: [2020-10-16T07:45:56.145Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:56.145Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.76 [2020-10-16T07:45:56.145Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:56.145Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-16T07:45:56.208Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-16T07:45:56.208Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:56.208Z] 1.2.2-dev.76 [2020-10-16T07:45:56.208Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:45:56.208Z] master [2020-10-16T07:45:56.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:56.711Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:45:57.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:45:57.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T07:45:57.047Z] 968a40aceb5f: Preparing [2020-10-16T07:45:57.047Z] 790d392af72d: Preparing [2020-10-16T07:45:57.047Z] f7522aa099e6: Preparing [2020-10-16T07:45:57.047Z] ebb272401fa1: Preparing [2020-10-16T07:45:57.047Z] ebb272401fa1: Preparing [2020-10-16T07:45:57.047Z] 3999f884a3ab: Preparing [2020-10-16T07:45:57.047Z] e5797e519ce2: Preparing [2020-10-16T07:45:57.047Z] 63fbf17878a0: Preparing [2020-10-16T07:45:57.047Z] 968a40aceb5f: Preparing [2020-10-16T07:45:57.047Z] eb12bfcbb6e4: Preparing [2020-10-16T07:45:57.047Z] b268f71bcbde: Preparing [2020-10-16T07:45:57.047Z] 9b6fed2c3f4e: Preparing [2020-10-16T07:45:57.047Z] e2f13739ad41: Preparing [2020-10-16T07:45:57.047Z] eb12bfcbb6e4: Waiting [2020-10-16T07:45:57.047Z] b268f71bcbde: Waiting [2020-10-16T07:45:57.047Z] 9b6fed2c3f4e: Waiting [2020-10-16T07:45:57.047Z] e2f13739ad41: Waiting [2020-10-16T07:45:57.047Z] e5797e519ce2: Waiting [2020-10-16T07:45:57.322Z] ebb272401fa1: Pushed [2020-10-16T07:45:57.322Z] 3999f884a3ab: Pushed [2020-10-16T07:45:57.322Z] f7522aa099e6: Pushed [2020-10-16T07:45:57.596Z] 790d392af72d: Pushed [2020-10-16T07:45:57.596Z] e5797e519ce2: Pushed [2020-10-16T07:45:57.596Z] 63fbf17878a0: Pushed [2020-10-16T07:45:57.596Z] e2f13739ad41: Layer already exists [2020-10-16T07:45:57.596Z] eb12bfcbb6e4: Pushed [2020-10-16T07:45:57.596Z] b268f71bcbde: Pushed [2020-10-16T07:45:57.866Z] 9b6fed2c3f4e: Pushed [2020-10-16T07:45:59.831Z] 968a40aceb5f: Pushed [2020-10-16T07:45:59.831Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:9bb8a4ce52aeb4548efdc76ed9f6ebaaed61fdd636be692cabfaebcc894b53fb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:00.173Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:00.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:00.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T07:46:00.509Z] 968a40aceb5f: Preparing [2020-10-16T07:46:00.509Z] 790d392af72d: Preparing [2020-10-16T07:46:00.509Z] f7522aa099e6: Preparing [2020-10-16T07:46:00.509Z] ebb272401fa1: Preparing [2020-10-16T07:46:00.509Z] ebb272401fa1: Preparing [2020-10-16T07:46:00.509Z] 3999f884a3ab: Preparing [2020-10-16T07:46:00.509Z] e5797e519ce2: Preparing [2020-10-16T07:46:00.509Z] 63fbf17878a0: Preparing [2020-10-16T07:46:00.509Z] 968a40aceb5f: Preparing [2020-10-16T07:46:00.509Z] eb12bfcbb6e4: Preparing [2020-10-16T07:46:00.509Z] b268f71bcbde: Preparing [2020-10-16T07:46:00.509Z] 9b6fed2c3f4e: Preparing [2020-10-16T07:46:00.509Z] e2f13739ad41: Preparing [2020-10-16T07:46:00.509Z] e5797e519ce2: Waiting [2020-10-16T07:46:00.509Z] b268f71bcbde: Waiting [2020-10-16T07:46:00.509Z] 9b6fed2c3f4e: Waiting [2020-10-16T07:46:00.509Z] e2f13739ad41: Waiting [2020-10-16T07:46:00.509Z] 63fbf17878a0: Waiting [2020-10-16T07:46:00.509Z] eb12bfcbb6e4: Waiting [2020-10-16T07:46:00.509Z] 968a40aceb5f: Layer already exists [2020-10-16T07:46:00.509Z] 790d392af72d: Layer already exists [2020-10-16T07:46:00.509Z] f7522aa099e6: Layer already exists [2020-10-16T07:46:00.509Z] 3999f884a3ab: Layer already exists [2020-10-16T07:46:00.509Z] ebb272401fa1: Layer already exists [2020-10-16T07:46:00.780Z] 63fbf17878a0: Layer already exists [2020-10-16T07:46:00.780Z] e5797e519ce2: Layer already exists [2020-10-16T07:46:00.780Z] eb12bfcbb6e4: Layer already exists [2020-10-16T07:46:00.780Z] b268f71bcbde: Layer already exists [2020-10-16T07:46:00.780Z] 9b6fed2c3f4e: Layer already exists [2020-10-16T07:46:00.780Z] e2f13739ad41: Layer already exists [2020-10-16T07:46:00.780Z] 1.2.2-dev.76: digest: sha256:9bb8a4ce52aeb4548efdc76ed9f6ebaaed61fdd636be692cabfaebcc894b53fb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:01.118Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:01.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:01.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T07:46:01.462Z] 968a40aceb5f: Preparing [2020-10-16T07:46:01.462Z] 790d392af72d: Preparing [2020-10-16T07:46:01.462Z] f7522aa099e6: Preparing [2020-10-16T07:46:01.462Z] ebb272401fa1: Preparing [2020-10-16T07:46:01.462Z] ebb272401fa1: Preparing [2020-10-16T07:46:01.462Z] 3999f884a3ab: Preparing [2020-10-16T07:46:01.462Z] e5797e519ce2: Preparing [2020-10-16T07:46:01.462Z] 63fbf17878a0: Preparing [2020-10-16T07:46:01.462Z] 968a40aceb5f: Preparing [2020-10-16T07:46:01.462Z] eb12bfcbb6e4: Preparing [2020-10-16T07:46:01.462Z] b268f71bcbde: Preparing [2020-10-16T07:46:01.462Z] 9b6fed2c3f4e: Preparing [2020-10-16T07:46:01.462Z] e2f13739ad41: Preparing [2020-10-16T07:46:01.462Z] eb12bfcbb6e4: Waiting [2020-10-16T07:46:01.462Z] b268f71bcbde: Waiting [2020-10-16T07:46:01.462Z] 9b6fed2c3f4e: Waiting [2020-10-16T07:46:01.462Z] e2f13739ad41: Waiting [2020-10-16T07:46:01.462Z] 63fbf17878a0: Waiting [2020-10-16T07:46:01.462Z] e5797e519ce2: Waiting [2020-10-16T07:46:01.462Z] 3999f884a3ab: Layer already exists [2020-10-16T07:46:01.462Z] 968a40aceb5f: Layer already exists [2020-10-16T07:46:01.462Z] f7522aa099e6: Layer already exists [2020-10-16T07:46:01.462Z] 790d392af72d: Layer already exists [2020-10-16T07:46:01.462Z] ebb272401fa1: Layer already exists [2020-10-16T07:46:01.734Z] 63fbf17878a0: Layer already exists [2020-10-16T07:46:01.734Z] eb12bfcbb6e4: Layer already exists [2020-10-16T07:46:01.734Z] b268f71bcbde: Layer already exists [2020-10-16T07:46:01.734Z] e5797e519ce2: Layer already exists [2020-10-16T07:46:01.734Z] 9b6fed2c3f4e: Layer already exists [2020-10-16T07:46:01.734Z] e2f13739ad41: Layer already exists [2020-10-16T07:46:01.734Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:9bb8a4ce52aeb4548efdc76ed9f6ebaaed61fdd636be692cabfaebcc894b53fb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:02.076Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:02.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-16T07:46:02.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T07:46:02.410Z] 968a40aceb5f: Preparing [2020-10-16T07:46:02.410Z] 790d392af72d: Preparing [2020-10-16T07:46:02.410Z] f7522aa099e6: Preparing [2020-10-16T07:46:02.410Z] ebb272401fa1: Preparing [2020-10-16T07:46:02.410Z] ebb272401fa1: Preparing [2020-10-16T07:46:02.410Z] 3999f884a3ab: Preparing [2020-10-16T07:46:02.410Z] e5797e519ce2: Preparing [2020-10-16T07:46:02.410Z] 63fbf17878a0: Preparing [2020-10-16T07:46:02.410Z] 968a40aceb5f: Preparing [2020-10-16T07:46:02.410Z] eb12bfcbb6e4: Preparing [2020-10-16T07:46:02.410Z] b268f71bcbde: Preparing [2020-10-16T07:46:02.410Z] 9b6fed2c3f4e: Preparing [2020-10-16T07:46:02.410Z] e2f13739ad41: Preparing [2020-10-16T07:46:02.410Z] eb12bfcbb6e4: Waiting [2020-10-16T07:46:02.410Z] b268f71bcbde: Waiting [2020-10-16T07:46:02.410Z] e2f13739ad41: Waiting [2020-10-16T07:46:02.410Z] 9b6fed2c3f4e: Waiting [2020-10-16T07:46:02.410Z] e5797e519ce2: Waiting [2020-10-16T07:46:02.410Z] 63fbf17878a0: Waiting [2020-10-16T07:46:02.410Z] 3999f884a3ab: Layer already exists [2020-10-16T07:46:02.410Z] 790d392af72d: Layer already exists [2020-10-16T07:46:02.410Z] 968a40aceb5f: Layer already exists [2020-10-16T07:46:02.410Z] f7522aa099e6: Layer already exists [2020-10-16T07:46:02.410Z] ebb272401fa1: Layer already exists [2020-10-16T07:46:02.410Z] e5797e519ce2: Layer already exists [2020-10-16T07:46:02.410Z] b268f71bcbde: Layer already exists [2020-10-16T07:46:02.410Z] 9b6fed2c3f4e: Layer already exists [2020-10-16T07:46:02.410Z] 63fbf17878a0: Layer already exists [2020-10-16T07:46:02.410Z] eb12bfcbb6e4: Layer already exists [2020-10-16T07:46:02.682Z] e2f13739ad41: Layer already exists [2020-10-16T07:46:02.682Z] master: digest: sha256:9bb8a4ce52aeb4548efdc76ed9f6ebaaed61fdd636be692cabfaebcc894b53fb size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:46:02.884Z] ===================================================== [Pipeline] echo [2020-10-16T07:46:02.934Z] taggedImages: [2020-10-16T07:46:02.934Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:02.934Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:02.934Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:02.934Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-16T07:46:03.036Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-16T07:46:03.036Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:03.036Z] 1.2.2-dev.76 [2020-10-16T07:46:03.036Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:03.036Z] master [2020-10-16T07:46:03.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:03.548Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:03.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:03.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T07:46:03.903Z] 340ff11e0b46: Preparing [2020-10-16T07:46:03.903Z] e917a2dfe8ef: Preparing [2020-10-16T07:46:03.903Z] e7aaa1623f36: Preparing [2020-10-16T07:46:03.903Z] 5d5e52d77754: Preparing [2020-10-16T07:46:03.903Z] 6771f96cec15: Preparing [2020-10-16T07:46:03.903Z] 95923d09e229: Preparing [2020-10-16T07:46:03.903Z] ba5b16d78e55: Preparing [2020-10-16T07:46:03.903Z] a1067c0943b7: Preparing [2020-10-16T07:46:03.903Z] 3c8344dd157f: Preparing [2020-10-16T07:46:03.903Z] 291c4afd51d8: Preparing [2020-10-16T07:46:03.903Z] 66b385cf80cf: Preparing [2020-10-16T07:46:03.903Z] a1067c0943b7: Waiting [2020-10-16T07:46:03.903Z] 3c8344dd157f: Waiting [2020-10-16T07:46:03.903Z] 291c4afd51d8: Waiting [2020-10-16T07:46:03.903Z] 95923d09e229: Waiting [2020-10-16T07:46:03.903Z] 66b385cf80cf: Waiting [2020-10-16T07:46:03.903Z] ba5b16d78e55: Waiting [2020-10-16T07:46:04.182Z] e917a2dfe8ef: Pushed [2020-10-16T07:46:04.182Z] 340ff11e0b46: Pushed [2020-10-16T07:46:04.453Z] 95923d09e229: Pushed [2020-10-16T07:46:04.453Z] ba5b16d78e55: Pushed [2020-10-16T07:46:04.727Z] a1067c0943b7: Pushed [2020-10-16T07:46:04.727Z] 3c8344dd157f: Pushed [2020-10-16T07:46:05.002Z] 66b385cf80cf: Layer already exists [2020-10-16T07:46:05.274Z] 291c4afd51d8: Pushed [2020-10-16T07:46:05.869Z] e7aaa1623f36: Pushed [2020-10-16T07:46:06.457Z] 6771f96cec15: Pushed [2020-10-16T07:46:06.457Z] 5d5e52d77754: Pushed [2020-10-16T07:46:06.727Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:a5e0d367b8865fd766be989d95ed9879c07cc272026e9c74fc9e7040900afeeb size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:07.070Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:07.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:07.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T07:46:07.405Z] 340ff11e0b46: Preparing [2020-10-16T07:46:07.405Z] e917a2dfe8ef: Preparing [2020-10-16T07:46:07.405Z] e7aaa1623f36: Preparing [2020-10-16T07:46:07.405Z] 5d5e52d77754: Preparing [2020-10-16T07:46:07.405Z] 6771f96cec15: Preparing [2020-10-16T07:46:07.405Z] 95923d09e229: Preparing [2020-10-16T07:46:07.405Z] ba5b16d78e55: Preparing [2020-10-16T07:46:07.405Z] a1067c0943b7: Preparing [2020-10-16T07:46:07.405Z] 3c8344dd157f: Preparing [2020-10-16T07:46:07.405Z] 291c4afd51d8: Preparing [2020-10-16T07:46:07.405Z] 66b385cf80cf: Preparing [2020-10-16T07:46:07.405Z] a1067c0943b7: Waiting [2020-10-16T07:46:07.405Z] 3c8344dd157f: Waiting [2020-10-16T07:46:07.405Z] 291c4afd51d8: Waiting [2020-10-16T07:46:07.405Z] 95923d09e229: Waiting [2020-10-16T07:46:07.405Z] ba5b16d78e55: Waiting [2020-10-16T07:46:07.675Z] e7aaa1623f36: Layer already exists [2020-10-16T07:46:07.675Z] 5d5e52d77754: Layer already exists [2020-10-16T07:46:07.675Z] e917a2dfe8ef: Layer already exists [2020-10-16T07:46:07.675Z] 340ff11e0b46: Layer already exists [2020-10-16T07:46:07.675Z] 6771f96cec15: Layer already exists [2020-10-16T07:46:07.675Z] ba5b16d78e55: Layer already exists [2020-10-16T07:46:07.675Z] 3c8344dd157f: Layer already exists [2020-10-16T07:46:07.675Z] 95923d09e229: Layer already exists [2020-10-16T07:46:07.675Z] a1067c0943b7: Layer already exists [2020-10-16T07:46:07.675Z] 291c4afd51d8: Layer already exists [2020-10-16T07:46:07.675Z] 66b385cf80cf: Layer already exists [2020-10-16T07:46:07.675Z] 1.2.2-dev.76: digest: sha256:a5e0d367b8865fd766be989d95ed9879c07cc272026e9c74fc9e7040900afeeb size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:08.016Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:08.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:08.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T07:46:08.354Z] 340ff11e0b46: Preparing [2020-10-16T07:46:08.354Z] e917a2dfe8ef: Preparing [2020-10-16T07:46:08.354Z] e7aaa1623f36: Preparing [2020-10-16T07:46:08.354Z] 5d5e52d77754: Preparing [2020-10-16T07:46:08.354Z] 6771f96cec15: Preparing [2020-10-16T07:46:08.354Z] 95923d09e229: Preparing [2020-10-16T07:46:08.354Z] ba5b16d78e55: Preparing [2020-10-16T07:46:08.354Z] a1067c0943b7: Preparing [2020-10-16T07:46:08.354Z] 3c8344dd157f: Preparing [2020-10-16T07:46:08.354Z] 291c4afd51d8: Preparing [2020-10-16T07:46:08.354Z] 66b385cf80cf: Preparing [2020-10-16T07:46:08.354Z] 95923d09e229: Waiting [2020-10-16T07:46:08.354Z] ba5b16d78e55: Waiting [2020-10-16T07:46:08.354Z] a1067c0943b7: Waiting [2020-10-16T07:46:08.354Z] 3c8344dd157f: Waiting [2020-10-16T07:46:08.354Z] 291c4afd51d8: Waiting [2020-10-16T07:46:08.354Z] 66b385cf80cf: Waiting [2020-10-16T07:46:08.625Z] 5d5e52d77754: Layer already exists [2020-10-16T07:46:08.625Z] 340ff11e0b46: Layer already exists [2020-10-16T07:46:08.625Z] 6771f96cec15: Layer already exists [2020-10-16T07:46:08.625Z] e7aaa1623f36: Layer already exists [2020-10-16T07:46:08.625Z] e917a2dfe8ef: Layer already exists [2020-10-16T07:46:08.625Z] 95923d09e229: Layer already exists [2020-10-16T07:46:08.625Z] a1067c0943b7: Layer already exists [2020-10-16T07:46:08.625Z] 3c8344dd157f: Layer already exists [2020-10-16T07:46:08.625Z] ba5b16d78e55: Layer already exists [2020-10-16T07:46:08.625Z] 291c4afd51d8: Layer already exists [2020-10-16T07:46:08.625Z] 66b385cf80cf: Layer already exists [2020-10-16T07:46:08.625Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:a5e0d367b8865fd766be989d95ed9879c07cc272026e9c74fc9e7040900afeeb size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:08.966Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:09.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-16T07:46:09.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T07:46:09.297Z] 340ff11e0b46: Preparing [2020-10-16T07:46:09.297Z] e917a2dfe8ef: Preparing [2020-10-16T07:46:09.297Z] e7aaa1623f36: Preparing [2020-10-16T07:46:09.297Z] 5d5e52d77754: Preparing [2020-10-16T07:46:09.297Z] 6771f96cec15: Preparing [2020-10-16T07:46:09.297Z] 95923d09e229: Preparing [2020-10-16T07:46:09.297Z] ba5b16d78e55: Preparing [2020-10-16T07:46:09.297Z] a1067c0943b7: Preparing [2020-10-16T07:46:09.297Z] 3c8344dd157f: Preparing [2020-10-16T07:46:09.297Z] 291c4afd51d8: Preparing [2020-10-16T07:46:09.297Z] 66b385cf80cf: Preparing [2020-10-16T07:46:09.297Z] 95923d09e229: Waiting [2020-10-16T07:46:09.297Z] ba5b16d78e55: Waiting [2020-10-16T07:46:09.297Z] a1067c0943b7: Waiting [2020-10-16T07:46:09.297Z] 3c8344dd157f: Waiting [2020-10-16T07:46:09.297Z] 291c4afd51d8: Waiting [2020-10-16T07:46:09.297Z] 66b385cf80cf: Waiting [2020-10-16T07:46:09.297Z] 5d5e52d77754: Layer already exists [2020-10-16T07:46:09.297Z] e917a2dfe8ef: Layer already exists [2020-10-16T07:46:09.297Z] 6771f96cec15: Layer already exists [2020-10-16T07:46:09.297Z] 340ff11e0b46: Layer already exists [2020-10-16T07:46:09.297Z] e7aaa1623f36: Layer already exists [2020-10-16T07:46:09.297Z] 95923d09e229: Layer already exists [2020-10-16T07:46:09.297Z] ba5b16d78e55: Layer already exists [2020-10-16T07:46:09.297Z] a1067c0943b7: Layer already exists [2020-10-16T07:46:09.567Z] 3c8344dd157f: Layer already exists [2020-10-16T07:46:09.567Z] 291c4afd51d8: Layer already exists [2020-10-16T07:46:09.567Z] 66b385cf80cf: Layer already exists [2020-10-16T07:46:09.567Z] master: digest: sha256:a5e0d367b8865fd766be989d95ed9879c07cc272026e9c74fc9e7040900afeeb size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:46:09.770Z] ===================================================== [Pipeline] echo [2020-10-16T07:46:09.815Z] taggedImages: [2020-10-16T07:46:09.816Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:09.816Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:09.816Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:09.816Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-16T07:46:09.882Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-16T07:46:09.882Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:09.882Z] 1.2.2-dev.76 [2020-10-16T07:46:09.882Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:09.882Z] master [2020-10-16T07:46:09.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:10.426Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:11.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:11.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T07:46:11.045Z] dfa1fd409c37: Preparing [2020-10-16T07:46:11.045Z] 073bce0dac0a: Preparing [2020-10-16T07:46:11.045Z] 0d8627cdf84e: Preparing [2020-10-16T07:46:11.045Z] b59f2f82f76a: Preparing [2020-10-16T07:46:11.340Z] dfa1fd409c37: Pushed [2020-10-16T07:46:11.340Z] 0d8627cdf84e: Pushed [2020-10-16T07:46:11.612Z] b59f2f82f76a: Pushed [2020-10-16T07:46:14.222Z] 073bce0dac0a: Pushed [2020-10-16T07:46:14.222Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:4d5d823131257ff8789bd76cd27e71cc6196179d99127f19bf35f49d20d0105a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:14.557Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:14.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:14.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T07:46:14.885Z] dfa1fd409c37: Preparing [2020-10-16T07:46:14.885Z] 073bce0dac0a: Preparing [2020-10-16T07:46:14.885Z] 0d8627cdf84e: Preparing [2020-10-16T07:46:14.885Z] b59f2f82f76a: Preparing [2020-10-16T07:46:14.885Z] b59f2f82f76a: Layer already exists [2020-10-16T07:46:14.885Z] 073bce0dac0a: Layer already exists [2020-10-16T07:46:14.885Z] dfa1fd409c37: Layer already exists [2020-10-16T07:46:14.885Z] 0d8627cdf84e: Layer already exists [2020-10-16T07:46:15.154Z] 1.2.2-dev.76: digest: sha256:4d5d823131257ff8789bd76cd27e71cc6196179d99127f19bf35f49d20d0105a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:15.486Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:15.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:15.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T07:46:15.815Z] dfa1fd409c37: Preparing [2020-10-16T07:46:15.815Z] 073bce0dac0a: Preparing [2020-10-16T07:46:15.815Z] 0d8627cdf84e: Preparing [2020-10-16T07:46:15.815Z] b59f2f82f76a: Preparing [2020-10-16T07:46:15.815Z] b59f2f82f76a: Layer already exists [2020-10-16T07:46:15.815Z] 0d8627cdf84e: Layer already exists [2020-10-16T07:46:15.815Z] dfa1fd409c37: Layer already exists [2020-10-16T07:46:15.815Z] 073bce0dac0a: Layer already exists [2020-10-16T07:46:16.084Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:4d5d823131257ff8789bd76cd27e71cc6196179d99127f19bf35f49d20d0105a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:16.418Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:16.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-16T07:46:16.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T07:46:16.745Z] dfa1fd409c37: Preparing [2020-10-16T07:46:16.745Z] 073bce0dac0a: Preparing [2020-10-16T07:46:16.745Z] 0d8627cdf84e: Preparing [2020-10-16T07:46:16.745Z] b59f2f82f76a: Preparing [2020-10-16T07:46:16.745Z] dfa1fd409c37: Layer already exists [2020-10-16T07:46:16.745Z] 0d8627cdf84e: Layer already exists [2020-10-16T07:46:16.745Z] 073bce0dac0a: Layer already exists [2020-10-16T07:46:16.745Z] b59f2f82f76a: Layer already exists [2020-10-16T07:46:17.016Z] master: digest: sha256:4d5d823131257ff8789bd76cd27e71cc6196179d99127f19bf35f49d20d0105a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:46:17.206Z] ===================================================== [Pipeline] echo [2020-10-16T07:46:17.253Z] taggedImages: [2020-10-16T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-16T07:46:17.363Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-16T07:46:17.363Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:17.363Z] 1.2.2-dev.76 [2020-10-16T07:46:17.363Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:17.363Z] master [2020-10-16T07:46:17.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:17.971Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:18.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:18.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T07:46:18.309Z] fbd0f43ad3f6: Preparing [2020-10-16T07:46:18.309Z] 4fd79719c536: Preparing [2020-10-16T07:46:18.309Z] 8781dc68e368: Preparing [2020-10-16T07:46:18.309Z] b0dd8c644f76: Preparing [2020-10-16T07:46:18.309Z] aa99e8e4be0f: Preparing [2020-10-16T07:46:18.309Z] f1fef168f8a0: Preparing [2020-10-16T07:46:18.309Z] f1fef168f8a0: Waiting [2020-10-16T07:46:18.581Z] fbd0f43ad3f6: Pushed [2020-10-16T07:46:18.581Z] 8781dc68e368: Pushed [2020-10-16T07:46:18.581Z] aa99e8e4be0f: Pushed [2020-10-16T07:46:18.581Z] b0dd8c644f76: Pushed [2020-10-16T07:46:19.174Z] f1fef168f8a0: Pushed [2020-10-16T07:46:21.776Z] 4fd79719c536: Pushed [2020-10-16T07:46:21.776Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:fc4cc1a560cdbb2cc5066d8130e53871ffdc83dbc56c5b2eda9c121a29a8acb8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:22.112Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:22.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:22.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T07:46:22.447Z] fbd0f43ad3f6: Preparing [2020-10-16T07:46:22.447Z] 4fd79719c536: Preparing [2020-10-16T07:46:22.447Z] 8781dc68e368: Preparing [2020-10-16T07:46:22.447Z] b0dd8c644f76: Preparing [2020-10-16T07:46:22.447Z] aa99e8e4be0f: Preparing [2020-10-16T07:46:22.447Z] f1fef168f8a0: Preparing [2020-10-16T07:46:22.447Z] f1fef168f8a0: Waiting [2020-10-16T07:46:22.447Z] fbd0f43ad3f6: Layer already exists [2020-10-16T07:46:22.447Z] b0dd8c644f76: Layer already exists [2020-10-16T07:46:22.447Z] 4fd79719c536: Layer already exists [2020-10-16T07:46:22.447Z] 8781dc68e368: Layer already exists [2020-10-16T07:46:22.447Z] aa99e8e4be0f: Layer already exists [2020-10-16T07:46:22.447Z] f1fef168f8a0: Layer already exists [2020-10-16T07:46:22.716Z] 1.2.2-dev.76: digest: sha256:fc4cc1a560cdbb2cc5066d8130e53871ffdc83dbc56c5b2eda9c121a29a8acb8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:23.052Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:23.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:23.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T07:46:23.381Z] fbd0f43ad3f6: Preparing [2020-10-16T07:46:23.381Z] 4fd79719c536: Preparing [2020-10-16T07:46:23.381Z] 8781dc68e368: Preparing [2020-10-16T07:46:23.381Z] b0dd8c644f76: Preparing [2020-10-16T07:46:23.381Z] aa99e8e4be0f: Preparing [2020-10-16T07:46:23.382Z] f1fef168f8a0: Preparing [2020-10-16T07:46:23.382Z] 4fd79719c536: Layer already exists [2020-10-16T07:46:23.382Z] aa99e8e4be0f: Layer already exists [2020-10-16T07:46:23.382Z] fbd0f43ad3f6: Layer already exists [2020-10-16T07:46:23.382Z] b0dd8c644f76: Layer already exists [2020-10-16T07:46:23.382Z] 8781dc68e368: Layer already exists [2020-10-16T07:46:23.650Z] f1fef168f8a0: Layer already exists [2020-10-16T07:46:23.650Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:fc4cc1a560cdbb2cc5066d8130e53871ffdc83dbc56c5b2eda9c121a29a8acb8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:23.987Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:24.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-16T07:46:24.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T07:46:24.315Z] fbd0f43ad3f6: Preparing [2020-10-16T07:46:24.315Z] 4fd79719c536: Preparing [2020-10-16T07:46:24.315Z] 8781dc68e368: Preparing [2020-10-16T07:46:24.315Z] b0dd8c644f76: Preparing [2020-10-16T07:46:24.315Z] aa99e8e4be0f: Preparing [2020-10-16T07:46:24.315Z] f1fef168f8a0: Preparing [2020-10-16T07:46:24.315Z] f1fef168f8a0: Waiting [2020-10-16T07:46:24.586Z] 8781dc68e368: Layer already exists [2020-10-16T07:46:24.586Z] b0dd8c644f76: Layer already exists [2020-10-16T07:46:24.586Z] 4fd79719c536: Layer already exists [2020-10-16T07:46:24.586Z] aa99e8e4be0f: Layer already exists [2020-10-16T07:46:24.586Z] fbd0f43ad3f6: Layer already exists [2020-10-16T07:46:24.586Z] f1fef168f8a0: Layer already exists [2020-10-16T07:46:24.586Z] master: digest: sha256:fc4cc1a560cdbb2cc5066d8130e53871ffdc83dbc56c5b2eda9c121a29a8acb8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:46:24.807Z] ===================================================== [Pipeline] echo [2020-10-16T07:46:24.855Z] taggedImages: [2020-10-16T07:46:24.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:24.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:24.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:24.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-16T07:46:24.927Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-16T07:46:24.927Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:24.927Z] 1.2.2-dev.76 [2020-10-16T07:46:24.927Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:24.927Z] master [2020-10-16T07:46:24.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:25.486Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:25.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:25.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T07:46:25.822Z] 39a8e7eeff44: Preparing [2020-10-16T07:46:25.822Z] ce8748131622: Preparing [2020-10-16T07:46:25.822Z] 0b9d267e32b4: Preparing [2020-10-16T07:46:26.092Z] 0b9d267e32b4: Pushed [2020-10-16T07:46:26.092Z] 39a8e7eeff44: Pushed [2020-10-16T07:46:29.458Z] ce8748131622: Pushed [2020-10-16T07:46:29.458Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:6ae733837e65b8c3a43a072adc1ce140aeade1b6655c51f29bd38024d8f6ed48 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:29.813Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:30.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:30.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T07:46:30.145Z] 39a8e7eeff44: Preparing [2020-10-16T07:46:30.145Z] ce8748131622: Preparing [2020-10-16T07:46:30.145Z] 0b9d267e32b4: Preparing [2020-10-16T07:46:30.145Z] ce8748131622: Layer already exists [2020-10-16T07:46:30.145Z] 39a8e7eeff44: Layer already exists [2020-10-16T07:46:30.145Z] 0b9d267e32b4: Layer already exists [2020-10-16T07:46:30.416Z] 1.2.2-dev.76: digest: sha256:6ae733837e65b8c3a43a072adc1ce140aeade1b6655c51f29bd38024d8f6ed48 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:30.753Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:31.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:31.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T07:46:31.088Z] 39a8e7eeff44: Preparing [2020-10-16T07:46:31.088Z] ce8748131622: Preparing [2020-10-16T07:46:31.088Z] 0b9d267e32b4: Preparing [2020-10-16T07:46:31.358Z] ce8748131622: Layer already exists [2020-10-16T07:46:31.358Z] 0b9d267e32b4: Layer already exists [2020-10-16T07:46:31.358Z] 39a8e7eeff44: Layer already exists [2020-10-16T07:46:31.358Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:6ae733837e65b8c3a43a072adc1ce140aeade1b6655c51f29bd38024d8f6ed48 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:31.698Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:32.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-16T07:46:32.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T07:46:32.033Z] 39a8e7eeff44: Preparing [2020-10-16T07:46:32.033Z] ce8748131622: Preparing [2020-10-16T07:46:32.033Z] 0b9d267e32b4: Preparing [2020-10-16T07:46:32.033Z] ce8748131622: Layer already exists [2020-10-16T07:46:32.033Z] 39a8e7eeff44: Layer already exists [2020-10-16T07:46:32.033Z] 0b9d267e32b4: Layer already exists [2020-10-16T07:46:32.302Z] master: digest: sha256:6ae733837e65b8c3a43a072adc1ce140aeade1b6655c51f29bd38024d8f6ed48 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:46:32.495Z] ===================================================== [Pipeline] echo [2020-10-16T07:46:32.541Z] taggedImages: [2020-10-16T07:46:32.541Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:32.541Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:32.541Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:32.541Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-16T07:46:32.601Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-16T07:46:32.601Z] bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:32.601Z] 1.2.2-dev.76 [2020-10-16T07:46:32.601Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:32.601Z] master [2020-10-16T07:46:32.601Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:33.217Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:33.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:33.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T07:46:33.554Z] 57925b0502b4: Preparing [2020-10-16T07:46:33.554Z] e6d2931f7691: Preparing [2020-10-16T07:46:33.554Z] a7c9d3419352: Preparing [2020-10-16T07:46:33.554Z] a3b7b15670c8: Preparing [2020-10-16T07:46:33.554Z] f713b945d9b7: Preparing [2020-10-16T07:46:33.554Z] bf307910e425: Preparing [2020-10-16T07:46:33.554Z] 95004d6c2298: Preparing [2020-10-16T07:46:33.554Z] f875f9e206db: Preparing [2020-10-16T07:46:33.554Z] 3994ac1dcb8b: Preparing [2020-10-16T07:46:33.554Z] 5f2247eaf593: Preparing [2020-10-16T07:46:33.554Z] 62d13be1b083: Preparing [2020-10-16T07:46:33.554Z] 94fdc660876c: Preparing [2020-10-16T07:46:33.554Z] 4e7279dfc0c0: Preparing [2020-10-16T07:46:33.554Z] e2f13739ad41: Preparing [2020-10-16T07:46:33.555Z] 95004d6c2298: Waiting [2020-10-16T07:46:33.555Z] f875f9e206db: Waiting [2020-10-16T07:46:33.555Z] 5f2247eaf593: Waiting [2020-10-16T07:46:33.555Z] 3994ac1dcb8b: Waiting [2020-10-16T07:46:33.555Z] bf307910e425: Waiting [2020-10-16T07:46:33.555Z] 62d13be1b083: Waiting [2020-10-16T07:46:33.555Z] 94fdc660876c: Waiting [2020-10-16T07:46:33.555Z] 4e7279dfc0c0: Waiting [2020-10-16T07:46:33.555Z] e2f13739ad41: Waiting [2020-10-16T07:46:34.152Z] f713b945d9b7: Pushed [2020-10-16T07:46:34.152Z] 57925b0502b4: Pushed [2020-10-16T07:46:34.754Z] a3b7b15670c8: Pushed [2020-10-16T07:46:34.754Z] f875f9e206db: Layer already exists [2020-10-16T07:46:35.027Z] 3994ac1dcb8b: Layer already exists [2020-10-16T07:46:35.027Z] 95004d6c2298: Pushed [2020-10-16T07:46:35.027Z] 5f2247eaf593: Layer already exists [2020-10-16T07:46:35.027Z] 62d13be1b083: Layer already exists [2020-10-16T07:46:35.027Z] 94fdc660876c: Layer already exists [2020-10-16T07:46:35.027Z] e2f13739ad41: Layer already exists [2020-10-16T07:46:35.027Z] 4e7279dfc0c0: Layer already exists [2020-10-16T07:46:35.621Z] e6d2931f7691: Pushed [2020-10-16T07:46:36.664Z] bf307910e425: Pushed [2020-10-16T07:46:49.044Z] a7c9d3419352: Pushed [2020-10-16T07:46:49.044Z] bf07e1ea75fdced3aa7682c431f6de3bff686831: digest: sha256:52805d6704eec4d2798d24d88ff5c7e24c2c9b59e603447719e10d5613dfe50e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:49.384Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:49.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:49.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T07:46:49.731Z] 57925b0502b4: Preparing [2020-10-16T07:46:49.731Z] e6d2931f7691: Preparing [2020-10-16T07:46:49.731Z] a7c9d3419352: Preparing [2020-10-16T07:46:49.731Z] a3b7b15670c8: Preparing [2020-10-16T07:46:49.731Z] f713b945d9b7: Preparing [2020-10-16T07:46:49.731Z] bf307910e425: Preparing [2020-10-16T07:46:49.731Z] 95004d6c2298: Preparing [2020-10-16T07:46:49.731Z] f875f9e206db: Preparing [2020-10-16T07:46:49.731Z] 3994ac1dcb8b: Preparing [2020-10-16T07:46:49.731Z] 5f2247eaf593: Preparing [2020-10-16T07:46:49.731Z] 62d13be1b083: Preparing [2020-10-16T07:46:49.731Z] 94fdc660876c: Preparing [2020-10-16T07:46:49.731Z] 4e7279dfc0c0: Preparing [2020-10-16T07:46:49.731Z] e2f13739ad41: Preparing [2020-10-16T07:46:49.731Z] 3994ac1dcb8b: Waiting [2020-10-16T07:46:49.731Z] 94fdc660876c: Waiting [2020-10-16T07:46:49.731Z] 4e7279dfc0c0: Waiting [2020-10-16T07:46:49.731Z] e2f13739ad41: Waiting [2020-10-16T07:46:49.731Z] bf307910e425: Waiting [2020-10-16T07:46:49.731Z] 5f2247eaf593: Waiting [2020-10-16T07:46:49.731Z] 62d13be1b083: Waiting [2020-10-16T07:46:49.731Z] 95004d6c2298: Waiting [2020-10-16T07:46:49.731Z] f875f9e206db: Waiting [2020-10-16T07:46:50.001Z] f713b945d9b7: Layer already exists [2020-10-16T07:46:50.001Z] 57925b0502b4: Layer already exists [2020-10-16T07:46:50.001Z] e6d2931f7691: Layer already exists [2020-10-16T07:46:50.001Z] a7c9d3419352: Layer already exists [2020-10-16T07:46:50.001Z] a3b7b15670c8: Layer already exists [2020-10-16T07:46:50.001Z] 3994ac1dcb8b: Layer already exists [2020-10-16T07:46:50.001Z] bf307910e425: Layer already exists [2020-10-16T07:46:50.001Z] f875f9e206db: Layer already exists [2020-10-16T07:46:50.001Z] 95004d6c2298: Layer already exists [2020-10-16T07:46:50.001Z] 5f2247eaf593: Layer already exists [2020-10-16T07:46:50.001Z] 62d13be1b083: Layer already exists [2020-10-16T07:46:50.001Z] 94fdc660876c: Layer already exists [2020-10-16T07:46:50.001Z] 4e7279dfc0c0: Layer already exists [2020-10-16T07:46:50.001Z] e2f13739ad41: Layer already exists [2020-10-16T07:46:50.001Z] 1.2.2-dev.76: digest: sha256:52805d6704eec4d2798d24d88ff5c7e24c2c9b59e603447719e10d5613dfe50e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:50.344Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:50.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:50.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T07:46:50.679Z] 57925b0502b4: Preparing [2020-10-16T07:46:50.679Z] e6d2931f7691: Preparing [2020-10-16T07:46:50.679Z] a7c9d3419352: Preparing [2020-10-16T07:46:50.679Z] a3b7b15670c8: Preparing [2020-10-16T07:46:50.679Z] f713b945d9b7: Preparing [2020-10-16T07:46:50.679Z] bf307910e425: Preparing [2020-10-16T07:46:50.679Z] 95004d6c2298: Preparing [2020-10-16T07:46:50.679Z] f875f9e206db: Preparing [2020-10-16T07:46:50.679Z] 3994ac1dcb8b: Preparing [2020-10-16T07:46:50.679Z] 5f2247eaf593: Preparing [2020-10-16T07:46:50.679Z] 62d13be1b083: Preparing [2020-10-16T07:46:50.679Z] 94fdc660876c: Preparing [2020-10-16T07:46:50.679Z] 4e7279dfc0c0: Preparing [2020-10-16T07:46:50.679Z] e2f13739ad41: Preparing [2020-10-16T07:46:50.679Z] 3994ac1dcb8b: Waiting [2020-10-16T07:46:50.679Z] 5f2247eaf593: Waiting [2020-10-16T07:46:50.679Z] 95004d6c2298: Waiting [2020-10-16T07:46:50.679Z] f875f9e206db: Waiting [2020-10-16T07:46:50.679Z] 62d13be1b083: Waiting [2020-10-16T07:46:50.679Z] 4e7279dfc0c0: Waiting [2020-10-16T07:46:50.679Z] e2f13739ad41: Waiting [2020-10-16T07:46:50.679Z] bf307910e425: Waiting [2020-10-16T07:46:50.679Z] 94fdc660876c: Waiting [2020-10-16T07:46:50.951Z] a3b7b15670c8: Layer already exists [2020-10-16T07:46:50.951Z] a7c9d3419352: Layer already exists [2020-10-16T07:46:50.951Z] f713b945d9b7: Layer already exists [2020-10-16T07:46:50.951Z] e6d2931f7691: Layer already exists [2020-10-16T07:46:50.951Z] 57925b0502b4: Layer already exists [2020-10-16T07:46:50.951Z] f875f9e206db: Layer already exists [2020-10-16T07:46:50.951Z] 95004d6c2298: Layer already exists [2020-10-16T07:46:50.951Z] bf307910e425: Layer already exists [2020-10-16T07:46:50.951Z] 3994ac1dcb8b: Layer already exists [2020-10-16T07:46:50.951Z] 5f2247eaf593: Layer already exists [2020-10-16T07:46:50.951Z] 94fdc660876c: Layer already exists [2020-10-16T07:46:50.951Z] 62d13be1b083: Layer already exists [2020-10-16T07:46:50.951Z] 4e7279dfc0c0: Layer already exists [2020-10-16T07:46:50.951Z] e2f13739ad41: Layer already exists [2020-10-16T07:46:50.951Z] bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76: digest: sha256:52805d6704eec4d2798d24d88ff5c7e24c2c9b59e603447719e10d5613dfe50e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:51.293Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:51.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-16T07:46:51.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T07:46:51.627Z] 57925b0502b4: Preparing [2020-10-16T07:46:51.627Z] e6d2931f7691: Preparing [2020-10-16T07:46:51.627Z] a7c9d3419352: Preparing [2020-10-16T07:46:51.627Z] a3b7b15670c8: Preparing [2020-10-16T07:46:51.627Z] f713b945d9b7: Preparing [2020-10-16T07:46:51.627Z] bf307910e425: Preparing [2020-10-16T07:46:51.627Z] 95004d6c2298: Preparing [2020-10-16T07:46:51.627Z] f875f9e206db: Preparing [2020-10-16T07:46:51.627Z] 3994ac1dcb8b: Preparing [2020-10-16T07:46:51.627Z] 5f2247eaf593: Preparing [2020-10-16T07:46:51.627Z] 62d13be1b083: Preparing [2020-10-16T07:46:51.627Z] 94fdc660876c: Preparing [2020-10-16T07:46:51.627Z] 4e7279dfc0c0: Preparing [2020-10-16T07:46:51.627Z] e2f13739ad41: Preparing [2020-10-16T07:46:51.627Z] bf307910e425: Waiting [2020-10-16T07:46:51.627Z] 95004d6c2298: Waiting [2020-10-16T07:46:51.627Z] 5f2247eaf593: Waiting [2020-10-16T07:46:51.627Z] 62d13be1b083: Waiting [2020-10-16T07:46:51.627Z] 94fdc660876c: Waiting [2020-10-16T07:46:51.627Z] 4e7279dfc0c0: Waiting [2020-10-16T07:46:51.627Z] e2f13739ad41: Waiting [2020-10-16T07:46:51.627Z] f875f9e206db: Waiting [2020-10-16T07:46:51.627Z] f713b945d9b7: Layer already exists [2020-10-16T07:46:51.627Z] a7c9d3419352: Layer already exists [2020-10-16T07:46:51.898Z] a3b7b15670c8: Layer already exists [2020-10-16T07:46:51.898Z] e6d2931f7691: Layer already exists [2020-10-16T07:46:51.898Z] 57925b0502b4: Layer already exists [2020-10-16T07:46:51.898Z] f875f9e206db: Layer already exists [2020-10-16T07:46:51.898Z] bf307910e425: Layer already exists [2020-10-16T07:46:51.898Z] 3994ac1dcb8b: Layer already exists [2020-10-16T07:46:51.898Z] 5f2247eaf593: Layer already exists [2020-10-16T07:46:51.898Z] 95004d6c2298: Layer already exists [2020-10-16T07:46:51.898Z] 4e7279dfc0c0: Layer already exists [2020-10-16T07:46:51.898Z] 94fdc660876c: Layer already exists [2020-10-16T07:46:51.898Z] 62d13be1b083: Layer already exists [2020-10-16T07:46:51.898Z] e2f13739ad41: Layer already exists [2020-10-16T07:46:51.898Z] master: digest: sha256:52805d6704eec4d2798d24d88ff5c7e24c2c9b59e603447719e10d5613dfe50e size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T07:46:52.216Z] ===================================================== [Pipeline] echo [2020-10-16T07:46:52.282Z] taggedImages: [2020-10-16T07:46:52.282Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:46:52.282Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.76 [2020-10-16T07:46:52.282Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831-1.2.2-dev.76 [2020-10-16T07:46:52.282Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-16T07:46:54.285Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T07:46:54.287Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T07:46:54.344Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:54.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T07:46:54.707Z] [2020-10-16T07:46:54.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:46:55.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T07:46:55.063Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T07:46:55.063Z] cbdbe7a5bc2a: Already exists [2020-10-16T07:46:55.063Z] 408f87550127: Pulling fs layer [2020-10-16T07:46:55.063Z] fe522b08c979: Pulling fs layer [2020-10-16T07:46:55.063Z] 221eaa008020: Pulling fs layer [2020-10-16T07:46:55.063Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T07:46:55.063Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T07:46:55.063Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T07:46:55.063Z] 23e8b3b47431: Pulling fs layer [2020-10-16T07:46:55.063Z] 5c568d65a230: Pulling fs layer [2020-10-16T07:46:55.063Z] e5c8dbe1645b: Waiting [2020-10-16T07:46:55.063Z] 23e8b3b47431: Waiting [2020-10-16T07:46:55.063Z] 8f79b27c4fd2: Waiting [2020-10-16T07:46:55.063Z] 5c568d65a230: Waiting [2020-10-16T07:46:55.063Z] 2a4607e5d6b9: Waiting [2020-10-16T07:46:55.063Z] 408f87550127: Verifying Checksum [2020-10-16T07:46:55.063Z] 408f87550127: Download complete [2020-10-16T07:46:55.063Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T07:46:55.063Z] 2a4607e5d6b9: Download complete [2020-10-16T07:46:55.063Z] 8f79b27c4fd2: Verifying Checksum [2020-10-16T07:46:55.063Z] 8f79b27c4fd2: Download complete [2020-10-16T07:46:55.324Z] fe522b08c979: Verifying Checksum [2020-10-16T07:46:55.324Z] fe522b08c979: Download complete [2020-10-16T07:46:55.324Z] 408f87550127: Pull complete [2020-10-16T07:46:55.586Z] fe522b08c979: Pull complete [2020-10-16T07:46:57.108Z] e5c8dbe1645b: Download complete [2020-10-16T07:46:58.545Z] 5c568d65a230: Verifying Checksum [2020-10-16T07:46:58.545Z] 5c568d65a230: Download complete [2020-10-16T07:46:58.545Z] 23e8b3b47431: Verifying Checksum [2020-10-16T07:46:58.545Z] 23e8b3b47431: Download complete [2020-10-16T07:46:59.937Z] 221eaa008020: Verifying Checksum [2020-10-16T07:46:59.937Z] 221eaa008020: Download complete [2020-10-16T07:47:05.283Z] 221eaa008020: Pull complete [2020-10-16T07:47:05.545Z] 2a4607e5d6b9: Pull complete [2020-10-16T07:47:05.545Z] 8f79b27c4fd2: Pull complete [2020-10-16T07:47:09.828Z] e5c8dbe1645b: Pull complete [2020-10-16T07:47:14.047Z] 23e8b3b47431: Pull complete [2020-10-16T07:47:15.443Z] 5c568d65a230: Pull complete [2020-10-16T07:47:15.443Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T07:47:15.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T07:47:15.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T07:47:15.620Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:47:15.680Z] $ 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/192:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-16T07:47:16.841Z] $ docker top 2aa046b676f5bda70237f076986ddb21ef4f7902a28a5fffff73877af0d14018 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:47:17.368Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T07:47:27.384Z] [2020-10-16T07:47:27.384Z] Monitoring /w/workspace/edgex-go/192 (github.com/edgexfoundry/edgex-go)... [2020-10-16T07:47:27.384Z] [2020-10-16T07:47:27.384Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c38f675c-4b3c-40db-a292-44bc0d81b0e7 [2020-10-16T07:47:27.384Z] [2020-10-16T07:47:27.385Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T07:47:27.385Z] [2020-10-16T07:47:28.331Z] [2020-10-16T07:47:28.331Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T07:47:28.331Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-16T07:47:28.331Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T07:47:28.331Z] [2020-10-16T07:47:28.331Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T07:47:28.331Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T07:47:28.331Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T07:47:28.331Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T07:47:28.349Z] $ docker stop --time=1 2aa046b676f5bda70237f076986ddb21ef4f7902a28a5fffff73877af0d14018 [2020-10-16T07:47:31.215Z] $ docker rm -f 2aa046b676f5bda70237f076986ddb21ef4f7902a28a5fffff73877af0d14018 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:47:32.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:47:32.708Z] [2020-10-16T07:47:32.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:47:33.054Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:47:33.054Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-16T07:47:33.054Z] e7c96db7181b: Pulling fs layer [2020-10-16T07:47:33.054Z] 1868ca2cb446: Pulling fs layer [2020-10-16T07:47:33.054Z] 136be5d0fe8e: Pulling fs layer [2020-10-16T07:47:33.054Z] 894bfe63afcb: Pulling fs layer [2020-10-16T07:47:33.054Z] 894bfe63afcb: Waiting [2020-10-16T07:47:33.054Z] 136be5d0fe8e: Verifying Checksum [2020-10-16T07:47:33.054Z] 136be5d0fe8e: Download complete [2020-10-16T07:47:33.054Z] 1868ca2cb446: Verifying Checksum [2020-10-16T07:47:33.054Z] 1868ca2cb446: Download complete [2020-10-16T07:47:33.316Z] 894bfe63afcb: Verifying Checksum [2020-10-16T07:47:33.316Z] 894bfe63afcb: Download complete [2020-10-16T07:47:33.316Z] e7c96db7181b: Verifying Checksum [2020-10-16T07:47:33.316Z] e7c96db7181b: Download complete [2020-10-16T07:47:33.896Z] e7c96db7181b: Pull complete [2020-10-16T07:47:33.896Z] 1868ca2cb446: Pull complete [2020-10-16T07:47:34.159Z] 136be5d0fe8e: Pull complete [2020-10-16T07:47:34.424Z] 894bfe63afcb: Pull complete [2020-10-16T07:47:34.424Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-16T07:47:34.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:47:34.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-16T07:47:34.525Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:47:34.571Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:47:35.642Z] $ docker top bf4e4af98a75969c5b185dae8f94915c1ac519fb63c53bec4def1a2fc430d8cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:47:36.187Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:47:36.187Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:47:38.889Z] $ docker stop --time=1 bf4e4af98a75969c5b185dae8f94915c1ac519fb63c53bec4def1a2fc430d8cc [2020-10-16T07:47:40.330Z] $ docker rm -f bf4e4af98a75969c5b185dae8f94915c1ac519fb63c53bec4def1a2fc430d8cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:47:40.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:47:40.826Z] . [Pipeline] withDockerContainer [2020-10-16T07:47:40.928Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:47:40.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:47:41.643Z] $ docker top d8f0ba707b0fff7561a2835a434efbf22e9ca56e83850cccdc347a4472ca8519 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:47:42.200Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:47:42.200Z] + tee [2020-10-16T07:47:42.200Z] clair timeout 1m0s [2020-10-16T07:47:42.200Z] docker timeout: 1m0s [2020-10-16T07:47:42.200Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:47:42.877Z] $ docker stop --time=1 d8f0ba707b0fff7561a2835a434efbf22e9ca56e83850cccdc347a4472ca8519 [2020-10-16T07:47:44.266Z] $ docker rm -f d8f0ba707b0fff7561a2835a434efbf22e9ca56e83850cccdc347a4472ca8519 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:47:44.741Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:47:44.754Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-core-command-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:47:44.807Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:47:45.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:47:45.219Z] . [Pipeline] withDockerContainer [2020-10-16T07:47:45.324Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:47:45.373Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:47:46.094Z] $ docker top 15b4a2a5b5336fbd327fa85cf6b1eaf746b4e39228adb8bdda71bcd4a43e8d99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:47:46.628Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:47:46.628Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:47:52.294Z] $ docker stop --time=1 15b4a2a5b5336fbd327fa85cf6b1eaf746b4e39228adb8bdda71bcd4a43e8d99 [2020-10-16T07:47:53.736Z] $ docker rm -f 15b4a2a5b5336fbd327fa85cf6b1eaf746b4e39228adb8bdda71bcd4a43e8d99 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:47:54.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:47:54.219Z] . [Pipeline] withDockerContainer [2020-10-16T07:47:54.318Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:47:54.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:47:55.145Z] $ docker top 5afd09a5c600b203a255867a83ee0e0e75518fc6ed3d80ee4651e59851757cbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:47:55.682Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:47:55.682Z] + tee [2020-10-16T07:47:55.682Z] clair timeout 1m0s [2020-10-16T07:47:55.682Z] docker timeout: 1m0s [2020-10-16T07:47:55.682Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:47:56.753Z] $ docker stop --time=1 5afd09a5c600b203a255867a83ee0e0e75518fc6ed3d80ee4651e59851757cbf [2020-10-16T07:47:58.182Z] $ docker rm -f 5afd09a5c600b203a255867a83ee0e0e75518fc6ed3d80ee4651e59851757cbf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:47:58.650Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:47:58.663Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-core-data-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:47:58.714Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:47:59.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:47:59.069Z] . [Pipeline] withDockerContainer [2020-10-16T07:47:59.169Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:47:59.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:47:59.883Z] $ docker top 9167db1a2b640a63df1d0e8193599769b4ce5c779f024badd5edb98127cfa74e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:00.479Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:00.479Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:03.190Z] $ docker stop --time=1 9167db1a2b640a63df1d0e8193599769b4ce5c779f024badd5edb98127cfa74e [2020-10-16T07:48:04.608Z] $ docker rm -f 9167db1a2b640a63df1d0e8193599769b4ce5c779f024badd5edb98127cfa74e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:05.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:05.121Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:05.226Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:05.273Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:06.039Z] $ docker top 549434fa5e47c16e95ff016d6dd1210c7c5537facea9d326928949256a4c4b65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:06.616Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:06.616Z] + tee [2020-10-16T07:48:06.616Z] clair timeout 1m0s [2020-10-16T07:48:06.616Z] docker timeout: 1m0s [2020-10-16T07:48:06.616Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:07.340Z] $ docker stop --time=1 549434fa5e47c16e95ff016d6dd1210c7c5537facea9d326928949256a4c4b65 [2020-10-16T07:48:08.793Z] $ docker rm -f 549434fa5e47c16e95ff016d6dd1210c7c5537facea9d326928949256a4c4b65 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:48:09.289Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:48:09.304Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-core-metadata-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:48:09.361Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:09.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:09.705Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:09.809Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:09.856Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:10.545Z] $ docker top eb8bfb7131c493b84879481a0f0400fa603af85984c7d03c60270acbf05dc53d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:11.081Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:11.082Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:15.547Z] $ docker stop --time=1 eb8bfb7131c493b84879481a0f0400fa603af85984c7d03c60270acbf05dc53d [2020-10-16T07:48:16.945Z] $ docker rm -f eb8bfb7131c493b84879481a0f0400fa603af85984c7d03c60270acbf05dc53d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:17.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:17.488Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:17.590Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:17.632Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:18.373Z] $ docker top 9367a4caf63fcdf75ae3da5a08154ee0c2058225e4d49547cedb561158cc88fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:19.019Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:19.019Z] + tee [2020-10-16T07:48:19.019Z] clair timeout 1m0s [2020-10-16T07:48:19.019Z] docker timeout: 1m0s [2020-10-16T07:48:19.019Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:20.192Z] $ docker stop --time=1 9367a4caf63fcdf75ae3da5a08154ee0c2058225e4d49547cedb561158cc88fb [2020-10-16T07:48:21.557Z] $ docker rm -f 9367a4caf63fcdf75ae3da5a08154ee0c2058225e4d49547cedb561158cc88fb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:48:22.025Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:48:22.039Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-security-proxy-setup-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:48:22.125Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:22.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:22.469Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:22.572Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:22.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:23.374Z] $ docker top 0a204016176e6a8a6134747b98836e1f959b1897fa275780d7b5cc7c602926f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:23.921Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:23.921Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:32.265Z] $ docker stop --time=1 0a204016176e6a8a6134747b98836e1f959b1897fa275780d7b5cc7c602926f5 [2020-10-16T07:48:33.626Z] $ docker rm -f 0a204016176e6a8a6134747b98836e1f959b1897fa275780d7b5cc7c602926f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:34.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:34.100Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:34.201Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:34.244Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:34.870Z] $ docker top 82cf5dd3fd5bac33a2ceaf436b6ad57859bd151307eb767d0e8746979dfde73b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:35.415Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:35.415Z] + tee [2020-10-16T07:48:35.415Z] clair timeout 1m0s [2020-10-16T07:48:35.415Z] docker timeout: 1m0s [2020-10-16T07:48:35.415Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:36.908Z] $ docker stop --time=1 82cf5dd3fd5bac33a2ceaf436b6ad57859bd151307eb767d0e8746979dfde73b [2020-10-16T07:48:38.268Z] $ docker rm -f 82cf5dd3fd5bac33a2ceaf436b6ad57859bd151307eb767d0e8746979dfde73b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:48:38.775Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:48:38.789Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-security-secrets-setup-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:48:38.844Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:39.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:39.196Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:39.312Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:39.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:40.124Z] $ docker top f09241c01c712ba46e313e32d23595fe6face6a32ee6a2af2b3764c81f58b9f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:40.695Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:40.696Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:49.206Z] $ docker stop --time=1 f09241c01c712ba46e313e32d23595fe6face6a32ee6a2af2b3764c81f58b9f8 [2020-10-16T07:48:50.640Z] $ docker rm -f f09241c01c712ba46e313e32d23595fe6face6a32ee6a2af2b3764c81f58b9f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:51.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:51.143Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:51.266Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:51.435Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:52.234Z] $ docker top c80a9177d518c756932df6de6b0f6352f49c54b73c062b2a8e1e2f6d0d3fa7bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:52.784Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:52.784Z] + tee [2020-10-16T07:48:52.784Z] clair timeout 1m0s [2020-10-16T07:48:52.784Z] docker timeout: 1m0s [2020-10-16T07:48:52.784Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:48:54.297Z] $ docker stop --time=1 c80a9177d518c756932df6de6b0f6352f49c54b73c062b2a8e1e2f6d0d3fa7bd [2020-10-16T07:48:55.722Z] $ docker rm -f c80a9177d518c756932df6de6b0f6352f49c54b73c062b2a8e1e2f6d0d3fa7bd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:48:56.243Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:48:56.294Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-security-secretstore-setup-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:48:56.494Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:56.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:48:56.858Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:56.958Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:48:57.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:48:57.732Z] $ docker top 6e590316bd392a0108ae15ff88a78cc5d62505bbbbc5bdcbd4c141c40bb264df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:48:58.265Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:48:58.266Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:01.796Z] $ docker stop --time=1 6e590316bd392a0108ae15ff88a78cc5d62505bbbbc5bdcbd4c141c40bb264df [2020-10-16T07:49:03.212Z] $ docker rm -f 6e590316bd392a0108ae15ff88a78cc5d62505bbbbc5bdcbd4c141c40bb264df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:03.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:03.754Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:03.893Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:03.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:04.689Z] $ docker top c447e87655cacdc315d9e1ecf11e9965da4351fff4fe5c9abaf53192d7c2723b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:05.314Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:49:05.314Z] + tee [2020-10-16T07:49:05.314Z] clair timeout 1m0s [2020-10-16T07:49:05.314Z] docker timeout: 1m0s [2020-10-16T07:49:05.314Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:06.042Z] $ docker stop --time=1 c447e87655cacdc315d9e1ecf11e9965da4351fff4fe5c9abaf53192d7c2723b [2020-10-16T07:49:07.412Z] $ docker rm -f c447e87655cacdc315d9e1ecf11e9965da4351fff4fe5c9abaf53192d7c2723b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:49:07.897Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:49:07.910Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-support-logging-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:49:07.964Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:08.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:08.321Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:08.428Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:08.494Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:09.221Z] $ docker top 32a3d11f458a48ec7af09cba282250b722bd89c93eacb94ad8e19ead9f1bae3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:09.771Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:49:09.771Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:15.350Z] $ docker stop --time=1 32a3d11f458a48ec7af09cba282250b722bd89c93eacb94ad8e19ead9f1bae3e [2020-10-16T07:49:16.734Z] $ docker rm -f 32a3d11f458a48ec7af09cba282250b722bd89c93eacb94ad8e19ead9f1bae3e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:17.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:17.250Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:17.380Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:17.441Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:18.165Z] $ docker top 660a85c88d9ca1b198efa9ab1d092b31ede876eb8929849ebbdc706aa05e13e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:18.890Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:49:18.890Z] + tee [2020-10-16T07:49:18.890Z] clair timeout 1m0s [2020-10-16T07:49:18.890Z] docker timeout: 1m0s [2020-10-16T07:49:18.890Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:19.607Z] $ docker stop --time=1 660a85c88d9ca1b198efa9ab1d092b31ede876eb8929849ebbdc706aa05e13e1 [2020-10-16T07:49:20.994Z] $ docker rm -f 660a85c88d9ca1b198efa9ab1d092b31ede876eb8929849ebbdc706aa05e13e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:49:21.491Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:49:21.507Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-support-notifications-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:49:21.558Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:21.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:21.897Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:22.014Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:22.062Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:22.890Z] $ docker top ab05c751788e02a568a01d04f8c06d861a719c0fdc4eb8fca627f38b7b6ad1e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:23.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:49:23.507Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:26.245Z] $ docker stop --time=1 ab05c751788e02a568a01d04f8c06d861a719c0fdc4eb8fca627f38b7b6ad1e7 [2020-10-16T07:49:27.755Z] $ docker rm -f ab05c751788e02a568a01d04f8c06d861a719c0fdc4eb8fca627f38b7b6ad1e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:28.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:28.252Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:28.351Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:28.427Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:29.092Z] $ docker top 7a221ea98bb7773f9543ca1f20f8a41ac138abb510ea0fb58c295fb2991dfca3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:29.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:49:29.614Z] + tee [2020-10-16T07:49:29.614Z] clair timeout 1m0s [2020-10-16T07:49:29.614Z] docker timeout: 1m0s [2020-10-16T07:49:29.614Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:30.380Z] $ docker stop --time=1 7a221ea98bb7773f9543ca1f20f8a41ac138abb510ea0fb58c295fb2991dfca3 [2020-10-16T07:49:31.750Z] $ docker rm -f 7a221ea98bb7773f9543ca1f20f8a41ac138abb510ea0fb58c295fb2991dfca3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:49:32.316Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:49:32.330Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-support-scheduler-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:49:32.386Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:32.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:32.729Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:32.844Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:32.905Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:33.617Z] $ docker top 79706b39e7754078089727366d6000b8c5a5e95f5082bef85664043243bf10bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:34.204Z] + + tee/klar [2020-10-16T07:49:34.204Z] nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:49.440Z] $ docker stop --time=1 79706b39e7754078089727366d6000b8c5a5e95f5082bef85664043243bf10bf [2020-10-16T07:49:50.873Z] $ docker rm -f 79706b39e7754078089727366d6000b8c5a5e95f5082bef85664043243bf10bf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:51.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:51.377Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:51.491Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:51.547Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:52.299Z] $ docker top 6a484c909b31c3abbe900677f8ca5daa8bfddb3c523a8a657a4ac9c89f193b35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:52.925Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:49:52.925Z] + tee [2020-10-16T07:49:52.925Z] clair timeout 1m0s [2020-10-16T07:49:52.925Z] docker timeout: 1m0s [2020-10-16T07:49:52.925Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:49:54.455Z] $ docker stop --time=1 6a484c909b31c3abbe900677f8ca5daa8bfddb3c523a8a657a4ac9c89f193b35 [2020-10-16T07:49:55.875Z] $ docker rm -f 6a484c909b31c3abbe900677f8ca5daa8bfddb3c523a8a657a4ac9c89f193b35 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:49:56.357Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:49:56.370Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-sys-mgmt-agent-go_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:49:56.494Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:49:56.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:49:56.849Z] . [Pipeline] withDockerContainer [2020-10-16T07:49:56.966Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:49:57.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:49:57.653Z] $ docker top e0ffeb86aea2bc00bfce95caba35afc8fece21acd5bca64d5f06c96aafa52cf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:49:58.200Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:49:58.200Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:00.926Z] $ docker stop --time=1 e0ffeb86aea2bc00bfce95caba35afc8fece21acd5bca64d5f06c96aafa52cf4 [2020-10-16T07:50:02.309Z] $ docker rm -f e0ffeb86aea2bc00bfce95caba35afc8fece21acd5bca64d5f06c96aafa52cf4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:02.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:02.835Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:02.935Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:02.992Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:04.795Z] $ docker top 4c264199625b05ca4d31099b3774834f3655a48ce296e0d335de04068ad1b470 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:05.396Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:05.396Z] + tee [2020-10-16T07:50:05.396Z] clair timeout 1m0s [2020-10-16T07:50:05.396Z] docker timeout: 1m0s [2020-10-16T07:50:05.396Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:06.085Z] $ docker stop --time=1 4c264199625b05ca4d31099b3774834f3655a48ce296e0d335de04068ad1b470 [2020-10-16T07:50:07.910Z] $ docker rm -f 4c264199625b05ca4d31099b3774834f3655a48ce296e0d335de04068ad1b470 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:50:08.454Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:50:08.468Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-core-command-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:50:08.537Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:08.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:08.886Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:08.997Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:09.074Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:10.690Z] $ docker top dce684cac4b358de992a43e02f88a8dbba3023557a47fb81936eff41c5402263 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:11.248Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:11.248Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:16.745Z] $ docker stop --time=1 dce684cac4b358de992a43e02f88a8dbba3023557a47fb81936eff41c5402263 [2020-10-16T07:50:18.890Z] $ docker rm -f dce684cac4b358de992a43e02f88a8dbba3023557a47fb81936eff41c5402263 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:19.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:19.374Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:19.475Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:19.559Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:20.373Z] $ docker top f153e23046affca0cbf652ad8e40b65110e0de92eb7aa0c50fdf7e2555aa3412 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:21.022Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:21.022Z] + tee [2020-10-16T07:50:21.022Z] clair timeout 1m0s [2020-10-16T07:50:21.022Z] docker timeout: 1m0s [2020-10-16T07:50:21.022Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:22.668Z] $ docker stop --time=1 f153e23046affca0cbf652ad8e40b65110e0de92eb7aa0c50fdf7e2555aa3412 [2020-10-16T07:50:24.053Z] $ docker rm -f f153e23046affca0cbf652ad8e40b65110e0de92eb7aa0c50fdf7e2555aa3412 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:50:24.579Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:50:24.593Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-core-data-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:50:24.657Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:25.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:25.010Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:25.124Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:25.187Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:27.185Z] $ docker top 82372df41fca62e4b2d35513ba099aa5d52bc03ebe26544159deb8e334ca7038 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:27.779Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:27.779Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:30.515Z] $ docker stop --time=1 82372df41fca62e4b2d35513ba099aa5d52bc03ebe26544159deb8e334ca7038 [2020-10-16T07:50:32.607Z] $ docker rm -f 82372df41fca62e4b2d35513ba099aa5d52bc03ebe26544159deb8e334ca7038 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:33.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:33.085Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:33.201Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:33.257Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:34.606Z] $ docker top f63a7b4a36ad4fc1a257cb7c011ce9e45140d0be11c5dc43886bde0c6b9052d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:35.119Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:35.119Z] + tee [2020-10-16T07:50:35.119Z] clair timeout 1m0s [2020-10-16T07:50:35.119Z] docker timeout: 1m0s [2020-10-16T07:50:35.119Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:35.876Z] $ docker stop --time=1 f63a7b4a36ad4fc1a257cb7c011ce9e45140d0be11c5dc43886bde0c6b9052d7 [2020-10-16T07:50:38.314Z] $ docker rm -f f63a7b4a36ad4fc1a257cb7c011ce9e45140d0be11c5dc43886bde0c6b9052d7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:50:38.816Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:50:38.830Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-core-metadata-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:50:38.881Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:39.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:39.235Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:39.359Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:39.432Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:41.458Z] $ docker top d9b4ab3108d0826b024a53e6f7b8adc42905decf4ce28e5c33d6985fdf04cf8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:42.044Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:42.044Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:46.432Z] $ docker stop --time=1 d9b4ab3108d0826b024a53e6f7b8adc42905decf4ce28e5c33d6985fdf04cf8d [2020-10-16T07:50:49.229Z] $ docker rm -f d9b4ab3108d0826b024a53e6f7b8adc42905decf4ce28e5c33d6985fdf04cf8d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:49.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:49.782Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:50.014Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:50.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:51.964Z] $ docker top a4172d55437ee434bff0ab8f99a876b3fd879a938b218d3a15138937f13c2b53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:52.566Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:52.566Z] + tee [2020-10-16T07:50:52.566Z] clair timeout 1m0s [2020-10-16T07:50:52.566Z] docker timeout: 1m0s [2020-10-16T07:50:52.566Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:50:53.683Z] $ docker stop --time=1 a4172d55437ee434bff0ab8f99a876b3fd879a938b218d3a15138937f13c2b53 [2020-10-16T07:50:55.926Z] $ docker rm -f a4172d55437ee434bff0ab8f99a876b3fd879a938b218d3a15138937f13c2b53 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:50:56.473Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:50:56.495Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:50:56.569Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:56.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:50:56.978Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:57.104Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:50:57.161Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:50:58.956Z] $ docker top 3a6efcbfd4024974e33885b58cb9c59dbe536f9d568e6eea630ecaba72718b38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:50:59.542Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:50:59.542Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:51:07.898Z] $ docker stop --time=1 3a6efcbfd4024974e33885b58cb9c59dbe536f9d568e6eea630ecaba72718b38 [2020-10-16T07:51:10.057Z] $ docker rm -f 3a6efcbfd4024974e33885b58cb9c59dbe536f9d568e6eea630ecaba72718b38 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:51:10.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:51:10.655Z] . [Pipeline] withDockerContainer [2020-10-16T07:51:10.793Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:51:10.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:51:11.989Z] $ docker top bb71403c5516250f66c923536e78711e86834c46a682d6fd10558318379352f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:51:12.596Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:51:12.597Z] + tee [2020-10-16T07:51:12.597Z] clair timeout 1m0s [2020-10-16T07:51:12.597Z] docker timeout: 1m0s [2020-10-16T07:51:12.597Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:51:14.131Z] $ docker stop --time=1 bb71403c5516250f66c923536e78711e86834c46a682d6fd10558318379352f3 [2020-10-16T07:51:16.124Z] $ docker rm -f bb71403c5516250f66c923536e78711e86834c46a682d6fd10558318379352f3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:51:16.622Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:51:16.639Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:51:16.693Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:51:17.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:51:17.065Z] . [Pipeline] withDockerContainer [2020-10-16T07:51:17.183Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:51:17.249Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:51:18.014Z] $ docker top 842cf2909653d5cf61cb5b90117285d945ed6adb0da20e77902236884baa82ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:51:18.581Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:51:18.581Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:51:27.063Z] $ docker stop --time=1 842cf2909653d5cf61cb5b90117285d945ed6adb0da20e77902236884baa82ac [2020-10-16T07:51:28.562Z] $ docker rm -f 842cf2909653d5cf61cb5b90117285d945ed6adb0da20e77902236884baa82ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:51:29.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:51:29.109Z] . [Pipeline] withDockerContainer [2020-10-16T07:51:29.240Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:51:29.305Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:51:31.513Z] $ docker top 716325614aab6434edea14598d5140ba2454c5f15528da267390eec5cff38602 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:51:32.093Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:51:32.093Z] + tee [2020-10-16T07:51:32.093Z] clair timeout 1m0s [2020-10-16T07:51:32.093Z] docker timeout: 1m0s [2020-10-16T07:51:32.093Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:51:33.684Z] $ docker stop --time=1 716325614aab6434edea14598d5140ba2454c5f15528da267390eec5cff38602 [2020-10-16T07:51:36.110Z] $ docker rm -f 716325614aab6434edea14598d5140ba2454c5f15528da267390eec5cff38602 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:51:36.597Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:51:36.617Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:51:36.673Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:51:37.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:51:37.057Z] . [Pipeline] withDockerContainer [2020-10-16T07:51:37.178Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:51:37.223Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:51:39.411Z] $ docker top b6697b5489308574601129d05197fa4536970a358fe82326424df690cecdb9a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:51:39.944Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:51:39.944Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:51:43.490Z] $ docker stop --time=1 b6697b5489308574601129d05197fa4536970a358fe82326424df690cecdb9a0 [2020-10-16T07:51:46.016Z] $ docker rm -f b6697b5489308574601129d05197fa4536970a358fe82326424df690cecdb9a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:51:46.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:51:46.505Z] . [Pipeline] withDockerContainer [2020-10-16T07:51:46.628Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:51:46.686Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:51:48.660Z] $ docker top f2c3588fa9026fb8e0a760b6b2dd8635131f66cb13bb1eef789c86c9adacd653 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:51:49.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:51:49.205Z] + tee [2020-10-16T07:51:49.205Z] clair timeout 1m0s [2020-10-16T07:51:49.205Z] docker timeout: 1m0s [2020-10-16T07:51:49.205Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:51:49.879Z] $ docker stop --time=1 f2c3588fa9026fb8e0a760b6b2dd8635131f66cb13bb1eef789c86c9adacd653 [2020-10-16T07:51:52.128Z] $ docker rm -f f2c3588fa9026fb8e0a760b6b2dd8635131f66cb13bb1eef789c86c9adacd653 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:51:52.652Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:51:52.666Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-support-logging-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:51:52.716Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:51:53.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:51:53.053Z] . [Pipeline] withDockerContainer [2020-10-16T07:51:53.247Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:51:53.295Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:51:55.196Z] $ docker top a1385698d7a8ced470156790a950141f57be5d65af8a48f6d4b97f4bfc201552 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:51:55.713Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:51:55.713Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:52:01.193Z] $ docker stop --time=1 a1385698d7a8ced470156790a950141f57be5d65af8a48f6d4b97f4bfc201552 [2020-10-16T07:52:03.291Z] $ docker rm -f a1385698d7a8ced470156790a950141f57be5d65af8a48f6d4b97f4bfc201552 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:52:03.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:52:03.819Z] . [Pipeline] withDockerContainer [2020-10-16T07:52:03.924Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:52:03.971Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:52:05.556Z] $ docker top 6a28ae5d96039c877653b774aba6e5915143884bdb53139a0a6308e75fba575e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:52:06.090Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:52:06.090Z] + tee [2020-10-16T07:52:06.090Z] clair timeout 1m0s [2020-10-16T07:52:06.090Z] docker timeout: 1m0s [2020-10-16T07:52:06.090Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:52:07.150Z] $ docker stop --time=1 6a28ae5d96039c877653b774aba6e5915143884bdb53139a0a6308e75fba575e [2020-10-16T07:52:09.106Z] $ docker rm -f 6a28ae5d96039c877653b774aba6e5915143884bdb53139a0a6308e75fba575e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:52:09.613Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:52:09.627Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-support-notifications-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:52:09.676Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:52:10.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:52:10.017Z] . [Pipeline] withDockerContainer [2020-10-16T07:52:10.122Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:52:10.171Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:52:11.558Z] $ docker top 9f7ece279da32754b4dd059ca19b10a64af7bc26f2ecc04abcaca16b35e67e9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:52:12.081Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:52:12.082Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:52:14.783Z] $ docker stop --time=1 9f7ece279da32754b4dd059ca19b10a64af7bc26f2ecc04abcaca16b35e67e9b [2020-10-16T07:52:16.883Z] $ docker rm -f 9f7ece279da32754b4dd059ca19b10a64af7bc26f2ecc04abcaca16b35e67e9b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:52:17.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:52:17.358Z] . [Pipeline] withDockerContainer [2020-10-16T07:52:17.463Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:52:17.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:52:19.130Z] $ docker top 84ee66a336015c2786e9c669f0acb71ef813e37aa7f0311d6f7b676cbd8ce00f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:52:19.686Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:52:19.686Z] + tee [2020-10-16T07:52:19.686Z] clair timeout 1m0s [2020-10-16T07:52:19.686Z] docker timeout: 1m0s [2020-10-16T07:52:19.686Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:52:20.369Z] $ docker stop --time=1 84ee66a336015c2786e9c669f0acb71ef813e37aa7f0311d6f7b676cbd8ce00f [2020-10-16T07:52:22.320Z] $ docker rm -f 84ee66a336015c2786e9c669f0acb71ef813e37aa7f0311d6f7b676cbd8ce00f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:52:22.801Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:52:22.816Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-support-scheduler-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:52:22.878Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:52:23.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:52:23.221Z] . [Pipeline] withDockerContainer [2020-10-16T07:52:23.329Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:52:23.379Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:52:24.699Z] $ docker top 8f5c2cd3e797f556a82d2ce6de2f2797e1a2a0b792b779f06c2246c66271e2ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:52:25.229Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:52:25.229Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:52:40.301Z] $ docker stop --time=1 8f5c2cd3e797f556a82d2ce6de2f2797e1a2a0b792b779f06c2246c66271e2ca [2020-10-16T07:52:41.697Z] $ docker rm -f 8f5c2cd3e797f556a82d2ce6de2f2797e1a2a0b792b779f06c2246c66271e2ca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:52:42.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T07:52:42.206Z] . [Pipeline] withDockerContainer [2020-10-16T07:52:42.330Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:52:42.381Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T07:52:43.155Z] $ docker top 7576914e7ff16aca112df0abb4a9f92e064c56993669fb2d8a19dfed3d022f27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T07:52:43.720Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bf07e1ea75fdced3aa7682c431f6de3bff686831 [2020-10-16T07:52:43.720Z] + tee [2020-10-16T07:52:43.720Z] clair timeout 1m0s [2020-10-16T07:52:43.720Z] docker timeout: 1m0s [2020-10-16T07:52:43.720Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T07:52:45.749Z] $ docker stop --time=1 7576914e7ff16aca112df0abb4a9f92e064c56993669fb2d8a19dfed3d022f27 [2020-10-16T07:52:47.111Z] $ docker rm -f 7576914e7ff16aca112df0abb4a9f92e064c56993669fb2d8a19dfed3d022f27 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:52:47.585Z] + mkdir -p /w/workspace/edgex-go/192/clair-reports [Pipeline] echo [2020-10-16T07:52:47.599Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/192/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_bf07e1ea75fdced3aa7682c431f6de3bff686831.html [Pipeline] writeFile [Pipeline] step [2020-10-16T07:52:47.662Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-16T07:52:48.090Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T07:52:48.140Z] provisioning config files... [2020-10-16T07:52:48.158Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/192@tmp/config1892200577299130751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:52:48.522Z] --> edgex-publish-swagger.sh [2020-10-16T07:52:48.522Z] === Publish openapi/v1 API === [2020-10-16T07:52:48.522Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-16T07:52:48.522Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T07:52:48.522Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:48.522Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:49.911Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8175 0:00:01 0:00:01 --:--:-- 8181 100 10521 0 0 100 10521 0 8174 0:00:01 0:00:01 --:--:-- 8181 [2020-10-16T07:52:49.911Z] [2020-10-16T07:52:49.911Z] [2020-10-16T07:52:49.911Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T07:52:49.911Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:49.911Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:51.164Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27378 0:00:01 0:00:01 --:--:-- 27380 100 32556 0 0 100 32556 0 24409 0:00:01 0:00:01 --:--:-- 24404 [2020-10-16T07:52:51.164Z] [2020-10-16T07:52:51.164Z] [2020-10-16T07:52:51.164Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T07:52:51.164Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:51.164Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:52.111Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 69687 0:00:01 0:00:01 --:--:-- 69744 100 73720 0 0 100 73720 0 69672 0:00:01 0:00:01 --:--:-- 69744 [2020-10-16T07:52:52.111Z] [2020-10-16T07:52:52.111Z] [2020-10-16T07:52:52.372Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T07:52:52.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:52.372Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:53.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13877 --:--:-- --:--:-- --:--:-- 13871 100 13580 0 0 100 13580 0 13874 --:--:-- --:--:-- --:--:-- 13871 [2020-10-16T07:52:53.318Z] [2020-10-16T07:52:53.318Z] [2020-10-16T07:52:53.318Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T07:52:53.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:53.318Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:54.265Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 37460 0:00:01 0:00:01 --:--:-- 37501 100 38889 0 0 100 38889 0 37453 0:00:01 0:00:01 --:--:-- 37465 [2020-10-16T07:52:54.265Z] [2020-10-16T07:52:54.265Z] [2020-10-16T07:52:54.265Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T07:52:54.265Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:54.265Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:55.659Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12552 0:00:01 0:00:01 --:--:-- 12564 100 14248 0 0 100 14248 0 12550 0:00:01 0:00:01 --:--:-- 12553 [2020-10-16T07:52:55.659Z] [2020-10-16T07:52:55.659Z] [2020-10-16T07:52:55.659Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T07:52:55.659Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:55.659Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:56.232Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4509 --:--:-- --:--:-- --:--:-- 4505 100 4109 0 0 100 4109 0 4508 --:--:-- --:--:-- --:--:-- 4505 [2020-10-16T07:52:56.232Z] [2020-10-16T07:52:56.232Z] [2020-10-16T07:52:56.232Z] === Publish openapi/v2 API === [2020-10-16T07:52:56.232Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-16T07:52:56.495Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T07:52:56.495Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:56.495Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:57.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 26778 0:00:01 0:00:01 --:--:-- 26793 100 29393 0 0 100 29393 0 26774 0:00:01 0:00:01 --:--:-- 26793 [2020-10-16T07:52:57.441Z] [2020-10-16T07:52:57.441Z] [2020-10-16T07:52:57.441Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T07:52:57.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:57.441Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:58.828Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 61741 0:00:01 0:00:01 --:--:-- 61790 100 65313 0 0 100 65313 0 61730 0:00:01 0:00:01 --:--:-- 61790 [2020-10-16T07:52:58.828Z] [2020-10-16T07:52:58.828Z] [2020-10-16T07:52:58.828Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T07:52:58.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:58.828Z] Dload Upload Total Spent Left Speed [2020-10-16T07:52:59.773Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 122k --:--:-- --:--:-- --:--:-- 122k 100 118k 0 0 100 118k 0 122k --:--:-- --:--:-- --:--:-- 122k [2020-10-16T07:52:59.773Z] [2020-10-16T07:52:59.773Z] [2020-10-16T07:52:59.773Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T07:52:59.773Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:52:59.773Z] Dload Upload Total Spent Left Speed [2020-10-16T07:53:00.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 23551 --:--:-- --:--:-- --:--:-- 23547 100 23547 0 0 100 23547 0 23546 0:00:01 0:00:01 --:--:-- 23547 [2020-10-16T07:53:00.722Z] [2020-10-16T07:53:00.722Z] [2020-10-16T07:53:00.722Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T07:53:00.722Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:53:00.722Z] Dload Upload Total Spent Left Speed [2020-10-16T07:53:01.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 55543 0:00:01 0:00:01 --:--:-- 55597 100 62547 0 0 100 62547 0 55532 0:00:01 0:00:01 --:--:-- 55547 [2020-10-16T07:53:01.672Z] [2020-10-16T07:53:01.672Z] [2020-10-16T07:53:01.672Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T07:53:01.672Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:53:01.672Z] Dload Upload Total Spent Left Speed [2020-10-16T07:53:02.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 42283 0:00:01 0:00:01 --:--:-- 42329 [2020-10-16T07:53:02.886Z] [2020-10-16T07:53:02.886Z] [2020-10-16T07:53:02.886Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T07:53:02.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:53:02.886Z] Dload Upload Total Spent Left Speed [2020-10-16T07:53:03.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21598 0:00:01 0:00:01 --:--:-- 21587 100 23725 0 0 100 23725 0 21594 0:00:01 0:00:01 --:--:-- 21587 [2020-10-16T07:53:03.833Z] [2020-10-16T07:53:03.833Z] [Pipeline] } [2020-10-16T07:53:03.844Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:53:04.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:53:04.871Z] . [Pipeline] withDockerContainer [2020-10-16T07:53:04.974Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:53:05.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T07:53:05.803Z] $ docker top b427bf33b8d10383268569f3f3e6b4c3c84ac9c6576435007c3199f83a159531 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:53:06.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:53:06.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:53:06.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:53:06.373Z] $ docker exec b427bf33b8d10383268569f3f3e6b4c3c84ac9c6576435007c3199f83a159531 ssh-agent [2020-10-16T07:53:06.559Z] SSH_AUTH_SOCK=/tmp/ssh-oY0KF5UkAog4/agent.11 [2020-10-16T07:53:06.559Z] SSH_AGENT_PID=17 [2020-10-16T07:53:06.567Z] Running ssh-add (command line suppressed) [2020-10-16T07:53:06.703Z] Identity added: /w/workspace/edgex-go/192@tmp/private_key_5704995539505872920.key (/w/workspace/edgex-go/192@tmp/private_key_5704995539505872920.key) [2020-10-16T07:53:06.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:53:07.133Z] + git semver tag [2020-10-16T07:53:07.396Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:53:07.396Z] # $GIT_DIR = /w/workspace/edgex-go/192/.git [2020-10-16T07:53:07.396Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/192 [2020-10-16T07:53:07.396Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:53:07.396Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:53:07.396Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:53:07.396Z] # $SEMVER_BRANCH = master [2020-10-16T07:53:07.396Z] # $SEMVER_DIR = /w/workspace/edgex-go/192/.semver [2020-10-16T07:53:07.396Z] # bf07e1ea75fdced3aa7682c431f6de3bff686831 HEAD [2020-10-16T07:53:07.971Z] # -> Force: false [2020-10-16T07:53:07.971Z] # 5125298bbf5ac094b37bd1940adcb9648854f892 refs/tags/v1.2.2-dev.76 [Pipeline] } [2020-10-16T07:53:07.985Z] $ docker exec --env ******** --env ******** b427bf33b8d10383268569f3f3e6b4c3c84ac9c6576435007c3199f83a159531 ssh-agent -k [2020-10-16T07:53:08.145Z] unset SSH_AUTH_SOCK; [2020-10-16T07:53:08.145Z] unset SSH_AGENT_PID; [2020-10-16T07:53:08.145Z] echo Agent pid 17 killed; [2020-10-16T07:53:08.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:53:08.679Z] + git semver [Pipeline] } [2020-10-16T07:53:08.696Z] $ docker stop --time=1 b427bf33b8d10383268569f3f3e6b4c3c84ac9c6576435007c3199f83a159531 [2020-10-16T07:53:10.070Z] $ docker rm -f b427bf33b8d10383268569f3f3e6b4c3c84ac9c6576435007c3199f83a159531 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:53:10.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T07:53:10.699Z] [2020-10-16T07:53:10.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:53:11.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T07:53:11.051Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T07:53:11.051Z] ab5ef0e58194: Pulling fs layer [2020-10-16T07:53:11.051Z] 9712f1f96733: Pulling fs layer [2020-10-16T07:53:11.051Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T07:53:11.051Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T07:53:11.051Z] e9a5061849ea: Pulling fs layer [2020-10-16T07:53:11.051Z] d747dcd14b5f: Pulling fs layer [2020-10-16T07:53:11.051Z] 2de7ff778b66: Pulling fs layer [2020-10-16T07:53:11.051Z] e9a5061849ea: Waiting [2020-10-16T07:53:11.051Z] d747dcd14b5f: Waiting [2020-10-16T07:53:11.051Z] 2de7ff778b66: Waiting [2020-10-16T07:53:11.051Z] 0d9ebad4ef96: Waiting [2020-10-16T07:53:11.051Z] 9712f1f96733: Verifying Checksum [2020-10-16T07:53:11.051Z] 9712f1f96733: Download complete [2020-10-16T07:53:13.016Z] 63f879dbbcfc: Download complete [2020-10-16T07:53:13.016Z] e9a5061849ea: Verifying Checksum [2020-10-16T07:53:13.016Z] e9a5061849ea: Download complete [2020-10-16T07:53:13.016Z] d747dcd14b5f: Verifying Checksum [2020-10-16T07:53:13.016Z] d747dcd14b5f: Download complete [2020-10-16T07:53:13.590Z] 2de7ff778b66: Verifying Checksum [2020-10-16T07:53:13.590Z] 2de7ff778b66: Download complete [2020-10-16T07:53:13.590Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T07:53:13.590Z] 0d9ebad4ef96: Download complete [2020-10-16T07:53:13.851Z] ab5ef0e58194: Verifying Checksum [2020-10-16T07:53:13.851Z] ab5ef0e58194: Download complete [2020-10-16T07:53:18.095Z] ab5ef0e58194: Pull complete [2020-10-16T07:53:18.095Z] 9712f1f96733: Pull complete [2020-10-16T07:53:21.514Z] 63f879dbbcfc: Pull complete [2020-10-16T07:53:28.226Z] 0d9ebad4ef96: Pull complete [2020-10-16T07:53:29.615Z] e9a5061849ea: Pull complete [2020-10-16T07:53:29.877Z] d747dcd14b5f: Pull complete [2020-10-16T07:53:32.453Z] 2de7ff778b66: Pull complete [2020-10-16T07:53:32.453Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T07:53:32.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T07:53:32.453Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T07:53:32.642Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:53:32.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-16T07:53:36.617Z] $ docker top d8b773c32e80e63ef17bfeabbdbde1f4616f97a1d1a7ae2538dbf1405cb5d485 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T07:53:36.868Z] provisioning config files... [2020-10-16T07:53:36.881Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/192@tmp/config6936194808343482915tmp [2020-10-16T07:53:36.898Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/192@tmp/config2568102818939430997tmp [2020-10-16T07:53:36.912Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/192@tmp/config6130182470061344124tmp [Pipeline] { [Pipeline] echo [2020-10-16T07:53:36.965Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:53:37.264Z] ---> sigul-configuration.sh [2020-10-16T07:53:37.264Z] gpg: directory `/root/.gnupg' created [2020-10-16T07:53:37.264Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T07:53:37.264Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T07:53:37.264Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T07:53:37.264Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T07:53:37.264Z] gpg: CAST5 encrypted data [2020-10-16T07:53:37.530Z] gpg: encrypted with 1 passphrase [2020-10-16T07:53:37.530Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T07:53:37.835Z] + mkdir /home/jenkins [2020-10-16T07:53:37.836Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T07:53:38.138Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-16T07:53:38.171Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:53:38.560Z] ---> sigul-install.sh [2020-10-16T07:53:43.883Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T07:53:44.234Z] + git tag --list [2020-10-16T07:53:44.234Z] 0.6.0 [2020-10-16T07:53:44.234Z] 0.6.1 [2020-10-16T07:53:44.234Z] 0.7.0 [2020-10-16T07:53:44.234Z] 0.7.1 [2020-10-16T07:53:44.234Z] v1.0.0 [2020-10-16T07:53:44.234Z] v1.0.1 [2020-10-16T07:53:44.234Z] v1.1.0 [2020-10-16T07:53:44.234Z] v1.2.0 [2020-10-16T07:53:44.234Z] v1.2.1 [2020-10-16T07:53:44.234Z] v1.2.2-dev.1 [2020-10-16T07:53:44.234Z] v1.2.2-dev.10 [2020-10-16T07:53:44.234Z] v1.2.2-dev.11 [2020-10-16T07:53:44.234Z] v1.2.2-dev.12 [2020-10-16T07:53:44.234Z] v1.2.2-dev.13 [2020-10-16T07:53:44.234Z] v1.2.2-dev.14 [2020-10-16T07:53:44.234Z] v1.2.2-dev.15 [2020-10-16T07:53:44.234Z] v1.2.2-dev.16 [2020-10-16T07:53:44.234Z] v1.2.2-dev.17 [2020-10-16T07:53:44.234Z] v1.2.2-dev.18 [2020-10-16T07:53:44.234Z] v1.2.2-dev.19 [2020-10-16T07:53:44.234Z] v1.2.2-dev.2 [2020-10-16T07:53:44.234Z] v1.2.2-dev.20 [2020-10-16T07:53:44.234Z] v1.2.2-dev.21 [2020-10-16T07:53:44.234Z] v1.2.2-dev.22 [2020-10-16T07:53:44.234Z] v1.2.2-dev.23 [2020-10-16T07:53:44.234Z] v1.2.2-dev.24 [2020-10-16T07:53:44.234Z] v1.2.2-dev.25 [2020-10-16T07:53:44.234Z] v1.2.2-dev.26 [2020-10-16T07:53:44.234Z] v1.2.2-dev.27 [2020-10-16T07:53:44.234Z] v1.2.2-dev.28 [2020-10-16T07:53:44.234Z] v1.2.2-dev.29 [2020-10-16T07:53:44.234Z] v1.2.2-dev.3 [2020-10-16T07:53:44.234Z] v1.2.2-dev.30 [2020-10-16T07:53:44.234Z] v1.2.2-dev.31 [2020-10-16T07:53:44.234Z] v1.2.2-dev.32 [2020-10-16T07:53:44.234Z] v1.2.2-dev.33 [2020-10-16T07:53:44.234Z] v1.2.2-dev.34 [2020-10-16T07:53:44.234Z] v1.2.2-dev.35 [2020-10-16T07:53:44.234Z] v1.2.2-dev.36 [2020-10-16T07:53:44.234Z] v1.2.2-dev.37 [2020-10-16T07:53:44.234Z] v1.2.2-dev.38 [2020-10-16T07:53:44.234Z] v1.2.2-dev.39 [2020-10-16T07:53:44.234Z] v1.2.2-dev.4 [2020-10-16T07:53:44.234Z] v1.2.2-dev.40 [2020-10-16T07:53:44.234Z] v1.2.2-dev.41 [2020-10-16T07:53:44.234Z] v1.2.2-dev.42 [2020-10-16T07:53:44.234Z] v1.2.2-dev.43 [2020-10-16T07:53:44.234Z] v1.2.2-dev.44 [2020-10-16T07:53:44.234Z] v1.2.2-dev.45 [2020-10-16T07:53:44.234Z] v1.2.2-dev.46 [2020-10-16T07:53:44.234Z] v1.2.2-dev.47 [2020-10-16T07:53:44.234Z] v1.2.2-dev.48 [2020-10-16T07:53:44.234Z] v1.2.2-dev.49 [2020-10-16T07:53:44.234Z] v1.2.2-dev.5 [2020-10-16T07:53:44.234Z] v1.2.2-dev.50 [2020-10-16T07:53:44.234Z] v1.2.2-dev.51 [2020-10-16T07:53:44.234Z] v1.2.2-dev.52 [2020-10-16T07:53:44.234Z] v1.2.2-dev.53 [2020-10-16T07:53:44.234Z] v1.2.2-dev.54 [2020-10-16T07:53:44.234Z] v1.2.2-dev.55 [2020-10-16T07:53:44.234Z] v1.2.2-dev.56 [2020-10-16T07:53:44.234Z] v1.2.2-dev.57 [2020-10-16T07:53:44.234Z] v1.2.2-dev.58 [2020-10-16T07:53:44.234Z] v1.2.2-dev.59 [2020-10-16T07:53:44.234Z] v1.2.2-dev.6 [2020-10-16T07:53:44.234Z] v1.2.2-dev.60 [2020-10-16T07:53:44.234Z] v1.2.2-dev.61 [2020-10-16T07:53:44.234Z] v1.2.2-dev.62 [2020-10-16T07:53:44.234Z] v1.2.2-dev.63 [2020-10-16T07:53:44.234Z] v1.2.2-dev.64 [2020-10-16T07:53:44.234Z] v1.2.2-dev.65 [2020-10-16T07:53:44.234Z] v1.2.2-dev.66 [2020-10-16T07:53:44.234Z] v1.2.2-dev.67 [2020-10-16T07:53:44.234Z] v1.2.2-dev.68 [2020-10-16T07:53:44.234Z] v1.2.2-dev.69 [2020-10-16T07:53:44.234Z] v1.2.2-dev.7 [2020-10-16T07:53:44.234Z] v1.2.2-dev.70 [2020-10-16T07:53:44.234Z] v1.2.2-dev.71 [2020-10-16T07:53:44.234Z] v1.2.2-dev.72 [2020-10-16T07:53:44.234Z] v1.2.2-dev.73 [2020-10-16T07:53:44.234Z] v1.2.2-dev.74 [2020-10-16T07:53:44.234Z] v1.2.2-dev.75 [2020-10-16T07:53:44.234Z] v1.2.2-dev.76 [2020-10-16T07:53:44.234Z] v1.2.2-dev.8 [2020-10-16T07:53:44.234Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-16T07:53:44.560Z] + lftools sign git-tag v1.2.2-dev.76 [2020-10-16T07:53:45.963Z] Signing Git tag with Sigul... [2020-10-16T07:53:45.963Z] Signing v1.2.2-dev.76 [Pipeline] echo [2020-10-16T07:53:46.917Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:53:47.214Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T07:53:47.223Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T07:53:47.315Z] $ docker stop --time=1 d8b773c32e80e63ef17bfeabbdbde1f4616f97a1d1a7ae2538dbf1405cb5d485 [2020-10-16T07:53:49.344Z] $ docker rm -f d8b773c32e80e63ef17bfeabbdbde1f4616f97a1d1a7ae2538dbf1405cb5d485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:53:50.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:53:50.187Z] . [Pipeline] withDockerContainer [2020-10-16T07:53:50.363Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:53:50.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T07:53:51.152Z] $ docker top 6d7bea865ac5c715b4c0561831ded160c3fb78b22a219b58536cb76ff0113812 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:53:51.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:53:51.482Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:53:51.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:53:51.688Z] $ docker exec 6d7bea865ac5c715b4c0561831ded160c3fb78b22a219b58536cb76ff0113812 ssh-agent [2020-10-16T07:53:51.869Z] SSH_AUTH_SOCK=/tmp/ssh-VgChrKoRgyzZ/agent.13 [2020-10-16T07:53:51.869Z] SSH_AGENT_PID=18 [2020-10-16T07:53:51.877Z] Running ssh-add (command line suppressed) [2020-10-16T07:53:52.012Z] Identity added: /w/workspace/edgex-go/192@tmp/private_key_1753344126228594240.key (/w/workspace/edgex-go/192@tmp/private_key_1753344126228594240.key) [2020-10-16T07:53:52.071Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:53:52.406Z] + git semver bump pre [2020-10-16T07:53:52.406Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:53:52.406Z] # $GIT_DIR = /w/workspace/edgex-go/192/.git [2020-10-16T07:53:52.406Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/192 [2020-10-16T07:53:52.406Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:53:52.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:53:52.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:53:52.406Z] # $SEMVER_BRANCH = master [2020-10-16T07:53:52.406Z] # $SEMVER_DIR = /w/workspace/edgex-go/192/.semver [2020-10-16T07:53:52.406Z] 1.2.2-dev.77 [Pipeline] } [2020-10-16T07:53:52.420Z] $ docker exec --env ******** --env ******** 6d7bea865ac5c715b4c0561831ded160c3fb78b22a219b58536cb76ff0113812 ssh-agent -k [2020-10-16T07:53:52.569Z] unset SSH_AUTH_SOCK; [2020-10-16T07:53:52.569Z] unset SSH_AGENT_PID; [2020-10-16T07:53:52.569Z] echo Agent pid 18 killed; [2020-10-16T07:53:52.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:53:53.088Z] + git semver [Pipeline] } [2020-10-16T07:53:53.106Z] $ docker stop --time=1 6d7bea865ac5c715b4c0561831ded160c3fb78b22a219b58536cb76ff0113812 [2020-10-16T07:53:54.488Z] $ docker rm -f 6d7bea865ac5c715b4c0561831ded160c3fb78b22a219b58536cb76ff0113812 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:53:55.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:53:55.016Z] . [Pipeline] withDockerContainer [2020-10-16T07:53:55.130Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:53:55.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T07:53:55.899Z] $ docker top 144685fe15b54ad7e908c7d4e9060e8092902e7f586a4b1a574283846a5dde2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:53:56.256Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:53:56.256Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:53:56.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:53:56.476Z] $ docker exec 144685fe15b54ad7e908c7d4e9060e8092902e7f586a4b1a574283846a5dde2b ssh-agent [2020-10-16T07:53:56.659Z] SSH_AUTH_SOCK=/tmp/ssh-IU4pAM1c7ttt/agent.11 [2020-10-16T07:53:56.660Z] SSH_AGENT_PID=17 [2020-10-16T07:53:56.668Z] Running ssh-add (command line suppressed) [2020-10-16T07:53:56.804Z] Identity added: /w/workspace/edgex-go/192@tmp/private_key_2409474881094395446.key (/w/workspace/edgex-go/192@tmp/private_key_2409474881094395446.key) [2020-10-16T07:53:56.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:53:57.190Z] + git semver push [2020-10-16T07:53:57.190Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:53:57.190Z] # $GIT_DIR = /w/workspace/edgex-go/192/.git [2020-10-16T07:53:57.190Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/192 [2020-10-16T07:53:57.190Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:53:57.190Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:53:57.190Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:53:57.190Z] # $SEMVER_BRANCH = master [2020-10-16T07:53:57.190Z] # $SEMVER_DIR = /w/workspace/edgex-go/192/.semver [Pipeline] } [2020-10-16T07:54:07.228Z] $ docker exec --env ******** --env ******** 144685fe15b54ad7e908c7d4e9060e8092902e7f586a4b1a574283846a5dde2b ssh-agent -k [2020-10-16T07:54:07.393Z] unset SSH_AUTH_SOCK; [2020-10-16T07:54:07.393Z] unset SSH_AGENT_PID; [2020-10-16T07:54:07.393Z] echo Agent pid 17 killed; [2020-10-16T07:54:07.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:54:07.939Z] + git semver [Pipeline] } [2020-10-16T07:54:07.959Z] $ docker stop --time=1 144685fe15b54ad7e908c7d4e9060e8092902e7f586a4b1a574283846a5dde2b [2020-10-16T07:54:09.305Z] $ docker rm -f 144685fe15b54ad7e908c7d4e9060e8092902e7f586a4b1a574283846a5dde2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:54:10.433Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:54:12.147Z] ---> package-listing.sh [2020-10-16T07:54:12.148Z] ++ facter osfamily [2020-10-16T07:54:12.148Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T07:54:12.148Z] + OS_FAMILY=redhat [2020-10-16T07:54:12.148Z] + workspace=/w/workspace/edgex-go/192 [2020-10-16T07:54:12.148Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T07:54:12.148Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T07:54:12.148Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T07:54:12.148Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T07:54:12.148Z] + '[' /w/workspace/edgex-go/192 ']' [2020-10-16T07:54:12.148Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T07:54:12.148Z] + case "${OS_FAMILY}" in [2020-10-16T07:54:12.148Z] + rpm -qa [2020-10-16T07:54:12.148Z] + sort [2020-10-16T07:54:15.482Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T07:54:15.482Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T07:54:15.482Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T07:54:15.482Z] + '[' /w/workspace/edgex-go/192 ']' [2020-10-16T07:54:15.482Z] + mkdir -p /w/workspace/edgex-go/192/archives/ [2020-10-16T07:54:15.482Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/192/archives/ [Pipeline] echo [2020-10-16T07:54:15.495Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/192/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T07:54:15.787Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:54:16.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T07:54:16.090Z] [2020-10-16T07:54:16.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:54:16.452Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T07:54:16.452Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T07:54:16.452Z] df20fa9351a1: Already exists [2020-10-16T07:54:16.452Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T07:54:16.452Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T07:54:16.452Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T07:54:16.452Z] 93b61091891f: Pulling fs layer [2020-10-16T07:54:16.452Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T07:54:16.452Z] 5e14af77c1be: Pulling fs layer [2020-10-16T07:54:16.452Z] 01666e4c0597: Pulling fs layer [2020-10-16T07:54:16.452Z] aa168da1d23b: Pulling fs layer [2020-10-16T07:54:16.452Z] 93b61091891f: Waiting [2020-10-16T07:54:16.452Z] 93b9cdb0e59b: Waiting [2020-10-16T07:54:16.452Z] 5e14af77c1be: Waiting [2020-10-16T07:54:16.452Z] 01666e4c0597: Waiting [2020-10-16T07:54:16.452Z] aa168da1d23b: Waiting [2020-10-16T07:54:16.452Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T07:54:16.452Z] 46f8f816bc3b: Download complete [2020-10-16T07:54:16.452Z] 36b3adc4ff6f: Download complete [2020-10-16T07:54:16.452Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T07:54:16.452Z] 93b9cdb0e59b: Download complete [2020-10-16T07:54:16.452Z] 5e14af77c1be: Verifying Checksum [2020-10-16T07:54:16.452Z] 5e14af77c1be: Download complete [2020-10-16T07:54:16.714Z] 01666e4c0597: Verifying Checksum [2020-10-16T07:54:16.714Z] 01666e4c0597: Download complete [2020-10-16T07:54:16.714Z] 93b61091891f: Verifying Checksum [2020-10-16T07:54:16.714Z] 93b61091891f: Download complete [2020-10-16T07:54:16.714Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T07:54:16.714Z] 8ad3a11d3b57: Download complete [2020-10-16T07:54:17.290Z] 36b3adc4ff6f: Pull complete [2020-10-16T07:54:18.694Z] aa168da1d23b: Download complete [2020-10-16T07:54:18.694Z] 8ad3a11d3b57: Pull complete [2020-10-16T07:54:19.268Z] 46f8f816bc3b: Pull complete [2020-10-16T07:54:19.529Z] 93b61091891f: Pull complete [2020-10-16T07:54:19.529Z] 93b9cdb0e59b: Pull complete [2020-10-16T07:54:19.791Z] 5e14af77c1be: Pull complete [2020-10-16T07:54:19.791Z] 01666e4c0597: Pull complete [2020-10-16T07:54:26.407Z] aa168da1d23b: Pull complete [2020-10-16T07:54:26.407Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T07:54:26.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T07:54:26.407Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T07:54:26.543Z] prd-centos7-docker-4c-2g-5818 does not seem to be running inside a container [2020-10-16T07:54:26.589Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/192/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/192 -v /w/workspace/edgex-go/192:/w/workspace/edgex-go/192:rw,z -v /w/workspace/edgex-go/192@tmp:/w/workspace/edgex-go/192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-10-16T07:54:32.420Z] $ docker top 9234996c5a49f7498ef276a65c6ef403236b80f2b692d921c1870936d91e1b85 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:54:32.954Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T07:54:33.248Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T07:54:33.546Z] + ls /var/log/sa-host [2020-10-16T07:54:33.546Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T07:54:33.546Z] file_magic: OK [2020-10-16T07:54:33.546Z] HZ: Using current value: 100 [2020-10-16T07:54:33.546Z] file_header: OK [2020-10-16T07:54:33.546Z] 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-10-16T07:54:33.546Z] Statistics: [2020-10-16T07:54:33.546Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T07:54:33.546Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T07:54:33.546Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T07:54:33.546Z] file_magic: OK [2020-10-16T07:54:33.546Z] HZ: Using current value: 100 [2020-10-16T07:54:33.546Z] file_header: OK [2020-10-16T07:54:33.546Z] 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-10-16T07:54:33.546Z] Statistics: [2020-10-16T07:54:33.546Z] 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... [2020-10-16T07:54:33.546Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T07:54:34.185Z] provisioning config files... [2020-10-16T07:54:34.201Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/192@tmp/config341213414747466967tmp [Pipeline] { [Pipeline] echo [2020-10-16T07:54:34.295Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:54:34.592Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T07:54:34.601Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T07:54:34.688Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:54:34.983Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T07:54:34.995Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:54:35.291Z] ---> sudo-logs.sh [2020-10-16T07:54:35.291Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T07:54:35.304Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:54:35.599Z] ---> job-cost.sh [2020-10-16T07:54:35.599Z] lf-activate-venv: SKIPPING [2020-10-16T07:54:35.599Z] INFO: No Stack... [2020-10-16T07:54:36.542Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T07:54:36.805Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T07:54:36.851Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:54:37.255Z] ---> logs-deploy.sh [2020-10-16T07:54:37.255Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/192 [2020-10-16T07:54:37.255Z] INFO: archiving workspace using pattern(s): [2020-10-16T07:54:38.786Z] Archives upload complete. [2020-10-16T07:54:38.786Z] INFO: archiving logs to Nexus [2020-10-16T07:54:39.731Z] ---> uname -a: [2020-10-16T07:54:39.731Z] Linux prd-centos7-docker-4c-2g-5818.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-16T07:54:39.731Z] [2020-10-16T07:54:39.731Z] [2020-10-16T07:54:39.731Z] ---> lscpu: [2020-10-16T07:54:39.731Z] Architecture: x86_64 [2020-10-16T07:54:39.731Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-16T07:54:39.731Z] Byte Order: Little Endian [2020-10-16T07:54:39.731Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-16T07:54:39.731Z] CPU(s): 4 [2020-10-16T07:54:39.731Z] On-line CPU(s) list: 0-3 [2020-10-16T07:54:39.731Z] Thread(s) per core: 1 [2020-10-16T07:54:39.731Z] Core(s) per socket: 1 [2020-10-16T07:54:39.731Z] Socket(s): 4 [2020-10-16T07:54:39.731Z] NUMA node(s): 1 [2020-10-16T07:54:39.731Z] Vendor ID: GenuineIntel [2020-10-16T07:54:39.731Z] CPU family: 6 [2020-10-16T07:54:39.731Z] Model: 44 [2020-10-16T07:54:39.731Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-16T07:54:39.731Z] Stepping: 1 [2020-10-16T07:54:39.732Z] CPU MHz: 2933.442 [2020-10-16T07:54:39.732Z] BogoMIPS: 5866.88 [2020-10-16T07:54:39.732Z] Virtualization: VT-x [2020-10-16T07:54:39.732Z] Hypervisor vendor: KVM [2020-10-16T07:54:39.732Z] Virtualization type: full [2020-10-16T07:54:39.732Z] L1d cache: 128 KiB [2020-10-16T07:54:39.732Z] L1i cache: 128 KiB [2020-10-16T07:54:39.732Z] L2 cache: 16 MiB [2020-10-16T07:54:39.732Z] L3 cache: 64 MiB [2020-10-16T07:54:39.732Z] NUMA node0 CPU(s): 0-3 [2020-10-16T07:54:39.732Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-16T07:54:39.732Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-16T07:54:39.732Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-16T07:54:39.732Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-16T07:54:39.732Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-16T07:54:39.732Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-16T07:54:39.732Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-16T07:54:39.732Z] Vulnerability Tsx async abort: Not affected [2020-10-16T07:54:39.732Z] 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-10-16T07:54:39.732Z] [2020-10-16T07:54:39.732Z]