Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 55279ac293f1a7bfc29c798d374b05cebe545617 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-13085’ is offline Running on prd-centos7-docker-4c-2g-13089 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/229 [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/229 # 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 55279ac293f1a7bfc29c798d374b05cebe545617 (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 55279ac293f1a7bfc29c798d374b05cebe545617 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts (#2891)" > git rev-list --no-walk bd94ef45392d95c8a1ccc72b81a0a7b6cfe32d2e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-21T21:21:13.115Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-21T21:21:13.575Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-21T21:21:13.713Z] ========================================================= [2020-11-21T21:21:13.714Z] EdgeX Global Pipelines Version Info [2020-11-21T21:21:13.714Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:21:15.266Z] ------------------- [2020-11-21T21:21:15.266Z] stable info: [2020-11-21T21:21:15.266Z] ------------------- [2020-11-21T21:21:15.266Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-21T21:21:15.266Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-21T21:21:15.266Z] Message: update stable to v1.0.167 [2020-11-21T21:21:16.213Z] ------------------- [2020-11-21T21:21:16.213Z] experimental info: [2020-11-21T21:21:16.213Z] ------------------- [2020-11-21T21:21:16.213Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-21T21:21:16.213Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-21T21:21:16.213Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:21:16.471Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-21T21:21:16.559Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-21T21:21:16.650Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-21T21:21:16.742Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-21T21:21:16.848Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-21T21:21:16.944Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-21T21:21:17.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-21T21:21:17.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-21T21:21:17.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-21T21:21:17.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-21T21:21:17.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-21T21:21:17.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-21T21:21:17.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-21T21:21:17.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-21T21:21:17.962Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-21T21:21:18.043Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-21T21:21:18.127Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-21T21:21:18.223Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-21T21:21:18.304Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-21T21:21:18.390Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-21T21:21:18.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-21T21:21:18.560Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-21T21:21:18.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-21T21:21:18.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-21T21:21:18.824Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-21T21:21:18.907Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] echo [2020-11-21T21:21:19.003Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55279ac [Pipeline] echo [2020-11-21T21:21:19.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T21:21:19.276Z] provisioning config files... [2020-11-21T21:21:19.310Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config3290504265071468981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:21:19.665Z] ---> docker-login.sh [2020-11-21T21:21:19.665Z] nexus3.edgexfoundry.org:10001 [2020-11-21T21:21:19.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:21:20.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:21:20.192Z] Configure a credential helper to remove this warning. See [2020-11-21T21:21:20.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:21:20.192Z] [2020-11-21T21:21:20.192Z] Login Succeeded [2020-11-21T21:21:20.192Z] nexus3.edgexfoundry.org:10002 [2020-11-21T21:21:20.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:21:20.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:21:20.192Z] Configure a credential helper to remove this warning. See [2020-11-21T21:21:20.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:21:20.192Z] [2020-11-21T21:21:20.192Z] Login Succeeded [2020-11-21T21:21:20.192Z] nexus3.edgexfoundry.org:10003 [2020-11-21T21:21:20.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:21:20.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:21:20.455Z] Configure a credential helper to remove this warning. See [2020-11-21T21:21:20.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:21:20.455Z] [2020-11-21T21:21:20.455Z] Login Succeeded [2020-11-21T21:21:20.455Z] nexus3.edgexfoundry.org:10004 [2020-11-21T21:21:20.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:21:20.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:21:20.717Z] Configure a credential helper to remove this warning. See [2020-11-21T21:21:20.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:21:20.717Z] [2020-11-21T21:21:20.717Z] Login Succeeded [2020-11-21T21:21:20.717Z] docker.io [2020-11-21T21:21:20.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:21:20.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:21:20.980Z] Configure a credential helper to remove this warning. See [2020-11-21T21:21:20.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:21:20.980Z] [2020-11-21T21:21:20.980Z] Login Succeeded [2020-11-21T21:21:20.980Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T21:21:20.990Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T21:21:21.487Z] ++ 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-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/core-command/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/core-data/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-21T21:21:21.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-21T21:21:21.488Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-21T21:21:21.488Z] ++ cut -d/ -f2 [2020-11-21T21:21:21.488Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-21T21:21:21.560Z] 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-21T21:21:23.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T21:21:23.283Z] [2020-11-21T21:21:23.283Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:21:23.712Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T21:21:23.712Z] latest: Pulling from edgex-devops/git-semver [2020-11-21T21:21:23.712Z] 31603596830f: Pulling fs layer [2020-11-21T21:21:23.712Z] 2a8b12db71e7: Pulling fs layer [2020-11-21T21:21:23.712Z] 6ca5941a6612: Pulling fs layer [2020-11-21T21:21:23.712Z] ecc8261a40a4: Pulling fs layer [2020-11-21T21:21:23.712Z] ecc8261a40a4: Waiting [2020-11-21T21:21:23.712Z] 2a8b12db71e7: Verifying Checksum [2020-11-21T21:21:23.712Z] 2a8b12db71e7: Download complete [2020-11-21T21:21:23.980Z] 31603596830f: Verifying Checksum [2020-11-21T21:21:23.980Z] 31603596830f: Download complete [2020-11-21T21:21:23.980Z] ecc8261a40a4: Verifying Checksum [2020-11-21T21:21:23.980Z] ecc8261a40a4: Download complete [2020-11-21T21:21:23.980Z] 6ca5941a6612: Verifying Checksum [2020-11-21T21:21:23.980Z] 6ca5941a6612: Download complete [2020-11-21T21:21:24.244Z] 31603596830f: Pull complete [2020-11-21T21:21:24.509Z] 2a8b12db71e7: Pull complete [2020-11-21T21:21:25.094Z] 6ca5941a6612: Pull complete [2020-11-21T21:21:25.358Z] ecc8261a40a4: Pull complete [2020-11-21T21:21:25.358Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-21T21:21:25.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T21:21:25.358Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-21T21:21:25.478Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:21:25.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T21:21:28.230Z] $ docker top 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T21:21:28.552Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T21:21:28.552Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T21:21:28.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T21:21:28.783Z] $ docker exec 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent [2020-11-21T21:21:28.943Z] SSH_AUTH_SOCK=/tmp/ssh-Pl0Tsdk69Yzc/agent.12 [2020-11-21T21:21:28.943Z] SSH_AGENT_PID=17 [2020-11-21T21:21:28.954Z] Running ssh-add (command line suppressed) [2020-11-21T21:21:29.069Z] Identity added: /w/workspace/edgex-go/229@tmp/private_key_3239339992632006547.key (/w/workspace/edgex-go/229@tmp/private_key_3239339992632006547.key) [2020-11-21T21:21:29.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T21:21:29.445Z] + git tag --points-at HEAD [Pipeline] } [2020-11-21T21:21:29.471Z] $ docker exec --env ******** --env ******** 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent -k [2020-11-21T21:21:29.588Z] unset SSH_AUTH_SOCK; [2020-11-21T21:21:29.588Z] unset SSH_AGENT_PID; [2020-11-21T21:21:29.589Z] echo Agent pid 17 killed; [2020-11-21T21:21:29.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-21T21:21:29.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T21:21:29.775Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T21:21:29.934Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T21:21:29.941Z] $ docker exec 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent [2020-11-21T21:21:30.104Z] SSH_AUTH_SOCK=/tmp/ssh-dkcY2Ma4q4Qb/agent.46 [2020-11-21T21:21:30.104Z] SSH_AGENT_PID=51 [2020-11-21T21:21:30.111Z] Running ssh-add (command line suppressed) [2020-11-21T21:21:30.234Z] Identity added: /w/workspace/edgex-go/229@tmp/private_key_4784615816763395017.key (/w/workspace/edgex-go/229@tmp/private_key_4784615816763395017.key) [2020-11-21T21:21:30.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T21:21:30.615Z] + git semver init [2020-11-21T21:21:30.615Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T21:21:30.615Z] # $GIT_DIR = /w/workspace/edgex-go/229/.git [2020-11-21T21:21:30.615Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/229 [2020-11-21T21:21:30.615Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T21:21:30.615Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T21:21:30.615Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T21:21:30.615Z] # $SEMVER_BRANCH = master [2020-11-21T21:21:30.615Z] # $SEMVER_TEMP = /tmp/semver-240114940 [2020-11-21T21:21:30.615Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-21T21:21:48.771Z] # '/tmp/semver-240114940' -> '/w/workspace/edgex-go/229/.semver' [2020-11-21T21:21:48.771Z] # -> Force: false [2020-11-21T21:21:48.771Z] # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver [Pipeline] } [2020-11-21T21:21:48.788Z] $ docker exec --env ******** --env ******** 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d ssh-agent -k [2020-11-21T21:21:48.971Z] unset SSH_AUTH_SOCK; [2020-11-21T21:21:48.972Z] unset SSH_AGENT_PID; [2020-11-21T21:21:48.972Z] echo Agent pid 51 killed; [2020-11-21T21:21:49.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T21:21:49.509Z] + git semver [Pipeline] } [2020-11-21T21:21:49.531Z] $ docker stop --time=1 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d [2020-11-21T21:21:51.081Z] $ docker rm -f 461d04254f29b46eae55f33aaa69e52373f4533af1b93462d4685f575a09369d [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T21:21:51.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-21T21:21:52.301Z] Stashed 1 file(s) [Pipeline] echo [2020-11-21T21:21:52.304Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.5 [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-21T21:21:53.403Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-21T21:21:53.702Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T21:21:54.008Z] + sudo service docker restart [2020-11-21T21:21:54.009Z] + true [2020-11-21T21:21:54.009Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-21T21:21:54.602Z] ========================================================= [2020-11-21T21:21:54.602Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-21T21:21:54.602Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:21:54.942Z] + 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-21T21:21:59.179Z] Sending build context to Docker daemon 325.9MB [2020-11-21T21:21:59.179Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-21T21:21:59.179Z] Step 2/7 : FROM ${BASE} [2020-11-21T21:21:59.179Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-21T21:21:59.179Z] df20fa9351a1: Pulling fs layer [2020-11-21T21:21:59.179Z] ed8968b2872e: Pulling fs layer [2020-11-21T21:21:59.179Z] a92cc7c5fd73: Pulling fs layer [2020-11-21T21:21:59.179Z] e871e8e8d7a9: Pulling fs layer [2020-11-21T21:21:59.179Z] e73272ec9a57: Pulling fs layer [2020-11-21T21:21:59.179Z] 1e910a182e73: Pulling fs layer [2020-11-21T21:21:59.179Z] 4e634b169226: Pulling fs layer [2020-11-21T21:21:59.179Z] e73272ec9a57: Waiting [2020-11-21T21:21:59.179Z] 1e910a182e73: Waiting [2020-11-21T21:21:59.179Z] e871e8e8d7a9: Waiting [2020-11-21T21:21:59.179Z] 4e634b169226: Waiting [2020-11-21T21:21:59.179Z] a92cc7c5fd73: Verifying Checksum [2020-11-21T21:21:59.179Z] a92cc7c5fd73: Download complete [2020-11-21T21:21:59.179Z] ed8968b2872e: Download complete [2020-11-21T21:21:59.179Z] e73272ec9a57: Verifying Checksum [2020-11-21T21:21:59.179Z] e73272ec9a57: Download complete [2020-11-21T21:21:59.179Z] df20fa9351a1: Verifying Checksum [2020-11-21T21:21:59.179Z] df20fa9351a1: Download complete [2020-11-21T21:21:59.179Z] 1e910a182e73: Verifying Checksum [2020-11-21T21:21:59.179Z] 1e910a182e73: Download complete [2020-11-21T21:21:59.179Z] df20fa9351a1: Pull complete [2020-11-21T21:21:59.441Z] ed8968b2872e: Pull complete [2020-11-21T21:21:59.703Z] a92cc7c5fd73: Pull complete [2020-11-21T21:22:01.101Z] 4e634b169226: Verifying Checksum [2020-11-21T21:22:01.101Z] 4e634b169226: Download complete [2020-11-21T21:22:02.511Z] e871e8e8d7a9: Verifying Checksum [2020-11-21T21:22:02.511Z] e871e8e8d7a9: Download complete [2020-11-21T21:22:07.860Z] e871e8e8d7a9: Pull complete [2020-11-21T21:22:07.860Z] e73272ec9a57: Pull complete [2020-11-21T21:22:07.860Z] 1e910a182e73: Pull complete [2020-11-21T21:22:07.870Z] Still waiting to schedule task [2020-11-21T21:22:07.870Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13086’ is offline [2020-11-21T21:22:14.475Z] 4e634b169226: Pull complete [2020-11-21T21:22:14.475Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-21T21:22:14.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-21T21:22:14.475Z] ---> f7629b54cfaa [2020-11-21T21:22:14.475Z] 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-21T21:22:14.475Z] ---> Running in c1d2f5befc36 [2020-11-21T21:22:14.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:22:15.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:22:15.995Z] (1/12) Installing libmagic (5.38-r0) [2020-11-21T21:22:16.257Z] (2/12) Installing file (5.38-r0) [2020-11-21T21:22:16.519Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-21T21:22:16.519Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-21T21:22:19.842Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-21T21:22:19.842Z] (6/12) Installing patch (2.7.6-r6) [2020-11-21T21:22:19.842Z] (7/12) Installing build-base (0.5-r2) [2020-11-21T21:22:19.842Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-21T21:22:20.107Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-21T21:22:20.107Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-21T21:22:20.107Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-21T21:22:20.369Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-21T21:22:20.369Z] Executing busybox-1.31.1-r16.trigger [2020-11-21T21:22:20.369Z] OK: 233 MiB in 51 packages [2020-11-21T21:22:24.614Z] Removing intermediate container c1d2f5befc36 [2020-11-21T21:22:24.614Z] ---> a27c7359f7bd [2020-11-21T21:22:24.614Z] Step 4/7 : WORKDIR /edgex-go [2020-11-21T21:22:24.614Z] ---> Running in a6c6e539e7ea [2020-11-21T21:22:24.877Z] Removing intermediate container a6c6e539e7ea [2020-11-21T21:22:24.877Z] ---> 324027b82e17 [2020-11-21T21:22:24.877Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-21T21:22:25.456Z] latest: Pulling from library/docker [2020-11-21T21:22:25.719Z] 188c0c94c7c5: Pulling fs layer [2020-11-21T21:22:25.719Z] 0c7c675703d6: Pulling fs layer [2020-11-21T21:22:25.719Z] cc8c12a437cb: Pulling fs layer [2020-11-21T21:22:25.719Z] c5dafad2182a: Pulling fs layer [2020-11-21T21:22:25.719Z] 5aa711733414: Pulling fs layer [2020-11-21T21:22:25.719Z] 058f73b55e4b: Pulling fs layer [2020-11-21T21:22:25.719Z] 8c9c664faf12: Pulling fs layer [2020-11-21T21:22:25.719Z] c5dafad2182a: Waiting [2020-11-21T21:22:25.719Z] 5aa711733414: Waiting [2020-11-21T21:22:25.719Z] 058f73b55e4b: Waiting [2020-11-21T21:22:25.719Z] 8c9c664faf12: Waiting [2020-11-21T21:22:26.000Z] cc8c12a437cb: Verifying Checksum [2020-11-21T21:22:26.000Z] cc8c12a437cb: Download complete [2020-11-21T21:22:26.000Z] 188c0c94c7c5: Verifying Checksum [2020-11-21T21:22:26.000Z] 0c7c675703d6: Verifying Checksum [2020-11-21T21:22:26.000Z] 0c7c675703d6: Download complete [2020-11-21T21:22:26.000Z] 058f73b55e4b: Download complete [2020-11-21T21:22:26.000Z] 5aa711733414: Verifying Checksum [2020-11-21T21:22:26.000Z] 5aa711733414: Download complete [2020-11-21T21:22:26.277Z] 8c9c664faf12: Download complete [2020-11-21T21:22:26.277Z] 188c0c94c7c5: Pull complete [2020-11-21T21:22:26.541Z] 0c7c675703d6: Pull complete [2020-11-21T21:22:26.541Z] cc8c12a437cb: Pull complete [2020-11-21T21:22:26.817Z] c5dafad2182a: Verifying Checksum [2020-11-21T21:22:26.817Z] c5dafad2182a: Download complete [2020-11-21T21:22:29.380Z] c5dafad2182a: Pull complete [2020-11-21T21:22:29.642Z] 5aa711733414: Pull complete [2020-11-21T21:22:29.642Z] 058f73b55e4b: Pull complete [2020-11-21T21:22:29.642Z] 8c9c664faf12: Pull complete [2020-11-21T21:22:29.642Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-21T21:22:29.905Z] Status: Downloaded newer image for docker:latest [2020-11-21T21:22:31.829Z] ---> c2b1855cc069 [2020-11-21T21:22:31.829Z] Step 6/7 : COPY go.mod . [2020-11-21T21:22:31.829Z] ---> 9fcd3deb9272 [2020-11-21T21:22:31.829Z] Step 7/7 : RUN go mod download [2020-11-21T21:22:31.829Z] ---> Running in 78bb8f283754 [2020-11-21T21:22:53.868Z] Removing intermediate container 78bb8f283754 [2020-11-21T21:22:53.868Z] ---> 0f2fa97a26d8 [2020-11-21T21:22:53.868Z] Successfully built 0f2fa97a26d8 [2020-11-21T21:22:53.868Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:22:54.193Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T21:22:54.193Z] . [Pipeline] withDockerContainer [2020-11-21T21:22:54.300Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:22:54.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** ci-base-image-x86_64 cat [2020-11-21T21:22:55.183Z] $ docker top b4e788106edba31ab0cdad2351419c06422e3d21f12d02e35bfe4bf601a6233c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:22:55.734Z] + go version [2020-11-21T21:22:55.734Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-21T21:22:55.752Z] $ docker stop --time=1 b4e788106edba31ab0cdad2351419c06422e3d21f12d02e35bfe4bf601a6233c [2020-11-21T21:22:57.130Z] $ docker rm -f b4e788106edba31ab0cdad2351419c06422e3d21f12d02e35bfe4bf601a6233c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:22:58.042Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T21:22:58.042Z] . [Pipeline] withDockerContainer [2020-11-21T21:22:58.141Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:22:58.191Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** ci-base-image-x86_64 cat [2020-11-21T21:22:58.953Z] $ docker top 36ccef1dff08cca848784d9f30533d58be1cdc101b8da1d0817f314876923bac -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-21T21:22:59.150Z] ========================================================= [2020-11-21T21:22:59.150Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-21T21:22:59.150Z] ========================================================= [Pipeline] sh [2020-11-21T21:22:59.442Z] + make test [2020-11-21T21:22:59.442Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-21T21:23:07.628Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-21T21:23:25.906Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-21T21:23:29.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-21T21:23:29.856Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-21T21:23:29.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-21T21:23:29.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-21T21:23:30.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-21T21:23:33.767Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.045s [2020-11-21T21:23:33.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-21T21:23:33.767Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-21T21:23:33.767Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-21T21:23:33.767Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-21T21:23:33.767Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-21T21:23:33.767Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-21T21:23:33.767Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-21T21:23:38.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 46.6% of statements [2020-11-21T21:23:38.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-21T21:23:38.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-21T21:23:38.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-21T21:23:38.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-21T21:23:38.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-21T21:23:39.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.1% of statements [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-21T21:23:39.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-21T21:23:39.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-21T21:23:39.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 67.0% of statements [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-21T21:23:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-21T21:23:40.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.401s coverage: 83.8% of statements [2020-11-21T21:23:40.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-21T21:23:40.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-21T21:23:40.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-21T21:23:40.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-21T21:23:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-21T21:23:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-21T21:23:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-21T21:23:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-21T21:23:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2020-11-21T21:23:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-21T21:23:42.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 79.0% of statements [2020-11-21T21:23:42.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-21T21:23:42.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-21T21:23:42.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-21T21:23:42.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-21T21:23:44.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.358s coverage: 95.7% of statements [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-21T21:23:44.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-21T21:23:44.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.0% of statements [no tests to run] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-21T21:23:44.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-21T21:23:44.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-21T21:23:44.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2020-11-21T21:23:44.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2020-11-21T21:23:44.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2020-11-21T21:23:44.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2020-11-21T21:23:44.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2020-11-21T21:23:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.380s coverage: 55.9% of statements [2020-11-21T21:23:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-21T21:23:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-21T21:23:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-21T21:23:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-21T21:23:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-21T21:23:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.974s coverage: 86.3% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.048s coverage: 72.2% of statements [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.432s coverage: 72.1% of statements [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.046s coverage: 48.4% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.2% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.269s coverage: 84.1% of statements [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.038s coverage: 42.9% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.040s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.660s coverage: 29.1% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-21T21:24:01.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements [2020-11-21T21:24:01.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-11-21T21:24:01.012Z] GO111MODULE=on go vet ./... [2020-11-21T21:24:05.704Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13092 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-21T21:24:05.754Z] Running in /w/workspace/edgex-go/229 [Pipeline] { [Pipeline] checkout [2020-11-21T21:24:10.587Z] using credential edgex-jenkins-ssh [2020-11-21T21:24:10.642Z] Cloning the remote Git repository [2020-11-21T21:24:10.756Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-21T21:24:10.887Z] > git init /w/workspace/edgex-go/229 # timeout=10 [2020-11-21T21:24:10.963Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-21T21:24:10.963Z] > git --version # timeout=10 [2020-11-21T21:24:10.979Z] > git --version # 'git version 2.17.1' [2020-11-21T21:24:10.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T21:24:11.034Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T21:24:23.158Z] gofmt -l . [2020-11-21T21:24:23.158Z] [ "`gofmt -l .`" = "" ] [2020-11-21T21:24:23.158Z] ./bin/test-go-mod-tidy.sh [2020-11-21T21:24:23.740Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-21T21:24:25.440Z] + ls -al . [2020-11-21T21:24:25.441Z] total 640 [2020-11-21T21:24:25.441Z] drwxrwxr-x 10 1001 1001 4096 Nov 21 21:24 . [2020-11-21T21:24:25.441Z] drwxr-xr-x 4 root root 32 Nov 21 21:22 .. [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 11 Nov 21 21:21 .dockerignore [2020-11-21T21:24:25.441Z] drwxrwxr-x 8 1001 1001 162 Nov 21 21:21 .git [2020-11-21T21:24:25.441Z] drwxrwxr-x 3 1001 1001 125 Nov 21 21:21 .github [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 971 Nov 21 21:21 .gitignore [2020-11-21T21:24:25.441Z] drwx------ 3 1001 1001 32 Nov 21 21:21 .semver [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 166 Nov 21 21:21 .sonarcloud.properties [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 3804 Nov 21 21:21 CONTRIBUTING.md [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 1035 Nov 21 21:21 Dockerfile.build [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 863 Nov 21 21:21 Jenkinsfile [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 10775 Nov 21 21:21 LICENSE [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 6581 Nov 21 21:21 Makefile [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 6447 Nov 21 21:21 README.md [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 259 Nov 21 21:21 SECURITY.md [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 11 Nov 21 21:21 VERSION [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 4131 Nov 21 21:21 ZMQWindows.md [2020-11-21T21:24:25.441Z] drwxrwxr-x 2 1001 1001 117 Nov 21 21:21 bin [2020-11-21T21:24:25.441Z] drwxrwxr-x 15 1001 1001 4096 Nov 21 21:21 cmd [2020-11-21T21:24:25.441Z] -rw-r--r-- 1 root root 546551 Nov 21 21:23 coverage.out [2020-11-21T21:24:25.441Z] -rw-r--r-- 1 root root 1041 Nov 21 21:24 go.mod [2020-11-21T21:24:25.441Z] -rw-r--r-- 1 root root 18582 Nov 21 21:24 go.sum [2020-11-21T21:24:25.441Z] drwxrwxr-x 8 1001 1001 127 Nov 21 21:21 internal [2020-11-21T21:24:25.441Z] drwxrwxr-x 4 1001 1001 26 Nov 21 21:21 openapi [2020-11-21T21:24:25.441Z] drwxrwxr-x 4 1001 1001 71 Nov 21 21:21 snap [2020-11-21T21:24:25.441Z] -rw-rw-r-- 1 1001 1001 168 Nov 21 21:21 version.go [Pipeline] sh [2020-11-21T21:24:25.762Z] + '[' -e coverage.out ] [2020-11-21T21:24:25.762Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-21T21:24:25.946Z] Stashed 1 file(s) [Pipeline] sh [2020-11-21T21:24:26.248Z] + make build [2020-11-21T21:24:26.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-21T21:24:36.341Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-data/core-data ./cmd/core-data [2020-11-21T21:24:38.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-command/core-command ./cmd/core-command [2020-11-21T21:24:39.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-21T21:24:41.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-21T21:24:42.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-21T21:24:42.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-21T21:24:44.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-21T21:24:45.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-21T21:24:45.926Z] Checking out Revision 55279ac293f1a7bfc29c798d374b05cebe545617 (master) [2020-11-21T21:24:46.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-21T21:24:47.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-21T21:24:45.242Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-21T21:24:45.275Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T21:24:45.298Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-21T21:24:45.331Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-21T21:24:45.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T21:24:45.344Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-21T21:24:45.966Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T21:24:45.978Z] > git checkout -f 55279ac293f1a7bfc29c798d374b05cebe545617 # timeout=10 [2020-11-21T21:24:49.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-21T21:24:49.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-21T21:24:50.456Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts (#2891)" [Pipeline] } [2020-11-21T21:24:50.960Z] $ docker stop --time=1 36ccef1dff08cca848784d9f30533d58be1cdc101b8da1d0817f314876923bac [2020-11-21T21:24:52.561Z] $ docker rm -f 36ccef1dff08cca848784d9f30533d58be1cdc101b8da1d0817f314876923bac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T21:24:56.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T21:24:56.188Z] [2020-11-21T21:24:56.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:24:56.825Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-11-21T21:24:56.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T21:24:56.878Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-21T21:24:56.878Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-21T21:24:56.878Z] ca9280d653b3: Pulling fs layer [2020-11-21T21:24:56.878Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2020-11-21T21:24:57.142Z] cbdbe7a5bc2a: Download complete [2020-11-21T21:24:57.232Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T21:24:57.407Z] cbdbe7a5bc2a: Pull complete [2020-11-21T21:24:57.581Z] + sudo service docker restart [2020-11-21T21:24:57.581Z] + true [2020-11-21T21:24:57.673Z] ca9280d653b3: Verifying Checksum [2020-11-21T21:24:57.674Z] ca9280d653b3: Download complete [2020-11-21T21:24:58.624Z] ca9280d653b3: Pull complete [2020-11-21T21:24:59.199Z] 7e9c9ca2126c: Verifying Checksum [2020-11-21T21:24:59.199Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T21:25:00.333Z] provisioning config files... [2020-11-21T21:25:00.372Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config7486017022172199826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:25:00.784Z] ---> docker-login.sh [2020-11-21T21:25:00.784Z] nexus3.edgexfoundry.org:10001 [2020-11-21T21:25:01.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:25:02.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:25:02.049Z] Configure a credential helper to remove this warning. See [2020-11-21T21:25:02.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:25:02.049Z] [2020-11-21T21:25:02.049Z] Login Succeeded [2020-11-21T21:25:02.049Z] nexus3.edgexfoundry.org:10002 [2020-11-21T21:25:02.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:25:02.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:25:02.597Z] Configure a credential helper to remove this warning. See [2020-11-21T21:25:02.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:25:02.597Z] [2020-11-21T21:25:02.597Z] Login Succeeded [2020-11-21T21:25:02.597Z] nexus3.edgexfoundry.org:10003 [2020-11-21T21:25:02.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:25:03.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:25:03.143Z] Configure a credential helper to remove this warning. See [2020-11-21T21:25:03.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:25:03.143Z] [2020-11-21T21:25:03.143Z] Login Succeeded [2020-11-21T21:25:03.143Z] nexus3.edgexfoundry.org:10004 [2020-11-21T21:25:03.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:25:04.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:25:04.010Z] Configure a credential helper to remove this warning. See [2020-11-21T21:25:04.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:25:04.010Z] [2020-11-21T21:25:04.010Z] Login Succeeded [2020-11-21T21:25:04.010Z] docker.io [2020-11-21T21:25:04.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:25:04.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:25:04.878Z] Configure a credential helper to remove this warning. See [2020-11-21T21:25:04.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:25:04.878Z] [2020-11-21T21:25:04.878Z] Login Succeeded [2020-11-21T21:25:04.878Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T21:25:04.895Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T21:25:05.298Z] ========================================================= [2020-11-21T21:25:05.298Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-21T21:25:05.298Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:25:05.681Z] + 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-21T21:25:05.825Z] 7e9c9ca2126c: Pull complete [2020-11-21T21:25:05.825Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-21T21:25:05.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T21:25:05.825Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-21T21:25:06.031Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:25:06.083Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-21T21:25:08.004Z] $ docker top 3ab217b6b63bfa2de7fff80bf2409d33326073d1ab8705d540fb1a0aaf0a427e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:25:08.340Z] Sending build context to Docker daemon 165.3MB [2020-11-21T21:25:08.340Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-21T21:25:08.340Z] Step 2/7 : FROM ${BASE} [2020-11-21T21:25:08.340Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-21T21:25:08.340Z] b538f80385f9: Pulling fs layer [2020-11-21T21:25:08.340Z] 74f711af9a0d: Pulling fs layer [2020-11-21T21:25:08.340Z] 99f96fe45779: Pulling fs layer [2020-11-21T21:25:08.340Z] 8529a6b9a6be: Pulling fs layer [2020-11-21T21:25:08.340Z] 45590311c82a: Pulling fs layer [2020-11-21T21:25:08.340Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-21T21:25:08.340Z] 209524e5b208: Pulling fs layer [2020-11-21T21:25:08.340Z] 45590311c82a: Waiting [2020-11-21T21:25:08.340Z] 69ca0ff8b7b3: Waiting [2020-11-21T21:25:08.340Z] 209524e5b208: Waiting [2020-11-21T21:25:08.340Z] 8529a6b9a6be: Waiting [2020-11-21T21:25:08.340Z] 99f96fe45779: Verifying Checksum [2020-11-21T21:25:08.340Z] 99f96fe45779: Download complete [2020-11-21T21:25:08.340Z] 74f711af9a0d: Verifying Checksum [2020-11-21T21:25:08.340Z] 74f711af9a0d: Download complete [2020-11-21T21:25:08.340Z] 45590311c82a: Verifying Checksum [2020-11-21T21:25:08.340Z] 45590311c82a: Download complete [2020-11-21T21:25:08.340Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-21T21:25:08.340Z] 69ca0ff8b7b3: Download complete [2020-11-21T21:25:08.340Z] b538f80385f9: Verifying Checksum [2020-11-21T21:25:08.340Z] b538f80385f9: Download complete [2020-11-21T21:25:08.497Z] + docker-compose build --help [2020-11-21T21:25:08.498Z] + grep parallel [2020-11-21T21:25:08.952Z] b538f80385f9: Pull complete [2020-11-21T21:25:09.448Z] --parallel Build images in parallel. [Pipeline] } [2020-11-21T21:25:09.465Z] $ docker stop --time=1 3ab217b6b63bfa2de7fff80bf2409d33326073d1ab8705d540fb1a0aaf0a427e [2020-11-21T21:25:09.551Z] 74f711af9a0d: Pull complete [2020-11-21T21:25:09.827Z] 99f96fe45779: Pull complete [2020-11-21T21:25:10.432Z] 209524e5b208: Verifying Checksum [2020-11-21T21:25:10.432Z] 209524e5b208: Download complete [2020-11-21T21:25:10.810Z] $ docker rm -f 3ab217b6b63bfa2de7fff80bf2409d33326073d1ab8705d540fb1a0aaf0a427e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:25:11.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-21T21:25:11.441Z] . [Pipeline] withDockerContainer [2020-11-21T21:25:11.546Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:25:11.600Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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-21T21:25:11.862Z] 8529a6b9a6be: Download complete [2020-11-21T21:25:12.277Z] $ docker top 77b377ff5f6b3cc5a70092ac5d13bfbc6b97f418eed587b2898c6c3b1396f839 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:25:12.864Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-21T21:25:13.823Z] Building docker-core-command-go ... [2020-11-21T21:25:13.823Z] Building docker-core-data-go ... [2020-11-21T21:25:13.823Z] Building docker-core-metadata-go ... [2020-11-21T21:25:13.823Z] Building docker-security-bootstrap-redis-go ... [2020-11-21T21:25:13.823Z] Building docker-security-proxy-setup-go ... [2020-11-21T21:25:13.823Z] Building docker-security-secrets-setup-go ... [2020-11-21T21:25:13.823Z] Building docker-security-secretstore-setup-go ... [2020-11-21T21:25:13.823Z] Building docker-support-logging-go ... [2020-11-21T21:25:13.823Z] Building docker-support-notifications-go ... [2020-11-21T21:25:13.823Z] Building docker-support-scheduler-go ... [2020-11-21T21:25:13.823Z] Building docker-sys-mgmt-agent-go ... [2020-11-21T21:25:13.823Z] Building docker-core-data-go [2020-11-21T21:25:13.823Z] Building docker-security-secretstore-setup-go [2020-11-21T21:25:13.823Z] Building docker-support-logging-go [2020-11-21T21:25:13.823Z] Building docker-core-command-go [2020-11-21T21:25:13.823Z] Building docker-security-proxy-setup-go [2020-11-21T21:25:22.029Z] 8529a6b9a6be: Pull complete [2020-11-21T21:25:22.029Z] 45590311c82a: Pull complete [2020-11-21T21:25:22.302Z] 69ca0ff8b7b3: Pull complete [2020-11-21T21:25:26.653Z] 209524e5b208: Pull complete [2020-11-21T21:25:26.653Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-21T21:25:26.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-21T21:25:26.653Z] ---> 5bddaf1c2fca [2020-11-21T21:25:26.653Z] 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-21T21:25:30.044Z] ---> Running in 1e3506e17417 [2020-11-21T21:25:31.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:25:32.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:25:32.597Z] (1/12) Installing libmagic (5.38-r0) [2020-11-21T21:25:32.867Z] (2/12) Installing file (5.38-r0) [2020-11-21T21:25:32.867Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-21T21:25:33.139Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-21T21:25:43.291Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-21T21:25:43.291Z] (6/12) Installing patch (2.7.6-r6) [2020-11-21T21:25:43.291Z] (7/12) Installing build-base (0.5-r2) [2020-11-21T21:25:43.291Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-21T21:25:43.291Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-21T21:25:43.291Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-21T21:25:43.291Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-21T21:25:43.291Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-21T21:25:43.291Z] Executing busybox-1.31.1-r16.trigger [2020-11-21T21:25:43.291Z] OK: 217 MiB in 51 packages [2020-11-21T21:25:46.085Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:25:46.085Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:25:46.085Z] ---> 0f2fa97a26d8 [2020-11-21T21:25:46.085Z] Step 3/23 : WORKDIR /edgex-go [2020-11-21T21:25:46.085Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:25:46.085Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:25:46.085Z] ---> 0f2fa97a26d8 [2020-11-21T21:25:46.085Z] Step 3/20 : WORKDIR /edgex-go [2020-11-21T21:25:46.085Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:25:46.085Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:25:46.085Z] ---> 0f2fa97a26d8 [2020-11-21T21:25:46.085Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:25:46.085Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:25:46.085Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:25:46.085Z] ---> 0f2fa97a26d8 [2020-11-21T21:25:46.085Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T21:25:46.085Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:25:46.085Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:25:46.085Z] ---> 0f2fa97a26d8 [2020-11-21T21:25:46.085Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:25:46.085Z] ---> Running in 961bc252677a [2020-11-21T21:25:46.085Z] ---> Running in a74da8ca801d [2020-11-21T21:25:46.085Z] ---> Running in 7542b2159587 [2020-11-21T21:25:46.085Z] ---> Running in c2a877a6d1b5 [2020-11-21T21:25:46.085Z] ---> Running in 402dba46488d [2020-11-21T21:25:46.085Z] Removing intermediate container 961bc252677a [2020-11-21T21:25:46.085Z] ---> 2929386d326a [2020-11-21T21:25:46.085Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:25:46.085Z] Removing intermediate container 7542b2159587 [2020-11-21T21:25:46.085Z] ---> 840959b8f37c [2020-11-21T21:25:46.085Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:25:46.085Z] Removing intermediate container a74da8ca801d [2020-11-21T21:25:46.085Z] ---> 515f3d4eafec [2020-11-21T21:25:46.085Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:25:46.085Z] Removing intermediate container c2a877a6d1b5 [2020-11-21T21:25:46.085Z] ---> c9cb7cfdc5d4 [2020-11-21T21:25:46.085Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:25:46.085Z] ---> Running in 05cd9b6ed86a [2020-11-21T21:25:46.085Z] Removing intermediate container 402dba46488d [2020-11-21T21:25:46.085Z] ---> e47e6f56d85f [2020-11-21T21:25:46.085Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:25:46.085Z] ---> Running in 119ac0d36c90 [2020-11-21T21:25:46.085Z] ---> Running in 4a6d1e4ac5e7 [2020-11-21T21:25:46.085Z] ---> Running in 8fb9ec528d1d [2020-11-21T21:25:46.085Z] ---> Running in d76a2e7b5549 [2020-11-21T21:25:47.599Z] Removing intermediate container 1e3506e17417 [2020-11-21T21:25:47.599Z] ---> 541e8ace5829 [2020-11-21T21:25:47.599Z] Step 4/7 : WORKDIR /edgex-go [2020-11-21T21:25:47.599Z] ---> Running in ef15cf33a36b [2020-11-21T21:25:47.872Z] Removing intermediate container ef15cf33a36b [2020-11-21T21:25:47.872Z] ---> b0cd6c76f6db [2020-11-21T21:25:47.872Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-21T21:25:48.023Z] Removing intermediate container 05cd9b6ed86a [2020-11-21T21:25:48.023Z] ---> 783ccd8f0d0d [2020-11-21T21:25:48.023Z] Step 5/20 : RUN apk update && apk add make git [2020-11-21T21:25:48.023Z] Removing intermediate container 119ac0d36c90 [2020-11-21T21:25:48.023Z] ---> ea36b8dddee2 [2020-11-21T21:25:48.023Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T21:25:48.023Z] ---> Running in c948b0f709ee [2020-11-21T21:25:48.287Z] ---> Running in 32976a179d7b [2020-11-21T21:25:48.467Z] latest: Pulling from library/docker [2020-11-21T21:25:48.553Z] Removing intermediate container 4a6d1e4ac5e7 [2020-11-21T21:25:48.553Z] ---> 00015860dcd7 [2020-11-21T21:25:48.553Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-21T21:25:48.553Z] Removing intermediate container 8fb9ec528d1d [2020-11-21T21:25:48.553Z] ---> 9fed2fded61e [2020-11-21T21:25:48.553Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-21T21:25:48.553Z] Removing intermediate container d76a2e7b5549 [2020-11-21T21:25:48.553Z] ---> d5ffaec5daa5 [2020-11-21T21:25:48.553Z] Step 5/24 : RUN apk update && apk add make git [2020-11-21T21:25:48.740Z] 5f621e34cdf4: Pulling fs layer [2020-11-21T21:25:48.740Z] 85db56a05063: Pulling fs layer [2020-11-21T21:25:48.740Z] ccb67d6aeaaa: Pulling fs layer [2020-11-21T21:25:48.740Z] a0b19fc83503: Pulling fs layer [2020-11-21T21:25:48.740Z] 8eb508b41278: Pulling fs layer [2020-11-21T21:25:48.740Z] 37236713561e: Pulling fs layer [2020-11-21T21:25:48.740Z] 07c93f2b1b56: Pulling fs layer [2020-11-21T21:25:48.740Z] a0b19fc83503: Waiting [2020-11-21T21:25:48.740Z] 8eb508b41278: Waiting [2020-11-21T21:25:48.740Z] 37236713561e: Waiting [2020-11-21T21:25:48.740Z] 07c93f2b1b56: Waiting [2020-11-21T21:25:48.822Z] ---> Running in abceee43e465 [2020-11-21T21:25:48.822Z] ---> Running in 48610222270d [2020-11-21T21:25:48.822Z] ---> Running in 4ab0dea31e7a [2020-11-21T21:25:49.015Z] ccb67d6aeaaa: Verifying Checksum [2020-11-21T21:25:49.015Z] ccb67d6aeaaa: Download complete [2020-11-21T21:25:49.015Z] 85db56a05063: Verifying Checksum [2020-11-21T21:25:49.015Z] 85db56a05063: Download complete [2020-11-21T21:25:49.015Z] 5f621e34cdf4: Download complete [2020-11-21T21:25:49.015Z] 8eb508b41278: Verifying Checksum [2020-11-21T21:25:49.015Z] 8eb508b41278: Download complete [2020-11-21T21:25:49.015Z] 37236713561e: Verifying Checksum [2020-11-21T21:25:49.015Z] 37236713561e: Download complete [2020-11-21T21:25:49.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:49.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:49.292Z] 07c93f2b1b56: Verifying Checksum [2020-11-21T21:25:49.293Z] 07c93f2b1b56: Download complete [2020-11-21T21:25:49.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:49.575Z] 5f621e34cdf4: Pull complete [2020-11-21T21:25:49.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:49.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:49.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:49.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:50.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:50.560Z] 85db56a05063: Pull complete [2020-11-21T21:25:50.560Z] a0b19fc83503: Verifying Checksum [2020-11-21T21:25:50.560Z] a0b19fc83503: Download complete [2020-11-21T21:25:50.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:50.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:25:50.834Z] ccb67d6aeaaa: Pull complete [2020-11-21T21:25:51.012Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:25:51.012Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:25:51.012Z] OK: 12754 distinct packages available [2020-11-21T21:25:51.012Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:25:51.012Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:25:51.012Z] OK: 12754 distinct packages available [2020-11-21T21:25:51.278Z] OK: 233 MiB in 51 packages [2020-11-21T21:25:51.278Z] OK: 233 MiB in 51 packages [2020-11-21T21:25:51.868Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:25:51.869Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:25:51.869Z] OK: 12754 distinct packages available [2020-11-21T21:25:51.869Z] Removing intermediate container c948b0f709ee [2020-11-21T21:25:51.869Z] ---> 608362fc0058 [2020-11-21T21:25:51.869Z] Step 6/20 : COPY go.mod . [2020-11-21T21:25:51.869Z] Removing intermediate container 32976a179d7b [2020-11-21T21:25:51.869Z] ---> c787c692814e [2020-11-21T21:25:51.869Z] Step 6/22 : COPY go.mod . [2020-11-21T21:25:51.869Z] OK: 233 MiB in 51 packages [2020-11-21T21:25:52.136Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:25:52.136Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:25:52.136Z] OK: 12754 distinct packages available [2020-11-21T21:25:52.136Z] OK: 233 MiB in 51 packages [2020-11-21T21:25:52.136Z] ---> 9d55435da28e [2020-11-21T21:25:52.136Z] Step 7/20 : RUN go mod download [2020-11-21T21:25:52.136Z] ---> a0bf97485ac7 [2020-11-21T21:25:52.136Z] Step 7/22 : RUN go mod download [2020-11-21T21:25:52.398Z] ---> Running in 8eb5322d7bdb [2020-11-21T21:25:52.398Z] ---> Running in e8c46d398de0 [2020-11-21T21:25:52.398Z] OK: 233 MiB in 51 packages [2020-11-21T21:25:52.398Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:25:52.398Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:25:52.398Z] OK: 12754 distinct packages available [2020-11-21T21:25:52.661Z] OK: 233 MiB in 51 packages [2020-11-21T21:25:53.246Z] Removing intermediate container abceee43e465 [2020-11-21T21:25:53.246Z] ---> 0c92b259719e [2020-11-21T21:25:53.246Z] Step 6/22 : COPY go.mod . [2020-11-21T21:25:53.246Z] Removing intermediate container 4ab0dea31e7a [2020-11-21T21:25:53.246Z] ---> edd923549333 [2020-11-21T21:25:53.246Z] Step 6/24 : COPY go.mod . [2020-11-21T21:25:53.508Z] Removing intermediate container 48610222270d [2020-11-21T21:25:53.508Z] ---> ad99d7d7c0a8 [2020-11-21T21:25:53.508Z] Step 6/23 : COPY go.mod . [2020-11-21T21:25:53.508Z] ---> d94ea04984d3 [2020-11-21T21:25:53.508Z] Step 7/22 : RUN go mod download [2020-11-21T21:25:53.770Z] ---> Running in cf522d0ee922 [2020-11-21T21:25:53.770Z] ---> 9b70aa9bfb3d [2020-11-21T21:25:53.770Z] Step 7/24 : RUN go mod download [2020-11-21T21:25:53.770Z] ---> f005d77825e1 [2020-11-21T21:25:53.770Z] Step 7/23 : RUN go mod download [2020-11-21T21:25:54.045Z] ---> Running in ed34b83602ed [2020-11-21T21:25:54.045Z] ---> Running in fb0416b553ec [2020-11-21T21:25:54.237Z] a0b19fc83503: Pull complete [2020-11-21T21:25:54.512Z] 8eb508b41278: Pull complete [2020-11-21T21:25:54.790Z] 37236713561e: Pull complete [2020-11-21T21:25:55.005Z] Removing intermediate container e8c46d398de0 [2020-11-21T21:25:55.005Z] ---> 22dec3278da7 [2020-11-21T21:25:55.005Z] Step 8/20 : COPY . . [2020-11-21T21:25:55.005Z] Removing intermediate container 8eb5322d7bdb [2020-11-21T21:25:55.005Z] ---> 17354cc047dc [2020-11-21T21:25:55.005Z] Step 8/22 : COPY . . [2020-11-21T21:25:55.063Z] 07c93f2b1b56: Pull complete [2020-11-21T21:25:55.063Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-21T21:25:55.063Z] Status: Downloaded newer image for docker:latest [2020-11-21T21:25:58.449Z] ---> a6428cc0e552 [2020-11-21T21:25:58.449Z] Step 6/7 : COPY go.mod . [2020-11-21T21:25:59.046Z] ---> 67e5403d8a56 [2020-11-21T21:25:59.046Z] Step 7/7 : RUN go mod download [2020-11-21T21:25:59.321Z] ---> Running in b58cd8c415bb [2020-11-21T21:26:03.211Z] Removing intermediate container cf522d0ee922 [2020-11-21T21:26:03.212Z] ---> 11e06a57e621 [2020-11-21T21:26:03.212Z] Step 8/22 : COPY . . [2020-11-21T21:26:03.483Z] Removing intermediate container ed34b83602ed [2020-11-21T21:26:03.483Z] ---> 664b5eb215ad [2020-11-21T21:26:03.483Z] Step 8/24 : COPY . . [2020-11-21T21:26:07.719Z] Removing intermediate container fb0416b553ec [2020-11-21T21:26:07.719Z] ---> b65499342433 [2020-11-21T21:26:07.719Z] Step 8/23 : COPY . . [2020-11-21T21:26:26.120Z] Removing intermediate container b58cd8c415bb [2020-11-21T21:26:26.120Z] ---> 0a8a0cd6db69 [2020-11-21T21:26:26.120Z] Successfully built 0a8a0cd6db69 [2020-11-21T21:26:26.120Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:26:27.290Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T21:26:27.290Z] . [Pipeline] withDockerContainer [2020-11-21T21:26:27.563Z] prd-ubuntu18.04-docker-arm64-4c-16g-13092 does not seem to be running inside a container [2020-11-21T21:26:27.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** ci-base-image-arm64 cat [2020-11-21T21:26:29.565Z] $ docker top 65ab40a88a6b9bae1aceef79accbe2715ba13cf25935b6877de357fd7bcf8a74 -eo pid,comm [2020-11-21T21:26:29.839Z] ---> 20d91daee437 [2020-11-21T21:26:29.839Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-21T21:26:29.839Z] ---> 6fe14a58d2d7 [2020-11-21T21:26:29.839Z] Step 9/22 : RUN make cmd/core-command/core-command [Pipeline] { [Pipeline] sh [2020-11-21T21:26:30.917Z] ---> Running in 76c6bc046610 [2020-11-21T21:26:30.917Z] ---> Running in a8b1679aaed7 [2020-11-21T21:26:30.973Z] + go version [2020-11-21T21:26:30.973Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-21T21:26:31.032Z] $ docker stop --time=1 65ab40a88a6b9bae1aceef79accbe2715ba13cf25935b6877de357fd7bcf8a74 [2020-11-21T21:26:32.912Z] $ docker rm -f 65ab40a88a6b9bae1aceef79accbe2715ba13cf25935b6877de357fd7bcf8a74 [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-21T21:26:34.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T21:26:34.137Z] [2020-11-21T21:26:34.137Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:26:34.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T21:26:34.522Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-21T21:26:34.522Z] 29e5d40040c1: Pulling fs layer [2020-11-21T21:26:34.522Z] 1ce36da41761: Pulling fs layer [2020-11-21T21:26:34.522Z] 25b303627fd3: Pulling fs layer [2020-11-21T21:26:34.797Z] 29e5d40040c1: Download complete [2020-11-21T21:26:35.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-21T21:26:35.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-command/core-command ./cmd/core-command [2020-11-21T21:26:35.777Z] 1ce36da41761: Verifying Checksum [2020-11-21T21:26:35.777Z] 1ce36da41761: Download complete [2020-11-21T21:26:35.777Z] 29e5d40040c1: Pull complete [2020-11-21T21:26:36.766Z] 1ce36da41761: Pull complete [2020-11-21T21:26:37.358Z] 25b303627fd3: Verifying Checksum [2020-11-21T21:26:37.358Z] 25b303627fd3: Download complete [2020-11-21T21:26:37.760Z] ---> 04c47946b8db [2020-11-21T21:26:37.760Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-21T21:26:38.344Z] ---> 34723d2c25db [2020-11-21T21:26:38.344Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-21T21:26:38.614Z] ---> Running in 8169a3b11daf [2020-11-21T21:26:38.614Z] ---> 068f93b20654 [2020-11-21T21:26:38.615Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-21T21:26:38.615Z] ---> Running in dc66d1137ca8 [2020-11-21T21:26:38.905Z] ---> Running in 0058c89dfc91 [2020-11-21T21:26:39.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-21T21:26:40.164Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-data/core-data ./cmd/core-data [2020-11-21T21:26:40.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-21T21:26:47.526Z] 25b303627fd3: Pull complete [2020-11-21T21:26:47.526Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-21T21:26:47.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T21:26:47.526Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-21T21:26:47.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-13092 does not seem to be running inside a container [2020-11-21T21:26:47.886Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-21T21:26:51.283Z] $ docker top d64f98bc3d70c807ad2e5860641581ec220ef0d46646b644f11ae788a1d1ec64 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:26:52.696Z] + docker-compose build --help [2020-11-21T21:26:52.696Z] + grep parallel [2020-11-21T21:26:56.145Z] --parallel Build images in parallel. [Pipeline] } [2020-11-21T21:26:56.481Z] $ docker stop --time=1 d64f98bc3d70c807ad2e5860641581ec220ef0d46646b644f11ae788a1d1ec64 [2020-11-21T21:26:58.438Z] $ docker rm -f d64f98bc3d70c807ad2e5860641581ec220ef0d46646b644f11ae788a1d1ec64 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:26:59.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-21T21:26:59.346Z] . [Pipeline] withDockerContainer [2020-11-21T21:26:59.663Z] prd-ubuntu18.04-docker-arm64-4c-16g-13092 does not seem to be running inside a container [2020-11-21T21:26:59.791Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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-21T21:27:01.148Z] $ docker top 6d3d1bbdcf5197bc087df211c097507cc83e993d36c829f82e9397abd476ffef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:27:02.175Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-21T21:27:02.272Z] Removing intermediate container 76c6bc046610 [2020-11-21T21:27:02.272Z] ---> 2f444278eaf2 [2020-11-21T21:27:02.272Z] [2020-11-21T21:27:02.272Z] Step 10/20 : FROM alpine [2020-11-21T21:27:02.272Z] latest: Pulling from library/alpine [2020-11-21T21:27:02.536Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-21T21:27:02.536Z] Status: Downloaded newer image for alpine:latest [2020-11-21T21:27:02.536Z] ---> d6e46aa2470d [2020-11-21T21:27:02.536Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-21T21:27:03.123Z] ---> Running in 945ae13e0a6f [2020-11-21T21:27:04.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:04.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:04.642Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:27:04.642Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:27:04.642Z] OK: 12746 distinct packages available [2020-11-21T21:27:04.909Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-21T21:27:05.170Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T21:27:05.170Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-21T21:27:05.170Z] (4/4) Installing curl (7.69.1-r1) [2020-11-21T21:27:05.170Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:27:05.433Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T21:27:05.433Z] OK: 7 MiB in 18 packages [2020-11-21T21:27:05.556Z] Building docker-core-command-go ... [2020-11-21T21:27:05.556Z] Building docker-core-data-go ... [2020-11-21T21:27:05.556Z] Building docker-core-metadata-go ... [2020-11-21T21:27:05.556Z] Building docker-security-bootstrap-redis-go ... [2020-11-21T21:27:05.556Z] Building docker-security-proxy-setup-go ... [2020-11-21T21:27:05.556Z] Building docker-security-secrets-setup-go ... [2020-11-21T21:27:05.556Z] Building docker-security-secretstore-setup-go ... [2020-11-21T21:27:05.556Z] Building docker-support-logging-go ... [2020-11-21T21:27:05.556Z] Building docker-support-notifications-go ... [2020-11-21T21:27:05.556Z] Building docker-support-scheduler-go ... [2020-11-21T21:27:05.556Z] Building docker-sys-mgmt-agent-go ... [2020-11-21T21:27:05.556Z] Building docker-support-logging-go [2020-11-21T21:27:05.556Z] Building docker-security-bootstrap-redis-go [2020-11-21T21:27:05.556Z] Building docker-security-proxy-setup-go [2020-11-21T21:27:05.556Z] Building docker-core-command-go [2020-11-21T21:27:05.556Z] Building docker-security-secretstore-setup-go [2020-11-21T21:27:07.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-21T21:27:08.385Z] Removing intermediate container 945ae13e0a6f [2020-11-21T21:27:08.385Z] ---> b7abf488ad21 [2020-11-21T21:27:08.385Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T21:27:10.346Z] ---> Running in 84c9e2cd1b66 [2020-11-21T21:27:11.324Z] Removing intermediate container a8b1679aaed7 [2020-11-21T21:27:11.324Z] ---> f746f5707bf5 [2020-11-21T21:27:11.324Z] [2020-11-21T21:27:11.324Z] Step 10/22 : FROM scratch [2020-11-21T21:27:11.324Z] ---> [2020-11-21T21:27:11.324Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:27:11.324Z] Removing intermediate container 0058c89dfc91 [2020-11-21T21:27:11.324Z] ---> aafe8f601640 [2020-11-21T21:27:11.324Z] [2020-11-21T21:27:11.324Z] Step 10/22 : FROM scratch [2020-11-21T21:27:11.324Z] ---> [2020-11-21T21:27:11.324Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T21:27:11.324Z] Removing intermediate container 84c9e2cd1b66 [2020-11-21T21:27:11.324Z] ---> 58b9414aa3e2 [2020-11-21T21:27:11.324Z] Step 13/20 : WORKDIR /edgex [2020-11-21T21:27:11.593Z] ---> Running in cc2702bc7f27 [2020-11-21T21:27:11.593Z] ---> Running in 198edfb88bdd [2020-11-21T21:27:11.593Z] ---> Running in c11b2a96a795 [2020-11-21T21:27:11.863Z] Removing intermediate container 198edfb88bdd [2020-11-21T21:27:11.863Z] ---> c5531d4fee3c [2020-11-21T21:27:11.863Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-21T21:27:11.863Z] Removing intermediate container c11b2a96a795 [2020-11-21T21:27:11.863Z] ---> 029ed999504b [2020-11-21T21:27:11.863Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-21T21:27:12.130Z] ---> Running in f78f25e711c8 [2020-11-21T21:27:12.130Z] ---> Running in c0097f6a71f5 [2020-11-21T21:27:12.130Z] Removing intermediate container cc2702bc7f27 [2020-11-21T21:27:12.130Z] ---> a170abcc09dd [2020-11-21T21:27:12.130Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-21T21:27:12.410Z] Removing intermediate container f78f25e711c8 [2020-11-21T21:27:12.410Z] ---> 16c502db4c51 [2020-11-21T21:27:12.410Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T21:27:12.410Z] Removing intermediate container c0097f6a71f5 [2020-11-21T21:27:12.410Z] ---> e5d98ee5363b [2020-11-21T21:27:12.410Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T21:27:12.682Z] ---> Running in 808f55af341e [2020-11-21T21:27:12.682Z] ---> Running in 543c0acd8313 [2020-11-21T21:27:12.682Z] ---> a94c6749730e [2020-11-21T21:27:12.682Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-21T21:27:13.637Z] Removing intermediate container 543c0acd8313 [2020-11-21T21:27:13.637Z] ---> f8b34f324131 [2020-11-21T21:27:13.637Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-21T21:27:14.593Z] Removing intermediate container 808f55af341e [2020-11-21T21:27:14.593Z] ---> d0fdd9090471 [2020-11-21T21:27:14.593Z] Step 14/22 : WORKDIR / [2020-11-21T21:27:14.859Z] ---> 8c553a620468 [2020-11-21T21:27:14.859Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / ---> 78e7b25016c8 [2020-11-21T21:27:14.859Z] [2020-11-21T21:27:14.859Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-21T21:27:14.859Z] ---> Running in 5eaabe6f84cb [2020-11-21T21:27:14.859Z] Removing intermediate container 8169a3b11daf [2020-11-21T21:27:14.859Z] ---> 263b6e2075dc [2020-11-21T21:27:14.859Z] [2020-11-21T21:27:14.859Z] Step 10/24 : FROM alpine:3.10 [2020-11-21T21:27:14.859Z] ---> Running in 8d31280bb56d [2020-11-21T21:27:14.859Z] 3.10: Pulling from library/alpine [2020-11-21T21:27:15.436Z] Removing intermediate container 5eaabe6f84cb [2020-11-21T21:27:15.436Z] ---> 30b9a4f5ef61 [2020-11-21T21:27:15.436Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-21T21:27:15.436Z] Removing intermediate container 8d31280bb56d [2020-11-21T21:27:15.436Z] ---> 37fa28c4735b [2020-11-21T21:27:15.436Z] Step 17/20 : CMD ["--init=true"] [2020-11-21T21:27:15.436Z] ---> 8f56b1604861 [2020-11-21T21:27:15.436Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-21T21:27:15.709Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-21T21:27:15.709Z] Status: Downloaded newer image for alpine:3.10 [2020-11-21T21:27:15.709Z] ---> be4e4bea2c2e [2020-11-21T21:27:15.709Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T21:27:15.709Z] ---> 477e7212ec15 [2020-11-21T21:27:15.709Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-21T21:27:15.709Z] ---> Running in 0402a4556566 [2020-11-21T21:27:16.285Z] ---> Running in 6bc166b8fa07 [2020-11-21T21:27:16.546Z] ---> ee4c471bbd02 [2020-11-21T21:27:16.546Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-21T21:27:16.546Z] Removing intermediate container 0402a4556566 [2020-11-21T21:27:16.546Z] ---> ba8f422e3f24 [2020-11-21T21:27:16.546Z] Step 18/20 : LABEL arch=x86_64 [2020-11-21T21:27:17.125Z] ---> 950f6bd0bc76 [2020-11-21T21:27:17.125Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-21T21:27:17.125Z] ---> Running in 4ad050582851 [2020-11-21T21:27:17.125Z] ---> e3c636b3ff1b [2020-11-21T21:27:17.125Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-21T21:27:17.125Z] ---> Running in aa8216110e07 [2020-11-21T21:27:17.395Z] Removing intermediate container 4ad050582851 [2020-11-21T21:27:17.395Z] ---> 0c7058fd27f1 [2020-11-21T21:27:17.395Z] Step 19/20 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:27:17.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:17.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:17.661Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-21T21:27:17.661Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-21T21:27:17.661Z] OK: 10348 distinct packages available [2020-11-21T21:27:17.925Z] ---> 6c519a241e9c [2020-11-21T21:27:17.925Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-21T21:27:17.925Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-21T21:27:17.925Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-21T21:27:17.925Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-21T21:27:17.925Z] (4/5) Installing curl (7.66.0-r1) [2020-11-21T21:27:18.189Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-21T21:27:18.189Z] Executing busybox-1.30.1-r3.trigger [2020-11-21T21:27:18.764Z] Executing ca-certificates-20191127-r2.trigger [2020-11-21T21:27:18.764Z] OK: 7 MiB in 19 packages [2020-11-21T21:27:19.028Z] ---> Running in bbadc655f3d2 [2020-11-21T21:27:19.984Z] Removing intermediate container aa8216110e07 [2020-11-21T21:27:19.984Z] ---> e7a1e4475d5f [2020-11-21T21:27:19.984Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:27:19.984Z] ---> Running in 6b8c3f7fb44e [2020-11-21T21:27:20.258Z] ---> Running in d54bbc27a3b5 [2020-11-21T21:27:20.258Z] Removing intermediate container bbadc655f3d2 [2020-11-21T21:27:20.258Z] ---> 439dc6fd914a [2020-11-21T21:27:20.258Z] Step 20/20 : LABEL version=1.3.1-dev.5 [2020-11-21T21:27:20.521Z] Removing intermediate container 6b8c3f7fb44e [2020-11-21T21:27:20.521Z] ---> 58d15187c11b [2020-11-21T21:27:20.521Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:27:20.521Z] Removing intermediate container dc66d1137ca8 [2020-11-21T21:27:20.521Z] ---> 053a53e85df3 [2020-11-21T21:27:20.521Z] [2020-11-21T21:27:20.521Z] Step 10/23 : FROM alpine [2020-11-21T21:27:20.521Z] ---> d6e46aa2470d [2020-11-21T21:27:20.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:27:20.521Z] ---> Running in bd82bfa01c54 [2020-11-21T21:27:21.123Z] ---> Running in 77ed383f618f [2020-11-21T21:27:21.123Z] ---> Running in 5e8184670e67 [2020-11-21T21:27:21.388Z] Removing intermediate container d54bbc27a3b5 [2020-11-21T21:27:21.388Z] ---> 8e27368dca34 [2020-11-21T21:27:21.388Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T21:27:21.651Z] Removing intermediate container 6bc166b8fa07 [2020-11-21T21:27:21.651Z] ---> 960874258e73 [2020-11-21T21:27:21.651Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T21:27:21.651Z] Removing intermediate container bd82bfa01c54 [2020-11-21T21:27:21.651Z] ---> d50356f044f7 [2020-11-21T21:27:21.651Z] [2020-11-21T21:27:21.651Z] ---> Running in 32f5c87c80ad [2020-11-21T21:27:21.913Z] ---> Running in 5d152721b293 [2020-11-21T21:27:21.913Z] Removing intermediate container 5e8184670e67 [2020-11-21T21:27:21.913Z] ---> b0feba3f0cbf [2020-11-21T21:27:21.913Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-21T21:27:21.913Z] Removing intermediate container 77ed383f618f [2020-11-21T21:27:21.913Z] ---> 6b5279c493ae [2020-11-21T21:27:21.913Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T21:27:21.913Z] Successfully built d50356f044f7 [2020-11-21T21:27:22.177Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-21T21:27:22.177Z] Building docker-sys-mgmt-agent-go [2020-11-21T21:27:22.177Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a038653f1294 [2020-11-21T21:27:22.177Z] ---> Running in 69112dd3082b [2020-11-21T21:27:22.177Z] Removing intermediate container 32f5c87c80ad [2020-11-21T21:27:22.177Z] ---> 1e44c7823c88 [2020-11-21T21:27:22.177Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:27:22.177Z] Removing intermediate container 5d152721b293 [2020-11-21T21:27:22.177Z] ---> 639a1eb69a2e [2020-11-21T21:27:22.177Z] Step 13/24 : WORKDIR / [2020-11-21T21:27:22.439Z] ---> Running in 83ba7d5a7659 [2020-11-21T21:27:22.440Z] ---> Running in 430c43d4c1ea [2020-11-21T21:27:22.440Z] Removing intermediate container a038653f1294 [2020-11-21T21:27:22.440Z] ---> 9588a5d96771 [2020-11-21T21:27:22.440Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-21T21:27:23.020Z] Removing intermediate container 69112dd3082b [2020-11-21T21:27:23.020Z] ---> 3f075b243418 [2020-11-21T21:27:23.020Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:27:23.623Z] ---> Running in 6a77cfdfbe97 [2020-11-21T21:27:23.623Z] ---> Running in 866eea24f36e [2020-11-21T21:27:25.017Z] Removing intermediate container 430c43d4c1ea [2020-11-21T21:27:25.017Z] ---> a8f0ccf2edc2 [2020-11-21T21:27:25.017Z] 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-21T21:27:25.017Z] Removing intermediate container 83ba7d5a7659 [2020-11-21T21:27:25.017Z] ---> f7601d57041b [2020-11-21T21:27:25.017Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2020-11-21T21:27:26.426Z] ---> Running in d43ffa8a61e0 [2020-11-21T21:27:26.426Z] Removing intermediate container 6a77cfdfbe97 [2020-11-21T21:27:26.426Z] ---> 5c84b032f502 [2020-11-21T21:27:26.426Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:26.426Z] Removing intermediate container 866eea24f36e [2020-11-21T21:27:26.426Z] ---> 9f2ab3c89f04 [2020-11-21T21:27:26.426Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2020-11-21T21:27:27.003Z] ---> 57d81303d885 [2020-11-21T21:27:27.003Z] 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-21T21:27:27.003Z] ---> Running in 78042074183a [2020-11-21T21:27:27.003Z] ---> Running in 40031f704250 [2020-11-21T21:27:27.003Z] Removing intermediate container d43ffa8a61e0 [2020-11-21T21:27:27.003Z] ---> 808d62c0c90c [2020-11-21T21:27:27.003Z] [2020-11-21T21:27:27.287Z] Successfully built 808d62c0c90c [2020-11-21T21:27:27.287Z] Removing intermediate container 40031f704250 [2020-11-21T21:27:27.287Z] ---> f6df7cdc2fda [2020-11-21T21:27:27.287Z] [2020-11-21T21:27:27.287Z] Successfully tagged docker-support-logging-go:latest [2020-11-21T21:27:27.287Z] Building docker-security-secrets-setup-go [2020-11-21T21:27:27.549Z]  Building docker-support-logging-go ... done  ---> ba9469519fe2 [2020-11-21T21:27:27.549Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-21T21:27:28.952Z] Successfully built f6df7cdc2fda [2020-11-21T21:27:28.952Z] Successfully tagged docker-core-command-go:latest [2020-11-21T21:27:28.952Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-11-21T21:27:33.223Z] ---> 70cfbbb5b64a [2020-11-21T21:27:33.223Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-21T21:27:38.559Z] Removing intermediate container 78042074183a [2020-11-21T21:27:38.559Z] ---> bffd05af2058 [2020-11-21T21:27:38.559Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-21T21:27:39.975Z] ---> 5fa9dc2178f3 [2020-11-21T21:27:39.975Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-21T21:27:40.243Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:40.243Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:27:40.243Z] ---> 0f2fa97a26d8 [2020-11-21T21:27:40.243Z] Step 3/27 : WORKDIR /edgex-go [2020-11-21T21:27:40.508Z] ---> Using cache [2020-11-21T21:27:40.508Z] ---> e47e6f56d85f [2020-11-21T21:27:40.508Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:40.508Z] ---> Using cache [2020-11-21T21:27:40.508Z] ---> d5ffaec5daa5 [2020-11-21T21:27:40.508Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-21T21:27:44.758Z] ---> Running in 9439e2871d8a [2020-11-21T21:27:44.758Z] ---> Running in 0616333c8634 [2020-11-21T21:27:45.334Z] ---> 67ccfe70f699 [2020-11-21T21:27:45.334Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T21:27:47.547Z] ---> f6423ae5eefe [2020-11-21T21:27:47.547Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T21:27:47.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:47.868Z] ---> Running in f52c1651cbca [2020-11-21T21:27:47.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:48.202Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:48.202Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-21T21:27:48.202Z] ---> 0f2fa97a26d8 [2020-11-21T21:27:48.202Z] Step 3/29 : WORKDIR /edgex-go [2020-11-21T21:27:48.202Z] ---> Using cache [2020-11-21T21:27:48.202Z] ---> e47e6f56d85f [2020-11-21T21:27:48.202Z] Step 4/29 : RUN apk update && apk add make git [2020-11-21T21:27:48.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:49.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:49.154Z] ---> Running in 13b0a89c51a7 [2020-11-21T21:27:49.416Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:49.416Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:27:49.416Z] ---> 0f2fa97a26d8 [2020-11-21T21:27:49.416Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:27:49.416Z] ---> Using cache [2020-11-21T21:27:49.416Z] ---> e47e6f56d85f [2020-11-21T21:27:49.416Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:49.416Z] ---> Using cache [2020-11-21T21:27:49.416Z] ---> d5ffaec5daa5 [2020-11-21T21:27:49.416Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T21:27:49.416Z] ---> Using cache [2020-11-21T21:27:49.416Z] ---> edd923549333 [2020-11-21T21:27:49.416Z] Step 6/22 : COPY go.mod . [2020-11-21T21:27:49.416Z] ---> Using cache [2020-11-21T21:27:49.416Z] ---> 9b70aa9bfb3d [2020-11-21T21:27:49.416Z] Step 7/22 : RUN go mod download [2020-11-21T21:27:49.416Z] ---> Using cache [2020-11-21T21:27:49.416Z] ---> 664b5eb215ad [2020-11-21T21:27:49.416Z] Step 8/22 : COPY . . [2020-11-21T21:27:49.416Z] ---> Using cache [2020-11-21T21:27:49.416Z] ---> 04c47946b8db [2020-11-21T21:27:49.416Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-21T21:27:49.682Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-21T21:27:49.682Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-21T21:27:49.945Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-21T21:27:50.208Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:27:50.209Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:27:50.209Z] OK: 12754 distinct packages available [2020-11-21T21:27:50.471Z] ---> Running in cd791abef379 [2020-11-21T21:27:50.471Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-21T21:27:50.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:50.471Z] OK: 233 MiB in 51 packages [2020-11-21T21:27:50.735Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-21T21:27:50.735Z] Removing intermediate container f52c1651cbca [2020-11-21T21:27:50.735Z] ---> 05bf12966b39 [2020-11-21T21:27:50.735Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T21:27:50.735Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:27:50.735Z] OK: 8 MiB in 19 packages [2020-11-21T21:27:50.997Z] ---> Running in a8ca61f88ddd [2020-11-21T21:27:50.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-21T21:27:51.260Z] Removing intermediate container a8ca61f88ddd [2020-11-21T21:27:51.260Z] ---> cf2fb4e4ade3 [2020-11-21T21:27:51.260Z] Step 22/24 : LABEL arch=x86_64 [2020-11-21T21:27:51.260Z] Removing intermediate container 0616333c8634 [2020-11-21T21:27:51.260Z] ---> beaafc5c3f83 [2020-11-21T21:27:51.260Z] Step 6/27 : COPY go.mod . [2020-11-21T21:27:51.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:27:51.525Z] ---> Running in 2b245b044bd7 [2020-11-21T21:27:51.525Z] Removing intermediate container 9439e2871d8a [2020-11-21T21:27:51.525Z] ---> e8a397332042 [2020-11-21T21:27:51.525Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-21T21:27:51.525Z] ---> 2aa6240bcbf9 [2020-11-21T21:27:51.525Z] Step 7/27 : RUN go mod download [2020-11-21T21:27:51.798Z] ---> Running in 0e847a38d56c [2020-11-21T21:27:51.798Z] Removing intermediate container 2b245b044bd7 [2020-11-21T21:27:51.799Z] ---> cf5b2a5c6284 [2020-11-21T21:27:51.799Z] Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:27:52.069Z] ---> Running in 6566ce06b346 [2020-11-21T21:27:52.069Z] ---> 4235660797de [2020-11-21T21:27:52.069Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-21T21:27:52.330Z] Removing intermediate container 6566ce06b346 [2020-11-21T21:27:52.331Z] ---> c5298e090271 [2020-11-21T21:27:52.331Z] Step 24/24 : LABEL version=1.3.1-dev.5 [2020-11-21T21:27:52.532Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:52.532Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:27:52.532Z] ---> 0a8a0cd6db69 [2020-11-21T21:27:52.532Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:27:52.532Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:52.532Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:27:52.532Z] ---> 0a8a0cd6db69 [2020-11-21T21:27:52.532Z] Step 3/20 : WORKDIR /edgex-go [2020-11-21T21:27:52.532Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:52.532Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:27:52.532Z] ---> 0a8a0cd6db69 [2020-11-21T21:27:52.532Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T21:27:52.532Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:52.532Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:27:52.532Z] ---> 0a8a0cd6db69 [2020-11-21T21:27:52.532Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:27:52.532Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:27:52.532Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:27:52.532Z] ---> 0a8a0cd6db69 [2020-11-21T21:27:52.532Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:27:52.597Z] ---> Running in e779e6e28613 [2020-11-21T21:27:52.869Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:27:52.869Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:27:52.869Z] OK: 12754 distinct packages available [2020-11-21T21:27:53.140Z] Removing intermediate container e779e6e28613 [2020-11-21T21:27:53.140Z] ---> 04afcea27b29 [2020-11-21T21:27:53.140Z] [2020-11-21T21:27:53.140Z] ---> e4998e80b8d9 [2020-11-21T21:27:53.140Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-21T21:27:53.140Z] OK: 233 MiB in 51 packages [2020-11-21T21:27:53.406Z] Successfully built 04afcea27b29 [2020-11-21T21:27:53.406Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-21T21:27:53.406Z] Building docker-support-scheduler-go [2020-11-21T21:27:53.406Z]  Building docker-security-secretstore-setup-go ... done  ---> 8b4971db10a1 [2020-11-21T21:27:53.406Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-21T21:27:53.671Z] ---> Running in 448467e74a65 [2020-11-21T21:27:54.509Z] ---> Running in 6e9f5a779940 [2020-11-21T21:27:54.509Z] ---> Running in 663eef5aaaae [2020-11-21T21:27:54.509Z] ---> Running in 9075132c2710 [2020-11-21T21:27:54.509Z] ---> Running in c104ff7b92b2 [2020-11-21T21:27:54.509Z] ---> Running in 8eda10225309 [2020-11-21T21:27:55.505Z] Removing intermediate container 663eef5aaaae [2020-11-21T21:27:55.506Z] ---> 98ccde2408ba [2020-11-21T21:27:55.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:55.506Z] Removing intermediate container c104ff7b92b2 [2020-11-21T21:27:55.506Z] ---> af164c35fa72 [2020-11-21T21:27:55.506Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:55.506Z] Removing intermediate container 8eda10225309 [2020-11-21T21:27:55.506Z] ---> 59c55f143a4c [2020-11-21T21:27:55.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:55.506Z] Removing intermediate container 6e9f5a779940 [2020-11-21T21:27:55.506Z] ---> 816211c367af [2020-11-21T21:27:55.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:55.506Z] Removing intermediate container 9075132c2710 [2020-11-21T21:27:55.506Z] ---> ec0db0c63e8e [2020-11-21T21:27:55.506Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:27:55.506Z] ---> Running in ee810bc4497b [2020-11-21T21:27:55.506Z] ---> Running in 748e2451372c [2020-11-21T21:27:55.506Z] ---> Running in 00b8f32e8472 [2020-11-21T21:27:55.782Z] ---> Running in 8e13c8330307 [2020-11-21T21:27:55.782Z] ---> Running in 89e798452b92 [2020-11-21T21:27:59.001Z] Removing intermediate container 448467e74a65 [2020-11-21T21:27:59.001Z] ---> 9e8866c16b83 [2020-11-21T21:27:59.001Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:27:59.001Z] Removing intermediate container 13b0a89c51a7 [2020-11-21T21:27:59.001Z] ---> f28771feee6c [2020-11-21T21:27:59.001Z] Step 5/29 : COPY go.mod . [2020-11-21T21:27:59.282Z] ---> Running in 95b1e4d1f064 [2020-11-21T21:27:59.549Z] ---> be4a2f12c5e7 [2020-11-21T21:27:59.549Z] Step 6/29 : RUN go mod download [2020-11-21T21:27:59.816Z] Removing intermediate container 0e847a38d56c [2020-11-21T21:27:59.816Z] ---> a297dea9e27b [2020-11-21T21:27:59.816Z] Step 8/27 : COPY . . [2020-11-21T21:27:59.816Z] Removing intermediate container 95b1e4d1f064 [2020-11-21T21:27:59.816Z] ---> 9dd6693f3fa8 [2020-11-21T21:27:59.816Z] Step 21/23 : LABEL arch=x86_64 [2020-11-21T21:27:59.816Z] ---> Running in 1507e5c6b8bf [2020-11-21T21:28:00.091Z] ---> Running in a59116934a65 [2020-11-21T21:28:00.128Z] Removing intermediate container ee810bc4497b [2020-11-21T21:28:00.128Z] ---> 12751505de84 [2020-11-21T21:28:00.128Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-21T21:28:00.128Z] ---> Running in 2cbd58c18b91 [2020-11-21T21:28:00.128Z] Removing intermediate container 748e2451372c [2020-11-21T21:28:00.128Z] ---> 03e97136e657 [2020-11-21T21:28:00.128Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T21:28:00.404Z] Removing intermediate container 89e798452b92 [2020-11-21T21:28:00.404Z] ---> 69bce252d37c [2020-11-21T21:28:00.404Z] Step 5/20 : RUN apk update && apk add make git [2020-11-21T21:28:00.404Z] ---> Running in 9a06f2e063b0 [2020-11-21T21:28:00.681Z] ---> Running in d1937e8cec5c [2020-11-21T21:28:00.681Z] Removing intermediate container 8e13c8330307 [2020-11-21T21:28:00.681Z] ---> 7eec3cbdda24 [2020-11-21T21:28:00.681Z] Step 5/24 : RUN apk update && apk add make git [2020-11-21T21:28:00.681Z] Removing intermediate container 00b8f32e8472 [2020-11-21T21:28:00.681Z] ---> b0009f24212a [2020-11-21T21:28:00.681Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T21:28:00.681Z] ---> Running in 48188482723c [2020-11-21T21:28:00.966Z] ---> Running in 85ae9faf9ee4 [2020-11-21T21:28:02.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:03.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:03.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:03.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:03.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:03.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:04.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:04.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:04.170Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:28:04.170Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:28:04.170Z] OK: 12625 distinct packages available [2020-11-21T21:28:04.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:04.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:28:04.722Z] OK: 217 MiB in 51 packages [2020-11-21T21:28:05.320Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:28:05.320Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:28:05.320Z] OK: 12625 distinct packages available [2020-11-21T21:28:05.320Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:28:05.320Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:28:05.320Z] OK: 12625 distinct packages available [2020-11-21T21:28:05.501Z] Removing intermediate container a59116934a65 [2020-11-21T21:28:05.501Z] ---> 5313cc96c266 [2020-11-21T21:28:05.501Z] Step 22/23 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:28:05.595Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:28:05.595Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:28:05.595Z] OK: 12625 distinct packages available [2020-11-21T21:28:05.872Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:28:05.872Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:28:05.872Z] OK: 12625 distinct packages available [2020-11-21T21:28:05.872Z] OK: 217 MiB in 51 packages [2020-11-21T21:28:06.152Z] OK: 217 MiB in 51 packages [2020-11-21T21:28:06.152Z] OK: 217 MiB in 51 packages [2020-11-21T21:28:06.431Z] OK: 217 MiB in 51 packages [2020-11-21T21:28:06.475Z] ---> Running in 91e0ae2df188 [2020-11-21T21:28:06.743Z] OK: 217 MiB in 51 packages [2020-11-21T21:28:07.727Z] Removing intermediate container 2cbd58c18b91 [2020-11-21T21:28:07.727Z] ---> ae9d56614084 [2020-11-21T21:28:07.727Z] Step 6/22 : COPY go.mod . [2020-11-21T21:28:07.880Z] Removing intermediate container 91e0ae2df188 [2020-11-21T21:28:07.881Z] ---> 9aaefa9bfcc7 [2020-11-21T21:28:07.881Z] Step 23/23 : LABEL version=1.3.1-dev.5 [2020-11-21T21:28:08.002Z] Removing intermediate container 9a06f2e063b0 [2020-11-21T21:28:08.002Z] ---> 1e4e4d719d51 [2020-11-21T21:28:08.002Z] Step 6/22 : COPY go.mod . [2020-11-21T21:28:08.278Z] Removing intermediate container 48188482723c [2020-11-21T21:28:08.278Z] ---> 5341fad4f6e6 [2020-11-21T21:28:08.278Z] Step 6/24 : COPY go.mod . [2020-11-21T21:28:08.553Z] Removing intermediate container 85ae9faf9ee4 [2020-11-21T21:28:08.553Z] ---> 8e10e2b33be1 [2020-11-21T21:28:08.553Z] Step 6/22 : COPY go.mod . [2020-11-21T21:28:08.553Z] Removing intermediate container d1937e8cec5c [2020-11-21T21:28:08.553Z] ---> aba1ff05c052 [2020-11-21T21:28:08.553Z] Step 6/20 : COPY go.mod . [2020-11-21T21:28:08.827Z] ---> c70754271fae [2020-11-21T21:28:08.827Z] Step 7/22 : RUN go mod download [2020-11-21T21:28:09.115Z] ---> 7be3afb6dc10 [2020-11-21T21:28:09.115Z] Step 7/22 : RUN go mod download [2020-11-21T21:28:09.115Z] ---> Running in 119eed33381a [2020-11-21T21:28:09.115Z] ---> 5c2b3346a47d [2020-11-21T21:28:09.115Z] Step 7/24 : RUN go mod download [2020-11-21T21:28:09.392Z] ---> Running in 9b137cd775e8 [2020-11-21T21:28:09.392Z] ---> Running in f483b48e21fb [2020-11-21T21:28:09.675Z] ---> 33b664a29cdd [2020-11-21T21:28:09.675Z] Step 7/22 : RUN go mod download [2020-11-21T21:28:09.675Z] ---> 039773279077 [2020-11-21T21:28:09.675Z] Step 7/20 : RUN go mod download [2020-11-21T21:28:09.953Z] ---> Running in b3914e639051 [2020-11-21T21:28:09.953Z] ---> Running in dafc64e9d068 [2020-11-21T21:28:10.472Z] ---> Running in 409709ccce82 [2020-11-21T21:28:10.473Z] Removing intermediate container 1507e5c6b8bf [2020-11-21T21:28:10.473Z] ---> 02842dc8250c [2020-11-21T21:28:10.473Z] Step 7/29 : COPY . . [2020-11-21T21:28:11.904Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:28:11.904Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:28:11.904Z] ---> 0f2fa97a26d8 [2020-11-21T21:28:11.904Z] Step 3/21 : WORKDIR /edgex-go [2020-11-21T21:28:11.904Z] ---> Using cache [2020-11-21T21:28:11.904Z] ---> e47e6f56d85f [2020-11-21T21:28:11.904Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:28:11.904Z] ---> Using cache [2020-11-21T21:28:11.904Z] ---> d5ffaec5daa5 [2020-11-21T21:28:11.904Z] Step 5/21 : RUN apk update && apk add make git [2020-11-21T21:28:11.904Z] ---> Using cache [2020-11-21T21:28:11.904Z] ---> edd923549333 [2020-11-21T21:28:11.904Z] Step 6/21 : COPY go.mod . [2020-11-21T21:28:11.904Z] ---> Using cache [2020-11-21T21:28:11.904Z] ---> 9b70aa9bfb3d [2020-11-21T21:28:11.904Z] Step 7/21 : RUN go mod download [2020-11-21T21:28:11.904Z] ---> Using cache [2020-11-21T21:28:11.904Z] ---> 664b5eb215ad [2020-11-21T21:28:11.904Z] Step 8/21 : COPY . . [2020-11-21T21:28:12.183Z] ---> Using cache [2020-11-21T21:28:12.183Z] ---> 04c47946b8db [2020-11-21T21:28:12.183Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-21T21:28:14.277Z] Removing intermediate container 119eed33381a [2020-11-21T21:28:14.277Z] ---> 7d5ec941584d [2020-11-21T21:28:14.277Z] Step 8/22 : COPY . . [2020-11-21T21:28:14.277Z] Removing intermediate container 9b137cd775e8 [2020-11-21T21:28:14.277Z] ---> 09064edf4031 [2020-11-21T21:28:14.277Z] Step 8/22 : COPY . . [2020-11-21T21:28:14.882Z] Removing intermediate container f483b48e21fb [2020-11-21T21:28:14.882Z] ---> cf764ea5439f [2020-11-21T21:28:14.882Z] Step 8/24 : COPY . . [2020-11-21T21:28:15.155Z] Removing intermediate container b3914e639051 [2020-11-21T21:28:15.155Z] ---> 9765e844ecb6 [2020-11-21T21:28:15.155Z] Step 8/22 : COPY . . [2020-11-21T21:28:15.155Z] Removing intermediate container dafc64e9d068 [2020-11-21T21:28:15.155Z] ---> c6c60b31e990 [2020-11-21T21:28:15.155Z] Step 8/20 : COPY . . [2020-11-21T21:28:15.678Z] Removing intermediate container 409709ccce82 [2020-11-21T21:28:15.678Z] ---> cb7c71f25ab6 [2020-11-21T21:28:15.678Z] [2020-11-21T21:28:18.246Z] Successfully built cb7c71f25ab6 [2020-11-21T21:28:18.531Z] ---> Running in ba7ba05310b0 [2020-11-21T21:28:18.803Z] Successfully tagged docker-core-data-go:latest [2020-11-21T21:28:18.803Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-11-21T21:28:29.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-21T21:28:33.655Z] ---> 72ecac2264ec [2020-11-21T21:28:33.655Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-21T21:28:33.655Z] ---> a3e525531ad9 [2020-11-21T21:28:33.655Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-21T21:28:33.655Z] ---> 99756469dde9 [2020-11-21T21:28:33.655Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-21T21:28:33.655Z] ---> fa6d8d80d3c0 [2020-11-21T21:28:33.655Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-21T21:28:33.655Z] ---> a027b908a50b [2020-11-21T21:28:33.655Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-21T21:28:33.655Z] ---> Running in 236ba78e3692 [2020-11-21T21:28:33.655Z] ---> Running in 5dc58c6c7c45 [2020-11-21T21:28:33.655Z] ---> Running in 44459566ff27 [2020-11-21T21:28:33.655Z] ---> Running in 4af9077ca8be [2020-11-21T21:28:33.655Z] ---> Running in 817361ae0978 [2020-11-21T21:28:33.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-command/core-command ./cmd/core-command [2020-11-21T21:28:34.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-21T21:28:34.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-21T21:28:34.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-21T21:28:34.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-21T21:28:34.928Z] ---> c2af0d92a869 [2020-11-21T21:28:34.929Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-21T21:28:34.929Z] ---> Running in dce9e5eecf93 [2020-11-21T21:28:37.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-21T21:28:44.317Z] ---> 0d00d1775957 [2020-11-21T21:28:44.317Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-21T21:28:45.311Z] ---> Running in 14c6c62597e6 [2020-11-21T21:28:45.584Z] Removing intermediate container cd791abef379 [2020-11-21T21:28:45.584Z] ---> b18f25032ca4 [2020-11-21T21:28:45.584Z] [2020-11-21T21:28:45.584Z] Step 10/22 : FROM scratch [2020-11-21T21:28:45.584Z] ---> [2020-11-21T21:28:45.584Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:28:47.564Z] ---> Using cache [2020-11-21T21:28:47.564Z] ---> c5531d4fee3c [2020-11-21T21:28:47.564Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-21T21:28:47.564Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:28:47.564Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:28:47.564Z] ---> 0f2fa97a26d8 [2020-11-21T21:28:47.564Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T21:28:47.564Z] ---> Using cache [2020-11-21T21:28:47.564Z] ---> e47e6f56d85f [2020-11-21T21:28:47.564Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:28:47.564Z] ---> Using cache [2020-11-21T21:28:47.564Z] ---> d5ffaec5daa5 [2020-11-21T21:28:47.564Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-21T21:28:47.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-21T21:28:48.803Z] ---> Running in 682f0b3e8f8b [2020-11-21T21:28:49.394Z] ---> Running in 701d845e0ed9 [2020-11-21T21:28:49.667Z] Removing intermediate container 682f0b3e8f8b [2020-11-21T21:28:49.667Z] ---> 8403d7769c9a [2020-11-21T21:28:49.667Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T21:28:49.939Z] ---> Running in 53d7958f8520 [2020-11-21T21:28:50.215Z] Removing intermediate container 53d7958f8520 [2020-11-21T21:28:50.216Z] ---> e2c07dafa9f5 [2020-11-21T21:28:50.216Z] Step 14/22 : WORKDIR / [2020-11-21T21:28:50.216Z] ---> Running in cfd221afdb5a [2020-11-21T21:28:50.816Z] Removing intermediate container cfd221afdb5a [2020-11-21T21:28:50.816Z] ---> f96f84627c26 [2020-11-21T21:28:50.816Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-21T21:28:50.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:28:51.095Z] ---> 8b1c5142ad3e [2020-11-21T21:28:51.095Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-21T21:28:51.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:28:52.317Z] ---> 35d405cd2222 [2020-11-21T21:28:52.317Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-21T21:28:52.592Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:28:52.592Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:28:52.592Z] OK: 12754 distinct packages available [2020-11-21T21:28:52.592Z] ---> b9605840035b [2020-11-21T21:28:52.592Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-21T21:28:52.865Z] ---> Running in aad59b8f38a7 [2020-11-21T21:28:52.865Z] OK: 233 MiB in 51 packages [2020-11-21T21:28:53.139Z] Removing intermediate container aad59b8f38a7 [2020-11-21T21:28:53.139Z] ---> f13570858cc6 [2020-11-21T21:28:53.139Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:28:53.408Z] ---> Running in e60057b72e4f [2020-11-21T21:28:53.681Z] Removing intermediate container e60057b72e4f [2020-11-21T21:28:53.681Z] ---> 0ae10acd6524 [2020-11-21T21:28:53.681Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T21:28:53.968Z] ---> Running in 83ae1190ce4c [2020-11-21T21:28:53.968Z] Removing intermediate container 701d845e0ed9 [2020-11-21T21:28:53.968Z] ---> 012cbb1ca59b [2020-11-21T21:28:53.968Z] Step 6/24 : COPY go.mod . [2020-11-21T21:28:54.581Z] Removing intermediate container 83ae1190ce4c [2020-11-21T21:28:54.581Z] ---> 3bfe94023745 [2020-11-21T21:28:54.581Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:28:54.581Z] ---> Running in 97d74f733c0a [2020-11-21T21:28:54.581Z] ---> 11222d32515a [2020-11-21T21:28:54.581Z] Step 7/24 : RUN go mod download [2020-11-21T21:28:55.170Z] ---> Running in c1f62c83dca6 [2020-11-21T21:28:56.123Z] Removing intermediate container 97d74f733c0a [2020-11-21T21:28:56.123Z] ---> 7485eae250ba [2020-11-21T21:28:56.123Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2020-11-21T21:28:58.076Z] ---> Running in 528e0f66a3d5 [2020-11-21T21:28:58.076Z] Removing intermediate container ba7ba05310b0 [2020-11-21T21:28:58.076Z] ---> 3958a565d571 [2020-11-21T21:28:58.076Z] [2020-11-21T21:28:58.076Z] Step 10/21 : FROM scratch [2020-11-21T21:28:58.076Z] ---> [2020-11-21T21:28:58.076Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:28:58.363Z] ---> Using cache [2020-11-21T21:28:58.363Z] ---> c5531d4fee3c [2020-11-21T21:28:58.363Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-21T21:28:58.363Z] Removing intermediate container 528e0f66a3d5 [2020-11-21T21:28:58.363Z] ---> d74fb200bee4 [2020-11-21T21:28:58.363Z] [2020-11-21T21:28:58.363Z] ---> Running in 497fa85d2194 [2020-11-21T21:28:58.637Z] Successfully built d74fb200bee4 [2020-11-21T21:28:58.637Z] Removing intermediate container 497fa85d2194 [2020-11-21T21:28:58.637Z] ---> 4b602f89e569 [2020-11-21T21:28:58.637Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-21T21:28:58.918Z] Successfully tagged docker-core-metadata-go:latest [2020-11-21T21:28:58.918Z] Building docker-security-bootstrap-redis-go [2020-11-21T21:28:58.918Z]  Building docker-core-metadata-go ... done  ---> Running in 614d5deeea78 [2020-11-21T21:28:59.198Z] Removing intermediate container 614d5deeea78 [2020-11-21T21:28:59.198Z] ---> 42f545613737 [2020-11-21T21:28:59.198Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-21T21:29:00.161Z] ---> 82a09c29a11e [2020-11-21T21:29:00.161Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-21T21:29:04.390Z] Removing intermediate container c1f62c83dca6 [2020-11-21T21:29:04.390Z] ---> a262d1717771 [2020-11-21T21:29:04.390Z] Step 8/24 : COPY . . [2020-11-21T21:29:04.390Z] ---> cffb87c35ced [2020-11-21T21:29:04.390Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-21T21:29:07.061Z] ---> 8b9b47fbfd81 [2020-11-21T21:29:07.061Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-21T21:29:12.467Z] ---> Running in 4e5f6033a00c [2020-11-21T21:29:15.109Z] Removing intermediate container dce9e5eecf93 [2020-11-21T21:29:15.109Z] ---> 38c835836a3c [2020-11-21T21:29:15.109Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-21T21:29:17.724Z] Removing intermediate container 4e5f6033a00c [2020-11-21T21:29:17.724Z] ---> 2bcb829ae7c8 [2020-11-21T21:29:17.724Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:29:17.724Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:29:17.724Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:29:17.724Z] ---> 0f2fa97a26d8 [2020-11-21T21:29:17.724Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:29:17.724Z] ---> Using cache [2020-11-21T21:29:17.724Z] ---> e47e6f56d85f [2020-11-21T21:29:17.724Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:29:17.724Z] ---> Using cache [2020-11-21T21:29:17.724Z] ---> d5ffaec5daa5 [2020-11-21T21:29:17.724Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T21:29:17.724Z] ---> Using cache [2020-11-21T21:29:17.724Z] ---> edd923549333 [2020-11-21T21:29:17.724Z] Step 6/22 : COPY go.mod . [2020-11-21T21:29:17.724Z] ---> Using cache [2020-11-21T21:29:17.724Z] ---> 9b70aa9bfb3d [2020-11-21T21:29:17.724Z] Step 7/22 : RUN go mod download [2020-11-21T21:29:17.724Z] ---> Using cache [2020-11-21T21:29:17.724Z] ---> 664b5eb215ad [2020-11-21T21:29:17.724Z] Step 8/22 : COPY . . [2020-11-21T21:29:17.724Z] ---> Using cache [2020-11-21T21:29:17.724Z] ---> 04c47946b8db [2020-11-21T21:29:17.724Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-21T21:29:19.693Z] ---> Running in be8b3c0fe061 [2020-11-21T21:29:20.341Z] ---> Running in cb9a4dc339cf [2020-11-21T21:29:20.341Z] ---> Running in 0675544f730f [2020-11-21T21:29:20.341Z] Removing intermediate container 14c6c62597e6 [2020-11-21T21:29:20.341Z] ---> 61ed154ab6ee [2020-11-21T21:29:20.341Z] [2020-11-21T21:29:20.341Z] Step 9/29 : FROM alpine:latest [2020-11-21T21:29:20.341Z] ---> d6e46aa2470d [2020-11-21T21:29:20.341Z] 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-21T21:29:20.935Z] ---> Running in c939ddcc4e16 [2020-11-21T21:29:20.935Z] Removing intermediate container cb9a4dc339cf [2020-11-21T21:29:20.935Z] ---> f4912dd6208b [2020-11-21T21:29:20.935Z] Step 19/21 : LABEL arch=x86_64 [2020-11-21T21:29:21.211Z] ---> Running in 7f17fac9d36e [2020-11-21T21:29:22.674Z] Removing intermediate container c939ddcc4e16 [2020-11-21T21:29:22.674Z] ---> 0d8c8e011f93 [2020-11-21T21:29:22.674Z] Step 11/29 : USER root [2020-11-21T21:29:22.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-21T21:29:22.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-21T21:29:22.999Z] ---> Running in 7a766159a36f [2020-11-21T21:29:22.999Z] Removing intermediate container 7f17fac9d36e [2020-11-21T21:29:22.999Z] ---> 0fe8c311c35b [2020-11-21T21:29:22.999Z] Step 20/21 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:29:23.757Z] ---> Running in 05f6ab0f65a3 [2020-11-21T21:29:24.124Z] Removing intermediate container 7a766159a36f [2020-11-21T21:29:24.124Z] ---> 59aa1f7548ad [2020-11-21T21:29:24.124Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-21T21:29:25.184Z] ---> Running in a79c20199a60 [2020-11-21T21:29:25.794Z] Removing intermediate container 05f6ab0f65a3 [2020-11-21T21:29:25.794Z] ---> 0966ef8f02dc [2020-11-21T21:29:25.794Z] Step 21/21 : LABEL version=1.3.1-dev.5 [2020-11-21T21:29:26.782Z] ---> Running in 5360fcfed6a4 [2020-11-21T21:29:28.749Z] Removing intermediate container 5360fcfed6a4 [2020-11-21T21:29:28.749Z] ---> cfa4c1010447 [2020-11-21T21:29:28.749Z] [2020-11-21T21:29:29.034Z] Removing intermediate container be8b3c0fe061 [2020-11-21T21:29:29.034Z] ---> a6d096bcb0ea [2020-11-21T21:29:29.034Z] [2020-11-21T21:29:29.034Z] Step 11/27 : FROM docker:latest [2020-11-21T21:29:29.034Z] ---> 6972c414f322 [2020-11-21T21:29:29.034Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-21T21:29:29.317Z] Successfully built cfa4c1010447 [2020-11-21T21:29:29.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:29:29.317Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-21T21:29:29.599Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:29:29.882Z] ---> Running in 3698d2dea181 [2020-11-21T21:29:29.883Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:29:29.883Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:29:29.883Z] OK: 12746 distinct packages available [2020-11-21T21:29:30.171Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-21T21:29:30.171Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-21T21:29:30.171Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:29:30.448Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T21:29:30.448Z] OK: 6 MiB in 16 packages [2020-11-21T21:29:31.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:29:31.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:29:31.859Z] (1/2) Installing readline (8.0.4-r0) [2020-11-21T21:29:31.859Z] (2/2) Installing bash (5.0.17-r0) [2020-11-21T21:29:31.859Z] Executing bash-5.0.17-r0.post-install [2020-11-21T21:29:31.859Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:29:31.859Z] OK: 12 MiB in 22 packages [2020-11-21T21:29:32.834Z] ---> 2ed2e3b57cd9 [2020-11-21T21:29:32.834Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-21T21:29:33.128Z] ---> Running in a1847e5bb98e [2020-11-21T21:29:34.113Z] Removing intermediate container a79c20199a60 [2020-11-21T21:29:34.113Z] ---> d288e9355ab7 [2020-11-21T21:29:34.113Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-21T21:29:34.401Z] ---> Running in 1ae6adb977fc [2020-11-21T21:29:34.401Z] Removing intermediate container 3698d2dea181 [2020-11-21T21:29:34.401Z] ---> 5a7ad7ccd28f [2020-11-21T21:29:34.401Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-21T21:29:34.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-21T21:29:34.682Z] ---> Running in 758158bd14ac [2020-11-21T21:29:34.682Z] Removing intermediate container 1ae6adb977fc [2020-11-21T21:29:34.682Z] ---> a4ccec4bf3cb [2020-11-21T21:29:34.682Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-21T21:29:34.957Z] ---> Running in 5483c1fc73ab [2020-11-21T21:29:35.253Z] Removing intermediate container 5483c1fc73ab [2020-11-21T21:29:35.253Z] ---> 9f0942a10c42 [2020-11-21T21:29:35.253Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-21T21:29:35.541Z] ---> Running in a8622a4b3fae [2020-11-21T21:29:38.254Z] Removing intermediate container 758158bd14ac [2020-11-21T21:29:38.254Z] ---> 9117de9d36a1 [2020-11-21T21:29:38.254Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-21T21:29:38.254Z] ---> Running in 4df06f80f664 [2020-11-21T21:29:38.531Z] Removing intermediate container a8622a4b3fae [2020-11-21T21:29:38.531Z] ---> 7f87606898d7 [2020-11-21T21:29:38.531Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-21T21:29:39.156Z] Removing intermediate container 4df06f80f664 [2020-11-21T21:29:39.156Z] ---> 579e3617e49c [2020-11-21T21:29:39.156Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-21T21:29:40.169Z] ---> Running in 21e49b518d01 [2020-11-21T21:29:40.169Z] ---> 86583ebed3c7 [2020-11-21T21:29:40.169Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-21T21:29:40.169Z] Removing intermediate container 0675544f730f [2020-11-21T21:29:40.169Z] ---> 84b2e1624e22 [2020-11-21T21:29:40.169Z] [2020-11-21T21:29:40.169Z] Step 10/22 : FROM alpine:3.10 [2020-11-21T21:29:40.169Z] ---> be4e4bea2c2e [2020-11-21T21:29:40.169Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T21:29:40.169Z] ---> Using cache [2020-11-21T21:29:40.169Z] ---> 960874258e73 [2020-11-21T21:29:40.169Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-21T21:29:40.169Z] ---> Running in ad7c373d3d8e [2020-11-21T21:29:40.169Z] Removing intermediate container 21e49b518d01 [2020-11-21T21:29:40.169Z] ---> 78c3b0fb8257 [2020-11-21T21:29:40.169Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-21T21:29:40.454Z] ---> Running in 30d14b3ba6fc [2020-11-21T21:29:40.454Z] Removing intermediate container ad7c373d3d8e [2020-11-21T21:29:40.454Z] ---> f5f58c51db6d [2020-11-21T21:29:40.454Z] Step 13/22 : WORKDIR / [2020-11-21T21:29:40.730Z] ---> a5afa617112f [2020-11-21T21:29:40.730Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-21T21:29:40.730Z] ---> Running in 2c42876782c2 [2020-11-21T21:29:40.730Z] Removing intermediate container 30d14b3ba6fc [2020-11-21T21:29:40.730Z] ---> 8199ccccba6a [2020-11-21T21:29:40.730Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-21T21:29:41.020Z] ---> 05b3f72c708f [2020-11-21T21:29:41.020Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-21T21:29:41.020Z] Removing intermediate container 2c42876782c2 [2020-11-21T21:29:41.020Z] ---> 4f7487c3426c [2020-11-21T21:29:41.020Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-21T21:29:41.667Z] ---> b9d548e42367 [2020-11-21T21:29:41.667Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-21T21:29:41.667Z] ---> cec5a836665f [2020-11-21T21:29:41.667Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-21T21:29:41.667Z] ---> d1e6efac6520 [2020-11-21T21:29:41.667Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-21T21:29:42.282Z] ---> 6ea86bb06958 [2020-11-21T21:29:42.282Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-21T21:29:42.282Z] ---> Running in a9ef8c613d07 [2020-11-21T21:29:42.282Z] ---> b7c838614527 [2020-11-21T21:29:42.282Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-21T21:29:42.569Z] ---> 6ab244232177 [2020-11-21T21:29:42.569Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-21T21:29:42.865Z] ---> 371e6d4b4cb8 [2020-11-21T21:29:42.865Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-21T21:29:42.865Z] ---> Running in e496b88c9dd4 [2020-11-21T21:29:43.153Z] ---> 8c5b427ff543 [2020-11-21T21:29:43.153Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-21T21:29:43.770Z] ---> 456207e2f171 [2020-11-21T21:29:43.771Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-21T21:29:43.771Z] ---> Running in f84f58fc23b7 [2020-11-21T21:29:43.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:29:44.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:29:44.060Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-21T21:29:44.367Z] (2/33) Installing expat (2.2.9-r1) [2020-11-21T21:29:44.367Z] (3/33) Installing libffi (3.3-r2) [2020-11-21T21:29:44.367Z] (4/33) Installing gdbm (1.13-r1) [2020-11-21T21:29:44.367Z] Removing intermediate container a9ef8c613d07 [2020-11-21T21:29:44.367Z] ---> 9d91d49757e4 [2020-11-21T21:29:44.367Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T21:29:44.367Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-21T21:29:44.367Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-21T21:29:44.367Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-21T21:29:49.803Z] ---> 509955592d31 [2020-11-21T21:29:49.803Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T21:29:49.803Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-21T21:29:49.803Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-21T21:29:49.803Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-21T21:29:49.803Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-21T21:29:49.803Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-21T21:29:49.804Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-21T21:29:49.804Z] ---> Running in 7460dc58b0b0 [2020-11-21T21:29:49.804Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-21T21:29:49.804Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-21T21:29:49.804Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-21T21:29:50.087Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-21T21:29:50.087Z] Removing intermediate container f84f58fc23b7 [2020-11-21T21:29:50.087Z] ---> 50803c944c02 [2020-11-21T21:29:50.087Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-21T21:29:50.087Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-21T21:29:50.367Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-21T21:29:50.367Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-21T21:29:50.655Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-21T21:29:50.655Z] ---> Running in edcb76f83cbe [2020-11-21T21:29:50.655Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-21T21:29:50.655Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-21T21:29:50.655Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-21T21:29:50.655Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-21T21:29:50.655Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-21T21:29:50.655Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-21T21:29:50.655Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-21T21:29:50.926Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-21T21:29:50.926Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-21T21:29:50.926Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-21T21:29:50.926Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-21T21:29:50.926Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-21T21:29:52.386Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:29:52.387Z] Removing intermediate container edcb76f83cbe [2020-11-21T21:29:52.387Z] ---> 615bfc99c6d8 [2020-11-21T21:29:52.387Z] Step 20/22 : LABEL arch=x86_64 [2020-11-21T21:29:52.387Z] OK: 71 MiB in 55 packages [2020-11-21T21:29:52.387Z] ---> Running in 2ca393631cdb [2020-11-21T21:29:52.664Z] Removing intermediate container 2ca393631cdb [2020-11-21T21:29:52.664Z] ---> 7120d9d4d44c [2020-11-21T21:29:52.664Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:29:52.929Z] ---> Running in 895a5eacc274 [2020-11-21T21:29:52.929Z] Removing intermediate container 7460dc58b0b0 [2020-11-21T21:29:52.929Z] ---> 257eaf8d2a25 [2020-11-21T21:29:52.929Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-21T21:29:53.200Z] ---> Running in 8a92c8e9b958 [2020-11-21T21:29:53.200Z] Removing intermediate container 895a5eacc274 [2020-11-21T21:29:53.200Z] ---> 1bf50733bd0a [2020-11-21T21:29:53.200Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2020-11-21T21:29:56.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-21T21:29:56.393Z] Removing intermediate container 817361ae0978 [2020-11-21T21:29:56.393Z] ---> 4489a11243c1 [2020-11-21T21:29:56.393Z] [2020-11-21T21:29:56.393Z] Step 10/20 : FROM alpine [2020-11-21T21:29:56.393Z] latest: Pulling from library/alpine [2020-11-21T21:29:56.393Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-21T21:29:56.393Z] Status: Downloaded newer image for alpine:latest [2020-11-21T21:29:56.393Z] ---> 2e77e061c27f [2020-11-21T21:29:56.393Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-21T21:29:56.393Z] ---> Running in b064522dd4fd [2020-11-21T21:29:58.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:29:58.610Z] ---> Running in 7414840fa919 [2020-11-21T21:29:58.610Z] Removing intermediate container a1847e5bb98e [2020-11-21T21:29:58.610Z] ---> 5b5fcdf6e216 [2020-11-21T21:29:58.610Z] [2020-11-21T21:29:58.610Z] Step 10/24 : FROM scratch [2020-11-21T21:29:58.610Z] ---> [2020-11-21T21:29:58.610Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T21:29:58.610Z] ---> Using cache [2020-11-21T21:29:58.610Z] ---> 029ed999504b [2020-11-21T21:29:58.610Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-21T21:29:58.610Z] Removing intermediate container e496b88c9dd4 [2020-11-21T21:29:58.610Z] ---> 40940a142f3e [2020-11-21T21:29:58.610Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-21T21:29:58.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:29:59.213Z] Removing intermediate container 7414840fa919 [2020-11-21T21:29:59.213Z] ---> bf5c1f267cdc [2020-11-21T21:29:59.213Z] [2020-11-21T21:29:59.481Z] Successfully built bf5c1f267cdc [2020-11-21T21:29:59.481Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-21T21:29:59.481Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 2f4c16dec838 [2020-11-21T21:29:59.481Z] ---> Running in 19888d4adc55 [2020-11-21T21:29:59.740Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:29:59.740Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:29:59.740Z] OK: 12617 distinct packages available [2020-11-21T21:29:59.750Z] Removing intermediate container 2f4c16dec838 [2020-11-21T21:29:59.750Z] ---> 54e1a63635cf [2020-11-21T21:29:59.750Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T21:30:00.021Z] ---> Running in c00875daf3e7 [2020-11-21T21:30:00.021Z] Removing intermediate container 8a92c8e9b958 [2020-11-21T21:30:00.021Z] ---> 82191ed9c298 [2020-11-21T21:30:00.021Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T21:30:00.021Z] ---> Running in aac0f782b6b6 [2020-11-21T21:30:00.297Z] Removing intermediate container c00875daf3e7 [2020-11-21T21:30:00.297Z] ---> f01149d33cf4 [2020-11-21T21:30:00.297Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-21T21:30:00.297Z] Removing intermediate container aac0f782b6b6 [2020-11-21T21:30:00.297Z] ---> 426c14ad27da [2020-11-21T21:30:00.297Z] Step 26/29 : CMD [ "generate" ] [2020-11-21T21:30:00.562Z] ---> Running in 1a83955dca7f [2020-11-21T21:30:00.562Z] ---> b8f9ca715f97 [2020-11-21T21:30:00.562Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-21T21:30:00.562Z] Removing intermediate container 1a83955dca7f [2020-11-21T21:30:00.562Z] ---> ca3dd45f93f7 [2020-11-21T21:30:00.562Z] Step 27/29 : LABEL arch=x86_64 [2020-11-21T21:30:00.769Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-21T21:30:00.769Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T21:30:00.769Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-21T21:30:00.769Z] (4/4) Installing curl (7.69.1-r1) [2020-11-21T21:30:00.769Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:30:00.769Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T21:30:00.845Z] ---> Running in 3d4cd5d7733c [2020-11-21T21:30:01.060Z] OK: 7 MiB in 18 packages [2020-11-21T21:30:01.351Z] Removing intermediate container 44459566ff27 [2020-11-21T21:30:01.351Z] ---> 6ebc10d70ff4 [2020-11-21T21:30:01.351Z] [2020-11-21T21:30:01.351Z] Step 10/22 : FROM alpine:3.10 [2020-11-21T21:30:01.351Z] 3.10: Pulling from library/alpine [2020-11-21T21:30:01.818Z] Removing intermediate container 3d4cd5d7733c [2020-11-21T21:30:01.818Z] ---> 927d3ba1fd56 [2020-11-21T21:30:01.818Z] Step 28/29 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:02.405Z] ---> Running in 1b2483ecc2ae [2020-11-21T21:30:02.405Z] ---> 2c96b660345c [2020-11-21T21:30:02.405Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-21T21:30:02.405Z] Collecting docker-compose==1.23.2 [2020-11-21T21:30:02.405Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-21T21:30:02.694Z] Removing intermediate container 1b2483ecc2ae [2020-11-21T21:30:02.694Z] ---> d7dd86850513 [2020-11-21T21:30:02.694Z] Step 29/29 : LABEL version=1.3.1-dev.5 [2020-11-21T21:30:02.694Z] ---> Running in 33c1cea1e08c [2020-11-21T21:30:02.694Z] Collecting cached-property<2,>=1.2.0 [2020-11-21T21:30:02.694Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-21T21:30:02.694Z] ---> 6030bd66f7e0 [2020-11-21T21:30:02.694Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-21T21:30:02.965Z] Removing intermediate container 33c1cea1e08c [2020-11-21T21:30:02.965Z] ---> 25e55820a7df [2020-11-21T21:30:02.965Z] [2020-11-21T21:30:02.965Z] Collecting PyYAML<4,>=3.10 [2020-11-21T21:30:02.965Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-21T21:30:02.965Z] Successfully built 25e55820a7df [2020-11-21T21:30:02.965Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-21T21:30:04.382Z]  Building docker-security-secrets-setup-go ... done  ---> 3fe1b2e6c035 [2020-11-21T21:30:04.382Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-21T21:30:04.382Z] Collecting docopt<0.7,>=0.6.1 [2020-11-21T21:30:04.382Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-21T21:30:04.877Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-21T21:30:04.877Z] Status: Downloaded newer image for alpine:3.10 [2020-11-21T21:30:04.877Z] ---> 536a684cf733 [2020-11-21T21:30:04.877Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T21:30:04.877Z] Removing intermediate container b064522dd4fd [2020-11-21T21:30:04.877Z] ---> 8de33f0a9749 [2020-11-21T21:30:04.877Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T21:30:04.877Z] ---> Running in 243b1546e765 [2020-11-21T21:30:05.153Z] ---> Running in 9f6fac020567 [2020-11-21T21:30:05.375Z] ---> 91af9a14d7a2 [2020-11-21T21:30:05.375Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-21T21:30:05.641Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-21T21:30:05.923Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-21T21:30:05.941Z] Removing intermediate container 4af9077ca8be [2020-11-21T21:30:05.941Z] ---> 254d7d7b344e [2020-11-21T21:30:05.941Z] [2020-11-21T21:30:05.941Z] Step 10/24 : FROM alpine:3.10 [2020-11-21T21:30:05.941Z] ---> 536a684cf733 [2020-11-21T21:30:05.941Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-21T21:30:06.411Z] ---> Running in 7efb7fca0543 [2020-11-21T21:30:06.412Z] Removing intermediate container 9f6fac020567 [2020-11-21T21:30:06.412Z] ---> a4ce2dae9e36 [2020-11-21T21:30:06.412Z] Step 13/20 : WORKDIR /edgex [2020-11-21T21:30:06.518Z] ---> 0967269577ff [2020-11-21T21:30:06.519Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-21T21:30:06.519Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-21T21:30:06.519Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-21T21:30:06.519Z] ---> Running in 832822b6f5a0 [2020-11-21T21:30:06.758Z] ---> Running in 111cb8c39c2c [2020-11-21T21:30:06.808Z] Removing intermediate container 832822b6f5a0 [2020-11-21T21:30:06.808Z] ---> 87d8efe1993e [2020-11-21T21:30:06.808Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:30:06.808Z] ---> Running in a6b724a04d05 [2020-11-21T21:30:06.808Z] Removing intermediate container a6b724a04d05 [2020-11-21T21:30:06.808Z] ---> 1c7cdbb46e42 [2020-11-21T21:30:06.808Z] Step 22/24 : LABEL arch=x86_64 [2020-11-21T21:30:07.072Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-21T21:30:07.072Z] ---> Running in e0b782b8f556 [2020-11-21T21:30:07.072Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-21T21:30:07.072Z] Collecting jsonschema<3,>=2.5.1 [2020-11-21T21:30:07.072Z] Removing intermediate container e0b782b8f556 [2020-11-21T21:30:07.072Z] ---> c398d992eadc [2020-11-21T21:30:07.072Z] Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:07.072Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-21T21:30:07.337Z] ---> Running in 629840897efe [2020-11-21T21:30:07.337Z] Collecting docker<4.0,>=3.6.0 [2020-11-21T21:30:07.337Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-21T21:30:07.613Z] Removing intermediate container 629840897efe [2020-11-21T21:30:07.613Z] ---> 09e2971beedc [2020-11-21T21:30:07.613Z] Step 24/24 : LABEL version=1.3.1-dev.5 [2020-11-21T21:30:07.613Z] Collecting texttable<0.10,>=0.9.0 [2020-11-21T21:30:07.613Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-21T21:30:07.613Z] ---> Running in 3e3a2d6012b3 [2020-11-21T21:30:07.889Z] Removing intermediate container 3e3a2d6012b3 [2020-11-21T21:30:07.889Z] ---> 3fb3bbabaff0 [2020-11-21T21:30:07.889Z] [2020-11-21T21:30:07.889Z] Successfully built 3fb3bbabaff0 [2020-11-21T21:30:07.889Z] Successfully tagged docker-support-notifications-go:latest [2020-11-21T21:30:07.889Z]  Building docker-support-notifications-go ... done 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-21T21:30:08.158Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-21T21:30:08.158Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-21T21:30:08.158Z] 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-21T21:30:08.158Z] Collecting idna<2.8,>=2.5 [2020-11-21T21:30:08.158Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-21T21:30:08.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:30:08.257Z] Removing intermediate container 111cb8c39c2c [2020-11-21T21:30:08.257Z] ---> 9bfd980512f0 [2020-11-21T21:30:08.257Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-21T21:30:08.422Z] 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-21T21:30:08.422Z] Collecting docker-pycreds>=0.4.0 [2020-11-21T21:30:08.422Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-21T21:30:08.422Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-21T21:30:08.422Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-21T21:30:08.422Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-21T21:30:08.422Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-21T21:30:08.422Z] Installing collected packages: cached-property, PyYAML, docopt, urllib3, idna, requests, dockerpty, websocket-client, jsonschema, docker-pycreds, docker, texttable, docker-compose [2020-11-21T21:30:08.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:30:08.538Z] Removing intermediate container 5dc58c6c7c45 [2020-11-21T21:30:08.538Z] ---> 189b7235d3af [2020-11-21T21:30:08.702Z] Running setup.py install for PyYAML: started [2020-11-21T21:30:08.820Z] [2020-11-21T21:30:08.820Z] Step 10/22 : FROM scratch [2020-11-21T21:30:08.820Z] ---> [2020-11-21T21:30:08.820Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T21:30:08.820Z] ---> Running in 4a6949e6a844 [2020-11-21T21:30:08.987Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-21T21:30:09.098Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-21T21:30:09.098Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-21T21:30:09.098Z] OK: 10169 distinct packages available [2020-11-21T21:30:09.257Z] Running setup.py install for docopt: started [2020-11-21T21:30:09.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:30:09.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:30:09.522Z] Running setup.py install for docopt: finished with status 'done' [2020-11-21T21:30:09.523Z] Attempting uninstall: urllib3 [2020-11-21T21:30:09.523Z] Found existing installation: urllib3 1.25.9 [2020-11-21T21:30:09.523Z] Uninstalling urllib3-1.25.9: [2020-11-21T21:30:09.523Z] Successfully uninstalled urllib3-1.25.9 [2020-11-21T21:30:09.667Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-21T21:30:09.787Z] Attempting uninstall: idna [2020-11-21T21:30:09.787Z] Found existing installation: idna 2.9 [2020-11-21T21:30:09.787Z] Uninstalling idna-2.9: [2020-11-21T21:30:09.787Z] Successfully uninstalled idna-2.9 [2020-11-21T21:30:09.955Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-21T21:30:09.955Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-21T21:30:09.955Z] (4/5) Installing curl (7.66.0-r1) [2020-11-21T21:30:09.955Z] v3.10.5-142-g5c22bb085e [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-21T21:30:09.955Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-21T21:30:09.955Z] OK: 10169 distinct packages available [2020-11-21T21:30:09.955Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-21T21:30:09.955Z] Removing intermediate container 4a6949e6a844 [2020-11-21T21:30:09.955Z] ---> d7f14922fc6d [2020-11-21T21:30:09.955Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-21T21:30:09.955Z] Executing busybox-1.30.1-r3.trigger [2020-11-21T21:30:09.955Z] Executing ca-certificates-20191127-r2.trigger [2020-11-21T21:30:09.955Z] ---> 214b4ebcd534 [2020-11-21T21:30:09.955Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-21T21:30:10.061Z] Attempting uninstall: requests [2020-11-21T21:30:10.061Z] Found existing installation: requests 2.23.0 [2020-11-21T21:30:10.061Z] Uninstalling requests-2.23.0: [2020-11-21T21:30:10.061Z] Successfully uninstalled requests-2.23.0 [2020-11-21T21:30:10.061Z] Running setup.py install for dockerpty: started [2020-11-21T21:30:10.246Z] ---> Running in 47380ef6d4ff [2020-11-21T21:30:10.246Z] OK: 7 MiB in 19 packages [2020-11-21T21:30:10.532Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-21T21:30:10.532Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-21T21:30:10.532Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-21T21:30:10.532Z] (4/5) Installing curl (7.66.0-r1) [2020-11-21T21:30:10.670Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-21T21:30:10.815Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-21T21:30:10.815Z] Executing busybox-1.30.1-r3.trigger [2020-11-21T21:30:10.815Z] Executing ca-certificates-20191127-r2.trigger [2020-11-21T21:30:11.098Z] OK: 7 MiB in 19 packages [2020-11-21T21:30:11.267Z] Running setup.py install for texttable: started [2020-11-21T21:30:11.536Z] Running setup.py install for texttable: finished with status 'done' [2020-11-21T21:30:11.705Z] Removing intermediate container 47380ef6d4ff [2020-11-21T21:30:11.705Z] ---> bc53c858a6a1 [2020-11-21T21:30:11.705Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T21:30:11.705Z] ---> Running in dd72525c2ab7 [2020-11-21T21:30:11.705Z] ---> 482bf751c1b1 [2020-11-21T21:30:11.801Z] 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-21T21:30:12.000Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-21T21:30:12.001Z] ---> Running in e50f8808b33c [2020-11-21T21:30:12.613Z] Removing intermediate container dd72525c2ab7 [2020-11-21T21:30:12.613Z] ---> e832dd298b28 [2020-11-21T21:30:12.613Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-21T21:30:12.889Z] Removing intermediate container 243b1546e765 [2020-11-21T21:30:12.889Z] ---> 45bbed74fb32 [2020-11-21T21:30:12.889Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-21T21:30:13.172Z] Removing intermediate container e50f8808b33c [2020-11-21T21:30:13.172Z] ---> 46aed5b67730 [2020-11-21T21:30:13.172Z] Step 17/20 : CMD ["--init=true"] [2020-11-21T21:30:13.172Z] ---> Running in d4ea3d308a4f [2020-11-21T21:30:13.455Z] ---> Running in 7f25c6224b80 [2020-11-21T21:30:13.455Z] Removing intermediate container 7efb7fca0543 [2020-11-21T21:30:13.455Z] ---> f2c07e128c59 [2020-11-21T21:30:13.455Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-21T21:30:13.750Z] ---> b30786af3b52 [2020-11-21T21:30:13.750Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-21T21:30:14.079Z] ---> Running in e1a91277de71 [2020-11-21T21:30:14.079Z] Removing intermediate container d4ea3d308a4f [2020-11-21T21:30:14.079Z] ---> 719d509f4160 [2020-11-21T21:30:14.079Z] Step 13/22 : WORKDIR / [2020-11-21T21:30:14.079Z] Removing intermediate container 7f25c6224b80 [2020-11-21T21:30:14.079Z] ---> 8755b6b862a0 [2020-11-21T21:30:14.079Z] Step 18/20 : LABEL arch=arm64 [2020-11-21T21:30:14.372Z] ---> Running in 7488f8454603 [2020-11-21T21:30:14.372Z] ---> Running in d43b135992d3 [2020-11-21T21:30:14.670Z] Removing intermediate container e1a91277de71 [2020-11-21T21:30:14.670Z] ---> 3f5e6ba8cc42 [2020-11-21T21:30:14.670Z] Step 13/24 : WORKDIR / [2020-11-21T21:30:14.670Z] ---> 1bd4a561bbfa [2020-11-21T21:30:14.946Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-21T21:30:14.946Z] ---> Running in 3a174569f9b1 [2020-11-21T21:30:15.224Z] Removing intermediate container 19888d4adc55 [2020-11-21T21:30:15.224Z] ---> ec60845456d9 [2020-11-21T21:30:15.224Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-21T21:30:15.224Z] ---> Running in 6f517ae2b248 [2020-11-21T21:30:15.235Z] Removing intermediate container 7488f8454603 [2020-11-21T21:30:15.235Z] ---> 775422f48e19 [2020-11-21T21:30:15.235Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-21T21:30:15.235Z] Removing intermediate container d43b135992d3 [2020-11-21T21:30:15.235Z] ---> e0e3708447d0 [2020-11-21T21:30:15.235Z] Step 19/20 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:15.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T21:30:15.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T21:30:15.528Z] Removing intermediate container 236ba78e3692 [2020-11-21T21:30:15.528Z] ---> f32cd830ab81 [2020-11-21T21:30:15.528Z] [2020-11-21T21:30:15.528Z] Step 10/22 : FROM scratch [2020-11-21T21:30:15.528Z] ---> [2020-11-21T21:30:15.528Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:30:15.775Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T21:30:15.775Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-21T21:30:15.775Z] (3/3) Installing curl (7.69.1-r1) [2020-11-21T21:30:15.775Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:30:15.775Z] OK: 72 MiB in 58 packages [2020-11-21T21:30:15.814Z] ---> Running in b0b09b20aa48 [2020-11-21T21:30:15.814Z] ---> Running in bac4dfedb7b1 [2020-11-21T21:30:16.095Z] Removing intermediate container 3a174569f9b1 [2020-11-21T21:30:16.095Z] ---> 369d778f508f [2020-11-21T21:30:16.095Z] 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-21T21:30:16.368Z] Removing intermediate container 6f517ae2b248 [2020-11-21T21:30:16.368Z] ---> 9b3dab1dc11c [2020-11-21T21:30:16.368Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-21T21:30:16.368Z] ---> Running in faaeefe39876 [2020-11-21T21:30:16.368Z] Removing intermediate container faaeefe39876 [2020-11-21T21:30:16.368Z] ---> 72a8d9d8e6eb [2020-11-21T21:30:16.368Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:30:16.378Z] ---> 25219dc4eaec [2020-11-21T21:30:16.378Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-21T21:30:16.378Z] ---> 708f5b4875cf [2020-11-21T21:30:16.378Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-21T21:30:16.645Z] ---> Running in f054867b186c [2020-11-21T21:30:16.645Z] Removing intermediate container f054867b186c [2020-11-21T21:30:16.645Z] ---> b4610d02cd62 [2020-11-21T21:30:16.645Z] Step 25/27 : LABEL arch=x86_64 [2020-11-21T21:30:16.667Z] Removing intermediate container bac4dfedb7b1 [2020-11-21T21:30:16.667Z] Removing intermediate container b0b09b20aa48 [2020-11-21T21:30:16.667Z] ---> a9c61985c5dc [2020-11-21T21:30:16.667Z] Step 20/20 : LABEL version=1.3.1-dev.5 [2020-11-21T21:30:16.667Z] ---> 9c72db786e1a [2020-11-21T21:30:16.667Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-21T21:30:16.667Z] ---> Running in a09425540f63 [2020-11-21T21:30:16.919Z] ---> Running in 845362e7e514 [2020-11-21T21:30:16.919Z] Removing intermediate container 845362e7e514 [2020-11-21T21:30:16.919Z] ---> 7d518a26fa8f [2020-11-21T21:30:16.919Z] Step 26/27 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:16.951Z] ---> Running in c834be7151ff [2020-11-21T21:30:16.951Z] ---> bed72f58380d [2020-11-21T21:30:16.951Z] 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-21T21:30:17.195Z] ---> Running in 864404c77da5 [2020-11-21T21:30:17.195Z] Removing intermediate container 864404c77da5 [2020-11-21T21:30:17.195Z] ---> 7bffa5a09ead [2020-11-21T21:30:17.195Z] Step 27/27 : LABEL version=1.3.1-dev.5 [2020-11-21T21:30:17.195Z] ---> Running in 179cabb30939 [2020-11-21T21:30:17.462Z] Removing intermediate container 179cabb30939 [2020-11-21T21:30:17.462Z] ---> d5973c084c97 [2020-11-21T21:30:17.462Z] [2020-11-21T21:30:17.576Z] Removing intermediate container a09425540f63 [2020-11-21T21:30:17.576Z] ---> 092ff0838dc9 [2020-11-21T21:30:17.576Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T21:30:17.576Z] ---> Running in 6eadfa27b1d5 [2020-11-21T21:30:17.576Z] Removing intermediate container c834be7151ff [2020-11-21T21:30:17.576Z] ---> 18d6bb8e6ebe [2020-11-21T21:30:17.576Z] [2020-11-21T21:30:17.576Z] ---> f78a556e4d34 [2020-11-21T21:30:17.732Z] Successfully built d5973c084c97 [2020-11-21T21:30:17.858Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-21T21:30:18.001Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-21T21:30:18.144Z] ---> Running in 26a087cc3d0d [2020-11-21T21:30:18.144Z] ---> 6d44363e670d [2020-11-21T21:30:18.144Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-21T21:30:18.144Z] Successfully built 18d6bb8e6ebe [2020-11-21T21:30:18.144Z] ---> 3c90d754020a [2020-11-21T21:30:18.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-21T21:30:18.144Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-21T21:30:18.144Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-11-21T21:30:18.297Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-21T21:30:18.337Z] $ docker stop --time=1 77b377ff5f6b3cc5a70092ac5d13bfbc6b97f418eed587b2898c6c3b1396f839 [2020-11-21T21:30:18.431Z] Removing intermediate container 6eadfa27b1d5 [2020-11-21T21:30:18.431Z] ---> 1f1a1a2a8245 [2020-11-21T21:30:18.431Z] Step 14/22 : WORKDIR / [2020-11-21T21:30:18.431Z] ---> Running in 6795fc1e102c [2020-11-21T21:30:18.726Z] Removing intermediate container 26a087cc3d0d [2020-11-21T21:30:18.726Z] ---> fa888f8d31f4 [2020-11-21T21:30:18.726Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:30:19.006Z] ---> Running in 3ac77ea9051c [2020-11-21T21:30:19.294Z] Removing intermediate container 6795fc1e102c [2020-11-21T21:30:19.294Z] ---> 257d08bd89d8 [2020-11-21T21:30:19.294Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-21T21:30:19.294Z] ---> 95bf6bc06f21 [2020-11-21T21:30:19.294Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-21T21:30:19.294Z] ---> 81930605f43b [2020-11-21T21:30:19.294Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-21T21:30:19.579Z] Removing intermediate container 3ac77ea9051c [2020-11-21T21:30:19.579Z] ---> 0e0de50b7e36 [2020-11-21T21:30:19.579Z] Step 20/22 : LABEL arch=arm64 [2020-11-21T21:30:20.000Z] $ docker rm -f 77b377ff5f6b3cc5a70092ac5d13bfbc6b97f418eed587b2898c6c3b1396f839 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T21:30:20.559Z] + docker images [2020-11-21T21:30:20.559Z] + grep docker [2020-11-21T21:30:20.559Z] docker-sys-mgmt-agent-go latest d5973c084c97 3 seconds ago 290MB [2020-11-21T21:30:20.559Z] docker-support-notifications-go latest 3fb3bbabaff0 13 seconds ago 13.6MB [2020-11-21T21:30:20.559Z] docker-security-secrets-setup-go latest 25e55820a7df 18 seconds ago 24MB [2020-11-21T21:30:20.559Z] docker-security-bootstrap-redis-go latest bf5c1f267cdc 22 seconds ago 15.9MB [2020-11-21T21:30:20.559Z] docker-support-scheduler-go latest cfa4c1010447 53 seconds ago 12.3MB [2020-11-21T21:30:20.559Z] docker-core-metadata-go latest d74fb200bee4 About a minute ago 14.5MB [2020-11-21T21:30:20.560Z] docker-core-data-go latest cb7c71f25ab6 2 minutes ago 23.7MB [2020-11-21T21:30:20.560Z] docker-security-secretstore-setup-go latest 04afcea27b29 2 minutes ago 24.8MB [2020-11-21T21:30:20.560Z] docker-core-command-go latest f6df7cdc2fda 2 minutes ago 12.2MB [2020-11-21T21:30:20.560Z] docker-support-logging-go latest 808d62c0c90c 2 minutes ago 11.1MB [2020-11-21T21:30:20.560Z] docker-security-proxy-setup-go latest d50356f044f7 2 minutes ago 15.8MB [2020-11-21T21:30:20.560Z] docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } [2020-11-21T21:30:20.636Z] ---> Running in e3aa5b843227 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-21T21:30:20.917Z] ---> cbc3160cb2ba [2020-11-21T21:30:20.917Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T21:30:21.198Z] provisioning config files... [2020-11-21T21:30:21.208Z] ---> 67855741377a [2020-11-21T21:30:21.208Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-21T21:30:21.234Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config3188524608800159278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:30:21.495Z] ---> c3c393b2d454 [2020-11-21T21:30:21.495Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-21T21:30:21.627Z] ---> docker-login.sh [2020-11-21T21:30:21.627Z] nexus3.edgexfoundry.org:10001 [2020-11-21T21:30:21.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:30:21.786Z] Removing intermediate container e3aa5b843227 [2020-11-21T21:30:21.786Z] ---> aa8aa44398ef [2020-11-21T21:30:21.786Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:21.786Z] ---> Running in c1694380dd90 [2020-11-21T21:30:21.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:30:21.891Z] Configure a credential helper to remove this warning. See [2020-11-21T21:30:21.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:30:21.891Z] [2020-11-21T21:30:21.891Z] Login Succeeded [2020-11-21T21:30:21.891Z] nexus3.edgexfoundry.org:10002 [2020-11-21T21:30:21.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:30:21.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:30:21.891Z] Configure a credential helper to remove this warning. See [2020-11-21T21:30:21.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:30:21.891Z] [2020-11-21T21:30:21.891Z] Login Succeeded [2020-11-21T21:30:21.891Z] nexus3.edgexfoundry.org:10003 [2020-11-21T21:30:22.074Z] ---> Running in 78cca596bc94 [2020-11-21T21:30:22.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:30:22.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:30:22.160Z] Configure a credential helper to remove this warning. See [2020-11-21T21:30:22.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:30:22.160Z] [2020-11-21T21:30:22.160Z] Login Succeeded [2020-11-21T21:30:22.160Z] nexus3.edgexfoundry.org:10004 [2020-11-21T21:30:22.354Z] ---> bce001815f17 [2020-11-21T21:30:22.354Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-21T21:30:22.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:30:22.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:30:22.426Z] Configure a credential helper to remove this warning. See [2020-11-21T21:30:22.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:30:22.426Z] [2020-11-21T21:30:22.426Z] Login Succeeded [2020-11-21T21:30:22.426Z] docker.io [2020-11-21T21:30:22.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:30:22.629Z] Removing intermediate container 78cca596bc94 [2020-11-21T21:30:22.630Z] ---> f6ade27a26c3 [2020-11-21T21:30:22.630Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2020-11-21T21:30:22.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:30:22.693Z] Configure a credential helper to remove this warning. See [2020-11-21T21:30:22.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:30:22.693Z] [2020-11-21T21:30:22.693Z] Login Succeeded [2020-11-21T21:30:22.693Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T21:30:22.704Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-11-21T21:30:22.905Z] ---> Running in 12034c53a260 [Pipeline] echo [2020-11-21T21:30:22.924Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-21T21:30:22.924Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:22.924Z] 1.3.1-dev.5 [2020-11-21T21:30:22.924Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:22.924Z] master [2020-11-21T21:30:22.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:23.181Z] ---> a36fefd80023 [2020-11-21T21:30:23.181Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T21:30:23.438Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:23.491Z] ---> cef1d37ac7b3 [2020-11-21T21:30:23.491Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-21T21:30:23.775Z] Removing intermediate container 12034c53a260 [2020-11-21T21:30:23.775Z] ---> ae2eae027937 [2020-11-21T21:30:23.775Z] [2020-11-21T21:30:23.775Z] ---> Running in 6531b1e613c7 [2020-11-21T21:30:23.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:23.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T21:30:23.780Z] 279ec3c51b8e: Preparing [2020-11-21T21:30:23.780Z] 91630576e6c9: Preparing [2020-11-21T21:30:23.780Z] 51def8199bc6: Preparing [2020-11-21T21:30:24.044Z] 51def8199bc6: Pushed [2020-11-21T21:30:24.044Z] 279ec3c51b8e: Pushed [2020-11-21T21:30:24.053Z] Successfully built ae2eae027937 [2020-11-21T21:30:24.053Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-21T21:30:24.053Z] Building docker-core-metadata-go [2020-11-21T21:30:24.673Z]  Building docker-support-logging-go ... done Removing intermediate container 6531b1e613c7 [2020-11-21T21:30:24.673Z] ---> 1c1cf9e2689e [2020-11-21T21:30:24.673Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:30:24.673Z] ---> 739d308b5e7f [2020-11-21T21:30:24.673Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T21:30:24.673Z] ---> Running in 9ee35f7703b7 [2020-11-21T21:30:24.954Z] ---> Running in 3cf72ecd7326 [2020-11-21T21:30:24.989Z] 91630576e6c9: Pushed [2020-11-21T21:30:25.253Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:25.598Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.5 [2020-11-21T21:30:25.598Z] Removing intermediate container 9ee35f7703b7 [2020-11-21T21:30:25.598Z] ---> 2de56af05e5a [2020-11-21T21:30:25.598Z] Step 20/22 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:26.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.5 [2020-11-21T21:30:26.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T21:30:26.004Z] 279ec3c51b8e: Preparing [2020-11-21T21:30:26.004Z] 91630576e6c9: Preparing [2020-11-21T21:30:26.004Z] 51def8199bc6: Preparing [2020-11-21T21:30:26.004Z] 91630576e6c9: Layer already exists [2020-11-21T21:30:26.004Z] 51def8199bc6: Layer already exists [2020-11-21T21:30:26.004Z] 279ec3c51b8e: Layer already exists [2020-11-21T21:30:26.004Z] 1.3.1-dev.5: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:26.212Z] Removing intermediate container c1694380dd90 [2020-11-21T21:30:26.212Z] ---> 2521480856d5 [2020-11-21T21:30:26.212Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-21T21:30:26.212Z] ---> Running in 1ff9e66daa19 [2020-11-21T21:30:26.380Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:26.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:26.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T21:30:26.762Z] 279ec3c51b8e: Preparing [2020-11-21T21:30:26.762Z] 91630576e6c9: Preparing [2020-11-21T21:30:26.762Z] 51def8199bc6: Preparing [2020-11-21T21:30:26.762Z] 279ec3c51b8e: Layer already exists [2020-11-21T21:30:26.762Z] 51def8199bc6: Layer already exists [2020-11-21T21:30:26.762Z] 91630576e6c9: Layer already exists [2020-11-21T21:30:26.762Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:26.835Z] ---> Running in fe4ae28d6f3a [2020-11-21T21:30:27.107Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [2020-11-21T21:30:27.124Z] Removing intermediate container 1ff9e66daa19 [2020-11-21T21:30:27.124Z] ---> f6998db5e84b [2020-11-21T21:30:27.124Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] sh [2020-11-21T21:30:27.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-21T21:30:27.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-21T21:30:27.423Z] 279ec3c51b8e: Preparing [2020-11-21T21:30:27.423Z] 91630576e6c9: Preparing [2020-11-21T21:30:27.423Z] 51def8199bc6: Preparing [2020-11-21T21:30:27.423Z] 51def8199bc6: Layer already exists [2020-11-21T21:30:27.423Z] 91630576e6c9: Layer already exists [2020-11-21T21:30:27.423Z] 279ec3c51b8e: Layer already exists [2020-11-21T21:30:27.423Z] master: digest: sha256:f80741a7bb23073704248839290defad6c00fcba7d0d530c91032f55bcc24f73 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:30:27.685Z] ===================================================== [2020-11-21T21:30:27.746Z] Removing intermediate container fe4ae28d6f3a [2020-11-21T21:30:27.746Z] ---> b16b0086454d [2020-11-21T21:30:27.746Z] Step 20/22 : LABEL arch=arm64 [Pipeline] echo [2020-11-21T21:30:27.750Z] taggedImages: [2020-11-21T21:30:27.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:27.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.5 [2020-11-21T21:30:27.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:27.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-11-21T21:30:27.820Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-21T21:30:27.820Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:27.820Z] 1.3.1-dev.5 [2020-11-21T21:30:27.820Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:27.820Z] master [2020-11-21T21:30:27.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:28.352Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:28.393Z] ---> Running in a0fdd1a84a84 [2020-11-21T21:30:28.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:28.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T21:30:28.670Z] 1cf5e8b6f80b: Preparing [2020-11-21T21:30:28.670Z] b2d48fce55d8: Preparing [2020-11-21T21:30:28.670Z] ef8e59c817cf: Preparing [2020-11-21T21:30:28.670Z] 2a1a0c9545ee: Preparing [2020-11-21T21:30:28.670Z] 4f6446e8b729: Preparing [2020-11-21T21:30:28.670Z] ace0eda3e3be: Preparing [2020-11-21T21:30:28.670Z] ace0eda3e3be: Waiting [2020-11-21T21:30:28.690Z] ---> Running in 3b2a9632b7de [2020-11-21T21:30:28.937Z] 1cf5e8b6f80b: Pushed [2020-11-21T21:30:28.937Z] 4f6446e8b729: Pushed [2020-11-21T21:30:28.937Z] ef8e59c817cf: Pushed [2020-11-21T21:30:28.937Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:28.937Z] 2a1a0c9545ee: Pushed [2020-11-21T21:30:29.681Z] Removing intermediate container a0fdd1a84a84 [2020-11-21T21:30:29.681Z] ---> a8be07d25af2 [2020-11-21T21:30:29.681Z] Step 22/22 : LABEL version=1.3.1-dev.5Removing intermediate container 3cf72ecd7326 [2020-11-21T21:30:29.681Z] [2020-11-21T21:30:29.681Z] ---> b355fb08c1db [2020-11-21T21:30:29.681Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T21:30:29.681Z] Removing intermediate container 3b2a9632b7de [2020-11-21T21:30:29.681Z] ---> 196639455fea [2020-11-21T21:30:29.681Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:29.957Z] ---> Running in 158a7e688b0d [2020-11-21T21:30:29.957Z] ---> Running in 726cef0ebcab [2020-11-21T21:30:29.957Z] ---> Running in cbe7afe31638 [2020-11-21T21:30:30.367Z] b2d48fce55d8: Pushed [2020-11-21T21:30:30.367Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:30.587Z] Removing intermediate container 158a7e688b0d [2020-11-21T21:30:30.587Z] ---> 1070ffaf636d [2020-11-21T21:30:30.587Z] Step 22/24 : LABEL arch=arm64 [2020-11-21T21:30:30.587Z] Removing intermediate container 726cef0ebcab [2020-11-21T21:30:30.587Z] ---> 3caa276a73ef [2020-11-21T21:30:30.587Z] [2020-11-21T21:30:30.702Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:30.867Z] ---> Running in fbe120a39cbc [2020-11-21T21:30:30.867Z] Removing intermediate container cbe7afe31638 [2020-11-21T21:30:30.867Z] ---> db5c07e7ae2f [2020-11-21T21:30:30.867Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2020-11-21T21:30:31.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.5 [2020-11-21T21:30:31.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T21:30:31.012Z] 1cf5e8b6f80b: Preparing [2020-11-21T21:30:31.012Z] b2d48fce55d8: Preparing [2020-11-21T21:30:31.012Z] ef8e59c817cf: Preparing [2020-11-21T21:30:31.012Z] 2a1a0c9545ee: Preparing [2020-11-21T21:30:31.012Z] 4f6446e8b729: Preparing [2020-11-21T21:30:31.012Z] ace0eda3e3be: Preparing [2020-11-21T21:30:31.012Z] ace0eda3e3be: Waiting [2020-11-21T21:30:31.012Z] ef8e59c817cf: Layer already exists [2020-11-21T21:30:31.012Z] 1cf5e8b6f80b: Layer already exists [2020-11-21T21:30:31.012Z] 2a1a0c9545ee: Layer already exists [2020-11-21T21:30:31.012Z] b2d48fce55d8: Layer already exists [2020-11-21T21:30:31.012Z] 4f6446e8b729: Layer already exists [2020-11-21T21:30:31.012Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:31.012Z] 1.3.1-dev.5: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:31.148Z] Successfully built 3caa276a73ef [2020-11-21T21:30:31.148Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-21T21:30:31.148Z] Building docker-core-data-go [2020-11-21T21:30:31.148Z]  Building docker-core-command-go ... done  ---> Running in dada203b8ce8 [2020-11-21T21:30:31.342Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:31.425Z] Removing intermediate container fbe120a39cbc [2020-11-21T21:30:31.425Z] ---> cc3e871446eb [2020-11-21T21:30:31.425Z] Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:31.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:31.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T21:30:31.669Z] 1cf5e8b6f80b: Preparing [2020-11-21T21:30:31.669Z] b2d48fce55d8: Preparing [2020-11-21T21:30:31.669Z] ef8e59c817cf: Preparing [2020-11-21T21:30:31.669Z] 2a1a0c9545ee: Preparing [2020-11-21T21:30:31.669Z] 4f6446e8b729: Preparing [2020-11-21T21:30:31.669Z] ace0eda3e3be: Preparing [2020-11-21T21:30:31.669Z] ace0eda3e3be: Waiting [2020-11-21T21:30:31.669Z] b2d48fce55d8: Layer already exists [2020-11-21T21:30:31.669Z] 1cf5e8b6f80b: Layer already exists [2020-11-21T21:30:31.669Z] 2a1a0c9545ee: Layer already exists [2020-11-21T21:30:31.669Z] ef8e59c817cf: Layer already exists [2020-11-21T21:30:31.669Z] 4f6446e8b729: Layer already exists [2020-11-21T21:30:31.669Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:31.669Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:31.700Z] ---> Running in 1e84c6d22536 [2020-11-21T21:30:31.700Z] Removing intermediate container dada203b8ce8 [2020-11-21T21:30:31.700Z] ---> a40c54865e67 [2020-11-21T21:30:31.700Z] [2020-11-21T21:30:31.985Z] Successfully built a40c54865e67 [2020-11-21T21:30:31.985Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-21T21:30:31.985Z] Building docker-support-scheduler-go [2020-11-21T21:30:31.985Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1e84c6d22536 [2020-11-21T21:30:31.985Z] ---> f3f6581a00e1 [2020-11-21T21:30:31.985Z] Step 24/24 : LABEL version=1.3.1-dev.5 [2020-11-21T21:30:31.992Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:32.261Z] ---> Running in 7e33b2a040c1 [2020-11-21T21:30:32.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-21T21:30:32.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-21T21:30:32.318Z] 1cf5e8b6f80b: Preparing [2020-11-21T21:30:32.318Z] b2d48fce55d8: Preparing [2020-11-21T21:30:32.318Z] ef8e59c817cf: Preparing [2020-11-21T21:30:32.318Z] 2a1a0c9545ee: Preparing [2020-11-21T21:30:32.318Z] 4f6446e8b729: Preparing [2020-11-21T21:30:32.318Z] ace0eda3e3be: Preparing [2020-11-21T21:30:32.318Z] ace0eda3e3be: Waiting [2020-11-21T21:30:32.318Z] 4f6446e8b729: Layer already exists [2020-11-21T21:30:32.318Z] ef8e59c817cf: Layer already exists [2020-11-21T21:30:32.318Z] b2d48fce55d8: Layer already exists [2020-11-21T21:30:32.318Z] 2a1a0c9545ee: Layer already exists [2020-11-21T21:30:32.318Z] 1cf5e8b6f80b: Layer already exists [2020-11-21T21:30:32.318Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:32.318Z] master: digest: sha256:f947c8c6816d39fcc11e17d2162446dd8456039ba6d5581f8964f688904e0748 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-11-21T21:30:32.550Z] Removing intermediate container 7e33b2a040c1 [2020-11-21T21:30:32.550Z] ---> fb9f68b8dcef [2020-11-21T21:30:32.550Z] [Pipeline] echo [2020-11-21T21:30:32.587Z] ===================================================== [Pipeline] echo [2020-11-21T21:30:32.642Z] taggedImages: [2020-11-21T21:30:32.643Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:32.643Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.5 [2020-11-21T21:30:32.643Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:32.643Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-21T21:30:32.707Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-21T21:30:32.707Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:32.707Z] 1.3.1-dev.5 [2020-11-21T21:30:32.707Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:32.707Z] master [2020-11-21T21:30:32.707Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-21T21:30:32.825Z] Successfully built fb9f68b8dcef [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:33.096Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-21T21:30:33.096Z] Building docker-support-notifications-go [2020-11-21T21:30:33.216Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:33.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:33.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T21:30:33.540Z] 8e2609191d80: Preparing [2020-11-21T21:30:33.540Z] 7347e4941503: Preparing [2020-11-21T21:30:33.540Z] a8c9f504f5b7: Preparing [2020-11-21T21:30:33.805Z] a8c9f504f5b7: Pushed [2020-11-21T21:30:33.805Z] 8e2609191d80: Pushed [2020-11-21T21:30:35.224Z] 7347e4941503: Pushed [2020-11-21T21:30:35.224Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:35.548Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:35.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.5 [2020-11-21T21:30:35.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T21:30:35.957Z] 8e2609191d80: Preparing [2020-11-21T21:30:35.957Z] 7347e4941503: Preparing [2020-11-21T21:30:35.957Z] a8c9f504f5b7: Preparing [2020-11-21T21:30:35.957Z] 7347e4941503: Layer already exists [2020-11-21T21:30:35.957Z] a8c9f504f5b7: Layer already exists [2020-11-21T21:30:35.957Z] 8e2609191d80: Layer already exists [2020-11-21T21:30:35.957Z] 1.3.1-dev.5: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:36.273Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:36.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:36.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T21:30:36.861Z] 8e2609191d80: Preparing [2020-11-21T21:30:36.861Z] 7347e4941503: Preparing [2020-11-21T21:30:36.861Z] a8c9f504f5b7: Preparing [2020-11-21T21:30:36.861Z] 8e2609191d80: Layer already exists [2020-11-21T21:30:36.861Z] a8c9f504f5b7: Layer already exists [2020-11-21T21:30:36.861Z] 7347e4941503: Layer already exists [2020-11-21T21:30:36.861Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:37.176Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:37.432Z]  Building docker-security-secretstore-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:30:37.432Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:30:37.432Z] ---> 0a8a0cd6db69 [2020-11-21T21:30:37.432Z] Step 3/27 : WORKDIR /edgex-go [2020-11-21T21:30:37.432Z] ---> Using cache [2020-11-21T21:30:37.432Z] ---> ec0db0c63e8e [2020-11-21T21:30:37.432Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:30:37.432Z] ---> Using cache [2020-11-21T21:30:37.432Z] ---> 69bce252d37c [2020-11-21T21:30:37.432Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-21T21:30:37.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-21T21:30:37.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-21T21:30:37.501Z] 8e2609191d80: Preparing [2020-11-21T21:30:37.501Z] 7347e4941503: Preparing [2020-11-21T21:30:37.501Z] a8c9f504f5b7: Preparing [2020-11-21T21:30:37.501Z] 8e2609191d80: Layer already exists [2020-11-21T21:30:37.501Z] a8c9f504f5b7: Layer already exists [2020-11-21T21:30:37.501Z] 7347e4941503: Layer already exists [2020-11-21T21:30:37.501Z] master: digest: sha256:f7549e85efef9be8467c1a6b6ce47122641cf6b41ad2e340a071a344f1bb7125 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:30:37.779Z] ===================================================== [Pipeline] echo [2020-11-21T21:30:37.826Z] taggedImages: [2020-11-21T21:30:37.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:37.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.5 [2020-11-21T21:30:37.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:37.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-21T21:30:37.894Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-21T21:30:37.894Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:37.894Z] 1.3.1-dev.5 [2020-11-21T21:30:37.894Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:37.894Z] master [2020-11-21T21:30:37.894Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:38.395Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:38.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:38.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T21:30:38.717Z] bb5d1fba8f4b: Preparing [2020-11-21T21:30:38.717Z] edef86fb9794: Preparing [2020-11-21T21:30:38.717Z] 19aaeaae2fc5: Preparing [2020-11-21T21:30:38.717Z] 4bb860299f03: Preparing [2020-11-21T21:30:38.717Z] 70d6f8e7a056: Preparing [2020-11-21T21:30:38.717Z] 2c5428947e5e: Preparing [2020-11-21T21:30:38.717Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:38.717Z] 2c5428947e5e: Waiting [2020-11-21T21:30:38.717Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:38.889Z] ---> Running in a57202c0a411 [2020-11-21T21:30:38.979Z] 70d6f8e7a056: Pushed [2020-11-21T21:30:38.979Z] edef86fb9794: Pushed [2020-11-21T21:30:38.979Z] 19aaeaae2fc5: Pushed [2020-11-21T21:30:38.979Z] bb5d1fba8f4b: Pushed [2020-11-21T21:30:38.979Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:39.563Z] 2c5428947e5e: Pushed [2020-11-21T21:30:39.563Z] 4bb860299f03: Pushed [2020-11-21T21:30:39.825Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:40.146Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:40.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:30:40.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.5 [2020-11-21T21:30:40.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T21:30:40.469Z] bb5d1fba8f4b: Preparing [2020-11-21T21:30:40.469Z] edef86fb9794: Preparing [2020-11-21T21:30:40.469Z] 19aaeaae2fc5: Preparing [2020-11-21T21:30:40.469Z] 4bb860299f03: Preparing [2020-11-21T21:30:40.469Z] 70d6f8e7a056: Preparing [2020-11-21T21:30:40.469Z] 2c5428947e5e: Preparing [2020-11-21T21:30:40.469Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:40.469Z] 2c5428947e5e: Waiting [2020-11-21T21:30:40.469Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:40.469Z] 19aaeaae2fc5: Layer already exists [2020-11-21T21:30:40.469Z] edef86fb9794: Layer already exists [2020-11-21T21:30:40.469Z] bb5d1fba8f4b: Layer already exists [2020-11-21T21:30:40.469Z] 4bb860299f03: Layer already exists [2020-11-21T21:30:40.469Z] 70d6f8e7a056: Layer already exists [2020-11-21T21:30:40.469Z] 2c5428947e5e: Layer already exists [2020-11-21T21:30:40.469Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:40.469Z] 1.3.1-dev.5: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:40.805Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:41.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:41.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T21:30:41.116Z] bb5d1fba8f4b: Preparing [2020-11-21T21:30:41.116Z] edef86fb9794: Preparing [2020-11-21T21:30:41.116Z] 19aaeaae2fc5: Preparing [2020-11-21T21:30:41.116Z] 4bb860299f03: Preparing [2020-11-21T21:30:41.116Z] 70d6f8e7a056: Preparing [2020-11-21T21:30:41.116Z] 2c5428947e5e: Preparing [2020-11-21T21:30:41.116Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:41.116Z] 2c5428947e5e: Waiting [2020-11-21T21:30:41.116Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:41.116Z] 19aaeaae2fc5: Layer already exists [2020-11-21T21:30:41.116Z] 70d6f8e7a056: Layer already exists [2020-11-21T21:30:41.116Z] bb5d1fba8f4b: Layer already exists [2020-11-21T21:30:41.116Z] edef86fb9794: Layer already exists [2020-11-21T21:30:41.116Z] 4bb860299f03: Layer already exists [2020-11-21T21:30:41.116Z] 2c5428947e5e: Layer already exists [2020-11-21T21:30:41.116Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:41.116Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:41.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:30:41.435Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:41.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-21T21:30:41.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-21T21:30:41.744Z] bb5d1fba8f4b: Preparing [2020-11-21T21:30:41.744Z] edef86fb9794: Preparing [2020-11-21T21:30:41.744Z] 19aaeaae2fc5: Preparing [2020-11-21T21:30:41.744Z] 4bb860299f03: Preparing [2020-11-21T21:30:41.744Z] 70d6f8e7a056: Preparing [2020-11-21T21:30:41.744Z] 2c5428947e5e: Preparing [2020-11-21T21:30:41.744Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:41.744Z] 2c5428947e5e: Waiting [2020-11-21T21:30:41.744Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:41.744Z] bb5d1fba8f4b: Layer already exists [2020-11-21T21:30:41.744Z] 19aaeaae2fc5: Layer already exists [2020-11-21T21:30:41.744Z] 70d6f8e7a056: Layer already exists [2020-11-21T21:30:41.744Z] 4bb860299f03: Layer already exists [2020-11-21T21:30:41.744Z] edef86fb9794: Layer already exists [2020-11-21T21:30:41.744Z] 2c5428947e5e: Layer already exists [2020-11-21T21:30:41.744Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:41.744Z] master: digest: sha256:26b0834481d1b3b213de6824277d114e5b7b405fd7b0abd763c16e4c47403931 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:30:41.986Z] ===================================================== [Pipeline] echo [2020-11-21T21:30:42.135Z] taggedImages: [2020-11-21T21:30:42.135Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:42.135Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.5 [2020-11-21T21:30:42.135Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:42.135Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-21T21:30:42.215Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-21T21:30:42.215Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:42.215Z] 1.3.1-dev.5 [2020-11-21T21:30:42.215Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:42.215Z] master [2020-11-21T21:30:42.215Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:42.779Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:30:42.779Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:30:42.779Z] OK: 12625 distinct packages available [2020-11-21T21:30:42.783Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:43.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:43.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T21:30:43.089Z] 46b2727995b5: Preparing [2020-11-21T21:30:43.089Z] f139813164c2: Preparing [2020-11-21T21:30:43.089Z] 61a22d9236fd: Preparing [2020-11-21T21:30:43.089Z] db262d90a7d9: Preparing [2020-11-21T21:30:43.089Z] ace0eda3e3be: Preparing [2020-11-21T21:30:43.089Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:43.089Z] f139813164c2: Pushed [2020-11-21T21:30:43.353Z] 61a22d9236fd: Pushed [2020-11-21T21:30:43.376Z] OK: 217 MiB in 51 packages [2020-11-21T21:30:43.617Z] db262d90a7d9: Pushed [2020-11-21T21:30:44.197Z] 46b2727995b5: Pushed [2020-11-21T21:30:44.463Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:44.778Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:45.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.5 [2020-11-21T21:30:45.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T21:30:45.090Z] 46b2727995b5: Preparing [2020-11-21T21:30:45.090Z] f139813164c2: Preparing [2020-11-21T21:30:45.090Z] 61a22d9236fd: Preparing [2020-11-21T21:30:45.090Z] db262d90a7d9: Preparing [2020-11-21T21:30:45.090Z] ace0eda3e3be: Preparing [2020-11-21T21:30:45.090Z] db262d90a7d9: Layer already exists [2020-11-21T21:30:45.090Z] f139813164c2: Layer already exists [2020-11-21T21:30:45.090Z] 61a22d9236fd: Layer already exists [2020-11-21T21:30:45.090Z] 46b2727995b5: Layer already exists [2020-11-21T21:30:45.090Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:45.090Z] 1.3.1-dev.5: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:45.403Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:45.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:45.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T21:30:45.746Z] 46b2727995b5: Preparing [2020-11-21T21:30:45.746Z] f139813164c2: Preparing [2020-11-21T21:30:45.746Z] 61a22d9236fd: Preparing [2020-11-21T21:30:45.746Z] db262d90a7d9: Preparing [2020-11-21T21:30:45.746Z] ace0eda3e3be: Preparing [2020-11-21T21:30:45.746Z] 61a22d9236fd: Layer already exists [2020-11-21T21:30:45.746Z] 46b2727995b5: Layer already exists [2020-11-21T21:30:45.746Z] db262d90a7d9: Layer already exists [2020-11-21T21:30:45.746Z] f139813164c2: Layer already exists [2020-11-21T21:30:45.746Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:45.746Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:46.146Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:46.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-21T21:30:46.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-21T21:30:46.454Z] 46b2727995b5: Preparing [2020-11-21T21:30:46.454Z] f139813164c2: Preparing [2020-11-21T21:30:46.454Z] 61a22d9236fd: Preparing [2020-11-21T21:30:46.454Z] db262d90a7d9: Preparing [2020-11-21T21:30:46.454Z] ace0eda3e3be: Preparing [2020-11-21T21:30:46.454Z] 46b2727995b5: Layer already exists [2020-11-21T21:30:46.454Z] f139813164c2: Layer already exists [2020-11-21T21:30:46.454Z] 61a22d9236fd: Layer already exists [2020-11-21T21:30:46.454Z] db262d90a7d9: Layer already exists [2020-11-21T21:30:46.454Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:46.454Z] master: digest: sha256:3aebd41d44a979513c9a10b359f8b76fc961b39a45e30c4252cdbdb7d4692d50 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:30:46.657Z] ===================================================== [Pipeline] echo [2020-11-21T21:30:46.722Z] taggedImages: [2020-11-21T21:30:46.723Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:46.723Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.5 [2020-11-21T21:30:46.723Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:46.723Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-21T21:30:46.764Z] Removing intermediate container a57202c0a411 [2020-11-21T21:30:46.764Z] ---> 47997fcfb299 [2020-11-21T21:30:46.764Z] Step 6/27 : COPY go.mod . [2020-11-21T21:30:46.764Z] ---> 348eb3903aa7 [2020-11-21T21:30:46.764Z] Step 7/27 : RUN go mod download [Pipeline] echo [2020-11-21T21:30:46.799Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-21T21:30:46.799Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:46.799Z] 1.3.1-dev.5 [2020-11-21T21:30:46.799Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:46.799Z] master [2020-11-21T21:30:46.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:47.038Z] ---> Running in f725afee722a [2020-11-21T21:30:47.324Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:47.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:47.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T21:30:47.643Z] 631c25a43744: Preparing [2020-11-21T21:30:47.643Z] d3bb1721a105: Preparing [2020-11-21T21:30:47.643Z] 1cb56ac670ae: Preparing [2020-11-21T21:30:47.643Z] 631dbfb73c10: Preparing [2020-11-21T21:30:47.643Z] 631dbfb73c10: Preparing [2020-11-21T21:30:47.643Z] c212e43f677e: Preparing [2020-11-21T21:30:47.643Z] 74bebb50e61e: Preparing [2020-11-21T21:30:47.643Z] 2bf7f55f3688: Preparing [2020-11-21T21:30:47.643Z] 631c25a43744: Preparing [2020-11-21T21:30:47.643Z] a019e09e4d46: Preparing [2020-11-21T21:30:47.643Z] cd960a6d777c: Preparing [2020-11-21T21:30:47.643Z] ef47cbd23dbe: Preparing [2020-11-21T21:30:47.643Z] ace0eda3e3be: Preparing [2020-11-21T21:30:47.643Z] 74bebb50e61e: Waiting [2020-11-21T21:30:47.643Z] 2bf7f55f3688: Waiting [2020-11-21T21:30:47.643Z] a019e09e4d46: Waiting [2020-11-21T21:30:47.643Z] cd960a6d777c: Waiting [2020-11-21T21:30:47.643Z] ef47cbd23dbe: Waiting [2020-11-21T21:30:47.643Z] ace0eda3e3be: Waiting [2020-11-21T21:30:47.911Z] 1cb56ac670ae: Pushed [2020-11-21T21:30:47.911Z] 631dbfb73c10: Pushed [2020-11-21T21:30:47.911Z] c212e43f677e: Pushed [2020-11-21T21:30:47.911Z] d3bb1721a105: Pushed [2020-11-21T21:30:47.911Z] a019e09e4d46: Pushed [2020-11-21T21:30:48.182Z] cd960a6d777c: Pushed [2020-11-21T21:30:48.182Z] 74bebb50e61e: Pushed [2020-11-21T21:30:48.182Z] 2bf7f55f3688: Pushed [2020-11-21T21:30:48.182Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:48.182Z] ef47cbd23dbe: Pushed [2020-11-21T21:30:48.760Z] 631c25a43744: Pushed [2020-11-21T21:30:48.760Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:49.110Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:49.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.5 [2020-11-21T21:30:49.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T21:30:49.408Z] 631c25a43744: Preparing [2020-11-21T21:30:49.408Z] d3bb1721a105: Preparing [2020-11-21T21:30:49.408Z] 1cb56ac670ae: Preparing [2020-11-21T21:30:49.408Z] 631dbfb73c10: Preparing [2020-11-21T21:30:49.408Z] 631dbfb73c10: Preparing [2020-11-21T21:30:49.408Z] c212e43f677e: Preparing [2020-11-21T21:30:49.408Z] 74bebb50e61e: Preparing [2020-11-21T21:30:49.408Z] 2bf7f55f3688: Preparing [2020-11-21T21:30:49.408Z] 631c25a43744: Preparing [2020-11-21T21:30:49.408Z] a019e09e4d46: Preparing [2020-11-21T21:30:49.408Z] cd960a6d777c: Preparing [2020-11-21T21:30:49.408Z] ef47cbd23dbe: Preparing [2020-11-21T21:30:49.408Z] ace0eda3e3be: Preparing [2020-11-21T21:30:49.408Z] 74bebb50e61e: Waiting [2020-11-21T21:30:49.408Z] 2bf7f55f3688: Waiting [2020-11-21T21:30:49.408Z] a019e09e4d46: Waiting [2020-11-21T21:30:49.408Z] cd960a6d777c: Waiting [2020-11-21T21:30:49.408Z] ef47cbd23dbe: Waiting [2020-11-21T21:30:49.408Z] ace0eda3e3be: Waiting [2020-11-21T21:30:49.408Z] 631c25a43744: Layer already exists [2020-11-21T21:30:49.408Z] 631dbfb73c10: Layer already exists [2020-11-21T21:30:49.408Z] d3bb1721a105: Layer already exists [2020-11-21T21:30:49.408Z] 1cb56ac670ae: Layer already exists [2020-11-21T21:30:49.408Z] c212e43f677e: Layer already exists [2020-11-21T21:30:49.408Z] 74bebb50e61e: Layer already exists [2020-11-21T21:30:49.408Z] 2bf7f55f3688: Layer already exists [2020-11-21T21:30:49.408Z] a019e09e4d46: Layer already exists [2020-11-21T21:30:49.408Z] ef47cbd23dbe: Layer already exists [2020-11-21T21:30:49.408Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:49.408Z] cd960a6d777c: Layer already exists [2020-11-21T21:30:49.408Z] 1.3.1-dev.5: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:49.726Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:50.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:50.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T21:30:50.040Z] 631c25a43744: Preparing [2020-11-21T21:30:50.040Z] d3bb1721a105: Preparing [2020-11-21T21:30:50.040Z] 1cb56ac670ae: Preparing [2020-11-21T21:30:50.040Z] 631dbfb73c10: Preparing [2020-11-21T21:30:50.040Z] 631dbfb73c10: Preparing [2020-11-21T21:30:50.040Z] c212e43f677e: Preparing [2020-11-21T21:30:50.040Z] 74bebb50e61e: Preparing [2020-11-21T21:30:50.040Z] 2bf7f55f3688: Preparing [2020-11-21T21:30:50.040Z] 631c25a43744: Preparing [2020-11-21T21:30:50.040Z] a019e09e4d46: Preparing [2020-11-21T21:30:50.040Z] cd960a6d777c: Preparing [2020-11-21T21:30:50.040Z] ef47cbd23dbe: Preparing [2020-11-21T21:30:50.040Z] ace0eda3e3be: Preparing [2020-11-21T21:30:50.040Z] 74bebb50e61e: Waiting [2020-11-21T21:30:50.040Z] 2bf7f55f3688: Waiting [2020-11-21T21:30:50.040Z] a019e09e4d46: Waiting [2020-11-21T21:30:50.040Z] cd960a6d777c: Waiting [2020-11-21T21:30:50.040Z] ef47cbd23dbe: Waiting [2020-11-21T21:30:50.040Z] ace0eda3e3be: Waiting [2020-11-21T21:30:50.040Z] 631dbfb73c10: Layer already exists [2020-11-21T21:30:50.040Z] c212e43f677e: Layer already exists [2020-11-21T21:30:50.040Z] 631c25a43744: Layer already exists [2020-11-21T21:30:50.040Z] d3bb1721a105: Layer already exists [2020-11-21T21:30:50.040Z] 1cb56ac670ae: Layer already exists [2020-11-21T21:30:50.040Z] 2bf7f55f3688: Layer already exists [2020-11-21T21:30:50.040Z] 74bebb50e61e: Layer already exists [2020-11-21T21:30:50.040Z] a019e09e4d46: Layer already exists [2020-11-21T21:30:50.040Z] cd960a6d777c: Layer already exists [2020-11-21T21:30:50.040Z] ef47cbd23dbe: Layer already exists [2020-11-21T21:30:50.040Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:50.040Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:50.356Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:50.460Z] Removing intermediate container f725afee722a [2020-11-21T21:30:50.461Z] ---> 75fcaff76fce [2020-11-21T21:30:50.461Z] Step 8/27 : COPY . . [2020-11-21T21:30:50.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-21T21:30:50.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-21T21:30:50.668Z] 631c25a43744: Preparing [2020-11-21T21:30:50.668Z] d3bb1721a105: Preparing [2020-11-21T21:30:50.668Z] 1cb56ac670ae: Preparing [2020-11-21T21:30:50.668Z] 631dbfb73c10: Preparing [2020-11-21T21:30:50.668Z] 631dbfb73c10: Preparing [2020-11-21T21:30:50.668Z] c212e43f677e: Preparing [2020-11-21T21:30:50.668Z] 74bebb50e61e: Preparing [2020-11-21T21:30:50.668Z] 2bf7f55f3688: Preparing [2020-11-21T21:30:50.668Z] 631c25a43744: Preparing [2020-11-21T21:30:50.668Z] a019e09e4d46: Preparing [2020-11-21T21:30:50.668Z] cd960a6d777c: Preparing [2020-11-21T21:30:50.668Z] ef47cbd23dbe: Preparing [2020-11-21T21:30:50.668Z] ace0eda3e3be: Preparing [2020-11-21T21:30:50.668Z] 74bebb50e61e: Waiting [2020-11-21T21:30:50.668Z] 2bf7f55f3688: Waiting [2020-11-21T21:30:50.668Z] ef47cbd23dbe: Waiting [2020-11-21T21:30:50.668Z] ace0eda3e3be: Waiting [2020-11-21T21:30:50.668Z] a019e09e4d46: Waiting [2020-11-21T21:30:50.668Z] cd960a6d777c: Waiting [2020-11-21T21:30:50.668Z] c212e43f677e: Layer already exists [2020-11-21T21:30:50.668Z] 1cb56ac670ae: Layer already exists [2020-11-21T21:30:50.668Z] d3bb1721a105: Layer already exists [2020-11-21T21:30:50.668Z] 631c25a43744: Layer already exists [2020-11-21T21:30:50.668Z] 631dbfb73c10: Layer already exists [2020-11-21T21:30:50.668Z] 74bebb50e61e: Layer already exists [2020-11-21T21:30:50.668Z] a019e09e4d46: Layer already exists [2020-11-21T21:30:50.668Z] 2bf7f55f3688: Layer already exists [2020-11-21T21:30:50.668Z] cd960a6d777c: Layer already exists [2020-11-21T21:30:50.668Z] ef47cbd23dbe: Layer already exists [2020-11-21T21:30:50.668Z] ace0eda3e3be: Layer already exists [2020-11-21T21:30:50.668Z] master: digest: sha256:3882f6a905117425e976c8aa865da2d3a841a6c5742beece668ab69997a7dba0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:30:50.964Z] ===================================================== [Pipeline] echo [2020-11-21T21:30:51.014Z] taggedImages: [2020-11-21T21:30:51.014Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:51.014Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.5 [2020-11-21T21:30:51.014Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:51.014Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-11-21T21:30:51.077Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-21T21:30:51.077Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:51.077Z] 1.3.1-dev.5 [2020-11-21T21:30:51.077Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:51.077Z] master [2020-11-21T21:30:51.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:51.559Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:51.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:51.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T21:30:51.874Z] 634c501ba15c: Preparing [2020-11-21T21:30:51.874Z] 3ad47d0fbd23: Preparing [2020-11-21T21:30:51.874Z] 2023290504c3: Preparing [2020-11-21T21:30:51.874Z] 0725e6df0fb6: Preparing [2020-11-21T21:30:51.874Z] 55fb71c7e60d: Preparing [2020-11-21T21:30:51.874Z] 67906eb2d3fc: Preparing [2020-11-21T21:30:51.874Z] 07ed146f932d: Preparing [2020-11-21T21:30:51.874Z] 2c5428947e5e: Preparing [2020-11-21T21:30:51.874Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:51.874Z] 67906eb2d3fc: Waiting [2020-11-21T21:30:51.874Z] 07ed146f932d: Waiting [2020-11-21T21:30:51.874Z] 2c5428947e5e: Waiting [2020-11-21T21:30:51.874Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:52.139Z] 55fb71c7e60d: Pushed [2020-11-21T21:30:52.139Z] 634c501ba15c: Pushed [2020-11-21T21:30:52.139Z] 3ad47d0fbd23: Pushed [2020-11-21T21:30:52.139Z] 2c5428947e5e: Layer already exists [2020-11-21T21:30:52.139Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:52.139Z] 67906eb2d3fc: Pushed [2020-11-21T21:30:52.139Z] 07ed146f932d: Pushed [2020-11-21T21:30:52.719Z] 0725e6df0fb6: Pushed [2020-11-21T21:30:52.981Z] 2023290504c3: Pushed [2020-11-21T21:30:52.981Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:53.295Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:53.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.5 [2020-11-21T21:30:53.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T21:30:53.608Z] 634c501ba15c: Preparing [2020-11-21T21:30:53.608Z] 3ad47d0fbd23: Preparing [2020-11-21T21:30:53.608Z] 2023290504c3: Preparing [2020-11-21T21:30:53.608Z] 0725e6df0fb6: Preparing [2020-11-21T21:30:53.608Z] 55fb71c7e60d: Preparing [2020-11-21T21:30:53.609Z] 67906eb2d3fc: Preparing [2020-11-21T21:30:53.609Z] 07ed146f932d: Preparing [2020-11-21T21:30:53.609Z] 2c5428947e5e: Preparing [2020-11-21T21:30:53.609Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:53.609Z] 07ed146f932d: Waiting [2020-11-21T21:30:53.609Z] 2c5428947e5e: Waiting [2020-11-21T21:30:53.609Z] 67906eb2d3fc: Waiting [2020-11-21T21:30:53.609Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:53.609Z] 55fb71c7e60d: Layer already exists [2020-11-21T21:30:53.609Z] 0725e6df0fb6: Layer already exists [2020-11-21T21:30:53.609Z] 2023290504c3: Layer already exists [2020-11-21T21:30:53.609Z] 3ad47d0fbd23: Layer already exists [2020-11-21T21:30:53.609Z] 634c501ba15c: Layer already exists [2020-11-21T21:30:53.609Z] 67906eb2d3fc: Layer already exists [2020-11-21T21:30:53.609Z] 07ed146f932d: Layer already exists [2020-11-21T21:30:53.609Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:53.609Z] 2c5428947e5e: Layer already exists [2020-11-21T21:30:53.609Z] 1.3.1-dev.5: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:53.923Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:54.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:54.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T21:30:54.239Z] 634c501ba15c: Preparing [2020-11-21T21:30:54.239Z] 3ad47d0fbd23: Preparing [2020-11-21T21:30:54.239Z] 2023290504c3: Preparing [2020-11-21T21:30:54.239Z] 0725e6df0fb6: Preparing [2020-11-21T21:30:54.239Z] 55fb71c7e60d: Preparing [2020-11-21T21:30:54.239Z] 67906eb2d3fc: Preparing [2020-11-21T21:30:54.239Z] 07ed146f932d: Preparing [2020-11-21T21:30:54.239Z] 2c5428947e5e: Preparing [2020-11-21T21:30:54.239Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:54.239Z] 07ed146f932d: Waiting [2020-11-21T21:30:54.239Z] 67906eb2d3fc: Waiting [2020-11-21T21:30:54.239Z] 2c5428947e5e: Waiting [2020-11-21T21:30:54.239Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:54.239Z] 0725e6df0fb6: Layer already exists [2020-11-21T21:30:54.239Z] 2023290504c3: Layer already exists [2020-11-21T21:30:54.239Z] 3ad47d0fbd23: Layer already exists [2020-11-21T21:30:54.239Z] 634c501ba15c: Layer already exists [2020-11-21T21:30:54.239Z] 55fb71c7e60d: Layer already exists [2020-11-21T21:30:54.239Z] 2c5428947e5e: Layer already exists [2020-11-21T21:30:54.239Z] 67906eb2d3fc: Layer already exists [2020-11-21T21:30:54.239Z] 07ed146f932d: Layer already exists [2020-11-21T21:30:54.239Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:54.239Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:54.557Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:54.819Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:30:54.819Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:30:54.819Z] ---> 0a8a0cd6db69 [2020-11-21T21:30:54.819Z] Step 3/22 : WORKDIR /edgex-go [2020-11-21T21:30:54.819Z] ---> Using cache [2020-11-21T21:30:54.819Z] ---> ec0db0c63e8e [2020-11-21T21:30:54.819Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:30:54.819Z] ---> Using cache [2020-11-21T21:30:54.819Z] ---> 69bce252d37c [2020-11-21T21:30:54.819Z] Step 5/22 : RUN apk update && apk add make git [2020-11-21T21:30:54.819Z] ---> Using cache [2020-11-21T21:30:54.819Z] ---> aba1ff05c052 [2020-11-21T21:30:54.819Z] Step 6/22 : COPY go.mod . [2020-11-21T21:30:54.819Z] ---> Using cache [2020-11-21T21:30:54.819Z] ---> 039773279077 [2020-11-21T21:30:54.819Z] Step 7/22 : RUN go mod download [2020-11-21T21:30:54.819Z] ---> Using cache [2020-11-21T21:30:54.819Z] ---> c6c60b31e990 [2020-11-21T21:30:54.819Z] Step 8/22 : COPY . . [2020-11-21T21:30:54.819Z] ---> Using cache [2020-11-21T21:30:54.819Z] ---> a027b908a50b [2020-11-21T21:30:54.819Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-21T21:30:54.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-21T21:30:54.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-21T21:30:54.914Z] 634c501ba15c: Preparing [2020-11-21T21:30:54.914Z] 3ad47d0fbd23: Preparing [2020-11-21T21:30:54.914Z] 2023290504c3: Preparing [2020-11-21T21:30:54.914Z] 0725e6df0fb6: Preparing [2020-11-21T21:30:54.914Z] 55fb71c7e60d: Preparing [2020-11-21T21:30:54.914Z] 67906eb2d3fc: Preparing [2020-11-21T21:30:54.914Z] 07ed146f932d: Preparing [2020-11-21T21:30:54.914Z] 2c5428947e5e: Preparing [2020-11-21T21:30:54.914Z] 1b3ee35aacca: Preparing [2020-11-21T21:30:54.914Z] 07ed146f932d: Waiting [2020-11-21T21:30:54.914Z] 2c5428947e5e: Waiting [2020-11-21T21:30:54.914Z] 67906eb2d3fc: Waiting [2020-11-21T21:30:54.914Z] 1b3ee35aacca: Waiting [2020-11-21T21:30:54.914Z] 2023290504c3: Layer already exists [2020-11-21T21:30:54.914Z] 0725e6df0fb6: Layer already exists [2020-11-21T21:30:54.914Z] 3ad47d0fbd23: Layer already exists [2020-11-21T21:30:54.914Z] 634c501ba15c: Layer already exists [2020-11-21T21:30:54.914Z] 55fb71c7e60d: Layer already exists [2020-11-21T21:30:54.914Z] 07ed146f932d: Layer already exists [2020-11-21T21:30:54.914Z] 67906eb2d3fc: Layer already exists [2020-11-21T21:30:54.914Z] 2c5428947e5e: Layer already exists [2020-11-21T21:30:54.914Z] 1b3ee35aacca: Layer already exists [2020-11-21T21:30:54.914Z] master: digest: sha256:6b71201d43dff309f6027b719b2230aa4dba5c7f1f73692905f9ec4f7e47aafc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:30:55.116Z] ===================================================== [Pipeline] echo [2020-11-21T21:30:55.162Z] taggedImages: [2020-11-21T21:30:55.162Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:55.162Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.5 [2020-11-21T21:30:55.162Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:55.163Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-21T21:30:55.254Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-21T21:30:55.254Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:55.254Z] 1.3.1-dev.5 [2020-11-21T21:30:55.254Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:55.255Z] master [2020-11-21T21:30:55.255Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:55.789Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:56.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:56.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T21:30:56.100Z] 92791e844ec8: Preparing [2020-11-21T21:30:56.100Z] 1f164ddb0877: Preparing [2020-11-21T21:30:56.100Z] bb8c82d207d3: Preparing [2020-11-21T21:30:56.100Z] b749b565de08: Preparing [2020-11-21T21:30:56.362Z] bb8c82d207d3: Pushed [2020-11-21T21:30:56.362Z] 92791e844ec8: Pushed [2020-11-21T21:30:56.362Z] b749b565de08: Pushed [2020-11-21T21:30:57.310Z] 1f164ddb0877: Pushed [2020-11-21T21:30:57.310Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:57.622Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:57.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.5 [2020-11-21T21:30:57.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T21:30:57.946Z] 92791e844ec8: Preparing [2020-11-21T21:30:57.946Z] 1f164ddb0877: Preparing [2020-11-21T21:30:57.946Z] bb8c82d207d3: Preparing [2020-11-21T21:30:57.946Z] b749b565de08: Preparing [2020-11-21T21:30:57.946Z] 1f164ddb0877: Layer already exists [2020-11-21T21:30:57.946Z] 92791e844ec8: Layer already exists [2020-11-21T21:30:57.946Z] bb8c82d207d3: Layer already exists [2020-11-21T21:30:57.946Z] b749b565de08: Layer already exists [2020-11-21T21:30:57.946Z] 1.3.1-dev.5: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:58.293Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:58.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:58.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T21:30:58.630Z] 92791e844ec8: Preparing [2020-11-21T21:30:58.630Z] 1f164ddb0877: Preparing [2020-11-21T21:30:58.630Z] bb8c82d207d3: Preparing [2020-11-21T21:30:58.630Z] b749b565de08: Preparing [2020-11-21T21:30:58.630Z] b749b565de08: Layer already exists [2020-11-21T21:30:58.630Z] 1f164ddb0877: Layer already exists [2020-11-21T21:30:58.630Z] bb8c82d207d3: Layer already exists [2020-11-21T21:30:58.630Z] 92791e844ec8: Layer already exists [2020-11-21T21:30:58.631Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:59.011Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:30:59.199Z] ---> Running in e468e241b3ca [2020-11-21T21:30:59.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-21T21:30:59.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-21T21:30:59.340Z] 92791e844ec8: Preparing [2020-11-21T21:30:59.340Z] 1f164ddb0877: Preparing [2020-11-21T21:30:59.340Z] bb8c82d207d3: Preparing [2020-11-21T21:30:59.340Z] b749b565de08: Preparing [2020-11-21T21:30:59.340Z] 1f164ddb0877: Layer already exists [2020-11-21T21:30:59.340Z] 92791e844ec8: Layer already exists [2020-11-21T21:30:59.340Z] bb8c82d207d3: Layer already exists [2020-11-21T21:30:59.340Z] b749b565de08: Layer already exists [2020-11-21T21:30:59.340Z] master: digest: sha256:936d433109fad6c5f778faaacb6adb8059ada5e6624e125b924e59227a336442 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:30:59.536Z] ===================================================== [Pipeline] echo [2020-11-21T21:30:59.580Z] taggedImages: [2020-11-21T21:30:59.580Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:59.580Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.5 [2020-11-21T21:30:59.580Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:59.580Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-21T21:30:59.643Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-21T21:30:59.643Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:30:59.643Z] 1.3.1-dev.5 [2020-11-21T21:30:59.643Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:30:59.643Z] master [2020-11-21T21:30:59.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:00.135Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:00.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:00.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T21:31:00.444Z] 0440570629be: Preparing [2020-11-21T21:31:00.444Z] 9e9c8d23d6d9: Preparing [2020-11-21T21:31:00.444Z] 58382f204cd2: Preparing [2020-11-21T21:31:00.444Z] 0998c3f0ba74: Preparing [2020-11-21T21:31:00.444Z] b8d3bc4ac65e: Preparing [2020-11-21T21:31:00.444Z] db4a77e3c585: Preparing [2020-11-21T21:31:00.444Z] db4a77e3c585: Waiting [2020-11-21T21:31:00.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-21T21:31:00.714Z] 0440570629be: Pushed [2020-11-21T21:31:00.714Z] b8d3bc4ac65e: Pushed [2020-11-21T21:31:00.714Z] 58382f204cd2: Pushed [2020-11-21T21:31:00.714Z] 0998c3f0ba74: Pushed [2020-11-21T21:31:00.988Z] db4a77e3c585: Pushed [2020-11-21T21:31:01.341Z] ---> efed14645f73 [2020-11-21T21:31:01.341Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-21T21:31:01.341Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:31:01.341Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:31:01.341Z] ---> 0a8a0cd6db69 [2020-11-21T21:31:01.341Z] Step 3/21 : WORKDIR /edgex-go [2020-11-21T21:31:01.341Z] ---> Using cache [2020-11-21T21:31:01.341Z] ---> ec0db0c63e8e [2020-11-21T21:31:01.341Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:31:01.341Z] ---> Using cache [2020-11-21T21:31:01.341Z] ---> 69bce252d37c [2020-11-21T21:31:01.341Z] Step 5/21 : RUN apk update && apk add make git [2020-11-21T21:31:01.341Z] ---> Using cache [2020-11-21T21:31:01.341Z] ---> aba1ff05c052 [2020-11-21T21:31:01.341Z] Step 6/21 : COPY go.mod . [2020-11-21T21:31:01.341Z] ---> Using cache [2020-11-21T21:31:01.341Z] ---> 039773279077 [2020-11-21T21:31:01.341Z] Step 7/21 : RUN go mod download [2020-11-21T21:31:01.341Z] ---> Using cache [2020-11-21T21:31:01.341Z] ---> c6c60b31e990 [2020-11-21T21:31:01.341Z] Step 8/21 : COPY . . [2020-11-21T21:31:01.566Z] 9e9c8d23d6d9: Pushed [2020-11-21T21:31:01.637Z] ---> Using cache [2020-11-21T21:31:01.637Z] ---> a027b908a50b [2020-11-21T21:31:01.637Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-21T21:31:01.637Z] ---> Running in 9304b8fc00b2 [2020-11-21T21:31:01.835Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:01.940Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:31:01.940Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:31:01.940Z] ---> 0a8a0cd6db69 [2020-11-21T21:31:01.940Z] Step 3/23 : WORKDIR /edgex-go [2020-11-21T21:31:01.940Z] ---> Using cache [2020-11-21T21:31:01.940Z] ---> ec0db0c63e8e [2020-11-21T21:31:01.940Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:31:01.940Z] ---> Using cache [2020-11-21T21:31:01.940Z] ---> 69bce252d37c [2020-11-21T21:31:01.940Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-21T21:31:01.940Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:31:01.940Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-21T21:31:01.940Z] ---> 0a8a0cd6db69 [2020-11-21T21:31:01.940Z] Step 3/24 : WORKDIR /edgex-go [2020-11-21T21:31:01.940Z] ---> Using cache [2020-11-21T21:31:01.940Z] ---> ec0db0c63e8e [2020-11-21T21:31:01.940Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:31:01.940Z] ---> Using cache [2020-11-21T21:31:01.940Z] ---> 69bce252d37c [2020-11-21T21:31:01.941Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-21T21:31:01.941Z] ---> Running in 2cf824de5532 [2020-11-21T21:31:02.185Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:02.221Z] ---> Running in 7ccd4304f7d7 [2020-11-21T21:31:02.222Z] ---> Running in cb99eca19e84 [2020-11-21T21:31:02.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.5 [2020-11-21T21:31:02.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T21:31:02.509Z] 0440570629be: Preparing [2020-11-21T21:31:02.509Z] 9e9c8d23d6d9: Preparing [2020-11-21T21:31:02.509Z] 58382f204cd2: Preparing [2020-11-21T21:31:02.509Z] 0998c3f0ba74: Preparing [2020-11-21T21:31:02.509Z] b8d3bc4ac65e: Preparing [2020-11-21T21:31:02.509Z] db4a77e3c585: Preparing [2020-11-21T21:31:02.509Z] db4a77e3c585: Waiting [2020-11-21T21:31:02.509Z] 0440570629be: Layer already exists [2020-11-21T21:31:02.509Z] b8d3bc4ac65e: Layer already exists [2020-11-21T21:31:02.509Z] 0998c3f0ba74: Layer already exists [2020-11-21T21:31:02.509Z] 9e9c8d23d6d9: Layer already exists [2020-11-21T21:31:02.509Z] 58382f204cd2: Layer already exists [2020-11-21T21:31:02.509Z] db4a77e3c585: Layer already exists [2020-11-21T21:31:02.783Z] 1.3.1-dev.5: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:03.117Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:04.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:04.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T21:31:04.220Z] 0440570629be: Preparing [2020-11-21T21:31:04.220Z] 9e9c8d23d6d9: Preparing [2020-11-21T21:31:04.220Z] 58382f204cd2: Preparing [2020-11-21T21:31:04.220Z] 0998c3f0ba74: Preparing [2020-11-21T21:31:04.220Z] b8d3bc4ac65e: Preparing [2020-11-21T21:31:04.220Z] db4a77e3c585: Preparing [2020-11-21T21:31:04.220Z] db4a77e3c585: Waiting [2020-11-21T21:31:04.220Z] 0440570629be: Layer already exists [2020-11-21T21:31:04.220Z] 58382f204cd2: Layer already exists [2020-11-21T21:31:04.220Z] b8d3bc4ac65e: Layer already exists [2020-11-21T21:31:04.220Z] 0998c3f0ba74: Layer already exists [2020-11-21T21:31:04.220Z] 9e9c8d23d6d9: Layer already exists [2020-11-21T21:31:04.220Z] db4a77e3c585: Layer already exists [2020-11-21T21:31:04.220Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:04.543Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:04.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-21T21:31:04.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-21T21:31:04.864Z] 0440570629be: Preparing [2020-11-21T21:31:04.864Z] 9e9c8d23d6d9: Preparing [2020-11-21T21:31:04.864Z] 58382f204cd2: Preparing [2020-11-21T21:31:04.864Z] 0998c3f0ba74: Preparing [2020-11-21T21:31:04.864Z] b8d3bc4ac65e: Preparing [2020-11-21T21:31:04.864Z] db4a77e3c585: Preparing [2020-11-21T21:31:04.864Z] db4a77e3c585: Waiting [2020-11-21T21:31:04.864Z] 0998c3f0ba74: Layer already exists [2020-11-21T21:31:04.864Z] 0440570629be: Layer already exists [2020-11-21T21:31:04.864Z] 58382f204cd2: Layer already exists [2020-11-21T21:31:04.864Z] 9e9c8d23d6d9: Layer already exists [2020-11-21T21:31:04.864Z] b8d3bc4ac65e: Layer already exists [2020-11-21T21:31:04.864Z] db4a77e3c585: Layer already exists [2020-11-21T21:31:04.864Z] master: digest: sha256:d6f81cf7f213186c208f530017e07ab7743048d9d28638226653cffbffbc75e2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:31:05.055Z] ===================================================== [Pipeline] echo [2020-11-21T21:31:05.099Z] taggedImages: [2020-11-21T21:31:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.5 [2020-11-21T21:31:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-21T21:31:05.177Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-21T21:31:05.177Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:05.177Z] 1.3.1-dev.5 [2020-11-21T21:31:05.177Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:05.177Z] master [2020-11-21T21:31:05.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:05.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-21T21:31:05.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-21T21:31:05.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:31:05.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:31:05.661Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:05.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:05.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T21:31:05.971Z] 1256a12e9f25: Preparing [2020-11-21T21:31:05.971Z] b6c138be4737: Preparing [2020-11-21T21:31:05.971Z] af0d52a9588c: Preparing [2020-11-21T21:31:06.254Z] af0d52a9588c: Pushed [2020-11-21T21:31:06.254Z] 1256a12e9f25: Pushed [2020-11-21T21:31:06.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:31:06.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:31:07.340Z] b6c138be4737: Pushed [2020-11-21T21:31:07.340Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:07.669Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:07.725Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:31:07.725Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:31:07.725Z] OK: 12625 distinct packages available [2020-11-21T21:31:07.725Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:31:07.725Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:31:07.725Z] OK: 12625 distinct packages available [2020-11-21T21:31:07.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.5 [2020-11-21T21:31:07.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T21:31:07.983Z] 1256a12e9f25: Preparing [2020-11-21T21:31:07.983Z] b6c138be4737: Preparing [2020-11-21T21:31:07.983Z] af0d52a9588c: Preparing [2020-11-21T21:31:07.983Z] 1256a12e9f25: Layer already exists [2020-11-21T21:31:07.983Z] af0d52a9588c: Layer already exists [2020-11-21T21:31:07.983Z] b6c138be4737: Layer already exists [2020-11-21T21:31:07.983Z] 1.3.1-dev.5: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:08.298Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:08.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:08.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T21:31:08.620Z] 1256a12e9f25: Preparing [2020-11-21T21:31:08.620Z] b6c138be4737: Preparing [2020-11-21T21:31:08.620Z] af0d52a9588c: Preparing [2020-11-21T21:31:08.620Z] b6c138be4737: Layer already exists [2020-11-21T21:31:08.620Z] 1256a12e9f25: Layer already exists [2020-11-21T21:31:08.620Z] af0d52a9588c: Layer already exists [2020-11-21T21:31:08.620Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:08.734Z] OK: 217 MiB in 51 packages [2020-11-21T21:31:08.735Z] OK: 217 MiB in 51 packages [2020-11-21T21:31:08.954Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:09.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-21T21:31:09.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-21T21:31:09.261Z] 1256a12e9f25: Preparing [2020-11-21T21:31:09.261Z] b6c138be4737: Preparing [2020-11-21T21:31:09.261Z] af0d52a9588c: Preparing [2020-11-21T21:31:09.261Z] b6c138be4737: Layer already exists [2020-11-21T21:31:09.261Z] 1256a12e9f25: Layer already exists [2020-11-21T21:31:09.261Z] af0d52a9588c: Layer already exists [2020-11-21T21:31:09.261Z] master: digest: sha256:18e3519a48fba4e7940f7029eedf71d987ca9ffd7c446eef91f0cb87c23c583d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:31:09.453Z] ===================================================== [Pipeline] echo [2020-11-21T21:31:09.496Z] taggedImages: [2020-11-21T21:31:09.496Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:09.496Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.5 [2020-11-21T21:31:09.496Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:09.496Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-21T21:31:09.561Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-21T21:31:09.562Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:09.562Z] 1.3.1-dev.5 [2020-11-21T21:31:09.562Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:09.562Z] master [2020-11-21T21:31:09.562Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:10.069Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:10.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:10.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T21:31:10.386Z] 5c9266411d77: Preparing [2020-11-21T21:31:10.386Z] 94ec02bfabe9: Preparing [2020-11-21T21:31:10.386Z] ed112091f907: Preparing [2020-11-21T21:31:10.386Z] 516e3bf28c82: Preparing [2020-11-21T21:31:10.386Z] 0674df0d06af: Preparing [2020-11-21T21:31:10.386Z] 46901c844c40: Preparing [2020-11-21T21:31:10.386Z] 52bd25c63622: Preparing [2020-11-21T21:31:10.386Z] 1d278c39f50a: Preparing [2020-11-21T21:31:10.386Z] 3730a0890c46: Preparing [2020-11-21T21:31:10.386Z] 383f309b5d37: Preparing [2020-11-21T21:31:10.386Z] e1a73c32da76: Preparing [2020-11-21T21:31:10.386Z] 31b11ec6ff38: Preparing [2020-11-21T21:31:10.386Z] 911954e2fe49: Preparing [2020-11-21T21:31:10.386Z] ace0eda3e3be: Preparing [2020-11-21T21:31:10.386Z] 46901c844c40: Waiting [2020-11-21T21:31:10.386Z] 52bd25c63622: Waiting [2020-11-21T21:31:10.386Z] 1d278c39f50a: Waiting [2020-11-21T21:31:10.386Z] 3730a0890c46: Waiting [2020-11-21T21:31:10.386Z] 383f309b5d37: Waiting [2020-11-21T21:31:10.386Z] e1a73c32da76: Waiting [2020-11-21T21:31:10.386Z] 31b11ec6ff38: Waiting [2020-11-21T21:31:10.386Z] 911954e2fe49: Waiting [2020-11-21T21:31:10.386Z] ace0eda3e3be: Waiting [2020-11-21T21:31:10.659Z] 0674df0d06af: Pushed [2020-11-21T21:31:10.659Z] 5c9266411d77: Pushed [2020-11-21T21:31:10.921Z] 516e3bf28c82: Pushed [2020-11-21T21:31:10.921Z] 1d278c39f50a: Layer already exists [2020-11-21T21:31:10.921Z] 52bd25c63622: Pushed [2020-11-21T21:31:10.921Z] 3730a0890c46: Layer already exists [2020-11-21T21:31:10.921Z] 383f309b5d37: Layer already exists [2020-11-21T21:31:10.921Z] e1a73c32da76: Layer already exists [2020-11-21T21:31:10.921Z] 31b11ec6ff38: Layer already exists [2020-11-21T21:31:10.921Z] 911954e2fe49: Layer already exists [2020-11-21T21:31:10.921Z] ace0eda3e3be: Layer already exists [2020-11-21T21:31:11.186Z] 94ec02bfabe9: Pushed [2020-11-21T21:31:11.435Z] Removing intermediate container 2cf824de5532 [2020-11-21T21:31:11.435Z] ---> ba0481378419 [2020-11-21T21:31:11.435Z] Step 6/23 : COPY go.mod . [2020-11-21T21:31:11.435Z] Removing intermediate container 7ccd4304f7d7 [2020-11-21T21:31:11.435Z] ---> 0bff896837bf [2020-11-21T21:31:11.435Z] Step 6/24 : COPY go.mod . [2020-11-21T21:31:11.768Z] 46901c844c40: Pushed [2020-11-21T21:31:12.446Z] ---> 4f41cec17fcb [2020-11-21T21:31:12.446Z] Step 7/23 : RUN go mod download [2020-11-21T21:31:12.719Z] ---> Running in 23425b0dfebb [2020-11-21T21:31:12.719Z] ---> 10baa1dd1bed [2020-11-21T21:31:12.719Z] Step 7/24 : RUN go mod download [2020-11-21T21:31:12.996Z] ---> Running in 1b01429a9374 [2020-11-21T21:31:15.123Z] ed112091f907: Pushed [2020-11-21T21:31:15.123Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:15.443Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:15.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.5 [2020-11-21T21:31:15.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T21:31:15.781Z] 5c9266411d77: Preparing [2020-11-21T21:31:15.781Z] 94ec02bfabe9: Preparing [2020-11-21T21:31:15.781Z] ed112091f907: Preparing [2020-11-21T21:31:15.781Z] 516e3bf28c82: Preparing [2020-11-21T21:31:15.781Z] 0674df0d06af: Preparing [2020-11-21T21:31:15.781Z] 46901c844c40: Preparing [2020-11-21T21:31:15.781Z] 52bd25c63622: Preparing [2020-11-21T21:31:15.781Z] 1d278c39f50a: Preparing [2020-11-21T21:31:15.781Z] 3730a0890c46: Preparing [2020-11-21T21:31:15.781Z] 383f309b5d37: Preparing [2020-11-21T21:31:15.781Z] e1a73c32da76: Preparing [2020-11-21T21:31:15.781Z] 31b11ec6ff38: Preparing [2020-11-21T21:31:15.781Z] 911954e2fe49: Preparing [2020-11-21T21:31:15.781Z] ace0eda3e3be: Preparing [2020-11-21T21:31:15.781Z] 46901c844c40: Waiting [2020-11-21T21:31:15.781Z] 52bd25c63622: Waiting [2020-11-21T21:31:15.781Z] 3730a0890c46: Waiting [2020-11-21T21:31:15.781Z] 383f309b5d37: Waiting [2020-11-21T21:31:15.781Z] 911954e2fe49: Waiting [2020-11-21T21:31:15.781Z] e1a73c32da76: Waiting [2020-11-21T21:31:15.781Z] ace0eda3e3be: Waiting [2020-11-21T21:31:15.781Z] 31b11ec6ff38: Waiting [2020-11-21T21:31:15.781Z] 1d278c39f50a: Waiting [2020-11-21T21:31:15.781Z] 516e3bf28c82: Layer already exists [2020-11-21T21:31:15.781Z] 94ec02bfabe9: Layer already exists [2020-11-21T21:31:15.781Z] ed112091f907: Layer already exists [2020-11-21T21:31:15.781Z] 0674df0d06af: Layer already exists [2020-11-21T21:31:15.781Z] 5c9266411d77: Layer already exists [2020-11-21T21:31:15.781Z] 1d278c39f50a: Layer already exists [2020-11-21T21:31:15.781Z] 52bd25c63622: Layer already exists [2020-11-21T21:31:15.781Z] 383f309b5d37: Layer already exists [2020-11-21T21:31:15.781Z] 3730a0890c46: Layer already exists [2020-11-21T21:31:15.781Z] 46901c844c40: Layer already exists [2020-11-21T21:31:15.781Z] 31b11ec6ff38: Layer already exists [2020-11-21T21:31:15.781Z] e1a73c32da76: Layer already exists [2020-11-21T21:31:15.781Z] 911954e2fe49: Layer already exists [2020-11-21T21:31:15.781Z] ace0eda3e3be: Layer already exists [2020-11-21T21:31:15.781Z] 1.3.1-dev.5: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:16.093Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:16.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:16.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T21:31:16.412Z] 5c9266411d77: Preparing [2020-11-21T21:31:16.412Z] 94ec02bfabe9: Preparing [2020-11-21T21:31:16.412Z] ed112091f907: Preparing [2020-11-21T21:31:16.412Z] 516e3bf28c82: Preparing [2020-11-21T21:31:16.412Z] 0674df0d06af: Preparing [2020-11-21T21:31:16.412Z] 46901c844c40: Preparing [2020-11-21T21:31:16.412Z] 52bd25c63622: Preparing [2020-11-21T21:31:16.412Z] 1d278c39f50a: Preparing [2020-11-21T21:31:16.412Z] 3730a0890c46: Preparing [2020-11-21T21:31:16.412Z] 383f309b5d37: Preparing [2020-11-21T21:31:16.412Z] e1a73c32da76: Preparing [2020-11-21T21:31:16.412Z] 31b11ec6ff38: Preparing [2020-11-21T21:31:16.412Z] 911954e2fe49: Preparing [2020-11-21T21:31:16.412Z] ace0eda3e3be: Preparing [2020-11-21T21:31:16.412Z] 46901c844c40: Waiting [2020-11-21T21:31:16.412Z] 52bd25c63622: Waiting [2020-11-21T21:31:16.412Z] 1d278c39f50a: Waiting [2020-11-21T21:31:16.412Z] 31b11ec6ff38: Waiting [2020-11-21T21:31:16.412Z] 383f309b5d37: Waiting [2020-11-21T21:31:16.412Z] e1a73c32da76: Waiting [2020-11-21T21:31:16.412Z] 911954e2fe49: Waiting [2020-11-21T21:31:16.412Z] ace0eda3e3be: Waiting [2020-11-21T21:31:16.412Z] 5c9266411d77: Layer already exists [2020-11-21T21:31:16.412Z] 94ec02bfabe9: Layer already exists [2020-11-21T21:31:16.412Z] 0674df0d06af: Layer already exists [2020-11-21T21:31:16.412Z] 516e3bf28c82: Layer already exists [2020-11-21T21:31:16.412Z] ed112091f907: Layer already exists [2020-11-21T21:31:16.412Z] 1d278c39f50a: Layer already exists [2020-11-21T21:31:16.412Z] 52bd25c63622: Layer already exists [2020-11-21T21:31:16.412Z] 383f309b5d37: Layer already exists [2020-11-21T21:31:16.412Z] 46901c844c40: Layer already exists [2020-11-21T21:31:16.412Z] 3730a0890c46: Layer already exists [2020-11-21T21:31:16.412Z] e1a73c32da76: Layer already exists [2020-11-21T21:31:16.412Z] 31b11ec6ff38: Layer already exists [2020-11-21T21:31:16.412Z] 911954e2fe49: Layer already exists [2020-11-21T21:31:16.412Z] ace0eda3e3be: Layer already exists [2020-11-21T21:31:16.412Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:16.740Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:31:17.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-21T21:31:17.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-21T21:31:17.061Z] 5c9266411d77: Preparing [2020-11-21T21:31:17.061Z] 94ec02bfabe9: Preparing [2020-11-21T21:31:17.061Z] ed112091f907: Preparing [2020-11-21T21:31:17.061Z] 516e3bf28c82: Preparing [2020-11-21T21:31:17.061Z] 0674df0d06af: Preparing [2020-11-21T21:31:17.061Z] 46901c844c40: Preparing [2020-11-21T21:31:17.061Z] 52bd25c63622: Preparing [2020-11-21T21:31:17.061Z] 1d278c39f50a: Preparing [2020-11-21T21:31:17.061Z] 3730a0890c46: Preparing [2020-11-21T21:31:17.061Z] 383f309b5d37: Preparing [2020-11-21T21:31:17.061Z] e1a73c32da76: Preparing [2020-11-21T21:31:17.061Z] 31b11ec6ff38: Preparing [2020-11-21T21:31:17.061Z] 911954e2fe49: Preparing [2020-11-21T21:31:17.061Z] ace0eda3e3be: Preparing [2020-11-21T21:31:17.061Z] 46901c844c40: Waiting [2020-11-21T21:31:17.061Z] 52bd25c63622: Waiting [2020-11-21T21:31:17.061Z] 1d278c39f50a: Waiting [2020-11-21T21:31:17.061Z] 3730a0890c46: Waiting [2020-11-21T21:31:17.061Z] 383f309b5d37: Waiting [2020-11-21T21:31:17.061Z] e1a73c32da76: Waiting [2020-11-21T21:31:17.061Z] 31b11ec6ff38: Waiting [2020-11-21T21:31:17.061Z] 911954e2fe49: Waiting [2020-11-21T21:31:17.061Z] ace0eda3e3be: Waiting [2020-11-21T21:31:17.061Z] ed112091f907: Layer already exists [2020-11-21T21:31:17.061Z] 94ec02bfabe9: Layer already exists [2020-11-21T21:31:17.061Z] 516e3bf28c82: Layer already exists [2020-11-21T21:31:17.061Z] 5c9266411d77: Layer already exists [2020-11-21T21:31:17.061Z] 0674df0d06af: Layer already exists [2020-11-21T21:31:17.061Z] 46901c844c40: Layer already exists [2020-11-21T21:31:17.061Z] 52bd25c63622: Layer already exists [2020-11-21T21:31:17.061Z] 3730a0890c46: Layer already exists [2020-11-21T21:31:17.061Z] 1d278c39f50a: Layer already exists [2020-11-21T21:31:17.061Z] 383f309b5d37: Layer already exists [2020-11-21T21:31:17.061Z] e1a73c32da76: Layer already exists [2020-11-21T21:31:17.061Z] 31b11ec6ff38: Layer already exists [2020-11-21T21:31:17.061Z] 911954e2fe49: Layer already exists [2020-11-21T21:31:17.061Z] ace0eda3e3be: Layer already exists [2020-11-21T21:31:17.322Z] master: digest: sha256:0a0752cf8b904755674bc585e2510f374f6e07e366acc343e29a7b5b56a91d3c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:31:17.532Z] ===================================================== [Pipeline] echo [2020-11-21T21:31:17.584Z] taggedImages: [2020-11-21T21:31:17.584Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:31:17.584Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.5 [2020-11-21T21:31:17.584Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:31:17.584Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-21T21:31:18.514Z] Removing intermediate container 23425b0dfebb [2020-11-21T21:31:18.515Z] ---> edde87bbd39e [2020-11-21T21:31:18.515Z] Step 8/23 : COPY . . [2020-11-21T21:31:18.810Z] Removing intermediate container 1b01429a9374 [2020-11-21T21:31:18.810Z] ---> 138cf90af6d2 [2020-11-21T21:31:18.810Z] Step 8/24 : COPY . . [2020-11-21T21:31:37.317Z] ---> 1a5cabbcd495 [2020-11-21T21:31:37.317Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-21T21:31:37.589Z] ---> 13962ba6b347 [2020-11-21T21:31:37.589Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-21T21:31:37.872Z] ---> Running in 90e038f715e2 [2020-11-21T21:31:37.872Z] ---> Running in 25f6a97f553d [2020-11-21T21:31:41.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-21T21:31:41.286Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/core-data/core-data ./cmd/core-data [2020-11-21T21:32:37.939Z] Removing intermediate container 9304b8fc00b2 [2020-11-21T21:32:37.939Z] ---> d3c74a8e136c [2020-11-21T21:32:37.939Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-21T21:32:37.939Z] ---> Running in 66c05e02493b [2020-11-21T21:32:37.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-21T21:32:43.389Z] Removing intermediate container 66c05e02493b [2020-11-21T21:32:43.389Z] ---> c3c23ee65fff [2020-11-21T21:32:43.389Z] [2020-11-21T21:32:43.389Z] Step 11/27 : FROM docker:latest [2020-11-21T21:32:43.389Z] ---> 5d4db4dc0692 [2020-11-21T21:32:43.389Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-21T21:32:43.389Z] ---> Running in 7d807b68b012 [2020-11-21T21:32:45.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:32:45.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:32:46.653Z] (1/2) Installing readline (8.0.4-r0) [2020-11-21T21:32:46.653Z] (2/2) Installing bash (5.0.17-r0) [2020-11-21T21:32:46.653Z] Executing bash-5.0.17-r0.post-install [2020-11-21T21:32:46.653Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:32:46.653Z] OK: 12 MiB in 22 packages [2020-11-21T21:32:48.647Z] Removing intermediate container 7d807b68b012 [2020-11-21T21:32:48.647Z] ---> aeb383b99414 [2020-11-21T21:32:48.647Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-21T21:32:48.935Z] ---> Running in 6039d666c603 [2020-11-21T21:32:53.277Z] Removing intermediate container 6039d666c603 [2020-11-21T21:32:53.277Z] ---> 2435559c80d4 [2020-11-21T21:32:53.277Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-21T21:32:53.277Z] ---> Running in f4bef17cb64a [2020-11-21T21:32:53.878Z] Removing intermediate container f4bef17cb64a [2020-11-21T21:32:53.878Z] ---> db259f64f90e [2020-11-21T21:32:53.878Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-21T21:32:54.151Z] ---> Running in ee2b6d630feb [2020-11-21T21:32:54.756Z] Removing intermediate container ee2b6d630feb [2020-11-21T21:32:54.756Z] ---> 11206eadea11 [2020-11-21T21:32:54.756Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-21T21:32:55.033Z] ---> Running in f57aedde8b94 [2020-11-21T21:32:55.658Z] Removing intermediate container f57aedde8b94 [2020-11-21T21:32:55.658Z] ---> e9879504756c [2020-11-21T21:32:55.658Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-21T21:32:59.124Z] ---> dadeb08a3c8e [2020-11-21T21:32:59.124Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-21T21:33:00.115Z] Removing intermediate container cb99eca19e84 [2020-11-21T21:33:00.115Z] ---> 786ce130abce [2020-11-21T21:33:00.115Z] [2020-11-21T21:33:00.115Z] Step 10/21 : FROM scratch [2020-11-21T21:33:00.115Z] ---> [2020-11-21T21:33:00.115Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:33:00.115Z] ---> Using cache [2020-11-21T21:33:00.115Z] ---> 9c72db786e1a [2020-11-21T21:33:00.115Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-21T21:33:00.391Z] ---> cdd6efde1be2 [2020-11-21T21:33:00.391Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-21T21:33:00.391Z] ---> Running in 9071727fcbc8 [2020-11-21T21:33:01.404Z] Removing intermediate container 9071727fcbc8 [2020-11-21T21:33:01.404Z] ---> 9bb03d4ccbac [2020-11-21T21:33:01.404Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-21T21:33:01.404Z] ---> Running in d2b4ce0878de [2020-11-21T21:33:02.415Z] ---> e968dc5e2aba [2020-11-21T21:33:02.415Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-21T21:33:02.415Z] Removing intermediate container d2b4ce0878de [2020-11-21T21:33:02.415Z] ---> a19ca0ca6c69 [2020-11-21T21:33:02.415Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-21T21:33:02.415Z] ---> Running in 673b635625d4 [2020-11-21T21:33:03.896Z] ---> fc5722b3f691 [2020-11-21T21:33:03.896Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-21T21:33:05.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:33:05.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:33:05.642Z] ---> 9f76cbfd610e [2020-11-21T21:33:05.642Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-21T21:33:06.255Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-21T21:33:06.255Z] (2/33) Installing expat (2.2.9-r1) [2020-11-21T21:33:06.255Z] (3/33) Installing libffi (3.3-r2) [2020-11-21T21:33:06.255Z] (4/33) Installing gdbm (1.13-r1) [2020-11-21T21:33:06.255Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-21T21:33:06.255Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-21T21:33:06.255Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-21T21:33:07.252Z] ---> 4a7b627f6188 [2020-11-21T21:33:07.252Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-21T21:33:07.528Z] ---> Running in 168da27232f2 [2020-11-21T21:33:08.518Z] Removing intermediate container 168da27232f2 [2020-11-21T21:33:08.519Z] ---> e2b013c23f17 [2020-11-21T21:33:08.519Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:33:08.794Z] ---> Running in 08e906384f04 [2020-11-21T21:33:08.794Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-21T21:33:08.794Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-21T21:33:08.794Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-21T21:33:09.070Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-21T21:33:09.070Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-21T21:33:09.070Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-21T21:33:09.070Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-21T21:33:09.350Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-21T21:33:09.350Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-21T21:33:09.350Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-21T21:33:09.350Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-21T21:33:09.350Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-21T21:33:09.350Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-21T21:33:09.350Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-21T21:33:09.350Z] Removing intermediate container 08e906384f04 [2020-11-21T21:33:09.350Z] ---> 1a3f12653a8d [2020-11-21T21:33:09.350Z] Step 19/21 : LABEL arch=arm64 [2020-11-21T21:33:09.350Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-21T21:33:09.631Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-21T21:33:09.631Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-21T21:33:09.631Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-21T21:33:09.631Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-21T21:33:09.631Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-21T21:33:09.631Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-21T21:33:09.908Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-21T21:33:09.908Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-21T21:33:09.908Z] ---> Running in 063468e4a999 [2020-11-21T21:33:09.908Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-21T21:33:09.908Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-21T21:33:09.908Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-21T21:33:10.186Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:33:10.186Z] OK: 71 MiB in 55 packages [2020-11-21T21:33:10.791Z] Removing intermediate container 063468e4a999 [2020-11-21T21:33:10.791Z] ---> 4e80bd115ad0 [2020-11-21T21:33:10.791Z] Step 20/21 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:33:11.396Z] ---> Running in cab4049c6300 [2020-11-21T21:33:12.386Z] Removing intermediate container cab4049c6300 [2020-11-21T21:33:12.386Z] ---> 8015bce1083c [2020-11-21T21:33:12.386Z] Step 21/21 : LABEL version=1.3.1-dev.5 [2020-11-21T21:33:12.994Z] ---> Running in 6efb82bf717a [2020-11-21T21:33:14.447Z] Removing intermediate container 6efb82bf717a [2020-11-21T21:33:14.447Z] ---> 49ba06f6c96c [2020-11-21T21:33:14.447Z] [2020-11-21T21:33:15.442Z] Successfully built 49ba06f6c96c [2020-11-21T21:33:15.442Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-21T21:33:15.442Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-11-21T21:33:18.103Z] Removing intermediate container e468e241b3ca [2020-11-21T21:33:18.103Z] ---> 61fa520a32ad [2020-11-21T21:33:18.103Z] [2020-11-21T21:33:18.103Z] Step 10/22 : FROM scratch [2020-11-21T21:33:18.103Z] ---> [2020-11-21T21:33:18.103Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:33:18.384Z] ---> Using cache [2020-11-21T21:33:18.384Z] ---> 9c72db786e1a [2020-11-21T21:33:18.384Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-21T21:33:19.845Z] ---> Running in f9e2ff687b5b [2020-11-21T21:33:20.848Z] Removing intermediate container f9e2ff687b5b [2020-11-21T21:33:20.848Z] ---> fa487c045006 [2020-11-21T21:33:20.848Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-21T21:33:20.848Z] ---> Running in 93db4a92ee52 [2020-11-21T21:33:21.459Z] Removing intermediate container 93db4a92ee52 [2020-11-21T21:33:21.459Z] ---> ba1ab9dd263b [2020-11-21T21:33:21.459Z] Step 14/22 : WORKDIR / [2020-11-21T21:33:21.744Z] ---> Running in 2c06cc84ce47 [2020-11-21T21:33:22.746Z] Removing intermediate container 673b635625d4 [2020-11-21T21:33:22.746Z] ---> bcd5e8ec13c1 [2020-11-21T21:33:22.746Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-21T21:33:22.746Z] Removing intermediate container 2c06cc84ce47 [2020-11-21T21:33:22.746Z] ---> 1cf38064f7ce [2020-11-21T21:33:22.746Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-21T21:33:23.032Z] ---> Running in 1e91d1dcafdf [2020-11-21T21:33:25.051Z] ---> 76b0bc4f1ded [2020-11-21T21:33:25.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-21T21:33:27.713Z] ---> a69d6608ddc9 [2020-11-21T21:33:27.713Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-21T21:33:29.712Z] ---> 216c93c98f66 [2020-11-21T21:33:29.712Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-21T21:33:29.990Z] ---> Running in d20627f1e8bb [2020-11-21T21:33:30.995Z] Collecting docker-compose==1.23.2 [2020-11-21T21:33:30.995Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-21T21:33:30.995Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-21T21:33:30.995Z] ---> 0a8a0cd6db69 [2020-11-21T21:33:30.995Z] Step 3/29 : WORKDIR /edgex-go [2020-11-21T21:33:30.995Z] ---> Using cache [2020-11-21T21:33:30.995Z] ---> ec0db0c63e8e [2020-11-21T21:33:30.995Z] Step 4/29 : RUN apk update && apk add make git [2020-11-21T21:33:30.995Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-21T21:33:31.605Z] Removing intermediate container d20627f1e8bb [2020-11-21T21:33:31.605Z] ---> 5fc57ece76b5 [2020-11-21T21:33:31.605Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:33:31.605Z] ---> Running in de96d8e88557 [2020-11-21T21:33:31.884Z] ---> Running in 46fffc2db84c [2020-11-21T21:33:32.873Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-21T21:33:32.873Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-21T21:33:33.478Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-21T21:33:33.478Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-21T21:33:33.478Z] Removing intermediate container 46fffc2db84c [2020-11-21T21:33:33.478Z] ---> cc512435ae93 [2020-11-21T21:33:33.478Z] Step 20/22 : LABEL arch=arm64 [2020-11-21T21:33:33.753Z] ---> Running in 560ee321f508 [2020-11-21T21:33:33.753Z] Removing intermediate container 25f6a97f553d [2020-11-21T21:33:33.753Z] ---> 16f3cf7ea169 [2020-11-21T21:33:33.753Z] [2020-11-21T21:33:34.030Z] Step 10/24 : FROM scratch [2020-11-21T21:33:34.030Z] ---> [2020-11-21T21:33:34.030Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-21T21:33:34.030Z] ---> Using cache [2020-11-21T21:33:34.030Z] ---> d7f14922fc6d [2020-11-21T21:33:34.030Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-21T21:33:34.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:33:34.313Z] ---> Running in f63f35897e4d [2020-11-21T21:33:34.593Z] Removing intermediate container 560ee321f508 [2020-11-21T21:33:34.593Z] ---> aca7caaacccb [2020-11-21T21:33:34.593Z] Step 21/22 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:33:34.960Z] ---> Running in 90a2a7c8041e [2020-11-21T21:33:34.960Z] Removing intermediate container f63f35897e4d [2020-11-21T21:33:34.960Z] ---> dff2f77fae4b [2020-11-21T21:33:34.960Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T21:33:35.441Z] ---> Running in 228342f7e4ab [2020-11-21T21:33:35.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:33:35.834Z] Removing intermediate container 90a2a7c8041e [2020-11-21T21:33:35.834Z] ---> 729b134c4d8a [2020-11-21T21:33:35.834Z] Step 22/22 : LABEL version=1.3.1-dev.5 [2020-11-21T21:33:35.834Z] Removing intermediate container 228342f7e4ab [2020-11-21T21:33:35.834Z] ---> 3c9cdccd3abf [2020-11-21T21:33:35.834Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-21T21:33:35.834Z] ---> Running in 5f1d8504fe02 [2020-11-21T21:33:36.911Z] Removing intermediate container 5f1d8504fe02 [2020-11-21T21:33:36.912Z] ---> 6243bb8fd1d6 [2020-11-21T21:33:36.912Z] [2020-11-21T21:33:36.912Z] v3.12.1-42-gd68aa1f756 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:33:36.912Z] v3.12.1-41-g42f619918d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:33:36.912Z] OK: 12625 distinct packages available [2020-11-21T21:33:37.201Z] Collecting PyYAML<4,>=3.10 [2020-11-21T21:33:37.201Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-21T21:33:37.533Z] ---> b20f2e40593a [2020-11-21T21:33:37.533Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-21T21:33:37.533Z] Successfully built 6243bb8fd1d6 [2020-11-21T21:33:37.533Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-21T21:33:38.178Z]  Building docker-core-metadata-go ... done OK: 217 MiB in 51 packages [2020-11-21T21:33:39.181Z] ---> 8c13f52b03b6 [2020-11-21T21:33:39.181Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-21T21:33:39.794Z] Removing intermediate container de96d8e88557 [2020-11-21T21:33:39.794Z] ---> 5fe7e743bfc0 [2020-11-21T21:33:39.794Z] Step 5/29 : COPY go.mod . [2020-11-21T21:33:40.790Z] ---> b4df701d87da [2020-11-21T21:33:40.790Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-21T21:33:40.790Z] ---> 43817234a12f [2020-11-21T21:33:40.790Z] Step 6/29 : RUN go mod download [2020-11-21T21:33:41.070Z] ---> Running in 5f9e2746bb26 [2020-11-21T21:33:41.684Z] Collecting cached-property<2,>=1.2.0 [2020-11-21T21:33:41.684Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-21T21:33:41.960Z] ---> 2fb65d8728ba [2020-11-21T21:33:41.960Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-21T21:33:42.567Z] Collecting docker<4.0,>=3.6.0 [2020-11-21T21:33:42.567Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-21T21:33:43.561Z] ---> 8b192df12ac0 [2020-11-21T21:33:43.562Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-21T21:33:44.174Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-21T21:33:44.174Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-21T21:33:44.449Z] ---> 1a4dc10e08aa [2020-11-21T21:33:44.449Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-21T21:33:44.449Z] ---> Running in 62a35841ada3 [2020-11-21T21:33:44.728Z] Removing intermediate container 5f9e2746bb26 [2020-11-21T21:33:44.728Z] ---> 115e3ca6c118 [2020-11-21T21:33:44.728Z] Step 7/29 : COPY . . [2020-11-21T21:33:45.009Z] Collecting texttable<0.10,>=0.9.0 [2020-11-21T21:33:45.009Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-21T21:33:45.291Z] Removing intermediate container 62a35841ada3 [2020-11-21T21:33:45.291Z] ---> 638a0e807eaf [2020-11-21T21:33:45.291Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:33:45.896Z] ---> Running in 990b254a9a5c [2020-11-21T21:33:46.896Z] Removing intermediate container 990b254a9a5c [2020-11-21T21:33:46.896Z] ---> dc66a112e58c [2020-11-21T21:33:46.896Z] Step 22/24 : LABEL arch=arm64 [2020-11-21T21:33:47.514Z] ---> Running in e055bacc2716 [2020-11-21T21:33:47.514Z] Collecting docopt<0.7,>=0.6.1 [2020-11-21T21:33:47.514Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-21T21:33:48.513Z] Removing intermediate container e055bacc2716 [2020-11-21T21:33:48.513Z] ---> 8c660332e6c5 [2020-11-21T21:33:48.513Z] Step 23/24 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:33:48.809Z] ---> Running in fd44695461b0 [2020-11-21T21:33:49.806Z] Removing intermediate container fd44695461b0 [2020-11-21T21:33:49.806Z] ---> 58f31a66712c [2020-11-21T21:33:49.806Z] Step 24/24 : LABEL version=1.3.1-dev.5 [2020-11-21T21:33:50.084Z] ---> Running in fb1adbe12976 [2020-11-21T21:33:50.360Z] Collecting jsonschema<3,>=2.5.1 [2020-11-21T21:33:50.360Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-21T21:33:50.636Z] 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-21T21:33:50.908Z] Removing intermediate container fb1adbe12976 [2020-11-21T21:33:50.908Z] ---> efb00ef30be7 [2020-11-21T21:33:50.908Z] [2020-11-21T21:33:50.908Z] Collecting docker-pycreds>=0.4.0 [2020-11-21T21:33:50.908Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-21T21:33:51.181Z] 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-21T21:33:51.456Z] Successfully built efb00ef30be7 [2020-11-21T21:33:51.456Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-21T21:33:51.456Z]  Building docker-support-notifications-go ... done Collecting idna<2.8,>=2.5 [2020-11-21T21:33:51.456Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-21T21:33:52.053Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-21T21:33:52.053Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-21T21:33:52.329Z] 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-21T21:33:52.329Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-21T21:33:52.329Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-21T21:33:52.329Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-21T21:33:52.329Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-21T21:33:53.772Z] Installing collected packages: websocket-client, dockerpty, PyYAML, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, jsonschema, docker-compose [2020-11-21T21:33:54.370Z] Running setup.py install for dockerpty: started [2020-11-21T21:33:54.645Z] ---> c658144246c5 [2020-11-21T21:33:54.645Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-21T21:33:54.645Z] ---> Running in eab0d5b89fcf [2020-11-21T21:33:56.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-21T21:33:56.629Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-21T21:33:56.629Z] Running setup.py install for PyYAML: started [2020-11-21T21:33:57.224Z] Removing intermediate container 90e038f715e2 [2020-11-21T21:33:57.224Z] ---> 92801fb5a861 [2020-11-21T21:33:57.224Z] [2020-11-21T21:33:57.224Z] Step 10/23 : FROM alpine [2020-11-21T21:33:57.224Z] ---> 2e77e061c27f [2020-11-21T21:33:57.224Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-21T21:33:57.498Z] ---> Running in 1be838970347 [2020-11-21T21:33:58.108Z] Removing intermediate container 1be838970347 [2020-11-21T21:33:58.108Z] ---> 5e3d86124ee9 [2020-11-21T21:33:58.108Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-21T21:33:58.385Z] ---> Running in 8ad0ea5716b2 [2020-11-21T21:33:58.985Z] Removing intermediate container 8ad0ea5716b2 [2020-11-21T21:33:58.985Z] ---> 697a14798881 [2020-11-21T21:33:58.985Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-21T21:33:58.985Z] ---> Running in f41f059e2ba3 [2020-11-21T21:33:59.586Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-21T21:33:59.586Z] Attempting uninstall: idna [2020-11-21T21:33:59.586Z] Found existing installation: idna 2.9 [2020-11-21T21:33:59.586Z] Uninstalling idna-2.9: [2020-11-21T21:33:59.586Z] Removing intermediate container f41f059e2ba3 [2020-11-21T21:33:59.586Z] ---> 013455e70c5d [2020-11-21T21:33:59.586Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T21:33:59.863Z] Successfully uninstalled idna-2.9 [2020-11-21T21:33:59.863Z] ---> Running in c2e0f2e9365e [2020-11-21T21:34:00.854Z] Attempting uninstall: urllib3 [2020-11-21T21:34:00.854Z] Found existing installation: urllib3 1.25.9 [2020-11-21T21:34:00.854Z] Uninstalling urllib3-1.25.9: [2020-11-21T21:34:00.854Z] Successfully uninstalled urllib3-1.25.9 [2020-11-21T21:34:01.457Z] Attempting uninstall: requests [2020-11-21T21:34:01.457Z] Found existing installation: requests 2.23.0 [2020-11-21T21:34:01.457Z] Uninstalling requests-2.23.0: [2020-11-21T21:34:01.759Z] Successfully uninstalled requests-2.23.0 [2020-11-21T21:34:03.212Z] Running setup.py install for texttable: started [2020-11-21T21:34:03.491Z] Removing intermediate container c2e0f2e9365e [2020-11-21T21:34:03.491Z] ---> 7f67f5913b66 [2020-11-21T21:34:03.491Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-21T21:34:03.491Z] ---> Running in dc91abf9e5fc [2020-11-21T21:34:05.480Z] Running setup.py install for texttable: finished with status 'done' [2020-11-21T21:34:05.480Z] Running setup.py install for docopt: started [2020-11-21T21:34:05.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:34:06.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:34:07.061Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-21T21:34:07.339Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-21T21:34:07.339Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-21T21:34:07.339Z] Running setup.py install for docopt: finished with status 'done' [2020-11-21T21:34:07.614Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-21T21:34:07.891Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-21T21:34:07.891Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:34:07.891Z] OK: 8 MiB in 19 packages [2020-11-21T21:34:08.884Z] 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-21T21:34:09.158Z] Removing intermediate container dc91abf9e5fc [2020-11-21T21:34:09.435Z] ---> a0b9dc31174a [2020-11-21T21:34:09.435Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-21T21:34:10.425Z] ---> 3b9a34640b94 [2020-11-21T21:34:10.425Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-21T21:34:12.420Z] ---> 7d89ce3cf96b [2020-11-21T21:34:12.420Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-21T21:34:13.403Z] ---> b3a6a88fcd64 [2020-11-21T21:34:13.403Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-21T21:34:13.403Z] ---> Running in 609efbd30980 [2020-11-21T21:34:13.403Z] Removing intermediate container 1e91d1dcafdf [2020-11-21T21:34:13.403Z] ---> 6e6b49c23ca6 [2020-11-21T21:34:13.403Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-21T21:34:13.680Z] ---> Running in 62537dd80507 [2020-11-21T21:34:13.965Z] Removing intermediate container 609efbd30980 [2020-11-21T21:34:13.965Z] ---> e26065db2048 [2020-11-21T21:34:13.965Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:34:14.243Z] ---> Running in 7368d9a65662 [2020-11-21T21:34:14.843Z] Removing intermediate container 7368d9a65662 [2020-11-21T21:34:14.843Z] ---> 2d9dc686a702 [2020-11-21T21:34:14.843Z] Step 21/23 : LABEL arch=arm64 [2020-11-21T21:34:14.843Z] ---> Running in fbf140d8e4b8 [2020-11-21T21:34:15.471Z] Removing intermediate container fbf140d8e4b8 [2020-11-21T21:34:15.471Z] ---> ca1638d35852 [2020-11-21T21:34:15.471Z] Step 22/23 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:34:15.746Z] ---> Running in a20d82138cb6 [2020-11-21T21:34:16.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:34:16.311Z] Removing intermediate container a20d82138cb6 [2020-11-21T21:34:16.311Z] ---> 6b6a1fe2d202 [2020-11-21T21:34:16.311Z] Step 23/23 : LABEL version=1.3.1-dev.5 [2020-11-21T21:34:16.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:34:16.311Z] ---> Running in e0da182eb7ff [2020-11-21T21:34:16.917Z] Removing intermediate container e0da182eb7ff [2020-11-21T21:34:16.917Z] ---> 6e20b5c3d4dc [2020-11-21T21:34:16.917Z] [2020-11-21T21:34:16.917Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-21T21:34:16.917Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-21T21:34:16.917Z] (3/3) Installing curl (7.69.1-r1) [2020-11-21T21:34:16.917Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:34:16.917Z] OK: 71 MiB in 58 packages [2020-11-21T21:34:17.191Z] Successfully built 6e20b5c3d4dc [2020-11-21T21:34:17.191Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-21T21:34:18.632Z]  Building docker-core-data-go ... done Removing intermediate container 62537dd80507 [2020-11-21T21:34:18.632Z] ---> 4676ec2cd4ae [2020-11-21T21:34:18.632Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-21T21:34:18.632Z] ---> Running in 01f210390acf [2020-11-21T21:34:19.231Z] Removing intermediate container 01f210390acf [2020-11-21T21:34:19.231Z] ---> d8ed6d7a6a26 [2020-11-21T21:34:19.231Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T21:34:19.503Z] ---> Running in 21c1c4440668 [2020-11-21T21:34:20.101Z] Removing intermediate container 21c1c4440668 [2020-11-21T21:34:20.101Z] ---> 31075a8f8e13 [2020-11-21T21:34:20.101Z] Step 25/27 : LABEL arch=arm64 [2020-11-21T21:34:20.101Z] ---> Running in 5576b88a5dfc [2020-11-21T21:34:20.705Z] Removing intermediate container 5576b88a5dfc [2020-11-21T21:34:20.705Z] ---> 22ead5dd8889 [2020-11-21T21:34:20.705Z] Step 26/27 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:34:20.980Z] ---> Running in b95e1c124ee7 [2020-11-21T21:34:21.582Z] Removing intermediate container b95e1c124ee7 [2020-11-21T21:34:21.582Z] ---> 89a010e617ac [2020-11-21T21:34:21.582Z] Step 27/27 : LABEL version=1.3.1-dev.5 [2020-11-21T21:34:21.859Z] ---> Running in 251b8631027f [2020-11-21T21:34:22.456Z] Removing intermediate container 251b8631027f [2020-11-21T21:34:22.456Z] ---> e5a8373d68b0 [2020-11-21T21:34:22.456Z] [2020-11-21T21:34:22.730Z] Successfully built e5a8373d68b0 [2020-11-21T21:34:22.730Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-21T21:34:28.134Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eab0d5b89fcf [2020-11-21T21:34:28.134Z] ---> 9954f2e6d5ac [2020-11-21T21:34:28.134Z] [2020-11-21T21:34:28.134Z] Step 9/29 : FROM alpine:latest [2020-11-21T21:34:28.134Z] ---> 2e77e061c27f [2020-11-21T21:34:28.134Z] 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-21T21:34:28.134Z] ---> Running in 867054246f8e [2020-11-21T21:34:28.134Z] Removing intermediate container 867054246f8e [2020-11-21T21:34:28.134Z] ---> 8ebce7f78013 [2020-11-21T21:34:28.134Z] Step 11/29 : USER root [2020-11-21T21:34:28.134Z] ---> Running in d93503a3c3c8 [2020-11-21T21:34:28.405Z] Removing intermediate container d93503a3c3c8 [2020-11-21T21:34:28.405Z] ---> 374d2e8cd4b7 [2020-11-21T21:34:28.405Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-21T21:34:28.682Z] ---> Running in 6fc2ec10d75d [2020-11-21T21:34:30.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T21:34:30.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T21:34:30.981Z] v3.12.1-42-gd68aa1f756 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-21T21:34:30.981Z] v3.12.1-41-g42f619918d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-21T21:34:30.981Z] OK: 12617 distinct packages available [2020-11-21T21:34:31.575Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-21T21:34:31.848Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-21T21:34:31.848Z] Executing busybox-1.31.1-r19.trigger [2020-11-21T21:34:31.848Z] Executing ca-certificates-20191127-r4.trigger [2020-11-21T21:34:31.848Z] OK: 6 MiB in 16 packages [2020-11-21T21:34:33.813Z] Removing intermediate container 6fc2ec10d75d [2020-11-21T21:34:33.813Z] ---> 0d391c501509 [2020-11-21T21:34:33.813Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-21T21:34:33.813Z] ---> Running in 19ebaaa1ce4a [2020-11-21T21:34:34.084Z] Removing intermediate container 19ebaaa1ce4a [2020-11-21T21:34:34.084Z] ---> 37d67830a7b4 [2020-11-21T21:34:34.084Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-21T21:34:34.084Z] ---> Running in 7b6b02e9e839 [2020-11-21T21:34:34.679Z] Removing intermediate container 7b6b02e9e839 [2020-11-21T21:34:34.679Z] ---> b51447c79622 [2020-11-21T21:34:34.679Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-21T21:34:34.679Z] ---> Running in 5d12f51c680d [2020-11-21T21:34:37.333Z] Removing intermediate container 5d12f51c680d [2020-11-21T21:34:37.333Z] ---> 15215ee11080 [2020-11-21T21:34:37.333Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-21T21:34:38.349Z] ---> 942c0835d7c1 [2020-11-21T21:34:38.349Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-21T21:34:39.359Z] ---> b470a9aee572 [2020-11-21T21:34:39.359Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-21T21:34:39.970Z] ---> a0f327fdd76f [2020-11-21T21:34:39.970Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-21T21:34:40.572Z] ---> 35b60912281a [2020-11-21T21:34:40.572Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-21T21:34:41.550Z] ---> 3622c71d6449 [2020-11-21T21:34:41.550Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-21T21:34:41.550Z] ---> Running in 948d407937ae [2020-11-21T21:34:44.169Z] Removing intermediate container 948d407937ae [2020-11-21T21:34:44.169Z] ---> 6ca412162ab1 [2020-11-21T21:34:44.169Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-21T21:34:44.764Z] ---> 208f8248fdf6 [2020-11-21T21:34:44.764Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-21T21:34:44.764Z] ---> Running in afc684a94c49 [2020-11-21T21:34:47.377Z] Removing intermediate container afc684a94c49 [2020-11-21T21:34:47.377Z] ---> 471580421574 [2020-11-21T21:34:47.377Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-21T21:34:47.377Z] ---> Running in 86a085de9dd5 [2020-11-21T21:34:49.995Z] Removing intermediate container 86a085de9dd5 [2020-11-21T21:34:49.995Z] ---> 32debbf2162b [2020-11-21T21:34:49.995Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-21T21:34:49.995Z] ---> Running in 7fb700bd3bb8 [2020-11-21T21:34:50.585Z] Removing intermediate container 7fb700bd3bb8 [2020-11-21T21:34:50.585Z] ---> 51d40c627dc4 [2020-11-21T21:34:50.585Z] Step 26/29 : CMD [ "generate" ] [2020-11-21T21:34:50.585Z] ---> Running in c45f94c27c99 [2020-11-21T21:34:51.177Z] Removing intermediate container c45f94c27c99 [2020-11-21T21:34:51.177Z] ---> 8731c5702694 [2020-11-21T21:34:51.177Z] Step 27/29 : LABEL arch=arm64 [2020-11-21T21:34:51.177Z] ---> Running in 8086e7f4f5aa [2020-11-21T21:34:51.769Z] Removing intermediate container 8086e7f4f5aa [2020-11-21T21:34:51.769Z] ---> cbb68ad1cb9f [2020-11-21T21:34:51.769Z] Step 28/29 : LABEL git_sha=55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:34:51.769Z] ---> Running in 7cf0dc322e89 [2020-11-21T21:34:52.361Z] Removing intermediate container 7cf0dc322e89 [2020-11-21T21:34:52.361Z] ---> 844e0e328386 [2020-11-21T21:34:52.361Z] Step 29/29 : LABEL version=1.3.1-dev.5 [2020-11-21T21:34:52.361Z] ---> Running in 976685f4a8fa [2020-11-21T21:34:52.953Z] Removing intermediate container 976685f4a8fa [2020-11-21T21:34:52.953Z] ---> e6cea80e765c [2020-11-21T21:34:52.953Z] [2020-11-21T21:34:53.224Z] Successfully built e6cea80e765c [2020-11-21T21:34:53.224Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-21T21:34:53.510Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-11-21T21:34:53.643Z] $ docker stop --time=1 6d3d1bbdcf5197bc087df211c097507cc83e993d36c829f82e9397abd476ffef [2020-11-21T21:34:55.588Z] $ docker rm -f 6d3d1bbdcf5197bc087df211c097507cc83e993d36c829f82e9397abd476ffef [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T21:34:56.138Z] + grep docker [2020-11-21T21:34:56.138Z] + docker images [2020-11-21T21:34:56.409Z] docker-security-secrets-setup-go-arm64 latest e6cea80e765c 4 seconds ago 22.7MB [2020-11-21T21:34:56.409Z] docker-sys-mgmt-agent-go-arm64 latest e5a8373d68b0 34 seconds ago 270MB [2020-11-21T21:34:56.409Z] docker-core-data-go-arm64 latest 6e20b5c3d4dc 40 seconds ago 22.3MB [2020-11-21T21:34:56.409Z] docker-support-notifications-go-arm64 latest efb00ef30be7 About a minute ago 12.9MB [2020-11-21T21:34:56.409Z] docker-core-metadata-go-arm64 latest 6243bb8fd1d6 About a minute ago 13.6MB [2020-11-21T21:34:56.409Z] docker-support-scheduler-go-arm64 latest 49ba06f6c96c About a minute ago 11.5MB [2020-11-21T21:34:56.409Z] docker-security-secretstore-setup-go-arm64 latest fb9f68b8dcef 4 minutes ago 23.5MB [2020-11-21T21:34:56.409Z] docker-security-bootstrap-redis-go-arm64 latest a40c54865e67 4 minutes ago 15.2MB [2020-11-21T21:34:56.409Z] docker-core-command-go-arm64 latest 3caa276a73ef 4 minutes ago 11.4MB [2020-11-21T21:34:56.409Z] docker-support-logging-go-arm64 latest ae2eae027937 4 minutes ago 10.6MB [2020-11-21T21:34:56.409Z] docker-security-proxy-setup-go-arm64 latest 18d6bb8e6ebe 4 minutes ago 15.1MB [2020-11-21T21:34:56.409Z] docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T21:34:56.973Z] provisioning config files... [2020-11-21T21:34:57.008Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config8440303056983833948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:34:57.411Z] ---> docker-login.sh [2020-11-21T21:34:57.411Z] nexus3.edgexfoundry.org:10001 [2020-11-21T21:34:57.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:34:57.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:34:57.951Z] Configure a credential helper to remove this warning. See [2020-11-21T21:34:57.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:34:57.951Z] [2020-11-21T21:34:57.951Z] Login Succeeded [2020-11-21T21:34:57.951Z] nexus3.edgexfoundry.org:10002 [2020-11-21T21:34:58.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:34:58.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:34:58.495Z] Configure a credential helper to remove this warning. See [2020-11-21T21:34:58.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:34:58.495Z] [2020-11-21T21:34:58.495Z] Login Succeeded [2020-11-21T21:34:58.495Z] nexus3.edgexfoundry.org:10003 [2020-11-21T21:34:59.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:34:59.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:34:59.088Z] Configure a credential helper to remove this warning. See [2020-11-21T21:34:59.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:34:59.088Z] [2020-11-21T21:34:59.088Z] Login Succeeded [2020-11-21T21:34:59.088Z] nexus3.edgexfoundry.org:10004 [2020-11-21T21:34:59.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:34:59.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:34:59.679Z] Configure a credential helper to remove this warning. See [2020-11-21T21:34:59.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:34:59.679Z] [2020-11-21T21:34:59.679Z] Login Succeeded [2020-11-21T21:34:59.679Z] docker.io [2020-11-21T21:35:00.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T21:35:00.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T21:35:00.548Z] Configure a credential helper to remove this warning. See [2020-11-21T21:35:00.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T21:35:00.548Z] [2020-11-21T21:35:00.548Z] Login Succeeded [2020-11-21T21:35:00.548Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T21:35:00.565Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:00.846Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-21T21:35:00.846Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:00.846Z] 1.3.1-dev.5 [2020-11-21T21:35:00.846Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:00.846Z] master [2020-11-21T21:35:00.846Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:01.361Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:01.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:01.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T21:35:01.704Z] f0573221e3b0: Preparing [2020-11-21T21:35:01.704Z] b5ca294fc682: Preparing [2020-11-21T21:35:01.704Z] 04c252c6f819: Preparing [2020-11-21T21:35:04.316Z] f0573221e3b0: Pushed [2020-11-21T21:35:04.316Z] 04c252c6f819: Pushed [2020-11-21T21:35:05.740Z] b5ca294fc682: Pushed [2020-11-21T21:35:06.010Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:06.350Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:06.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:06.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T21:35:06.683Z] f0573221e3b0: Preparing [2020-11-21T21:35:06.683Z] b5ca294fc682: Preparing [2020-11-21T21:35:06.683Z] 04c252c6f819: Preparing [2020-11-21T21:35:06.683Z] f0573221e3b0: Layer already exists [2020-11-21T21:35:06.683Z] 04c252c6f819: Layer already exists [2020-11-21T21:35:06.683Z] b5ca294fc682: Layer already exists [2020-11-21T21:35:06.953Z] 1.3.1-dev.5: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:07.290Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:07.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:07.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T21:35:07.626Z] f0573221e3b0: Preparing [2020-11-21T21:35:07.626Z] b5ca294fc682: Preparing [2020-11-21T21:35:07.626Z] 04c252c6f819: Preparing [2020-11-21T21:35:07.626Z] 04c252c6f819: Layer already exists [2020-11-21T21:35:07.626Z] b5ca294fc682: Layer already exists [2020-11-21T21:35:07.626Z] f0573221e3b0: Layer already exists [2020-11-21T21:35:07.896Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:08.241Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:08.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-21T21:35:08.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-21T21:35:08.576Z] f0573221e3b0: Preparing [2020-11-21T21:35:08.576Z] b5ca294fc682: Preparing [2020-11-21T21:35:08.576Z] 04c252c6f819: Preparing [2020-11-21T21:35:08.576Z] f0573221e3b0: Layer already exists [2020-11-21T21:35:08.576Z] 04c252c6f819: Layer already exists [2020-11-21T21:35:08.576Z] b5ca294fc682: Layer already exists [2020-11-21T21:35:08.844Z] master: digest: sha256:9b4df160fed36b45935acc44eb5e78b33768413fdb410def2dd44ca762b515a5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:09.035Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:09.082Z] taggedImages: [2020-11-21T21:35:09.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:09.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:09.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:09.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-21T21:35:09.146Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-21T21:35:09.146Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:09.146Z] 1.3.1-dev.5 [2020-11-21T21:35:09.146Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:09.146Z] master [2020-11-21T21:35:09.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:09.656Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:10.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:10.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T21:35:10.019Z] 45a5894b577e: Preparing [2020-11-21T21:35:10.019Z] 851e3803f082: Preparing [2020-11-21T21:35:10.019Z] 80b395076dfd: Preparing [2020-11-21T21:35:10.019Z] 8c9c630dd84d: Preparing [2020-11-21T21:35:10.019Z] afa6d81d4e85: Preparing [2020-11-21T21:35:10.019Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:10.019Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:10.292Z] 45a5894b577e: Pushed [2020-11-21T21:35:10.292Z] 80b395076dfd: Pushed [2020-11-21T21:35:10.292Z] afa6d81d4e85: Pushed [2020-11-21T21:35:10.563Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:11.155Z] 8c9c630dd84d: Pushed [2020-11-21T21:35:14.526Z] 851e3803f082: Pushed [2020-11-21T21:35:14.526Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:14.865Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:15.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:15.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T21:35:15.201Z] 45a5894b577e: Preparing [2020-11-21T21:35:15.201Z] 851e3803f082: Preparing [2020-11-21T21:35:15.201Z] 80b395076dfd: Preparing [2020-11-21T21:35:15.201Z] 8c9c630dd84d: Preparing [2020-11-21T21:35:15.201Z] afa6d81d4e85: Preparing [2020-11-21T21:35:15.201Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:15.201Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:15.201Z] 80b395076dfd: Layer already exists [2020-11-21T21:35:15.201Z] 8c9c630dd84d: Layer already exists [2020-11-21T21:35:15.201Z] 851e3803f082: Layer already exists [2020-11-21T21:35:15.201Z] 45a5894b577e: Layer already exists [2020-11-21T21:35:15.201Z] afa6d81d4e85: Layer already exists [2020-11-21T21:35:15.472Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:15.472Z] 1.3.1-dev.5: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:15.835Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:16.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:16.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T21:35:16.203Z] 45a5894b577e: Preparing [2020-11-21T21:35:16.203Z] 851e3803f082: Preparing [2020-11-21T21:35:16.203Z] 80b395076dfd: Preparing [2020-11-21T21:35:16.203Z] 8c9c630dd84d: Preparing [2020-11-21T21:35:16.203Z] afa6d81d4e85: Preparing [2020-11-21T21:35:16.203Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:16.203Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:16.203Z] afa6d81d4e85: Layer already exists [2020-11-21T21:35:16.203Z] 851e3803f082: Layer already exists [2020-11-21T21:35:16.203Z] 8c9c630dd84d: Layer already exists [2020-11-21T21:35:16.481Z] 45a5894b577e: Layer already exists [2020-11-21T21:35:16.481Z] 80b395076dfd: Layer already exists [2020-11-21T21:35:16.481Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:16.481Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:16.843Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:17.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-21T21:35:17.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-21T21:35:17.196Z] 45a5894b577e: Preparing [2020-11-21T21:35:17.196Z] 851e3803f082: Preparing [2020-11-21T21:35:17.196Z] 80b395076dfd: Preparing [2020-11-21T21:35:17.196Z] 8c9c630dd84d: Preparing [2020-11-21T21:35:17.196Z] afa6d81d4e85: Preparing [2020-11-21T21:35:17.196Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:17.196Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:17.196Z] 851e3803f082: Layer already exists [2020-11-21T21:35:17.196Z] 45a5894b577e: Layer already exists [2020-11-21T21:35:17.196Z] afa6d81d4e85: Layer already exists [2020-11-21T21:35:17.196Z] 80b395076dfd: Layer already exists [2020-11-21T21:35:17.196Z] 8c9c630dd84d: Layer already exists [2020-11-21T21:35:17.196Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:17.467Z] master: digest: sha256:94145d51ccd6ece836a81f6df7c508ddae75b974c07c6d47f22d0c8c43ec9fe8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:17.689Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:17.740Z] taggedImages: [2020-11-21T21:35:17.740Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:17.740Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:17.740Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:17.740Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-21T21:35:17.804Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-21T21:35:17.804Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:17.804Z] 1.3.1-dev.5 [2020-11-21T21:35:17.804Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:17.804Z] master [2020-11-21T21:35:17.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:18.313Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:18.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:18.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T21:35:18.646Z] a5e1cbf7705c: Preparing [2020-11-21T21:35:18.646Z] 25335e1d8a38: Preparing [2020-11-21T21:35:18.646Z] aa85586158a9: Preparing [2020-11-21T21:35:18.917Z] aa85586158a9: Pushed [2020-11-21T21:35:18.917Z] a5e1cbf7705c: Pushed [2020-11-21T21:35:22.282Z] 25335e1d8a38: Pushed [2020-11-21T21:35:22.554Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:22.889Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:23.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:23.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T21:35:23.221Z] a5e1cbf7705c: Preparing [2020-11-21T21:35:23.221Z] 25335e1d8a38: Preparing [2020-11-21T21:35:23.221Z] aa85586158a9: Preparing [2020-11-21T21:35:23.221Z] a5e1cbf7705c: Layer already exists [2020-11-21T21:35:23.221Z] 25335e1d8a38: Layer already exists [2020-11-21T21:35:23.221Z] aa85586158a9: Layer already exists [2020-11-21T21:35:23.492Z] 1.3.1-dev.5: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:23.836Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:24.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:24.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T21:35:24.168Z] a5e1cbf7705c: Preparing [2020-11-21T21:35:24.168Z] 25335e1d8a38: Preparing [2020-11-21T21:35:24.168Z] aa85586158a9: Preparing [2020-11-21T21:35:24.168Z] aa85586158a9: Layer already exists [2020-11-21T21:35:24.168Z] 25335e1d8a38: Layer already exists [2020-11-21T21:35:24.168Z] a5e1cbf7705c: Layer already exists [2020-11-21T21:35:24.439Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:24.777Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:25.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-21T21:35:25.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-21T21:35:25.113Z] a5e1cbf7705c: Preparing [2020-11-21T21:35:25.113Z] 25335e1d8a38: Preparing [2020-11-21T21:35:25.113Z] aa85586158a9: Preparing [2020-11-21T21:35:25.385Z] 25335e1d8a38: Layer already exists [2020-11-21T21:35:25.385Z] aa85586158a9: Layer already exists [2020-11-21T21:35:25.385Z] a5e1cbf7705c: Layer already exists [2020-11-21T21:35:25.385Z] master: digest: sha256:13c0ef6340f5e5e22ee88a766b41e26868584becae7bce15498c95861187aff8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:25.598Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:25.645Z] taggedImages: [2020-11-21T21:35:25.645Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:25.645Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:25.645Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:25.645Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-21T21:35:25.771Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-21T21:35:25.771Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:25.771Z] 1.3.1-dev.5 [2020-11-21T21:35:25.771Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:25.771Z] master [2020-11-21T21:35:25.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:26.293Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:26.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:26.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T21:35:26.628Z] c4f771ee6dd5: Preparing [2020-11-21T21:35:26.628Z] b46885e5ff4f: Preparing [2020-11-21T21:35:26.628Z] dce90b9830a4: Preparing [2020-11-21T21:35:26.628Z] 82dd4390de7f: Preparing [2020-11-21T21:35:26.628Z] 07b6f42a2a83: Preparing [2020-11-21T21:35:26.628Z] f8f4b9f3cbca: Preparing [2020-11-21T21:35:26.628Z] 66b385cf80cf: Preparing [2020-11-21T21:35:26.628Z] f8f4b9f3cbca: Waiting [2020-11-21T21:35:26.628Z] 66b385cf80cf: Waiting [2020-11-21T21:35:26.901Z] b46885e5ff4f: Pushed [2020-11-21T21:35:26.901Z] dce90b9830a4: Pushed [2020-11-21T21:35:26.901Z] c4f771ee6dd5: Pushed [2020-11-21T21:35:26.901Z] 07b6f42a2a83: Pushed [2020-11-21T21:35:27.174Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:27.765Z] f8f4b9f3cbca: Pushed [2020-11-21T21:35:29.183Z] 82dd4390de7f: Pushed [2020-11-21T21:35:29.183Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:29.517Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:29.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:29.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T21:35:29.853Z] c4f771ee6dd5: Preparing [2020-11-21T21:35:29.853Z] b46885e5ff4f: Preparing [2020-11-21T21:35:29.853Z] dce90b9830a4: Preparing [2020-11-21T21:35:29.853Z] 82dd4390de7f: Preparing [2020-11-21T21:35:29.853Z] 07b6f42a2a83: Preparing [2020-11-21T21:35:29.853Z] f8f4b9f3cbca: Preparing [2020-11-21T21:35:29.853Z] 66b385cf80cf: Preparing [2020-11-21T21:35:29.853Z] f8f4b9f3cbca: Waiting [2020-11-21T21:35:29.853Z] 66b385cf80cf: Waiting [2020-11-21T21:35:29.853Z] b46885e5ff4f: Layer already exists [2020-11-21T21:35:29.853Z] c4f771ee6dd5: Layer already exists [2020-11-21T21:35:29.853Z] 07b6f42a2a83: Layer already exists [2020-11-21T21:35:29.853Z] 82dd4390de7f: Layer already exists [2020-11-21T21:35:29.853Z] dce90b9830a4: Layer already exists [2020-11-21T21:35:29.853Z] f8f4b9f3cbca: Layer already exists [2020-11-21T21:35:29.853Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:30.123Z] 1.3.1-dev.5: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:30.460Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:30.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:30.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T21:35:30.793Z] c4f771ee6dd5: Preparing [2020-11-21T21:35:30.793Z] b46885e5ff4f: Preparing [2020-11-21T21:35:30.793Z] dce90b9830a4: Preparing [2020-11-21T21:35:30.793Z] 82dd4390de7f: Preparing [2020-11-21T21:35:30.793Z] 07b6f42a2a83: Preparing [2020-11-21T21:35:30.793Z] f8f4b9f3cbca: Preparing [2020-11-21T21:35:30.793Z] 66b385cf80cf: Preparing [2020-11-21T21:35:30.793Z] f8f4b9f3cbca: Waiting [2020-11-21T21:35:30.793Z] 66b385cf80cf: Waiting [2020-11-21T21:35:30.793Z] 82dd4390de7f: Layer already exists [2020-11-21T21:35:30.793Z] 07b6f42a2a83: Layer already exists [2020-11-21T21:35:30.793Z] c4f771ee6dd5: Layer already exists [2020-11-21T21:35:30.793Z] dce90b9830a4: Layer already exists [2020-11-21T21:35:30.793Z] b46885e5ff4f: Layer already exists [2020-11-21T21:35:30.793Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:30.793Z] f8f4b9f3cbca: Layer already exists [2020-11-21T21:35:31.061Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:31.395Z] + 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-21T21:35:31.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-21T21:35:31.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-21T21:35:31.728Z] c4f771ee6dd5: Preparing [2020-11-21T21:35:31.728Z] b46885e5ff4f: Preparing [2020-11-21T21:35:31.728Z] dce90b9830a4: Preparing [2020-11-21T21:35:31.728Z] 82dd4390de7f: Preparing [2020-11-21T21:35:31.728Z] 07b6f42a2a83: Preparing [2020-11-21T21:35:31.728Z] f8f4b9f3cbca: Preparing [2020-11-21T21:35:31.728Z] 66b385cf80cf: Preparing [2020-11-21T21:35:31.728Z] f8f4b9f3cbca: Waiting [2020-11-21T21:35:31.728Z] 66b385cf80cf: Waiting [2020-11-21T21:35:31.728Z] c4f771ee6dd5: Layer already exists [2020-11-21T21:35:31.728Z] 82dd4390de7f: Layer already exists [2020-11-21T21:35:31.728Z] dce90b9830a4: Layer already exists [2020-11-21T21:35:31.728Z] b46885e5ff4f: Layer already exists [2020-11-21T21:35:31.728Z] 07b6f42a2a83: Layer already exists [2020-11-21T21:35:31.728Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:31.728Z] f8f4b9f3cbca: Layer already exists [2020-11-21T21:35:31.997Z] master: digest: sha256:f37476f9ae422bddaa3143ae9803f88239ae9e64912a823d471a3e43c62f5e8a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:32.253Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:32.299Z] taggedImages: [2020-11-21T21:35:32.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:32.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:32.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:32.299Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-21T21:35:32.362Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-21T21:35:32.362Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:32.362Z] 1.3.1-dev.5 [2020-11-21T21:35:32.362Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:32.362Z] master [2020-11-21T21:35:32.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:32.873Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:33.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:33.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T21:35:33.205Z] 1a0c68d48c6a: Preparing [2020-11-21T21:35:33.205Z] 54cfab94656c: Preparing [2020-11-21T21:35:33.205Z] 511fbf7c22c5: Preparing [2020-11-21T21:35:33.205Z] 7c187174883d: Preparing [2020-11-21T21:35:33.205Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:33.476Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:33.476Z] 511fbf7c22c5: Pushed [2020-11-21T21:35:33.476Z] 54cfab94656c: Pushed [2020-11-21T21:35:33.748Z] 7c187174883d: Pushed [2020-11-21T21:35:35.703Z] 1a0c68d48c6a: Pushed [2020-11-21T21:35:35.703Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:36.039Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:36.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:36.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T21:35:36.376Z] 1a0c68d48c6a: Preparing [2020-11-21T21:35:36.376Z] 54cfab94656c: Preparing [2020-11-21T21:35:36.376Z] 511fbf7c22c5: Preparing [2020-11-21T21:35:36.376Z] 7c187174883d: Preparing [2020-11-21T21:35:36.376Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:36.647Z] 54cfab94656c: Layer already exists [2020-11-21T21:35:36.647Z] 511fbf7c22c5: Layer already exists [2020-11-21T21:35:36.647Z] 7c187174883d: Layer already exists [2020-11-21T21:35:36.647Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:36.647Z] 1a0c68d48c6a: Layer already exists [2020-11-21T21:35:36.647Z] 1.3.1-dev.5: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:36.988Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:37.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:37.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T21:35:37.324Z] 1a0c68d48c6a: Preparing [2020-11-21T21:35:37.324Z] 54cfab94656c: Preparing [2020-11-21T21:35:37.324Z] 511fbf7c22c5: Preparing [2020-11-21T21:35:37.324Z] 7c187174883d: Preparing [2020-11-21T21:35:37.324Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:37.595Z] 7c187174883d: Layer already exists [2020-11-21T21:35:37.595Z] 54cfab94656c: Layer already exists [2020-11-21T21:35:37.595Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:37.595Z] 511fbf7c22c5: Layer already exists [2020-11-21T21:35:37.595Z] 1a0c68d48c6a: Layer already exists [2020-11-21T21:35:37.596Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:37.939Z] + 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-21T21:35:38.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-21T21:35:38.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-21T21:35:38.269Z] 1a0c68d48c6a: Preparing [2020-11-21T21:35:38.269Z] 54cfab94656c: Preparing [2020-11-21T21:35:38.269Z] 511fbf7c22c5: Preparing [2020-11-21T21:35:38.269Z] 7c187174883d: Preparing [2020-11-21T21:35:38.269Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:38.539Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:38.539Z] 7c187174883d: Layer already exists [2020-11-21T21:35:38.539Z] 511fbf7c22c5: Layer already exists [2020-11-21T21:35:38.539Z] 54cfab94656c: Layer already exists [2020-11-21T21:35:38.539Z] 1a0c68d48c6a: Layer already exists [2020-11-21T21:35:38.539Z] master: digest: sha256:887e8a06208a1fa13f6aabfec1e792833ac3b66bb2f5d1ebfa50ba0d9dc0374b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:38.814Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:38.858Z] taggedImages: [2020-11-21T21:35:38.858Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:38.858Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:38.858Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:38.858Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-21T21:35:38.922Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-21T21:35:38.922Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:38.922Z] 1.3.1-dev.5 [2020-11-21T21:35:38.922Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:38.922Z] master [2020-11-21T21:35:38.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:39.431Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:39.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:39.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T21:35:39.814Z] 9854a00fd85d: Preparing [2020-11-21T21:35:39.814Z] 2d689da2c426: Preparing [2020-11-21T21:35:39.814Z] 5c78712c3ad2: Preparing [2020-11-21T21:35:39.814Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:39.814Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:39.814Z] d4b04a86290b: Preparing [2020-11-21T21:35:39.814Z] 261befd507ed: Preparing [2020-11-21T21:35:39.814Z] 5bd447d4b332: Preparing [2020-11-21T21:35:39.814Z] 9854a00fd85d: Preparing [2020-11-21T21:35:39.814Z] 66cb50358976: Preparing [2020-11-21T21:35:39.814Z] 27be8f952355: Preparing [2020-11-21T21:35:39.814Z] ab6ef1c92a67: Preparing [2020-11-21T21:35:39.814Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:39.814Z] 261befd507ed: Waiting [2020-11-21T21:35:39.814Z] 66cb50358976: Waiting [2020-11-21T21:35:39.814Z] 5bd447d4b332: Waiting [2020-11-21T21:35:39.814Z] ab6ef1c92a67: Waiting [2020-11-21T21:35:39.814Z] 27be8f952355: Waiting [2020-11-21T21:35:39.814Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:40.091Z] b4e0ec9e2c2f: Pushed [2020-11-21T21:35:40.091Z] 5c78712c3ad2: Pushed [2020-11-21T21:35:40.091Z] d4b04a86290b: Pushed [2020-11-21T21:35:40.091Z] 2d689da2c426: Pushed [2020-11-21T21:35:40.361Z] 261befd507ed: Pushed [2020-11-21T21:35:40.361Z] 5bd447d4b332: Pushed [2020-11-21T21:35:40.361Z] 66cb50358976: Pushed [2020-11-21T21:35:40.361Z] 27be8f952355: Pushed [2020-11-21T21:35:40.361Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:40.632Z] ab6ef1c92a67: Pushed [2020-11-21T21:35:42.590Z] 9854a00fd85d: Pushed [2020-11-21T21:35:42.590Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:42.929Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:43.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:43.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T21:35:43.268Z] 9854a00fd85d: Preparing [2020-11-21T21:35:43.268Z] 2d689da2c426: Preparing [2020-11-21T21:35:43.268Z] 5c78712c3ad2: Preparing [2020-11-21T21:35:43.268Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:43.268Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:43.268Z] d4b04a86290b: Preparing [2020-11-21T21:35:43.268Z] 261befd507ed: Preparing [2020-11-21T21:35:43.268Z] 5bd447d4b332: Preparing [2020-11-21T21:35:43.268Z] 9854a00fd85d: Preparing [2020-11-21T21:35:43.268Z] 66cb50358976: Preparing [2020-11-21T21:35:43.268Z] 27be8f952355: Preparing [2020-11-21T21:35:43.268Z] ab6ef1c92a67: Preparing [2020-11-21T21:35:43.268Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:43.268Z] 27be8f952355: Waiting [2020-11-21T21:35:43.268Z] ab6ef1c92a67: Waiting [2020-11-21T21:35:43.268Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:43.268Z] 261befd507ed: Waiting [2020-11-21T21:35:43.268Z] 5bd447d4b332: Waiting [2020-11-21T21:35:43.268Z] 66cb50358976: Waiting [2020-11-21T21:35:43.268Z] 5c78712c3ad2: Layer already exists [2020-11-21T21:35:43.268Z] d4b04a86290b: Layer already exists [2020-11-21T21:35:43.268Z] 2d689da2c426: Layer already exists [2020-11-21T21:35:43.268Z] 9854a00fd85d: Layer already exists [2020-11-21T21:35:43.268Z] b4e0ec9e2c2f: Layer already exists [2020-11-21T21:35:43.268Z] 5bd447d4b332: Layer already exists [2020-11-21T21:35:43.268Z] 261befd507ed: Layer already exists [2020-11-21T21:35:43.268Z] ab6ef1c92a67: Layer already exists [2020-11-21T21:35:43.546Z] 66cb50358976: Layer already exists [2020-11-21T21:35:43.546Z] 27be8f952355: Layer already exists [2020-11-21T21:35:43.546Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:43.546Z] 1.3.1-dev.5: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:43.898Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:44.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:44.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T21:35:44.274Z] 9854a00fd85d: Preparing [2020-11-21T21:35:44.274Z] 2d689da2c426: Preparing [2020-11-21T21:35:44.274Z] 5c78712c3ad2: Preparing [2020-11-21T21:35:44.274Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:44.274Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:44.274Z] d4b04a86290b: Preparing [2020-11-21T21:35:44.274Z] 261befd507ed: Preparing [2020-11-21T21:35:44.274Z] 5bd447d4b332: Preparing [2020-11-21T21:35:44.274Z] 9854a00fd85d: Preparing [2020-11-21T21:35:44.274Z] 66cb50358976: Preparing [2020-11-21T21:35:44.274Z] 27be8f952355: Preparing [2020-11-21T21:35:44.274Z] ab6ef1c92a67: Preparing [2020-11-21T21:35:44.274Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:44.274Z] 261befd507ed: Waiting [2020-11-21T21:35:44.274Z] 66cb50358976: Waiting [2020-11-21T21:35:44.274Z] 27be8f952355: Waiting [2020-11-21T21:35:44.274Z] ab6ef1c92a67: Waiting [2020-11-21T21:35:44.274Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:44.274Z] 5bd447d4b332: Waiting [2020-11-21T21:35:44.274Z] 2d689da2c426: Layer already exists [2020-11-21T21:35:44.274Z] d4b04a86290b: Layer already exists [2020-11-21T21:35:44.544Z] b4e0ec9e2c2f: Layer already exists [2020-11-21T21:35:44.544Z] 9854a00fd85d: Layer already exists [2020-11-21T21:35:44.544Z] 5c78712c3ad2: Layer already exists [2020-11-21T21:35:44.544Z] 261befd507ed: Layer already exists [2020-11-21T21:35:44.544Z] 66cb50358976: Layer already exists [2020-11-21T21:35:44.544Z] ab6ef1c92a67: Layer already exists [2020-11-21T21:35:44.544Z] 5bd447d4b332: Layer already exists [2020-11-21T21:35:44.544Z] 27be8f952355: Layer already exists [2020-11-21T21:35:44.544Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:44.544Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:44.882Z] + 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-21T21:35:45.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-21T21:35:45.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-21T21:35:45.212Z] 9854a00fd85d: Preparing [2020-11-21T21:35:45.212Z] 2d689da2c426: Preparing [2020-11-21T21:35:45.212Z] 5c78712c3ad2: Preparing [2020-11-21T21:35:45.212Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:45.212Z] b4e0ec9e2c2f: Preparing [2020-11-21T21:35:45.212Z] d4b04a86290b: Preparing [2020-11-21T21:35:45.212Z] 261befd507ed: Preparing [2020-11-21T21:35:45.212Z] 5bd447d4b332: Preparing [2020-11-21T21:35:45.212Z] 9854a00fd85d: Preparing [2020-11-21T21:35:45.212Z] 66cb50358976: Preparing [2020-11-21T21:35:45.212Z] 27be8f952355: Preparing [2020-11-21T21:35:45.212Z] ab6ef1c92a67: Preparing [2020-11-21T21:35:45.212Z] cd3761cfa1d9: Preparing [2020-11-21T21:35:45.212Z] 261befd507ed: Waiting [2020-11-21T21:35:45.212Z] 5bd447d4b332: Waiting [2020-11-21T21:35:45.212Z] 66cb50358976: Waiting [2020-11-21T21:35:45.212Z] 27be8f952355: Waiting [2020-11-21T21:35:45.212Z] cd3761cfa1d9: Waiting [2020-11-21T21:35:45.212Z] ab6ef1c92a67: Waiting [2020-11-21T21:35:45.212Z] d4b04a86290b: Layer already exists [2020-11-21T21:35:45.212Z] b4e0ec9e2c2f: Layer already exists [2020-11-21T21:35:45.212Z] 5c78712c3ad2: Layer already exists [2020-11-21T21:35:45.212Z] 2d689da2c426: Layer already exists [2020-11-21T21:35:45.212Z] 9854a00fd85d: Layer already exists [2020-11-21T21:35:45.212Z] 261befd507ed: Layer already exists [2020-11-21T21:35:45.483Z] 5bd447d4b332: Layer already exists [2020-11-21T21:35:45.483Z] 27be8f952355: Layer already exists [2020-11-21T21:35:45.483Z] ab6ef1c92a67: Layer already exists [2020-11-21T21:35:45.483Z] 66cb50358976: Layer already exists [2020-11-21T21:35:45.483Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:35:45.483Z] master: digest: sha256:2b91aeea4874906aabeb9c0d2c114d6f60fcdf4eefc0b3e71e804dd96f9fa663 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:45.697Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:45.749Z] taggedImages: [2020-11-21T21:35:45.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:45.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:45.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:45.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-21T21:35:45.838Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-21T21:35:45.838Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:45.838Z] 1.3.1-dev.5 [2020-11-21T21:35:45.838Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:45.838Z] master [2020-11-21T21:35:45.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:46.421Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:46.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:46.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T21:35:46.759Z] 4068efbd0e26: Preparing [2020-11-21T21:35:46.759Z] 1cc80dc39500: Preparing [2020-11-21T21:35:46.759Z] 841189f74098: Preparing [2020-11-21T21:35:46.759Z] bb87d3c4bb56: Preparing [2020-11-21T21:35:46.759Z] 631868e78687: Preparing [2020-11-21T21:35:46.759Z] 9828cec69667: Preparing [2020-11-21T21:35:46.759Z] 729a6414e94b: Preparing [2020-11-21T21:35:46.759Z] bfead8183043: Preparing [2020-11-21T21:35:46.759Z] 66b385cf80cf: Preparing [2020-11-21T21:35:46.759Z] 9828cec69667: Waiting [2020-11-21T21:35:46.759Z] 729a6414e94b: Waiting [2020-11-21T21:35:46.759Z] bfead8183043: Waiting [2020-11-21T21:35:46.759Z] 66b385cf80cf: Waiting [2020-11-21T21:35:47.029Z] 631868e78687: Pushed [2020-11-21T21:35:47.029Z] 1cc80dc39500: Pushed [2020-11-21T21:35:47.029Z] 4068efbd0e26: Pushed [2020-11-21T21:35:47.308Z] 9828cec69667: Pushed [2020-11-21T21:35:47.308Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:47.308Z] 729a6414e94b: Pushed [2020-11-21T21:35:47.579Z] bfead8183043: Pushed [2020-11-21T21:35:49.544Z] 841189f74098: Pushed [2020-11-21T21:35:49.544Z] bb87d3c4bb56: Pushed [2020-11-21T21:35:49.544Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:49.903Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:50.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:50.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T21:35:50.238Z] 4068efbd0e26: Preparing [2020-11-21T21:35:50.238Z] 1cc80dc39500: Preparing [2020-11-21T21:35:50.238Z] 841189f74098: Preparing [2020-11-21T21:35:50.238Z] bb87d3c4bb56: Preparing [2020-11-21T21:35:50.238Z] 631868e78687: Preparing [2020-11-21T21:35:50.238Z] 9828cec69667: Preparing [2020-11-21T21:35:50.238Z] 729a6414e94b: Preparing [2020-11-21T21:35:50.238Z] bfead8183043: Preparing [2020-11-21T21:35:50.238Z] 66b385cf80cf: Preparing [2020-11-21T21:35:50.238Z] 729a6414e94b: Waiting [2020-11-21T21:35:50.238Z] bfead8183043: Waiting [2020-11-21T21:35:50.238Z] 66b385cf80cf: Waiting [2020-11-21T21:35:50.238Z] 841189f74098: Layer already exists [2020-11-21T21:35:50.238Z] 4068efbd0e26: Layer already exists [2020-11-21T21:35:50.238Z] bb87d3c4bb56: Layer already exists [2020-11-21T21:35:50.238Z] 631868e78687: Layer already exists [2020-11-21T21:35:50.238Z] 1cc80dc39500: Layer already exists [2020-11-21T21:35:50.238Z] 9828cec69667: Layer already exists [2020-11-21T21:35:50.238Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:50.238Z] 729a6414e94b: Layer already exists [2020-11-21T21:35:50.238Z] bfead8183043: Layer already exists [2020-11-21T21:35:50.507Z] 1.3.1-dev.5: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:50.844Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:51.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:51.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T21:35:51.177Z] 4068efbd0e26: Preparing [2020-11-21T21:35:51.177Z] 1cc80dc39500: Preparing [2020-11-21T21:35:51.177Z] 841189f74098: Preparing [2020-11-21T21:35:51.177Z] bb87d3c4bb56: Preparing [2020-11-21T21:35:51.177Z] 631868e78687: Preparing [2020-11-21T21:35:51.177Z] 9828cec69667: Preparing [2020-11-21T21:35:51.177Z] 729a6414e94b: Preparing [2020-11-21T21:35:51.177Z] bfead8183043: Preparing [2020-11-21T21:35:51.177Z] 66b385cf80cf: Preparing [2020-11-21T21:35:51.177Z] 9828cec69667: Waiting [2020-11-21T21:35:51.177Z] 729a6414e94b: Waiting [2020-11-21T21:35:51.177Z] bfead8183043: Waiting [2020-11-21T21:35:51.177Z] 66b385cf80cf: Waiting [2020-11-21T21:35:51.177Z] 631868e78687: Layer already exists [2020-11-21T21:35:51.177Z] 1cc80dc39500: Layer already exists [2020-11-21T21:35:51.177Z] 4068efbd0e26: Layer already exists [2020-11-21T21:35:51.177Z] bb87d3c4bb56: Layer already exists [2020-11-21T21:35:51.177Z] 841189f74098: Layer already exists [2020-11-21T21:35:51.177Z] 729a6414e94b: Layer already exists [2020-11-21T21:35:51.177Z] 9828cec69667: Layer already exists [2020-11-21T21:35:51.177Z] bfead8183043: Layer already exists [2020-11-21T21:35:51.177Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:51.448Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:51.786Z] + 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-21T21:35:52.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-21T21:35:52.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-21T21:35:52.120Z] 4068efbd0e26: Preparing [2020-11-21T21:35:52.120Z] 1cc80dc39500: Preparing [2020-11-21T21:35:52.120Z] 841189f74098: Preparing [2020-11-21T21:35:52.120Z] bb87d3c4bb56: Preparing [2020-11-21T21:35:52.120Z] 631868e78687: Preparing [2020-11-21T21:35:52.120Z] 9828cec69667: Preparing [2020-11-21T21:35:52.120Z] 729a6414e94b: Preparing [2020-11-21T21:35:52.120Z] bfead8183043: Preparing [2020-11-21T21:35:52.120Z] 66b385cf80cf: Preparing [2020-11-21T21:35:52.120Z] 729a6414e94b: Waiting [2020-11-21T21:35:52.120Z] bfead8183043: Waiting [2020-11-21T21:35:52.120Z] 66b385cf80cf: Waiting [2020-11-21T21:35:52.120Z] 9828cec69667: Waiting [2020-11-21T21:35:52.120Z] 841189f74098: Layer already exists [2020-11-21T21:35:52.120Z] bb87d3c4bb56: Layer already exists [2020-11-21T21:35:52.120Z] 631868e78687: Layer already exists [2020-11-21T21:35:52.391Z] 4068efbd0e26: Layer already exists [2020-11-21T21:35:52.391Z] 1cc80dc39500: Layer already exists [2020-11-21T21:35:52.391Z] 9828cec69667: Layer already exists [2020-11-21T21:35:52.391Z] 729a6414e94b: Layer already exists [2020-11-21T21:35:52.391Z] 66b385cf80cf: Layer already exists [2020-11-21T21:35:52.391Z] bfead8183043: Layer already exists [2020-11-21T21:35:52.391Z] master: digest: sha256:eea970c3d03e901990722a3df16511080d5a8b0e6944a796519879255b7258f8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:52.609Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:52.659Z] taggedImages: [2020-11-21T21:35:52.659Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:52.659Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:52.659Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:52.659Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-21T21:35:52.725Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-21T21:35:52.725Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:52.725Z] 1.3.1-dev.5 [2020-11-21T21:35:52.725Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:52.725Z] master [2020-11-21T21:35:52.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:53.235Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:53.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:53.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T21:35:53.574Z] d9121cfa7ae5: Preparing [2020-11-21T21:35:53.574Z] b96690482cda: Preparing [2020-11-21T21:35:53.574Z] 8d5398e265f3: Preparing [2020-11-21T21:35:53.574Z] 511270bd33ad: Preparing [2020-11-21T21:35:53.846Z] 8d5398e265f3: Pushed [2020-11-21T21:35:53.846Z] d9121cfa7ae5: Pushed [2020-11-21T21:35:54.120Z] 511270bd33ad: Pushed [2020-11-21T21:35:56.722Z] b96690482cda: Pushed [2020-11-21T21:35:56.722Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:57.058Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:57.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:57.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T21:35:57.388Z] d9121cfa7ae5: Preparing [2020-11-21T21:35:57.388Z] b96690482cda: Preparing [2020-11-21T21:35:57.388Z] 8d5398e265f3: Preparing [2020-11-21T21:35:57.388Z] 511270bd33ad: Preparing [2020-11-21T21:35:57.388Z] d9121cfa7ae5: Layer already exists [2020-11-21T21:35:57.388Z] b96690482cda: Layer already exists [2020-11-21T21:35:57.388Z] 511270bd33ad: Layer already exists [2020-11-21T21:35:57.388Z] 8d5398e265f3: Layer already exists [2020-11-21T21:35:57.658Z] 1.3.1-dev.5: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:57.994Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:58.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:58.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T21:35:58.342Z] d9121cfa7ae5: Preparing [2020-11-21T21:35:58.342Z] b96690482cda: Preparing [2020-11-21T21:35:58.342Z] 8d5398e265f3: Preparing [2020-11-21T21:35:58.342Z] 511270bd33ad: Preparing [2020-11-21T21:35:58.342Z] 511270bd33ad: Layer already exists [2020-11-21T21:35:58.342Z] d9121cfa7ae5: Layer already exists [2020-11-21T21:35:58.342Z] b96690482cda: Layer already exists [2020-11-21T21:35:58.342Z] 8d5398e265f3: Layer already exists [2020-11-21T21:35:58.612Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:58.944Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:35:59.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-21T21:35:59.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-21T21:35:59.271Z] d9121cfa7ae5: Preparing [2020-11-21T21:35:59.271Z] b96690482cda: Preparing [2020-11-21T21:35:59.271Z] 8d5398e265f3: Preparing [2020-11-21T21:35:59.271Z] 511270bd33ad: Preparing [2020-11-21T21:35:59.539Z] 511270bd33ad: Layer already exists [2020-11-21T21:35:59.539Z] 8d5398e265f3: Layer already exists [2020-11-21T21:35:59.539Z] b96690482cda: Layer already exists [2020-11-21T21:35:59.539Z] d9121cfa7ae5: Layer already exists [2020-11-21T21:35:59.539Z] master: digest: sha256:42a89ec7fe2e074f21f3b9d9951f8915c0ca6984830e82fed13ad15ad3fc9fc8 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:35:59.750Z] ===================================================== [Pipeline] echo [2020-11-21T21:35:59.833Z] taggedImages: [2020-11-21T21:35:59.833Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:59.833Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.5 [2020-11-21T21:35:59.833Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:59.833Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-21T21:35:59.897Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-21T21:35:59.897Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:35:59.897Z] 1.3.1-dev.5 [2020-11-21T21:35:59.897Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:35:59.897Z] master [2020-11-21T21:35:59.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:00.467Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:00.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:00.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T21:36:00.796Z] c8ec673c5a95: Preparing [2020-11-21T21:36:00.796Z] 49f900e66aa0: Preparing [2020-11-21T21:36:00.796Z] 1133e0ff9d05: Preparing [2020-11-21T21:36:00.796Z] f959773ef425: Preparing [2020-11-21T21:36:00.796Z] a8d4e9f0a858: Preparing [2020-11-21T21:36:00.796Z] 1c930173a743: Preparing [2020-11-21T21:36:00.796Z] 1c930173a743: Waiting [2020-11-21T21:36:01.082Z] 1133e0ff9d05: Pushed [2020-11-21T21:36:01.082Z] c8ec673c5a95: Pushed [2020-11-21T21:36:01.352Z] a8d4e9f0a858: Pushed [2020-11-21T21:36:01.352Z] f959773ef425: Pushed [2020-11-21T21:36:01.625Z] 1c930173a743: Pushed [2020-11-21T21:36:04.231Z] 49f900e66aa0: Pushed [2020-11-21T21:36:04.517Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:04.883Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:05.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.5 [2020-11-21T21:36:05.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T21:36:05.236Z] c8ec673c5a95: Preparing [2020-11-21T21:36:05.236Z] 49f900e66aa0: Preparing [2020-11-21T21:36:05.236Z] 1133e0ff9d05: Preparing [2020-11-21T21:36:05.236Z] f959773ef425: Preparing [2020-11-21T21:36:05.236Z] a8d4e9f0a858: Preparing [2020-11-21T21:36:05.236Z] 1c930173a743: Preparing [2020-11-21T21:36:05.236Z] 1c930173a743: Waiting [2020-11-21T21:36:05.512Z] 49f900e66aa0: Layer already exists [2020-11-21T21:36:05.512Z] c8ec673c5a95: Layer already exists [2020-11-21T21:36:05.512Z] a8d4e9f0a858: Layer already exists [2020-11-21T21:36:05.512Z] f959773ef425: Layer already exists [2020-11-21T21:36:05.512Z] 1133e0ff9d05: Layer already exists [2020-11-21T21:36:05.512Z] 1c930173a743: Layer already exists [2020-11-21T21:36:05.512Z] 1.3.1-dev.5: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:05.867Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:06.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:06.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T21:36:06.196Z] c8ec673c5a95: Preparing [2020-11-21T21:36:06.196Z] 49f900e66aa0: Preparing [2020-11-21T21:36:06.196Z] 1133e0ff9d05: Preparing [2020-11-21T21:36:06.196Z] f959773ef425: Preparing [2020-11-21T21:36:06.196Z] a8d4e9f0a858: Preparing [2020-11-21T21:36:06.196Z] 1c930173a743: Preparing [2020-11-21T21:36:06.196Z] 1c930173a743: Waiting [2020-11-21T21:36:06.465Z] a8d4e9f0a858: Layer already exists [2020-11-21T21:36:06.466Z] 49f900e66aa0: Layer already exists [2020-11-21T21:36:06.466Z] f959773ef425: Layer already exists [2020-11-21T21:36:06.466Z] c8ec673c5a95: Layer already exists [2020-11-21T21:36:06.466Z] 1133e0ff9d05: Layer already exists [2020-11-21T21:36:06.466Z] 1c930173a743: Layer already exists [2020-11-21T21:36:06.466Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:06.800Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:07.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-21T21:36:07.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-21T21:36:07.130Z] c8ec673c5a95: Preparing [2020-11-21T21:36:07.130Z] 49f900e66aa0: Preparing [2020-11-21T21:36:07.130Z] 1133e0ff9d05: Preparing [2020-11-21T21:36:07.130Z] f959773ef425: Preparing [2020-11-21T21:36:07.130Z] a8d4e9f0a858: Preparing [2020-11-21T21:36:07.130Z] 1c930173a743: Preparing [2020-11-21T21:36:07.130Z] 1c930173a743: Waiting [2020-11-21T21:36:07.130Z] 1133e0ff9d05: Layer already exists [2020-11-21T21:36:07.130Z] 49f900e66aa0: Layer already exists [2020-11-21T21:36:07.130Z] c8ec673c5a95: Layer already exists [2020-11-21T21:36:07.406Z] a8d4e9f0a858: Layer already exists [2020-11-21T21:36:07.406Z] f959773ef425: Layer already exists [2020-11-21T21:36:07.406Z] 1c930173a743: Layer already exists [2020-11-21T21:36:07.406Z] master: digest: sha256:a96331ef4b9732bc0c7a7d23b13d27fcdb838bd76eb5e5300af5faedc309f9bf size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:36:07.615Z] ===================================================== [Pipeline] echo [2020-11-21T21:36:07.707Z] taggedImages: [2020-11-21T21:36:07.707Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:07.707Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.5 [2020-11-21T21:36:07.707Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:07.707Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-21T21:36:07.774Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-21T21:36:07.774Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:07.774Z] 1.3.1-dev.5 [2020-11-21T21:36:07.774Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:07.774Z] master [2020-11-21T21:36:07.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:08.282Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:08.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:08.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T21:36:08.613Z] 6131c6e005ab: Preparing [2020-11-21T21:36:08.613Z] 19ae36ada37c: Preparing [2020-11-21T21:36:08.613Z] b01fd60e64fe: Preparing [2020-11-21T21:36:08.898Z] 6131c6e005ab: Pushed [2020-11-21T21:36:08.898Z] b01fd60e64fe: Pushed [2020-11-21T21:36:11.495Z] 19ae36ada37c: Pushed [2020-11-21T21:36:11.765Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:12.097Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:12.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.5 [2020-11-21T21:36:12.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T21:36:12.426Z] 6131c6e005ab: Preparing [2020-11-21T21:36:12.426Z] 19ae36ada37c: Preparing [2020-11-21T21:36:12.426Z] b01fd60e64fe: Preparing [2020-11-21T21:36:12.426Z] 19ae36ada37c: Layer already exists [2020-11-21T21:36:12.696Z] b01fd60e64fe: Layer already exists [2020-11-21T21:36:12.696Z] 6131c6e005ab: Layer already exists [2020-11-21T21:36:12.696Z] 1.3.1-dev.5: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:13.029Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:13.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:13.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T21:36:13.365Z] 6131c6e005ab: Preparing [2020-11-21T21:36:13.365Z] 19ae36ada37c: Preparing [2020-11-21T21:36:13.365Z] b01fd60e64fe: Preparing [2020-11-21T21:36:13.365Z] 6131c6e005ab: Layer already exists [2020-11-21T21:36:13.365Z] b01fd60e64fe: Layer already exists [2020-11-21T21:36:13.365Z] 19ae36ada37c: Layer already exists [2020-11-21T21:36:13.634Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:13.972Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:14.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-21T21:36:14.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-21T21:36:14.307Z] 6131c6e005ab: Preparing [2020-11-21T21:36:14.307Z] 19ae36ada37c: Preparing [2020-11-21T21:36:14.307Z] b01fd60e64fe: Preparing [2020-11-21T21:36:14.307Z] 6131c6e005ab: Layer already exists [2020-11-21T21:36:14.307Z] 19ae36ada37c: Layer already exists [2020-11-21T21:36:14.307Z] b01fd60e64fe: Layer already exists [2020-11-21T21:36:14.576Z] master: digest: sha256:484d3028f84d703b570ff9e8d855490596c4edc839ae1677089e403a6e1aa05d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:36:14.862Z] ===================================================== [Pipeline] echo [2020-11-21T21:36:14.909Z] taggedImages: [2020-11-21T21:36:14.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:14.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.5 [2020-11-21T21:36:14.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:14.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-21T21:36:14.967Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-21T21:36:14.967Z] 55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:14.967Z] 1.3.1-dev.5 [2020-11-21T21:36:14.967Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:14.967Z] master [2020-11-21T21:36:14.967Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:15.485Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:15.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:15.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T21:36:15.817Z] c32448d6e38c: Preparing [2020-11-21T21:36:15.817Z] 6bf736167404: Preparing [2020-11-21T21:36:15.817Z] b3ab23296f46: Preparing [2020-11-21T21:36:15.817Z] 2c78a2bfadde: Preparing [2020-11-21T21:36:15.817Z] 68c5cd443ef0: Preparing [2020-11-21T21:36:15.817Z] 2ef86c9efac5: Preparing [2020-11-21T21:36:15.817Z] f646960af88b: Preparing [2020-11-21T21:36:15.817Z] 2ef86c9efac5: Waiting [2020-11-21T21:36:15.817Z] 52543ddb2901: Preparing [2020-11-21T21:36:15.817Z] 9f553b275599: Preparing [2020-11-21T21:36:15.817Z] 3a47579f0cd1: Preparing [2020-11-21T21:36:15.817Z] cd6d79ebbfb6: Preparing [2020-11-21T21:36:15.817Z] 3e7dc55cab04: Preparing [2020-11-21T21:36:15.817Z] b2e85fd0898f: Preparing [2020-11-21T21:36:15.817Z] cd3761cfa1d9: Preparing [2020-11-21T21:36:15.817Z] f646960af88b: Waiting [2020-11-21T21:36:15.817Z] 52543ddb2901: Waiting [2020-11-21T21:36:15.817Z] 3e7dc55cab04: Waiting [2020-11-21T21:36:15.817Z] b2e85fd0898f: Waiting [2020-11-21T21:36:15.817Z] cd3761cfa1d9: Waiting [2020-11-21T21:36:15.817Z] 9f553b275599: Waiting [2020-11-21T21:36:15.817Z] 3a47579f0cd1: Waiting [2020-11-21T21:36:15.817Z] cd6d79ebbfb6: Waiting [2020-11-21T21:36:16.423Z] 68c5cd443ef0: Pushed [2020-11-21T21:36:16.694Z] c32448d6e38c: Pushed [2020-11-21T21:36:17.288Z] 2c78a2bfadde: Pushed [2020-11-21T21:36:17.288Z] 52543ddb2901: Layer already exists [2020-11-21T21:36:17.288Z] 9f553b275599: Layer already exists [2020-11-21T21:36:17.288Z] 3a47579f0cd1: Layer already exists [2020-11-21T21:36:17.288Z] cd6d79ebbfb6: Layer already exists [2020-11-21T21:36:17.288Z] f646960af88b: Pushed [2020-11-21T21:36:17.288Z] 3e7dc55cab04: Layer already exists [2020-11-21T21:36:17.288Z] b2e85fd0898f: Layer already exists [2020-11-21T21:36:17.560Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:36:17.831Z] 6bf736167404: Pushed [2020-11-21T21:36:18.799Z] 2ef86c9efac5: Pushed [2020-11-21T21:36:28.910Z] b3ab23296f46: Pushed [2020-11-21T21:36:29.179Z] 55279ac293f1a7bfc29c798d374b05cebe545617: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:29.515Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:29.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.5 [2020-11-21T21:36:29.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T21:36:29.844Z] c32448d6e38c: Preparing [2020-11-21T21:36:29.844Z] 6bf736167404: Preparing [2020-11-21T21:36:29.844Z] b3ab23296f46: Preparing [2020-11-21T21:36:29.844Z] 2c78a2bfadde: Preparing [2020-11-21T21:36:29.844Z] 68c5cd443ef0: Preparing [2020-11-21T21:36:29.844Z] 2ef86c9efac5: Preparing [2020-11-21T21:36:29.844Z] f646960af88b: Preparing [2020-11-21T21:36:29.844Z] 52543ddb2901: Preparing [2020-11-21T21:36:29.844Z] 9f553b275599: Preparing [2020-11-21T21:36:29.844Z] 3a47579f0cd1: Preparing [2020-11-21T21:36:29.844Z] cd6d79ebbfb6: Preparing [2020-11-21T21:36:29.844Z] 3e7dc55cab04: Preparing [2020-11-21T21:36:29.844Z] b2e85fd0898f: Preparing [2020-11-21T21:36:29.844Z] cd3761cfa1d9: Preparing [2020-11-21T21:36:29.844Z] 3a47579f0cd1: Waiting [2020-11-21T21:36:29.844Z] cd6d79ebbfb6: Waiting [2020-11-21T21:36:29.844Z] f646960af88b: Waiting [2020-11-21T21:36:29.844Z] 52543ddb2901: Waiting [2020-11-21T21:36:29.844Z] 9f553b275599: Waiting [2020-11-21T21:36:29.844Z] 2ef86c9efac5: Waiting [2020-11-21T21:36:29.844Z] 3e7dc55cab04: Waiting [2020-11-21T21:36:29.844Z] b2e85fd0898f: Waiting [2020-11-21T21:36:29.844Z] cd3761cfa1d9: Waiting [2020-11-21T21:36:30.113Z] b3ab23296f46: Layer already exists [2020-11-21T21:36:30.113Z] 2c78a2bfadde: Layer already exists [2020-11-21T21:36:30.113Z] c32448d6e38c: Layer already exists [2020-11-21T21:36:30.113Z] 68c5cd443ef0: Layer already exists [2020-11-21T21:36:30.113Z] 6bf736167404: Layer already exists [2020-11-21T21:36:30.113Z] 52543ddb2901: Layer already exists [2020-11-21T21:36:30.113Z] 2ef86c9efac5: Layer already exists [2020-11-21T21:36:30.113Z] f646960af88b: Layer already exists [2020-11-21T21:36:30.113Z] 9f553b275599: Layer already exists [2020-11-21T21:36:30.113Z] 3a47579f0cd1: Layer already exists [2020-11-21T21:36:30.113Z] cd6d79ebbfb6: Layer already exists [2020-11-21T21:36:30.113Z] 3e7dc55cab04: Layer already exists [2020-11-21T21:36:30.113Z] b2e85fd0898f: Layer already exists [2020-11-21T21:36:30.113Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:36:30.113Z] 1.3.1-dev.5: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:30.455Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:30.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:30.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T21:36:30.785Z] c32448d6e38c: Preparing [2020-11-21T21:36:30.785Z] 6bf736167404: Preparing [2020-11-21T21:36:30.785Z] b3ab23296f46: Preparing [2020-11-21T21:36:30.785Z] 2c78a2bfadde: Preparing [2020-11-21T21:36:30.785Z] 68c5cd443ef0: Preparing [2020-11-21T21:36:30.785Z] 2ef86c9efac5: Preparing [2020-11-21T21:36:30.786Z] f646960af88b: Preparing [2020-11-21T21:36:30.786Z] 52543ddb2901: Preparing [2020-11-21T21:36:30.786Z] 9f553b275599: Preparing [2020-11-21T21:36:30.786Z] 3a47579f0cd1: Preparing [2020-11-21T21:36:30.786Z] 2ef86c9efac5: Waiting [2020-11-21T21:36:30.786Z] cd6d79ebbfb6: Preparing [2020-11-21T21:36:30.786Z] 3e7dc55cab04: Preparing [2020-11-21T21:36:30.786Z] b2e85fd0898f: Preparing [2020-11-21T21:36:30.786Z] cd3761cfa1d9: Preparing [2020-11-21T21:36:30.786Z] f646960af88b: Waiting [2020-11-21T21:36:30.786Z] 9f553b275599: Waiting [2020-11-21T21:36:30.786Z] 52543ddb2901: Waiting [2020-11-21T21:36:30.786Z] 3a47579f0cd1: Waiting [2020-11-21T21:36:30.786Z] 3e7dc55cab04: Waiting [2020-11-21T21:36:30.786Z] b2e85fd0898f: Waiting [2020-11-21T21:36:30.786Z] cd3761cfa1d9: Waiting [2020-11-21T21:36:30.786Z] 68c5cd443ef0: Layer already exists [2020-11-21T21:36:30.786Z] c32448d6e38c: Layer already exists [2020-11-21T21:36:31.057Z] 6bf736167404: Layer already exists [2020-11-21T21:36:31.057Z] b3ab23296f46: Layer already exists [2020-11-21T21:36:31.057Z] 2c78a2bfadde: Layer already exists [2020-11-21T21:36:31.057Z] f646960af88b: Layer already exists [2020-11-21T21:36:31.057Z] 2ef86c9efac5: Layer already exists [2020-11-21T21:36:31.057Z] 9f553b275599: Layer already exists [2020-11-21T21:36:31.057Z] 52543ddb2901: Layer already exists [2020-11-21T21:36:31.057Z] 3a47579f0cd1: Layer already exists [2020-11-21T21:36:31.057Z] 3e7dc55cab04: Layer already exists [2020-11-21T21:36:31.057Z] b2e85fd0898f: Layer already exists [2020-11-21T21:36:31.057Z] cd6d79ebbfb6: Layer already exists [2020-11-21T21:36:31.057Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:36:31.057Z] 55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:31.397Z] + 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-21T21:36:31.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-21T21:36:31.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-21T21:36:31.726Z] c32448d6e38c: Preparing [2020-11-21T21:36:31.726Z] 6bf736167404: Preparing [2020-11-21T21:36:31.726Z] b3ab23296f46: Preparing [2020-11-21T21:36:31.726Z] 2c78a2bfadde: Preparing [2020-11-21T21:36:31.726Z] 68c5cd443ef0: Preparing [2020-11-21T21:36:31.726Z] 2ef86c9efac5: Preparing [2020-11-21T21:36:31.726Z] f646960af88b: Preparing [2020-11-21T21:36:31.726Z] 52543ddb2901: Preparing [2020-11-21T21:36:31.726Z] 9f553b275599: Preparing [2020-11-21T21:36:31.726Z] 3a47579f0cd1: Preparing [2020-11-21T21:36:31.726Z] cd6d79ebbfb6: Preparing [2020-11-21T21:36:31.726Z] 3e7dc55cab04: Preparing [2020-11-21T21:36:31.726Z] b2e85fd0898f: Preparing [2020-11-21T21:36:31.726Z] cd3761cfa1d9: Preparing [2020-11-21T21:36:31.726Z] 52543ddb2901: Waiting [2020-11-21T21:36:31.726Z] 2ef86c9efac5: Waiting [2020-11-21T21:36:31.726Z] f646960af88b: Waiting [2020-11-21T21:36:31.726Z] 3a47579f0cd1: Waiting [2020-11-21T21:36:31.726Z] 9f553b275599: Waiting [2020-11-21T21:36:31.726Z] b2e85fd0898f: Waiting [2020-11-21T21:36:31.726Z] cd6d79ebbfb6: Waiting [2020-11-21T21:36:31.726Z] 3e7dc55cab04: Waiting [2020-11-21T21:36:31.726Z] cd3761cfa1d9: Waiting [2020-11-21T21:36:31.997Z] 2c78a2bfadde: Layer already exists [2020-11-21T21:36:31.997Z] b3ab23296f46: Layer already exists [2020-11-21T21:36:31.997Z] c32448d6e38c: Layer already exists [2020-11-21T21:36:31.997Z] 68c5cd443ef0: Layer already exists [2020-11-21T21:36:31.997Z] 6bf736167404: Layer already exists [2020-11-21T21:36:31.997Z] 2ef86c9efac5: Layer already exists [2020-11-21T21:36:31.997Z] 52543ddb2901: Layer already exists [2020-11-21T21:36:31.997Z] 9f553b275599: Layer already exists [2020-11-21T21:36:31.997Z] 3a47579f0cd1: Layer already exists [2020-11-21T21:36:31.997Z] f646960af88b: Layer already exists [2020-11-21T21:36:31.997Z] cd6d79ebbfb6: Layer already exists [2020-11-21T21:36:31.997Z] b2e85fd0898f: Layer already exists [2020-11-21T21:36:31.997Z] 3e7dc55cab04: Layer already exists [2020-11-21T21:36:31.997Z] cd3761cfa1d9: Layer already exists [2020-11-21T21:36:31.997Z] master: digest: sha256:78e0147037def0213612a89d368c49f282931b44957a1da0e5f5ddb4b5140dbb size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-21T21:36:32.210Z] ===================================================== [Pipeline] echo [2020-11-21T21:36:32.257Z] taggedImages: [2020-11-21T21:36:32.257Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617 [2020-11-21T21:36:32.257Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.5 [2020-11-21T21:36:32.257Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55279ac293f1a7bfc29c798d374b05cebe545617-1.3.1-dev.5 [2020-11-21T21:36:32.257Z] - 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-21T21:36:34.036Z] provisioning config files... [2020-11-21T21:36:34.048Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/229@tmp/config3014086758181571332tmp [Pipeline] { [Pipeline] sh [2020-11-21T21:36:34.436Z] + set +x [2020-11-21T21:36:34.436Z] + curl -s https://codecov.io/bash [2020-11-21T21:36:34.436Z] + bash -s -- [2020-11-21T21:36:34.698Z] [2020-11-21T21:36:34.698Z] _____ _ [2020-11-21T21:36:34.698Z] / ____| | | [2020-11-21T21:36:34.698Z] | | ___ __| | ___ ___ _____ __ [2020-11-21T21:36:34.698Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-21T21:36:34.698Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-21T21:36:34.698Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-21T21:36:34.698Z] Bash-20201116-eea08d9 [2020-11-21T21:36:34.698Z] [2020-11-21T21:36:34.698Z] [2020-11-21T21:36:34.961Z] ==> Jenkins CI detected. [2020-11-21T21:36:34.961Z] project root: . [2020-11-21T21:36:34.961Z] --> token set from env [2020-11-21T21:36:34.961Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-21T21:36:34.961Z] ==> Running gcov in . (disable via -X gcov) [2020-11-21T21:36:34.961Z] ==> Python coveragepy not found [2020-11-21T21:36:34.961Z] ==> Searching for coverage reports in: [2020-11-21T21:36:34.961Z] + . [2020-11-21T21:36:34.961Z] -> Found 1 reports [2020-11-21T21:36:34.961Z] ==> Detecting git/mercurial file structure [2020-11-21T21:36:34.961Z] ==> Reading reports [2020-11-21T21:36:34.961Z] + ./coverage.out bytes=546551 [2020-11-21T21:36:34.961Z] ==> Appending adjustments [2020-11-21T21:36:34.961Z] https://docs.codecov.io/docs/fixing-reports [2020-11-21T21:36:38.276Z] + Found adjustments [2020-11-21T21:36:38.276Z] ==> Gzipping contents [2020-11-21T21:36:38.276Z] ==> Uploading reports [2020-11-21T21:36:38.276Z] url: https://codecov.io [2020-11-21T21:36:38.276Z] query: branch=master&commit=55279ac293f1a7bfc29c798d374b05cebe545617&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F229%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-21T21:36:38.276Z] -> Pinging Codecov [2020-11-21T21:36:38.276Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=55279ac293f1a7bfc29c798d374b05cebe545617&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F229%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-21T21:36:38.848Z] -> Uploading to [2020-11-21T21:36:38.849Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-21/00271124DB129430A58F1EEE437C3FCB/55279ac293f1a7bfc29c798d374b05cebe545617/11213632-8c4a-4d09-83eb-3e944aa1a1fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T213638Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19d4ede7f846b76dd6f127b78e15e7621702173eb054cb5f7e21c9dc51d06e54 [2020-11-21T21:36:38.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:36:38.849Z] Dload Upload Total Spent Left Speed [2020-11-21T21:36:39.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85718 0 0 100 85718 0 170k --:--:-- --:--:-- --:--:-- 170k [2020-11-21T21:36:39.110Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/55279ac293f1a7bfc29c798d374b05cebe545617 [Pipeline] } [2020-11-21T21:36:39.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-21T21:36:39.993Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-21T21:36:40.109Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:40.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:36:40.563Z] [2020-11-21T21:36:40.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:36:40.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:36:40.924Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-21T21:36:40.924Z] 188c0c94c7c5: Already exists [2020-11-21T21:36:40.924Z] 0ef7d3d256c8: Pulling fs layer [2020-11-21T21:36:40.924Z] de9db76c5a1d: Pulling fs layer [2020-11-21T21:36:40.924Z] 0eba1c9be4d2: Pulling fs layer [2020-11-21T21:36:40.924Z] 0d57e429df01: Pulling fs layer [2020-11-21T21:36:40.924Z] 4e4be7b47b0d: Pulling fs layer [2020-11-21T21:36:40.924Z] e1f770b5df2f: Pulling fs layer [2020-11-21T21:36:40.924Z] 85a0685a4137: Pulling fs layer [2020-11-21T21:36:40.924Z] 0d57e429df01: Waiting [2020-11-21T21:36:40.924Z] 4e4be7b47b0d: Waiting [2020-11-21T21:36:40.924Z] e1f770b5df2f: Waiting [2020-11-21T21:36:40.924Z] 85a0685a4137: Waiting [2020-11-21T21:36:40.924Z] de9db76c5a1d: Verifying Checksum [2020-11-21T21:36:40.924Z] de9db76c5a1d: Download complete [2020-11-21T21:36:40.924Z] 0ef7d3d256c8: Download complete [2020-11-21T21:36:40.924Z] 0d57e429df01: Verifying Checksum [2020-11-21T21:36:40.924Z] 0d57e429df01: Download complete [2020-11-21T21:36:40.924Z] 4e4be7b47b0d: Download complete [2020-11-21T21:36:41.188Z] 0ef7d3d256c8: Pull complete [2020-11-21T21:36:41.450Z] de9db76c5a1d: Pull complete [2020-11-21T21:36:42.848Z] e1f770b5df2f: Verifying Checksum [2020-11-21T21:36:42.848Z] e1f770b5df2f: Download complete [2020-11-21T21:36:44.257Z] 0eba1c9be4d2: Verifying Checksum [2020-11-21T21:36:44.257Z] 0eba1c9be4d2: Download complete [2020-11-21T21:36:44.523Z] 85a0685a4137: Verifying Checksum [2020-11-21T21:36:44.523Z] 85a0685a4137: Download complete [2020-11-21T21:36:51.920Z] 0eba1c9be4d2: Pull complete [2020-11-21T21:36:51.920Z] 0d57e429df01: Pull complete [2020-11-21T21:36:51.920Z] 4e4be7b47b0d: Pull complete [2020-11-21T21:36:56.140Z] e1f770b5df2f: Pull complete [2020-11-21T21:37:06.181Z] 85a0685a4137: Pull complete [2020-11-21T21:37:06.181Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-21T21:37:06.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:37:06.181Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-21T21:37:06.394Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:37:06.468Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:37:08.598Z] $ docker top 6aeca189d0b7a80199b1fe243513e025dbe13e27b49d01f5c2fb203095ff17a6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-21T21:37:08.818Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-21T21:37:09.106Z] + set -o pipefail [2020-11-21T21:37:09.107Z] + snyk monitor '--org=edgex-jenkins' [2020-11-21T21:37:17.440Z] [2020-11-21T21:37:17.440Z] Monitoring /w/workspace/edgex-go/229 (github.com/edgexfoundry/edgex-go)... [2020-11-21T21:37:17.440Z] [2020-11-21T21:37:17.440Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e2e1d945-f745-4e61-96e0-741be46ea630 [2020-11-21T21:37:17.440Z] [2020-11-21T21:37:17.440Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-21T21:37:17.440Z] [2020-11-21T21:37:17.704Z] [2020-11-21T21:37:17.704Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-21T21:37:17.704Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-21T21:37:17.721Z] $ docker stop --time=1 6aeca189d0b7a80199b1fe243513e025dbe13e27b49d01f5c2fb203095ff17a6 [2020-11-21T21:37:21.158Z] $ docker rm -f 6aeca189d0b7a80199b1fe243513e025dbe13e27b49d01f5c2fb203095ff17a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-21T21:37:22.224Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-21T21:37:22.227Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:37:22.525Z] + set -o pipefail [2020-11-21T21:37:22.525Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:37:22.525Z] + tee .snyk [2020-11-21T21:37:22.787Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:37:22.787Z] version: v1.14.1 [2020-11-21T21:37:22.787Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:37:22.787Z] ignore: [2020-11-21T21:37:22.787Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:37:22.787Z] - '*': [2020-11-21T21:37:22.787Z] reason: does not apply # justification for ignoring [2020-11-21T21:37:22.787Z] 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-21T21:37:22.787Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:37:22.787Z] - '*': [2020-11-21T21:37:22.787Z] reason: false positive [2020-11-21T21:37:22.787Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:37:22.787Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:37:22.867Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:37:23.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:37:23.285Z] . [Pipeline] withDockerContainer [2020-11-21T21:37:23.388Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:37:23.445Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:37:24.229Z] $ docker top 887060ff5e7462c82138cbbb9bd67c56b0b4d89e7255cb451c81c18377df1ed6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:37:24.712Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:37:24.724Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:37:25.017Z] + set -o pipefail [2020-11-21T21:37:25.017Z] + snyk-to-html -o snykReport.html [2020-11-21T21:37:25.017Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:37:35.042Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:37:35.062Z] $ docker stop --time=1 887060ff5e7462c82138cbbb9bd67c56b0b4d89e7255cb451c81c18377df1ed6 [2020-11-21T21:37:36.621Z] $ docker rm -f 887060ff5e7462c82138cbbb9bd67c56b0b4d89e7255cb451c81c18377df1ed6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:37:37.119Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-21T21:37:37.121Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:37:37.421Z] + set -o pipefail [2020-11-21T21:37:37.421Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:37:37.421Z] + tee .snyk [2020-11-21T21:37:37.421Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:37:37.421Z] version: v1.14.1 [2020-11-21T21:37:37.421Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:37:37.421Z] ignore: [2020-11-21T21:37:37.421Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:37:37.421Z] - '*': [2020-11-21T21:37:37.421Z] reason: does not apply # justification for ignoring [2020-11-21T21:37:37.421Z] 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-21T21:37:37.421Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:37:37.421Z] - '*': [2020-11-21T21:37:37.421Z] reason: false positive [2020-11-21T21:37:37.421Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:37:37.421Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:37:37.555Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:37:37.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:37:37.924Z] . [Pipeline] withDockerContainer [2020-11-21T21:37:38.046Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:37:38.097Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:37:38.736Z] $ docker top 0bfca060f562408e080a44f80d8f63bba22076edd54358b5c9def5d48ca9097f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:37:39.226Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:37:39.236Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:37:39.528Z] + set -o pipefail [2020-11-21T21:37:39.528Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:37:39.528Z] + snyk-to-html -o snykReport.html [2020-11-21T21:37:46.136Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:37:46.156Z] $ docker stop --time=1 0bfca060f562408e080a44f80d8f63bba22076edd54358b5c9def5d48ca9097f [2020-11-21T21:37:47.669Z] $ docker rm -f 0bfca060f562408e080a44f80d8f63bba22076edd54358b5c9def5d48ca9097f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:37:47.987Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-21T21:37:47.990Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:37:48.281Z] + set -o pipefail [2020-11-21T21:37:48.281Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:37:48.281Z] + tee .snyk [2020-11-21T21:37:48.281Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:37:48.281Z] version: v1.14.1 [2020-11-21T21:37:48.281Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:37:48.281Z] ignore: [2020-11-21T21:37:48.281Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:37:48.281Z] - '*': [2020-11-21T21:37:48.281Z] reason: does not apply # justification for ignoring [2020-11-21T21:37:48.281Z] 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-21T21:37:48.281Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:37:48.281Z] - '*': [2020-11-21T21:37:48.281Z] reason: false positive [2020-11-21T21:37:48.281Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:37:48.281Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:37:48.420Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:37:48.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:37:48.770Z] . [Pipeline] withDockerContainer [2020-11-21T21:37:48.871Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:37:48.928Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:37:49.553Z] $ docker top 72a0c276537d86b745179096365293ab4f242c99e30ba62c02c54ec444f13ec0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:37:50.032Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:37:50.043Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:37:50.333Z] + set -o pipefail [2020-11-21T21:37:50.333Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:37:50.333Z] + snyk-to-html -o snykReport.html [2020-11-21T21:37:58.517Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:37:58.539Z] $ docker stop --time=1 72a0c276537d86b745179096365293ab4f242c99e30ba62c02c54ec444f13ec0 [2020-11-21T21:38:00.186Z] $ docker rm -f 72a0c276537d86b745179096365293ab4f242c99e30ba62c02c54ec444f13ec0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:38:00.654Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-21T21:38:00.657Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:38:00.948Z] + set -o pipefail [2020-11-21T21:38:00.949Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:38:00.949Z] + tee .snyk [2020-11-21T21:38:01.211Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:38:01.211Z] version: v1.14.1 [2020-11-21T21:38:01.211Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:38:01.211Z] ignore: [2020-11-21T21:38:01.211Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:38:01.211Z] - '*': [2020-11-21T21:38:01.211Z] reason: does not apply # justification for ignoring [2020-11-21T21:38:01.211Z] 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-21T21:38:01.211Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:38:01.211Z] - '*': [2020-11-21T21:38:01.211Z] reason: false positive [2020-11-21T21:38:01.211Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:38:01.211Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:38:01.323Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:38:01.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:38:01.669Z] . [Pipeline] withDockerContainer [2020-11-21T21:38:01.774Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:38:01.835Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:38:02.499Z] $ docker top bd19f66b70eebc07859f8e971d8a73df4b9b8c69bdbc7393f671eb45890495d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:38:02.991Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:38:03.004Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:38:03.301Z] + set -o pipefail [2020-11-21T21:38:03.301Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:38:03.301Z] + snyk-to-html -o snykReport.html [2020-11-21T21:38:09.907Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:38:09.924Z] $ docker stop --time=1 bd19f66b70eebc07859f8e971d8a73df4b9b8c69bdbc7393f671eb45890495d5 [2020-11-21T21:38:11.338Z] $ docker rm -f bd19f66b70eebc07859f8e971d8a73df4b9b8c69bdbc7393f671eb45890495d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:38:11.652Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-21T21:38:11.654Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:38:11.942Z] + set -o pipefail [2020-11-21T21:38:11.943Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:38:11.943Z] + tee .snyk [2020-11-21T21:38:11.943Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:38:11.943Z] version: v1.14.1 [2020-11-21T21:38:11.943Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:38:11.943Z] ignore: [2020-11-21T21:38:11.943Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:38:11.943Z] - '*': [2020-11-21T21:38:11.943Z] reason: does not apply # justification for ignoring [2020-11-21T21:38:11.943Z] 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-21T21:38:11.943Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:38:11.943Z] - '*': [2020-11-21T21:38:11.943Z] reason: false positive [2020-11-21T21:38:11.943Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:38:11.943Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:38:12.071Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:38:12.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:38:12.449Z] . [Pipeline] withDockerContainer [2020-11-21T21:38:12.550Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:38:12.603Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:38:13.402Z] $ docker top 5b67f1489116801d8077c97d342194084ca554ea6c3979882400acd57aad0b4f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:38:13.953Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:38:13.964Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:38:14.258Z] + set -o pipefail [2020-11-21T21:38:14.258Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk'+ --json [2020-11-21T21:38:14.258Z] snyk-to-html -o snykReport.html [2020-11-21T21:38:19.573Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:38:19.593Z] $ docker stop --time=1 5b67f1489116801d8077c97d342194084ca554ea6c3979882400acd57aad0b4f [2020-11-21T21:38:20.967Z] $ docker rm -f 5b67f1489116801d8077c97d342194084ca554ea6c3979882400acd57aad0b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:38:21.321Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-21T21:38:21.323Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:38:21.613Z] + set -o pipefail [2020-11-21T21:38:21.613Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:38:21.613Z] + tee .snyk [2020-11-21T21:38:21.613Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:38:21.613Z] version: v1.14.1 [2020-11-21T21:38:21.613Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:38:21.613Z] ignore: [2020-11-21T21:38:21.613Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:38:21.613Z] - '*': [2020-11-21T21:38:21.613Z] reason: does not apply # justification for ignoring [2020-11-21T21:38:21.613Z] 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-21T21:38:21.613Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:38:21.613Z] - '*': [2020-11-21T21:38:21.613Z] reason: false positive [2020-11-21T21:38:21.613Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:38:21.613Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:38:21.716Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:38:22.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:38:22.076Z] . [Pipeline] withDockerContainer [2020-11-21T21:38:22.193Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:38:22.249Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:38:22.960Z] $ docker top 16a0fe3c2d8d2fcc8d50614f7c8117a9c7c95a5e2ee36b4d8ddf64f68fc4f455 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:38:23.473Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:38:23.485Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:38:23.778Z] + set -o pipefail [2020-11-21T21:38:23.778Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:38:23.778Z] + snyk-to-html -o snykReport.html [2020-11-21T21:38:29.126Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:38:29.146Z] $ docker stop --time=1 16a0fe3c2d8d2fcc8d50614f7c8117a9c7c95a5e2ee36b4d8ddf64f68fc4f455 [2020-11-21T21:38:30.658Z] $ docker rm -f 16a0fe3c2d8d2fcc8d50614f7c8117a9c7c95a5e2ee36b4d8ddf64f68fc4f455 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:38:30.986Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-21T21:38:30.990Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:38:31.284Z] + set -o pipefail [2020-11-21T21:38:31.284Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:38:31.284Z] + tee .snyk [2020-11-21T21:38:31.284Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:38:31.284Z] version: v1.14.1 [2020-11-21T21:38:31.284Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:38:31.284Z] ignore: [2020-11-21T21:38:31.284Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:38:31.284Z] - '*': [2020-11-21T21:38:31.284Z] reason: does not apply # justification for ignoring [2020-11-21T21:38:31.285Z] 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-21T21:38:31.285Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:38:31.285Z] - '*': [2020-11-21T21:38:31.285Z] reason: false positive [2020-11-21T21:38:31.285Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:38:31.285Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:38:31.351Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:38:31.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:38:31.688Z] . [Pipeline] withDockerContainer [2020-11-21T21:38:31.843Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:38:31.929Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:38:32.571Z] $ docker top 64c51439e05f04f082e84f3a8c5209d8739bdf537ef2e87158b8dfb6c2931adc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:38:33.051Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:38:33.062Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:38:33.350Z] + set -o pipefail [2020-11-21T21:38:33.350Z] + snyk-to-html -o snykReport.html [2020-11-21T21:38:33.350Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:38:38.663Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:38:38.682Z] $ docker stop --time=1 64c51439e05f04f082e84f3a8c5209d8739bdf537ef2e87158b8dfb6c2931adc [2020-11-21T21:38:40.065Z] $ docker rm -f 64c51439e05f04f082e84f3a8c5209d8739bdf537ef2e87158b8dfb6c2931adc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:38:40.389Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-21T21:38:40.392Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:38:40.692Z] + set -o pipefail [2020-11-21T21:38:40.692Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:38:40.692Z] + tee .snyk [2020-11-21T21:38:40.692Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:38:40.692Z] version: v1.14.1 [2020-11-21T21:38:40.692Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:38:40.692Z] ignore: [2020-11-21T21:38:40.692Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:38:40.692Z] - '*': [2020-11-21T21:38:40.692Z] reason: does not apply # justification for ignoring [2020-11-21T21:38:40.692Z] 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-21T21:38:40.692Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:38:40.692Z] - '*': [2020-11-21T21:38:40.692Z] reason: false positive [2020-11-21T21:38:40.692Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:38:40.692Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:38:40.816Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:38:41.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:38:41.160Z] . [Pipeline] withDockerContainer [2020-11-21T21:38:41.259Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:38:41.310Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:38:41.978Z] $ docker top e473ea7d100bb9a5af906e09e79c6ede406d045466fa6bcee3f8c83511b3f59f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:38:42.463Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:38:42.475Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:38:42.770Z] + set -o pipefail [2020-11-21T21:38:42.770Z] + snyk-to-html+ -osnyk snykReport.html test [2020-11-21T21:38:42.770Z] '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:38:50.934Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:38:50.954Z] $ docker stop --time=1 e473ea7d100bb9a5af906e09e79c6ede406d045466fa6bcee3f8c83511b3f59f [2020-11-21T21:38:52.426Z] $ docker rm -f e473ea7d100bb9a5af906e09e79c6ede406d045466fa6bcee3f8c83511b3f59f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:38:52.747Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-21T21:38:52.750Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:38:53.040Z] + set -o pipefail [2020-11-21T21:38:53.040Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:38:53.040Z] + tee .snyk [2020-11-21T21:38:53.040Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:38:53.040Z] version: v1.14.1 [2020-11-21T21:38:53.040Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:38:53.040Z] ignore: [2020-11-21T21:38:53.040Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:38:53.040Z] - '*': [2020-11-21T21:38:53.040Z] reason: does not apply # justification for ignoring [2020-11-21T21:38:53.040Z] 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-21T21:38:53.040Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:38:53.040Z] - '*': [2020-11-21T21:38:53.040Z] reason: false positive [2020-11-21T21:38:53.040Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:38:53.040Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:38:53.146Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:38:53.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:38:53.489Z] . [Pipeline] withDockerContainer [2020-11-21T21:38:53.595Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:38:53.648Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:38:54.303Z] $ docker top 6c1646116fe66ee981772c02111808f56ed976cd518d7e11c108c13801ccb74c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:38:54.779Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:38:54.791Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:38:55.093Z] + set -o pipefail [2020-11-21T21:38:55.094Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:38:55.094Z] + snyk-to-html -o snykReport.html [2020-11-21T21:39:03.261Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:39:03.282Z] $ docker stop --time=1 6c1646116fe66ee981772c02111808f56ed976cd518d7e11c108c13801ccb74c [2020-11-21T21:39:04.813Z] $ docker rm -f 6c1646116fe66ee981772c02111808f56ed976cd518d7e11c108c13801ccb74c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:39:05.099Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-21T21:39:05.102Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:39:05.395Z] + set -o pipefail [2020-11-21T21:39:05.395Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:39:05.395Z] + tee .snyk [2020-11-21T21:39:05.395Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:39:05.395Z] version: v1.14.1 [2020-11-21T21:39:05.395Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:39:05.395Z] ignore: [2020-11-21T21:39:05.395Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:39:05.395Z] - '*': [2020-11-21T21:39:05.395Z] reason: does not apply # justification for ignoring [2020-11-21T21:39:05.395Z] 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-21T21:39:05.395Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:39:05.395Z] - '*': [2020-11-21T21:39:05.395Z] reason: false positive [2020-11-21T21:39:05.395Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:39:05.395Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:39:05.525Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:39:05.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:39:05.864Z] . [Pipeline] withDockerContainer [2020-11-21T21:39:05.968Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:39:06.099Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:39:06.789Z] $ docker top 2054445137e16bfdee178027408a994073c774509fe73dc4929418582e3c21af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:39:07.283Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:39:07.294Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:39:07.590Z] + set -o pipefail [2020-11-21T21:39:07.590Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:39:07.590Z] + snyk-to-html -o snykReport.html [2020-11-21T21:39:15.766Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:39:15.787Z] $ docker stop --time=1 2054445137e16bfdee178027408a994073c774509fe73dc4929418582e3c21af [2020-11-21T21:39:17.295Z] $ docker rm -f 2054445137e16bfdee178027408a994073c774509fe73dc4929418582e3c21af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-21T21:39:17.575Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-21T21:39:17.577Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-21T21:39:17.869Z] + set -o pipefail [2020-11-21T21:39:17.869Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-21T21:39:17.869Z] + tee .snyk [2020-11-21T21:39:17.869Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-21T21:39:17.869Z] version: v1.14.1 [2020-11-21T21:39:17.869Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-21T21:39:17.869Z] ignore: [2020-11-21T21:39:17.869Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-21T21:39:17.869Z] - '*': [2020-11-21T21:39:17.869Z] reason: does not apply # justification for ignoring [2020-11-21T21:39:17.869Z] 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-21T21:39:17.869Z] SNYK-ALPINE312-JQ-588886: [2020-11-21T21:39:17.869Z] - '*': [2020-11-21T21:39:17.869Z] reason: false positive [2020-11-21T21:39:17.869Z] expires: 2021-01-01T00:00:00 [2020-11-21T21:39:17.869Z] # patch: {} [Pipeline] withCredentials [2020-11-21T21:39:17.965Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:39:18.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-21T21:39:18.308Z] . [Pipeline] withDockerContainer [2020-11-21T21:39:18.410Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:39:18.464Z] $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-21T21:39:19.193Z] $ docker top b5931440e58f51d85432656eb3c410032e1531eea59617c8e80013d810161b90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:39:19.668Z] + rm -f snykReport.html [Pipeline] echo [2020-11-21T21:39:19.680Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-21T21:39:19.972Z] + set -o pipefail [2020-11-21T21:39:19.972Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55279ac293f1a7bfc29c798d374b05cebe545617 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-21T21:39:19.972Z] + snyk-to-html -o snykReport.html [2020-11-21T21:39:26.585Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-21T21:39:26.603Z] $ docker stop --time=1 b5931440e58f51d85432656eb3c410032e1531eea59617c8e80013d810161b90 [2020-11-21T21:39:28.017Z] $ docker rm -f b5931440e58f51d85432656eb3c410032e1531eea59617c8e80013d810161b90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-21T21:39:28.875Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-21T21:39:28.930Z] provisioning config files... [2020-11-21T21:39:28.941Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/229@tmp/config5788259306215753270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:39:29.330Z] --> edgex-publish-swagger.sh [2020-11-21T21:39:29.330Z] === Publish openapi/v1 API === [2020-11-21T21:39:29.330Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-21T21:39:29.330Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-21T21:39:29.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:29.330Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:30.718Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8244 0:00:01 0:00:01 --:--:-- 8251 100 10521 0 0 100 10521 0 8243 0:00:01 0:00:01 --:--:-- 8245 [2020-11-21T21:39:30.718Z] [2020-11-21T21:39:30.718Z] [2020-11-21T21:39:30.718Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-21T21:39:30.718Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:30.718Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:31.663Z] 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 28926 0:00:01 0:00:01 --:--:-- 28938 [2020-11-21T21:39:31.663Z] [2020-11-21T21:39:31.663Z] [2020-11-21T21:39:31.663Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-21T21:39:31.663Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:31.663Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:32.869Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67376 0:00:01 0:00:01 --:--:-- 67324 100 73720 0 0 100 73720 0 67365 0:00:01 0:00:01 --:--:-- 67324 [2020-11-21T21:39:32.869Z] [2020-11-21T21:39:32.869Z] [2020-11-21T21:39:32.869Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-21T21:39:32.869Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:32.869Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:33.816Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13738 --:--:-- --:--:-- --:--:-- 13731 100 13580 0 0 100 13580 0 13736 --:--:-- --:--:-- --:--:-- 13731 [2020-11-21T21:39:33.816Z] [2020-11-21T21:39:33.816Z] [2020-11-21T21:39:33.816Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-21T21:39:33.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:33.816Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:34.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36028 0:00:01 0:00:01 --:--:-- 36041 100 38889 0 0 100 38889 0 36022 0:00:01 0:00:01 --:--:-- 36041 [2020-11-21T21:39:34.760Z] [2020-11-21T21:39:34.760Z] [2020-11-21T21:39:34.760Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-21T21:39:34.760Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:34.760Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:36.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13184 0:00:01 0:00:01 --:--:-- 13192 100 14248 0 0 100 14248 0 13182 0:00:01 0:00:01 --:--:-- 13192 [2020-11-21T21:39:36.146Z] [2020-11-21T21:39:36.146Z] [2020-11-21T21:39:36.146Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-21T21:39:36.146Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:36.146Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:37.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3668 0:00:01 0:00:01 --:--:-- 3672 100 4109 0 0 100 4109 0 3668 0:00:01 0:00:01 --:--:-- 3668 [2020-11-21T21:39:37.090Z] [2020-11-21T21:39:37.090Z] [2020-11-21T21:39:37.090Z] === Publish openapi/v2 API === [2020-11-21T21:39:37.090Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-21T21:39:37.090Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-21T21:39:37.090Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:37.090Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:38.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26032 0:00:01 0:00:01 --:--:-- 26044 100 29535 0 0 100 29535 0 26028 0:00:01 0:00:01 --:--:-- 26044 [2020-11-21T21:39:38.484Z] [2020-11-21T21:39:38.484Z] [2020-11-21T21:39:38.484Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-21T21:39:38.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:38.484Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:39.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65223 0 0 100 65223 0 56256 0:00:01 0:00:01 --:--:-- 56275 100 65223 0 0 100 65223 0 56248 0:00:01 0:00:01 --:--:-- 56275 [2020-11-21T21:39:39.428Z] [2020-11-21T21:39:39.428Z] [2020-11-21T21:39:39.428Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-21T21:39:39.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:39.428Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:40.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 67 119k 0 0 67 81920 0 319k --:--:-- --:--:-- --:--:-- 318k 100 119k 0 0 100 119k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2020-11-21T21:39:40.634Z] [2020-11-21T21:39:40.634Z] [2020-11-21T21:39:40.634Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-21T21:39:40.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:40.634Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:41.577Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21077 0:00:01 0:00:01 --:--:-- 21077 100 23691 0 0 100 23691 0 21073 0:00:01 0:00:01 --:--:-- 21058 [2020-11-21T21:39:41.839Z] [2020-11-21T21:39:41.839Z] [2020-11-21T21:39:41.839Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-21T21:39:41.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:41.839Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:42.788Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54944 0:00:01 0:00:01 --:--:-- 54992 100 62691 0 0 100 62691 0 54934 0:00:01 0:00:01 --:--:-- 54943 [2020-11-21T21:39:42.788Z] [2020-11-21T21:39:42.788Z] [2020-11-21T21:39:42.788Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-21T21:39:42.788Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:42.788Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:44.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41482 0:00:01 0:00:01 --:--:-- 41507 100 46198 0 0 100 46198 0 41476 0:00:01 0:00:01 --:--:-- 41507 [2020-11-21T21:39:44.180Z] [2020-11-21T21:39:44.180Z] [2020-11-21T21:39:44.180Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-21T21:39:44.180Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T21:39:44.180Z] Dload Upload Total Spent Left Speed [2020-11-21T21:39:45.123Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 23376 0:00:01 0:00:01 --:--:-- 23397 100 23725 0 0 100 23725 0 23372 0:00:01 0:00:01 --:--:-- 23397 [2020-11-21T21:39:45.124Z] [2020-11-21T21:39:45.124Z] [Pipeline] } [2020-11-21T21:39:45.134Z] 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-21T21:39:46.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T21:39:46.042Z] . [Pipeline] withDockerContainer [2020-11-21T21:39:46.144Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:39:46.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T21:39:47.105Z] $ docker top f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T21:39:47.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T21:39:47.448Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T21:39:47.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T21:39:47.687Z] $ docker exec f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 ssh-agent [2020-11-21T21:39:47.872Z] SSH_AUTH_SOCK=/tmp/ssh-7UDkkJqmXNGb/agent.11 [2020-11-21T21:39:47.872Z] SSH_AGENT_PID=17 [2020-11-21T21:39:47.880Z] Running ssh-add (command line suppressed) [2020-11-21T21:39:48.029Z] Identity added: /w/workspace/edgex-go/229@tmp/private_key_4321697647588403371.key (/w/workspace/edgex-go/229@tmp/private_key_4321697647588403371.key) [2020-11-21T21:39:48.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T21:39:48.452Z] + git semver tag [2020-11-21T21:39:48.714Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T21:39:48.714Z] # $GIT_DIR = /w/workspace/edgex-go/229/.git [2020-11-21T21:39:48.714Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/229 [2020-11-21T21:39:48.714Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T21:39:48.714Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T21:39:48.714Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T21:39:48.714Z] # $SEMVER_BRANCH = master [2020-11-21T21:39:48.714Z] # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver [2020-11-21T21:39:48.714Z] # 55279ac293f1a7bfc29c798d374b05cebe545617 HEAD [2020-11-21T21:39:48.976Z] # -> Force: false [2020-11-21T21:39:49.236Z] # 61def04b174cb3a01114ec19edee8ad5e86ca7c1 refs/tags/v1.3.1-dev.5 [Pipeline] } [2020-11-21T21:39:49.251Z] $ docker exec --env ******** --env ******** f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 ssh-agent -k [2020-11-21T21:39:49.382Z] unset SSH_AUTH_SOCK; [2020-11-21T21:39:49.382Z] unset SSH_AGENT_PID; [2020-11-21T21:39:49.382Z] echo Agent pid 17 killed; [2020-11-21T21:39:49.431Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T21:39:49.900Z] + git semver [Pipeline] } [2020-11-21T21:39:49.921Z] $ docker stop --time=1 f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 [2020-11-21T21:39:51.276Z] $ docker rm -f f5a8622f31e894693d32eadf2670280f14dacc475f95880b0bcdf1b302656ee3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:39:51.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-21T21:39:51.895Z] [2020-11-21T21:39:51.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:39:52.274Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-21T21:39:52.274Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-21T21:39:52.274Z] ab5ef0e58194: Pulling fs layer [2020-11-21T21:39:52.274Z] 9712f1f96733: Pulling fs layer [2020-11-21T21:39:52.274Z] 63f879dbbcfc: Pulling fs layer [2020-11-21T21:39:52.274Z] 0d9ebad4ef96: Pulling fs layer [2020-11-21T21:39:52.274Z] e9a5061849ea: Pulling fs layer [2020-11-21T21:39:52.274Z] d747dcd14b5f: Pulling fs layer [2020-11-21T21:39:52.274Z] 2de7ff778b66: Pulling fs layer [2020-11-21T21:39:52.274Z] e9a5061849ea: Waiting [2020-11-21T21:39:52.274Z] d747dcd14b5f: Waiting [2020-11-21T21:39:52.274Z] 2de7ff778b66: Waiting [2020-11-21T21:39:52.274Z] 0d9ebad4ef96: Waiting [2020-11-21T21:39:52.274Z] 9712f1f96733: Verifying Checksum [2020-11-21T21:39:52.274Z] 9712f1f96733: Download complete [2020-11-21T21:39:54.204Z] 63f879dbbcfc: Verifying Checksum [2020-11-21T21:39:54.204Z] 63f879dbbcfc: Download complete [2020-11-21T21:39:54.467Z] e9a5061849ea: Verifying Checksum [2020-11-21T21:39:54.467Z] e9a5061849ea: Download complete [2020-11-21T21:39:54.467Z] d747dcd14b5f: Verifying Checksum [2020-11-21T21:39:54.467Z] d747dcd14b5f: Download complete [2020-11-21T21:39:54.467Z] 0d9ebad4ef96: Verifying Checksum [2020-11-21T21:39:54.467Z] 0d9ebad4ef96: Download complete [2020-11-21T21:39:54.730Z] 2de7ff778b66: Verifying Checksum [2020-11-21T21:39:54.730Z] 2de7ff778b66: Download complete [2020-11-21T21:39:54.730Z] ab5ef0e58194: Verifying Checksum [2020-11-21T21:39:54.730Z] ab5ef0e58194: Download complete [2020-11-21T21:39:58.965Z] ab5ef0e58194: Pull complete [2020-11-21T21:39:58.965Z] 9712f1f96733: Pull complete [2020-11-21T21:40:01.524Z] 63f879dbbcfc: Pull complete [2020-11-21T21:40:08.167Z] 0d9ebad4ef96: Pull complete [2020-11-21T21:40:10.091Z] e9a5061849ea: Pull complete [2020-11-21T21:40:10.353Z] d747dcd14b5f: Pull complete [2020-11-21T21:40:13.676Z] 2de7ff778b66: Pull complete [2020-11-21T21:40:13.676Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-21T21:40:13.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-21T21:40:13.676Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-21T21:40:13.879Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:40:13.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-21T21:40:16.981Z] $ docker top 62375b93021f0d166756a55fc8553ba43cbd68c44dad90d6eaeecab3bea107be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-21T21:40:17.235Z] provisioning config files... [2020-11-21T21:40:17.245Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/229@tmp/config1284253499694704033tmp [2020-11-21T21:40:17.262Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/229@tmp/config3428732439621713141tmp [2020-11-21T21:40:17.278Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/229@tmp/config4243533143363341010tmp [Pipeline] { [Pipeline] echo [2020-11-21T21:40:17.336Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:40:17.645Z] ---> sigul-configuration.sh [2020-11-21T21:40:17.645Z] gpg: directory `/root/.gnupg' created [2020-11-21T21:40:17.645Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-21T21:40:17.645Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-21T21:40:17.645Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-21T21:40:17.645Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-21T21:40:17.645Z] gpg: CAST5 encrypted data [2020-11-21T21:40:17.907Z] gpg: encrypted with 1 passphrase [2020-11-21T21:40:17.907Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-21T21:40:18.207Z] + mkdir /home/jenkins [2020-11-21T21:40:18.207Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-21T21:40:18.507Z] + 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-21T21:40:18.518Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:40:18.815Z] ---> sigul-install.sh [2020-11-21T21:40:25.438Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-21T21:40:25.748Z] + git tag --list [2020-11-21T21:40:25.748Z] 0.6.0 [2020-11-21T21:40:25.748Z] 0.6.1 [2020-11-21T21:40:25.748Z] 0.7.0 [2020-11-21T21:40:25.748Z] 0.7.1 [2020-11-21T21:40:25.748Z] v1.0.0 [2020-11-21T21:40:25.748Z] v1.0.1 [2020-11-21T21:40:25.748Z] v1.1.0 [2020-11-21T21:40:25.748Z] v1.2.0 [2020-11-21T21:40:25.748Z] v1.2.1 [2020-11-21T21:40:25.748Z] v1.2.2-dev.1 [2020-11-21T21:40:25.748Z] v1.2.2-dev.10 [2020-11-21T21:40:25.748Z] v1.2.2-dev.100 [2020-11-21T21:40:25.748Z] v1.2.2-dev.101 [2020-11-21T21:40:25.748Z] v1.2.2-dev.102 [2020-11-21T21:40:25.748Z] v1.2.2-dev.103 [2020-11-21T21:40:25.748Z] v1.2.2-dev.104 [2020-11-21T21:40:25.748Z] v1.2.2-dev.105 [2020-11-21T21:40:25.748Z] v1.2.2-dev.106 [2020-11-21T21:40:25.748Z] v1.2.2-dev.107 [2020-11-21T21:40:25.748Z] v1.2.2-dev.11 [2020-11-21T21:40:25.748Z] v1.2.2-dev.12 [2020-11-21T21:40:25.748Z] v1.2.2-dev.13 [2020-11-21T21:40:25.748Z] v1.2.2-dev.14 [2020-11-21T21:40:25.748Z] v1.2.2-dev.15 [2020-11-21T21:40:25.748Z] v1.2.2-dev.16 [2020-11-21T21:40:25.748Z] v1.2.2-dev.17 [2020-11-21T21:40:25.748Z] v1.2.2-dev.18 [2020-11-21T21:40:25.748Z] v1.2.2-dev.19 [2020-11-21T21:40:25.748Z] v1.2.2-dev.2 [2020-11-21T21:40:25.748Z] v1.2.2-dev.20 [2020-11-21T21:40:25.748Z] v1.2.2-dev.21 [2020-11-21T21:40:25.748Z] v1.2.2-dev.22 [2020-11-21T21:40:25.748Z] v1.2.2-dev.23 [2020-11-21T21:40:25.748Z] v1.2.2-dev.24 [2020-11-21T21:40:25.748Z] v1.2.2-dev.25 [2020-11-21T21:40:25.748Z] v1.2.2-dev.26 [2020-11-21T21:40:25.748Z] v1.2.2-dev.27 [2020-11-21T21:40:25.748Z] v1.2.2-dev.28 [2020-11-21T21:40:25.748Z] v1.2.2-dev.29 [2020-11-21T21:40:25.748Z] v1.2.2-dev.3 [2020-11-21T21:40:25.748Z] v1.2.2-dev.30 [2020-11-21T21:40:25.748Z] v1.2.2-dev.31 [2020-11-21T21:40:25.748Z] v1.2.2-dev.32 [2020-11-21T21:40:25.748Z] v1.2.2-dev.33 [2020-11-21T21:40:25.748Z] v1.2.2-dev.34 [2020-11-21T21:40:25.748Z] v1.2.2-dev.35 [2020-11-21T21:40:25.748Z] v1.2.2-dev.36 [2020-11-21T21:40:25.748Z] v1.2.2-dev.37 [2020-11-21T21:40:25.748Z] v1.2.2-dev.38 [2020-11-21T21:40:25.748Z] v1.2.2-dev.39 [2020-11-21T21:40:25.748Z] v1.2.2-dev.4 [2020-11-21T21:40:25.748Z] v1.2.2-dev.40 [2020-11-21T21:40:25.748Z] v1.2.2-dev.41 [2020-11-21T21:40:25.748Z] v1.2.2-dev.42 [2020-11-21T21:40:25.748Z] v1.2.2-dev.43 [2020-11-21T21:40:25.748Z] v1.2.2-dev.44 [2020-11-21T21:40:25.748Z] v1.2.2-dev.45 [2020-11-21T21:40:25.748Z] v1.2.2-dev.46 [2020-11-21T21:40:25.748Z] v1.2.2-dev.47 [2020-11-21T21:40:25.748Z] v1.2.2-dev.48 [2020-11-21T21:40:25.748Z] v1.2.2-dev.49 [2020-11-21T21:40:25.748Z] v1.2.2-dev.5 [2020-11-21T21:40:25.748Z] v1.2.2-dev.50 [2020-11-21T21:40:25.748Z] v1.2.2-dev.51 [2020-11-21T21:40:25.748Z] v1.2.2-dev.52 [2020-11-21T21:40:25.748Z] v1.2.2-dev.53 [2020-11-21T21:40:25.748Z] v1.2.2-dev.54 [2020-11-21T21:40:25.748Z] v1.2.2-dev.55 [2020-11-21T21:40:25.748Z] v1.2.2-dev.56 [2020-11-21T21:40:25.748Z] v1.2.2-dev.57 [2020-11-21T21:40:25.748Z] v1.2.2-dev.58 [2020-11-21T21:40:25.748Z] v1.2.2-dev.59 [2020-11-21T21:40:25.749Z] v1.2.2-dev.6 [2020-11-21T21:40:25.749Z] v1.2.2-dev.60 [2020-11-21T21:40:25.749Z] v1.2.2-dev.61 [2020-11-21T21:40:25.749Z] v1.2.2-dev.62 [2020-11-21T21:40:25.749Z] v1.2.2-dev.63 [2020-11-21T21:40:25.749Z] v1.2.2-dev.64 [2020-11-21T21:40:25.749Z] v1.2.2-dev.65 [2020-11-21T21:40:25.749Z] v1.2.2-dev.66 [2020-11-21T21:40:25.749Z] v1.2.2-dev.67 [2020-11-21T21:40:25.749Z] v1.2.2-dev.68 [2020-11-21T21:40:25.749Z] v1.2.2-dev.69 [2020-11-21T21:40:25.749Z] v1.2.2-dev.7 [2020-11-21T21:40:25.749Z] v1.2.2-dev.70 [2020-11-21T21:40:25.749Z] v1.2.2-dev.71 [2020-11-21T21:40:25.749Z] v1.2.2-dev.72 [2020-11-21T21:40:25.749Z] v1.2.2-dev.73 [2020-11-21T21:40:25.749Z] v1.2.2-dev.74 [2020-11-21T21:40:25.749Z] v1.2.2-dev.75 [2020-11-21T21:40:25.749Z] v1.2.2-dev.76 [2020-11-21T21:40:25.749Z] v1.2.2-dev.77 [2020-11-21T21:40:25.749Z] v1.2.2-dev.78 [2020-11-21T21:40:25.749Z] v1.2.2-dev.79 [2020-11-21T21:40:25.749Z] v1.2.2-dev.8 [2020-11-21T21:40:25.749Z] v1.2.2-dev.80 [2020-11-21T21:40:25.749Z] v1.2.2-dev.81 [2020-11-21T21:40:25.749Z] v1.2.2-dev.82 [2020-11-21T21:40:25.749Z] v1.2.2-dev.83 [2020-11-21T21:40:25.749Z] v1.2.2-dev.84 [2020-11-21T21:40:25.749Z] v1.2.2-dev.85 [2020-11-21T21:40:25.749Z] v1.2.2-dev.86 [2020-11-21T21:40:25.749Z] v1.2.2-dev.87 [2020-11-21T21:40:25.749Z] v1.2.2-dev.88 [2020-11-21T21:40:25.749Z] v1.2.2-dev.89 [2020-11-21T21:40:25.749Z] v1.2.2-dev.9 [2020-11-21T21:40:25.749Z] v1.2.2-dev.90 [2020-11-21T21:40:25.749Z] v1.2.2-dev.91 [2020-11-21T21:40:25.749Z] v1.2.2-dev.92 [2020-11-21T21:40:25.749Z] v1.2.2-dev.93 [2020-11-21T21:40:25.749Z] v1.2.2-dev.94 [2020-11-21T21:40:25.749Z] v1.2.2-dev.95 [2020-11-21T21:40:25.749Z] v1.2.2-dev.96 [2020-11-21T21:40:25.749Z] v1.2.2-dev.97 [2020-11-21T21:40:25.749Z] v1.2.2-dev.98 [2020-11-21T21:40:25.749Z] v1.2.2-dev.99 [2020-11-21T21:40:25.749Z] v1.3.0 [2020-11-21T21:40:25.749Z] v1.3.1-dev.1 [2020-11-21T21:40:25.749Z] v1.3.1-dev.2 [2020-11-21T21:40:25.749Z] v1.3.1-dev.3 [2020-11-21T21:40:25.749Z] v1.3.1-dev.4 [2020-11-21T21:40:25.749Z] v1.3.1-dev.5 [Pipeline] sh [2020-11-21T21:40:26.124Z] + lftools sign git-tag v1.3.1-dev.5 [2020-11-21T21:40:27.536Z] Signing Git tag with Sigul... [2020-11-21T21:40:27.536Z] Signing v1.3.1-dev.5 [Pipeline] echo [2020-11-21T21:40:28.496Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:40:28.798Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-21T21:40:28.807Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-21T21:40:28.919Z] $ docker stop --time=1 62375b93021f0d166756a55fc8553ba43cbd68c44dad90d6eaeecab3bea107be [2020-11-21T21:40:30.908Z] $ docker rm -f 62375b93021f0d166756a55fc8553ba43cbd68c44dad90d6eaeecab3bea107be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:40:31.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T21:40:31.770Z] . [Pipeline] withDockerContainer [2020-11-21T21:40:31.872Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:40:31.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T21:40:32.593Z] $ docker top 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T21:40:32.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T21:40:32.918Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T21:40:33.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T21:40:33.124Z] $ docker exec 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db ssh-agent [2020-11-21T21:40:33.301Z] SSH_AUTH_SOCK=/tmp/ssh-jJrykTQOhd2a/agent.11 [2020-11-21T21:40:33.301Z] SSH_AGENT_PID=16 [2020-11-21T21:40:33.308Z] Running ssh-add (command line suppressed) [2020-11-21T21:40:33.441Z] Identity added: /w/workspace/edgex-go/229@tmp/private_key_5638161490986896525.key (/w/workspace/edgex-go/229@tmp/private_key_5638161490986896525.key) [2020-11-21T21:40:33.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T21:40:33.841Z] + git semver bump pre [2020-11-21T21:40:33.841Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T21:40:33.841Z] # $GIT_DIR = /w/workspace/edgex-go/229/.git [2020-11-21T21:40:33.841Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/229 [2020-11-21T21:40:33.841Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T21:40:33.841Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T21:40:33.841Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T21:40:33.841Z] # $SEMVER_BRANCH = master [2020-11-21T21:40:33.841Z] # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver [2020-11-21T21:40:33.841Z] 1.3.1-dev.6 [Pipeline] } [2020-11-21T21:40:33.857Z] $ docker exec --env ******** --env ******** 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db ssh-agent -k [2020-11-21T21:40:33.980Z] unset SSH_AUTH_SOCK; [2020-11-21T21:40:33.980Z] unset SSH_AGENT_PID; [2020-11-21T21:40:33.980Z] echo Agent pid 16 killed; [2020-11-21T21:40:34.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T21:40:34.505Z] + git semver [Pipeline] } [2020-11-21T21:40:34.525Z] $ docker stop --time=1 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db [2020-11-21T21:40:35.885Z] $ docker rm -f 5255a0a849a2383b6ee1858fcb5950b61464ef2db7b21ec3e97c0baee93c47db [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:40:36.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T21:40:36.433Z] . [Pipeline] withDockerContainer [2020-11-21T21:40:36.531Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:40:36.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T21:40:37.322Z] $ docker top 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T21:40:37.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T21:40:37.641Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T21:40:37.873Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T21:40:37.880Z] $ docker exec 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a ssh-agent [2020-11-21T21:40:38.055Z] SSH_AUTH_SOCK=/tmp/ssh-FTMIZprZ0JNe/agent.11 [2020-11-21T21:40:38.055Z] SSH_AGENT_PID=16 [2020-11-21T21:40:38.062Z] Running ssh-add (command line suppressed) [2020-11-21T21:40:38.193Z] Identity added: /w/workspace/edgex-go/229@tmp/private_key_7543456445456240537.key (/w/workspace/edgex-go/229@tmp/private_key_7543456445456240537.key) [2020-11-21T21:40:38.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T21:40:38.580Z] + git semver push [2020-11-21T21:40:38.580Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T21:40:38.580Z] # $GIT_DIR = /w/workspace/edgex-go/229/.git [2020-11-21T21:40:38.580Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/229 [2020-11-21T21:40:38.580Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T21:40:38.580Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T21:40:38.580Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T21:40:38.580Z] # $SEMVER_BRANCH = master [2020-11-21T21:40:38.580Z] # $SEMVER_DIR = /w/workspace/edgex-go/229/.semver [Pipeline] } [2020-11-21T21:40:49.121Z] $ docker exec --env ******** --env ******** 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a ssh-agent -k [2020-11-21T21:40:49.291Z] unset SSH_AUTH_SOCK; [2020-11-21T21:40:49.291Z] unset SSH_AGENT_PID; [2020-11-21T21:40:49.291Z] echo Agent pid 16 killed; [2020-11-21T21:40:49.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T21:40:49.836Z] + git semver [Pipeline] } [2020-11-21T21:40:49.856Z] $ docker stop --time=1 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a [2020-11-21T21:40:51.220Z] $ docker rm -f 6b5c48db498cd1bf228d5f3de31ec70894ec5fbb65b1f9c24eef4f0af7fe149a [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-21T21:40:52.537Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:40:53.429Z] ---> package-listing.sh [2020-11-21T21:40:53.429Z] ++ facter osfamily [2020-11-21T21:40:53.429Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-21T21:40:53.429Z] + OS_FAMILY=redhat [2020-11-21T21:40:53.429Z] + workspace=/w/workspace/edgex-go/229 [2020-11-21T21:40:53.429Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-21T21:40:53.429Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-21T21:40:53.429Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-21T21:40:53.429Z] + PACKAGES=/tmp/packages_start.txt [2020-11-21T21:40:53.429Z] + '[' /w/workspace/edgex-go/229 ']' [2020-11-21T21:40:53.429Z] + PACKAGES=/tmp/packages_end.txt [2020-11-21T21:40:53.429Z] + case "${OS_FAMILY}" in [2020-11-21T21:40:53.429Z] + rpm -qa [2020-11-21T21:40:53.429Z] + sort [2020-11-21T21:40:57.645Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-21T21:40:57.645Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-21T21:40:57.645Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-21T21:40:57.645Z] + '[' /w/workspace/edgex-go/229 ']' [2020-11-21T21:40:57.645Z] + mkdir -p /w/workspace/edgex-go/229/archives/ [2020-11-21T21:40:57.645Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/229/archives/ [Pipeline] echo [2020-11-21T21:40:57.658Z] 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/229/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-21T21:40:57.954Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:40:58.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T21:40:58.256Z] [2020-11-21T21:40:58.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-21T21:40:58.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T21:40:58.609Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-21T21:40:58.609Z] df20fa9351a1: Already exists [2020-11-21T21:40:58.609Z] 36b3adc4ff6f: Pulling fs layer [2020-11-21T21:40:58.609Z] 8ad3a11d3b57: Pulling fs layer [2020-11-21T21:40:58.609Z] 46f8f816bc3b: Pulling fs layer [2020-11-21T21:40:58.609Z] 93b61091891f: Pulling fs layer [2020-11-21T21:40:58.609Z] 93b9cdb0e59b: Pulling fs layer [2020-11-21T21:40:58.609Z] 5e14af77c1be: Pulling fs layer [2020-11-21T21:40:58.609Z] 01666e4c0597: Pulling fs layer [2020-11-21T21:40:58.609Z] aa168da1d23b: Pulling fs layer [2020-11-21T21:40:58.609Z] 93b61091891f: Waiting [2020-11-21T21:40:58.609Z] 93b9cdb0e59b: Waiting [2020-11-21T21:40:58.609Z] 5e14af77c1be: Waiting [2020-11-21T21:40:58.609Z] 01666e4c0597: Waiting [2020-11-21T21:40:58.609Z] aa168da1d23b: Waiting [2020-11-21T21:40:58.609Z] 46f8f816bc3b: Verifying Checksum [2020-11-21T21:40:58.609Z] 46f8f816bc3b: Download complete [2020-11-21T21:40:58.609Z] 36b3adc4ff6f: Download complete [2020-11-21T21:40:58.609Z] 93b9cdb0e59b: Verifying Checksum [2020-11-21T21:40:58.609Z] 93b9cdb0e59b: Download complete [2020-11-21T21:40:58.609Z] 5e14af77c1be: Verifying Checksum [2020-11-21T21:40:58.609Z] 5e14af77c1be: Download complete [2020-11-21T21:40:58.872Z] 01666e4c0597: Verifying Checksum [2020-11-21T21:40:58.872Z] 01666e4c0597: Download complete [2020-11-21T21:40:58.872Z] 93b61091891f: Download complete [2020-11-21T21:40:59.134Z] 8ad3a11d3b57: Verifying Checksum [2020-11-21T21:40:59.134Z] 8ad3a11d3b57: Download complete [2020-11-21T21:40:59.396Z] 36b3adc4ff6f: Pull complete [2020-11-21T21:41:00.362Z] 8ad3a11d3b57: Pull complete [2020-11-21T21:41:00.362Z] 46f8f816bc3b: Pull complete [2020-11-21T21:41:01.317Z] aa168da1d23b: Verifying Checksum [2020-11-21T21:41:01.317Z] aa168da1d23b: Download complete [2020-11-21T21:41:01.894Z] 93b61091891f: Pull complete [2020-11-21T21:41:01.894Z] 93b9cdb0e59b: Pull complete [2020-11-21T21:41:02.155Z] 5e14af77c1be: Pull complete [2020-11-21T21:41:02.155Z] 01666e4c0597: Pull complete [2020-11-21T21:41:08.793Z] aa168da1d23b: Pull complete [2020-11-21T21:41:08.793Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-21T21:41:08.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T21:41:08.793Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-21T21:41:09.035Z] prd-centos7-docker-4c-2g-13089 does not seem to be running inside a container [2020-11-21T21:41:09.091Z] $ 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/229/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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-21T21:41:12.189Z] $ docker top 145db50036fb17e11abc489200c9283b8759a2913087afcdeeb728aab3d4b322 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T21:41:12.678Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-21T21:41:12.975Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-21T21:41:13.272Z] + ls /var/log/sa-host [2020-11-21T21:41:13.272Z] + sadf -c /var/log/sa-host/sa05 [2020-11-21T21:41:13.272Z] file_magic: OK [2020-11-21T21:41:13.272Z] HZ: Using current value: 100 [2020-11-21T21:41:13.272Z] file_header: OK [2020-11-21T21:41:13.272Z] 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-21T21:41:13.272Z] Statistics: [2020-11-21T21:41:13.272Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T21:41:13.272Z] File successfully converted to sysstat format version 12.2.1 [2020-11-21T21:41:13.272Z] + sadf -c /var/log/sa-host/sa21 [2020-11-21T21:41:13.272Z] file_magic: OK [2020-11-21T21:41:13.272Z] HZ: Using current value: 100 [2020-11-21T21:41:13.272Z] file_header: OK [2020-11-21T21:41:13.272Z] 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-21T21:41:13.272Z] Statistics: [2020-11-21T21:41:13.272Z] 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... [2020-11-21T21:41:13.272Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-21T21:41:13.923Z] provisioning config files... [2020-11-21T21:41:13.938Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/229@tmp/config5858871326989859829tmp [Pipeline] { [Pipeline] echo [2020-11-21T21:41:14.077Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:41:14.373Z] ---> create-netrc.sh [Pipeline] } [2020-11-21T21:41:14.382Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-21T21:41:14.474Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:41:14.770Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-21T21:41:14.780Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:41:15.075Z] ---> sudo-logs.sh [2020-11-21T21:41:15.075Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-21T21:41:15.086Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:41:15.385Z] ---> job-cost.sh [2020-11-21T21:41:15.385Z] lf-activate-venv: SKIPPING [2020-11-21T21:41:15.385Z] INFO: No Stack... [2020-11-21T21:41:16.333Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-21T21:41:16.907Z] INFO: Archiving Costs [Pipeline] echo [2020-11-21T21:41:16.921Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T21:41:17.217Z] ---> logs-deploy.sh [2020-11-21T21:41:17.217Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/229 [2020-11-21T21:41:17.217Z] INFO: archiving workspace using pattern(s): [2020-11-21T21:41:18.606Z] Archives upload complete. [2020-11-21T21:41:18.606Z] INFO: archiving logs to Nexus