Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 34dce4612a631976cf4327d6db635ffc5909a851 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15115 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/249 [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/249 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 34dce4612a631976cf4327d6db635ffc5909a851 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 Commit message: "feat(meta): Implement GET /device/profile/name/{name} V2 API (#2932)" > git rev-list --no-walk 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-08T15:28:14.610Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-08T15:28:14.934Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-08T15:28:15.070Z] ========================================================= [2020-12-08T15:28:15.070Z] EdgeX Global Pipelines Version Info [2020-12-08T15:28:15.070Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:28:16.553Z] ------------------- [2020-12-08T15:28:16.553Z] stable info: [2020-12-08T15:28:16.553Z] ------------------- [2020-12-08T15:28:16.553Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T15:28:16.553Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T15:28:16.553Z] Message: update stable to v1.0.171 [2020-12-08T15:28:17.507Z] ------------------- [2020-12-08T15:28:17.507Z] experimental info: [2020-12-08T15:28:17.507Z] ------------------- [2020-12-08T15:28:17.507Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T15:28:17.507Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-08T15:28:17.507Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:28:17.836Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-08T15:28:17.952Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-08T15:28:18.069Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-08T15:28:18.206Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-08T15:28:18.315Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-08T15:28:18.422Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-08T15:28:18.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-08T15:28:18.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-08T15:28:18.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-08T15:28:18.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-08T15:28:18.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-08T15:28:19.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-08T15:28:19.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-08T15:28:19.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-08T15:28:19.493Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T15:28:19.599Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T15:28:19.699Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-08T15:28:19.804Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-08T15:28:19.921Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-08T15:28:20.038Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-08T15:28:20.244Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-08T15:28:20.359Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-08T15:28:20.487Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-08T15:28:20.590Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-08T15:28:20.721Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-08T15:28:20.822Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] echo [2020-12-08T15:28:20.923Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34dce46 [Pipeline] echo [2020-12-08T15:28:21.022Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T15:28:21.297Z] provisioning config files... [2020-12-08T15:28:21.329Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/249@tmp/config3874281882801318848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:28:21.728Z] ---> docker-login.sh [2020-12-08T15:28:21.728Z] nexus3.edgexfoundry.org:10001 [2020-12-08T15:28:21.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:28:22.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:28:22.253Z] Configure a credential helper to remove this warning. See [2020-12-08T15:28:22.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:28:22.253Z] [2020-12-08T15:28:22.253Z] Login Succeeded [2020-12-08T15:28:22.253Z] nexus3.edgexfoundry.org:10002 [2020-12-08T15:28:22.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:28:22.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:28:22.515Z] Configure a credential helper to remove this warning. See [2020-12-08T15:28:22.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:28:22.515Z] [2020-12-08T15:28:22.515Z] Login Succeeded [2020-12-08T15:28:22.515Z] nexus3.edgexfoundry.org:10003 [2020-12-08T15:28:22.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:28:22.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:28:22.515Z] Configure a credential helper to remove this warning. See [2020-12-08T15:28:22.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:28:22.515Z] [2020-12-08T15:28:22.515Z] Login Succeeded [2020-12-08T15:28:22.515Z] nexus3.edgexfoundry.org:10004 [2020-12-08T15:28:22.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:28:22.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:28:22.777Z] Configure a credential helper to remove this warning. See [2020-12-08T15:28:22.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:28:22.777Z] [2020-12-08T15:28:22.777Z] Login Succeeded [2020-12-08T15:28:22.777Z] docker.io [2020-12-08T15:28:22.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:28:23.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:28:23.040Z] Configure a credential helper to remove this warning. See [2020-12-08T15:28:23.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:28:23.040Z] [2020-12-08T15:28:23.040Z] Login Succeeded [2020-12-08T15:28:23.040Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T15:28:23.049Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T15:28:23.551Z] ++ 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/core-command/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/core-data/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-08T15:28:23.551Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T15:28:23.551Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-08T15:28:23.551Z] ++ cut -d/ -f2 [2020-12-08T15:28:23.551Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-08T15:28:23.627Z] 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-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-12-08T15:28:25.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T15:28:25.198Z] [2020-12-08T15:28:25.198Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:28:25.550Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T15:28:25.551Z] latest: Pulling from edgex-devops/git-semver [2020-12-08T15:28:25.551Z] 31603596830f: Pulling fs layer [2020-12-08T15:28:25.551Z] 2a8b12db71e7: Pulling fs layer [2020-12-08T15:28:25.551Z] 6ca5941a6612: Pulling fs layer [2020-12-08T15:28:25.551Z] ecc8261a40a4: Pulling fs layer [2020-12-08T15:28:25.551Z] 2a8b12db71e7: Verifying Checksum [2020-12-08T15:28:25.551Z] 2a8b12db71e7: Download complete [2020-12-08T15:28:25.813Z] 31603596830f: Verifying Checksum [2020-12-08T15:28:25.813Z] 31603596830f: Download complete [2020-12-08T15:28:25.813Z] ecc8261a40a4: Verifying Checksum [2020-12-08T15:28:25.813Z] ecc8261a40a4: Download complete [2020-12-08T15:28:25.813Z] 6ca5941a6612: Verifying Checksum [2020-12-08T15:28:25.813Z] 6ca5941a6612: Download complete [2020-12-08T15:28:26.076Z] 31603596830f: Pull complete [2020-12-08T15:28:26.338Z] 2a8b12db71e7: Pull complete [2020-12-08T15:28:26.913Z] 6ca5941a6612: Pull complete [2020-12-08T15:28:27.177Z] ecc8261a40a4: Pull complete [2020-12-08T15:28:27.177Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-08T15:28:27.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T15:28:27.438Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-08T15:28:27.542Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:28:27.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:28:30.055Z] $ docker top 7ea19f1de974eee96da77fe6be56554cfb4c0fdbce591f1f33e63e8da9b125b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T15:28:30.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T15:28:30.507Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T15:28:30.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T15:28:30.730Z] $ docker exec 7ea19f1de974eee96da77fe6be56554cfb4c0fdbce591f1f33e63e8da9b125b4 ssh-agent [2020-12-08T15:28:30.904Z] SSH_AUTH_SOCK=/tmp/ssh-0nzhDW6T2aQj/agent.12 [2020-12-08T15:28:30.904Z] SSH_AGENT_PID=17 [2020-12-08T15:28:30.915Z] Running ssh-add (command line suppressed) [2020-12-08T15:28:31.043Z] Identity added: /w/workspace/edgex-go/249@tmp/private_key_1133666398388768216.key (/w/workspace/edgex-go/249@tmp/private_key_1133666398388768216.key) [2020-12-08T15:28:31.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T15:28:31.438Z] + git tag --points-at HEAD [Pipeline] } [2020-12-08T15:28:31.462Z] $ docker exec --env ******** --env ******** 7ea19f1de974eee96da77fe6be56554cfb4c0fdbce591f1f33e63e8da9b125b4 ssh-agent -k [2020-12-08T15:28:31.572Z] unset SSH_AUTH_SOCK; [2020-12-08T15:28:31.573Z] unset SSH_AGENT_PID; [2020-12-08T15:28:31.573Z] echo Agent pid 17 killed; [2020-12-08T15:28:31.621Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-08T15:28:31.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T15:28:31.781Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T15:28:31.942Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T15:28:31.947Z] $ docker exec 7ea19f1de974eee96da77fe6be56554cfb4c0fdbce591f1f33e63e8da9b125b4 ssh-agent [2020-12-08T15:28:32.106Z] SSH_AUTH_SOCK=/tmp/ssh-DrRXr6lR46cj/agent.48 [2020-12-08T15:28:32.106Z] SSH_AGENT_PID=53 [2020-12-08T15:28:32.113Z] Running ssh-add (command line suppressed) [2020-12-08T15:28:32.231Z] Identity added: /w/workspace/edgex-go/249@tmp/private_key_6856545142032814234.key (/w/workspace/edgex-go/249@tmp/private_key_6856545142032814234.key) [2020-12-08T15:28:32.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T15:28:32.617Z] + git semver init [2020-12-08T15:28:32.617Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T15:28:32.617Z] # $GIT_DIR = /w/workspace/edgex-go/249/.git [2020-12-08T15:28:32.617Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/249 [2020-12-08T15:28:32.617Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T15:28:32.617Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T15:28:32.617Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T15:28:32.617Z] # $SEMVER_BRANCH = master [2020-12-08T15:28:32.617Z] # $SEMVER_TEMP = /tmp/semver-133018058 [2020-12-08T15:28:32.617Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-08T15:28:50.766Z] # '/tmp/semver-133018058' -> '/w/workspace/edgex-go/249/.semver' [2020-12-08T15:28:51.342Z] # -> Force: false [2020-12-08T15:28:51.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/249/.semver [Pipeline] } [2020-12-08T15:28:51.360Z] $ docker exec --env ******** --env ******** 7ea19f1de974eee96da77fe6be56554cfb4c0fdbce591f1f33e63e8da9b125b4 ssh-agent -k [2020-12-08T15:28:51.568Z] unset SSH_AUTH_SOCK; [2020-12-08T15:28:51.572Z] unset SSH_AGENT_PID; [2020-12-08T15:28:51.572Z] echo Agent pid 53 killed; [2020-12-08T15:28:51.651Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T15:28:52.219Z] + git semver [Pipeline] } [2020-12-08T15:28:52.238Z] $ docker stop --time=1 7ea19f1de974eee96da77fe6be56554cfb4c0fdbce591f1f33e63e8da9b125b4 [2020-12-08T15:28:53.872Z] $ docker rm -f 7ea19f1de974eee96da77fe6be56554cfb4c0fdbce591f1f33e63e8da9b125b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T15:28:54.393Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-08T15:28:55.001Z] Stashed 1 file(s) [Pipeline] echo [2020-12-08T15:28:55.004Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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-12-08T15:28:56.083Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-08T15:28:56.381Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T15:28:56.682Z] + sudo service docker restart [2020-12-08T15:28:56.682Z] + true [2020-12-08T15:28:56.682Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-08T15:28:57.272Z] ========================================================= [2020-12-08T15:28:57.272Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-08T15:28:57.272Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:28:57.620Z] + 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-12-08T15:29:01.855Z] Sending build context to Docker daemon 326.3MB [2020-12-08T15:29:01.855Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T15:29:01.855Z] Step 2/7 : FROM ${BASE} [2020-12-08T15:29:01.855Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-08T15:29:01.855Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T15:29:01.855Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T15:29:01.855Z] de9db76c5a1d: Pulling fs layer [2020-12-08T15:29:01.855Z] bca2f99d35d6: Pulling fs layer [2020-12-08T15:29:01.855Z] 93359f2a8cfa: Pulling fs layer [2020-12-08T15:29:01.855Z] 7c6f9722023f: Pulling fs layer [2020-12-08T15:29:01.855Z] a35cf1a2eb13: Pulling fs layer [2020-12-08T15:29:01.855Z] 93359f2a8cfa: Waiting [2020-12-08T15:29:01.855Z] 7c6f9722023f: Waiting [2020-12-08T15:29:01.855Z] bca2f99d35d6: Waiting [2020-12-08T15:29:01.855Z] a35cf1a2eb13: Waiting [2020-12-08T15:29:01.855Z] de9db76c5a1d: Verifying Checksum [2020-12-08T15:29:01.855Z] de9db76c5a1d: Download complete [2020-12-08T15:29:01.855Z] 0ef7d3d256c8: Download complete [2020-12-08T15:29:01.855Z] 93359f2a8cfa: Verifying Checksum [2020-12-08T15:29:01.855Z] 93359f2a8cfa: Download complete [2020-12-08T15:29:01.855Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T15:29:01.855Z] 188c0c94c7c5: Download complete [2020-12-08T15:29:01.855Z] 7c6f9722023f: Verifying Checksum [2020-12-08T15:29:01.855Z] 7c6f9722023f: Download complete [2020-12-08T15:29:01.855Z] 188c0c94c7c5: Pull complete [2020-12-08T15:29:02.121Z] 0ef7d3d256c8: Pull complete [2020-12-08T15:29:02.383Z] de9db76c5a1d: Pull complete [2020-12-08T15:29:04.312Z] a35cf1a2eb13: Verifying Checksum [2020-12-08T15:29:04.312Z] a35cf1a2eb13: Download complete [2020-12-08T15:29:04.574Z] bca2f99d35d6: Verifying Checksum [2020-12-08T15:29:04.574Z] bca2f99d35d6: Download complete [2020-12-08T15:29:10.565Z] Still waiting to schedule task [2020-12-08T15:29:10.565Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-08T15:29:11.199Z] bca2f99d35d6: Pull complete [2020-12-08T15:29:11.200Z] 93359f2a8cfa: Pull complete [2020-12-08T15:29:11.200Z] 7c6f9722023f: Pull complete [2020-12-08T15:29:16.515Z] a35cf1a2eb13: Pull complete [2020-12-08T15:29:16.515Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-08T15:29:16.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-08T15:29:16.515Z] ---> a62c8e92a672 [2020-12-08T15:29:16.515Z] 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-12-08T15:29:16.515Z] ---> Running in 01d4456e2b05 [2020-12-08T15:29:17.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:29:17.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:29:18.240Z] (1/12) Installing libmagic (5.38-r0) [2020-12-08T15:29:18.240Z] (2/12) Installing file (5.38-r0) [2020-12-08T15:29:18.503Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-08T15:29:18.503Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-08T15:29:23.809Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-08T15:29:23.809Z] (6/12) Installing patch (2.7.6-r6) [2020-12-08T15:29:23.809Z] (7/12) Installing build-base (0.5-r2) [2020-12-08T15:29:24.071Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-08T15:29:24.071Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-08T15:29:24.071Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-08T15:29:24.332Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-08T15:29:24.332Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-08T15:29:24.332Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:29:24.333Z] OK: 233 MiB in 51 packages [2020-12-08T15:29:28.552Z] Removing intermediate container 01d4456e2b05 [2020-12-08T15:29:28.552Z] ---> 8623eea1afdf [2020-12-08T15:29:28.552Z] Step 4/7 : WORKDIR /edgex-go [2020-12-08T15:29:28.552Z] ---> Running in 831720e8c049 [2020-12-08T15:29:28.813Z] Removing intermediate container 831720e8c049 [2020-12-08T15:29:28.813Z] ---> 510ac39942ce [2020-12-08T15:29:28.813Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-08T15:29:29.758Z] latest: Pulling from library/docker [2020-12-08T15:29:30.332Z] 188c0c94c7c5: Already exists [2020-12-08T15:29:30.332Z] 0c7c675703d6: Pulling fs layer [2020-12-08T15:29:30.332Z] cc8c12a437cb: Pulling fs layer [2020-12-08T15:29:30.332Z] f092543453df: Pulling fs layer [2020-12-08T15:29:30.332Z] 65b6bc45957d: Pulling fs layer [2020-12-08T15:29:30.332Z] 4de832df471b: Pulling fs layer [2020-12-08T15:29:30.332Z] 79aa7fa92271: Pulling fs layer [2020-12-08T15:29:30.332Z] 4de832df471b: Waiting [2020-12-08T15:29:30.332Z] 79aa7fa92271: Waiting [2020-12-08T15:29:30.332Z] 65b6bc45957d: Waiting [2020-12-08T15:29:30.595Z] cc8c12a437cb: Verifying Checksum [2020-12-08T15:29:30.595Z] cc8c12a437cb: Download complete [2020-12-08T15:29:30.595Z] 0c7c675703d6: Verifying Checksum [2020-12-08T15:29:30.595Z] 65b6bc45957d: Verifying Checksum [2020-12-08T15:29:30.595Z] 65b6bc45957d: Download complete [2020-12-08T15:29:30.867Z] 4de832df471b: Verifying Checksum [2020-12-08T15:29:30.867Z] 4de832df471b: Download complete [2020-12-08T15:29:30.867Z] 79aa7fa92271: Verifying Checksum [2020-12-08T15:29:30.867Z] 79aa7fa92271: Download complete [2020-12-08T15:29:30.867Z] 0c7c675703d6: Pull complete [2020-12-08T15:29:31.130Z] cc8c12a437cb: Pull complete [2020-12-08T15:29:31.706Z] f092543453df: Download complete [2020-12-08T15:29:34.273Z] f092543453df: Pull complete [2020-12-08T15:29:34.273Z] 65b6bc45957d: Pull complete [2020-12-08T15:29:34.273Z] 4de832df471b: Pull complete [2020-12-08T15:29:34.273Z] 79aa7fa92271: Pull complete [2020-12-08T15:29:34.273Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-08T15:29:34.273Z] Status: Downloaded newer image for docker:latest [2020-12-08T15:29:36.204Z] ---> 82db49cc84ff [2020-12-08T15:29:36.204Z] Step 6/7 : COPY go.mod . [2020-12-08T15:29:36.204Z] ---> e95f7e5661b7 [2020-12-08T15:29:36.204Z] Step 7/7 : RUN go mod download [2020-12-08T15:29:36.204Z] ---> Running in 2c417c57c171 [2020-12-08T15:29:58.211Z] Removing intermediate container 2c417c57c171 [2020-12-08T15:29:58.211Z] ---> dbc3c3a37b54 [2020-12-08T15:29:58.211Z] Successfully built dbc3c3a37b54 [2020-12-08T15:29:58.211Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:29:58.537Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T15:29:58.537Z] . [Pipeline] withDockerContainer [2020-12-08T15:29:58.645Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:29:58.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:29:59.586Z] $ docker top a5c322f954d76e4c53c2de76d6d06131b932988bcbd739ed7ed3a98f90e117f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:30:00.113Z] + go version [2020-12-08T15:30:00.113Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-08T15:30:00.129Z] $ docker stop --time=1 a5c322f954d76e4c53c2de76d6d06131b932988bcbd739ed7ed3a98f90e117f8 [2020-12-08T15:30:01.490Z] $ docker rm -f a5c322f954d76e4c53c2de76d6d06131b932988bcbd739ed7ed3a98f90e117f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:30:02.490Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T15:30:02.490Z] . [Pipeline] withDockerContainer [2020-12-08T15:30:02.680Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:30:03.021Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:30:03.681Z] $ docker top 1dd58d1608aef0f8a23b9260e3ef58b0ab11b0317d714413409f41c7999e0a42 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-08T15:30:03.876Z] ========================================================= [2020-12-08T15:30:03.876Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-08T15:30:03.876Z] ========================================================= [Pipeline] sh [2020-12-08T15:30:04.169Z] + make test [2020-12-08T15:30:04.170Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-08T15:30:14.263Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-08T15:30:29.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-08T15:30:34.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-08T15:30:35.261Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-08T15:30:35.261Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-08T15:30:35.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-08T15:30:35.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-08T15:30:35.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-08T15:30:37.217Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s [2020-12-08T15:30:37.217Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-08T15:30:37.217Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-08T15:30:38.178Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-08T15:30:38.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-08T15:30:38.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-08T15:30:38.178Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-08T15:30:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements [2020-12-08T15:30:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-08T15:30:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-08T15:30:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-08T15:30:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-08T15:30:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-08T15:30:43.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.228s coverage: 27.1% of statements [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-08T15:30:43.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-08T15:30:43.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.517s coverage: 100.0% of statements [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-08T15:30:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-08T15:30:44.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.412s coverage: 68.5% of statements [2020-12-08T15:30:44.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-08T15:30:44.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-08T15:30:44.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.133s coverage: 82.3% of statements [2020-12-08T15:30:44.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-08T15:30:44.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-08T15:30:44.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-08T15:30:44.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-08T15:30:46.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements [2020-12-08T15:30:46.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-08T15:30:46.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-08T15:30:46.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-08T15:30:46.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-08T15:30:46.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-08T15:30:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2020-12-08T15:30:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-08T15:30:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2020-12-08T15:30:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-08T15:30:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2020-12-08T15:30:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-08T15:30:47.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2020-12-08T15:30:47.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-08T15:30:47.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2020-12-08T15:30:47.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-08T15:30:47.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-08T15:30:47.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-08T15:30:47.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-08T15:30:48.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.313s coverage: 93.8% of statements [2020-12-08T15:30:48.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-08T15:30:48.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-08T15:30:48.988Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-08T15:30:48.988Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-08T15:30:48.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2020-12-08T15:30:48.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-08T15:30:48.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2020-12-08T15:30:48.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2020-12-08T15:30:48.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements [2020-12-08T15:30:49.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2020-12-08T15:30:49.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.028s coverage: 100.0% of statements [2020-12-08T15:30:49.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-08T15:30:50.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2020-12-08T15:30:50.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-08T15:30:50.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-08T15:30:50.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2020-12-08T15:30:50.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2020-12-08T15:30:50.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2020-12-08T15:30:50.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2020-12-08T15:30:50.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2020-12-08T15:30:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 55.9% of statements [2020-12-08T15:30:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-08T15:30:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-08T15:30:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-08T15:30:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-08T15:30:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-08T15:30:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-08T15:30:57.986Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15116 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-08T15:30:58.049Z] Running in /w/workspace/edgex-go/249 [Pipeline] { [Pipeline] checkout [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.334s coverage: 86.3% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.192s coverage: 72.2% of statements [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.401s coverage: 72.1% of statements [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.2% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.281s coverage: 84.0% of statements [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-08T15:30:58.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2020-12-08T15:30:58.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-08T15:30:59.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.679s coverage: 29.1% of statements [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-08T15:30:59.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-08T15:30:59.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-08T15:30:59.319Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-08T15:30:59.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-08T15:30:59.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-08T15:30:59.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-08T15:30:59.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2020-12-08T15:30:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2020-12-08T15:30:59.842Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-08T15:31:00.104Z] GO111MODULE=on go vet ./... [2020-12-08T15:31:03.193Z] using credential edgex-jenkins-ssh [2020-12-08T15:31:03.260Z] Cloning the remote Git repository [2020-12-08T15:31:03.316Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-08T15:31:03.419Z] > git init /w/workspace/edgex-go/249 # timeout=10 [2020-12-08T15:31:03.499Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-08T15:31:03.500Z] > git --version # timeout=10 [2020-12-08T15:31:03.519Z] > git --version # 'git version 2.17.1' [2020-12-08T15:31:03.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T15:31:03.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T15:31:19.231Z] Checking out Revision 34dce4612a631976cf4327d6db635ffc5909a851 (master) [2020-12-08T15:31:18.562Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-08T15:31:18.581Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T15:31:18.606Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-08T15:31:18.640Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-08T15:31:18.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T15:31:18.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T15:31:19.256Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T15:31:19.275Z] > git checkout -f 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 [2020-12-08T15:31:22.244Z] gofmt -l . [2020-12-08T15:31:22.818Z] [ "`gofmt -l .`" = "" ] [2020-12-08T15:31:23.392Z] ./bin/test-go-mod-tidy.sh [2020-12-08T15:31:23.654Z] ./bin/test-attribution-txt.sh [2020-12-08T15:31:24.013Z] Commit message: "feat(meta): Implement GET /device/profile/name/{name} V2 API (#2932)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-08T15:31:25.625Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-08T15:31:25.883Z] + ls -al . [2020-12-08T15:31:25.883Z] total 660 [2020-12-08T15:31:25.883Z] drwxrwxr-x 10 1001 1001 4096 Dec 8 15:31 . [2020-12-08T15:31:25.883Z] drwxr-xr-x 4 root root 32 Dec 8 15:30 .. [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 11 Dec 8 15:28 .dockerignore [2020-12-08T15:31:25.883Z] drwxrwxr-x 8 1001 1001 162 Dec 8 15:28 .git [2020-12-08T15:31:25.883Z] drwxrwxr-x 3 1001 1001 125 Dec 8 15:28 .github [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 943 Dec 8 15:28 .gitignore [2020-12-08T15:31:25.883Z] drwx------ 3 1001 1001 32 Dec 8 15:28 .semver [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 166 Dec 8 15:28 .sonarcloud.properties [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 3804 Dec 8 15:28 CONTRIBUTING.md [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 1035 Dec 8 15:28 Dockerfile.build [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 863 Dec 8 15:28 Jenkinsfile [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 10775 Dec 8 15:28 LICENSE [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 6318 Dec 8 15:28 Makefile [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 6447 Dec 8 15:28 README.md [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 7286 Dec 8 15:28 SECURITY.md [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 11 Dec 8 15:28 VERSION [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 4131 Dec 8 15:28 ZMQWindows.md [2020-12-08T15:31:25.883Z] drwxrwxr-x 2 1001 1001 117 Dec 8 15:28 bin [2020-12-08T15:31:25.883Z] drwxrwxr-x 15 1001 1001 4096 Dec 8 15:28 cmd [2020-12-08T15:31:25.883Z] -rw-r--r-- 1 root root 562145 Dec 8 15:30 coverage.out [2020-12-08T15:31:25.883Z] -rw-r--r-- 1 root root 1041 Dec 8 15:31 go.mod [2020-12-08T15:31:25.883Z] -rw-r--r-- 1 root root 18856 Dec 8 15:31 go.sum [2020-12-08T15:31:25.883Z] drwxrwxr-x 8 1001 1001 127 Dec 8 15:28 internal [2020-12-08T15:31:25.883Z] drwxrwxr-x 4 1001 1001 26 Dec 8 15:28 openapi [2020-12-08T15:31:25.883Z] drwxrwxr-x 4 1001 1001 71 Dec 8 15:28 snap [2020-12-08T15:31:25.883Z] -rw-rw-r-- 1 1001 1001 168 Dec 8 15:28 version.go [Pipeline] sh [2020-12-08T15:31:26.027Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T15:31:26.183Z] + '[' -e coverage.out ] [2020-12-08T15:31:26.183Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-08T15:31:26.403Z] + sudo service docker restart [2020-12-08T15:31:26.403Z] + true [2020-12-08T15:31:26.969Z] Stashed 1 file(s) [Pipeline] sh [2020-12-08T15:31:27.271Z] + make build [2020-12-08T15:31:27.271Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T15:31:29.119Z] provisioning config files... [2020-12-08T15:31:29.164Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/249@tmp/config5665868842715811648tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:31:29.583Z] ---> docker-login.sh [2020-12-08T15:31:29.583Z] nexus3.edgexfoundry.org:10001 [2020-12-08T15:31:30.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:31:30.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-08T15:31:30.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:31:30.781Z] Configure a credential helper to remove this warning. See [2020-12-08T15:31:30.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:31:30.781Z] [2020-12-08T15:31:30.781Z] Login Succeeded [2020-12-08T15:31:30.781Z] nexus3.edgexfoundry.org:10002 [2020-12-08T15:31:31.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:31:31.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:31:31.335Z] Configure a credential helper to remove this warning. See [2020-12-08T15:31:31.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:31:31.335Z] [2020-12-08T15:31:31.335Z] Login Succeeded [2020-12-08T15:31:31.335Z] nexus3.edgexfoundry.org:10003 [2020-12-08T15:31:31.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:31:31.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:31:31.611Z] Configure a credential helper to remove this warning. See [2020-12-08T15:31:31.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:31:31.611Z] [2020-12-08T15:31:31.611Z] Login Succeeded [2020-12-08T15:31:31.611Z] nexus3.edgexfoundry.org:10004 [2020-12-08T15:31:32.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:31:32.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:31:32.212Z] Configure a credential helper to remove this warning. See [2020-12-08T15:31:32.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:31:32.212Z] [2020-12-08T15:31:32.212Z] Login Succeeded [2020-12-08T15:31:32.212Z] docker.io [2020-12-08T15:31:32.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:31:33.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:31:33.082Z] Configure a credential helper to remove this warning. See [2020-12-08T15:31:33.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:31:33.082Z] [2020-12-08T15:31:33.082Z] Login Succeeded [2020-12-08T15:31:33.082Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T15:31:33.102Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-08T15:31:33.587Z] ========================================================= [2020-12-08T15:31:33.587Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-08T15:31:33.587Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:31:33.961Z] + 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-12-08T15:31:36.595Z] Sending build context to Docker daemon 165.6MB [2020-12-08T15:31:36.595Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T15:31:36.595Z] Step 2/7 : FROM ${BASE} [2020-12-08T15:31:36.595Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-08T15:31:36.595Z] 5f621e34cdf4: Pulling fs layer [2020-12-08T15:31:36.595Z] a4357932f1b6: Pulling fs layer [2020-12-08T15:31:36.595Z] 18c013af1878: Pulling fs layer [2020-12-08T15:31:36.595Z] 00ac8860ef70: Pulling fs layer [2020-12-08T15:31:36.595Z] 63d7cb157983: Pulling fs layer [2020-12-08T15:31:36.595Z] b116817d02f9: Pulling fs layer [2020-12-08T15:31:36.595Z] 745a02a5169b: Pulling fs layer [2020-12-08T15:31:36.595Z] 00ac8860ef70: Waiting [2020-12-08T15:31:36.595Z] b116817d02f9: Waiting [2020-12-08T15:31:36.595Z] 63d7cb157983: Waiting [2020-12-08T15:31:36.595Z] 745a02a5169b: Waiting [2020-12-08T15:31:36.595Z] 18c013af1878: Verifying Checksum [2020-12-08T15:31:36.595Z] 18c013af1878: Download complete [2020-12-08T15:31:36.595Z] a4357932f1b6: Verifying Checksum [2020-12-08T15:31:36.595Z] a4357932f1b6: Download complete [2020-12-08T15:31:36.595Z] 63d7cb157983: Verifying Checksum [2020-12-08T15:31:36.595Z] 63d7cb157983: Download complete [2020-12-08T15:31:36.595Z] 5f621e34cdf4: Verifying Checksum [2020-12-08T15:31:36.595Z] 5f621e34cdf4: Download complete [2020-12-08T15:31:36.595Z] b116817d02f9: Verifying Checksum [2020-12-08T15:31:36.595Z] b116817d02f9: Download complete [2020-12-08T15:31:37.195Z] 5f621e34cdf4: Pull complete [2020-12-08T15:31:37.793Z] a4357932f1b6: Pull complete [2020-12-08T15:31:38.080Z] 18c013af1878: Pull complete [2020-12-08T15:31:38.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T15:31:39.063Z] 745a02a5169b: Verifying Checksum [2020-12-08T15:31:39.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T15:31:40.491Z] 00ac8860ef70: Verifying Checksum [2020-12-08T15:31:40.491Z] 00ac8860ef70: Download complete [2020-12-08T15:31:40.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-08T15:31:41.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T15:31:42.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T15:31:44.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T15:31:44.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T15:31:46.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T15:31:47.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T15:31:48.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T15:31:49.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-08T15:31:50.624Z] $ docker stop --time=1 1dd58d1608aef0f8a23b9260e3ef58b0ab11b0317d714413409f41c7999e0a42 [2020-12-08T15:31:50.673Z] 00ac8860ef70: Pull complete [2020-12-08T15:31:50.673Z] 63d7cb157983: Pull complete [2020-12-08T15:31:50.948Z] b116817d02f9: Pull complete [2020-12-08T15:31:52.260Z] $ docker rm -f 1dd58d1608aef0f8a23b9260e3ef58b0ab11b0317d714413409f41c7999e0a42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-08T15:31:55.258Z] 745a02a5169b: Pull complete [2020-12-08T15:31:55.259Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-08T15:31:55.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-08T15:31:55.259Z] ---> b7e6874047d6 [2020-12-08T15:31:55.259Z] 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 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:31:55.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T15:31:55.899Z] [2020-12-08T15:31:55.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:31:56.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T15:31:56.250Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-08T15:31:56.250Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-08T15:31:56.250Z] ca9280d653b3: Pulling fs layer [2020-12-08T15:31:56.250Z] 7e9c9ca2126c: Pulling fs layer [2020-12-08T15:31:56.512Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-08T15:31:56.512Z] cbdbe7a5bc2a: Download complete [2020-12-08T15:31:56.774Z] cbdbe7a5bc2a: Pull complete [2020-12-08T15:31:57.039Z] ca9280d653b3: Verifying Checksum [2020-12-08T15:31:57.039Z] ca9280d653b3: Download complete [2020-12-08T15:31:57.895Z] ---> Running in 83d9ab4084d6 [2020-12-08T15:31:58.013Z] ca9280d653b3: Pull complete [2020-12-08T15:31:58.013Z] 7e9c9ca2126c: Verifying Checksum [2020-12-08T15:31:58.013Z] 7e9c9ca2126c: Download complete [2020-12-08T15:31:59.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:32:00.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:32:00.895Z] (1/12) Installing libmagic (5.38-r0) [2020-12-08T15:32:01.170Z] (2/12) Installing file (5.38-r0) [2020-12-08T15:32:01.441Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-08T15:32:01.441Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-08T15:32:05.745Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-08T15:32:06.014Z] (6/12) Installing patch (2.7.6-r6) [2020-12-08T15:32:06.014Z] (7/12) Installing build-base (0.5-r2) [2020-12-08T15:32:06.187Z] 7e9c9ca2126c: Pull complete [2020-12-08T15:32:06.188Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-08T15:32:06.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T15:32:06.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-08T15:32:06.284Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-08T15:32:06.319Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:32:06.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:32:06.872Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-08T15:32:06.873Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-08T15:32:06.873Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-08T15:32:07.147Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-08T15:32:07.147Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:32:07.147Z] OK: 217 MiB in 51 packages [2020-12-08T15:32:07.387Z] $ docker top cbaac52f9c177d5c2e5b272d3c30d41353ef416ef48dea69769c2bc4b7195ca8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:32:07.883Z] + docker-compose build --help [2020-12-08T15:32:07.883Z] + grep parallel [2020-12-08T15:32:08.828Z] --parallel Build images in parallel. [Pipeline] } [2020-12-08T15:32:08.844Z] $ docker stop --time=1 cbaac52f9c177d5c2e5b272d3c30d41353ef416ef48dea69769c2bc4b7195ca8 [2020-12-08T15:32:10.217Z] $ docker rm -f cbaac52f9c177d5c2e5b272d3c30d41353ef416ef48dea69769c2bc4b7195ca8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:32:10.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T15:32:10.901Z] . [Pipeline] withDockerContainer [2020-12-08T15:32:11.003Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:32:11.053Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:32:11.452Z] Removing intermediate container 83d9ab4084d6 [2020-12-08T15:32:11.452Z] ---> 3404ede60f17 [2020-12-08T15:32:11.452Z] Step 4/7 : WORKDIR /edgex-go [2020-12-08T15:32:11.452Z] ---> Running in 3d0a8fdf8586 [2020-12-08T15:32:11.685Z] $ docker top 5ea49ab6c1c094afa2e5258ee097ea734876bea9db15915690faa208495116c1 -eo pid,comm [2020-12-08T15:32:11.723Z] Removing intermediate container 3d0a8fdf8586 [2020-12-08T15:32:11.723Z] ---> 0758411982c0 [2020-12-08T15:32:11.723Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [Pipeline] { [Pipeline] sh [2020-12-08T15:32:12.198Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-08T15:32:12.317Z] latest: Pulling from library/docker [2020-12-08T15:32:12.911Z] 5f621e34cdf4: Already exists [2020-12-08T15:32:12.911Z] 85db56a05063: Pulling fs layer [2020-12-08T15:32:12.911Z] ccb67d6aeaaa: Pulling fs layer [2020-12-08T15:32:12.911Z] de930078acea: Pulling fs layer [2020-12-08T15:32:12.911Z] d5a9d88a4785: Pulling fs layer [2020-12-08T15:32:12.911Z] e7f15c1544d5: Pulling fs layer [2020-12-08T15:32:12.911Z] 877c515997d3: Pulling fs layer [2020-12-08T15:32:12.911Z] d5a9d88a4785: Waiting [2020-12-08T15:32:12.911Z] e7f15c1544d5: Waiting [2020-12-08T15:32:12.911Z] 877c515997d3: Waiting [2020-12-08T15:32:12.911Z] ccb67d6aeaaa: Verifying Checksum [2020-12-08T15:32:12.911Z] ccb67d6aeaaa: Download complete [2020-12-08T15:32:12.911Z] 85db56a05063: Verifying Checksum [2020-12-08T15:32:12.911Z] 85db56a05063: Download complete [2020-12-08T15:32:13.148Z] Building docker-core-command-go ... [2020-12-08T15:32:13.148Z] Building docker-core-data-go ... [2020-12-08T15:32:13.148Z] Building docker-core-metadata-go ... [2020-12-08T15:32:13.148Z] Building docker-security-bootstrap-redis-go ... [2020-12-08T15:32:13.148Z] Building docker-security-proxy-setup-go ... [2020-12-08T15:32:13.148Z] Building docker-security-secrets-setup-go ... [2020-12-08T15:32:13.148Z] Building docker-security-secretstore-setup-go ... [2020-12-08T15:32:13.148Z] Building docker-support-notifications-go ... [2020-12-08T15:32:13.148Z] Building docker-support-scheduler-go ... [2020-12-08T15:32:13.148Z] Building docker-sys-mgmt-agent-go ... [2020-12-08T15:32:13.148Z] Building docker-support-scheduler-go [2020-12-08T15:32:13.148Z] Building docker-core-metadata-go [2020-12-08T15:32:13.148Z] Building docker-support-notifications-go [2020-12-08T15:32:13.148Z] Building docker-core-data-go [2020-12-08T15:32:13.148Z] Building docker-security-bootstrap-redis-go [2020-12-08T15:32:13.190Z] d5a9d88a4785: Verifying Checksum [2020-12-08T15:32:13.191Z] d5a9d88a4785: Download complete [2020-12-08T15:32:13.191Z] e7f15c1544d5: Verifying Checksum [2020-12-08T15:32:13.191Z] e7f15c1544d5: Download complete [2020-12-08T15:32:13.486Z] 877c515997d3: Verifying Checksum [2020-12-08T15:32:13.486Z] 877c515997d3: Download complete [2020-12-08T15:32:13.486Z] 85db56a05063: Pull complete [2020-12-08T15:32:14.082Z] ccb67d6aeaaa: Pull complete [2020-12-08T15:32:14.693Z] de930078acea: Verifying Checksum [2020-12-08T15:32:14.693Z] de930078acea: Download complete [2020-12-08T15:32:18.091Z] de930078acea: Pull complete [2020-12-08T15:32:18.363Z] d5a9d88a4785: Pull complete [2020-12-08T15:32:18.646Z] e7f15c1544d5: Pull complete [2020-12-08T15:32:18.922Z] 877c515997d3: Pull complete [2020-12-08T15:32:18.922Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-08T15:32:18.922Z] Status: Downloaded newer image for docker:latest [2020-12-08T15:32:22.337Z] ---> 68316d4eac09 [2020-12-08T15:32:22.337Z] Step 6/7 : COPY go.mod . [2020-12-08T15:32:22.610Z] ---> 9b7f2a124134 [2020-12-08T15:32:22.610Z] Step 7/7 : RUN go mod download [2020-12-08T15:32:22.884Z] ---> Running in ab29fb6d4ba3 [2020-12-08T15:32:45.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:32:45.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:32:45.377Z] ---> dbc3c3a37b54 [2020-12-08T15:32:45.377Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T15:32:45.377Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:32:45.377Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:32:45.377Z] ---> dbc3c3a37b54 [2020-12-08T15:32:45.377Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T15:32:45.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:32:45.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:32:45.377Z] ---> dbc3c3a37b54 [2020-12-08T15:32:45.377Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T15:32:45.377Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:32:45.377Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:32:45.377Z] ---> dbc3c3a37b54 [2020-12-08T15:32:45.377Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T15:32:45.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:32:45.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:32:45.377Z] ---> dbc3c3a37b54 [2020-12-08T15:32:45.377Z] Step 3/23 : WORKDIR /edgex-go [2020-12-08T15:32:45.377Z] ---> Running in 09022a4fb1f8 [2020-12-08T15:32:45.377Z] ---> Running in 06b375300478 [2020-12-08T15:32:45.377Z] ---> Running in 8388c001f1f1 [2020-12-08T15:32:45.377Z] ---> Running in 86d5b4f1fe42 [2020-12-08T15:32:45.377Z] ---> Running in 4f01ccddf975 [2020-12-08T15:32:45.377Z] Removing intermediate container 4f01ccddf975 [2020-12-08T15:32:45.377Z] ---> 8cedb9e3a873 [2020-12-08T15:32:45.377Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:32:45.377Z] Removing intermediate container 86d5b4f1fe42 [2020-12-08T15:32:45.377Z] ---> 0d7653be9f84 [2020-12-08T15:32:45.377Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:32:45.377Z] Removing intermediate container 09022a4fb1f8 [2020-12-08T15:32:45.377Z] ---> 51c3d4b9c6ec [2020-12-08T15:32:45.377Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:32:45.377Z] Removing intermediate container 8388c001f1f1 [2020-12-08T15:32:45.377Z] ---> c78337f85e29 [2020-12-08T15:32:45.377Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:32:45.377Z] Removing intermediate container 06b375300478 [2020-12-08T15:32:45.377Z] ---> 04e3f224a938 [2020-12-08T15:32:45.377Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:32:45.377Z] ---> Running in fae2221d97f7 [2020-12-08T15:32:45.377Z] ---> Running in da07d349be69 [2020-12-08T15:32:45.377Z] ---> Running in 6d58c9dc5631 [2020-12-08T15:32:45.377Z] ---> Running in 6ef2fa3e4639 [2020-12-08T15:32:45.377Z] ---> Running in 3e464f54a9f4 [2020-12-08T15:32:47.348Z] Removing intermediate container da07d349be69 [2020-12-08T15:32:47.348Z] ---> 579b1e03b40f [2020-12-08T15:32:47.348Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-08T15:32:47.348Z] ---> Running in 0c37f0a12197 [2020-12-08T15:32:47.348Z] Removing intermediate container 6d58c9dc5631 [2020-12-08T15:32:47.348Z] ---> 5a83cd2b509e [2020-12-08T15:32:47.348Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T15:32:47.348Z] Removing intermediate container fae2221d97f7 [2020-12-08T15:32:47.348Z] ---> 7d207cdf62da [2020-12-08T15:32:47.348Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-08T15:32:47.611Z] ---> Running in 8059a65d2d73 [2020-12-08T15:32:47.611Z] ---> Running in 658726678ab3 [2020-12-08T15:32:47.611Z] Removing intermediate container 6ef2fa3e4639 [2020-12-08T15:32:47.611Z] ---> 903fc592275f [2020-12-08T15:32:47.611Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T15:32:47.877Z] Removing intermediate container 3e464f54a9f4 [2020-12-08T15:32:47.877Z] ---> e11a9aec8ec7 [2020-12-08T15:32:47.877Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T15:32:47.877Z] ---> Running in 80a8ba0aeacb [2020-12-08T15:32:48.141Z] ---> Running in b265a53f0be6 [2020-12-08T15:32:48.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:48.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:48.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:48.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:48.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:48.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:49.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:49.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:49.506Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:32:49.506Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:32:49.506Z] OK: 12745 distinct packages available [2020-12-08T15:32:49.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:49.672Z] Removing intermediate container ab29fb6d4ba3 [2020-12-08T15:32:49.672Z] ---> 4f8e08bb133d [2020-12-08T15:32:49.672Z] Successfully built 4f8e08bb133d [2020-12-08T15:32:49.672Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:32:49.766Z] OK: 233 MiB in 51 packages [2020-12-08T15:32:50.010Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T15:32:50.010Z] . [Pipeline] withDockerContainer [2020-12-08T15:32:50.045Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:32:50.045Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:32:50.045Z] OK: 12745 distinct packages available [2020-12-08T15:32:50.045Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:32:50.045Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:32:50.045Z] OK: 12745 distinct packages available [2020-12-08T15:32:50.045Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:32:50.045Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:32:50.045Z] OK: 12745 distinct packages available [2020-12-08T15:32:50.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:32:50.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-15116 does not seem to be running inside a container [2020-12-08T15:32:50.308Z] Removing intermediate container 0c37f0a12197 [2020-12-08T15:32:50.308Z] ---> 4d7edb3bf2e5 [2020-12-08T15:32:50.308Z] Step 6/24 : COPY go.mod . [2020-12-08T15:32:50.308Z] OK: 233 MiB in 51 packages [2020-12-08T15:32:50.308Z] OK: 233 MiB in 51 packages [2020-12-08T15:32:50.308Z] OK: 233 MiB in 51 packages [2020-12-08T15:32:50.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T15:32:50.571Z] ---> aaed24137e0e [2020-12-08T15:32:50.571Z] Step 7/24 : RUN go mod download [2020-12-08T15:32:50.571Z] ---> Running in 0e4419287d5a [2020-12-08T15:32:51.148Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:32:51.148Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:32:51.148Z] OK: 12745 distinct packages available [2020-12-08T15:32:51.418Z] Removing intermediate container 658726678ab3 [2020-12-08T15:32:51.418Z] ---> 6d490b71db67 [2020-12-08T15:32:51.418Z] Step 6/23 : COPY go.mod . [2020-12-08T15:32:51.418Z] Removing intermediate container 80a8ba0aeacb [2020-12-08T15:32:51.418Z] ---> 0de33eee00a5 [2020-12-08T15:32:51.418Z] Step 6/21 : COPY go.mod . [2020-12-08T15:32:51.418Z] OK: 233 MiB in 51 packages [2020-12-08T15:32:51.418Z] Removing intermediate container 8059a65d2d73 [2020-12-08T15:32:51.418Z] ---> 436519ec485e [2020-12-08T15:32:51.418Z] Step 6/22 : COPY go.mod . [2020-12-08T15:32:51.684Z] ---> 5e8dad0a3447 [2020-12-08T15:32:51.684Z] Step 7/23 : RUN go mod download [2020-12-08T15:32:51.684Z] ---> bcd122e188af [2020-12-08T15:32:51.684Z] Step 7/21 : RUN go mod download [2020-12-08T15:32:51.878Z] $ docker top e444785194e50e46d29d00fdca6a337ec35a1fd603581ff3515e3ac41477b6dc -eo pid,comm [2020-12-08T15:32:51.947Z] ---> bb9765b8d3a3 [2020-12-08T15:32:51.947Z] Step 7/22 : RUN go mod download [2020-12-08T15:32:51.947Z] ---> Running in 1251a360ee46 [2020-12-08T15:32:51.947Z] ---> Running in 3f36aefc8473 [Pipeline] { [2020-12-08T15:32:52.212Z] ---> Running in e57d2a6aae6d [2020-12-08T15:32:52.212Z] Removing intermediate container b265a53f0be6 [2020-12-08T15:32:52.212Z] ---> 5e176b381e6d [2020-12-08T15:32:52.212Z] Step 6/22 : COPY go.mod . [Pipeline] sh [2020-12-08T15:32:52.802Z] ---> 0aa53eb802d0 [2020-12-08T15:32:52.802Z] Step 7/22 : RUN go mod download [2020-12-08T15:32:52.862Z] + go version [2020-12-08T15:32:52.862Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-08T15:32:52.897Z] $ docker stop --time=1 e444785194e50e46d29d00fdca6a337ec35a1fd603581ff3515e3ac41477b6dc [2020-12-08T15:32:53.069Z] ---> Running in 2dbe4f33c991 [2020-12-08T15:32:53.337Z] Removing intermediate container 0e4419287d5a [2020-12-08T15:32:53.337Z] ---> 7c63f876f49a [2020-12-08T15:32:53.337Z] Step 8/24 : COPY . . [2020-12-08T15:32:54.811Z] $ docker rm -f e444785194e50e46d29d00fdca6a337ec35a1fd603581ff3515e3ac41477b6dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-08T15:32:55.279Z] Removing intermediate container 1251a360ee46 [2020-12-08T15:32:55.279Z] ---> 51611ed9b843 [2020-12-08T15:32:55.279Z] Step 8/23 : COPY . . [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-12-08T15:32:56.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T15:32:56.044Z] [2020-12-08T15:32:56.044Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:32:56.428Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T15:32:56.428Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-08T15:32:56.428Z] 29e5d40040c1: Pulling fs layer [2020-12-08T15:32:56.428Z] 1ce36da41761: Pulling fs layer [2020-12-08T15:32:56.428Z] 25b303627fd3: Pulling fs layer [2020-12-08T15:32:56.699Z] 29e5d40040c1: Verifying Checksum [2020-12-08T15:32:56.699Z] 29e5d40040c1: Download complete [2020-12-08T15:32:57.297Z] 1ce36da41761: Verifying Checksum [2020-12-08T15:32:57.297Z] 1ce36da41761: Download complete [2020-12-08T15:32:57.573Z] 29e5d40040c1: Pull complete [2020-12-08T15:32:58.609Z] Removing intermediate container e57d2a6aae6d [2020-12-08T15:32:58.609Z] ---> fb1456e01ef6 [2020-12-08T15:32:58.609Z] Step 8/22 : COPY . . [2020-12-08T15:32:58.609Z] Removing intermediate container 3f36aefc8473 [2020-12-08T15:32:58.609Z] ---> 06fc33b7856e [2020-12-08T15:32:58.609Z] Step 8/21 : COPY . . [2020-12-08T15:32:59.016Z] 1ce36da41761: Pull complete [2020-12-08T15:32:59.016Z] 25b303627fd3: Verifying Checksum [2020-12-08T15:32:59.016Z] 25b303627fd3: Download complete [2020-12-08T15:33:02.848Z] Removing intermediate container 2dbe4f33c991 [2020-12-08T15:33:02.848Z] ---> 8fa434b4d745 [2020-12-08T15:33:02.848Z] Step 8/22 : COPY . . [2020-12-08T15:33:09.187Z] 25b303627fd3: Pull complete [2020-12-08T15:33:09.187Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-08T15:33:09.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T15:33:09.187Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-08T15:33:09.428Z] prd-ubuntu18.04-docker-arm64-4c-16g-15116 does not seem to be running inside a container [2020-12-08T15:33:09.521Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:33:12.758Z] $ docker top 6721d3336e87ce4bc8fe287f3e3c8dfc08008d7d84dcf03f90d1d2916cc81dde -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:33:13.807Z] + docker-compose build --help [2020-12-08T15:33:13.807Z] + grep parallel [2020-12-08T15:33:17.285Z] --parallel Build images in parallel. [Pipeline] } [2020-12-08T15:33:17.321Z] $ docker stop --time=1 6721d3336e87ce4bc8fe287f3e3c8dfc08008d7d84dcf03f90d1d2916cc81dde [2020-12-08T15:33:19.238Z] $ docker rm -f 6721d3336e87ce4bc8fe287f3e3c8dfc08008d7d84dcf03f90d1d2916cc81dde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:33:20.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T15:33:20.082Z] . [Pipeline] withDockerContainer [2020-12-08T15:33:20.303Z] prd-ubuntu18.04-docker-arm64-4c-16g-15116 does not seem to be running inside a container [2020-12-08T15:33:20.394Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-08T15:33:21.597Z] $ docker top a917dbc7fa4961c96bbbd555e949bedf6dab269f9073f5ee91d70378e676c0ea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:33:22.556Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-08T15:33:25.930Z] Building docker-core-command-go ... [2020-12-08T15:33:25.930Z] Building docker-core-data-go ... [2020-12-08T15:33:25.930Z] Building docker-core-metadata-go ... [2020-12-08T15:33:25.930Z] Building docker-security-bootstrap-redis-go ... [2020-12-08T15:33:25.930Z] Building docker-security-proxy-setup-go ... [2020-12-08T15:33:25.930Z] Building docker-security-secrets-setup-go ... [2020-12-08T15:33:25.930Z] Building docker-security-secretstore-setup-go ... [2020-12-08T15:33:25.930Z] Building docker-support-notifications-go ... [2020-12-08T15:33:25.930Z] Building docker-support-scheduler-go ... [2020-12-08T15:33:25.930Z] Building docker-sys-mgmt-agent-go ... [2020-12-08T15:33:25.930Z] Building docker-support-notifications-go [2020-12-08T15:33:25.930Z] Building docker-core-data-go [2020-12-08T15:33:25.930Z] Building docker-security-secrets-setup-go [2020-12-08T15:33:25.930Z] Building docker-security-bootstrap-redis-go [2020-12-08T15:33:25.930Z] Building docker-sys-mgmt-agent-go [2020-12-08T15:33:35.488Z] ---> f6e23fb007cd [2020-12-08T15:33:35.488Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-08T15:33:35.488Z] ---> e3a00438864e [2020-12-08T15:33:35.488Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-08T15:33:35.488Z] ---> Running in 16b2b1658c78 [2020-12-08T15:33:35.488Z] ---> e9d20783a788 [2020-12-08T15:33:35.488Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-08T15:33:35.488Z] ---> Running in 4e65d5a9f4a0 [2020-12-08T15:33:35.488Z] ---> f32d9ff746d2 [2020-12-08T15:33:35.488Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-08T15:33:35.488Z] ---> aefd599d5945 [2020-12-08T15:33:35.488Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-08T15:33:35.488Z] ---> Running in c08cdc7c6301 [2020-12-08T15:33:35.488Z] ---> Running in aa128d7bfa4b [2020-12-08T15:33:35.488Z] ---> Running in df2c5f0da48c [2020-12-08T15:33:35.488Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-data/core-data ./cmd/core-data [2020-12-08T15:33:35.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-08T15:33:35.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T15:33:35.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T15:33:35.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T15:34:07.738Z] Removing intermediate container c08cdc7c6301 [2020-12-08T15:34:07.738Z] ---> a7e75903634c [2020-12-08T15:34:07.738Z] [2020-12-08T15:34:07.738Z] Step 10/22 : FROM alpine:3.10 [2020-12-08T15:34:07.738Z] 3.10: Pulling from library/alpine [2020-12-08T15:34:07.738Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-08T15:34:07.738Z] Status: Downloaded newer image for alpine:3.10 [2020-12-08T15:34:07.738Z] ---> be4e4bea2c2e [2020-12-08T15:34:07.738Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T15:34:07.738Z] ---> Running in 660473649b15 [2020-12-08T15:34:08.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:34:08.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:34:08.967Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-08T15:34:08.967Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-08T15:34:08.967Z] OK: 10348 distinct packages available [2020-12-08T15:34:09.232Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-08T15:34:09.232Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-08T15:34:09.232Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-08T15:34:09.232Z] (4/5) Installing curl (7.66.0-r1) [2020-12-08T15:34:09.232Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-08T15:34:09.232Z] Executing busybox-1.30.1-r3.trigger [2020-12-08T15:34:09.233Z] Executing ca-certificates-20191127-r2.trigger [2020-12-08T15:34:09.516Z] OK: 7 MiB in 19 packages [2020-12-08T15:34:11.455Z] Removing intermediate container 660473649b15 [2020-12-08T15:34:11.455Z] ---> eb1ba2de5f1f [2020-12-08T15:34:11.455Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-08T15:34:11.455Z] ---> Running in 4381585b5358 [2020-12-08T15:34:12.910Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:12.910Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:34:12.910Z] ---> 4f8e08bb133d [2020-12-08T15:34:12.910Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T15:34:12.910Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:12.910Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:34:12.910Z] ---> 4f8e08bb133d [2020-12-08T15:34:12.910Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T15:34:12.910Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:12.910Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-08T15:34:12.910Z] ---> 4f8e08bb133d [2020-12-08T15:34:12.910Z] Step 3/29 : WORKDIR /edgex-go [2020-12-08T15:34:12.910Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:12.910Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:34:12.910Z] ---> 4f8e08bb133d [2020-12-08T15:34:12.910Z] Step 3/27 : WORKDIR /edgex-go [2020-12-08T15:34:12.910Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:12.910Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:34:12.910Z] ---> 4f8e08bb133d [2020-12-08T15:34:12.910Z] Step 3/23 : WORKDIR /edgex-go [2020-12-08T15:34:13.392Z] Removing intermediate container 4381585b5358 [2020-12-08T15:34:13.392Z] ---> 41c09ec1969c [2020-12-08T15:34:13.392Z] Step 13/22 : WORKDIR / [2020-12-08T15:34:15.321Z] ---> Running in 7b14f3ed3efe [2020-12-08T15:34:15.535Z] ---> Running in 539ebbf0c65f [2020-12-08T15:34:15.535Z] ---> Running in eff1a47180ae [2020-12-08T15:34:15.535Z] ---> Running in dfabfefee19c [2020-12-08T15:34:15.535Z] ---> Running in 632338e23bec [2020-12-08T15:34:15.535Z] ---> Running in a31fd105ab96 [2020-12-08T15:34:15.585Z] Removing intermediate container aa128d7bfa4b [2020-12-08T15:34:15.585Z] ---> eef2a4f550c9 [2020-12-08T15:34:15.585Z] [2020-12-08T15:34:15.585Z] Step 10/24 : FROM scratch [2020-12-08T15:34:15.585Z] ---> [2020-12-08T15:34:15.585Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-08T15:34:15.586Z] Removing intermediate container df2c5f0da48c [2020-12-08T15:34:15.586Z] ---> 4b078b1b6fe6 [2020-12-08T15:34:15.586Z] [2020-12-08T15:34:15.586Z] Step 10/21 : FROM scratch [2020-12-08T15:34:15.586Z] ---> [2020-12-08T15:34:15.586Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:34:16.177Z] Removing intermediate container 7b14f3ed3efe [2020-12-08T15:34:16.177Z] ---> 0a06d990af8f [2020-12-08T15:34:16.177Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-08T15:34:16.177Z] ---> Running in 265811b0fe63 [2020-12-08T15:34:16.177Z] ---> Running in 99948ed13592 [2020-12-08T15:34:16.524Z] Removing intermediate container 632338e23bec [2020-12-08T15:34:16.524Z] ---> 02d0821148c0 [2020-12-08T15:34:16.524Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:16.524Z] Removing intermediate container 539ebbf0c65f [2020-12-08T15:34:16.524Z] ---> 58d35607ed14 [2020-12-08T15:34:16.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:16.524Z] Removing intermediate container eff1a47180ae [2020-12-08T15:34:16.524Z] ---> 9956b79ceb05 [2020-12-08T15:34:16.524Z] Step 4/29 : RUN apk update && apk add make git [2020-12-08T15:34:16.524Z] Removing intermediate container dfabfefee19c [2020-12-08T15:34:16.524Z] ---> a435677ce867 [2020-12-08T15:34:16.524Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:16.524Z] Removing intermediate container a31fd105ab96 [2020-12-08T15:34:16.524Z] ---> 650096d03639 [2020-12-08T15:34:16.524Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:16.524Z] ---> Running in b5d4308f67b6 [2020-12-08T15:34:16.524Z] ---> Running in 29375076ae5d [2020-12-08T15:34:16.524Z] ---> Running in b083de2e50e9 [2020-12-08T15:34:16.524Z] ---> Running in 67f83c208b43 [2020-12-08T15:34:16.800Z] ---> Running in 3c1066dcf27f [2020-12-08T15:34:18.744Z] Removing intermediate container 265811b0fe63 [2020-12-08T15:34:18.745Z] ---> 59e8ef16fad2 [2020-12-08T15:34:18.745Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-08T15:34:18.745Z] Removing intermediate container 99948ed13592 [2020-12-08T15:34:18.745Z] ---> a17178b0cb96 [2020-12-08T15:34:18.745Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-08T15:34:19.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:20.077Z] Removing intermediate container b5d4308f67b6 [2020-12-08T15:34:20.077Z] ---> 48f70c9a95ca [2020-12-08T15:34:20.077Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-08T15:34:20.360Z] ---> Running in a2c7eeecf12f [2020-12-08T15:34:20.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:20.638Z] Removing intermediate container 29375076ae5d [2020-12-08T15:34:20.638Z] ---> 174471aaf899 [2020-12-08T15:34:20.638Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T15:34:20.671Z] ---> Running in 967204ad887c [2020-12-08T15:34:20.671Z] ---> Running in 34e29ce205ce [2020-12-08T15:34:20.671Z] ---> 46d584758834 [2020-12-08T15:34:20.671Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-08T15:34:20.671Z] Removing intermediate container 16b2b1658c78 [2020-12-08T15:34:20.671Z] ---> cc64d88df1d1 [2020-12-08T15:34:20.671Z] [2020-12-08T15:34:20.671Z] Step 10/22 : FROM scratch [2020-12-08T15:34:20.671Z] ---> [2020-12-08T15:34:20.671Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:34:20.671Z] ---> Using cache [2020-12-08T15:34:20.671Z] ---> a17178b0cb96 [2020-12-08T15:34:20.671Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-08T15:34:20.671Z] Removing intermediate container 4e65d5a9f4a0 [2020-12-08T15:34:20.671Z] ---> 30c39b2b88dc [2020-12-08T15:34:20.671Z] [2020-12-08T15:34:20.671Z] Step 10/23 : FROM alpine [2020-12-08T15:34:20.671Z] ---> Running in fb6051e4bea8 [2020-12-08T15:34:20.671Z] latest: Pulling from library/alpine [2020-12-08T15:34:20.671Z] Removing intermediate container 967204ad887c [2020-12-08T15:34:20.671Z] ---> cfb5590d7a0d [2020-12-08T15:34:20.671Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-08T15:34:20.911Z] ---> Running in c90d9768db0b [2020-12-08T15:34:20.911Z] Removing intermediate container b083de2e50e9 [2020-12-08T15:34:20.911Z] ---> 9134e9630790 [2020-12-08T15:34:20.911Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-08T15:34:21.184Z] Removing intermediate container 3c1066dcf27f [2020-12-08T15:34:21.184Z] ---> 0b75fe3f39d5 [2020-12-08T15:34:21.184Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-08T15:34:21.184Z] ---> Running in 0add704a8fc5 [2020-12-08T15:34:21.244Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T15:34:21.244Z] Status: Downloaded newer image for alpine:latest [2020-12-08T15:34:21.244Z] ---> d6e46aa2470d [2020-12-08T15:34:21.244Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:34:21.244Z] Removing intermediate container 34e29ce205ce [2020-12-08T15:34:21.244Z] ---> 018558c6f987 [2020-12-08T15:34:21.244Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-08T15:34:21.478Z] ---> Running in ec26ec152f99 [2020-12-08T15:34:21.507Z] ---> Running in 206057fd8065 [2020-12-08T15:34:21.507Z] ---> Running in e4602bd49a30 [2020-12-08T15:34:21.507Z] ---> Running in 7d228ef0cb15 [2020-12-08T15:34:21.507Z] Removing intermediate container fb6051e4bea8 [2020-12-08T15:34:21.507Z] ---> e5794a5a1ea0 [2020-12-08T15:34:21.507Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T15:34:21.507Z] ---> 0f69edee316d [2020-12-08T15:34:21.507Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-08T15:34:21.778Z] ---> Running in 9904f8ba136b [2020-12-08T15:34:21.778Z] Removing intermediate container 206057fd8065 [2020-12-08T15:34:21.778Z] ---> 36aae6b5043c [2020-12-08T15:34:21.778Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-08T15:34:21.778Z] Removing intermediate container e4602bd49a30 [2020-12-08T15:34:21.778Z] ---> 017bbf7787e4 [2020-12-08T15:34:21.778Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-08T15:34:21.778Z] Removing intermediate container 7d228ef0cb15 [2020-12-08T15:34:21.778Z] ---> 95c8ac69fc13 [2020-12-08T15:34:21.778Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-08T15:34:22.047Z] ---> ca85d63e9940 [2020-12-08T15:34:22.047Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-08T15:34:22.047Z] Removing intermediate container 9904f8ba136b [2020-12-08T15:34:22.047Z] ---> a3daa4c185b8 [2020-12-08T15:34:22.047Z] Step 14/22 : WORKDIR / [2020-12-08T15:34:22.047Z] ---> Running in 035b25fe4825 [2020-12-08T15:34:22.314Z] ---> Running in 9bfadca9b1d1 [2020-12-08T15:34:22.314Z] ---> a22c22c10364 [2020-12-08T15:34:22.314Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-08T15:34:22.314Z] ---> cd4ba55e57d8 [2020-12-08T15:34:22.314Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-08T15:34:22.314Z] ---> efbc134c78a3 [2020-12-08T15:34:22.314Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-08T15:34:22.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:22.468Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:34:22.468Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:34:22.468Z] OK: 12616 distinct packages available [2020-12-08T15:34:22.580Z] Removing intermediate container 035b25fe4825 [2020-12-08T15:34:22.580Z] ---> c09e1ce5f7f8 [2020-12-08T15:34:22.580Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-08T15:34:22.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:23.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:23.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:23.293Z] OK: 217 MiB in 51 packages [2020-12-08T15:34:23.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:23.528Z] Removing intermediate container 9bfadca9b1d1 [2020-12-08T15:34:23.528Z] ---> 84a76f836b45 [2020-12-08T15:34:23.528Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-08T15:34:23.528Z] ---> Running in 41b33abc69c8 [2020-12-08T15:34:23.528Z] ---> Running in 129461e59b85 [2020-12-08T15:34:23.790Z] ---> 08f9c0b35980 [2020-12-08T15:34:23.790Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-08T15:34:23.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:24.057Z] ---> 6330482c2500 [2020-12-08T15:34:24.057Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-08T15:34:24.057Z] ---> a8aac1bc660b [2020-12-08T15:34:24.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-08T15:34:24.057Z] Removing intermediate container 129461e59b85 [2020-12-08T15:34:24.057Z] ---> d6365161340e [2020-12-08T15:34:24.057Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:24.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:24.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:34:24.322Z] ---> 2f0368b511fd [2020-12-08T15:34:24.322Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-08T15:34:24.322Z] ---> Running in fa73a0b456df [2020-12-08T15:34:24.456Z] Removing intermediate container 67f83c208b43 [2020-12-08T15:34:24.456Z] ---> 4be5185348dd [2020-12-08T15:34:24.456Z] Step 5/29 : COPY go.mod . [2020-12-08T15:34:24.586Z] ---> Running in a927833447cf [2020-12-08T15:34:24.739Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:34:24.739Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:34:24.739Z] OK: 12616 distinct packages available [2020-12-08T15:34:24.850Z] ---> 1a320be2ea37 [2020-12-08T15:34:24.850Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-08T15:34:25.117Z] ---> 1e32f3163fc6 [2020-12-08T15:34:25.117Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-08T15:34:25.117Z] Removing intermediate container a927833447cf [2020-12-08T15:34:25.117Z] ---> c0a7014b4034 [2020-12-08T15:34:25.117Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:34:25.117Z] ---> Running in 270015b1523e [2020-12-08T15:34:25.344Z] ---> b71342e21194 [2020-12-08T15:34:25.344Z] Step 6/29 : RUN go mod download [2020-12-08T15:34:25.344Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:34:25.344Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:34:25.344Z] OK: 12616 distinct packages available [2020-12-08T15:34:25.382Z] ---> 0edc76ed20ea [2020-12-08T15:34:25.382Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-08T15:34:25.382Z] Removing intermediate container 41b33abc69c8 [2020-12-08T15:34:25.382Z] ---> 55f12fc1d6c5 [2020-12-08T15:34:25.382Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-08T15:34:25.620Z] ---> Running in 5b11857534a2 [2020-12-08T15:34:25.620Z] OK: 217 MiB in 51 packages [2020-12-08T15:34:25.645Z] ---> 7edbe0440968 [2020-12-08T15:34:25.645Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-08T15:34:25.645Z] Removing intermediate container 270015b1523e [2020-12-08T15:34:25.645Z] ---> 36cc96b8ebb4 [2020-12-08T15:34:25.645Z] Step 19/21 : LABEL arch=x86_64 [2020-12-08T15:34:25.645Z] ---> Running in b149f9354cb3 [2020-12-08T15:34:25.899Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:34:25.899Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:34:25.899Z] OK: 12616 distinct packages available [2020-12-08T15:34:25.900Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:34:25.900Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:34:25.900Z] OK: 12616 distinct packages available [2020-12-08T15:34:25.906Z] ---> Running in 9a58b1eb8040 [2020-12-08T15:34:25.906Z] ---> Running in 9f7f75253291 [2020-12-08T15:34:26.170Z] Removing intermediate container b149f9354cb3 [2020-12-08T15:34:26.170Z] ---> 5848e6276b1d [2020-12-08T15:34:26.170Z] Step 20/22 : LABEL arch=x86_64 [2020-12-08T15:34:26.434Z] ---> ad89561d60b8 [2020-12-08T15:34:26.434Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-08T15:34:26.434Z] Removing intermediate container 9a58b1eb8040 [2020-12-08T15:34:26.434Z] ---> 17e394e14d6b [2020-12-08T15:34:26.434Z] Step 20/21 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:34:26.434Z] ---> Running in 54c85583a0db [2020-12-08T15:34:26.434Z] Removing intermediate container 9f7f75253291 [2020-12-08T15:34:26.434Z] ---> 8fcf28877d85 [2020-12-08T15:34:26.434Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:34:26.434Z] Removing intermediate container fa73a0b456df [2020-12-08T15:34:26.434Z] ---> 976db4ca8c3a [2020-12-08T15:34:26.434Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-08T15:34:26.502Z] OK: 217 MiB in 51 packages [2020-12-08T15:34:26.783Z] OK: 217 MiB in 51 packages [2020-12-08T15:34:27.008Z] ---> Running in 05c6de0fe215 [2020-12-08T15:34:27.059Z] OK: 217 MiB in 51 packages [2020-12-08T15:34:27.276Z] ---> Running in c7b607540286 [2020-12-08T15:34:27.276Z] ---> Running in 4a8e8249f2ee [2020-12-08T15:34:27.538Z] ---> eeca5e098082 [2020-12-08T15:34:27.538Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-08T15:34:27.538Z] Removing intermediate container 54c85583a0db [2020-12-08T15:34:27.538Z] ---> 8e86260aa3f6 [2020-12-08T15:34:27.538Z] Step 21/22 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:34:27.678Z] Removing intermediate container a2c7eeecf12f [2020-12-08T15:34:27.678Z] ---> 7eefa6c09abf [2020-12-08T15:34:27.678Z] Step 6/27 : COPY go.mod . [2020-12-08T15:34:27.801Z] ---> Running in 10e6ac29c6c3 [2020-12-08T15:34:27.801Z] ---> Running in 6c2005f45416 [2020-12-08T15:34:27.801Z] Removing intermediate container 05c6de0fe215 [2020-12-08T15:34:27.801Z] ---> f39a39e9541b [2020-12-08T15:34:27.801Z] Step 21/21 : LABEL version=2.0.0-dev.7 [2020-12-08T15:34:27.801Z] Removing intermediate container c7b607540286 [2020-12-08T15:34:27.801Z] ---> 21f386afa386 [2020-12-08T15:34:27.801Z] Step 20/22 : LABEL arch=x86_64 [2020-12-08T15:34:28.069Z] ---> Running in 000868cd499d [2020-12-08T15:34:28.069Z] ---> Running in bf4ed6f5aa8b [2020-12-08T15:34:28.069Z] Removing intermediate container 6c2005f45416 [2020-12-08T15:34:28.069Z] ---> 8fbdac05cfad [2020-12-08T15:34:28.069Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:34:28.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:34:28.290Z] Removing intermediate container c90d9768db0b [2020-12-08T15:34:28.290Z] ---> 281080bba286 [2020-12-08T15:34:28.290Z] Step 6/22 : COPY go.mod . [2020-12-08T15:34:28.330Z] Removing intermediate container 10e6ac29c6c3 [2020-12-08T15:34:28.330Z] ---> adf94f95f648 [2020-12-08T15:34:28.330Z] Step 22/22 : LABEL version=2.0.0-dev.7 [2020-12-08T15:34:28.330Z] ---> Running in 2331f9f841bf [2020-12-08T15:34:28.330Z] Removing intermediate container 000868cd499d [2020-12-08T15:34:28.330Z] ---> a26a753ad072 [2020-12-08T15:34:28.330Z] [2020-12-08T15:34:28.330Z] ---> Running in 44382fa094a0 [2020-12-08T15:34:28.597Z] Removing intermediate container bf4ed6f5aa8b [2020-12-08T15:34:28.597Z] ---> 7000e63c1382 [2020-12-08T15:34:28.597Z] Step 21/22 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:34:28.597Z] Successfully built a26a753ad072 [2020-12-08T15:34:28.597Z] Removing intermediate container 2331f9f841bf [2020-12-08T15:34:28.597Z] ---> 91a10484c453 [2020-12-08T15:34:28.597Z] Step 22/24 : LABEL arch=x86_64 [2020-12-08T15:34:28.597Z] ---> Running in 82c5857131b0 [2020-12-08T15:34:28.597Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-08T15:34:28.597Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-12-08T15:34:28.862Z] Removing intermediate container 44382fa094a0 [2020-12-08T15:34:28.862Z] ---> 37960eec6bb6 [2020-12-08T15:34:28.862Z] [2020-12-08T15:34:28.862Z] ---> Running in dc32fe2b0d6a [2020-12-08T15:34:28.862Z] Successfully built 37960eec6bb6 [2020-12-08T15:34:28.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:34:28.862Z] Removing intermediate container 82c5857131b0 [2020-12-08T15:34:28.862Z] ---> ec900f287c6e [2020-12-08T15:34:28.862Z] Step 22/22 : LABEL version=2.0.0-dev.7 [2020-12-08T15:34:28.862Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-08T15:34:28.862Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-12-08T15:34:28.888Z] Removing intermediate container 0add704a8fc5 [2020-12-08T15:34:28.888Z] ---> 9784e68ff078 [2020-12-08T15:34:28.888Z] Step 6/24 : COPY go.mod . [2020-12-08T15:34:28.888Z] Removing intermediate container ec26ec152f99 [2020-12-08T15:34:28.888Z] ---> f3175b656810 [2020-12-08T15:34:28.888Z] Step 6/23 : COPY go.mod . [2020-12-08T15:34:28.888Z] ---> ffbaee65cb20 [2020-12-08T15:34:28.888Z] Step 7/27 : RUN go mod download [2020-12-08T15:34:29.126Z] ---> Running in 1f0efd4da57c [2020-12-08T15:34:29.126Z] Removing intermediate container dc32fe2b0d6a [2020-12-08T15:34:29.126Z] ---> 5387661b6b6e [2020-12-08T15:34:29.126Z] Step 23/24 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:34:29.126Z] ---> Running in 43d7942e3253 [2020-12-08T15:34:29.126Z] Removing intermediate container 1f0efd4da57c [2020-12-08T15:34:29.126Z] ---> ecf1b3e83f94 [2020-12-08T15:34:29.126Z] [2020-12-08T15:34:29.169Z] ---> Running in 7ddca980eefc [2020-12-08T15:34:29.169Z] Removing intermediate container 5b11857534a2 [2020-12-08T15:34:29.169Z] ---> e692f8cb67f5 [2020-12-08T15:34:29.408Z] Removing intermediate container 43d7942e3253 [2020-12-08T15:34:29.408Z] ---> 95ae13782896 [2020-12-08T15:34:29.408Z] Step 24/24 : LABEL version=2.0.0-dev.7 [2020-12-08T15:34:29.408Z] Successfully built ecf1b3e83f94 [2020-12-08T15:34:29.408Z] Successfully tagged docker-core-metadata-go:latest [2020-12-08T15:34:29.408Z] Building docker-security-secretstore-setup-go [2020-12-08T15:34:29.450Z] Step 7/29 : COPY . . [2020-12-08T15:34:29.450Z] ---> 9c8429e1cf86 [2020-12-08T15:34:29.450Z] Step 7/22 : RUN go mod download [2020-12-08T15:34:29.672Z]  Building docker-core-metadata-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-12-08T15:34:29.672Z] ---> Running in 217408192ce1 [2020-12-08T15:34:29.672Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-08T15:34:29.672Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-08T15:34:29.728Z] ---> Running in 25211b1dc6e7 [2020-12-08T15:34:29.936Z] Removing intermediate container 217408192ce1 [2020-12-08T15:34:29.936Z] ---> 2128811fb3ec [2020-12-08T15:34:29.936Z] [2020-12-08T15:34:30.013Z] ---> b2c276121907 [2020-12-08T15:34:30.013Z] Step 7/24 : RUN go mod download [2020-12-08T15:34:30.013Z] ---> 79381736ce28 [2020-12-08T15:34:30.013Z] Step 7/23 : RUN go mod download [2020-12-08T15:34:30.198Z] Successfully built 2128811fb3ec [2020-12-08T15:34:30.198Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-08T15:34:30.198Z] Successfully tagged docker-support-notifications-go:latest [2020-12-08T15:34:30.198Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-12-08T15:34:30.198Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-08T15:34:30.288Z] ---> Running in b8402ed8dceb [2020-12-08T15:34:30.288Z] ---> Running in 1f0c24a1ac1a [2020-12-08T15:34:30.460Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:34:30.460Z] OK: 8 MiB in 19 packages [2020-12-08T15:34:34.628Z] Removing intermediate container 7ddca980eefc [2020-12-08T15:34:34.628Z] ---> 65cf5ca75424 [2020-12-08T15:34:34.628Z] Step 8/27 : COPY . . [2020-12-08T15:34:34.628Z] Removing intermediate container 25211b1dc6e7 [2020-12-08T15:34:34.628Z] ---> 32cbfbd7b106 [2020-12-08T15:34:34.628Z] Step 8/22 : COPY . . [2020-12-08T15:34:34.903Z] Removing intermediate container b8402ed8dceb [2020-12-08T15:34:34.903Z] ---> b4a1f6c3f38b [2020-12-08T15:34:34.903Z] Step 8/24 : COPY . . [2020-12-08T15:34:35.182Z] Removing intermediate container 1f0c24a1ac1a [2020-12-08T15:34:35.182Z] ---> 0d509769093a [2020-12-08T15:34:35.182Z] Step 8/23 : COPY . . [2020-12-08T15:34:42.731Z] Removing intermediate container 4a8e8249f2ee [2020-12-08T15:34:42.731Z] ---> 3106cfb92c76 [2020-12-08T15:34:42.731Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-08T15:34:42.731Z] ---> 260b5b58fd6f [2020-12-08T15:34:42.731Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-08T15:34:42.732Z] ---> 265bc4987dc3 [2020-12-08T15:34:42.732Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-08T15:34:45.322Z] ---> 2a9f4f089dd9 [2020-12-08T15:34:45.322Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-08T15:34:50.293Z] ---> 56c10012d171 [2020-12-08T15:34:50.294Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-08T15:34:50.294Z] ---> Running in e794f53be48d [2020-12-08T15:34:50.294Z] ---> 1d10636ca35d [2020-12-08T15:34:50.294Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-08T15:34:50.294Z] ---> 9bb40b4ff987 [2020-12-08T15:34:50.294Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-08T15:34:50.294Z] ---> bfa267ea320f [2020-12-08T15:34:50.294Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-08T15:34:50.294Z] ---> 050b2da25283 [2020-12-08T15:34:50.294Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-08T15:34:50.294Z] ---> Running in 14f4766d5c0d [2020-12-08T15:34:50.294Z] ---> Running in 382d8bc718c5 [2020-12-08T15:34:50.294Z] ---> Running in 358499c16868 [2020-12-08T15:34:50.294Z] ---> Running in 6adb04e5464f [2020-12-08T15:34:50.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T15:34:51.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T15:34:51.742Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-data/core-data ./cmd/core-data [2020-12-08T15:34:51.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T15:34:51.970Z] ---> Running in e338577a4c1c [2020-12-08T15:34:52.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T15:34:52.986Z] Removing intermediate container e338577a4c1c [2020-12-08T15:34:52.986Z] ---> cf1b2fec5004 [2020-12-08T15:34:52.986Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:34:53.276Z] ---> Running in d101b01fd52c [2020-12-08T15:34:54.686Z] Removing intermediate container d101b01fd52c [2020-12-08T15:34:54.686Z] ---> 3f3b6f25ae1d [2020-12-08T15:34:54.686Z] Step 21/23 : LABEL arch=x86_64 [2020-12-08T15:34:54.965Z] ---> Running in 1bc80f1978a9 [2020-12-08T15:34:56.382Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:56.382Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:34:56.382Z] ---> dbc3c3a37b54 [2020-12-08T15:34:56.382Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 04e3f224a938 [2020-12-08T15:34:56.382Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> e11a9aec8ec7 [2020-12-08T15:34:56.382Z] Step 5/24 : RUN apk update && apk add make git [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 5e176b381e6d [2020-12-08T15:34:56.382Z] Step 6/24 : COPY go.mod . [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 0aa53eb802d0 [2020-12-08T15:34:56.382Z] Step 7/24 : RUN go mod download [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 8fa434b4d745 [2020-12-08T15:34:56.382Z] Step 8/24 : COPY . . [2020-12-08T15:34:56.382Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:56.382Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-08T15:34:56.382Z] ---> dbc3c3a37b54 [2020-12-08T15:34:56.382Z] Step 3/29 : WORKDIR /edgex-go [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 04e3f224a938 [2020-12-08T15:34:56.382Z] Step 4/29 : RUN apk update && apk add make git [2020-12-08T15:34:56.382Z] Removing intermediate container 1bc80f1978a9 [2020-12-08T15:34:56.382Z] ---> ec06246f8287 [2020-12-08T15:34:56.382Z] Step 22/23 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> e9d20783a788 [2020-12-08T15:34:56.382Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-08T15:34:56.382Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:56.382Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:34:56.382Z] ---> dbc3c3a37b54 [2020-12-08T15:34:56.382Z] Step 3/27 : WORKDIR /edgex-go [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 04e3f224a938 [2020-12-08T15:34:56.382Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> e11a9aec8ec7 [2020-12-08T15:34:56.382Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-08T15:34:56.382Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:34:56.382Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:34:56.382Z] ---> dbc3c3a37b54 [2020-12-08T15:34:56.382Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 04e3f224a938 [2020-12-08T15:34:56.382Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> e11a9aec8ec7 [2020-12-08T15:34:56.382Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 5e176b381e6d [2020-12-08T15:34:56.382Z] Step 6/22 : COPY go.mod . [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 0aa53eb802d0 [2020-12-08T15:34:56.382Z] Step 7/22 : RUN go mod download [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> 8fa434b4d745 [2020-12-08T15:34:56.382Z] Step 8/22 : COPY . . [2020-12-08T15:34:56.382Z] ---> Using cache [2020-12-08T15:34:56.382Z] ---> e9d20783a788 [2020-12-08T15:34:56.382Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-08T15:34:58.303Z] ---> Running in 0425284569aa [2020-12-08T15:34:58.303Z] ---> Running in ed373b3a2602 [2020-12-08T15:34:58.303Z] ---> Running in 505860d29c24 [2020-12-08T15:34:58.303Z] ---> Running in 368d6866b009 [2020-12-08T15:34:58.303Z] ---> Running in 697cf52a54e4 [2020-12-08T15:34:58.879Z] Removing intermediate container 368d6866b009 [2020-12-08T15:34:58.879Z] ---> 42fcf75bf182 [2020-12-08T15:34:58.879Z] Step 23/23 : LABEL version=2.0.0-dev.7 [2020-12-08T15:34:59.146Z] ---> Running in 71dfa626fe7e [2020-12-08T15:34:59.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:34:59.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T15:34:59.146Z] Removing intermediate container 71dfa626fe7e [2020-12-08T15:34:59.146Z] ---> 96a53c9ef0c2 [2020-12-08T15:34:59.146Z] [2020-12-08T15:34:59.412Z] Successfully built 96a53c9ef0c2 [2020-12-08T15:34:59.412Z] Successfully tagged docker-core-data-go:latest [2020-12-08T15:34:59.412Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-12-08T15:34:59.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:34:59.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T15:34:59.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:35:00.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:35:01.526Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:35:01.526Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:35:01.526Z] OK: 12745 distinct packages available [2020-12-08T15:35:01.856Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:35:01.856Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:35:01.856Z] OK: 12745 distinct packages available [2020-12-08T15:35:02.120Z] OK: 233 MiB in 51 packages [2020-12-08T15:35:02.721Z] OK: 233 MiB in 51 packages [2020-12-08T15:35:04.702Z] Removing intermediate container 0425284569aa [2020-12-08T15:35:04.702Z] ---> ff9d6b40aa0d [2020-12-08T15:35:04.702Z] Step 5/29 : COPY go.mod . [2020-12-08T15:35:04.976Z] Removing intermediate container ed373b3a2602 [2020-12-08T15:35:04.976Z] ---> dc08e86e988d [2020-12-08T15:35:04.976Z] Step 6/27 : COPY go.mod . [2020-12-08T15:35:05.247Z] ---> 339d5ef3ee69 [2020-12-08T15:35:05.247Z] Step 6/29 : RUN go mod download [2020-12-08T15:35:05.247Z] ---> 8f39ea77b965 [2020-12-08T15:35:05.247Z] Step 7/27 : RUN go mod download [2020-12-08T15:35:05.528Z] ---> Running in a021ef7f382d [2020-12-08T15:35:05.528Z] ---> Running in b0e11004e25e [2020-12-08T15:35:10.915Z] Removing intermediate container b0e11004e25e [2020-12-08T15:35:10.915Z] ---> 9dfbc05e9793 [2020-12-08T15:35:10.915Z] Step 8/27 : COPY . . [2020-12-08T15:35:10.915Z] Removing intermediate container a021ef7f382d [2020-12-08T15:35:10.915Z] ---> e5e52a92ad5c [2020-12-08T15:35:10.915Z] Step 7/29 : COPY . . [2020-12-08T15:35:23.224Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:35:23.224Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:35:23.224Z] ---> dbc3c3a37b54 [2020-12-08T15:35:23.224Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T15:35:23.224Z] ---> Using cache [2020-12-08T15:35:23.224Z] ---> 04e3f224a938 [2020-12-08T15:35:23.224Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:35:23.224Z] ---> Using cache [2020-12-08T15:35:23.224Z] ---> e11a9aec8ec7 [2020-12-08T15:35:23.224Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T15:35:23.224Z] ---> Using cache [2020-12-08T15:35:23.224Z] ---> 5e176b381e6d [2020-12-08T15:35:23.224Z] Step 6/21 : COPY go.mod . [2020-12-08T15:35:23.224Z] ---> Using cache [2020-12-08T15:35:23.224Z] ---> 0aa53eb802d0 [2020-12-08T15:35:23.224Z] Step 7/21 : RUN go mod download [2020-12-08T15:35:23.224Z] ---> Using cache [2020-12-08T15:35:23.224Z] ---> 8fa434b4d745 [2020-12-08T15:35:23.224Z] Step 8/21 : COPY . . [2020-12-08T15:35:23.224Z] ---> Using cache [2020-12-08T15:35:23.224Z] ---> e9d20783a788 [2020-12-08T15:35:23.224Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-08T15:35:24.204Z] ---> Running in b962b4246412 [2020-12-08T15:35:28.846Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T15:35:28.846Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T15:35:44.300Z] Removing intermediate container 505860d29c24 [2020-12-08T15:35:44.300Z] ---> 2a770d5d4221 [2020-12-08T15:35:44.300Z] [2020-12-08T15:35:44.300Z] Step 10/22 : FROM scratch [2020-12-08T15:35:44.300Z] ---> [2020-12-08T15:35:44.300Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:35:44.300Z] ---> 9e8520a31eb6 [2020-12-08T15:35:44.300Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-08T15:35:44.300Z] ---> 45384ff1eeb8 [2020-12-08T15:35:44.300Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-08T15:35:44.300Z] Removing intermediate container 697cf52a54e4 [2020-12-08T15:35:44.300Z] ---> 6abf08ae0b95 [2020-12-08T15:35:44.300Z] [2020-12-08T15:35:44.300Z] Step 10/24 : FROM alpine:3.10 [2020-12-08T15:35:44.300Z] ---> be4e4bea2c2e [2020-12-08T15:35:44.300Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T15:35:44.300Z] ---> Using cache [2020-12-08T15:35:44.300Z] ---> eb1ba2de5f1f [2020-12-08T15:35:44.300Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T15:35:44.300Z] ---> Running in cf6e36148c4a [2020-12-08T15:35:44.300Z] ---> Running in ef2b3b8907f9 [2020-12-08T15:35:44.300Z] ---> Running in a9b416359309 [2020-12-08T15:35:44.300Z] ---> Using cache [2020-12-08T15:35:44.300Z] ---> a17178b0cb96 [2020-12-08T15:35:44.300Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-08T15:35:44.300Z] Removing intermediate container a9b416359309 [2020-12-08T15:35:44.300Z] ---> a1d052f555b9 [2020-12-08T15:35:44.300Z] Step 13/24 : WORKDIR / [2020-12-08T15:35:44.300Z] ---> Running in a318ddf294d7 [2020-12-08T15:35:44.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T15:35:44.301Z] ---> Running in 8618db64c2c2 [2020-12-08T15:35:44.301Z] Removing intermediate container a318ddf294d7 [2020-12-08T15:35:44.301Z] ---> e8643f06a740 [2020-12-08T15:35:44.301Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T15:35:44.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T15:35:44.301Z] ---> Running in 3215d3a0aaa4 [2020-12-08T15:35:44.301Z] Removing intermediate container 8618db64c2c2 [2020-12-08T15:35:44.301Z] ---> cadd56226dde [2020-12-08T15:35:44.301Z] 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-12-08T15:35:44.301Z] Removing intermediate container 3215d3a0aaa4 [2020-12-08T15:35:44.301Z] ---> 609c15cb3a8a [2020-12-08T15:35:44.301Z] Step 14/22 : WORKDIR / [2020-12-08T15:35:44.301Z] ---> Running in 7089f2d0f2c8 [2020-12-08T15:35:44.572Z] ---> d46a550e3f32 [2020-12-08T15:35:44.572Z] 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-12-08T15:35:44.572Z] Removing intermediate container 7089f2d0f2c8 [2020-12-08T15:35:44.572Z] ---> ffa38069b220 [2020-12-08T15:35:44.572Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-08T15:35:44.850Z] ---> 1afdbd1a4a5c [2020-12-08T15:35:44.850Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-08T15:35:45.121Z] ---> 3e212650fd6d [2020-12-08T15:35:45.121Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-08T15:35:45.733Z] ---> ec7d55768191 [2020-12-08T15:35:45.733Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-08T15:35:46.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-08T15:35:47.332Z] ---> 53b3174c2485 [2020-12-08T15:35:47.332Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-08T15:35:47.606Z] ---> 97e535d3599c [2020-12-08T15:35:47.606Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-08T15:35:47.606Z] ---> cb50bbd2c6d4 [2020-12-08T15:35:47.606Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-08T15:35:47.885Z] ---> Running in ba344eebbf23 [2020-12-08T15:35:48.152Z] Removing intermediate container ba344eebbf23 [2020-12-08T15:35:48.152Z] ---> 134c4f5f60d5 [2020-12-08T15:35:48.152Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:35:48.152Z] ---> Running in d9564c2668cc [2020-12-08T15:35:48.421Z] ---> 875ca37cf375 [2020-12-08T15:35:48.421Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T15:35:48.693Z] Removing intermediate container d9564c2668cc [2020-12-08T15:35:48.693Z] ---> 4640565a7c59 [2020-12-08T15:35:48.693Z] Step 20/22 : LABEL arch=x86_64 [2020-12-08T15:35:48.693Z] ---> Running in b6e2c5f11935 [2020-12-08T15:35:48.957Z] ---> 7f961cfe3650 [2020-12-08T15:35:48.957Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T15:35:49.244Z] ---> Running in 282518a5d4a2 [2020-12-08T15:35:49.244Z] Removing intermediate container b6e2c5f11935 [2020-12-08T15:35:49.244Z] ---> f668e23fae31 [2020-12-08T15:35:49.244Z] Step 21/22 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:35:49.514Z] ---> Running in 28a8fb4f9a2b [2020-12-08T15:35:50.483Z] Removing intermediate container 28a8fb4f9a2b [2020-12-08T15:35:50.483Z] ---> 412fee8b54cf [2020-12-08T15:35:50.483Z] Step 22/22 : LABEL version=2.0.0-dev.7 [2020-12-08T15:35:50.483Z] ---> Running in 5499afbc0441 [2020-12-08T15:35:50.755Z] Removing intermediate container 5499afbc0441 [2020-12-08T15:35:50.755Z] ---> 29ccd72e0f0b [2020-12-08T15:35:50.755Z] [2020-12-08T15:35:51.020Z] Successfully built 29ccd72e0f0b [2020-12-08T15:35:51.020Z] Successfully tagged docker-core-command-go:latest [2020-12-08T15:35:51.285Z]  Building docker-core-command-go ... done Removing intermediate container 282518a5d4a2 [2020-12-08T15:35:51.286Z] ---> 42ff6d778adf [2020-12-08T15:35:51.286Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T15:35:51.549Z] ---> Running in 9925d8a65ab7 [2020-12-08T15:35:51.812Z] Removing intermediate container 9925d8a65ab7 [2020-12-08T15:35:51.812Z] ---> f1dfbed2f0c0 [2020-12-08T15:35:51.812Z] Step 22/24 : LABEL arch=x86_64 [2020-12-08T15:35:52.087Z] ---> Running in 88480e799939 [2020-12-08T15:35:52.356Z] Removing intermediate container 88480e799939 [2020-12-08T15:35:52.356Z] ---> 9c540b5096de [2020-12-08T15:35:52.356Z] Step 23/24 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:35:53.348Z] ---> Running in 10d5ef9bfd67 [2020-12-08T15:35:55.291Z] Removing intermediate container b962b4246412 [2020-12-08T15:35:55.291Z] ---> 1c6a2e83c8d3 [2020-12-08T15:35:55.291Z] [2020-12-08T15:35:55.291Z] Step 10/21 : FROM alpine [2020-12-08T15:35:55.291Z] ---> d6e46aa2470d [2020-12-08T15:35:55.291Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-08T15:35:55.291Z] Removing intermediate container 10d5ef9bfd67 [2020-12-08T15:35:55.291Z] ---> 0ec76026733b [2020-12-08T15:35:55.291Z] Step 24/24 : LABEL version=2.0.0-dev.7 [2020-12-08T15:35:55.291Z] ---> Running in cfade26272be [2020-12-08T15:35:55.565Z] ---> Running in 9f5df1a5adcf [2020-12-08T15:35:56.162Z] Removing intermediate container 9f5df1a5adcf [2020-12-08T15:35:56.162Z] ---> 038b93f66cc8 [2020-12-08T15:35:56.162Z] [2020-12-08T15:35:56.162Z] Successfully built 038b93f66cc8 [2020-12-08T15:35:56.162Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-08T15:35:56.760Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:35:56.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:35:57.027Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:35:57.027Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:35:57.027Z] OK: 12746 distinct packages available [2020-12-08T15:35:57.293Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-08T15:35:57.293Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T15:35:57.293Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-08T15:35:57.293Z] (4/4) Installing curl (7.69.1-r1) [2020-12-08T15:35:57.293Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:35:57.293Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T15:35:57.293Z] OK: 7 MiB in 18 packages [2020-12-08T15:35:59.868Z] Removing intermediate container cfade26272be [2020-12-08T15:35:59.868Z] ---> c5e13ff12583 [2020-12-08T15:35:59.868Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T15:35:59.868Z] ---> Running in d59d94def954 [2020-12-08T15:36:00.137Z] Removing intermediate container d59d94def954 [2020-12-08T15:36:00.137Z] ---> e3badc25734e [2020-12-08T15:36:00.137Z] Step 13/21 : WORKDIR /edgex [2020-12-08T15:36:00.712Z] ---> Running in 8f828a8efcd5 [2020-12-08T15:36:01.662Z] Removing intermediate container ef2b3b8907f9 [2020-12-08T15:36:01.662Z] ---> f2d8a18697d5 [2020-12-08T15:36:01.662Z] [2020-12-08T15:36:01.662Z] Step 9/29 : FROM alpine:latest [2020-12-08T15:36:01.662Z] ---> d6e46aa2470d [2020-12-08T15:36:01.662Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-08T15:36:01.662Z] ---> Running in e3f0b0fd8ce0 [2020-12-08T15:36:01.662Z] Removing intermediate container 8f828a8efcd5 [2020-12-08T15:36:01.662Z] ---> d5e4cc32f76a [2020-12-08T15:36:01.662Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-08T15:36:02.235Z] Removing intermediate container e3f0b0fd8ce0 [2020-12-08T15:36:02.235Z] ---> 5588430706ac [2020-12-08T15:36:02.235Z] Step 11/29 : USER root [2020-12-08T15:36:03.182Z] ---> 2c69763ef562 [2020-12-08T15:36:03.182Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-08T15:36:03.182Z] ---> Running in 8d56ab3ed0d2 [2020-12-08T15:36:03.182Z] Removing intermediate container cf6e36148c4a [2020-12-08T15:36:03.182Z] ---> c3a351bcc324 [2020-12-08T15:36:03.182Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-08T15:36:03.446Z] ---> Running in d295b98209f2 [2020-12-08T15:36:03.446Z] Removing intermediate container 8d56ab3ed0d2 [2020-12-08T15:36:03.446Z] ---> ca595440508b [2020-12-08T15:36:03.446Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-08T15:36:03.709Z] ---> Running in e5113c665a88 [2020-12-08T15:36:03.709Z] ---> 33e066e44ae3 [2020-12-08T15:36:03.709Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-08T15:36:03.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-08T15:36:04.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:04.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:04.498Z] ---> eb19f5b69d0f [2020-12-08T15:36:04.498Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-08T15:36:04.498Z] ---> Running in 19e380920faf [2020-12-08T15:36:04.498Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:36:04.498Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:36:04.498Z] OK: 12746 distinct packages available [2020-12-08T15:36:04.765Z] Removing intermediate container 19e380920faf [2020-12-08T15:36:04.765Z] ---> c59da2f43470 [2020-12-08T15:36:04.765Z] Step 18/21 : CMD ["--init=true"] [2020-12-08T15:36:04.765Z] ---> Running in 6049d2bf8fed [2020-12-08T15:36:04.765Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-08T15:36:05.026Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-08T15:36:05.026Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:36:05.026Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T15:36:05.026Z] Removing intermediate container 6049d2bf8fed [2020-12-08T15:36:05.026Z] ---> d696b6f29db7 [2020-12-08T15:36:05.026Z] Step 19/21 : LABEL arch=x86_64 [2020-12-08T15:36:05.289Z] OK: 6 MiB in 16 packages [2020-12-08T15:36:05.557Z] ---> Running in db53ae43a781 [2020-12-08T15:36:05.557Z] Removing intermediate container d295b98209f2 [2020-12-08T15:36:05.557Z] ---> 24cddebb6ae2 [2020-12-08T15:36:05.557Z] [2020-12-08T15:36:05.557Z] Step 11/27 : FROM docker:latest [2020-12-08T15:36:05.557Z] ---> b0757c55a1fd [2020-12-08T15:36:05.557Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-08T15:36:05.557Z] ---> Running in b8868cbe7b5d [2020-12-08T15:36:05.828Z] Removing intermediate container db53ae43a781 [2020-12-08T15:36:05.828Z] ---> 666130a31e29 [2020-12-08T15:36:05.828Z] Step 20/21 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:06.775Z] ---> Running in c53adfb18032 [2020-12-08T15:36:07.038Z] Removing intermediate container e5113c665a88 [2020-12-08T15:36:07.038Z] ---> 0f6f30955226 [2020-12-08T15:36:07.038Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-08T15:36:07.038Z] ---> Running in f27e55ffcea1 [2020-12-08T15:36:07.038Z] Removing intermediate container c53adfb18032 [2020-12-08T15:36:07.038Z] ---> 84db8562ee6a [2020-12-08T15:36:07.038Z] Step 21/21 : LABEL version=2.0.0-dev.7 [2020-12-08T15:36:07.301Z] ---> Running in fbfd61bd66cd [2020-12-08T15:36:07.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:07.301Z] Removing intermediate container f27e55ffcea1 [2020-12-08T15:36:07.301Z] ---> 5439a27d9034 [2020-12-08T15:36:07.301Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-08T15:36:07.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:07.301Z] ---> Running in ae1e783445bf [2020-12-08T15:36:07.301Z] Removing intermediate container fbfd61bd66cd [2020-12-08T15:36:07.301Z] ---> edbe6bfa42d7 [2020-12-08T15:36:07.301Z] [2020-12-08T15:36:07.568Z] (1/2) Installing readline (8.0.4-r0) [2020-12-08T15:36:07.568Z] (2/2) Installing bash (5.0.17-r0) [2020-12-08T15:36:07.568Z] Executing bash-5.0.17-r0.post-install [2020-12-08T15:36:07.568Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:36:07.568Z] OK: 12 MiB in 22 packages [2020-12-08T15:36:07.568Z] Successfully built edbe6bfa42d7 [2020-12-08T15:36:07.568Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-08T15:36:07.568Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ae1e783445bf [2020-12-08T15:36:07.568Z] ---> 52282975b230 [2020-12-08T15:36:07.568Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-08T15:36:07.833Z] ---> Running in c7277c55c8fb [2020-12-08T15:36:08.109Z] Removing intermediate container b8868cbe7b5d [2020-12-08T15:36:08.109Z] ---> 73ffeb331fb0 [2020-12-08T15:36:08.109Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-08T15:36:08.109Z] ---> Running in 5dfc6c884daa [2020-12-08T15:36:09.059Z] Removing intermediate container c7277c55c8fb [2020-12-08T15:36:09.060Z] ---> d03dde85a367 [2020-12-08T15:36:09.060Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-08T15:36:09.060Z] Removing intermediate container 5dfc6c884daa [2020-12-08T15:36:09.060Z] ---> 1a1a06efd409 [2020-12-08T15:36:09.060Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-08T15:36:09.325Z] ---> Running in 62d6dd0a01d6 [2020-12-08T15:36:09.325Z] Removing intermediate container 62d6dd0a01d6 [2020-12-08T15:36:09.325Z] ---> 5a3ab3a3c2b5 [2020-12-08T15:36:09.325Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-08T15:36:09.590Z] ---> Running in d3bccd865878 [2020-12-08T15:36:09.590Z] ---> 1bc74a3f01f8 [2020-12-08T15:36:09.590Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-08T15:36:09.854Z] Removing intermediate container d3bccd865878 [2020-12-08T15:36:09.855Z] ---> 0a0cd78ba3fc [2020-12-08T15:36:09.855Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-08T15:36:09.855Z] ---> Running in 5380fa95fe52 [2020-12-08T15:36:09.855Z] ---> 33d16d804160 [2020-12-08T15:36:09.855Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-08T15:36:10.117Z] Removing intermediate container 5380fa95fe52 [2020-12-08T15:36:10.117Z] ---> 2923c55b737c [2020-12-08T15:36:10.117Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-08T15:36:10.117Z] ---> 95af3a8cab3a [2020-12-08T15:36:10.117Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-08T15:36:10.690Z] ---> 62970f9bf14d [2020-12-08T15:36:10.690Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-08T15:36:10.690Z] ---> 7e778e61b4be [2020-12-08T15:36:10.690Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-08T15:36:10.957Z] ---> 5745c5f0511b [2020-12-08T15:36:10.957Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-08T15:36:10.957Z] ---> 04d1a991b804 [2020-12-08T15:36:10.957Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-08T15:36:10.957Z] ---> Running in 2f824f3836d0 [2020-12-08T15:36:11.220Z] ---> 6d17d8f407b1 [2020-12-08T15:36:11.220Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-08T15:36:11.220Z] ---> Running in 9280978b9244 [2020-12-08T15:36:11.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:11.796Z] Removing intermediate container 2f824f3836d0 [2020-12-08T15:36:11.796Z] ---> 8260b0b54113 [2020-12-08T15:36:11.796Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T15:36:11.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:12.061Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-08T15:36:12.061Z] (2/33) Installing expat (2.2.9-r1) [2020-12-08T15:36:12.061Z] (3/33) Installing libffi (3.3-r2) [2020-12-08T15:36:12.061Z] ---> 268d0813094d [2020-12-08T15:36:12.061Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T15:36:12.061Z] (4/33) Installing gdbm (1.13-r1) [2020-12-08T15:36:12.061Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-08T15:36:12.061Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-08T15:36:12.061Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-08T15:36:12.061Z] ---> Running in d685167f72b7 [2020-12-08T15:36:13.823Z] Removing intermediate container e794f53be48d [2020-12-08T15:36:13.823Z] ---> b516865df68e [2020-12-08T15:36:13.823Z] [2020-12-08T15:36:13.823Z] Step 9/29 : FROM alpine:latest [2020-12-08T15:36:13.823Z] latest: Pulling from library/alpine [2020-12-08T15:36:13.823Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T15:36:13.823Z] Status: Downloaded newer image for alpine:latest [2020-12-08T15:36:13.823Z] ---> 2e77e061c27f [2020-12-08T15:36:13.823Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-08T15:36:13.823Z] ---> Running in 42a3bc56f243 [2020-12-08T15:36:13.823Z] Removing intermediate container 42a3bc56f243 [2020-12-08T15:36:13.823Z] ---> 2325a8aed5d4 [2020-12-08T15:36:13.823Z] Step 11/29 : USER root [2020-12-08T15:36:13.823Z] ---> Running in 5f9260d64ab8 [2020-12-08T15:36:13.823Z] Removing intermediate container 5f9260d64ab8 [2020-12-08T15:36:13.823Z] ---> d5ecf376e644 [2020-12-08T15:36:13.823Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-08T15:36:13.823Z] ---> Running in 6d8da5072ab0 [2020-12-08T15:36:13.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:36:13.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:36:13.823Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:36:13.823Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:36:13.823Z] OK: 12617 distinct packages available [2020-12-08T15:36:14.812Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-08T15:36:14.812Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-08T15:36:14.812Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:36:14.812Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T15:36:15.088Z] OK: 6 MiB in 16 packages [2020-12-08T15:36:17.367Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-08T15:36:17.367Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-08T15:36:17.367Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-08T15:36:17.367Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-08T15:36:17.367Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-08T15:36:17.367Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-08T15:36:17.367Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-08T15:36:17.367Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-08T15:36:17.367Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-08T15:36:17.367Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-08T15:36:17.367Z] Removing intermediate container d685167f72b7 [2020-12-08T15:36:17.367Z] ---> 2c3ddd39383e [2020-12-08T15:36:17.367Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-08T15:36:17.367Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-08T15:36:17.367Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-08T15:36:17.629Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-08T15:36:17.629Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-08T15:36:17.894Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-08T15:36:17.894Z] ---> Running in 8018ff601302 [2020-12-08T15:36:17.894Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-08T15:36:18.159Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-08T15:36:18.159Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-08T15:36:18.159Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-08T15:36:18.159Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-08T15:36:18.159Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-08T15:36:18.159Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-08T15:36:18.159Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-08T15:36:18.159Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-08T15:36:18.159Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-08T15:36:18.159Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-08T15:36:18.422Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:36:18.422Z] OK: 71 MiB in 55 packages [2020-12-08T15:36:18.918Z] Removing intermediate container 6d8da5072ab0 [2020-12-08T15:36:18.918Z] ---> 05810ea7a969 [2020-12-08T15:36:18.918Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-08T15:36:19.197Z] ---> Running in 32a8f2d15ac9 [2020-12-08T15:36:20.652Z] Removing intermediate container 32a8f2d15ac9 [2020-12-08T15:36:20.652Z] ---> f912a340907e [2020-12-08T15:36:20.652Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-08T15:36:20.652Z] Removing intermediate container 14f4766d5c0d [2020-12-08T15:36:20.652Z] ---> 9bcc5def9f13 [2020-12-08T15:36:20.652Z] [2020-12-08T15:36:20.652Z] Step 10/22 : FROM alpine:3.10 [2020-12-08T15:36:20.652Z] ---> Running in 7833a2bc834f [2020-12-08T15:36:20.652Z] 3.10: Pulling from library/alpine [2020-12-08T15:36:20.974Z] Removing intermediate container 8018ff601302 [2020-12-08T15:36:20.974Z] ---> 1954b986ed9e [2020-12-08T15:36:20.974Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T15:36:22.098Z] Removing intermediate container 7833a2bc834f [2020-12-08T15:36:22.098Z] ---> d90fd34dfde4 [2020-12-08T15:36:22.098Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-08T15:36:22.375Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-08T15:36:22.375Z] ---> Running in e4f70a9b1946 [2020-12-08T15:36:22.375Z] Status: Downloaded newer image for alpine:3.10 [2020-12-08T15:36:22.375Z] ---> 536a684cf733 [2020-12-08T15:36:22.375Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T15:36:22.899Z] ---> Running in 0c8f2084be92 [2020-12-08T15:36:22.987Z] ---> Running in 30404a0b276e [2020-12-08T15:36:24.819Z] Removing intermediate container 0c8f2084be92 [2020-12-08T15:36:24.819Z] ---> a8062cc50b4a [2020-12-08T15:36:24.819Z] Step 26/29 : CMD [ "generate" ] [2020-12-08T15:36:24.819Z] ---> Running in 898e9d5c2d0d [2020-12-08T15:36:24.819Z] Removing intermediate container 9280978b9244 [2020-12-08T15:36:24.819Z] ---> 311bb07a7060 [2020-12-08T15:36:24.819Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-08T15:36:24.819Z] ---> Running in 72f30a1bb900 [2020-12-08T15:36:24.819Z] Removing intermediate container 898e9d5c2d0d [2020-12-08T15:36:24.819Z] ---> 19fcbb291373 [2020-12-08T15:36:24.819Z] Step 27/29 : LABEL arch=x86_64 [2020-12-08T15:36:25.081Z] ---> Running in aa4863f2f512 [2020-12-08T15:36:25.081Z] Removing intermediate container aa4863f2f512 [2020-12-08T15:36:25.081Z] ---> 4d2d2481a909 [2020-12-08T15:36:25.081Z] Step 28/29 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:25.081Z] ---> Running in d7f0204de2e3 [2020-12-08T15:36:25.346Z] Removing intermediate container d7f0204de2e3 [2020-12-08T15:36:25.346Z] ---> 480824302f39 [2020-12-08T15:36:25.346Z] Step 29/29 : LABEL version=2.0.0-dev.7 [2020-12-08T15:36:25.346Z] ---> Running in f613888de9bc [2020-12-08T15:36:25.610Z] Removing intermediate container f613888de9bc [2020-12-08T15:36:25.610Z] ---> efc5371f2b8b [2020-12-08T15:36:25.610Z] [2020-12-08T15:36:25.610Z] Successfully built efc5371f2b8b [2020-12-08T15:36:25.610Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-08T15:36:26.184Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-12-08T15:36:26.184Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-08T15:36:26.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:36:26.446Z] Collecting cached-property<2,>=1.2.0 [2020-12-08T15:36:26.446Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-08T15:36:26.707Z] Collecting PyYAML<4,>=3.10 [2020-12-08T15:36:26.707Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-08T15:36:26.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:36:27.309Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-08T15:36:27.309Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-08T15:36:27.309Z] OK: 10169 distinct packages available [2020-12-08T15:36:27.654Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-08T15:36:27.654Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-08T15:36:28.226Z] Collecting docopt<0.7,>=0.6.1 [2020-12-08T15:36:28.226Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-08T15:36:28.300Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-08T15:36:28.300Z] Removing intermediate container e4f70a9b1946 [2020-12-08T15:36:28.300Z] ---> 026c9a653872 [2020-12-08T15:36:28.300Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-08T15:36:28.300Z] Removing intermediate container 358499c16868 [2020-12-08T15:36:28.300Z] ---> 913975b9cc03 [2020-12-08T15:36:28.300Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-08T15:36:28.300Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-08T15:36:28.301Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-08T15:36:28.301Z] (4/5) Installing curl (7.66.0-r1) [2020-12-08T15:36:28.301Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-08T15:36:28.301Z] Executing busybox-1.30.1-r3.trigger [2020-12-08T15:36:28.301Z] Executing ca-certificates-20191127-r2.trigger [2020-12-08T15:36:28.576Z] ---> Running in 2046ed4b3329 [2020-12-08T15:36:28.854Z] OK: 7 MiB in 19 packages [2020-12-08T15:36:29.616Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-08T15:36:29.617Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-08T15:36:29.617Z] 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-12-08T15:36:29.878Z] Collecting docker<4.0,>=3.6.0 [2020-12-08T15:36:29.878Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-08T15:36:29.878Z] Collecting jsonschema<3,>=2.5.1 [2020-12-08T15:36:29.878Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-08T15:36:30.140Z] Collecting texttable<0.10,>=0.9.0 [2020-12-08T15:36:30.140Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-08T15:36:30.714Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-08T15:36:30.714Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-08T15:36:30.714Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-08T15:36:30.714Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-08T15:36:30.865Z] ---> fe89eb09f987 [2020-12-08T15:36:30.865Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-08T15:36:30.976Z] Collecting idna<2.8,>=2.5 [2020-12-08T15:36:30.976Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-08T15:36:30.976Z] 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-12-08T15:36:30.976Z] 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-12-08T15:36:30.976Z] Collecting docker-pycreds>=0.4.0 [2020-12-08T15:36:30.976Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-08T15:36:30.976Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-08T15:36:30.976Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-08T15:36:30.976Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-08T15:36:30.976Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-08T15:36:31.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-08T15:36:31.239Z] Installing collected packages: cached-property, PyYAML, dockerpty, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, docker-compose [2020-12-08T15:36:31.239Z] Running setup.py install for PyYAML: started [2020-12-08T15:36:31.812Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-08T15:36:31.812Z] Running setup.py install for dockerpty: started [2020-12-08T15:36:32.074Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-08T15:36:32.074Z] Running setup.py install for docopt: started [2020-12-08T15:36:32.155Z] Removing intermediate container 30404a0b276e [2020-12-08T15:36:32.155Z] ---> bb4bf755b5ea [2020-12-08T15:36:32.155Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-08T15:36:32.155Z] ---> efc218a818ef [2020-12-08T15:36:32.155Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-08T15:36:32.440Z] ---> Running in a0acd58c416d [2020-12-08T15:36:32.647Z] Running setup.py install for docopt: finished with status 'done' [2020-12-08T15:36:32.647Z] Attempting uninstall: urllib3 [2020-12-08T15:36:32.647Z] Found existing installation: urllib3 1.25.9 [2020-12-08T15:36:32.647Z] Uninstalling urllib3-1.25.9: [2020-12-08T15:36:32.647Z] Successfully uninstalled urllib3-1.25.9 [2020-12-08T15:36:32.909Z] Attempting uninstall: idna [2020-12-08T15:36:32.909Z] Found existing installation: idna 2.9 [2020-12-08T15:36:32.909Z] Uninstalling idna-2.9: [2020-12-08T15:36:32.909Z] Successfully uninstalled idna-2.9 [2020-12-08T15:36:33.171Z] Attempting uninstall: requests [2020-12-08T15:36:33.171Z] Found existing installation: requests 2.23.0 [2020-12-08T15:36:33.171Z] Uninstalling requests-2.23.0: [2020-12-08T15:36:33.171Z] Successfully uninstalled requests-2.23.0 [2020-12-08T15:36:33.436Z] Removing intermediate container a0acd58c416d [2020-12-08T15:36:33.436Z] ---> 9023f3104168 [2020-12-08T15:36:33.436Z] Step 13/22 : WORKDIR / [2020-12-08T15:36:33.436Z] ---> Running in 458aaef0d98e [2020-12-08T15:36:33.716Z] ---> b5c723962eb0 [2020-12-08T15:36:33.716Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-08T15:36:33.819Z] Running setup.py install for texttable: started [2020-12-08T15:36:34.114Z] Running setup.py install for texttable: finished with status 'done' [2020-12-08T15:36:34.327Z] Removing intermediate container 458aaef0d98e [2020-12-08T15:36:34.327Z] ---> 4f17ab8661f5 [2020-12-08T15:36:34.327Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-08T15:36:34.406Z] 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-12-08T15:36:35.338Z] ---> 5cf395dc5d86 [2020-12-08T15:36:35.338Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-08T15:36:35.617Z] ---> 41947e76d8a0 [2020-12-08T15:36:35.617Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-08T15:36:37.085Z] ---> 2f4b87767863 [2020-12-08T15:36:37.085Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-08T15:36:37.367Z] Removing intermediate container 2046ed4b3329 [2020-12-08T15:36:37.367Z] ---> 7c9dd60c705e [2020-12-08T15:36:37.367Z] [2020-12-08T15:36:37.367Z] Step 11/27 : FROM docker:latest [2020-12-08T15:36:37.367Z] ---> 84e3a507c27b [2020-12-08T15:36:37.367Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-08T15:36:37.645Z] ---> Running in e8ce15e6fd24 [2020-12-08T15:36:37.775Z] Removing intermediate container 72f30a1bb900 [2020-12-08T15:36:37.775Z] ---> adc3c93075a9 [2020-12-08T15:36:37.775Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-08T15:36:37.775Z] ---> Running in a073c8a978f0 [2020-12-08T15:36:37.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:37.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T15:36:37.923Z] ---> Running in 593c4e4ed388 [2020-12-08T15:36:38.037Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T15:36:38.037Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-08T15:36:38.037Z] (3/3) Installing curl (7.69.1-r1) [2020-12-08T15:36:38.037Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:36:38.037Z] OK: 72 MiB in 58 packages [2020-12-08T15:36:38.531Z] ---> c60300d21ea9 [2020-12-08T15:36:38.531Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-08T15:36:38.614Z] Removing intermediate container a073c8a978f0 [2020-12-08T15:36:38.615Z] ---> 742805f910f8 [2020-12-08T15:36:38.615Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-08T15:36:38.615Z] ---> Running in 1fac31bf1e15 [2020-12-08T15:36:38.876Z] Removing intermediate container 1fac31bf1e15 [2020-12-08T15:36:38.876Z] ---> 3d856c4495a0 [2020-12-08T15:36:38.876Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:36:38.876Z] ---> Running in c879272b5c4d [2020-12-08T15:36:38.876Z] Removing intermediate container c879272b5c4d [2020-12-08T15:36:38.876Z] ---> 48d2d8343a9a [2020-12-08T15:36:38.876Z] Step 25/27 : LABEL arch=x86_64 [2020-12-08T15:36:39.138Z] ---> Running in 7e9da6f6e6c5 [2020-12-08T15:36:39.138Z] Removing intermediate container 7e9da6f6e6c5 [2020-12-08T15:36:39.138Z] ---> b20628fe2634 [2020-12-08T15:36:39.138Z] Step 26/27 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:39.402Z] ---> Running in 4e48aa6a1986 [2020-12-08T15:36:39.402Z] Removing intermediate container 4e48aa6a1986 [2020-12-08T15:36:39.402Z] ---> 089e70fae5db [2020-12-08T15:36:39.402Z] Step 27/27 : LABEL version=2.0.0-dev.7 [2020-12-08T15:36:39.402Z] ---> Running in 34631402202d [2020-12-08T15:36:39.666Z] Removing intermediate container 34631402202d [2020-12-08T15:36:39.666Z] ---> b20f55d9dfe9 [2020-12-08T15:36:39.666Z] [2020-12-08T15:36:39.666Z] Successfully built b20f55d9dfe9 [2020-12-08T15:36:39.928Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-08T15:36:40.214Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-08T15:36:40.262Z] $ docker stop --time=1 5ea49ab6c1c094afa2e5258ee097ea734876bea9db15915690faa208495116c1 [2020-12-08T15:36:41.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:36:41.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:36:41.178Z] ---> 8ae55d3a2ee6 [2020-12-08T15:36:41.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-08T15:36:41.455Z] (1/2) Installing readline (8.0.4-r0) [2020-12-08T15:36:41.731Z] (2/2) Installing bash (5.0.17-r0) [2020-12-08T15:36:41.731Z] Executing bash-5.0.17-r0.post-install [2020-12-08T15:36:41.731Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:36:41.731Z] OK: 12 MiB in 22 packages [2020-12-08T15:36:41.907Z] $ docker rm -f 5ea49ab6c1c094afa2e5258ee097ea734876bea9db15915690faa208495116c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T15:36:42.592Z] + docker images [2020-12-08T15:36:42.592Z] + grep docker [2020-12-08T15:36:42.592Z] docker-sys-mgmt-agent-go latest b20f55d9dfe9 3 seconds ago 293MB [2020-12-08T15:36:42.592Z] docker-security-secrets-setup-go latest efc5371f2b8b 17 seconds ago 23.9MB [2020-12-08T15:36:42.592Z] docker-security-proxy-setup-go latest edbe6bfa42d7 35 seconds ago 24.6MB [2020-12-08T15:36:42.592Z] docker-security-secretstore-setup-go latest 038b93f66cc8 47 seconds ago 24.7MB [2020-12-08T15:36:42.592Z] docker-core-command-go latest 29ccd72e0f0b 52 seconds ago 12.2MB [2020-12-08T15:36:42.592Z] docker-core-data-go latest 96a53c9ef0c2 About a minute ago 23.7MB [2020-12-08T15:36:42.592Z] docker-support-notifications-go latest 2128811fb3ec 2 minutes ago 13.6MB [2020-12-08T15:36:42.592Z] docker-core-metadata-go latest ecf1b3e83f94 2 minutes ago 14.5MB [2020-12-08T15:36:42.592Z] docker-security-bootstrap-redis-go latest 37960eec6bb6 2 minutes ago 15.8MB [2020-12-08T15:36:42.592Z] docker-support-scheduler-go latest a26a753ad072 2 minutes ago 12.3MB [2020-12-08T15:36:42.592Z] docker latest b0757c55a1fd 6 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-08T15:36:43.184Z] Removing intermediate container e8ce15e6fd24 [2020-12-08T15:36:43.184Z] ---> 6138389791bb [2020-12-08T15:36:43.184Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T15:36:43.184Z] ---> a36952614edd [2020-12-08T15:36:43.184Z] Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] wrap [2020-12-08T15:36:43.199Z] provisioning config files... [2020-12-08T15:36:43.239Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/249@tmp/config8329107575245542134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:36:43.468Z] ---> Running in 73e06dc977c7 [2020-12-08T15:36:43.639Z] ---> docker-login.sh [2020-12-08T15:36:43.639Z] nexus3.edgexfoundry.org:10001 [2020-12-08T15:36:43.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:36:43.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:36:43.639Z] Configure a credential helper to remove this warning. See [2020-12-08T15:36:43.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:36:43.639Z] [2020-12-08T15:36:43.639Z] Login Succeeded [2020-12-08T15:36:43.639Z] nexus3.edgexfoundry.org:10002 [2020-12-08T15:36:43.752Z] Removing intermediate container 382d8bc718c5 [2020-12-08T15:36:43.752Z] ---> d33d681e6077 [2020-12-08T15:36:43.752Z] [2020-12-08T15:36:43.752Z] Step 10/24 : FROM scratch [2020-12-08T15:36:43.752Z] ---> [2020-12-08T15:36:43.752Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-08T15:36:43.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:36:43.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:36:43.903Z] Configure a credential helper to remove this warning. See [2020-12-08T15:36:43.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:36:43.903Z] [2020-12-08T15:36:43.903Z] Login Succeeded [2020-12-08T15:36:43.903Z] nexus3.edgexfoundry.org:10003 [2020-12-08T15:36:44.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:36:44.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:36:44.166Z] Configure a credential helper to remove this warning. See [2020-12-08T15:36:44.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:36:44.166Z] [2020-12-08T15:36:44.166Z] Login Succeeded [2020-12-08T15:36:44.166Z] nexus3.edgexfoundry.org:10004 [2020-12-08T15:36:44.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:36:44.357Z] ---> Running in 126fcafcc095 [2020-12-08T15:36:44.357Z] Removing intermediate container 593c4e4ed388 [2020-12-08T15:36:44.357Z] ---> 2d7760e58dd1 [2020-12-08T15:36:44.357Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-08T15:36:44.357Z] ---> b10f902a82c6 [2020-12-08T15:36:44.357Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T15:36:44.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:36:44.428Z] Configure a credential helper to remove this warning. See [2020-12-08T15:36:44.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:36:44.428Z] [2020-12-08T15:36:44.428Z] Login Succeeded [2020-12-08T15:36:44.428Z] docker.io [2020-12-08T15:36:44.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:36:44.633Z] ---> Running in 17a3023b6f90 [2020-12-08T15:36:44.633Z] ---> Running in 93ceb2b32d80 [2020-12-08T15:36:44.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:36:44.691Z] Configure a credential helper to remove this warning. See [2020-12-08T15:36:44.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:36:44.691Z] [2020-12-08T15:36:44.691Z] Login Succeeded [2020-12-08T15:36:44.691Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T15:36:44.700Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:36:44.922Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-08T15:36:44.922Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:44.922Z] 2.0.0-dev.7 [2020-12-08T15:36:44.922Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:44.922Z] master [2020-12-08T15:36:44.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:45.235Z] Removing intermediate container 126fcafcc095 [2020-12-08T15:36:45.235Z] ---> dc0508217e85 [2020-12-08T15:36:45.235Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-08T15:36:45.235Z] ---> Running in f078773e91c4 [2020-12-08T15:36:45.457Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:45.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:45.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-08T15:36:45.763Z] 821171eff5a2: Preparing [2020-12-08T15:36:45.763Z] 8207200c278f: Preparing [2020-12-08T15:36:45.763Z] 0b92b8a8e144: Preparing [2020-12-08T15:36:45.846Z] Removing intermediate container f078773e91c4 [2020-12-08T15:36:46.029Z] 0b92b8a8e144: Pushed [2020-12-08T15:36:46.029Z] 821171eff5a2: Pushed [2020-12-08T15:36:46.125Z] ---> 37f8f5e7a62f [2020-12-08T15:36:46.125Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-08T15:36:46.125Z] ---> Running in 3ea7c2631824 [2020-12-08T15:36:46.973Z] 8207200c278f: Pushed [2020-12-08T15:36:47.134Z] Removing intermediate container 3ea7c2631824 [2020-12-08T15:36:47.134Z] ---> 67604094c98c [2020-12-08T15:36:47.134Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-08T15:36:47.235Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:8b87b963b567663766ca9fc55ebacc3f87abfc8af3cafe32f65cbc5b726383df size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:47.408Z] Removing intermediate container 73e06dc977c7 [2020-12-08T15:36:47.408Z] ---> cd654ee3a11b [2020-12-08T15:36:47.408Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-08T15:36:47.541Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:47.690Z] ---> Running in bdc5a7ce1206 [2020-12-08T15:36:47.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.7 [2020-12-08T15:36:47.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-08T15:36:47.845Z] 821171eff5a2: Preparing [2020-12-08T15:36:47.845Z] 8207200c278f: Preparing [2020-12-08T15:36:47.845Z] 0b92b8a8e144: Preparing [2020-12-08T15:36:47.845Z] 0b92b8a8e144: Layer already exists [2020-12-08T15:36:47.845Z] 821171eff5a2: Layer already exists [2020-12-08T15:36:47.845Z] 8207200c278f: Layer already exists [2020-12-08T15:36:47.845Z] 2.0.0-dev.7: digest: sha256:8b87b963b567663766ca9fc55ebacc3f87abfc8af3cafe32f65cbc5b726383df size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:48.180Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:48.314Z] Removing intermediate container bdc5a7ce1206 [2020-12-08T15:36:48.314Z] ---> 275cc4c4c16c [2020-12-08T15:36:48.314Z] Step 20/22 : LABEL arch=arm64 [2020-12-08T15:36:48.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:48.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-08T15:36:48.478Z] 821171eff5a2: Preparing [2020-12-08T15:36:48.478Z] 8207200c278f: Preparing [2020-12-08T15:36:48.478Z] 0b92b8a8e144: Preparing [2020-12-08T15:36:48.478Z] 8207200c278f: Layer already exists [2020-12-08T15:36:48.478Z] 0b92b8a8e144: Layer already exists [2020-12-08T15:36:48.478Z] 821171eff5a2: Layer already exists [2020-12-08T15:36:48.478Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:8b87b963b567663766ca9fc55ebacc3f87abfc8af3cafe32f65cbc5b726383df size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:48.589Z] ---> bdc1240d49c3 [2020-12-08T15:36:48.589Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-08T15:36:48.785Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:48.866Z] ---> Running in 52c8ccd8ad65 [2020-12-08T15:36:48.866Z] Removing intermediate container 17a3023b6f90 [2020-12-08T15:36:48.866Z] ---> 03baa9aef0c0 [2020-12-08T15:36:48.866Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-08T15:36:49.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-08T15:36:49.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-08T15:36:49.090Z] 821171eff5a2: Preparing [2020-12-08T15:36:49.090Z] 8207200c278f: Preparing [2020-12-08T15:36:49.090Z] 0b92b8a8e144: Preparing [2020-12-08T15:36:49.090Z] 821171eff5a2: Layer already exists [2020-12-08T15:36:49.090Z] 0b92b8a8e144: Layer already exists [2020-12-08T15:36:49.090Z] 8207200c278f: Layer already exists [2020-12-08T15:36:49.090Z] master: digest: sha256:8b87b963b567663766ca9fc55ebacc3f87abfc8af3cafe32f65cbc5b726383df size: 943 [Pipeline] } [2020-12-08T15:36:49.151Z] ---> Running in 7b3a02f4291d [2020-12-08T15:36:49.151Z] Removing intermediate container 93ceb2b32d80 [2020-12-08T15:36:49.151Z] ---> 35ddfb1bec07 [2020-12-08T15:36:49.151Z] Step 24/29 : RUN chmod 755 security-secrets-setup [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:36:49.290Z] ===================================================== [Pipeline] echo [2020-12-08T15:36:49.339Z] taggedImages: [2020-12-08T15:36:49.339Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:49.339Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.7 [2020-12-08T15:36:49.339Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:49.339Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-08T15:36:49.404Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-08T15:36:49.404Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:49.404Z] 2.0.0-dev.7 [2020-12-08T15:36:49.404Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:49.404Z] master [2020-12-08T15:36:49.404Z] ===================================================== [2020-12-08T15:36:49.434Z] Removing intermediate container 52c8ccd8ad65 [2020-12-08T15:36:49.434Z] ---> 9a77f352ef90 [2020-12-08T15:36:49.434Z] Step 21/22 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:49.434Z] ---> Running in 7a87ee2dcd27 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:49.712Z] ---> Running in cdd14f26e141 [2020-12-08T15:36:49.935Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:49.988Z] Removing intermediate container 7b3a02f4291d [2020-12-08T15:36:49.988Z] ---> e7f99177b570 [2020-12-08T15:36:49.988Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-08T15:36:50.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:50.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-08T15:36:50.237Z] 46bc7f7d603f: Preparing [2020-12-08T15:36:50.237Z] 40a3f013b7fe: Preparing [2020-12-08T15:36:50.237Z] 404d54e657e3: Preparing [2020-12-08T15:36:50.237Z] 9b354b288b66: Preparing [2020-12-08T15:36:50.237Z] 18e0f2fbcd22: Preparing [2020-12-08T15:36:50.237Z] ace0eda3e3be: Preparing [2020-12-08T15:36:50.237Z] ace0eda3e3be: Waiting [2020-12-08T15:36:50.263Z] ---> Running in 843e163a8442 [2020-12-08T15:36:50.499Z] 46bc7f7d603f: Pushed [2020-12-08T15:36:50.499Z] 404d54e657e3: Pushed [2020-12-08T15:36:50.499Z] 18e0f2fbcd22: Pushed [2020-12-08T15:36:50.499Z] ace0eda3e3be: Layer already exists [2020-12-08T15:36:50.499Z] 9b354b288b66: Pushed [2020-12-08T15:36:50.539Z] Removing intermediate container cdd14f26e141 [2020-12-08T15:36:50.539Z] ---> 9e8bbc20db70 [2020-12-08T15:36:50.539Z] Step 22/22 : LABEL version=2.0.0-dev.7 [2020-12-08T15:36:50.539Z] ---> a47aa6191036 [2020-12-08T15:36:50.539Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-08T15:36:50.816Z] ---> Running in 3120c90336ee [2020-12-08T15:36:51.096Z] Removing intermediate container 843e163a8442 [2020-12-08T15:36:51.096Z] ---> 1205402eca6e [2020-12-08T15:36:51.096Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-08T15:36:51.698Z] ---> Running in 434d6ee676f6 [2020-12-08T15:36:51.698Z] Removing intermediate container 3120c90336ee [2020-12-08T15:36:51.698Z] ---> a00356ad30dc [2020-12-08T15:36:51.698Z] [2020-12-08T15:36:51.886Z] 40a3f013b7fe: Pushed [2020-12-08T15:36:51.886Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:79aee936c174c51e876413fe9f7a946d5657b8d308e54c8c4b845390071889ec size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:52.192Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:52.301Z] Successfully built a00356ad30dc [2020-12-08T15:36:52.301Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-08T15:36:52.301Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-12-08T15:36:52.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.7 [2020-12-08T15:36:52.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-08T15:36:52.492Z] 46bc7f7d603f: Preparing [2020-12-08T15:36:52.492Z] 40a3f013b7fe: Preparing [2020-12-08T15:36:52.492Z] 404d54e657e3: Preparing [2020-12-08T15:36:52.492Z] 9b354b288b66: Preparing [2020-12-08T15:36:52.492Z] 18e0f2fbcd22: Preparing [2020-12-08T15:36:52.492Z] ace0eda3e3be: Preparing [2020-12-08T15:36:52.492Z] ace0eda3e3be: Waiting [2020-12-08T15:36:52.492Z] 9b354b288b66: Layer already exists [2020-12-08T15:36:52.492Z] 40a3f013b7fe: Layer already exists [2020-12-08T15:36:52.492Z] 404d54e657e3: Layer already exists [2020-12-08T15:36:52.492Z] 46bc7f7d603f: Layer already exists [2020-12-08T15:36:52.492Z] 18e0f2fbcd22: Layer already exists [2020-12-08T15:36:52.492Z] ace0eda3e3be: Layer already exists [2020-12-08T15:36:52.492Z] 2.0.0-dev.7: digest: sha256:79aee936c174c51e876413fe9f7a946d5657b8d308e54c8c4b845390071889ec size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:52.592Z] Removing intermediate container 434d6ee676f6 [2020-12-08T15:36:52.592Z] ---> e3f7e7ebbf98 [2020-12-08T15:36:52.592Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-08T15:36:52.592Z] ---> 6a685e932fef [2020-12-08T15:36:52.592Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-08T15:36:52.802Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:53.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:53.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-08T15:36:53.109Z] 46bc7f7d603f: Preparing [2020-12-08T15:36:53.109Z] 40a3f013b7fe: Preparing [2020-12-08T15:36:53.109Z] 404d54e657e3: Preparing [2020-12-08T15:36:53.109Z] 9b354b288b66: Preparing [2020-12-08T15:36:53.109Z] 18e0f2fbcd22: Preparing [2020-12-08T15:36:53.109Z] ace0eda3e3be: Preparing [2020-12-08T15:36:53.109Z] ace0eda3e3be: Waiting [2020-12-08T15:36:53.109Z] 18e0f2fbcd22: Layer already exists [2020-12-08T15:36:53.109Z] 46bc7f7d603f: Layer already exists [2020-12-08T15:36:53.109Z] 40a3f013b7fe: Layer already exists [2020-12-08T15:36:53.109Z] 9b354b288b66: Layer already exists [2020-12-08T15:36:53.110Z] 404d54e657e3: Layer already exists [2020-12-08T15:36:53.110Z] ace0eda3e3be: Layer already exists [2020-12-08T15:36:53.110Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:79aee936c174c51e876413fe9f7a946d5657b8d308e54c8c4b845390071889ec size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:53.424Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:53.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-08T15:36:53.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-08T15:36:53.725Z] 46bc7f7d603f: Preparing [2020-12-08T15:36:53.725Z] 40a3f013b7fe: Preparing [2020-12-08T15:36:53.725Z] 404d54e657e3: Preparing [2020-12-08T15:36:53.725Z] 9b354b288b66: Preparing [2020-12-08T15:36:53.725Z] 18e0f2fbcd22: Preparing [2020-12-08T15:36:53.725Z] ace0eda3e3be: Preparing [2020-12-08T15:36:53.725Z] ace0eda3e3be: Waiting [2020-12-08T15:36:53.725Z] 9b354b288b66: Layer already exists [2020-12-08T15:36:53.725Z] 404d54e657e3: Layer already exists [2020-12-08T15:36:53.725Z] 18e0f2fbcd22: Layer already exists [2020-12-08T15:36:53.725Z] 46bc7f7d603f: Layer already exists [2020-12-08T15:36:53.725Z] 40a3f013b7fe: Layer already exists [2020-12-08T15:36:53.725Z] ace0eda3e3be: Layer already exists [2020-12-08T15:36:53.725Z] master: digest: sha256:79aee936c174c51e876413fe9f7a946d5657b8d308e54c8c4b845390071889ec size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:36:53.935Z] ===================================================== [Pipeline] echo [2020-12-08T15:36:53.980Z] taggedImages: [2020-12-08T15:36:53.980Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:53.980Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.7 [2020-12-08T15:36:53.980Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:53.980Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-08T15:36:54.047Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-08T15:36:54.047Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:54.047Z] 2.0.0-dev.7 [2020-12-08T15:36:54.047Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:54.047Z] master [2020-12-08T15:36:54.047Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:54.530Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:54.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:54.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-08T15:36:54.831Z] 96da499186f7: Preparing [2020-12-08T15:36:54.831Z] bab607e67a1f: Preparing [2020-12-08T15:36:54.831Z] af8d6a2b376d: Preparing [2020-12-08T15:36:54.831Z] 96da499186f7: Pushed [2020-12-08T15:36:55.098Z] af8d6a2b376d: Pushed [2020-12-08T15:36:55.224Z] Removing intermediate container 7a87ee2dcd27 [2020-12-08T15:36:55.224Z] ---> 2de73cdaae11 [2020-12-08T15:36:55.224Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T15:36:55.224Z] ---> 3e4bec612669 [2020-12-08T15:36:55.224Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-08T15:36:55.500Z] ---> 8939f6908413 [2020-12-08T15:36:55.500Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-08T15:36:55.500Z] ---> Running in ffe0fa647b8b [2020-12-08T15:36:56.043Z] bab607e67a1f: Pushed [2020-12-08T15:36:56.304Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:c69f74d58ac227b704de8d036fbfffd464c8592f85033ef4c690d35287752e1e size: 943 [2020-12-08T15:36:56.486Z] Removing intermediate container ffe0fa647b8b [2020-12-08T15:36:56.486Z] ---> 5c000ae271b1 [2020-12-08T15:36:56.486Z] Step 26/29 : CMD [ "generate" ] [2020-12-08T15:36:56.486Z] ---> a0e47d12ff64 [2020-12-08T15:36:56.486Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-08T15:36:56.486Z] ---> Running in c05e665bac90 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:56.769Z] ---> 1eec3e2b6942 [2020-12-08T15:36:56.769Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-08T15:36:56.868Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:57.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.7 [2020-12-08T15:36:57.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-08T15:36:57.199Z] 96da499186f7: Preparing [2020-12-08T15:36:57.199Z] bab607e67a1f: Preparing [2020-12-08T15:36:57.199Z] af8d6a2b376d: Preparing [2020-12-08T15:36:57.199Z] af8d6a2b376d: Layer already exists [2020-12-08T15:36:57.199Z] 96da499186f7: Layer already exists [2020-12-08T15:36:57.199Z] bab607e67a1f: Layer already exists [2020-12-08T15:36:57.199Z] 2.0.0-dev.7: digest: sha256:c69f74d58ac227b704de8d036fbfffd464c8592f85033ef4c690d35287752e1e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:57.373Z] Removing intermediate container c05e665bac90 [2020-12-08T15:36:57.373Z] ---> 5eada88a6982 [2020-12-08T15:36:57.373Z] Step 27/29 : LABEL arch=arm64 [2020-12-08T15:36:57.535Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:57.651Z] ---> Running in 43eadcf16f46 [2020-12-08T15:36:57.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:57.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-08T15:36:57.852Z] 96da499186f7: Preparing [2020-12-08T15:36:57.852Z] bab607e67a1f: Preparing [2020-12-08T15:36:57.852Z] af8d6a2b376d: Preparing [2020-12-08T15:36:57.852Z] bab607e67a1f: Layer already exists [2020-12-08T15:36:57.852Z] 96da499186f7: Layer already exists [2020-12-08T15:36:57.852Z] af8d6a2b376d: Layer already exists [2020-12-08T15:36:57.852Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:c69f74d58ac227b704de8d036fbfffd464c8592f85033ef4c690d35287752e1e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:58.158Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:58.247Z] ---> 0d5bbec3ab27 [2020-12-08T15:36:58.247Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-08T15:36:58.247Z] ---> da06e281aeed [2020-12-08T15:36:58.247Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-08T15:36:58.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-08T15:36:58.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-08T15:36:58.461Z] 96da499186f7: Preparing [2020-12-08T15:36:58.461Z] bab607e67a1f: Preparing [2020-12-08T15:36:58.461Z] af8d6a2b376d: Preparing [2020-12-08T15:36:58.461Z] af8d6a2b376d: Layer already exists [2020-12-08T15:36:58.461Z] bab607e67a1f: Layer already exists [2020-12-08T15:36:58.461Z] 96da499186f7: Layer already exists [2020-12-08T15:36:58.461Z] master: digest: sha256:c69f74d58ac227b704de8d036fbfffd464c8592f85033ef4c690d35287752e1e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-08T15:36:58.521Z] ---> Running in 45eb175ab66e [2020-12-08T15:36:58.521Z] ---> Running in 5a26e4336012 [2020-12-08T15:36:58.521Z] Removing intermediate container 43eadcf16f46 [2020-12-08T15:36:58.521Z] ---> 2fb9ebb9865c [2020-12-08T15:36:58.521Z] Step 28/29 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:36:58.655Z] ===================================================== [Pipeline] echo [2020-12-08T15:36:58.704Z] taggedImages: [2020-12-08T15:36:58.704Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:58.704Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.7 [2020-12-08T15:36:58.704Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:58.704Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-08T15:36:58.771Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-08T15:36:58.771Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:58.771Z] 2.0.0-dev.7 [2020-12-08T15:36:58.771Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:36:58.771Z] master [2020-12-08T15:36:58.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:59.139Z] ---> Running in 43c1d7538c64 [2020-12-08T15:36:59.281Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:36:59.417Z] Removing intermediate container 5a26e4336012 [2020-12-08T15:36:59.417Z] ---> cfa2b5d3fd49 [2020-12-08T15:36:59.417Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:36:59.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:36:59.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-08T15:36:59.579Z] e5ed5e651dd6: Preparing [2020-12-08T15:36:59.579Z] a8fd070734c1: Preparing [2020-12-08T15:36:59.579Z] 858ebbab1809: Preparing [2020-12-08T15:36:59.579Z] 42f04376d397: Preparing [2020-12-08T15:36:59.579Z] ad88154d04a4: Preparing [2020-12-08T15:36:59.579Z] 7ca4315f2f7e: Preparing [2020-12-08T15:36:59.579Z] 1b3ee35aacca: Preparing [2020-12-08T15:36:59.579Z] 7ca4315f2f7e: Waiting [2020-12-08T15:36:59.579Z] 1b3ee35aacca: Waiting [2020-12-08T15:36:59.689Z] ---> Running in 387b45ab8db6 [2020-12-08T15:36:59.841Z] 858ebbab1809: Pushed [2020-12-08T15:36:59.841Z] e5ed5e651dd6: Pushed [2020-12-08T15:36:59.841Z] a8fd070734c1: Pushed [2020-12-08T15:36:59.841Z] ad88154d04a4: Pushed [2020-12-08T15:36:59.841Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:36:59.962Z] Removing intermediate container 43c1d7538c64 [2020-12-08T15:36:59.963Z] ---> 430ab3beb912 [2020-12-08T15:36:59.963Z] Step 29/29 : LABEL version=2.0.0-dev.7 [2020-12-08T15:37:00.242Z] ---> Running in c1da83600d20 [2020-12-08T15:37:00.415Z] 7ca4315f2f7e: Pushed [2020-12-08T15:37:00.527Z] Removing intermediate container 387b45ab8db6 [2020-12-08T15:37:00.527Z] ---> 161009c144df [2020-12-08T15:37:00.527Z] Step 22/24 : LABEL arch=arm64 [2020-12-08T15:37:00.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:37:00.677Z] 42f04376d397: Pushed [2020-12-08T15:37:00.799Z] ---> Running in 768bdc795aad [2020-12-08T15:37:00.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:37:00.939Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:228d67ef012fedba233fe20a53dc9c71d502542dbfb28609d113d44e55dd1387 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:01.074Z] Removing intermediate container c1da83600d20 [2020-12-08T15:37:01.074Z] ---> 3bb3cc99a09e [2020-12-08T15:37:01.074Z] [2020-12-08T15:37:01.243Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:01.356Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-08T15:37:01.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.7 [2020-12-08T15:37:01.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-08T15:37:01.543Z] e5ed5e651dd6: Preparing [2020-12-08T15:37:01.543Z] a8fd070734c1: Preparing [2020-12-08T15:37:01.543Z] 858ebbab1809: Preparing [2020-12-08T15:37:01.543Z] 42f04376d397: Preparing [2020-12-08T15:37:01.543Z] ad88154d04a4: Preparing [2020-12-08T15:37:01.543Z] 7ca4315f2f7e: Preparing [2020-12-08T15:37:01.543Z] 1b3ee35aacca: Preparing [2020-12-08T15:37:01.543Z] 7ca4315f2f7e: Waiting [2020-12-08T15:37:01.543Z] 1b3ee35aacca: Waiting [2020-12-08T15:37:01.543Z] 858ebbab1809: Layer already exists [2020-12-08T15:37:01.543Z] 42f04376d397: Layer already exists [2020-12-08T15:37:01.543Z] ad88154d04a4: Layer already exists [2020-12-08T15:37:01.543Z] e5ed5e651dd6: Layer already exists [2020-12-08T15:37:01.543Z] a8fd070734c1: Layer already exists [2020-12-08T15:37:01.543Z] 7ca4315f2f7e: Layer already exists [2020-12-08T15:37:01.543Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:37:01.543Z] 2.0.0-dev.7: digest: sha256:228d67ef012fedba233fe20a53dc9c71d502542dbfb28609d113d44e55dd1387 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:01.634Z] (2/33) Installing expat (2.2.9-r1) [2020-12-08T15:37:01.634Z] (3/33) Installing libffi (3.3-r2) [2020-12-08T15:37:01.634Z] Removing intermediate container 768bdc795aad [2020-12-08T15:37:01.634Z] ---> 41a28960d7e9 [2020-12-08T15:37:01.634Z] Step 23/24 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:01.634Z] Successfully built 3bb3cc99a09e [2020-12-08T15:37:01.634Z] (4/33) Installing gdbm (1.13-r1) [2020-12-08T15:37:01.634Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-08T15:37:01.634Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-08T15:37:01.851Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:01.908Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-08T15:37:01.908Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-08T15:37:01.908Z] Building docker-core-metadata-go [2020-12-08T15:37:02.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:02.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-08T15:37:02.150Z] e5ed5e651dd6: Preparing [2020-12-08T15:37:02.150Z] a8fd070734c1: Preparing [2020-12-08T15:37:02.150Z] 858ebbab1809: Preparing [2020-12-08T15:37:02.150Z] 42f04376d397: Preparing [2020-12-08T15:37:02.150Z] ad88154d04a4: Preparing [2020-12-08T15:37:02.150Z] 7ca4315f2f7e: Preparing [2020-12-08T15:37:02.150Z] 1b3ee35aacca: Preparing [2020-12-08T15:37:02.150Z] 7ca4315f2f7e: Waiting [2020-12-08T15:37:02.150Z] 1b3ee35aacca: Waiting [2020-12-08T15:37:02.150Z] e5ed5e651dd6: Layer already exists [2020-12-08T15:37:02.150Z] ad88154d04a4: Layer already exists [2020-12-08T15:37:02.150Z] 42f04376d397: Layer already exists [2020-12-08T15:37:02.150Z] a8fd070734c1: Layer already exists [2020-12-08T15:37:02.150Z] 858ebbab1809: Layer already exists [2020-12-08T15:37:02.150Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:37:02.150Z] 7ca4315f2f7e: Layer already exists [2020-12-08T15:37:02.185Z]  Building docker-security-secrets-setup-go ... done  ---> Running in ad408f8d0add [2020-12-08T15:37:02.412Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:228d67ef012fedba233fe20a53dc9c71d502542dbfb28609d113d44e55dd1387 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:02.716Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:03.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-08T15:37:03.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-08T15:37:03.011Z] e5ed5e651dd6: Preparing [2020-12-08T15:37:03.011Z] a8fd070734c1: Preparing [2020-12-08T15:37:03.011Z] 858ebbab1809: Preparing [2020-12-08T15:37:03.011Z] 42f04376d397: Preparing [2020-12-08T15:37:03.011Z] ad88154d04a4: Preparing [2020-12-08T15:37:03.011Z] 7ca4315f2f7e: Preparing [2020-12-08T15:37:03.011Z] 1b3ee35aacca: Preparing [2020-12-08T15:37:03.011Z] 7ca4315f2f7e: Waiting [2020-12-08T15:37:03.011Z] 1b3ee35aacca: Waiting [2020-12-08T15:37:03.011Z] e5ed5e651dd6: Layer already exists [2020-12-08T15:37:03.011Z] ad88154d04a4: Layer already exists [2020-12-08T15:37:03.011Z] 42f04376d397: Layer already exists [2020-12-08T15:37:03.011Z] 858ebbab1809: Layer already exists [2020-12-08T15:37:03.011Z] a8fd070734c1: Layer already exists [2020-12-08T15:37:03.011Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:37:03.011Z] 7ca4315f2f7e: Layer already exists [2020-12-08T15:37:03.174Z] Removing intermediate container ad408f8d0add [2020-12-08T15:37:03.174Z] ---> c1e72ee6a649 [2020-12-08T15:37:03.174Z] Step 24/24 : LABEL version=2.0.0-dev.7 [2020-12-08T15:37:03.271Z] master: digest: sha256:228d67ef012fedba233fe20a53dc9c71d502542dbfb28609d113d44e55dd1387 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:37:03.514Z] ===================================================== [Pipeline] echo [2020-12-08T15:37:03.565Z] taggedImages: [2020-12-08T15:37:03.565Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:03.565Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.7 [2020-12-08T15:37:03.565Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:03.565Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-08T15:37:03.629Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-08T15:37:03.629Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:03.629Z] 2.0.0-dev.7 [2020-12-08T15:37:03.629Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:03.629Z] master [2020-12-08T15:37:03.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-08T15:37:03.794Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-08T15:37:03.794Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-08T15:37:03.794Z] (10/33) Installing py3-parsing (2.4.7-r0) [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:04.069Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-08T15:37:04.069Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-08T15:37:04.069Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-08T15:37:04.069Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-08T15:37:04.069Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-08T15:37:04.069Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-08T15:37:04.134Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:04.344Z] ---> Running in 284ac2642727 [2020-12-08T15:37:04.344Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-08T15:37:04.344Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-08T15:37:04.344Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-08T15:37:04.344Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-08T15:37:04.344Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-08T15:37:04.344Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-08T15:37:04.344Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-08T15:37:04.344Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-08T15:37:04.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:04.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-08T15:37:04.430Z] 8480fd90dc31: Preparing [2020-12-08T15:37:04.430Z] fafd9421d762: Preparing [2020-12-08T15:37:04.430Z] a93c8bfebbfd: Preparing [2020-12-08T15:37:04.430Z] c41c4d2d7daf: Preparing [2020-12-08T15:37:04.430Z] d585ad6c2686: Preparing [2020-12-08T15:37:04.430Z] ace0eda3e3be: Preparing [2020-12-08T15:37:04.430Z] ace0eda3e3be: Waiting [2020-12-08T15:37:04.617Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-08T15:37:04.617Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-08T15:37:04.694Z] c41c4d2d7daf: Pushed [2020-12-08T15:37:04.694Z] a93c8bfebbfd: Pushed [2020-12-08T15:37:04.694Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:04.694Z] d585ad6c2686: Pushed [2020-12-08T15:37:04.890Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-08T15:37:04.890Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-08T15:37:04.890Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-08T15:37:04.890Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-08T15:37:04.890Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-08T15:37:04.890Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-08T15:37:04.890Z] Removing intermediate container 6adb04e5464f [2020-12-08T15:37:04.890Z] ---> d352a3fc0569 [2020-12-08T15:37:04.890Z] [2020-12-08T15:37:05.170Z] Step 10/23 : FROM alpine [2020-12-08T15:37:05.170Z] ---> 2e77e061c27f [2020-12-08T15:37:05.170Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:37:05.170Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-08T15:37:05.170Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:37:05.170Z] OK: 71 MiB in 55 packages [2020-12-08T15:37:05.170Z] Removing intermediate container 284ac2642727 [2020-12-08T15:37:05.170Z] ---> 04fc453fdb0b [2020-12-08T15:37:05.444Z] [2020-12-08T15:37:05.641Z] fafd9421d762: Pushed [2020-12-08T15:37:05.641Z] 8480fd90dc31: Pushed [2020-12-08T15:37:05.641Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:2c43f06b510b1fd1b6cd4b6388ef8d00ab71079c74564084c657b167d5502c41 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:05.721Z] Successfully built 04fc453fdb0b [2020-12-08T15:37:05.940Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:06.001Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:37:06.001Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:37:06.001Z] ---> 4f8e08bb133d [2020-12-08T15:37:06.001Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T15:37:06.001Z] ---> Using cache [2020-12-08T15:37:06.001Z] ---> 650096d03639 [2020-12-08T15:37:06.001Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:37:06.001Z] ---> Using cache [2020-12-08T15:37:06.001Z] ---> 0b75fe3f39d5 [2020-12-08T15:37:06.001Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T15:37:06.001Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-08T15:37:06.001Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-12-08T15:37:06.001Z] ---> Running in c8119529b506 [2020-12-08T15:37:06.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.7 [2020-12-08T15:37:06.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-08T15:37:06.242Z] 8480fd90dc31: Preparing [2020-12-08T15:37:06.242Z] fafd9421d762: Preparing [2020-12-08T15:37:06.242Z] a93c8bfebbfd: Preparing [2020-12-08T15:37:06.242Z] c41c4d2d7daf: Preparing [2020-12-08T15:37:06.242Z] d585ad6c2686: Preparing [2020-12-08T15:37:06.242Z] ace0eda3e3be: Preparing [2020-12-08T15:37:06.242Z] ace0eda3e3be: Waiting [2020-12-08T15:37:06.243Z] 8480fd90dc31: Layer already exists [2020-12-08T15:37:06.243Z] a93c8bfebbfd: Layer already exists [2020-12-08T15:37:06.243Z] fafd9421d762: Layer already exists [2020-12-08T15:37:06.243Z] d585ad6c2686: Layer already exists [2020-12-08T15:37:06.243Z] c41c4d2d7daf: Layer already exists [2020-12-08T15:37:06.243Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:06.243Z] 2.0.0-dev.7: digest: sha256:2c43f06b510b1fd1b6cd4b6388ef8d00ab71079c74564084c657b167d5502c41 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:06.541Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:06.605Z] ---> Running in 85b15ff4d3a7 [2020-12-08T15:37:06.605Z] Removing intermediate container c8119529b506 [2020-12-08T15:37:06.605Z] ---> 0467cd2360b5 [2020-12-08T15:37:06.605Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-08T15:37:06.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:06.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-08T15:37:06.832Z] 8480fd90dc31: Preparing [2020-12-08T15:37:06.832Z] fafd9421d762: Preparing [2020-12-08T15:37:06.832Z] a93c8bfebbfd: Preparing [2020-12-08T15:37:06.832Z] c41c4d2d7daf: Preparing [2020-12-08T15:37:06.832Z] d585ad6c2686: Preparing [2020-12-08T15:37:06.832Z] ace0eda3e3be: Preparing [2020-12-08T15:37:06.832Z] ace0eda3e3be: Waiting [2020-12-08T15:37:06.832Z] 8480fd90dc31: Layer already exists [2020-12-08T15:37:06.832Z] fafd9421d762: Layer already exists [2020-12-08T15:37:06.832Z] d585ad6c2686: Layer already exists [2020-12-08T15:37:06.832Z] a93c8bfebbfd: Layer already exists [2020-12-08T15:37:06.832Z] c41c4d2d7daf: Layer already exists [2020-12-08T15:37:06.832Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:06.832Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:2c43f06b510b1fd1b6cd4b6388ef8d00ab71079c74564084c657b167d5502c41 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:06.883Z] ---> Running in c2a3a80f51cf [2020-12-08T15:37:07.133Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:07.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-08T15:37:07.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-08T15:37:07.425Z] 8480fd90dc31: Preparing [2020-12-08T15:37:07.425Z] fafd9421d762: Preparing [2020-12-08T15:37:07.425Z] a93c8bfebbfd: Preparing [2020-12-08T15:37:07.425Z] c41c4d2d7daf: Preparing [2020-12-08T15:37:07.425Z] d585ad6c2686: Preparing [2020-12-08T15:37:07.425Z] ace0eda3e3be: Preparing [2020-12-08T15:37:07.425Z] ace0eda3e3be: Waiting [2020-12-08T15:37:07.425Z] a93c8bfebbfd: Layer already exists [2020-12-08T15:37:07.425Z] 8480fd90dc31: Layer already exists [2020-12-08T15:37:07.425Z] fafd9421d762: Layer already exists [2020-12-08T15:37:07.425Z] d585ad6c2686: Layer already exists [2020-12-08T15:37:07.425Z] c41c4d2d7daf: Layer already exists [2020-12-08T15:37:07.425Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:07.425Z] master: digest: sha256:2c43f06b510b1fd1b6cd4b6388ef8d00ab71079c74564084c657b167d5502c41 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:37:07.620Z] ===================================================== [Pipeline] echo [2020-12-08T15:37:07.670Z] taggedImages: [2020-12-08T15:37:07.670Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:07.670Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.7 [2020-12-08T15:37:07.670Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:07.670Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-08T15:37:07.740Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-08T15:37:07.740Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:07.740Z] 2.0.0-dev.7 [2020-12-08T15:37:07.740Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:07.740Z] master [2020-12-08T15:37:07.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-08T15:37:07.875Z] Removing intermediate container c2a3a80f51cf [2020-12-08T15:37:07.875Z] ---> f93593be7e75 [2020-12-08T15:37:07.875Z] Step 13/23 : EXPOSE $APP_PORT [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:08.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:37:08.244Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:08.424Z] ---> Running in 774b76d3af72 [2020-12-08T15:37:08.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:08.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-08T15:37:08.568Z] 26c9795a090a: Preparing [2020-12-08T15:37:08.568Z] c4484d74a415: Preparing [2020-12-08T15:37:08.568Z] 2c776bebfea7: Preparing [2020-12-08T15:37:08.568Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:08.568Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:08.568Z] 4f043d016aa3: Preparing [2020-12-08T15:37:08.568Z] 9ddcea4d0c7a: Preparing [2020-12-08T15:37:08.568Z] fb4db8d3ef6f: Preparing [2020-12-08T15:37:08.568Z] 26c9795a090a: Preparing [2020-12-08T15:37:08.568Z] c2d64ed461c6: Preparing [2020-12-08T15:37:08.568Z] 139f53079b50: Preparing [2020-12-08T15:37:08.568Z] 958b34ba442e: Preparing [2020-12-08T15:37:08.568Z] ace0eda3e3be: Preparing [2020-12-08T15:37:08.568Z] 9ddcea4d0c7a: Waiting [2020-12-08T15:37:08.568Z] fb4db8d3ef6f: Waiting [2020-12-08T15:37:08.568Z] c2d64ed461c6: Waiting [2020-12-08T15:37:08.568Z] 139f53079b50: Waiting [2020-12-08T15:37:08.568Z] 958b34ba442e: Waiting [2020-12-08T15:37:08.568Z] ace0eda3e3be: Waiting [2020-12-08T15:37:08.829Z] 4f043d016aa3: Pushed [2020-12-08T15:37:08.829Z] 6793e9f1fd5a: Pushed [2020-12-08T15:37:08.829Z] 2c776bebfea7: Pushed [2020-12-08T15:37:08.829Z] c4484d74a415: Pushed [2020-12-08T15:37:09.034Z] Removing intermediate container 774b76d3af72 [2020-12-08T15:37:09.034Z] ---> c997bcd888a2 [2020-12-08T15:37:09.034Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:37:09.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:37:09.090Z] 139f53079b50: Pushed [2020-12-08T15:37:09.091Z] c2d64ed461c6: Pushed [2020-12-08T15:37:09.091Z] 9ddcea4d0c7a: Pushed [2020-12-08T15:37:09.091Z] fb4db8d3ef6f: Pushed [2020-12-08T15:37:09.091Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:09.308Z] ---> Running in 24641c12d82d [2020-12-08T15:37:09.351Z] 958b34ba442e: Pushed [2020-12-08T15:37:09.612Z] 26c9795a090a: Pushed [2020-12-08T15:37:09.873Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:f119f89708ab1f9d5d8e1d1c2e28b37e3d93917108e008bb3a553a2ef920faa7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:10.172Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:10.294Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:37:10.294Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:37:10.294Z] OK: 12616 distinct packages available [2020-12-08T15:37:10.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.7 [2020-12-08T15:37:10.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-08T15:37:10.468Z] 26c9795a090a: Preparing [2020-12-08T15:37:10.468Z] c4484d74a415: Preparing [2020-12-08T15:37:10.468Z] 2c776bebfea7: Preparing [2020-12-08T15:37:10.468Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:10.468Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:10.468Z] 4f043d016aa3: Preparing [2020-12-08T15:37:10.468Z] 9ddcea4d0c7a: Preparing [2020-12-08T15:37:10.468Z] fb4db8d3ef6f: Preparing [2020-12-08T15:37:10.468Z] 26c9795a090a: Preparing [2020-12-08T15:37:10.468Z] c2d64ed461c6: Preparing [2020-12-08T15:37:10.468Z] 139f53079b50: Preparing [2020-12-08T15:37:10.468Z] 958b34ba442e: Preparing [2020-12-08T15:37:10.468Z] ace0eda3e3be: Preparing [2020-12-08T15:37:10.468Z] fb4db8d3ef6f: Waiting [2020-12-08T15:37:10.468Z] c2d64ed461c6: Waiting [2020-12-08T15:37:10.468Z] 139f53079b50: Waiting [2020-12-08T15:37:10.468Z] 958b34ba442e: Waiting [2020-12-08T15:37:10.468Z] ace0eda3e3be: Waiting [2020-12-08T15:37:10.468Z] 9ddcea4d0c7a: Waiting [2020-12-08T15:37:10.468Z] 4f043d016aa3: Layer already exists [2020-12-08T15:37:10.468Z] c4484d74a415: Layer already exists [2020-12-08T15:37:10.468Z] 26c9795a090a: Layer already exists [2020-12-08T15:37:10.468Z] 6793e9f1fd5a: Layer already exists [2020-12-08T15:37:10.468Z] 2c776bebfea7: Layer already exists [2020-12-08T15:37:10.468Z] 9ddcea4d0c7a: Layer already exists [2020-12-08T15:37:10.468Z] fb4db8d3ef6f: Layer already exists [2020-12-08T15:37:10.468Z] 139f53079b50: Layer already exists [2020-12-08T15:37:10.468Z] 958b34ba442e: Layer already exists [2020-12-08T15:37:10.468Z] c2d64ed461c6: Layer already exists [2020-12-08T15:37:10.468Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:10.468Z] 2.0.0-dev.7: digest: sha256:f119f89708ab1f9d5d8e1d1c2e28b37e3d93917108e008bb3a553a2ef920faa7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:10.768Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:11.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:11.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-08T15:37:11.067Z] 26c9795a090a: Preparing [2020-12-08T15:37:11.067Z] c4484d74a415: Preparing [2020-12-08T15:37:11.067Z] 2c776bebfea7: Preparing [2020-12-08T15:37:11.067Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:11.067Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:11.067Z] 4f043d016aa3: Preparing [2020-12-08T15:37:11.067Z] 9ddcea4d0c7a: Preparing [2020-12-08T15:37:11.067Z] fb4db8d3ef6f: Preparing [2020-12-08T15:37:11.067Z] 26c9795a090a: Preparing [2020-12-08T15:37:11.067Z] c2d64ed461c6: Preparing [2020-12-08T15:37:11.067Z] 139f53079b50: Preparing [2020-12-08T15:37:11.067Z] 958b34ba442e: Preparing [2020-12-08T15:37:11.067Z] ace0eda3e3be: Preparing [2020-12-08T15:37:11.067Z] 9ddcea4d0c7a: Waiting [2020-12-08T15:37:11.067Z] fb4db8d3ef6f: Waiting [2020-12-08T15:37:11.067Z] c2d64ed461c6: Waiting [2020-12-08T15:37:11.067Z] 139f53079b50: Waiting [2020-12-08T15:37:11.067Z] 958b34ba442e: Waiting [2020-12-08T15:37:11.067Z] ace0eda3e3be: Waiting [2020-12-08T15:37:11.067Z] 6793e9f1fd5a: Layer already exists [2020-12-08T15:37:11.067Z] 26c9795a090a: Layer already exists [2020-12-08T15:37:11.067Z] 2c776bebfea7: Layer already exists [2020-12-08T15:37:11.067Z] c4484d74a415: Layer already exists [2020-12-08T15:37:11.067Z] 4f043d016aa3: Layer already exists [2020-12-08T15:37:11.067Z] 9ddcea4d0c7a: Layer already exists [2020-12-08T15:37:11.067Z] c2d64ed461c6: Layer already exists [2020-12-08T15:37:11.067Z] fb4db8d3ef6f: Layer already exists [2020-12-08T15:37:11.067Z] 958b34ba442e: Layer already exists [2020-12-08T15:37:11.067Z] 139f53079b50: Layer already exists [2020-12-08T15:37:11.067Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:11.067Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:f119f89708ab1f9d5d8e1d1c2e28b37e3d93917108e008bb3a553a2ef920faa7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:11.292Z] OK: 217 MiB in 51 packages [2020-12-08T15:37:11.369Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:11.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-08T15:37:11.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-08T15:37:11.663Z] 26c9795a090a: Preparing [2020-12-08T15:37:11.663Z] c4484d74a415: Preparing [2020-12-08T15:37:11.663Z] 2c776bebfea7: Preparing [2020-12-08T15:37:11.663Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:11.663Z] 6793e9f1fd5a: Preparing [2020-12-08T15:37:11.663Z] 4f043d016aa3: Preparing [2020-12-08T15:37:11.663Z] 9ddcea4d0c7a: Preparing [2020-12-08T15:37:11.663Z] fb4db8d3ef6f: Preparing [2020-12-08T15:37:11.663Z] 26c9795a090a: Preparing [2020-12-08T15:37:11.663Z] c2d64ed461c6: Preparing [2020-12-08T15:37:11.663Z] 139f53079b50: Preparing [2020-12-08T15:37:11.663Z] 958b34ba442e: Preparing [2020-12-08T15:37:11.663Z] ace0eda3e3be: Preparing [2020-12-08T15:37:11.663Z] 9ddcea4d0c7a: Waiting [2020-12-08T15:37:11.663Z] fb4db8d3ef6f: Waiting [2020-12-08T15:37:11.663Z] c2d64ed461c6: Waiting [2020-12-08T15:37:11.663Z] 139f53079b50: Waiting [2020-12-08T15:37:11.663Z] 958b34ba442e: Waiting [2020-12-08T15:37:11.663Z] ace0eda3e3be: Waiting [2020-12-08T15:37:11.663Z] 4f043d016aa3: Layer already exists [2020-12-08T15:37:11.663Z] c4484d74a415: Layer already exists [2020-12-08T15:37:11.663Z] 6793e9f1fd5a: Layer already exists [2020-12-08T15:37:11.663Z] 2c776bebfea7: Layer already exists [2020-12-08T15:37:11.663Z] 26c9795a090a: Layer already exists [2020-12-08T15:37:11.663Z] 9ddcea4d0c7a: Layer already exists [2020-12-08T15:37:11.663Z] fb4db8d3ef6f: Layer already exists [2020-12-08T15:37:11.663Z] c2d64ed461c6: Layer already exists [2020-12-08T15:37:11.663Z] 139f53079b50: Layer already exists [2020-12-08T15:37:11.663Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:11.663Z] 958b34ba442e: Layer already exists [2020-12-08T15:37:11.925Z] master: digest: sha256:f119f89708ab1f9d5d8e1d1c2e28b37e3d93917108e008bb3a553a2ef920faa7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:37:12.147Z] ===================================================== [Pipeline] echo [2020-12-08T15:37:12.200Z] taggedImages: [2020-12-08T15:37:12.200Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:12.200Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.7 [2020-12-08T15:37:12.200Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:12.200Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-08T15:37:12.268Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-08T15:37:12.268Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:12.268Z] 2.0.0-dev.7 [2020-12-08T15:37:12.268Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:12.268Z] master [2020-12-08T15:37:12.268Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:12.857Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:13.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:13.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-08T15:37:13.210Z] 61d852be49c9: Preparing [2020-12-08T15:37:13.210Z] 8830fc57047e: Preparing [2020-12-08T15:37:13.210Z] dc1bec300b2a: Preparing [2020-12-08T15:37:13.210Z] 979138322064: Preparing [2020-12-08T15:37:13.210Z] 58ad65a27b5e: Preparing [2020-12-08T15:37:13.210Z] d57bac3f65dd: Preparing [2020-12-08T15:37:13.210Z] b7f482f6a0c6: Preparing [2020-12-08T15:37:13.210Z] 7ca4315f2f7e: Preparing [2020-12-08T15:37:13.210Z] 1b3ee35aacca: Preparing [2020-12-08T15:37:13.210Z] d57bac3f65dd: Waiting [2020-12-08T15:37:13.210Z] b7f482f6a0c6: Waiting [2020-12-08T15:37:13.210Z] 7ca4315f2f7e: Waiting [2020-12-08T15:37:13.210Z] 1b3ee35aacca: Waiting [2020-12-08T15:37:13.471Z] 8830fc57047e: Pushed [2020-12-08T15:37:13.471Z] 58ad65a27b5e: Pushed [2020-12-08T15:37:13.471Z] 61d852be49c9: Pushed [2020-12-08T15:37:13.471Z] 7ca4315f2f7e: Layer already exists [2020-12-08T15:37:13.471Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:37:13.471Z] d57bac3f65dd: Pushed [2020-12-08T15:37:13.471Z] b7f482f6a0c6: Pushed [2020-12-08T15:37:14.418Z] dc1bec300b2a: Pushed [2020-12-08T15:37:14.418Z] 979138322064: Pushed [2020-12-08T15:37:14.418Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:9782cf636a8955cbc2affdf7e877182d0eee9f5d7c2316048029acef6460fd3e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:14.718Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.7 [2020-12-08T15:37:14.720Z] Removing intermediate container 45eb175ab66e [2020-12-08T15:37:14.720Z] ---> 54a69881b335 [2020-12-08T15:37:14.720Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-08T15:37:14.720Z] Removing intermediate container 24641c12d82d [2020-12-08T15:37:14.720Z] ---> 00440c12ea02 [2020-12-08T15:37:14.720Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-08T15:37:14.720Z] Removing intermediate container 85b15ff4d3a7 [2020-12-08T15:37:14.720Z] ---> fd25441ec865 [2020-12-08T15:37:14.721Z] Step 6/22 : COPY go.mod . [2020-12-08T15:37:14.721Z] ---> Running in dc0a0fc515cd [2020-12-08T15:37:14.721Z] ---> Running in 8b58e7c727eb [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:15.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.7 [2020-12-08T15:37:15.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-08T15:37:15.010Z] 61d852be49c9: Preparing [2020-12-08T15:37:15.010Z] 8830fc57047e: Preparing [2020-12-08T15:37:15.010Z] dc1bec300b2a: Preparing [2020-12-08T15:37:15.010Z] 979138322064: Preparing [2020-12-08T15:37:15.010Z] 58ad65a27b5e: Preparing [2020-12-08T15:37:15.010Z] d57bac3f65dd: Preparing [2020-12-08T15:37:15.010Z] b7f482f6a0c6: Preparing [2020-12-08T15:37:15.010Z] 7ca4315f2f7e: Preparing [2020-12-08T15:37:15.010Z] 1b3ee35aacca: Preparing [2020-12-08T15:37:15.010Z] b7f482f6a0c6: Waiting [2020-12-08T15:37:15.010Z] d57bac3f65dd: Waiting [2020-12-08T15:37:15.010Z] 7ca4315f2f7e: Waiting [2020-12-08T15:37:15.010Z] 1b3ee35aacca: Waiting [2020-12-08T15:37:15.010Z] 58ad65a27b5e: Layer already exists [2020-12-08T15:37:15.010Z] 8830fc57047e: Layer already exists [2020-12-08T15:37:15.010Z] 61d852be49c9: Layer already exists [2020-12-08T15:37:15.010Z] 979138322064: Layer already exists [2020-12-08T15:37:15.010Z] dc1bec300b2a: Layer already exists [2020-12-08T15:37:15.010Z] b7f482f6a0c6: Layer already exists [2020-12-08T15:37:15.010Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:37:15.010Z] d57bac3f65dd: Layer already exists [2020-12-08T15:37:15.010Z] 7ca4315f2f7e: Layer already exists [2020-12-08T15:37:15.011Z] 2.0.0-dev.7: digest: sha256:9782cf636a8955cbc2affdf7e877182d0eee9f5d7c2316048029acef6460fd3e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:15.309Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:15.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:15.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-08T15:37:15.600Z] 61d852be49c9: Preparing [2020-12-08T15:37:15.600Z] 8830fc57047e: Preparing [2020-12-08T15:37:15.600Z] dc1bec300b2a: Preparing [2020-12-08T15:37:15.600Z] 979138322064: Preparing [2020-12-08T15:37:15.600Z] 58ad65a27b5e: Preparing [2020-12-08T15:37:15.600Z] d57bac3f65dd: Preparing [2020-12-08T15:37:15.600Z] b7f482f6a0c6: Preparing [2020-12-08T15:37:15.600Z] 7ca4315f2f7e: Preparing [2020-12-08T15:37:15.600Z] 1b3ee35aacca: Preparing [2020-12-08T15:37:15.600Z] d57bac3f65dd: Waiting [2020-12-08T15:37:15.600Z] 1b3ee35aacca: Waiting [2020-12-08T15:37:15.600Z] b7f482f6a0c6: Waiting [2020-12-08T15:37:15.600Z] 7ca4315f2f7e: Waiting [2020-12-08T15:37:15.600Z] 979138322064: Layer already exists [2020-12-08T15:37:15.600Z] dc1bec300b2a: Layer already exists [2020-12-08T15:37:15.600Z] 58ad65a27b5e: Layer already exists [2020-12-08T15:37:15.600Z] 61d852be49c9: Layer already exists [2020-12-08T15:37:15.600Z] 8830fc57047e: Layer already exists [2020-12-08T15:37:15.601Z] d57bac3f65dd: Layer already exists [2020-12-08T15:37:15.601Z] b7f482f6a0c6: Layer already exists [2020-12-08T15:37:15.601Z] 7ca4315f2f7e: Layer already exists [2020-12-08T15:37:15.601Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:37:15.601Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:9782cf636a8955cbc2affdf7e877182d0eee9f5d7c2316048029acef6460fd3e size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:15.899Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:16.162Z] ---> 1c08ae2ba80c [2020-12-08T15:37:16.162Z] Step 7/22 : RUN go mod download [2020-12-08T15:37:16.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-08T15:37:16.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-08T15:37:16.193Z] 61d852be49c9: Preparing [2020-12-08T15:37:16.193Z] 8830fc57047e: Preparing [2020-12-08T15:37:16.193Z] dc1bec300b2a: Preparing [2020-12-08T15:37:16.193Z] 979138322064: Preparing [2020-12-08T15:37:16.193Z] 58ad65a27b5e: Preparing [2020-12-08T15:37:16.193Z] d57bac3f65dd: Preparing [2020-12-08T15:37:16.193Z] b7f482f6a0c6: Preparing [2020-12-08T15:37:16.193Z] 7ca4315f2f7e: Preparing [2020-12-08T15:37:16.193Z] 1b3ee35aacca: Preparing [2020-12-08T15:37:16.193Z] d57bac3f65dd: Waiting [2020-12-08T15:37:16.193Z] b7f482f6a0c6: Waiting [2020-12-08T15:37:16.193Z] 7ca4315f2f7e: Waiting [2020-12-08T15:37:16.193Z] 1b3ee35aacca: Waiting [2020-12-08T15:37:16.193Z] 8830fc57047e: Layer already exists [2020-12-08T15:37:16.193Z] dc1bec300b2a: Layer already exists [2020-12-08T15:37:16.193Z] 61d852be49c9: Layer already exists [2020-12-08T15:37:16.193Z] 979138322064: Layer already exists [2020-12-08T15:37:16.193Z] 58ad65a27b5e: Layer already exists [2020-12-08T15:37:16.193Z] 7ca4315f2f7e: Layer already exists [2020-12-08T15:37:16.193Z] d57bac3f65dd: Layer already exists [2020-12-08T15:37:16.193Z] b7f482f6a0c6: Layer already exists [2020-12-08T15:37:16.193Z] 1b3ee35aacca: Layer already exists [2020-12-08T15:37:16.193Z] master: digest: sha256:9782cf636a8955cbc2affdf7e877182d0eee9f5d7c2316048029acef6460fd3e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:37:16.394Z] ===================================================== [Pipeline] echo [2020-12-08T15:37:16.442Z] taggedImages: [2020-12-08T15:37:16.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:16.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.7 [2020-12-08T15:37:16.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:16.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-08T15:37:16.443Z] ---> Running in f46d01806789 [Pipeline] echo [2020-12-08T15:37:16.509Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-08T15:37:16.509Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:16.509Z] 2.0.0-dev.7 [2020-12-08T15:37:16.509Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:16.509Z] master [2020-12-08T15:37:16.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:16.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:37:16.985Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:17.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:17.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-08T15:37:17.283Z] 986b41c3066a: Preparing [2020-12-08T15:37:17.283Z] fd2a9d976d3a: Preparing [2020-12-08T15:37:17.283Z] 71694ec4ee23: Preparing [2020-12-08T15:37:17.283Z] a4a398a7f5d0: Preparing [2020-12-08T15:37:17.283Z] 17773e31861e: Preparing [2020-12-08T15:37:17.283Z] aba8c58654b9: Preparing [2020-12-08T15:37:17.283Z] aba8c58654b9: Waiting [2020-12-08T15:37:17.546Z] 71694ec4ee23: Pushed [2020-12-08T15:37:17.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:37:17.807Z] 17773e31861e: Pushed [2020-12-08T15:37:17.807Z] 986b41c3066a: Pushed [2020-12-08T15:37:17.807Z] a4a398a7f5d0: Pushed [2020-12-08T15:37:17.807Z] aba8c58654b9: Pushed [2020-12-08T15:37:18.695Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-08T15:37:18.695Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-08T15:37:18.695Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-08T15:37:18.754Z] fd2a9d976d3a: Pushed [2020-12-08T15:37:18.754Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:e6ba6d34aad056a4a3c62bcfca689f7d85a0fb002ad4d05739e1029a1b9d8e26 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:18.968Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-08T15:37:19.063Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:19.240Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-08T15:37:19.240Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:37:19.240Z] OK: 8 MiB in 19 packages [2020-12-08T15:37:19.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.7 [2020-12-08T15:37:19.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-08T15:37:19.360Z] 986b41c3066a: Preparing [2020-12-08T15:37:19.360Z] fd2a9d976d3a: Preparing [2020-12-08T15:37:19.360Z] 71694ec4ee23: Preparing [2020-12-08T15:37:19.360Z] a4a398a7f5d0: Preparing [2020-12-08T15:37:19.360Z] 17773e31861e: Preparing [2020-12-08T15:37:19.360Z] aba8c58654b9: Preparing [2020-12-08T15:37:19.360Z] aba8c58654b9: Waiting [2020-12-08T15:37:19.360Z] 986b41c3066a: Layer already exists [2020-12-08T15:37:19.360Z] 17773e31861e: Layer already exists [2020-12-08T15:37:19.360Z] a4a398a7f5d0: Layer already exists [2020-12-08T15:37:19.360Z] fd2a9d976d3a: Layer already exists [2020-12-08T15:37:19.360Z] 71694ec4ee23: Layer already exists [2020-12-08T15:37:19.360Z] aba8c58654b9: Layer already exists [2020-12-08T15:37:19.360Z] 2.0.0-dev.7: digest: sha256:e6ba6d34aad056a4a3c62bcfca689f7d85a0fb002ad4d05739e1029a1b9d8e26 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:19.661Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:19.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:19.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-08T15:37:19.956Z] 986b41c3066a: Preparing [2020-12-08T15:37:19.956Z] fd2a9d976d3a: Preparing [2020-12-08T15:37:19.956Z] 71694ec4ee23: Preparing [2020-12-08T15:37:19.956Z] a4a398a7f5d0: Preparing [2020-12-08T15:37:19.956Z] 17773e31861e: Preparing [2020-12-08T15:37:19.956Z] aba8c58654b9: Preparing [2020-12-08T15:37:19.956Z] fd2a9d976d3a: Layer already exists [2020-12-08T15:37:19.956Z] 986b41c3066a: Layer already exists [2020-12-08T15:37:19.956Z] 71694ec4ee23: Layer already exists [2020-12-08T15:37:19.956Z] 17773e31861e: Layer already exists [2020-12-08T15:37:19.956Z] a4a398a7f5d0: Layer already exists [2020-12-08T15:37:19.956Z] aba8c58654b9: Layer already exists [2020-12-08T15:37:19.956Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:e6ba6d34aad056a4a3c62bcfca689f7d85a0fb002ad4d05739e1029a1b9d8e26 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:20.258Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:20.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-08T15:37:20.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-08T15:37:20.559Z] 986b41c3066a: Preparing [2020-12-08T15:37:20.559Z] fd2a9d976d3a: Preparing [2020-12-08T15:37:20.559Z] 71694ec4ee23: Preparing [2020-12-08T15:37:20.559Z] a4a398a7f5d0: Preparing [2020-12-08T15:37:20.559Z] 17773e31861e: Preparing [2020-12-08T15:37:20.559Z] aba8c58654b9: Preparing [2020-12-08T15:37:20.559Z] aba8c58654b9: Waiting [2020-12-08T15:37:20.559Z] 986b41c3066a: Layer already exists [2020-12-08T15:37:20.559Z] 17773e31861e: Layer already exists [2020-12-08T15:37:20.559Z] 71694ec4ee23: Layer already exists [2020-12-08T15:37:20.559Z] fd2a9d976d3a: Layer already exists [2020-12-08T15:37:20.559Z] a4a398a7f5d0: Layer already exists [2020-12-08T15:37:20.559Z] aba8c58654b9: Layer already exists [2020-12-08T15:37:20.559Z] master: digest: sha256:e6ba6d34aad056a4a3c62bcfca689f7d85a0fb002ad4d05739e1029a1b9d8e26 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:37:20.825Z] ===================================================== [Pipeline] echo [2020-12-08T15:37:20.878Z] taggedImages: [2020-12-08T15:37:20.878Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:20.878Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.7 [2020-12-08T15:37:20.878Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:20.878Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-08T15:37:20.964Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-08T15:37:20.964Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:20.964Z] 2.0.0-dev.7 [2020-12-08T15:37:20.964Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:20.964Z] master [2020-12-08T15:37:20.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:21.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:37:21.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:37:21.243Z] ---> 4f8e08bb133d [2020-12-08T15:37:21.243Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T15:37:21.243Z] ---> Using cache [2020-12-08T15:37:21.243Z] ---> 650096d03639 [2020-12-08T15:37:21.243Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:37:21.243Z] ---> Using cache [2020-12-08T15:37:21.243Z] ---> 0b75fe3f39d5 [2020-12-08T15:37:21.243Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T15:37:21.243Z] ---> Using cache [2020-12-08T15:37:21.243Z] ---> fd25441ec865 [2020-12-08T15:37:21.243Z] Step 6/22 : COPY go.mod . [2020-12-08T15:37:21.243Z] ---> Using cache [2020-12-08T15:37:21.243Z] ---> 1c08ae2ba80c [2020-12-08T15:37:21.243Z] Step 7/22 : RUN go mod download [2020-12-08T15:37:21.447Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:21.519Z] ---> Running in 73d3309762e6 [2020-12-08T15:37:21.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:21.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-08T15:37:21.741Z] 080fd7aa5cfe: Preparing [2020-12-08T15:37:21.741Z] f61049e7210a: Preparing [2020-12-08T15:37:21.741Z] f4984b18560d: Preparing [2020-12-08T15:37:21.741Z] f4984b18560d: Pushed [2020-12-08T15:37:21.794Z] Removing intermediate container f46d01806789 [2020-12-08T15:37:21.794Z] ---> 27d6c87f9e63 [2020-12-08T15:37:21.794Z] Step 8/22 : COPY . . [2020-12-08T15:37:22.003Z] 080fd7aa5cfe: Pushed [2020-12-08T15:37:22.392Z] Collecting docker-compose==1.23.2 [2020-12-08T15:37:22.393Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-08T15:37:22.393Z] Removing intermediate container 8b58e7c727eb [2020-12-08T15:37:22.393Z] ---> 3d48796bf786 [2020-12-08T15:37:22.393Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-08T15:37:22.944Z] f61049e7210a: Pushed [2020-12-08T15:37:23.204Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:dafbd933e9c00302f92f3046b30645a1f2cecfbaed361e771cab7105860e225f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:23.377Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-08T15:37:23.504Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:23.653Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-08T15:37:23.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.7 [2020-12-08T15:37:23.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-08T15:37:23.800Z] 080fd7aa5cfe: Preparing [2020-12-08T15:37:23.800Z] f61049e7210a: Preparing [2020-12-08T15:37:23.800Z] f4984b18560d: Preparing [2020-12-08T15:37:23.800Z] f61049e7210a: Layer already exists [2020-12-08T15:37:23.800Z] 080fd7aa5cfe: Layer already exists [2020-12-08T15:37:23.800Z] f4984b18560d: Layer already exists [2020-12-08T15:37:23.800Z] 2.0.0-dev.7: digest: sha256:dafbd933e9c00302f92f3046b30645a1f2cecfbaed361e771cab7105860e225f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:24.010Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:37:24.010Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:37:24.010Z] ---> 4f8e08bb133d [2020-12-08T15:37:24.010Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T15:37:24.010Z] ---> Using cache [2020-12-08T15:37:24.010Z] ---> 650096d03639 [2020-12-08T15:37:24.010Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:37:24.010Z] ---> Using cache [2020-12-08T15:37:24.010Z] ---> 0b75fe3f39d5 [2020-12-08T15:37:24.010Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T15:37:24.010Z] ---> Using cache [2020-12-08T15:37:24.010Z] ---> fd25441ec865 [2020-12-08T15:37:24.010Z] Step 6/21 : COPY go.mod . [2020-12-08T15:37:24.010Z] ---> Using cache [2020-12-08T15:37:24.010Z] ---> 1c08ae2ba80c [2020-12-08T15:37:24.010Z] Step 7/21 : RUN go mod download [2020-12-08T15:37:24.010Z] ---> Using cache [2020-12-08T15:37:24.010Z] ---> 27d6c87f9e63 [2020-12-08T15:37:24.010Z] Step 8/21 : COPY . . [2020-12-08T15:37:24.101Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:24.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:24.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-08T15:37:24.401Z] 080fd7aa5cfe: Preparing [2020-12-08T15:37:24.401Z] f61049e7210a: Preparing [2020-12-08T15:37:24.401Z] f4984b18560d: Preparing [2020-12-08T15:37:24.401Z] f4984b18560d: Layer already exists [2020-12-08T15:37:24.401Z] f61049e7210a: Layer already exists [2020-12-08T15:37:24.401Z] 080fd7aa5cfe: Layer already exists [2020-12-08T15:37:24.401Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:dafbd933e9c00302f92f3046b30645a1f2cecfbaed361e771cab7105860e225f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:24.703Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [2020-12-08T15:37:24.716Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-08T15:37:24.716Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-08T15:37:24.716Z] ---> 5036eee447d6 [2020-12-08T15:37:24.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] sh [2020-12-08T15:37:24.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-08T15:37:24.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-08T15:37:24.997Z] 080fd7aa5cfe: Preparing [2020-12-08T15:37:24.997Z] f61049e7210a: Preparing [2020-12-08T15:37:24.997Z] f4984b18560d: Preparing [2020-12-08T15:37:24.997Z] f61049e7210a: Layer already exists [2020-12-08T15:37:24.997Z] f4984b18560d: Layer already exists [2020-12-08T15:37:24.997Z] 080fd7aa5cfe: Layer already exists [2020-12-08T15:37:24.997Z] master: digest: sha256:dafbd933e9c00302f92f3046b30645a1f2cecfbaed361e771cab7105860e225f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:37:25.180Z] ===================================================== [Pipeline] echo [2020-12-08T15:37:25.226Z] taggedImages: [2020-12-08T15:37:25.226Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:25.226Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.7 [2020-12-08T15:37:25.226Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:25.226Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-08T15:37:25.290Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-08T15:37:25.290Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:25.290Z] 2.0.0-dev.7 [2020-12-08T15:37:25.290Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:25.290Z] master [2020-12-08T15:37:25.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:26.783Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:27.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:27.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-08T15:37:27.092Z] 9499dd479a42: Preparing [2020-12-08T15:37:27.092Z] 6cdf6fbdcd69: Preparing [2020-12-08T15:37:27.092Z] b4e9dea4fcec: Preparing [2020-12-08T15:37:27.092Z] e49435b2923d: Preparing [2020-12-08T15:37:27.092Z] 00d6481e08e4: Preparing [2020-12-08T15:37:27.092Z] d372387dbe54: Preparing [2020-12-08T15:37:27.092Z] b0bc3701ad98: Preparing [2020-12-08T15:37:27.092Z] 3d9ce3ccee13: Preparing [2020-12-08T15:37:27.092Z] 84631c253a1d: Preparing [2020-12-08T15:37:27.092Z] 336623de938e: Preparing [2020-12-08T15:37:27.092Z] 63533b406c5a: Preparing [2020-12-08T15:37:27.092Z] 31b11ec6ff38: Preparing [2020-12-08T15:37:27.092Z] 911954e2fe49: Preparing [2020-12-08T15:37:27.092Z] ace0eda3e3be: Preparing [2020-12-08T15:37:27.092Z] d372387dbe54: Waiting [2020-12-08T15:37:27.092Z] b0bc3701ad98: Waiting [2020-12-08T15:37:27.092Z] 3d9ce3ccee13: Waiting [2020-12-08T15:37:27.092Z] 84631c253a1d: Waiting [2020-12-08T15:37:27.092Z] 336623de938e: Waiting [2020-12-08T15:37:27.092Z] 63533b406c5a: Waiting [2020-12-08T15:37:27.092Z] 31b11ec6ff38: Waiting [2020-12-08T15:37:27.092Z] 911954e2fe49: Waiting [2020-12-08T15:37:27.092Z] ace0eda3e3be: Waiting [2020-12-08T15:37:27.359Z] 00d6481e08e4: Pushed [2020-12-08T15:37:27.359Z] 9499dd479a42: Pushed [2020-12-08T15:37:27.399Z] Removing intermediate container 73d3309762e6 [2020-12-08T15:37:27.399Z] ---> a5290d0cb742 [2020-12-08T15:37:27.399Z] Step 8/22 : COPY . . [2020-12-08T15:37:27.623Z] e49435b2923d: Pushed [2020-12-08T15:37:27.623Z] 3d9ce3ccee13: Layer already exists [2020-12-08T15:37:27.623Z] 84631c253a1d: Layer already exists [2020-12-08T15:37:27.623Z] b0bc3701ad98: Pushed [2020-12-08T15:37:27.623Z] 336623de938e: Layer already exists [2020-12-08T15:37:27.623Z] 63533b406c5a: Layer already exists [2020-12-08T15:37:27.886Z] 31b11ec6ff38: Layer already exists [2020-12-08T15:37:27.886Z] 911954e2fe49: Layer already exists [2020-12-08T15:37:27.886Z] 6cdf6fbdcd69: Pushed [2020-12-08T15:37:27.886Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:28.382Z] ---> 80ad424143c1 [2020-12-08T15:37:28.382Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-08T15:37:28.462Z] d372387dbe54: Pushed [2020-12-08T15:37:28.985Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-08T15:37:28.985Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-08T15:37:29.582Z] Collecting jsonschema<3,>=2.5.1 [2020-12-08T15:37:29.582Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-08T15:37:31.018Z] ---> 03b07933ca58 [2020-12-08T15:37:31.018Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-08T15:37:31.018Z] Collecting docopt<0.7,>=0.6.1 [2020-12-08T15:37:31.018Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-08T15:37:31.780Z] b4e9dea4fcec: Pushed [2020-12-08T15:37:31.780Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:89775418aef14e3bcf8ffc9da3cff459c83bd595a5107b4568ca05c1f2d52e31 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:32.001Z] ---> Running in 00c1f5ed1d08 [2020-12-08T15:37:32.189Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:32.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.7 [2020-12-08T15:37:32.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-08T15:37:32.512Z] 9499dd479a42: Preparing [2020-12-08T15:37:32.512Z] 6cdf6fbdcd69: Preparing [2020-12-08T15:37:32.512Z] b4e9dea4fcec: Preparing [2020-12-08T15:37:32.512Z] e49435b2923d: Preparing [2020-12-08T15:37:32.512Z] 00d6481e08e4: Preparing [2020-12-08T15:37:32.512Z] d372387dbe54: Preparing [2020-12-08T15:37:32.512Z] b0bc3701ad98: Preparing [2020-12-08T15:37:32.512Z] 3d9ce3ccee13: Preparing [2020-12-08T15:37:32.512Z] 84631c253a1d: Preparing [2020-12-08T15:37:32.512Z] 336623de938e: Preparing [2020-12-08T15:37:32.512Z] 63533b406c5a: Preparing [2020-12-08T15:37:32.512Z] 31b11ec6ff38: Preparing [2020-12-08T15:37:32.512Z] 911954e2fe49: Preparing [2020-12-08T15:37:32.512Z] ace0eda3e3be: Preparing [2020-12-08T15:37:32.512Z] 31b11ec6ff38: Waiting [2020-12-08T15:37:32.512Z] 84631c253a1d: Waiting [2020-12-08T15:37:32.512Z] 336623de938e: Waiting [2020-12-08T15:37:32.512Z] 63533b406c5a: Waiting [2020-12-08T15:37:32.512Z] 911954e2fe49: Waiting [2020-12-08T15:37:32.512Z] ace0eda3e3be: Waiting [2020-12-08T15:37:32.512Z] b0bc3701ad98: Waiting [2020-12-08T15:37:32.512Z] d372387dbe54: Waiting [2020-12-08T15:37:32.512Z] 3d9ce3ccee13: Waiting [2020-12-08T15:37:32.512Z] e49435b2923d: Layer already exists [2020-12-08T15:37:32.512Z] 6cdf6fbdcd69: Layer already exists [2020-12-08T15:37:32.512Z] 9499dd479a42: Layer already exists [2020-12-08T15:37:32.512Z] 00d6481e08e4: Layer already exists [2020-12-08T15:37:32.512Z] b4e9dea4fcec: Layer already exists [2020-12-08T15:37:32.512Z] b0bc3701ad98: Layer already exists [2020-12-08T15:37:32.512Z] 3d9ce3ccee13: Layer already exists [2020-12-08T15:37:32.512Z] d372387dbe54: Layer already exists [2020-12-08T15:37:32.512Z] 336623de938e: Layer already exists [2020-12-08T15:37:32.512Z] 84631c253a1d: Layer already exists [2020-12-08T15:37:32.512Z] 63533b406c5a: Layer already exists [2020-12-08T15:37:32.512Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:32.512Z] 31b11ec6ff38: Layer already exists [2020-12-08T15:37:32.512Z] 911954e2fe49: Layer already exists [2020-12-08T15:37:32.512Z] 2.0.0-dev.7: digest: sha256:89775418aef14e3bcf8ffc9da3cff459c83bd595a5107b4568ca05c1f2d52e31 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:32.811Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:33.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:33.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-08T15:37:33.107Z] 9499dd479a42: Preparing [2020-12-08T15:37:33.107Z] 6cdf6fbdcd69: Preparing [2020-12-08T15:37:33.107Z] b4e9dea4fcec: Preparing [2020-12-08T15:37:33.107Z] e49435b2923d: Preparing [2020-12-08T15:37:33.107Z] 00d6481e08e4: Preparing [2020-12-08T15:37:33.107Z] d372387dbe54: Preparing [2020-12-08T15:37:33.107Z] b0bc3701ad98: Preparing [2020-12-08T15:37:33.107Z] 3d9ce3ccee13: Preparing [2020-12-08T15:37:33.107Z] 84631c253a1d: Preparing [2020-12-08T15:37:33.107Z] 336623de938e: Preparing [2020-12-08T15:37:33.107Z] 63533b406c5a: Preparing [2020-12-08T15:37:33.107Z] 31b11ec6ff38: Preparing [2020-12-08T15:37:33.107Z] 911954e2fe49: Preparing [2020-12-08T15:37:33.107Z] ace0eda3e3be: Preparing [2020-12-08T15:37:33.107Z] d372387dbe54: Waiting [2020-12-08T15:37:33.107Z] b0bc3701ad98: Waiting [2020-12-08T15:37:33.107Z] 3d9ce3ccee13: Waiting [2020-12-08T15:37:33.107Z] 84631c253a1d: Waiting [2020-12-08T15:37:33.107Z] 336623de938e: Waiting [2020-12-08T15:37:33.107Z] 63533b406c5a: Waiting [2020-12-08T15:37:33.107Z] 31b11ec6ff38: Waiting [2020-12-08T15:37:33.107Z] 911954e2fe49: Waiting [2020-12-08T15:37:33.107Z] ace0eda3e3be: Waiting [2020-12-08T15:37:33.107Z] 6cdf6fbdcd69: Layer already exists [2020-12-08T15:37:33.107Z] e49435b2923d: Layer already exists [2020-12-08T15:37:33.107Z] b4e9dea4fcec: Layer already exists [2020-12-08T15:37:33.107Z] 9499dd479a42: Layer already exists [2020-12-08T15:37:33.107Z] 00d6481e08e4: Layer already exists [2020-12-08T15:37:33.107Z] d372387dbe54: Layer already exists [2020-12-08T15:37:33.107Z] 3d9ce3ccee13: Layer already exists [2020-12-08T15:37:33.107Z] 336623de938e: Layer already exists [2020-12-08T15:37:33.107Z] b0bc3701ad98: Layer already exists [2020-12-08T15:37:33.107Z] 84631c253a1d: Layer already exists [2020-12-08T15:37:33.107Z] 63533b406c5a: Layer already exists [2020-12-08T15:37:33.107Z] 911954e2fe49: Layer already exists [2020-12-08T15:37:33.107Z] 31b11ec6ff38: Layer already exists [2020-12-08T15:37:33.107Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:33.107Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:89775418aef14e3bcf8ffc9da3cff459c83bd595a5107b4568ca05c1f2d52e31 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:33.411Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:37:33.445Z] Removing intermediate container 00c1f5ed1d08 [2020-12-08T15:37:33.445Z] ---> 1d95b497e340 [2020-12-08T15:37:33.445Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:37:33.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-08T15:37:33.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-08T15:37:33.705Z] 9499dd479a42: Preparing [2020-12-08T15:37:33.705Z] 6cdf6fbdcd69: Preparing [2020-12-08T15:37:33.705Z] b4e9dea4fcec: Preparing [2020-12-08T15:37:33.705Z] e49435b2923d: Preparing [2020-12-08T15:37:33.705Z] 00d6481e08e4: Preparing [2020-12-08T15:37:33.705Z] d372387dbe54: Preparing [2020-12-08T15:37:33.705Z] b0bc3701ad98: Preparing [2020-12-08T15:37:33.705Z] 3d9ce3ccee13: Preparing [2020-12-08T15:37:33.705Z] 84631c253a1d: Preparing [2020-12-08T15:37:33.705Z] 336623de938e: Preparing [2020-12-08T15:37:33.705Z] 63533b406c5a: Preparing [2020-12-08T15:37:33.705Z] 31b11ec6ff38: Preparing [2020-12-08T15:37:33.705Z] 911954e2fe49: Preparing [2020-12-08T15:37:33.705Z] ace0eda3e3be: Preparing [2020-12-08T15:37:33.705Z] d372387dbe54: Waiting [2020-12-08T15:37:33.705Z] b0bc3701ad98: Waiting [2020-12-08T15:37:33.705Z] 3d9ce3ccee13: Waiting [2020-12-08T15:37:33.705Z] 84631c253a1d: Waiting [2020-12-08T15:37:33.705Z] 336623de938e: Waiting [2020-12-08T15:37:33.705Z] 63533b406c5a: Waiting [2020-12-08T15:37:33.705Z] 31b11ec6ff38: Waiting [2020-12-08T15:37:33.705Z] 911954e2fe49: Waiting [2020-12-08T15:37:33.705Z] ace0eda3e3be: Waiting [2020-12-08T15:37:33.705Z] 00d6481e08e4: Layer already exists [2020-12-08T15:37:33.705Z] 6cdf6fbdcd69: Layer already exists [2020-12-08T15:37:33.705Z] b4e9dea4fcec: Layer already exists [2020-12-08T15:37:33.705Z] 9499dd479a42: Layer already exists [2020-12-08T15:37:33.705Z] e49435b2923d: Layer already exists [2020-12-08T15:37:33.705Z] d372387dbe54: Layer already exists [2020-12-08T15:37:33.705Z] 3d9ce3ccee13: Layer already exists [2020-12-08T15:37:33.705Z] b0bc3701ad98: Layer already exists [2020-12-08T15:37:33.705Z] 84631c253a1d: Layer already exists [2020-12-08T15:37:33.705Z] 63533b406c5a: Layer already exists [2020-12-08T15:37:33.705Z] 336623de938e: Layer already exists [2020-12-08T15:37:33.705Z] 31b11ec6ff38: Layer already exists [2020-12-08T15:37:33.705Z] 911954e2fe49: Layer already exists [2020-12-08T15:37:33.705Z] ace0eda3e3be: Layer already exists [2020-12-08T15:37:33.705Z] master: digest: sha256:89775418aef14e3bcf8ffc9da3cff459c83bd595a5107b4568ca05c1f2d52e31 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:37:33.914Z] ===================================================== [Pipeline] echo [2020-12-08T15:37:33.962Z] taggedImages: [2020-12-08T15:37:33.962Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:33.962Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.7 [2020-12-08T15:37:33.962Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:37:33.962Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [2020-12-08T15:37:34.076Z] ---> Running in 39bfc3e776a7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-12-08T15:37:34.350Z] Collecting PyYAML<4,>=3.10 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-08T15:37:34.624Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] // stage [Pipeline] } [2020-12-08T15:37:35.233Z] Removing intermediate container 39bfc3e776a7 [2020-12-08T15:37:35.233Z] ---> aa97ca9fbc46 [2020-12-08T15:37:35.233Z] Step 21/23 : LABEL arch=arm64 [2020-12-08T15:37:36.220Z] ---> Running in 5cfbce8577df [2020-12-08T15:37:36.823Z] Removing intermediate container 5cfbce8577df [2020-12-08T15:37:36.823Z] ---> 7b76546d972b [2020-12-08T15:37:36.823Z] Step 22/23 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:37:37.094Z] ---> a42ea5c21adf [2020-12-08T15:37:37.094Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-08T15:37:37.366Z] ---> Running in 4dac44e04d29 [2020-12-08T15:37:37.649Z] ---> Running in 9053a5e98402 [2020-12-08T15:37:38.252Z] Collecting texttable<0.10,>=0.9.0 [2020-12-08T15:37:38.252Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-08T15:37:38.847Z] Removing intermediate container 9053a5e98402 [2020-12-08T15:37:38.847Z] ---> 5492798cfe72 [2020-12-08T15:37:38.847Z] Step 23/23 : LABEL version=2.0.0-dev.7 [2020-12-08T15:37:39.145Z] ---> b190bc2782a1 [2020-12-08T15:37:39.145Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-08T15:37:39.145Z] ---> Running in 97ec646fbcf1 [2020-12-08T15:37:39.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T15:37:39.417Z] ---> Running in ede337555e99 [2020-12-08T15:37:40.024Z] Removing intermediate container 97ec646fbcf1 [2020-12-08T15:37:40.025Z] ---> 9b7189776684 [2020-12-08T15:37:40.025Z] [2020-12-08T15:37:40.625Z] Successfully built 9b7189776684 [2020-12-08T15:37:40.901Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-08T15:37:40.901Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-12-08T15:37:41.176Z] Collecting docker<4.0,>=3.6.0 [2020-12-08T15:37:41.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T15:37:41.176Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-08T15:37:41.452Z] ---> aa47cfe4e6a2 [2020-12-08T15:37:41.452Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-08T15:37:41.729Z] ---> Running in 06f5a5126523 [2020-12-08T15:37:42.006Z] 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-12-08T15:37:42.279Z] Collecting cached-property<2,>=1.2.0 [2020-12-08T15:37:42.553Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-08T15:37:42.826Z] Collecting idna<2.8,>=2.5 [2020-12-08T15:37:43.101Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-08T15:37:43.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-08T15:37:43.981Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-08T15:37:43.981Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-08T15:37:44.264Z] 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-12-08T15:37:44.264Z] 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-12-08T15:37:44.539Z] Collecting docker-pycreds>=0.4.0 [2020-12-08T15:37:44.539Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-08T15:37:44.815Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-08T15:37:44.815Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-08T15:37:44.815Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-08T15:37:44.815Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-08T15:37:46.258Z] Installing collected packages: websocket-client, dockerpty, idna, urllib3, requests, jsonschema, docopt, PyYAML, texttable, docker-pycreds, docker, cached-property, docker-compose [2020-12-08T15:37:46.534Z] Running setup.py install for dockerpty: started [2020-12-08T15:37:50.894Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-08T15:37:50.894Z] Attempting uninstall: idna [2020-12-08T15:37:50.894Z] Found existing installation: idna 2.9 [2020-12-08T15:37:50.894Z] Uninstalling idna-2.9: [2020-12-08T15:37:50.894Z] Successfully uninstalled idna-2.9 [2020-12-08T15:37:51.883Z] Attempting uninstall: urllib3 [2020-12-08T15:37:51.883Z] Found existing installation: urllib3 1.25.9 [2020-12-08T15:37:51.883Z] Uninstalling urllib3-1.25.9: [2020-12-08T15:37:52.490Z] Successfully uninstalled urllib3-1.25.9 [2020-12-08T15:37:53.494Z] Attempting uninstall: requests [2020-12-08T15:37:53.494Z] Found existing installation: requests 2.23.0 [2020-12-08T15:37:53.494Z] Uninstalling requests-2.23.0: [2020-12-08T15:37:53.770Z] Successfully uninstalled requests-2.23.0 [2020-12-08T15:37:55.231Z] Running setup.py install for docopt: started [2020-12-08T15:37:55.231Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:37:55.231Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:37:55.231Z] ---> 4f8e08bb133d [2020-12-08T15:37:55.231Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T15:37:55.231Z] ---> Using cache [2020-12-08T15:37:55.231Z] ---> 650096d03639 [2020-12-08T15:37:55.231Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:37:55.231Z] ---> Using cache [2020-12-08T15:37:55.231Z] ---> 0b75fe3f39d5 [2020-12-08T15:37:55.231Z] Step 5/24 : RUN apk update && apk add make git [2020-12-08T15:37:55.231Z] ---> Using cache [2020-12-08T15:37:55.231Z] ---> fd25441ec865 [2020-12-08T15:37:55.231Z] Step 6/24 : COPY go.mod . [2020-12-08T15:37:55.231Z] ---> Using cache [2020-12-08T15:37:55.231Z] ---> 1c08ae2ba80c [2020-12-08T15:37:55.231Z] Step 7/24 : RUN go mod download [2020-12-08T15:37:55.231Z] ---> Using cache [2020-12-08T15:37:55.231Z] ---> a5290d0cb742 [2020-12-08T15:37:55.231Z] Step 8/24 : COPY . . [2020-12-08T15:37:55.231Z] ---> Using cache [2020-12-08T15:37:55.231Z] ---> aa47cfe4e6a2 [2020-12-08T15:37:55.231Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-08T15:37:57.214Z] ---> Running in 63b1601f5963 [2020-12-08T15:37:58.204Z] Running setup.py install for docopt: finished with status 'done' [2020-12-08T15:37:58.204Z] Running setup.py install for PyYAML: started [2020-12-08T15:37:58.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T15:38:01.465Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-08T15:38:01.465Z] Running setup.py install for texttable: started [2020-12-08T15:38:04.097Z] Running setup.py install for texttable: finished with status 'done' [2020-12-08T15:38:06.083Z] 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-12-08T15:38:12.810Z] Removing intermediate container dc0a0fc515cd [2020-12-08T15:38:12.810Z] ---> 2531620cba1a [2020-12-08T15:38:12.810Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-08T15:38:12.810Z] ---> Running in 5eda095b8a9a [2020-12-08T15:38:14.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:38:14.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:38:15.400Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T15:38:15.400Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-08T15:38:15.400Z] (3/3) Installing curl (7.69.1-r1) [2020-12-08T15:38:15.400Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:38:15.400Z] OK: 71 MiB in 58 packages [2020-12-08T15:38:17.391Z] Removing intermediate container 5eda095b8a9a [2020-12-08T15:38:17.391Z] ---> cdd4509af6bb [2020-12-08T15:38:17.391Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-08T15:38:17.391Z] ---> Running in 48d7b0efd786 [2020-12-08T15:38:17.993Z] Removing intermediate container 48d7b0efd786 [2020-12-08T15:38:17.993Z] ---> 140e24f6d4b5 [2020-12-08T15:38:17.993Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:38:17.993Z] ---> Running in 832eabc632a7 [2020-12-08T15:38:18.986Z] Removing intermediate container 832eabc632a7 [2020-12-08T15:38:18.986Z] ---> 7068ed08c7c0 [2020-12-08T15:38:18.986Z] Step 25/27 : LABEL arch=arm64 [2020-12-08T15:38:18.986Z] ---> Running in befad44996bd [2020-12-08T15:38:19.588Z] Removing intermediate container befad44996bd [2020-12-08T15:38:19.588Z] ---> 40c74e42ea05 [2020-12-08T15:38:19.588Z] Step 26/27 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:38:19.861Z] ---> Running in 51ca1e0aca5a [2020-12-08T15:38:20.488Z] Removing intermediate container 51ca1e0aca5a [2020-12-08T15:38:20.488Z] ---> a7026acbca66 [2020-12-08T15:38:20.488Z] Step 27/27 : LABEL version=2.0.0-dev.7 [2020-12-08T15:38:20.488Z] ---> Running in 40beec181d38 [2020-12-08T15:38:21.481Z] Removing intermediate container 40beec181d38 [2020-12-08T15:38:21.481Z] ---> 251993e4a69c [2020-12-08T15:38:21.481Z] [2020-12-08T15:38:21.759Z] Successfully built 251993e4a69c [2020-12-08T15:38:21.759Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-08T15:38:21.759Z] Building docker-support-scheduler-go [2020-12-08T15:38:40.115Z]  Building docker-sys-mgmt-agent-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T15:38:40.115Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T15:38:40.115Z] ---> 4f8e08bb133d [2020-12-08T15:38:40.115Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T15:38:40.115Z] ---> Using cache [2020-12-08T15:38:40.115Z] ---> 650096d03639 [2020-12-08T15:38:40.115Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T15:38:40.115Z] ---> Using cache [2020-12-08T15:38:40.115Z] ---> 0b75fe3f39d5 [2020-12-08T15:38:40.115Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T15:38:40.115Z] ---> Using cache [2020-12-08T15:38:40.115Z] ---> fd25441ec865 [2020-12-08T15:38:40.115Z] Step 6/21 : COPY go.mod . [2020-12-08T15:38:40.115Z] ---> Using cache [2020-12-08T15:38:40.115Z] ---> 1c08ae2ba80c [2020-12-08T15:38:40.115Z] Step 7/21 : RUN go mod download [2020-12-08T15:38:40.115Z] ---> Using cache [2020-12-08T15:38:40.115Z] ---> a5290d0cb742 [2020-12-08T15:38:40.115Z] Step 8/21 : COPY . . [2020-12-08T15:38:40.115Z] ---> Using cache [2020-12-08T15:38:40.115Z] ---> aa47cfe4e6a2 [2020-12-08T15:38:40.115Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-08T15:38:40.115Z] ---> Running in dea428f3a2f8 [2020-12-08T15:38:42.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T15:39:04.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-08T15:39:16.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.7" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T15:39:22.313Z] Removing intermediate container ede337555e99 [2020-12-08T15:39:22.313Z] ---> b377e0624c70 [2020-12-08T15:39:22.313Z] [2020-12-08T15:39:22.313Z] Step 10/21 : FROM alpine [2020-12-08T15:39:22.313Z] ---> 2e77e061c27f [2020-12-08T15:39:22.313Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-08T15:39:22.313Z] ---> Running in 5fe37d5db98a [2020-12-08T15:39:24.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T15:39:24.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T15:39:25.559Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T15:39:25.559Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T15:39:25.559Z] OK: 12617 distinct packages available [2020-12-08T15:39:26.158Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-08T15:39:26.158Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T15:39:26.158Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-08T15:39:26.158Z] (4/4) Installing curl (7.69.1-r1) [2020-12-08T15:39:26.158Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T15:39:26.158Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T15:39:26.758Z] OK: 7 MiB in 18 packages [2020-12-08T15:39:29.395Z] Removing intermediate container 5fe37d5db98a [2020-12-08T15:39:29.395Z] ---> 0ea25c736612 [2020-12-08T15:39:29.395Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T15:39:29.674Z] ---> Running in 09b75f10e39a [2020-12-08T15:39:31.129Z] Removing intermediate container 09b75f10e39a [2020-12-08T15:39:31.129Z] ---> 6e7119eee37c [2020-12-08T15:39:31.129Z] Step 13/21 : WORKDIR /edgex [2020-12-08T15:39:31.410Z] ---> Running in c3e8f838ff8f [2020-12-08T15:39:32.405Z] Removing intermediate container c3e8f838ff8f [2020-12-08T15:39:32.405Z] ---> e5a9c1f7dd02 [2020-12-08T15:39:32.405Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-08T15:39:32.688Z] Removing intermediate container 63b1601f5963 [2020-12-08T15:39:32.688Z] ---> 532c80a2a9d8 [2020-12-08T15:39:32.688Z] [2020-12-08T15:39:32.688Z] Step 10/24 : FROM alpine:3.10 [2020-12-08T15:39:32.688Z] ---> 536a684cf733 [2020-12-08T15:39:32.688Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T15:39:32.688Z] ---> Using cache [2020-12-08T15:39:32.688Z] ---> bb4bf755b5ea [2020-12-08T15:39:32.688Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T15:39:32.966Z] ---> Running in 8ce37da98384 [2020-12-08T15:39:33.978Z] Removing intermediate container 8ce37da98384 [2020-12-08T15:39:33.978Z] ---> 19a748da033f [2020-12-08T15:39:33.978Z] Step 13/24 : WORKDIR / [2020-12-08T15:39:33.978Z] ---> cc776baa5abf [2020-12-08T15:39:33.978Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-08T15:39:34.254Z] ---> Running in 52be97135570 [2020-12-08T15:39:35.257Z] Removing intermediate container 52be97135570 [2020-12-08T15:39:35.257Z] ---> 93a77f708dab [2020-12-08T15:39:35.257Z] 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-12-08T15:39:37.265Z] ---> 1fc2f39991be [2020-12-08T15:39:37.265Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-08T15:39:37.552Z] ---> 2bcdb1e96bc8 [2020-12-08T15:39:37.552Z] 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-12-08T15:39:38.552Z] Removing intermediate container 4dac44e04d29 [2020-12-08T15:39:38.552Z] ---> eb543f4fdda1 [2020-12-08T15:39:38.552Z] [2020-12-08T15:39:38.552Z] Step 10/22 : FROM scratch [2020-12-08T15:39:38.552Z] ---> [2020-12-08T15:39:38.552Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:39:39.536Z] ---> Running in 3a94a6553194 [2020-12-08T15:39:39.812Z] ---> 4922314b88e7 [2020-12-08T15:39:39.812Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-08T15:39:39.812Z] ---> 1eda3c293ef2 [2020-12-08T15:39:39.812Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-08T15:39:40.090Z] Removing intermediate container 3a94a6553194 [2020-12-08T15:39:40.090Z] ---> 3778aa9ba725 [2020-12-08T15:39:40.090Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-08T15:39:40.090Z] ---> Running in e78b301876df [2020-12-08T15:39:40.365Z] ---> Running in 1d820c31d12e [2020-12-08T15:39:41.383Z] Removing intermediate container e78b301876df [2020-12-08T15:39:41.383Z] ---> 4389a525beb7 [2020-12-08T15:39:41.383Z] Step 18/21 : CMD ["--init=true"] [2020-12-08T15:39:41.383Z] Removing intermediate container 1d820c31d12e [2020-12-08T15:39:41.383Z] ---> 7ab7c3cce4e1 [2020-12-08T15:39:41.383Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T15:39:41.383Z] ---> Running in b3a277c8e31a [2020-12-08T15:39:41.661Z] ---> 3a4117f4d4fe [2020-12-08T15:39:41.661Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-08T15:39:41.661Z] ---> Running in 918f9dd0c4b6 [2020-12-08T15:39:42.646Z] Removing intermediate container b3a277c8e31a [2020-12-08T15:39:42.646Z] Removing intermediate container 918f9dd0c4b6 [2020-12-08T15:39:42.646Z] ---> c21c67083168 [2020-12-08T15:39:42.646Z] Step 14/22 : WORKDIR / [2020-12-08T15:39:42.646Z] ---> 4074bdf69c15 [2020-12-08T15:39:42.646Z] Step 19/21 : LABEL arch=arm64 [2020-12-08T15:39:42.646Z] ---> Running in a207a72fa468 [2020-12-08T15:39:42.924Z] ---> Running in 2fdce48d8390 [2020-12-08T15:39:43.524Z] ---> 01b54cb53642 [2020-12-08T15:39:43.524Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-08T15:39:43.801Z] Removing intermediate container a207a72fa468 [2020-12-08T15:39:43.801Z] ---> 1e1b70672374 [2020-12-08T15:39:43.801Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-08T15:39:43.801Z] Removing intermediate container 2fdce48d8390 [2020-12-08T15:39:43.801Z] ---> c6c372aa7e14 [2020-12-08T15:39:43.801Z] Step 20/21 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:39:44.075Z] ---> Running in 4f7a5216e208 [2020-12-08T15:39:45.058Z] Removing intermediate container 4f7a5216e208 [2020-12-08T15:39:45.058Z] ---> ce9da1aafd37 [2020-12-08T15:39:45.058Z] Step 21/21 : LABEL version=2.0.0-dev.7 [2020-12-08T15:39:45.058Z] ---> f5dfbc7dcbdb [2020-12-08T15:39:45.058Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-08T15:39:45.330Z] ---> Running in 87d2aef3942d [2020-12-08T15:39:45.606Z] ---> 842d5e20f964 [2020-12-08T15:39:45.606Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T15:39:46.208Z] Removing intermediate container 87d2aef3942d [2020-12-08T15:39:46.209Z] ---> 7211a9ca24a4 [2020-12-08T15:39:46.209Z] [2020-12-08T15:39:47.198Z] Successfully built 7211a9ca24a4 [2020-12-08T15:39:47.198Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-08T15:39:47.474Z]  Building docker-security-proxy-setup-go ... done  ---> 00df621f1c70 [2020-12-08T15:39:47.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-08T15:39:47.474Z] ---> cbf826ccd520 [2020-12-08T15:39:47.474Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T15:39:47.749Z] ---> Running in f534ab69aba6 [2020-12-08T15:39:48.732Z] ---> e91c6aaa88f0 [2020-12-08T15:39:48.733Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-08T15:39:49.007Z] ---> Running in c05457fae88e [2020-12-08T15:39:49.610Z] Removing intermediate container c05457fae88e [2020-12-08T15:39:49.610Z] ---> c2266599ef3f [2020-12-08T15:39:49.610Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:39:49.887Z] ---> Running in 3acfe33c3d49 [2020-12-08T15:39:50.879Z] Removing intermediate container 3acfe33c3d49 [2020-12-08T15:39:50.879Z] ---> fa1c80660a84 [2020-12-08T15:39:50.879Z] Step 20/22 : LABEL arch=arm64 [2020-12-08T15:39:50.879Z] ---> Running in 5ff8ac9a6d39 [2020-12-08T15:39:51.160Z] Removing intermediate container f534ab69aba6 [2020-12-08T15:39:51.160Z] ---> cb9a0dee7858 [2020-12-08T15:39:51.160Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T15:39:51.445Z] ---> Running in bbc0358c971b [2020-12-08T15:39:51.725Z] Removing intermediate container 5ff8ac9a6d39 [2020-12-08T15:39:51.725Z] ---> 5e25df634bc0 [2020-12-08T15:39:51.725Z] Step 21/22 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:39:51.725Z] ---> Running in 665a3c424f78 [2020-12-08T15:39:52.002Z] Removing intermediate container bbc0358c971b [2020-12-08T15:39:52.002Z] ---> 758780825f41 [2020-12-08T15:39:52.002Z] Step 22/24 : LABEL arch=arm64 [2020-12-08T15:39:52.278Z] ---> Running in e9ac3c9034e8 [2020-12-08T15:39:52.560Z] Removing intermediate container 665a3c424f78 [2020-12-08T15:39:52.560Z] ---> 6bd1181b3a1a [2020-12-08T15:39:52.560Z] Step 22/22 : LABEL version=2.0.0-dev.7 [2020-12-08T15:39:52.832Z] ---> Running in 57b6b2aca153 [2020-12-08T15:39:53.110Z] Removing intermediate container e9ac3c9034e8 [2020-12-08T15:39:53.110Z] ---> efc944ee0fe9 [2020-12-08T15:39:53.110Z] Step 23/24 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:39:53.396Z] ---> Running in a9d2d44c863d [2020-12-08T15:39:53.673Z] Removing intermediate container 57b6b2aca153 [2020-12-08T15:39:53.673Z] ---> cb2dfdd6cbc1 [2020-12-08T15:39:53.673Z] [2020-12-08T15:39:54.282Z] Successfully built cb2dfdd6cbc1 [2020-12-08T15:39:54.282Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-08T15:39:54.282Z]  Building docker-core-command-go ... done Removing intermediate container a9d2d44c863d [2020-12-08T15:39:54.282Z] ---> d7e74e62a36c [2020-12-08T15:39:54.282Z] Step 24/24 : LABEL version=2.0.0-dev.7 [2020-12-08T15:39:54.558Z] ---> Running in 3f611e47151e [2020-12-08T15:39:55.546Z] Removing intermediate container 3f611e47151e [2020-12-08T15:39:55.546Z] ---> 0a51c529858b [2020-12-08T15:39:55.546Z] [2020-12-08T15:39:55.830Z] Successfully built 0a51c529858b [2020-12-08T15:39:55.830Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-08T15:39:59.231Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 06f5a5126523 [2020-12-08T15:39:59.231Z] ---> 0ac981940314 [2020-12-08T15:39:59.231Z] [2020-12-08T15:39:59.231Z] Step 10/22 : FROM scratch [2020-12-08T15:39:59.231Z] ---> [2020-12-08T15:39:59.231Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:39:59.231Z] ---> Using cache [2020-12-08T15:39:59.231Z] ---> 3778aa9ba725 [2020-12-08T15:39:59.231Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-08T15:39:59.504Z] ---> Running in 173d551cb063 [2020-12-08T15:39:59.777Z] Removing intermediate container 173d551cb063 [2020-12-08T15:39:59.777Z] ---> ed33352116a8 [2020-12-08T15:39:59.777Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T15:40:00.057Z] ---> Running in 337510f6c4e2 [2020-12-08T15:40:00.345Z] Removing intermediate container 337510f6c4e2 [2020-12-08T15:40:00.345Z] ---> 5484c3ab3bcb [2020-12-08T15:40:00.345Z] Step 14/22 : WORKDIR / [2020-12-08T15:40:00.345Z] ---> Running in 1833e7a4df6b [2020-12-08T15:40:00.947Z] Removing intermediate container 1833e7a4df6b [2020-12-08T15:40:00.947Z] ---> 4b8677441b70 [2020-12-08T15:40:00.947Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-08T15:40:01.551Z] ---> 3e50db770841 [2020-12-08T15:40:01.551Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-08T15:40:03.547Z] ---> ce277a1f145e [2020-12-08T15:40:03.547Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-08T15:40:04.521Z] ---> 90b5768c5597 [2020-12-08T15:40:04.521Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-08T15:40:04.793Z] ---> Running in 24a672d91729 [2020-12-08T15:40:05.064Z] Removing intermediate container dea428f3a2f8 [2020-12-08T15:40:05.064Z] ---> e2d1c27b2449 [2020-12-08T15:40:05.064Z] [2020-12-08T15:40:05.064Z] Step 10/21 : FROM scratch [2020-12-08T15:40:05.064Z] ---> [2020-12-08T15:40:05.064Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T15:40:05.344Z] ---> Using cache [2020-12-08T15:40:05.344Z] ---> 3778aa9ba725 [2020-12-08T15:40:05.344Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-08T15:40:05.344Z] Removing intermediate container 24a672d91729 [2020-12-08T15:40:05.344Z] ---> 102eb9a5d940 [2020-12-08T15:40:05.344Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:40:05.344Z] ---> Running in 3bfe76a4c65d [2020-12-08T15:40:05.618Z] ---> Running in 6dbdeb4b9ccf [2020-12-08T15:40:05.890Z] Removing intermediate container 3bfe76a4c65d [2020-12-08T15:40:05.890Z] ---> 94ac7fa2cbca [2020-12-08T15:40:05.890Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-08T15:40:05.890Z] ---> Running in 3833584a2a4b [2020-12-08T15:40:06.168Z] Removing intermediate container 6dbdeb4b9ccf [2020-12-08T15:40:06.168Z] ---> 7f47dc80efdb [2020-12-08T15:40:06.168Z] Step 20/22 : LABEL arch=arm64 [2020-12-08T15:40:06.168Z] ---> Running in 37f9844dba39 [2020-12-08T15:40:06.442Z] Removing intermediate container 3833584a2a4b [2020-12-08T15:40:06.442Z] ---> a3859bd84269 [2020-12-08T15:40:06.442Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-08T15:40:06.715Z] Removing intermediate container 37f9844dba39 [2020-12-08T15:40:06.716Z] ---> 74d57f363ab0 [2020-12-08T15:40:06.716Z] Step 21/22 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:06.716Z] ---> Running in 3436cc592868 [2020-12-08T15:40:06.990Z] ---> 40a8855d95d2 [2020-12-08T15:40:06.990Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-08T15:40:07.260Z] Removing intermediate container 3436cc592868 [2020-12-08T15:40:07.260Z] ---> e5c83a10703b [2020-12-08T15:40:07.260Z] Step 22/22 : LABEL version=2.0.0-dev.7 [2020-12-08T15:40:07.534Z] ---> Running in d797697ada61 [2020-12-08T15:40:08.132Z] Removing intermediate container d797697ada61 [2020-12-08T15:40:08.132Z] ---> 6e50e78ed141 [2020-12-08T15:40:08.132Z] [2020-12-08T15:40:08.402Z] Successfully built 6e50e78ed141 [2020-12-08T15:40:08.674Z] ---> bbaa06cf942a [2020-12-08T15:40:08.674Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-08T15:40:08.674Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-08T15:40:09.267Z]  Building docker-core-metadata-go ... done  ---> e8633e972717 [2020-12-08T15:40:09.267Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-08T15:40:09.267Z] ---> Running in 600e073dc0f7 [2020-12-08T15:40:09.862Z] Removing intermediate container 600e073dc0f7 [2020-12-08T15:40:09.862Z] ---> 34f5c7bcb5bf [2020-12-08T15:40:09.862Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T15:40:09.862Z] ---> Running in 5994204d4347 [2020-12-08T15:40:10.455Z] Removing intermediate container 5994204d4347 [2020-12-08T15:40:10.455Z] ---> b40c9e038b9e [2020-12-08T15:40:10.455Z] Step 19/21 : LABEL arch=arm64 [2020-12-08T15:40:10.455Z] ---> Running in 9c22a321dc4e [2020-12-08T15:40:10.729Z] Removing intermediate container 9c22a321dc4e [2020-12-08T15:40:10.729Z] ---> 4ba1f8afce0a [2020-12-08T15:40:10.729Z] Step 20/21 : LABEL git_sha=34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:11.028Z] ---> Running in 157d856e1f4c [2020-12-08T15:40:11.331Z] Removing intermediate container 157d856e1f4c [2020-12-08T15:40:11.331Z] ---> 130ee9f3811f [2020-12-08T15:40:11.331Z] Step 21/21 : LABEL version=2.0.0-dev.7 [2020-12-08T15:40:11.611Z] ---> Running in 47b97da0b758 [2020-12-08T15:40:12.222Z] Removing intermediate container 47b97da0b758 [2020-12-08T15:40:12.222Z] ---> 4e17da00bff1 [2020-12-08T15:40:12.222Z] [2020-12-08T15:40:12.222Z] Successfully built 4e17da00bff1 [2020-12-08T15:40:12.497Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-08T15:40:12.518Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-12-08T15:40:12.548Z] $ docker stop --time=1 a917dbc7fa4961c96bbbd555e949bedf6dab269f9073f5ee91d70378e676c0ea [2020-12-08T15:40:14.437Z] $ docker rm -f a917dbc7fa4961c96bbbd555e949bedf6dab269f9073f5ee91d70378e676c0ea [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T15:40:15.070Z] + grep docker [2020-12-08T15:40:15.070Z] + docker images [2020-12-08T15:40:15.342Z] docker-support-scheduler-go-arm64 latest 4e17da00bff1 4 seconds ago 11.5MB [2020-12-08T15:40:15.342Z] docker-core-metadata-go-arm64 latest 6e50e78ed141 8 seconds ago 13.6MB [2020-12-08T15:40:15.342Z] docker-security-secretstore-setup-go-arm64 latest 0a51c529858b 20 seconds ago 23.5MB [2020-12-08T15:40:15.342Z] docker-core-command-go-arm64 latest cb2dfdd6cbc1 22 seconds ago 11.4MB [2020-12-08T15:40:15.342Z] docker-security-proxy-setup-go-arm64 latest 7211a9ca24a4 30 seconds ago 23.4MB [2020-12-08T15:40:15.342Z] docker-sys-mgmt-agent-go-arm64 latest 251993e4a69c About a minute ago 273MB [2020-12-08T15:40:15.342Z] docker-core-data-go-arm64 latest 9b7189776684 2 minutes ago 22.3MB [2020-12-08T15:40:15.342Z] docker-support-notifications-go-arm64 latest 04fc453fdb0b 3 minutes ago 12.9MB [2020-12-08T15:40:15.342Z] docker-security-secrets-setup-go-arm64 latest 3bb3cc99a09e 3 minutes ago 22.7MB [2020-12-08T15:40:15.342Z] docker-security-bootstrap-redis-go-arm64 latest a00356ad30dc 3 minutes ago 15.2MB [2020-12-08T15:40:15.342Z] docker latest 84e3a507c27b 6 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T15:40:16.083Z] provisioning config files... [2020-12-08T15:40:16.130Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/249@tmp/config2959276833865750253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:40:16.531Z] ---> docker-login.sh [2020-12-08T15:40:16.531Z] nexus3.edgexfoundry.org:10001 [2020-12-08T15:40:16.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:40:17.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:40:17.075Z] Configure a credential helper to remove this warning. See [2020-12-08T15:40:17.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:40:17.075Z] [2020-12-08T15:40:17.075Z] Login Succeeded [2020-12-08T15:40:17.075Z] nexus3.edgexfoundry.org:10002 [2020-12-08T15:40:17.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:40:17.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:40:17.620Z] Configure a credential helper to remove this warning. See [2020-12-08T15:40:17.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:40:17.620Z] [2020-12-08T15:40:17.620Z] Login Succeeded [2020-12-08T15:40:17.620Z] nexus3.edgexfoundry.org:10003 [2020-12-08T15:40:17.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:40:18.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:40:18.164Z] Configure a credential helper to remove this warning. See [2020-12-08T15:40:18.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:40:18.164Z] [2020-12-08T15:40:18.164Z] Login Succeeded [2020-12-08T15:40:18.164Z] nexus3.edgexfoundry.org:10004 [2020-12-08T15:40:18.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:40:18.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:40:18.713Z] Configure a credential helper to remove this warning. See [2020-12-08T15:40:18.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:40:18.713Z] [2020-12-08T15:40:18.713Z] Login Succeeded [2020-12-08T15:40:18.713Z] docker.io [2020-12-08T15:40:18.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T15:40:19.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T15:40:19.257Z] Configure a credential helper to remove this warning. See [2020-12-08T15:40:19.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T15:40:19.257Z] [2020-12-08T15:40:19.257Z] Login Succeeded [2020-12-08T15:40:19.257Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T15:40:19.274Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:40:19.570Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-08T15:40:19.571Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:19.571Z] 2.0.0-dev.7 [2020-12-08T15:40:19.571Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:19.571Z] master [2020-12-08T15:40:19.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:20.127Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:20.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:20.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-08T15:40:20.463Z] c27b2bf4b1ce: Preparing [2020-12-08T15:40:20.463Z] eec82f943e25: Preparing [2020-12-08T15:40:20.463Z] 175e1b6218d6: Preparing [2020-12-08T15:40:20.734Z] 175e1b6218d6: Pushed [2020-12-08T15:40:20.734Z] c27b2bf4b1ce: Pushed [2020-12-08T15:40:24.107Z] eec82f943e25: Pushed [2020-12-08T15:40:24.107Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:fa65327d129b55a3f0a7f6b10fe1bc3febad388b2558382edac6f4b29136384a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:24.450Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:24.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:24.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-08T15:40:24.792Z] c27b2bf4b1ce: Preparing [2020-12-08T15:40:24.792Z] eec82f943e25: Preparing [2020-12-08T15:40:24.792Z] 175e1b6218d6: Preparing [2020-12-08T15:40:24.792Z] eec82f943e25: Layer already exists [2020-12-08T15:40:24.792Z] 175e1b6218d6: Layer already exists [2020-12-08T15:40:24.792Z] c27b2bf4b1ce: Layer already exists [2020-12-08T15:40:25.061Z] 2.0.0-dev.7: digest: sha256:fa65327d129b55a3f0a7f6b10fe1bc3febad388b2558382edac6f4b29136384a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:25.405Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:25.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:25.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-08T15:40:25.743Z] c27b2bf4b1ce: Preparing [2020-12-08T15:40:25.743Z] eec82f943e25: Preparing [2020-12-08T15:40:25.743Z] 175e1b6218d6: Preparing [2020-12-08T15:40:26.014Z] eec82f943e25: Layer already exists [2020-12-08T15:40:26.014Z] c27b2bf4b1ce: Layer already exists [2020-12-08T15:40:26.014Z] 175e1b6218d6: Layer already exists [2020-12-08T15:40:26.014Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:fa65327d129b55a3f0a7f6b10fe1bc3febad388b2558382edac6f4b29136384a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:26.359Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:26.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-08T15:40:26.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-08T15:40:26.695Z] c27b2bf4b1ce: Preparing [2020-12-08T15:40:26.695Z] eec82f943e25: Preparing [2020-12-08T15:40:26.695Z] 175e1b6218d6: Preparing [2020-12-08T15:40:26.967Z] c27b2bf4b1ce: Layer already exists [2020-12-08T15:40:26.967Z] 175e1b6218d6: Layer already exists [2020-12-08T15:40:26.967Z] eec82f943e25: Layer already exists [2020-12-08T15:40:26.967Z] master: digest: sha256:fa65327d129b55a3f0a7f6b10fe1bc3febad388b2558382edac6f4b29136384a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:40:27.211Z] ===================================================== [Pipeline] echo [2020-12-08T15:40:27.274Z] taggedImages: [2020-12-08T15:40:27.274Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:27.274Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:27.274Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:27.274Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-08T15:40:27.345Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-08T15:40:27.345Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:27.345Z] 2.0.0-dev.7 [2020-12-08T15:40:27.345Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:27.345Z] master [2020-12-08T15:40:27.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:27.917Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:28.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:28.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-08T15:40:28.250Z] 82fc5ff096d3: Preparing [2020-12-08T15:40:28.250Z] 6bddeee30482: Preparing [2020-12-08T15:40:28.250Z] f09e4c238ea3: Preparing [2020-12-08T15:40:28.250Z] 382f47e1a528: Preparing [2020-12-08T15:40:28.250Z] 055a3c361ea9: Preparing [2020-12-08T15:40:28.250Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:28.250Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:28.527Z] 82fc5ff096d3: Pushed [2020-12-08T15:40:28.527Z] f09e4c238ea3: Pushed [2020-12-08T15:40:28.527Z] 055a3c361ea9: Pushed [2020-12-08T15:40:28.797Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:29.067Z] 382f47e1a528: Pushed [2020-12-08T15:40:32.435Z] 6bddeee30482: Pushed [2020-12-08T15:40:32.435Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:4d475eefcc5ea65cab07781ce9f1f354192681b105bb2cf8ea25ca334055e68f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:32.776Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:33.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:33.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-08T15:40:33.114Z] 82fc5ff096d3: Preparing [2020-12-08T15:40:33.114Z] 6bddeee30482: Preparing [2020-12-08T15:40:33.114Z] f09e4c238ea3: Preparing [2020-12-08T15:40:33.114Z] 382f47e1a528: Preparing [2020-12-08T15:40:33.114Z] 055a3c361ea9: Preparing [2020-12-08T15:40:33.114Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:33.114Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:33.114Z] 382f47e1a528: Layer already exists [2020-12-08T15:40:33.384Z] 82fc5ff096d3: Layer already exists [2020-12-08T15:40:33.384Z] 6bddeee30482: Layer already exists [2020-12-08T15:40:33.384Z] 055a3c361ea9: Layer already exists [2020-12-08T15:40:33.384Z] f09e4c238ea3: Layer already exists [2020-12-08T15:40:33.384Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:33.384Z] 2.0.0-dev.7: digest: sha256:4d475eefcc5ea65cab07781ce9f1f354192681b105bb2cf8ea25ca334055e68f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:33.724Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:34.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:34.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-08T15:40:34.061Z] 82fc5ff096d3: Preparing [2020-12-08T15:40:34.062Z] 6bddeee30482: Preparing [2020-12-08T15:40:34.062Z] f09e4c238ea3: Preparing [2020-12-08T15:40:34.062Z] 382f47e1a528: Preparing [2020-12-08T15:40:34.062Z] 055a3c361ea9: Preparing [2020-12-08T15:40:34.062Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:34.062Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:34.331Z] 382f47e1a528: Layer already exists [2020-12-08T15:40:34.331Z] 055a3c361ea9: Layer already exists [2020-12-08T15:40:34.331Z] 6bddeee30482: Layer already exists [2020-12-08T15:40:34.331Z] 82fc5ff096d3: Layer already exists [2020-12-08T15:40:34.331Z] f09e4c238ea3: Layer already exists [2020-12-08T15:40:34.331Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:34.331Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:4d475eefcc5ea65cab07781ce9f1f354192681b105bb2cf8ea25ca334055e68f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:34.671Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:35.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-08T15:40:35.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-08T15:40:35.001Z] 82fc5ff096d3: Preparing [2020-12-08T15:40:35.001Z] 6bddeee30482: Preparing [2020-12-08T15:40:35.001Z] f09e4c238ea3: Preparing [2020-12-08T15:40:35.001Z] 382f47e1a528: Preparing [2020-12-08T15:40:35.001Z] 055a3c361ea9: Preparing [2020-12-08T15:40:35.001Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:35.001Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:35.001Z] 382f47e1a528: Layer already exists [2020-12-08T15:40:35.001Z] 055a3c361ea9: Layer already exists [2020-12-08T15:40:35.001Z] 6bddeee30482: Layer already exists [2020-12-08T15:40:35.001Z] f09e4c238ea3: Layer already exists [2020-12-08T15:40:35.001Z] 82fc5ff096d3: Layer already exists [2020-12-08T15:40:35.001Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:35.270Z] master: digest: sha256:4d475eefcc5ea65cab07781ce9f1f354192681b105bb2cf8ea25ca334055e68f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:40:35.525Z] ===================================================== [Pipeline] echo [2020-12-08T15:40:35.586Z] taggedImages: [2020-12-08T15:40:35.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:35.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:35.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:35.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-08T15:40:35.683Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-08T15:40:35.683Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:35.683Z] 2.0.0-dev.7 [2020-12-08T15:40:35.683Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:35.683Z] master [2020-12-08T15:40:35.684Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:36.205Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:36.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:36.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-08T15:40:36.533Z] c47923333ae2: Preparing [2020-12-08T15:40:36.533Z] ca8084e1a44a: Preparing [2020-12-08T15:40:36.533Z] 568877f68c94: Preparing [2020-12-08T15:40:36.802Z] 568877f68c94: Pushed [2020-12-08T15:40:36.802Z] c47923333ae2: Pushed [2020-12-08T15:40:40.236Z] ca8084e1a44a: Pushed [2020-12-08T15:40:40.236Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:1058d5efd888409009df8fbdb736387921f4911544926e7a3e370036d58626a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:40.578Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:40.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:40.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-08T15:40:40.911Z] c47923333ae2: Preparing [2020-12-08T15:40:40.911Z] ca8084e1a44a: Preparing [2020-12-08T15:40:40.911Z] 568877f68c94: Preparing [2020-12-08T15:40:40.911Z] c47923333ae2: Layer already exists [2020-12-08T15:40:40.911Z] ca8084e1a44a: Layer already exists [2020-12-08T15:40:40.911Z] 568877f68c94: Layer already exists [2020-12-08T15:40:41.183Z] 2.0.0-dev.7: digest: sha256:1058d5efd888409009df8fbdb736387921f4911544926e7a3e370036d58626a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:41.523Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:41.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:41.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-08T15:40:41.855Z] c47923333ae2: Preparing [2020-12-08T15:40:41.855Z] ca8084e1a44a: Preparing [2020-12-08T15:40:41.855Z] 568877f68c94: Preparing [2020-12-08T15:40:41.855Z] ca8084e1a44a: Layer already exists [2020-12-08T15:40:41.855Z] c47923333ae2: Layer already exists [2020-12-08T15:40:41.855Z] 568877f68c94: Layer already exists [2020-12-08T15:40:42.126Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:1058d5efd888409009df8fbdb736387921f4911544926e7a3e370036d58626a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:42.464Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:42.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-08T15:40:42.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-08T15:40:42.800Z] c47923333ae2: Preparing [2020-12-08T15:40:42.800Z] ca8084e1a44a: Preparing [2020-12-08T15:40:42.800Z] 568877f68c94: Preparing [2020-12-08T15:40:42.800Z] 568877f68c94: Layer already exists [2020-12-08T15:40:42.800Z] c47923333ae2: Layer already exists [2020-12-08T15:40:42.800Z] ca8084e1a44a: Layer already exists [2020-12-08T15:40:43.070Z] master: digest: sha256:1058d5efd888409009df8fbdb736387921f4911544926e7a3e370036d58626a9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:40:43.286Z] ===================================================== [Pipeline] echo [2020-12-08T15:40:43.342Z] taggedImages: [2020-12-08T15:40:43.342Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:43.342Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:43.342Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:43.342Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-08T15:40:43.417Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-08T15:40:43.417Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:43.417Z] 2.0.0-dev.7 [2020-12-08T15:40:43.417Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:43.417Z] master [2020-12-08T15:40:43.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:43.953Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:44.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:44.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-08T15:40:44.295Z] ac29121db1a3: Preparing [2020-12-08T15:40:44.295Z] f8266c988d9b: Preparing [2020-12-08T15:40:44.295Z] c2f2280d2606: Preparing [2020-12-08T15:40:44.295Z] 0dc159b5224c: Preparing [2020-12-08T15:40:44.295Z] a8e88e9ce5f9: Preparing [2020-12-08T15:40:44.295Z] b20160380ad7: Preparing [2020-12-08T15:40:44.295Z] 66b385cf80cf: Preparing [2020-12-08T15:40:44.295Z] b20160380ad7: Waiting [2020-12-08T15:40:44.295Z] 66b385cf80cf: Waiting [2020-12-08T15:40:44.575Z] c2f2280d2606: Pushed [2020-12-08T15:40:44.575Z] f8266c988d9b: Pushed [2020-12-08T15:40:44.575Z] a8e88e9ce5f9: Pushed [2020-12-08T15:40:44.575Z] ac29121db1a3: Pushed [2020-12-08T15:40:44.849Z] 66b385cf80cf: Layer already exists [2020-12-08T15:40:45.438Z] b20160380ad7: Pushed [2020-12-08T15:40:46.409Z] 0dc159b5224c: Pushed [2020-12-08T15:40:46.680Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:b82df4ae58b95dae4a214a1fed8d33bb6e21744f8c91b56634483e1f9fae5032 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:47.297Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:47.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:47.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-08T15:40:47.657Z] ac29121db1a3: Preparing [2020-12-08T15:40:47.657Z] f8266c988d9b: Preparing [2020-12-08T15:40:47.657Z] c2f2280d2606: Preparing [2020-12-08T15:40:47.657Z] 0dc159b5224c: Preparing [2020-12-08T15:40:47.657Z] a8e88e9ce5f9: Preparing [2020-12-08T15:40:47.657Z] b20160380ad7: Preparing [2020-12-08T15:40:47.657Z] 66b385cf80cf: Preparing [2020-12-08T15:40:47.657Z] b20160380ad7: Waiting [2020-12-08T15:40:47.657Z] 66b385cf80cf: Waiting [2020-12-08T15:40:47.929Z] ac29121db1a3: Layer already exists [2020-12-08T15:40:47.929Z] f8266c988d9b: Layer already exists [2020-12-08T15:40:47.929Z] c2f2280d2606: Layer already exists [2020-12-08T15:40:47.929Z] a8e88e9ce5f9: Layer already exists [2020-12-08T15:40:47.929Z] 0dc159b5224c: Layer already exists [2020-12-08T15:40:47.929Z] b20160380ad7: Layer already exists [2020-12-08T15:40:47.929Z] 66b385cf80cf: Layer already exists [2020-12-08T15:40:47.929Z] 2.0.0-dev.7: digest: sha256:b82df4ae58b95dae4a214a1fed8d33bb6e21744f8c91b56634483e1f9fae5032 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:48.272Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:48.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:48.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-08T15:40:48.603Z] ac29121db1a3: Preparing [2020-12-08T15:40:48.603Z] f8266c988d9b: Preparing [2020-12-08T15:40:48.603Z] c2f2280d2606: Preparing [2020-12-08T15:40:48.603Z] 0dc159b5224c: Preparing [2020-12-08T15:40:48.603Z] a8e88e9ce5f9: Preparing [2020-12-08T15:40:48.603Z] b20160380ad7: Preparing [2020-12-08T15:40:48.603Z] 66b385cf80cf: Preparing [2020-12-08T15:40:48.603Z] b20160380ad7: Waiting [2020-12-08T15:40:48.603Z] 66b385cf80cf: Waiting [2020-12-08T15:40:48.603Z] a8e88e9ce5f9: Layer already exists [2020-12-08T15:40:48.603Z] ac29121db1a3: Layer already exists [2020-12-08T15:40:48.603Z] c2f2280d2606: Layer already exists [2020-12-08T15:40:48.603Z] 0dc159b5224c: Layer already exists [2020-12-08T15:40:48.603Z] f8266c988d9b: Layer already exists [2020-12-08T15:40:48.874Z] b20160380ad7: Layer already exists [2020-12-08T15:40:48.874Z] 66b385cf80cf: Layer already exists [2020-12-08T15:40:48.874Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:b82df4ae58b95dae4a214a1fed8d33bb6e21744f8c91b56634483e1f9fae5032 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:49.214Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:49.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-08T15:40:49.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-08T15:40:49.551Z] ac29121db1a3: Preparing [2020-12-08T15:40:49.551Z] f8266c988d9b: Preparing [2020-12-08T15:40:49.551Z] c2f2280d2606: Preparing [2020-12-08T15:40:49.551Z] 0dc159b5224c: Preparing [2020-12-08T15:40:49.551Z] a8e88e9ce5f9: Preparing [2020-12-08T15:40:49.551Z] b20160380ad7: Preparing [2020-12-08T15:40:49.551Z] 66b385cf80cf: Preparing [2020-12-08T15:40:49.551Z] b20160380ad7: Waiting [2020-12-08T15:40:49.552Z] 66b385cf80cf: Waiting [2020-12-08T15:40:49.552Z] f8266c988d9b: Layer already exists [2020-12-08T15:40:49.552Z] ac29121db1a3: Layer already exists [2020-12-08T15:40:49.552Z] 0dc159b5224c: Layer already exists [2020-12-08T15:40:49.552Z] c2f2280d2606: Layer already exists [2020-12-08T15:40:49.552Z] a8e88e9ce5f9: Layer already exists [2020-12-08T15:40:49.821Z] 66b385cf80cf: Layer already exists [2020-12-08T15:40:49.821Z] b20160380ad7: Layer already exists [2020-12-08T15:40:49.821Z] master: digest: sha256:b82df4ae58b95dae4a214a1fed8d33bb6e21744f8c91b56634483e1f9fae5032 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:40:50.028Z] ===================================================== [Pipeline] echo [2020-12-08T15:40:50.098Z] taggedImages: [2020-12-08T15:40:50.098Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:50.098Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:50.098Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:50.098Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-08T15:40:50.168Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-08T15:40:50.168Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:50.168Z] 2.0.0-dev.7 [2020-12-08T15:40:50.168Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:50.168Z] master [2020-12-08T15:40:50.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:50.885Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:51.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:51.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-08T15:40:51.217Z] 8b4784647b61: Preparing [2020-12-08T15:40:51.217Z] 2514e0a21e5d: Preparing [2020-12-08T15:40:51.217Z] 74c9303e81f5: Preparing [2020-12-08T15:40:51.217Z] 024f2097062e: Preparing [2020-12-08T15:40:51.217Z] 51c0d9922185: Preparing [2020-12-08T15:40:51.217Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:51.217Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:51.488Z] 024f2097062e: Pushed [2020-12-08T15:40:51.488Z] 74c9303e81f5: Pushed [2020-12-08T15:40:51.488Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:52.080Z] 51c0d9922185: Pushed [2020-12-08T15:40:53.507Z] 8b4784647b61: Pushed [2020-12-08T15:40:53.778Z] 2514e0a21e5d: Pushed [2020-12-08T15:40:54.048Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:95edcab32fb2a0c0ecb200a2c6ddd54dc957c520fa28fadf24293dcaafa80dfd size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:54.388Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:54.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:54.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-08T15:40:54.726Z] 8b4784647b61: Preparing [2020-12-08T15:40:54.726Z] 2514e0a21e5d: Preparing [2020-12-08T15:40:54.726Z] 74c9303e81f5: Preparing [2020-12-08T15:40:54.726Z] 024f2097062e: Preparing [2020-12-08T15:40:54.726Z] 51c0d9922185: Preparing [2020-12-08T15:40:54.726Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:54.726Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:54.726Z] 51c0d9922185: Layer already exists [2020-12-08T15:40:54.726Z] 74c9303e81f5: Layer already exists [2020-12-08T15:40:54.726Z] 8b4784647b61: Layer already exists [2020-12-08T15:40:54.726Z] 024f2097062e: Layer already exists [2020-12-08T15:40:54.726Z] 2514e0a21e5d: Layer already exists [2020-12-08T15:40:54.726Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:54.995Z] 2.0.0-dev.7: digest: sha256:95edcab32fb2a0c0ecb200a2c6ddd54dc957c520fa28fadf24293dcaafa80dfd size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:55.331Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:55.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:55.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-08T15:40:55.666Z] 8b4784647b61: Preparing [2020-12-08T15:40:55.666Z] 2514e0a21e5d: Preparing [2020-12-08T15:40:55.666Z] 74c9303e81f5: Preparing [2020-12-08T15:40:55.666Z] 024f2097062e: Preparing [2020-12-08T15:40:55.666Z] 51c0d9922185: Preparing [2020-12-08T15:40:55.666Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:55.666Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:55.938Z] 74c9303e81f5: Layer already exists [2020-12-08T15:40:55.938Z] 8b4784647b61: Layer already exists [2020-12-08T15:40:55.938Z] 024f2097062e: Layer already exists [2020-12-08T15:40:55.938Z] 2514e0a21e5d: Layer already exists [2020-12-08T15:40:55.938Z] 51c0d9922185: Layer already exists [2020-12-08T15:40:55.938Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:55.938Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:95edcab32fb2a0c0ecb200a2c6ddd54dc957c520fa28fadf24293dcaafa80dfd size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:56.280Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:56.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-08T15:40:56.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-08T15:40:56.616Z] 8b4784647b61: Preparing [2020-12-08T15:40:56.616Z] 2514e0a21e5d: Preparing [2020-12-08T15:40:56.616Z] 74c9303e81f5: Preparing [2020-12-08T15:40:56.616Z] 024f2097062e: Preparing [2020-12-08T15:40:56.616Z] 51c0d9922185: Preparing [2020-12-08T15:40:56.616Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:56.616Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:56.885Z] 024f2097062e: Layer already exists [2020-12-08T15:40:56.885Z] 8b4784647b61: Layer already exists [2020-12-08T15:40:56.885Z] 74c9303e81f5: Layer already exists [2020-12-08T15:40:56.885Z] 51c0d9922185: Layer already exists [2020-12-08T15:40:56.885Z] 2514e0a21e5d: Layer already exists [2020-12-08T15:40:56.885Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:56.885Z] master: digest: sha256:95edcab32fb2a0c0ecb200a2c6ddd54dc957c520fa28fadf24293dcaafa80dfd size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:40:57.127Z] ===================================================== [Pipeline] echo [2020-12-08T15:40:57.178Z] taggedImages: [2020-12-08T15:40:57.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:57.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.7 [2020-12-08T15:40:57.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:57.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-08T15:40:57.246Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-08T15:40:57.246Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:57.246Z] 2.0.0-dev.7 [2020-12-08T15:40:57.246Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:40:57.246Z] master [2020-12-08T15:40:57.246Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:57.777Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:40:58.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:40:58.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-08T15:40:58.109Z] 6c3aeb2ff603: Preparing [2020-12-08T15:40:58.109Z] f51507d7eb09: Preparing [2020-12-08T15:40:58.109Z] 103d65f95d0f: Preparing [2020-12-08T15:40:58.109Z] ea57beacd176: Preparing [2020-12-08T15:40:58.109Z] ea57beacd176: Preparing [2020-12-08T15:40:58.109Z] 4729b77122ae: Preparing [2020-12-08T15:40:58.109Z] acbaca462c00: Preparing [2020-12-08T15:40:58.109Z] 1f0dd7ac6929: Preparing [2020-12-08T15:40:58.109Z] 6c3aeb2ff603: Preparing [2020-12-08T15:40:58.109Z] 1ebed401f6b9: Preparing [2020-12-08T15:40:58.109Z] 71951dc38511: Preparing [2020-12-08T15:40:58.109Z] d36560af3383: Preparing [2020-12-08T15:40:58.109Z] cd3761cfa1d9: Preparing [2020-12-08T15:40:58.109Z] acbaca462c00: Waiting [2020-12-08T15:40:58.109Z] 1f0dd7ac6929: Waiting [2020-12-08T15:40:58.109Z] d36560af3383: Waiting [2020-12-08T15:40:58.109Z] 1ebed401f6b9: Waiting [2020-12-08T15:40:58.109Z] cd3761cfa1d9: Waiting [2020-12-08T15:40:58.109Z] 71951dc38511: Waiting [2020-12-08T15:40:58.702Z] 103d65f95d0f: Pushed [2020-12-08T15:40:58.702Z] ea57beacd176: Pushed [2020-12-08T15:40:58.702Z] 4729b77122ae: Pushed [2020-12-08T15:40:58.702Z] f51507d7eb09: Pushed [2020-12-08T15:40:58.974Z] 1f0dd7ac6929: Pushed [2020-12-08T15:40:58.974Z] 1ebed401f6b9: Pushed [2020-12-08T15:40:58.974Z] acbaca462c00: Pushed [2020-12-08T15:40:58.974Z] 71951dc38511: Pushed [2020-12-08T15:40:58.974Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:40:59.244Z] d36560af3383: Pushed [2020-12-08T15:41:00.216Z] 6c3aeb2ff603: Pushed [2020-12-08T15:41:00.490Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:524e9a4e76cc728ed673a745cd49e702df408872b33fe2d15755dcc17577c699 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:00.836Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:01.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:01.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-08T15:41:01.169Z] 6c3aeb2ff603: Preparing [2020-12-08T15:41:01.169Z] f51507d7eb09: Preparing [2020-12-08T15:41:01.169Z] 103d65f95d0f: Preparing [2020-12-08T15:41:01.169Z] ea57beacd176: Preparing [2020-12-08T15:41:01.169Z] ea57beacd176: Preparing [2020-12-08T15:41:01.169Z] 4729b77122ae: Preparing [2020-12-08T15:41:01.169Z] acbaca462c00: Preparing [2020-12-08T15:41:01.169Z] 1f0dd7ac6929: Preparing [2020-12-08T15:41:01.169Z] 6c3aeb2ff603: Preparing [2020-12-08T15:41:01.169Z] 1ebed401f6b9: Preparing [2020-12-08T15:41:01.169Z] 71951dc38511: Preparing [2020-12-08T15:41:01.169Z] d36560af3383: Preparing [2020-12-08T15:41:01.169Z] cd3761cfa1d9: Preparing [2020-12-08T15:41:01.169Z] 1ebed401f6b9: Waiting [2020-12-08T15:41:01.169Z] 71951dc38511: Waiting [2020-12-08T15:41:01.169Z] cd3761cfa1d9: Waiting [2020-12-08T15:41:01.169Z] d36560af3383: Waiting [2020-12-08T15:41:01.169Z] acbaca462c00: Waiting [2020-12-08T15:41:01.169Z] 1f0dd7ac6929: Waiting [2020-12-08T15:41:01.169Z] 6c3aeb2ff603: Layer already exists [2020-12-08T15:41:01.169Z] 103d65f95d0f: Layer already exists [2020-12-08T15:41:01.169Z] f51507d7eb09: Layer already exists [2020-12-08T15:41:01.169Z] ea57beacd176: Layer already exists [2020-12-08T15:41:01.169Z] 4729b77122ae: Layer already exists [2020-12-08T15:41:01.169Z] 1f0dd7ac6929: Layer already exists [2020-12-08T15:41:01.169Z] d36560af3383: Layer already exists [2020-12-08T15:41:01.169Z] acbaca462c00: Layer already exists [2020-12-08T15:41:01.169Z] 1ebed401f6b9: Layer already exists [2020-12-08T15:41:01.439Z] 71951dc38511: Layer already exists [2020-12-08T15:41:01.439Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:41:01.439Z] 2.0.0-dev.7: digest: sha256:524e9a4e76cc728ed673a745cd49e702df408872b33fe2d15755dcc17577c699 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:01.808Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:02.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:02.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-08T15:41:02.178Z] 6c3aeb2ff603: Preparing [2020-12-08T15:41:02.178Z] f51507d7eb09: Preparing [2020-12-08T15:41:02.178Z] 103d65f95d0f: Preparing [2020-12-08T15:41:02.178Z] ea57beacd176: Preparing [2020-12-08T15:41:02.178Z] ea57beacd176: Preparing [2020-12-08T15:41:02.178Z] 4729b77122ae: Preparing [2020-12-08T15:41:02.178Z] acbaca462c00: Preparing [2020-12-08T15:41:02.178Z] 1f0dd7ac6929: Preparing [2020-12-08T15:41:02.178Z] 6c3aeb2ff603: Preparing [2020-12-08T15:41:02.178Z] 1ebed401f6b9: Preparing [2020-12-08T15:41:02.178Z] 71951dc38511: Preparing [2020-12-08T15:41:02.178Z] d36560af3383: Preparing [2020-12-08T15:41:02.178Z] cd3761cfa1d9: Preparing [2020-12-08T15:41:02.178Z] 1ebed401f6b9: Waiting [2020-12-08T15:41:02.178Z] 71951dc38511: Waiting [2020-12-08T15:41:02.178Z] d36560af3383: Waiting [2020-12-08T15:41:02.178Z] cd3761cfa1d9: Waiting [2020-12-08T15:41:02.178Z] acbaca462c00: Waiting [2020-12-08T15:41:02.178Z] 1f0dd7ac6929: Waiting [2020-12-08T15:41:02.465Z] f51507d7eb09: Layer already exists [2020-12-08T15:41:02.466Z] 4729b77122ae: Layer already exists [2020-12-08T15:41:02.466Z] 6c3aeb2ff603: Layer already exists [2020-12-08T15:41:02.466Z] 103d65f95d0f: Layer already exists [2020-12-08T15:41:02.466Z] ea57beacd176: Layer already exists [2020-12-08T15:41:02.466Z] acbaca462c00: Layer already exists [2020-12-08T15:41:02.466Z] 1f0dd7ac6929: Layer already exists [2020-12-08T15:41:02.466Z] d36560af3383: Layer already exists [2020-12-08T15:41:02.466Z] 71951dc38511: Layer already exists [2020-12-08T15:41:02.466Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:41:02.466Z] 1ebed401f6b9: Layer already exists [2020-12-08T15:41:02.466Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:524e9a4e76cc728ed673a745cd49e702df408872b33fe2d15755dcc17577c699 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:02.868Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:03.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-08T15:41:03.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-08T15:41:03.225Z] 6c3aeb2ff603: Preparing [2020-12-08T15:41:03.225Z] f51507d7eb09: Preparing [2020-12-08T15:41:03.225Z] 103d65f95d0f: Preparing [2020-12-08T15:41:03.225Z] ea57beacd176: Preparing [2020-12-08T15:41:03.225Z] ea57beacd176: Preparing [2020-12-08T15:41:03.225Z] 4729b77122ae: Preparing [2020-12-08T15:41:03.225Z] acbaca462c00: Preparing [2020-12-08T15:41:03.225Z] 1f0dd7ac6929: Preparing [2020-12-08T15:41:03.225Z] 6c3aeb2ff603: Preparing [2020-12-08T15:41:03.225Z] 1ebed401f6b9: Preparing [2020-12-08T15:41:03.225Z] 71951dc38511: Preparing [2020-12-08T15:41:03.225Z] d36560af3383: Preparing [2020-12-08T15:41:03.225Z] cd3761cfa1d9: Preparing [2020-12-08T15:41:03.225Z] 1f0dd7ac6929: Waiting [2020-12-08T15:41:03.225Z] 1ebed401f6b9: Waiting [2020-12-08T15:41:03.225Z] 71951dc38511: Waiting [2020-12-08T15:41:03.225Z] d36560af3383: Waiting [2020-12-08T15:41:03.225Z] acbaca462c00: Waiting [2020-12-08T15:41:03.225Z] cd3761cfa1d9: Waiting [2020-12-08T15:41:03.225Z] ea57beacd176: Layer already exists [2020-12-08T15:41:03.225Z] 6c3aeb2ff603: Layer already exists [2020-12-08T15:41:03.225Z] 4729b77122ae: Layer already exists [2020-12-08T15:41:03.225Z] 103d65f95d0f: Layer already exists [2020-12-08T15:41:03.225Z] f51507d7eb09: Layer already exists [2020-12-08T15:41:03.498Z] acbaca462c00: Layer already exists [2020-12-08T15:41:03.498Z] 1f0dd7ac6929: Layer already exists [2020-12-08T15:41:03.498Z] 1ebed401f6b9: Layer already exists [2020-12-08T15:41:03.498Z] 71951dc38511: Layer already exists [2020-12-08T15:41:03.498Z] d36560af3383: Layer already exists [2020-12-08T15:41:03.498Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:41:03.498Z] master: digest: sha256:524e9a4e76cc728ed673a745cd49e702df408872b33fe2d15755dcc17577c699 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:41:03.721Z] ===================================================== [Pipeline] echo [2020-12-08T15:41:03.800Z] taggedImages: [2020-12-08T15:41:03.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:03.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:03.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:03.800Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-08T15:41:03.871Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-08T15:41:03.871Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:03.871Z] 2.0.0-dev.7 [2020-12-08T15:41:03.871Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:03.871Z] master [2020-12-08T15:41:03.871Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:04.441Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:04.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:04.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-08T15:41:04.785Z] e0bb9bc5c778: Preparing [2020-12-08T15:41:04.785Z] 379bf9dd5aad: Preparing [2020-12-08T15:41:04.785Z] 034a2486c454: Preparing [2020-12-08T15:41:04.785Z] c56f4d73bfa4: Preparing [2020-12-08T15:41:04.785Z] 61e70316b081: Preparing [2020-12-08T15:41:04.785Z] ff0cfa13d217: Preparing [2020-12-08T15:41:04.785Z] 8608d5ae19a7: Preparing [2020-12-08T15:41:04.785Z] b20160380ad7: Preparing [2020-12-08T15:41:04.785Z] 66b385cf80cf: Preparing [2020-12-08T15:41:04.785Z] b20160380ad7: Waiting [2020-12-08T15:41:04.785Z] 8608d5ae19a7: Waiting [2020-12-08T15:41:04.785Z] ff0cfa13d217: Waiting [2020-12-08T15:41:04.785Z] 66b385cf80cf: Waiting [2020-12-08T15:41:05.063Z] 379bf9dd5aad: Pushed [2020-12-08T15:41:05.063Z] 61e70316b081: Pushed [2020-12-08T15:41:05.063Z] e0bb9bc5c778: Pushed [2020-12-08T15:41:05.336Z] b20160380ad7: Layer already exists [2020-12-08T15:41:05.336Z] 66b385cf80cf: Layer already exists [2020-12-08T15:41:05.336Z] ff0cfa13d217: Pushed [2020-12-08T15:41:05.336Z] 8608d5ae19a7: Pushed [2020-12-08T15:41:07.302Z] c56f4d73bfa4: Pushed [2020-12-08T15:41:07.302Z] 034a2486c454: Pushed [2020-12-08T15:41:07.574Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:cf1fbed16f08c3165bd9004f638d0b11ce59cd97689466d8c49d57805c6ee15c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:07.911Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:08.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:08.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-08T15:41:08.243Z] e0bb9bc5c778: Preparing [2020-12-08T15:41:08.243Z] 379bf9dd5aad: Preparing [2020-12-08T15:41:08.243Z] 034a2486c454: Preparing [2020-12-08T15:41:08.243Z] c56f4d73bfa4: Preparing [2020-12-08T15:41:08.243Z] 61e70316b081: Preparing [2020-12-08T15:41:08.243Z] ff0cfa13d217: Preparing [2020-12-08T15:41:08.243Z] 8608d5ae19a7: Preparing [2020-12-08T15:41:08.243Z] b20160380ad7: Preparing [2020-12-08T15:41:08.243Z] 66b385cf80cf: Preparing [2020-12-08T15:41:08.243Z] 8608d5ae19a7: Waiting [2020-12-08T15:41:08.243Z] 66b385cf80cf: Waiting [2020-12-08T15:41:08.243Z] b20160380ad7: Waiting [2020-12-08T15:41:08.243Z] ff0cfa13d217: Waiting [2020-12-08T15:41:08.512Z] 61e70316b081: Layer already exists [2020-12-08T15:41:08.512Z] 034a2486c454: Layer already exists [2020-12-08T15:41:08.512Z] 379bf9dd5aad: Layer already exists [2020-12-08T15:41:08.512Z] e0bb9bc5c778: Layer already exists [2020-12-08T15:41:08.512Z] c56f4d73bfa4: Layer already exists [2020-12-08T15:41:08.512Z] ff0cfa13d217: Layer already exists [2020-12-08T15:41:08.512Z] 8608d5ae19a7: Layer already exists [2020-12-08T15:41:08.512Z] 66b385cf80cf: Layer already exists [2020-12-08T15:41:08.512Z] b20160380ad7: Layer already exists [2020-12-08T15:41:08.512Z] 2.0.0-dev.7: digest: sha256:cf1fbed16f08c3165bd9004f638d0b11ce59cd97689466d8c49d57805c6ee15c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:08.845Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:09.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:09.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-08T15:41:09.175Z] e0bb9bc5c778: Preparing [2020-12-08T15:41:09.175Z] 379bf9dd5aad: Preparing [2020-12-08T15:41:09.175Z] 034a2486c454: Preparing [2020-12-08T15:41:09.175Z] c56f4d73bfa4: Preparing [2020-12-08T15:41:09.175Z] 61e70316b081: Preparing [2020-12-08T15:41:09.175Z] ff0cfa13d217: Preparing [2020-12-08T15:41:09.175Z] 8608d5ae19a7: Preparing [2020-12-08T15:41:09.175Z] b20160380ad7: Preparing [2020-12-08T15:41:09.175Z] 66b385cf80cf: Preparing [2020-12-08T15:41:09.175Z] ff0cfa13d217: Waiting [2020-12-08T15:41:09.175Z] 8608d5ae19a7: Waiting [2020-12-08T15:41:09.175Z] b20160380ad7: Waiting [2020-12-08T15:41:09.175Z] 66b385cf80cf: Waiting [2020-12-08T15:41:09.175Z] 379bf9dd5aad: Layer already exists [2020-12-08T15:41:09.175Z] 61e70316b081: Layer already exists [2020-12-08T15:41:09.175Z] e0bb9bc5c778: Layer already exists [2020-12-08T15:41:09.445Z] c56f4d73bfa4: Layer already exists [2020-12-08T15:41:09.445Z] 034a2486c454: Layer already exists [2020-12-08T15:41:09.445Z] 8608d5ae19a7: Layer already exists [2020-12-08T15:41:09.445Z] b20160380ad7: Layer already exists [2020-12-08T15:41:09.445Z] ff0cfa13d217: Layer already exists [2020-12-08T15:41:09.445Z] 66b385cf80cf: Layer already exists [2020-12-08T15:41:09.445Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:cf1fbed16f08c3165bd9004f638d0b11ce59cd97689466d8c49d57805c6ee15c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:09.779Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:10.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-08T15:41:10.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-08T15:41:10.107Z] e0bb9bc5c778: Preparing [2020-12-08T15:41:10.107Z] 379bf9dd5aad: Preparing [2020-12-08T15:41:10.107Z] 034a2486c454: Preparing [2020-12-08T15:41:10.107Z] c56f4d73bfa4: Preparing [2020-12-08T15:41:10.107Z] 61e70316b081: Preparing [2020-12-08T15:41:10.107Z] ff0cfa13d217: Preparing [2020-12-08T15:41:10.107Z] 8608d5ae19a7: Preparing [2020-12-08T15:41:10.107Z] b20160380ad7: Preparing [2020-12-08T15:41:10.107Z] 66b385cf80cf: Preparing [2020-12-08T15:41:10.107Z] ff0cfa13d217: Waiting [2020-12-08T15:41:10.107Z] 8608d5ae19a7: Waiting [2020-12-08T15:41:10.107Z] b20160380ad7: Waiting [2020-12-08T15:41:10.107Z] 66b385cf80cf: Waiting [2020-12-08T15:41:10.376Z] c56f4d73bfa4: Layer already exists [2020-12-08T15:41:10.376Z] e0bb9bc5c778: Layer already exists [2020-12-08T15:41:10.376Z] 379bf9dd5aad: Layer already exists [2020-12-08T15:41:10.376Z] 034a2486c454: Layer already exists [2020-12-08T15:41:10.376Z] 61e70316b081: Layer already exists [2020-12-08T15:41:10.376Z] ff0cfa13d217: Layer already exists [2020-12-08T15:41:10.376Z] 8608d5ae19a7: Layer already exists [2020-12-08T15:41:10.376Z] 66b385cf80cf: Layer already exists [2020-12-08T15:41:10.376Z] b20160380ad7: Layer already exists [2020-12-08T15:41:10.376Z] master: digest: sha256:cf1fbed16f08c3165bd9004f638d0b11ce59cd97689466d8c49d57805c6ee15c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:41:10.696Z] ===================================================== [Pipeline] echo [2020-12-08T15:41:10.742Z] taggedImages: [2020-12-08T15:41:10.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:10.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:10.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:10.742Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-08T15:41:10.808Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-08T15:41:10.808Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:10.808Z] 2.0.0-dev.7 [2020-12-08T15:41:10.808Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:10.808Z] master [2020-12-08T15:41:10.808Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:11.339Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:11.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:11.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-08T15:41:11.672Z] a4624333af67: Preparing [2020-12-08T15:41:11.672Z] 181aad270382: Preparing [2020-12-08T15:41:11.672Z] 6a38e65da260: Preparing [2020-12-08T15:41:11.672Z] 5fa83803ccb1: Preparing [2020-12-08T15:41:11.672Z] 98c6a2ec4aff: Preparing [2020-12-08T15:41:11.672Z] dc3636705ede: Preparing [2020-12-08T15:41:11.672Z] dc3636705ede: Waiting [2020-12-08T15:41:11.946Z] 6a38e65da260: Pushed [2020-12-08T15:41:11.946Z] a4624333af67: Pushed [2020-12-08T15:41:11.946Z] 5fa83803ccb1: Pushed [2020-12-08T15:41:12.217Z] 98c6a2ec4aff: Pushed [2020-12-08T15:41:12.485Z] dc3636705ede: Pushed [2020-12-08T15:41:15.090Z] 181aad270382: Pushed [2020-12-08T15:41:15.090Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:4909dfbbbb54e08e4163ccc0d95d5d4afd190d86f6b7c098b4699e10066b363c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:15.431Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:15.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:15.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-08T15:41:15.764Z] a4624333af67: Preparing [2020-12-08T15:41:15.764Z] 181aad270382: Preparing [2020-12-08T15:41:15.764Z] 6a38e65da260: Preparing [2020-12-08T15:41:15.764Z] 5fa83803ccb1: Preparing [2020-12-08T15:41:15.764Z] 98c6a2ec4aff: Preparing [2020-12-08T15:41:15.764Z] dc3636705ede: Preparing [2020-12-08T15:41:15.764Z] a4624333af67: Layer already exists [2020-12-08T15:41:15.764Z] 6a38e65da260: Layer already exists [2020-12-08T15:41:15.764Z] 98c6a2ec4aff: Layer already exists [2020-12-08T15:41:15.764Z] 5fa83803ccb1: Layer already exists [2020-12-08T15:41:15.764Z] 181aad270382: Layer already exists [2020-12-08T15:41:15.764Z] dc3636705ede: Layer already exists [2020-12-08T15:41:16.034Z] 2.0.0-dev.7: digest: sha256:4909dfbbbb54e08e4163ccc0d95d5d4afd190d86f6b7c098b4699e10066b363c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:16.376Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:16.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:16.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-08T15:41:16.708Z] a4624333af67: Preparing [2020-12-08T15:41:16.708Z] 181aad270382: Preparing [2020-12-08T15:41:16.708Z] 6a38e65da260: Preparing [2020-12-08T15:41:16.708Z] 5fa83803ccb1: Preparing [2020-12-08T15:41:16.708Z] 98c6a2ec4aff: Preparing [2020-12-08T15:41:16.708Z] dc3636705ede: Preparing [2020-12-08T15:41:16.708Z] dc3636705ede: Waiting [2020-12-08T15:41:16.979Z] 5fa83803ccb1: Layer already exists [2020-12-08T15:41:16.979Z] 98c6a2ec4aff: Layer already exists [2020-12-08T15:41:16.979Z] 181aad270382: Layer already exists [2020-12-08T15:41:16.979Z] 6a38e65da260: Layer already exists [2020-12-08T15:41:16.979Z] a4624333af67: Layer already exists [2020-12-08T15:41:16.979Z] dc3636705ede: Layer already exists [2020-12-08T15:41:16.979Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:4909dfbbbb54e08e4163ccc0d95d5d4afd190d86f6b7c098b4699e10066b363c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:17.314Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:17.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-08T15:41:17.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-08T15:41:17.644Z] a4624333af67: Preparing [2020-12-08T15:41:17.644Z] 181aad270382: Preparing [2020-12-08T15:41:17.644Z] 6a38e65da260: Preparing [2020-12-08T15:41:17.644Z] 5fa83803ccb1: Preparing [2020-12-08T15:41:17.644Z] 98c6a2ec4aff: Preparing [2020-12-08T15:41:17.644Z] dc3636705ede: Preparing [2020-12-08T15:41:17.644Z] dc3636705ede: Waiting [2020-12-08T15:41:17.917Z] 98c6a2ec4aff: Layer already exists [2020-12-08T15:41:17.917Z] 181aad270382: Layer already exists [2020-12-08T15:41:17.917Z] a4624333af67: Layer already exists [2020-12-08T15:41:17.917Z] 5fa83803ccb1: Layer already exists [2020-12-08T15:41:17.917Z] 6a38e65da260: Layer already exists [2020-12-08T15:41:17.917Z] dc3636705ede: Layer already exists [2020-12-08T15:41:17.917Z] master: digest: sha256:4909dfbbbb54e08e4163ccc0d95d5d4afd190d86f6b7c098b4699e10066b363c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:41:18.137Z] ===================================================== [Pipeline] echo [2020-12-08T15:41:18.181Z] taggedImages: [2020-12-08T15:41:18.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:18.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:18.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:18.182Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-08T15:41:18.247Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-08T15:41:18.247Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:18.247Z] 2.0.0-dev.7 [2020-12-08T15:41:18.247Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:18.247Z] master [2020-12-08T15:41:18.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:18.790Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:19.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:19.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-08T15:41:19.118Z] f74c4c72d21a: Preparing [2020-12-08T15:41:19.118Z] 5c69e5537da8: Preparing [2020-12-08T15:41:19.118Z] 689746a36b02: Preparing [2020-12-08T15:41:19.405Z] 689746a36b02: Pushed [2020-12-08T15:41:19.405Z] f74c4c72d21a: Pushed [2020-12-08T15:41:22.007Z] 5c69e5537da8: Pushed [2020-12-08T15:41:22.277Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:2f58562f974a36ba494437821f546e6988e7dea7acb4c9cba4d1bf6eebdc4174 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:22.612Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:22.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:22.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-08T15:41:22.941Z] f74c4c72d21a: Preparing [2020-12-08T15:41:22.941Z] 5c69e5537da8: Preparing [2020-12-08T15:41:22.941Z] 689746a36b02: Preparing [2020-12-08T15:41:22.941Z] 689746a36b02: Layer already exists [2020-12-08T15:41:22.941Z] f74c4c72d21a: Layer already exists [2020-12-08T15:41:22.941Z] 5c69e5537da8: Layer already exists [2020-12-08T15:41:23.211Z] 2.0.0-dev.7: digest: sha256:2f58562f974a36ba494437821f546e6988e7dea7acb4c9cba4d1bf6eebdc4174 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:23.544Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:23.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:23.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-08T15:41:23.873Z] f74c4c72d21a: Preparing [2020-12-08T15:41:23.873Z] 5c69e5537da8: Preparing [2020-12-08T15:41:23.873Z] 689746a36b02: Preparing [2020-12-08T15:41:23.873Z] 5c69e5537da8: Layer already exists [2020-12-08T15:41:23.873Z] f74c4c72d21a: Layer already exists [2020-12-08T15:41:23.873Z] 689746a36b02: Layer already exists [2020-12-08T15:41:24.142Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:2f58562f974a36ba494437821f546e6988e7dea7acb4c9cba4d1bf6eebdc4174 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:24.482Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:24.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-08T15:41:24.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-08T15:41:24.861Z] f74c4c72d21a: Preparing [2020-12-08T15:41:24.861Z] 5c69e5537da8: Preparing [2020-12-08T15:41:24.861Z] 689746a36b02: Preparing [2020-12-08T15:41:24.861Z] 5c69e5537da8: Layer already exists [2020-12-08T15:41:24.861Z] 689746a36b02: Layer already exists [2020-12-08T15:41:24.861Z] f74c4c72d21a: Layer already exists [2020-12-08T15:41:25.143Z] master: digest: sha256:2f58562f974a36ba494437821f546e6988e7dea7acb4c9cba4d1bf6eebdc4174 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:41:25.412Z] ===================================================== [Pipeline] echo [2020-12-08T15:41:25.532Z] taggedImages: [2020-12-08T15:41:25.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:25.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:25.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:25.532Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-08T15:41:25.620Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-08T15:41:25.620Z] 34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:25.620Z] 2.0.0-dev.7 [2020-12-08T15:41:25.620Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:25.620Z] master [2020-12-08T15:41:25.620Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:26.158Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:26.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:26.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-08T15:41:26.528Z] ff1f0c543870: Preparing [2020-12-08T15:41:26.528Z] 4035ee983639: Preparing [2020-12-08T15:41:26.528Z] b19279392d92: Preparing [2020-12-08T15:41:26.528Z] 091b4be1a415: Preparing [2020-12-08T15:41:26.528Z] 3b53eb1d01ce: Preparing [2020-12-08T15:41:26.528Z] 5f5886f48bb1: Preparing [2020-12-08T15:41:26.528Z] 95a1c5f043fc: Preparing [2020-12-08T15:41:26.528Z] 2cee7541aa47: Preparing [2020-12-08T15:41:26.528Z] b6a78175e4c9: Preparing [2020-12-08T15:41:26.528Z] fab17a547d8c: Preparing [2020-12-08T15:41:26.528Z] 4b089f0fc7f0: Preparing [2020-12-08T15:41:26.528Z] 3e7dc55cab04: Preparing [2020-12-08T15:41:26.528Z] b2e85fd0898f: Preparing [2020-12-08T15:41:26.528Z] cd3761cfa1d9: Preparing [2020-12-08T15:41:26.528Z] 2cee7541aa47: Waiting [2020-12-08T15:41:26.528Z] b6a78175e4c9: Waiting [2020-12-08T15:41:26.528Z] fab17a547d8c: Waiting [2020-12-08T15:41:26.528Z] 4b089f0fc7f0: Waiting [2020-12-08T15:41:26.528Z] 3e7dc55cab04: Waiting [2020-12-08T15:41:26.528Z] b2e85fd0898f: Waiting [2020-12-08T15:41:26.528Z] cd3761cfa1d9: Waiting [2020-12-08T15:41:26.528Z] 5f5886f48bb1: Waiting [2020-12-08T15:41:26.528Z] 95a1c5f043fc: Waiting [2020-12-08T15:41:27.128Z] 3b53eb1d01ce: Pushed [2020-12-08T15:41:27.401Z] ff1f0c543870: Pushed [2020-12-08T15:41:27.676Z] 091b4be1a415: Pushed [2020-12-08T15:41:27.948Z] 2cee7541aa47: Layer already exists [2020-12-08T15:41:27.948Z] b6a78175e4c9: Layer already exists [2020-12-08T15:41:27.948Z] fab17a547d8c: Layer already exists [2020-12-08T15:41:27.948Z] 95a1c5f043fc: Pushed [2020-12-08T15:41:27.948Z] 4b089f0fc7f0: Layer already exists [2020-12-08T15:41:27.948Z] 3e7dc55cab04: Layer already exists [2020-12-08T15:41:28.227Z] b2e85fd0898f: Layer already exists [2020-12-08T15:41:28.228Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:41:28.500Z] 4035ee983639: Pushed [2020-12-08T15:41:29.476Z] 5f5886f48bb1: Pushed [2020-12-08T15:41:39.606Z] b19279392d92: Pushed [2020-12-08T15:41:39.606Z] 34dce4612a631976cf4327d6db635ffc5909a851: digest: sha256:779b17e6451089f0aac3c19d5b6f3854b191f0ecfdc46bdd2ff26038f52a8689 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:39.941Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:40.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:40.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-08T15:41:40.269Z] ff1f0c543870: Preparing [2020-12-08T15:41:40.269Z] 4035ee983639: Preparing [2020-12-08T15:41:40.269Z] b19279392d92: Preparing [2020-12-08T15:41:40.269Z] 091b4be1a415: Preparing [2020-12-08T15:41:40.269Z] 3b53eb1d01ce: Preparing [2020-12-08T15:41:40.269Z] 5f5886f48bb1: Preparing [2020-12-08T15:41:40.269Z] 95a1c5f043fc: Preparing [2020-12-08T15:41:40.269Z] 2cee7541aa47: Preparing [2020-12-08T15:41:40.269Z] b6a78175e4c9: Preparing [2020-12-08T15:41:40.269Z] fab17a547d8c: Preparing [2020-12-08T15:41:40.269Z] 4b089f0fc7f0: Preparing [2020-12-08T15:41:40.269Z] 3e7dc55cab04: Preparing [2020-12-08T15:41:40.269Z] b2e85fd0898f: Preparing [2020-12-08T15:41:40.269Z] cd3761cfa1d9: Preparing [2020-12-08T15:41:40.269Z] 5f5886f48bb1: Waiting [2020-12-08T15:41:40.269Z] 95a1c5f043fc: Waiting [2020-12-08T15:41:40.269Z] fab17a547d8c: Waiting [2020-12-08T15:41:40.269Z] 2cee7541aa47: Waiting [2020-12-08T15:41:40.269Z] b6a78175e4c9: Waiting [2020-12-08T15:41:40.269Z] 4b089f0fc7f0: Waiting [2020-12-08T15:41:40.269Z] 3e7dc55cab04: Waiting [2020-12-08T15:41:40.269Z] b2e85fd0898f: Waiting [2020-12-08T15:41:40.269Z] cd3761cfa1d9: Waiting [2020-12-08T15:41:40.540Z] 4035ee983639: Layer already exists [2020-12-08T15:41:40.540Z] ff1f0c543870: Layer already exists [2020-12-08T15:41:40.540Z] b19279392d92: Layer already exists [2020-12-08T15:41:40.540Z] 3b53eb1d01ce: Layer already exists [2020-12-08T15:41:40.540Z] 091b4be1a415: Layer already exists [2020-12-08T15:41:40.540Z] fab17a547d8c: Layer already exists [2020-12-08T15:41:40.540Z] 95a1c5f043fc: Layer already exists [2020-12-08T15:41:40.540Z] 5f5886f48bb1: Layer already exists [2020-12-08T15:41:40.540Z] b6a78175e4c9: Layer already exists [2020-12-08T15:41:40.540Z] 2cee7541aa47: Layer already exists [2020-12-08T15:41:40.540Z] b2e85fd0898f: Layer already exists [2020-12-08T15:41:40.540Z] 4b089f0fc7f0: Layer already exists [2020-12-08T15:41:40.540Z] 3e7dc55cab04: Layer already exists [2020-12-08T15:41:40.540Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:41:40.540Z] 2.0.0-dev.7: digest: sha256:779b17e6451089f0aac3c19d5b6f3854b191f0ecfdc46bdd2ff26038f52a8689 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:40.872Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:41.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:41.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-08T15:41:41.209Z] ff1f0c543870: Preparing [2020-12-08T15:41:41.209Z] 4035ee983639: Preparing [2020-12-08T15:41:41.209Z] b19279392d92: Preparing [2020-12-08T15:41:41.209Z] 091b4be1a415: Preparing [2020-12-08T15:41:41.209Z] 3b53eb1d01ce: Preparing [2020-12-08T15:41:41.209Z] 5f5886f48bb1: Preparing [2020-12-08T15:41:41.209Z] 95a1c5f043fc: Preparing [2020-12-08T15:41:41.209Z] 2cee7541aa47: Preparing [2020-12-08T15:41:41.209Z] b6a78175e4c9: Preparing [2020-12-08T15:41:41.209Z] 5f5886f48bb1: Waiting [2020-12-08T15:41:41.209Z] fab17a547d8c: Preparing [2020-12-08T15:41:41.209Z] 95a1c5f043fc: Waiting [2020-12-08T15:41:41.209Z] 4b089f0fc7f0: Preparing [2020-12-08T15:41:41.209Z] 3e7dc55cab04: Preparing [2020-12-08T15:41:41.209Z] b2e85fd0898f: Preparing [2020-12-08T15:41:41.209Z] 2cee7541aa47: Waiting [2020-12-08T15:41:41.209Z] cd3761cfa1d9: Preparing [2020-12-08T15:41:41.209Z] b2e85fd0898f: Waiting [2020-12-08T15:41:41.209Z] 4b089f0fc7f0: Waiting [2020-12-08T15:41:41.209Z] cd3761cfa1d9: Waiting [2020-12-08T15:41:41.209Z] 3e7dc55cab04: Waiting [2020-12-08T15:41:41.209Z] b6a78175e4c9: Waiting [2020-12-08T15:41:41.209Z] b19279392d92: Layer already exists [2020-12-08T15:41:41.209Z] 3b53eb1d01ce: Layer already exists [2020-12-08T15:41:41.209Z] 091b4be1a415: Layer already exists [2020-12-08T15:41:41.209Z] 4035ee983639: Layer already exists [2020-12-08T15:41:41.209Z] ff1f0c543870: Layer already exists [2020-12-08T15:41:41.480Z] 2cee7541aa47: Layer already exists [2020-12-08T15:41:41.480Z] 95a1c5f043fc: Layer already exists [2020-12-08T15:41:41.480Z] 5f5886f48bb1: Layer already exists [2020-12-08T15:41:41.480Z] b6a78175e4c9: Layer already exists [2020-12-08T15:41:41.480Z] 4b089f0fc7f0: Layer already exists [2020-12-08T15:41:41.480Z] fab17a547d8c: Layer already exists [2020-12-08T15:41:41.480Z] 3e7dc55cab04: Layer already exists [2020-12-08T15:41:41.480Z] b2e85fd0898f: Layer already exists [2020-12-08T15:41:41.480Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:41:41.480Z] 34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7: digest: sha256:779b17e6451089f0aac3c19d5b6f3854b191f0ecfdc46bdd2ff26038f52a8689 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:41.818Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:42.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-08T15:41:42.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-08T15:41:42.155Z] ff1f0c543870: Preparing [2020-12-08T15:41:42.155Z] 4035ee983639: Preparing [2020-12-08T15:41:42.155Z] b19279392d92: Preparing [2020-12-08T15:41:42.155Z] 091b4be1a415: Preparing [2020-12-08T15:41:42.155Z] 3b53eb1d01ce: Preparing [2020-12-08T15:41:42.155Z] 5f5886f48bb1: Preparing [2020-12-08T15:41:42.155Z] 95a1c5f043fc: Preparing [2020-12-08T15:41:42.155Z] 2cee7541aa47: Preparing [2020-12-08T15:41:42.155Z] b6a78175e4c9: Preparing [2020-12-08T15:41:42.155Z] fab17a547d8c: Preparing [2020-12-08T15:41:42.155Z] 4b089f0fc7f0: Preparing [2020-12-08T15:41:42.155Z] 3e7dc55cab04: Preparing [2020-12-08T15:41:42.155Z] b2e85fd0898f: Preparing [2020-12-08T15:41:42.155Z] cd3761cfa1d9: Preparing [2020-12-08T15:41:42.155Z] b6a78175e4c9: Waiting [2020-12-08T15:41:42.155Z] fab17a547d8c: Waiting [2020-12-08T15:41:42.155Z] 4b089f0fc7f0: Waiting [2020-12-08T15:41:42.155Z] 3e7dc55cab04: Waiting [2020-12-08T15:41:42.155Z] 95a1c5f043fc: Waiting [2020-12-08T15:41:42.155Z] b2e85fd0898f: Waiting [2020-12-08T15:41:42.155Z] cd3761cfa1d9: Waiting [2020-12-08T15:41:42.155Z] 5f5886f48bb1: Waiting [2020-12-08T15:41:42.155Z] 2cee7541aa47: Waiting [2020-12-08T15:41:42.425Z] 4035ee983639: Layer already exists [2020-12-08T15:41:42.426Z] ff1f0c543870: Layer already exists [2020-12-08T15:41:42.426Z] b19279392d92: Layer already exists [2020-12-08T15:41:42.426Z] 3b53eb1d01ce: Layer already exists [2020-12-08T15:41:42.426Z] 091b4be1a415: Layer already exists [2020-12-08T15:41:42.426Z] 95a1c5f043fc: Layer already exists [2020-12-08T15:41:42.426Z] 5f5886f48bb1: Layer already exists [2020-12-08T15:41:42.426Z] b6a78175e4c9: Layer already exists [2020-12-08T15:41:42.426Z] fab17a547d8c: Layer already exists [2020-12-08T15:41:42.426Z] 2cee7541aa47: Layer already exists [2020-12-08T15:41:42.426Z] 4b089f0fc7f0: Layer already exists [2020-12-08T15:41:42.426Z] 3e7dc55cab04: Layer already exists [2020-12-08T15:41:42.426Z] b2e85fd0898f: Layer already exists [2020-12-08T15:41:42.426Z] cd3761cfa1d9: Layer already exists [2020-12-08T15:41:42.426Z] master: digest: sha256:779b17e6451089f0aac3c19d5b6f3854b191f0ecfdc46bdd2ff26038f52a8689 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T15:41:42.842Z] ===================================================== [Pipeline] echo [2020-12-08T15:41:42.916Z] taggedImages: [2020-12-08T15:41:42.916Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:41:42.916Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.7 [2020-12-08T15:41:42.916Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:34dce4612a631976cf4327d6db635ffc5909a851-2.0.0-dev.7 [2020-12-08T15:41:42.916Z] - 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-12-08T15:41:44.485Z] provisioning config files... [2020-12-08T15:41:44.521Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/249@tmp/config7301735616180155441tmp [Pipeline] { [Pipeline] sh [2020-12-08T15:41:44.893Z] + set +x [2020-12-08T15:41:44.893Z] + curl -s https://codecov.io/bash [2020-12-08T15:41:44.893Z] + bash -s -- [2020-12-08T15:41:45.173Z] [2020-12-08T15:41:45.173Z] _____ _ [2020-12-08T15:41:45.173Z] / ____| | | [2020-12-08T15:41:45.173Z] | | ___ __| | ___ ___ _____ __ [2020-12-08T15:41:45.173Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-08T15:41:45.173Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-08T15:41:45.173Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-08T15:41:45.173Z] Bash-20201130-cc6d3fe [2020-12-08T15:41:45.173Z] [2020-12-08T15:41:45.173Z] [2020-12-08T15:41:45.434Z] ==> Jenkins CI detected. [2020-12-08T15:41:45.434Z] project root: . [2020-12-08T15:41:45.434Z] --> token set from env [2020-12-08T15:41:45.434Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-08T15:41:45.434Z] ==> Running gcov in . (disable via -X gcov) [2020-12-08T15:41:45.434Z] ==> Python coveragepy not found [2020-12-08T15:41:45.434Z] ==> Searching for coverage reports in: [2020-12-08T15:41:45.434Z] + . [2020-12-08T15:41:45.434Z] -> Found 1 reports [2020-12-08T15:41:45.434Z] ==> Detecting git/mercurial file structure [2020-12-08T15:41:45.434Z] ==> Reading reports [2020-12-08T15:41:45.434Z] + ./coverage.out bytes=562145 [2020-12-08T15:41:45.699Z] ==> Appending adjustments [2020-12-08T15:41:45.699Z] https://docs.codecov.io/docs/fixing-reports [2020-12-08T15:41:49.014Z] + Found adjustments [2020-12-08T15:41:49.014Z] ==> Gzipping contents [2020-12-08T15:41:49.014Z] 88K /tmp/codecov.cYpZWm.gz [2020-12-08T15:41:49.014Z] ==> Uploading reports [2020-12-08T15:41:49.014Z] url: https://codecov.io [2020-12-08T15:41:49.014Z] query: branch=master&commit=34dce4612a631976cf4327d6db635ffc5909a851&build=249&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F249%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-08T15:41:49.014Z] -> Pinging Codecov [2020-12-08T15:41:49.014Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=34dce4612a631976cf4327d6db635ffc5909a851&build=249&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F249%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-08T15:41:49.961Z] -> Uploading to [2020-12-08T15:41:49.961Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-08/00271124DB129430A58F1EEE437C3FCB/34dce4612a631976cf4327d6db635ffc5909a851/19f50ff3-b653-4cc3-9af9-3e0f672901bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T154149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e86ec804008674e49de5027e931c6985404ef7cc0c8c2384fc9e13cb5dbb5b1b [2020-12-08T15:41:49.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:41:49.961Z] Dload Upload Total Spent Left Speed [2020-12-08T15:41:50.223Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87339 0 0 100 87339 0 149k --:--:-- --:--:-- --:--:-- 149k [2020-12-08T15:41:50.223Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/34dce4612a631976cf4327d6db635ffc5909a851 [Pipeline] } [2020-12-08T15:41:50.233Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-08T15:41:51.283Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-08T15:41:51.366Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:51.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:41:51.716Z] [2020-12-08T15:41:51.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:41:52.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:41:52.064Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-08T15:41:52.064Z] 188c0c94c7c5: Already exists [2020-12-08T15:41:52.064Z] 0ef7d3d256c8: Already exists [2020-12-08T15:41:52.064Z] de9db76c5a1d: Already exists [2020-12-08T15:41:52.064Z] 0eba1c9be4d2: Pulling fs layer [2020-12-08T15:41:52.064Z] 0d57e429df01: Pulling fs layer [2020-12-08T15:41:52.064Z] 4e4be7b47b0d: Pulling fs layer [2020-12-08T15:41:52.064Z] e1f770b5df2f: Pulling fs layer [2020-12-08T15:41:52.064Z] 85a0685a4137: Pulling fs layer [2020-12-08T15:41:52.064Z] e1f770b5df2f: Waiting [2020-12-08T15:41:52.064Z] 85a0685a4137: Waiting [2020-12-08T15:41:52.064Z] 4e4be7b47b0d: Verifying Checksum [2020-12-08T15:41:52.064Z] 4e4be7b47b0d: Download complete [2020-12-08T15:41:52.064Z] 0d57e429df01: Verifying Checksum [2020-12-08T15:41:52.064Z] 0d57e429df01: Download complete [2020-12-08T15:41:53.456Z] e1f770b5df2f: Verifying Checksum [2020-12-08T15:41:53.456Z] e1f770b5df2f: Download complete [2020-12-08T15:41:55.380Z] 0eba1c9be4d2: Verifying Checksum [2020-12-08T15:41:55.380Z] 0eba1c9be4d2: Download complete [2020-12-08T15:41:55.646Z] 85a0685a4137: Verifying Checksum [2020-12-08T15:41:55.646Z] 85a0685a4137: Download complete [2020-12-08T15:42:00.967Z] 0eba1c9be4d2: Pull complete [2020-12-08T15:42:00.967Z] 0d57e429df01: Pull complete [2020-12-08T15:42:00.967Z] 4e4be7b47b0d: Pull complete [2020-12-08T15:42:05.378Z] e1f770b5df2f: Pull complete [2020-12-08T15:42:15.451Z] 85a0685a4137: Pull complete [2020-12-08T15:42:15.451Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-08T15:42:15.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:42:15.451Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-08T15:42:15.657Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:42:15.742Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:42:16.908Z] $ docker top c758a56592c4c386e5a3fb3c663cf8cd4e3f48d56cbbdc5a5e58f516dcdb1901 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-08T15:42:17.155Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-08T15:42:17.444Z] + set -o pipefail [2020-12-08T15:42:17.444Z] + snyk monitor '--org=edgex-jenkins' [2020-12-08T15:42:49.591Z] [2020-12-08T15:42:49.591Z] Monitoring /w/workspace/edgex-go/249 (github.com/edgexfoundry/edgex-go)... [2020-12-08T15:42:49.591Z] [2020-12-08T15:42:49.591Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/72b29c15-ae83-4b7c-988b-51fc90215e39 [2020-12-08T15:42:49.591Z] [2020-12-08T15:42:49.591Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-08T15:42:49.591Z] [2020-12-08T15:42:49.591Z] [Pipeline] } [2020-12-08T15:42:49.612Z] $ docker stop --time=1 c758a56592c4c386e5a3fb3c663cf8cd4e3f48d56cbbdc5a5e58f516dcdb1901 [2020-12-08T15:42:54.118Z] $ docker rm -f c758a56592c4c386e5a3fb3c663cf8cd4e3f48d56cbbdc5a5e58f516dcdb1901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-08T15:42:55.233Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-08T15:42:55.235Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:42:55.554Z] + set -o pipefail [2020-12-08T15:42:55.554Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:42:55.554Z] + tee .snyk [2020-12-08T15:42:55.848Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:42:55.848Z] version: v1.14.1 [2020-12-08T15:42:55.848Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:42:55.848Z] ignore: [2020-12-08T15:42:55.848Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:42:55.848Z] - '*': [2020-12-08T15:42:55.848Z] reason: does not apply # justification for ignoring [2020-12-08T15:42:55.848Z] 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-12-08T15:42:55.848Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:42:55.848Z] - '*': [2020-12-08T15:42:55.848Z] reason: false positive [2020-12-08T15:42:55.848Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:42:55.848Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:42:55.989Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:42:56.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:42:56.424Z] . [Pipeline] withDockerContainer [2020-12-08T15:42:56.526Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:42:56.577Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:42:57.450Z] $ docker top c7c2626d4e8c599c6419b0df59fb9f38991ca2b100ee991560497b9c6faab501 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:42:57.978Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:42:57.989Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:42:58.284Z] + set -o pipefail [2020-12-08T15:42:58.284Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:34dce4612a631976cf4327d6db635ffc5909a851+ snyk-to-html '--file=./cmd/core-command/Dockerfile' -o '--severity-threshold=high' snykReport.html '--policy-path=./.snyk' [2020-12-08T15:42:58.284Z] --json [2020-12-08T15:43:06.451Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:43:06.469Z] $ docker stop --time=1 c7c2626d4e8c599c6419b0df59fb9f38991ca2b100ee991560497b9c6faab501 [2020-12-08T15:43:07.976Z] $ docker rm -f c7c2626d4e8c599c6419b0df59fb9f38991ca2b100ee991560497b9c6faab501 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:43:08.333Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-08T15:43:08.336Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:43:08.624Z] + set -o pipefail [2020-12-08T15:43:08.624Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:43:08.624Z] + tee .snyk [2020-12-08T15:43:08.624Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:43:08.624Z] version: v1.14.1 [2020-12-08T15:43:08.624Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:43:08.624Z] ignore: [2020-12-08T15:43:08.624Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:43:08.624Z] - '*': [2020-12-08T15:43:08.624Z] reason: does not apply # justification for ignoring [2020-12-08T15:43:08.624Z] 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-12-08T15:43:08.624Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:43:08.624Z] - '*': [2020-12-08T15:43:08.624Z] reason: false positive [2020-12-08T15:43:08.624Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:43:08.624Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:43:08.723Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:43:09.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:43:09.066Z] . [Pipeline] withDockerContainer [2020-12-08T15:43:09.167Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:43:09.213Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:43:09.966Z] $ docker top fbba0936ad41811595df5b5d5ef94e970184fe4b0ff33d506f1bef3e6e32060b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:43:10.618Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:43:10.631Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:43:10.926Z] + set -o pipefail [2020-12-08T15:43:10.926Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:43:10.926Z] + snyk-to-html -o snykReport.html [2020-12-08T15:43:16.234Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:43:16.253Z] $ docker stop --time=1 fbba0936ad41811595df5b5d5ef94e970184fe4b0ff33d506f1bef3e6e32060b [2020-12-08T15:43:17.663Z] $ docker rm -f fbba0936ad41811595df5b5d5ef94e970184fe4b0ff33d506f1bef3e6e32060b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:43:17.983Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-08T15:43:17.985Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:43:18.276Z] + set -o pipefail [2020-12-08T15:43:18.276Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:43:18.276Z] + tee .snyk [2020-12-08T15:43:18.276Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:43:18.276Z] version: v1.14.1 [2020-12-08T15:43:18.276Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:43:18.276Z] ignore: [2020-12-08T15:43:18.276Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:43:18.276Z] - '*': [2020-12-08T15:43:18.276Z] reason: does not apply # justification for ignoring [2020-12-08T15:43:18.276Z] 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-12-08T15:43:18.276Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:43:18.276Z] - '*': [2020-12-08T15:43:18.276Z] reason: false positive [2020-12-08T15:43:18.276Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:43:18.276Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:43:18.365Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:43:18.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:43:18.711Z] . [Pipeline] withDockerContainer [2020-12-08T15:43:18.808Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:43:18.854Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:43:19.546Z] $ docker top 22b746f994f0f9d2168deaa3b5b3d702625a3cacce366e1b18162e8eccf8b14f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:43:20.070Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:43:20.080Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:43:20.445Z] + set -o pipefail [2020-12-08T15:43:20.445Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:43:20.445Z] + snyk-to-html -o snykReport.html [2020-12-08T15:43:28.636Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:43:28.653Z] $ docker stop --time=1 22b746f994f0f9d2168deaa3b5b3d702625a3cacce366e1b18162e8eccf8b14f [2020-12-08T15:43:30.136Z] $ docker rm -f 22b746f994f0f9d2168deaa3b5b3d702625a3cacce366e1b18162e8eccf8b14f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:43:30.422Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-08T15:43:30.425Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:43:30.714Z] + set -o pipefail [2020-12-08T15:43:30.714Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:43:30.714Z] + tee .snyk [2020-12-08T15:43:30.714Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:43:30.714Z] version: v1.14.1 [2020-12-08T15:43:30.714Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:43:30.714Z] ignore: [2020-12-08T15:43:30.714Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:43:30.714Z] - '*': [2020-12-08T15:43:30.714Z] reason: does not apply # justification for ignoring [2020-12-08T15:43:30.714Z] 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-12-08T15:43:30.714Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:43:30.714Z] - '*': [2020-12-08T15:43:30.714Z] reason: false positive [2020-12-08T15:43:30.714Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:43:30.714Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:43:30.872Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:43:31.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:43:31.227Z] . [Pipeline] withDockerContainer [2020-12-08T15:43:31.328Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:43:31.375Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:43:31.952Z] $ docker top 7d81cfd67f9a04a717d882cb8d6886e03c83b59c9b49d47c7e1b0ba34d59643d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:43:32.421Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:43:32.433Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:43:32.723Z] + set -o pipefail [2020-12-08T15:43:32.723Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:43:32.723Z] + snyk-to-html -o snykReport.html [2020-12-08T15:43:38.025Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:43:38.041Z] $ docker stop --time=1 7d81cfd67f9a04a717d882cb8d6886e03c83b59c9b49d47c7e1b0ba34d59643d [2020-12-08T15:43:39.431Z] $ docker rm -f 7d81cfd67f9a04a717d882cb8d6886e03c83b59c9b49d47c7e1b0ba34d59643d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:43:39.766Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-08T15:43:39.769Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:43:40.067Z] + set -o pipefail [2020-12-08T15:43:40.067Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:43:40.068Z] + tee .snyk [2020-12-08T15:43:40.068Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:43:40.068Z] version: v1.14.1 [2020-12-08T15:43:40.068Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:43:40.068Z] ignore: [2020-12-08T15:43:40.068Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:43:40.068Z] - '*': [2020-12-08T15:43:40.068Z] reason: does not apply # justification for ignoring [2020-12-08T15:43:40.068Z] 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-12-08T15:43:40.068Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:43:40.068Z] - '*': [2020-12-08T15:43:40.068Z] reason: false positive [2020-12-08T15:43:40.068Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:43:40.068Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:43:40.152Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:43:40.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:43:40.599Z] . [Pipeline] withDockerContainer [2020-12-08T15:43:40.703Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:43:40.748Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:43:41.384Z] $ docker top 6539bb78fc7029bb42bd8eeebf3bb2fb00c7b8b51017b0be06a33d23b8cd75cc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:43:41.879Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:43:41.891Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:43:42.180Z] + set -o pipefail [2020-12-08T15:43:42.180Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:43:42.180Z] + snyk-to-html -o snykReport.html [2020-12-08T15:43:50.352Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:43:50.369Z] $ docker stop --time=1 6539bb78fc7029bb42bd8eeebf3bb2fb00c7b8b51017b0be06a33d23b8cd75cc [2020-12-08T15:43:51.785Z] $ docker rm -f 6539bb78fc7029bb42bd8eeebf3bb2fb00c7b8b51017b0be06a33d23b8cd75cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:43:52.111Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-08T15:43:52.113Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:43:52.404Z] + set -o pipefail [2020-12-08T15:43:52.404Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:43:52.404Z] + tee .snyk [2020-12-08T15:43:52.404Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:43:52.404Z] version: v1.14.1 [2020-12-08T15:43:52.404Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:43:52.404Z] ignore: [2020-12-08T15:43:52.404Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:43:52.404Z] - '*': [2020-12-08T15:43:52.404Z] reason: does not apply # justification for ignoring [2020-12-08T15:43:52.404Z] 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-12-08T15:43:52.404Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:43:52.404Z] - '*': [2020-12-08T15:43:52.404Z] reason: false positive [2020-12-08T15:43:52.404Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:43:52.404Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:43:52.512Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:43:52.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:43:52.855Z] . [Pipeline] withDockerContainer [2020-12-08T15:43:54.209Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:43:54.295Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:43:55.112Z] $ docker top 8f0d0fe2ccf78b0a1f0de9b0fb4ce4e54b80e7fdc6148d6354524ba8539ec619 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:43:55.626Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:43:55.637Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:43:55.926Z] + set -o pipefail [2020-12-08T15:43:55.926Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:43:55.926Z] + snyk-to-html -o snykReport.html [2020-12-08T15:44:02.570Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:44:02.586Z] $ docker stop --time=1 8f0d0fe2ccf78b0a1f0de9b0fb4ce4e54b80e7fdc6148d6354524ba8539ec619 [2020-12-08T15:44:04.058Z] $ docker rm -f 8f0d0fe2ccf78b0a1f0de9b0fb4ce4e54b80e7fdc6148d6354524ba8539ec619 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:44:04.334Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-08T15:44:04.337Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:44:04.626Z] + set -o pipefail [2020-12-08T15:44:04.626Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:44:04.626Z] + tee .snyk [2020-12-08T15:44:04.626Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:44:04.626Z] version: v1.14.1 [2020-12-08T15:44:04.626Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:44:04.626Z] ignore: [2020-12-08T15:44:04.626Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:44:04.626Z] - '*': [2020-12-08T15:44:04.626Z] reason: does not apply # justification for ignoring [2020-12-08T15:44:04.626Z] 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-12-08T15:44:04.626Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:44:04.626Z] - '*': [2020-12-08T15:44:04.626Z] reason: false positive [2020-12-08T15:44:04.626Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:44:04.626Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:44:04.741Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:44:05.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:44:05.079Z] . [Pipeline] withDockerContainer [2020-12-08T15:44:05.177Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:44:05.221Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:44:05.824Z] $ docker top fe84005a76b5b54136d3a40ee268519920e158f204445d53ca0d8d4f4d455604 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:44:06.296Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:44:06.309Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:44:06.596Z] + set -o pipefail [2020-12-08T15:44:06.596Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:44:06.596Z] + snyk-to-html -o snykReport.html [2020-12-08T15:44:13.200Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:44:13.216Z] $ docker stop --time=1 fe84005a76b5b54136d3a40ee268519920e158f204445d53ca0d8d4f4d455604 [2020-12-08T15:44:14.691Z] $ docker rm -f fe84005a76b5b54136d3a40ee268519920e158f204445d53ca0d8d4f4d455604 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:44:15.006Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-08T15:44:15.009Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:44:15.301Z] + set -o pipefail [2020-12-08T15:44:15.301Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:44:15.301Z] + tee .snyk [2020-12-08T15:44:15.301Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:44:15.301Z] version: v1.14.1 [2020-12-08T15:44:15.301Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:44:15.301Z] ignore: [2020-12-08T15:44:15.301Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:44:15.301Z] - '*': [2020-12-08T15:44:15.301Z] reason: does not apply # justification for ignoring [2020-12-08T15:44:15.301Z] 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-12-08T15:44:15.301Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:44:15.301Z] - '*': [2020-12-08T15:44:15.301Z] reason: false positive [2020-12-08T15:44:15.301Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:44:15.301Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:44:15.397Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:44:15.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:44:15.737Z] . [Pipeline] withDockerContainer [2020-12-08T15:44:15.844Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:44:15.890Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:44:16.643Z] $ docker top fe7b24b71859c07af0b1e9c884a29cf276c35e913da9e07272b7acab1df14136 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:44:17.115Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:44:17.127Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:44:17.499Z] + set -o pipefail [2020-12-08T15:44:17.499Z] + + snyk testsnyk-to-html '--org=edgex-jenkins' -o --docker snykReport.html nexus3.edgexfoundry.org:10004/docker-support-notifications-go:34dce4612a631976cf4327d6db635ffc5909a851 [2020-12-08T15:44:17.499Z] '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:44:27.540Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:44:27.558Z] $ docker stop --time=1 fe7b24b71859c07af0b1e9c884a29cf276c35e913da9e07272b7acab1df14136 [2020-12-08T15:44:29.070Z] $ docker rm -f fe7b24b71859c07af0b1e9c884a29cf276c35e913da9e07272b7acab1df14136 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:44:29.360Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-08T15:44:29.363Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:44:29.653Z] + set -o pipefail [2020-12-08T15:44:29.653Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:44:29.653Z] + tee .snyk [2020-12-08T15:44:30.226Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:44:30.226Z] version: v1.14.1 [2020-12-08T15:44:30.226Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:44:30.226Z] ignore: [2020-12-08T15:44:30.226Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:44:30.226Z] - '*': [2020-12-08T15:44:30.226Z] reason: does not apply # justification for ignoring [2020-12-08T15:44:30.226Z] 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-12-08T15:44:30.226Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:44:30.226Z] - '*': [2020-12-08T15:44:30.226Z] reason: false positive [2020-12-08T15:44:30.226Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:44:30.226Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:44:30.356Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:44:30.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:44:30.695Z] . [Pipeline] withDockerContainer [2020-12-08T15:44:30.799Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:44:30.849Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:44:31.503Z] $ docker top 0e05ca90a697a709231576de08019ea681a266e6050ec44b1e71e26fc831ec5b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:44:32.019Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:44:32.031Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:44:32.321Z] + set -o pipefail [2020-12-08T15:44:32.321Z] + snyk-to-html -o snykReport.html [2020-12-08T15:44:32.321Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:44:44.584Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:44:44.603Z] $ docker stop --time=1 0e05ca90a697a709231576de08019ea681a266e6050ec44b1e71e26fc831ec5b [2020-12-08T15:44:46.106Z] $ docker rm -f 0e05ca90a697a709231576de08019ea681a266e6050ec44b1e71e26fc831ec5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T15:44:46.450Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-08T15:44:46.452Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T15:44:46.745Z] + set -o pipefail [2020-12-08T15:44:46.745Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T15:44:46.745Z] + tee .snyk [2020-12-08T15:44:46.745Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T15:44:46.745Z] version: v1.14.1 [2020-12-08T15:44:46.745Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T15:44:46.745Z] ignore: [2020-12-08T15:44:46.745Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T15:44:46.745Z] - '*': [2020-12-08T15:44:46.745Z] reason: does not apply # justification for ignoring [2020-12-08T15:44:46.745Z] 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-12-08T15:44:46.745Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T15:44:46.745Z] - '*': [2020-12-08T15:44:46.745Z] reason: false positive [2020-12-08T15:44:46.745Z] expires: 2021-01-01T00:00:00 [2020-12-08T15:44:46.745Z] # patch: {} [Pipeline] withCredentials [2020-12-08T15:44:46.853Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:44:47.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T15:44:47.195Z] . [Pipeline] withDockerContainer [2020-12-08T15:44:47.305Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:44:47.389Z] $ 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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:44:48.095Z] $ docker top 2d3a04b49d575321257e3f8a17443da02cb813d8258fac2a30b7cce9d5955574 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:44:48.623Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T15:44:48.634Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T15:44:48.922Z] + set -o pipefail [2020-12-08T15:44:48.923Z] + snyk-to-html -o snykReport.html [2020-12-08T15:44:48.923Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:34dce4612a631976cf4327d6db635ffc5909a851 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T15:44:54.238Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T15:44:54.254Z] $ docker stop --time=1 2d3a04b49d575321257e3f8a17443da02cb813d8258fac2a30b7cce9d5955574 [2020-12-08T15:44:55.717Z] $ docker rm -f 2d3a04b49d575321257e3f8a17443da02cb813d8258fac2a30b7cce9d5955574 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-08T15:44:56.641Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T15:44:56.694Z] provisioning config files... [2020-12-08T15:44:56.704Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/249@tmp/config779025953964324018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:44:57.079Z] --> edgex-publish-swagger.sh [2020-12-08T15:44:57.079Z] === Publish openapi/v1 API === [2020-12-08T15:44:57.079Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-08T15:44:57.079Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-08T15:44:57.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:44:57.079Z] Dload Upload Total Spent Left Speed [2020-12-08T15:44:58.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8230 0:00:01 0:00:01 --:--:-- 8232 100 10521 0 0 100 10521 0 7030 0:00:01 0:00:01 --:--:-- 7032 [2020-12-08T15:44:58.471Z] [2020-12-08T15:44:58.471Z] [2020-12-08T15:44:58.471Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-08T15:44:58.471Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:44:58.471Z] Dload Upload Total Spent Left Speed [2020-12-08T15:44:59.863Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26916 0:00:01 0:00:01 --:--:-- 26928 100 32556 0 0 100 32556 0 23934 0:00:01 0:00:01 --:--:-- 23938 [2020-12-08T15:44:59.863Z] [2020-12-08T15:44:59.863Z] [2020-12-08T15:44:59.863Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-08T15:44:59.863Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:44:59.863Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:02.020Z] 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 60745 0:00:01 0:00:01 --:--:-- 60724 100 73720 0 0 100 73720 0 36699 0:00:02 0:00:02 --:--:-- 36713 [2020-12-08T15:45:02.020Z] [2020-12-08T15:45:02.020Z] [2020-12-08T15:45:02.020Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-08T15:45:02.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:02.020Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:03.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 9977 0:00:01 0:00:01 --:--:-- 9977 100 13580 0 0 100 13580 0 8837 0:00:01 0:00:01 --:--:-- 8841 [2020-12-08T15:45:03.412Z] [2020-12-08T15:45:03.412Z] [2020-12-08T15:45:03.412Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-08T15:45:03.412Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:03.412Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:04.804Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32242 0:00:01 0:00:01 --:--:-- 32273 100 38889 0 0 100 38889 0 27879 0:00:01 0:00:01 --:--:-- 27897 [2020-12-08T15:45:04.804Z] [2020-12-08T15:45:04.804Z] [2020-12-08T15:45:04.804Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-08T15:45:04.804Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:04.804Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:06.273Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11796 0:00:01 0:00:01 --:--:-- 11794 100 14248 0 0 100 14248 0 10779 0:00:01 0:00:01 --:--:-- 10777 [2020-12-08T15:45:06.273Z] [2020-12-08T15:45:06.273Z] [2020-12-08T15:45:06.273Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-08T15:45:06.273Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:06.273Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:07.222Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3720 0:00:01 0:00:01 --:--:-- 3721 100 4109 0 0 100 4109 0 3720 0:00:01 0:00:01 --:--:-- 3721 [2020-12-08T15:45:07.222Z] [2020-12-08T15:45:07.222Z] [2020-12-08T15:45:07.222Z] === Publish openapi/v2 API === [2020-12-08T15:45:07.222Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-08T15:45:07.222Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-08T15:45:07.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:07.222Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:08.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24388 0:00:01 0:00:01 --:--:-- 24409 100 29535 0 0 100 29535 0 21856 0:00:01 0:00:01 --:--:-- 21861 [2020-12-08T15:45:08.612Z] [2020-12-08T15:45:08.612Z] [2020-12-08T15:45:08.612Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-08T15:45:08.612Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:08.612Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:09.824Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 65795 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65795 0 0 100 65795 0 54278 0:00:01 0:00:01 --:--:-- 54286 [2020-12-08T15:45:09.824Z] [2020-12-08T15:45:09.824Z] [2020-12-08T15:45:09.824Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-08T15:45:09.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:09.824Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:11.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k [2020-12-08T15:45:11.215Z] [2020-12-08T15:45:11.215Z] [2020-12-08T15:45:11.215Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-08T15:45:11.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:11.215Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:12.160Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19977 0:00:01 0:00:01 --:--:-- 19992 100 23691 0 0 100 23691 0 19972 0:00:01 0:00:01 --:--:-- 19975 [2020-12-08T15:45:12.160Z] [2020-12-08T15:45:12.160Z] [2020-12-08T15:45:12.160Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-08T15:45:12.421Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:12.421Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:13.366Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52963 0:00:01 0:00:01 --:--:-- 52993 100 62691 0 0 100 62691 0 52955 0:00:01 0:00:01 --:--:-- 52993 [2020-12-08T15:45:13.366Z] [2020-12-08T15:45:13.366Z] [2020-12-08T15:45:13.366Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-08T15:45:13.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:13.366Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:14.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 40083 0:00:01 0:00:01 --:--:-- 40102 100 46198 0 0 100 46198 0 40075 0:00:01 0:00:01 --:--:-- 40102 [2020-12-08T15:45:14.757Z] [2020-12-08T15:45:14.757Z] [2020-12-08T15:45:14.757Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-08T15:45:14.757Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T15:45:14.757Z] Dload Upload Total Spent Left Speed [2020-12-08T15:45:15.703Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21286 0:00:01 0:00:01 --:--:-- 21297 100 23725 0 0 100 23725 0 21282 0:00:01 0:00:01 --:--:-- 21297 [2020-12-08T15:45:15.703Z] [2020-12-08T15:45:15.703Z] [Pipeline] } [2020-12-08T15:45:15.714Z] 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-12-08T15:45:16.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T15:45:16.537Z] . [Pipeline] withDockerContainer [2020-12-08T15:45:16.640Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:45:16.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:45:17.489Z] $ docker top 33acf7a9afc03ef1742b30e9952f28d68b60765f83ec9c8771d9bc875fa34f2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T15:45:17.824Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T15:45:17.824Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T15:45:18.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T15:45:18.062Z] $ docker exec 33acf7a9afc03ef1742b30e9952f28d68b60765f83ec9c8771d9bc875fa34f2a ssh-agent [2020-12-08T15:45:18.241Z] SSH_AUTH_SOCK=/tmp/ssh-yzZKZyKr8mEg/agent.11 [2020-12-08T15:45:18.241Z] SSH_AGENT_PID=17 [2020-12-08T15:45:18.253Z] Running ssh-add (command line suppressed) [2020-12-08T15:45:18.393Z] Identity added: /w/workspace/edgex-go/249@tmp/private_key_3327022822272706820.key (/w/workspace/edgex-go/249@tmp/private_key_3327022822272706820.key) [2020-12-08T15:45:18.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T15:45:18.789Z] + git semver tag [2020-12-08T15:45:19.052Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T15:45:19.052Z] # $GIT_DIR = /w/workspace/edgex-go/249/.git [2020-12-08T15:45:19.052Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/249 [2020-12-08T15:45:19.052Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T15:45:19.052Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T15:45:19.052Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T15:45:19.052Z] # $SEMVER_BRANCH = master [2020-12-08T15:45:19.052Z] # $SEMVER_DIR = /w/workspace/edgex-go/249/.semver [2020-12-08T15:45:19.052Z] # 34dce4612a631976cf4327d6db635ffc5909a851 HEAD [2020-12-08T15:45:19.628Z] # -> Force: false [2020-12-08T15:45:19.628Z] # 191dfb7036c9d330f152291a148b1da8fa7a11a3 refs/tags/v2.0.0-dev.7 [Pipeline] } [2020-12-08T15:45:19.642Z] $ docker exec --env ******** --env ******** 33acf7a9afc03ef1742b30e9952f28d68b60765f83ec9c8771d9bc875fa34f2a ssh-agent -k [2020-12-08T15:45:19.785Z] unset SSH_AUTH_SOCK; [2020-12-08T15:45:19.785Z] unset SSH_AGENT_PID; [2020-12-08T15:45:19.785Z] echo Agent pid 17 killed; [2020-12-08T15:45:19.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T15:45:20.329Z] + git semver [Pipeline] } [2020-12-08T15:45:20.353Z] $ docker stop --time=1 33acf7a9afc03ef1742b30e9952f28d68b60765f83ec9c8771d9bc875fa34f2a [2020-12-08T15:45:21.737Z] $ docker rm -f 33acf7a9afc03ef1742b30e9952f28d68b60765f83ec9c8771d9bc875fa34f2a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:45:22.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T15:45:22.468Z] [2020-12-08T15:45:22.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:45:22.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T15:45:22.823Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-08T15:45:22.823Z] ab5ef0e58194: Pulling fs layer [2020-12-08T15:45:22.824Z] 9712f1f96733: Pulling fs layer [2020-12-08T15:45:22.824Z] 63f879dbbcfc: Pulling fs layer [2020-12-08T15:45:22.824Z] 0d9ebad4ef96: Pulling fs layer [2020-12-08T15:45:22.824Z] e9a5061849ea: Pulling fs layer [2020-12-08T15:45:22.824Z] d747dcd14b5f: Pulling fs layer [2020-12-08T15:45:22.824Z] 2de7ff778b66: Pulling fs layer [2020-12-08T15:45:22.824Z] e9a5061849ea: Waiting [2020-12-08T15:45:22.824Z] d747dcd14b5f: Waiting [2020-12-08T15:45:22.824Z] 2de7ff778b66: Waiting [2020-12-08T15:45:22.824Z] 0d9ebad4ef96: Waiting [2020-12-08T15:45:22.824Z] 9712f1f96733: Verifying Checksum [2020-12-08T15:45:22.824Z] 9712f1f96733: Download complete [2020-12-08T15:45:24.747Z] 63f879dbbcfc: Verifying Checksum [2020-12-08T15:45:24.747Z] 63f879dbbcfc: Download complete [2020-12-08T15:45:24.747Z] e9a5061849ea: Verifying Checksum [2020-12-08T15:45:24.747Z] e9a5061849ea: Download complete [2020-12-08T15:45:24.747Z] d747dcd14b5f: Verifying Checksum [2020-12-08T15:45:24.747Z] d747dcd14b5f: Download complete [2020-12-08T15:45:25.010Z] 2de7ff778b66: Verifying Checksum [2020-12-08T15:45:25.010Z] 2de7ff778b66: Download complete [2020-12-08T15:45:25.272Z] 0d9ebad4ef96: Download complete [2020-12-08T15:45:25.534Z] ab5ef0e58194: Verifying Checksum [2020-12-08T15:45:25.534Z] ab5ef0e58194: Download complete [2020-12-08T15:45:29.755Z] ab5ef0e58194: Pull complete [2020-12-08T15:45:29.755Z] 9712f1f96733: Pull complete [2020-12-08T15:45:32.324Z] 63f879dbbcfc: Pull complete [2020-12-08T15:45:39.020Z] 0d9ebad4ef96: Pull complete [2020-12-08T15:45:41.580Z] e9a5061849ea: Pull complete [2020-12-08T15:45:41.580Z] d747dcd14b5f: Pull complete [2020-12-08T15:45:44.143Z] 2de7ff778b66: Pull complete [2020-12-08T15:45:44.143Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-08T15:45:44.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T15:45:44.143Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-08T15:45:44.355Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:45:44.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:45:47.916Z] $ docker top 4d70546071908056392ff6eb4591c3c8e97d4a558013acd2b5502f1ddca489a1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-08T15:45:48.235Z] provisioning config files... [2020-12-08T15:45:48.249Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/249@tmp/config3841651629745485039tmp [2020-12-08T15:45:48.269Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/249@tmp/config1886912991610856310tmp [2020-12-08T15:45:48.287Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/249@tmp/config2384452716842449120tmp [Pipeline] { [Pipeline] echo [2020-12-08T15:45:48.346Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:45:48.652Z] ---> sigul-configuration.sh [2020-12-08T15:45:48.652Z] gpg: directory `/root/.gnupg' created [2020-12-08T15:45:48.652Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-08T15:45:48.652Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-08T15:45:48.652Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-08T15:45:48.652Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-08T15:45:48.652Z] gpg: CAST5 encrypted data [2020-12-08T15:45:48.652Z] gpg: encrypted with 1 passphrase [2020-12-08T15:45:48.652Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-08T15:45:49.214Z] + mkdir /home/jenkins [2020-12-08T15:45:49.214Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-08T15:45:49.512Z] + 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-12-08T15:45:49.523Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:45:49.821Z] ---> sigul-install.sh [2020-12-08T15:45:55.131Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-08T15:45:55.431Z] + git tag --list [2020-12-08T15:45:55.432Z] 0.6.0 [2020-12-08T15:45:55.432Z] 0.6.1 [2020-12-08T15:45:55.432Z] 0.7.0 [2020-12-08T15:45:55.432Z] 0.7.1 [2020-12-08T15:45:55.432Z] v1.0.0 [2020-12-08T15:45:55.432Z] v1.0.1 [2020-12-08T15:45:55.432Z] v1.1.0 [2020-12-08T15:45:55.432Z] v1.2.0 [2020-12-08T15:45:55.432Z] v1.2.1 [2020-12-08T15:45:55.432Z] v1.2.2-dev.1 [2020-12-08T15:45:55.432Z] v1.2.2-dev.10 [2020-12-08T15:45:55.432Z] v1.2.2-dev.100 [2020-12-08T15:45:55.432Z] v1.2.2-dev.101 [2020-12-08T15:45:55.432Z] v1.2.2-dev.102 [2020-12-08T15:45:55.432Z] v1.2.2-dev.103 [2020-12-08T15:45:55.432Z] v1.2.2-dev.104 [2020-12-08T15:45:55.432Z] v1.2.2-dev.105 [2020-12-08T15:45:55.432Z] v1.2.2-dev.106 [2020-12-08T15:45:55.432Z] v1.2.2-dev.107 [2020-12-08T15:45:55.432Z] v1.2.2-dev.11 [2020-12-08T15:45:55.432Z] v1.2.2-dev.12 [2020-12-08T15:45:55.432Z] v1.2.2-dev.13 [2020-12-08T15:45:55.432Z] v1.2.2-dev.14 [2020-12-08T15:45:55.432Z] v1.2.2-dev.15 [2020-12-08T15:45:55.432Z] v1.2.2-dev.16 [2020-12-08T15:45:55.432Z] v1.2.2-dev.17 [2020-12-08T15:45:55.432Z] v1.2.2-dev.18 [2020-12-08T15:45:55.432Z] v1.2.2-dev.19 [2020-12-08T15:45:55.432Z] v1.2.2-dev.2 [2020-12-08T15:45:55.432Z] v1.2.2-dev.20 [2020-12-08T15:45:55.432Z] v1.2.2-dev.21 [2020-12-08T15:45:55.432Z] v1.2.2-dev.22 [2020-12-08T15:45:55.432Z] v1.2.2-dev.23 [2020-12-08T15:45:55.432Z] v1.2.2-dev.24 [2020-12-08T15:45:55.432Z] v1.2.2-dev.25 [2020-12-08T15:45:55.432Z] v1.2.2-dev.26 [2020-12-08T15:45:55.432Z] v1.2.2-dev.27 [2020-12-08T15:45:55.432Z] v1.2.2-dev.28 [2020-12-08T15:45:55.432Z] v1.2.2-dev.29 [2020-12-08T15:45:55.432Z] v1.2.2-dev.3 [2020-12-08T15:45:55.432Z] v1.2.2-dev.30 [2020-12-08T15:45:55.432Z] v1.2.2-dev.31 [2020-12-08T15:45:55.432Z] v1.2.2-dev.32 [2020-12-08T15:45:55.432Z] v1.2.2-dev.33 [2020-12-08T15:45:55.432Z] v1.2.2-dev.34 [2020-12-08T15:45:55.432Z] v1.2.2-dev.35 [2020-12-08T15:45:55.432Z] v1.2.2-dev.36 [2020-12-08T15:45:55.432Z] v1.2.2-dev.37 [2020-12-08T15:45:55.432Z] v1.2.2-dev.38 [2020-12-08T15:45:55.432Z] v1.2.2-dev.39 [2020-12-08T15:45:55.432Z] v1.2.2-dev.4 [2020-12-08T15:45:55.432Z] v1.2.2-dev.40 [2020-12-08T15:45:55.432Z] v1.2.2-dev.41 [2020-12-08T15:45:55.432Z] v1.2.2-dev.42 [2020-12-08T15:45:55.432Z] v1.2.2-dev.43 [2020-12-08T15:45:55.432Z] v1.2.2-dev.44 [2020-12-08T15:45:55.432Z] v1.2.2-dev.45 [2020-12-08T15:45:55.432Z] v1.2.2-dev.46 [2020-12-08T15:45:55.432Z] v1.2.2-dev.47 [2020-12-08T15:45:55.432Z] v1.2.2-dev.48 [2020-12-08T15:45:55.432Z] v1.2.2-dev.49 [2020-12-08T15:45:55.432Z] v1.2.2-dev.5 [2020-12-08T15:45:55.432Z] v1.2.2-dev.50 [2020-12-08T15:45:55.432Z] v1.2.2-dev.51 [2020-12-08T15:45:55.432Z] v1.2.2-dev.52 [2020-12-08T15:45:55.432Z] v1.2.2-dev.53 [2020-12-08T15:45:55.432Z] v1.2.2-dev.54 [2020-12-08T15:45:55.432Z] v1.2.2-dev.55 [2020-12-08T15:45:55.432Z] v1.2.2-dev.56 [2020-12-08T15:45:55.432Z] v1.2.2-dev.57 [2020-12-08T15:45:55.432Z] v1.2.2-dev.58 [2020-12-08T15:45:55.432Z] v1.2.2-dev.59 [2020-12-08T15:45:55.432Z] v1.2.2-dev.6 [2020-12-08T15:45:55.432Z] v1.2.2-dev.60 [2020-12-08T15:45:55.432Z] v1.2.2-dev.61 [2020-12-08T15:45:55.432Z] v1.2.2-dev.62 [2020-12-08T15:45:55.432Z] v1.2.2-dev.63 [2020-12-08T15:45:55.432Z] v1.2.2-dev.64 [2020-12-08T15:45:55.432Z] v1.2.2-dev.65 [2020-12-08T15:45:55.432Z] v1.2.2-dev.66 [2020-12-08T15:45:55.432Z] v1.2.2-dev.67 [2020-12-08T15:45:55.432Z] v1.2.2-dev.68 [2020-12-08T15:45:55.432Z] v1.2.2-dev.69 [2020-12-08T15:45:55.432Z] v1.2.2-dev.7 [2020-12-08T15:45:55.432Z] v1.2.2-dev.70 [2020-12-08T15:45:55.432Z] v1.2.2-dev.71 [2020-12-08T15:45:55.432Z] v1.2.2-dev.72 [2020-12-08T15:45:55.432Z] v1.2.2-dev.73 [2020-12-08T15:45:55.432Z] v1.2.2-dev.74 [2020-12-08T15:45:55.432Z] v1.2.2-dev.75 [2020-12-08T15:45:55.432Z] v1.2.2-dev.76 [2020-12-08T15:45:55.432Z] v1.2.2-dev.77 [2020-12-08T15:45:55.432Z] v1.2.2-dev.78 [2020-12-08T15:45:55.432Z] v1.2.2-dev.79 [2020-12-08T15:45:55.432Z] v1.2.2-dev.8 [2020-12-08T15:45:55.432Z] v1.2.2-dev.80 [2020-12-08T15:45:55.432Z] v1.2.2-dev.81 [2020-12-08T15:45:55.432Z] v1.2.2-dev.82 [2020-12-08T15:45:55.432Z] v1.2.2-dev.83 [2020-12-08T15:45:55.432Z] v1.2.2-dev.84 [2020-12-08T15:45:55.432Z] v1.2.2-dev.85 [2020-12-08T15:45:55.432Z] v1.2.2-dev.86 [2020-12-08T15:45:55.432Z] v1.2.2-dev.87 [2020-12-08T15:45:55.432Z] v1.2.2-dev.88 [2020-12-08T15:45:55.432Z] v1.2.2-dev.89 [2020-12-08T15:45:55.432Z] v1.2.2-dev.9 [2020-12-08T15:45:55.432Z] v1.2.2-dev.90 [2020-12-08T15:45:55.432Z] v1.2.2-dev.91 [2020-12-08T15:45:55.432Z] v1.2.2-dev.92 [2020-12-08T15:45:55.432Z] v1.2.2-dev.93 [2020-12-08T15:45:55.432Z] v1.2.2-dev.94 [2020-12-08T15:45:55.432Z] v1.2.2-dev.95 [2020-12-08T15:45:55.432Z] v1.2.2-dev.96 [2020-12-08T15:45:55.432Z] v1.2.2-dev.97 [2020-12-08T15:45:55.432Z] v1.2.2-dev.98 [2020-12-08T15:45:55.432Z] v1.2.2-dev.99 [2020-12-08T15:45:55.432Z] v1.3.0 [2020-12-08T15:45:55.432Z] v1.3.1-dev.1 [2020-12-08T15:45:55.432Z] v1.3.1-dev.10 [2020-12-08T15:45:55.432Z] v1.3.1-dev.11 [2020-12-08T15:45:55.432Z] v1.3.1-dev.12 [2020-12-08T15:45:55.432Z] v1.3.1-dev.13 [2020-12-08T15:45:55.432Z] v1.3.1-dev.14 [2020-12-08T15:45:55.432Z] v1.3.1-dev.15 [2020-12-08T15:45:55.432Z] v1.3.1-dev.16 [2020-12-08T15:45:55.432Z] v1.3.1-dev.17 [2020-12-08T15:45:55.432Z] v1.3.1-dev.18 [2020-12-08T15:45:55.432Z] v1.3.1-dev.2 [2020-12-08T15:45:55.432Z] v1.3.1-dev.3 [2020-12-08T15:45:55.432Z] v1.3.1-dev.4 [2020-12-08T15:45:55.432Z] v1.3.1-dev.5 [2020-12-08T15:45:55.432Z] v1.3.1-dev.6 [2020-12-08T15:45:55.432Z] v1.3.1-dev.7 [2020-12-08T15:45:55.432Z] v1.3.1-dev.8 [2020-12-08T15:45:55.432Z] v1.3.1-dev.9 [2020-12-08T15:45:55.432Z] v2.0.0-dev.1 [2020-12-08T15:45:55.432Z] v2.0.0-dev.2 [2020-12-08T15:45:55.432Z] v2.0.0-dev.3 [2020-12-08T15:45:55.432Z] v2.0.0-dev.4 [2020-12-08T15:45:55.432Z] v2.0.0-dev.5 [2020-12-08T15:45:55.432Z] v2.0.0-dev.6 [2020-12-08T15:45:55.432Z] v2.0.0-dev.7 [Pipeline] sh [2020-12-08T15:45:55.736Z] + lftools sign git-tag v2.0.0-dev.7 [2020-12-08T15:45:57.134Z] Signing Git tag with Sigul... [2020-12-08T15:45:57.134Z] Signing v2.0.0-dev.7 [Pipeline] echo [2020-12-08T15:45:58.559Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:45:58.857Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-08T15:45:58.867Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-08T15:45:59.001Z] $ docker stop --time=1 4d70546071908056392ff6eb4591c3c8e97d4a558013acd2b5502f1ddca489a1 [2020-12-08T15:46:01.037Z] $ docker rm -f 4d70546071908056392ff6eb4591c3c8e97d4a558013acd2b5502f1ddca489a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:46:01.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T15:46:01.963Z] . [Pipeline] withDockerContainer [2020-12-08T15:46:02.064Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:46:02.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:46:02.845Z] $ docker top 54002bf670824a8b8307c9a9d673b86b5fbe723ad88bced6a8eb443054edf7a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T15:46:03.249Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T15:46:03.249Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T15:46:03.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T15:46:03.475Z] $ docker exec 54002bf670824a8b8307c9a9d673b86b5fbe723ad88bced6a8eb443054edf7a0 ssh-agent [2020-12-08T15:46:03.680Z] SSH_AUTH_SOCK=/tmp/ssh-FBNEQzfAhiX1/agent.13 [2020-12-08T15:46:03.680Z] SSH_AGENT_PID=18 [2020-12-08T15:46:03.686Z] Running ssh-add (command line suppressed) [2020-12-08T15:46:03.815Z] Identity added: /w/workspace/edgex-go/249@tmp/private_key_6926020756676317648.key (/w/workspace/edgex-go/249@tmp/private_key_6926020756676317648.key) [2020-12-08T15:46:03.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T15:46:04.207Z] + git semver bump pre [2020-12-08T15:46:04.207Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T15:46:04.207Z] # $GIT_DIR = /w/workspace/edgex-go/249/.git [2020-12-08T15:46:04.207Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/249 [2020-12-08T15:46:04.207Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T15:46:04.208Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T15:46:04.208Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T15:46:04.208Z] # $SEMVER_BRANCH = master [2020-12-08T15:46:04.208Z] # $SEMVER_DIR = /w/workspace/edgex-go/249/.semver [2020-12-08T15:46:04.208Z] 2.0.0-dev.8 [Pipeline] } [2020-12-08T15:46:04.221Z] $ docker exec --env ******** --env ******** 54002bf670824a8b8307c9a9d673b86b5fbe723ad88bced6a8eb443054edf7a0 ssh-agent -k [2020-12-08T15:46:04.342Z] unset SSH_AUTH_SOCK; [2020-12-08T15:46:04.342Z] unset SSH_AGENT_PID; [2020-12-08T15:46:04.343Z] echo Agent pid 18 killed; [2020-12-08T15:46:04.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T15:46:04.856Z] + git semver [Pipeline] } [2020-12-08T15:46:04.874Z] $ docker stop --time=1 54002bf670824a8b8307c9a9d673b86b5fbe723ad88bced6a8eb443054edf7a0 [2020-12-08T15:46:06.236Z] $ docker rm -f 54002bf670824a8b8307c9a9d673b86b5fbe723ad88bced6a8eb443054edf7a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:46:06.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T15:46:06.758Z] . [Pipeline] withDockerContainer [2020-12-08T15:46:06.862Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:46:06.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:46:07.630Z] $ docker top 1593498276fbd87c0b554c6da484f1ad7222b8375bffc476d2f2a2ddf1e740bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T15:46:07.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T15:46:07.987Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T15:46:08.175Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T15:46:08.179Z] $ docker exec 1593498276fbd87c0b554c6da484f1ad7222b8375bffc476d2f2a2ddf1e740bf ssh-agent [2020-12-08T15:46:08.352Z] SSH_AUTH_SOCK=/tmp/ssh-Rhwv8qLyaUE2/agent.12 [2020-12-08T15:46:08.352Z] SSH_AGENT_PID=17 [2020-12-08T15:46:08.358Z] Running ssh-add (command line suppressed) [2020-12-08T15:46:08.489Z] Identity added: /w/workspace/edgex-go/249@tmp/private_key_48961018167689816.key (/w/workspace/edgex-go/249@tmp/private_key_48961018167689816.key) [2020-12-08T15:46:08.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T15:46:08.883Z] + git semver push [2020-12-08T15:46:08.884Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T15:46:08.884Z] # $GIT_DIR = /w/workspace/edgex-go/249/.git [2020-12-08T15:46:08.884Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/249 [2020-12-08T15:46:08.884Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T15:46:08.884Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T15:46:08.884Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T15:46:08.884Z] # $SEMVER_BRANCH = master [2020-12-08T15:46:08.884Z] # $SEMVER_DIR = /w/workspace/edgex-go/249/.semver [Pipeline] } [2020-12-08T15:46:19.036Z] $ docker exec --env ******** --env ******** 1593498276fbd87c0b554c6da484f1ad7222b8375bffc476d2f2a2ddf1e740bf ssh-agent -k [2020-12-08T15:46:19.222Z] unset SSH_AUTH_SOCK; [2020-12-08T15:46:19.223Z] unset SSH_AGENT_PID; [2020-12-08T15:46:19.223Z] echo Agent pid 17 killed; [2020-12-08T15:46:19.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T15:46:19.844Z] + git semver [Pipeline] } [2020-12-08T15:46:19.864Z] $ docker stop --time=1 1593498276fbd87c0b554c6da484f1ad7222b8375bffc476d2f2a2ddf1e740bf [2020-12-08T15:46:21.273Z] $ docker rm -f 1593498276fbd87c0b554c6da484f1ad7222b8375bffc476d2f2a2ddf1e740bf [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-12-08T15:46:22.678Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:46:23.559Z] ---> package-listing.sh [2020-12-08T15:46:23.559Z] ++ facter osfamily [2020-12-08T15:46:23.559Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-08T15:46:23.559Z] + OS_FAMILY=redhat [2020-12-08T15:46:23.559Z] + workspace=/w/workspace/edgex-go/249 [2020-12-08T15:46:23.559Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-08T15:46:23.559Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-08T15:46:23.559Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-08T15:46:23.559Z] + PACKAGES=/tmp/packages_start.txt [2020-12-08T15:46:23.559Z] + '[' /w/workspace/edgex-go/249 ']' [2020-12-08T15:46:23.559Z] + PACKAGES=/tmp/packages_end.txt [2020-12-08T15:46:23.559Z] + case "${OS_FAMILY}" in [2020-12-08T15:46:23.559Z] + rpm -qa [2020-12-08T15:46:23.559Z] + sort [2020-12-08T15:46:28.859Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-08T15:46:28.859Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-08T15:46:28.859Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-08T15:46:28.859Z] + '[' /w/workspace/edgex-go/249 ']' [2020-12-08T15:46:28.859Z] + mkdir -p /w/workspace/edgex-go/249/archives/ [2020-12-08T15:46:28.859Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/249/archives/ [Pipeline] echo [2020-12-08T15:46:28.872Z] 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/249/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-08T15:46:29.160Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:46:29.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T15:46:29.465Z] [2020-12-08T15:46:29.465Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-08T15:46:29.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T15:46:29.809Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-08T15:46:29.809Z] df20fa9351a1: Pulling fs layer [2020-12-08T15:46:29.809Z] 36b3adc4ff6f: Pulling fs layer [2020-12-08T15:46:29.809Z] 8ad3a11d3b57: Pulling fs layer [2020-12-08T15:46:29.809Z] 46f8f816bc3b: Pulling fs layer [2020-12-08T15:46:29.809Z] 93b61091891f: Pulling fs layer [2020-12-08T15:46:29.809Z] 93b9cdb0e59b: Pulling fs layer [2020-12-08T15:46:29.809Z] 5e14af77c1be: Pulling fs layer [2020-12-08T15:46:29.809Z] 01666e4c0597: Pulling fs layer [2020-12-08T15:46:29.809Z] aa168da1d23b: Pulling fs layer [2020-12-08T15:46:29.809Z] 93b9cdb0e59b: Waiting [2020-12-08T15:46:29.809Z] 5e14af77c1be: Waiting [2020-12-08T15:46:29.809Z] 01666e4c0597: Waiting [2020-12-08T15:46:29.809Z] aa168da1d23b: Waiting [2020-12-08T15:46:29.809Z] 46f8f816bc3b: Waiting [2020-12-08T15:46:29.809Z] 93b61091891f: Waiting [2020-12-08T15:46:29.809Z] 36b3adc4ff6f: Download complete [2020-12-08T15:46:29.809Z] 46f8f816bc3b: Verifying Checksum [2020-12-08T15:46:29.809Z] 46f8f816bc3b: Download complete [2020-12-08T15:46:30.071Z] df20fa9351a1: Download complete [2020-12-08T15:46:30.071Z] 93b61091891f: Verifying Checksum [2020-12-08T15:46:30.071Z] 93b61091891f: Download complete [2020-12-08T15:46:30.071Z] 93b9cdb0e59b: Verifying Checksum [2020-12-08T15:46:30.071Z] 93b9cdb0e59b: Download complete [2020-12-08T15:46:30.071Z] 5e14af77c1be: Verifying Checksum [2020-12-08T15:46:30.071Z] 5e14af77c1be: Download complete [2020-12-08T15:46:30.071Z] 01666e4c0597: Verifying Checksum [2020-12-08T15:46:30.071Z] 01666e4c0597: Download complete [2020-12-08T15:46:30.071Z] 8ad3a11d3b57: Verifying Checksum [2020-12-08T15:46:30.071Z] 8ad3a11d3b57: Download complete [2020-12-08T15:46:30.333Z] df20fa9351a1: Pull complete [2020-12-08T15:46:30.595Z] 36b3adc4ff6f: Pull complete [2020-12-08T15:46:31.559Z] 8ad3a11d3b57: Pull complete [2020-12-08T15:46:31.833Z] 46f8f816bc3b: Pull complete [2020-12-08T15:46:32.098Z] aa168da1d23b: Verifying Checksum [2020-12-08T15:46:32.098Z] aa168da1d23b: Download complete [2020-12-08T15:46:32.362Z] 93b61091891f: Pull complete [2020-12-08T15:46:32.625Z] 93b9cdb0e59b: Pull complete [2020-12-08T15:46:32.625Z] 5e14af77c1be: Pull complete [2020-12-08T15:46:32.890Z] 01666e4c0597: Pull complete [2020-12-08T15:46:41.066Z] aa168da1d23b: Pull complete [2020-12-08T15:46:41.066Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-08T15:46:41.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T15:46:41.066Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-08T15:46:41.252Z] prd-centos7-docker-4c-2g-15115 does not seem to be running inside a container [2020-12-08T15:46:41.298Z] $ 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/249/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/249 -v /w/workspace/edgex-go/249:/w/workspace/edgex-go/249:rw,z -v /w/workspace/edgex-go/249@tmp:/w/workspace/edgex-go/249@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-12-08T15:46:44.196Z] $ docker top 7e59b00ea51792d852a7dd9311595a9d15402346ed1f0d1e165e19030d705f19 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T15:46:44.733Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-08T15:46:45.030Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-08T15:46:45.324Z] + ls /var/log/sa-host [2020-12-08T15:46:45.324Z] + sadf -c /var/log/sa-host/sa08 [2020-12-08T15:46:45.324Z] file_magic: OK [2020-12-08T15:46:45.324Z] HZ: Using current value: 100 [2020-12-08T15:46:45.324Z] file_header: OK [2020-12-08T15:46:45.324Z] 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-12-08T15:46:45.324Z] Statistics: [2020-12-08T15:46:45.324Z] 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... [2020-12-08T15:46:45.324Z] File successfully converted to sysstat format version 12.2.1 [2020-12-08T15:46:45.324Z] + sadf -c /var/log/sa-host/sa23 [2020-12-08T15:46:45.324Z] file_magic: OK [2020-12-08T15:46:45.324Z] HZ: Using current value: 100 [2020-12-08T15:46:45.324Z] file_header: OK [2020-12-08T15:46:45.324Z] 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-12-08T15:46:45.324Z] Statistics: [2020-12-08T15:46:45.324Z] Hnuu...uuuununununu... [2020-12-08T15:46:45.324Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T15:46:45.963Z] provisioning config files... [2020-12-08T15:46:46.025Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/249@tmp/config6209828551325242279tmp [Pipeline] { [Pipeline] echo [2020-12-08T15:46:46.088Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:46:46.394Z] ---> create-netrc.sh [Pipeline] } [2020-12-08T15:46:46.404Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-08T15:46:46.500Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:46:46.799Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-08T15:46:46.810Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:46:47.105Z] ---> sudo-logs.sh [2020-12-08T15:46:47.105Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-08T15:46:47.115Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:46:47.407Z] ---> job-cost.sh [2020-12-08T15:46:47.407Z] lf-activate-venv: SKIPPING [2020-12-08T15:46:47.407Z] INFO: No Stack... [2020-12-08T15:46:48.798Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-08T15:46:49.371Z] INFO: Archiving Costs [Pipeline] echo [2020-12-08T15:46:49.384Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T15:46:49.678Z] ---> logs-deploy.sh [2020-12-08T15:46:49.678Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/249 [2020-12-08T15:46:49.678Z] INFO: archiving workspace using pattern(s): [2020-12-08T15:46:51.597Z] Archives upload complete. [2020-12-08T15:46:51.597Z] INFO: archiving logs to Nexus