Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-12989’ is offline Running on prd-centos7-docker-4c-2g-12990 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/228 [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/228 # 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 bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e (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 bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e # timeout=10 Commit message: "feat: Remove security services initialization for mongodb (#2885)" > git rev-list --no-walk 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-20T23:15:52.463Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-20T23:15:52.725Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-20T23:15:52.819Z] ========================================================= [2020-11-20T23:15:52.819Z] EdgeX Global Pipelines Version Info [2020-11-20T23:15:52.819Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:15:56.426Z] ------------------- [2020-11-20T23:15:56.426Z] stable info: [2020-11-20T23:15:56.426Z] ------------------- [2020-11-20T23:15:56.426Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-20T23:15:56.426Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T23:15:56.426Z] Message: update stable to v1.0.167 [2020-11-20T23:15:57.401Z] ------------------- [2020-11-20T23:15:57.401Z] experimental info: [2020-11-20T23:15:57.401Z] ------------------- [2020-11-20T23:15:57.401Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-20T23:15:57.401Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T23:15:57.401Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:15:57.733Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-20T23:15:57.832Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-20T23:15:57.921Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-20T23:15:58.016Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-20T23:15:58.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-20T23:15:58.224Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-20T23:15:58.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-20T23:15:58.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-20T23:15:58.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-20T23:15:58.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-20T23:15:58.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-20T23:15:58.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-20T23:15:58.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-20T23:15:58.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-20T23:15:59.026Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-20T23:15:59.128Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-20T23:15:59.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-20T23:15:59.305Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-20T23:15:59.393Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-20T23:15:59.485Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-20T23:15:59.573Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-20T23:15:59.685Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-20T23:15:59.775Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-20T23:15:59.864Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-20T23:16:00.010Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-20T23:16:00.217Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] echo [2020-11-20T23:16:00.316Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bd94ef4 [Pipeline] echo [2020-11-20T23:16:00.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T23:16:00.633Z] provisioning config files... [2020-11-20T23:16:00.678Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/228@tmp/config8948444221252388624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:16:01.105Z] ---> docker-login.sh [2020-11-20T23:16:01.105Z] nexus3.edgexfoundry.org:10001 [2020-11-20T23:16:01.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:16:01.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:16:01.762Z] Configure a credential helper to remove this warning. See [2020-11-20T23:16:01.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:16:01.762Z] [2020-11-20T23:16:01.762Z] Login Succeeded [2020-11-20T23:16:01.762Z] nexus3.edgexfoundry.org:10002 [2020-11-20T23:16:02.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:16:02.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:16:02.305Z] Configure a credential helper to remove this warning. See [2020-11-20T23:16:02.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:16:02.305Z] [2020-11-20T23:16:02.305Z] Login Succeeded [2020-11-20T23:16:02.305Z] nexus3.edgexfoundry.org:10003 [2020-11-20T23:16:02.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:16:02.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:16:02.632Z] Configure a credential helper to remove this warning. See [2020-11-20T23:16:02.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:16:02.632Z] [2020-11-20T23:16:02.632Z] Login Succeeded [2020-11-20T23:16:02.632Z] nexus3.edgexfoundry.org:10004 [2020-11-20T23:16:02.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:16:02.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:16:02.963Z] Configure a credential helper to remove this warning. See [2020-11-20T23:16:02.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:16:02.963Z] [2020-11-20T23:16:02.963Z] Login Succeeded [2020-11-20T23:16:02.963Z] docker.io [2020-11-20T23:16:03.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:16:03.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:16:03.674Z] Configure a credential helper to remove this warning. See [2020-11-20T23:16:03.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:16:03.674Z] [2020-11-20T23:16:03.674Z] Login Succeeded [2020-11-20T23:16:03.674Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T23:16:03.689Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T23:16:04.316Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/core-command/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/core-data/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-20T23:16:04.316Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-20T23:16:04.316Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-20T23:16:04.316Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-20T23:16:04.316Z] ++ cut -d/ -f2 [2020-11-20T23:16:04.316Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-20T23:16:04.472Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-11-20T23:16:06.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T23:16:06.440Z] [2020-11-20T23:16:06.440Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:16:06.840Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T23:16:06.840Z] latest: Pulling from edgex-devops/git-semver [2020-11-20T23:16:06.840Z] 31603596830f: Pulling fs layer [2020-11-20T23:16:06.840Z] 2a8b12db71e7: Pulling fs layer [2020-11-20T23:16:06.840Z] 6ca5941a6612: Pulling fs layer [2020-11-20T23:16:06.840Z] ecc8261a40a4: Pulling fs layer [2020-11-20T23:16:06.840Z] ecc8261a40a4: Waiting [2020-11-20T23:16:06.840Z] 2a8b12db71e7: Verifying Checksum [2020-11-20T23:16:06.840Z] 2a8b12db71e7: Download complete [2020-11-20T23:16:07.142Z] 31603596830f: Verifying Checksum [2020-11-20T23:16:07.142Z] 31603596830f: Download complete [2020-11-20T23:16:07.430Z] ecc8261a40a4: Verifying Checksum [2020-11-20T23:16:07.430Z] ecc8261a40a4: Download complete [2020-11-20T23:16:07.430Z] 6ca5941a6612: Verifying Checksum [2020-11-20T23:16:07.430Z] 6ca5941a6612: Download complete [2020-11-20T23:16:07.704Z] 31603596830f: Pull complete [2020-11-20T23:16:07.704Z] 2a8b12db71e7: Pull complete [2020-11-20T23:16:09.129Z] 6ca5941a6612: Pull complete [2020-11-20T23:16:09.129Z] ecc8261a40a4: Pull complete [2020-11-20T23:16:09.405Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-20T23:16:09.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T23:16:09.405Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-20T23:16:09.602Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:16:09.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:16:12.407Z] $ docker top 3c9a30c46caa2127a8fc699b8f13a1c2c6bc1e3586bd61e9aec1f670a0ef130a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T23:16:12.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T23:16:12.777Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T23:16:13.092Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T23:16:13.100Z] $ docker exec 3c9a30c46caa2127a8fc699b8f13a1c2c6bc1e3586bd61e9aec1f670a0ef130a ssh-agent [2020-11-20T23:16:13.309Z] SSH_AUTH_SOCK=/tmp/ssh-9GoxDdqYu78r/agent.12 [2020-11-20T23:16:13.309Z] SSH_AGENT_PID=17 [2020-11-20T23:16:13.325Z] Running ssh-add (command line suppressed) [2020-11-20T23:16:13.607Z] Identity added: /w/workspace/edgex-go/228@tmp/private_key_4709154796939178855.key (/w/workspace/edgex-go/228@tmp/private_key_4709154796939178855.key) [2020-11-20T23:16:13.743Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T23:16:14.191Z] + git tag --points-at HEAD [Pipeline] } [2020-11-20T23:16:14.242Z] $ docker exec --env ******** --env ******** 3c9a30c46caa2127a8fc699b8f13a1c2c6bc1e3586bd61e9aec1f670a0ef130a ssh-agent -k [2020-11-20T23:16:14.466Z] unset SSH_AUTH_SOCK; [2020-11-20T23:16:14.466Z] unset SSH_AGENT_PID; [2020-11-20T23:16:14.466Z] echo Agent pid 17 killed; [2020-11-20T23:16:14.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-20T23:16:14.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T23:16:14.675Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T23:16:15.084Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T23:16:15.092Z] $ docker exec 3c9a30c46caa2127a8fc699b8f13a1c2c6bc1e3586bd61e9aec1f670a0ef130a ssh-agent [2020-11-20T23:16:15.447Z] SSH_AUTH_SOCK=/tmp/ssh-clZe6hxMFbFS/agent.46 [2020-11-20T23:16:15.447Z] SSH_AGENT_PID=51 [2020-11-20T23:16:15.456Z] Running ssh-add (command line suppressed) [2020-11-20T23:16:15.674Z] Identity added: /w/workspace/edgex-go/228@tmp/private_key_3764195671940114594.key (/w/workspace/edgex-go/228@tmp/private_key_3764195671940114594.key) [2020-11-20T23:16:15.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T23:16:16.108Z] + git semver init [2020-11-20T23:16:16.108Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T23:16:16.108Z] # $GIT_DIR = /w/workspace/edgex-go/228/.git [2020-11-20T23:16:16.108Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/228 [2020-11-20T23:16:16.108Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T23:16:16.108Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T23:16:16.108Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T23:16:16.108Z] # $SEMVER_BRANCH = master [2020-11-20T23:16:16.108Z] # $SEMVER_TEMP = /tmp/semver-828803521 [2020-11-20T23:16:16.108Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-20T23:16:43.189Z] # '/tmp/semver-828803521' -> '/w/workspace/edgex-go/228/.semver' [2020-11-20T23:16:44.234Z] # -> Force: false [2020-11-20T23:16:44.234Z] # $SEMVER_DIR = /w/workspace/edgex-go/228/.semver [Pipeline] } [2020-11-20T23:16:44.256Z] $ docker exec --env ******** --env ******** 3c9a30c46caa2127a8fc699b8f13a1c2c6bc1e3586bd61e9aec1f670a0ef130a ssh-agent -k [2020-11-20T23:16:44.603Z] unset SSH_AUTH_SOCK; [2020-11-20T23:16:44.603Z] unset SSH_AGENT_PID; [2020-11-20T23:16:44.603Z] echo Agent pid 51 killed; [2020-11-20T23:16:44.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T23:16:45.314Z] + git semver [Pipeline] } [2020-11-20T23:16:45.356Z] $ docker stop --time=1 3c9a30c46caa2127a8fc699b8f13a1c2c6bc1e3586bd61e9aec1f670a0ef130a [2020-11-20T23:16:47.216Z] $ docker rm -f 3c9a30c46caa2127a8fc699b8f13a1c2c6bc1e3586bd61e9aec1f670a0ef130a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T23:16:47.843Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-20T23:16:48.578Z] Stashed 1 file(s) [Pipeline] echo [2020-11-20T23:16:48.581Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.4 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T23:16:49.459Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-20T23:16:49.778Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T23:16:50.097Z] + true [2020-11-20T23:16:50.097Z] + sudo service docker restart [2020-11-20T23:16:50.097Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-20T23:16:51.382Z] ========================================================= [2020-11-20T23:16:51.382Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-20T23:16:51.382Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:16:52.021Z] + 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-11-20T23:16:59.360Z] Sending build context to Docker daemon 325.9MB [2020-11-20T23:16:59.360Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T23:16:59.360Z] Step 2/7 : FROM ${BASE} [2020-11-20T23:16:59.360Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-20T23:16:59.360Z] df20fa9351a1: Pulling fs layer [2020-11-20T23:16:59.360Z] ed8968b2872e: Pulling fs layer [2020-11-20T23:16:59.360Z] a92cc7c5fd73: Pulling fs layer [2020-11-20T23:16:59.360Z] e871e8e8d7a9: Pulling fs layer [2020-11-20T23:16:59.360Z] e73272ec9a57: Pulling fs layer [2020-11-20T23:16:59.360Z] 1e910a182e73: Pulling fs layer [2020-11-20T23:16:59.360Z] 4e634b169226: Pulling fs layer [2020-11-20T23:16:59.360Z] e871e8e8d7a9: Waiting [2020-11-20T23:16:59.360Z] e73272ec9a57: Waiting [2020-11-20T23:16:59.360Z] 1e910a182e73: Waiting [2020-11-20T23:16:59.360Z] 4e634b169226: Waiting [2020-11-20T23:16:59.360Z] a92cc7c5fd73: Download complete [2020-11-20T23:16:59.360Z] ed8968b2872e: Verifying Checksum [2020-11-20T23:16:59.360Z] ed8968b2872e: Download complete [2020-11-20T23:16:59.360Z] e73272ec9a57: Verifying Checksum [2020-11-20T23:16:59.360Z] e73272ec9a57: Download complete [2020-11-20T23:16:59.360Z] df20fa9351a1: Verifying Checksum [2020-11-20T23:16:59.360Z] df20fa9351a1: Download complete [2020-11-20T23:16:59.360Z] 1e910a182e73: Download complete [2020-11-20T23:16:59.642Z] df20fa9351a1: Pull complete [2020-11-20T23:16:59.918Z] ed8968b2872e: Pull complete [2020-11-20T23:17:00.194Z] a92cc7c5fd73: Pull complete [2020-11-20T23:17:03.951Z] Still waiting to schedule task [2020-11-20T23:17:03.951Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-12985’ is offline [2020-11-20T23:17:06.131Z] 4e634b169226: Verifying Checksum [2020-11-20T23:17:06.131Z] 4e634b169226: Download complete [2020-11-20T23:17:07.568Z] e871e8e8d7a9: Verifying Checksum [2020-11-20T23:17:07.568Z] e871e8e8d7a9: Download complete [2020-11-20T23:17:18.057Z] e871e8e8d7a9: Pull complete [2020-11-20T23:17:18.057Z] e73272ec9a57: Pull complete [2020-11-20T23:17:18.057Z] 1e910a182e73: Pull complete [2020-11-20T23:17:22.374Z] 4e634b169226: Pull complete [2020-11-20T23:17:22.374Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-20T23:17:22.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-20T23:17:22.374Z] ---> f7629b54cfaa [2020-11-20T23:17:22.374Z] 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-11-20T23:17:22.644Z] ---> Running in c82897b81989 [2020-11-20T23:17:23.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:17:24.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:17:24.483Z] (1/12) Installing libmagic (5.38-r0) [2020-11-20T23:17:25.072Z] (2/12) Installing file (5.38-r0) [2020-11-20T23:17:25.072Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-20T23:17:25.340Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-20T23:17:29.661Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-20T23:17:29.928Z] (6/12) Installing patch (2.7.6-r6) [2020-11-20T23:17:29.928Z] (7/12) Installing build-base (0.5-r2) [2020-11-20T23:17:29.928Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-20T23:17:30.193Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-20T23:17:30.193Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-20T23:17:30.193Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-20T23:17:30.457Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-20T23:17:30.457Z] Executing busybox-1.31.1-r16.trigger [2020-11-20T23:17:30.457Z] OK: 233 MiB in 51 packages [2020-11-20T23:17:33.860Z] Removing intermediate container c82897b81989 [2020-11-20T23:17:33.860Z] ---> 43ebc01a3bc9 [2020-11-20T23:17:33.860Z] Step 4/7 : WORKDIR /edgex-go [2020-11-20T23:17:33.860Z] ---> Running in 28842d34c3ca [2020-11-20T23:17:33.860Z] Removing intermediate container 28842d34c3ca [2020-11-20T23:17:33.860Z] ---> ce5e1e4c9746 [2020-11-20T23:17:33.860Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-20T23:17:34.458Z] latest: Pulling from library/docker [2020-11-20T23:17:34.458Z] 188c0c94c7c5: Pulling fs layer [2020-11-20T23:17:34.458Z] 0c7c675703d6: Pulling fs layer [2020-11-20T23:17:34.458Z] cc8c12a437cb: Pulling fs layer [2020-11-20T23:17:34.458Z] c5dafad2182a: Pulling fs layer [2020-11-20T23:17:34.458Z] 5aa711733414: Pulling fs layer [2020-11-20T23:17:34.458Z] 058f73b55e4b: Pulling fs layer [2020-11-20T23:17:34.458Z] 8c9c664faf12: Pulling fs layer [2020-11-20T23:17:34.458Z] c5dafad2182a: Waiting [2020-11-20T23:17:34.458Z] 5aa711733414: Waiting [2020-11-20T23:17:34.458Z] 058f73b55e4b: Waiting [2020-11-20T23:17:34.458Z] 8c9c664faf12: Waiting [2020-11-20T23:17:34.458Z] cc8c12a437cb: Verifying Checksum [2020-11-20T23:17:34.458Z] cc8c12a437cb: Download complete [2020-11-20T23:17:34.749Z] 188c0c94c7c5: Verifying Checksum [2020-11-20T23:17:34.749Z] 188c0c94c7c5: Download complete [2020-11-20T23:17:34.749Z] 0c7c675703d6: Verifying Checksum [2020-11-20T23:17:34.749Z] 0c7c675703d6: Download complete [2020-11-20T23:17:35.106Z] 5aa711733414: Verifying Checksum [2020-11-20T23:17:35.106Z] 5aa711733414: Download complete [2020-11-20T23:17:35.106Z] 058f73b55e4b: Verifying Checksum [2020-11-20T23:17:35.106Z] 058f73b55e4b: Download complete [2020-11-20T23:17:35.106Z] 8c9c664faf12: Verifying Checksum [2020-11-20T23:17:35.106Z] 8c9c664faf12: Download complete [2020-11-20T23:17:35.379Z] 188c0c94c7c5: Pull complete [2020-11-20T23:17:36.401Z] 0c7c675703d6: Pull complete [2020-11-20T23:17:36.401Z] c5dafad2182a: Verifying Checksum [2020-11-20T23:17:36.401Z] c5dafad2182a: Download complete [2020-11-20T23:17:36.401Z] cc8c12a437cb: Pull complete [2020-11-20T23:17:42.091Z] c5dafad2182a: Pull complete [2020-11-20T23:17:42.091Z] 5aa711733414: Pull complete [2020-11-20T23:17:42.091Z] 058f73b55e4b: Pull complete [2020-11-20T23:17:42.091Z] 8c9c664faf12: Pull complete [2020-11-20T23:17:42.091Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-20T23:17:42.091Z] Status: Downloaded newer image for docker:latest [2020-11-20T23:17:44.785Z] ---> 1299c3de748f [2020-11-20T23:17:44.785Z] Step 6/7 : COPY go.mod . [2020-11-20T23:17:45.049Z] ---> c93e2876ced8 [2020-11-20T23:17:45.049Z] Step 7/7 : RUN go mod download [2020-11-20T23:17:45.316Z] ---> Running in 9be338b163aa [2020-11-20T23:18:12.326Z] Removing intermediate container 9be338b163aa [2020-11-20T23:18:12.326Z] ---> 2c6356fbd961 [2020-11-20T23:18:12.326Z] Successfully built 2c6356fbd961 [2020-11-20T23:18:12.326Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:18:12.681Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T23:18:12.681Z] . [Pipeline] withDockerContainer [2020-11-20T23:18:12.927Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:18:13.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:18:14.156Z] $ docker top a9903bd37ef3d7f27322c3519a9afa3bbb63f89d18d7de6d28a0026b93af9e81 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:18:14.798Z] + go version [2020-11-20T23:18:14.798Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-20T23:18:14.821Z] $ docker stop --time=1 a9903bd37ef3d7f27322c3519a9afa3bbb63f89d18d7de6d28a0026b93af9e81 [2020-11-20T23:18:16.405Z] $ docker rm -f a9903bd37ef3d7f27322c3519a9afa3bbb63f89d18d7de6d28a0026b93af9e81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:18:17.395Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T23:18:17.395Z] . [Pipeline] withDockerContainer [2020-11-20T23:18:17.736Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:18:17.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:18:18.831Z] $ docker top 5293b56031dabdd330e6c169582bc89d33e604362cf40100025ee76e2812f0b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-20T23:18:19.034Z] ========================================================= [2020-11-20T23:18:19.034Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-20T23:18:19.034Z] ========================================================= [Pipeline] sh [2020-11-20T23:18:19.331Z] + make test [2020-11-20T23:18:19.332Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-20T23:18:34.408Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-20T23:18:51.536Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12993 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-20T23:18:51.639Z] Running in /w/workspace/edgex-go/228 [Pipeline] { [Pipeline] checkout [2020-11-20T23:18:56.506Z] using credential edgex-jenkins-ssh [2020-11-20T23:18:56.594Z] Cloning the remote Git repository [2020-11-20T23:18:56.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-20T23:18:56.657Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-20T23:18:56.781Z] > git init /w/workspace/edgex-go/228 # timeout=10 [2020-11-20T23:18:56.860Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-20T23:18:56.861Z] > git --version # timeout=10 [2020-11-20T23:18:56.878Z] > git --version # 'git version 2.17.1' [2020-11-20T23:18:56.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T23:18:56.939Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T23:19:07.371Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-20T23:19:07.371Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-20T23:19:07.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-20T23:19:07.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-20T23:19:07.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-20T23:19:10.056Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.054s [2020-11-20T23:19:10.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-20T23:19:10.056Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-20T23:19:11.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-20T23:19:11.338Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-20T23:19:11.338Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-20T23:19:11.338Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-20T23:19:11.338Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-20T23:19:12.980Z] Checking out Revision bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e (master) [2020-11-20T23:19:12.336Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-20T23:19:12.362Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T23:19:12.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-20T23:19:12.430Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-20T23:19:12.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T23:19:12.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-20T23:19:13.004Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T23:19:13.017Z] > git checkout -f bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e # timeout=10 [2020-11-20T23:19:15.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.181s coverage: 46.6% of statements [2020-11-20T23:19:15.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-20T23:19:15.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-20T23:19:15.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-20T23:19:15.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-20T23:19:15.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-20T23:19:17.828Z] Commit message: "feat: Remove security services initialization for mongodb (#2885)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T23:19:19.325Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-20T23:19:19.732Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T23:19:20.117Z] + sudo service docker restart [2020-11-20T23:19:20.117Z] + true [2020-11-20T23:19:20.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements [2020-11-20T23:19:20.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-20T23:19:20.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-20T23:19:20.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-20T23:19:20.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-20T23:19:20.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-20T23:19:20.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-20T23:19:20.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2020-11-20T23:19:20.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-20T23:19:20.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-20T23:19:20.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.424s coverage: 67.9% of statements [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-20T23:19:20.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.123s coverage: 83.8% of statements [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-20T23:19:20.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T23:19:22.819Z] provisioning config files... [2020-11-20T23:19:22.858Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/228@tmp/config7835738788135939670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:19:23.270Z] ---> docker-login.sh [2020-11-20T23:19:23.270Z] nexus3.edgexfoundry.org:10001 [2020-11-20T23:19:24.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:19:24.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:19:24.532Z] Configure a credential helper to remove this warning. See [2020-11-20T23:19:24.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:19:24.532Z] [2020-11-20T23:19:24.532Z] Login Succeeded [2020-11-20T23:19:24.532Z] nexus3.edgexfoundry.org:10002 [2020-11-20T23:19:24.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:19:24.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.817s coverage: 28.6% of statements [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-20T23:19:24.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-20T23:19:24.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-20T23:19:24.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.192s coverage: 86.7% of statements [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-20T23:19:24.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.284s coverage: 97.5% of statements [2020-11-20T23:19:24.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-20T23:19:25.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:19:25.078Z] Configure a credential helper to remove this warning. See [2020-11-20T23:19:25.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:19:25.078Z] [2020-11-20T23:19:25.078Z] Login Succeeded [2020-11-20T23:19:25.078Z] nexus3.edgexfoundry.org:10003 [2020-11-20T23:19:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.217s coverage: 79.0% of statements [2020-11-20T23:19:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-20T23:19:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-20T23:19:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-20T23:19:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-20T23:19:25.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:19:25.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:19:25.955Z] Configure a credential helper to remove this warning. See [2020-11-20T23:19:25.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:19:25.955Z] [2020-11-20T23:19:25.955Z] Login Succeeded [2020-11-20T23:19:25.955Z] nexus3.edgexfoundry.org:10004 [2020-11-20T23:19:26.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:19:26.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:19:26.555Z] Configure a credential helper to remove this warning. See [2020-11-20T23:19:26.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:19:26.555Z] [2020-11-20T23:19:26.555Z] Login Succeeded [2020-11-20T23:19:26.555Z] docker.io [2020-11-20T23:19:27.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:19:27.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:19:27.433Z] Configure a credential helper to remove this warning. See [2020-11-20T23:19:27.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:19:27.433Z] [2020-11-20T23:19:27.433Z] Login Succeeded [2020-11-20T23:19:27.433Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T23:19:27.451Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-20T23:19:27.897Z] ========================================================= [2020-11-20T23:19:27.897Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-20T23:19:27.897Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:19:28.309Z] + 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-11-20T23:19:29.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.527s coverage: 95.7% of statements [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-20T23:19:29.042Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-20T23:19:29.042Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.080s coverage: 0.0% of statements [no tests to run] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-20T23:19:29.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.661s coverage: 63.5% of statements [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-20T23:19:29.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-20T23:19:29.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.107s coverage: 100.0% of statements [2020-11-20T23:19:29.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2020-11-20T23:19:29.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-11-20T23:19:30.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.172s coverage: 73.7% of statements [2020-11-20T23:19:30.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2020-11-20T23:19:30.940Z] Sending build context to Docker daemon 165.3MB [2020-11-20T23:19:30.940Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T23:19:30.940Z] Step 2/7 : FROM ${BASE} [2020-11-20T23:19:30.940Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-20T23:19:30.940Z] b538f80385f9: Pulling fs layer [2020-11-20T23:19:30.940Z] 74f711af9a0d: Pulling fs layer [2020-11-20T23:19:30.940Z] 99f96fe45779: Pulling fs layer [2020-11-20T23:19:30.940Z] 8529a6b9a6be: Pulling fs layer [2020-11-20T23:19:30.940Z] 45590311c82a: Pulling fs layer [2020-11-20T23:19:30.940Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-20T23:19:30.940Z] 209524e5b208: Pulling fs layer [2020-11-20T23:19:30.940Z] 45590311c82a: Waiting [2020-11-20T23:19:30.940Z] 209524e5b208: Waiting [2020-11-20T23:19:30.940Z] 69ca0ff8b7b3: Waiting [2020-11-20T23:19:30.940Z] 8529a6b9a6be: Waiting [2020-11-20T23:19:30.940Z] 99f96fe45779: Verifying Checksum [2020-11-20T23:19:30.940Z] 99f96fe45779: Download complete [2020-11-20T23:19:30.940Z] 74f711af9a0d: Verifying Checksum [2020-11-20T23:19:30.940Z] 74f711af9a0d: Download complete [2020-11-20T23:19:30.940Z] 45590311c82a: Download complete [2020-11-20T23:19:31.216Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-20T23:19:31.216Z] 69ca0ff8b7b3: Download complete [2020-11-20T23:19:31.489Z] b538f80385f9: Verifying Checksum [2020-11-20T23:19:31.489Z] b538f80385f9: Download complete [2020-11-20T23:19:32.090Z] b538f80385f9: Pull complete [2020-11-20T23:19:32.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.879s coverage: 55.9% of statements [2020-11-20T23:19:32.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-20T23:19:32.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-20T23:19:32.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-20T23:19:32.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-20T23:19:32.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-20T23:19:32.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-20T23:19:32.697Z] 74f711af9a0d: Pull complete [2020-11-20T23:19:32.994Z] 99f96fe45779: Pull complete [2020-11-20T23:19:33.978Z] 209524e5b208: Verifying Checksum [2020-11-20T23:19:33.978Z] 209524e5b208: Download complete [2020-11-20T23:19:34.960Z] 8529a6b9a6be: Verifying Checksum [2020-11-20T23:19:34.960Z] 8529a6b9a6be: Download complete [2020-11-20T23:19:47.373Z] 8529a6b9a6be: Pull complete [2020-11-20T23:19:47.373Z] 45590311c82a: Pull complete [2020-11-20T23:19:47.373Z] 69ca0ff8b7b3: Pull complete [2020-11-20T23:19:50.777Z] 209524e5b208: Pull complete [2020-11-20T23:19:50.777Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-20T23:19:50.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-20T23:19:50.777Z] ---> 5bddaf1c2fca [2020-11-20T23:19:50.777Z] 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-11-20T23:19:53.401Z] ---> Running in 4eb06c115dc3 [2020-11-20T23:19:55.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:19:55.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:19:56.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.713s coverage: 86.3% of statements [2020-11-20T23:19:56.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.714s coverage: 72.2% of statements [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.694s coverage: 72.1% of statements [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.109s coverage: 82.4% of statements [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.093s coverage: 48.4% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.058s coverage: 28.8% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.069s coverage: 96.8% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.301s coverage: 37.2% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.605s coverage: 84.1% of statements [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.058s coverage: 42.9% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.040s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.063s coverage: 83.8% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.154s coverage: 47.1% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.114s coverage: 29.1% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.167s coverage: 99.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.193s coverage: 87.9% of statements [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-20T23:19:56.026Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-11-20T23:19:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.062s coverage: 100.0% of statements [2020-11-20T23:19:56.026Z] GO111MODULE=on go vet ./... [2020-11-20T23:19:56.569Z] (1/12) Installing libmagic (5.38-r0) [2020-11-20T23:19:56.840Z] (2/12) Installing file (5.38-r0) [2020-11-20T23:19:56.840Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-20T23:19:57.111Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-20T23:20:00.492Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-20T23:20:00.492Z] (6/12) Installing patch (2.7.6-r6) [2020-11-20T23:20:00.492Z] (7/12) Installing build-base (0.5-r2) [2020-11-20T23:20:00.492Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-20T23:20:00.763Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-20T23:20:00.763Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-20T23:20:00.763Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-20T23:20:01.034Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-20T23:20:01.034Z] Executing busybox-1.31.1-r16.trigger [2020-11-20T23:20:01.034Z] OK: 217 MiB in 51 packages [2020-11-20T23:20:05.375Z] Removing intermediate container 4eb06c115dc3 [2020-11-20T23:20:05.375Z] ---> a8b5615389cf [2020-11-20T23:20:05.375Z] Step 4/7 : WORKDIR /edgex-go [2020-11-20T23:20:05.375Z] ---> Running in eccada32ddcf [2020-11-20T23:20:05.971Z] Removing intermediate container eccada32ddcf [2020-11-20T23:20:05.971Z] ---> 4edb0671d4c6 [2020-11-20T23:20:05.971Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-20T23:20:06.565Z] latest: Pulling from library/docker [2020-11-20T23:20:06.565Z] 5f621e34cdf4: Pulling fs layer [2020-11-20T23:20:06.565Z] 85db56a05063: Pulling fs layer [2020-11-20T23:20:06.565Z] ccb67d6aeaaa: Pulling fs layer [2020-11-20T23:20:06.565Z] a0b19fc83503: Pulling fs layer [2020-11-20T23:20:06.565Z] 8eb508b41278: Pulling fs layer [2020-11-20T23:20:06.565Z] 37236713561e: Pulling fs layer [2020-11-20T23:20:06.565Z] 07c93f2b1b56: Pulling fs layer [2020-11-20T23:20:06.565Z] a0b19fc83503: Waiting [2020-11-20T23:20:06.565Z] 8eb508b41278: Waiting [2020-11-20T23:20:06.565Z] 37236713561e: Waiting [2020-11-20T23:20:06.565Z] 07c93f2b1b56: Waiting [2020-11-20T23:20:06.840Z] ccb67d6aeaaa: Download complete [2020-11-20T23:20:06.840Z] 85db56a05063: Verifying Checksum [2020-11-20T23:20:06.840Z] 85db56a05063: Download complete [2020-11-20T23:20:06.840Z] 5f621e34cdf4: Verifying Checksum [2020-11-20T23:20:06.840Z] 5f621e34cdf4: Download complete [2020-11-20T23:20:06.840Z] 8eb508b41278: Verifying Checksum [2020-11-20T23:20:06.840Z] 8eb508b41278: Download complete [2020-11-20T23:20:06.840Z] 37236713561e: Verifying Checksum [2020-11-20T23:20:06.840Z] 37236713561e: Download complete [2020-11-20T23:20:07.132Z] 07c93f2b1b56: Download complete [2020-11-20T23:20:07.413Z] 5f621e34cdf4: Pull complete [2020-11-20T23:20:08.020Z] 85db56a05063: Pull complete [2020-11-20T23:20:08.294Z] a0b19fc83503: Verifying Checksum [2020-11-20T23:20:08.294Z] a0b19fc83503: Download complete [2020-11-20T23:20:08.569Z] ccb67d6aeaaa: Pull complete [2020-11-20T23:20:11.968Z] a0b19fc83503: Pull complete [2020-11-20T23:20:11.968Z] 8eb508b41278: Pull complete [2020-11-20T23:20:12.564Z] 37236713561e: Pull complete [2020-11-20T23:20:12.839Z] 07c93f2b1b56: Pull complete [2020-11-20T23:20:12.839Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-20T23:20:12.839Z] Status: Downloaded newer image for docker:latest [2020-11-20T23:20:16.245Z] ---> fd54cc4a023a [2020-11-20T23:20:16.245Z] Step 6/7 : COPY go.mod . [2020-11-20T23:20:16.849Z] ---> 429af7ffbf57 [2020-11-20T23:20:16.849Z] Step 7/7 : RUN go mod download [2020-11-20T23:20:17.130Z] ---> Running in dab6749f659b [2020-11-20T23:20:43.505Z] gofmt -l . [2020-11-20T23:20:43.505Z] [ "`gofmt -l .`" = "" ] [2020-11-20T23:20:43.505Z] ./bin/test-go-mod-tidy.sh [2020-11-20T23:20:43.505Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-20T23:20:43.959Z] Removing intermediate container dab6749f659b [2020-11-20T23:20:43.959Z] ---> 25edc98ba25f [2020-11-20T23:20:43.959Z] Successfully built 25edc98ba25f [2020-11-20T23:20:43.959Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:20:44.151Z] + ls -al . [2020-11-20T23:20:44.151Z] total 640 [2020-11-20T23:20:44.151Z] drwxrwxr-x 10 1001 1001 4096 Nov 20 23:20 . [2020-11-20T23:20:44.151Z] drwxr-xr-x 4 root root 32 Nov 20 23:18 .. [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 11 Nov 20 23:15 .dockerignore [2020-11-20T23:20:44.151Z] drwxrwxr-x 8 1001 1001 162 Nov 20 23:15 .git [2020-11-20T23:20:44.151Z] drwxrwxr-x 3 1001 1001 125 Nov 20 23:15 .github [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 971 Nov 20 23:15 .gitignore [2020-11-20T23:20:44.151Z] drwx------ 3 1001 1001 32 Nov 20 23:16 .semver [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 166 Nov 20 23:15 .sonarcloud.properties [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 3804 Nov 20 23:15 CONTRIBUTING.md [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 1035 Nov 20 23:15 Dockerfile.build [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 863 Nov 20 23:15 Jenkinsfile [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 10775 Nov 20 23:15 LICENSE [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 6581 Nov 20 23:15 Makefile [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 6447 Nov 20 23:15 README.md [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 259 Nov 20 23:15 SECURITY.md [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 11 Nov 20 23:16 VERSION [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 4131 Nov 20 23:15 ZMQWindows.md [2020-11-20T23:20:44.151Z] drwxrwxr-x 2 1001 1001 117 Nov 20 23:15 bin [2020-11-20T23:20:44.151Z] drwxrwxr-x 15 1001 1001 4096 Nov 20 23:15 cmd [2020-11-20T23:20:44.151Z] -rw-r--r-- 1 root root 546551 Nov 20 23:19 coverage.out [2020-11-20T23:20:44.151Z] -rw-r--r-- 1 root root 1041 Nov 20 23:20 go.mod [2020-11-20T23:20:44.151Z] -rw-r--r-- 1 root root 18582 Nov 20 23:20 go.sum [2020-11-20T23:20:44.151Z] drwxrwxr-x 8 1001 1001 127 Nov 20 23:15 internal [2020-11-20T23:20:44.151Z] drwxrwxr-x 4 1001 1001 26 Nov 20 23:15 openapi [2020-11-20T23:20:44.151Z] drwxrwxr-x 4 1001 1001 71 Nov 20 23:15 snap [2020-11-20T23:20:44.151Z] -rw-rw-r-- 1 1001 1001 168 Nov 20 23:15 version.go [Pipeline] sh [2020-11-20T23:20:44.314Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T23:20:44.314Z] . [Pipeline] withDockerContainer [2020-11-20T23:20:44.469Z] + '[' -e coverage.out ] [2020-11-20T23:20:44.469Z] + chown 1001:1001 coverage.out [2020-11-20T23:20:44.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-12993 does not seem to be running inside a container [2020-11-20T23:20:44.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:20:46.546Z] $ docker top e9dfeb3a64723705d002d244c9382c0276b0d9fb276c690785799cfcbbb4f79e -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2020-11-20T23:20:47.190Z] Stashed 1 file(s) [Pipeline] sh [2020-11-20T23:20:47.498Z] + make build [2020-11-20T23:20:47.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-20T23:20:48.040Z] + go version [2020-11-20T23:20:48.040Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-20T23:20:48.064Z] $ docker stop --time=1 e9dfeb3a64723705d002d244c9382c0276b0d9fb276c690785799cfcbbb4f79e [2020-11-20T23:20:49.986Z] $ docker rm -f e9dfeb3a64723705d002d244c9382c0276b0d9fb276c690785799cfcbbb4f79e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:20:53.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T23:20:53.682Z] [2020-11-20T23:20:53.682Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:20:54.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T23:20:54.627Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-20T23:20:54.627Z] 29e5d40040c1: Pulling fs layer [2020-11-20T23:20:54.627Z] 1ce36da41761: Pulling fs layer [2020-11-20T23:20:54.627Z] 25b303627fd3: Pulling fs layer [2020-11-20T23:20:54.901Z] 29e5d40040c1: Verifying Checksum [2020-11-20T23:20:54.901Z] 29e5d40040c1: Download complete [2020-11-20T23:20:55.505Z] 1ce36da41761: Download complete [2020-11-20T23:20:55.505Z] 29e5d40040c1: Pull complete [2020-11-20T23:20:56.947Z] 1ce36da41761: Pull complete [2020-11-20T23:20:56.947Z] 25b303627fd3: Verifying Checksum [2020-11-20T23:20:56.947Z] 25b303627fd3: Download complete [2020-11-20T23:21:02.836Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-11-20T23:21:07.119Z] 25b303627fd3: Pull complete [2020-11-20T23:21:07.119Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-20T23:21:07.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T23:21:07.119Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-20T23:21:07.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-11-20T23:21:07.388Z] prd-ubuntu18.04-docker-arm64-4c-16g-12993 does not seem to be running inside a container [2020-11-20T23:21:07.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:21:09.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-20T23:21:10.873Z] $ docker top e9adda54b6ed5219ed96d78260ab58e9bab16578fdce50b70ac49065c89ffd99 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:21:11.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-20T23:21:12.248Z] + docker-compose build --help [2020-11-20T23:21:12.248Z] + grep parallel [2020-11-20T23:21:13.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-20T23:21:15.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-20T23:21:15.768Z] --parallel Build images in parallel. [Pipeline] } [2020-11-20T23:21:15.794Z] $ docker stop --time=1 e9adda54b6ed5219ed96d78260ab58e9bab16578fdce50b70ac49065c89ffd99 [2020-11-20T23:21:17.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-20T23:21:17.752Z] $ docker rm -f e9adda54b6ed5219ed96d78260ab58e9bab16578fdce50b70ac49065c89ffd99 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:21:18.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-20T23:21:18.633Z] . [Pipeline] withDockerContainer [2020-11-20T23:21:18.876Z] prd-ubuntu18.04-docker-arm64-4c-16g-12993 does not seem to be running inside a container [2020-11-20T23:21:18.956Z] $ 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/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:21:20.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-20T23:21:20.378Z] $ docker top a5d78457906e7c829d8fdb5c01cbb8145f8cd3e6eff675725dcb994c0fb7ae53 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:21:21.457Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-20T23:21:21.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-20T23:21:23.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-20T23:21:24.832Z] Building docker-core-command-go ... [2020-11-20T23:21:24.832Z] Building docker-core-data-go ... [2020-11-20T23:21:24.832Z] Building docker-core-metadata-go ... [2020-11-20T23:21:24.832Z] Building docker-security-bootstrap-redis-go ... [2020-11-20T23:21:24.832Z] Building docker-security-proxy-setup-go ... [2020-11-20T23:21:24.832Z] Building docker-security-secrets-setup-go ... [2020-11-20T23:21:24.832Z] Building docker-security-secretstore-setup-go ... [2020-11-20T23:21:24.832Z] Building docker-support-logging-go ... [2020-11-20T23:21:24.832Z] Building docker-support-notifications-go ... [2020-11-20T23:21:24.832Z] Building docker-support-scheduler-go ... [2020-11-20T23:21:24.832Z] Building docker-sys-mgmt-agent-go ... [2020-11-20T23:21:24.832Z] Building docker-core-metadata-go [2020-11-20T23:21:24.832Z] Building docker-security-proxy-setup-go [2020-11-20T23:21:24.832Z] Building docker-support-notifications-go [2020-11-20T23:21:24.832Z] Building docker-security-secrets-setup-go [2020-11-20T23:21:24.832Z] Building docker-sys-mgmt-agent-go [2020-11-20T23:21:25.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-20T23:21:26.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-11-20T23:21:28.049Z] $ docker stop --time=1 5293b56031dabdd330e6c169582bc89d33e604362cf40100025ee76e2812f0b0 [2020-11-20T23:21:30.245Z] $ docker rm -f 5293b56031dabdd330e6c169582bc89d33e604362cf40100025ee76e2812f0b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:21:31.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T23:21:32.056Z] [2020-11-20T23:21:32.056Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:21:32.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T23:21:32.769Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-20T23:21:32.769Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-20T23:21:32.769Z] ca9280d653b3: Pulling fs layer [2020-11-20T23:21:32.769Z] 7e9c9ca2126c: Pulling fs layer [2020-11-20T23:21:33.856Z] cbdbe7a5bc2a: Download complete [2020-11-20T23:21:34.157Z] ca9280d653b3: Verifying Checksum [2020-11-20T23:21:34.157Z] ca9280d653b3: Download complete [2020-11-20T23:21:34.157Z] cbdbe7a5bc2a: Pull complete [2020-11-20T23:21:37.012Z] ca9280d653b3: Pull complete [2020-11-20T23:21:37.012Z] 7e9c9ca2126c: Verifying Checksum [2020-11-20T23:21:37.012Z] 7e9c9ca2126c: Download complete [2020-11-20T23:21:45.456Z] 7e9c9ca2126c: Pull complete [2020-11-20T23:21:45.456Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-20T23:21:45.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T23:21:45.456Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-20T23:21:45.959Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:21:46.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:21:49.053Z] $ docker top 8d0930777ffa844d983addbe5fa4aeef90dac558fc2114bc10c1cf5a9c7ea5ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:21:49.701Z] + docker-compose build --help [2020-11-20T23:21:49.701Z] + grep parallel [2020-11-20T23:21:51.714Z] --parallel Build images in parallel. [Pipeline] } [2020-11-20T23:21:51.736Z] $ docker stop --time=1 8d0930777ffa844d983addbe5fa4aeef90dac558fc2114bc10c1cf5a9c7ea5ef [2020-11-20T23:21:53.359Z] $ docker rm -f 8d0930777ffa844d983addbe5fa4aeef90dac558fc2114bc10c1cf5a9c7ea5ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:21:54.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-20T23:21:54.195Z] . [Pipeline] withDockerContainer [2020-11-20T23:21:54.874Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:21:55.049Z] $ 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/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:21:56.229Z] $ docker top 2128912c0410ec1678b71fd72cabfe618d27231776cc921bc17721fc4c304145 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:21:56.908Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-20T23:21:58.329Z] Building docker-core-command-go ... [2020-11-20T23:21:58.330Z] Building docker-core-data-go ... [2020-11-20T23:21:58.330Z] Building docker-core-metadata-go ... [2020-11-20T23:21:58.330Z] Building docker-security-bootstrap-redis-go ... [2020-11-20T23:21:58.330Z] Building docker-security-proxy-setup-go ... [2020-11-20T23:21:58.330Z] Building docker-security-secrets-setup-go ... [2020-11-20T23:21:58.330Z] Building docker-security-secretstore-setup-go ... [2020-11-20T23:21:58.330Z] Building docker-support-logging-go ... [2020-11-20T23:21:58.330Z] Building docker-support-notifications-go ... [2020-11-20T23:21:58.330Z] Building docker-support-scheduler-go ... [2020-11-20T23:21:58.330Z] Building docker-sys-mgmt-agent-go ... [2020-11-20T23:21:58.330Z] Building docker-security-proxy-setup-go [2020-11-20T23:21:58.330Z] Building docker-security-secretstore-setup-go [2020-11-20T23:21:58.330Z] Building docker-support-scheduler-go [2020-11-20T23:21:58.330Z] Building docker-sys-mgmt-agent-go [2020-11-20T23:21:58.330Z] Building docker-support-logging-go [2020-11-20T23:22:11.784Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:11.785Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:11.785Z] ---> 25edc98ba25f [2020-11-20T23:22:11.785Z] Step 3/20 : WORKDIR /edgex-go [2020-11-20T23:22:11.785Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:11.785Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:11.785Z] ---> 25edc98ba25f [2020-11-20T23:22:11.785Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T23:22:11.785Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:11.785Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-20T23:22:11.785Z] ---> 25edc98ba25f [2020-11-20T23:22:11.785Z] Step 3/29 : WORKDIR /edgex-go [2020-11-20T23:22:11.785Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:11.785Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:11.785Z] ---> 25edc98ba25f [2020-11-20T23:22:11.785Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:22:11.785Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:11.785Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:11.785Z] ---> 25edc98ba25f [2020-11-20T23:22:11.785Z] Step 3/27 : WORKDIR /edgex-go [2020-11-20T23:22:14.417Z] ---> Running in 3f1a9a619bd2 [2020-11-20T23:22:14.417Z] ---> Running in b0100dadebc4 [2020-11-20T23:22:14.417Z] ---> Running in 6f460dd88c90 [2020-11-20T23:22:14.417Z] ---> Running in ee372b4485e6 [2020-11-20T23:22:14.417Z] ---> Running in 7d021b2c22ba [2020-11-20T23:22:15.018Z] Removing intermediate container b0100dadebc4 [2020-11-20T23:22:15.018Z] ---> 47137912ec54 [2020-11-20T23:22:15.018Z] Step 4/29 : RUN apk update && apk add make git [2020-11-20T23:22:15.018Z] Removing intermediate container 3f1a9a619bd2 [2020-11-20T23:22:15.018Z] ---> 1ee8a3497711 [2020-11-20T23:22:15.018Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:15.018Z] Removing intermediate container ee372b4485e6 [2020-11-20T23:22:15.018Z] ---> 3d5924e336ae [2020-11-20T23:22:15.018Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:15.018Z] Removing intermediate container 7d021b2c22ba [2020-11-20T23:22:15.018Z] ---> 1ef78ae0149c [2020-11-20T23:22:15.018Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:15.018Z] Removing intermediate container 6f460dd88c90 [2020-11-20T23:22:15.018Z] ---> a5408d8ac8e4 [2020-11-20T23:22:15.018Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:15.300Z] ---> Running in 56383563e1ea [2020-11-20T23:22:15.300Z] ---> Running in a9e772d71e0b [2020-11-20T23:22:15.300Z] ---> Running in 19ef26bfbc91 [2020-11-20T23:22:15.300Z] ---> Running in fb1259b60104 [2020-11-20T23:22:15.574Z] ---> Running in 07d05850a856 [2020-11-20T23:22:18.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:19.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:19.495Z] Removing intermediate container 56383563e1ea [2020-11-20T23:22:19.495Z] ---> 93212ebefdfb [2020-11-20T23:22:19.495Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-20T23:22:19.772Z] ---> Running in c37e05c765a2 [2020-11-20T23:22:19.772Z] Removing intermediate container a9e772d71e0b [2020-11-20T23:22:19.772Z] ---> ed535e2af1a4 [2020-11-20T23:22:19.772Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T23:22:20.062Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:20.062Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:20.062Z] OK: 12625 distinct packages available [2020-11-20T23:22:20.062Z] ---> Running in b76abc61a3d2 [2020-11-20T23:22:20.352Z] Removing intermediate container fb1259b60104 [2020-11-20T23:22:20.352Z] ---> 7f5aa0f2ceab [2020-11-20T23:22:20.352Z] Step 5/20 : RUN apk update && apk add make git [2020-11-20T23:22:20.630Z] Removing intermediate container 07d05850a856 [2020-11-20T23:22:20.630Z] ---> 23aa653dd5b7 [2020-11-20T23:22:20.630Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-20T23:22:20.630Z] ---> Running in e2e749eb9c1f [2020-11-20T23:22:20.905Z] ---> Running in 50fcdeb9ad46 [2020-11-20T23:22:20.905Z] OK: 217 MiB in 51 packages [2020-11-20T23:22:21.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:22.883Z] Removing intermediate container 19ef26bfbc91 [2020-11-20T23:22:22.883Z] ---> 1644c9a8eeef [2020-11-20T23:22:22.883Z] Step 5/29 : COPY go.mod . [2020-11-20T23:22:22.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:22.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:22.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:23.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:23.437Z] ---> 900f7d7c04f0 [2020-11-20T23:22:23.437Z] Step 6/29 : RUN go mod download [2020-11-20T23:22:23.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:23.717Z] ---> Running in f0951fe565d3 [2020-11-20T23:22:23.993Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:23.993Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:23.993Z] OK: 12625 distinct packages available [2020-11-20T23:22:23.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:23.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:22:24.610Z] OK: 217 MiB in 51 packages [2020-11-20T23:22:24.610Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:24.610Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:24.610Z] OK: 12625 distinct packages available [2020-11-20T23:22:25.224Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:25.225Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:25.225Z] OK: 12625 distinct packages available [2020-11-20T23:22:25.502Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:25.502Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:25.502Z] OK: 12625 distinct packages available [2020-11-20T23:22:25.502Z] OK: 217 MiB in 51 packages [2020-11-20T23:22:26.107Z] OK: 217 MiB in 51 packages [2020-11-20T23:22:26.385Z] OK: 217 MiB in 51 packages [2020-11-20T23:22:26.385Z] Removing intermediate container c37e05c765a2 [2020-11-20T23:22:26.385Z] ---> 509144f7b411 [2020-11-20T23:22:26.385Z] Step 6/27 : COPY go.mod . [2020-11-20T23:22:27.374Z] Removing intermediate container b76abc61a3d2 [2020-11-20T23:22:27.374Z] ---> ed9ad4efc677 [2020-11-20T23:22:27.374Z] Step 6/22 : COPY go.mod . [2020-11-20T23:22:27.657Z] ---> 2bdb6cad8553 [2020-11-20T23:22:27.657Z] Step 7/27 : RUN go mod download [2020-11-20T23:22:27.657Z] Removing intermediate container 50fcdeb9ad46 [2020-11-20T23:22:27.657Z] ---> f1d0c03e1d48 [2020-11-20T23:22:27.933Z] Step 6/24 : COPY go.mod . [2020-11-20T23:22:27.933Z] ---> Running in 1d2f00d9b9d0 [2020-11-20T23:22:28.207Z] Removing intermediate container e2e749eb9c1f [2020-11-20T23:22:28.207Z] ---> f7746984fa8c [2020-11-20T23:22:28.207Z] Step 6/20 : COPY go.mod . [2020-11-20T23:22:28.207Z] Removing intermediate container f0951fe565d3 [2020-11-20T23:22:28.207Z] ---> 9ef26b1efe43 [2020-11-20T23:22:28.207Z] Step 7/29 : COPY . . [2020-11-20T23:22:28.484Z] ---> 19befb199a8f [2020-11-20T23:22:28.484Z] Step 7/22 : RUN go mod download [2020-11-20T23:22:28.760Z] ---> Running in 30c9676602ac [2020-11-20T23:22:29.042Z] ---> 45893fdd6eff [2020-11-20T23:22:29.042Z] Step 7/24 : RUN go mod download [2020-11-20T23:22:29.042Z] ---> 533a7eab6d4a [2020-11-20T23:22:29.042Z] Step 7/20 : RUN go mod download [2020-11-20T23:22:29.319Z] ---> Running in 0efdb4780856 [2020-11-20T23:22:29.601Z] ---> Running in c7906ebef6c1 [2020-11-20T23:22:33.935Z] Removing intermediate container 1d2f00d9b9d0 [2020-11-20T23:22:33.935Z] ---> cf4d61b78270 [2020-11-20T23:22:33.935Z] Step 8/27 : COPY . . [2020-11-20T23:22:33.935Z] Removing intermediate container 30c9676602ac [2020-11-20T23:22:33.935Z] ---> 5946c26653e9 [2020-11-20T23:22:33.935Z] Step 8/22 : COPY . . [2020-11-20T23:22:33.935Z] Removing intermediate container 0efdb4780856 [2020-11-20T23:22:33.935Z] ---> 6fe33747a58e [2020-11-20T23:22:33.935Z] Step 8/24 : COPY . . [2020-11-20T23:22:34.213Z] Removing intermediate container c7906ebef6c1 [2020-11-20T23:22:34.213Z] ---> ab9affac1015 [2020-11-20T23:22:34.213Z] Step 8/20 : COPY . . [2020-11-20T23:22:49.339Z] ---> 54fc8e0a8998 [2020-11-20T23:22:49.339Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-20T23:22:49.339Z] ---> 65bc6c03d0bc [2020-11-20T23:22:49.339Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-20T23:22:49.339Z] ---> f032868e4615 [2020-11-20T23:22:49.339Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-20T23:22:49.339Z] ---> 62fc04957e09 [2020-11-20T23:22:49.339Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-20T23:22:49.339Z] ---> 69689954153f [2020-11-20T23:22:49.339Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-20T23:22:49.339Z] ---> Running in b6d2aab07cab [2020-11-20T23:22:49.339Z] ---> Running in 1f516d32b63e [2020-11-20T23:22:49.339Z] ---> Running in 98ca8a425c0b [2020-11-20T23:22:49.339Z] ---> Running in 7d80b6048caf [2020-11-20T23:22:49.339Z] ---> Running in a89426a77dc9 [2020-11-20T23:22:50.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-20T23:22:50.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-20T23:22:51.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-20T23:22:51.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-20T23:22:51.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-20T23:22:55.380Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:55.380Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:55.380Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:55.380Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:55.380Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:55.380Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:55.380Z] ---> 2c6356fbd961 [2020-11-20T23:22:55.380Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T23:22:55.380Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:55.380Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:55.380Z] ---> 2c6356fbd961 [2020-11-20T23:22:55.380Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:22:55.380Z] ---> 2c6356fbd961 [2020-11-20T23:22:55.380Z] Step 3/20 : WORKDIR /edgex-go [2020-11-20T23:22:55.380Z] ---> 2c6356fbd961 [2020-11-20T23:22:55.380Z] Step 3/27 : WORKDIR /edgex-go [2020-11-20T23:22:55.380Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:22:55.380Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:22:55.381Z] ---> 2c6356fbd961 [2020-11-20T23:22:55.381Z] Step 3/21 : WORKDIR /edgex-go [2020-11-20T23:22:55.381Z] ---> Running in 19750aceca25 [2020-11-20T23:22:55.381Z] ---> Running in df99efd574d7 [2020-11-20T23:22:55.381Z] ---> Running in 1cd0c010c340 [2020-11-20T23:22:55.381Z] ---> Running in ef6de5266038 [2020-11-20T23:22:55.381Z] ---> Running in dfa4bc5d1b6c [2020-11-20T23:22:55.381Z] Removing intermediate container df99efd574d7 [2020-11-20T23:22:55.381Z] ---> 7110b4988e71 [2020-11-20T23:22:55.381Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:55.381Z] Removing intermediate container 1cd0c010c340 [2020-11-20T23:22:55.381Z] ---> ce3f972f7ac3 [2020-11-20T23:22:55.381Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:55.381Z] Removing intermediate container ef6de5266038 [2020-11-20T23:22:55.381Z] ---> 8fb2e21742c0 [2020-11-20T23:22:55.381Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:55.381Z] Removing intermediate container 19750aceca25 [2020-11-20T23:22:55.381Z] ---> dff9c8a0af56 [2020-11-20T23:22:55.381Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:55.381Z] Removing intermediate container dfa4bc5d1b6c [2020-11-20T23:22:55.381Z] ---> a731e52917c1 [2020-11-20T23:22:55.381Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:22:55.381Z] ---> Running in 6119d480d2a3 [2020-11-20T23:22:55.381Z] ---> Running in b119753f9e32 [2020-11-20T23:22:55.381Z] ---> Running in 0afd936a9d21 [2020-11-20T23:22:55.381Z] ---> Running in a3f45ca3cd4c [2020-11-20T23:22:55.381Z] ---> Running in e14a3d4785d0 [2020-11-20T23:22:55.381Z] Removing intermediate container b119753f9e32 [2020-11-20T23:22:55.381Z] ---> b53e33324ab7 [2020-11-20T23:22:55.381Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-20T23:22:55.381Z] Removing intermediate container 6119d480d2a3 [2020-11-20T23:22:55.381Z] ---> 2669e4cfb73a [2020-11-20T23:22:55.381Z] Step 5/20 : RUN apk update && apk add make git [2020-11-20T23:22:55.381Z] ---> Running in e941ff090eaa [2020-11-20T23:22:55.381Z] ---> Running in 403f278ca623 [2020-11-20T23:22:55.381Z] Removing intermediate container e14a3d4785d0 [2020-11-20T23:22:55.381Z] ---> f4120f9caf19 [2020-11-20T23:22:55.381Z] Step 5/21 : RUN apk update && apk add make git [2020-11-20T23:22:55.381Z] Removing intermediate container a3f45ca3cd4c [2020-11-20T23:22:55.381Z] ---> a60b29cd4895 [2020-11-20T23:22:55.381Z] Step 5/24 : RUN apk update && apk add make git [2020-11-20T23:22:55.381Z] Removing intermediate container 0afd936a9d21 [2020-11-20T23:22:55.381Z] ---> af0353986d31 [2020-11-20T23:22:55.381Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-20T23:22:55.381Z] ---> Running in e8918217e505 [2020-11-20T23:22:55.381Z] ---> Running in 1479f1cd7545 [2020-11-20T23:22:55.381Z] ---> Running in 50dffa4011e0 [2020-11-20T23:22:55.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:55.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:55.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:55.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:55.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:55.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:55.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:55.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:56.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:56.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:22:56.460Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:56.460Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:56.460Z] OK: 12754 distinct packages available [2020-11-20T23:22:56.460Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:56.460Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:56.460Z] OK: 12754 distinct packages available [2020-11-20T23:22:56.743Z] OK: 233 MiB in 51 packages [2020-11-20T23:22:56.743Z] OK: 233 MiB in 51 packages [2020-11-20T23:22:57.034Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:57.034Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:57.034Z] OK: 12754 distinct packages available [2020-11-20T23:22:57.034Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:57.034Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:57.034Z] OK: 12754 distinct packages available [2020-11-20T23:22:57.034Z] OK: 233 MiB in 51 packages [2020-11-20T23:22:57.329Z] OK: 233 MiB in 51 packages [2020-11-20T23:22:57.639Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:22:57.639Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:22:57.639Z] OK: 12754 distinct packages available [2020-11-20T23:22:57.639Z] OK: 233 MiB in 51 packages [2020-11-20T23:22:57.939Z] OK: 233 MiB in 51 packages [2020-11-20T23:22:58.233Z] Removing intermediate container 403f278ca623 [2020-11-20T23:22:58.233Z] ---> 39a586200bf9 [2020-11-20T23:22:58.233Z] Step 6/20 : COPY go.mod . [2020-11-20T23:22:58.851Z] Removing intermediate container 1479f1cd7545 [2020-11-20T23:22:58.852Z] ---> 312ca5c96e95 [2020-11-20T23:22:58.852Z] Step 6/24 : COPY go.mod . [2020-11-20T23:22:58.852Z] ---> d144dff9e1e5 [2020-11-20T23:22:58.852Z] Step 7/20 : RUN go mod download [2020-11-20T23:22:58.852Z] Removing intermediate container e941ff090eaa [2020-11-20T23:22:58.852Z] ---> 2b72157f5117 [2020-11-20T23:22:58.852Z] Step 6/22 : COPY go.mod . [2020-11-20T23:22:58.852Z] Removing intermediate container e8918217e505 [2020-11-20T23:22:58.852Z] ---> c7e3db0f059a [2020-11-20T23:22:58.852Z] Step 6/21 : COPY go.mod . [2020-11-20T23:22:58.852Z] ---> Running in 2288cf2f76a1 [2020-11-20T23:22:59.443Z] Removing intermediate container 50dffa4011e0 [2020-11-20T23:22:59.443Z] ---> a59ec2ec98fc [2020-11-20T23:22:59.443Z] Step 6/27 : COPY go.mod . [2020-11-20T23:22:59.753Z] ---> df07b8550587 [2020-11-20T23:22:59.753Z] Step 7/24 : RUN go mod download [2020-11-20T23:22:59.753Z] ---> 83305ab9e564 [2020-11-20T23:22:59.753Z] Step 7/21 : RUN go mod download [2020-11-20T23:22:59.753Z] ---> 9b0aadc9bacd [2020-11-20T23:22:59.753Z] Step 7/22 : RUN go mod download [2020-11-20T23:22:59.753Z] ---> Running in 897e72cd753c [2020-11-20T23:23:00.062Z] ---> Running in 7e8fe335b2ac [2020-11-20T23:23:00.062Z] ---> Running in 809640a8247e [2020-11-20T23:23:00.062Z] ---> d12e50be4d91 [2020-11-20T23:23:00.062Z] Step 7/27 : RUN go mod download [2020-11-20T23:23:00.430Z] ---> Running in a770156acbbf [2020-11-20T23:23:03.955Z] Removing intermediate container a770156acbbf [2020-11-20T23:23:03.955Z] ---> b462cec4c45b [2020-11-20T23:23:03.955Z] Step 8/27 : COPY . . [2020-11-20T23:23:03.955Z] Removing intermediate container 809640a8247e [2020-11-20T23:23:03.955Z] ---> cf8dd1b12296 [2020-11-20T23:23:03.955Z] Step 8/21 : COPY . . [2020-11-20T23:23:03.955Z] Removing intermediate container 2288cf2f76a1 [2020-11-20T23:23:03.955Z] ---> c5f2743082f1 [2020-11-20T23:23:03.955Z] Step 8/20 : COPY . . [2020-11-20T23:23:03.955Z] Removing intermediate container 7e8fe335b2ac [2020-11-20T23:23:03.955Z] ---> 93aae69d68d3 [2020-11-20T23:23:03.955Z] Step 8/22 : COPY . . [2020-11-20T23:23:03.955Z] Removing intermediate container 897e72cd753c [2020-11-20T23:23:03.955Z] ---> 0af6ce03d2bb [2020-11-20T23:23:03.955Z] Step 8/24 : COPY . . [2020-11-20T23:23:51.740Z] ---> 7520949a0bdd [2020-11-20T23:23:51.740Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-20T23:23:51.740Z] ---> 62ffd193e1d2 [2020-11-20T23:23:51.740Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-20T23:23:51.740Z] ---> d15e8691fbd3 [2020-11-20T23:23:51.740Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-20T23:23:51.740Z] ---> Running in 19daddf18b09 [2020-11-20T23:23:51.740Z] ---> Running in 268e4bbb079a [2020-11-20T23:23:51.740Z] ---> e17308085f95 [2020-11-20T23:23:51.740Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-20T23:23:51.740Z] ---> Running in 8842d60e3249 [2020-11-20T23:23:51.740Z] ---> Running in e4e40b6d3b97 [2020-11-20T23:23:51.740Z] ---> a2524e532027 [2020-11-20T23:23:51.740Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-20T23:23:51.740Z] ---> Running in ffa4f2a3bd95 [2020-11-20T23:23:51.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-20T23:23:51.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-20T23:23:51.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-20T23:23:51.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-20T23:23:51.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-20T23:24:13.231Z] Removing intermediate container b6d2aab07cab [2020-11-20T23:24:13.231Z] ---> b52e257c32ff [2020-11-20T23:24:13.231Z] [2020-11-20T23:24:13.231Z] Step 9/29 : FROM alpine:latest [2020-11-20T23:24:13.231Z] latest: Pulling from library/alpine [2020-11-20T23:24:13.231Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-20T23:24:13.231Z] Status: Downloaded newer image for alpine:latest [2020-11-20T23:24:13.231Z] ---> 2e77e061c27f [2020-11-20T23:24:13.231Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-20T23:24:13.231Z] ---> Running in 4606833b826a [2020-11-20T23:24:13.231Z] Removing intermediate container 4606833b826a [2020-11-20T23:24:13.231Z] ---> 8e00c36c2c61 [2020-11-20T23:24:13.231Z] Step 11/29 : USER root [2020-11-20T23:24:13.231Z] ---> Running in adb104c8bcaa [2020-11-20T23:24:13.510Z] Removing intermediate container 7d80b6048caf [2020-11-20T23:24:13.510Z] ---> e661320d069c [2020-11-20T23:24:13.510Z] [2020-11-20T23:24:13.510Z] Step 10/20 : FROM alpine [2020-11-20T23:24:13.510Z] ---> 2e77e061c27f [2020-11-20T23:24:13.510Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-20T23:24:13.789Z] ---> Running in 6a3a38df6c65 [2020-11-20T23:24:14.167Z] Removing intermediate container adb104c8bcaa [2020-11-20T23:24:14.167Z] ---> 5517616c1ea6 [2020-11-20T23:24:14.167Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-20T23:24:14.485Z] ---> Running in d0c44c78bcb2 [2020-11-20T23:24:17.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:17.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:17.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:17.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:18.099Z] v3.12.1-39-g908046ad5f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:24:18.099Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:24:18.099Z] OK: 12617 distinct packages available [2020-11-20T23:24:18.373Z] v3.12.1-39-g908046ad5f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:24:18.373Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:24:18.373Z] OK: 12617 distinct packages available [2020-11-20T23:24:18.967Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-20T23:24:19.239Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T23:24:19.239Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-20T23:24:19.239Z] (4/4) Installing curl (7.69.1-r1) [2020-11-20T23:24:19.239Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-20T23:24:19.239Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:24:19.239Z] Executing ca-certificates-20191127-r4.trigger [2020-11-20T23:24:19.239Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-20T23:24:19.239Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:24:19.239Z] Executing ca-certificates-20191127-r4.trigger [2020-11-20T23:24:19.836Z] OK: 6 MiB in 16 packages [2020-11-20T23:24:19.836Z] OK: 7 MiB in 18 packages [2020-11-20T23:24:24.165Z] Removing intermediate container 6a3a38df6c65 [2020-11-20T23:24:24.165Z] ---> 6ce5c27e0608 [2020-11-20T23:24:24.165Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-20T23:24:24.165Z] Removing intermediate container d0c44c78bcb2 [2020-11-20T23:24:24.165Z] ---> 038e8e8f89d1 [2020-11-20T23:24:24.165Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-20T23:24:24.447Z] ---> Running in efbfe0e8f7c5 [2020-11-20T23:24:24.728Z] ---> Running in d72591ae227d [2020-11-20T23:24:24.728Z] Removing intermediate container a89426a77dc9 [2020-11-20T23:24:24.728Z] ---> ac7172453d96 [2020-11-20T23:24:24.728Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-20T23:24:25.324Z] ---> Running in b61a2c24142e [2020-11-20T23:24:25.324Z] Removing intermediate container efbfe0e8f7c5 [2020-11-20T23:24:25.324Z] ---> 5531db7f0ecb [2020-11-20T23:24:25.324Z] Step 13/20 : WORKDIR /edgex [2020-11-20T23:24:25.919Z] ---> Running in f843f1c0727b [2020-11-20T23:24:25.919Z] Removing intermediate container d72591ae227d [2020-11-20T23:24:25.919Z] ---> 2f0cdd6f8378 [2020-11-20T23:24:25.919Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-20T23:24:26.193Z] ---> Running in e725d43e709c [2020-11-20T23:24:26.801Z] Removing intermediate container f843f1c0727b [2020-11-20T23:24:26.801Z] ---> 8118388ca8de [2020-11-20T23:24:26.801Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-20T23:24:27.401Z] Removing intermediate container e725d43e709c [2020-11-20T23:24:27.401Z] ---> 4069204f9aff [2020-11-20T23:24:27.401Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-20T23:24:27.676Z] ---> Running in cbf2921318a7 [2020-11-20T23:24:28.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-20T23:24:28.664Z] ---> 463233f30df8 [2020-11-20T23:24:28.664Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-20T23:24:30.693Z] ---> 99c122e5815c [2020-11-20T23:24:30.693Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-20T23:24:30.988Z] ---> Running in 7b6abcc3ef5d [2020-11-20T23:24:31.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-20T23:24:31.970Z] Removing intermediate container 7b6abcc3ef5d [2020-11-20T23:24:31.970Z] ---> 23a7515ba894 [2020-11-20T23:24:31.970Z] Step 17/20 : CMD ["--init=true"] [2020-11-20T23:24:31.970Z] Removing intermediate container cbf2921318a7 [2020-11-20T23:24:31.970Z] ---> b79e1eb1f859 [2020-11-20T23:24:31.970Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-20T23:24:31.970Z] ---> Running in 0006981375c8 [2020-11-20T23:24:32.967Z] Removing intermediate container 0006981375c8 [2020-11-20T23:24:32.967Z] ---> d90aa95f781b [2020-11-20T23:24:32.967Z] Step 18/20 : LABEL arch=arm64 [2020-11-20T23:24:33.249Z] ---> Running in 70f69cc4980a [2020-11-20T23:24:33.534Z] Removing intermediate container 268e4bbb079a [2020-11-20T23:24:33.534Z] ---> 26cab1f8ab77 [2020-11-20T23:24:33.534Z] [2020-11-20T23:24:33.534Z] Step 10/20 : FROM alpine [2020-11-20T23:24:33.821Z] latest: Pulling from library/alpine [2020-11-20T23:24:34.494Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-20T23:24:34.494Z] Status: Downloaded newer image for alpine:latest [2020-11-20T23:24:34.494Z] ---> d6e46aa2470d [2020-11-20T23:24:34.494Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-20T23:24:34.494Z] Removing intermediate container 8842d60e3249 [2020-11-20T23:24:34.494Z] ---> 902695c1e8b0 [2020-11-20T23:24:34.494Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-20T23:24:34.712Z] ---> 7f871b7f86de [2020-11-20T23:24:34.712Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-20T23:24:34.712Z] Removing intermediate container 70f69cc4980a [2020-11-20T23:24:34.712Z] ---> c9499b82f651 [2020-11-20T23:24:34.712Z] Step 19/20 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:24:34.712Z] Removing intermediate container b61a2c24142e [2020-11-20T23:24:34.712Z] ---> 4b5ef48b0dd9 [2020-11-20T23:24:34.712Z] [2020-11-20T23:24:34.712Z] Step 11/27 : FROM docker:latest [2020-11-20T23:24:34.712Z] ---> 5d4db4dc0692 [2020-11-20T23:24:34.712Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-20T23:24:34.997Z] ---> Running in d0c10b026343 [2020-11-20T23:24:34.997Z] ---> Running in 96248d4fe607 [2020-11-20T23:24:35.313Z] ---> Running in d86985415695 [2020-11-20T23:24:35.313Z] ---> Running in 976e288a9b4c [2020-11-20T23:24:36.299Z] ---> ed5a0bf1f0b3 [2020-11-20T23:24:36.299Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-20T23:24:36.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-20T23:24:36.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:24:36.901Z] Removing intermediate container 976e288a9b4c [2020-11-20T23:24:36.901Z] ---> 04d59e5f4c2e [2020-11-20T23:24:36.901Z] Step 20/20 : LABEL version=1.3.1-dev.4 [2020-11-20T23:24:37.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:24:37.182Z] ---> Running in db0463a80eeb [2020-11-20T23:24:37.430Z] v3.12.1-39-g908046ad5f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:24:37.430Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:24:37.430Z] OK: 12746 distinct packages available [2020-11-20T23:24:37.732Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-20T23:24:37.732Z] Removing intermediate container ffa4f2a3bd95 [2020-11-20T23:24:37.732Z] ---> 4d8928107646 [2020-11-20T23:24:37.732Z] [2020-11-20T23:24:37.732Z] Step 10/22 : FROM scratch [2020-11-20T23:24:37.732Z] ---> [2020-11-20T23:24:37.732Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T23:24:37.732Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T23:24:38.044Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-20T23:24:38.044Z] (4/4) Installing curl (7.69.1-r1) [2020-11-20T23:24:38.044Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:24:38.044Z] Executing ca-certificates-20191127-r4.trigger [2020-11-20T23:24:38.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:38.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:38.662Z] OK: 7 MiB in 18 packages [2020-11-20T23:24:38.726Z] ---> 086a89e77352 [2020-11-20T23:24:38.726Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-20T23:24:38.726Z] Removing intermediate container db0463a80eeb [2020-11-20T23:24:38.726Z] ---> 85ccb0462ca3 [2020-11-20T23:24:38.726Z] [2020-11-20T23:24:38.933Z] ---> Running in 0c4f728c46f0 [2020-11-20T23:24:39.007Z] (1/2) Installing readline (8.0.4-r0) [2020-11-20T23:24:39.007Z] (2/2) Installing bash (5.0.17-r0) [2020-11-20T23:24:39.283Z] Executing bash-5.0.17-r0.post-install [2020-11-20T23:24:39.283Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:24:39.283Z] OK: 12 MiB in 22 packages [2020-11-20T23:24:39.283Z] Successfully built 85ccb0462ca3 [2020-11-20T23:24:39.557Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-20T23:24:39.557Z] Building docker-core-command-go [2020-11-20T23:24:40.552Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1f516d32b63e [2020-11-20T23:24:40.552Z] ---> 5a12a69dd4e8 [2020-11-20T23:24:40.552Z] [2020-11-20T23:24:40.552Z] Step 10/24 : FROM scratch [2020-11-20T23:24:40.552Z] ---> [2020-11-20T23:24:40.552Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T23:24:40.552Z] ---> 5198f9872040 [2020-11-20T23:24:40.552Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-20T23:24:40.887Z] Removing intermediate container e4e40b6d3b97 [2020-11-20T23:24:40.888Z] ---> 14e36ba7c484 [2020-11-20T23:24:40.888Z] [2020-11-20T23:24:40.888Z] Step 10/24 : FROM alpine:3.10 [2020-11-20T23:24:40.888Z] 3.10: Pulling from library/alpine [2020-11-20T23:24:41.165Z] ---> Running in a2e04b221e3d [2020-11-20T23:24:41.478Z] Removing intermediate container 0c4f728c46f0 [2020-11-20T23:24:41.478Z] ---> 44820b5bc822 [2020-11-20T23:24:41.478Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-20T23:24:41.478Z] Removing intermediate container 19daddf18b09 [2020-11-20T23:24:41.478Z] ---> 5be9532499d8 [2020-11-20T23:24:41.478Z] [2020-11-20T23:24:41.478Z] Step 10/21 : FROM scratch [2020-11-20T23:24:41.478Z] ---> [2020-11-20T23:24:41.478Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:24:41.752Z] ---> Running in bbb83aa5a2ab [2020-11-20T23:24:41.752Z] ---> Running in 90f8cc9f83a4 [2020-11-20T23:24:42.333Z] Removing intermediate container bbb83aa5a2ab [2020-11-20T23:24:42.333Z] ---> 30e9df1abbf1 [2020-11-20T23:24:42.333Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T23:24:42.599Z] ---> Running in 5fa4902942c2 [2020-11-20T23:24:42.599Z] Removing intermediate container 90f8cc9f83a4 [2020-11-20T23:24:42.599Z] ---> 508b7d4f1296 [2020-11-20T23:24:42.599Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-20T23:24:42.599Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-20T23:24:42.599Z] Removing intermediate container 96248d4fe607 [2020-11-20T23:24:42.599Z] ---> a9f4a7a8576f [2020-11-20T23:24:42.599Z] [2020-11-20T23:24:42.599Z] Step 11/27 : FROM docker:latest [2020-11-20T23:24:42.599Z] Status: Downloaded newer image for alpine:3.10 [2020-11-20T23:24:42.599Z] ---> be4e4bea2c2e [2020-11-20T23:24:42.599Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-20T23:24:42.599Z] ---> 6972c414f322 [2020-11-20T23:24:42.599Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-20T23:24:42.599Z] Removing intermediate container d0c10b026343 [2020-11-20T23:24:42.599Z] ---> eda6fe9d7234 [2020-11-20T23:24:42.599Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-20T23:24:42.599Z] ---> Running in 65244bec2a94 [2020-11-20T23:24:42.612Z] Removing intermediate container d86985415695 [2020-11-20T23:24:42.612Z] ---> d9f95aee8702 [2020-11-20T23:24:42.612Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-20T23:24:42.870Z] ---> Running in accfc78c6fb9 [2020-11-20T23:24:42.870Z] ---> Running in f4de41a3d8a2 [2020-11-20T23:24:42.870Z] ---> Running in eb1b2b8ed2ee [2020-11-20T23:24:42.893Z] ---> 0c0dcd3486fb [2020-11-20T23:24:42.893Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-20T23:24:42.893Z] Removing intermediate container a2e04b221e3d [2020-11-20T23:24:42.893Z] ---> 67a49d7d35d5 [2020-11-20T23:24:42.893Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-20T23:24:42.893Z] ---> Running in f7949ff0e42a [2020-11-20T23:24:42.893Z] ---> Running in ea6c59cd9dfd [2020-11-20T23:24:43.147Z] Removing intermediate container 5fa4902942c2 [2020-11-20T23:24:43.147Z] ---> 934f26600bce [2020-11-20T23:24:43.147Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-20T23:24:43.147Z] Removing intermediate container 65244bec2a94 [2020-11-20T23:24:43.147Z] ---> afde707b7a0b [2020-11-20T23:24:43.147Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-20T23:24:43.169Z] ---> Running in f515985f798e [2020-11-20T23:24:43.441Z] ---> Running in d5d7e58d9398 [2020-11-20T23:24:43.441Z] Removing intermediate container eb1b2b8ed2ee [2020-11-20T23:24:43.441Z] ---> 315b5d429576 [2020-11-20T23:24:43.441Z] Step 13/20 : WORKDIR /edgex [2020-11-20T23:24:43.749Z] ---> 72638ef1d381 [2020-11-20T23:24:43.749Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-20T23:24:43.749Z] ---> Running in e0f011c56aeb [2020-11-20T23:24:43.749Z] Removing intermediate container d5d7e58d9398 [2020-11-20T23:24:43.749Z] ---> e0cb9aecc3ec [2020-11-20T23:24:43.749Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-20T23:24:43.772Z] Removing intermediate container ea6c59cd9dfd [2020-11-20T23:24:43.772Z] ---> d3cc20104437 [2020-11-20T23:24:43.772Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-20T23:24:43.772Z] ---> Running in 4fd06f7104f5 [2020-11-20T23:24:44.040Z] Removing intermediate container e0f011c56aeb [2020-11-20T23:24:44.040Z] ---> e72f64214433 [2020-11-20T23:24:44.040Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-20T23:24:44.040Z] ---> 90d17b597178 [2020-11-20T23:24:44.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-20T23:24:44.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:24:44.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:24:44.380Z] ---> acd6a8006738 [2020-11-20T23:24:44.380Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-20T23:24:44.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:24:44.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:24:44.698Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-20T23:24:44.698Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-20T23:24:44.698Z] OK: 10348 distinct packages available [2020-11-20T23:24:44.698Z] ---> 655881e00c34 [2020-11-20T23:24:44.698Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-20T23:24:44.698Z] (1/2) Installing readline (8.0.4-r0) [2020-11-20T23:24:44.698Z] (2/2) Installing bash (5.0.17-r0) [2020-11-20T23:24:44.698Z] Executing bash-5.0.17-r0.post-install [2020-11-20T23:24:44.698Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:24:44.763Z] Removing intermediate container 4fd06f7104f5 [2020-11-20T23:24:44.763Z] ---> 951edb84779b [2020-11-20T23:24:44.763Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-20T23:24:45.005Z] OK: 12 MiB in 22 packages [2020-11-20T23:24:45.005Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-20T23:24:45.005Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-20T23:24:45.005Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-20T23:24:45.005Z] (4/5) Installing curl (7.66.0-r1) [2020-11-20T23:24:45.005Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-20T23:24:45.005Z] Executing busybox-1.30.1-r3.trigger [2020-11-20T23:24:45.005Z] Executing ca-certificates-20191127-r2.trigger [2020-11-20T23:24:45.272Z] OK: 7 MiB in 19 packages [2020-11-20T23:24:45.566Z] ---> b68e0ed90626 [2020-11-20T23:24:45.566Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-20T23:24:45.566Z] ---> 5c736b240124 [2020-11-20T23:24:45.566Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-20T23:24:45.853Z] ---> 54a9c58f0aeb [2020-11-20T23:24:45.853Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-20T23:24:45.853Z] ---> Running in e981676aedda [2020-11-20T23:24:46.137Z] ---> d871543c78fb [2020-11-20T23:24:46.137Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-20T23:24:46.225Z] ---> 06d893ca2938 [2020-11-20T23:24:46.225Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-20T23:24:46.722Z] ---> Running in 94fe661894cd [2020-11-20T23:24:46.722Z] Removing intermediate container accfc78c6fb9 [2020-11-20T23:24:46.722Z] ---> f83f9943405c [2020-11-20T23:24:46.722Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-20T23:24:46.722Z] Removing intermediate container e981676aedda [2020-11-20T23:24:46.722Z] ---> 5cfc22c2d6fb [2020-11-20T23:24:46.722Z] Step 17/20 : CMD ["--init=true"] [2020-11-20T23:24:47.311Z] ---> b3b0da0951a6 [2020-11-20T23:24:47.311Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-20T23:24:47.311Z] ---> Running in da951bfb85ab [2020-11-20T23:24:47.599Z] Removing intermediate container f4de41a3d8a2 [2020-11-20T23:24:47.599Z] ---> 533fef2bdbb8 [2020-11-20T23:24:47.599Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-20T23:24:47.599Z] ---> Running in cb5f05156c0d [2020-11-20T23:24:47.599Z] ---> Running in b228071a054b [2020-11-20T23:24:47.599Z] Removing intermediate container 94fe661894cd [2020-11-20T23:24:47.599Z] ---> e4afb7a81bb0 [2020-11-20T23:24:47.599Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:24:47.878Z] ---> Running in d8ac99eb520e [2020-11-20T23:24:47.878Z] ---> Running in 0b5d5d9288a0 [2020-11-20T23:24:47.878Z] Removing intermediate container b228071a054b [2020-11-20T23:24:47.878Z] ---> fad8bab00e5c [2020-11-20T23:24:47.878Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:24:47.878Z] Removing intermediate container cb5f05156c0d [2020-11-20T23:24:47.878Z] ---> b44342a9cab2 [2020-11-20T23:24:47.878Z] Step 18/20 : LABEL arch=x86_64 [2020-11-20T23:24:48.151Z] ---> Running in 6b84d870c073 [2020-11-20T23:24:48.151Z] ---> Running in 245dfcd3aa1e [2020-11-20T23:24:48.151Z] Removing intermediate container d8ac99eb520e [2020-11-20T23:24:48.151Z] ---> 28e3c947a0b1 [2020-11-20T23:24:48.151Z] Step 13/24 : WORKDIR / [2020-11-20T23:24:48.205Z] ---> a9eed4fe2cbe [2020-11-20T23:24:48.205Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-20T23:24:48.430Z] Removing intermediate container 0b5d5d9288a0 [2020-11-20T23:24:48.430Z] ---> 62d6929a8d7d [2020-11-20T23:24:48.430Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T23:24:48.430Z] ---> Running in afd433f4dcd9 [2020-11-20T23:24:48.430Z] ---> Running in c59b9828bb23 [2020-11-20T23:24:48.430Z] Removing intermediate container 245dfcd3aa1e [2020-11-20T23:24:48.430Z] ---> 1743e68359c6 [2020-11-20T23:24:48.430Z] Step 19/21 : LABEL arch=x86_64 [2020-11-20T23:24:48.477Z] Removing intermediate container f515985f798e [2020-11-20T23:24:48.477Z] ---> 5aa5c6ab1ce3 [2020-11-20T23:24:48.477Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-20T23:24:48.477Z] Removing intermediate container f7949ff0e42a [2020-11-20T23:24:48.477Z] ---> 66f6e0322b89 [2020-11-20T23:24:48.477Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-20T23:24:48.695Z] Removing intermediate container 6b84d870c073 [2020-11-20T23:24:48.695Z] ---> aa413e9302e7 [2020-11-20T23:24:48.695Z] Step 19/20 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:24:48.984Z] ---> Running in bd814b1ba0d8 [2020-11-20T23:24:48.984Z] ---> Running in 960b567e2e2a [2020-11-20T23:24:48.984Z] Removing intermediate container afd433f4dcd9 [2020-11-20T23:24:48.984Z] ---> c724cf17f49e [2020-11-20T23:24:48.984Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-20T23:24:48.984Z] Removing intermediate container c59b9828bb23 [2020-11-20T23:24:48.984Z] ---> dcf47ddf03c9 [2020-11-20T23:24:48.984Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:24:48.984Z] ---> Running in 64ff286411c7 [2020-11-20T23:24:49.078Z] ---> Running in 4503f33c5b83 [2020-11-20T23:24:49.251Z] Removing intermediate container bd814b1ba0d8 [2020-11-20T23:24:49.251Z] ---> de0319fa4ed5 [2020-11-20T23:24:49.251Z] Step 20/20 : LABEL version=1.3.1-dev.4 [2020-11-20T23:24:49.251Z] Removing intermediate container 960b567e2e2a [2020-11-20T23:24:49.251Z] ---> d688e8bf05a8 [2020-11-20T23:24:49.251Z] Step 20/21 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:24:49.251Z] Removing intermediate container da951bfb85ab [2020-11-20T23:24:49.251Z] ---> 35114aedd6f5 [2020-11-20T23:24:49.251Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-20T23:24:49.522Z] ---> Running in 364494db8acb [2020-11-20T23:24:49.522Z] ---> Running in 3868bf0ed879 [2020-11-20T23:24:49.522Z] ---> 9ca0cb2cbe1f [2020-11-20T23:24:49.522Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-20T23:24:49.813Z] ---> Running in d1f62219f3af [2020-11-20T23:24:49.813Z] Removing intermediate container 64ff286411c7 [2020-11-20T23:24:49.813Z] ---> e0b535d8b595 [2020-11-20T23:24:49.813Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:24:49.813Z] ---> Running in b49c8d9b54e0 [2020-11-20T23:24:49.813Z] Removing intermediate container 364494db8acb [2020-11-20T23:24:49.813Z] ---> 19d1e274f9f2 [2020-11-20T23:24:49.813Z] [2020-11-20T23:24:50.080Z] Removing intermediate container d1f62219f3af [2020-11-20T23:24:50.081Z] ---> 9c85082131e2 [2020-11-20T23:24:50.081Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-20T23:24:50.081Z] Removing intermediate container 3868bf0ed879 [2020-11-20T23:24:50.081Z] ---> eae1e2470761 [2020-11-20T23:24:50.081Z] Step 21/21 : LABEL version=1.3.1-dev.4 [2020-11-20T23:24:50.081Z] ---> e30bb0b52e1b [2020-11-20T23:24:50.081Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-20T23:24:50.349Z] ---> Running in 3ac8a2802cb0 [2020-11-20T23:24:50.349Z] Successfully built 19d1e274f9f2 [2020-11-20T23:24:50.349Z] Removing intermediate container b49c8d9b54e0 [2020-11-20T23:24:50.349Z] ---> 2ed279c55f7a [2020-11-20T23:24:50.349Z] [2020-11-20T23:24:50.349Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-20T23:24:50.349Z] Building docker-security-bootstrap-redis-go [2020-11-20T23:24:50.349Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6fc93192a22a [2020-11-20T23:24:50.513Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:24:50.513Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:24:50.621Z] Successfully built 2ed279c55f7a [2020-11-20T23:24:50.621Z] Successfully tagged docker-support-logging-go:latest [2020-11-20T23:24:50.621Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-11-20T23:24:50.785Z] ---> 25edc98ba25f [2020-11-20T23:24:50.785Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:24:50.785Z] ---> 33cd0bc734bc [2020-11-20T23:24:50.785Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-20T23:24:50.785Z] ---> Using cache [2020-11-20T23:24:50.785Z] ---> a5408d8ac8e4 [2020-11-20T23:24:50.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:24:50.785Z] ---> Using cache [2020-11-20T23:24:50.785Z] ---> 23aa653dd5b7 [2020-11-20T23:24:50.785Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T23:24:50.907Z] Removing intermediate container 3ac8a2802cb0 [2020-11-20T23:24:50.908Z] ---> d55ab393ab59 [2020-11-20T23:24:50.908Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-20T23:24:50.908Z] ---> 5d29479f7a77 [2020-11-20T23:24:50.908Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-20T23:24:50.908Z] Removing intermediate container 6fc93192a22a [2020-11-20T23:24:50.908Z] ---> 0722b70d2e55 [2020-11-20T23:24:50.908Z] [2020-11-20T23:24:50.908Z] ---> Running in 692550f4ccd1 [2020-11-20T23:24:51.054Z] ---> e8c10a6f9b57 [2020-11-20T23:24:51.054Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-20T23:24:51.054Z] Removing intermediate container 4503f33c5b83 [2020-11-20T23:24:51.054Z] ---> 2625675be136 [2020-11-20T23:24:51.054Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-20T23:24:51.230Z] Successfully built 0722b70d2e55 [2020-11-20T23:24:51.230Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-20T23:24:51.230Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-11-20T23:24:51.230Z] Removing intermediate container 692550f4ccd1 [2020-11-20T23:24:51.230Z] ---> c8cbc330441a [2020-11-20T23:24:51.230Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-20T23:24:51.330Z] ---> Running in cce731db3d13 [2020-11-20T23:24:51.330Z] ---> Running in a6d5bb59d135 [2020-11-20T23:24:51.330Z] ---> Running in 6b7a46c38529 [2020-11-20T23:24:51.602Z] Removing intermediate container 98ca8a425c0b [2020-11-20T23:24:51.602Z] ---> e5edd1cf66cd [2020-11-20T23:24:51.602Z] [2020-11-20T23:24:51.602Z] Step 10/22 : FROM scratch [2020-11-20T23:24:51.602Z] ---> [2020-11-20T23:24:51.602Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:24:51.832Z] ---> 2faafdebf83f [2020-11-20T23:24:51.832Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-20T23:24:52.207Z] ---> Running in ce879d588adc [2020-11-20T23:24:52.207Z] Removing intermediate container 6b7a46c38529 [2020-11-20T23:24:52.207Z] ---> 43e98573cc41 [2020-11-20T23:24:52.207Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-20T23:24:52.207Z] ---> 01531ae8eac1 [2020-11-20T23:24:52.207Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-20T23:24:52.207Z] ---> Running in 8a64cbb76b6e [2020-11-20T23:24:52.453Z] ---> 6f2ffee39962 [2020-11-20T23:24:52.453Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-20T23:24:52.488Z] Removing intermediate container ce879d588adc [2020-11-20T23:24:52.488Z] ---> 51a4c933d6f7 [2020-11-20T23:24:52.488Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-20T23:24:52.759Z] ---> Running in ccbb90314f3e [2020-11-20T23:24:53.032Z] Removing intermediate container 8a64cbb76b6e [2020-11-20T23:24:53.032Z] ---> 7d0e71480b7f [2020-11-20T23:24:53.032Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-20T23:24:53.304Z] Removing intermediate container ccbb90314f3e [2020-11-20T23:24:53.304Z] ---> 599d140d7e20 [2020-11-20T23:24:53.304Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T23:24:53.304Z] ---> Running in a40cec70ce34 [2020-11-20T23:24:53.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:54.177Z] ---> 3e7b6ad642ce [2020-11-20T23:24:54.177Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-20T23:24:54.177Z] Removing intermediate container a40cec70ce34 [2020-11-20T23:24:54.177Z] ---> 98b51e5d5d69 [2020-11-20T23:24:54.177Z] Step 14/22 : WORKDIR / [2020-11-20T23:24:54.451Z] ---> Running in c9b48ddf51dc [2020-11-20T23:24:54.451Z] ---> 6bc6cb9b8d53 [2020-11-20T23:24:54.451Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-20T23:24:54.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:55.054Z] ---> 330b46e61475 [2020-11-20T23:24:55.054Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-20T23:24:55.054Z] Removing intermediate container c9b48ddf51dc [2020-11-20T23:24:55.054Z] ---> b87f2680d646 [2020-11-20T23:24:55.054Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-20T23:24:55.054Z] Removing intermediate container a6d5bb59d135 [2020-11-20T23:24:55.054Z] ---> 4a126dcf9a52 [2020-11-20T23:24:55.054Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-20T23:24:55.099Z] ---> 6b9eb6fa9d12 [2020-11-20T23:24:55.099Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-20T23:24:55.099Z] ---> 1eba2f21fe0d [2020-11-20T23:24:55.099Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-20T23:24:55.336Z] ---> Running in 1de6d9f54370 [2020-11-20T23:24:55.336Z] ---> Running in ba90d97cc45c [2020-11-20T23:24:55.336Z] ---> 43e6b8c3b52b [2020-11-20T23:24:55.336Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-20T23:24:55.611Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:24:55.611Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:24:55.611Z] OK: 12625 distinct packages available [2020-11-20T23:24:56.224Z] Removing intermediate container 1de6d9f54370 [2020-11-20T23:24:56.224Z] ---> 1ef7a9cfa9c9 [2020-11-20T23:24:56.224Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:24:56.224Z] ---> e7f546475d98 [2020-11-20T23:24:56.224Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-20T23:24:56.499Z] ---> Running in ac32e5db6a36 [2020-11-20T23:24:56.499Z] OK: 217 MiB in 51 packages [2020-11-20T23:24:57.101Z] ---> 78e7ffb243bf [2020-11-20T23:24:57.101Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-20T23:24:57.392Z] Removing intermediate container ac32e5db6a36 [2020-11-20T23:24:57.392Z] ---> d653be59fde0 [2020-11-20T23:24:57.392Z] Step 22/24 : LABEL arch=arm64 [2020-11-20T23:24:57.392Z] ---> Running in 45bd310ba422 [2020-11-20T23:24:57.999Z] ---> Running in 9a493d9bfe4e [2020-11-20T23:24:58.282Z] ---> 54effdecdfa3 [2020-11-20T23:24:58.282Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-20T23:24:58.531Z] ---> 74b9fda4659b [2020-11-20T23:24:58.531Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-20T23:24:58.531Z] ---> 21deb2bd2428 [2020-11-20T23:24:58.531Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-20T23:24:58.562Z] Removing intermediate container cce731db3d13 [2020-11-20T23:24:58.562Z] ---> dd93487d2f2d [2020-11-20T23:24:58.562Z] Step 6/22 : COPY go.mod . [2020-11-20T23:24:58.562Z] Removing intermediate container 9a493d9bfe4e [2020-11-20T23:24:58.562Z] ---> 252c5d8f4657 [2020-11-20T23:24:58.562Z] Step 23/24 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:24:58.837Z] ---> Running in f74035f3bd57 [2020-11-20T23:24:59.444Z] ---> f29bf6eee695 [2020-11-20T23:24:59.444Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-20T23:24:59.444Z] Removing intermediate container ba90d97cc45c [2020-11-20T23:24:59.444Z] ---> 0381d0f54622 [2020-11-20T23:24:59.444Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-20T23:24:59.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:59.720Z] ---> Running in 75b3027d4f96 [2020-11-20T23:24:59.720Z] ---> Running in eb736def6c4f [2020-11-20T23:24:59.720Z] ---> 58683ee8c7dc [2020-11-20T23:24:59.720Z] Step 7/22 : RUN go mod download [2020-11-20T23:24:59.720Z] Removing intermediate container f74035f3bd57 [2020-11-20T23:24:59.720Z] ---> cf9a690b1e2b [2020-11-20T23:24:59.720Z] Step 24/24 : LABEL version=1.3.1-dev.4 [2020-11-20T23:24:59.972Z] ---> Running in 9020eb444281 [2020-11-20T23:24:59.972Z] ---> Running in 33a90a3f433c [2020-11-20T23:24:59.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:24:59.995Z] ---> Running in 59b30a53f98e [2020-11-20T23:24:59.995Z] ---> Running in cedf4d87552e [2020-11-20T23:25:00.603Z] Removing intermediate container eb736def6c4f [2020-11-20T23:25:00.603Z] ---> 69d8d379260d [2020-11-20T23:25:00.603Z] Step 26/29 : CMD [ "generate" ] [2020-11-20T23:25:00.603Z] Removing intermediate container 75b3027d4f96 [2020-11-20T23:25:00.603Z] ---> 20a338da51d7 [2020-11-20T23:25:00.603Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:25:00.603Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-20T23:25:00.603Z] (2/33) Installing expat (2.2.9-r1) [2020-11-20T23:25:00.603Z] (3/33) Installing libffi (3.3-r2) [2020-11-20T23:25:00.603Z] (4/33) Installing gdbm (1.13-r1) [2020-11-20T23:25:00.603Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-20T23:25:00.603Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-20T23:25:00.603Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-20T23:25:00.884Z] Removing intermediate container 59b30a53f98e [2020-11-20T23:25:00.884Z] ---> d5c038f9f2d5 [2020-11-20T23:25:00.884Z] [2020-11-20T23:25:00.884Z] ---> Running in 6bb58f0590d6 [2020-11-20T23:25:00.884Z] ---> Running in 5cf33316d71d [2020-11-20T23:25:01.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:25:01.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:25:01.499Z] Successfully built d5c038f9f2d5 [2020-11-20T23:25:01.499Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-20T23:25:01.499Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-11-20T23:25:01.761Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-20T23:25:01.761Z] (2/33) Installing expat (2.2.9-r1) [2020-11-20T23:25:01.761Z] (3/33) Installing libffi (3.3-r2) [2020-11-20T23:25:01.761Z] (4/33) Installing gdbm (1.13-r1) [2020-11-20T23:25:01.761Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-20T23:25:01.761Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-20T23:25:02.093Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-20T23:25:02.501Z] Removing intermediate container 6bb58f0590d6 [2020-11-20T23:25:02.501Z] ---> 041c0b030cf6 [2020-11-20T23:25:02.501Z] Step 27/29 : LABEL arch=arm64 [2020-11-20T23:25:02.501Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-20T23:25:02.501Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-20T23:25:02.501Z] Removing intermediate container 5cf33316d71d [2020-11-20T23:25:02.501Z] ---> a77fa0c68f9f [2020-11-20T23:25:02.501Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T23:25:02.501Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-20T23:25:02.774Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-20T23:25:02.774Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-20T23:25:02.774Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-20T23:25:02.774Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-20T23:25:03.048Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-20T23:25:03.048Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-20T23:25:03.048Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-20T23:25:03.048Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-20T23:25:03.048Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-20T23:25:03.048Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-20T23:25:03.048Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-20T23:25:03.336Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-20T23:25:03.336Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-20T23:25:03.336Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-20T23:25:03.336Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-20T23:25:03.336Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-20T23:25:03.336Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-20T23:25:03.336Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-20T23:25:03.336Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-20T23:25:03.336Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-20T23:25:03.336Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-20T23:25:03.610Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-20T23:25:03.610Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-20T23:25:03.610Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:25:03.610Z] OK: 71 MiB in 55 packages [2020-11-20T23:25:04.209Z] ---> Running in 177264717ef2 [2020-11-20T23:25:04.209Z] ---> Running in d6ad0f20afe5 [2020-11-20T23:25:05.195Z] Removing intermediate container 177264717ef2 [2020-11-20T23:25:05.195Z] ---> 7911bca0de78 [2020-11-20T23:25:05.195Z] Step 28/29 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:25:05.195Z] Removing intermediate container d6ad0f20afe5 [2020-11-20T23:25:05.195Z] ---> 7ba66246e385 [2020-11-20T23:25:05.195Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:25:05.195Z] ---> Running in fced761c1cd9 [2020-11-20T23:25:05.195Z] ---> Running in 81431d4b1ff9 [2020-11-20T23:25:05.471Z] Removing intermediate container cedf4d87552e [2020-11-20T23:25:05.471Z] ---> 4d5aa0e868d9 [2020-11-20T23:25:05.471Z] Step 8/22 : COPY . . [2020-11-20T23:25:06.062Z] Removing intermediate container 81431d4b1ff9 [2020-11-20T23:25:06.062Z] ---> c1321fb7d140 [2020-11-20T23:25:06.062Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:25:06.062Z] Removing intermediate container fced761c1cd9 [2020-11-20T23:25:06.062Z] ---> 2ca6cfedbc34 [2020-11-20T23:25:06.062Z] Step 29/29 : LABEL version=1.3.1-dev.4 [2020-11-20T23:25:06.334Z] ---> Running in ad3a872cf234 [2020-11-20T23:25:06.334Z] ---> Running in 44a40b02fbe9 [2020-11-20T23:25:06.490Z] Removing intermediate container 33a90a3f433c [2020-11-20T23:25:06.490Z] ---> 4005a389a073 [2020-11-20T23:25:06.490Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-20T23:25:07.331Z] Removing intermediate container 44a40b02fbe9 [2020-11-20T23:25:07.331Z] ---> e3c61505d8a1 [2020-11-20T23:25:07.331Z] [2020-11-20T23:25:07.559Z] ---> Running in a74e6cb1e121 [2020-11-20T23:25:07.559Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-20T23:25:07.559Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-20T23:25:07.559Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-20T23:25:07.559Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-20T23:25:07.559Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-20T23:25:07.559Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-20T23:25:07.559Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-20T23:25:07.865Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-20T23:25:07.865Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-20T23:25:07.865Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-20T23:25:07.865Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-20T23:25:07.865Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-20T23:25:07.928Z] Successfully built e3c61505d8a1 [2020-11-20T23:25:07.928Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-20T23:25:07.928Z] Building docker-security-bootstrap-redis-go [2020-11-20T23:25:07.928Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container ad3a872cf234 [2020-11-20T23:25:07.928Z] ---> dfb2245560b5 [2020-11-20T23:25:07.928Z] [2020-11-20T23:25:08.202Z] Successfully built dfb2245560b5 [2020-11-20T23:25:08.202Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-20T23:25:08.202Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-11-20T23:25:08.895Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-20T23:25:09.172Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-20T23:25:09.172Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-20T23:25:09.172Z] Removing intermediate container a74e6cb1e121 [2020-11-20T23:25:09.172Z] ---> 628e64ce9cad [2020-11-20T23:25:09.172Z] Step 22/24 : LABEL arch=x86_64 [2020-11-20T23:25:09.450Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-20T23:25:09.450Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-20T23:25:09.450Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-20T23:25:09.769Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-20T23:25:09.769Z] ---> Running in 4d755f4f15cd [2020-11-20T23:25:09.769Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-20T23:25:10.056Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-20T23:25:10.056Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-20T23:25:10.056Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-20T23:25:10.056Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-20T23:25:10.337Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-20T23:25:10.337Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-20T23:25:11.860Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:25:11.860Z] Removing intermediate container 4d755f4f15cd [2020-11-20T23:25:11.860Z] ---> 6f75a174b94c [2020-11-20T23:25:11.860Z] Step 23/24 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:25:11.860Z] OK: 71 MiB in 55 packages [2020-11-20T23:25:12.859Z] ---> Running in a8e1014647e1 [2020-11-20T23:25:13.920Z] Removing intermediate container a8e1014647e1 [2020-11-20T23:25:13.920Z] ---> 87ef5623eb68 [2020-11-20T23:25:13.920Z] Step 24/24 : LABEL version=1.3.1-dev.4 [2020-11-20T23:25:14.233Z] ---> Running in 7d4ce393181d [2020-11-20T23:25:14.933Z] Removing intermediate container 45bd310ba422 [2020-11-20T23:25:14.933Z] ---> aa07de8a3303 [2020-11-20T23:25:14.933Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-20T23:25:15.265Z] Removing intermediate container 7d4ce393181d [2020-11-20T23:25:15.265Z] ---> 6ca9d9a26a50 [2020-11-20T23:25:15.265Z] [2020-11-20T23:25:15.545Z] Successfully built 6ca9d9a26a50 [2020-11-20T23:25:15.880Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-20T23:25:15.880Z] Building docker-core-metadata-go [2020-11-20T23:25:15.921Z] ---> 007dedc119c6 [2020-11-20T23:25:15.921Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-20T23:25:15.921Z] ---> Running in 0b329f23c5cd [2020-11-20T23:25:16.194Z] ---> Running in 8ee21e1b2408 [2020-11-20T23:25:17.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:25:17.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:25:17.180Z] ---> 25edc98ba25f [2020-11-20T23:25:17.180Z] Step 3/23 : WORKDIR /edgex-go [2020-11-20T23:25:17.180Z] ---> Using cache [2020-11-20T23:25:17.180Z] ---> a5408d8ac8e4 [2020-11-20T23:25:17.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:25:17.180Z] ---> Using cache [2020-11-20T23:25:17.180Z] ---> 23aa653dd5b7 [2020-11-20T23:25:17.180Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-20T23:25:17.782Z] ---> Running in 12032b8853dc [2020-11-20T23:25:18.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-11-20T23:25:19.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:25:20.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:25:21.800Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:25:21.800Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:25:21.800Z] OK: 12625 distinct packages available [2020-11-20T23:25:22.787Z] OK: 217 MiB in 51 packages [2020-11-20T23:25:23.389Z] Collecting docker-compose==1.23.2 [2020-11-20T23:25:23.389Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-20T23:25:25.512Z] Collecting PyYAML<4,>=3.10 [2020-11-20T23:25:25.512Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-20T23:25:26.193Z] Removing intermediate container 12032b8853dc [2020-11-20T23:25:26.193Z] ---> d71aadd8b7f1 [2020-11-20T23:25:26.193Z] Step 6/23 : COPY go.mod . [2020-11-20T23:25:26.377Z]  Building docker-security-secretstore-setup-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:25:26.377Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-20T23:25:26.377Z] ---> 2c6356fbd961 [2020-11-20T23:25:26.377Z] Step 3/29 : WORKDIR /edgex-go [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> a731e52917c1 [2020-11-20T23:25:26.377Z] Step 4/29 : RUN apk update && apk add make git [2020-11-20T23:25:26.377Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:25:26.377Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:25:26.377Z] ---> 2c6356fbd961 [2020-11-20T23:25:26.377Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> a731e52917c1 [2020-11-20T23:25:26.377Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> f4120f9caf19 [2020-11-20T23:25:26.377Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-20T23:25:26.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:25:26.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:25:26.377Z] ---> 2c6356fbd961 [2020-11-20T23:25:26.377Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> a731e52917c1 [2020-11-20T23:25:26.377Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> f4120f9caf19 [2020-11-20T23:25:26.377Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> c7e3db0f059a [2020-11-20T23:25:26.377Z] Step 6/22 : COPY go.mod . [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> 83305ab9e564 [2020-11-20T23:25:26.377Z] Step 7/22 : RUN go mod download [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> cf8dd1b12296 [2020-11-20T23:25:26.377Z] Step 8/22 : COPY . . [2020-11-20T23:25:26.377Z] ---> Using cache [2020-11-20T23:25:26.377Z] ---> 62ffd193e1d2 [2020-11-20T23:25:26.377Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-20T23:25:27.018Z] ---> Running in 46fd7f237278 [2020-11-20T23:25:27.018Z] ---> Running in 92b12561d39a [2020-11-20T23:25:27.018Z] ---> Running in 0e4e566522bc [2020-11-20T23:25:28.335Z] ---> 311b06b43cca [2020-11-20T23:25:28.335Z] Step 7/23 : RUN go mod download [2020-11-20T23:25:28.610Z] ---> Running in b3ddc0490afb [2020-11-20T23:25:30.057Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-20T23:25:30.057Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-20T23:25:30.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-20T23:25:30.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:25:30.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:25:31.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:25:31.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:25:31.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:25:31.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:25:31.515Z] ---> 25edc98ba25f [2020-11-20T23:25:31.515Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:25:31.515Z] ---> Using cache [2020-11-20T23:25:31.515Z] ---> a5408d8ac8e4 [2020-11-20T23:25:31.515Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:25:31.515Z] ---> Using cache [2020-11-20T23:25:31.515Z] ---> 23aa653dd5b7 [2020-11-20T23:25:31.515Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T23:25:31.515Z] ---> Using cache [2020-11-20T23:25:31.515Z] ---> dd93487d2f2d [2020-11-20T23:25:31.515Z] Step 6/22 : COPY go.mod . [2020-11-20T23:25:31.515Z] ---> Using cache [2020-11-20T23:25:31.515Z] ---> 58683ee8c7dc [2020-11-20T23:25:31.515Z] Step 7/22 : RUN go mod download [2020-11-20T23:25:31.515Z] ---> Using cache [2020-11-20T23:25:31.515Z] ---> 4d5aa0e868d9 [2020-11-20T23:25:31.515Z] Step 8/22 : COPY . . [2020-11-20T23:25:31.839Z] ---> Using cache [2020-11-20T23:25:31.839Z] ---> 007dedc119c6 [2020-11-20T23:25:31.839Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-20T23:25:32.137Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:25:32.137Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:25:32.137Z] ---> 25edc98ba25f [2020-11-20T23:25:32.137Z] Step 3/24 : WORKDIR /edgex-go [2020-11-20T23:25:32.137Z] ---> Using cache [2020-11-20T23:25:32.137Z] ---> a5408d8ac8e4 [2020-11-20T23:25:32.137Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:25:32.137Z] ---> Using cache [2020-11-20T23:25:32.137Z] ---> 23aa653dd5b7 [2020-11-20T23:25:32.137Z] Step 5/24 : RUN apk update && apk add make git [2020-11-20T23:25:32.137Z] ---> Using cache [2020-11-20T23:25:32.137Z] ---> dd93487d2f2d [2020-11-20T23:25:32.137Z] Step 6/24 : COPY go.mod . [2020-11-20T23:25:32.137Z] ---> Using cache [2020-11-20T23:25:32.137Z] ---> 58683ee8c7dc [2020-11-20T23:25:32.137Z] Step 7/24 : RUN go mod download [2020-11-20T23:25:32.137Z] ---> Using cache [2020-11-20T23:25:32.137Z] ---> 4d5aa0e868d9 [2020-11-20T23:25:32.137Z] Step 8/24 : COPY . . [2020-11-20T23:25:32.341Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:25:32.342Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:25:32.342Z] OK: 12754 distinct packages available [2020-11-20T23:25:32.342Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:25:32.342Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:25:32.342Z] OK: 12754 distinct packages available [2020-11-20T23:25:32.442Z] ---> Using cache [2020-11-20T23:25:32.442Z] ---> 007dedc119c6 [2020-11-20T23:25:32.442Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-20T23:25:32.619Z] OK: 233 MiB in 51 packages [2020-11-20T23:25:32.723Z] 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-11-20T23:25:32.913Z] OK: 233 MiB in 51 packages [2020-11-20T23:25:33.006Z] ---> Running in 6fd30bcb3d1c [2020-11-20T23:25:33.006Z] ---> Running in 737c22563165 [2020-11-20T23:25:34.481Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-20T23:25:34.481Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-20T23:25:34.768Z] Removing intermediate container b3ddc0490afb [2020-11-20T23:25:34.768Z] ---> 7209100c754b [2020-11-20T23:25:34.768Z] Step 8/23 : COPY . . [2020-11-20T23:25:35.386Z] Collecting cached-property<2,>=1.2.0 [2020-11-20T23:25:35.386Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-20T23:25:35.561Z] Removing intermediate container 0e4e566522bc [2020-11-20T23:25:35.561Z] ---> 5c314c1a2a66 [2020-11-20T23:25:35.561Z] Step 5/29 : COPY go.mod . [2020-11-20T23:25:35.859Z] Removing intermediate container 92b12561d39a [2020-11-20T23:25:35.859Z] ---> 586ff427621c [2020-11-20T23:25:35.859Z] Step 6/24 : COPY go.mod . [2020-11-20T23:25:35.986Z] Collecting jsonschema<3,>=2.5.1 [2020-11-20T23:25:35.987Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-20T23:25:36.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-20T23:25:36.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-20T23:25:36.812Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-20T23:25:36.812Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-20T23:25:37.412Z] Collecting texttable<0.10,>=0.9.0 [2020-11-20T23:25:37.412Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-20T23:25:37.418Z] ---> 527b58fcbc06 [2020-11-20T23:25:37.418Z] Step 6/29 : RUN go mod download [2020-11-20T23:25:37.713Z] ---> Running in 00adcd3082be [2020-11-20T23:25:37.713Z] ---> 9c53278fea77 [2020-11-20T23:25:37.713Z] Step 7/24 : RUN go mod download [2020-11-20T23:25:38.000Z] ---> Running in 7001f0e80471 [2020-11-20T23:25:41.736Z] Collecting docker<4.0,>=3.6.0 [2020-11-20T23:25:41.736Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-20T23:25:41.736Z] Collecting docopt<0.7,>=0.6.1 [2020-11-20T23:25:42.016Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-20T23:25:45.154Z] Removing intermediate container 00adcd3082be [2020-11-20T23:25:45.155Z] ---> c2d2de92e1ab [2020-11-20T23:25:45.155Z] Step 7/29 : COPY . . [2020-11-20T23:25:45.155Z] Removing intermediate container 7001f0e80471 [2020-11-20T23:25:45.155Z] ---> 8023fe80bd64 [2020-11-20T23:25:45.155Z] Step 8/24 : COPY . . [2020-11-20T23:25:45.455Z] 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-11-20T23:25:45.455Z] 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-11-20T23:25:46.450Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-20T23:25:46.450Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-20T23:25:46.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:25:46.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:25:46.672Z] ---> 2c6356fbd961 [2020-11-20T23:25:46.672Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:25:46.672Z] ---> Using cache [2020-11-20T23:25:46.672Z] ---> a731e52917c1 [2020-11-20T23:25:46.672Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:25:46.672Z] ---> Using cache [2020-11-20T23:25:46.672Z] ---> f4120f9caf19 [2020-11-20T23:25:46.672Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T23:25:46.672Z] ---> Using cache [2020-11-20T23:25:46.672Z] ---> c7e3db0f059a [2020-11-20T23:25:46.672Z] Step 6/22 : COPY go.mod . [2020-11-20T23:25:46.672Z] ---> Using cache [2020-11-20T23:25:46.672Z] ---> 83305ab9e564 [2020-11-20T23:25:46.672Z] Step 7/22 : RUN go mod download [2020-11-20T23:25:46.672Z] ---> Using cache [2020-11-20T23:25:46.672Z] ---> cf8dd1b12296 [2020-11-20T23:25:46.672Z] Step 8/22 : COPY . . [2020-11-20T23:25:46.672Z] ---> Using cache [2020-11-20T23:25:46.672Z] ---> 62ffd193e1d2 [2020-11-20T23:25:46.672Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-20T23:25:47.459Z] ---> 665b194d45ac [2020-11-20T23:25:47.459Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-20T23:25:47.739Z] ---> Running in f26dd13de622 [2020-11-20T23:25:47.739Z] Collecting idna<2.8,>=2.5 [2020-11-20T23:25:48.023Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-20T23:25:48.302Z] Collecting docker-pycreds>=0.4.0 [2020-11-20T23:25:48.302Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-20T23:25:48.578Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-20T23:25:48.579Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-20T23:25:48.579Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-20T23:25:48.579Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-20T23:25:48.736Z] ---> Running in 2c100ba8f2b2 [2020-11-20T23:25:50.036Z] Installing collected packages: PyYAML, dockerpty, urllib3, idna, requests, cached-property, jsonschema, websocket-client, texttable, docker-pycreds, docker, docopt, docker-compose [2020-11-20T23:25:50.036Z] Running setup.py install for PyYAML: started [2020-11-20T23:25:50.036Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-11-20T23:25:52.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-20T23:25:52.032Z] Removing intermediate container 9020eb444281 [2020-11-20T23:25:52.032Z] ---> d733a51c5284 [2020-11-20T23:25:52.032Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-20T23:25:53.449Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-20T23:25:53.449Z] Running setup.py install for dockerpty: started [2020-11-20T23:25:54.709Z] ---> Running in 014bfbf0e965 [2020-11-20T23:25:56.089Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-20T23:25:56.089Z] Attempting uninstall: urllib3 [2020-11-20T23:25:56.089Z] Found existing installation: urllib3 1.25.9 [2020-11-20T23:25:56.089Z] Uninstalling urllib3-1.25.9: [2020-11-20T23:25:56.089Z] Successfully uninstalled urllib3-1.25.9 [2020-11-20T23:25:56.692Z] Attempting uninstall: idna [2020-11-20T23:25:56.692Z] Found existing installation: idna 2.9 [2020-11-20T23:25:56.692Z] Uninstalling idna-2.9: [2020-11-20T23:25:56.692Z] Successfully uninstalled idna-2.9 [2020-11-20T23:25:57.681Z] Attempting uninstall: requests [2020-11-20T23:25:57.681Z] Found existing installation: requests 2.23.0 [2020-11-20T23:25:57.681Z] Uninstalling requests-2.23.0: [2020-11-20T23:25:57.681Z] Successfully uninstalled requests-2.23.0 [2020-11-20T23:25:59.166Z] Running setup.py install for texttable: started [2020-11-20T23:26:01.811Z] Running setup.py install for texttable: finished with status 'done' [2020-11-20T23:26:02.803Z] Running setup.py install for docopt: started [2020-11-20T23:26:05.444Z] Running setup.py install for docopt: finished with status 'done' [2020-11-20T23:26:06.435Z] 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-11-20T23:26:10.176Z] Collecting docker-compose==1.23.2 [2020-11-20T23:26:10.176Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-20T23:26:10.176Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-20T23:26:10.176Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-20T23:26:11.221Z] Collecting jsonschema<3,>=2.5.1 [2020-11-20T23:26:11.221Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-20T23:26:11.869Z] Removing intermediate container 46fd7f237278 [2020-11-20T23:26:11.869Z] ---> 1d475be7c76c [2020-11-20T23:26:11.869Z] [2020-11-20T23:26:11.869Z] Step 10/22 : FROM alpine:3.10 [2020-11-20T23:26:11.869Z] ---> be4e4bea2c2e [2020-11-20T23:26:11.869Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-20T23:26:11.869Z] Collecting docker<4.0,>=3.6.0 [2020-11-20T23:26:11.869Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-20T23:26:11.869Z] ---> Using cache [2020-11-20T23:26:11.869Z] ---> 533fef2bdbb8 [2020-11-20T23:26:11.869Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-20T23:26:11.869Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-20T23:26:11.895Z] Removing intermediate container 0b329f23c5cd [2020-11-20T23:26:11.895Z] ---> 6e9dd6f28362 [2020-11-20T23:26:11.895Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-20T23:26:11.896Z] ---> Running in d457c717b3cd [2020-11-20T23:26:12.246Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-20T23:26:12.569Z] ---> Running in 4dc859b80368 [2020-11-20T23:26:14.122Z] Removing intermediate container 4dc859b80368 [2020-11-20T23:26:14.122Z] ---> e2de3553aebc [2020-11-20T23:26:14.122Z] Step 13/22 : WORKDIR / [2020-11-20T23:26:14.389Z] ---> Running in 576ec1a22ed4 [2020-11-20T23:26:14.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:26:14.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:26:15.147Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T23:26:15.147Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-20T23:26:15.424Z] (3/3) Installing curl (7.69.1-r1) [2020-11-20T23:26:15.424Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:26:15.424Z] OK: 71 MiB in 58 packages [2020-11-20T23:26:15.956Z] Removing intermediate container 576ec1a22ed4 [2020-11-20T23:26:15.957Z] ---> a3ff1f12a60f [2020-11-20T23:26:15.957Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-20T23:26:16.599Z] 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-11-20T23:26:16.971Z] Collecting PyYAML<4,>=3.10 [2020-11-20T23:26:16.971Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-20T23:26:17.431Z] Removing intermediate container d457c717b3cd [2020-11-20T23:26:17.431Z] ---> dbbfaaab9c0d [2020-11-20T23:26:17.431Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-20T23:26:17.431Z] ---> Running in 59da120212ed [2020-11-20T23:26:18.044Z] Removing intermediate container 59da120212ed [2020-11-20T23:26:18.044Z] ---> 2be0bdac17d9 [2020-11-20T23:26:18.044Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:26:18.044Z] ---> Running in 3c57fb7cc556 [2020-11-20T23:26:18.057Z] ---> c7dd01506204 [2020-11-20T23:26:18.057Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-20T23:26:19.042Z] Removing intermediate container 3c57fb7cc556 [2020-11-20T23:26:19.042Z] ---> 3e48a6236a0c [2020-11-20T23:26:19.042Z] Step 25/27 : LABEL arch=arm64 [2020-11-20T23:26:19.042Z] ---> Running in 38f0e2bc4d4b [2020-11-20T23:26:19.642Z] Removing intermediate container 38f0e2bc4d4b [2020-11-20T23:26:19.642Z] ---> 401b60679469 [2020-11-20T23:26:19.642Z] Step 26/27 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:26:19.642Z] ---> Running in 6854b4a90a09 [2020-11-20T23:26:20.630Z] Removing intermediate container 6854b4a90a09 [2020-11-20T23:26:20.631Z] ---> 6bb4e8df2030 [2020-11-20T23:26:20.631Z] Step 27/27 : LABEL version=1.3.1-dev.4 [2020-11-20T23:26:20.631Z] ---> Running in 63dc42da976a [2020-11-20T23:26:20.878Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-20T23:26:20.878Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-20T23:26:20.878Z] ---> b24bf4477fb6 [2020-11-20T23:26:20.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-20T23:26:20.878Z] Collecting docopt<0.7,>=0.6.1 [2020-11-20T23:26:21.228Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-20T23:26:21.237Z] Removing intermediate container 63dc42da976a [2020-11-20T23:26:21.237Z] ---> ae7499957fe1 [2020-11-20T23:26:21.237Z] [2020-11-20T23:26:21.878Z] Successfully built ae7499957fe1 [2020-11-20T23:26:21.878Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-20T23:26:21.878Z] Building docker-support-scheduler-go [2020-11-20T23:26:23.129Z] ---> 11ad6acf867a [2020-11-20T23:26:23.129Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-20T23:26:23.129Z] Collecting texttable<0.10,>=0.9.0 [2020-11-20T23:26:23.129Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-20T23:26:24.209Z] Collecting cached-property<2,>=1.2.0 [2020-11-20T23:26:24.209Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-20T23:26:24.209Z] ---> 7b5707afd71d [2020-11-20T23:26:24.209Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-20T23:26:24.209Z] Collecting docker-pycreds>=0.4.0 [2020-11-20T23:26:24.209Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-20T23:26:24.209Z] ---> Running in 6bc680c0210d [2020-11-20T23:26:25.806Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-20T23:26:25.806Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-20T23:26:25.806Z] Collecting idna<2.8,>=2.5 [2020-11-20T23:26:25.806Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-20T23:26:25.806Z] 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-11-20T23:26:25.806Z] 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-11-20T23:26:25.806Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-20T23:26:25.806Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-20T23:26:25.806Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-20T23:26:25.806Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-20T23:26:26.113Z] Installing collected packages: websocket-client, jsonschema, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, docopt, texttable, cached-property, docker-compose [2020-11-20T23:26:27.595Z] Attempting uninstall: urllib3 [2020-11-20T23:26:27.595Z] Found existing installation: urllib3 1.25.9 [2020-11-20T23:26:27.595Z] Uninstalling urllib3-1.25.9: [2020-11-20T23:26:27.870Z] Successfully uninstalled urllib3-1.25.9 [2020-11-20T23:26:29.398Z] Attempting uninstall: idna [2020-11-20T23:26:29.398Z] Found existing installation: idna 2.9 [2020-11-20T23:26:29.398Z] Uninstalling idna-2.9: [2020-11-20T23:26:29.398Z] Successfully uninstalled idna-2.9 [2020-11-20T23:26:30.009Z] Attempting uninstall: requests [2020-11-20T23:26:30.009Z] Found existing installation: requests 2.23.0 [2020-11-20T23:26:30.009Z] Uninstalling requests-2.23.0: [2020-11-20T23:26:30.331Z] Successfully uninstalled requests-2.23.0 [2020-11-20T23:26:30.937Z] Removing intermediate container 6bc680c0210d [2020-11-20T23:26:30.937Z] ---> 7724d54feb3d [2020-11-20T23:26:30.937Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-20T23:26:31.911Z] Running setup.py install for dockerpty: started [2020-11-20T23:26:31.911Z] ---> Running in d0527ff393c5 [2020-11-20T23:26:32.202Z] ---> 7d9331d513cc [2020-11-20T23:26:32.202Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-20T23:26:32.202Z] ---> Running in ab90b2f8f1c9 [2020-11-20T23:26:32.202Z] ---> e34b6ea52402 [2020-11-20T23:26:32.202Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-20T23:26:32.500Z] Removing intermediate container d0527ff393c5 [2020-11-20T23:26:32.500Z] ---> b6c6388f9e31 [2020-11-20T23:26:32.500Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T23:26:32.500Z] ---> Running in 597b0ff0911b [2020-11-20T23:26:32.787Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-20T23:26:32.787Z] Running setup.py install for PyYAML: started [2020-11-20T23:26:33.104Z] ---> Running in 6cf500ec98ef [2020-11-20T23:26:34.620Z] Removing intermediate container 6cf500ec98ef [2020-11-20T23:26:34.620Z] ---> b381da345c81 [2020-11-20T23:26:34.620Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:26:34.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-20T23:26:34.620Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-20T23:26:34.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-20T23:26:34.621Z] Running setup.py install for docopt: started [2020-11-20T23:26:35.226Z] ---> Running in 1a9f78fb5711 [2020-11-20T23:26:35.524Z] Running setup.py install for docopt: finished with status 'done' [2020-11-20T23:26:35.524Z] Running setup.py install for texttable: started [2020-11-20T23:26:35.799Z] Removing intermediate container 1a9f78fb5711 [2020-11-20T23:26:35.799Z] ---> b15794204813 [2020-11-20T23:26:35.799Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:26:36.107Z] ---> Running in 08e8b370fe25 [2020-11-20T23:26:36.107Z] Running setup.py install for texttable: finished with status 'done' [2020-11-20T23:26:36.711Z] Removing intermediate container 2c100ba8f2b2 [2020-11-20T23:26:36.711Z] ---> 3dccdc839739 [2020-11-20T23:26:36.711Z] [2020-11-20T23:26:36.711Z] Step 10/22 : FROM scratch [2020-11-20T23:26:36.711Z] ---> [2020-11-20T23:26:36.711Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:26:37.028Z]  Building docker-sys-mgmt-agent-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:26:37.028Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:26:37.028Z] ---> 25edc98ba25f [2020-11-20T23:26:37.028Z] Step 3/21 : WORKDIR /edgex-go [2020-11-20T23:26:37.028Z] ---> Using cache [2020-11-20T23:26:37.028Z] ---> a5408d8ac8e4 [2020-11-20T23:26:37.028Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:26:37.028Z] ---> Using cache [2020-11-20T23:26:37.028Z] ---> 23aa653dd5b7 [2020-11-20T23:26:37.028Z] Step 5/21 : RUN apk update && apk add make git [2020-11-20T23:26:37.028Z] ---> Using cache [2020-11-20T23:26:37.028Z] ---> dd93487d2f2d [2020-11-20T23:26:37.028Z] Step 6/21 : COPY go.mod . [2020-11-20T23:26:37.028Z] ---> Using cache [2020-11-20T23:26:37.028Z] ---> 58683ee8c7dc [2020-11-20T23:26:37.028Z] Step 7/21 : RUN go mod download [2020-11-20T23:26:37.028Z] ---> Using cache [2020-11-20T23:26:37.028Z] ---> 4d5aa0e868d9 [2020-11-20T23:26:37.028Z] Step 8/21 : COPY . . [2020-11-20T23:26:37.028Z] ---> Using cache [2020-11-20T23:26:37.028Z] ---> 007dedc119c6 [2020-11-20T23:26:37.028Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-20T23:26:37.028Z] ---> Running in a16853d715e4 [2020-11-20T23:26:37.346Z] 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-11-20T23:26:38.367Z] ---> Using cache [2020-11-20T23:26:38.367Z] ---> 508b7d4f1296 [2020-11-20T23:26:38.367Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-20T23:26:39.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-20T23:26:39.076Z] Removing intermediate container 08e8b370fe25 [2020-11-20T23:26:39.076Z] ---> 9682e10b2cd9 [2020-11-20T23:26:39.076Z] [2020-11-20T23:26:39.076Z] ---> Running in 49fe36b77a22 [2020-11-20T23:26:39.724Z] Removing intermediate container 49fe36b77a22 [2020-11-20T23:26:39.724Z] ---> 7f45f43eaabd [2020-11-20T23:26:39.725Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T23:26:40.734Z] Successfully built 9682e10b2cd9 [2020-11-20T23:26:41.488Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-20T23:26:41.488Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-11-20T23:26:42.172Z] ---> Running in 591f752294e3 [2020-11-20T23:26:42.820Z] Removing intermediate container 014bfbf0e965 [2020-11-20T23:26:42.820Z] ---> 756d4a34970b [2020-11-20T23:26:42.820Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-20T23:26:42.820Z] ---> Running in 7f9235ae1c79 [2020-11-20T23:26:42.820Z] Removing intermediate container 591f752294e3 [2020-11-20T23:26:42.820Z] ---> 2c315c5c9200 [2020-11-20T23:26:42.820Z] Step 14/22 : WORKDIR / [2020-11-20T23:26:43.150Z] ---> Running in 38a2e75192a7 [2020-11-20T23:26:44.356Z] Removing intermediate container 38a2e75192a7 [2020-11-20T23:26:44.356Z] ---> 98fd07c58a2a [2020-11-20T23:26:44.356Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-20T23:26:45.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:26:45.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:26:45.778Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-20T23:26:45.778Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-20T23:26:45.778Z] (3/3) Installing curl (7.69.1-r1) [2020-11-20T23:26:45.778Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:26:45.778Z] OK: 72 MiB in 58 packages [2020-11-20T23:26:46.846Z] ---> 2d7cddbf5c49 [2020-11-20T23:26:46.846Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-20T23:26:48.961Z] Removing intermediate container 7f9235ae1c79 [2020-11-20T23:26:48.961Z] ---> d728bebe36af [2020-11-20T23:26:48.961Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-20T23:26:49.245Z] ---> fd89f1f63a0a [2020-11-20T23:26:49.245Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-20T23:26:49.245Z] ---> Running in bdad695f6bed [2020-11-20T23:26:50.734Z] Removing intermediate container bdad695f6bed [2020-11-20T23:26:50.734Z] ---> 458a800d4896 [2020-11-20T23:26:50.734Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:26:50.734Z] ---> de6d3fe57769 [2020-11-20T23:26:50.734Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-20T23:26:50.734Z] ---> Running in 90418df26649 [2020-11-20T23:26:50.734Z] ---> Running in 4c26ba8744f8 [2020-11-20T23:26:51.358Z] Removing intermediate container 4c26ba8744f8 [2020-11-20T23:26:51.358Z] ---> 3fa62a0fb24e [2020-11-20T23:26:51.358Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:26:51.358Z] Removing intermediate container 90418df26649 [2020-11-20T23:26:51.358Z] ---> 357709f12b93 [2020-11-20T23:26:51.358Z] Step 25/27 : LABEL arch=x86_64 [2020-11-20T23:26:51.358Z] ---> Running in 1e0dd32e3634 [2020-11-20T23:26:51.358Z] ---> Running in a3ed330ed01e [2020-11-20T23:26:51.998Z] Removing intermediate container 1e0dd32e3634 [2020-11-20T23:26:51.998Z] ---> 9a8a0b4e8dcb [2020-11-20T23:26:51.998Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T23:26:51.998Z] Removing intermediate container a3ed330ed01e [2020-11-20T23:26:51.998Z] ---> b598a67afe50 [2020-11-20T23:26:51.998Z] Step 26/27 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:26:52.300Z] ---> Running in 9698d51f324e [2020-11-20T23:26:52.300Z] ---> Running in 76bfcf9b92d9 [2020-11-20T23:26:52.623Z] Removing intermediate container 9698d51f324e [2020-11-20T23:26:52.623Z] ---> cad5fdec0271 [2020-11-20T23:26:52.623Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:26:52.623Z] ---> Running in 2732b6560dcd [2020-11-20T23:26:52.623Z] Removing intermediate container 76bfcf9b92d9 [2020-11-20T23:26:52.623Z] ---> 4c5d58f9ab68 [2020-11-20T23:26:52.623Z] Step 27/27 : LABEL version=1.3.1-dev.4 [2020-11-20T23:26:52.956Z] ---> Running in 9220840ab79a [2020-11-20T23:26:53.241Z] Removing intermediate container 2732b6560dcd [2020-11-20T23:26:53.241Z] ---> 40be1c16a8d4 [2020-11-20T23:26:53.241Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:26:53.530Z] ---> Running in 898dc86dbdd5 [2020-11-20T23:26:53.530Z] Removing intermediate container 9220840ab79a [2020-11-20T23:26:53.530Z] ---> e1ee63db84fa [2020-11-20T23:26:53.530Z] [2020-11-20T23:26:53.833Z] Successfully built e1ee63db84fa [2020-11-20T23:26:53.833Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-20T23:26:53.833Z] Building docker-core-data-go [2020-11-20T23:26:54.150Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 898dc86dbdd5 [2020-11-20T23:26:54.150Z] ---> bc357486b22d [2020-11-20T23:26:54.150Z] [2020-11-20T23:26:55.186Z] Successfully built bc357486b22d [2020-11-20T23:26:55.186Z] Successfully tagged docker-core-metadata-go:latest [2020-11-20T23:26:57.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-20T23:27:12.728Z] Removing intermediate container 6fd30bcb3d1c [2020-11-20T23:27:12.728Z] ---> 1b845721051c [2020-11-20T23:27:12.728Z] [2020-11-20T23:27:12.728Z] Step 10/22 : FROM alpine:3.10 [2020-11-20T23:27:12.728Z] Removing intermediate container 8ee21e1b2408 [2020-11-20T23:27:12.728Z] ---> 36eb713cdaaa [2020-11-20T23:27:12.728Z] [2020-11-20T23:27:12.728Z] Step 10/22 : FROM scratch [2020-11-20T23:27:12.728Z] ---> [2020-11-20T23:27:12.728Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:27:12.728Z] 3.10: Pulling from library/alpine [2020-11-20T23:27:12.728Z] ---> Using cache [2020-11-20T23:27:12.728Z] ---> 51a4c933d6f7 [2020-11-20T23:27:12.728Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-20T23:27:12.728Z] ---> Running in fa83d9a611a6 [2020-11-20T23:27:13.014Z] Removing intermediate container fa83d9a611a6 [2020-11-20T23:27:13.014Z] ---> d4e0c858173b [2020-11-20T23:27:13.014Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T23:27:13.014Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-20T23:27:13.014Z] Status: Downloaded newer image for alpine:3.10 [2020-11-20T23:27:13.014Z] ---> 536a684cf733 [2020-11-20T23:27:13.014Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-20T23:27:13.292Z] ---> Running in 96862a728520 [2020-11-20T23:27:13.292Z] ---> Running in 192336f90044 [2020-11-20T23:27:14.291Z] Removing intermediate container 96862a728520 [2020-11-20T23:27:14.291Z] ---> 766d735f6c6b [2020-11-20T23:27:14.291Z] Step 14/22 : WORKDIR / [2020-11-20T23:27:14.291Z] Removing intermediate container 737c22563165 [2020-11-20T23:27:14.291Z] ---> c2c2d396fc69 [2020-11-20T23:27:14.291Z] [2020-11-20T23:27:14.291Z] Step 10/24 : FROM alpine:3.10 [2020-11-20T23:27:14.291Z] ---> 536a684cf733 [2020-11-20T23:27:14.291Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-20T23:27:14.570Z] ---> Running in 22d65080e5df [2020-11-20T23:27:14.570Z] ---> Running in 7367c70f72df [2020-11-20T23:27:16.021Z] Removing intermediate container 22d65080e5df [2020-11-20T23:27:16.022Z] ---> f853c79e6fda [2020-11-20T23:27:16.022Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-20T23:27:16.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:27:16.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:27:17.509Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-20T23:27:17.509Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-20T23:27:17.509Z] OK: 10169 distinct packages available [2020-11-20T23:27:17.509Z] ---> d2739974559e [2020-11-20T23:27:17.509Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-20T23:27:17.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:27:18.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:27:18.348Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-20T23:27:18.367Z]  Building docker-core-metadata-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:27:18.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:27:18.367Z] ---> 2c6356fbd961 [2020-11-20T23:27:18.367Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:27:18.367Z] ---> Using cache [2020-11-20T23:27:18.367Z] ---> a731e52917c1 [2020-11-20T23:27:18.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:27:18.367Z] ---> Using cache [2020-11-20T23:27:18.367Z] ---> f4120f9caf19 [2020-11-20T23:27:18.367Z] Step 5/22 : RUN apk update && apk add make git [2020-11-20T23:27:18.367Z] ---> Using cache [2020-11-20T23:27:18.367Z] ---> c7e3db0f059a [2020-11-20T23:27:18.367Z] Step 6/22 : COPY go.mod . [2020-11-20T23:27:18.367Z] ---> Using cache [2020-11-20T23:27:18.367Z] ---> 83305ab9e564 [2020-11-20T23:27:18.367Z] Step 7/22 : RUN go mod download [2020-11-20T23:27:18.367Z] ---> Using cache [2020-11-20T23:27:18.367Z] ---> cf8dd1b12296 [2020-11-20T23:27:18.367Z] Step 8/22 : COPY . . [2020-11-20T23:27:18.367Z] ---> Using cache [2020-11-20T23:27:18.367Z] ---> 62ffd193e1d2 [2020-11-20T23:27:18.367Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-20T23:27:18.367Z] Removing intermediate container 597b0ff0911b [2020-11-20T23:27:18.367Z] ---> 5d9aa8642a98 [2020-11-20T23:27:18.367Z] [2020-11-20T23:27:18.367Z] Step 9/29 : FROM alpine:latest [2020-11-20T23:27:18.367Z] ---> d6e46aa2470d [2020-11-20T23:27:18.367Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-20T23:27:18.367Z] ---> Running in 0adf007c2951 [2020-11-20T23:27:18.367Z] ---> Running in bb9c5ea6cd96 [2020-11-20T23:27:18.624Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-20T23:27:18.624Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-20T23:27:18.624Z] (4/5) Installing curl (7.66.0-r1) [2020-11-20T23:27:18.624Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-20T23:27:18.624Z] Executing busybox-1.30.1-r3.trigger [2020-11-20T23:27:18.624Z] Executing ca-certificates-20191127-r2.trigger [2020-11-20T23:27:18.624Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-20T23:27:18.624Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-20T23:27:18.624Z] OK: 10169 distinct packages available [2020-11-20T23:27:19.121Z] Removing intermediate container ab90b2f8f1c9 [2020-11-20T23:27:19.122Z] ---> 3b7738f95712 [2020-11-20T23:27:19.122Z] [2020-11-20T23:27:19.122Z] Step 10/24 : FROM scratch [2020-11-20T23:27:19.122Z] ---> [2020-11-20T23:27:19.122Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T23:27:19.238Z] OK: 7 MiB in 19 packages [2020-11-20T23:27:19.238Z] ---> 485dbccc3da4 [2020-11-20T23:27:19.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-20T23:27:19.517Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-20T23:27:19.517Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-20T23:27:19.517Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-20T23:27:19.517Z] (4/5) Installing curl (7.66.0-r1) [2020-11-20T23:27:19.517Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-20T23:27:19.517Z] Executing busybox-1.30.1-r3.trigger [2020-11-20T23:27:19.517Z] Executing ca-certificates-20191127-r2.trigger [2020-11-20T23:27:19.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-command/core-command ./cmd/core-command [2020-11-20T23:27:20.068Z] ---> Using cache [2020-11-20T23:27:20.068Z] ---> 44820b5bc822 [2020-11-20T23:27:20.068Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-20T23:27:20.128Z] OK: 7 MiB in 19 packages [2020-11-20T23:27:20.986Z] Removing intermediate container bb9c5ea6cd96 [2020-11-20T23:27:20.986Z] ---> f8c36c20089a [2020-11-20T23:27:20.986Z] Step 11/29 : USER root [2020-11-20T23:27:20.986Z] ---> Running in b1141669191a [2020-11-20T23:27:21.118Z] ---> 4d030a9b1450 [2020-11-20T23:27:21.118Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-20T23:27:21.394Z] ---> Running in 75a6df4cb71e [2020-11-20T23:27:22.408Z] Removing intermediate container 75a6df4cb71e [2020-11-20T23:27:22.408Z] ---> 0317bddaf8e7 [2020-11-20T23:27:22.408Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:27:22.688Z] Removing intermediate container 192336f90044 [2020-11-20T23:27:22.688Z] ---> e29244726955 [2020-11-20T23:27:22.688Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-20T23:27:22.962Z] ---> Running in 140eff784f9e [2020-11-20T23:27:22.962Z] ---> Running in 5d0123273a6f [2020-11-20T23:27:23.184Z] ---> Running in f0a1e4028d04 [2020-11-20T23:27:23.251Z] Removing intermediate container 7367c70f72df [2020-11-20T23:27:23.251Z] ---> edfdaaac1dfd [2020-11-20T23:27:23.251Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-20T23:27:23.472Z] Removing intermediate container b1141669191a [2020-11-20T23:27:23.473Z] ---> 31bd148da64e [2020-11-20T23:27:23.473Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-20T23:27:23.533Z] ---> Running in f74025811eeb [2020-11-20T23:27:23.771Z] ---> Running in f3def33f466c [2020-11-20T23:27:23.818Z] Removing intermediate container 140eff784f9e [2020-11-20T23:27:23.818Z] ---> 8d0e544b1e1d [2020-11-20T23:27:23.818Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T23:27:23.818Z] Removing intermediate container 5d0123273a6f [2020-11-20T23:27:23.818Z] ---> f9b346ac1fa4 [2020-11-20T23:27:23.818Z] Step 13/22 : WORKDIR / [2020-11-20T23:27:24.088Z] ---> Running in 5cec217f1a69 [2020-11-20T23:27:24.088Z] ---> Running in 859bb7aa720e [2020-11-20T23:27:24.366Z] Removing intermediate container f74025811eeb [2020-11-20T23:27:24.366Z] ---> 7b54773b8615 [2020-11-20T23:27:24.366Z] Step 13/24 : WORKDIR / [2020-11-20T23:27:24.475Z] Removing intermediate container f0a1e4028d04 [2020-11-20T23:27:24.475Z] ---> 0452531e3bc4 [2020-11-20T23:27:24.475Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-20T23:27:24.640Z] ---> Running in eb9394dbfc9c [2020-11-20T23:27:25.091Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:27:25.091Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:27:25.244Z] Removing intermediate container 859bb7aa720e [2020-11-20T23:27:25.245Z] ---> d1f9345ea604 [2020-11-20T23:27:25.245Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-20T23:27:25.245Z] Removing intermediate container 5cec217f1a69 [2020-11-20T23:27:25.245Z] ---> c9f81adc101e [2020-11-20T23:27:25.245Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:27:25.434Z] ---> 2c6356fbd961 [2020-11-20T23:27:25.434Z] Step 3/23 : WORKDIR /edgex-go [2020-11-20T23:27:25.434Z] ---> Using cache [2020-11-20T23:27:25.434Z] ---> a731e52917c1 [2020-11-20T23:27:25.434Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:27:25.434Z] ---> Using cache [2020-11-20T23:27:25.434Z] ---> f4120f9caf19 [2020-11-20T23:27:25.434Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-20T23:27:25.529Z] ---> Running in c6ec5e6c7f97 [2020-11-20T23:27:25.730Z] ---> Running in 810d099d34c7 [2020-11-20T23:27:25.809Z] Removing intermediate container eb9394dbfc9c [2020-11-20T23:27:25.809Z] ---> 54ae1ee377c4 [2020-11-20T23:27:25.809Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-20T23:27:26.063Z] Removing intermediate container f3def33f466c [2020-11-20T23:27:26.063Z] ---> 2cec245fb3d2 [2020-11-20T23:27:26.063Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-20T23:27:26.063Z] ---> Running in e215cd07c85f [2020-11-20T23:27:26.108Z] Removing intermediate container c6ec5e6c7f97 [2020-11-20T23:27:26.108Z] ---> c3f3883b29a2 [2020-11-20T23:27:26.108Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:27:26.387Z] ---> Running in 33ad65382c2c [2020-11-20T23:27:26.665Z] ---> 3fd59c8786ce [2020-11-20T23:27:26.665Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-20T23:27:27.227Z] ---> 811dd9f32317 [2020-11-20T23:27:27.228Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-20T23:27:27.270Z] ---> 0905e8212fe0 [2020-11-20T23:27:27.270Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-20T23:27:27.545Z] Removing intermediate container 33ad65382c2c [2020-11-20T23:27:27.545Z] ---> ed18132e7b98 [2020-11-20T23:27:27.545Z] [2020-11-20T23:27:27.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:27:27.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:27:27.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:27:28.269Z] v3.12.1-39-g908046ad5f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:27:28.269Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:27:28.269Z] OK: 12746 distinct packages available [2020-11-20T23:27:28.538Z] Successfully built ed18132e7b98 [2020-11-20T23:27:28.538Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-20T23:27:28.538Z] Building docker-support-logging-go [2020-11-20T23:27:28.544Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-20T23:27:28.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:27:28.544Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-20T23:27:28.544Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:27:28.819Z] Executing ca-certificates-20191127-r4.trigger [2020-11-20T23:27:28.819Z] ---> f00c0c6305d0 [2020-11-20T23:27:28.819Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-20T23:27:28.819Z] OK: 6 MiB in 16 packages [2020-11-20T23:27:29.144Z]  Building docker-core-command-go ... done  ---> 831a083e2fd9 [2020-11-20T23:27:29.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-20T23:27:29.144Z] ---> c67c0952bd1a [2020-11-20T23:27:29.144Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-20T23:27:29.474Z] v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:27:29.474Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:27:29.474Z] OK: 12754 distinct packages available [2020-11-20T23:27:29.816Z] OK: 233 MiB in 51 packages [2020-11-20T23:27:30.133Z] ---> d79d01297a46 [2020-11-20T23:27:30.133Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-20T23:27:30.813Z] Removing intermediate container 810d099d34c7 [2020-11-20T23:27:30.813Z] ---> c4de3f0750e5 [2020-11-20T23:27:30.813Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-20T23:27:31.134Z] ---> 8a84eedf4dec [2020-11-20T23:27:31.134Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-20T23:27:31.134Z] ---> 150e7deb65e8 [2020-11-20T23:27:31.134Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-20T23:27:31.223Z] ---> Running in b95cec9a7191 [2020-11-20T23:27:31.683Z] ---> a8922fec98f8 [2020-11-20T23:27:31.683Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-20T23:27:32.328Z] Removing intermediate container e215cd07c85f [2020-11-20T23:27:32.328Z] ---> 3c7228f44f53 [2020-11-20T23:27:32.329Z] Step 6/23 : COPY go.mod . [2020-11-20T23:27:32.329Z] Removing intermediate container b95cec9a7191 [2020-11-20T23:27:32.329Z] ---> 455008530c5e [2020-11-20T23:27:32.329Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-20T23:27:32.616Z] ---> Running in 45a88aa427f7 [2020-11-20T23:27:32.895Z] ---> ceb6c2f31383 [2020-11-20T23:27:32.895Z] Step 7/23 : RUN go mod download [2020-11-20T23:27:33.155Z] ---> 3629a519a21e [2020-11-20T23:27:33.155Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-20T23:27:33.155Z] ---> a5ea6b923aab [2020-11-20T23:27:33.155Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-20T23:27:33.155Z] ---> Running in 41f3cda9cfd9 [2020-11-20T23:27:33.184Z] ---> Running in ca6521e30e7f [2020-11-20T23:27:33.474Z] Removing intermediate container 45a88aa427f7 [2020-11-20T23:27:33.474Z] ---> 2a3dde08e682 [2020-11-20T23:27:33.474Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-20T23:27:33.474Z] ---> 514f6bbf8b43 [2020-11-20T23:27:33.474Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-20T23:27:33.772Z] ---> Running in a3ae8157c03f [2020-11-20T23:27:34.063Z] ---> 12dda16f96ff [2020-11-20T23:27:34.063Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-20T23:27:34.361Z] ---> Running in 2d75a5193591 [2020-11-20T23:27:34.659Z] Removing intermediate container 2d75a5193591 [2020-11-20T23:27:34.659Z] ---> 928a45395c58 [2020-11-20T23:27:34.659Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:27:34.928Z] ---> Running in 492854ad5151 [2020-11-20T23:27:35.815Z] ---> b55564ed7694 [2020-11-20T23:27:35.816Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-20T23:27:36.098Z] Removing intermediate container 492854ad5151 [2020-11-20T23:27:36.099Z] ---> 9f82dff08433 [2020-11-20T23:27:36.099Z] Step 22/24 : LABEL arch=x86_64 [2020-11-20T23:27:36.419Z] ---> Running in be8ef53b0cf1 [2020-11-20T23:27:37.119Z] Removing intermediate container a3ae8157c03f [2020-11-20T23:27:37.119Z] ---> f2f8895b547c [2020-11-20T23:27:37.119Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-20T23:27:37.479Z] Removing intermediate container be8ef53b0cf1 [2020-11-20T23:27:37.479Z] ---> 20ddbab9c772 [2020-11-20T23:27:37.479Z] Step 23/24 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:27:37.830Z] ---> 6bfb52e661ed [2020-11-20T23:27:37.830Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-20T23:27:37.841Z] ---> Running in 51b3dbcd551d [2020-11-20T23:27:37.842Z] Removing intermediate container ca6521e30e7f [2020-11-20T23:27:37.842Z] ---> 7f737b33feb5 [2020-11-20T23:27:37.842Z] Step 8/23 : COPY . . [2020-11-20T23:27:38.105Z] ---> Running in 6ad2cd8e013b [2020-11-20T23:27:38.724Z] Removing intermediate container 41f3cda9cfd9 [2020-11-20T23:27:38.724Z] ---> a91939444c92 [2020-11-20T23:27:38.724Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-20T23:27:39.341Z] ---> Running in 5c8b4f9ce56a [2020-11-20T23:27:39.948Z] Removing intermediate container 5c8b4f9ce56a [2020-11-20T23:27:39.948Z] ---> 3e736d032252 [2020-11-20T23:27:39.948Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T23:27:40.016Z] Removing intermediate container 51b3dbcd551d [2020-11-20T23:27:40.016Z] ---> 8ef4adce6555 [2020-11-20T23:27:40.016Z] Step 24/24 : LABEL version=1.3.1-dev.4 [2020-11-20T23:27:40.016Z] ---> 80e8e7e8fb8b [2020-11-20T23:27:40.016Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-20T23:27:40.225Z] ---> Running in aa14d0fbc815 [2020-11-20T23:27:40.307Z] ---> Running in 2db19b85fbc8 [2020-11-20T23:27:41.218Z] Removing intermediate container aa14d0fbc815 [2020-11-20T23:27:41.218Z] ---> 430d2867a626 [2020-11-20T23:27:41.218Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:27:41.827Z] ---> Running in 7e0e711ba58e [2020-11-20T23:27:42.980Z] ---> 3b8accb415a7 [2020-11-20T23:27:42.980Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-20T23:27:42.980Z] Removing intermediate container 2db19b85fbc8 [2020-11-20T23:27:42.980Z] ---> cebd9c249baa [2020-11-20T23:27:42.980Z] [2020-11-20T23:27:43.278Z] Removing intermediate container 7e0e711ba58e [2020-11-20T23:27:43.278Z] ---> a531d350d99e [2020-11-20T23:27:43.278Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:27:43.278Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-20T23:27:43.278Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-20T23:27:43.278Z] ---> 25edc98ba25f [2020-11-20T23:27:43.278Z] Step 3/22 : WORKDIR /edgex-go [2020-11-20T23:27:43.278Z] ---> Using cache [2020-11-20T23:27:43.278Z] ---> a5408d8ac8e4 [2020-11-20T23:27:43.278Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:27:43.278Z] ---> Using cache [2020-11-20T23:27:43.278Z] ---> 23aa653dd5b7 [2020-11-20T23:27:43.278Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-20T23:27:43.554Z] ---> Running in 48fe5fea9b18 [2020-11-20T23:27:43.554Z] Removing intermediate container 6ad2cd8e013b [2020-11-20T23:27:43.554Z] ---> 8f94ee7e7f88 [2020-11-20T23:27:43.554Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-20T23:27:43.554Z] ---> Running in 1dd97a718a1b [2020-11-20T23:27:43.826Z] ---> Running in af966d02f131 [2020-11-20T23:27:44.485Z] Successfully built cebd9c249baa [2020-11-20T23:27:44.768Z] Successfully tagged docker-support-notifications-go:latest [2020-11-20T23:27:44.820Z] Removing intermediate container 1dd97a718a1b [2020-11-20T23:27:44.820Z] ---> a1ba4546ab5d [2020-11-20T23:27:44.820Z] [2020-11-20T23:27:44.820Z] Removing intermediate container af966d02f131 [2020-11-20T23:27:44.820Z] ---> 6aca75486a30 [2020-11-20T23:27:44.820Z] Step 22/24 : LABEL arch=arm64 [2020-11-20T23:27:45.094Z] ---> Running in f5ec1e0d3442 [2020-11-20T23:27:45.368Z] Successfully built a1ba4546ab5d [2020-11-20T23:27:45.368Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-20T23:27:45.821Z]  Building docker-support-notifications-go ... done  ---> 50d3269a93ed [2020-11-20T23:27:45.821Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-20T23:27:45.967Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f5ec1e0d3442 [2020-11-20T23:27:45.967Z] ---> 176ed6569e68 [2020-11-20T23:27:45.967Z] Step 23/24 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:27:45.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:27:45.967Z] ---> Running in c1ff6799dd2b [2020-11-20T23:27:46.814Z] ---> 30cd7217ac82 [2020-11-20T23:27:46.814Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-20T23:27:46.946Z] Removing intermediate container c1ff6799dd2b [2020-11-20T23:27:46.946Z] ---> afa961cb63da [2020-11-20T23:27:46.946Z] Step 24/24 : LABEL version=1.3.1-dev.4 [2020-11-20T23:27:46.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:27:46.946Z] ---> Running in efcd0af7f917 [2020-11-20T23:27:47.547Z] Removing intermediate container efcd0af7f917 [2020-11-20T23:27:47.547Z] ---> aef18587411b [2020-11-20T23:27:47.547Z] [2020-11-20T23:27:47.823Z] Successfully built aef18587411b [2020-11-20T23:27:47.823Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-20T23:27:48.096Z]  Building docker-security-secretstore-setup-go ... done v3.12.1-39-g908046ad5f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-20T23:27:48.096Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-20T23:27:48.096Z] OK: 12625 distinct packages available [2020-11-20T23:27:48.694Z] OK: 217 MiB in 51 packages [2020-11-20T23:27:48.853Z] ---> 4fd08550f3c5 [2020-11-20T23:27:48.853Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-20T23:27:49.692Z] OK: 217 MiB in 51 packages [2020-11-20T23:27:51.500Z] ---> Running in d058421383f4 [2020-11-20T23:27:51.693Z] Removing intermediate container 48fe5fea9b18 [2020-11-20T23:27:51.693Z] ---> 71db51359c2f [2020-11-20T23:27:51.693Z] Step 6/22 : COPY go.mod . [2020-11-20T23:27:52.129Z] Removing intermediate container 0adf007c2951 [2020-11-20T23:27:52.129Z] ---> 0e200566b195 [2020-11-20T23:27:52.129Z] [2020-11-20T23:27:52.129Z] Step 10/22 : FROM scratch [2020-11-20T23:27:52.129Z] ---> [2020-11-20T23:27:52.129Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:27:52.691Z] ---> 4c0b8fe84ade [2020-11-20T23:27:52.691Z] Step 7/22 : RUN go mod download [2020-11-20T23:27:52.691Z] ---> Running in f0c9ae05bb10 [2020-11-20T23:27:54.267Z] ---> Using cache [2020-11-20T23:27:54.267Z] ---> 508b7d4f1296 [2020-11-20T23:27:54.267Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-20T23:27:54.871Z] ---> Running in df44985b08cd [2020-11-20T23:27:55.495Z] Removing intermediate container df44985b08cd [2020-11-20T23:27:55.495Z] ---> a4189ad310c0 [2020-11-20T23:27:55.495Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T23:27:55.766Z] Removing intermediate container d058421383f4 [2020-11-20T23:27:55.766Z] ---> 72b30811de23 [2020-11-20T23:27:55.766Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-20T23:27:55.766Z] ---> Running in 3913ae0033a0 [2020-11-20T23:27:56.727Z] Removing intermediate container 3913ae0033a0 [2020-11-20T23:27:56.727Z] ---> 65ac21d0173e [2020-11-20T23:27:56.727Z] Step 14/22 : WORKDIR / [2020-11-20T23:27:57.014Z] ---> 3c3e38157cc9 [2020-11-20T23:27:57.014Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-20T23:27:57.027Z] Removing intermediate container f0c9ae05bb10 [2020-11-20T23:27:57.027Z] ---> ac206c5bdfbb [2020-11-20T23:27:57.027Z] Step 8/22 : COPY . . [2020-11-20T23:27:57.314Z] ---> Running in 2853b82571bf [2020-11-20T23:27:57.315Z] ---> Running in 451916f18d57 [2020-11-20T23:27:58.874Z] Removing intermediate container 2853b82571bf [2020-11-20T23:27:58.874Z] ---> 4784c3accfeb [2020-11-20T23:27:58.874Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-20T23:27:59.487Z] ---> b73399981fb1 [2020-11-20T23:27:59.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-20T23:28:01.519Z] ---> c0f31425dc30 [2020-11-20T23:28:01.519Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-20T23:28:01.519Z] Removing intermediate container 451916f18d57 [2020-11-20T23:28:01.519Z] ---> 21f6e87a55d0 [2020-11-20T23:28:01.519Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-20T23:28:01.519Z] ---> Running in 15efa188b0bb [2020-11-20T23:28:01.519Z] ---> 6ef4165c4844 [2020-11-20T23:28:01.519Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-20T23:28:01.795Z] ---> Running in 349381c176e0 [2020-11-20T23:28:01.795Z] ---> 3c43b6ab7941 [2020-11-20T23:28:01.795Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-20T23:28:02.125Z] ---> Running in 1d64e24c011b [2020-11-20T23:28:02.906Z] Removing intermediate container 1d64e24c011b [2020-11-20T23:28:02.906Z] ---> bde899c44b3c [2020-11-20T23:28:02.906Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:28:02.906Z] ---> Running in 952a92a9adfe [2020-11-20T23:28:02.906Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/core-data/core-data ./cmd/core-data [2020-11-20T23:28:03.588Z] Removing intermediate container 952a92a9adfe [2020-11-20T23:28:03.589Z] ---> 5a6440d0741b [2020-11-20T23:28:03.589Z] Step 20/22 : LABEL arch=x86_64 [2020-11-20T23:28:03.877Z] ---> Running in 0f724e72b46b [2020-11-20T23:28:03.877Z] Removing intermediate container 15efa188b0bb [2020-11-20T23:28:03.877Z] ---> 52c28d77e62f [2020-11-20T23:28:03.877Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-20T23:28:03.877Z] ---> Running in 5c5dca6e49fd [2020-11-20T23:28:04.175Z] Removing intermediate container 0f724e72b46b [2020-11-20T23:28:04.175Z] ---> 47b99eb21f94 [2020-11-20T23:28:04.175Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:04.175Z] ---> Running in acb434a3819c [2020-11-20T23:28:04.175Z] Removing intermediate container 5c5dca6e49fd [2020-11-20T23:28:04.175Z] ---> 0a22a5f2fd7c [2020-11-20T23:28:04.175Z] Step 26/29 : CMD [ "generate" ] [2020-11-20T23:28:04.448Z] ---> Running in 5905987d6c76 [2020-11-20T23:28:04.448Z] Removing intermediate container acb434a3819c [2020-11-20T23:28:04.448Z] ---> c16c9852686e [2020-11-20T23:28:04.448Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:28:04.728Z] ---> Running in 21adf7c04579 [2020-11-20T23:28:04.728Z] Removing intermediate container 5905987d6c76 [2020-11-20T23:28:04.728Z] ---> 1e6f1f23f73b [2020-11-20T23:28:04.728Z] Step 27/29 : LABEL arch=x86_64 [2020-11-20T23:28:04.999Z] ---> Running in e543f7ee8d3a [2020-11-20T23:28:05.268Z] Removing intermediate container 21adf7c04579 [2020-11-20T23:28:05.268Z] ---> f52a0228f800 [2020-11-20T23:28:05.268Z] [2020-11-20T23:28:05.268Z] Removing intermediate container e543f7ee8d3a [2020-11-20T23:28:05.268Z] ---> 8d7b9c83418c [2020-11-20T23:28:05.268Z] Step 28/29 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:05.356Z] ---> a3050997833b [2020-11-20T23:28:05.356Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-20T23:28:05.356Z] ---> Running in 8754e7c24b5f [2020-11-20T23:28:05.664Z] Successfully built f52a0228f800 [2020-11-20T23:28:05.664Z] ---> Running in f19673038b9f [2020-11-20T23:28:05.664Z] Successfully tagged docker-core-command-go:latest [2020-11-20T23:28:05.996Z]  Building docker-core-command-go ... done Removing intermediate container f19673038b9f [2020-11-20T23:28:05.996Z] ---> 357157a38540 [2020-11-20T23:28:05.996Z] Step 29/29 : LABEL version=1.3.1-dev.4 [2020-11-20T23:28:05.996Z] ---> Running in 241c4207ef70 [2020-11-20T23:28:06.352Z] Removing intermediate container 241c4207ef70 [2020-11-20T23:28:06.352Z] ---> 7306ec84b991 [2020-11-20T23:28:06.352Z] [2020-11-20T23:28:06.671Z] Successfully built 7306ec84b991 [2020-11-20T23:28:06.796Z] Removing intermediate container a16853d715e4 [2020-11-20T23:28:06.796Z] ---> d4f4e9c106a1 [2020-11-20T23:28:06.796Z] [2020-11-20T23:28:06.796Z] Step 10/21 : FROM scratch [2020-11-20T23:28:06.796Z] ---> [2020-11-20T23:28:06.796Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:28:06.796Z] ---> Using cache [2020-11-20T23:28:06.796Z] ---> 51a4c933d6f7 [2020-11-20T23:28:06.796Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-20T23:28:06.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.4" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-20T23:28:06.972Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-20T23:28:07.074Z] ---> Running in ebfb59b87662 [2020-11-20T23:28:07.347Z] Removing intermediate container f26dd13de622 [2020-11-20T23:28:07.347Z] ---> b6ffc4020f9c [2020-11-20T23:28:07.347Z] [2020-11-20T23:28:07.347Z] Step 10/23 : FROM alpine [2020-11-20T23:28:07.347Z] ---> 2e77e061c27f [2020-11-20T23:28:07.347Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:28:07.624Z] ---> Running in 2e7971bda6f5 [2020-11-20T23:28:07.624Z] Removing intermediate container ebfb59b87662 [2020-11-20T23:28:07.624Z] ---> 6e66438fdac2 [2020-11-20T23:28:07.624Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-20T23:28:07.624Z] ---> Running in 236ed0d117fc [2020-11-20T23:28:08.231Z] Removing intermediate container 2e7971bda6f5 [2020-11-20T23:28:08.231Z] ---> 9a75c9084b92 [2020-11-20T23:28:08.231Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-20T23:28:08.231Z] ---> Running in a7bb951b9a6a [2020-11-20T23:28:08.231Z] Removing intermediate container 236ed0d117fc [2020-11-20T23:28:08.231Z] ---> 24702d6d52df [2020-11-20T23:28:08.231Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-20T23:28:09.220Z] Removing intermediate container a7bb951b9a6a [2020-11-20T23:28:09.220Z] ---> 022b83b24abb [2020-11-20T23:28:09.220Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-20T23:28:09.220Z] ---> Running in d4724baac595 [2020-11-20T23:28:09.501Z] ---> 927f6f3f80fa [2020-11-20T23:28:09.501Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-20T23:28:10.105Z] Removing intermediate container d4724baac595 [2020-11-20T23:28:10.105Z] ---> f0cb8ced5971 [2020-11-20T23:28:10.105Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:28:10.105Z] ---> Running in 92aaef070e4e [2020-11-20T23:28:12.124Z] ---> b9fc4fe53a2c [2020-11-20T23:28:12.124Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-20T23:28:13.126Z] ---> 43b6b51faeab [2020-11-20T23:28:13.126Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-20T23:28:13.407Z] ---> Running in df279ae49092 [2020-11-20T23:28:14.573Z] Removing intermediate container df279ae49092 [2020-11-20T23:28:14.573Z] ---> 50bdd843388a [2020-11-20T23:28:14.573Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:28:14.573Z] ---> Running in b79ab366f4a3 [2020-11-20T23:28:14.573Z] Removing intermediate container 92aaef070e4e [2020-11-20T23:28:14.573Z] ---> a6b1a7b21048 [2020-11-20T23:28:14.573Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-20T23:28:14.906Z] ---> Running in 5c039790679e [2020-11-20T23:28:15.534Z] Removing intermediate container b79ab366f4a3 [2020-11-20T23:28:15.534Z] ---> 473928b0c6a6 [2020-11-20T23:28:15.534Z] Step 19/21 : LABEL arch=arm64 [2020-11-20T23:28:15.534Z] ---> Running in 44afe8d216e5 [2020-11-20T23:28:16.559Z] Removing intermediate container 44afe8d216e5 [2020-11-20T23:28:16.559Z] ---> 733d0e016564 [2020-11-20T23:28:16.559Z] Step 20/21 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:16.851Z] ---> Running in 698f54881f17 [2020-11-20T23:28:17.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T23:28:17.457Z] Removing intermediate container 698f54881f17 [2020-11-20T23:28:17.457Z] ---> 4e1ce07ab8bd [2020-11-20T23:28:17.457Z] Step 21/21 : LABEL version=1.3.1-dev.4 [2020-11-20T23:28:17.736Z] ---> Running in a92fc685e51b [2020-11-20T23:28:18.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T23:28:18.344Z] Removing intermediate container a92fc685e51b [2020-11-20T23:28:18.344Z] ---> d7f90d62a50c [2020-11-20T23:28:18.344Z] [2020-11-20T23:28:18.621Z] Successfully built d7f90d62a50c [2020-11-20T23:28:18.621Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-20T23:28:18.902Z]  Building docker-support-scheduler-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-11-20T23:28:19.180Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-20T23:28:19.180Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-20T23:28:19.458Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-20T23:28:19.458Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-20T23:28:19.737Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:28:19.737Z] OK: 8 MiB in 19 packages [2020-11-20T23:28:21.195Z] Removing intermediate container 5c039790679e [2020-11-20T23:28:21.195Z] ---> 85d236128d8f [2020-11-20T23:28:21.195Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-20T23:28:22.186Z] ---> 22e28988f5fa [2020-11-20T23:28:22.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-20T23:28:24.180Z] ---> af715a5aeb0b [2020-11-20T23:28:24.180Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-20T23:28:24.791Z] ---> 212c162d68b7 [2020-11-20T23:28:25.080Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-20T23:28:25.080Z] ---> Running in fb2e0a5b7759 [2020-11-20T23:28:25.685Z] Removing intermediate container fb2e0a5b7759 [2020-11-20T23:28:25.685Z] ---> 13148d23d9f5 [2020-11-20T23:28:25.685Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:28:25.969Z] ---> Running in b88df6f5f202 [2020-11-20T23:28:26.578Z] Removing intermediate container b88df6f5f202 [2020-11-20T23:28:26.578Z] ---> 3470a32268ab [2020-11-20T23:28:26.578Z] Step 21/23 : LABEL arch=arm64 [2020-11-20T23:28:26.579Z] ---> Running in 3d422ccdb28d [2020-11-20T23:28:27.182Z] Removing intermediate container 3d422ccdb28d [2020-11-20T23:28:27.182Z] ---> 4768f9cdc421 [2020-11-20T23:28:27.182Z] Step 22/23 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:27.465Z] ---> Running in 773ce6c9a18f [2020-11-20T23:28:28.077Z] Removing intermediate container 773ce6c9a18f [2020-11-20T23:28:28.077Z] ---> 9dd1be6794a9 [2020-11-20T23:28:28.077Z] Step 23/23 : LABEL version=1.3.1-dev.4 [2020-11-20T23:28:28.077Z] ---> Running in cff28ba9e5c0 [2020-11-20T23:28:28.689Z] Removing intermediate container cff28ba9e5c0 [2020-11-20T23:28:28.689Z] ---> 9fafecbdbfd0 [2020-11-20T23:28:28.689Z] [2020-11-20T23:28:29.297Z] Successfully built 9fafecbdbfd0 [2020-11-20T23:28:29.297Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-20T23:28:29.630Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 349381c176e0 [2020-11-20T23:28:29.631Z] ---> 9d2ac811ccd0 [2020-11-20T23:28:29.631Z] [2020-11-20T23:28:29.631Z] Step 10/23 : FROM alpine [2020-11-20T23:28:29.631Z] ---> d6e46aa2470d [2020-11-20T23:28:29.631Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-20T23:28:29.631Z] ---> Running in 6525385851ee [2020-11-20T23:28:29.631Z] Removing intermediate container 6525385851ee [2020-11-20T23:28:29.631Z] ---> b9b0c6571be7 [2020-11-20T23:28:29.631Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-20T23:28:29.631Z] ---> Running in d62dfab6b32f [2020-11-20T23:28:29.631Z] Removing intermediate container d62dfab6b32f [2020-11-20T23:28:29.631Z] ---> 2ec27de6a26b [2020-11-20T23:28:29.631Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-20T23:28:29.631Z] ---> Running in 8db563ecda60 [2020-11-20T23:28:29.631Z] Removing intermediate container 8db563ecda60 [2020-11-20T23:28:29.631Z] ---> 575fdebbfc6c [2020-11-20T23:28:29.631Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-20T23:28:29.631Z] ---> Running in 27825932c559 [2020-11-20T23:28:29.631Z] Removing intermediate container 27825932c559 [2020-11-20T23:28:29.631Z] ---> cbdf3e51794e [2020-11-20T23:28:29.631Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-20T23:28:29.631Z] ---> Running in 2580b59e95e8 [2020-11-20T23:28:29.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T23:28:30.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T23:28:31.192Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-20T23:28:31.460Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-20T23:28:31.460Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-20T23:28:31.750Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-20T23:28:31.750Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-20T23:28:31.750Z] Executing busybox-1.31.1-r19.trigger [2020-11-20T23:28:31.750Z] OK: 8 MiB in 19 packages [2020-11-20T23:28:32.807Z] Removing intermediate container 2580b59e95e8 [2020-11-20T23:28:32.807Z] ---> 811a18d31315 [2020-11-20T23:28:32.807Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-20T23:28:33.453Z] ---> ea6807d08f09 [2020-11-20T23:28:33.453Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-20T23:28:34.439Z] ---> d090a302259e [2020-11-20T23:28:34.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-20T23:28:35.039Z] ---> 68ed19f29804 [2020-11-20T23:28:35.039Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-20T23:28:35.039Z] ---> Running in a5abf8e5f003 [2020-11-20T23:28:35.323Z] Removing intermediate container a5abf8e5f003 [2020-11-20T23:28:35.323Z] ---> 3a9b532de2a8 [2020-11-20T23:28:35.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:28:35.323Z] ---> Running in 203744f73e8d [2020-11-20T23:28:35.643Z] Removing intermediate container 203744f73e8d [2020-11-20T23:28:35.643Z] ---> 3ba6fe6e7df7 [2020-11-20T23:28:35.643Z] Step 21/23 : LABEL arch=x86_64 [2020-11-20T23:28:35.643Z] ---> Running in 119bc5cf8362 [2020-11-20T23:28:35.917Z] Removing intermediate container 119bc5cf8362 [2020-11-20T23:28:35.917Z] ---> 086c224987f7 [2020-11-20T23:28:35.917Z] Step 22/23 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:35.917Z] ---> Running in 9814003d64a8 [2020-11-20T23:28:36.183Z] Removing intermediate container 9814003d64a8 [2020-11-20T23:28:36.183Z] ---> 6f328f4ec71b [2020-11-20T23:28:36.183Z] Step 23/23 : LABEL version=1.3.1-dev.4 [2020-11-20T23:28:36.183Z] ---> Running in cc0a01c32dec [2020-11-20T23:28:36.448Z] Removing intermediate container cc0a01c32dec [2020-11-20T23:28:36.448Z] ---> 87cbf5b49179 [2020-11-20T23:28:36.448Z] [2020-11-20T23:28:36.712Z] Successfully built 87cbf5b49179 [2020-11-20T23:28:36.712Z] Successfully tagged docker-core-data-go:latest [2020-11-20T23:28:37.001Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-11-20T23:28:37.063Z] $ docker stop --time=1 2128912c0410ec1678b71fd72cabfe618d27231776cc921bc17721fc4c304145 [2020-11-20T23:28:39.183Z] $ docker rm -f 2128912c0410ec1678b71fd72cabfe618d27231776cc921bc17721fc4c304145 [Pipeline] // withDockerContainer [2020-11-20T23:28:39.481Z]  Building docker-core-data-go ... done Removing intermediate container 8754e7c24b5f [2020-11-20T23:28:39.481Z] ---> 7e0a19e0a753 [2020-11-20T23:28:39.481Z] [2020-11-20T23:28:39.481Z] Step 10/22 : FROM scratch [2020-11-20T23:28:39.481Z] ---> [2020-11-20T23:28:39.481Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-20T23:28:39.481Z] ---> Using cache [2020-11-20T23:28:39.481Z] ---> 67a49d7d35d5 [2020-11-20T23:28:39.481Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-20T23:28:39.481Z] ---> Running in 055ffc5f07a5 [2020-11-20T23:28:39.481Z] Removing intermediate container 055ffc5f07a5 [2020-11-20T23:28:39.481Z] ---> 383c63127008 [2020-11-20T23:28:39.481Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-20T23:28:39.481Z] ---> Running in 9a81f3f9e6d3 [2020-11-20T23:28:39.481Z] Removing intermediate container 9a81f3f9e6d3 [2020-11-20T23:28:39.481Z] ---> a471885dce43 [2020-11-20T23:28:39.481Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [Pipeline] sh [2020-11-20T23:28:39.871Z] + docker images [2020-11-20T23:28:39.871Z] + grep docker [2020-11-20T23:28:40.134Z] docker-core-data-go latest 87cbf5b49179 4 seconds ago 23.7MB [2020-11-20T23:28:40.134Z] docker-security-secrets-setup-go latest 7306ec84b991 34 seconds ago 24MB [2020-11-20T23:28:40.134Z] docker-core-command-go latest f52a0228f800 36 seconds ago 12.2MB [2020-11-20T23:28:40.134Z] docker-support-notifications-go latest cebd9c249baa 58 seconds ago 13.6MB [2020-11-20T23:28:40.134Z] docker-core-metadata-go latest bc357486b22d About a minute ago 14.5MB [2020-11-20T23:28:40.134Z] docker-sys-mgmt-agent-go latest e1ee63db84fa About a minute ago 290MB [2020-11-20T23:28:40.134Z] docker-security-bootstrap-redis-go latest 9682e10b2cd9 2 minutes ago 15.9MB [2020-11-20T23:28:40.134Z] docker-security-secretstore-setup-go latest 6ca9d9a26a50 3 minutes ago 24.8MB [2020-11-20T23:28:40.134Z] docker-support-scheduler-go latest 0722b70d2e55 3 minutes ago 12.3MB [2020-11-20T23:28:40.134Z] docker-security-proxy-setup-go latest 19d1e274f9f2 3 minutes ago 15.8MB [2020-11-20T23:28:40.134Z] docker-support-logging-go latest 2ed279c55f7a 3 minutes ago 11.1MB [2020-11-20T23:28:40.134Z] docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-11-20T23:28:40.462Z] ---> e5d865331145 [2020-11-20T23:28:40.462Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T23:28:41.016Z] provisioning config files... [2020-11-20T23:28:41.061Z] ---> 4d44d5bb3869 [2020-11-20T23:28:41.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-20T23:28:41.136Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/228@tmp/config2160165210510904576tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:28:41.765Z] ---> docker-login.sh [2020-11-20T23:28:41.765Z] nexus3.edgexfoundry.org:10001 [2020-11-20T23:28:41.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:42.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:42.435Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:42.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:42.435Z] [2020-11-20T23:28:42.435Z] Login Succeeded [2020-11-20T23:28:42.435Z] nexus3.edgexfoundry.org:10002 [2020-11-20T23:28:42.531Z] ---> 7dfba13a51df [2020-11-20T23:28:42.531Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-20T23:28:42.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:42.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:42.771Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:42.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:42.771Z] [2020-11-20T23:28:42.771Z] Login Succeeded [2020-11-20T23:28:42.771Z] nexus3.edgexfoundry.org:10003 [2020-11-20T23:28:43.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:43.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:43.063Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:43.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:43.063Z] [2020-11-20T23:28:43.063Z] Login Succeeded [2020-11-20T23:28:43.063Z] nexus3.edgexfoundry.org:10004 [2020-11-20T23:28:43.128Z] ---> 1b1fa46045ef [2020-11-20T23:28:43.128Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-20T23:28:43.128Z] ---> Running in 0f3e15556fe3 [2020-11-20T23:28:43.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:43.730Z] Removing intermediate container 0f3e15556fe3 [2020-11-20T23:28:43.730Z] ---> a7c420eb93b7 [2020-11-20T23:28:43.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-20T23:28:43.730Z] ---> Running in f314527f3b70 [2020-11-20T23:28:43.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:43.739Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:43.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:43.739Z] [2020-11-20T23:28:43.739Z] Login Succeeded [2020-11-20T23:28:43.739Z] docker.io [2020-11-20T23:28:44.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:44.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:44.290Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:44.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:44.290Z] [2020-11-20T23:28:44.290Z] Login Succeeded [2020-11-20T23:28:44.290Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T23:28:44.302Z] Deleting 1 temporary files [2020-11-20T23:28:44.333Z] Removing intermediate container f314527f3b70 [2020-11-20T23:28:44.333Z] ---> a8a00524cf14 [2020-11-20T23:28:44.333Z] Step 20/22 : LABEL arch=arm64 [2020-11-20T23:28:44.333Z] ---> Running in fc320e624f20 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:28:44.530Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-20T23:28:44.530Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:44.530Z] 1.3.1-dev.4 [2020-11-20T23:28:44.530Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:44.530Z] master [2020-11-20T23:28:44.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:44.931Z] Removing intermediate container fc320e624f20 [2020-11-20T23:28:44.931Z] ---> 64d4319e462f [2020-11-20T23:28:44.931Z] Step 21/22 : LABEL git_sha=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:44.931Z] ---> Running in b94146d9366f [2020-11-20T23:28:45.079Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:45.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:45.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-20T23:28:45.396Z] 498768086bf7: Preparing [2020-11-20T23:28:45.396Z] 60bed0bfc3a1: Preparing [2020-11-20T23:28:45.396Z] c3f979204732: Preparing [2020-11-20T23:28:45.529Z] Removing intermediate container b94146d9366f [2020-11-20T23:28:45.529Z] ---> 24905d0a4554 [2020-11-20T23:28:45.529Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2020-11-20T23:28:45.529Z] ---> Running in 99abe00a3ee3 [2020-11-20T23:28:45.663Z] 498768086bf7: Pushed [2020-11-20T23:28:45.663Z] c3f979204732: Pushed [2020-11-20T23:28:46.125Z] Removing intermediate container 99abe00a3ee3 [2020-11-20T23:28:46.126Z] ---> 1d3f6cdd807f [2020-11-20T23:28:46.126Z] [2020-11-20T23:28:46.400Z] Successfully built 1d3f6cdd807f [2020-11-20T23:28:46.400Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-20T23:28:46.687Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-11-20T23:28:46.687Z] $ docker stop --time=1 a5d78457906e7c829d8fdb5c01cbb8145f8cd3e6eff675725dcb994c0fb7ae53 [2020-11-20T23:28:47.104Z] 60bed0bfc3a1: Pushed [2020-11-20T23:28:47.369Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:37fa07ac1272b2c1d92f103d04c0066550c85518abd443f0f0f27f0a9018a1e4 size: 943 [2020-11-20T23:28:48.629Z] $ docker rm -f a5d78457906e7c829d8fdb5c01cbb8145f8cd3e6eff675725dcb994c0fb7ae53 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:49.262Z] + grep docker [2020-11-20T23:28:49.262Z] + docker images [2020-11-20T23:28:49.370Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:49.532Z] docker-support-logging-go-arm64 latest 1d3f6cdd807f 4 seconds ago 10.6MB [2020-11-20T23:28:49.533Z] docker-core-data-go-arm64 latest 9fafecbdbfd0 21 seconds ago 22.3MB [2020-11-20T23:28:49.533Z] docker-support-scheduler-go-arm64 latest d7f90d62a50c 32 seconds ago 11.5MB [2020-11-20T23:28:49.533Z] docker-security-secretstore-setup-go-arm64 latest aef18587411b About a minute ago 23.5MB [2020-11-20T23:28:49.533Z] docker-security-bootstrap-redis-go-arm64 latest a1ba4546ab5d About a minute ago 15.2MB [2020-11-20T23:28:49.533Z] docker-core-command-go-arm64 latest ed18132e7b98 About a minute ago 11.4MB [2020-11-20T23:28:49.533Z] docker-sys-mgmt-agent-go-arm64 latest ae7499957fe1 2 minutes ago 270MB [2020-11-20T23:28:49.533Z] docker-security-secrets-setup-go-arm64 latest e3c61505d8a1 3 minutes ago 22.7MB [2020-11-20T23:28:49.533Z] docker-core-metadata-go-arm64 latest dfb2245560b5 3 minutes ago 13.6MB [2020-11-20T23:28:49.533Z] docker-support-notifications-go-arm64 latest d5c038f9f2d5 3 minutes ago 12.9MB [2020-11-20T23:28:49.533Z] docker-security-proxy-setup-go-arm64 latest 85ccb0462ca3 4 minutes ago 15.1MB [2020-11-20T23:28:49.533Z] docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-20T23:28:49.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.4 [2020-11-20T23:28:49.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-20T23:28:49.754Z] 498768086bf7: Preparing [2020-11-20T23:28:49.754Z] 60bed0bfc3a1: Preparing [2020-11-20T23:28:49.754Z] c3f979204732: Preparing [2020-11-20T23:28:49.754Z] 498768086bf7: Layer already exists [2020-11-20T23:28:49.754Z] c3f979204732: Layer already exists [2020-11-20T23:28:49.754Z] 60bed0bfc3a1: Layer already exists [2020-11-20T23:28:49.754Z] 1.3.1-dev.4: digest: sha256:37fa07ac1272b2c1d92f103d04c0066550c85518abd443f0f0f27f0a9018a1e4 size: 943 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T23:28:50.142Z] provisioning config files... [2020-11-20T23:28:50.203Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/228@tmp/config5487157176472953162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:50.552Z] ---> docker-login.sh [2020-11-20T23:28:50.552Z] nexus3.edgexfoundry.org:10001 [2020-11-20T23:28:50.654Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:50.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:50.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:50.825Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:50.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:50.825Z] [2020-11-20T23:28:50.825Z] Login Succeeded [2020-11-20T23:28:50.825Z] nexus3.edgexfoundry.org:10002 [2020-11-20T23:28:51.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:51.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-20T23:28:51.035Z] 498768086bf7: Preparing [2020-11-20T23:28:51.035Z] 60bed0bfc3a1: Preparing [2020-11-20T23:28:51.035Z] c3f979204732: Preparing [2020-11-20T23:28:51.035Z] c3f979204732: Layer already exists [2020-11-20T23:28:51.035Z] 498768086bf7: Layer already exists [2020-11-20T23:28:51.035Z] 60bed0bfc3a1: Layer already exists [2020-11-20T23:28:51.298Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:37fa07ac1272b2c1d92f103d04c0066550c85518abd443f0f0f27f0a9018a1e4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:51.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:51.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:51.414Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:51.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:51.414Z] [2020-11-20T23:28:51.414Z] Login Succeeded [2020-11-20T23:28:51.414Z] nexus3.edgexfoundry.org:10003 [2020-11-20T23:28:51.617Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:51.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:51.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:51.960Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:51.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:51.960Z] [2020-11-20T23:28:51.960Z] Login Succeeded [2020-11-20T23:28:51.960Z] nexus3.edgexfoundry.org:10004 [2020-11-20T23:28:51.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-20T23:28:51.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-20T23:28:51.974Z] 498768086bf7: Preparing [2020-11-20T23:28:51.974Z] 60bed0bfc3a1: Preparing [2020-11-20T23:28:51.974Z] c3f979204732: Preparing [2020-11-20T23:28:51.975Z] c3f979204732: Layer already exists [2020-11-20T23:28:51.975Z] 60bed0bfc3a1: Layer already exists [2020-11-20T23:28:51.975Z] 498768086bf7: Layer already exists [2020-11-20T23:28:52.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T23:28:52.240Z] master: digest: sha256:37fa07ac1272b2c1d92f103d04c0066550c85518abd443f0f0f27f0a9018a1e4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:28:52.443Z] ===================================================== [Pipeline] echo [2020-11-20T23:28:52.492Z] taggedImages: [2020-11-20T23:28:52.492Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:52.492Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.4 [2020-11-20T23:28:52.492Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:52.492Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-20T23:28:52.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:52.497Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:52.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:52.497Z] [2020-11-20T23:28:52.497Z] Login Succeeded [2020-11-20T23:28:52.497Z] docker.io [Pipeline] echo [2020-11-20T23:28:52.573Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-20T23:28:52.573Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:52.573Z] 1.3.1-dev.4 [2020-11-20T23:28:52.573Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:52.573Z] master [2020-11-20T23:28:52.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-20T23:28:52.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:53.088Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:53.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T23:28:53.358Z] Configure a credential helper to remove this warning. See [2020-11-20T23:28:53.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T23:28:53.358Z] [2020-11-20T23:28:53.358Z] Login Succeeded [2020-11-20T23:28:53.358Z] ---> docker-login.sh ends [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2020-11-20T23:28:53.554Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:28:53.761Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-20T23:28:53.761Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:53.761Z] 1.3.1-dev.4 [2020-11-20T23:28:53.761Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:53.761Z] master [2020-11-20T23:28:53.761Z] ===================================================== [2020-11-20T23:28:53.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:53.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-20T23:28:53.769Z] 2672fe265c66: Preparing [2020-11-20T23:28:53.769Z] 4ceb4a26c555: Preparing [2020-11-20T23:28:53.769Z] 96b4fca4f326: Preparing [2020-11-20T23:28:53.769Z] 7cafcf125301: Preparing [2020-11-20T23:28:53.769Z] 8893c12229cf: Preparing [2020-11-20T23:28:53.769Z] ace0eda3e3be: Preparing [2020-11-20T23:28:53.769Z] ace0eda3e3be: Waiting [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:54.055Z] 2672fe265c66: Pushed [2020-11-20T23:28:54.055Z] 96b4fca4f326: Pushed [2020-11-20T23:28:54.055Z] 8893c12229cf: Pushed [2020-11-20T23:28:54.055Z] ace0eda3e3be: Layer already exists [2020-11-20T23:28:54.291Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:54.329Z] 7cafcf125301: Pushed [2020-11-20T23:28:54.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:54.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-20T23:28:54.634Z] f9c1721777e3: Preparing [2020-11-20T23:28:54.634Z] 61c8156d19ec: Preparing [2020-11-20T23:28:54.634Z] b03cbbe40726: Preparing [2020-11-20T23:28:54.907Z] b03cbbe40726: Pushed [2020-11-20T23:28:54.907Z] f9c1721777e3: Pushed [2020-11-20T23:28:55.754Z] 4ceb4a26c555: Pushed [2020-11-20T23:28:56.021Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:f40c083487479276a64a5091f28b2b4bbcacc73c078c9957ca2b1abc9208b590 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:56.369Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:56.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.4 [2020-11-20T23:28:56.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-20T23:28:56.686Z] 2672fe265c66: Preparing [2020-11-20T23:28:56.686Z] 4ceb4a26c555: Preparing [2020-11-20T23:28:56.686Z] 96b4fca4f326: Preparing [2020-11-20T23:28:56.686Z] 7cafcf125301: Preparing [2020-11-20T23:28:56.686Z] 8893c12229cf: Preparing [2020-11-20T23:28:56.686Z] ace0eda3e3be: Preparing [2020-11-20T23:28:56.686Z] ace0eda3e3be: Waiting [2020-11-20T23:28:56.686Z] 4ceb4a26c555: Layer already exists [2020-11-20T23:28:56.686Z] 8893c12229cf: Layer already exists [2020-11-20T23:28:56.687Z] 7cafcf125301: Layer already exists [2020-11-20T23:28:56.687Z] 2672fe265c66: Layer already exists [2020-11-20T23:28:56.687Z] 96b4fca4f326: Layer already exists [2020-11-20T23:28:56.687Z] ace0eda3e3be: Layer already exists [2020-11-20T23:28:56.970Z] 1.3.1-dev.4: digest: sha256:f40c083487479276a64a5091f28b2b4bbcacc73c078c9957ca2b1abc9208b590 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:57.368Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:57.505Z] 61c8156d19ec: Pushed [2020-11-20T23:28:57.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:57.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-20T23:28:57.703Z] 2672fe265c66: Preparing [2020-11-20T23:28:57.703Z] 4ceb4a26c555: Preparing [2020-11-20T23:28:57.703Z] 96b4fca4f326: Preparing [2020-11-20T23:28:57.703Z] 7cafcf125301: Preparing [2020-11-20T23:28:57.703Z] 8893c12229cf: Preparing [2020-11-20T23:28:57.703Z] ace0eda3e3be: Preparing [2020-11-20T23:28:57.703Z] ace0eda3e3be: Waiting [2020-11-20T23:28:57.703Z] 7cafcf125301: Layer already exists [2020-11-20T23:28:57.703Z] 2672fe265c66: Layer already exists [2020-11-20T23:28:57.703Z] 96b4fca4f326: Layer already exists [2020-11-20T23:28:57.703Z] 4ceb4a26c555: Layer already exists [2020-11-20T23:28:57.703Z] 8893c12229cf: Layer already exists [2020-11-20T23:28:57.703Z] ace0eda3e3be: Layer already exists [2020-11-20T23:28:57.777Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:463a76b8c6298bf6296c02a2cf3bb4bb68b9823d1ef42fa8d1703a19f59176cf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:57.976Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:f40c083487479276a64a5091f28b2b4bbcacc73c078c9957ca2b1abc9208b590 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:58.122Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:58.324Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:58.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.4 [2020-11-20T23:28:58.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-20T23:28:58.462Z] f9c1721777e3: Preparing [2020-11-20T23:28:58.462Z] 61c8156d19ec: Preparing [2020-11-20T23:28:58.462Z] b03cbbe40726: Preparing [2020-11-20T23:28:58.462Z] b03cbbe40726: Layer already exists [2020-11-20T23:28:58.462Z] 61c8156d19ec: Layer already exists [2020-11-20T23:28:58.462Z] f9c1721777e3: Layer already exists [2020-11-20T23:28:58.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-20T23:28:58.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-20T23:28:58.675Z] 2672fe265c66: Preparing [2020-11-20T23:28:58.675Z] 4ceb4a26c555: Preparing [2020-11-20T23:28:58.675Z] 96b4fca4f326: Preparing [2020-11-20T23:28:58.675Z] 7cafcf125301: Preparing [2020-11-20T23:28:58.675Z] 8893c12229cf: Preparing [2020-11-20T23:28:58.676Z] ace0eda3e3be: Preparing [2020-11-20T23:28:58.676Z] ace0eda3e3be: Waiting [2020-11-20T23:28:58.676Z] 4ceb4a26c555: Layer already exists [2020-11-20T23:28:58.676Z] 2672fe265c66: Layer already exists [2020-11-20T23:28:58.676Z] 8893c12229cf: Layer already exists [2020-11-20T23:28:58.676Z] 96b4fca4f326: Layer already exists [2020-11-20T23:28:58.676Z] 7cafcf125301: Layer already exists [2020-11-20T23:28:58.676Z] ace0eda3e3be: Layer already exists [2020-11-20T23:28:58.733Z] 1.3.1-dev.4: digest: sha256:463a76b8c6298bf6296c02a2cf3bb4bb68b9823d1ef42fa8d1703a19f59176cf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:58.939Z] master: digest: sha256:f40c083487479276a64a5091f28b2b4bbcacc73c078c9957ca2b1abc9208b590 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-20T23:28:59.078Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:28:59.198Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-11-20T23:28:59.305Z] taggedImages: [2020-11-20T23:28:59.305Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:59.305Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.4 [2020-11-20T23:28:59.306Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:59.306Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-20T23:28:59.378Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-20T23:28:59.378Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:28:59.378Z] 1.3.1-dev.4 [2020-11-20T23:28:59.378Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:59.378Z] master [2020-11-20T23:28:59.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-20T23:28:59.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:28:59.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-20T23:28:59.567Z] f9c1721777e3: Preparing [2020-11-20T23:28:59.567Z] 61c8156d19ec: Preparing [2020-11-20T23:28:59.567Z] b03cbbe40726: Preparing [2020-11-20T23:28:59.567Z] f9c1721777e3: Layer already exists [2020-11-20T23:28:59.567Z] b03cbbe40726: Layer already exists [2020-11-20T23:28:59.567Z] 61c8156d19ec: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:59.838Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:463a76b8c6298bf6296c02a2cf3bb4bb68b9823d1ef42fa8d1703a19f59176cf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:28:59.930Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:00.179Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:00.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:00.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-20T23:29:00.346Z] fe9f2623b094: Preparing [2020-11-20T23:29:00.346Z] 97ca569af3fa: Preparing [2020-11-20T23:29:00.346Z] a0cc724dc7bc: Preparing [2020-11-20T23:29:00.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-20T23:29:00.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-20T23:29:00.523Z] f9c1721777e3: Preparing [2020-11-20T23:29:00.523Z] 61c8156d19ec: Preparing [2020-11-20T23:29:00.523Z] b03cbbe40726: Preparing [2020-11-20T23:29:00.523Z] f9c1721777e3: Layer already exists [2020-11-20T23:29:00.523Z] 61c8156d19ec: Layer already exists [2020-11-20T23:29:00.523Z] b03cbbe40726: Layer already exists [2020-11-20T23:29:00.641Z] a0cc724dc7bc: Pushed [2020-11-20T23:29:00.641Z] fe9f2623b094: Pushed [2020-11-20T23:29:00.798Z] master: digest: sha256:463a76b8c6298bf6296c02a2cf3bb4bb68b9823d1ef42fa8d1703a19f59176cf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:01.025Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:01.078Z] taggedImages: [2020-11-20T23:29:01.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:01.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:01.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:01.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-20T23:29:01.149Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-20T23:29:01.149Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:01.149Z] 1.3.1-dev.4 [2020-11-20T23:29:01.149Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:01.149Z] master [2020-11-20T23:29:01.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:01.721Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:02.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:02.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-20T23:29:02.091Z] b6e8b0fb1f98: Preparing [2020-11-20T23:29:02.091Z] 922ed45685e9: Preparing [2020-11-20T23:29:02.091Z] be8937faa7b5: Preparing [2020-11-20T23:29:02.091Z] 08ae9413de9e: Preparing [2020-11-20T23:29:02.091Z] 4de4a9978ffb: Preparing [2020-11-20T23:29:02.091Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:02.091Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:02.369Z] 4de4a9978ffb: Pushed [2020-11-20T23:29:02.369Z] b6e8b0fb1f98: Pushed [2020-11-20T23:29:02.669Z] be8937faa7b5: Pushed [2020-11-20T23:29:02.669Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:02.680Z] 97ca569af3fa: Pushed [2020-11-20T23:29:02.680Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:25ec9a904c4b7b7d8c48fce3b0c8074bf4bc234af83006b73e66a6b302c920cc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:03.048Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:03.270Z] 08ae9413de9e: Pushed [2020-11-20T23:29:03.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.4 [2020-11-20T23:29:03.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-20T23:29:03.384Z] fe9f2623b094: Preparing [2020-11-20T23:29:03.384Z] 97ca569af3fa: Preparing [2020-11-20T23:29:03.384Z] a0cc724dc7bc: Preparing [2020-11-20T23:29:03.384Z] a0cc724dc7bc: Layer already exists [2020-11-20T23:29:03.384Z] 97ca569af3fa: Layer already exists [2020-11-20T23:29:03.384Z] fe9f2623b094: Layer already exists [2020-11-20T23:29:03.648Z] 1.3.1-dev.4: digest: sha256:25ec9a904c4b7b7d8c48fce3b0c8074bf4bc234af83006b73e66a6b302c920cc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:03.969Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:04.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:04.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-20T23:29:04.306Z] fe9f2623b094: Preparing [2020-11-20T23:29:04.306Z] 97ca569af3fa: Preparing [2020-11-20T23:29:04.306Z] a0cc724dc7bc: Preparing [2020-11-20T23:29:04.306Z] a0cc724dc7bc: Layer already exists [2020-11-20T23:29:04.306Z] 97ca569af3fa: Layer already exists [2020-11-20T23:29:04.306Z] fe9f2623b094: Layer already exists [2020-11-20T23:29:04.568Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:25ec9a904c4b7b7d8c48fce3b0c8074bf4bc234af83006b73e66a6b302c920cc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:05.211Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:05.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-20T23:29:05.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-20T23:29:05.697Z] fe9f2623b094: Preparing [2020-11-20T23:29:05.697Z] 97ca569af3fa: Preparing [2020-11-20T23:29:05.697Z] a0cc724dc7bc: Preparing [2020-11-20T23:29:05.867Z] 922ed45685e9: Pushed [2020-11-20T23:29:05.967Z] 97ca569af3fa: Layer already exists [2020-11-20T23:29:05.967Z] a0cc724dc7bc: Layer already exists [2020-11-20T23:29:05.967Z] fe9f2623b094: Layer already exists [2020-11-20T23:29:05.967Z] master: digest: sha256:25ec9a904c4b7b7d8c48fce3b0c8074bf4bc234af83006b73e66a6b302c920cc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-20T23:29:06.139Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:e645fe11aed3ee267760e383a91b3f55000c0f5d9132ae40d58dcdd42d1406ad size: 1572 [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:06.192Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:06.239Z] taggedImages: [2020-11-20T23:29:06.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:06.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.4 [2020-11-20T23:29:06.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:06.239Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-20T23:29:06.308Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-20T23:29:06.308Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:06.308Z] 1.3.1-dev.4 [2020-11-20T23:29:06.308Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:06.308Z] master [2020-11-20T23:29:06.308Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:06.622Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:06.891Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:06.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:06.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-20T23:29:06.987Z] b6e8b0fb1f98: Preparing [2020-11-20T23:29:06.987Z] 922ed45685e9: Preparing [2020-11-20T23:29:06.987Z] be8937faa7b5: Preparing [2020-11-20T23:29:06.987Z] 08ae9413de9e: Preparing [2020-11-20T23:29:06.987Z] 4de4a9978ffb: Preparing [2020-11-20T23:29:06.987Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:06.987Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:06.987Z] be8937faa7b5: Layer already exists [2020-11-20T23:29:06.987Z] 08ae9413de9e: Layer already exists [2020-11-20T23:29:06.987Z] 4de4a9978ffb: Layer already exists [2020-11-20T23:29:06.987Z] b6e8b0fb1f98: Layer already exists [2020-11-20T23:29:06.987Z] 922ed45685e9: Layer already exists [2020-11-20T23:29:06.987Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:07.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:07.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-20T23:29:07.257Z] bac0f6cf2a87: Preparing [2020-11-20T23:29:07.257Z] 18009d2e63af: Preparing [2020-11-20T23:29:07.257Z] 1c8b0b5697ed: Preparing [2020-11-20T23:29:07.257Z] 6e6d64d7624e: Preparing [2020-11-20T23:29:07.257Z] d1bf0f1468bf: Preparing [2020-11-20T23:29:07.257Z] 00471f5c539c: Preparing [2020-11-20T23:29:07.257Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:07.257Z] 00471f5c539c: Waiting [2020-11-20T23:29:07.257Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:07.259Z] 1.3.1-dev.4: digest: sha256:e645fe11aed3ee267760e383a91b3f55000c0f5d9132ae40d58dcdd42d1406ad size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:07.584Z] 1c8b0b5697ed: Pushed [2020-11-20T23:29:07.584Z] 18009d2e63af: Pushed [2020-11-20T23:29:07.584Z] bac0f6cf2a87: Pushed [2020-11-20T23:29:07.584Z] d1bf0f1468bf: Pushed [2020-11-20T23:29:07.584Z] 1b3ee35aacca: Layer already exists [2020-11-20T23:29:07.595Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:07.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:07.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-20T23:29:07.930Z] b6e8b0fb1f98: Preparing [2020-11-20T23:29:07.930Z] 922ed45685e9: Preparing [2020-11-20T23:29:07.930Z] be8937faa7b5: Preparing [2020-11-20T23:29:07.930Z] 08ae9413de9e: Preparing [2020-11-20T23:29:07.930Z] 4de4a9978ffb: Preparing [2020-11-20T23:29:07.930Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:07.930Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:07.930Z] 4de4a9978ffb: Layer already exists [2020-11-20T23:29:07.930Z] 922ed45685e9: Layer already exists [2020-11-20T23:29:07.930Z] be8937faa7b5: Layer already exists [2020-11-20T23:29:07.930Z] b6e8b0fb1f98: Layer already exists [2020-11-20T23:29:07.930Z] 08ae9413de9e: Layer already exists [2020-11-20T23:29:08.201Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:08.201Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:e645fe11aed3ee267760e383a91b3f55000c0f5d9132ae40d58dcdd42d1406ad size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:08.538Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:08.620Z] 00471f5c539c: Pushed [2020-11-20T23:29:08.620Z] 6e6d64d7624e: Pushed [2020-11-20T23:29:08.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-20T23:29:08.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-20T23:29:08.871Z] b6e8b0fb1f98: Preparing [2020-11-20T23:29:08.871Z] 922ed45685e9: Preparing [2020-11-20T23:29:08.871Z] be8937faa7b5: Preparing [2020-11-20T23:29:08.871Z] 08ae9413de9e: Preparing [2020-11-20T23:29:08.871Z] 4de4a9978ffb: Preparing [2020-11-20T23:29:08.871Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:08.871Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:08.871Z] 922ed45685e9: Layer already exists [2020-11-20T23:29:08.871Z] b6e8b0fb1f98: Layer already exists [2020-11-20T23:29:08.871Z] be8937faa7b5: Layer already exists [2020-11-20T23:29:08.871Z] 4de4a9978ffb: Layer already exists [2020-11-20T23:29:08.871Z] 08ae9413de9e: Layer already exists [2020-11-20T23:29:08.871Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:08.885Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:4b6332af4f6e24f05f1b776d6cdadbb7b9ae300bc639de5e6dc8d8a2497957a8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:09.143Z] master: digest: sha256:e645fe11aed3ee267760e383a91b3f55000c0f5d9132ae40d58dcdd42d1406ad size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-20T23:29:09.218Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:09.311Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-11-20T23:29:09.405Z] taggedImages: [2020-11-20T23:29:09.405Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:09.405Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:09.405Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:09.405Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-20T23:29:09.478Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-20T23:29:09.478Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:09.478Z] 1.3.1-dev.4 [2020-11-20T23:29:09.478Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:09.478Z] master [2020-11-20T23:29:09.478Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-20T23:29:09.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.4 [2020-11-20T23:29:09.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-20T23:29:09.666Z] bac0f6cf2a87: Preparing [2020-11-20T23:29:09.666Z] 18009d2e63af: Preparing [2020-11-20T23:29:09.666Z] 1c8b0b5697ed: Preparing [2020-11-20T23:29:09.666Z] 6e6d64d7624e: Preparing [2020-11-20T23:29:09.666Z] d1bf0f1468bf: Preparing [2020-11-20T23:29:09.666Z] 00471f5c539c: Preparing [2020-11-20T23:29:09.666Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:09.666Z] 00471f5c539c: Waiting [2020-11-20T23:29:09.666Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:09.666Z] d1bf0f1468bf: Layer already exists [2020-11-20T23:29:09.666Z] bac0f6cf2a87: Layer already exists [2020-11-20T23:29:09.666Z] 6e6d64d7624e: Layer already exists [2020-11-20T23:29:09.666Z] 1c8b0b5697ed: Layer already exists [2020-11-20T23:29:09.666Z] 18009d2e63af: Layer already exists [2020-11-20T23:29:09.666Z] 00471f5c539c: Layer already exists [2020-11-20T23:29:09.666Z] 1b3ee35aacca: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:09.933Z] 1.3.1-dev.4: digest: sha256:4b6332af4f6e24f05f1b776d6cdadbb7b9ae300bc639de5e6dc8d8a2497957a8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:10.000Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:10.285Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:10.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:10.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-20T23:29:10.427Z] ec76a2cba31b: Preparing [2020-11-20T23:29:10.427Z] 7efe278ab47c: Preparing [2020-11-20T23:29:10.427Z] bfcb73ad5e33: Preparing [2020-11-20T23:29:10.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:10.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-20T23:29:10.597Z] bac0f6cf2a87: Preparing [2020-11-20T23:29:10.597Z] 18009d2e63af: Preparing [2020-11-20T23:29:10.597Z] 1c8b0b5697ed: Preparing [2020-11-20T23:29:10.597Z] 6e6d64d7624e: Preparing [2020-11-20T23:29:10.597Z] d1bf0f1468bf: Preparing [2020-11-20T23:29:10.597Z] 00471f5c539c: Preparing [2020-11-20T23:29:10.597Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:10.597Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:10.597Z] 00471f5c539c: Waiting [2020-11-20T23:29:10.597Z] d1bf0f1468bf: Layer already exists [2020-11-20T23:29:10.597Z] bac0f6cf2a87: Layer already exists [2020-11-20T23:29:10.597Z] 1c8b0b5697ed: Layer already exists [2020-11-20T23:29:10.597Z] 6e6d64d7624e: Layer already exists [2020-11-20T23:29:10.597Z] 18009d2e63af: Layer already exists [2020-11-20T23:29:10.597Z] 1b3ee35aacca: Layer already exists [2020-11-20T23:29:10.597Z] 00471f5c539c: Layer already exists [2020-11-20T23:29:10.597Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:4b6332af4f6e24f05f1b776d6cdadbb7b9ae300bc639de5e6dc8d8a2497957a8 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:10.699Z] bfcb73ad5e33: Pushed [2020-11-20T23:29:10.699Z] ec76a2cba31b: Pushed [2020-11-20T23:29:10.920Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:11.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-20T23:29:11.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-20T23:29:11.233Z] bac0f6cf2a87: Preparing [2020-11-20T23:29:11.233Z] 18009d2e63af: Preparing [2020-11-20T23:29:11.233Z] 1c8b0b5697ed: Preparing [2020-11-20T23:29:11.233Z] 6e6d64d7624e: Preparing [2020-11-20T23:29:11.233Z] d1bf0f1468bf: Preparing [2020-11-20T23:29:11.233Z] 00471f5c539c: Preparing [2020-11-20T23:29:11.233Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:11.233Z] 00471f5c539c: Waiting [2020-11-20T23:29:11.233Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:11.233Z] 1c8b0b5697ed: Layer already exists [2020-11-20T23:29:11.233Z] 6e6d64d7624e: Layer already exists [2020-11-20T23:29:11.233Z] bac0f6cf2a87: Layer already exists [2020-11-20T23:29:11.233Z] d1bf0f1468bf: Layer already exists [2020-11-20T23:29:11.233Z] 18009d2e63af: Layer already exists [2020-11-20T23:29:11.233Z] 00471f5c539c: Layer already exists [2020-11-20T23:29:11.233Z] 1b3ee35aacca: Layer already exists [2020-11-20T23:29:11.233Z] master: digest: sha256:4b6332af4f6e24f05f1b776d6cdadbb7b9ae300bc639de5e6dc8d8a2497957a8 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:11.425Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:11.475Z] taggedImages: [2020-11-20T23:29:11.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:11.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.4 [2020-11-20T23:29:11.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:11.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-20T23:29:12.402Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-20T23:29:12.402Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:12.402Z] 1.3.1-dev.4 [2020-11-20T23:29:12.402Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:12.402Z] master [2020-11-20T23:29:12.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:12.917Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:13.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:13.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-20T23:29:13.252Z] 409ccebaceb9: Preparing [2020-11-20T23:29:13.252Z] dc22bb427ba3: Preparing [2020-11-20T23:29:13.252Z] 0cb0bf4f0b79: Preparing [2020-11-20T23:29:13.252Z] 16b7c2fd09fd: Preparing [2020-11-20T23:29:13.252Z] ace0eda3e3be: Preparing [2020-11-20T23:29:13.535Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:13.535Z] 0cb0bf4f0b79: Pushed [2020-11-20T23:29:13.535Z] dc22bb427ba3: Pushed [2020-11-20T23:29:14.039Z] 7efe278ab47c: Pushed [2020-11-20T23:29:14.039Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:991d3334fc30f26dd755d9623c67ae202e0844ff4addeb28d209ff3c0e4d8d07 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:14.124Z] 16b7c2fd09fd: Pushed [2020-11-20T23:29:14.385Z] 409ccebaceb9: Pushed [2020-11-20T23:29:14.388Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:14.656Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:3300e2aa88f827b67f487bf3758bea7b3710f08198e5dc694e64a957b7183e49 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:14.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:14.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-20T23:29:14.721Z] ec76a2cba31b: Preparing [2020-11-20T23:29:14.721Z] 7efe278ab47c: Preparing [2020-11-20T23:29:14.721Z] bfcb73ad5e33: Preparing [2020-11-20T23:29:14.721Z] bfcb73ad5e33: Layer already exists [2020-11-20T23:29:14.721Z] 7efe278ab47c: Layer already exists [2020-11-20T23:29:14.721Z] ec76a2cba31b: Layer already exists [2020-11-20T23:29:14.987Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.4 [2020-11-20T23:29:14.990Z] 1.3.1-dev.4: digest: sha256:991d3334fc30f26dd755d9623c67ae202e0844ff4addeb28d209ff3c0e4d8d07 size: 943 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:15.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.4 [2020-11-20T23:29:15.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-20T23:29:15.302Z] 409ccebaceb9: Preparing [2020-11-20T23:29:15.302Z] dc22bb427ba3: Preparing [2020-11-20T23:29:15.302Z] 0cb0bf4f0b79: Preparing [2020-11-20T23:29:15.302Z] 16b7c2fd09fd: Preparing [2020-11-20T23:29:15.302Z] ace0eda3e3be: Preparing [2020-11-20T23:29:15.302Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:15.302Z] 0cb0bf4f0b79: Layer already exists [2020-11-20T23:29:15.302Z] 409ccebaceb9: Layer already exists [2020-11-20T23:29:15.302Z] 16b7c2fd09fd: Layer already exists [2020-11-20T23:29:15.302Z] dc22bb427ba3: Layer already exists [2020-11-20T23:29:15.302Z] 1.3.1-dev.4: digest: sha256:3300e2aa88f827b67f487bf3758bea7b3710f08198e5dc694e64a957b7183e49 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:15.408Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:15.638Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:15.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:15.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-20T23:29:15.732Z] ec76a2cba31b: Preparing [2020-11-20T23:29:15.732Z] 7efe278ab47c: Preparing [2020-11-20T23:29:15.732Z] bfcb73ad5e33: Preparing [2020-11-20T23:29:15.732Z] ec76a2cba31b: Layer already exists [2020-11-20T23:29:15.732Z] bfcb73ad5e33: Layer already exists [2020-11-20T23:29:15.732Z] 7efe278ab47c: Layer already exists [2020-11-20T23:29:16.002Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:991d3334fc30f26dd755d9623c67ae202e0844ff4addeb28d209ff3c0e4d8d07 size: 943 [2020-11-20T23:29:16.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:16.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-20T23:29:16.002Z] 409ccebaceb9: Preparing [2020-11-20T23:29:16.002Z] dc22bb427ba3: Preparing [2020-11-20T23:29:16.002Z] 0cb0bf4f0b79: Preparing [2020-11-20T23:29:16.002Z] 16b7c2fd09fd: Preparing [2020-11-20T23:29:16.002Z] ace0eda3e3be: Preparing [2020-11-20T23:29:16.002Z] 409ccebaceb9: Layer already exists [2020-11-20T23:29:16.002Z] 16b7c2fd09fd: Layer already exists [2020-11-20T23:29:16.002Z] 0cb0bf4f0b79: Layer already exists [2020-11-20T23:29:16.002Z] dc22bb427ba3: Layer already exists [2020-11-20T23:29:16.002Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:16.002Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:3300e2aa88f827b67f487bf3758bea7b3710f08198e5dc694e64a957b7183e49 size: 1364 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:16.322Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:16.432Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:16.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-20T23:29:16.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-20T23:29:16.627Z] 409ccebaceb9: Preparing [2020-11-20T23:29:16.627Z] dc22bb427ba3: Preparing [2020-11-20T23:29:16.627Z] 0cb0bf4f0b79: Preparing [2020-11-20T23:29:16.627Z] 16b7c2fd09fd: Preparing [2020-11-20T23:29:16.627Z] ace0eda3e3be: Preparing [2020-11-20T23:29:16.627Z] 409ccebaceb9: Layer already exists [2020-11-20T23:29:16.627Z] dc22bb427ba3: Layer already exists [2020-11-20T23:29:16.627Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:16.627Z] 16b7c2fd09fd: Layer already exists [2020-11-20T23:29:16.627Z] 0cb0bf4f0b79: Layer already exists [2020-11-20T23:29:16.627Z] master: digest: sha256:3300e2aa88f827b67f487bf3758bea7b3710f08198e5dc694e64a957b7183e49 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-20T23:29:16.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-20T23:29:16.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-20T23:29:16.767Z] ec76a2cba31b: Preparing [2020-11-20T23:29:16.767Z] 7efe278ab47c: Preparing [2020-11-20T23:29:16.767Z] bfcb73ad5e33: Preparing [2020-11-20T23:29:16.767Z] 7efe278ab47c: Layer already exists [2020-11-20T23:29:16.767Z] ec76a2cba31b: Layer already exists [2020-11-20T23:29:16.767Z] bfcb73ad5e33: Layer already exists [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:16.837Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:16.904Z] taggedImages: [2020-11-20T23:29:16.904Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:16.904Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.4 [2020-11-20T23:29:16.904Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:16.904Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-11-20T23:29:16.969Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-20T23:29:16.969Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:16.969Z] 1.3.1-dev.4 [2020-11-20T23:29:16.969Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:16.969Z] master [2020-11-20T23:29:16.969Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-11-20T23:29:17.038Z] master: digest: sha256:991d3334fc30f26dd755d9623c67ae202e0844ff4addeb28d209ff3c0e4d8d07 size: 943 [Pipeline] withDockerRegistry [Pipeline] } [Pipeline] { [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:17.302Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:17.380Z] taggedImages: [2020-11-20T23:29:17.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:17.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:17.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:17.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-11-20T23:29:17.538Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-20T23:29:17.538Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:17.538Z] 1.3.1-dev.4 [2020-11-20T23:29:17.538Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:17.538Z] master [2020-11-20T23:29:17.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:17.752Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:17.995Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:18.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:18.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-20T23:29:18.144Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:18.144Z] 1f79599dd887: Preparing [2020-11-20T23:29:18.144Z] ff5c68e625d4: Preparing [2020-11-20T23:29:18.144Z] 7056b183b4fa: Preparing [2020-11-20T23:29:18.144Z] 7056b183b4fa: Preparing [2020-11-20T23:29:18.144Z] 993fe923da41: Preparing [2020-11-20T23:29:18.144Z] 60640868704e: Preparing [2020-11-20T23:29:18.144Z] b209a3c046d1: Preparing [2020-11-20T23:29:18.144Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:18.144Z] fd05f55e6f63: Preparing [2020-11-20T23:29:18.144Z] 29bb71842933: Preparing [2020-11-20T23:29:18.144Z] eb1a2a67dce1: Preparing [2020-11-20T23:29:18.144Z] ace0eda3e3be: Preparing [2020-11-20T23:29:18.144Z] 60640868704e: Waiting [2020-11-20T23:29:18.144Z] 29bb71842933: Waiting [2020-11-20T23:29:18.144Z] eb1a2a67dce1: Waiting [2020-11-20T23:29:18.144Z] b209a3c046d1: Waiting [2020-11-20T23:29:18.144Z] ace0eda3e3be: Waiting [2020-11-20T23:29:18.144Z] fd05f55e6f63: Waiting [2020-11-20T23:29:18.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:18.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-20T23:29:18.328Z] 9be80e1b1854: Preparing [2020-11-20T23:29:18.328Z] 0f28638cf19f: Preparing [2020-11-20T23:29:18.328Z] 3ddc4dce8c47: Preparing [2020-11-20T23:29:18.328Z] 561cec0d1cc5: Preparing [2020-11-20T23:29:18.328Z] 72601b105a80: Preparing [2020-11-20T23:29:18.328Z] 1e8435cf7973: Preparing [2020-11-20T23:29:18.328Z] 66b385cf80cf: Preparing [2020-11-20T23:29:18.328Z] 1e8435cf7973: Waiting [2020-11-20T23:29:18.328Z] 66b385cf80cf: Waiting [2020-11-20T23:29:18.423Z] ff5c68e625d4: Pushed [2020-11-20T23:29:18.610Z] 72601b105a80: Pushed [2020-11-20T23:29:18.610Z] 0f28638cf19f: Pushed [2020-11-20T23:29:18.610Z] 9be80e1b1854: Pushed [2020-11-20T23:29:18.610Z] 3ddc4dce8c47: Pushed [2020-11-20T23:29:18.728Z] 1f79599dd887: Pushed [2020-11-20T23:29:18.729Z] 993fe923da41: Pushed [2020-11-20T23:29:18.729Z] 7056b183b4fa: Pushed [2020-11-20T23:29:18.729Z] 60640868704e: Pushed [2020-11-20T23:29:18.729Z] 29bb71842933: Pushed [2020-11-20T23:29:18.729Z] b209a3c046d1: Pushed [2020-11-20T23:29:18.729Z] fd05f55e6f63: Pushed [2020-11-20T23:29:18.881Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:19.023Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:19.155Z] 1e8435cf7973: Pushed [2020-11-20T23:29:19.606Z] eb1a2a67dce1: Pushed [2020-11-20T23:29:19.606Z] f7d0552ca3fc: Pushed [2020-11-20T23:29:19.872Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:725003a5199a04c3553210872c6f2b705c94ed5d229697d22f5a22c160838f41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:20.232Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:20.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.4 [2020-11-20T23:29:20.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-20T23:29:20.567Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:20.567Z] 1f79599dd887: Preparing [2020-11-20T23:29:20.567Z] ff5c68e625d4: Preparing [2020-11-20T23:29:20.567Z] 7056b183b4fa: Preparing [2020-11-20T23:29:20.567Z] 7056b183b4fa: Preparing [2020-11-20T23:29:20.567Z] 993fe923da41: Preparing [2020-11-20T23:29:20.567Z] 60640868704e: Preparing [2020-11-20T23:29:20.567Z] b209a3c046d1: Preparing [2020-11-20T23:29:20.567Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:20.567Z] fd05f55e6f63: Preparing [2020-11-20T23:29:20.567Z] 29bb71842933: Preparing [2020-11-20T23:29:20.567Z] eb1a2a67dce1: Preparing [2020-11-20T23:29:20.567Z] ace0eda3e3be: Preparing [2020-11-20T23:29:20.567Z] b209a3c046d1: Waiting [2020-11-20T23:29:20.567Z] fd05f55e6f63: Waiting [2020-11-20T23:29:20.567Z] 29bb71842933: Waiting [2020-11-20T23:29:20.567Z] eb1a2a67dce1: Waiting [2020-11-20T23:29:20.567Z] ace0eda3e3be: Waiting [2020-11-20T23:29:20.567Z] 60640868704e: Waiting [2020-11-20T23:29:20.567Z] 993fe923da41: Layer already exists [2020-11-20T23:29:20.567Z] f7d0552ca3fc: Layer already exists [2020-11-20T23:29:20.567Z] 7056b183b4fa: Layer already exists [2020-11-20T23:29:20.567Z] 1f79599dd887: Layer already exists [2020-11-20T23:29:20.567Z] ff5c68e625d4: Layer already exists [2020-11-20T23:29:20.862Z] 60640868704e: Layer already exists [2020-11-20T23:29:20.862Z] 29bb71842933: Layer already exists [2020-11-20T23:29:20.862Z] fd05f55e6f63: Layer already exists [2020-11-20T23:29:20.862Z] eb1a2a67dce1: Layer already exists [2020-11-20T23:29:20.862Z] b209a3c046d1: Layer already exists [2020-11-20T23:29:20.862Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:20.862Z] 1.3.1-dev.4: digest: sha256:725003a5199a04c3553210872c6f2b705c94ed5d229697d22f5a22c160838f41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:21.120Z] 561cec0d1cc5: Pushed [2020-11-20T23:29:21.121Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:95d7fd244823e8f9fb0e8ab5e5cf00871ea0e36907b259b764f454f21c2b8a08 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:21.202Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:21.464Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:21.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:21.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-20T23:29:21.559Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:21.559Z] 1f79599dd887: Preparing [2020-11-20T23:29:21.559Z] ff5c68e625d4: Preparing [2020-11-20T23:29:21.559Z] 7056b183b4fa: Preparing [2020-11-20T23:29:21.559Z] 7056b183b4fa: Preparing [2020-11-20T23:29:21.559Z] 993fe923da41: Preparing [2020-11-20T23:29:21.559Z] 60640868704e: Preparing [2020-11-20T23:29:21.559Z] b209a3c046d1: Preparing [2020-11-20T23:29:21.559Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:21.559Z] fd05f55e6f63: Preparing [2020-11-20T23:29:21.559Z] 29bb71842933: Preparing [2020-11-20T23:29:21.559Z] eb1a2a67dce1: Preparing [2020-11-20T23:29:21.559Z] ace0eda3e3be: Preparing [2020-11-20T23:29:21.559Z] 60640868704e: Waiting [2020-11-20T23:29:21.559Z] b209a3c046d1: Waiting [2020-11-20T23:29:21.559Z] fd05f55e6f63: Waiting [2020-11-20T23:29:21.559Z] 29bb71842933: Waiting [2020-11-20T23:29:21.559Z] eb1a2a67dce1: Waiting [2020-11-20T23:29:21.559Z] ace0eda3e3be: Waiting [2020-11-20T23:29:21.559Z] 993fe923da41: Layer already exists [2020-11-20T23:29:21.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:21.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-20T23:29:21.801Z] 9be80e1b1854: Preparing [2020-11-20T23:29:21.801Z] 0f28638cf19f: Preparing [2020-11-20T23:29:21.801Z] 3ddc4dce8c47: Preparing [2020-11-20T23:29:21.801Z] 561cec0d1cc5: Preparing [2020-11-20T23:29:21.801Z] 72601b105a80: Preparing [2020-11-20T23:29:21.801Z] 1e8435cf7973: Preparing [2020-11-20T23:29:21.801Z] 66b385cf80cf: Preparing [2020-11-20T23:29:21.849Z] 1f79599dd887: Layer already exists [2020-11-20T23:29:21.849Z] f7d0552ca3fc: Layer already exists [2020-11-20T23:29:21.849Z] 7056b183b4fa: Layer already exists [2020-11-20T23:29:21.849Z] ff5c68e625d4: Layer already exists [2020-11-20T23:29:21.849Z] 60640868704e: Layer already exists [2020-11-20T23:29:21.849Z] fd05f55e6f63: Layer already exists [2020-11-20T23:29:21.849Z] b209a3c046d1: Layer already exists [2020-11-20T23:29:21.849Z] 29bb71842933: Layer already exists [2020-11-20T23:29:21.849Z] eb1a2a67dce1: Layer already exists [2020-11-20T23:29:21.849Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:21.849Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:725003a5199a04c3553210872c6f2b705c94ed5d229697d22f5a22c160838f41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:22.072Z] 9be80e1b1854: Layer already exists [2020-11-20T23:29:22.072Z] 0f28638cf19f: Layer already exists [2020-11-20T23:29:22.072Z] 561cec0d1cc5: Layer already exists [2020-11-20T23:29:22.072Z] 3ddc4dce8c47: Layer already exists [2020-11-20T23:29:22.072Z] 72601b105a80: Layer already exists [2020-11-20T23:29:22.072Z] 1e8435cf7973: Layer already exists [2020-11-20T23:29:22.072Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:22.072Z] 1.3.1-dev.4: digest: sha256:95d7fd244823e8f9fb0e8ab5e5cf00871ea0e36907b259b764f454f21c2b8a08 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:22.168Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:22.415Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:22.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-20T23:29:22.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-20T23:29:22.495Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:22.495Z] 1f79599dd887: Preparing [2020-11-20T23:29:22.495Z] ff5c68e625d4: Preparing [2020-11-20T23:29:22.495Z] 7056b183b4fa: Preparing [2020-11-20T23:29:22.495Z] 7056b183b4fa: Preparing [2020-11-20T23:29:22.495Z] 993fe923da41: Preparing [2020-11-20T23:29:22.495Z] 60640868704e: Preparing [2020-11-20T23:29:22.495Z] b209a3c046d1: Preparing [2020-11-20T23:29:22.495Z] f7d0552ca3fc: Preparing [2020-11-20T23:29:22.495Z] fd05f55e6f63: Preparing [2020-11-20T23:29:22.495Z] 29bb71842933: Preparing [2020-11-20T23:29:22.495Z] eb1a2a67dce1: Preparing [2020-11-20T23:29:22.495Z] ace0eda3e3be: Preparing [2020-11-20T23:29:22.495Z] b209a3c046d1: Waiting [2020-11-20T23:29:22.495Z] fd05f55e6f63: Waiting [2020-11-20T23:29:22.495Z] 29bb71842933: Waiting [2020-11-20T23:29:22.495Z] 60640868704e: Waiting [2020-11-20T23:29:22.495Z] eb1a2a67dce1: Waiting [2020-11-20T23:29:22.495Z] ace0eda3e3be: Waiting [2020-11-20T23:29:22.495Z] 993fe923da41: Layer already exists [2020-11-20T23:29:22.495Z] 1f79599dd887: Layer already exists [2020-11-20T23:29:22.495Z] ff5c68e625d4: Layer already exists [2020-11-20T23:29:22.495Z] 7056b183b4fa: Layer already exists [2020-11-20T23:29:22.495Z] f7d0552ca3fc: Layer already exists [2020-11-20T23:29:22.495Z] b209a3c046d1: Layer already exists [2020-11-20T23:29:22.495Z] eb1a2a67dce1: Layer already exists [2020-11-20T23:29:22.495Z] fd05f55e6f63: Layer already exists [2020-11-20T23:29:22.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:22.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-20T23:29:22.759Z] 9be80e1b1854: Preparing [2020-11-20T23:29:22.759Z] 0f28638cf19f: Preparing [2020-11-20T23:29:22.759Z] 3ddc4dce8c47: Preparing [2020-11-20T23:29:22.759Z] 561cec0d1cc5: Preparing [2020-11-20T23:29:22.759Z] 72601b105a80: Preparing [2020-11-20T23:29:22.759Z] 1e8435cf7973: Preparing [2020-11-20T23:29:22.759Z] 66b385cf80cf: Preparing [2020-11-20T23:29:22.759Z] 1e8435cf7973: Waiting [2020-11-20T23:29:22.759Z] 66b385cf80cf: Waiting [2020-11-20T23:29:22.759Z] 72601b105a80: Layer already exists [2020-11-20T23:29:22.759Z] 9be80e1b1854: Layer already exists [2020-11-20T23:29:22.759Z] 561cec0d1cc5: Layer already exists [2020-11-20T23:29:22.759Z] 0f28638cf19f: Layer already exists [2020-11-20T23:29:22.759Z] 3ddc4dce8c47: Layer already exists [2020-11-20T23:29:22.759Z] 1e8435cf7973: Layer already exists [2020-11-20T23:29:22.759Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:22.763Z] 60640868704e: Layer already exists [2020-11-20T23:29:22.763Z] 29bb71842933: Layer already exists [2020-11-20T23:29:22.763Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:22.763Z] master: digest: sha256:725003a5199a04c3553210872c6f2b705c94ed5d229697d22f5a22c160838f41 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:22.968Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:23.013Z] taggedImages: [2020-11-20T23:29:23.013Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:23.013Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.4 [2020-11-20T23:29:23.013Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:23.013Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-20T23:29:23.033Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:95d7fd244823e8f9fb0e8ab5e5cf00871ea0e36907b259b764f454f21c2b8a08 size: 1778 [Pipeline] echo [2020-11-20T23:29:23.112Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-20T23:29:23.112Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:23.112Z] 1.3.1-dev.4 [2020-11-20T23:29:23.112Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:23.112Z] master [2020-11-20T23:29:23.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:23.478Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:23.730Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:23.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-20T23:29:23.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-20T23:29:23.825Z] 9be80e1b1854: Preparing [2020-11-20T23:29:23.825Z] 0f28638cf19f: Preparing [2020-11-20T23:29:23.825Z] 3ddc4dce8c47: Preparing [2020-11-20T23:29:23.825Z] 561cec0d1cc5: Preparing [2020-11-20T23:29:23.825Z] 72601b105a80: Preparing [2020-11-20T23:29:23.825Z] 1e8435cf7973: Preparing [2020-11-20T23:29:23.825Z] 66b385cf80cf: Preparing [2020-11-20T23:29:23.825Z] 1e8435cf7973: Waiting [2020-11-20T23:29:23.825Z] 66b385cf80cf: Waiting [2020-11-20T23:29:23.825Z] 9be80e1b1854: Layer already exists [2020-11-20T23:29:23.825Z] 3ddc4dce8c47: Layer already exists [2020-11-20T23:29:23.825Z] 72601b105a80: Layer already exists [2020-11-20T23:29:24.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:24.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-20T23:29:24.072Z] ce81feccf551: Preparing [2020-11-20T23:29:24.072Z] d4931a3697b5: Preparing [2020-11-20T23:29:24.072Z] d46f3d4b4f50: Preparing [2020-11-20T23:29:24.072Z] d4268e887b55: Preparing [2020-11-20T23:29:24.072Z] f5478246d260: Preparing [2020-11-20T23:29:24.072Z] 97a60306cd53: Preparing [2020-11-20T23:29:24.072Z] 11fa7873ea20: Preparing [2020-11-20T23:29:24.072Z] 00471f5c539c: Preparing [2020-11-20T23:29:24.072Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:24.072Z] 97a60306cd53: Waiting [2020-11-20T23:29:24.072Z] 11fa7873ea20: Waiting [2020-11-20T23:29:24.072Z] 00471f5c539c: Waiting [2020-11-20T23:29:24.072Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:24.096Z] 561cec0d1cc5: Layer already exists [2020-11-20T23:29:24.097Z] 0f28638cf19f: Layer already exists [2020-11-20T23:29:24.097Z] 1e8435cf7973: Layer already exists [2020-11-20T23:29:24.097Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:24.097Z] master: digest: sha256:95d7fd244823e8f9fb0e8ab5e5cf00871ea0e36907b259b764f454f21c2b8a08 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:24.281Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:24.327Z] taggedImages: [2020-11-20T23:29:24.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:24.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:24.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:24.327Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-20T23:29:24.349Z] d4931a3697b5: Pushed [2020-11-20T23:29:24.349Z] f5478246d260: Pushed [2020-11-20T23:29:24.349Z] ce81feccf551: Pushed [2020-11-20T23:29:24.349Z] 00471f5c539c: Layer already exists [2020-11-20T23:29:24.349Z] 1b3ee35aacca: Layer already exists [2020-11-20T23:29:24.349Z] 97a60306cd53: Pushed [2020-11-20T23:29:24.349Z] 11fa7873ea20: Pushed [Pipeline] echo [2020-11-20T23:29:24.402Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-20T23:29:24.402Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:24.402Z] 1.3.1-dev.4 [2020-11-20T23:29:24.402Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:24.402Z] master [2020-11-20T23:29:24.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:24.908Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:25.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:25.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-20T23:29:25.291Z] 402dbe585f5d: Preparing [2020-11-20T23:29:25.291Z] 4d37aeead18e: Preparing [2020-11-20T23:29:25.291Z] 7734477351d6: Preparing [2020-11-20T23:29:25.291Z] 68cce59bacfb: Preparing [2020-11-20T23:29:25.291Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:25.315Z] d4268e887b55: Pushed [2020-11-20T23:29:25.583Z] d46f3d4b4f50: Pushed [2020-11-20T23:29:25.583Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:129e94803195adcec9c7ebae7d73e8634aebd0ebeee4880612963ced8a6ab4c5 size: 2198 [2020-11-20T23:29:25.591Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:25.592Z] 4d37aeead18e: Pushed [2020-11-20T23:29:25.592Z] 7734477351d6: Pushed [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:26.195Z] 68cce59bacfb: Pushed [2020-11-20T23:29:26.215Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:26.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.4 [2020-11-20T23:29:26.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-20T23:29:26.542Z] ce81feccf551: Preparing [2020-11-20T23:29:26.542Z] d4931a3697b5: Preparing [2020-11-20T23:29:26.542Z] d46f3d4b4f50: Preparing [2020-11-20T23:29:26.542Z] d4268e887b55: Preparing [2020-11-20T23:29:26.542Z] f5478246d260: Preparing [2020-11-20T23:29:26.542Z] 97a60306cd53: Preparing [2020-11-20T23:29:26.542Z] 11fa7873ea20: Preparing [2020-11-20T23:29:26.542Z] 00471f5c539c: Preparing [2020-11-20T23:29:26.542Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:26.542Z] 11fa7873ea20: Waiting [2020-11-20T23:29:26.542Z] 00471f5c539c: Waiting [2020-11-20T23:29:26.542Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:26.542Z] d4931a3697b5: Layer already exists [2020-11-20T23:29:26.542Z] d46f3d4b4f50: Layer already exists [2020-11-20T23:29:26.542Z] ce81feccf551: Layer already exists [2020-11-20T23:29:26.542Z] d4268e887b55: Layer already exists [2020-11-20T23:29:26.542Z] f5478246d260: Layer already exists [2020-11-20T23:29:26.542Z] 97a60306cd53: Layer already exists [2020-11-20T23:29:26.542Z] 1b3ee35aacca: Layer already exists [2020-11-20T23:29:26.542Z] 00471f5c539c: Layer already exists [2020-11-20T23:29:26.542Z] 11fa7873ea20: Layer already exists [2020-11-20T23:29:26.542Z] 1.3.1-dev.4: digest: sha256:129e94803195adcec9c7ebae7d73e8634aebd0ebeee4880612963ced8a6ab4c5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:26.856Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:27.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:27.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-20T23:29:27.169Z] ce81feccf551: Preparing [2020-11-20T23:29:27.169Z] d4931a3697b5: Preparing [2020-11-20T23:29:27.169Z] d46f3d4b4f50: Preparing [2020-11-20T23:29:27.169Z] d4268e887b55: Preparing [2020-11-20T23:29:27.169Z] f5478246d260: Preparing [2020-11-20T23:29:27.169Z] 97a60306cd53: Preparing [2020-11-20T23:29:27.169Z] 11fa7873ea20: Preparing [2020-11-20T23:29:27.169Z] 00471f5c539c: Preparing [2020-11-20T23:29:27.169Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:27.169Z] 97a60306cd53: Waiting [2020-11-20T23:29:27.169Z] 11fa7873ea20: Waiting [2020-11-20T23:29:27.169Z] 00471f5c539c: Waiting [2020-11-20T23:29:27.169Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:27.169Z] ce81feccf551: Layer already exists [2020-11-20T23:29:27.169Z] f5478246d260: Layer already exists [2020-11-20T23:29:27.169Z] d46f3d4b4f50: Layer already exists [2020-11-20T23:29:27.169Z] d4268e887b55: Layer already exists [2020-11-20T23:29:27.169Z] d4931a3697b5: Layer already exists [2020-11-20T23:29:27.169Z] 1b3ee35aacca: Layer already exists [2020-11-20T23:29:27.169Z] 00471f5c539c: Layer already exists [2020-11-20T23:29:27.169Z] 97a60306cd53: Layer already exists [2020-11-20T23:29:27.169Z] 11fa7873ea20: Layer already exists [2020-11-20T23:29:27.430Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:129e94803195adcec9c7ebae7d73e8634aebd0ebeee4880612963ced8a6ab4c5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:27.637Z] 402dbe585f5d: Pushed [2020-11-20T23:29:27.739Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:27.931Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:f756f40ec5a1dac0feb49a54eb91c5670e8afc799eed6195110e4ded714da900 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:28.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-20T23:29:28.267Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:28.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-20T23:29:28.390Z] ce81feccf551: Preparing [2020-11-20T23:29:28.390Z] d4931a3697b5: Preparing [2020-11-20T23:29:28.390Z] d46f3d4b4f50: Preparing [2020-11-20T23:29:28.390Z] d4268e887b55: Preparing [2020-11-20T23:29:28.390Z] f5478246d260: Preparing [2020-11-20T23:29:28.390Z] 97a60306cd53: Preparing [2020-11-20T23:29:28.390Z] 11fa7873ea20: Preparing [2020-11-20T23:29:28.390Z] 00471f5c539c: Preparing [2020-11-20T23:29:28.390Z] 1b3ee35aacca: Preparing [2020-11-20T23:29:28.390Z] 97a60306cd53: Waiting [2020-11-20T23:29:28.390Z] 00471f5c539c: Waiting [2020-11-20T23:29:28.390Z] 1b3ee35aacca: Waiting [2020-11-20T23:29:28.390Z] 11fa7873ea20: Waiting [2020-11-20T23:29:28.390Z] d46f3d4b4f50: Layer already exists [2020-11-20T23:29:28.390Z] d4268e887b55: Layer already exists [2020-11-20T23:29:28.390Z] f5478246d260: Layer already exists [2020-11-20T23:29:28.390Z] d4931a3697b5: Layer already exists [2020-11-20T23:29:28.390Z] ce81feccf551: Layer already exists [2020-11-20T23:29:28.390Z] 00471f5c539c: Layer already exists [2020-11-20T23:29:28.390Z] 97a60306cd53: Layer already exists [2020-11-20T23:29:28.390Z] 11fa7873ea20: Layer already exists [2020-11-20T23:29:28.390Z] 1b3ee35aacca: Layer already exists [2020-11-20T23:29:28.390Z] master: digest: sha256:129e94803195adcec9c7ebae7d73e8634aebd0ebeee4880612963ced8a6ab4c5 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-11-20T23:29:28.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:28.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-20T23:29:28.603Z] 402dbe585f5d: Preparing [2020-11-20T23:29:28.603Z] 4d37aeead18e: Preparing [2020-11-20T23:29:28.604Z] 7734477351d6: Preparing [2020-11-20T23:29:28.604Z] 68cce59bacfb: Preparing [2020-11-20T23:29:28.604Z] cd3761cfa1d9: Preparing [Pipeline] echo [2020-11-20T23:29:28.614Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:28.657Z] taggedImages: [2020-11-20T23:29:28.657Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:28.657Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.4 [2020-11-20T23:29:28.657Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:28.657Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-20T23:29:28.717Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-20T23:29:28.717Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:28.717Z] 1.3.1-dev.4 [2020-11-20T23:29:28.717Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:28.717Z] master [2020-11-20T23:29:28.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-20T23:29:28.876Z] 4d37aeead18e: Layer already exists [2020-11-20T23:29:28.876Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:28.876Z] 402dbe585f5d: Layer already exists [2020-11-20T23:29:28.876Z] 7734477351d6: Layer already exists [2020-11-20T23:29:28.876Z] 68cce59bacfb: Layer already exists [2020-11-20T23:29:28.876Z] 1.3.1-dev.4: digest: sha256:f756f40ec5a1dac0feb49a54eb91c5670e8afc799eed6195110e4ded714da900 size: 1364 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:29.246Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:29.348Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:29.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:29.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-20T23:29:29.594Z] db2855e6e5b1: Preparing [2020-11-20T23:29:29.594Z] abea277ebcff: Preparing [2020-11-20T23:29:29.594Z] 9063eb0d5ffb: Preparing [2020-11-20T23:29:29.594Z] 72ab7b64a2a1: Preparing [2020-11-20T23:29:29.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:29.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-20T23:29:29.685Z] 402dbe585f5d: Preparing [2020-11-20T23:29:29.685Z] 4d37aeead18e: Preparing [2020-11-20T23:29:29.685Z] 7734477351d6: Preparing [2020-11-20T23:29:29.685Z] 68cce59bacfb: Preparing [2020-11-20T23:29:29.685Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:29.685Z] 4d37aeead18e: Layer already exists [2020-11-20T23:29:29.685Z] 7734477351d6: Layer already exists [2020-11-20T23:29:29.685Z] 68cce59bacfb: Layer already exists [2020-11-20T23:29:29.685Z] 402dbe585f5d: Layer already exists [2020-11-20T23:29:29.685Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:29.928Z] 9063eb0d5ffb: Pushed [2020-11-20T23:29:29.928Z] db2855e6e5b1: Pushed [2020-11-20T23:29:29.928Z] 72ab7b64a2a1: Pushed [2020-11-20T23:29:29.956Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:f756f40ec5a1dac0feb49a54eb91c5670e8afc799eed6195110e4ded714da900 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:30.293Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:30.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-20T23:29:30.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-20T23:29:30.627Z] 402dbe585f5d: Preparing [2020-11-20T23:29:30.627Z] 4d37aeead18e: Preparing [2020-11-20T23:29:30.627Z] 7734477351d6: Preparing [2020-11-20T23:29:30.627Z] 68cce59bacfb: Preparing [2020-11-20T23:29:30.627Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:30.899Z] 7734477351d6: Layer already exists [2020-11-20T23:29:30.899Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:30.899Z] 68cce59bacfb: Layer already exists [2020-11-20T23:29:30.899Z] 402dbe585f5d: Layer already exists [2020-11-20T23:29:30.899Z] 4d37aeead18e: Layer already exists [2020-11-20T23:29:30.899Z] master: digest: sha256:f756f40ec5a1dac0feb49a54eb91c5670e8afc799eed6195110e4ded714da900 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:31.124Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:31.169Z] taggedImages: [2020-11-20T23:29:31.169Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:31.169Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:31.169Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:31.169Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-20T23:29:31.234Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-20T23:29:31.234Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:31.234Z] 1.3.1-dev.4 [2020-11-20T23:29:31.234Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:31.234Z] master [2020-11-20T23:29:31.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-20T23:29:31.388Z] abea277ebcff: Pushed [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:31.673Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:4dc4163ea166e13ed96551ab4cba1bff48c403f25d2ef9283602364731c46289 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:31.788Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:32.052Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:32.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:32.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-20T23:29:32.149Z] 994dc5da6108: Preparing [2020-11-20T23:29:32.149Z] 0dd5d008a3b5: Preparing [2020-11-20T23:29:32.149Z] defa4d43ebc5: Preparing [2020-11-20T23:29:32.149Z] 1228b2b37192: Preparing [2020-11-20T23:29:32.149Z] 1228b2b37192: Preparing [2020-11-20T23:29:32.149Z] 21dc6354f51a: Preparing [2020-11-20T23:29:32.149Z] 9e3942381813: Preparing [2020-11-20T23:29:32.149Z] 0f36ad090f95: Preparing [2020-11-20T23:29:32.149Z] 994dc5da6108: Preparing [2020-11-20T23:29:32.149Z] ba53589c36d3: Preparing [2020-11-20T23:29:32.149Z] 1121fd659a15: Preparing [2020-11-20T23:29:32.149Z] be57f5a5ff9f: Preparing [2020-11-20T23:29:32.149Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:32.149Z] 9e3942381813: Waiting [2020-11-20T23:29:32.149Z] ba53589c36d3: Waiting [2020-11-20T23:29:32.149Z] 1121fd659a15: Waiting [2020-11-20T23:29:32.149Z] 0f36ad090f95: Waiting [2020-11-20T23:29:32.149Z] be57f5a5ff9f: Waiting [2020-11-20T23:29:32.149Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:32.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.4 [2020-11-20T23:29:32.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-20T23:29:32.399Z] db2855e6e5b1: Preparing [2020-11-20T23:29:32.399Z] abea277ebcff: Preparing [2020-11-20T23:29:32.399Z] 9063eb0d5ffb: Preparing [2020-11-20T23:29:32.399Z] 72ab7b64a2a1: Preparing [2020-11-20T23:29:32.420Z] 0dd5d008a3b5: Pushed [2020-11-20T23:29:32.420Z] 1228b2b37192: Pushed [2020-11-20T23:29:32.421Z] 21dc6354f51a: Pushed [2020-11-20T23:29:32.421Z] defa4d43ebc5: Pushed [2020-11-20T23:29:32.670Z] 72ab7b64a2a1: Layer already exists [2020-11-20T23:29:32.670Z] 9063eb0d5ffb: Layer already exists [2020-11-20T23:29:32.670Z] db2855e6e5b1: Layer already exists [2020-11-20T23:29:32.670Z] abea277ebcff: Layer already exists [2020-11-20T23:29:32.670Z] 1.3.1-dev.4: digest: sha256:4dc4163ea166e13ed96551ab4cba1bff48c403f25d2ef9283602364731c46289 size: 1153 [Pipeline] isUnix [2020-11-20T23:29:32.692Z] 9e3942381813: Pushed [2020-11-20T23:29:32.692Z] 0f36ad090f95: Pushed [2020-11-20T23:29:32.692Z] ba53589c36d3: Pushed [2020-11-20T23:29:32.692Z] 1121fd659a15: Pushed [2020-11-20T23:29:32.692Z] cd3761cfa1d9: Layer already exists [Pipeline] sh [2020-11-20T23:29:32.963Z] be57f5a5ff9f: Pushed [2020-11-20T23:29:32.996Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:33.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:33.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-20T23:29:33.316Z] db2855e6e5b1: Preparing [2020-11-20T23:29:33.316Z] abea277ebcff: Preparing [2020-11-20T23:29:33.316Z] 9063eb0d5ffb: Preparing [2020-11-20T23:29:33.316Z] 72ab7b64a2a1: Preparing [2020-11-20T23:29:33.316Z] 72ab7b64a2a1: Layer already exists [2020-11-20T23:29:33.316Z] abea277ebcff: Layer already exists [2020-11-20T23:29:33.316Z] db2855e6e5b1: Layer already exists [2020-11-20T23:29:33.317Z] 9063eb0d5ffb: Layer already exists [2020-11-20T23:29:33.579Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:4dc4163ea166e13ed96551ab4cba1bff48c403f25d2ef9283602364731c46289 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:33.899Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:34.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-20T23:29:34.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-20T23:29:34.207Z] db2855e6e5b1: Preparing [2020-11-20T23:29:34.207Z] abea277ebcff: Preparing [2020-11-20T23:29:34.207Z] 9063eb0d5ffb: Preparing [2020-11-20T23:29:34.207Z] 72ab7b64a2a1: Preparing [2020-11-20T23:29:34.207Z] 72ab7b64a2a1: Layer already exists [2020-11-20T23:29:34.207Z] 9063eb0d5ffb: Layer already exists [2020-11-20T23:29:34.207Z] db2855e6e5b1: Layer already exists [2020-11-20T23:29:34.207Z] abea277ebcff: Layer already exists [2020-11-20T23:29:34.207Z] master: digest: sha256:4dc4163ea166e13ed96551ab4cba1bff48c403f25d2ef9283602364731c46289 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-11-20T23:29:34.384Z] 994dc5da6108: Pushed [Pipeline] echo [2020-11-20T23:29:34.387Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:34.431Z] taggedImages: [2020-11-20T23:29:34.431Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:34.431Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.4 [2020-11-20T23:29:34.431Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:34.431Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-20T23:29:34.490Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-20T23:29:34.490Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:34.490Z] 1.3.1-dev.4 [2020-11-20T23:29:34.490Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:34.490Z] master [2020-11-20T23:29:34.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-20T23:29:34.654Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:d9a7535e001b7332afdbd4b263f1c82b0aee40f4a93353d4854aeed63b887ef9 size: 3027 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:35.041Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:35.183Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:35.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:35.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-20T23:29:35.383Z] 742839a8cd05: Preparing [2020-11-20T23:29:35.383Z] 0201ecb2d9cf: Preparing [2020-11-20T23:29:35.383Z] dd8d8e5cb96c: Preparing [2020-11-20T23:29:35.383Z] 1985c3ae1da7: Preparing [2020-11-20T23:29:35.383Z] e9a5ae104bc0: Preparing [2020-11-20T23:29:35.383Z] 7579fece8cc1: Preparing [2020-11-20T23:29:35.383Z] 7579fece8cc1: Waiting [2020-11-20T23:29:35.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:35.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-20T23:29:35.513Z] 994dc5da6108: Preparing [2020-11-20T23:29:35.513Z] 0dd5d008a3b5: Preparing [2020-11-20T23:29:35.513Z] defa4d43ebc5: Preparing [2020-11-20T23:29:35.513Z] 1228b2b37192: Preparing [2020-11-20T23:29:35.513Z] 1228b2b37192: Preparing [2020-11-20T23:29:35.513Z] 21dc6354f51a: Preparing [2020-11-20T23:29:35.513Z] 9e3942381813: Preparing [2020-11-20T23:29:35.513Z] 0f36ad090f95: Preparing [2020-11-20T23:29:35.513Z] 994dc5da6108: Preparing [2020-11-20T23:29:35.513Z] ba53589c36d3: Preparing [2020-11-20T23:29:35.513Z] 1121fd659a15: Preparing [2020-11-20T23:29:35.513Z] be57f5a5ff9f: Preparing [2020-11-20T23:29:35.513Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:35.513Z] 9e3942381813: Waiting [2020-11-20T23:29:35.513Z] 1121fd659a15: Waiting [2020-11-20T23:29:35.513Z] be57f5a5ff9f: Waiting [2020-11-20T23:29:35.513Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:35.513Z] 0f36ad090f95: Waiting [2020-11-20T23:29:35.513Z] ba53589c36d3: Waiting [2020-11-20T23:29:35.698Z] 742839a8cd05: Pushed [2020-11-20T23:29:35.698Z] dd8d8e5cb96c: Pushed [2020-11-20T23:29:35.698Z] 1985c3ae1da7: Pushed [2020-11-20T23:29:35.783Z] defa4d43ebc5: Layer already exists [2020-11-20T23:29:35.783Z] 1228b2b37192: Layer already exists [2020-11-20T23:29:35.783Z] 21dc6354f51a: Layer already exists [2020-11-20T23:29:35.783Z] 994dc5da6108: Layer already exists [2020-11-20T23:29:35.783Z] 0dd5d008a3b5: Layer already exists [2020-11-20T23:29:35.783Z] 0f36ad090f95: Layer already exists [2020-11-20T23:29:35.783Z] 9e3942381813: Layer already exists [2020-11-20T23:29:35.783Z] ba53589c36d3: Layer already exists [2020-11-20T23:29:35.783Z] be57f5a5ff9f: Layer already exists [2020-11-20T23:29:35.783Z] 1121fd659a15: Layer already exists [2020-11-20T23:29:35.783Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:35.783Z] 1.3.1-dev.4: digest: sha256:d9a7535e001b7332afdbd4b263f1c82b0aee40f4a93353d4854aeed63b887ef9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:35.971Z] 7579fece8cc1: Pushed [2020-11-20T23:29:35.972Z] e9a5ae104bc0: Pushed [2020-11-20T23:29:36.117Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:36.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:36.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-20T23:29:36.449Z] 994dc5da6108: Preparing [2020-11-20T23:29:36.449Z] 0dd5d008a3b5: Preparing [2020-11-20T23:29:36.449Z] defa4d43ebc5: Preparing [2020-11-20T23:29:36.449Z] 1228b2b37192: Preparing [2020-11-20T23:29:36.449Z] 1228b2b37192: Preparing [2020-11-20T23:29:36.449Z] 21dc6354f51a: Preparing [2020-11-20T23:29:36.449Z] 9e3942381813: Preparing [2020-11-20T23:29:36.449Z] 0f36ad090f95: Preparing [2020-11-20T23:29:36.449Z] 994dc5da6108: Preparing [2020-11-20T23:29:36.449Z] ba53589c36d3: Preparing [2020-11-20T23:29:36.449Z] 1121fd659a15: Preparing [2020-11-20T23:29:36.449Z] be57f5a5ff9f: Preparing [2020-11-20T23:29:36.449Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:36.449Z] 9e3942381813: Waiting [2020-11-20T23:29:36.449Z] 0f36ad090f95: Waiting [2020-11-20T23:29:36.449Z] ba53589c36d3: Waiting [2020-11-20T23:29:36.449Z] be57f5a5ff9f: Waiting [2020-11-20T23:29:36.449Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:36.449Z] 0dd5d008a3b5: Layer already exists [2020-11-20T23:29:36.449Z] 21dc6354f51a: Layer already exists [2020-11-20T23:29:36.718Z] 994dc5da6108: Layer already exists [2020-11-20T23:29:36.718Z] 1228b2b37192: Layer already exists [2020-11-20T23:29:36.718Z] defa4d43ebc5: Layer already exists [2020-11-20T23:29:36.718Z] 9e3942381813: Layer already exists [2020-11-20T23:29:36.718Z] 1121fd659a15: Layer already exists [2020-11-20T23:29:36.718Z] 0f36ad090f95: Layer already exists [2020-11-20T23:29:36.718Z] ba53589c36d3: Layer already exists [2020-11-20T23:29:36.718Z] be57f5a5ff9f: Layer already exists [2020-11-20T23:29:36.718Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:36.718Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:d9a7535e001b7332afdbd4b263f1c82b0aee40f4a93353d4854aeed63b887ef9 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:36.944Z] 0201ecb2d9cf: Pushed [2020-11-20T23:29:37.072Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:37.210Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:e731fe5b3d150dcd73c34985550cab1f90c301a94cb6c58f3cb032cb5ae6ab04 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:37.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-20T23:29:37.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-20T23:29:37.401Z] 994dc5da6108: Preparing [2020-11-20T23:29:37.401Z] 0dd5d008a3b5: Preparing [2020-11-20T23:29:37.401Z] defa4d43ebc5: Preparing [2020-11-20T23:29:37.401Z] 1228b2b37192: Preparing [2020-11-20T23:29:37.401Z] 1228b2b37192: Preparing [2020-11-20T23:29:37.401Z] 21dc6354f51a: Preparing [2020-11-20T23:29:37.401Z] 9e3942381813: Preparing [2020-11-20T23:29:37.401Z] 0f36ad090f95: Preparing [2020-11-20T23:29:37.401Z] 994dc5da6108: Preparing [2020-11-20T23:29:37.401Z] ba53589c36d3: Preparing [2020-11-20T23:29:37.401Z] 1121fd659a15: Preparing [2020-11-20T23:29:37.401Z] be57f5a5ff9f: Preparing [2020-11-20T23:29:37.401Z] cd3761cfa1d9: Preparing [2020-11-20T23:29:37.401Z] ba53589c36d3: Waiting [2020-11-20T23:29:37.401Z] 9e3942381813: Waiting [2020-11-20T23:29:37.401Z] 1121fd659a15: Waiting [2020-11-20T23:29:37.401Z] be57f5a5ff9f: Waiting [2020-11-20T23:29:37.401Z] cd3761cfa1d9: Waiting [2020-11-20T23:29:37.525Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:37.671Z] 1228b2b37192: Layer already exists [2020-11-20T23:29:37.671Z] 0dd5d008a3b5: Layer already exists [2020-11-20T23:29:37.671Z] defa4d43ebc5: Layer already exists [2020-11-20T23:29:37.671Z] 21dc6354f51a: Layer already exists [2020-11-20T23:29:37.671Z] 994dc5da6108: Layer already exists [2020-11-20T23:29:37.671Z] 0f36ad090f95: Layer already exists [2020-11-20T23:29:37.671Z] 9e3942381813: Layer already exists [2020-11-20T23:29:37.671Z] 1121fd659a15: Layer already exists [2020-11-20T23:29:37.671Z] ba53589c36d3: Layer already exists [2020-11-20T23:29:37.671Z] be57f5a5ff9f: Layer already exists [2020-11-20T23:29:37.671Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:29:37.671Z] master: digest: sha256:d9a7535e001b7332afdbd4b263f1c82b0aee40f4a93353d4854aeed63b887ef9 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:37.855Z] ===================================================== [2020-11-20T23:29:37.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.4 [2020-11-20T23:29:37.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-20T23:29:37.860Z] 742839a8cd05: Preparing [2020-11-20T23:29:37.860Z] 0201ecb2d9cf: Preparing [2020-11-20T23:29:37.860Z] dd8d8e5cb96c: Preparing [2020-11-20T23:29:37.860Z] 1985c3ae1da7: Preparing [2020-11-20T23:29:37.860Z] e9a5ae104bc0: Preparing [2020-11-20T23:29:37.860Z] 7579fece8cc1: Preparing [2020-11-20T23:29:37.860Z] 7579fece8cc1: Waiting [2020-11-20T23:29:37.860Z] dd8d8e5cb96c: Layer already exists [2020-11-20T23:29:37.860Z] e9a5ae104bc0: Layer already exists [2020-11-20T23:29:37.860Z] 1985c3ae1da7: Layer already exists [2020-11-20T23:29:37.860Z] 742839a8cd05: Layer already exists [2020-11-20T23:29:37.860Z] 0201ecb2d9cf: Layer already exists [2020-11-20T23:29:37.860Z] 7579fece8cc1: Layer already exists [Pipeline] echo [2020-11-20T23:29:37.921Z] taggedImages: [2020-11-20T23:29:37.922Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:37.922Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:37.922Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:37.922Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-20T23:29:37.983Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-20T23:29:37.983Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:37.983Z] 1.3.1-dev.4 [2020-11-20T23:29:37.983Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:37.983Z] master [2020-11-20T23:29:37.983Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-20T23:29:38.126Z] 1.3.1-dev.4: digest: sha256:e731fe5b3d150dcd73c34985550cab1f90c301a94cb6c58f3cb032cb5ae6ab04 size: 1573 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:38.483Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:38.513Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:38.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:38.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-20T23:29:38.820Z] 1273322bb171: Preparing [2020-11-20T23:29:38.820Z] 9d63a89af9c6: Preparing [2020-11-20T23:29:38.820Z] 75601419820b: Preparing [2020-11-20T23:29:38.820Z] b80ee03e2752: Preparing [2020-11-20T23:29:38.820Z] 7bd3787ad5f2: Preparing [2020-11-20T23:29:38.820Z] 6fa1b5595a1f: Preparing [2020-11-20T23:29:38.820Z] 4b8d26c2de7f: Preparing [2020-11-20T23:29:38.820Z] 9fc87a602764: Preparing [2020-11-20T23:29:38.820Z] 66b385cf80cf: Preparing [2020-11-20T23:29:38.820Z] 6fa1b5595a1f: Waiting [2020-11-20T23:29:38.820Z] 4b8d26c2de7f: Waiting [2020-11-20T23:29:38.820Z] 9fc87a602764: Waiting [2020-11-20T23:29:38.820Z] 66b385cf80cf: Waiting [2020-11-20T23:29:38.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:38.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-20T23:29:38.947Z] 742839a8cd05: Preparing [2020-11-20T23:29:38.947Z] 0201ecb2d9cf: Preparing [2020-11-20T23:29:38.947Z] dd8d8e5cb96c: Preparing [2020-11-20T23:29:38.947Z] 1985c3ae1da7: Preparing [2020-11-20T23:29:38.947Z] e9a5ae104bc0: Preparing [2020-11-20T23:29:38.947Z] 7579fece8cc1: Preparing [2020-11-20T23:29:38.947Z] 7579fece8cc1: Waiting [2020-11-20T23:29:38.947Z] e9a5ae104bc0: Layer already exists [2020-11-20T23:29:38.947Z] 1985c3ae1da7: Layer already exists [2020-11-20T23:29:38.947Z] 0201ecb2d9cf: Layer already exists [2020-11-20T23:29:38.947Z] 742839a8cd05: Layer already exists [2020-11-20T23:29:38.947Z] dd8d8e5cb96c: Layer already exists [2020-11-20T23:29:38.947Z] 7579fece8cc1: Layer already exists [2020-11-20T23:29:38.947Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:e731fe5b3d150dcd73c34985550cab1f90c301a94cb6c58f3cb032cb5ae6ab04 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:39.093Z] 9d63a89af9c6: Pushed [2020-11-20T23:29:39.093Z] 1273322bb171: Pushed [2020-11-20T23:29:39.093Z] 7bd3787ad5f2: Pushed [2020-11-20T23:29:39.264Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:39.367Z] 6fa1b5595a1f: Pushed [2020-11-20T23:29:39.367Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:39.367Z] 4b8d26c2de7f: Pushed [2020-11-20T23:29:39.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-20T23:29:39.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-20T23:29:39.575Z] 742839a8cd05: Preparing [2020-11-20T23:29:39.575Z] 0201ecb2d9cf: Preparing [2020-11-20T23:29:39.575Z] dd8d8e5cb96c: Preparing [2020-11-20T23:29:39.575Z] 1985c3ae1da7: Preparing [2020-11-20T23:29:39.575Z] e9a5ae104bc0: Preparing [2020-11-20T23:29:39.575Z] 7579fece8cc1: Preparing [2020-11-20T23:29:39.575Z] 7579fece8cc1: Waiting [2020-11-20T23:29:39.575Z] e9a5ae104bc0: Layer already exists [2020-11-20T23:29:39.575Z] 0201ecb2d9cf: Layer already exists [2020-11-20T23:29:39.575Z] 742839a8cd05: Layer already exists [2020-11-20T23:29:39.575Z] 1985c3ae1da7: Layer already exists [2020-11-20T23:29:39.575Z] dd8d8e5cb96c: Layer already exists [2020-11-20T23:29:39.575Z] 7579fece8cc1: Layer already exists [2020-11-20T23:29:39.575Z] master: digest: sha256:e731fe5b3d150dcd73c34985550cab1f90c301a94cb6c58f3cb032cb5ae6ab04 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-20T23:29:39.961Z] 9fc87a602764: Pushed [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:40.018Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:40.075Z] taggedImages: [2020-11-20T23:29:40.075Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:40.075Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.4 [2020-11-20T23:29:40.075Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:40.075Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-20T23:29:40.190Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-20T23:29:40.190Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:40.190Z] 1.3.1-dev.4 [2020-11-20T23:29:40.190Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:40.190Z] master [2020-11-20T23:29:40.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:41.104Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:41.388Z] 75601419820b: Pushed [2020-11-20T23:29:41.388Z] b80ee03e2752: Pushed [2020-11-20T23:29:41.388Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:8dec6007272edac9cbec71e4aeca5718c9947050a19003b3446c0481ea7d510c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:41.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:41.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-20T23:29:41.438Z] 7b189ce619d0: Preparing [2020-11-20T23:29:41.438Z] 50e33798a407: Preparing [2020-11-20T23:29:41.438Z] 7f78ed7e904b: Preparing [2020-11-20T23:29:41.727Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:41.746Z] 7f78ed7e904b: Pushed [2020-11-20T23:29:41.746Z] 7b189ce619d0: Pushed [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:42.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:42.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-20T23:29:42.062Z] 1273322bb171: Preparing [2020-11-20T23:29:42.062Z] 9d63a89af9c6: Preparing [2020-11-20T23:29:42.062Z] 75601419820b: Preparing [2020-11-20T23:29:42.062Z] b80ee03e2752: Preparing [2020-11-20T23:29:42.062Z] 7bd3787ad5f2: Preparing [2020-11-20T23:29:42.062Z] 6fa1b5595a1f: Preparing [2020-11-20T23:29:42.062Z] 4b8d26c2de7f: Preparing [2020-11-20T23:29:42.062Z] 9fc87a602764: Preparing [2020-11-20T23:29:42.062Z] 66b385cf80cf: Preparing [2020-11-20T23:29:42.062Z] 4b8d26c2de7f: Waiting [2020-11-20T23:29:42.062Z] 9fc87a602764: Waiting [2020-11-20T23:29:42.062Z] 66b385cf80cf: Waiting [2020-11-20T23:29:42.062Z] 6fa1b5595a1f: Waiting [2020-11-20T23:29:42.062Z] 7bd3787ad5f2: Layer already exists [2020-11-20T23:29:42.062Z] b80ee03e2752: Layer already exists [2020-11-20T23:29:42.062Z] 9d63a89af9c6: Layer already exists [2020-11-20T23:29:42.062Z] 1273322bb171: Layer already exists [2020-11-20T23:29:42.062Z] 75601419820b: Layer already exists [2020-11-20T23:29:42.062Z] 4b8d26c2de7f: Layer already exists [2020-11-20T23:29:42.062Z] 6fa1b5595a1f: Layer already exists [2020-11-20T23:29:42.062Z] 9fc87a602764: Layer already exists [2020-11-20T23:29:42.062Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:42.334Z] 1.3.1-dev.4: digest: sha256:8dec6007272edac9cbec71e4aeca5718c9947050a19003b3446c0481ea7d510c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:42.689Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:43.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:43.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-20T23:29:43.028Z] 1273322bb171: Preparing [2020-11-20T23:29:43.028Z] 9d63a89af9c6: Preparing [2020-11-20T23:29:43.028Z] 75601419820b: Preparing [2020-11-20T23:29:43.028Z] b80ee03e2752: Preparing [2020-11-20T23:29:43.028Z] 7bd3787ad5f2: Preparing [2020-11-20T23:29:43.028Z] 6fa1b5595a1f: Preparing [2020-11-20T23:29:43.028Z] 4b8d26c2de7f: Preparing [2020-11-20T23:29:43.028Z] 9fc87a602764: Preparing [2020-11-20T23:29:43.028Z] 66b385cf80cf: Preparing [2020-11-20T23:29:43.028Z] 4b8d26c2de7f: Waiting [2020-11-20T23:29:43.028Z] 6fa1b5595a1f: Waiting [2020-11-20T23:29:43.028Z] 66b385cf80cf: Waiting [2020-11-20T23:29:43.028Z] 9fc87a602764: Waiting [2020-11-20T23:29:43.028Z] 75601419820b: Layer already exists [2020-11-20T23:29:43.029Z] 1273322bb171: Layer already exists [2020-11-20T23:29:43.029Z] 9d63a89af9c6: Layer already exists [2020-11-20T23:29:43.029Z] b80ee03e2752: Layer already exists [2020-11-20T23:29:43.029Z] 7bd3787ad5f2: Layer already exists [2020-11-20T23:29:43.029Z] 6fa1b5595a1f: Layer already exists [2020-11-20T23:29:43.029Z] 4b8d26c2de7f: Layer already exists [2020-11-20T23:29:43.029Z] 9fc87a602764: Layer already exists [2020-11-20T23:29:43.266Z] 50e33798a407: Pushed [2020-11-20T23:29:43.266Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:82e056f3b6edbaf99825386704265d01766aa5220de424e842a16cb880a7b74c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:43.301Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:43.301Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:8dec6007272edac9cbec71e4aeca5718c9947050a19003b3446c0481ea7d510c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:43.623Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:43.728Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:43.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.4 [2020-11-20T23:29:43.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-20T23:29:43.977Z] 7b189ce619d0: Preparing [2020-11-20T23:29:43.977Z] 50e33798a407: Preparing [2020-11-20T23:29:43.977Z] 7f78ed7e904b: Preparing [2020-11-20T23:29:43.977Z] 50e33798a407: Layer already exists [2020-11-20T23:29:43.977Z] 7b189ce619d0: Layer already exists [2020-11-20T23:29:43.977Z] 7f78ed7e904b: Layer already exists [2020-11-20T23:29:43.977Z] 1.3.1-dev.4: digest: sha256:82e056f3b6edbaf99825386704265d01766aa5220de424e842a16cb880a7b74c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:44.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-20T23:29:44.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-20T23:29:44.104Z] 1273322bb171: Preparing [2020-11-20T23:29:44.104Z] 9d63a89af9c6: Preparing [2020-11-20T23:29:44.104Z] 75601419820b: Preparing [2020-11-20T23:29:44.104Z] b80ee03e2752: Preparing [2020-11-20T23:29:44.104Z] 7bd3787ad5f2: Preparing [2020-11-20T23:29:44.104Z] 6fa1b5595a1f: Preparing [2020-11-20T23:29:44.104Z] 4b8d26c2de7f: Preparing [2020-11-20T23:29:44.104Z] 9fc87a602764: Preparing [2020-11-20T23:29:44.104Z] 66b385cf80cf: Preparing [2020-11-20T23:29:44.104Z] 4b8d26c2de7f: Waiting [2020-11-20T23:29:44.104Z] 9fc87a602764: Waiting [2020-11-20T23:29:44.104Z] 66b385cf80cf: Waiting [2020-11-20T23:29:44.104Z] 6fa1b5595a1f: Waiting [2020-11-20T23:29:44.104Z] 9d63a89af9c6: Layer already exists [2020-11-20T23:29:44.104Z] 1273322bb171: Layer already exists [2020-11-20T23:29:44.104Z] 75601419820b: Layer already exists [2020-11-20T23:29:44.104Z] b80ee03e2752: Layer already exists [2020-11-20T23:29:44.104Z] 7bd3787ad5f2: Layer already exists [2020-11-20T23:29:44.327Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:44.376Z] 66b385cf80cf: Layer already exists [2020-11-20T23:29:44.376Z] 4b8d26c2de7f: Layer already exists [2020-11-20T23:29:44.376Z] 9fc87a602764: Layer already exists [2020-11-20T23:29:44.376Z] 6fa1b5595a1f: Layer already exists [2020-11-20T23:29:44.376Z] master: digest: sha256:8dec6007272edac9cbec71e4aeca5718c9947050a19003b3446c0481ea7d510c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:44.590Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:44.634Z] taggedImages: [2020-11-20T23:29:44.634Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:44.634Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:44.634Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:44.634Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-20T23:29:44.699Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-20T23:29:44.699Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:44.699Z] 1.3.1-dev.4 [2020-11-20T23:29:44.699Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:44.699Z] master [2020-11-20T23:29:44.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:45.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:45.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-20T23:29:45.530Z] 7b189ce619d0: Preparing [2020-11-20T23:29:45.530Z] 50e33798a407: Preparing [2020-11-20T23:29:45.530Z] 7f78ed7e904b: Preparing [2020-11-20T23:29:45.530Z] 7b189ce619d0: Layer already exists [2020-11-20T23:29:45.530Z] 7f78ed7e904b: Layer already exists [2020-11-20T23:29:45.530Z] 50e33798a407: Layer already exists [2020-11-20T23:29:45.530Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:82e056f3b6edbaf99825386704265d01766aa5220de424e842a16cb880a7b74c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:45.627Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:46.273Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-20T23:29:46.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:46.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-20T23:29:46.327Z] 066b436d7419: Preparing [2020-11-20T23:29:46.327Z] 95c88f2e131a: Preparing [2020-11-20T23:29:46.327Z] d000fdddd88a: Preparing [2020-11-20T23:29:46.327Z] 13bf6d202edb: Preparing [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:46.607Z] d000fdddd88a: Pushed [2020-11-20T23:29:46.607Z] 066b436d7419: Pushed [2020-11-20T23:29:46.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-20T23:29:46.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-20T23:29:46.746Z] 7b189ce619d0: Preparing [2020-11-20T23:29:46.746Z] 50e33798a407: Preparing [2020-11-20T23:29:46.746Z] 7f78ed7e904b: Preparing [2020-11-20T23:29:46.746Z] 7f78ed7e904b: Layer already exists [2020-11-20T23:29:46.746Z] 7b189ce619d0: Layer already exists [2020-11-20T23:29:46.746Z] 50e33798a407: Layer already exists [2020-11-20T23:29:46.877Z] 13bf6d202edb: Pushed [2020-11-20T23:29:47.065Z] master: digest: sha256:82e056f3b6edbaf99825386704265d01766aa5220de424e842a16cb880a7b74c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:47.290Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:47.337Z] taggedImages: [2020-11-20T23:29:47.337Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:47.337Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.4 [2020-11-20T23:29:47.337Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:47.337Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-20T23:29:47.396Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-20T23:29:47.396Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:47.396Z] 1.3.1-dev.4 [2020-11-20T23:29:47.396Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:47.396Z] master [2020-11-20T23:29:47.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:47.924Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:48.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:48.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-20T23:29:48.470Z] 9971863347df: Preparing [2020-11-20T23:29:48.470Z] e942ce940244: Preparing [2020-11-20T23:29:48.470Z] 41346bed3ce4: Preparing [2020-11-20T23:29:48.470Z] 5fec12488ec4: Preparing [2020-11-20T23:29:48.470Z] cd267acf938a: Preparing [2020-11-20T23:29:48.470Z] f8804ab226e5: Preparing [2020-11-20T23:29:48.470Z] b0fe768c9150: Preparing [2020-11-20T23:29:48.470Z] 1d278c39f50a: Preparing [2020-11-20T23:29:48.470Z] 3730a0890c46: Preparing [2020-11-20T23:29:48.470Z] 383f309b5d37: Preparing [2020-11-20T23:29:48.470Z] e1a73c32da76: Preparing [2020-11-20T23:29:48.470Z] 31b11ec6ff38: Preparing [2020-11-20T23:29:48.470Z] 911954e2fe49: Preparing [2020-11-20T23:29:48.470Z] ace0eda3e3be: Preparing [2020-11-20T23:29:48.470Z] 3730a0890c46: Waiting [2020-11-20T23:29:48.470Z] 383f309b5d37: Waiting [2020-11-20T23:29:48.470Z] e1a73c32da76: Waiting [2020-11-20T23:29:48.470Z] 31b11ec6ff38: Waiting [2020-11-20T23:29:48.470Z] ace0eda3e3be: Waiting [2020-11-20T23:29:48.470Z] 911954e2fe49: Waiting [2020-11-20T23:29:48.470Z] f8804ab226e5: Waiting [2020-11-20T23:29:48.470Z] b0fe768c9150: Waiting [2020-11-20T23:29:48.470Z] 1d278c39f50a: Waiting [2020-11-20T23:29:48.834Z] 95c88f2e131a: Pushed [2020-11-20T23:29:49.103Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:41933f0cb2af0da3b9978fc45226112dae5bcb3581708a65195f9d8a0cdeae45 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:49.237Z] cd267acf938a: Pushed [2020-11-20T23:29:49.469Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:49.566Z] 9971863347df: Pushed [2020-11-20T23:29:49.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:49.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-20T23:29:49.839Z] 066b436d7419: Preparing [2020-11-20T23:29:49.839Z] 95c88f2e131a: Preparing [2020-11-20T23:29:49.839Z] d000fdddd88a: Preparing [2020-11-20T23:29:49.839Z] 13bf6d202edb: Preparing [2020-11-20T23:29:49.839Z] d000fdddd88a: Layer already exists [2020-11-20T23:29:49.839Z] 95c88f2e131a: Layer already exists [2020-11-20T23:29:49.839Z] 066b436d7419: Layer already exists [2020-11-20T23:29:49.978Z] 5fec12488ec4: Pushed [2020-11-20T23:29:49.978Z] 1d278c39f50a: Layer already exists [2020-11-20T23:29:49.978Z] 3730a0890c46: Layer already exists [2020-11-20T23:29:50.114Z] 13bf6d202edb: Layer already exists [2020-11-20T23:29:50.114Z] 1.3.1-dev.4: digest: sha256:41933f0cb2af0da3b9978fc45226112dae5bcb3581708a65195f9d8a0cdeae45 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:50.415Z] 383f309b5d37: Layer already exists [2020-11-20T23:29:50.415Z] e1a73c32da76: Layer already exists [2020-11-20T23:29:50.415Z] b0fe768c9150: Pushed [2020-11-20T23:29:50.415Z] 31b11ec6ff38: Layer already exists [2020-11-20T23:29:50.471Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:50.778Z] 911954e2fe49: Layer already exists [2020-11-20T23:29:50.778Z] ace0eda3e3be: Layer already exists [2020-11-20T23:29:50.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:50.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-20T23:29:50.806Z] 066b436d7419: Preparing [2020-11-20T23:29:50.806Z] 95c88f2e131a: Preparing [2020-11-20T23:29:50.806Z] d000fdddd88a: Preparing [2020-11-20T23:29:50.806Z] 13bf6d202edb: Preparing [2020-11-20T23:29:51.076Z] d000fdddd88a: Layer already exists [2020-11-20T23:29:51.076Z] 13bf6d202edb: Layer already exists [2020-11-20T23:29:51.076Z] 95c88f2e131a: Layer already exists [2020-11-20T23:29:51.076Z] 066b436d7419: Layer already exists [2020-11-20T23:29:51.076Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:41933f0cb2af0da3b9978fc45226112dae5bcb3581708a65195f9d8a0cdeae45 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:51.415Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:51.590Z] f8804ab226e5: Pushed [2020-11-20T23:29:51.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-20T23:29:51.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-20T23:29:51.747Z] 066b436d7419: Preparing [2020-11-20T23:29:51.747Z] 95c88f2e131a: Preparing [2020-11-20T23:29:51.747Z] d000fdddd88a: Preparing [2020-11-20T23:29:51.747Z] 13bf6d202edb: Preparing [2020-11-20T23:29:51.747Z] 13bf6d202edb: Layer already exists [2020-11-20T23:29:51.747Z] 95c88f2e131a: Layer already exists [2020-11-20T23:29:51.747Z] d000fdddd88a: Layer already exists [2020-11-20T23:29:51.747Z] 066b436d7419: Layer already exists [2020-11-20T23:29:51.867Z] e942ce940244: Pushed [2020-11-20T23:29:52.016Z] master: digest: sha256:41933f0cb2af0da3b9978fc45226112dae5bcb3581708a65195f9d8a0cdeae45 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:52.226Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:52.267Z] taggedImages: [2020-11-20T23:29:52.268Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:52.268Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:52.268Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:52.268Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-20T23:29:52.328Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-20T23:29:52.328Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:52.328Z] 1.3.1-dev.4 [2020-11-20T23:29:52.328Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:52.328Z] master [2020-11-20T23:29:52.328Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:53.005Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:53.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:53.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-20T23:29:53.336Z] c59a53d5e8bf: Preparing [2020-11-20T23:29:53.336Z] fbdea13c0583: Preparing [2020-11-20T23:29:53.336Z] 19608ebc8ce5: Preparing [2020-11-20T23:29:53.336Z] d68c3e2a46a8: Preparing [2020-11-20T23:29:53.336Z] 645cac64ea68: Preparing [2020-11-20T23:29:53.336Z] a5fb2aeb23c0: Preparing [2020-11-20T23:29:53.336Z] a5fb2aeb23c0: Waiting [2020-11-20T23:29:53.618Z] c59a53d5e8bf: Pushed [2020-11-20T23:29:53.618Z] 19608ebc8ce5: Pushed [2020-11-20T23:29:53.618Z] 645cac64ea68: Pushed [2020-11-20T23:29:53.889Z] d68c3e2a46a8: Pushed [2020-11-20T23:29:54.161Z] a5fb2aeb23c0: Pushed [2020-11-20T23:29:56.771Z] fbdea13c0583: Pushed [2020-11-20T23:29:56.771Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:5fc3c7d240be9e962acf8b096536e33a37e33b608f13c04175de5d9251821878 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:57.111Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:57.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:57.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-20T23:29:57.470Z] c59a53d5e8bf: Preparing [2020-11-20T23:29:57.470Z] fbdea13c0583: Preparing [2020-11-20T23:29:57.470Z] 19608ebc8ce5: Preparing [2020-11-20T23:29:57.470Z] d68c3e2a46a8: Preparing [2020-11-20T23:29:57.470Z] 645cac64ea68: Preparing [2020-11-20T23:29:57.470Z] a5fb2aeb23c0: Preparing [2020-11-20T23:29:57.470Z] a5fb2aeb23c0: Waiting [2020-11-20T23:29:57.470Z] fbdea13c0583: Layer already exists [2020-11-20T23:29:57.470Z] c59a53d5e8bf: Layer already exists [2020-11-20T23:29:57.470Z] 19608ebc8ce5: Layer already exists [2020-11-20T23:29:57.470Z] 645cac64ea68: Layer already exists [2020-11-20T23:29:57.470Z] d68c3e2a46a8: Layer already exists [2020-11-20T23:29:57.470Z] a5fb2aeb23c0: Layer already exists [2020-11-20T23:29:57.741Z] 1.3.1-dev.4: digest: sha256:5fc3c7d240be9e962acf8b096536e33a37e33b608f13c04175de5d9251821878 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:58.083Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:58.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:58.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-20T23:29:58.422Z] c59a53d5e8bf: Preparing [2020-11-20T23:29:58.422Z] fbdea13c0583: Preparing [2020-11-20T23:29:58.422Z] 19608ebc8ce5: Preparing [2020-11-20T23:29:58.422Z] d68c3e2a46a8: Preparing [2020-11-20T23:29:58.422Z] 645cac64ea68: Preparing [2020-11-20T23:29:58.422Z] a5fb2aeb23c0: Preparing [2020-11-20T23:29:58.422Z] a5fb2aeb23c0: Waiting [2020-11-20T23:29:58.693Z] c59a53d5e8bf: Layer already exists [2020-11-20T23:29:58.693Z] d68c3e2a46a8: Layer already exists [2020-11-20T23:29:58.693Z] fbdea13c0583: Layer already exists [2020-11-20T23:29:58.693Z] 19608ebc8ce5: Layer already exists [2020-11-20T23:29:58.693Z] 645cac64ea68: Layer already exists [2020-11-20T23:29:58.693Z] a5fb2aeb23c0: Layer already exists [2020-11-20T23:29:58.693Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:5fc3c7d240be9e962acf8b096536e33a37e33b608f13c04175de5d9251821878 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:59.037Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:29:59.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-20T23:29:59.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-20T23:29:59.373Z] c59a53d5e8bf: Preparing [2020-11-20T23:29:59.373Z] fbdea13c0583: Preparing [2020-11-20T23:29:59.373Z] 19608ebc8ce5: Preparing [2020-11-20T23:29:59.373Z] d68c3e2a46a8: Preparing [2020-11-20T23:29:59.373Z] 645cac64ea68: Preparing [2020-11-20T23:29:59.373Z] a5fb2aeb23c0: Preparing [2020-11-20T23:29:59.373Z] a5fb2aeb23c0: Waiting [2020-11-20T23:29:59.373Z] c59a53d5e8bf: Layer already exists [2020-11-20T23:29:59.645Z] 645cac64ea68: Layer already exists [2020-11-20T23:29:59.645Z] fbdea13c0583: Layer already exists [2020-11-20T23:29:59.645Z] d68c3e2a46a8: Layer already exists [2020-11-20T23:29:59.645Z] 19608ebc8ce5: Layer already exists [2020-11-20T23:29:59.645Z] a5fb2aeb23c0: Layer already exists [2020-11-20T23:29:59.645Z] master: digest: sha256:5fc3c7d240be9e962acf8b096536e33a37e33b608f13c04175de5d9251821878 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:29:59.856Z] ===================================================== [Pipeline] echo [2020-11-20T23:29:59.923Z] taggedImages: [2020-11-20T23:29:59.923Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:29:59.923Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.4 [2020-11-20T23:29:59.923Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:29:59.923Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-20T23:30:00.018Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-20T23:30:00.019Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:30:00.019Z] 1.3.1-dev.4 [2020-11-20T23:30:00.019Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:00.019Z] master [2020-11-20T23:30:00.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:00.606Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:00.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:30:00.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-20T23:30:00.942Z] 2905fb7de400: Preparing [2020-11-20T23:30:00.942Z] ba52bc7c2ba0: Preparing [2020-11-20T23:30:00.942Z] 1f6958317ff1: Preparing [2020-11-20T23:30:01.214Z] 1f6958317ff1: Pushed [2020-11-20T23:30:01.214Z] 2905fb7de400: Pushed [2020-11-20T23:30:04.601Z] ba52bc7c2ba0: Pushed [2020-11-20T23:30:04.601Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:42b1003b7a48e53e2172474493b6be1121a220a410c6d6eec710e24b8d717c92 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:04.635Z] 41346bed3ce4: Pushed [2020-11-20T23:30:04.926Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:a07e651f890d3fb47c4de5e94b6fe41dbe8aadb5b629584d18fd1c0d87596ce6 size: 3253 [2020-11-20T23:30:04.940Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:05.336Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.4 [2020-11-20T23:30:05.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.4 [2020-11-20T23:30:05.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-20T23:30:05.426Z] 2905fb7de400: Preparing [2020-11-20T23:30:05.426Z] ba52bc7c2ba0: Preparing [2020-11-20T23:30:05.426Z] 1f6958317ff1: Preparing [2020-11-20T23:30:05.426Z] 1f6958317ff1: Layer already exists [2020-11-20T23:30:05.426Z] 2905fb7de400: Layer already exists [2020-11-20T23:30:05.426Z] ba52bc7c2ba0: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:05.695Z] 1.3.1-dev.4: digest: sha256:42b1003b7a48e53e2172474493b6be1121a220a410c6d6eec710e24b8d717c92 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:05.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.4 [2020-11-20T23:30:06.084Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:06.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-20T23:30:06.275Z] 9971863347df: Preparing [2020-11-20T23:30:06.275Z] e942ce940244: Preparing [2020-11-20T23:30:06.275Z] 41346bed3ce4: Preparing [2020-11-20T23:30:06.275Z] 5fec12488ec4: Preparing [2020-11-20T23:30:06.275Z] cd267acf938a: Preparing [2020-11-20T23:30:06.275Z] f8804ab226e5: Preparing [2020-11-20T23:30:06.275Z] b0fe768c9150: Preparing [2020-11-20T23:30:06.275Z] 1d278c39f50a: Preparing [2020-11-20T23:30:06.275Z] 3730a0890c46: Preparing [2020-11-20T23:30:06.275Z] 383f309b5d37: Preparing [2020-11-20T23:30:06.275Z] e1a73c32da76: Preparing [2020-11-20T23:30:06.275Z] 31b11ec6ff38: Preparing [2020-11-20T23:30:06.275Z] 911954e2fe49: Preparing [2020-11-20T23:30:06.275Z] ace0eda3e3be: Preparing [2020-11-20T23:30:06.275Z] f8804ab226e5: Waiting [2020-11-20T23:30:06.275Z] b0fe768c9150: Waiting [2020-11-20T23:30:06.275Z] 1d278c39f50a: Waiting [2020-11-20T23:30:06.275Z] 3730a0890c46: Waiting [2020-11-20T23:30:06.275Z] 383f309b5d37: Waiting [2020-11-20T23:30:06.275Z] e1a73c32da76: Waiting [2020-11-20T23:30:06.275Z] 31b11ec6ff38: Waiting [2020-11-20T23:30:06.275Z] 911954e2fe49: Waiting [2020-11-20T23:30:06.275Z] ace0eda3e3be: Waiting [2020-11-20T23:30:06.275Z] e942ce940244: Layer already exists [2020-11-20T23:30:06.275Z] cd267acf938a: Layer already exists [2020-11-20T23:30:06.275Z] 5fec12488ec4: Layer already exists [2020-11-20T23:30:06.275Z] 9971863347df: Layer already exists [2020-11-20T23:30:06.275Z] 41346bed3ce4: Layer already exists [2020-11-20T23:30:06.275Z] f8804ab226e5: Layer already exists [2020-11-20T23:30:06.275Z] 1d278c39f50a: Layer already exists [2020-11-20T23:30:06.275Z] 383f309b5d37: Layer already exists [2020-11-20T23:30:06.275Z] 3730a0890c46: Layer already exists [2020-11-20T23:30:06.275Z] b0fe768c9150: Layer already exists [2020-11-20T23:30:06.275Z] 31b11ec6ff38: Layer already exists [2020-11-20T23:30:06.275Z] 911954e2fe49: Layer already exists [2020-11-20T23:30:06.275Z] e1a73c32da76: Layer already exists [2020-11-20T23:30:06.275Z] ace0eda3e3be: Layer already exists [2020-11-20T23:30:06.275Z] 1.3.1-dev.4: digest: sha256:a07e651f890d3fb47c4de5e94b6fe41dbe8aadb5b629584d18fd1c0d87596ce6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:06.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:06.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-20T23:30:06.418Z] 2905fb7de400: Preparing [2020-11-20T23:30:06.418Z] ba52bc7c2ba0: Preparing [2020-11-20T23:30:06.418Z] 1f6958317ff1: Preparing [2020-11-20T23:30:06.641Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:06.686Z] 2905fb7de400: Layer already exists [2020-11-20T23:30:06.686Z] 1f6958317ff1: Layer already exists [2020-11-20T23:30:06.686Z] ba52bc7c2ba0: Layer already exists [2020-11-20T23:30:06.686Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:42b1003b7a48e53e2172474493b6be1121a220a410c6d6eec710e24b8d717c92 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:07.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:07.171Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:07.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-20T23:30:07.310Z] 9971863347df: Preparing [2020-11-20T23:30:07.310Z] e942ce940244: Preparing [2020-11-20T23:30:07.310Z] 41346bed3ce4: Preparing [2020-11-20T23:30:07.310Z] 5fec12488ec4: Preparing [2020-11-20T23:30:07.310Z] cd267acf938a: Preparing [2020-11-20T23:30:07.310Z] f8804ab226e5: Preparing [2020-11-20T23:30:07.310Z] b0fe768c9150: Preparing [2020-11-20T23:30:07.310Z] 1d278c39f50a: Preparing [2020-11-20T23:30:07.310Z] 3730a0890c46: Preparing [2020-11-20T23:30:07.310Z] 383f309b5d37: Preparing [2020-11-20T23:30:07.310Z] e1a73c32da76: Preparing [2020-11-20T23:30:07.310Z] 31b11ec6ff38: Preparing [2020-11-20T23:30:07.310Z] 911954e2fe49: Preparing [2020-11-20T23:30:07.310Z] ace0eda3e3be: Preparing [2020-11-20T23:30:07.310Z] f8804ab226e5: Waiting [2020-11-20T23:30:07.310Z] b0fe768c9150: Waiting [2020-11-20T23:30:07.310Z] 1d278c39f50a: Waiting [2020-11-20T23:30:07.310Z] 3730a0890c46: Waiting [2020-11-20T23:30:07.310Z] 383f309b5d37: Waiting [2020-11-20T23:30:07.310Z] e1a73c32da76: Waiting [2020-11-20T23:30:07.310Z] 31b11ec6ff38: Waiting [2020-11-20T23:30:07.310Z] 911954e2fe49: Waiting [2020-11-20T23:30:07.310Z] ace0eda3e3be: Waiting [2020-11-20T23:30:07.310Z] 41346bed3ce4: Layer already exists [2020-11-20T23:30:07.310Z] cd267acf938a: Layer already exists [2020-11-20T23:30:07.310Z] 9971863347df: Layer already exists [2020-11-20T23:30:07.310Z] 5fec12488ec4: Layer already exists [2020-11-20T23:30:07.310Z] e942ce940244: Layer already exists [2020-11-20T23:30:07.310Z] f8804ab226e5: Layer already exists [2020-11-20T23:30:07.310Z] 383f309b5d37: Layer already exists [2020-11-20T23:30:07.310Z] 1d278c39f50a: Layer already exists [2020-11-20T23:30:07.310Z] 3730a0890c46: Layer already exists [2020-11-20T23:30:07.310Z] b0fe768c9150: Layer already exists [2020-11-20T23:30:07.310Z] e1a73c32da76: Layer already exists [2020-11-20T23:30:07.310Z] 31b11ec6ff38: Layer already exists [2020-11-20T23:30:07.310Z] 911954e2fe49: Layer already exists [2020-11-20T23:30:07.310Z] ace0eda3e3be: Layer already exists [2020-11-20T23:30:07.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-20T23:30:07.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-20T23:30:07.522Z] 2905fb7de400: Preparing [2020-11-20T23:30:07.522Z] ba52bc7c2ba0: Preparing [2020-11-20T23:30:07.522Z] 1f6958317ff1: Preparing [2020-11-20T23:30:07.590Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:a07e651f890d3fb47c4de5e94b6fe41dbe8aadb5b629584d18fd1c0d87596ce6 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:07.791Z] ba52bc7c2ba0: Layer already exists [2020-11-20T23:30:07.792Z] 1f6958317ff1: Layer already exists [2020-11-20T23:30:07.792Z] 2905fb7de400: Layer already exists [2020-11-20T23:30:07.792Z] master: digest: sha256:42b1003b7a48e53e2172474493b6be1121a220a410c6d6eec710e24b8d717c92 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-11-20T23:30:07.977Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] echo [2020-11-20T23:30:08.033Z] ===================================================== [Pipeline] echo [2020-11-20T23:30:08.079Z] taggedImages: [2020-11-20T23:30:08.079Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:30:08.079Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.4 [2020-11-20T23:30:08.079Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:08.079Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-20T23:30:08.143Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-20T23:30:08.143Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:30:08.143Z] 1.3.1-dev.4 [2020-11-20T23:30:08.143Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:08.143Z] master [2020-11-20T23:30:08.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:08.677Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:08.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-20T23:30:08.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-20T23:30:09.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:30:09.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-20T23:30:09.010Z] 17c4dd14d44f: Preparing [2020-11-20T23:30:09.010Z] c555267c9796: Preparing [2020-11-20T23:30:09.010Z] 561e9031cba4: Preparing [2020-11-20T23:30:09.010Z] d6c584dfa9ff: Preparing [2020-11-20T23:30:09.010Z] 59bb347b6909: Preparing [2020-11-20T23:30:09.010Z] ce5e6a49d5b8: Preparing [2020-11-20T23:30:09.010Z] 66840615cbd1: Preparing [2020-11-20T23:30:09.010Z] 52543ddb2901: Preparing [2020-11-20T23:30:09.010Z] 9f553b275599: Preparing [2020-11-20T23:30:09.010Z] 3a47579f0cd1: Preparing [2020-11-20T23:30:09.010Z] cd6d79ebbfb6: Preparing [2020-11-20T23:30:09.010Z] 3e7dc55cab04: Preparing [2020-11-20T23:30:09.010Z] b2e85fd0898f: Preparing [2020-11-20T23:30:09.010Z] cd3761cfa1d9: Preparing [2020-11-20T23:30:09.010Z] ce5e6a49d5b8: Waiting [2020-11-20T23:30:09.010Z] 66840615cbd1: Waiting [2020-11-20T23:30:09.010Z] 52543ddb2901: Waiting [2020-11-20T23:30:09.010Z] 9f553b275599: Waiting [2020-11-20T23:30:09.010Z] b2e85fd0898f: Waiting [2020-11-20T23:30:09.010Z] 3a47579f0cd1: Waiting [2020-11-20T23:30:09.010Z] cd3761cfa1d9: Waiting [2020-11-20T23:30:09.010Z] cd6d79ebbfb6: Waiting [2020-11-20T23:30:09.010Z] 3e7dc55cab04: Waiting [2020-11-20T23:30:09.282Z] 9971863347df: Preparing [2020-11-20T23:30:09.283Z] e942ce940244: Preparing [2020-11-20T23:30:09.283Z] 41346bed3ce4: Preparing [2020-11-20T23:30:09.283Z] 5fec12488ec4: Preparing [2020-11-20T23:30:09.283Z] cd267acf938a: Preparing [2020-11-20T23:30:09.283Z] f8804ab226e5: Preparing [2020-11-20T23:30:09.283Z] b0fe768c9150: Preparing [2020-11-20T23:30:09.283Z] 1d278c39f50a: Preparing [2020-11-20T23:30:09.283Z] 3730a0890c46: Preparing [2020-11-20T23:30:09.283Z] 383f309b5d37: Preparing [2020-11-20T23:30:09.283Z] e1a73c32da76: Preparing [2020-11-20T23:30:09.283Z] 31b11ec6ff38: Preparing [2020-11-20T23:30:09.283Z] 911954e2fe49: Preparing [2020-11-20T23:30:09.283Z] ace0eda3e3be: Preparing [2020-11-20T23:30:09.283Z] f8804ab226e5: Waiting [2020-11-20T23:30:09.283Z] b0fe768c9150: Waiting [2020-11-20T23:30:09.283Z] 1d278c39f50a: Waiting [2020-11-20T23:30:09.283Z] 3730a0890c46: Waiting [2020-11-20T23:30:09.283Z] 383f309b5d37: Waiting [2020-11-20T23:30:09.283Z] e1a73c32da76: Waiting [2020-11-20T23:30:09.283Z] 31b11ec6ff38: Waiting [2020-11-20T23:30:09.283Z] 911954e2fe49: Waiting [2020-11-20T23:30:09.283Z] ace0eda3e3be: Waiting [2020-11-20T23:30:09.283Z] cd267acf938a: Layer already exists [2020-11-20T23:30:09.283Z] e942ce940244: Layer already exists [2020-11-20T23:30:09.283Z] 9971863347df: Layer already exists [2020-11-20T23:30:09.283Z] 5fec12488ec4: Layer already exists [2020-11-20T23:30:09.283Z] 41346bed3ce4: Layer already exists [2020-11-20T23:30:09.593Z] f8804ab226e5: Layer already exists [2020-11-20T23:30:09.593Z] 3730a0890c46: Layer already exists [2020-11-20T23:30:09.593Z] 1d278c39f50a: Layer already exists [2020-11-20T23:30:09.593Z] b0fe768c9150: Layer already exists [2020-11-20T23:30:09.593Z] 383f309b5d37: Layer already exists [2020-11-20T23:30:09.593Z] 31b11ec6ff38: Layer already exists [2020-11-20T23:30:09.593Z] e1a73c32da76: Layer already exists [2020-11-20T23:30:09.593Z] ace0eda3e3be: Layer already exists [2020-11-20T23:30:09.593Z] 911954e2fe49: Layer already exists [2020-11-20T23:30:09.593Z] master: digest: sha256:a07e651f890d3fb47c4de5e94b6fe41dbe8aadb5b629584d18fd1c0d87596ce6 size: 3253 [2020-11-20T23:30:09.616Z] 59bb347b6909: Pushed [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:30:09.825Z] ===================================================== [Pipeline] echo [2020-11-20T23:30:09.874Z] taggedImages: [2020-11-20T23:30:09.874Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:30:09.874Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.4 [2020-11-20T23:30:09.874Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:09.874Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2020-11-20T23:30:09.894Z] 17c4dd14d44f: Pushed [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-11-20T23:30:10.170Z] d6c584dfa9ff: Pushed [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [2020-11-20T23:30:10.443Z] 52543ddb2901: Layer already exists [2020-11-20T23:30:10.443Z] 9f553b275599: Layer already exists [2020-11-20T23:30:10.443Z] 3a47579f0cd1: Layer already exists [2020-11-20T23:30:10.443Z] cd6d79ebbfb6: Layer already exists [2020-11-20T23:30:10.443Z] 66840615cbd1: Pushed [2020-11-20T23:30:10.443Z] b2e85fd0898f: Layer already exists [Pipeline] // stage [Pipeline] } [2020-11-20T23:30:10.714Z] 3e7dc55cab04: Layer already exists [2020-11-20T23:30:10.715Z] cd3761cfa1d9: Layer already exists [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-20T23:30:10.987Z] c555267c9796: Pushed [2020-11-20T23:30:11.965Z] ce5e6a49d5b8: Pushed [2020-11-20T23:30:22.120Z] 561e9031cba4: Pushed [2020-11-20T23:30:22.120Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e: digest: sha256:bfbe93356cc0cff669c89906c73113569732edca86740c39dc9d1b2df6b120e8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:22.458Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:22.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.4 [2020-11-20T23:30:22.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-20T23:30:22.788Z] 17c4dd14d44f: Preparing [2020-11-20T23:30:22.788Z] c555267c9796: Preparing [2020-11-20T23:30:22.788Z] 561e9031cba4: Preparing [2020-11-20T23:30:22.788Z] d6c584dfa9ff: Preparing [2020-11-20T23:30:22.788Z] 59bb347b6909: Preparing [2020-11-20T23:30:22.788Z] ce5e6a49d5b8: Preparing [2020-11-20T23:30:22.788Z] 66840615cbd1: Preparing [2020-11-20T23:30:22.788Z] 52543ddb2901: Preparing [2020-11-20T23:30:22.788Z] 9f553b275599: Preparing [2020-11-20T23:30:22.788Z] 3a47579f0cd1: Preparing [2020-11-20T23:30:22.788Z] cd6d79ebbfb6: Preparing [2020-11-20T23:30:22.788Z] 3e7dc55cab04: Preparing [2020-11-20T23:30:22.788Z] b2e85fd0898f: Preparing [2020-11-20T23:30:22.788Z] cd3761cfa1d9: Preparing [2020-11-20T23:30:22.788Z] ce5e6a49d5b8: Waiting [2020-11-20T23:30:22.788Z] 9f553b275599: Waiting [2020-11-20T23:30:22.788Z] 3a47579f0cd1: Waiting [2020-11-20T23:30:22.788Z] cd6d79ebbfb6: Waiting [2020-11-20T23:30:22.788Z] 3e7dc55cab04: Waiting [2020-11-20T23:30:22.788Z] b2e85fd0898f: Waiting [2020-11-20T23:30:22.788Z] 66840615cbd1: Waiting [2020-11-20T23:30:22.788Z] 52543ddb2901: Waiting [2020-11-20T23:30:22.788Z] cd3761cfa1d9: Waiting [2020-11-20T23:30:22.788Z] 17c4dd14d44f: Layer already exists [2020-11-20T23:30:22.788Z] 59bb347b6909: Layer already exists [2020-11-20T23:30:22.788Z] d6c584dfa9ff: Layer already exists [2020-11-20T23:30:22.788Z] 561e9031cba4: Layer already exists [2020-11-20T23:30:22.788Z] c555267c9796: Layer already exists [2020-11-20T23:30:22.788Z] ce5e6a49d5b8: Layer already exists [2020-11-20T23:30:22.788Z] 66840615cbd1: Layer already exists [2020-11-20T23:30:23.059Z] 52543ddb2901: Layer already exists [2020-11-20T23:30:23.059Z] 9f553b275599: Layer already exists [2020-11-20T23:30:23.059Z] 3a47579f0cd1: Layer already exists [2020-11-20T23:30:23.059Z] 3e7dc55cab04: Layer already exists [2020-11-20T23:30:23.059Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:30:23.059Z] b2e85fd0898f: Layer already exists [2020-11-20T23:30:23.059Z] cd6d79ebbfb6: Layer already exists [2020-11-20T23:30:23.059Z] 1.3.1-dev.4: digest: sha256:bfbe93356cc0cff669c89906c73113569732edca86740c39dc9d1b2df6b120e8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:23.391Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:23.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:23.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-20T23:30:23.721Z] 17c4dd14d44f: Preparing [2020-11-20T23:30:23.721Z] c555267c9796: Preparing [2020-11-20T23:30:23.721Z] 561e9031cba4: Preparing [2020-11-20T23:30:23.721Z] d6c584dfa9ff: Preparing [2020-11-20T23:30:23.721Z] 59bb347b6909: Preparing [2020-11-20T23:30:23.721Z] ce5e6a49d5b8: Preparing [2020-11-20T23:30:23.721Z] 66840615cbd1: Preparing [2020-11-20T23:30:23.721Z] 52543ddb2901: Preparing [2020-11-20T23:30:23.721Z] 9f553b275599: Preparing [2020-11-20T23:30:23.721Z] 3a47579f0cd1: Preparing [2020-11-20T23:30:23.721Z] cd6d79ebbfb6: Preparing [2020-11-20T23:30:23.721Z] 3e7dc55cab04: Preparing [2020-11-20T23:30:23.721Z] b2e85fd0898f: Preparing [2020-11-20T23:30:23.721Z] cd3761cfa1d9: Preparing [2020-11-20T23:30:23.721Z] 3a47579f0cd1: Waiting [2020-11-20T23:30:23.721Z] cd6d79ebbfb6: Waiting [2020-11-20T23:30:23.721Z] ce5e6a49d5b8: Waiting [2020-11-20T23:30:23.721Z] 3e7dc55cab04: Waiting [2020-11-20T23:30:23.721Z] b2e85fd0898f: Waiting [2020-11-20T23:30:23.721Z] cd3761cfa1d9: Waiting [2020-11-20T23:30:23.721Z] 66840615cbd1: Waiting [2020-11-20T23:30:23.721Z] 52543ddb2901: Waiting [2020-11-20T23:30:23.721Z] 9f553b275599: Waiting [2020-11-20T23:30:23.721Z] d6c584dfa9ff: Layer already exists [2020-11-20T23:30:23.721Z] 59bb347b6909: Layer already exists [2020-11-20T23:30:23.721Z] 17c4dd14d44f: Layer already exists [2020-11-20T23:30:23.721Z] c555267c9796: Layer already exists [2020-11-20T23:30:23.721Z] 561e9031cba4: Layer already exists [2020-11-20T23:30:23.721Z] ce5e6a49d5b8: Layer already exists [2020-11-20T23:30:23.721Z] 66840615cbd1: Layer already exists [2020-11-20T23:30:23.721Z] 52543ddb2901: Layer already exists [2020-11-20T23:30:23.721Z] 9f553b275599: Layer already exists [2020-11-20T23:30:23.721Z] 3a47579f0cd1: Layer already exists [2020-11-20T23:30:23.993Z] 3e7dc55cab04: Layer already exists [2020-11-20T23:30:23.993Z] b2e85fd0898f: Layer already exists [2020-11-20T23:30:23.993Z] cd6d79ebbfb6: Layer already exists [2020-11-20T23:30:23.993Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:30:23.993Z] bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4: digest: sha256:bfbe93356cc0cff669c89906c73113569732edca86740c39dc9d1b2df6b120e8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:24.331Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:24.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-20T23:30:24.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-20T23:30:24.666Z] 17c4dd14d44f: Preparing [2020-11-20T23:30:24.666Z] c555267c9796: Preparing [2020-11-20T23:30:24.666Z] 561e9031cba4: Preparing [2020-11-20T23:30:24.666Z] d6c584dfa9ff: Preparing [2020-11-20T23:30:24.666Z] 59bb347b6909: Preparing [2020-11-20T23:30:24.666Z] ce5e6a49d5b8: Preparing [2020-11-20T23:30:24.666Z] 66840615cbd1: Preparing [2020-11-20T23:30:24.666Z] 52543ddb2901: Preparing [2020-11-20T23:30:24.666Z] 9f553b275599: Preparing [2020-11-20T23:30:24.666Z] 3a47579f0cd1: Preparing [2020-11-20T23:30:24.666Z] cd6d79ebbfb6: Preparing [2020-11-20T23:30:24.666Z] 3e7dc55cab04: Preparing [2020-11-20T23:30:24.666Z] b2e85fd0898f: Preparing [2020-11-20T23:30:24.666Z] cd3761cfa1d9: Preparing [2020-11-20T23:30:24.666Z] 3a47579f0cd1: Waiting [2020-11-20T23:30:24.666Z] cd6d79ebbfb6: Waiting [2020-11-20T23:30:24.666Z] 3e7dc55cab04: Waiting [2020-11-20T23:30:24.666Z] b2e85fd0898f: Waiting [2020-11-20T23:30:24.666Z] ce5e6a49d5b8: Waiting [2020-11-20T23:30:24.666Z] cd3761cfa1d9: Waiting [2020-11-20T23:30:24.666Z] 66840615cbd1: Waiting [2020-11-20T23:30:24.666Z] 9f553b275599: Waiting [2020-11-20T23:30:24.666Z] 52543ddb2901: Waiting [2020-11-20T23:30:24.666Z] d6c584dfa9ff: Layer already exists [2020-11-20T23:30:24.666Z] 17c4dd14d44f: Layer already exists [2020-11-20T23:30:24.666Z] 561e9031cba4: Layer already exists [2020-11-20T23:30:24.666Z] c555267c9796: Layer already exists [2020-11-20T23:30:24.666Z] 59bb347b6909: Layer already exists [2020-11-20T23:30:24.666Z] ce5e6a49d5b8: Layer already exists [2020-11-20T23:30:24.666Z] 52543ddb2901: Layer already exists [2020-11-20T23:30:24.666Z] 3a47579f0cd1: Layer already exists [2020-11-20T23:30:24.666Z] 9f553b275599: Layer already exists [2020-11-20T23:30:24.666Z] 66840615cbd1: Layer already exists [2020-11-20T23:30:24.938Z] cd6d79ebbfb6: Layer already exists [2020-11-20T23:30:24.938Z] cd3761cfa1d9: Layer already exists [2020-11-20T23:30:24.938Z] 3e7dc55cab04: Layer already exists [2020-11-20T23:30:24.938Z] b2e85fd0898f: Layer already exists [2020-11-20T23:30:24.938Z] master: digest: sha256:bfbe93356cc0cff669c89906c73113569732edca86740c39dc9d1b2df6b120e8 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-20T23:30:25.177Z] ===================================================== [Pipeline] echo [2020-11-20T23:30:25.225Z] taggedImages: [2020-11-20T23:30:25.225Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [2020-11-20T23:30:25.225Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.4 [2020-11-20T23:30:25.225Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e-1.3.1-dev.4 [2020-11-20T23:30:25.225Z] - 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) [Pipeline] unstash [Pipeline] wrap [2020-11-20T23:30:27.264Z] provisioning config files... [2020-11-20T23:30:27.275Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/228@tmp/config5889981156989088278tmp [Pipeline] { [Pipeline] sh [2020-11-20T23:30:27.661Z] + set +x [2020-11-20T23:30:27.661Z] + curl -s https://codecov.io/bash [2020-11-20T23:30:27.661Z] + bash -s -- [2020-11-20T23:30:27.923Z] [2020-11-20T23:30:27.923Z] _____ _ [2020-11-20T23:30:27.923Z] / ____| | | [2020-11-20T23:30:27.923Z] | | ___ __| | ___ ___ _____ __ [2020-11-20T23:30:27.923Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-20T23:30:27.923Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-20T23:30:27.923Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-20T23:30:27.923Z] Bash-20201116-eea08d9 [2020-11-20T23:30:27.923Z] [2020-11-20T23:30:27.923Z] [2020-11-20T23:30:28.192Z] ==> Jenkins CI detected. [2020-11-20T23:30:28.192Z] project root: . [2020-11-20T23:30:28.192Z] --> token set from env [2020-11-20T23:30:28.192Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-20T23:30:28.192Z] ==> Running gcov in . (disable via -X gcov) [2020-11-20T23:30:28.192Z] ==> Python coveragepy not found [2020-11-20T23:30:28.192Z] ==> Searching for coverage reports in: [2020-11-20T23:30:28.192Z] + . [2020-11-20T23:30:28.192Z] -> Found 1 reports [2020-11-20T23:30:28.192Z] ==> Detecting git/mercurial file structure [2020-11-20T23:30:28.457Z] ==> Reading reports [2020-11-20T23:30:28.457Z] + ./coverage.out bytes=546551 [2020-11-20T23:30:28.457Z] ==> Appending adjustments [2020-11-20T23:30:28.457Z] https://docs.codecov.io/docs/fixing-reports [2020-11-20T23:30:32.780Z] + Found adjustments [2020-11-20T23:30:32.780Z] ==> Gzipping contents [2020-11-20T23:30:32.780Z] ==> Uploading reports [2020-11-20T23:30:32.780Z] url: https://codecov.io [2020-11-20T23:30:32.780Z] query: branch=master&commit=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e&build=228&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F228%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-20T23:30:32.780Z] -> Pinging Codecov [2020-11-20T23:30:32.780Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e&build=228&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F228%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-20T23:30:33.045Z] -> Uploading to [2020-11-20T23:30:33.045Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-20/00271124DB129430A58F1EEE437C3FCB/bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e/ec2d08fc-e28d-4390-ba07-c4e7ac6f78e5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201120T233032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cf3b86d5e35349dae8fe245011203745960ff3e2b6e7fd51b6a8a661eb7e2149 [2020-11-20T23:30:33.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:30:33.045Z] Dload Upload Total Spent Left Speed [2020-11-20T23:30:33.629Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85613 0 0 100 85613 0 160k --:--:-- --:--:-- --:--:-- 160k [2020-11-20T23:30:33.629Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e [Pipeline] } [2020-11-20T23:30:33.642Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-20T23:30:34.525Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-20T23:30:34.624Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:35.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:30:35.330Z] [2020-11-20T23:30:35.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:30:36.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:30:36.317Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-20T23:30:36.317Z] 188c0c94c7c5: Already exists [2020-11-20T23:30:36.317Z] 0ef7d3d256c8: Pulling fs layer [2020-11-20T23:30:36.317Z] de9db76c5a1d: Pulling fs layer [2020-11-20T23:30:36.317Z] 0eba1c9be4d2: Pulling fs layer [2020-11-20T23:30:36.317Z] 0d57e429df01: Pulling fs layer [2020-11-20T23:30:36.317Z] 4e4be7b47b0d: Pulling fs layer [2020-11-20T23:30:36.317Z] e1f770b5df2f: Pulling fs layer [2020-11-20T23:30:36.317Z] 85a0685a4137: Pulling fs layer [2020-11-20T23:30:36.317Z] 0d57e429df01: Waiting [2020-11-20T23:30:36.317Z] 4e4be7b47b0d: Waiting [2020-11-20T23:30:36.317Z] e1f770b5df2f: Waiting [2020-11-20T23:30:36.317Z] 85a0685a4137: Waiting [2020-11-20T23:30:36.317Z] de9db76c5a1d: Verifying Checksum [2020-11-20T23:30:36.317Z] de9db76c5a1d: Download complete [2020-11-20T23:30:36.317Z] 0ef7d3d256c8: Download complete [2020-11-20T23:30:36.317Z] 0d57e429df01: Verifying Checksum [2020-11-20T23:30:36.317Z] 0d57e429df01: Download complete [2020-11-20T23:30:36.317Z] 4e4be7b47b0d: Verifying Checksum [2020-11-20T23:30:36.317Z] 4e4be7b47b0d: Download complete [2020-11-20T23:30:36.950Z] 0ef7d3d256c8: Pull complete [2020-11-20T23:30:37.216Z] de9db76c5a1d: Pull complete [2020-11-20T23:30:38.238Z] e1f770b5df2f: Verifying Checksum [2020-11-20T23:30:38.238Z] e1f770b5df2f: Download complete [2020-11-20T23:30:45.306Z] 0eba1c9be4d2: Verifying Checksum [2020-11-20T23:30:45.306Z] 0eba1c9be4d2: Download complete [2020-11-20T23:30:45.603Z] 85a0685a4137: Verifying Checksum [2020-11-20T23:30:45.603Z] 85a0685a4137: Download complete [2020-11-20T23:30:55.834Z] 0eba1c9be4d2: Pull complete [2020-11-20T23:30:55.834Z] 0d57e429df01: Pull complete [2020-11-20T23:30:55.834Z] 4e4be7b47b0d: Pull complete [2020-11-20T23:30:57.833Z] e1f770b5df2f: Pull complete [2020-11-20T23:31:10.425Z] 85a0685a4137: Pull complete [2020-11-20T23:31:10.425Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-20T23:31:10.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:31:10.425Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-20T23:31:10.806Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:31:10.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:31:12.870Z] $ docker top 46d0bd01e67495f57420bd3e72c80f3d378a5c41ab13d5502a85cf8e927fdf63 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-20T23:31:13.195Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-20T23:31:13.512Z] + set -o pipefail [2020-11-20T23:31:13.513Z] + snyk monitor '--org=edgex-jenkins' [2020-11-20T23:31:45.887Z] [2020-11-20T23:31:45.887Z] Monitoring /w/workspace/edgex-go/228 (github.com/edgexfoundry/edgex-go)... [2020-11-20T23:31:45.887Z] [2020-11-20T23:31:45.887Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f0cc7524-634a-462c-b6f2-12416b27d8cb [2020-11-20T23:31:45.887Z] [2020-11-20T23:31:45.887Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-20T23:31:45.887Z] [2020-11-20T23:31:45.887Z] [2020-11-20T23:31:45.887Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-20T23:31:45.887Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-20T23:31:45.911Z] $ docker stop --time=1 46d0bd01e67495f57420bd3e72c80f3d378a5c41ab13d5502a85cf8e927fdf63 [2020-11-20T23:31:48.914Z] $ docker rm -f 46d0bd01e67495f57420bd3e72c80f3d378a5c41ab13d5502a85cf8e927fdf63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-20T23:31:50.440Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-20T23:31:50.443Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:31:50.833Z] + set -o pipefail [2020-11-20T23:31:50.833Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:31:50.833Z] + tee .snyk [2020-11-20T23:31:51.098Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:31:51.098Z] version: v1.14.1 [2020-11-20T23:31:51.098Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:31:51.098Z] ignore: [2020-11-20T23:31:51.098Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:31:51.098Z] - '*': [2020-11-20T23:31:51.098Z] reason: does not apply # justification for ignoring [2020-11-20T23:31:51.098Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:31:51.098Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:31:51.098Z] - '*': [2020-11-20T23:31:51.098Z] reason: false positive [2020-11-20T23:31:51.098Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:31:51.098Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:31:51.212Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:31:51.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:31:51.573Z] . [Pipeline] withDockerContainer [2020-11-20T23:31:51.715Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:31:51.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:31:52.875Z] $ docker top 10e3da1e082d91742800b03043c90f3bb3540107664c9baf1c4af140abb58988 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:31:53.760Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:31:53.802Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:31:54.247Z] + set -o pipefail [2020-11-20T23:31:54.247Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:31:54.247Z] + snyk-to-html -o snykReport.html [2020-11-20T23:32:09.344Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:32:09.372Z] $ docker stop --time=1 10e3da1e082d91742800b03043c90f3bb3540107664c9baf1c4af140abb58988 [2020-11-20T23:32:11.393Z] $ docker rm -f 10e3da1e082d91742800b03043c90f3bb3540107664c9baf1c4af140abb58988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:32:11.758Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-20T23:32:11.760Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:32:12.068Z] + set -o pipefail [2020-11-20T23:32:12.068Z] + tee .snyk [2020-11-20T23:32:12.068Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:32:12.330Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:32:12.330Z] version: v1.14.1 [2020-11-20T23:32:12.330Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:32:12.330Z] ignore: [2020-11-20T23:32:12.330Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:32:12.330Z] - '*': [2020-11-20T23:32:12.330Z] reason: does not apply # justification for ignoring [2020-11-20T23:32:12.330Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:32:12.330Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:32:12.330Z] - '*': [2020-11-20T23:32:12.330Z] reason: false positive [2020-11-20T23:32:12.330Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:32:12.330Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:32:12.493Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:32:12.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:32:12.856Z] . [Pipeline] withDockerContainer [2020-11-20T23:32:12.991Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:32:13.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:32:14.488Z] $ docker top d2ca5f7eeb0f8ae01f20237a70a64b5bf0ead498693c01c70b2744d2424374f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:32:15.591Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:32:15.602Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:32:15.902Z] + set -o pipefail [2020-11-20T23:32:15.902Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:32:15.902Z] + snyk-to-html -o snykReport.html [2020-11-20T23:32:24.161Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:32:24.192Z] $ docker stop --time=1 d2ca5f7eeb0f8ae01f20237a70a64b5bf0ead498693c01c70b2744d2424374f9 [2020-11-20T23:32:25.784Z] $ docker rm -f d2ca5f7eeb0f8ae01f20237a70a64b5bf0ead498693c01c70b2744d2424374f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:32:26.122Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-20T23:32:26.124Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:32:26.437Z] + set -o pipefail [2020-11-20T23:32:26.437Z] + tee .snyk [2020-11-20T23:32:26.437Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:32:26.701Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:32:26.701Z] version: v1.14.1 [2020-11-20T23:32:26.701Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:32:26.701Z] ignore: [2020-11-20T23:32:26.701Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:32:26.701Z] - '*': [2020-11-20T23:32:26.701Z] reason: does not apply # justification for ignoring [2020-11-20T23:32:26.701Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:32:26.701Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:32:26.701Z] - '*': [2020-11-20T23:32:26.701Z] reason: false positive [2020-11-20T23:32:26.701Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:32:26.701Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:32:26.779Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:32:27.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:32:27.147Z] . [Pipeline] withDockerContainer [2020-11-20T23:32:27.338Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:32:27.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:32:28.434Z] $ docker top 4933245086a68843bc8de7ec43da656e1c1bba1d87605e0976ba295e68de1439 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:32:28.949Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:32:28.961Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:32:29.300Z] + set -o pipefail [2020-11-20T23:32:29.300Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:32:29.300Z] + snyk-to-html -o snykReport.html [2020-11-20T23:32:41.652Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:32:41.669Z] $ docker stop --time=1 4933245086a68843bc8de7ec43da656e1c1bba1d87605e0976ba295e68de1439 [2020-11-20T23:32:43.319Z] $ docker rm -f 4933245086a68843bc8de7ec43da656e1c1bba1d87605e0976ba295e68de1439 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:32:43.666Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-20T23:32:43.669Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:32:43.977Z] + set -o pipefail [2020-11-20T23:32:43.977Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:32:43.977Z] + tee .snyk [2020-11-20T23:32:44.242Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:32:44.243Z] version: v1.14.1 [2020-11-20T23:32:44.243Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:32:44.243Z] ignore: [2020-11-20T23:32:44.243Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:32:44.243Z] - '*': [2020-11-20T23:32:44.243Z] reason: does not apply # justification for ignoring [2020-11-20T23:32:44.243Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:32:44.243Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:32:44.243Z] - '*': [2020-11-20T23:32:44.243Z] reason: false positive [2020-11-20T23:32:44.243Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:32:44.243Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:32:44.378Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:32:44.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:32:44.744Z] . [Pipeline] withDockerContainer [2020-11-20T23:32:44.891Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:32:44.975Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:32:46.140Z] $ docker top e010f2b67f51c76863262d204c22a31abc364b9f863e9e778b928301cb6e4e06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:32:46.697Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:32:46.710Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:32:47.011Z] + set -o pipefail [2020-11-20T23:32:47.011Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:32:47.011Z] + snyk-to-html -o snykReport.html [2020-11-20T23:32:57.167Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:32:57.188Z] $ docker stop --time=1 e010f2b67f51c76863262d204c22a31abc364b9f863e9e778b928301cb6e4e06 [2020-11-20T23:32:58.797Z] $ docker rm -f e010f2b67f51c76863262d204c22a31abc364b9f863e9e778b928301cb6e4e06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:32:59.231Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-20T23:32:59.234Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:32:59.534Z] + set -o pipefail [2020-11-20T23:32:59.534Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:32:59.534Z] + tee .snyk [2020-11-20T23:32:59.797Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:32:59.797Z] version: v1.14.1 [2020-11-20T23:32:59.797Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:32:59.797Z] ignore: [2020-11-20T23:32:59.797Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:32:59.797Z] - '*': [2020-11-20T23:32:59.797Z] reason: does not apply # justification for ignoring [2020-11-20T23:32:59.797Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:32:59.797Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:32:59.797Z] - '*': [2020-11-20T23:32:59.797Z] reason: false positive [2020-11-20T23:32:59.797Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:32:59.797Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:32:59.903Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:33:00.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:33:00.272Z] . [Pipeline] withDockerContainer [2020-11-20T23:33:00.396Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:33:00.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:33:01.846Z] $ docker top 90dc6848518c06d5eefb9d641b5bd7d89eedfd0adf6f6d7ea601bba05b21ecd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:33:02.418Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:33:02.430Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:33:02.737Z] + set -o pipefail [2020-11-20T23:33:02.737Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:33:02.737Z] + snyk-to-html -o snykReport.html [2020-11-20T23:33:10.984Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:33:11.010Z] $ docker stop --time=1 90dc6848518c06d5eefb9d641b5bd7d89eedfd0adf6f6d7ea601bba05b21ecd4 [2020-11-20T23:33:12.728Z] $ docker rm -f 90dc6848518c06d5eefb9d641b5bd7d89eedfd0adf6f6d7ea601bba05b21ecd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:33:13.122Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-20T23:33:13.127Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:33:13.441Z] + set -o pipefail [2020-11-20T23:33:13.441Z] + tee .snyk [2020-11-20T23:33:13.441Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:33:13.709Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:33:13.709Z] version: v1.14.1 [2020-11-20T23:33:13.709Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:33:13.709Z] ignore: [2020-11-20T23:33:13.709Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:33:13.709Z] - '*': [2020-11-20T23:33:13.709Z] reason: does not apply # justification for ignoring [2020-11-20T23:33:13.709Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:33:13.709Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:33:13.709Z] - '*': [2020-11-20T23:33:13.709Z] reason: false positive [2020-11-20T23:33:13.709Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:33:13.709Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:33:13.814Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:33:14.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:33:14.173Z] . [Pipeline] withDockerContainer [2020-11-20T23:33:14.355Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:33:14.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:33:15.443Z] $ docker top 2b34ef23a6c02e3db56fd8324fcc2de949de3d05e515d8a1546694de59b4d73b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:33:16.000Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:33:16.019Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:33:16.417Z] + set -o pipefail [2020-11-20T23:33:16.417Z] + snyk-to-html -o snykReport.html [2020-11-20T23:33:16.417Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:33:28.936Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:33:28.961Z] $ docker stop --time=1 2b34ef23a6c02e3db56fd8324fcc2de949de3d05e515d8a1546694de59b4d73b [2020-11-20T23:33:30.734Z] $ docker rm -f 2b34ef23a6c02e3db56fd8324fcc2de949de3d05e515d8a1546694de59b4d73b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:33:31.149Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-20T23:33:31.151Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:33:31.460Z] + set -o pipefail [2020-11-20T23:33:31.460Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:33:31.460Z] + tee .snyk [2020-11-20T23:33:31.728Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:33:31.728Z] version: v1.14.1 [2020-11-20T23:33:31.728Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:33:31.728Z] ignore: [2020-11-20T23:33:31.728Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:33:31.728Z] - '*': [2020-11-20T23:33:31.728Z] reason: does not apply # justification for ignoring [2020-11-20T23:33:31.728Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:33:31.728Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:33:31.728Z] - '*': [2020-11-20T23:33:31.728Z] reason: false positive [2020-11-20T23:33:31.728Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:33:31.728Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:33:31.862Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:33:32.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:33:32.221Z] . [Pipeline] withDockerContainer [2020-11-20T23:33:32.600Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:33:32.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:33:33.658Z] $ docker top 1447bf8887563b063d3a865a5ad4add102d2c7197734eba50db631ab631a2a56 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:33:34.212Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:33:34.224Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:33:34.536Z] + set -o pipefail [2020-11-20T23:33:34.536Z] + snyk test+ '--org=edgex-jenkins' --dockersnyk-to-html nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/security-secretstore-setup/Dockerfile' -o '--severity-threshold=high' snykReport.html '--policy-path=./.snyk' [2020-11-20T23:33:34.536Z] --json [2020-11-20T23:33:44.644Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:33:44.665Z] $ docker stop --time=1 1447bf8887563b063d3a865a5ad4add102d2c7197734eba50db631ab631a2a56 [2020-11-20T23:33:46.321Z] $ docker rm -f 1447bf8887563b063d3a865a5ad4add102d2c7197734eba50db631ab631a2a56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:33:46.700Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-20T23:33:46.703Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:33:47.048Z] + set -o pipefail [2020-11-20T23:33:47.048Z] + tee .snyk [2020-11-20T23:33:47.048Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:33:47.312Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:33:47.312Z] version: v1.14.1 [2020-11-20T23:33:47.312Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:33:47.312Z] ignore: [2020-11-20T23:33:47.312Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:33:47.312Z] - '*': [2020-11-20T23:33:47.312Z] reason: does not apply # justification for ignoring [2020-11-20T23:33:47.312Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:33:47.312Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:33:47.312Z] - '*': [2020-11-20T23:33:47.312Z] reason: false positive [2020-11-20T23:33:47.312Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:33:47.312Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:33:47.390Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:33:47.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:33:47.803Z] . [Pipeline] withDockerContainer [2020-11-20T23:33:48.089Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:33:48.198Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:33:49.420Z] $ docker top 530cf51101c9e90667e4a56b8a85a0d96e0694aa63f7e238357ce6f934cc27bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:33:50.110Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:33:50.164Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:33:50.513Z] + set -o pipefail [2020-11-20T23:33:50.513Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:33:50.513Z] + snyk-to-html -o snykReport.html [2020-11-20T23:34:02.894Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:34:02.919Z] $ docker stop --time=1 530cf51101c9e90667e4a56b8a85a0d96e0694aa63f7e238357ce6f934cc27bb [2020-11-20T23:34:04.572Z] $ docker rm -f 530cf51101c9e90667e4a56b8a85a0d96e0694aa63f7e238357ce6f934cc27bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:34:05.020Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-20T23:34:05.023Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:34:05.320Z] + set -o pipefail [2020-11-20T23:34:05.320Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:34:05.320Z] + tee .snyk [2020-11-20T23:34:05.583Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:34:05.583Z] version: v1.14.1 [2020-11-20T23:34:05.583Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:34:05.583Z] ignore: [2020-11-20T23:34:05.583Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:34:05.583Z] - '*': [2020-11-20T23:34:05.583Z] reason: does not apply # justification for ignoring [2020-11-20T23:34:05.583Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:34:05.583Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:34:05.583Z] - '*': [2020-11-20T23:34:05.583Z] reason: false positive [2020-11-20T23:34:05.583Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:34:05.583Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:34:05.711Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:34:06.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:34:06.090Z] . [Pipeline] withDockerContainer [2020-11-20T23:34:06.226Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:34:06.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:34:07.351Z] $ docker top 644639bb5876b201aeef2249536f62e1d4aef3b786354504d1c099dcc611c369 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:34:08.210Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:34:08.243Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:34:08.566Z] + set -o pipefail [2020-11-20T23:34:08.566Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:34:08.566Z] + snyk-to-html -o snykReport.html [2020-11-20T23:34:20.928Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:34:20.948Z] $ docker stop --time=1 644639bb5876b201aeef2249536f62e1d4aef3b786354504d1c099dcc611c369 [2020-11-20T23:34:22.661Z] $ docker rm -f 644639bb5876b201aeef2249536f62e1d4aef3b786354504d1c099dcc611c369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:34:23.140Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-20T23:34:23.143Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:34:23.463Z] + set -o pipefail [2020-11-20T23:34:23.463Z] + tee .snyk [2020-11-20T23:34:23.463Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:34:23.727Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:34:23.727Z] version: v1.14.1 [2020-11-20T23:34:23.727Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:34:23.727Z] ignore: [2020-11-20T23:34:23.727Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:34:23.727Z] - '*': [2020-11-20T23:34:23.727Z] reason: does not apply # justification for ignoring [2020-11-20T23:34:23.727Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:34:23.727Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:34:23.727Z] - '*': [2020-11-20T23:34:23.727Z] reason: false positive [2020-11-20T23:34:23.727Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:34:23.727Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:34:23.829Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:34:24.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:34:24.191Z] . [Pipeline] withDockerContainer [2020-11-20T23:34:24.376Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:34:24.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:34:25.439Z] $ docker top 2bea8ffdbf28d778b0dd0e351e1c82dba567870850b7f7665c28e518d1e34a70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:34:25.950Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:34:25.962Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:34:26.302Z] + set -o pipefail [2020-11-20T23:34:26.302Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:34:26.302Z] + snyk-to-html -o snykReport.html [2020-11-20T23:34:36.448Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:34:36.472Z] $ docker stop --time=1 2bea8ffdbf28d778b0dd0e351e1c82dba567870850b7f7665c28e518d1e34a70 [2020-11-20T23:34:38.212Z] $ docker rm -f 2bea8ffdbf28d778b0dd0e351e1c82dba567870850b7f7665c28e518d1e34a70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-20T23:34:38.589Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-20T23:34:38.596Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-20T23:34:38.902Z] + set -o pipefail [2020-11-20T23:34:38.902Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-20T23:34:38.902Z] + tee .snyk [2020-11-20T23:34:39.167Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-20T23:34:39.167Z] version: v1.14.1 [2020-11-20T23:34:39.167Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-20T23:34:39.167Z] ignore: [2020-11-20T23:34:39.167Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-20T23:34:39.167Z] - '*': [2020-11-20T23:34:39.167Z] reason: does not apply # justification for ignoring [2020-11-20T23:34:39.167Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-20T23:34:39.167Z] SNYK-ALPINE312-JQ-588886: [2020-11-20T23:34:39.167Z] - '*': [2020-11-20T23:34:39.167Z] reason: false positive [2020-11-20T23:34:39.167Z] expires: 2021-01-01T00:00:00 [2020-11-20T23:34:39.167Z] # patch: {} [Pipeline] withCredentials [2020-11-20T23:34:39.331Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:34:39.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-20T23:34:39.697Z] . [Pipeline] withDockerContainer [2020-11-20T23:34:39.870Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:34:39.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2020-11-20T23:34:41.094Z] $ docker top 265ff6221fc07f63ac9301b1d5b68f0f3623a15ad5a9b68b5eab478af505ad97 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:34:41.657Z] + rm -f snykReport.html [Pipeline] echo [2020-11-20T23:34:41.684Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-20T23:34:42.090Z] + set -o pipefail [2020-11-20T23:34:42.090Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-20T23:34:42.090Z] + snyk-to-html -o snykReport.html [2020-11-20T23:34:52.491Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-20T23:34:52.513Z] $ docker stop --time=1 265ff6221fc07f63ac9301b1d5b68f0f3623a15ad5a9b68b5eab478af505ad97 [2020-11-20T23:34:54.120Z] $ docker rm -f 265ff6221fc07f63ac9301b1d5b68f0f3623a15ad5a9b68b5eab478af505ad97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-20T23:34:54.808Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-20T23:34:54.861Z] provisioning config files... [2020-11-20T23:34:54.873Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/228@tmp/config779058719531346248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:34:55.267Z] --> edgex-publish-swagger.sh [2020-11-20T23:34:55.268Z] === Publish openapi/v1 API === [2020-11-20T23:34:55.268Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-20T23:34:55.268Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-20T23:34:55.268Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:34:55.268Z] Dload Upload Total Spent Left Speed [2020-11-20T23:34:56.226Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9008 0:00:01 0:00:01 --:--:-- 9023 100 10521 0 0 100 10521 0 9006 0:00:01 0:00:01 --:--:-- 9015 [2020-11-20T23:34:56.226Z] [2020-11-20T23:34:56.226Z] [2020-11-20T23:34:56.226Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-20T23:34:56.489Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:34:56.489Z] Dload Upload Total Spent Left Speed [2020-11-20T23:34:57.446Z] 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 26952 0:00:01 0:00:01 --:--:-- 26972 [2020-11-20T23:34:57.446Z] [2020-11-20T23:34:57.446Z] [2020-11-20T23:34:57.711Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-20T23:34:57.711Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:34:57.711Z] Dload Upload Total Spent Left Speed [2020-11-20T23:34:59.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61112 0:00:01 0:00:01 --:--:-- 61127 100 73720 0 0 100 73720 0 61082 0:00:01 0:00:01 --:--:-- 61127 [2020-11-20T23:34:59.106Z] [2020-11-20T23:34:59.106Z] [2020-11-20T23:34:59.106Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-20T23:34:59.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:34:59.106Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:00.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11836 0:00:01 0:00:01 --:--:-- 11849 100 13580 0 0 100 13580 0 11834 0:00:01 0:00:01 --:--:-- 11839 [2020-11-20T23:35:00.062Z] [2020-11-20T23:35:00.062Z] [2020-11-20T23:35:00.062Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-20T23:35:00.062Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:00.062Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:02.101Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 30418 0:00:01 0:00:01 --:--:-- 30429 100 38889 0 0 100 38889 0 18987 0:00:02 0:00:02 --:--:-- 18998 100 38889 0 0 100 38889 0 18984 0:00:02 0:00:02 --:--:-- 18988 [2020-11-20T23:35:02.101Z] [2020-11-20T23:35:02.101Z] [2020-11-20T23:35:02.101Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-20T23:35:02.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:02.101Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:03.492Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11483 0:00:01 0:00:01 --:--:-- 11490 100 14248 0 0 100 14248 0 11023 0:00:01 0:00:01 --:--:-- 11027 [2020-11-20T23:35:03.492Z] [2020-11-20T23:35:03.492Z] [2020-11-20T23:35:03.492Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-20T23:35:03.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:03.492Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:04.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3363 0:00:01 0:00:01 --:--:-- 3362 100 4109 0 0 100 4109 0 3263 0:00:01 0:00:01 --:--:-- 3263 [2020-11-20T23:35:04.883Z] [2020-11-20T23:35:04.883Z] [2020-11-20T23:35:04.883Z] === Publish openapi/v2 API === [2020-11-20T23:35:04.883Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-20T23:35:04.883Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-20T23:35:04.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:04.883Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:05.849Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27420 0:00:01 0:00:01 --:--:-- 27448 100 29535 0 0 100 29535 0 27414 0:00:01 0:00:01 --:--:-- 27423 [2020-11-20T23:35:05.849Z] [2020-11-20T23:35:05.849Z] [2020-11-20T23:35:05.849Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-20T23:35:05.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:05.849Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:06.819Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65223 0 0 100 65223 0 55931 0:00:01 0:00:01 --:--:-- 55985 100 65223 0 0 100 65223 0 55920 0:00:01 0:00:01 --:--:-- 55937 [2020-11-20T23:35:06.819Z] [2020-11-20T23:35:06.819Z] [2020-11-20T23:35:06.819Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-20T23:35:07.083Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:07.083Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:08.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k [2020-11-20T23:35:08.320Z] [2020-11-20T23:35:08.320Z] [2020-11-20T23:35:08.320Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-20T23:35:08.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:08.320Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:09.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19979 0:00:01 0:00:01 --:--:-- 19992 100 23691 0 0 100 23691 0 19967 0:00:01 0:00:01 --:--:-- 19975 [2020-11-20T23:35:09.290Z] [2020-11-20T23:35:09.290Z] [2020-11-20T23:35:09.290Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-20T23:35:09.560Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:09.560Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:10.527Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52197 0:00:01 0:00:01 --:--:-- 52199 100 62691 0 0 100 62691 0 52188 0:00:01 0:00:01 --:--:-- 52155 [2020-11-20T23:35:10.527Z] [2020-11-20T23:35:10.527Z] [2020-11-20T23:35:10.527Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-20T23:35:10.527Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:10.527Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:12.017Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42421 0:00:01 0:00:01 --:--:-- 42461 100 46198 0 0 100 46198 0 42411 0:00:01 0:00:01 --:--:-- 42422 [2020-11-20T23:35:12.017Z] [2020-11-20T23:35:12.017Z] [2020-11-20T23:35:12.017Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-20T23:35:12.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T23:35:12.017Z] Dload Upload Total Spent Left Speed [2020-11-20T23:35:12.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19637 0:00:01 0:00:01 --:--:-- 19656 100 23725 0 0 100 23725 0 19622 0:00:01 0:00:01 --:--:-- 19639 [2020-11-20T23:35:12.973Z] [2020-11-20T23:35:12.973Z] [Pipeline] } [2020-11-20T23:35:12.989Z] 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-11-20T23:35:13.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T23:35:13.995Z] . [Pipeline] withDockerContainer [2020-11-20T23:35:14.184Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:35:14.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:35:15.597Z] $ docker top 87101d40d2cb17ccac9b0121c3afa787d76906cda3a6042798eb8ed70723d6c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T23:35:15.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T23:35:15.997Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T23:35:16.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T23:35:16.355Z] $ docker exec 87101d40d2cb17ccac9b0121c3afa787d76906cda3a6042798eb8ed70723d6c5 ssh-agent [2020-11-20T23:35:16.573Z] SSH_AUTH_SOCK=/tmp/ssh-Dmm7AsxWzuX1/agent.12 [2020-11-20T23:35:16.573Z] SSH_AGENT_PID=17 [2020-11-20T23:35:16.585Z] Running ssh-add (command line suppressed) [2020-11-20T23:35:16.780Z] Identity added: /w/workspace/edgex-go/228@tmp/private_key_9058357827596094169.key (/w/workspace/edgex-go/228@tmp/private_key_9058357827596094169.key) [2020-11-20T23:35:16.884Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T23:35:17.279Z] + git semver tag [2020-11-20T23:35:17.558Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T23:35:17.558Z] # $GIT_DIR = /w/workspace/edgex-go/228/.git [2020-11-20T23:35:17.558Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/228 [2020-11-20T23:35:17.558Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T23:35:17.558Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T23:35:17.558Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T23:35:17.558Z] # $SEMVER_BRANCH = master [2020-11-20T23:35:17.558Z] # $SEMVER_DIR = /w/workspace/edgex-go/228/.semver [2020-11-20T23:35:17.558Z] # bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e HEAD [2020-11-20T23:35:18.150Z] # -> Force: false [2020-11-20T23:35:18.150Z] # 12ebe4367b6663ff383d33812ecdca2d931f4b5a refs/tags/v1.3.1-dev.4 [Pipeline] } [2020-11-20T23:35:18.166Z] $ docker exec --env ******** --env ******** 87101d40d2cb17ccac9b0121c3afa787d76906cda3a6042798eb8ed70723d6c5 ssh-agent -k [2020-11-20T23:35:18.460Z] unset SSH_AUTH_SOCK; [2020-11-20T23:35:18.460Z] unset SSH_AGENT_PID; [2020-11-20T23:35:18.460Z] echo Agent pid 17 killed; [2020-11-20T23:35:18.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T23:35:19.495Z] + git semver [Pipeline] } [2020-11-20T23:35:19.518Z] $ docker stop --time=1 87101d40d2cb17ccac9b0121c3afa787d76906cda3a6042798eb8ed70723d6c5 [2020-11-20T23:35:21.319Z] $ docker rm -f 87101d40d2cb17ccac9b0121c3afa787d76906cda3a6042798eb8ed70723d6c5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:35:22.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-20T23:35:22.322Z] [2020-11-20T23:35:22.322Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:35:22.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-20T23:35:22.682Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-20T23:35:22.682Z] ab5ef0e58194: Pulling fs layer [2020-11-20T23:35:22.682Z] 9712f1f96733: Pulling fs layer [2020-11-20T23:35:22.682Z] 63f879dbbcfc: Pulling fs layer [2020-11-20T23:35:22.682Z] 0d9ebad4ef96: Pulling fs layer [2020-11-20T23:35:22.682Z] e9a5061849ea: Pulling fs layer [2020-11-20T23:35:22.682Z] d747dcd14b5f: Pulling fs layer [2020-11-20T23:35:22.682Z] 2de7ff778b66: Pulling fs layer [2020-11-20T23:35:22.682Z] e9a5061849ea: Waiting [2020-11-20T23:35:22.682Z] d747dcd14b5f: Waiting [2020-11-20T23:35:22.682Z] 0d9ebad4ef96: Waiting [2020-11-20T23:35:22.682Z] 2de7ff778b66: Waiting [2020-11-20T23:35:22.682Z] 9712f1f96733: Verifying Checksum [2020-11-20T23:35:22.682Z] 9712f1f96733: Download complete [2020-11-20T23:35:25.327Z] 63f879dbbcfc: Verifying Checksum [2020-11-20T23:35:25.327Z] 63f879dbbcfc: Download complete [2020-11-20T23:35:25.327Z] e9a5061849ea: Verifying Checksum [2020-11-20T23:35:25.327Z] e9a5061849ea: Download complete [2020-11-20T23:35:25.605Z] d747dcd14b5f: Verifying Checksum [2020-11-20T23:35:25.605Z] d747dcd14b5f: Download complete [2020-11-20T23:35:26.230Z] 2de7ff778b66: Verifying Checksum [2020-11-20T23:35:26.230Z] 2de7ff778b66: Download complete [2020-11-20T23:35:26.821Z] 0d9ebad4ef96: Verifying Checksum [2020-11-20T23:35:26.821Z] 0d9ebad4ef96: Download complete [2020-11-20T23:35:27.092Z] ab5ef0e58194: Verifying Checksum [2020-11-20T23:35:27.092Z] ab5ef0e58194: Download complete [2020-11-20T23:35:33.808Z] ab5ef0e58194: Pull complete [2020-11-20T23:35:34.069Z] 9712f1f96733: Pull complete [2020-11-20T23:35:37.442Z] 63f879dbbcfc: Pull complete [2020-11-20T23:35:49.854Z] 0d9ebad4ef96: Pull complete [2020-11-20T23:35:50.132Z] e9a5061849ea: Pull complete [2020-11-20T23:35:50.397Z] d747dcd14b5f: Pull complete [2020-11-20T23:35:53.760Z] 2de7ff778b66: Pull complete [2020-11-20T23:35:53.760Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-20T23:35:53.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-20T23:35:53.760Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-20T23:35:53.989Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:35:54.076Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:35:58.125Z] $ docker top d89f9259a645fb7194b37155078a367a08cff0a31b5c904a3c748506fe304887 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-20T23:35:58.568Z] provisioning config files... [2020-11-20T23:35:58.581Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/228@tmp/config1139262092674332931tmp [2020-11-20T23:35:58.607Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/228@tmp/config2425082545168611341tmp [2020-11-20T23:35:58.640Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/228@tmp/config5264440644733641771tmp [Pipeline] { [Pipeline] echo [2020-11-20T23:35:58.703Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:35:59.408Z] ---> sigul-configuration.sh [2020-11-20T23:35:59.675Z] gpg: directory `/root/.gnupg' created [2020-11-20T23:35:59.675Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-20T23:35:59.675Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-20T23:35:59.675Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-20T23:35:59.675Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-20T23:35:59.675Z] gpg: CAST5 encrypted data [2020-11-20T23:35:59.675Z] gpg: encrypted with 1 passphrase [2020-11-20T23:35:59.675Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-20T23:36:00.319Z] + mkdir /home/jenkins [2020-11-20T23:36:00.319Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-20T23:36:00.953Z] + 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-11-20T23:36:00.965Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:36:01.738Z] ---> sigul-install.sh [2020-11-20T23:36:09.981Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-20T23:36:10.300Z] + git tag --list [2020-11-20T23:36:10.300Z] 0.6.0 [2020-11-20T23:36:10.300Z] 0.6.1 [2020-11-20T23:36:10.300Z] 0.7.0 [2020-11-20T23:36:10.300Z] 0.7.1 [2020-11-20T23:36:10.300Z] v1.0.0 [2020-11-20T23:36:10.300Z] v1.0.1 [2020-11-20T23:36:10.300Z] v1.1.0 [2020-11-20T23:36:10.300Z] v1.2.0 [2020-11-20T23:36:10.300Z] v1.2.1 [2020-11-20T23:36:10.300Z] v1.2.2-dev.1 [2020-11-20T23:36:10.300Z] v1.2.2-dev.10 [2020-11-20T23:36:10.300Z] v1.2.2-dev.100 [2020-11-20T23:36:10.300Z] v1.2.2-dev.101 [2020-11-20T23:36:10.300Z] v1.2.2-dev.102 [2020-11-20T23:36:10.300Z] v1.2.2-dev.103 [2020-11-20T23:36:10.300Z] v1.2.2-dev.104 [2020-11-20T23:36:10.300Z] v1.2.2-dev.105 [2020-11-20T23:36:10.300Z] v1.2.2-dev.106 [2020-11-20T23:36:10.300Z] v1.2.2-dev.107 [2020-11-20T23:36:10.300Z] v1.2.2-dev.11 [2020-11-20T23:36:10.300Z] v1.2.2-dev.12 [2020-11-20T23:36:10.300Z] v1.2.2-dev.13 [2020-11-20T23:36:10.300Z] v1.2.2-dev.14 [2020-11-20T23:36:10.300Z] v1.2.2-dev.15 [2020-11-20T23:36:10.300Z] v1.2.2-dev.16 [2020-11-20T23:36:10.300Z] v1.2.2-dev.17 [2020-11-20T23:36:10.300Z] v1.2.2-dev.18 [2020-11-20T23:36:10.300Z] v1.2.2-dev.19 [2020-11-20T23:36:10.300Z] v1.2.2-dev.2 [2020-11-20T23:36:10.300Z] v1.2.2-dev.20 [2020-11-20T23:36:10.300Z] v1.2.2-dev.21 [2020-11-20T23:36:10.300Z] v1.2.2-dev.22 [2020-11-20T23:36:10.300Z] v1.2.2-dev.23 [2020-11-20T23:36:10.300Z] v1.2.2-dev.24 [2020-11-20T23:36:10.300Z] v1.2.2-dev.25 [2020-11-20T23:36:10.300Z] v1.2.2-dev.26 [2020-11-20T23:36:10.300Z] v1.2.2-dev.27 [2020-11-20T23:36:10.300Z] v1.2.2-dev.28 [2020-11-20T23:36:10.300Z] v1.2.2-dev.29 [2020-11-20T23:36:10.300Z] v1.2.2-dev.3 [2020-11-20T23:36:10.300Z] v1.2.2-dev.30 [2020-11-20T23:36:10.300Z] v1.2.2-dev.31 [2020-11-20T23:36:10.300Z] v1.2.2-dev.32 [2020-11-20T23:36:10.300Z] v1.2.2-dev.33 [2020-11-20T23:36:10.300Z] v1.2.2-dev.34 [2020-11-20T23:36:10.300Z] v1.2.2-dev.35 [2020-11-20T23:36:10.300Z] v1.2.2-dev.36 [2020-11-20T23:36:10.300Z] v1.2.2-dev.37 [2020-11-20T23:36:10.300Z] v1.2.2-dev.38 [2020-11-20T23:36:10.300Z] v1.2.2-dev.39 [2020-11-20T23:36:10.300Z] v1.2.2-dev.4 [2020-11-20T23:36:10.300Z] v1.2.2-dev.40 [2020-11-20T23:36:10.300Z] v1.2.2-dev.41 [2020-11-20T23:36:10.300Z] v1.2.2-dev.42 [2020-11-20T23:36:10.301Z] v1.2.2-dev.43 [2020-11-20T23:36:10.301Z] v1.2.2-dev.44 [2020-11-20T23:36:10.301Z] v1.2.2-dev.45 [2020-11-20T23:36:10.301Z] v1.2.2-dev.46 [2020-11-20T23:36:10.301Z] v1.2.2-dev.47 [2020-11-20T23:36:10.301Z] v1.2.2-dev.48 [2020-11-20T23:36:10.301Z] v1.2.2-dev.49 [2020-11-20T23:36:10.301Z] v1.2.2-dev.5 [2020-11-20T23:36:10.301Z] v1.2.2-dev.50 [2020-11-20T23:36:10.301Z] v1.2.2-dev.51 [2020-11-20T23:36:10.301Z] v1.2.2-dev.52 [2020-11-20T23:36:10.301Z] v1.2.2-dev.53 [2020-11-20T23:36:10.301Z] v1.2.2-dev.54 [2020-11-20T23:36:10.301Z] v1.2.2-dev.55 [2020-11-20T23:36:10.301Z] v1.2.2-dev.56 [2020-11-20T23:36:10.301Z] v1.2.2-dev.57 [2020-11-20T23:36:10.301Z] v1.2.2-dev.58 [2020-11-20T23:36:10.301Z] v1.2.2-dev.59 [2020-11-20T23:36:10.301Z] v1.2.2-dev.6 [2020-11-20T23:36:10.301Z] v1.2.2-dev.60 [2020-11-20T23:36:10.301Z] v1.2.2-dev.61 [2020-11-20T23:36:10.301Z] v1.2.2-dev.62 [2020-11-20T23:36:10.301Z] v1.2.2-dev.63 [2020-11-20T23:36:10.301Z] v1.2.2-dev.64 [2020-11-20T23:36:10.301Z] v1.2.2-dev.65 [2020-11-20T23:36:10.301Z] v1.2.2-dev.66 [2020-11-20T23:36:10.301Z] v1.2.2-dev.67 [2020-11-20T23:36:10.301Z] v1.2.2-dev.68 [2020-11-20T23:36:10.301Z] v1.2.2-dev.69 [2020-11-20T23:36:10.301Z] v1.2.2-dev.7 [2020-11-20T23:36:10.301Z] v1.2.2-dev.70 [2020-11-20T23:36:10.301Z] v1.2.2-dev.71 [2020-11-20T23:36:10.301Z] v1.2.2-dev.72 [2020-11-20T23:36:10.301Z] v1.2.2-dev.73 [2020-11-20T23:36:10.301Z] v1.2.2-dev.74 [2020-11-20T23:36:10.301Z] v1.2.2-dev.75 [2020-11-20T23:36:10.301Z] v1.2.2-dev.76 [2020-11-20T23:36:10.301Z] v1.2.2-dev.77 [2020-11-20T23:36:10.301Z] v1.2.2-dev.78 [2020-11-20T23:36:10.301Z] v1.2.2-dev.79 [2020-11-20T23:36:10.301Z] v1.2.2-dev.8 [2020-11-20T23:36:10.301Z] v1.2.2-dev.80 [2020-11-20T23:36:10.301Z] v1.2.2-dev.81 [2020-11-20T23:36:10.301Z] v1.2.2-dev.82 [2020-11-20T23:36:10.301Z] v1.2.2-dev.83 [2020-11-20T23:36:10.301Z] v1.2.2-dev.84 [2020-11-20T23:36:10.301Z] v1.2.2-dev.85 [2020-11-20T23:36:10.301Z] v1.2.2-dev.86 [2020-11-20T23:36:10.301Z] v1.2.2-dev.87 [2020-11-20T23:36:10.301Z] v1.2.2-dev.88 [2020-11-20T23:36:10.301Z] v1.2.2-dev.89 [2020-11-20T23:36:10.301Z] v1.2.2-dev.9 [2020-11-20T23:36:10.301Z] v1.2.2-dev.90 [2020-11-20T23:36:10.301Z] v1.2.2-dev.91 [2020-11-20T23:36:10.301Z] v1.2.2-dev.92 [2020-11-20T23:36:10.301Z] v1.2.2-dev.93 [2020-11-20T23:36:10.301Z] v1.2.2-dev.94 [2020-11-20T23:36:10.301Z] v1.2.2-dev.95 [2020-11-20T23:36:10.301Z] v1.2.2-dev.96 [2020-11-20T23:36:10.301Z] v1.2.2-dev.97 [2020-11-20T23:36:10.301Z] v1.2.2-dev.98 [2020-11-20T23:36:10.301Z] v1.2.2-dev.99 [2020-11-20T23:36:10.301Z] v1.3.0 [2020-11-20T23:36:10.301Z] v1.3.1-dev.1 [2020-11-20T23:36:10.301Z] v1.3.1-dev.2 [2020-11-20T23:36:10.301Z] v1.3.1-dev.3 [2020-11-20T23:36:10.301Z] v1.3.1-dev.4 [Pipeline] sh [2020-11-20T23:36:10.606Z] + lftools sign git-tag v1.3.1-dev.4 [2020-11-20T23:36:12.556Z] Signing Git tag with Sigul... [2020-11-20T23:36:12.556Z] Signing v1.3.1-dev.4 [Pipeline] echo [2020-11-20T23:36:13.527Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:36:13.834Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-20T23:36:13.844Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-20T23:36:14.018Z] $ docker stop --time=1 d89f9259a645fb7194b37155078a367a08cff0a31b5c904a3c748506fe304887 [2020-11-20T23:36:16.108Z] $ docker rm -f d89f9259a645fb7194b37155078a367a08cff0a31b5c904a3c748506fe304887 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:36:17.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T23:36:17.129Z] . [Pipeline] withDockerContainer [2020-11-20T23:36:17.335Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:36:17.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:36:18.359Z] $ docker top 0b66003d32748516c131c8fb069abefdf8d11942bc6c8ef09da9990dde6e375b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T23:36:18.725Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T23:36:18.726Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T23:36:19.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T23:36:19.007Z] $ docker exec 0b66003d32748516c131c8fb069abefdf8d11942bc6c8ef09da9990dde6e375b ssh-agent [2020-11-20T23:36:19.334Z] SSH_AUTH_SOCK=/tmp/ssh-DxA8Y8WHasKz/agent.11 [2020-11-20T23:36:19.334Z] SSH_AGENT_PID=16 [2020-11-20T23:36:19.344Z] Running ssh-add (command line suppressed) [2020-11-20T23:36:19.532Z] Identity added: /w/workspace/edgex-go/228@tmp/private_key_3012270329545366770.key (/w/workspace/edgex-go/228@tmp/private_key_3012270329545366770.key) [2020-11-20T23:36:19.599Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T23:36:19.941Z] + git semver bump pre [2020-11-20T23:36:19.941Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T23:36:19.941Z] # $GIT_DIR = /w/workspace/edgex-go/228/.git [2020-11-20T23:36:19.941Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/228 [2020-11-20T23:36:19.941Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T23:36:19.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T23:36:19.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T23:36:19.941Z] # $SEMVER_BRANCH = master [2020-11-20T23:36:19.941Z] # $SEMVER_DIR = /w/workspace/edgex-go/228/.semver [2020-11-20T23:36:19.941Z] 1.3.1-dev.5 [Pipeline] } [2020-11-20T23:36:19.960Z] $ docker exec --env ******** --env ******** 0b66003d32748516c131c8fb069abefdf8d11942bc6c8ef09da9990dde6e375b ssh-agent -k [2020-11-20T23:36:20.240Z] unset SSH_AUTH_SOCK; [2020-11-20T23:36:20.240Z] unset SSH_AGENT_PID; [2020-11-20T23:36:20.240Z] echo Agent pid 16 killed; [2020-11-20T23:36:20.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T23:36:20.865Z] + git semver [Pipeline] } [2020-11-20T23:36:20.884Z] $ docker stop --time=1 0b66003d32748516c131c8fb069abefdf8d11942bc6c8ef09da9990dde6e375b [2020-11-20T23:36:22.597Z] $ docker rm -f 0b66003d32748516c131c8fb069abefdf8d11942bc6c8ef09da9990dde6e375b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:36:23.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T23:36:23.256Z] . [Pipeline] withDockerContainer [2020-11-20T23:36:23.551Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:36:23.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:36:24.644Z] $ docker top 491cef41528d53822b53172822c75989e5abe10756f058d8597d0d9393e58bf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T23:36:25.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T23:36:25.030Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T23:36:25.402Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T23:36:25.409Z] $ docker exec 491cef41528d53822b53172822c75989e5abe10756f058d8597d0d9393e58bf0 ssh-agent [2020-11-20T23:36:25.747Z] SSH_AUTH_SOCK=/tmp/ssh-kDPgMOhc4lWT/agent.11 [2020-11-20T23:36:25.747Z] SSH_AGENT_PID=16 [2020-11-20T23:36:25.764Z] Running ssh-add (command line suppressed) [2020-11-20T23:36:26.062Z] Identity added: /w/workspace/edgex-go/228@tmp/private_key_2041412025718678564.key (/w/workspace/edgex-go/228@tmp/private_key_2041412025718678564.key) [2020-11-20T23:36:26.141Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T23:36:26.561Z] + git semver push [2020-11-20T23:36:26.561Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T23:36:26.561Z] # $GIT_DIR = /w/workspace/edgex-go/228/.git [2020-11-20T23:36:26.561Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/228 [2020-11-20T23:36:26.561Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T23:36:26.561Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T23:36:26.561Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T23:36:26.561Z] # $SEMVER_BRANCH = master [2020-11-20T23:36:26.561Z] # $SEMVER_DIR = /w/workspace/edgex-go/228/.semver [Pipeline] } [2020-11-20T23:36:38.895Z] $ docker exec --env ******** --env ******** 491cef41528d53822b53172822c75989e5abe10756f058d8597d0d9393e58bf0 ssh-agent -k [2020-11-20T23:36:39.300Z] unset SSH_AUTH_SOCK; [2020-11-20T23:36:39.300Z] unset SSH_AGENT_PID; [2020-11-20T23:36:39.300Z] echo Agent pid 16 killed; [2020-11-20T23:36:39.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T23:36:39.940Z] + git semver [Pipeline] } [2020-11-20T23:36:39.990Z] $ docker stop --time=1 491cef41528d53822b53172822c75989e5abe10756f058d8597d0d9393e58bf0 [2020-11-20T23:36:41.492Z] $ docker rm -f 491cef41528d53822b53172822c75989e5abe10756f058d8597d0d9393e58bf0 [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-11-20T23:36:42.707Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:36:43.876Z] ---> package-listing.sh [2020-11-20T23:36:43.876Z] ++ facter osfamily [2020-11-20T23:36:43.876Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-20T23:36:44.181Z] + OS_FAMILY=redhat [2020-11-20T23:36:44.181Z] + workspace=/w/workspace/edgex-go/228 [2020-11-20T23:36:44.181Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-20T23:36:44.181Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-20T23:36:44.181Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-20T23:36:44.181Z] + PACKAGES=/tmp/packages_start.txt [2020-11-20T23:36:44.181Z] + '[' /w/workspace/edgex-go/228 ']' [2020-11-20T23:36:44.181Z] + PACKAGES=/tmp/packages_end.txt [2020-11-20T23:36:44.181Z] + case "${OS_FAMILY}" in [2020-11-20T23:36:44.181Z] + rpm -qa [2020-11-20T23:36:44.181Z] + sort [2020-11-20T23:36:49.597Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-20T23:36:49.597Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-20T23:36:49.597Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-20T23:36:49.597Z] + '[' /w/workspace/edgex-go/228 ']' [2020-11-20T23:36:49.597Z] + mkdir -p /w/workspace/edgex-go/228/archives/ [2020-11-20T23:36:49.597Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/228/archives/ [Pipeline] echo [2020-11-20T23:36:49.618Z] 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/228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-20T23:36:49.948Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:36:50.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T23:36:50.806Z] [2020-11-20T23:36:50.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-20T23:36:51.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T23:36:51.198Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-20T23:36:51.198Z] df20fa9351a1: Already exists [2020-11-20T23:36:51.462Z] 36b3adc4ff6f: Pulling fs layer [2020-11-20T23:36:51.462Z] 8ad3a11d3b57: Pulling fs layer [2020-11-20T23:36:51.462Z] 46f8f816bc3b: Pulling fs layer [2020-11-20T23:36:51.462Z] 93b61091891f: Pulling fs layer [2020-11-20T23:36:51.462Z] 93b9cdb0e59b: Pulling fs layer [2020-11-20T23:36:51.462Z] 5e14af77c1be: Pulling fs layer [2020-11-20T23:36:51.462Z] 01666e4c0597: Pulling fs layer [2020-11-20T23:36:51.462Z] aa168da1d23b: Pulling fs layer [2020-11-20T23:36:51.462Z] 93b61091891f: Waiting [2020-11-20T23:36:51.462Z] 93b9cdb0e59b: Waiting [2020-11-20T23:36:51.462Z] 5e14af77c1be: Waiting [2020-11-20T23:36:51.462Z] 01666e4c0597: Waiting [2020-11-20T23:36:51.462Z] aa168da1d23b: Waiting [2020-11-20T23:36:51.462Z] 46f8f816bc3b: Verifying Checksum [2020-11-20T23:36:51.462Z] 46f8f816bc3b: Download complete [2020-11-20T23:36:51.462Z] 36b3adc4ff6f: Download complete [2020-11-20T23:36:51.462Z] 93b9cdb0e59b: Verifying Checksum [2020-11-20T23:36:51.462Z] 93b9cdb0e59b: Download complete [2020-11-20T23:36:51.462Z] 5e14af77c1be: Verifying Checksum [2020-11-20T23:36:51.462Z] 5e14af77c1be: Download complete [2020-11-20T23:36:51.462Z] 01666e4c0597: Verifying Checksum [2020-11-20T23:36:51.462Z] 01666e4c0597: Download complete [2020-11-20T23:36:51.462Z] 93b61091891f: Verifying Checksum [2020-11-20T23:36:51.462Z] 93b61091891f: Download complete [2020-11-20T23:36:52.114Z] 36b3adc4ff6f: Pull complete [2020-11-20T23:36:52.730Z] 8ad3a11d3b57: Download complete [2020-11-20T23:36:53.766Z] 8ad3a11d3b57: Pull complete [2020-11-20T23:36:54.046Z] 46f8f816bc3b: Pull complete [2020-11-20T23:36:54.662Z] 93b61091891f: Pull complete [2020-11-20T23:36:56.090Z] 93b9cdb0e59b: Pull complete [2020-11-20T23:36:56.090Z] aa168da1d23b: Verifying Checksum [2020-11-20T23:36:56.090Z] aa168da1d23b: Download complete [2020-11-20T23:36:56.826Z] 5e14af77c1be: Pull complete [2020-11-20T23:36:56.826Z] 01666e4c0597: Pull complete [2020-11-20T23:37:07.226Z] aa168da1d23b: Pull complete [2020-11-20T23:37:07.226Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-20T23:37:07.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T23:37:07.226Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-20T23:37:07.638Z] prd-centos7-docker-4c-2g-12990 does not seem to be running inside a container [2020-11-20T23:37:07.764Z] $ 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/228/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/228 -v /w/workspace/edgex-go/228:/w/workspace/edgex-go/228:rw,z -v /w/workspace/edgex-go/228@tmp:/w/workspace/edgex-go/228@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-11-20T23:37:11.711Z] $ docker top f210b38b540da34840f1273be21fd84504d44f2a75ca3a66db3dd75743677b43 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T23:37:12.771Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-20T23:37:13.122Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-20T23:37:13.800Z] + ls /var/log/sa-host [2020-11-20T23:37:13.800Z] + sadf -c /var/log/sa-host/sa05 [2020-11-20T23:37:13.800Z] file_magic: OK [2020-11-20T23:37:13.800Z] HZ: Using current value: 100 [2020-11-20T23:37:13.800Z] file_header: OK [2020-11-20T23:37:13.800Z] 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-11-20T23:37:13.800Z] Statistics: [2020-11-20T23:37:13.800Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T23:37:13.800Z] File successfully converted to sysstat format version 12.2.1 [2020-11-20T23:37:13.800Z] + sadf -c /var/log/sa-host/sa20 [2020-11-20T23:37:13.800Z] file_magic: OK [2020-11-20T23:37:13.800Z] HZ: Using current value: 100 [2020-11-20T23:37:13.800Z] file_header: OK [2020-11-20T23:37:13.800Z] 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-11-20T23:37:13.800Z] Statistics: [2020-11-20T23:37:13.800Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T23:37:13.800Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-20T23:37:14.472Z] provisioning config files... [2020-11-20T23:37:14.494Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/228@tmp/config2052535559813006529tmp [Pipeline] { [Pipeline] echo [2020-11-20T23:37:14.632Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:37:15.218Z] ---> create-netrc.sh [Pipeline] } [2020-11-20T23:37:15.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-20T23:37:15.318Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:37:15.732Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-20T23:37:15.745Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:37:16.420Z] ---> sudo-logs.sh [2020-11-20T23:37:16.420Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-20T23:37:16.444Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:37:17.136Z] ---> job-cost.sh [2020-11-20T23:37:17.136Z] lf-activate-venv: SKIPPING [2020-11-20T23:37:17.136Z] INFO: No Stack... [2020-11-20T23:37:18.613Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-20T23:37:19.192Z] INFO: Archiving Costs [Pipeline] echo [2020-11-20T23:37:19.206Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T23:37:19.933Z] ---> logs-deploy.sh [2020-11-20T23:37:19.933Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/228 [2020-11-20T23:37:19.933Z] INFO: archiving workspace using pattern(s): [2020-11-20T23:37:21.880Z] Archives upload complete. [2020-11-20T23:37:22.144Z] INFO: archiving logs to Nexus