Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 78e9cdc96731fa823bc599b52423d7eed7454510 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-13517 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/233 [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/233 # 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 Checking out Revision 78e9cdc96731fa823bc599b52423d7eed7454510 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78e9cdc96731fa823bc599b52423d7eed7454510 # timeout=10 Commit message: "Merge pull request #2901 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" > git rev-list --no-walk b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T07:32:12.928Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T07:32:13.169Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T07:32:13.336Z] ========================================================= [2020-11-26T07:32:13.336Z] EdgeX Global Pipelines Version Info [2020-11-26T07:32:13.336Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:32:14.866Z] ------------------- [2020-11-26T07:32:14.867Z] stable info: [2020-11-26T07:32:14.867Z] ------------------- [2020-11-26T07:32:14.867Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T07:32:14.867Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T07:32:14.867Z] Message: update stable to v1.0.167 [2020-11-26T07:32:15.815Z] ------------------- [2020-11-26T07:32:15.815Z] experimental info: [2020-11-26T07:32:15.815Z] ------------------- [2020-11-26T07:32:15.815Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T07:32:15.815Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T07:32:15.815Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:32:16.086Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-26T07:32:16.171Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-26T07:32:16.268Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T07:32:16.362Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T07:32:16.455Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T07:32:16.546Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T07:32:16.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T07:32:16.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-26T07:32:16.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-26T07:32:16.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-26T07:32:17.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T07:32:17.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T07:32:17.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T07:32:17.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T07:32:17.488Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T07:32:17.583Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T07:32:17.693Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T07:32:17.816Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T07:32:17.927Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T07:32:18.064Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T07:32:18.190Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-26T07:32:18.303Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T07:32:18.408Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-26T07:32:18.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-26T07:32:18.584Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-26T07:32:18.667Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] echo [2020-11-26T07:32:18.755Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78e9cdc [Pipeline] echo [2020-11-26T07:32:18.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:32:19.040Z] provisioning config files... [2020-11-26T07:32:19.076Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/233@tmp/config4838131344336568602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:32:19.435Z] ---> docker-login.sh [2020-11-26T07:32:19.435Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:32:19.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:19.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:19.698Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:19.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:19.698Z] [2020-11-26T07:32:19.698Z] Login Succeeded [2020-11-26T07:32:19.698Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:32:19.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:19.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:19.963Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:19.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:19.963Z] [2020-11-26T07:32:19.963Z] Login Succeeded [2020-11-26T07:32:19.963Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:32:19.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:20.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:20.226Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:20.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:20.226Z] [2020-11-26T07:32:20.226Z] Login Succeeded [2020-11-26T07:32:20.226Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:32:20.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:20.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:20.226Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:20.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:20.226Z] [2020-11-26T07:32:20.226Z] Login Succeeded [2020-11-26T07:32:20.226Z] docker.io [2020-11-26T07:32:20.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:20.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:20.752Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:20.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:20.752Z] [2020-11-26T07:32:20.752Z] Login Succeeded [2020-11-26T07:32:20.752Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:32:20.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:32:21.305Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/core-command/Dockerfile [2020-11-26T07:32:21.305Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.305Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/core-data/Dockerfile [2020-11-26T07:32:21.305Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.305Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-26T07:32:21.305Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.305Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-26T07:32:21.305Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.305Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-26T07:32:21.305Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.305Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-26T07:32:21.305Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.305Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-26T07:32:21.305Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.305Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-26T07:32:21.305Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.305Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-26T07:32:21.306Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.306Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-26T07:32:21.306Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.306Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-26T07:32:21.306Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.306Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-26T07:32:21.306Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.306Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-26T07:32:21.306Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.306Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-26T07:32:21.306Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T07:32:21.306Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-26T07:32:21.306Z] ++ cut -d/ -f2 [2020-11-26T07:32:21.306Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-26T07:32:21.377Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:32:22.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:32:22.233Z] [2020-11-26T07:32:22.233Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:32:22.600Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:32:22.601Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T07:32:22.601Z] 31603596830f: Pulling fs layer [2020-11-26T07:32:22.601Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T07:32:22.601Z] 6ca5941a6612: Pulling fs layer [2020-11-26T07:32:22.601Z] ecc8261a40a4: Pulling fs layer [2020-11-26T07:32:22.601Z] ecc8261a40a4: Waiting [2020-11-26T07:32:22.601Z] 2a8b12db71e7: Download complete [2020-11-26T07:32:22.601Z] 31603596830f: Verifying Checksum [2020-11-26T07:32:22.601Z] 31603596830f: Download complete [2020-11-26T07:32:22.865Z] 6ca5941a6612: Verifying Checksum [2020-11-26T07:32:22.865Z] 6ca5941a6612: Download complete [2020-11-26T07:32:22.865Z] ecc8261a40a4: Verifying Checksum [2020-11-26T07:32:22.865Z] ecc8261a40a4: Download complete [2020-11-26T07:32:23.127Z] 31603596830f: Pull complete [2020-11-26T07:32:23.127Z] 2a8b12db71e7: Pull complete [2020-11-26T07:32:24.086Z] 6ca5941a6612: Pull complete [2020-11-26T07:32:24.086Z] ecc8261a40a4: Pull complete [2020-11-26T07:32:24.086Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T07:32:24.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:32:24.086Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T07:32:24.256Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:32:24.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T07:32:26.861Z] $ docker top 6d64bd8fde68c0d742576868edfeac22063448bc777df55ac57ccf0c3c01ff52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T07:32:27.201Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:32:27.201Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:32:27.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:32:27.431Z] $ docker exec 6d64bd8fde68c0d742576868edfeac22063448bc777df55ac57ccf0c3c01ff52 ssh-agent [2020-11-26T07:32:27.599Z] SSH_AUTH_SOCK=/tmp/ssh-bdUPxzYJgadc/agent.11 [2020-11-26T07:32:27.599Z] SSH_AGENT_PID=16 [2020-11-26T07:32:27.613Z] Running ssh-add (command line suppressed) [2020-11-26T07:32:27.734Z] Identity added: /w/workspace/edgex-go/233@tmp/private_key_1618464406564788329.key (/w/workspace/edgex-go/233@tmp/private_key_1618464406564788329.key) [2020-11-26T07:32:27.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:32:28.142Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T07:32:28.167Z] $ docker exec --env ******** --env ******** 6d64bd8fde68c0d742576868edfeac22063448bc777df55ac57ccf0c3c01ff52 ssh-agent -k [2020-11-26T07:32:28.282Z] unset SSH_AUTH_SOCK; [2020-11-26T07:32:28.283Z] unset SSH_AGENT_PID; [2020-11-26T07:32:28.283Z] echo Agent pid 16 killed; [2020-11-26T07:32:28.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T07:32:28.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:32:28.488Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:32:28.657Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:32:28.662Z] $ docker exec 6d64bd8fde68c0d742576868edfeac22063448bc777df55ac57ccf0c3c01ff52 ssh-agent [2020-11-26T07:32:28.823Z] SSH_AUTH_SOCK=/tmp/ssh-dlyUDiSZxpR5/agent.44 [2020-11-26T07:32:28.823Z] SSH_AGENT_PID=50 [2020-11-26T07:32:28.830Z] Running ssh-add (command line suppressed) [2020-11-26T07:32:28.955Z] Identity added: /w/workspace/edgex-go/233@tmp/private_key_3949409077735040448.key (/w/workspace/edgex-go/233@tmp/private_key_3949409077735040448.key) [2020-11-26T07:32:29.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:32:29.344Z] + git semver init [2020-11-26T07:32:29.344Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T07:32:29.344Z] # $GIT_DIR = /w/workspace/edgex-go/233/.git [2020-11-26T07:32:29.344Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/233 [2020-11-26T07:32:29.344Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T07:32:29.344Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T07:32:29.344Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T07:32:29.344Z] # $SEMVER_BRANCH = master [2020-11-26T07:32:29.344Z] # $SEMVER_TEMP = /tmp/semver-420014330 [2020-11-26T07:32:29.344Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-26T07:33:01.511Z] # '/tmp/semver-420014330' -> '/w/workspace/edgex-go/233/.semver' [2020-11-26T07:33:01.511Z] # -> Force: false [2020-11-26T07:33:01.511Z] # $SEMVER_DIR = /w/workspace/edgex-go/233/.semver [Pipeline] } [2020-11-26T07:33:01.526Z] $ docker exec --env ******** --env ******** 6d64bd8fde68c0d742576868edfeac22063448bc777df55ac57ccf0c3c01ff52 ssh-agent -k [2020-11-26T07:33:01.787Z] unset SSH_AUTH_SOCK; [2020-11-26T07:33:01.787Z] unset SSH_AGENT_PID; [2020-11-26T07:33:01.787Z] echo Agent pid 50 killed; [2020-11-26T07:33:01.957Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:33:02.428Z] + git semver [Pipeline] } [2020-11-26T07:33:02.445Z] $ docker stop --time=1 6d64bd8fde68c0d742576868edfeac22063448bc777df55ac57ccf0c3c01ff52 [2020-11-26T07:33:04.163Z] $ docker rm -f 6d64bd8fde68c0d742576868edfeac22063448bc777df55ac57ccf0c3c01ff52 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T07:33:04.674Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T07:33:05.206Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T07:33:05.210Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.9 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:33:05.894Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13522 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-26T07:33:06.038Z] Running in /w/workspace/edgex-go/233 [Pipeline] { [Pipeline] checkout [2020-11-26T07:33:06.158Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:33:06.459Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:33:06.769Z] + sudo service docker restart [2020-11-26T07:33:06.769Z] + true [2020-11-26T07:33:06.769Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-26T07:33:07.363Z] ========================================================= [2020-11-26T07:33:07.363Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T07:33:07.363Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:33:07.708Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-26T07:33:10.847Z] using credential edgex-jenkins-ssh [2020-11-26T07:33:10.941Z] Cloning the remote Git repository [2020-11-26T07:33:11.030Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-26T07:33:11.935Z] Sending build context to Docker daemon 325.9MB [2020-11-26T07:33:11.935Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-26T07:33:11.935Z] Step 2/7 : FROM ${BASE} [2020-11-26T07:33:11.935Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T07:33:11.935Z] df20fa9351a1: Pulling fs layer [2020-11-26T07:33:11.935Z] ed8968b2872e: Pulling fs layer [2020-11-26T07:33:11.935Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T07:33:11.935Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T07:33:11.935Z] e73272ec9a57: Pulling fs layer [2020-11-26T07:33:11.935Z] 1e910a182e73: Pulling fs layer [2020-11-26T07:33:11.935Z] 4e634b169226: Pulling fs layer [2020-11-26T07:33:11.935Z] e73272ec9a57: Waiting [2020-11-26T07:33:11.935Z] 1e910a182e73: Waiting [2020-11-26T07:33:11.935Z] 4e634b169226: Waiting [2020-11-26T07:33:11.935Z] e871e8e8d7a9: Waiting [2020-11-26T07:33:11.935Z] a92cc7c5fd73: Verifying Checksum [2020-11-26T07:33:11.935Z] a92cc7c5fd73: Download complete [2020-11-26T07:33:11.935Z] ed8968b2872e: Verifying Checksum [2020-11-26T07:33:11.935Z] ed8968b2872e: Download complete [2020-11-26T07:33:11.935Z] e73272ec9a57: Verifying Checksum [2020-11-26T07:33:11.935Z] e73272ec9a57: Download complete [2020-11-26T07:33:11.935Z] df20fa9351a1: Download complete [2020-11-26T07:33:11.935Z] 1e910a182e73: Verifying Checksum [2020-11-26T07:33:11.935Z] 1e910a182e73: Download complete [2020-11-26T07:33:12.200Z] df20fa9351a1: Pull complete [2020-11-26T07:33:11.140Z] > git init /w/workspace/edgex-go/233 # timeout=10 [2020-11-26T07:33:11.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T07:33:11.225Z] > git --version # timeout=10 [2020-11-26T07:33:11.248Z] > git --version # 'git version 2.17.1' [2020-11-26T07:33:11.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:33:11.298Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:33:12.463Z] ed8968b2872e: Pull complete [2020-11-26T07:33:12.463Z] a92cc7c5fd73: Pull complete [2020-11-26T07:33:14.396Z] 4e634b169226: Verifying Checksum [2020-11-26T07:33:14.396Z] 4e634b169226: Download complete [2020-11-26T07:33:14.396Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T07:33:14.396Z] e871e8e8d7a9: Download complete [2020-11-26T07:33:21.021Z] e871e8e8d7a9: Pull complete [2020-11-26T07:33:21.021Z] e73272ec9a57: Pull complete [2020-11-26T07:33:21.285Z] 1e910a182e73: Pull complete [2020-11-26T07:33:26.602Z] 4e634b169226: Pull complete [2020-11-26T07:33:26.602Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T07:33:26.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T07:33:26.602Z] ---> f7629b54cfaa [2020-11-26T07:33:26.602Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-26T07:33:26.866Z] ---> Running in f9987aba7538 [2020-11-26T07:33:27.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:33:28.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:33:28.961Z] (1/12) Installing libmagic (5.38-r0) [2020-11-26T07:33:29.223Z] (2/12) Installing file (5.38-r0) [2020-11-26T07:33:29.223Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-26T07:33:29.223Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-26T07:33:31.377Z] Checking out Revision 78e9cdc96731fa823bc599b52423d7eed7454510 (master) [2020-11-26T07:33:30.733Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T07:33:30.751Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:33:30.774Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T07:33:30.817Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T07:33:30.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:33:30.829Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T07:33:31.401Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:33:31.420Z] > git checkout -f 78e9cdc96731fa823bc599b52423d7eed7454510 # timeout=10 [2020-11-26T07:33:33.439Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-26T07:33:33.439Z] (6/12) Installing patch (2.7.6-r6) [2020-11-26T07:33:33.439Z] (7/12) Installing build-base (0.5-r2) [2020-11-26T07:33:33.439Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-26T07:33:33.439Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-26T07:33:33.439Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-26T07:33:33.702Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-26T07:33:33.702Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-26T07:33:33.702Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T07:33:33.702Z] OK: 233 MiB in 51 packages [2020-11-26T07:33:35.887Z] Commit message: "Merge pull request #2901 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:33:37.010Z] Removing intermediate container f9987aba7538 [2020-11-26T07:33:37.010Z] ---> 3b267d6033c7 [2020-11-26T07:33:37.010Z] Step 4/7 : WORKDIR /edgex-go [2020-11-26T07:33:37.272Z] ---> Running in 0161b1fae571 [2020-11-26T07:33:37.462Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-11-26T07:33:37.532Z] Removing intermediate container 0161b1fae571 [2020-11-26T07:33:37.532Z] ---> 2db2ce2f6bed [2020-11-26T07:33:37.532Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [Pipeline] sh [2020-11-26T07:33:37.867Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:33:38.104Z] latest: Pulling from library/docker [2020-11-26T07:33:38.220Z] + true [2020-11-26T07:33:38.220Z] + sudo service docker restart [2020-11-26T07:33:38.364Z] 188c0c94c7c5: Pulling fs layer [2020-11-26T07:33:38.364Z] 0c7c675703d6: Pulling fs layer [2020-11-26T07:33:38.364Z] cc8c12a437cb: Pulling fs layer [2020-11-26T07:33:38.364Z] c5dafad2182a: Pulling fs layer [2020-11-26T07:33:38.364Z] 5aa711733414: Pulling fs layer [2020-11-26T07:33:38.364Z] 058f73b55e4b: Pulling fs layer [2020-11-26T07:33:38.364Z] 8c9c664faf12: Pulling fs layer [2020-11-26T07:33:38.364Z] c5dafad2182a: Waiting [2020-11-26T07:33:38.364Z] 5aa711733414: Waiting [2020-11-26T07:33:38.364Z] 058f73b55e4b: Waiting [2020-11-26T07:33:38.364Z] 8c9c664faf12: Waiting [2020-11-26T07:33:38.364Z] cc8c12a437cb: Verifying Checksum [2020-11-26T07:33:38.364Z] cc8c12a437cb: Download complete [2020-11-26T07:33:38.364Z] 0c7c675703d6: Verifying Checksum [2020-11-26T07:33:38.364Z] 0c7c675703d6: Download complete [2020-11-26T07:33:38.364Z] 188c0c94c7c5: Verifying Checksum [2020-11-26T07:33:38.364Z] 188c0c94c7c5: Download complete [2020-11-26T07:33:38.627Z] 5aa711733414: Verifying Checksum [2020-11-26T07:33:38.627Z] 5aa711733414: Download complete [2020-11-26T07:33:38.627Z] 058f73b55e4b: Verifying Checksum [2020-11-26T07:33:38.627Z] 058f73b55e4b: Download complete [2020-11-26T07:33:38.627Z] 8c9c664faf12: Verifying Checksum [2020-11-26T07:33:38.627Z] 8c9c664faf12: Download complete [2020-11-26T07:33:38.627Z] 188c0c94c7c5: Pull complete [2020-11-26T07:33:38.894Z] 0c7c675703d6: Pull complete [2020-11-26T07:33:39.157Z] cc8c12a437cb: Pull complete [2020-11-26T07:33:39.421Z] c5dafad2182a: Verifying Checksum [2020-11-26T07:33:39.421Z] c5dafad2182a: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:33:40.303Z] provisioning config files... [2020-11-26T07:33:40.345Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/233@tmp/config2131093424620629742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:33:40.758Z] ---> docker-login.sh [2020-11-26T07:33:40.758Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:33:41.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:33:41.985Z] c5dafad2182a: Pull complete [2020-11-26T07:33:41.985Z] 5aa711733414: Pull complete [2020-11-26T07:33:41.986Z] 058f73b55e4b: Pull complete [2020-11-26T07:33:41.986Z] 8c9c664faf12: Pull complete [2020-11-26T07:33:41.986Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T07:33:41.986Z] Status: Downloaded newer image for docker:latest [2020-11-26T07:33:42.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:33:42.018Z] Configure a credential helper to remove this warning. See [2020-11-26T07:33:42.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:33:42.018Z] [2020-11-26T07:33:42.018Z] Login Succeeded [2020-11-26T07:33:42.018Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:33:42.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:33:42.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:33:42.568Z] Configure a credential helper to remove this warning. See [2020-11-26T07:33:42.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:33:42.568Z] [2020-11-26T07:33:42.568Z] Login Succeeded [2020-11-26T07:33:42.568Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:33:42.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:33:43.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:33:43.120Z] Configure a credential helper to remove this warning. See [2020-11-26T07:33:43.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:33:43.120Z] [2020-11-26T07:33:43.120Z] Login Succeeded [2020-11-26T07:33:43.120Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:33:43.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:33:43.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:33:43.395Z] Configure a credential helper to remove this warning. See [2020-11-26T07:33:43.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:33:43.395Z] [2020-11-26T07:33:43.395Z] Login Succeeded [2020-11-26T07:33:43.395Z] docker.io [2020-11-26T07:33:43.917Z] ---> 7e287980488a [2020-11-26T07:33:43.918Z] Step 6/7 : COPY go.mod . [2020-11-26T07:33:43.918Z] ---> db34ab1232f7 [2020-11-26T07:33:43.918Z] Step 7/7 : RUN go mod download [2020-11-26T07:33:43.918Z] ---> Running in a615a0a9e40b [2020-11-26T07:33:43.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:33:44.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:33:44.262Z] Configure a credential helper to remove this warning. See [2020-11-26T07:33:44.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:33:44.262Z] [2020-11-26T07:33:44.262Z] Login Succeeded [2020-11-26T07:33:44.262Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:33:44.280Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T07:33:44.727Z] ========================================================= [2020-11-26T07:33:44.727Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T07:33:44.727Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:33:45.123Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-26T07:33:47.778Z] Sending build context to Docker daemon 165.4MB [2020-11-26T07:33:47.778Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-26T07:33:47.778Z] Step 2/7 : FROM ${BASE} [2020-11-26T07:33:47.778Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T07:33:47.778Z] b538f80385f9: Pulling fs layer [2020-11-26T07:33:47.778Z] 74f711af9a0d: Pulling fs layer [2020-11-26T07:33:47.778Z] 99f96fe45779: Pulling fs layer [2020-11-26T07:33:47.778Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T07:33:47.778Z] 45590311c82a: Pulling fs layer [2020-11-26T07:33:47.778Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T07:33:47.778Z] 209524e5b208: Pulling fs layer [2020-11-26T07:33:47.778Z] 8529a6b9a6be: Waiting [2020-11-26T07:33:47.778Z] 45590311c82a: Waiting [2020-11-26T07:33:47.778Z] 69ca0ff8b7b3: Waiting [2020-11-26T07:33:47.778Z] 209524e5b208: Waiting [2020-11-26T07:33:47.778Z] 99f96fe45779: Verifying Checksum [2020-11-26T07:33:47.778Z] 99f96fe45779: Download complete [2020-11-26T07:33:47.778Z] 74f711af9a0d: Verifying Checksum [2020-11-26T07:33:47.778Z] 74f711af9a0d: Download complete [2020-11-26T07:33:48.054Z] 45590311c82a: Verifying Checksum [2020-11-26T07:33:48.054Z] 45590311c82a: Download complete [2020-11-26T07:33:48.054Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-26T07:33:48.054Z] 69ca0ff8b7b3: Download complete [2020-11-26T07:33:48.054Z] b538f80385f9: Verifying Checksum [2020-11-26T07:33:48.054Z] b538f80385f9: Download complete [2020-11-26T07:33:49.048Z] b538f80385f9: Pull complete [2020-11-26T07:33:49.324Z] 74f711af9a0d: Pull complete [2020-11-26T07:33:49.929Z] 99f96fe45779: Pull complete [2020-11-26T07:33:50.910Z] 209524e5b208: Verifying Checksum [2020-11-26T07:33:51.505Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T07:33:51.505Z] 8529a6b9a6be: Download complete [2020-11-26T07:34:01.649Z] 8529a6b9a6be: Pull complete [2020-11-26T07:34:01.649Z] 45590311c82a: Pull complete [2020-11-26T07:34:01.649Z] 69ca0ff8b7b3: Pull complete [2020-11-26T07:34:05.057Z] 209524e5b208: Pull complete [2020-11-26T07:34:05.057Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T07:34:05.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T07:34:05.057Z] ---> 5bddaf1c2fca [2020-11-26T07:34:05.057Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-26T07:34:08.463Z] ---> Running in 23757b973d4a [2020-11-26T07:34:09.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:34:10.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:34:11.017Z] (1/12) Installing libmagic (5.38-r0) [2020-11-26T07:34:11.289Z] (2/12) Installing file (5.38-r0) [2020-11-26T07:34:11.289Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-26T07:34:11.289Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-26T07:34:15.587Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-26T07:34:15.587Z] (6/12) Installing patch (2.7.6-r6) [2020-11-26T07:34:15.587Z] (7/12) Installing build-base (0.5-r2) [2020-11-26T07:34:15.587Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-26T07:34:15.587Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-26T07:34:15.587Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-26T07:34:15.587Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-26T07:34:15.587Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-26T07:34:15.587Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T07:34:15.859Z] OK: 217 MiB in 51 packages [2020-11-26T07:34:16.101Z] Removing intermediate container a615a0a9e40b [2020-11-26T07:34:16.101Z] ---> ab1f8a647e7e [2020-11-26T07:34:16.101Z] Successfully built ab1f8a647e7e [2020-11-26T07:34:16.101Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:34:16.425Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T07:34:16.425Z] . [Pipeline] withDockerContainer [2020-11-26T07:34:16.525Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:34:16.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T07:34:17.374Z] $ docker top 2f62fe5773bcbe38decb7700697e3407bf28f7b924dc27414f64cc82759206d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:34:17.908Z] + go version [2020-11-26T07:34:17.908Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T07:34:17.923Z] $ docker stop --time=1 2f62fe5773bcbe38decb7700697e3407bf28f7b924dc27414f64cc82759206d7 [2020-11-26T07:34:19.285Z] $ docker rm -f 2f62fe5773bcbe38decb7700697e3407bf28f7b924dc27414f64cc82759206d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:34:20.163Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T07:34:20.163Z] . [Pipeline] withDockerContainer [2020-11-26T07:34:20.191Z] Removing intermediate container 23757b973d4a [2020-11-26T07:34:20.191Z] ---> f639502d904e [2020-11-26T07:34:20.191Z] Step 4/7 : WORKDIR /edgex-go [2020-11-26T07:34:20.191Z] ---> Running in 15e25238b38a [2020-11-26T07:34:20.191Z] Removing intermediate container 15e25238b38a [2020-11-26T07:34:20.191Z] ---> 93c044510b1b [2020-11-26T07:34:20.191Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T07:34:20.263Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:34:20.309Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T07:34:20.784Z] latest: Pulling from library/docker [2020-11-26T07:34:20.784Z] 5f621e34cdf4: Pulling fs layer [2020-11-26T07:34:20.784Z] 85db56a05063: Pulling fs layer [2020-11-26T07:34:20.784Z] ccb67d6aeaaa: Pulling fs layer [2020-11-26T07:34:20.784Z] a0b19fc83503: Pulling fs layer [2020-11-26T07:34:20.784Z] 8eb508b41278: Pulling fs layer [2020-11-26T07:34:20.784Z] 37236713561e: Pulling fs layer [2020-11-26T07:34:20.784Z] 07c93f2b1b56: Pulling fs layer [2020-11-26T07:34:20.784Z] a0b19fc83503: Waiting [2020-11-26T07:34:20.784Z] 8eb508b41278: Waiting [2020-11-26T07:34:20.784Z] 07c93f2b1b56: Waiting [2020-11-26T07:34:20.784Z] 37236713561e: Waiting [2020-11-26T07:34:20.943Z] $ docker top 92c2abf272471f353c3a32b990ffaf110c885802cd0f2262959f578af2d92ec0 -eo pid,comm [2020-11-26T07:34:21.119Z] ccb67d6aeaaa: Verifying Checksum [2020-11-26T07:34:21.119Z] ccb67d6aeaaa: Download complete [2020-11-26T07:34:21.119Z] 5f621e34cdf4: Verifying Checksum [2020-11-26T07:34:21.119Z] 85db56a05063: Verifying Checksum [2020-11-26T07:34:21.119Z] 85db56a05063: Download complete [Pipeline] { [Pipeline] echo [2020-11-26T07:34:21.177Z] ========================================================= [2020-11-26T07:34:21.177Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-26T07:34:21.177Z] ========================================================= [Pipeline] sh [2020-11-26T07:34:21.405Z] 8eb508b41278: Verifying Checksum [2020-11-26T07:34:21.406Z] 8eb508b41278: Download complete [2020-11-26T07:34:21.406Z] 37236713561e: Verifying Checksum [2020-11-26T07:34:21.406Z] 37236713561e: Download complete [2020-11-26T07:34:21.406Z] 07c93f2b1b56: Download complete [2020-11-26T07:34:21.504Z] + make test [2020-11-26T07:34:21.504Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T07:34:22.023Z] 5f621e34cdf4: Pull complete [2020-11-26T07:34:23.008Z] 85db56a05063: Pull complete [2020-11-26T07:34:23.008Z] a0b19fc83503: Download complete [2020-11-26T07:34:23.281Z] ccb67d6aeaaa: Pull complete [2020-11-26T07:34:26.674Z] a0b19fc83503: Pull complete [2020-11-26T07:34:26.674Z] 8eb508b41278: Pull complete [2020-11-26T07:34:26.946Z] 37236713561e: Pull complete [2020-11-26T07:34:27.542Z] 07c93f2b1b56: Pull complete [2020-11-26T07:34:27.542Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T07:34:27.542Z] Status: Downloaded newer image for docker:latest [2020-11-26T07:34:29.746Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-26T07:34:30.969Z] ---> 9ad514471a01 [2020-11-26T07:34:30.969Z] Step 6/7 : COPY go.mod . [2020-11-26T07:34:31.567Z] ---> e6e61a7ec450 [2020-11-26T07:34:31.567Z] Step 7/7 : RUN go mod download [2020-11-26T07:34:31.567Z] ---> Running in 3192eea756d8 [2020-11-26T07:34:44.777Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-26T07:34:51.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-26T07:34:51.716Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-26T07:34:51.716Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-26T07:34:51.716Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-26T07:34:51.981Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-26T07:34:53.927Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s [2020-11-26T07:34:53.927Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-26T07:34:53.927Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-26T07:34:54.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-26T07:34:54.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-26T07:34:54.780Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-26T07:34:54.780Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-26T07:34:54.780Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-26T07:34:58.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements [2020-11-26T07:34:58.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-26T07:34:58.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-26T07:34:58.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-26T07:34:58.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-26T07:34:58.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-26T07:35:01.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.156s coverage: 27.1% of statements [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-26T07:35:01.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-26T07:35:01.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-26T07:35:01.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.393s coverage: 69.3% of statements [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-26T07:35:01.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.107s coverage: 83.3% of statements [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-26T07:35:01.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-26T07:35:03.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-26T07:35:03.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-26T07:35:03.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-26T07:35:03.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2020-11-26T07:35:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-26T07:35:04.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.108s coverage: 97.5% of statements [2020-11-26T07:35:04.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-26T07:35:04.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 79.0% of statements [2020-11-26T07:35:04.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-26T07:35:04.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-26T07:35:04.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-26T07:35:04.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-26T07:35:05.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.303s coverage: 95.7% of statements [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-26T07:35:05.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-26T07:35:05.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.0% of statements [no tests to run] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-26T07:35:05.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-26T07:35:05.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements [2020-11-26T07:35:05.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-26T07:35:05.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-26T07:35:05.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2020-11-26T07:35:06.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2020-11-26T07:35:06.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2020-11-26T07:35:06.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2020-11-26T07:35:06.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2020-11-26T07:35:08.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 55.9% of statements [2020-11-26T07:35:08.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-26T07:35:08.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-26T07:35:08.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-26T07:35:08.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-26T07:35:08.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-26T07:35:08.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-26T07:35:10.548Z] Removing intermediate container 3192eea756d8 [2020-11-26T07:35:10.548Z] ---> fb98ec7a0912 [2020-11-26T07:35:10.548Z] Successfully built fb98ec7a0912 [2020-11-26T07:35:10.548Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:35:10.891Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T07:35:10.891Z] . [Pipeline] withDockerContainer [2020-11-26T07:35:11.163Z] prd-ubuntu18.04-docker-arm64-4c-16g-13522 does not seem to be running inside a container [2020-11-26T07:35:11.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.622s coverage: 86.3% of statements [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.091s coverage: 72.2% of statements [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.367s coverage: 72.1% of statements [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.059s coverage: 82.4% of statements [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.062s coverage: 48.4% of statements [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.2% of statements [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-26T07:35:11.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.327s coverage: 84.1% of statements [2020-11-26T07:35:11.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2020-11-26T07:35:11.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.063s coverage: 42.9% of statements [2020-11-26T07:35:11.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-26T07:35:11.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-26T07:35:11.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.037s coverage: 100.0% of statements [2020-11-26T07:35:11.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-26T07:35:11.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.083s coverage: 83.8% of statements [2020-11-26T07:35:11.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-26T07:35:12.769Z] $ docker top d9e47ef1851c7dde45bea211f57cdbda35cda1c3242d1553443584b87aaf6fa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:35:13.787Z] + go version [2020-11-26T07:35:13.787Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T07:35:13.813Z] $ docker stop --time=1 d9e47ef1851c7dde45bea211f57cdbda35cda1c3242d1553443584b87aaf6fa7 [2020-11-26T07:35:13.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2020-11-26T07:35:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-26T07:35:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-26T07:35:13.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements [2020-11-26T07:35:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-26T07:35:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-26T07:35:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-26T07:35:13.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.087s coverage: 100.0% of statements [2020-11-26T07:35:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-26T07:35:13.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2020-11-26T07:35:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-26T07:35:15.761Z] $ docker rm -f d9e47ef1851c7dde45bea211f57cdbda35cda1c3242d1553443584b87aaf6fa7 [2020-11-26T07:35:15.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.670s coverage: 29.1% of statements [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-26T07:35:15.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-26T07:35:15.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-26T07:35:15.915Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-26T07:35:15.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-26T07:35:15.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-26T07:35:15.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-26T07:35:15.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-11-26T07:35:16.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-11-26T07:35:16.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-11-26T07:35:16.703Z] GO111MODULE=on go vet ./... [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:35:17.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T07:35:17.707Z] [2020-11-26T07:35:17.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:35:18.094Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T07:35:18.094Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-26T07:35:18.094Z] 29e5d40040c1: Pulling fs layer [2020-11-26T07:35:18.094Z] 1ce36da41761: Pulling fs layer [2020-11-26T07:35:18.094Z] 25b303627fd3: Pulling fs layer [2020-11-26T07:35:18.687Z] 29e5d40040c1: Verifying Checksum [2020-11-26T07:35:18.687Z] 29e5d40040c1: Download complete [2020-11-26T07:35:19.285Z] 1ce36da41761: Verifying Checksum [2020-11-26T07:35:19.285Z] 1ce36da41761: Download complete [2020-11-26T07:35:19.285Z] 29e5d40040c1: Pull complete [2020-11-26T07:35:20.718Z] 1ce36da41761: Pull complete [2020-11-26T07:35:20.718Z] 25b303627fd3: Verifying Checksum [2020-11-26T07:35:20.718Z] 25b303627fd3: Download complete [2020-11-26T07:35:30.875Z] 25b303627fd3: Pull complete [2020-11-26T07:35:30.875Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-26T07:35:30.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T07:35:30.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-26T07:35:31.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-13522 does not seem to be running inside a container [2020-11-26T07:35:32.130Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-26T07:35:35.383Z] $ docker top 27f1fb242c17586c74f37eef5be2a29e69ce5c83be2a3fd9af73ea7213ae538f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:35:36.379Z] + grep parallel [2020-11-26T07:35:36.379Z] + docker-compose build --help [2020-11-26T07:35:39.757Z] --parallel Build images in parallel. [Pipeline] } [2020-11-26T07:35:39.778Z] $ docker stop --time=1 27f1fb242c17586c74f37eef5be2a29e69ce5c83be2a3fd9af73ea7213ae538f [2020-11-26T07:35:41.735Z] $ docker rm -f 27f1fb242c17586c74f37eef5be2a29e69ce5c83be2a3fd9af73ea7213ae538f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:35:42.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T07:35:42.592Z] . [Pipeline] withDockerContainer [2020-11-26T07:35:42.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-13522 does not seem to be running inside a container [2020-11-26T07:35:42.939Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-26T07:35:43.814Z] gofmt -l . [2020-11-26T07:35:43.814Z] [ "`gofmt -l .`" = "" ] [2020-11-26T07:35:43.814Z] ./bin/test-go-mod-tidy.sh [2020-11-26T07:35:43.814Z] ./bin/test-attribution-txt.sh [2020-11-26T07:35:44.274Z] $ docker top ccada57272bf4ac8f9a60fb411235621564f51906568bc4384c51664b7ab924f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:35:45.274Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh [2020-11-26T07:35:46.080Z] + ls -al . [2020-11-26T07:35:46.080Z] total 644 [2020-11-26T07:35:46.080Z] drwxrwxr-x 10 1001 1001 4096 Nov 26 07:35 . [2020-11-26T07:35:46.080Z] drwxr-xr-x 4 root root 32 Nov 26 07:34 .. [2020-11-26T07:35:46.080Z] -rw-rw-r-- 1 1001 1001 11 Nov 26 07:32 .dockerignore [2020-11-26T07:35:46.080Z] drwxrwxr-x 8 1001 1001 162 Nov 26 07:32 .git [2020-11-26T07:35:46.081Z] drwxrwxr-x 3 1001 1001 125 Nov 26 07:32 .github [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 971 Nov 26 07:32 .gitignore [2020-11-26T07:35:46.081Z] drwx------ 3 1001 1001 32 Nov 26 07:32 .semver [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 166 Nov 26 07:32 .sonarcloud.properties [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 3804 Nov 26 07:32 CONTRIBUTING.md [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 1035 Nov 26 07:32 Dockerfile.build [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 863 Nov 26 07:32 Jenkinsfile [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 10775 Nov 26 07:32 LICENSE [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 6581 Nov 26 07:32 Makefile [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 6447 Nov 26 07:32 README.md [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 259 Nov 26 07:32 SECURITY.md [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 11 Nov 26 07:33 VERSION [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 4131 Nov 26 07:32 ZMQWindows.md [2020-11-26T07:35:46.081Z] drwxrwxr-x 2 1001 1001 117 Nov 26 07:32 bin [2020-11-26T07:35:46.081Z] drwxrwxr-x 15 1001 1001 4096 Nov 26 07:32 cmd [2020-11-26T07:35:46.081Z] -rw-r--r-- 1 root root 549148 Nov 26 07:35 coverage.out [2020-11-26T07:35:46.081Z] -rw-r--r-- 1 root root 1041 Nov 26 07:35 go.mod [2020-11-26T07:35:46.081Z] -rw-r--r-- 1 root root 18582 Nov 26 07:35 go.sum [2020-11-26T07:35:46.081Z] drwxrwxr-x 8 1001 1001 127 Nov 26 07:32 internal [2020-11-26T07:35:46.081Z] drwxrwxr-x 4 1001 1001 26 Nov 26 07:32 openapi [2020-11-26T07:35:46.081Z] drwxrwxr-x 4 1001 1001 71 Nov 26 07:32 snap [2020-11-26T07:35:46.081Z] -rw-rw-r-- 1 1001 1001 168 Nov 26 07:32 version.go [Pipeline] sh [2020-11-26T07:35:46.389Z] + '[' -e coverage.out ] [2020-11-26T07:35:46.389Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-26T07:35:46.601Z] Stashed 1 file(s) [Pipeline] sh [2020-11-26T07:35:46.900Z] + make build [2020-11-26T07:35:46.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-26T07:35:48.665Z] Building docker-core-command-go ... [2020-11-26T07:35:48.665Z] Building docker-core-data-go ... [2020-11-26T07:35:48.665Z] Building docker-core-metadata-go ... [2020-11-26T07:35:48.665Z] Building docker-security-bootstrap-redis-go ... [2020-11-26T07:35:48.665Z] Building docker-security-proxy-setup-go ... [2020-11-26T07:35:48.665Z] Building docker-security-secrets-setup-go ... [2020-11-26T07:35:48.665Z] Building docker-security-secretstore-setup-go ... [2020-11-26T07:35:48.665Z] Building docker-support-logging-go ... [2020-11-26T07:35:48.665Z] Building docker-support-notifications-go ... [2020-11-26T07:35:48.665Z] Building docker-support-scheduler-go ... [2020-11-26T07:35:48.665Z] Building docker-sys-mgmt-agent-go ... [2020-11-26T07:35:48.665Z] Building docker-core-command-go [2020-11-26T07:35:48.665Z] Building docker-core-data-go [2020-11-26T07:35:48.666Z] Building docker-security-bootstrap-redis-go [2020-11-26T07:35:48.666Z] Building docker-support-notifications-go [2020-11-26T07:35:48.666Z] Building docker-support-scheduler-go [2020-11-26T07:35:57.179Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-data/core-data ./cmd/core-data [2020-11-26T07:35:59.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-command/core-command ./cmd/core-command [2020-11-26T07:36:01.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T07:36:02.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-26T07:36:04.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-26T07:36:04.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-26T07:36:06.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-26T07:36:08.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-26T07:36:09.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-26T07:36:10.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-26T07:36:12.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-26T07:36:13.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-11-26T07:36:14.431Z] $ docker stop --time=1 92c2abf272471f353c3a32b990ffaf110c885802cd0f2262959f578af2d92ec0 [2020-11-26T07:36:16.104Z] $ docker rm -f 92c2abf272471f353c3a32b990ffaf110c885802cd0f2262959f578af2d92ec0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:36:17.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T07:36:17.379Z] [2020-11-26T07:36:17.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:36:17.806Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T07:36:17.806Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-26T07:36:17.806Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-26T07:36:17.806Z] ca9280d653b3: Pulling fs layer [2020-11-26T07:36:17.806Z] 7e9c9ca2126c: Pulling fs layer [2020-11-26T07:36:18.123Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-26T07:36:18.123Z] cbdbe7a5bc2a: Download complete [2020-11-26T07:36:18.389Z] cbdbe7a5bc2a: Pull complete [2020-11-26T07:36:18.389Z] ca9280d653b3: Verifying Checksum [2020-11-26T07:36:18.389Z] ca9280d653b3: Download complete [2020-11-26T07:36:19.348Z] ca9280d653b3: Pull complete [2020-11-26T07:36:20.294Z] 7e9c9ca2126c: Download complete [2020-11-26T07:36:26.936Z] 7e9c9ca2126c: Pull complete [2020-11-26T07:36:26.936Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-26T07:36:26.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T07:36:26.936Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-26T07:36:27.127Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:36:27.182Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-26T07:36:30.352Z] $ docker top 66eb9e06f8d75c2f6289b87d0ad6bd8ca026710b090505917f85b67da4a7bed8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:36:30.899Z] + docker-compose build --help [2020-11-26T07:36:30.899Z] + grep parallel [2020-11-26T07:36:31.845Z] --parallel Build images in parallel. [Pipeline] } [2020-11-26T07:36:32.121Z] $ docker stop --time=1 66eb9e06f8d75c2f6289b87d0ad6bd8ca026710b090505917f85b67da4a7bed8 [2020-11-26T07:36:33.616Z] $ docker rm -f 66eb9e06f8d75c2f6289b87d0ad6bd8ca026710b090505917f85b67da4a7bed8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:36:34.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T07:36:34.291Z] . [Pipeline] withDockerContainer [2020-11-26T07:36:34.398Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:36:34.455Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-26T07:36:35.470Z] $ docker top ab6f1f9499183c839498fedd995a7df556ea10cbb6ba47d2fedd3af1ecd7f90b -eo pid,comm [2020-11-26T07:36:35.671Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:36:35.672Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:36:35.672Z] ---> fb98ec7a0912 [2020-11-26T07:36:35.672Z] Step 3/23 : WORKDIR /edgex-go [2020-11-26T07:36:35.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:36:35.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:36:35.672Z] ---> fb98ec7a0912 [2020-11-26T07:36:35.672Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:36:35.672Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:36:35.672Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:36:35.672Z] ---> fb98ec7a0912 [2020-11-26T07:36:35.672Z] Step 3/21 : WORKDIR /edgex-go [2020-11-26T07:36:35.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:36:35.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:36:35.672Z] ---> fb98ec7a0912 [2020-11-26T07:36:35.672Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:36:35.672Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:36:35.672Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:36:35.672Z] ---> fb98ec7a0912 [2020-11-26T07:36:35.672Z] Step 3/24 : WORKDIR /edgex-go [Pipeline] { [Pipeline] sh [2020-11-26T07:36:36.038Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-26T07:36:37.433Z] Building docker-core-command-go ... [2020-11-26T07:36:37.433Z] Building docker-core-data-go ... [2020-11-26T07:36:37.433Z] Building docker-core-metadata-go ... [2020-11-26T07:36:37.433Z] Building docker-security-bootstrap-redis-go ... [2020-11-26T07:36:37.433Z] Building docker-security-proxy-setup-go ... [2020-11-26T07:36:37.433Z] Building docker-security-secrets-setup-go ... [2020-11-26T07:36:37.433Z] Building docker-security-secretstore-setup-go ... [2020-11-26T07:36:37.433Z] Building docker-support-logging-go ... [2020-11-26T07:36:37.433Z] Building docker-support-notifications-go ... [2020-11-26T07:36:37.433Z] Building docker-support-scheduler-go ... [2020-11-26T07:36:37.433Z] Building docker-sys-mgmt-agent-go ... [2020-11-26T07:36:37.433Z] Building docker-support-logging-go [2020-11-26T07:36:37.433Z] Building docker-security-bootstrap-redis-go [2020-11-26T07:36:37.433Z] Building docker-core-command-go [2020-11-26T07:36:37.433Z] Building docker-security-secrets-setup-go [2020-11-26T07:36:37.433Z] Building docker-core-metadata-go [2020-11-26T07:36:37.656Z] ---> Running in fcb58a64952d [2020-11-26T07:36:37.656Z] ---> Running in df5488d2d2c3 [2020-11-26T07:36:37.656Z] ---> Running in b31c96543afa [2020-11-26T07:36:37.656Z] ---> Running in 77af470f02b1 [2020-11-26T07:36:37.656Z] ---> Running in b14c4a025413 [2020-11-26T07:36:37.936Z] Removing intermediate container b14c4a025413 [2020-11-26T07:36:37.936Z] ---> 781154409e92 [2020-11-26T07:36:37.936Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:36:38.212Z] Removing intermediate container df5488d2d2c3 [2020-11-26T07:36:38.212Z] ---> b64ee6643da2 [2020-11-26T07:36:38.212Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:36:38.212Z] ---> Running in 1ead41330d2e [2020-11-26T07:36:38.212Z] Removing intermediate container b31c96543afa [2020-11-26T07:36:38.212Z] ---> d5b5beb21295 [2020-11-26T07:36:38.212Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:36:38.212Z] Removing intermediate container 77af470f02b1 [2020-11-26T07:36:38.212Z] ---> 1115ddd148ca [2020-11-26T07:36:38.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:36:38.486Z] Removing intermediate container fcb58a64952d [2020-11-26T07:36:38.486Z] ---> a5bdf2248091 [2020-11-26T07:36:38.486Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:36:38.838Z] ---> Running in b9e8d63dc6fa [2020-11-26T07:36:38.838Z] ---> Running in 55e8f834c69e [2020-11-26T07:36:38.838Z] ---> Running in f4865824e508 [2020-11-26T07:36:38.838Z] ---> Running in 7f71444fc471 [2020-11-26T07:36:42.381Z] Removing intermediate container 1ead41330d2e [2020-11-26T07:36:42.381Z] ---> 9c4db4a5e1b2 [2020-11-26T07:36:42.381Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T07:36:42.671Z] ---> Running in f63f258107e4 [2020-11-26T07:36:42.946Z] Removing intermediate container b9e8d63dc6fa [2020-11-26T07:36:42.946Z] ---> d7480390b704 [2020-11-26T07:36:42.946Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T07:36:43.223Z] Removing intermediate container 55e8f834c69e [2020-11-26T07:36:43.223Z] ---> c3d2d029ce3a [2020-11-26T07:36:43.223Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-26T07:36:43.223Z] ---> Running in 6bdf8a0ceb54 [2020-11-26T07:36:43.516Z] ---> Running in 67f3b9086a57 [2020-11-26T07:36:43.516Z] Removing intermediate container f4865824e508 [2020-11-26T07:36:43.516Z] ---> cdfab1565652 [2020-11-26T07:36:43.516Z] Step 5/21 : RUN apk update && apk add make git [2020-11-26T07:36:43.790Z] Removing intermediate container 7f71444fc471 [2020-11-26T07:36:43.790Z] ---> 712245cc5a94 [2020-11-26T07:36:43.790Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-26T07:36:43.790Z] ---> Running in 029645e5e317 [2020-11-26T07:36:44.066Z] ---> Running in 862b2bb25f45 [2020-11-26T07:36:44.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:45.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:45.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:45.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:45.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:45.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:46.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:46.548Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:36:46.548Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:36:46.548Z] OK: 12625 distinct packages available [2020-11-26T07:36:46.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:46.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:46.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:47.158Z] OK: 217 MiB in 51 packages [2020-11-26T07:36:47.158Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:36:47.158Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:36:47.158Z] OK: 12625 distinct packages available [2020-11-26T07:36:47.158Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:36:47.158Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:36:47.158Z] OK: 12625 distinct packages available [2020-11-26T07:36:47.435Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:36:47.435Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:36:47.435Z] OK: 12625 distinct packages available [2020-11-26T07:36:47.714Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:36:47.714Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:36:47.714Z] OK: 12625 distinct packages available [2020-11-26T07:36:48.002Z] OK: 217 MiB in 51 packages [2020-11-26T07:36:48.002Z] OK: 217 MiB in 51 packages [2020-11-26T07:36:48.628Z] OK: 217 MiB in 51 packages [2020-11-26T07:36:48.628Z] OK: 217 MiB in 51 packages [2020-11-26T07:36:48.917Z] Removing intermediate container f63f258107e4 [2020-11-26T07:36:48.917Z] ---> 4170126a11a4 [2020-11-26T07:36:48.917Z] Step 6/22 : COPY go.mod . [2020-11-26T07:36:49.910Z] ---> 088b74c0b35f [2020-11-26T07:36:49.910Z] Step 7/22 : RUN go mod download [2020-11-26T07:36:49.910Z] Removing intermediate container 6bdf8a0ceb54 [2020-11-26T07:36:49.910Z] ---> 260c483e84af [2020-11-26T07:36:49.910Z] Step 6/22 : COPY go.mod . [2020-11-26T07:36:50.183Z] Removing intermediate container 67f3b9086a57 [2020-11-26T07:36:50.183Z] ---> 599fe5d8edd2 [2020-11-26T07:36:50.183Z] Step 6/24 : COPY go.mod . [2020-11-26T07:36:50.183Z] ---> Running in 5ac0e4c0f7d5 [2020-11-26T07:36:50.183Z] Removing intermediate container 862b2bb25f45 [2020-11-26T07:36:50.183Z] ---> b15abc5ec0d9 [2020-11-26T07:36:50.183Z] Step 6/23 : COPY go.mod . [2020-11-26T07:36:50.789Z] Removing intermediate container 029645e5e317 [2020-11-26T07:36:50.789Z] ---> fb6f5ff9f870 [2020-11-26T07:36:50.789Z] Step 6/21 : COPY go.mod . [2020-11-26T07:36:51.067Z] ---> b49ae363beaf [2020-11-26T07:36:51.067Z] Step 7/22 : RUN go mod download [2020-11-26T07:36:51.341Z] ---> Running in 0ea00b2d497c [2020-11-26T07:36:51.341Z] ---> 3f7f344b9ae6 [2020-11-26T07:36:51.341Z] Step 7/24 : RUN go mod download [2020-11-26T07:36:51.341Z] ---> ec7f30f0ca8b [2020-11-26T07:36:51.341Z] Step 7/23 : RUN go mod download [2020-11-26T07:36:51.614Z] ---> Running in 0b66eb3e23cf [2020-11-26T07:36:51.614Z] ---> Running in 0363ec90459a [2020-11-26T07:36:51.614Z] ---> 46a8ced7f94e [2020-11-26T07:36:51.614Z] Step 7/21 : RUN go mod download [2020-11-26T07:36:51.887Z] ---> Running in 1df3f7107029 [2020-11-26T07:36:54.557Z] Removing intermediate container 5ac0e4c0f7d5 [2020-11-26T07:36:54.557Z] ---> 756e12fef515 [2020-11-26T07:36:54.557Z] Step 8/22 : COPY . . [2020-11-26T07:36:55.559Z] Removing intermediate container 0ea00b2d497c [2020-11-26T07:36:55.559Z] ---> e13b5852cc06 [2020-11-26T07:36:55.559Z] Step 8/22 : COPY . . [2020-11-26T07:36:56.172Z] Removing intermediate container 0b66eb3e23cf [2020-11-26T07:36:56.172Z] ---> 959ee0d6e295 [2020-11-26T07:36:56.172Z] Step 8/23 : COPY . . [2020-11-26T07:36:56.773Z] Removing intermediate container 1df3f7107029 [2020-11-26T07:36:56.773Z] ---> e1887032f16f [2020-11-26T07:36:56.773Z] Step 8/21 : COPY . . [2020-11-26T07:36:57.049Z] Removing intermediate container 0363ec90459a [2020-11-26T07:36:57.049Z] ---> 543be9478af5 [2020-11-26T07:36:57.049Z] Step 8/24 : COPY . . [2020-11-26T07:37:09.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:37:09.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:37:09.704Z] ---> ab1f8a647e7e [2020-11-26T07:37:09.704Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:37:09.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:37:09.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:37:09.704Z] ---> ab1f8a647e7e [2020-11-26T07:37:09.704Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:37:09.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:37:09.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:37:09.704Z] ---> ab1f8a647e7e [2020-11-26T07:37:09.704Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:37:09.704Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:37:09.704Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-26T07:37:09.704Z] ---> ab1f8a647e7e [2020-11-26T07:37:09.704Z] Step 3/29 : WORKDIR /edgex-go [2020-11-26T07:37:09.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:37:09.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:37:09.704Z] ---> ab1f8a647e7e [2020-11-26T07:37:09.704Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:37:09.704Z] ---> Running in 107edab1065f [2020-11-26T07:37:09.704Z] ---> Running in 1128b83b2655 [2020-11-26T07:37:09.704Z] ---> Running in 52193008d110 [2020-11-26T07:37:09.704Z] ---> Running in 87f87bd65488 [2020-11-26T07:37:09.704Z] ---> Running in eda1935b9a4c [2020-11-26T07:37:09.704Z] Removing intermediate container 87f87bd65488 [2020-11-26T07:37:09.704Z] ---> c60860886c9d [2020-11-26T07:37:09.704Z] Step 4/29 : RUN apk update && apk add make git [2020-11-26T07:37:09.704Z] Removing intermediate container 52193008d110 [2020-11-26T07:37:09.704Z] ---> 280edda62163 [2020-11-26T07:37:09.704Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:37:09.704Z] Removing intermediate container 107edab1065f [2020-11-26T07:37:09.704Z] ---> 8b727b015dfc [2020-11-26T07:37:09.704Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:37:09.704Z] Removing intermediate container eda1935b9a4c [2020-11-26T07:37:09.704Z] ---> d1321ba5a7fd [2020-11-26T07:37:09.704Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:37:09.704Z] Removing intermediate container 1128b83b2655 [2020-11-26T07:37:09.704Z] ---> 89399c7773ee [2020-11-26T07:37:09.704Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:37:09.704Z] ---> Running in 163e24bf2655 [2020-11-26T07:37:09.704Z] ---> Running in 2b58f2cb730a [2020-11-26T07:37:09.704Z] ---> Running in 88eacd506031 [2020-11-26T07:37:09.704Z] ---> Running in 32d194974cb1 [2020-11-26T07:37:09.704Z] ---> Running in 6e3364d3b2df [2020-11-26T07:37:09.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:10.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:10.674Z] Removing intermediate container 88eacd506031 [2020-11-26T07:37:10.674Z] ---> 630396b5e3f1 [2020-11-26T07:37:10.674Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T07:37:10.937Z] Removing intermediate container 2b58f2cb730a [2020-11-26T07:37:10.937Z] ---> b370819eafc0 [2020-11-26T07:37:10.937Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T07:37:10.937Z] Removing intermediate container 32d194974cb1 [2020-11-26T07:37:10.937Z] ---> 7ec89338fd79 [2020-11-26T07:37:10.937Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T07:37:10.937Z] ---> Running in c2e65638de34 [2020-11-26T07:37:10.937Z] ---> Running in 43e56f89a078 [2020-11-26T07:37:11.200Z] ---> Running in 3ebd901bfd02 [2020-11-26T07:37:11.200Z] Removing intermediate container 6e3364d3b2df [2020-11-26T07:37:11.200Z] ---> 1cb866aaba3c [2020-11-26T07:37:11.200Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-26T07:37:11.471Z] ---> Running in 95e0ab00ea53 [2020-11-26T07:37:11.471Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:37:11.471Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:37:11.471Z] OK: 12754 distinct packages available [2020-11-26T07:37:11.735Z] OK: 233 MiB in 51 packages [2020-11-26T07:37:11.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:11.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:12.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:12.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:12.261Z] Removing intermediate container 163e24bf2655 [2020-11-26T07:37:12.261Z] ---> 39bd70526e2b [2020-11-26T07:37:12.261Z] Step 5/29 : COPY go.mod . [2020-11-26T07:37:12.529Z] ---> 304319e7ec46 [2020-11-26T07:37:12.529Z] Step 6/29 : RUN go mod download [2020-11-26T07:37:12.529Z] ---> Running in c57e1fa65678 [2020-11-26T07:37:13.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:13.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:13.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:13.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:37:13.942Z] Removing intermediate container c57e1fa65678 [2020-11-26T07:37:13.942Z] ---> ae5b3ae358f6 [2020-11-26T07:37:13.942Z] Step 7/29 : COPY . . [2020-11-26T07:37:14.518Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:37:14.518Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:37:14.518Z] OK: 12754 distinct packages available [2020-11-26T07:37:15.101Z] OK: 233 MiB in 51 packages [2020-11-26T07:37:15.101Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:37:15.101Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:37:15.101Z] OK: 12754 distinct packages available [2020-11-26T07:37:15.363Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:37:15.363Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:37:15.363Z] OK: 12754 distinct packages available [2020-11-26T07:37:15.408Z] ---> 34358e0876a5 [2020-11-26T07:37:15.408Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-26T07:37:15.408Z] ---> 1d42d88aef90 [2020-11-26T07:37:15.408Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-26T07:37:15.408Z] ---> 537552176831 [2020-11-26T07:37:15.408Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-26T07:37:15.408Z] ---> Running in 090180a459ef [2020-11-26T07:37:15.408Z] ---> 0a4a9990160e [2020-11-26T07:37:15.408Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-26T07:37:15.408Z] ---> 8d8fe1425091 [2020-11-26T07:37:15.408Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-26T07:37:15.408Z] ---> Running in 79850dbb5f33 [2020-11-26T07:37:15.408Z] ---> Running in a987b544d60e [2020-11-26T07:37:15.408Z] ---> Running in 2a66f673832c [2020-11-26T07:37:15.408Z] ---> Running in e59ce60e56f9 [2020-11-26T07:37:15.625Z] OK: 233 MiB in 51 packages [2020-11-26T07:37:15.625Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:37:15.625Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:37:15.625Z] OK: 12754 distinct packages available [2020-11-26T07:37:15.625Z] OK: 233 MiB in 51 packages [2020-11-26T07:37:15.892Z] OK: 233 MiB in 51 packages [2020-11-26T07:37:16.165Z] OK: 233 MiB in 51 packages [2020-11-26T07:37:16.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-command/core-command ./cmd/core-command [2020-11-26T07:37:16.857Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-data/core-data ./cmd/core-data [2020-11-26T07:37:17.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-26T07:37:17.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-26T07:37:17.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-26T07:37:21.511Z] Removing intermediate container 3ebd901bfd02 [2020-11-26T07:37:21.511Z] ---> b3e2711a178f [2020-11-26T07:37:21.511Z] Step 6/22 : COPY go.mod . [2020-11-26T07:37:22.098Z] Removing intermediate container 43e56f89a078 [2020-11-26T07:37:22.098Z] ---> 224ba081d686 [2020-11-26T07:37:22.098Z] Step 6/22 : COPY go.mod . [2020-11-26T07:37:22.361Z] Removing intermediate container 95e0ab00ea53 [2020-11-26T07:37:22.361Z] ---> 2e439d1b84b8 [2020-11-26T07:37:22.361Z] Step 6/22 : COPY go.mod . [2020-11-26T07:37:22.361Z] Removing intermediate container c2e65638de34 [2020-11-26T07:37:22.361Z] ---> b3aa6eed21fd [2020-11-26T07:37:22.361Z] Step 6/22 : COPY go.mod . [2020-11-26T07:37:22.637Z] ---> bca70c857b9d [2020-11-26T07:37:22.637Z] Step 7/22 : RUN go mod download [2020-11-26T07:37:22.637Z] ---> 9483e85dd0c1 [2020-11-26T07:37:22.637Z] Step 7/22 : RUN go mod download [2020-11-26T07:37:23.217Z] ---> Running in 36a19c4ad413 [2020-11-26T07:37:23.217Z] ---> Running in c366dce2711b [2020-11-26T07:37:24.173Z] ---> f4babca34e9f [2020-11-26T07:37:24.173Z] Step 7/22 : RUN go mod download [2020-11-26T07:37:24.436Z] ---> fda213770c16 [2020-11-26T07:37:24.436Z] Step 7/22 : RUN go mod download [2020-11-26T07:37:24.436Z] ---> Running in 66690ee41413 [2020-11-26T07:37:25.396Z] ---> Running in 9f4dda9f7abf [2020-11-26T07:37:29.665Z] ---> 90a1accb493f [2020-11-26T07:37:29.666Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-26T07:37:29.666Z] Removing intermediate container c366dce2711b [2020-11-26T07:37:29.666Z] ---> 5650618a120b [2020-11-26T07:37:29.666Z] Step 8/22 : COPY . . [2020-11-26T07:37:29.666Z] Removing intermediate container 36a19c4ad413 [2020-11-26T07:37:29.666Z] ---> 31c00c529dbe [2020-11-26T07:37:29.666Z] Step 8/22 : COPY . . [2020-11-26T07:37:29.666Z] ---> Running in 8917c1c9009b [2020-11-26T07:37:29.666Z] Removing intermediate container 66690ee41413 [2020-11-26T07:37:29.666Z] ---> 6161f12e2082 [2020-11-26T07:37:29.666Z] Step 8/22 : COPY . . [2020-11-26T07:37:29.666Z] Removing intermediate container 9f4dda9f7abf [2020-11-26T07:37:29.666Z] ---> 104d52c3fa1c [2020-11-26T07:37:29.666Z] Step 8/22 : COPY . . [2020-11-26T07:37:33.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-26T07:38:06.228Z] ---> 15a8eec56538 [2020-11-26T07:38:06.228Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-26T07:38:06.228Z] ---> 3ae3fb9c59cd [2020-11-26T07:38:06.228Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-26T07:38:06.228Z] ---> Running in c7942c44c529 [2020-11-26T07:38:06.228Z] ---> Running in 232f56ef06f7 [2020-11-26T07:38:06.228Z] ---> 7d10ea624789 [2020-11-26T07:38:06.228Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-26T07:38:06.228Z] ---> 850df5bed10f [2020-11-26T07:38:06.228Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-26T07:38:06.228Z] Removing intermediate container 8917c1c9009b [2020-11-26T07:38:06.228Z] ---> c03d4acced55 [2020-11-26T07:38:06.228Z] [2020-11-26T07:38:06.228Z] Step 9/29 : FROM alpine:latest [2020-11-26T07:38:06.228Z] latest: Pulling from library/alpine [2020-11-26T07:38:06.228Z] ---> Running in e572e3730156 [2020-11-26T07:38:06.228Z] ---> Running in 225b36b7562f [2020-11-26T07:38:06.228Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T07:38:06.228Z] Status: Downloaded newer image for alpine:latest [2020-11-26T07:38:06.228Z] ---> d6e46aa2470d [2020-11-26T07:38:06.228Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-26T07:38:06.228Z] ---> Running in 9e5cdc3dc1ce [2020-11-26T07:38:06.228Z] Removing intermediate container 9e5cdc3dc1ce [2020-11-26T07:38:06.228Z] ---> 6511b19a6969 [2020-11-26T07:38:06.228Z] Step 11/29 : USER root [2020-11-26T07:38:06.228Z] ---> Running in 5db1449c7efb [2020-11-26T07:38:06.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T07:38:06.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-26T07:38:06.228Z] Removing intermediate container 5db1449c7efb [2020-11-26T07:38:06.228Z] ---> 589d439e3c19 [2020-11-26T07:38:06.228Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-26T07:38:06.228Z] ---> Running in 7f9e8ac6b068 [2020-11-26T07:38:06.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-command/core-command ./cmd/core-command [2020-11-26T07:38:06.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-26T07:38:06.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:38:06.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:38:06.495Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:38:06.495Z] v3.12.1-51-g991a1b26b6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:38:06.495Z] OK: 12746 distinct packages available [2020-11-26T07:38:06.760Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-26T07:38:07.025Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-26T07:38:07.025Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:38:07.025Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T07:38:07.025Z] OK: 6 MiB in 16 packages [2020-11-26T07:38:10.726Z] Removing intermediate container 7f9e8ac6b068 [2020-11-26T07:38:10.726Z] ---> caabb4fbd12d [2020-11-26T07:38:10.726Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-26T07:38:10.726Z] ---> Running in e839d1a89148 [2020-11-26T07:38:11.689Z] Removing intermediate container e839d1a89148 [2020-11-26T07:38:11.689Z] ---> e35a9aa0fea2 [2020-11-26T07:38:11.689Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-26T07:38:11.964Z] ---> Running in d3bea7bdeedb [2020-11-26T07:38:12.235Z] Removing intermediate container d3bea7bdeedb [2020-11-26T07:38:12.235Z] ---> d630df31c1f3 [2020-11-26T07:38:12.235Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-26T07:38:12.235Z] ---> Running in d8fd68840f0e [2020-11-26T07:38:14.187Z] Removing intermediate container d8fd68840f0e [2020-11-26T07:38:14.187Z] ---> 21ba3a855992 [2020-11-26T07:38:14.187Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-26T07:38:14.785Z] ---> 766a9d8d73f5 [2020-11-26T07:38:14.785Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-26T07:38:15.380Z] ---> d42ff30582c1 [2020-11-26T07:38:15.380Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-26T07:38:15.970Z] ---> bb24e7a0717f [2020-11-26T07:38:15.970Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-26T07:38:16.238Z] ---> 0208ff3966bb [2020-11-26T07:38:16.238Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-26T07:38:16.825Z] ---> 308e6ef55721 [2020-11-26T07:38:16.825Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-26T07:38:16.825Z] ---> Running in 86a6e65c348f [2020-11-26T07:38:19.462Z] Removing intermediate container 86a6e65c348f [2020-11-26T07:38:19.462Z] ---> 1105944e0aa1 [2020-11-26T07:38:19.462Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T07:38:20.047Z] ---> ffc28cb7e6f2 [2020-11-26T07:38:20.047Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T07:38:20.047Z] ---> Running in 68936b6a09d4 [2020-11-26T07:38:22.622Z] Removing intermediate container 68936b6a09d4 [2020-11-26T07:38:22.623Z] ---> 05c72b569ac6 [2020-11-26T07:38:22.623Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-26T07:38:22.623Z] ---> Running in b23f498853dd [2020-11-26T07:38:25.197Z] Removing intermediate container b23f498853dd [2020-11-26T07:38:25.197Z] ---> efe42a31357e [2020-11-26T07:38:25.197Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T07:38:25.197Z] ---> Running in 58d28947c804 [2020-11-26T07:38:25.460Z] Removing intermediate container 58d28947c804 [2020-11-26T07:38:25.460Z] ---> 17a6bacb691c [2020-11-26T07:38:25.460Z] Step 26/29 : CMD [ "generate" ] [2020-11-26T07:38:25.723Z] ---> Running in 3dbbbf9fffab [2020-11-26T07:38:25.987Z] Removing intermediate container 3dbbbf9fffab [2020-11-26T07:38:25.987Z] ---> 0d352c28bb78 [2020-11-26T07:38:25.987Z] Step 27/29 : LABEL arch=x86_64 [2020-11-26T07:38:25.987Z] ---> Running in f210edcda867 [2020-11-26T07:38:26.250Z] Removing intermediate container f210edcda867 [2020-11-26T07:38:26.250Z] ---> 2cda095141af [2020-11-26T07:38:26.250Z] Step 28/29 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:38:26.250Z] ---> Running in 2ed00acb7935 [2020-11-26T07:38:26.521Z] Removing intermediate container 2ed00acb7935 [2020-11-26T07:38:26.521Z] ---> 0ed08398d30d [2020-11-26T07:38:26.521Z] Step 29/29 : LABEL version=1.3.1-dev.9 [2020-11-26T07:38:26.787Z] ---> Running in 3c1a08cceb52 [2020-11-26T07:38:27.058Z] Removing intermediate container 3c1a08cceb52 [2020-11-26T07:38:27.058Z] ---> 1a87605efa7d [2020-11-26T07:38:27.058Z] [2020-11-26T07:38:27.329Z] Successfully built 1a87605efa7d [2020-11-26T07:38:27.329Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-26T07:38:27.329Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-11-26T07:38:45.562Z] Removing intermediate container 232f56ef06f7 [2020-11-26T07:38:45.562Z] ---> d4600160615e [2020-11-26T07:38:45.562Z] [2020-11-26T07:38:45.562Z] Step 10/22 : FROM alpine:3.10 [2020-11-26T07:38:45.562Z] 3.10: Pulling from library/alpine [2020-11-26T07:38:48.914Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:38:48.914Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:38:48.914Z] ---> ab1f8a647e7e [2020-11-26T07:38:48.914Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T07:38:48.914Z] ---> Using cache [2020-11-26T07:38:48.914Z] ---> 89399c7773ee [2020-11-26T07:38:48.914Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:38:48.914Z] ---> Using cache [2020-11-26T07:38:48.914Z] ---> 1cb866aaba3c [2020-11-26T07:38:48.914Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-26T07:38:51.479Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-26T07:38:51.479Z] Status: Downloaded newer image for alpine:3.10 [2020-11-26T07:38:51.479Z] ---> Running in 4133240af1d1 [2020-11-26T07:38:51.479Z] ---> be4e4bea2c2e [2020-11-26T07:38:51.479Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T07:38:51.479Z] Removing intermediate container c7942c44c529 [2020-11-26T07:38:51.479Z] ---> 77df4e85446b [2020-11-26T07:38:51.479Z] [2020-11-26T07:38:51.479Z] Step 10/22 : FROM scratch [2020-11-26T07:38:51.479Z] ---> [2020-11-26T07:38:51.479Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T07:38:51.479Z] ---> Running in c5bf1f6cd12f [2020-11-26T07:38:51.479Z] Removing intermediate container e572e3730156 [2020-11-26T07:38:51.479Z] ---> 9ae67cf390b6 [2020-11-26T07:38:51.479Z] [2020-11-26T07:38:51.479Z] Step 10/22 : FROM scratch [2020-11-26T07:38:51.479Z] ---> [2020-11-26T07:38:51.479Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:38:51.479Z] ---> Running in 530a74482a4e [2020-11-26T07:38:51.479Z] ---> Running in 0d2267e1cf12 [2020-11-26T07:38:52.067Z] Removing intermediate container 0d2267e1cf12 [2020-11-26T07:38:52.067Z] ---> f6c1c3a5babf [2020-11-26T07:38:52.067Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-26T07:38:52.067Z] Removing intermediate container 530a74482a4e [2020-11-26T07:38:52.067Z] ---> 138c96e10cc7 [2020-11-26T07:38:52.067Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-26T07:38:52.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:38:52.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:38:52.330Z] ---> Running in 1c472b9225a4 [2020-11-26T07:38:52.330Z] ---> Running in 174d9cf484ff [2020-11-26T07:38:52.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:38:52.330Z] Removing intermediate container 1c472b9225a4 [2020-11-26T07:38:52.330Z] ---> 7e0216497dbb [2020-11-26T07:38:52.330Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T07:38:52.594Z] Removing intermediate container 174d9cf484ff [2020-11-26T07:38:52.594Z] ---> d48e7566d080 [2020-11-26T07:38:52.594Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T07:38:52.594Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T07:38:52.594Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T07:38:52.594Z] OK: 10348 distinct packages available [2020-11-26T07:38:52.594Z] ---> Running in 8076841b4730 [2020-11-26T07:38:52.594Z] ---> Running in c722b3865315 [2020-11-26T07:38:52.594Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T07:38:52.594Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T07:38:52.594Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T07:38:52.858Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T07:38:52.858Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T07:38:52.858Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T07:38:52.858Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T07:38:52.858Z] OK: 7 MiB in 19 packages [2020-11-26T07:38:53.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:38:53.694Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:38:53.694Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:38:53.694Z] OK: 12754 distinct packages available [2020-11-26T07:38:53.958Z] Removing intermediate container 8076841b4730 [2020-11-26T07:38:53.958Z] ---> 755c7f861e9a [2020-11-26T07:38:53.958Z] Step 14/22 : WORKDIR / [2020-11-26T07:38:53.958Z] OK: 233 MiB in 51 packages [2020-11-26T07:38:53.958Z] Removing intermediate container c722b3865315 [2020-11-26T07:38:53.958Z] ---> d168300fd70a [2020-11-26T07:38:53.958Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-26T07:38:53.977Z] Removing intermediate container a987b544d60e [2020-11-26T07:38:53.977Z] ---> b8cf83dde744 [2020-11-26T07:38:53.977Z] [2020-11-26T07:38:53.977Z] Step 10/22 : FROM alpine:3.10 [2020-11-26T07:38:53.977Z] 3.10: Pulling from library/alpine [2020-11-26T07:38:53.977Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-26T07:38:53.977Z] Status: Downloaded newer image for alpine:3.10 [2020-11-26T07:38:53.977Z] ---> 536a684cf733 [2020-11-26T07:38:53.977Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T07:38:53.977Z] ---> Running in d66bece3967a [2020-11-26T07:38:53.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:38:53.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:38:53.977Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T07:38:53.977Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T07:38:53.977Z] OK: 10169 distinct packages available [2020-11-26T07:38:53.977Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T07:38:53.977Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T07:38:53.977Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T07:38:53.977Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T07:38:53.977Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T07:38:53.977Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T07:38:53.977Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T07:38:53.977Z] OK: 7 MiB in 19 packages [2020-11-26T07:38:55.346Z] ---> Running in 31baf8655389 [2020-11-26T07:38:55.427Z] Removing intermediate container d66bece3967a [2020-11-26T07:38:55.427Z] ---> 1e6169338fd1 [2020-11-26T07:38:55.427Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-26T07:38:55.612Z] ---> 3d94b03c9166 [2020-11-26T07:38:55.612Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-26T07:38:55.612Z] Removing intermediate container 225b36b7562f [2020-11-26T07:38:55.612Z] ---> 20bb377a9190 [2020-11-26T07:38:55.612Z] [2020-11-26T07:38:55.612Z] Step 10/22 : FROM scratch [2020-11-26T07:38:55.612Z] ---> [2020-11-26T07:38:55.612Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:38:55.706Z] ---> Running in cc08bb2f6fad [2020-11-26T07:38:55.874Z] ---> Using cache [2020-11-26T07:38:55.874Z] ---> f6c1c3a5babf [2020-11-26T07:38:55.874Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-26T07:38:56.319Z] Removing intermediate container cc08bb2f6fad [2020-11-26T07:38:56.319Z] ---> 3305a7e51778 [2020-11-26T07:38:56.319Z] Step 13/22 : WORKDIR / [2020-11-26T07:38:56.596Z] ---> Running in 501f146e6b29 [2020-11-26T07:38:57.278Z] Removing intermediate container 31baf8655389 [2020-11-26T07:38:57.278Z] ---> e6d1942bfd46 [2020-11-26T07:38:57.278Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-26T07:38:57.278Z] ---> Running in 8b878cd30d8d [2020-11-26T07:38:57.278Z] ---> a9cf1b697813 [2020-11-26T07:38:57.278Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-26T07:38:57.278Z] Removing intermediate container 4133240af1d1 [2020-11-26T07:38:57.278Z] ---> 5b1d8e7abbf5 [2020-11-26T07:38:57.278Z] Step 6/24 : COPY go.mod . [2020-11-26T07:38:57.278Z] Removing intermediate container c5bf1f6cd12f [2020-11-26T07:38:57.278Z] ---> 68baafb87dc6 [2020-11-26T07:38:57.278Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-26T07:38:57.278Z] ---> Running in c295f629a907 [2020-11-26T07:38:57.278Z] Removing intermediate container 8b878cd30d8d [2020-11-26T07:38:57.278Z] ---> 63ede384056e [2020-11-26T07:38:57.278Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T07:38:57.278Z] ---> 5b92b4c048fb [2020-11-26T07:38:57.278Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-26T07:38:57.548Z] ---> Running in 368b1de83c4e [2020-11-26T07:38:57.578Z] Removing intermediate container 501f146e6b29 [2020-11-26T07:38:57.578Z] ---> 73a6e33e0784 [2020-11-26T07:38:57.578Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-26T07:38:57.811Z] Removing intermediate container c295f629a907 [2020-11-26T07:38:57.811Z] ---> 06442a71bc54 [2020-11-26T07:38:57.811Z] Step 13/22 : WORKDIR / [2020-11-26T07:38:57.811Z] ---> 3621cc7a7c62 [2020-11-26T07:38:57.811Z] Step 7/24 : RUN go mod download [2020-11-26T07:38:57.811Z] ---> 985c8601a852 [2020-11-26T07:38:57.811Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-26T07:38:58.073Z] Removing intermediate container 368b1de83c4e [2020-11-26T07:38:58.073Z] ---> 316a6f41322b [2020-11-26T07:38:58.073Z] Step 14/22 : WORKDIR / [2020-11-26T07:38:58.074Z] ---> Running in 0ded837cd484 [2020-11-26T07:38:58.074Z] ---> Running in 003e494d8c3a [2020-11-26T07:38:58.074Z] ---> 361e2c80ba7a [2020-11-26T07:38:58.074Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-26T07:38:58.074Z] ---> Running in 9e7803eb1666 [2020-11-26T07:38:58.651Z] ---> f73c604e0e00 [2020-11-26T07:38:58.651Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-26T07:38:58.651Z] Removing intermediate container 0ded837cd484 [2020-11-26T07:38:58.651Z] ---> c0cefe1c3a9e [2020-11-26T07:38:58.651Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-26T07:38:58.652Z] Removing intermediate container 9e7803eb1666 [2020-11-26T07:38:58.652Z] ---> 1573e2db2bd7 [2020-11-26T07:38:58.652Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-26T07:38:58.652Z] ---> ba9a7c67b943 [2020-11-26T07:38:58.652Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-26T07:38:58.652Z] ---> Running in d9dce324b213 [2020-11-26T07:38:59.026Z] ---> 048c6217bb47 [2020-11-26T07:38:59.027Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-26T07:38:59.235Z] ---> Running in 90c880516d34 [2020-11-26T07:38:59.235Z] ---> e2af68fea664 [2020-11-26T07:38:59.235Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-26T07:38:59.235Z] ---> eaf95f07d0a5 [2020-11-26T07:38:59.235Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-26T07:38:59.235Z] Removing intermediate container d9dce324b213 [2020-11-26T07:38:59.235Z] ---> 3f7dd1d6ad3c [2020-11-26T07:38:59.235Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:38:59.235Z] ---> Running in a834bd0be660 [2020-11-26T07:38:59.503Z] Removing intermediate container 90c880516d34 [2020-11-26T07:38:59.503Z] ---> 7d87ff9842d9 [2020-11-26T07:38:59.503Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:39:00.082Z] Removing intermediate container a834bd0be660 [2020-11-26T07:39:00.082Z] ---> 80c9f609aadb [2020-11-26T07:39:00.082Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T07:39:00.082Z] ---> Running in 85f92793d4eb [2020-11-26T07:39:00.082Z] ---> bbd8d8f7e54e [2020-11-26T07:39:00.082Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-26T07:39:00.082Z] ---> 881e125967e6 [2020-11-26T07:39:00.082Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-26T07:39:00.082Z] ---> Running in b974303af36d [2020-11-26T07:39:00.347Z] Removing intermediate container 85f92793d4eb [2020-11-26T07:39:00.347Z] ---> 0af83b0d9ccf [2020-11-26T07:39:00.347Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T07:39:00.347Z] Removing intermediate container 003e494d8c3a [2020-11-26T07:39:00.347Z] ---> 8541e0fcc866 [2020-11-26T07:39:00.347Z] Step 8/24 : COPY . . [2020-11-26T07:39:00.611Z] Removing intermediate container b974303af36d [2020-11-26T07:39:00.611Z] ---> bc286cb393b0 [2020-11-26T07:39:00.611Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:00.611Z] ---> Running in 20f00ff79ced [2020-11-26T07:39:00.611Z] ---> 3412d6bd9223 [2020-11-26T07:39:00.611Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-26T07:39:00.881Z] ---> bbf132d2514a [2020-11-26T07:39:00.882Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-26T07:39:01.014Z] ---> f21dc5364a2b [2020-11-26T07:39:01.014Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-26T07:39:01.150Z] ---> Running in e62311942e3a [2020-11-26T07:39:01.422Z] ---> Running in 28bf192726fd [2020-11-26T07:39:01.684Z] Removing intermediate container 20f00ff79ced [2020-11-26T07:39:01.684Z] ---> a8a009a12512 [2020-11-26T07:39:01.684Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:01.684Z] ---> 7437abdbe349 [2020-11-26T07:39:01.684Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-26T07:39:02.005Z] ---> f98d8e0c28b8 [2020-11-26T07:39:02.005Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-26T07:39:03.455Z] ---> dc4948f323cc [2020-11-26T07:39:03.455Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-26T07:39:03.455Z] ---> Running in f358c83a900d [2020-11-26T07:39:05.911Z] ---> Running in 291a3c1249b0 [2020-11-26T07:39:05.911Z] ---> Running in ce543683353f [2020-11-26T07:39:06.856Z] Removing intermediate container e62311942e3a [2020-11-26T07:39:06.856Z] ---> d5d8493e2623 [2020-11-26T07:39:06.856Z] Step 22/22 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:07.435Z] Removing intermediate container 28bf192726fd [2020-11-26T07:39:07.435Z] ---> 44431bcc7f49 [2020-11-26T07:39:07.435Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:39:07.788Z] Removing intermediate container f358c83a900d [2020-11-26T07:39:07.788Z] ---> 4faf26e9575e [2020-11-26T07:39:07.788Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-26T07:39:07.788Z] ---> Running in 0989a2cbcfec [2020-11-26T07:39:08.786Z] Removing intermediate container 0989a2cbcfec [2020-11-26T07:39:08.786Z] ---> 6718abb77cda [2020-11-26T07:39:08.786Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T07:39:09.062Z] ---> Running in 9e6d5a541011 [2020-11-26T07:39:10.770Z] ---> Running in b5054b9a70e8 [2020-11-26T07:39:11.032Z] Removing intermediate container ce543683353f [2020-11-26T07:39:11.032Z] ---> f6d8625e2fe1 [2020-11-26T07:39:11.032Z] Step 22/22 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:11.299Z] ---> Running in 90a8b24b4279 [2020-11-26T07:39:11.714Z] Removing intermediate container 9e6d5a541011 [2020-11-26T07:39:11.714Z] ---> 45d718f0fdb7 [2020-11-26T07:39:11.714Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:12.249Z] ---> Running in c54cf74ecf52 [2020-11-26T07:39:12.313Z] ---> Running in bcdd5f0cde03 [2020-11-26T07:39:12.517Z] Removing intermediate container b5054b9a70e8 [2020-11-26T07:39:12.517Z] ---> 49c89963746a [2020-11-26T07:39:12.517Z] [2020-11-26T07:39:12.517Z] Removing intermediate container 90a8b24b4279 [2020-11-26T07:39:12.517Z] ---> 7b3b0fa456f9 [2020-11-26T07:39:12.517Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T07:39:12.787Z] Successfully built 49c89963746a [2020-11-26T07:39:13.362Z] Successfully tagged docker-support-logging-go:latest [2020-11-26T07:39:13.362Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-11-26T07:39:13.769Z] Removing intermediate container bcdd5f0cde03 [2020-11-26T07:39:13.770Z] ---> 657212ae266a [2020-11-26T07:39:13.770Z] Step 22/22 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:14.374Z] ---> Running in 7e9afe3ca40a [2020-11-26T07:39:14.657Z] Removing intermediate container 2a66f673832c [2020-11-26T07:39:14.657Z] ---> 76d8194d9e60 [2020-11-26T07:39:14.657Z] [2020-11-26T07:39:14.657Z] Step 10/24 : FROM scratch [2020-11-26T07:39:14.657Z] ---> [2020-11-26T07:39:14.657Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T07:39:14.934Z] Removing intermediate container e59ce60e56f9 [2020-11-26T07:39:14.934Z] ---> dfc52c12b324 [2020-11-26T07:39:14.934Z] [2020-11-26T07:39:14.934Z] Step 10/21 : FROM scratch [2020-11-26T07:39:14.934Z] ---> [2020-11-26T07:39:14.934Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:39:14.934Z] Removing intermediate container 090180a459ef [2020-11-26T07:39:14.934Z] ---> a63315c284ab [2020-11-26T07:39:14.934Z] [2020-11-26T07:39:14.934Z] Step 10/22 : FROM scratch [2020-11-26T07:39:14.934Z] ---> [2020-11-26T07:39:14.934Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:39:14.934Z] ---> Running in 9676d0bbf0e7 [2020-11-26T07:39:15.210Z] ---> Running in 122751dfb33b [2020-11-26T07:39:15.485Z] ---> Running in be911b8c239b [2020-11-26T07:39:15.485Z] Removing intermediate container 7e9afe3ca40a [2020-11-26T07:39:15.485Z] ---> a378d069944c [2020-11-26T07:39:15.485Z] [2020-11-26T07:39:15.763Z] Removing intermediate container 9676d0bbf0e7 [2020-11-26T07:39:15.763Z] ---> 60131c854346 [2020-11-26T07:39:15.763Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-26T07:39:15.763Z] ---> Running in 266c63c69cc3 [2020-11-26T07:39:16.040Z] Successfully built a378d069944c [2020-11-26T07:39:16.040Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-26T07:39:16.040Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-11-26T07:39:16.040Z] Removing intermediate container 122751dfb33b [2020-11-26T07:39:16.040Z] ---> a26debb55074 [2020-11-26T07:39:16.040Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-26T07:39:16.040Z] Removing intermediate container be911b8c239b [2020-11-26T07:39:16.040Z] ---> f58771883963 [2020-11-26T07:39:16.040Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-26T07:39:16.316Z] ---> Running in 2b9bdc7c7741 [2020-11-26T07:39:16.316Z] ---> Running in 0ba7e87fb115 [2020-11-26T07:39:16.596Z] Removing intermediate container 266c63c69cc3 [2020-11-26T07:39:16.596Z] ---> a0514a0e236c [2020-11-26T07:39:16.596Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T07:39:16.677Z] Removing intermediate container c54cf74ecf52 [2020-11-26T07:39:16.677Z] ---> 39682e053ec7 [2020-11-26T07:39:16.677Z] [2020-11-26T07:39:16.875Z] ---> Running in a7723b1f945d [2020-11-26T07:39:16.875Z] Removing intermediate container 0ba7e87fb115 [2020-11-26T07:39:16.875Z] Removing intermediate container 2b9bdc7c7741 [2020-11-26T07:39:16.875Z] ---> f1b2f926157e [2020-11-26T07:39:16.875Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T07:39:16.875Z] ---> 5bf30c1fa316 [2020-11-26T07:39:16.875Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-26T07:39:17.149Z] ---> Running in 3f83a84a7120 [2020-11-26T07:39:17.149Z] ---> Running in ad0c58061aea [2020-11-26T07:39:17.428Z] Removing intermediate container a7723b1f945d [2020-11-26T07:39:17.428Z] ---> 449adba46f31 [2020-11-26T07:39:17.428Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-26T07:39:18.066Z] ---> Running in 79c1ca6fe933 [2020-11-26T07:39:18.433Z] Removing intermediate container ad0c58061aea [2020-11-26T07:39:18.433Z] ---> 40fde9cd8272 [2020-11-26T07:39:18.433Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-26T07:39:18.433Z] Removing intermediate container 3f83a84a7120 [2020-11-26T07:39:18.433Z] ---> 41fe4dd3c93a [2020-11-26T07:39:18.433Z] Step 14/22 : WORKDIR / [2020-11-26T07:39:18.707Z] ---> Running in a9e497bd68d2 [2020-11-26T07:39:19.315Z] ---> 4254a8504fcd [2020-11-26T07:39:19.315Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-26T07:39:19.603Z] ---> 027a343ecc77 [2020-11-26T07:39:19.603Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-26T07:39:19.880Z] Removing intermediate container a9e497bd68d2 [2020-11-26T07:39:19.880Z] ---> 52804cd1135e [2020-11-26T07:39:20.011Z] Successfully built 39682e053ec7 [2020-11-26T07:39:20.170Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-26T07:39:20.584Z] Successfully tagged docker-core-command-go:latest [2020-11-26T07:39:20.584Z] Removing intermediate container 291a3c1249b0 [2020-11-26T07:39:20.584Z] ---> 9dc8545bc8da [2020-11-26T07:39:20.584Z] Building docker-security-secretstore-setup-go [2020-11-26T07:39:20.584Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-26T07:39:22.177Z] ---> 8508612e7c31 [2020-11-26T07:39:22.178Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-26T07:39:22.178Z] ---> bd99b3dea472 [2020-11-26T07:39:22.178Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-26T07:39:22.178Z] ---> 548ab5ce3265 [2020-11-26T07:39:22.178Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-26T07:39:23.150Z]  Building docker-core-command-go ... done Removing intermediate container 79c1ca6fe933 [2020-11-26T07:39:23.150Z] ---> 7852caf52832 [2020-11-26T07:39:23.150Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:23.725Z] ---> Running in 2b338cd96a8d [2020-11-26T07:39:24.808Z] ---> 2f06bc725fe7 [2020-11-26T07:39:24.808Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-26T07:39:25.140Z] ---> Running in 1f883741e1a2 [2020-11-26T07:39:25.140Z] ---> e5397a1e0e9c [2020-11-26T07:39:25.140Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-26T07:39:25.405Z] Removing intermediate container 2b338cd96a8d [2020-11-26T07:39:25.405Z] ---> 5c980a670944 [2020-11-26T07:39:25.405Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T07:39:25.412Z] ---> 2cf87649b7da [2020-11-26T07:39:25.412Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-26T07:39:25.412Z] ---> 16f07b80bf23 [2020-11-26T07:39:25.412Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-26T07:39:25.412Z] ---> Running in cf7d713807c8 [2020-11-26T07:39:25.667Z] ---> Running in 563b22b60d1a [2020-11-26T07:39:26.399Z] Removing intermediate container cf7d713807c8 [2020-11-26T07:39:26.399Z] ---> ca86d730b5b0 [2020-11-26T07:39:26.399Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:39:26.678Z] ---> Running in 357e91fa9925 [2020-11-26T07:39:26.955Z] ---> b3e3bcbaa5e9 [2020-11-26T07:39:26.955Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-26T07:39:26.955Z] ---> 20829212fe70 [2020-11-26T07:39:26.955Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-26T07:39:27.229Z] ---> Running in baeb40923447 [2020-11-26T07:39:27.837Z] Removing intermediate container 357e91fa9925 [2020-11-26T07:39:27.837Z] ---> faef37425f09 [2020-11-26T07:39:27.837Z] Step 19/21 : LABEL arch=arm64 [2020-11-26T07:39:28.119Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:39:28.119Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:39:28.119Z] ---> fb98ec7a0912 [2020-11-26T07:39:28.119Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T07:39:28.119Z] ---> Using cache [2020-11-26T07:39:28.119Z] ---> a5bdf2248091 [2020-11-26T07:39:28.119Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:39:28.119Z] ---> Using cache [2020-11-26T07:39:28.119Z] ---> cdfab1565652 [2020-11-26T07:39:28.119Z] Step 5/24 : RUN apk update && apk add make git [2020-11-26T07:39:28.119Z] ---> Using cache [2020-11-26T07:39:28.119Z] ---> fb6f5ff9f870 [2020-11-26T07:39:28.119Z] Step 6/24 : COPY go.mod . [2020-11-26T07:39:28.119Z] ---> Using cache [2020-11-26T07:39:28.119Z] ---> 46a8ced7f94e [2020-11-26T07:39:28.119Z] Step 7/24 : RUN go mod download [2020-11-26T07:39:28.119Z] ---> Using cache [2020-11-26T07:39:28.119Z] ---> e1887032f16f [2020-11-26T07:39:28.119Z] Step 8/24 : COPY . . [2020-11-26T07:39:28.119Z] ---> Using cache [2020-11-26T07:39:28.119Z] ---> 0a4a9990160e [2020-11-26T07:39:28.119Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-26T07:39:28.119Z] ---> Running in 952e03fabac7 [2020-11-26T07:39:28.223Z] ---> Running in 9cd47c05eeda [2020-11-26T07:39:28.223Z] Removing intermediate container 1f883741e1a2 [2020-11-26T07:39:28.223Z] ---> 61b4046ea2ae [2020-11-26T07:39:28.223Z] Step 22/22 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:28.400Z] Removing intermediate container baeb40923447 [2020-11-26T07:39:28.400Z] ---> 36377329477d [2020-11-26T07:39:28.401Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:39:28.675Z] ---> Running in 251682a50eb5 [2020-11-26T07:39:28.799Z] ---> Running in 69d7c1dc1c5e [2020-11-26T07:39:28.948Z] ---> Running in 084e40e9b7ca [2020-11-26T07:39:28.948Z] Removing intermediate container 952e03fabac7 [2020-11-26T07:39:28.948Z] ---> 155857567b8f [2020-11-26T07:39:28.948Z] Step 20/21 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:28.948Z] ---> 9d3ea325cdce [2020-11-26T07:39:28.948Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-26T07:39:29.224Z] ---> Running in 5d5424ac92d4 [2020-11-26T07:39:29.580Z] Removing intermediate container 084e40e9b7ca [2020-11-26T07:39:29.580Z] ---> 48ca53b8bcc5 [2020-11-26T07:39:29.580Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T07:39:29.771Z] Removing intermediate container 9cd47c05eeda [2020-11-26T07:39:29.771Z] ---> 5f317e50843b [2020-11-26T07:39:29.771Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:29.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-26T07:39:29.888Z] ---> Running in 95dee2a34241 [2020-11-26T07:39:30.188Z] Removing intermediate container 5d5424ac92d4 [2020-11-26T07:39:30.188Z] ---> 0b6ffd956432 [2020-11-26T07:39:30.188Z] Step 21/21 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:30.740Z] ---> Running in 0709e1429a96 [2020-11-26T07:39:30.740Z] Removing intermediate container 69d7c1dc1c5e [2020-11-26T07:39:30.740Z] ---> 448c03da431b [2020-11-26T07:39:30.740Z] [2020-11-26T07:39:30.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-26T07:39:30.878Z] ---> Running in f249a7aef6c5 [2020-11-26T07:39:30.878Z] ---> 35d029cec97e [2020-11-26T07:39:30.878Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-26T07:39:30.878Z] Removing intermediate container 95dee2a34241 [2020-11-26T07:39:30.878Z] ---> 9a78fb03cb4d [2020-11-26T07:39:30.878Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:31.008Z] Successfully built 448c03da431b [2020-11-26T07:39:31.588Z] ---> Running in e9fea062b172 [2020-11-26T07:39:31.588Z] ---> Running in 38a81429954d [2020-11-26T07:39:31.592Z] Successfully tagged docker-core-metadata-go:latest [2020-11-26T07:39:31.592Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-11-26T07:39:31.883Z] Removing intermediate container f249a7aef6c5 [2020-11-26T07:39:31.883Z] ---> fee7d37582a6 [2020-11-26T07:39:31.883Z] [2020-11-26T07:39:32.496Z] Successfully built fee7d37582a6 [2020-11-26T07:39:32.775Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-26T07:39:32.775Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-11-26T07:39:32.775Z] Removing intermediate container 38a81429954d [2020-11-26T07:39:32.775Z] ---> f72459878254 [2020-11-26T07:39:32.775Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:39:32.775Z] Removing intermediate container e9fea062b172 [2020-11-26T07:39:32.775Z] ---> 3cfde280b459 [2020-11-26T07:39:32.775Z] Step 22/22 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:33.383Z] ---> Running in faaa0d51f526 [2020-11-26T07:39:33.383Z] ---> Running in 502d551de757 [2020-11-26T07:39:33.532Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:39:33.532Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:39:33.532Z] ---> ab1f8a647e7e [2020-11-26T07:39:33.532Z] Step 3/23 : WORKDIR /edgex-go [2020-11-26T07:39:33.532Z] ---> Using cache [2020-11-26T07:39:33.532Z] ---> 89399c7773ee [2020-11-26T07:39:33.532Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:39:33.532Z] ---> Using cache [2020-11-26T07:39:33.532Z] ---> 1cb866aaba3c [2020-11-26T07:39:33.532Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-26T07:39:34.406Z] Removing intermediate container 502d551de757 [2020-11-26T07:39:34.407Z] ---> 4194a1027b92 [2020-11-26T07:39:34.407Z] [2020-11-26T07:39:34.683Z] Removing intermediate container 79850dbb5f33 [2020-11-26T07:39:34.683Z] ---> 0330ae0c5364 [2020-11-26T07:39:34.683Z] [2020-11-26T07:39:34.683Z] Step 10/23 : FROM alpine [2020-11-26T07:39:34.961Z] latest: Pulling from library/alpine [2020-11-26T07:39:34.961Z] Removing intermediate container faaa0d51f526 [2020-11-26T07:39:34.961Z] ---> 9638642a1b13 [2020-11-26T07:39:34.961Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T07:39:34.961Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T07:39:34.961Z] Status: Downloaded newer image for alpine:latest [2020-11-26T07:39:34.961Z] ---> 2e77e061c27f [2020-11-26T07:39:34.961Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:39:34.961Z] Successfully built 4194a1027b92 [2020-11-26T07:39:35.245Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-26T07:39:35.245Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-11-26T07:39:35.465Z] Removing intermediate container 0709e1429a96 [2020-11-26T07:39:35.465Z] ---> 3fb4ea356bf9 [2020-11-26T07:39:35.465Z] Step 22/22 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:35.528Z] ---> Running in 29da90f68249 [2020-11-26T07:39:35.528Z] ---> Running in dcacc1aa5545 [2020-11-26T07:39:36.560Z] Removing intermediate container 29da90f68249 [2020-11-26T07:39:36.560Z] ---> 9122a1af7675 [2020-11-26T07:39:36.560Z] Step 23/24 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:39:36.560Z] Removing intermediate container dcacc1aa5545 [2020-11-26T07:39:36.560Z] ---> eb73f6741b5e [2020-11-26T07:39:36.560Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-26T07:39:37.173Z] ---> Running in e853403e1086 [2020-11-26T07:39:37.173Z] ---> Running in 3ac0cd7eea89 [2020-11-26T07:39:37.413Z] ---> Running in db02b0917e52 [2020-11-26T07:39:37.692Z] ---> Running in 4facfafb4b4a [2020-11-26T07:39:38.689Z] Removing intermediate container 3ac0cd7eea89 [2020-11-26T07:39:38.689Z] ---> c8c60ed04038 [2020-11-26T07:39:38.689Z] Step 13/23 : EXPOSE $APP_PORTRemoving intermediate container e853403e1086 [2020-11-26T07:39:38.689Z] ---> f03436ec6248 [2020-11-26T07:39:38.689Z] Step 24/24 : LABEL version=1.3.1-dev.9 [2020-11-26T07:39:38.689Z] [2020-11-26T07:39:39.295Z] ---> Running in e82598a1f507 [2020-11-26T07:39:39.295Z] ---> Running in c1a515ac50b5 [2020-11-26T07:39:40.301Z] Removing intermediate container e82598a1f507 [2020-11-26T07:39:40.301Z] ---> 031b72b318e1 [2020-11-26T07:39:40.301Z] [2020-11-26T07:39:40.581Z] Removing intermediate container c1a515ac50b5 [2020-11-26T07:39:40.581Z] ---> 08c8e0fbb6fc [2020-11-26T07:39:40.581Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:39:40.581Z] Successfully built 031b72b318e1 [2020-11-26T07:39:40.650Z] Removing intermediate container 4facfafb4b4a [2020-11-26T07:39:40.650Z] ---> daf608b5ca92 [2020-11-26T07:39:40.650Z] [2020-11-26T07:39:40.650Z] Successfully built daf608b5ca92 [2020-11-26T07:39:40.650Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-26T07:39:40.650Z] Building docker-security-proxy-setup-go [2020-11-26T07:39:40.650Z]  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:39:40.858Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-26T07:39:40.858Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-11-26T07:39:40.858Z] ---> Running in db2902503991 [2020-11-26T07:39:41.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:39:41.856Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:39:41.856Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:39:41.856Z] OK: 12754 distinct packages available [2020-11-26T07:39:42.442Z] OK: 233 MiB in 51 packages [2020-11-26T07:39:45.205Z] Removing intermediate container db2902503991 [2020-11-26T07:39:45.206Z] ---> bb2234119909 [2020-11-26T07:39:45.206Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-26T07:39:45.206Z] ---> Running in ebcd251355ba [2020-11-26T07:39:45.806Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:39:45.806Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:39:45.806Z] ---> ab1f8a647e7e [2020-11-26T07:39:45.806Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T07:39:45.806Z] ---> Using cache [2020-11-26T07:39:45.806Z] ---> 89399c7773ee [2020-11-26T07:39:45.806Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:39:45.806Z] ---> Using cache [2020-11-26T07:39:45.806Z] ---> 1cb866aaba3c [2020-11-26T07:39:45.806Z] Step 5/24 : RUN apk update && apk add make git [2020-11-26T07:39:46.782Z] ---> Running in 09729fa7b00c [2020-11-26T07:39:46.782Z] Removing intermediate container db02b0917e52 [2020-11-26T07:39:46.782Z] ---> acd93fe37e37 [2020-11-26T07:39:46.782Z] Step 6/23 : COPY go.mod . [2020-11-26T07:39:47.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:39:47.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:39:48.471Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-26T07:39:48.471Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-26T07:39:48.746Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-26T07:39:48.746Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-26T07:39:48.764Z] ---> 4f1ebbd5c7fb [2020-11-26T07:39:48.764Z] Step 7/23 : RUN go mod download [2020-11-26T07:39:49.023Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-26T07:39:49.023Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:39:49.023Z] OK: 8 MiB in 19 packages [2020-11-26T07:39:49.719Z] ---> Running in f82d3e5bb655 [2020-11-26T07:39:50.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:39:50.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:39:51.496Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:39:51.496Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:39:51.496Z] OK: 12754 distinct packages available [2020-11-26T07:39:52.076Z] OK: 233 MiB in 51 packages [2020-11-26T07:39:52.462Z] Removing intermediate container ebcd251355ba [2020-11-26T07:39:52.462Z] ---> efe6751585d6 [2020-11-26T07:39:52.462Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-26T07:39:53.918Z] ---> dba32e0499b1 [2020-11-26T07:39:53.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-26T07:39:55.364Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:39:55.364Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:39:55.364Z] ---> fb98ec7a0912 [2020-11-26T07:39:55.364Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:39:55.364Z] ---> Using cache [2020-11-26T07:39:55.364Z] ---> a5bdf2248091 [2020-11-26T07:39:55.364Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:39:55.364Z] ---> Using cache [2020-11-26T07:39:55.364Z] ---> cdfab1565652 [2020-11-26T07:39:55.364Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-26T07:39:55.404Z] Removing intermediate container f82d3e5bb655 [2020-11-26T07:39:55.404Z] ---> 144ae3536a12 [2020-11-26T07:39:55.404Z] Step 8/23 : COPY . . [2020-11-26T07:39:55.404Z] Removing intermediate container 09729fa7b00c [2020-11-26T07:39:55.404Z] ---> fa987654d7fc [2020-11-26T07:39:55.404Z] Step 6/24 : COPY go.mod . [2020-11-26T07:39:55.404Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:39:55.404Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:39:55.404Z] ---> ab1f8a647e7e [2020-11-26T07:39:55.404Z] Step 3/27 : WORKDIR /edgex-go [2020-11-26T07:39:55.404Z] ---> Using cache [2020-11-26T07:39:55.404Z] ---> 89399c7773ee [2020-11-26T07:39:55.404Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:39:55.404Z] ---> Using cache [2020-11-26T07:39:55.404Z] ---> 1cb866aaba3c [2020-11-26T07:39:55.404Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-26T07:39:55.968Z] ---> Running in 722d39ae5bfa [2020-11-26T07:39:56.248Z] ---> 216d21c95a94 [2020-11-26T07:39:56.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-26T07:39:58.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:39:58.745Z] ---> Running in 6101aaeaab86 [2020-11-26T07:39:59.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:39:59.275Z] ---> 61ccf0f10ebb [2020-11-26T07:39:59.275Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-26T07:39:59.322Z] ---> 77cd013a309c [2020-11-26T07:39:59.323Z] Step 7/24 : RUN go mod download [2020-11-26T07:39:59.552Z] ---> Running in 0db6f618d56b [2020-11-26T07:40:00.165Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:40:00.165Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:40:00.165Z] OK: 12625 distinct packages available [2020-11-26T07:40:00.165Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:40:00.165Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:40:00.165Z] ---> fb98ec7a0912 [2020-11-26T07:40:00.165Z] Step 3/27 : WORKDIR /edgex-go [2020-11-26T07:40:00.165Z] ---> Using cache [2020-11-26T07:40:00.165Z] ---> a5bdf2248091 [2020-11-26T07:40:00.165Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:40:00.165Z] ---> Using cache [2020-11-26T07:40:00.165Z] ---> cdfab1565652 [2020-11-26T07:40:00.165Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-26T07:40:00.444Z] ---> Running in a44e72ed62ec [2020-11-26T07:40:00.721Z] Removing intermediate container 0db6f618d56b [2020-11-26T07:40:00.721Z] ---> c47c0b0f7bca [2020-11-26T07:40:00.721Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:40:01.005Z] ---> Running in 98dacee6902a [2020-11-26T07:40:01.005Z] OK: 217 MiB in 51 packages [2020-11-26T07:40:02.006Z] OK: 217 MiB in 51 packages [2020-11-26T07:40:02.286Z] Removing intermediate container 98dacee6902a [2020-11-26T07:40:02.286Z] ---> bce733a17a52 [2020-11-26T07:40:02.286Z] Step 21/23 : LABEL arch=arm64 [2020-11-26T07:40:02.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:40:02.864Z] ---> Running in 19a0b117c0b9 [2020-11-26T07:40:03.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:40:03.753Z] Removing intermediate container 19a0b117c0b9 [2020-11-26T07:40:03.753Z] ---> ed9210e1619f [2020-11-26T07:40:03.753Z] Step 22/23 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:40:04.358Z] ---> Running in aba7803fa0bb [2020-11-26T07:40:04.358Z] Removing intermediate container 722d39ae5bfa [2020-11-26T07:40:04.358Z] ---> 86b51a92a327 [2020-11-26T07:40:04.358Z] Step 6/22 : COPY go.mod . [2020-11-26T07:40:04.358Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:40:04.358Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:40:04.358Z] OK: 12625 distinct packages available [2020-11-26T07:40:04.661Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:40:04.661Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:40:04.661Z] ---> ab1f8a647e7e [2020-11-26T07:40:04.661Z] Step 3/20 : WORKDIR /edgex-go [2020-11-26T07:40:04.661Z] ---> Using cache [2020-11-26T07:40:04.661Z] ---> 89399c7773ee [2020-11-26T07:40:04.661Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:40:04.661Z] ---> Using cache [2020-11-26T07:40:04.661Z] ---> 1cb866aaba3c [2020-11-26T07:40:04.661Z] Step 5/20 : RUN apk update && apk add make git [2020-11-26T07:40:04.661Z] ---> Using cache [2020-11-26T07:40:04.661Z] ---> fa987654d7fc [2020-11-26T07:40:04.661Z] Step 6/20 : COPY go.mod . [2020-11-26T07:40:04.661Z] ---> Using cache [2020-11-26T07:40:04.661Z] ---> 77cd013a309c [2020-11-26T07:40:04.661Z] Step 7/20 : RUN go mod download [2020-11-26T07:40:05.240Z] ---> Running in 8d51349e3631 [2020-11-26T07:40:05.361Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:40:05.361Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:40:05.361Z] ---> fb98ec7a0912 [2020-11-26T07:40:05.361Z] Step 3/20 : WORKDIR /edgex-go [2020-11-26T07:40:05.361Z] ---> Using cache [2020-11-26T07:40:05.361Z] ---> a5bdf2248091 [2020-11-26T07:40:05.361Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:40:05.361Z] ---> Using cache [2020-11-26T07:40:05.361Z] ---> cdfab1565652 [2020-11-26T07:40:05.361Z] Step 5/20 : RUN apk update && apk add make git [2020-11-26T07:40:05.361Z] ---> Using cache [2020-11-26T07:40:05.361Z] ---> fb6f5ff9f870 [2020-11-26T07:40:05.361Z] Step 6/20 : COPY go.mod . [2020-11-26T07:40:05.361Z] ---> Using cache [2020-11-26T07:40:05.361Z] ---> 46a8ced7f94e [2020-11-26T07:40:05.361Z] Step 7/20 : RUN go mod download [2020-11-26T07:40:05.361Z] ---> Using cache [2020-11-26T07:40:05.361Z] ---> e1887032f16f [2020-11-26T07:40:05.361Z] Step 8/20 : COPY . . [2020-11-26T07:40:05.362Z] Removing intermediate container aba7803fa0bb [2020-11-26T07:40:05.362Z] ---> d7199029b61a [2020-11-26T07:40:05.362Z] Step 23/23 : LABEL version=1.3.1-dev.9 [2020-11-26T07:40:05.362Z] OK: 217 MiB in 51 packages [2020-11-26T07:40:05.362Z] ---> Running in 0d54426ade3a [2020-11-26T07:40:05.362Z] ---> Using cache [2020-11-26T07:40:05.362Z] ---> 0a4a9990160e [2020-11-26T07:40:05.362Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-26T07:40:05.362Z] ---> 28eb7a75f335 [2020-11-26T07:40:05.362Z] Step 7/22 : RUN go mod download [2020-11-26T07:40:05.646Z] ---> Running in 4c77142e4ebc [2020-11-26T07:40:05.646Z] ---> Running in 684aba44ba7c [2020-11-26T07:40:05.919Z] Removing intermediate container 0d54426ade3a [2020-11-26T07:40:05.919Z] ---> 7afeccdc157e [2020-11-26T07:40:05.919Z] [2020-11-26T07:40:06.195Z] ---> Running in b27399506e7b [2020-11-26T07:40:06.524Z] Successfully built 7afeccdc157e [2020-11-26T07:40:06.524Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-26T07:40:06.524Z] Building docker-core-metadata-go [2020-11-26T07:40:06.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:40:06.780Z] Removing intermediate container 563b22b60d1a [2020-11-26T07:40:06.780Z] ---> f62f20e28d6a [2020-11-26T07:40:06.780Z] [2020-11-26T07:40:06.780Z] Step 10/24 : FROM scratch [2020-11-26T07:40:06.780Z] ---> [2020-11-26T07:40:06.780Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T07:40:07.364Z] ---> Using cache [2020-11-26T07:40:07.364Z] ---> 138c96e10cc7 [2020-11-26T07:40:07.364Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-26T07:40:07.530Z]  Building docker-core-data-go ... done Removing intermediate container a44e72ed62ec [2020-11-26T07:40:07.530Z] ---> 4f4ebd722844 [2020-11-26T07:40:07.530Z] Step 6/27 : COPY go.mod . [2020-11-26T07:40:07.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:40:07.628Z] ---> Running in 5f5d4718a037 [2020-11-26T07:40:07.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-26T07:40:08.210Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:40:08.210Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:40:08.210Z] OK: 12754 distinct packages available [2020-11-26T07:40:08.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-26T07:40:08.791Z] OK: 233 MiB in 51 packages [2020-11-26T07:40:09.419Z] ---> ff67de10ac54 [2020-11-26T07:40:09.419Z] Step 7/27 : RUN go mod download [2020-11-26T07:40:10.024Z] ---> Running in 780b87dc01b1 [2020-11-26T07:40:10.348Z] Removing intermediate container 5f5d4718a037 [2020-11-26T07:40:10.348Z] ---> a353439c84b4 [2020-11-26T07:40:10.348Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T07:40:10.932Z] ---> Running in 185f8de37a2b [2020-11-26T07:40:11.014Z] Removing intermediate container 684aba44ba7c [2020-11-26T07:40:11.015Z] ---> b081074866d9 [2020-11-26T07:40:11.015Z] Step 8/22 : COPY . . [2020-11-26T07:40:12.328Z] Removing intermediate container b27399506e7b [2020-11-26T07:40:12.329Z] ---> e7a564a9dbfb [2020-11-26T07:40:12.329Z] Step 8/20 : COPY . . [2020-11-26T07:40:12.329Z] Removing intermediate container 8d51349e3631 [2020-11-26T07:40:12.329Z] ---> 0b7090ef2955 [2020-11-26T07:40:12.329Z] Step 8/24 : COPY . . [2020-11-26T07:40:13.733Z] Removing intermediate container 185f8de37a2b [2020-11-26T07:40:13.733Z] ---> 4e9c63dddeb1 [2020-11-26T07:40:13.733Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-26T07:40:14.714Z] Removing intermediate container 6101aaeaab86 [2020-11-26T07:40:14.714Z] ---> 7a7123d22f22 [2020-11-26T07:40:14.714Z] Step 6/27 : COPY go.mod . [2020-11-26T07:40:16.455Z] Removing intermediate container 780b87dc01b1 [2020-11-26T07:40:16.455Z] ---> 6bdf00d7d326 [2020-11-26T07:40:16.455Z] Step 8/27 : COPY . . [2020-11-26T07:40:24.757Z] ---> efe02c31979e [2020-11-26T07:40:24.757Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-26T07:40:24.804Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:40:24.804Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:40:24.804Z] ---> fb98ec7a0912 [2020-11-26T07:40:24.804Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T07:40:24.804Z] ---> Using cache [2020-11-26T07:40:24.804Z] ---> a5bdf2248091 [2020-11-26T07:40:24.804Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:40:24.804Z] ---> Using cache [2020-11-26T07:40:24.804Z] ---> cdfab1565652 [2020-11-26T07:40:24.804Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T07:40:24.804Z] ---> Using cache [2020-11-26T07:40:24.804Z] ---> fb6f5ff9f870 [2020-11-26T07:40:24.804Z] Step 6/22 : COPY go.mod . [2020-11-26T07:40:24.804Z] ---> Using cache [2020-11-26T07:40:24.804Z] ---> 46a8ced7f94e [2020-11-26T07:40:24.804Z] Step 7/22 : RUN go mod download [2020-11-26T07:40:24.804Z] ---> Using cache [2020-11-26T07:40:24.804Z] ---> e1887032f16f [2020-11-26T07:40:24.804Z] Step 8/22 : COPY . . [2020-11-26T07:40:24.804Z] ---> Using cache [2020-11-26T07:40:24.804Z] ---> 0a4a9990160e [2020-11-26T07:40:24.804Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-26T07:40:25.024Z] ---> 2f478578c608 [2020-11-26T07:40:25.024Z] Step 7/27 : RUN go mod download [2020-11-26T07:40:27.449Z] ---> Running in a37591cdd08f [2020-11-26T07:40:27.449Z] Removing intermediate container 251682a50eb5 [2020-11-26T07:40:27.449Z] ---> 5fdb09f0bfce [2020-11-26T07:40:27.449Z] [2020-11-26T07:40:27.449Z] Step 10/24 : FROM alpine:3.10 [2020-11-26T07:40:27.449Z] ---> 536a684cf733 [2020-11-26T07:40:27.449Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T07:40:27.449Z] ---> Using cache [2020-11-26T07:40:27.449Z] ---> 1e6169338fd1 [2020-11-26T07:40:27.449Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T07:40:27.580Z] ---> 36dcd4d0563e [2020-11-26T07:40:27.581Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-26T07:40:28.052Z] ---> Running in e2728a38aeaa [2020-11-26T07:40:28.987Z] ---> Running in c1b7edb26316 [2020-11-26T07:40:29.507Z] Removing intermediate container e2728a38aeaa [2020-11-26T07:40:29.507Z] ---> 8b2ec5c59e3e [2020-11-26T07:40:29.507Z] Step 13/24 : WORKDIR / [2020-11-26T07:40:29.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-26T07:40:29.948Z] ---> Running in 45cc3ac0e4cc [2020-11-26T07:40:29.948Z] ---> ff688269f21e [2020-11-26T07:40:29.948Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-26T07:40:30.124Z] ---> Running in 6420394ee85d [2020-11-26T07:40:31.128Z] ---> 9556b5e1fb31 [2020-11-26T07:40:31.128Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-26T07:40:31.729Z] Removing intermediate container 6420394ee85d [2020-11-26T07:40:31.729Z] ---> 1a638ae7fb77 [2020-11-26T07:40:31.729Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-26T07:40:32.005Z] ---> Running in 019fbbdcdaab [2020-11-26T07:40:34.004Z] ---> d4cc10999956 [2020-11-26T07:40:34.004Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-26T07:40:34.181Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/core-data/core-data ./cmd/core-data [2020-11-26T07:40:34.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T07:40:35.169Z] ---> f8d5b3e509ae [2020-11-26T07:40:35.169Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-26T07:40:36.040Z] ---> 3175df35f2cb [2020-11-26T07:40:36.040Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-26T07:40:36.641Z] ---> 43a4d03f6394 [2020-11-26T07:40:36.641Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-26T07:40:36.641Z] ---> Running in 7f366b9598f9 [2020-11-26T07:40:37.168Z] ---> 8831245f872a [2020-11-26T07:40:37.168Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-26T07:40:37.239Z] ---> 20486791c299 [2020-11-26T07:40:37.239Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-26T07:40:37.761Z] Removing intermediate container 45cc3ac0e4cc [2020-11-26T07:40:37.761Z] ---> 9c44e7921007 [2020-11-26T07:40:37.761Z] Step 8/27 : COPY . . [2020-11-26T07:40:38.032Z] ---> 3000721b5cde [2020-11-26T07:40:38.032Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-26T07:40:38.032Z] ---> 946c4c48ed77 [2020-11-26T07:40:38.032Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-26T07:40:38.316Z] ---> a7cc23787a13 [2020-11-26T07:40:38.316Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-26T07:40:38.316Z] ---> Running in e8f30c2826a7 [2020-11-26T07:40:38.316Z] ---> Running in 7776b0d0f147 [2020-11-26T07:40:39.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-26T07:40:39.715Z] ---> 56cfdbd5d513 [2020-11-26T07:40:39.715Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-26T07:40:39.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-26T07:40:39.749Z] ---> 15c98194e02b [2020-11-26T07:40:39.749Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-26T07:40:39.749Z] ---> Running in fe76ab25023c [2020-11-26T07:40:40.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-26T07:40:41.762Z] ---> dd23bde3cc8d [2020-11-26T07:40:41.763Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T07:40:42.754Z] ---> 20498a3eafa3 [2020-11-26T07:40:42.754Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T07:40:43.030Z] ---> Running in 789ed007ac9b [2020-11-26T07:40:44.453Z] Removing intermediate container fe76ab25023c [2020-11-26T07:40:44.453Z] ---> beabd11f7a2a [2020-11-26T07:40:44.453Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:40:45.848Z] ---> Running in cd9089b487dd [2020-11-26T07:40:46.471Z] Removing intermediate container 789ed007ac9b [2020-11-26T07:40:46.471Z] ---> e770b2513ab6 [2020-11-26T07:40:46.471Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T07:40:46.471Z] ---> Running in fdaff63d0dd0 [2020-11-26T07:40:47.300Z] Removing intermediate container cd9089b487dd [2020-11-26T07:40:47.301Z] ---> 63cd0c72e8ad [2020-11-26T07:40:47.301Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T07:40:47.477Z] Removing intermediate container fdaff63d0dd0 [2020-11-26T07:40:47.477Z] ---> 24c521583838 [2020-11-26T07:40:47.477Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T07:40:47.477Z] ---> Running in 61b11d1ff71f [2020-11-26T07:40:48.085Z] Removing intermediate container 61b11d1ff71f [2020-11-26T07:40:48.085Z] ---> e31f47dca6a7 [2020-11-26T07:40:48.085Z] Step 23/24 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:40:48.085Z] ---> Running in 0b0d5998a3ce [2020-11-26T07:40:49.076Z] Removing intermediate container 0b0d5998a3ce [2020-11-26T07:40:49.076Z] ---> 86b990b5f7d9 [2020-11-26T07:40:49.076Z] Step 24/24 : LABEL version=1.3.1-dev.9 [2020-11-26T07:40:49.076Z] ---> Running in 7c31b4c013d1 [2020-11-26T07:40:49.264Z] ---> Running in 0a0742862698 [2020-11-26T07:40:49.700Z] Removing intermediate container 7c31b4c013d1 [2020-11-26T07:40:49.700Z] ---> 564a74c2dea7 [2020-11-26T07:40:49.700Z] [2020-11-26T07:40:49.986Z] Successfully built 564a74c2dea7 [2020-11-26T07:40:49.986Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-26T07:40:49.986Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-11-26T07:40:50.694Z] Removing intermediate container 0a0742862698 [2020-11-26T07:40:50.694Z] ---> 841ce13f7ada [2020-11-26T07:40:50.694Z] Step 23/24 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:40:50.965Z] ---> Running in a21a60864ac2 [2020-11-26T07:40:52.447Z] Removing intermediate container a21a60864ac2 [2020-11-26T07:40:52.447Z] ---> 35ed658a36f9 [2020-11-26T07:40:52.447Z] Step 24/24 : LABEL version=1.3.1-dev.9 [2020-11-26T07:40:53.440Z] ---> Running in 1b5d67411881 [2020-11-26T07:40:53.853Z] Removing intermediate container 1b5d67411881 [2020-11-26T07:40:53.853Z] ---> 12927f74dab8 [2020-11-26T07:40:53.853Z] [2020-11-26T07:40:54.227Z] Successfully built 12927f74dab8 [2020-11-26T07:40:54.228Z] Successfully tagged docker-support-notifications-go:latest [2020-11-26T07:40:54.228Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-11-26T07:41:04.675Z] ---> dd33be5a8166 [2020-11-26T07:41:04.675Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-26T07:41:04.954Z] ---> Running in 88d12bedeb76 [2020-11-26T07:41:06.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-26T07:41:08.322Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:41:08.322Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-26T07:41:08.322Z] ---> fb98ec7a0912 [2020-11-26T07:41:08.322Z] Step 3/29 : WORKDIR /edgex-go [2020-11-26T07:41:08.322Z] ---> Using cache [2020-11-26T07:41:08.322Z] ---> a5bdf2248091 [2020-11-26T07:41:08.322Z] Step 4/29 : RUN apk update && apk add make git [2020-11-26T07:41:08.322Z] ---> Running in e88715e3c4c5 [2020-11-26T07:41:08.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-26T07:41:08.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:41:09.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:41:11.057Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:41:11.057Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:41:11.057Z] OK: 12625 distinct packages available [2020-11-26T07:41:11.057Z] Removing intermediate container 4c77142e4ebc [2020-11-26T07:41:11.057Z] ---> 12ae9c186852 [2020-11-26T07:41:11.057Z] [2020-11-26T07:41:11.057Z] Step 10/20 : FROM alpine [2020-11-26T07:41:11.057Z] ---> 2e77e061c27f [2020-11-26T07:41:11.057Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-26T07:41:11.348Z] ---> Running in 829a1e0d9ca8 [2020-11-26T07:41:12.340Z] OK: 217 MiB in 51 packages [2020-11-26T07:41:13.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:41:13.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:41:14.226Z] Removing intermediate container e88715e3c4c5 [2020-11-26T07:41:14.226Z] ---> b14dede78955 [2020-11-26T07:41:14.226Z] Step 5/29 : COPY go.mod . [2020-11-26T07:41:14.827Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:41:14.827Z] v3.12.1-51-g991a1b26b6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:41:14.827Z] OK: 12617 distinct packages available [2020-11-26T07:41:15.430Z] ---> fdef320a881c [2020-11-26T07:41:15.430Z] Step 6/29 : RUN go mod download [2020-11-26T07:41:15.430Z] ---> Running in bdbe26796146 [2020-11-26T07:41:15.704Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-26T07:41:15.987Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T07:41:15.987Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-26T07:41:15.987Z] (4/4) Installing curl (7.69.1-r1) [2020-11-26T07:41:15.987Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:41:15.987Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T07:41:16.265Z] OK: 7 MiB in 18 packages [2020-11-26T07:41:18.924Z] Removing intermediate container 829a1e0d9ca8 [2020-11-26T07:41:18.924Z] ---> 9aacf2be4834 [2020-11-26T07:41:18.924Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T07:41:19.203Z] ---> Running in 334cb7450a03 [2020-11-26T07:41:20.201Z] Removing intermediate container 334cb7450a03 [2020-11-26T07:41:20.201Z] ---> dd7fce72f4a2 [2020-11-26T07:41:20.201Z] Step 13/20 : WORKDIR /edgex [2020-11-26T07:41:20.201Z] Removing intermediate container bdbe26796146 [2020-11-26T07:41:20.201Z] ---> 6940dc686285 [2020-11-26T07:41:20.201Z] Step 7/29 : COPY . . [2020-11-26T07:41:20.482Z] ---> Running in 2d1b7095d81a [2020-11-26T07:41:20.659Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T07:41:20.659Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-26T07:41:20.659Z] ---> ab1f8a647e7e [2020-11-26T07:41:20.659Z] Step 3/21 : WORKDIR /edgex-go [2020-11-26T07:41:20.659Z] ---> Using cache [2020-11-26T07:41:20.659Z] ---> 89399c7773ee [2020-11-26T07:41:20.659Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:41:20.659Z] ---> Using cache [2020-11-26T07:41:20.659Z] ---> 1cb866aaba3c [2020-11-26T07:41:20.659Z] Step 5/21 : RUN apk update && apk add make git [2020-11-26T07:41:20.659Z] ---> Using cache [2020-11-26T07:41:20.659Z] ---> fa987654d7fc [2020-11-26T07:41:20.659Z] Step 6/21 : COPY go.mod . [2020-11-26T07:41:20.659Z] ---> Using cache [2020-11-26T07:41:20.659Z] ---> 77cd013a309c [2020-11-26T07:41:20.659Z] Step 7/21 : RUN go mod download [2020-11-26T07:41:20.659Z] ---> Using cache [2020-11-26T07:41:20.659Z] ---> 0b7090ef2955 [2020-11-26T07:41:20.659Z] Step 8/21 : COPY . . [2020-11-26T07:41:20.659Z] ---> Using cache [2020-11-26T07:41:20.659Z] ---> 946c4c48ed77 [2020-11-26T07:41:20.659Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-26T07:41:21.489Z] Removing intermediate container 2d1b7095d81a [2020-11-26T07:41:21.489Z] ---> 169818054cb9 [2020-11-26T07:41:21.489Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-26T07:41:21.623Z] Removing intermediate container 7776b0d0f147 [2020-11-26T07:41:21.623Z] ---> 44cd8edf7cf5 [2020-11-26T07:41:21.623Z] [2020-11-26T07:41:21.623Z] Step 10/20 : FROM alpine [2020-11-26T07:41:21.623Z] ---> d6e46aa2470d [2020-11-26T07:41:21.623Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-26T07:41:22.581Z] ---> Running in 5b8dc5b21b89 [2020-11-26T07:41:22.870Z] ---> Running in 195d2a7d79ff [2020-11-26T07:41:22.870Z] Removing intermediate container e8f30c2826a7 [2020-11-26T07:41:22.870Z] ---> 947fb1ec47cf [2020-11-26T07:41:22.870Z] [2020-11-26T07:41:22.870Z] Step 10/24 : FROM alpine:3.10 [2020-11-26T07:41:22.870Z] ---> be4e4bea2c2e [2020-11-26T07:41:22.870Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T07:41:22.870Z] ---> Using cache [2020-11-26T07:41:22.870Z] ---> 68baafb87dc6 [2020-11-26T07:41:22.870Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T07:41:23.491Z] ---> 82129385693c [2020-11-26T07:41:23.491Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-26T07:41:23.827Z] ---> Running in e710068388dc [2020-11-26T07:41:23.827Z] Removing intermediate container c1b7edb26316 [2020-11-26T07:41:23.827Z] ---> 7311b6d346cd [2020-11-26T07:41:23.827Z] [2020-11-26T07:41:23.827Z] Step 10/23 : FROM alpine [2020-11-26T07:41:23.827Z] ---> d6e46aa2470d [2020-11-26T07:41:23.827Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:41:24.097Z] ---> Running in 42083e9ffcf1 [2020-11-26T07:41:24.097Z] Removing intermediate container e710068388dc [2020-11-26T07:41:24.097Z] ---> 70dcea80e36d [2020-11-26T07:41:24.097Z] Step 13/24 : WORKDIR / [2020-11-26T07:41:24.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-26T07:41:24.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:24.374Z] ---> Running in c62b08c38585 [2020-11-26T07:41:24.374Z] Removing intermediate container 42083e9ffcf1 [2020-11-26T07:41:24.374Z] ---> 8d3e0654a9e2 [2020-11-26T07:41:24.374Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-26T07:41:24.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:24.374Z] ---> Running in 9df5679660f6 [2020-11-26T07:41:24.649Z] Removing intermediate container c62b08c38585 [2020-11-26T07:41:24.649Z] ---> 8e8ca49496c1 [2020-11-26T07:41:24.649Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-26T07:41:24.649Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:41:24.649Z] v3.12.1-51-g991a1b26b6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:41:24.649Z] OK: 12746 distinct packages available [2020-11-26T07:41:24.649Z] Removing intermediate container 9df5679660f6 [2020-11-26T07:41:24.649Z] ---> 2636ee59cb52 [2020-11-26T07:41:24.649Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-26T07:41:24.914Z] ---> Running in 2fac3cb81a91 [2020-11-26T07:41:24.914Z] ---> 5a559f8c01de [2020-11-26T07:41:24.914Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-26T07:41:24.914Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-26T07:41:24.914Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T07:41:24.914Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-26T07:41:25.185Z] (4/4) Installing curl (7.69.1-r1) [2020-11-26T07:41:25.185Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:41:25.185Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T07:41:25.185Z] OK: 7 MiB in 18 packages [2020-11-26T07:41:25.452Z] Removing intermediate container 2fac3cb81a91 [2020-11-26T07:41:25.452Z] ---> 06561d6ba110 [2020-11-26T07:41:25.452Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:41:26.898Z] ---> 66fcbf15e2c9 [2020-11-26T07:41:26.898Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-26T07:41:26.898Z] ---> Running in 1a3ec04b9886 [2020-11-26T07:41:27.415Z] ---> bd3684651724 [2020-11-26T07:41:27.415Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-26T07:41:27.415Z] ---> Running in d70b5a089315 [2020-11-26T07:41:27.887Z] Removing intermediate container 1a3ec04b9886 [2020-11-26T07:41:27.887Z] ---> 73fe6c01c16d [2020-11-26T07:41:27.887Z] Step 17/20 : CMD ["--init=true"] [2020-11-26T07:41:28.172Z] ---> Running in 0fc2647f913b [2020-11-26T07:41:28.371Z] Removing intermediate container 195d2a7d79ff [2020-11-26T07:41:28.371Z] ---> 64101bf64b09 [2020-11-26T07:41:28.371Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T07:41:29.361Z] ---> 8373e5586cf7 [2020-11-26T07:41:29.361Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-26T07:41:29.618Z] Removing intermediate container 0fc2647f913b [2020-11-26T07:41:29.618Z] ---> d0f5356c3ed3 [2020-11-26T07:41:29.618Z] Step 18/20 : LABEL arch=arm64 [2020-11-26T07:41:29.626Z] ---> Running in efe605779f6c [2020-11-26T07:41:29.894Z] Removing intermediate container 88d12bedeb76 [2020-11-26T07:41:29.894Z] ---> b4d9314c12af [2020-11-26T07:41:29.894Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-26T07:41:29.894Z] ---> Running in 584bbba8c927 [2020-11-26T07:41:29.894Z] Removing intermediate container efe605779f6c [2020-11-26T07:41:29.894Z] ---> 4ce9cd7ebe91 [2020-11-26T07:41:29.894Z] Step 13/20 : WORKDIR /edgex [2020-11-26T07:41:29.901Z] ---> Running in 02270d7df339 [2020-11-26T07:41:30.173Z] ---> Running in 59ba9101193a [2020-11-26T07:41:30.446Z] ---> acc397185711 [2020-11-26T07:41:30.446Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-26T07:41:30.446Z] Removing intermediate container d70b5a089315 [2020-11-26T07:41:30.446Z] ---> 4a3189a547c8 [2020-11-26T07:41:30.446Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-26T07:41:31.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-26T07:41:31.041Z] Removing intermediate container 59ba9101193a [2020-11-26T07:41:31.041Z] ---> 6d463a3105e8 [2020-11-26T07:41:31.041Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-26T07:41:31.041Z] ---> Running in 54fdd3fe7285 [2020-11-26T07:41:31.041Z] ---> df44b268767a [2020-11-26T07:41:31.041Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T07:41:31.357Z] Removing intermediate container 02270d7df339 [2020-11-26T07:41:31.357Z] ---> fabafa27e709 [2020-11-26T07:41:31.357Z] Step 19/20 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:41:31.357Z] ---> Running in 0df75daf9ff5 [2020-11-26T07:41:31.632Z] ---> f1729fa40242 [2020-11-26T07:41:31.632Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-26T07:41:31.914Z] ---> ac76cc310e47 [2020-11-26T07:41:31.915Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T07:41:31.915Z] ---> Running in 44feb7c8c443 [2020-11-26T07:41:32.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:32.808Z] Removing intermediate container 0df75daf9ff5 [2020-11-26T07:41:32.809Z] ---> 8a704400d9ae [2020-11-26T07:41:32.809Z] Step 20/20 : LABEL version=1.3.1-dev.9 [2020-11-26T07:41:32.809Z] ---> Running in adb4e530bdd5 [2020-11-26T07:41:33.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:33.709Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-26T07:41:33.709Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-26T07:41:33.709Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-26T07:41:33.823Z] Removing intermediate container adb4e530bdd5 [2020-11-26T07:41:33.823Z] ---> 8b600e021304 [2020-11-26T07:41:33.823Z] [2020-11-26T07:41:33.973Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-26T07:41:34.236Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-26T07:41:34.236Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:41:34.236Z] OK: 8 MiB in 19 packages [2020-11-26T07:41:34.425Z] Successfully built 8b600e021304 [2020-11-26T07:41:34.425Z] ---> defcfb19ff94 [2020-11-26T07:41:34.425Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-26T07:41:34.425Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-26T07:41:34.425Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 5e670df7bf6a [2020-11-26T07:41:34.502Z] ---> 2272b29f133a [2020-11-26T07:41:34.502Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-26T07:41:34.767Z] ---> Running in 850acac61fcc [2020-11-26T07:41:35.031Z] Removing intermediate container 584bbba8c927 [2020-11-26T07:41:35.031Z] ---> ecbc5e9548cf [2020-11-26T07:41:35.031Z] [2020-11-26T07:41:35.031Z] Step 11/27 : FROM docker:latest [2020-11-26T07:41:35.031Z] ---> 6972c414f322 [2020-11-26T07:41:35.031Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-26T07:41:35.636Z] Removing intermediate container 850acac61fcc [2020-11-26T07:41:35.636Z] ---> 94d9a00252b7 [2020-11-26T07:41:35.636Z] Step 17/20 : CMD ["--init=true"] [2020-11-26T07:41:35.636Z] ---> Running in bf7a66f979cd [2020-11-26T07:41:35.918Z] ---> Running in 2a923c9ece04 [2020-11-26T07:41:35.918Z] Removing intermediate container 44feb7c8c443 [2020-11-26T07:41:35.918Z] ---> e5e2f9f62e26 [2020-11-26T07:41:35.918Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T07:41:35.918Z] Removing intermediate container 54fdd3fe7285 [2020-11-26T07:41:35.918Z] ---> 72d5a1bb6630 [2020-11-26T07:41:35.918Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-26T07:41:36.213Z] ---> Running in c9b6022bb50d [2020-11-26T07:41:36.213Z] Removing intermediate container 2a923c9ece04 [2020-11-26T07:41:36.213Z] ---> e3179fb6dc77 [2020-11-26T07:41:36.213Z] Step 18/20 : LABEL arch=x86_64 [2020-11-26T07:41:36.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-26T07:41:36.691Z] ---> Running in 2c52915c769e [2020-11-26T07:41:36.692Z] Removing intermediate container c9b6022bb50d [2020-11-26T07:41:36.692Z] ---> 5d81da722451 [2020-11-26T07:41:36.692Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T07:41:36.692Z] ---> Running in 0da1218ea431 [2020-11-26T07:41:36.692Z] ---> 4205052b8cce [2020-11-26T07:41:36.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-26T07:41:36.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:36.960Z] Removing intermediate container 2c52915c769e [2020-11-26T07:41:36.960Z] ---> deef46e4191d [2020-11-26T07:41:36.960Z] Step 19/20 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:41:36.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:36.960Z] ---> Running in 8735d568fc19 [2020-11-26T07:41:37.230Z] Removing intermediate container 0da1218ea431 [2020-11-26T07:41:37.230Z] ---> b5f2b3a26f03 [2020-11-26T07:41:37.230Z] Step 23/24 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:41:37.230Z] (1/2) Installing readline (8.0.4-r0) [2020-11-26T07:41:37.230Z] (2/2) Installing bash (5.0.17-r0) [2020-11-26T07:41:37.230Z] Executing bash-5.0.17-r0.post-install [2020-11-26T07:41:37.230Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:41:37.230Z] OK: 12 MiB in 22 packages [2020-11-26T07:41:37.499Z] Removing intermediate container 8735d568fc19 [2020-11-26T07:41:37.499Z] ---> c7506214fce3 [2020-11-26T07:41:37.499Z] Step 20/20 : LABEL version=1.3.1-dev.9 [2020-11-26T07:41:37.499Z] ---> Running in 7bf145903d21 [2020-11-26T07:41:38.091Z] ---> Running in c1990479e7c9 [2020-11-26T07:41:38.091Z] ---> df30df371d35 [2020-11-26T07:41:38.091Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-26T07:41:38.091Z] Removing intermediate container 7bf145903d21 [2020-11-26T07:41:38.091Z] ---> 66beb2dea769 [2020-11-26T07:41:38.091Z] Step 24/24 : LABEL version=1.3.1-dev.9 [2020-11-26T07:41:38.358Z] ---> Running in eba9d64b9e9d [2020-11-26T07:41:38.358Z] Removing intermediate container c1990479e7c9 [2020-11-26T07:41:38.358Z] ---> 146ca4102613 [2020-11-26T07:41:38.358Z] [2020-11-26T07:41:38.625Z] ---> c727add4ebc0 [2020-11-26T07:41:38.625Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-26T07:41:38.625Z] Removing intermediate container bf7a66f979cd [2020-11-26T07:41:38.625Z] ---> fe91a3320430 [2020-11-26T07:41:38.625Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-26T07:41:38.625Z] Successfully built 146ca4102613 [2020-11-26T07:41:38.625Z] ---> Running in 60b53474adf3 [2020-11-26T07:41:38.894Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-26T07:41:38.894Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 334668bf5252 [2020-11-26T07:41:38.894Z] Removing intermediate container eba9d64b9e9d [2020-11-26T07:41:38.894Z] ---> c39b21361660 [2020-11-26T07:41:38.894Z] [2020-11-26T07:41:39.159Z] Successfully built c39b21361660 [2020-11-26T07:41:39.159Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-26T07:41:39.159Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 60b53474adf3 [2020-11-26T07:41:39.159Z] ---> bfa2ee4bf833 [2020-11-26T07:41:39.159Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:41:39.159Z] ---> Running in f8960ffcf5ee [2020-11-26T07:41:39.733Z] Removing intermediate container f8960ffcf5ee [2020-11-26T07:41:39.733Z] ---> 5fb6d7b790a3 [2020-11-26T07:41:39.733Z] Step 21/23 : LABEL arch=x86_64 [2020-11-26T07:41:39.995Z] ---> Running in 40a0d4202e07 [2020-11-26T07:41:40.258Z] Removing intermediate container 40a0d4202e07 [2020-11-26T07:41:40.258Z] ---> 1c14fc740812 [2020-11-26T07:41:40.258Z] Step 22/23 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:41:40.258Z] ---> Running in bdf759febe13 [2020-11-26T07:41:40.835Z] Removing intermediate container 334668bf5252 [2020-11-26T07:41:40.835Z] ---> 68cd4856c712 [2020-11-26T07:41:40.835Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-26T07:41:41.784Z] ---> Running in 81547a473c16 [2020-11-26T07:41:41.784Z] Removing intermediate container bdf759febe13 [2020-11-26T07:41:41.784Z] ---> fd1b0b792334 [2020-11-26T07:41:41.784Z] Step 23/23 : LABEL version=1.3.1-dev.9 [2020-11-26T07:41:42.358Z] Removing intermediate container 5b8dc5b21b89 [2020-11-26T07:41:42.358Z] ---> 31b7e207959b [2020-11-26T07:41:42.358Z] [2020-11-26T07:41:42.358Z] Step 10/21 : FROM scratch [2020-11-26T07:41:42.358Z] ---> [2020-11-26T07:41:42.358Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:41:42.358Z] ---> Running in 4c5b621852a9 [2020-11-26T07:41:42.624Z] ---> Using cache [2020-11-26T07:41:42.624Z] ---> f6c1c3a5babf [2020-11-26T07:41:42.624Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-26T07:41:42.624Z] Removing intermediate container 81547a473c16 [2020-11-26T07:41:42.624Z] ---> 19ef8d7a35e7 [2020-11-26T07:41:42.624Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-26T07:41:42.624Z] Removing intermediate container 4c5b621852a9 [2020-11-26T07:41:42.624Z] ---> 0ed3ebf2d44d [2020-11-26T07:41:42.624Z] [2020-11-26T07:41:42.624Z] ---> Running in 6618b47fd1f3 [2020-11-26T07:41:42.624Z] ---> Running in 8b9f9a0c1319 [2020-11-26T07:41:42.892Z] Successfully built 0ed3ebf2d44d [2020-11-26T07:41:42.892Z] Successfully tagged docker-core-data-go:latest [2020-11-26T07:41:42.892Z]  Building docker-core-data-go ... done Removing intermediate container 6618b47fd1f3 [2020-11-26T07:41:42.892Z] ---> c8a8250ffa21 [2020-11-26T07:41:42.892Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-26T07:41:42.892Z] ---> Running in c2c9182d5c5b [2020-11-26T07:41:42.892Z] Removing intermediate container 8b9f9a0c1319 [2020-11-26T07:41:42.892Z] ---> b69bc86260c5 [2020-11-26T07:41:42.892Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-26T07:41:43.156Z] ---> Running in 9872ec407d14 [2020-11-26T07:41:43.156Z] Removing intermediate container c2c9182d5c5b [2020-11-26T07:41:43.156Z] ---> 3a8236d1b641 [2020-11-26T07:41:43.156Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-26T07:41:43.156Z] Removing intermediate container 9872ec407d14 [2020-11-26T07:41:43.156Z] ---> 53e982fe4109 [2020-11-26T07:41:43.156Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-26T07:41:43.422Z] ---> 3d27231a150e [2020-11-26T07:41:43.422Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-26T07:41:43.999Z] ---> 5ea0c6826463 [2020-11-26T07:41:43.999Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-26T07:41:44.576Z] ---> 83324dd3e6b1 [2020-11-26T07:41:44.576Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-26T07:41:44.576Z] ---> 465374e57187 [2020-11-26T07:41:44.576Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-26T07:41:44.840Z] ---> 1dcd02da2f10 [2020-11-26T07:41:44.840Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-26T07:41:44.840Z] ---> ab2033965dfc [2020-11-26T07:41:44.840Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-26T07:41:44.840Z] ---> Running in 714e6bb09a0f [2020-11-26T07:41:44.840Z] ---> Running in 5ea11e13654f [2020-11-26T07:41:45.103Z] Removing intermediate container 714e6bb09a0f [2020-11-26T07:41:45.103Z] ---> 3b8636d1d149 [2020-11-26T07:41:45.103Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:41:45.103Z] ---> Running in 9be7fb4dffab [2020-11-26T07:41:45.368Z] Removing intermediate container 9be7fb4dffab [2020-11-26T07:41:45.368Z] ---> b3d6af31bbd2 [2020-11-26T07:41:45.368Z] Step 19/21 : LABEL arch=x86_64 [2020-11-26T07:41:45.368Z] ---> Running in 477aa5c61c4a [2020-11-26T07:41:45.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:45.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:41:45.630Z] Removing intermediate container 477aa5c61c4a [2020-11-26T07:41:45.630Z] ---> 9f4383b61d98 [2020-11-26T07:41:45.630Z] Step 20/21 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:41:45.630Z] ---> Running in e862ebe64a66 [2020-11-26T07:41:45.630Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-26T07:41:45.630Z] (2/33) Installing expat (2.2.9-r1) [2020-11-26T07:41:45.630Z] (3/33) Installing libffi (3.3-r2) [2020-11-26T07:41:45.630Z] (4/33) Installing gdbm (1.13-r1) [2020-11-26T07:41:45.630Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-26T07:41:45.892Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-26T07:41:45.892Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-26T07:41:45.892Z] Removing intermediate container e862ebe64a66 [2020-11-26T07:41:45.892Z] ---> d3067431877b [2020-11-26T07:41:45.892Z] Step 21/21 : LABEL version=1.3.1-dev.9 [2020-11-26T07:41:46.471Z] ---> Running in 223caff9abe0 [2020-11-26T07:41:50.683Z] Removing intermediate container 223caff9abe0 [2020-11-26T07:41:50.683Z] ---> d95f69942874 [2020-11-26T07:41:50.683Z] [2020-11-26T07:41:50.683Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-26T07:41:50.683Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-26T07:41:50.683Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-26T07:41:50.683Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-26T07:41:50.683Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-26T07:41:50.683Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-26T07:41:50.683Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-26T07:41:50.683Z] Successfully built d95f69942874 [2020-11-26T07:41:50.683Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-26T07:41:50.683Z]  Building docker-support-scheduler-go ... done (15/33) Installing py3-idna (2.9-r0) [2020-11-26T07:41:50.683Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-26T07:41:50.683Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-26T07:41:50.683Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-26T07:41:50.683Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-26T07:41:50.683Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-26T07:41:50.683Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-26T07:41:50.683Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-26T07:41:50.684Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-26T07:41:50.684Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-26T07:41:50.684Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-26T07:41:50.684Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-26T07:41:50.684Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-26T07:41:50.684Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-26T07:41:50.684Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-26T07:41:50.684Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-26T07:41:50.944Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-26T07:41:50.944Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-26T07:41:50.944Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-26T07:41:50.944Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:41:50.944Z] OK: 71 MiB in 55 packages [2020-11-26T07:41:59.103Z] Removing intermediate container 5ea11e13654f [2020-11-26T07:41:59.103Z] ---> aa447880bd13 [2020-11-26T07:41:59.103Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-26T07:41:59.103Z] ---> Running in 680b002db875 [2020-11-26T07:42:00.499Z] Collecting docker-compose==1.23.2 [2020-11-26T07:42:00.499Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-26T07:42:00.499Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-26T07:42:00.499Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-26T07:42:01.076Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-26T07:42:01.076Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-26T07:42:01.351Z] Collecting docopt<0.7,>=0.6.1 [2020-11-26T07:42:01.351Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-26T07:42:01.928Z] Collecting docker<4.0,>=3.6.0 [2020-11-26T07:42:01.928Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-26T07:42:01.928Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-26T07:42:02.191Z] Collecting cached-property<2,>=1.2.0 [2020-11-26T07:42:02.191Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-26T07:42:02.452Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-26T07:42:02.452Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-26T07:42:02.452Z] Collecting PyYAML<4,>=3.10 [2020-11-26T07:42:02.452Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-26T07:42:04.372Z] Collecting texttable<0.10,>=0.9.0 [2020-11-26T07:42:04.372Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-26T07:42:04.945Z] Collecting jsonschema<3,>=2.5.1 [2020-11-26T07:42:04.945Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-26T07:42:04.945Z] Collecting docker-pycreds>=0.4.0 [2020-11-26T07:42:04.945Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-26T07:42:05.211Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-26T07:42:05.211Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-26T07:42:05.211Z] Collecting idna<2.8,>=2.5 [2020-11-26T07:42:05.211Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-26T07:42:05.211Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-26T07:42:05.211Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-26T07:42:05.211Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-26T07:42:05.211Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-26T07:42:05.211Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-26T07:42:05.211Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-26T07:42:05.474Z] Installing collected packages: dockerpty, websocket-client, docopt, docker-pycreds, urllib3, idna, requests, docker, cached-property, PyYAML, texttable, jsonschema, docker-compose [2020-11-26T07:42:05.474Z] Running setup.py install for dockerpty: started [2020-11-26T07:42:06.054Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-26T07:42:06.054Z] Running setup.py install for docopt: started [2020-11-26T07:42:06.625Z] Running setup.py install for docopt: finished with status 'done' [2020-11-26T07:42:06.626Z] Attempting uninstall: urllib3 [2020-11-26T07:42:06.626Z] Found existing installation: urllib3 1.25.9 [2020-11-26T07:42:06.626Z] Uninstalling urllib3-1.25.9: [2020-11-26T07:42:06.626Z] Successfully uninstalled urllib3-1.25.9 [2020-11-26T07:42:06.887Z] Attempting uninstall: idna [2020-11-26T07:42:06.887Z] Found existing installation: idna 2.9 [2020-11-26T07:42:06.887Z] Uninstalling idna-2.9: [2020-11-26T07:42:06.887Z] Successfully uninstalled idna-2.9 [2020-11-26T07:42:06.887Z] Attempting uninstall: requests [2020-11-26T07:42:06.887Z] Found existing installation: requests 2.23.0 [2020-11-26T07:42:06.887Z] Uninstalling requests-2.23.0: [2020-11-26T07:42:07.148Z] Successfully uninstalled requests-2.23.0 [2020-11-26T07:42:07.409Z] Running setup.py install for PyYAML: started [2020-11-26T07:42:07.982Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-26T07:42:07.982Z] Running setup.py install for texttable: started [2020-11-26T07:42:08.555Z] Running setup.py install for texttable: finished with status 'done' [2020-11-26T07:42:08.778Z] Removing intermediate container 019fbbdcdaab [2020-11-26T07:42:08.778Z] ---> 6db3bafcf049 [2020-11-26T07:42:08.778Z] [2020-11-26T07:42:08.778Z] Step 10/22 : FROM scratch [2020-11-26T07:42:08.778Z] ---> [2020-11-26T07:42:08.778Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T07:42:08.778Z] ---> Using cache [2020-11-26T07:42:08.778Z] ---> 60131c854346 [2020-11-26T07:42:08.778Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-26T07:42:08.778Z] ---> Running in 6293fd7f4569 [2020-11-26T07:42:08.778Z] Removing intermediate container 7f366b9598f9 [2020-11-26T07:42:08.778Z] ---> 1a7df673b960 [2020-11-26T07:42:08.778Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-26T07:42:08.778Z] Removing intermediate container 6293fd7f4569 [2020-11-26T07:42:08.778Z] ---> 505e6fc018d2 [2020-11-26T07:42:08.778Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T07:42:08.778Z] ---> Running in 5cac30b6b93e [2020-11-26T07:42:08.778Z] ---> Running in acfd6deca7cf [2020-11-26T07:42:08.778Z] Removing intermediate container acfd6deca7cf [2020-11-26T07:42:08.778Z] ---> 9783fd7fb952 [2020-11-26T07:42:08.778Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-26T07:42:08.816Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-26T07:42:09.773Z] ---> f35c9fb7be73 [2020-11-26T07:42:09.774Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-26T07:42:10.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.9" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-26T07:42:11.037Z] ---> 6b79aa6216b2 [2020-11-26T07:42:11.037Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-26T07:42:12.239Z] Removing intermediate container 680b002db875 [2020-11-26T07:42:12.239Z] ---> 783e8e556569 [2020-11-26T07:42:12.239Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-26T07:42:12.239Z] ---> Running in 1c0dbed34a31 [2020-11-26T07:42:12.483Z] ---> 8ca8933c90d9 [2020-11-26T07:42:12.483Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-26T07:42:12.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:42:12.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:42:12.762Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T07:42:12.762Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-26T07:42:12.762Z] (3/3) Installing curl (7.69.1-r1) [2020-11-26T07:42:12.762Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:42:12.762Z] OK: 72 MiB in 58 packages [2020-11-26T07:42:13.338Z] Removing intermediate container 1c0dbed34a31 [2020-11-26T07:42:13.338Z] ---> a7fa9f97c8eb [2020-11-26T07:42:13.338Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-26T07:42:13.338Z] ---> Running in 75913b2f88d3 [2020-11-26T07:42:13.601Z] Removing intermediate container 75913b2f88d3 [2020-11-26T07:42:13.601Z] ---> 03c5bc2b97db [2020-11-26T07:42:13.601Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:42:13.601Z] ---> Running in dd198f5b593c [2020-11-26T07:42:13.601Z] Removing intermediate container dd198f5b593c [2020-11-26T07:42:13.601Z] ---> 804921ff2120 [2020-11-26T07:42:13.601Z] Step 25/27 : LABEL arch=x86_64 [2020-11-26T07:42:13.866Z] ---> Running in 09097c8531b9 [2020-11-26T07:42:13.866Z] Removing intermediate container 09097c8531b9 [2020-11-26T07:42:13.866Z] ---> 35abccab3761 [2020-11-26T07:42:13.866Z] Step 26/27 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:13.932Z] ---> 9c72b6cd5538 [2020-11-26T07:42:13.932Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-26T07:42:13.932Z] ---> Running in 3722a8cb007d [2020-11-26T07:42:14.129Z] ---> Running in 958c060549ea [2020-11-26T07:42:14.129Z] Removing intermediate container 958c060549ea [2020-11-26T07:42:14.129Z] ---> 976c1cff6a62 [2020-11-26T07:42:14.129Z] Step 27/27 : LABEL version=1.3.1-dev.9 [2020-11-26T07:42:14.394Z] ---> Running in 9ce9aff62a05 [2020-11-26T07:42:14.394Z] Removing intermediate container 9ce9aff62a05 [2020-11-26T07:42:14.394Z] ---> d90a7c7ff299 [2020-11-26T07:42:14.394Z] [2020-11-26T07:42:14.656Z] Successfully built d90a7c7ff299 [2020-11-26T07:42:14.656Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-26T07:42:14.926Z] Removing intermediate container 3722a8cb007d [2020-11-26T07:42:14.926Z] ---> a36c4cbc3cf3 [2020-11-26T07:42:14.926Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:42:14.956Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-26T07:42:15.003Z] $ docker stop --time=1 ab6f1f9499183c839498fedd995a7df556ea10cbb6ba47d2fedd3af1ecd7f90b [2020-11-26T07:42:15.198Z] ---> Running in b16fd2cac6d0 [2020-11-26T07:42:15.199Z] Removing intermediate container 5cac30b6b93e [2020-11-26T07:42:15.199Z] ---> 5820fb45d0de [2020-11-26T07:42:15.199Z] [2020-11-26T07:42:15.199Z] Step 11/27 : FROM docker:latest [2020-11-26T07:42:15.199Z] ---> 5d4db4dc0692 [2020-11-26T07:42:15.199Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-26T07:42:15.473Z] ---> Running in 0d1f8245c129 [2020-11-26T07:42:16.085Z] Removing intermediate container b16fd2cac6d0 [2020-11-26T07:42:16.085Z] ---> 163bc108316d [2020-11-26T07:42:16.085Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T07:42:16.085Z] ---> Running in a10730975073 [2020-11-26T07:42:16.632Z] $ docker rm -f ab6f1f9499183c839498fedd995a7df556ea10cbb6ba47d2fedd3af1ecd7f90b [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T07:42:17.078Z] Removing intermediate container a10730975073 [2020-11-26T07:42:17.078Z] ---> a6667bca059e [2020-11-26T07:42:17.078Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:17.078Z] ---> Running in 7caa565f6b6a [2020-11-26T07:42:17.162Z] + docker images [2020-11-26T07:42:17.162Z] + grep docker [2020-11-26T07:42:17.162Z] docker-sys-mgmt-agent-go latest d90a7c7ff299 3 seconds ago 290MB [2020-11-26T07:42:17.162Z] docker-support-scheduler-go latest d95f69942874 31 seconds ago 12.3MB [2020-11-26T07:42:17.162Z] docker-core-data-go latest 0ed3ebf2d44d 35 seconds ago 23.7MB [2020-11-26T07:42:17.162Z] docker-security-secretstore-setup-go latest c39b21361660 39 seconds ago 24.8MB [2020-11-26T07:42:17.162Z] docker-security-proxy-setup-go latest 146ca4102613 39 seconds ago 15.8MB [2020-11-26T07:42:17.162Z] docker-support-notifications-go latest 12927f74dab8 About a minute ago 13.6MB [2020-11-26T07:42:17.162Z] docker-security-bootstrap-redis-go latest daf608b5ca92 2 minutes ago 15.9MB [2020-11-26T07:42:17.162Z] docker-core-metadata-go latest 448c03da431b 2 minutes ago 14.5MB [2020-11-26T07:42:17.162Z] docker-core-command-go latest 39682e053ec7 3 minutes ago 12.2MB [2020-11-26T07:42:17.162Z] docker-support-logging-go latest 49c89963746a 3 minutes ago 11.1MB [2020-11-26T07:42:17.162Z] docker-security-secrets-setup-go latest 1a87605efa7d 3 minutes ago 24MB [2020-11-26T07:42:17.162Z] docker latest 6972c414f322 5 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-11-26T07:42:17.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-11-26T07:42:17.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:42:17.858Z] provisioning config files... [2020-11-26T07:42:17.900Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/233@tmp/config394976143266559146tmp [2020-11-26T07:42:17.918Z] Removing intermediate container 7caa565f6b6a [2020-11-26T07:42:17.918Z] ---> d592c73ace97 [2020-11-26T07:42:17.918Z] Step 22/22 : LABEL version=1.3.1-dev.9 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:42:18.195Z] ---> Running in 3e3bc7420a45 [2020-11-26T07:42:18.271Z] ---> docker-login.sh [2020-11-26T07:42:18.271Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:42:18.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:42:18.476Z] (1/2) Installing readline (8.0.4-r0) [2020-11-26T07:42:18.476Z] (2/2) Installing bash (5.0.17-r0) [2020-11-26T07:42:18.476Z] Executing bash-5.0.17-r0.post-install [2020-11-26T07:42:18.476Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:42:18.476Z] OK: 12 MiB in 22 packages [2020-11-26T07:42:18.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:42:18.536Z] Configure a credential helper to remove this warning. See [2020-11-26T07:42:18.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:42:18.536Z] [2020-11-26T07:42:18.536Z] Login Succeeded [2020-11-26T07:42:18.536Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:42:18.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:42:18.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:42:18.536Z] Configure a credential helper to remove this warning. See [2020-11-26T07:42:18.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:42:18.536Z] [2020-11-26T07:42:18.536Z] Login Succeeded [2020-11-26T07:42:18.536Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:42:18.757Z] Removing intermediate container 3e3bc7420a45 [2020-11-26T07:42:18.757Z] ---> c6f5560a1ac4 [2020-11-26T07:42:18.757Z] [2020-11-26T07:42:18.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:42:18.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:42:18.799Z] Configure a credential helper to remove this warning. See [2020-11-26T07:42:18.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:42:18.799Z] [2020-11-26T07:42:18.799Z] Login Succeeded [2020-11-26T07:42:18.799Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:42:19.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:42:19.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:42:19.062Z] Configure a credential helper to remove this warning. See [2020-11-26T07:42:19.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:42:19.062Z] [2020-11-26T07:42:19.062Z] Login Succeeded [2020-11-26T07:42:19.062Z] docker.io [2020-11-26T07:42:19.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:42:19.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:42:19.324Z] Configure a credential helper to remove this warning. See [2020-11-26T07:42:19.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:42:19.324Z] [2020-11-26T07:42:19.324Z] Login Succeeded [2020-11-26T07:42:19.366Z] Successfully built c6f5560a1ac4 [2020-11-26T07:42:19.366Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-26T07:42:19.586Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:42:19.597Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:19.850Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-26T07:42:19.850Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:19.850Z] 1.3.1-dev.9 [2020-11-26T07:42:19.850Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:19.850Z] master [2020-11-26T07:42:19.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:20.359Z]  Building docker-support-logging-go ... done Removing intermediate container 0d1f8245c129 [2020-11-26T07:42:20.359Z] ---> 374b72173243 [2020-11-26T07:42:20.359Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-26T07:42:20.359Z] ---> Running in 5536a74f525d [2020-11-26T07:42:20.418Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:20.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:20.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T07:42:20.723Z] 99f26388620d: Preparing [2020-11-26T07:42:20.723Z] ca11b35025c6: Preparing [2020-11-26T07:42:20.723Z] a21bd436a6ac: Preparing [2020-11-26T07:42:20.985Z] 99f26388620d: Pushed [2020-11-26T07:42:20.985Z] a21bd436a6ac: Pushed [2020-11-26T07:42:21.929Z] ca11b35025c6: Pushed [2020-11-26T07:42:22.190Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:bf30342be9be83bc9e9550ca7490cd2b718ad558edb7fbfe7e8fc8769066a222 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:22.503Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:22.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.9 [2020-11-26T07:42:22.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T07:42:22.809Z] 99f26388620d: Preparing [2020-11-26T07:42:22.809Z] ca11b35025c6: Preparing [2020-11-26T07:42:22.809Z] a21bd436a6ac: Preparing [2020-11-26T07:42:22.809Z] 99f26388620d: Layer already exists [2020-11-26T07:42:22.809Z] ca11b35025c6: Layer already exists [2020-11-26T07:42:22.809Z] a21bd436a6ac: Layer already exists [2020-11-26T07:42:23.072Z] 1.3.1-dev.9: digest: sha256:bf30342be9be83bc9e9550ca7490cd2b718ad558edb7fbfe7e8fc8769066a222 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:23.385Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:23.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:23.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T07:42:23.689Z] 99f26388620d: Preparing [2020-11-26T07:42:23.689Z] ca11b35025c6: Preparing [2020-11-26T07:42:23.689Z] a21bd436a6ac: Preparing [2020-11-26T07:42:23.689Z] a21bd436a6ac: Layer already exists [2020-11-26T07:42:23.689Z] 99f26388620d: Layer already exists [2020-11-26T07:42:23.689Z] ca11b35025c6: Layer already exists [2020-11-26T07:42:23.689Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:bf30342be9be83bc9e9550ca7490cd2b718ad558edb7fbfe7e8fc8769066a222 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:23.996Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:24.210Z] Removing intermediate container 5536a74f525d [2020-11-26T07:42:24.210Z] ---> 2723909b7f6a [2020-11-26T07:42:24.210Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-26T07:42:24.210Z] ---> Running in f2aaf270a770 [2020-11-26T07:42:24.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-26T07:42:24.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T07:42:24.304Z] 99f26388620d: Preparing [2020-11-26T07:42:24.304Z] ca11b35025c6: Preparing [2020-11-26T07:42:24.304Z] a21bd436a6ac: Preparing [2020-11-26T07:42:24.304Z] 99f26388620d: Layer already exists [2020-11-26T07:42:24.304Z] ca11b35025c6: Layer already exists [2020-11-26T07:42:24.304Z] a21bd436a6ac: Layer already exists [2020-11-26T07:42:24.304Z] master: digest: sha256:bf30342be9be83bc9e9550ca7490cd2b718ad558edb7fbfe7e8fc8769066a222 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:24.509Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:24.561Z] taggedImages: [2020-11-26T07:42:24.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:24.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.9 [2020-11-26T07:42:24.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:24.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-11-26T07:42:24.661Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-26T07:42:24.661Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:24.661Z] 1.3.1-dev.9 [2020-11-26T07:42:24.661Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:24.661Z] master [2020-11-26T07:42:24.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-26T07:42:24.807Z] Removing intermediate container f2aaf270a770 [2020-11-26T07:42:24.808Z] ---> d1e46f6b82ff [2020-11-26T07:42:24.808Z] Step 15/27 : ENV APP_PORT=48090 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:25.084Z] ---> Running in 69429b1eb57c [2020-11-26T07:42:25.155Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:25.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:25.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T07:42:25.471Z] 16042f6e5ef1: Preparing [2020-11-26T07:42:25.471Z] dd921a186c03: Preparing [2020-11-26T07:42:25.471Z] fb352b864703: Preparing [2020-11-26T07:42:25.471Z] 878af47fe4dd: Preparing [2020-11-26T07:42:25.471Z] c7e5b7e853d1: Preparing [2020-11-26T07:42:25.471Z] ace0eda3e3be: Preparing [2020-11-26T07:42:25.471Z] ace0eda3e3be: Waiting [2020-11-26T07:42:25.685Z] Removing intermediate container 69429b1eb57c [2020-11-26T07:42:25.685Z] ---> f101083e46cf [2020-11-26T07:42:25.685Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-26T07:42:25.735Z] 16042f6e5ef1: Pushed [2020-11-26T07:42:25.735Z] fb352b864703: Pushed [2020-11-26T07:42:25.735Z] c7e5b7e853d1: Pushed [2020-11-26T07:42:25.735Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:25.735Z] 878af47fe4dd: Pushed [2020-11-26T07:42:25.957Z] ---> Running in adbd7c585eae [2020-11-26T07:42:26.574Z] Removing intermediate container adbd7c585eae [2020-11-26T07:42:26.574Z] ---> 6c5baf3269dc [2020-11-26T07:42:26.574Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-26T07:42:27.125Z] dd921a186c03: Pushed [2020-11-26T07:42:27.125Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:939447bcfff29627f3344eed40840eec6d856abb7aa997c8179b7fcb6f33e100 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:27.435Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:27.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.9 [2020-11-26T07:42:27.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T07:42:27.744Z] 16042f6e5ef1: Preparing [2020-11-26T07:42:27.744Z] dd921a186c03: Preparing [2020-11-26T07:42:27.744Z] fb352b864703: Preparing [2020-11-26T07:42:27.744Z] 878af47fe4dd: Preparing [2020-11-26T07:42:27.744Z] c7e5b7e853d1: Preparing [2020-11-26T07:42:27.744Z] ace0eda3e3be: Preparing [2020-11-26T07:42:27.744Z] ace0eda3e3be: Waiting [2020-11-26T07:42:27.744Z] c7e5b7e853d1: Layer already exists [2020-11-26T07:42:27.744Z] fb352b864703: Layer already exists [2020-11-26T07:42:27.744Z] 878af47fe4dd: Layer already exists [2020-11-26T07:42:27.744Z] 16042f6e5ef1: Layer already exists [2020-11-26T07:42:27.744Z] dd921a186c03: Layer already exists [2020-11-26T07:42:27.744Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:27.744Z] 1.3.1-dev.9: digest: sha256:939447bcfff29627f3344eed40840eec6d856abb7aa997c8179b7fcb6f33e100 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:28.075Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:28.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:28.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T07:42:28.380Z] 16042f6e5ef1: Preparing [2020-11-26T07:42:28.380Z] dd921a186c03: Preparing [2020-11-26T07:42:28.380Z] fb352b864703: Preparing [2020-11-26T07:42:28.380Z] 878af47fe4dd: Preparing [2020-11-26T07:42:28.380Z] c7e5b7e853d1: Preparing [2020-11-26T07:42:28.380Z] ace0eda3e3be: Preparing [2020-11-26T07:42:28.380Z] ace0eda3e3be: Waiting [2020-11-26T07:42:28.380Z] 16042f6e5ef1: Layer already exists [2020-11-26T07:42:28.380Z] dd921a186c03: Layer already exists [2020-11-26T07:42:28.380Z] c7e5b7e853d1: Layer already exists [2020-11-26T07:42:28.380Z] fb352b864703: Layer already exists [2020-11-26T07:42:28.380Z] 878af47fe4dd: Layer already exists [2020-11-26T07:42:28.380Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:28.380Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:939447bcfff29627f3344eed40840eec6d856abb7aa997c8179b7fcb6f33e100 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:28.578Z] ---> 30a5914d1b1a [2020-11-26T07:42:28.578Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-26T07:42:28.699Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:28.852Z] Removing intermediate container a37591cdd08f [2020-11-26T07:42:28.852Z] ---> fc4f8a1aab8a [2020-11-26T07:42:28.852Z] [2020-11-26T07:42:28.852Z] Step 10/22 : FROM scratch [2020-11-26T07:42:28.852Z] ---> [2020-11-26T07:42:28.852Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T07:42:28.852Z] ---> Using cache [2020-11-26T07:42:28.852Z] ---> f58771883963 [2020-11-26T07:42:28.852Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-26T07:42:29.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-26T07:42:29.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T07:42:29.006Z] 16042f6e5ef1: Preparing [2020-11-26T07:42:29.006Z] dd921a186c03: Preparing [2020-11-26T07:42:29.006Z] fb352b864703: Preparing [2020-11-26T07:42:29.006Z] 878af47fe4dd: Preparing [2020-11-26T07:42:29.006Z] c7e5b7e853d1: Preparing [2020-11-26T07:42:29.006Z] ace0eda3e3be: Preparing [2020-11-26T07:42:29.006Z] ace0eda3e3be: Waiting [2020-11-26T07:42:29.006Z] dd921a186c03: Layer already exists [2020-11-26T07:42:29.006Z] fb352b864703: Layer already exists [2020-11-26T07:42:29.006Z] c7e5b7e853d1: Layer already exists [2020-11-26T07:42:29.006Z] 16042f6e5ef1: Layer already exists [2020-11-26T07:42:29.006Z] 878af47fe4dd: Layer already exists [2020-11-26T07:42:29.006Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:29.006Z] master: digest: sha256:939447bcfff29627f3344eed40840eec6d856abb7aa997c8179b7fcb6f33e100 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-26T07:42:29.122Z] ---> Running in 25bcf5ea0e7f [2020-11-26T07:42:29.122Z] ---> 28084c21c0b9 [2020-11-26T07:42:29.122Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:29.229Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:29.284Z] taggedImages: [2020-11-26T07:42:29.284Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:29.284Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.9 [2020-11-26T07:42:29.284Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:29.284Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-26T07:42:29.366Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-26T07:42:29.366Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:29.366Z] 1.3.1-dev.9 [2020-11-26T07:42:29.366Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:29.366Z] master [2020-11-26T07:42:29.366Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:29.734Z] Removing intermediate container 25bcf5ea0e7f [2020-11-26T07:42:29.734Z] ---> 3254783e62b1 [2020-11-26T07:42:29.734Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T07:42:29.859Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:30.006Z] ---> Running in df90ae436a4f [2020-11-26T07:42:30.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:30.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T07:42:30.162Z] f0092453962c: Preparing [2020-11-26T07:42:30.162Z] 74c7002e59e0: Preparing [2020-11-26T07:42:30.162Z] 4d3c30e9f672: Preparing [2020-11-26T07:42:30.424Z] 4d3c30e9f672: Pushed [2020-11-26T07:42:30.424Z] f0092453962c: Pushed [2020-11-26T07:42:30.598Z] ---> 8c823e3ceca7 [2020-11-26T07:42:30.598Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-26T07:42:30.598Z] ---> Running in 35b6f9e6c1ff [2020-11-26T07:42:30.598Z] Removing intermediate container df90ae436a4f [2020-11-26T07:42:30.598Z] ---> de2717ead92a [2020-11-26T07:42:30.598Z] Step 14/22 : WORKDIR / [2020-11-26T07:42:30.873Z] ---> Running in 9a248b3fb0f3 [2020-11-26T07:42:30.873Z] Removing intermediate container 5e670df7bf6a [2020-11-26T07:42:30.873Z] ---> 06211a4ea947 [2020-11-26T07:42:30.873Z] [2020-11-26T07:42:30.873Z] Step 9/29 : FROM alpine:latest [2020-11-26T07:42:30.873Z] ---> 2e77e061c27f [2020-11-26T07:42:30.873Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-26T07:42:31.146Z] ---> Running in 97943975c8b9 [2020-11-26T07:42:31.434Z] Removing intermediate container 9a248b3fb0f3 [2020-11-26T07:42:31.434Z] ---> f886be08595b [2020-11-26T07:42:31.434Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-26T07:42:31.708Z] Removing intermediate container 97943975c8b9 [2020-11-26T07:42:31.708Z] ---> e0900a245ea6 [2020-11-26T07:42:31.708Z] Step 11/29 : USER root [2020-11-26T07:42:31.708Z] ---> Running in 3215ab1f0ad2 [2020-11-26T07:42:31.810Z] 74c7002e59e0: Pushed [2020-11-26T07:42:31.810Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:8e7299303c46e6cdbbbac7341d7fe1d9d0698ac498e3380024dbff342e5aac3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:31.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:42:32.117Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:32.274Z] ---> c30835bb78d9 [2020-11-26T07:42:32.274Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata /fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:42:32.274Z] [2020-11-26T07:42:32.274Z] Removing intermediate container 3215ab1f0ad2 [2020-11-26T07:42:32.274Z] ---> f8e6c70930d5 [2020-11-26T07:42:32.274Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-26T07:42:32.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.9 [2020-11-26T07:42:32.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T07:42:32.514Z] f0092453962c: Preparing [2020-11-26T07:42:32.514Z] 74c7002e59e0: Preparing [2020-11-26T07:42:32.514Z] 4d3c30e9f672: Preparing [2020-11-26T07:42:32.514Z] f0092453962c: Layer already exists [2020-11-26T07:42:32.514Z] 74c7002e59e0: Layer already exists [2020-11-26T07:42:32.514Z] 4d3c30e9f672: Layer already exists [2020-11-26T07:42:32.514Z] 1.3.1-dev.9: digest: sha256:8e7299303c46e6cdbbbac7341d7fe1d9d0698ac498e3380024dbff342e5aac3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:32.557Z] ---> Running in 5c7a1d188d08 [2020-11-26T07:42:32.834Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-26T07:42:32.834Z] (2/33) Installing expat (2.2.9-r1) [2020-11-26T07:42:32.834Z] (3/33) Installing libffi (3.3-r2) [2020-11-26T07:42:32.834Z] (4/33) Installing gdbm (1.13-r1) [2020-11-26T07:42:32.834Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-26T07:42:32.834Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-26T07:42:32.834Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-26T07:42:32.857Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:33.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:33.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T07:42:33.618Z] f0092453962c: Preparing [2020-11-26T07:42:33.618Z] 74c7002e59e0: Preparing [2020-11-26T07:42:33.618Z] 4d3c30e9f672: Preparing [2020-11-26T07:42:33.618Z] 4d3c30e9f672: Layer already exists [2020-11-26T07:42:33.618Z] f0092453962c: Layer already exists [2020-11-26T07:42:33.618Z] 74c7002e59e0: Layer already exists [2020-11-26T07:42:33.618Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:8e7299303c46e6cdbbbac7341d7fe1d9d0698ac498e3380024dbff342e5aac3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:33.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:42:33.982Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:34.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:42:34.096Z] ---> e4f86df12906 [2020-11-26T07:42:34.096Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-26T07:42:34.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-26T07:42:34.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T07:42:34.292Z] f0092453962c: Preparing [2020-11-26T07:42:34.292Z] 74c7002e59e0: Preparing [2020-11-26T07:42:34.292Z] 4d3c30e9f672: Preparing [2020-11-26T07:42:34.292Z] f0092453962c: Layer already exists [2020-11-26T07:42:34.292Z] 74c7002e59e0: Layer already exists [2020-11-26T07:42:34.292Z] 4d3c30e9f672: Layer already exists [2020-11-26T07:42:34.554Z] master: digest: sha256:8e7299303c46e6cdbbbac7341d7fe1d9d0698ac498e3380024dbff342e5aac3f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-26T07:42:34.694Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T07:42:34.694Z] v3.12.1-51-g991a1b26b6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T07:42:34.694Z] OK: 12617 distinct packages available [2020-11-26T07:42:34.694Z] (8/33) Installing py3-appdirs (1.4.4-r1) [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:34.743Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:34.787Z] taggedImages: [2020-11-26T07:42:34.787Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:34.787Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.9 [2020-11-26T07:42:34.787Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:34.787Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-26T07:42:34.848Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-26T07:42:34.848Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:34.848Z] 1.3.1-dev.9 [2020-11-26T07:42:34.848Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:34.848Z] master [2020-11-26T07:42:34.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-26T07:42:34.976Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-26T07:42:34.976Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-26T07:42:34.976Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-26T07:42:34.976Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-26T07:42:34.976Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-26T07:42:34.976Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-26T07:42:34.976Z] ---> 285a878172a9 [2020-11-26T07:42:34.976Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-26T07:42:34.976Z] (15/33) Installing py3-idna (2.9-r0) [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:35.252Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-26T07:42:35.252Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-26T07:42:35.252Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-26T07:42:35.252Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-26T07:42:35.252Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-26T07:42:35.252Z] ---> Running in 7c1b907d13f3 [2020-11-26T07:42:35.252Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-26T07:42:35.252Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-26T07:42:35.252Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-26T07:42:35.325Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:35.522Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-26T07:42:35.522Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-26T07:42:35.522Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-26T07:42:35.522Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-26T07:42:35.522Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-26T07:42:35.522Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-26T07:42:35.522Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-26T07:42:35.522Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:42:35.522Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-26T07:42:35.522Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T07:42:35.522Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-26T07:42:35.522Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-26T07:42:35.522Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-26T07:42:35.522Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-26T07:42:35.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:35.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T07:42:35.625Z] 7acfc9061284: Preparing [2020-11-26T07:42:35.625Z] 5f2b08a552c4: Preparing [2020-11-26T07:42:35.625Z] ea7f92565399: Preparing [2020-11-26T07:42:35.625Z] 36b8323ca191: Preparing [2020-11-26T07:42:35.625Z] 748ac83555ac: Preparing [2020-11-26T07:42:35.625Z] 982a2bab9081: Preparing [2020-11-26T07:42:35.625Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:35.625Z] 982a2bab9081: Waiting [2020-11-26T07:42:35.625Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:35.795Z] OK: 6 MiB in 16 packages [2020-11-26T07:42:35.795Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:42:35.795Z] OK: 71 MiB in 55 packages [2020-11-26T07:42:35.795Z] Removing intermediate container 7c1b907d13f3 [2020-11-26T07:42:35.795Z] ---> 177c2eb28744 [2020-11-26T07:42:35.796Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:42:35.892Z] 7acfc9061284: Pushed [2020-11-26T07:42:35.892Z] 5f2b08a552c4: Pushed [2020-11-26T07:42:35.892Z] ea7f92565399: Pushed [2020-11-26T07:42:35.892Z] 748ac83555ac: Pushed [2020-11-26T07:42:35.892Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:36.068Z] ---> Running in 8d8834351dd0 [2020-11-26T07:42:36.465Z] 982a2bab9081: Pushed [2020-11-26T07:42:36.659Z] Removing intermediate container 8d8834351dd0 [2020-11-26T07:42:36.659Z] ---> 276730f85184 [2020-11-26T07:42:36.659Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T07:42:36.726Z] 36b8323ca191: Pushed [2020-11-26T07:42:36.726Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:786c89c574e72b0031ef88d257dfe442734bec60c8620546ca8153d18f99c693 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:36.930Z] ---> Running in 837dbc0624a6 [2020-11-26T07:42:37.039Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:37.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.9 [2020-11-26T07:42:37.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T07:42:37.344Z] 7acfc9061284: Preparing [2020-11-26T07:42:37.344Z] 5f2b08a552c4: Preparing [2020-11-26T07:42:37.344Z] ea7f92565399: Preparing [2020-11-26T07:42:37.344Z] 36b8323ca191: Preparing [2020-11-26T07:42:37.344Z] 748ac83555ac: Preparing [2020-11-26T07:42:37.344Z] 982a2bab9081: Preparing [2020-11-26T07:42:37.344Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:37.344Z] 982a2bab9081: Waiting [2020-11-26T07:42:37.344Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:37.344Z] 748ac83555ac: Layer already exists [2020-11-26T07:42:37.344Z] 7acfc9061284: Layer already exists [2020-11-26T07:42:37.344Z] 36b8323ca191: Layer already exists [2020-11-26T07:42:37.344Z] ea7f92565399: Layer already exists [2020-11-26T07:42:37.344Z] 5f2b08a552c4: Layer already exists [2020-11-26T07:42:37.344Z] 982a2bab9081: Layer already exists [2020-11-26T07:42:37.344Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:37.344Z] 1.3.1-dev.9: digest: sha256:786c89c574e72b0031ef88d257dfe442734bec60c8620546ca8153d18f99c693 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:37.521Z] Removing intermediate container 5c7a1d188d08 [2020-11-26T07:42:37.521Z] ---> a76c4c0d2afd [2020-11-26T07:42:37.521Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-26T07:42:37.521Z] Removing intermediate container 837dbc0624a6 [2020-11-26T07:42:37.521Z] ---> e23b1a130e99 [2020-11-26T07:42:37.521Z] Step 21/22 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:37.646Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:37.792Z] ---> Running in f1626ea56a99 [2020-11-26T07:42:37.792Z] ---> Running in 855954bce4cf [2020-11-26T07:42:37.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:37.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T07:42:37.944Z] 7acfc9061284: Preparing [2020-11-26T07:42:37.944Z] 5f2b08a552c4: Preparing [2020-11-26T07:42:37.944Z] ea7f92565399: Preparing [2020-11-26T07:42:37.944Z] 36b8323ca191: Preparing [2020-11-26T07:42:37.944Z] 748ac83555ac: Preparing [2020-11-26T07:42:37.944Z] 982a2bab9081: Preparing [2020-11-26T07:42:37.944Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:37.944Z] 982a2bab9081: Waiting [2020-11-26T07:42:37.944Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:37.944Z] 36b8323ca191: Layer already exists [2020-11-26T07:42:37.944Z] ea7f92565399: Layer already exists [2020-11-26T07:42:37.944Z] 5f2b08a552c4: Layer already exists [2020-11-26T07:42:37.944Z] 748ac83555ac: Layer already exists [2020-11-26T07:42:37.944Z] 7acfc9061284: Layer already exists [2020-11-26T07:42:37.944Z] 982a2bab9081: Layer already exists [2020-11-26T07:42:37.944Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:37.944Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:786c89c574e72b0031ef88d257dfe442734bec60c8620546ca8153d18f99c693 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:38.246Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:38.382Z] Removing intermediate container f1626ea56a99 [2020-11-26T07:42:38.382Z] ---> d89a84f4082f [2020-11-26T07:42:38.382Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-26T07:42:38.382Z] Removing intermediate container 855954bce4cf [2020-11-26T07:42:38.382Z] ---> 84ba5293df1b [2020-11-26T07:42:38.382Z] Step 22/22 : LABEL version=1.3.1-dev.9 [2020-11-26T07:42:38.382Z] ---> Running in 5f828352b2d7 [2020-11-26T07:42:38.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-26T07:42:38.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T07:42:38.555Z] 7acfc9061284: Preparing [2020-11-26T07:42:38.555Z] 5f2b08a552c4: Preparing [2020-11-26T07:42:38.555Z] ea7f92565399: Preparing [2020-11-26T07:42:38.555Z] 36b8323ca191: Preparing [2020-11-26T07:42:38.555Z] 748ac83555ac: Preparing [2020-11-26T07:42:38.555Z] 982a2bab9081: Preparing [2020-11-26T07:42:38.555Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:38.555Z] 982a2bab9081: Waiting [2020-11-26T07:42:38.555Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:38.555Z] 748ac83555ac: Layer already exists [2020-11-26T07:42:38.555Z] 7acfc9061284: Layer already exists [2020-11-26T07:42:38.555Z] 5f2b08a552c4: Layer already exists [2020-11-26T07:42:38.555Z] ea7f92565399: Layer already exists [2020-11-26T07:42:38.555Z] 36b8323ca191: Layer already exists [2020-11-26T07:42:38.555Z] 982a2bab9081: Layer already exists [2020-11-26T07:42:38.555Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:38.555Z] master: digest: sha256:786c89c574e72b0031ef88d257dfe442734bec60c8620546ca8153d18f99c693 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-26T07:42:38.655Z] ---> Running in a4e9049b6e28 [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:38.744Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:38.798Z] taggedImages: [2020-11-26T07:42:38.798Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:38.798Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.9 [2020-11-26T07:42:38.798Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:38.798Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-26T07:42:38.867Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-26T07:42:38.867Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:38.867Z] 1.3.1-dev.9 [2020-11-26T07:42:38.867Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:38.867Z] master [2020-11-26T07:42:38.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:39.261Z] Removing intermediate container 5f828352b2d7 [2020-11-26T07:42:39.261Z] ---> d1c6c8b87eef [2020-11-26T07:42:39.261Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-26T07:42:39.261Z] Removing intermediate container a4e9049b6e28 [2020-11-26T07:42:39.261Z] ---> 78165214f152 [2020-11-26T07:42:39.261Z] [2020-11-26T07:42:39.419Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:39.531Z] ---> Running in bb37b561986f [2020-11-26T07:42:39.531Z] Successfully built 78165214f152 [2020-11-26T07:42:39.531Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-26T07:42:39.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:39.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T07:42:39.723Z] 95ead22321bf: Preparing [2020-11-26T07:42:39.723Z] 918cb31e170a: Preparing [2020-11-26T07:42:39.723Z] a1d12e9c346e: Preparing [2020-11-26T07:42:39.723Z] b44b27ed30b0: Preparing [2020-11-26T07:42:39.723Z] ace0eda3e3be: Preparing [2020-11-26T07:42:39.723Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:39.986Z] a1d12e9c346e: Pushed [2020-11-26T07:42:39.986Z] 918cb31e170a: Pushed [2020-11-26T07:42:39.986Z] b44b27ed30b0: Pushed [2020-11-26T07:42:41.203Z] 95ead22321bf: Pushed [2020-11-26T07:42:41.203Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:a459098246d992b2520c5c29f389f9d656d699af24823e7e1b253933f16e1e2f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:41.525Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:41.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.9 [2020-11-26T07:42:41.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T07:42:41.828Z] 95ead22321bf: Preparing [2020-11-26T07:42:41.828Z] 918cb31e170a: Preparing [2020-11-26T07:42:41.828Z] a1d12e9c346e: Preparing [2020-11-26T07:42:41.828Z] b44b27ed30b0: Preparing [2020-11-26T07:42:41.828Z] ace0eda3e3be: Preparing [2020-11-26T07:42:41.828Z] b44b27ed30b0: Layer already exists [2020-11-26T07:42:41.828Z] 95ead22321bf: Layer already exists [2020-11-26T07:42:41.828Z] a1d12e9c346e: Layer already exists [2020-11-26T07:42:41.828Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:41.828Z] 918cb31e170a: Layer already exists [2020-11-26T07:42:41.828Z] 1.3.1-dev.9: digest: sha256:a459098246d992b2520c5c29f389f9d656d699af24823e7e1b253933f16e1e2f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:42.042Z]  Building docker-core-metadata-go ... done Removing intermediate container bb37b561986f [2020-11-26T07:42:42.042Z] ---> 918d2ab28b12 [2020-11-26T07:42:42.042Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-26T07:42:42.042Z] Removing intermediate container 35b6f9e6c1ff [2020-11-26T07:42:42.042Z] ---> 81578cfb3281 [2020-11-26T07:42:42.042Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-26T07:42:42.138Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:42.320Z] ---> Running in c0f7017144ec [2020-11-26T07:42:42.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:42.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T07:42:42.439Z] 95ead22321bf: Preparing [2020-11-26T07:42:42.439Z] 918cb31e170a: Preparing [2020-11-26T07:42:42.439Z] a1d12e9c346e: Preparing [2020-11-26T07:42:42.439Z] b44b27ed30b0: Preparing [2020-11-26T07:42:42.439Z] ace0eda3e3be: Preparing [2020-11-26T07:42:42.439Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:42.439Z] b44b27ed30b0: Layer already exists [2020-11-26T07:42:42.439Z] 918cb31e170a: Layer already exists [2020-11-26T07:42:42.439Z] a1d12e9c346e: Layer already exists [2020-11-26T07:42:42.439Z] 95ead22321bf: Layer already exists [2020-11-26T07:42:42.439Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:a459098246d992b2520c5c29f389f9d656d699af24823e7e1b253933f16e1e2f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:42.752Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:43.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-26T07:42:43.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T07:42:43.063Z] 95ead22321bf: Preparing [2020-11-26T07:42:43.063Z] 918cb31e170a: Preparing [2020-11-26T07:42:43.063Z] a1d12e9c346e: Preparing [2020-11-26T07:42:43.063Z] b44b27ed30b0: Preparing [2020-11-26T07:42:43.063Z] ace0eda3e3be: Preparing [2020-11-26T07:42:43.063Z] b44b27ed30b0: Layer already exists [2020-11-26T07:42:43.063Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:43.063Z] 95ead22321bf: Layer already exists [2020-11-26T07:42:43.063Z] 918cb31e170a: Layer already exists [2020-11-26T07:42:43.063Z] a1d12e9c346e: Layer already exists [2020-11-26T07:42:43.063Z] master: digest: sha256:a459098246d992b2520c5c29f389f9d656d699af24823e7e1b253933f16e1e2f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:43.245Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:43.296Z] taggedImages: [2020-11-26T07:42:43.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:43.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.9 [2020-11-26T07:42:43.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:43.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-26T07:42:43.306Z] ---> ec77b81e9d59 [2020-11-26T07:42:43.306Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [Pipeline] echo [2020-11-26T07:42:43.368Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-26T07:42:43.368Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:43.368Z] 1.3.1-dev.9 [2020-11-26T07:42:43.368Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:43.368Z] master [2020-11-26T07:42:43.368Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:43.860Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:43.899Z] ---> b7b54f0adf72 [2020-11-26T07:42:43.899Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-26T07:42:44.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:44.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T07:42:44.157Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:44.157Z] 91c914108ccc: Preparing [2020-11-26T07:42:44.157Z] 5c8537b0532e: Preparing [2020-11-26T07:42:44.157Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:44.157Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:44.157Z] 1fe3c049eb38: Preparing [2020-11-26T07:42:44.157Z] 6cf603a8a2d0: Preparing [2020-11-26T07:42:44.157Z] c219e8c71997: Preparing [2020-11-26T07:42:44.157Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:44.157Z] 4033dae60038: Preparing [2020-11-26T07:42:44.157Z] 1a8db13ceae2: Preparing [2020-11-26T07:42:44.157Z] 74e57098a184: Preparing [2020-11-26T07:42:44.157Z] ace0eda3e3be: Preparing [2020-11-26T07:42:44.157Z] 6cf603a8a2d0: Waiting [2020-11-26T07:42:44.157Z] c219e8c71997: Waiting [2020-11-26T07:42:44.157Z] 4033dae60038: Waiting [2020-11-26T07:42:44.157Z] ace0eda3e3be: Waiting [2020-11-26T07:42:44.157Z] 74e57098a184: Waiting [2020-11-26T07:42:44.157Z] 1a8db13ceae2: Waiting [2020-11-26T07:42:44.157Z] ff4ce4e9d5c8: Pushed [2020-11-26T07:42:44.419Z] 1fe3c049eb38: Pushed [2020-11-26T07:42:44.419Z] 5c8537b0532e: Pushed [2020-11-26T07:42:44.419Z] 91c914108ccc: Pushed [2020-11-26T07:42:44.419Z] 6cf603a8a2d0: Pushed [2020-11-26T07:42:44.419Z] 1a8db13ceae2: Pushed [2020-11-26T07:42:44.419Z] c219e8c71997: Pushed [2020-11-26T07:42:44.419Z] 4033dae60038: Pushed [2020-11-26T07:42:44.494Z] ---> c6c7d0ee3f2e [2020-11-26T07:42:44.494Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-26T07:42:44.681Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:44.942Z] 74e57098a184: Pushed [2020-11-26T07:42:44.942Z] 978e7d46bf7a: Pushed [2020-11-26T07:42:45.204Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:16d17fdf245a18ac7ae0b30b1e279e8f73281fc30033dabfc797f2c8ec5a7be3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:45.465Z] ---> 0c0334714728 [2020-11-26T07:42:45.465Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-26T07:42:45.511Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:45.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.9 [2020-11-26T07:42:45.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T07:42:45.815Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:45.815Z] 91c914108ccc: Preparing [2020-11-26T07:42:45.815Z] 5c8537b0532e: Preparing [2020-11-26T07:42:45.815Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:45.815Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:45.815Z] 1fe3c049eb38: Preparing [2020-11-26T07:42:45.815Z] 6cf603a8a2d0: Preparing [2020-11-26T07:42:45.815Z] c219e8c71997: Preparing [2020-11-26T07:42:45.815Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:45.815Z] 4033dae60038: Preparing [2020-11-26T07:42:45.815Z] 1a8db13ceae2: Preparing [2020-11-26T07:42:45.815Z] 74e57098a184: Preparing [2020-11-26T07:42:45.815Z] ace0eda3e3be: Preparing [2020-11-26T07:42:45.815Z] 6cf603a8a2d0: Waiting [2020-11-26T07:42:45.815Z] c219e8c71997: Waiting [2020-11-26T07:42:45.815Z] 4033dae60038: Waiting [2020-11-26T07:42:45.815Z] 1a8db13ceae2: Waiting [2020-11-26T07:42:45.815Z] ace0eda3e3be: Waiting [2020-11-26T07:42:45.815Z] 74e57098a184: Waiting [2020-11-26T07:42:45.815Z] 1fe3c049eb38: Layer already exists [2020-11-26T07:42:45.815Z] ff4ce4e9d5c8: Layer already exists [2020-11-26T07:42:45.815Z] 978e7d46bf7a: Layer already exists [2020-11-26T07:42:45.815Z] 5c8537b0532e: Layer already exists [2020-11-26T07:42:45.815Z] 91c914108ccc: Layer already exists [2020-11-26T07:42:45.815Z] 6cf603a8a2d0: Layer already exists [2020-11-26T07:42:45.815Z] c219e8c71997: Layer already exists [2020-11-26T07:42:45.815Z] 4033dae60038: Layer already exists [2020-11-26T07:42:45.815Z] 1a8db13ceae2: Layer already exists [2020-11-26T07:42:45.815Z] 74e57098a184: Layer already exists [2020-11-26T07:42:45.815Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:46.063Z] ---> fb2841438622 [2020-11-26T07:42:46.063Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-26T07:42:46.063Z] ---> Running in 707cd6850712 [2020-11-26T07:42:46.081Z] 1.3.1-dev.9: digest: sha256:16d17fdf245a18ac7ae0b30b1e279e8f73281fc30033dabfc797f2c8ec5a7be3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:46.405Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:46.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:46.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T07:42:46.724Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:46.724Z] 91c914108ccc: Preparing [2020-11-26T07:42:46.724Z] 5c8537b0532e: Preparing [2020-11-26T07:42:46.724Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:46.724Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:46.724Z] 1fe3c049eb38: Preparing [2020-11-26T07:42:46.724Z] 6cf603a8a2d0: Preparing [2020-11-26T07:42:46.724Z] c219e8c71997: Preparing [2020-11-26T07:42:46.724Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:46.724Z] 4033dae60038: Preparing [2020-11-26T07:42:46.724Z] 1a8db13ceae2: Preparing [2020-11-26T07:42:46.724Z] 74e57098a184: Preparing [2020-11-26T07:42:46.724Z] ace0eda3e3be: Preparing [2020-11-26T07:42:46.724Z] 6cf603a8a2d0: Waiting [2020-11-26T07:42:46.724Z] c219e8c71997: Waiting [2020-11-26T07:42:46.724Z] 74e57098a184: Waiting [2020-11-26T07:42:46.724Z] 4033dae60038: Waiting [2020-11-26T07:42:46.724Z] 1a8db13ceae2: Waiting [2020-11-26T07:42:46.724Z] ace0eda3e3be: Waiting [2020-11-26T07:42:46.724Z] 5c8537b0532e: Layer already exists [2020-11-26T07:42:46.724Z] 91c914108ccc: Layer already exists [2020-11-26T07:42:46.724Z] 1fe3c049eb38: Layer already exists [2020-11-26T07:42:46.724Z] ff4ce4e9d5c8: Layer already exists [2020-11-26T07:42:46.724Z] 978e7d46bf7a: Layer already exists [2020-11-26T07:42:46.724Z] 4033dae60038: Layer already exists [2020-11-26T07:42:46.724Z] c219e8c71997: Layer already exists [2020-11-26T07:42:46.724Z] 6cf603a8a2d0: Layer already exists [2020-11-26T07:42:46.724Z] 74e57098a184: Layer already exists [2020-11-26T07:42:46.724Z] 1a8db13ceae2: Layer already exists [2020-11-26T07:42:46.724Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:46.724Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:16d17fdf245a18ac7ae0b30b1e279e8f73281fc30033dabfc797f2c8ec5a7be3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:47.027Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:47.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-26T07:42:47.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T07:42:47.332Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:47.332Z] 91c914108ccc: Preparing [2020-11-26T07:42:47.332Z] 5c8537b0532e: Preparing [2020-11-26T07:42:47.332Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:47.332Z] ff4ce4e9d5c8: Preparing [2020-11-26T07:42:47.332Z] 1fe3c049eb38: Preparing [2020-11-26T07:42:47.332Z] 6cf603a8a2d0: Preparing [2020-11-26T07:42:47.332Z] c219e8c71997: Preparing [2020-11-26T07:42:47.332Z] 978e7d46bf7a: Preparing [2020-11-26T07:42:47.332Z] 4033dae60038: Preparing [2020-11-26T07:42:47.332Z] 1a8db13ceae2: Preparing [2020-11-26T07:42:47.332Z] 74e57098a184: Preparing [2020-11-26T07:42:47.332Z] ace0eda3e3be: Preparing [2020-11-26T07:42:47.332Z] 6cf603a8a2d0: Waiting [2020-11-26T07:42:47.332Z] c219e8c71997: Waiting [2020-11-26T07:42:47.332Z] 4033dae60038: Waiting [2020-11-26T07:42:47.332Z] 1a8db13ceae2: Waiting [2020-11-26T07:42:47.332Z] 74e57098a184: Waiting [2020-11-26T07:42:47.332Z] ace0eda3e3be: Waiting [2020-11-26T07:42:47.332Z] 5c8537b0532e: Layer already exists [2020-11-26T07:42:47.332Z] ff4ce4e9d5c8: Layer already exists [2020-11-26T07:42:47.332Z] 978e7d46bf7a: Layer already exists [2020-11-26T07:42:47.332Z] 91c914108ccc: Layer already exists [2020-11-26T07:42:47.332Z] 1fe3c049eb38: Layer already exists [2020-11-26T07:42:47.332Z] 6cf603a8a2d0: Layer already exists [2020-11-26T07:42:47.332Z] 4033dae60038: Layer already exists [2020-11-26T07:42:47.332Z] 1a8db13ceae2: Layer already exists [2020-11-26T07:42:47.332Z] c219e8c71997: Layer already exists [2020-11-26T07:42:47.332Z] 74e57098a184: Layer already exists [2020-11-26T07:42:47.332Z] ace0eda3e3be: Layer already exists [2020-11-26T07:42:47.332Z] master: digest: sha256:16d17fdf245a18ac7ae0b30b1e279e8f73281fc30033dabfc797f2c8ec5a7be3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:47.532Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:47.588Z] taggedImages: [2020-11-26T07:42:47.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:47.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.9 [2020-11-26T07:42:47.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:47.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-11-26T07:42:47.652Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-26T07:42:47.652Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:47.652Z] 1.3.1-dev.9 [2020-11-26T07:42:47.652Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:47.652Z] master [2020-11-26T07:42:47.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:48.095Z] Collecting docker-compose==1.23.2 [2020-11-26T07:42:48.139Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:48.368Z] Removing intermediate container 707cd6850712 [2020-11-26T07:42:48.368Z] ---> feb7df2d93c1 [2020-11-26T07:42:48.368Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T07:42:48.368Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-26T07:42:48.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:48.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T07:42:48.445Z] ea75060209a4: Preparing [2020-11-26T07:42:48.445Z] 531d0015fd2f: Preparing [2020-11-26T07:42:48.445Z] 547fcce169f9: Preparing [2020-11-26T07:42:48.445Z] 98bd05dd2c6e: Preparing [2020-11-26T07:42:48.445Z] 1da5d834f45a: Preparing [2020-11-26T07:42:48.445Z] 3be62f711e5d: Preparing [2020-11-26T07:42:48.445Z] 9193d80ecb38: Preparing [2020-11-26T07:42:48.445Z] 982a2bab9081: Preparing [2020-11-26T07:42:48.445Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:48.445Z] 3be62f711e5d: Waiting [2020-11-26T07:42:48.445Z] 982a2bab9081: Waiting [2020-11-26T07:42:48.445Z] 9193d80ecb38: Waiting [2020-11-26T07:42:48.445Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:48.712Z] ea75060209a4: Pushed [2020-11-26T07:42:48.712Z] 531d0015fd2f: Pushed [2020-11-26T07:42:48.712Z] 1da5d834f45a: Pushed [2020-11-26T07:42:48.712Z] 982a2bab9081: Layer already exists [2020-11-26T07:42:48.712Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:48.712Z] 3be62f711e5d: Pushed [2020-11-26T07:42:48.712Z] 9193d80ecb38: Pushed [2020-11-26T07:42:48.958Z] ---> 310807e46c2c [2020-11-26T07:42:48.958Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T07:42:48.958Z] Collecting docopt<0.7,>=0.6.1 [2020-11-26T07:42:48.958Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-26T07:42:49.238Z] ---> Running in 14e9728482e3 [2020-11-26T07:42:49.374Z] 98bd05dd2c6e: Pushed [2020-11-26T07:42:49.374Z] 547fcce169f9: Pushed [2020-11-26T07:42:49.690Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:f666ef973e088387fb9b103be9c120de850496c1259cf30dd806a3a49b7fb77c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:50.039Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:50.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.9 [2020-11-26T07:42:50.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T07:42:50.353Z] ea75060209a4: Preparing [2020-11-26T07:42:50.353Z] 531d0015fd2f: Preparing [2020-11-26T07:42:50.353Z] 547fcce169f9: Preparing [2020-11-26T07:42:50.353Z] 98bd05dd2c6e: Preparing [2020-11-26T07:42:50.353Z] 1da5d834f45a: Preparing [2020-11-26T07:42:50.353Z] 3be62f711e5d: Preparing [2020-11-26T07:42:50.353Z] 9193d80ecb38: Preparing [2020-11-26T07:42:50.353Z] 982a2bab9081: Preparing [2020-11-26T07:42:50.353Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:50.353Z] 3be62f711e5d: Waiting [2020-11-26T07:42:50.353Z] 9193d80ecb38: Waiting [2020-11-26T07:42:50.353Z] 982a2bab9081: Waiting [2020-11-26T07:42:50.353Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:50.353Z] 1da5d834f45a: Layer already exists [2020-11-26T07:42:50.353Z] 98bd05dd2c6e: Layer already exists [2020-11-26T07:42:50.353Z] 547fcce169f9: Layer already exists [2020-11-26T07:42:50.353Z] ea75060209a4: Layer already exists [2020-11-26T07:42:50.353Z] 531d0015fd2f: Layer already exists [2020-11-26T07:42:50.353Z] 9193d80ecb38: Layer already exists [2020-11-26T07:42:50.353Z] 3be62f711e5d: Layer already exists [2020-11-26T07:42:50.353Z] 982a2bab9081: Layer already exists [2020-11-26T07:42:50.353Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:50.353Z] 1.3.1-dev.9: digest: sha256:f666ef973e088387fb9b103be9c120de850496c1259cf30dd806a3a49b7fb77c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:50.663Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:50.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:50.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T07:42:50.962Z] ea75060209a4: Preparing [2020-11-26T07:42:50.962Z] 531d0015fd2f: Preparing [2020-11-26T07:42:50.962Z] 547fcce169f9: Preparing [2020-11-26T07:42:50.962Z] 98bd05dd2c6e: Preparing [2020-11-26T07:42:50.962Z] 1da5d834f45a: Preparing [2020-11-26T07:42:50.962Z] 3be62f711e5d: Preparing [2020-11-26T07:42:50.962Z] 9193d80ecb38: Preparing [2020-11-26T07:42:50.962Z] 982a2bab9081: Preparing [2020-11-26T07:42:50.962Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:50.962Z] 3be62f711e5d: Waiting [2020-11-26T07:42:50.962Z] 9193d80ecb38: Waiting [2020-11-26T07:42:50.962Z] 982a2bab9081: Waiting [2020-11-26T07:42:50.962Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:50.962Z] 1da5d834f45a: Layer already exists [2020-11-26T07:42:50.962Z] 531d0015fd2f: Layer already exists [2020-11-26T07:42:50.962Z] 547fcce169f9: Layer already exists [2020-11-26T07:42:50.962Z] ea75060209a4: Layer already exists [2020-11-26T07:42:50.962Z] 98bd05dd2c6e: Layer already exists [2020-11-26T07:42:50.962Z] 982a2bab9081: Layer already exists [2020-11-26T07:42:50.962Z] 9193d80ecb38: Layer already exists [2020-11-26T07:42:50.962Z] 3be62f711e5d: Layer already exists [2020-11-26T07:42:50.962Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:50.962Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:f666ef973e088387fb9b103be9c120de850496c1259cf30dd806a3a49b7fb77c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:51.222Z] Removing intermediate container 14e9728482e3 [2020-11-26T07:42:51.222Z] ---> 8d75621aaf19 [2020-11-26T07:42:51.222Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-26T07:42:51.222Z] ---> Running in 034bde80c8ad [2020-11-26T07:42:51.276Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:51.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-26T07:42:51.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T07:42:51.586Z] ea75060209a4: Preparing [2020-11-26T07:42:51.586Z] 531d0015fd2f: Preparing [2020-11-26T07:42:51.586Z] 547fcce169f9: Preparing [2020-11-26T07:42:51.586Z] 98bd05dd2c6e: Preparing [2020-11-26T07:42:51.586Z] 1da5d834f45a: Preparing [2020-11-26T07:42:51.586Z] 3be62f711e5d: Preparing [2020-11-26T07:42:51.586Z] 9193d80ecb38: Preparing [2020-11-26T07:42:51.586Z] 982a2bab9081: Preparing [2020-11-26T07:42:51.586Z] 1b3ee35aacca: Preparing [2020-11-26T07:42:51.586Z] 9193d80ecb38: Waiting [2020-11-26T07:42:51.586Z] 1b3ee35aacca: Waiting [2020-11-26T07:42:51.586Z] 982a2bab9081: Waiting [2020-11-26T07:42:51.586Z] 3be62f711e5d: Waiting [2020-11-26T07:42:51.586Z] ea75060209a4: Layer already exists [2020-11-26T07:42:51.586Z] 1da5d834f45a: Layer already exists [2020-11-26T07:42:51.586Z] 547fcce169f9: Layer already exists [2020-11-26T07:42:51.586Z] 98bd05dd2c6e: Layer already exists [2020-11-26T07:42:51.586Z] 531d0015fd2f: Layer already exists [2020-11-26T07:42:51.586Z] 3be62f711e5d: Layer already exists [2020-11-26T07:42:51.586Z] 1b3ee35aacca: Layer already exists [2020-11-26T07:42:51.586Z] 9193d80ecb38: Layer already exists [2020-11-26T07:42:51.586Z] 982a2bab9081: Layer already exists [2020-11-26T07:42:51.586Z] master: digest: sha256:f666ef973e088387fb9b103be9c120de850496c1259cf30dd806a3a49b7fb77c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-11-26T07:42:51.819Z] Collecting docker<4.0,>=3.6.0 [2020-11-26T07:42:51.820Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] echo [2020-11-26T07:42:51.875Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:51.937Z] taggedImages: [2020-11-26T07:42:51.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:51.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.9 [2020-11-26T07:42:51.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:51.937Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-26T07:42:52.070Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-26T07:42:52.070Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:52.070Z] 1.3.1-dev.9 [2020-11-26T07:42:52.070Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:52.070Z] master [2020-11-26T07:42:52.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:52.436Z] Collecting texttable<0.10,>=0.9.0 [2020-11-26T07:42:52.437Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-26T07:42:52.575Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:52.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:52.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T07:42:52.880Z] 2dc06cd55681: Preparing [2020-11-26T07:42:52.880Z] 7c784589edb9: Preparing [2020-11-26T07:42:52.880Z] 3f7a9d40d3dd: Preparing [2020-11-26T07:42:52.880Z] 48643df38def: Preparing [2020-11-26T07:42:52.880Z] 3f7a9d40d3dd: Pushed [2020-11-26T07:42:53.143Z] 2dc06cd55681: Pushed [2020-11-26T07:42:53.143Z] 48643df38def: Pushed [2020-11-26T07:42:53.875Z] Removing intermediate container 034bde80c8ad [2020-11-26T07:42:53.875Z] ---> d1bcc33db0a5 [2020-11-26T07:42:53.875Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T07:42:53.875Z] ---> Running in d5e603b55a68 [2020-11-26T07:42:54.089Z] 7c784589edb9: Pushed [2020-11-26T07:42:54.089Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:c62c8e471e27b09ef05ffdf18fd547396b1c9bf7e4ebce60121433e477492f38 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:54.400Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:54.470Z] Removing intermediate container d5e603b55a68 [2020-11-26T07:42:54.470Z] ---> b06328414285 [2020-11-26T07:42:54.470Z] Step 26/29 : CMD [ "generate" ] [2020-11-26T07:42:54.470Z] ---> Running in 15b0cc2344b9 [2020-11-26T07:42:54.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.9 [2020-11-26T07:42:54.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T07:42:54.703Z] 2dc06cd55681: Preparing [2020-11-26T07:42:54.703Z] 7c784589edb9: Preparing [2020-11-26T07:42:54.703Z] 3f7a9d40d3dd: Preparing [2020-11-26T07:42:54.703Z] 48643df38def: Preparing [2020-11-26T07:42:54.703Z] 2dc06cd55681: Layer already exists [2020-11-26T07:42:54.703Z] 7c784589edb9: Layer already exists [2020-11-26T07:42:54.703Z] 3f7a9d40d3dd: Layer already exists [2020-11-26T07:42:54.703Z] 48643df38def: Layer already exists [2020-11-26T07:42:54.703Z] 1.3.1-dev.9: digest: sha256:c62c8e471e27b09ef05ffdf18fd547396b1c9bf7e4ebce60121433e477492f38 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:54.744Z] Collecting cached-property<2,>=1.2.0 [2020-11-26T07:42:54.744Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-26T07:42:55.013Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:55.018Z] Removing intermediate container 15b0cc2344b9 [2020-11-26T07:42:55.018Z] ---> 193356367d1c [2020-11-26T07:42:55.018Z] Step 27/29 : LABEL arch=arm64 [2020-11-26T07:42:55.018Z] ---> Running in 561b66931ec0 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:55.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:55.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T07:42:55.312Z] 2dc06cd55681: Preparing [2020-11-26T07:42:55.312Z] 7c784589edb9: Preparing [2020-11-26T07:42:55.312Z] 3f7a9d40d3dd: Preparing [2020-11-26T07:42:55.312Z] 48643df38def: Preparing [2020-11-26T07:42:55.312Z] 48643df38def: Layer already exists [2020-11-26T07:42:55.312Z] 7c784589edb9: Layer already exists [2020-11-26T07:42:55.312Z] 2dc06cd55681: Layer already exists [2020-11-26T07:42:55.312Z] 3f7a9d40d3dd: Layer already exists [2020-11-26T07:42:55.312Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:c62c8e471e27b09ef05ffdf18fd547396b1c9bf7e4ebce60121433e477492f38 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:55.616Z] Removing intermediate container 561b66931ec0 [2020-11-26T07:42:55.616Z] ---> 572ac2d2e969 [2020-11-26T07:42:55.616Z] Step 28/29 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:55.616Z] ---> Running in 70f3b1ba0871 [2020-11-26T07:42:55.617Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:55.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-26T07:42:55.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T07:42:55.917Z] 2dc06cd55681: Preparing [2020-11-26T07:42:55.917Z] 7c784589edb9: Preparing [2020-11-26T07:42:55.917Z] 3f7a9d40d3dd: Preparing [2020-11-26T07:42:55.917Z] 48643df38def: Preparing [2020-11-26T07:42:55.917Z] 7c784589edb9: Layer already exists [2020-11-26T07:42:55.917Z] 3f7a9d40d3dd: Layer already exists [2020-11-26T07:42:55.917Z] 2dc06cd55681: Layer already exists [2020-11-26T07:42:55.917Z] 48643df38def: Layer already exists [2020-11-26T07:42:55.917Z] master: digest: sha256:c62c8e471e27b09ef05ffdf18fd547396b1c9bf7e4ebce60121433e477492f38 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:42:56.105Z] ===================================================== [Pipeline] echo [2020-11-26T07:42:56.152Z] taggedImages: [2020-11-26T07:42:56.152Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:56.152Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.9 [2020-11-26T07:42:56.152Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:56.152Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-26T07:42:56.217Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-26T07:42:56.217Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:56.217Z] 1.3.1-dev.9 [2020-11-26T07:42:56.217Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:56.217Z] master [2020-11-26T07:42:56.217Z] ===================================================== [2020-11-26T07:42:56.220Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-26T07:42:56.220Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-26T07:42:56.220Z] Removing intermediate container 70f3b1ba0871 [2020-11-26T07:42:56.220Z] ---> 824d2865cbcd [2020-11-26T07:42:56.221Z] Step 29/29 : LABEL version=1.3.1-dev.9 [2020-11-26T07:42:56.221Z] ---> Running in 9ce453fff124 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:56.696Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:56.824Z] Collecting jsonschema<3,>=2.5.1 [2020-11-26T07:42:56.824Z] Removing intermediate container 9ce453fff124 [2020-11-26T07:42:56.824Z] ---> 895a498b9c67 [2020-11-26T07:42:56.824Z] [2020-11-26T07:42:56.824Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-26T07:42:56.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:42:56.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T07:42:56.994Z] 3d78dde8e679: Preparing [2020-11-26T07:42:56.994Z] 0c97bfd8c301: Preparing [2020-11-26T07:42:56.994Z] e0d9fe594b23: Preparing [2020-11-26T07:42:56.994Z] 389e7aa02435: Preparing [2020-11-26T07:42:56.994Z] 30656905a96f: Preparing [2020-11-26T07:42:56.994Z] 57d296652e97: Preparing [2020-11-26T07:42:56.994Z] 57d296652e97: Waiting [2020-11-26T07:42:56.994Z] 3d78dde8e679: Pushed [2020-11-26T07:42:56.994Z] e0d9fe594b23: Pushed [2020-11-26T07:42:57.097Z] Successfully built 895a498b9c67 [2020-11-26T07:42:57.097Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-26T07:42:57.257Z] 389e7aa02435: Pushed [2020-11-26T07:42:57.257Z] 30656905a96f: Pushed [2020-11-26T07:42:57.257Z] 57d296652e97: Pushed [2020-11-26T07:42:57.371Z]  Building docker-security-secrets-setup-go ... done Collecting PyYAML<4,>=3.10 [2020-11-26T07:42:57.371Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-26T07:42:58.201Z] 0c97bfd8c301: Pushed [2020-11-26T07:42:58.463Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:5cf5212931b2ee9356cb7735e23bc0edf43a7b38e2410c5bc7711fd2389fcf47 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:58.783Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:59.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.9 [2020-11-26T07:42:59.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T07:42:59.080Z] 3d78dde8e679: Preparing [2020-11-26T07:42:59.080Z] 0c97bfd8c301: Preparing [2020-11-26T07:42:59.080Z] e0d9fe594b23: Preparing [2020-11-26T07:42:59.080Z] 389e7aa02435: Preparing [2020-11-26T07:42:59.080Z] 30656905a96f: Preparing [2020-11-26T07:42:59.080Z] 57d296652e97: Preparing [2020-11-26T07:42:59.080Z] 57d296652e97: Waiting [2020-11-26T07:42:59.080Z] 0c97bfd8c301: Layer already exists [2020-11-26T07:42:59.080Z] 389e7aa02435: Layer already exists [2020-11-26T07:42:59.080Z] e0d9fe594b23: Layer already exists [2020-11-26T07:42:59.080Z] 3d78dde8e679: Layer already exists [2020-11-26T07:42:59.080Z] 30656905a96f: Layer already exists [2020-11-26T07:42:59.080Z] 57d296652e97: Layer already exists [2020-11-26T07:42:59.080Z] 1.3.1-dev.9: digest: sha256:5cf5212931b2ee9356cb7735e23bc0edf43a7b38e2410c5bc7711fd2389fcf47 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:59.392Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:42:59.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:42:59.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T07:42:59.706Z] 3d78dde8e679: Preparing [2020-11-26T07:42:59.706Z] 0c97bfd8c301: Preparing [2020-11-26T07:42:59.706Z] e0d9fe594b23: Preparing [2020-11-26T07:42:59.706Z] 389e7aa02435: Preparing [2020-11-26T07:42:59.706Z] 30656905a96f: Preparing [2020-11-26T07:42:59.706Z] 57d296652e97: Preparing [2020-11-26T07:42:59.706Z] 57d296652e97: Waiting [2020-11-26T07:42:59.706Z] 3d78dde8e679: Layer already exists [2020-11-26T07:42:59.706Z] 30656905a96f: Layer already exists [2020-11-26T07:42:59.706Z] e0d9fe594b23: Layer already exists [2020-11-26T07:42:59.706Z] 0c97bfd8c301: Layer already exists [2020-11-26T07:42:59.706Z] 389e7aa02435: Layer already exists [2020-11-26T07:42:59.706Z] 57d296652e97: Layer already exists [2020-11-26T07:42:59.706Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:5cf5212931b2ee9356cb7735e23bc0edf43a7b38e2410c5bc7711fd2389fcf47 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:00.014Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:00.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-26T07:43:00.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T07:43:00.317Z] 3d78dde8e679: Preparing [2020-11-26T07:43:00.317Z] 0c97bfd8c301: Preparing [2020-11-26T07:43:00.317Z] e0d9fe594b23: Preparing [2020-11-26T07:43:00.317Z] 389e7aa02435: Preparing [2020-11-26T07:43:00.317Z] 30656905a96f: Preparing [2020-11-26T07:43:00.317Z] 57d296652e97: Preparing [2020-11-26T07:43:00.317Z] 57d296652e97: Waiting [2020-11-26T07:43:00.317Z] 3d78dde8e679: Layer already exists [2020-11-26T07:43:00.317Z] 0c97bfd8c301: Layer already exists [2020-11-26T07:43:00.317Z] e0d9fe594b23: Layer already exists [2020-11-26T07:43:00.317Z] 30656905a96f: Layer already exists [2020-11-26T07:43:00.317Z] 389e7aa02435: Layer already exists [2020-11-26T07:43:00.318Z] 57d296652e97: Layer already exists [2020-11-26T07:43:00.318Z] master: digest: sha256:5cf5212931b2ee9356cb7735e23bc0edf43a7b38e2410c5bc7711fd2389fcf47 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:43:00.549Z] ===================================================== [Pipeline] echo [2020-11-26T07:43:00.597Z] taggedImages: [2020-11-26T07:43:00.597Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:00.597Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.9 [2020-11-26T07:43:00.597Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:00.597Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-26T07:43:00.667Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-26T07:43:00.667Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:00.667Z] 1.3.1-dev.9 [2020-11-26T07:43:00.667Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:00.667Z] master [2020-11-26T07:43:00.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-11-26T07:43:00.751Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-26T07:43:00.751Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:01.163Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:01.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:01.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T07:43:01.474Z] cd59b79bc309: Preparing [2020-11-26T07:43:01.474Z] 451b103f7c52: Preparing [2020-11-26T07:43:01.474Z] e8ce5c3d3779: Preparing [2020-11-26T07:43:01.735Z] e8ce5c3d3779: Pushed [2020-11-26T07:43:01.735Z] cd59b79bc309: Pushed [2020-11-26T07:43:02.692Z] 451b103f7c52: Pushed [2020-11-26T07:43:02.716Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-26T07:43:02.716Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-26T07:43:02.955Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:6a06f35f8f744a9070e555daf6d18a46551f99be663c3e3cfcc22cd3dee9190e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:02.985Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-26T07:43:03.255Z] Collecting docker-pycreds>=0.4.0 [2020-11-26T07:43:03.255Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-26T07:43:03.255Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-26T07:43:03.655Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:03.846Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-26T07:43:03.846Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-26T07:43:03.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.9 [2020-11-26T07:43:03.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T07:43:03.968Z] cd59b79bc309: Preparing [2020-11-26T07:43:03.968Z] 451b103f7c52: Preparing [2020-11-26T07:43:03.968Z] e8ce5c3d3779: Preparing [2020-11-26T07:43:03.968Z] e8ce5c3d3779: Layer already exists [2020-11-26T07:43:03.968Z] cd59b79bc309: Layer already exists [2020-11-26T07:43:03.968Z] 451b103f7c52: Layer already exists [2020-11-26T07:43:03.968Z] 1.3.1-dev.9: digest: sha256:6a06f35f8f744a9070e555daf6d18a46551f99be663c3e3cfcc22cd3dee9190e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:04.137Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-26T07:43:04.282Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:04.412Z] Collecting idna<2.8,>=2.5 [2020-11-26T07:43:04.412Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-26T07:43:04.412Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-26T07:43:04.412Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-26T07:43:04.412Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-26T07:43:04.412Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-26T07:43:04.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:04.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T07:43:04.585Z] cd59b79bc309: Preparing [2020-11-26T07:43:04.585Z] 451b103f7c52: Preparing [2020-11-26T07:43:04.585Z] e8ce5c3d3779: Preparing [2020-11-26T07:43:04.585Z] e8ce5c3d3779: Layer already exists [2020-11-26T07:43:04.585Z] cd59b79bc309: Layer already exists [2020-11-26T07:43:04.585Z] 451b103f7c52: Layer already exists [2020-11-26T07:43:04.586Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:6a06f35f8f744a9070e555daf6d18a46551f99be663c3e3cfcc22cd3dee9190e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:04.905Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:05.453Z] Installing collected packages: docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, jsonschema, PyYAML, dockerpty, docker-compose [2020-11-26T07:43:05.453Z] Running setup.py install for docopt: started [2020-11-26T07:43:05.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-26T07:43:05.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T07:43:05.522Z] cd59b79bc309: Preparing [2020-11-26T07:43:05.522Z] 451b103f7c52: Preparing [2020-11-26T07:43:05.522Z] e8ce5c3d3779: Preparing [2020-11-26T07:43:05.522Z] 451b103f7c52: Layer already exists [2020-11-26T07:43:05.522Z] e8ce5c3d3779: Layer already exists [2020-11-26T07:43:05.522Z] cd59b79bc309: Layer already exists [2020-11-26T07:43:05.522Z] master: digest: sha256:6a06f35f8f744a9070e555daf6d18a46551f99be663c3e3cfcc22cd3dee9190e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:43:05.719Z] ===================================================== [Pipeline] echo [2020-11-26T07:43:05.792Z] taggedImages: [2020-11-26T07:43:05.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:05.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.9 [2020-11-26T07:43:05.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:05.792Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-26T07:43:05.882Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-26T07:43:05.882Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:05.882Z] 1.3.1-dev.9 [2020-11-26T07:43:05.882Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:05.882Z] master [2020-11-26T07:43:05.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:06.373Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:06.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:06.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T07:43:06.677Z] 502b0c1da691: Preparing [2020-11-26T07:43:06.677Z] 96d052bab350: Preparing [2020-11-26T07:43:06.677Z] 278cf99c9fe3: Preparing [2020-11-26T07:43:06.677Z] 7b78b34ec2c3: Preparing [2020-11-26T07:43:06.677Z] 873e53604db0: Preparing [2020-11-26T07:43:06.677Z] 99259563115c: Preparing [2020-11-26T07:43:06.677Z] f163599c93bf: Preparing [2020-11-26T07:43:06.677Z] 1d278c39f50a: Preparing [2020-11-26T07:43:06.677Z] 3730a0890c46: Preparing [2020-11-26T07:43:06.677Z] 383f309b5d37: Preparing [2020-11-26T07:43:06.677Z] e1a73c32da76: Preparing [2020-11-26T07:43:06.677Z] 31b11ec6ff38: Preparing [2020-11-26T07:43:06.677Z] 911954e2fe49: Preparing [2020-11-26T07:43:06.677Z] ace0eda3e3be: Preparing [2020-11-26T07:43:06.677Z] 99259563115c: Waiting [2020-11-26T07:43:06.677Z] f163599c93bf: Waiting [2020-11-26T07:43:06.677Z] 1d278c39f50a: Waiting [2020-11-26T07:43:06.677Z] 3730a0890c46: Waiting [2020-11-26T07:43:06.677Z] 383f309b5d37: Waiting [2020-11-26T07:43:06.677Z] e1a73c32da76: Waiting [2020-11-26T07:43:06.677Z] 31b11ec6ff38: Waiting [2020-11-26T07:43:06.677Z] 911954e2fe49: Waiting [2020-11-26T07:43:06.677Z] ace0eda3e3be: Waiting [2020-11-26T07:43:06.946Z] 873e53604db0: Pushed [2020-11-26T07:43:06.946Z] 502b0c1da691: Pushed [2020-11-26T07:43:07.211Z] 7b78b34ec2c3: Pushed [2020-11-26T07:43:07.211Z] 1d278c39f50a: Layer already exists [2020-11-26T07:43:07.211Z] 3730a0890c46: Layer already exists [2020-11-26T07:43:07.211Z] f163599c93bf: Pushed [2020-11-26T07:43:07.211Z] 383f309b5d37: Layer already exists [2020-11-26T07:43:07.211Z] e1a73c32da76: Layer already exists [2020-11-26T07:43:07.211Z] 31b11ec6ff38: Layer already exists [2020-11-26T07:43:07.211Z] 911954e2fe49: Layer already exists [2020-11-26T07:43:07.416Z] Running setup.py install for docopt: finished with status 'done' [2020-11-26T07:43:07.416Z] Attempting uninstall: urllib3 [2020-11-26T07:43:07.416Z] Found existing installation: urllib3 1.25.9 [2020-11-26T07:43:07.416Z] Uninstalling urllib3-1.25.9: [2020-11-26T07:43:07.475Z] ace0eda3e3be: Layer already exists [2020-11-26T07:43:07.475Z] 96d052bab350: Pushed [2020-11-26T07:43:07.688Z] Successfully uninstalled urllib3-1.25.9 [2020-11-26T07:43:08.048Z] 99259563115c: Pushed [2020-11-26T07:43:08.280Z] Attempting uninstall: idna [2020-11-26T07:43:08.280Z] Found existing installation: idna 2.9 [2020-11-26T07:43:08.280Z] Uninstalling idna-2.9: [2020-11-26T07:43:08.280Z] Successfully uninstalled idna-2.9 [2020-11-26T07:43:09.255Z] Attempting uninstall: requests [2020-11-26T07:43:09.255Z] Found existing installation: requests 2.23.0 [2020-11-26T07:43:09.255Z] Uninstalling requests-2.23.0: [2020-11-26T07:43:09.255Z] Successfully uninstalled requests-2.23.0 [2020-11-26T07:43:10.681Z] Running setup.py install for texttable: started [2020-11-26T07:43:11.358Z] 278cf99c9fe3: Pushed [2020-11-26T07:43:11.358Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:26274dec5ca1950e80b00c3792e6d5221a25e304022e5bda6804b0e7e696a328 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:11.658Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:11.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.9 [2020-11-26T07:43:11.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T07:43:11.951Z] 502b0c1da691: Preparing [2020-11-26T07:43:11.951Z] 96d052bab350: Preparing [2020-11-26T07:43:11.951Z] 278cf99c9fe3: Preparing [2020-11-26T07:43:11.951Z] 7b78b34ec2c3: Preparing [2020-11-26T07:43:11.951Z] 873e53604db0: Preparing [2020-11-26T07:43:11.951Z] 99259563115c: Preparing [2020-11-26T07:43:11.951Z] f163599c93bf: Preparing [2020-11-26T07:43:11.951Z] 1d278c39f50a: Preparing [2020-11-26T07:43:11.951Z] 3730a0890c46: Preparing [2020-11-26T07:43:11.951Z] 383f309b5d37: Preparing [2020-11-26T07:43:11.951Z] e1a73c32da76: Preparing [2020-11-26T07:43:11.951Z] 31b11ec6ff38: Preparing [2020-11-26T07:43:11.951Z] 911954e2fe49: Preparing [2020-11-26T07:43:11.951Z] ace0eda3e3be: Preparing [2020-11-26T07:43:11.951Z] 99259563115c: Waiting [2020-11-26T07:43:11.951Z] f163599c93bf: Waiting [2020-11-26T07:43:11.951Z] 1d278c39f50a: Waiting [2020-11-26T07:43:11.951Z] 3730a0890c46: Waiting [2020-11-26T07:43:11.951Z] 383f309b5d37: Waiting [2020-11-26T07:43:11.951Z] 911954e2fe49: Waiting [2020-11-26T07:43:11.951Z] ace0eda3e3be: Waiting [2020-11-26T07:43:11.951Z] e1a73c32da76: Waiting [2020-11-26T07:43:11.951Z] 31b11ec6ff38: Waiting [2020-11-26T07:43:11.951Z] 278cf99c9fe3: Layer already exists [2020-11-26T07:43:11.951Z] 7b78b34ec2c3: Layer already exists [2020-11-26T07:43:11.951Z] 96d052bab350: Layer already exists [2020-11-26T07:43:11.951Z] 502b0c1da691: Layer already exists [2020-11-26T07:43:11.951Z] 873e53604db0: Layer already exists [2020-11-26T07:43:11.951Z] 1d278c39f50a: Layer already exists [2020-11-26T07:43:11.951Z] 99259563115c: Layer already exists [2020-11-26T07:43:11.951Z] f163599c93bf: Layer already exists [2020-11-26T07:43:11.951Z] 3730a0890c46: Layer already exists [2020-11-26T07:43:11.951Z] 383f309b5d37: Layer already exists [2020-11-26T07:43:11.951Z] e1a73c32da76: Layer already exists [2020-11-26T07:43:11.951Z] 31b11ec6ff38: Layer already exists [2020-11-26T07:43:11.951Z] ace0eda3e3be: Layer already exists [2020-11-26T07:43:11.951Z] 911954e2fe49: Layer already exists [2020-11-26T07:43:12.212Z] 1.3.1-dev.9: digest: sha256:26274dec5ca1950e80b00c3792e6d5221a25e304022e5bda6804b0e7e696a328 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:12.522Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:12.647Z] Running setup.py install for texttable: finished with status 'done' [2020-11-26T07:43:12.647Z] Running setup.py install for PyYAML: started [2020-11-26T07:43:12.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:12.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T07:43:12.830Z] 502b0c1da691: Preparing [2020-11-26T07:43:12.830Z] 96d052bab350: Preparing [2020-11-26T07:43:12.830Z] 278cf99c9fe3: Preparing [2020-11-26T07:43:12.830Z] 7b78b34ec2c3: Preparing [2020-11-26T07:43:12.830Z] 873e53604db0: Preparing [2020-11-26T07:43:12.830Z] 99259563115c: Preparing [2020-11-26T07:43:12.830Z] f163599c93bf: Preparing [2020-11-26T07:43:12.830Z] 1d278c39f50a: Preparing [2020-11-26T07:43:12.830Z] 3730a0890c46: Preparing [2020-11-26T07:43:12.830Z] 383f309b5d37: Preparing [2020-11-26T07:43:12.830Z] e1a73c32da76: Preparing [2020-11-26T07:43:12.830Z] 31b11ec6ff38: Preparing [2020-11-26T07:43:12.830Z] 911954e2fe49: Preparing [2020-11-26T07:43:12.830Z] ace0eda3e3be: Preparing [2020-11-26T07:43:12.830Z] 99259563115c: Waiting [2020-11-26T07:43:12.830Z] f163599c93bf: Waiting [2020-11-26T07:43:12.830Z] 1d278c39f50a: Waiting [2020-11-26T07:43:12.830Z] 3730a0890c46: Waiting [2020-11-26T07:43:12.830Z] 383f309b5d37: Waiting [2020-11-26T07:43:12.830Z] e1a73c32da76: Waiting [2020-11-26T07:43:12.830Z] 31b11ec6ff38: Waiting [2020-11-26T07:43:12.830Z] 911954e2fe49: Waiting [2020-11-26T07:43:12.830Z] ace0eda3e3be: Waiting [2020-11-26T07:43:12.830Z] 7b78b34ec2c3: Layer already exists [2020-11-26T07:43:12.830Z] 873e53604db0: Layer already exists [2020-11-26T07:43:12.830Z] 502b0c1da691: Layer already exists [2020-11-26T07:43:12.830Z] 278cf99c9fe3: Layer already exists [2020-11-26T07:43:12.830Z] 96d052bab350: Layer already exists [2020-11-26T07:43:12.830Z] f163599c93bf: Layer already exists [2020-11-26T07:43:12.830Z] 99259563115c: Layer already exists [2020-11-26T07:43:12.830Z] 1d278c39f50a: Layer already exists [2020-11-26T07:43:12.830Z] 3730a0890c46: Layer already exists [2020-11-26T07:43:12.830Z] 383f309b5d37: Layer already exists [2020-11-26T07:43:12.830Z] e1a73c32da76: Layer already exists [2020-11-26T07:43:12.830Z] 31b11ec6ff38: Layer already exists [2020-11-26T07:43:12.830Z] ace0eda3e3be: Layer already exists [2020-11-26T07:43:12.830Z] 911954e2fe49: Layer already exists [2020-11-26T07:43:12.830Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:26274dec5ca1950e80b00c3792e6d5221a25e304022e5bda6804b0e7e696a328 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:13.132Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:13.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-26T07:43:13.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T07:43:13.428Z] 502b0c1da691: Preparing [2020-11-26T07:43:13.428Z] 96d052bab350: Preparing [2020-11-26T07:43:13.428Z] 278cf99c9fe3: Preparing [2020-11-26T07:43:13.428Z] 7b78b34ec2c3: Preparing [2020-11-26T07:43:13.428Z] 873e53604db0: Preparing [2020-11-26T07:43:13.428Z] 99259563115c: Preparing [2020-11-26T07:43:13.428Z] f163599c93bf: Preparing [2020-11-26T07:43:13.428Z] 1d278c39f50a: Preparing [2020-11-26T07:43:13.428Z] 3730a0890c46: Preparing [2020-11-26T07:43:13.428Z] 383f309b5d37: Preparing [2020-11-26T07:43:13.428Z] e1a73c32da76: Preparing [2020-11-26T07:43:13.428Z] 31b11ec6ff38: Preparing [2020-11-26T07:43:13.428Z] 911954e2fe49: Preparing [2020-11-26T07:43:13.428Z] ace0eda3e3be: Preparing [2020-11-26T07:43:13.428Z] f163599c93bf: Waiting [2020-11-26T07:43:13.428Z] 99259563115c: Waiting [2020-11-26T07:43:13.428Z] 1d278c39f50a: Waiting [2020-11-26T07:43:13.428Z] 3730a0890c46: Waiting [2020-11-26T07:43:13.428Z] 383f309b5d37: Waiting [2020-11-26T07:43:13.428Z] e1a73c32da76: Waiting [2020-11-26T07:43:13.428Z] 31b11ec6ff38: Waiting [2020-11-26T07:43:13.428Z] 911954e2fe49: Waiting [2020-11-26T07:43:13.428Z] ace0eda3e3be: Waiting [2020-11-26T07:43:13.428Z] 502b0c1da691: Layer already exists [2020-11-26T07:43:13.428Z] 96d052bab350: Layer already exists [2020-11-26T07:43:13.428Z] 873e53604db0: Layer already exists [2020-11-26T07:43:13.428Z] 7b78b34ec2c3: Layer already exists [2020-11-26T07:43:13.428Z] 278cf99c9fe3: Layer already exists [2020-11-26T07:43:13.428Z] 99259563115c: Layer already exists [2020-11-26T07:43:13.428Z] f163599c93bf: Layer already exists [2020-11-26T07:43:13.428Z] 3730a0890c46: Layer already exists [2020-11-26T07:43:13.428Z] 1d278c39f50a: Layer already exists [2020-11-26T07:43:13.428Z] 383f309b5d37: Layer already exists [2020-11-26T07:43:13.428Z] 31b11ec6ff38: Layer already exists [2020-11-26T07:43:13.428Z] ace0eda3e3be: Layer already exists [2020-11-26T07:43:13.428Z] 911954e2fe49: Layer already exists [2020-11-26T07:43:13.428Z] e1a73c32da76: Layer already exists [2020-11-26T07:43:13.428Z] master: digest: sha256:26274dec5ca1950e80b00c3792e6d5221a25e304022e5bda6804b0e7e696a328 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:43:13.629Z] ===================================================== [Pipeline] echo [2020-11-26T07:43:13.680Z] taggedImages: [2020-11-26T07:43:13.681Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:13.681Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.9 [2020-11-26T07:43:13.681Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:13.681Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T07:43:15.258Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-26T07:43:15.258Z] Running setup.py install for dockerpty: started [2020-11-26T07:43:17.870Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-26T07:43:18.471Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-26T07:43:22.769Z] Removing intermediate container c0f7017144ec [2020-11-26T07:43:22.769Z] ---> 1f0153e7b69e [2020-11-26T07:43:22.769Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-26T07:43:22.769Z] ---> Running in b28cbe8ab225 [2020-11-26T07:43:23.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:43:23.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:43:24.464Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T07:43:24.464Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-26T07:43:24.464Z] (3/3) Installing curl (7.69.1-r1) [2020-11-26T07:43:24.464Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T07:43:24.464Z] OK: 71 MiB in 58 packages [2020-11-26T07:43:25.938Z] Removing intermediate container b28cbe8ab225 [2020-11-26T07:43:25.938Z] ---> 7df8fd72e6a5 [2020-11-26T07:43:25.938Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-26T07:43:25.938Z] ---> Running in 294bfa1e9abb [2020-11-26T07:43:26.542Z] Removing intermediate container 294bfa1e9abb [2020-11-26T07:43:26.542Z] ---> ff7de89c9cae [2020-11-26T07:43:26.542Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:43:26.542Z] ---> Running in a846806b3e4b [2020-11-26T07:43:27.147Z] Removing intermediate container a846806b3e4b [2020-11-26T07:43:27.147Z] ---> af2316a5e07a [2020-11-26T07:43:27.147Z] Step 25/27 : LABEL arch=arm64 [2020-11-26T07:43:27.147Z] ---> Running in bf2917acbf4d [2020-11-26T07:43:27.751Z] Removing intermediate container bf2917acbf4d [2020-11-26T07:43:27.751Z] ---> 0598d1bdad6f [2020-11-26T07:43:27.751Z] Step 26/27 : LABEL git_sha=78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:28.028Z] ---> Running in f15e28aa1484 [2020-11-26T07:43:28.303Z] Removing intermediate container f15e28aa1484 [2020-11-26T07:43:28.303Z] ---> ecf6323d14d8 [2020-11-26T07:43:28.303Z] Step 27/27 : LABEL version=1.3.1-dev.9 [2020-11-26T07:43:28.576Z] ---> Running in 59d917b58737 [2020-11-26T07:43:28.852Z] Removing intermediate container 59d917b58737 [2020-11-26T07:43:28.852Z] ---> 1d524f02d13e [2020-11-26T07:43:28.852Z] [2020-11-26T07:43:29.461Z] Successfully built 1d524f02d13e [2020-11-26T07:43:29.461Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-26T07:43:29.754Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-26T07:43:29.755Z] $ docker stop --time=1 ccada57272bf4ac8f9a60fb411235621564f51906568bc4384c51664b7ab924f [2020-11-26T07:43:31.636Z] $ docker rm -f ccada57272bf4ac8f9a60fb411235621564f51906568bc4384c51664b7ab924f [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T07:43:32.270Z] + grep docker [2020-11-26T07:43:32.270Z] + docker images [2020-11-26T07:43:32.542Z] docker-sys-mgmt-agent-go-arm64 latest 1d524f02d13e 4 seconds ago 270MB [2020-11-26T07:43:32.542Z] docker-security-secrets-setup-go-arm64 latest 895a498b9c67 36 seconds ago 22.7MB [2020-11-26T07:43:32.542Z] docker-core-metadata-go-arm64 latest 78165214f152 54 seconds ago 13.6MB [2020-11-26T07:43:32.542Z] docker-support-logging-go-arm64 latest c6f5560a1ac4 About a minute ago 10.6MB [2020-11-26T07:43:32.542Z] docker-security-proxy-setup-go-arm64 latest 8b600e021304 About a minute ago 15.1MB [2020-11-26T07:43:32.542Z] docker-security-secretstore-setup-go-arm64 latest 564a74c2dea7 2 minutes ago 23.5MB [2020-11-26T07:43:32.542Z] docker-core-data-go-arm64 latest 7afeccdc157e 3 minutes ago 22.3MB [2020-11-26T07:43:32.542Z] docker-support-notifications-go-arm64 latest 031b72b318e1 3 minutes ago 12.9MB [2020-11-26T07:43:32.542Z] docker-core-command-go-arm64 latest 4194a1027b92 3 minutes ago 11.4MB [2020-11-26T07:43:32.542Z] docker-support-scheduler-go-arm64 latest fee7d37582a6 4 minutes ago 11.5MB [2020-11-26T07:43:32.542Z] docker-security-bootstrap-redis-go-arm64 latest a378d069944c 4 minutes ago 15.2MB [2020-11-26T07:43:32.542Z] docker latest 5d4db4dc0692 5 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:43:33.089Z] provisioning config files... [2020-11-26T07:43:33.132Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/233@tmp/config2901579104645554938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:43:33.520Z] ---> docker-login.sh [2020-11-26T07:43:33.520Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:43:33.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:33.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:33.793Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:33.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:33.794Z] [2020-11-26T07:43:33.794Z] Login Succeeded [2020-11-26T07:43:33.794Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:43:34.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:34.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:34.386Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:34.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:34.386Z] [2020-11-26T07:43:34.386Z] Login Succeeded [2020-11-26T07:43:34.386Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:43:34.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:35.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:35.255Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:35.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:35.255Z] [2020-11-26T07:43:35.255Z] Login Succeeded [2020-11-26T07:43:35.255Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:43:35.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:35.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:35.856Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:35.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:35.856Z] [2020-11-26T07:43:35.856Z] Login Succeeded [2020-11-26T07:43:35.856Z] docker.io [2020-11-26T07:43:36.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:36.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:36.719Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:36.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:36.719Z] [2020-11-26T07:43:36.719Z] Login Succeeded [2020-11-26T07:43:36.719Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:43:36.736Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:43:36.959Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-26T07:43:36.959Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:36.959Z] 1.3.1-dev.9 [2020-11-26T07:43:36.959Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:36.959Z] master [2020-11-26T07:43:36.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:37.526Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:37.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:37.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T07:43:37.858Z] b7781c1af030: Preparing [2020-11-26T07:43:37.858Z] 3af5493c84de: Preparing [2020-11-26T07:43:37.858Z] c7c4564c4356: Preparing [2020-11-26T07:43:38.129Z] c7c4564c4356: Pushed [2020-11-26T07:43:38.129Z] b7781c1af030: Pushed [2020-11-26T07:43:40.746Z] 3af5493c84de: Pushed [2020-11-26T07:43:41.016Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:02fc043fb14c3e2657c1463f7764bccac685e119493a24dd7e3b1acd2f0d2fb7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:41.353Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:41.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.9 [2020-11-26T07:43:41.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T07:43:41.688Z] b7781c1af030: Preparing [2020-11-26T07:43:41.688Z] 3af5493c84de: Preparing [2020-11-26T07:43:41.688Z] c7c4564c4356: Preparing [2020-11-26T07:43:41.688Z] c7c4564c4356: Layer already exists [2020-11-26T07:43:41.688Z] 3af5493c84de: Layer already exists [2020-11-26T07:43:41.688Z] b7781c1af030: Layer already exists [2020-11-26T07:43:41.958Z] 1.3.1-dev.9: digest: sha256:02fc043fb14c3e2657c1463f7764bccac685e119493a24dd7e3b1acd2f0d2fb7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:42.301Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:42.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:42.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T07:43:42.644Z] b7781c1af030: Preparing [2020-11-26T07:43:42.644Z] 3af5493c84de: Preparing [2020-11-26T07:43:42.644Z] c7c4564c4356: Preparing [2020-11-26T07:43:42.644Z] b7781c1af030: Layer already exists [2020-11-26T07:43:42.644Z] c7c4564c4356: Layer already exists [2020-11-26T07:43:42.644Z] 3af5493c84de: Layer already exists [2020-11-26T07:43:42.914Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:02fc043fb14c3e2657c1463f7764bccac685e119493a24dd7e3b1acd2f0d2fb7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:43.251Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:43.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-26T07:43:43.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T07:43:43.583Z] b7781c1af030: Preparing [2020-11-26T07:43:43.583Z] 3af5493c84de: Preparing [2020-11-26T07:43:43.583Z] c7c4564c4356: Preparing [2020-11-26T07:43:43.583Z] 3af5493c84de: Layer already exists [2020-11-26T07:43:43.583Z] b7781c1af030: Layer already exists [2020-11-26T07:43:43.583Z] c7c4564c4356: Layer already exists [2020-11-26T07:43:43.855Z] master: digest: sha256:02fc043fb14c3e2657c1463f7764bccac685e119493a24dd7e3b1acd2f0d2fb7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:43:44.090Z] ===================================================== [Pipeline] echo [2020-11-26T07:43:44.146Z] taggedImages: [2020-11-26T07:43:44.146Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:44.146Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.9 [2020-11-26T07:43:44.146Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:44.146Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-26T07:43:44.212Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-26T07:43:44.212Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:44.212Z] 1.3.1-dev.9 [2020-11-26T07:43:44.212Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:44.212Z] master [2020-11-26T07:43:44.212Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:44.777Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:45.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:45.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T07:43:45.116Z] 29339381edab: Preparing [2020-11-26T07:43:45.116Z] 90cc6d013bec: Preparing [2020-11-26T07:43:45.116Z] 0d776b07e68b: Preparing [2020-11-26T07:43:45.116Z] d16fe2bac202: Preparing [2020-11-26T07:43:45.116Z] abd91b1d2f4e: Preparing [2020-11-26T07:43:45.116Z] cd3761cfa1d9: Preparing [2020-11-26T07:43:45.116Z] cd3761cfa1d9: Waiting [2020-11-26T07:43:45.390Z] 29339381edab: Pushed [2020-11-26T07:43:45.390Z] 0d776b07e68b: Pushed [2020-11-26T07:43:45.390Z] abd91b1d2f4e: Pushed [2020-11-26T07:43:45.390Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:43:45.984Z] d16fe2bac202: Pushed [2020-11-26T07:43:48.588Z] 90cc6d013bec: Pushed [2020-11-26T07:43:48.859Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:d8cf33faa3446fdddd5158b31133646cc8115eadd78ea32103acf46be7957849 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:49.209Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:49.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.9 [2020-11-26T07:43:49.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T07:43:49.545Z] 29339381edab: Preparing [2020-11-26T07:43:49.545Z] 90cc6d013bec: Preparing [2020-11-26T07:43:49.545Z] 0d776b07e68b: Preparing [2020-11-26T07:43:49.545Z] d16fe2bac202: Preparing [2020-11-26T07:43:49.545Z] abd91b1d2f4e: Preparing [2020-11-26T07:43:49.545Z] cd3761cfa1d9: Preparing [2020-11-26T07:43:49.545Z] cd3761cfa1d9: Waiting [2020-11-26T07:43:49.821Z] 29339381edab: Layer already exists [2020-11-26T07:43:49.821Z] abd91b1d2f4e: Layer already exists [2020-11-26T07:43:49.821Z] 90cc6d013bec: Layer already exists [2020-11-26T07:43:49.821Z] d16fe2bac202: Layer already exists [2020-11-26T07:43:49.821Z] 0d776b07e68b: Layer already exists [2020-11-26T07:43:49.821Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:43:49.821Z] 1.3.1-dev.9: digest: sha256:d8cf33faa3446fdddd5158b31133646cc8115eadd78ea32103acf46be7957849 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:50.167Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:50.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:50.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T07:43:50.508Z] 29339381edab: Preparing [2020-11-26T07:43:50.508Z] 90cc6d013bec: Preparing [2020-11-26T07:43:50.508Z] 0d776b07e68b: Preparing [2020-11-26T07:43:50.508Z] d16fe2bac202: Preparing [2020-11-26T07:43:50.508Z] abd91b1d2f4e: Preparing [2020-11-26T07:43:50.508Z] cd3761cfa1d9: Preparing [2020-11-26T07:43:50.508Z] cd3761cfa1d9: Waiting [2020-11-26T07:43:50.779Z] 0d776b07e68b: Layer already exists [2020-11-26T07:43:50.779Z] d16fe2bac202: Layer already exists [2020-11-26T07:43:50.779Z] 90cc6d013bec: Layer already exists [2020-11-26T07:43:50.779Z] 29339381edab: Layer already exists [2020-11-26T07:43:50.779Z] abd91b1d2f4e: Layer already exists [2020-11-26T07:43:50.779Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:43:50.779Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:d8cf33faa3446fdddd5158b31133646cc8115eadd78ea32103acf46be7957849 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:51.122Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:51.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-26T07:43:51.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T07:43:51.495Z] 29339381edab: Preparing [2020-11-26T07:43:51.495Z] 90cc6d013bec: Preparing [2020-11-26T07:43:51.495Z] 0d776b07e68b: Preparing [2020-11-26T07:43:51.495Z] d16fe2bac202: Preparing [2020-11-26T07:43:51.495Z] abd91b1d2f4e: Preparing [2020-11-26T07:43:51.495Z] cd3761cfa1d9: Preparing [2020-11-26T07:43:51.495Z] cd3761cfa1d9: Waiting [2020-11-26T07:43:51.796Z] 29339381edab: Layer already exists [2020-11-26T07:43:51.796Z] abd91b1d2f4e: Layer already exists [2020-11-26T07:43:51.796Z] 0d776b07e68b: Layer already exists [2020-11-26T07:43:51.796Z] d16fe2bac202: Layer already exists [2020-11-26T07:43:51.796Z] 90cc6d013bec: Layer already exists [2020-11-26T07:43:51.796Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:43:51.796Z] master: digest: sha256:d8cf33faa3446fdddd5158b31133646cc8115eadd78ea32103acf46be7957849 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:43:51.981Z] ===================================================== [Pipeline] echo [2020-11-26T07:43:52.030Z] taggedImages: [2020-11-26T07:43:52.030Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:52.030Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.9 [2020-11-26T07:43:52.030Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:52.030Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-26T07:43:52.093Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-26T07:43:52.093Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:52.093Z] 1.3.1-dev.9 [2020-11-26T07:43:52.093Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:52.093Z] master [2020-11-26T07:43:52.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:52.684Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:53.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:43:53.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T07:43:53.030Z] 7a8971f5faa3: Preparing [2020-11-26T07:43:53.030Z] 35973f5a08d6: Preparing [2020-11-26T07:43:53.030Z] e09ced512aab: Preparing [2020-11-26T07:43:53.300Z] e09ced512aab: Pushed [2020-11-26T07:43:53.300Z] 7a8971f5faa3: Pushed [2020-11-26T07:43:56.676Z] 35973f5a08d6: Pushed [2020-11-26T07:43:56.676Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:9f7369f4c8e6ee16fedf92fcbb920c1f61ffce90076593c87d68aa3bc7fec192 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:57.017Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:57.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.9 [2020-11-26T07:43:57.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T07:43:57.353Z] 7a8971f5faa3: Preparing [2020-11-26T07:43:57.353Z] 35973f5a08d6: Preparing [2020-11-26T07:43:57.353Z] e09ced512aab: Preparing [2020-11-26T07:43:57.623Z] e09ced512aab: Layer already exists [2020-11-26T07:43:57.623Z] 7a8971f5faa3: Layer already exists [2020-11-26T07:43:57.623Z] 35973f5a08d6: Layer already exists [2020-11-26T07:43:57.623Z] 1.3.1-dev.9: digest: sha256:9f7369f4c8e6ee16fedf92fcbb920c1f61ffce90076593c87d68aa3bc7fec192 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:57.962Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:58.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:43:58.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T07:43:58.297Z] 7a8971f5faa3: Preparing [2020-11-26T07:43:58.297Z] 35973f5a08d6: Preparing [2020-11-26T07:43:58.297Z] e09ced512aab: Preparing [2020-11-26T07:43:58.568Z] e09ced512aab: Layer already exists [2020-11-26T07:43:58.568Z] 35973f5a08d6: Layer already exists [2020-11-26T07:43:58.568Z] 7a8971f5faa3: Layer already exists [2020-11-26T07:43:58.568Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:9f7369f4c8e6ee16fedf92fcbb920c1f61ffce90076593c87d68aa3bc7fec192 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:58.908Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:59.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-26T07:43:59.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T07:43:59.833Z] 7a8971f5faa3: Preparing [2020-11-26T07:43:59.833Z] 35973f5a08d6: Preparing [2020-11-26T07:43:59.833Z] e09ced512aab: Preparing [2020-11-26T07:44:00.109Z] e09ced512aab: Layer already exists [2020-11-26T07:44:00.109Z] 35973f5a08d6: Layer already exists [2020-11-26T07:44:00.109Z] 7a8971f5faa3: Layer already exists [2020-11-26T07:44:00.109Z] master: digest: sha256:9f7369f4c8e6ee16fedf92fcbb920c1f61ffce90076593c87d68aa3bc7fec192 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:00.290Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:00.376Z] taggedImages: [2020-11-26T07:44:00.376Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:00.376Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:00.376Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:00.376Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-26T07:44:00.439Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-26T07:44:00.439Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:00.439Z] 1.3.1-dev.9 [2020-11-26T07:44:00.439Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:00.439Z] master [2020-11-26T07:44:00.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:00.949Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:01.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:01.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T07:44:01.303Z] f7c4f507b696: Preparing [2020-11-26T07:44:01.303Z] 8cb38a63b0b0: Preparing [2020-11-26T07:44:01.303Z] a1c4e506b291: Preparing [2020-11-26T07:44:01.303Z] 65bb1a253fae: Preparing [2020-11-26T07:44:01.303Z] 6d23fa4d86ee: Preparing [2020-11-26T07:44:01.303Z] 50c768a64a5b: Preparing [2020-11-26T07:44:01.303Z] 66b385cf80cf: Preparing [2020-11-26T07:44:01.303Z] 50c768a64a5b: Waiting [2020-11-26T07:44:01.303Z] 66b385cf80cf: Waiting [2020-11-26T07:44:01.582Z] 6d23fa4d86ee: Pushed [2020-11-26T07:44:01.856Z] f7c4f507b696: Pushed [2020-11-26T07:44:01.856Z] 8cb38a63b0b0: Pushed [2020-11-26T07:44:01.856Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:02.452Z] 50c768a64a5b: Pushed [2020-11-26T07:44:02.723Z] a1c4e506b291: Pushed [2020-11-26T07:44:03.696Z] 65bb1a253fae: Pushed [2020-11-26T07:44:03.970Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:bd32941781a28712b1cb15dcfbd8f45580415a88a324792914ec840e12c51e59 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:04.311Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:04.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:04.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T07:44:04.651Z] f7c4f507b696: Preparing [2020-11-26T07:44:04.651Z] 8cb38a63b0b0: Preparing [2020-11-26T07:44:04.651Z] a1c4e506b291: Preparing [2020-11-26T07:44:04.651Z] 65bb1a253fae: Preparing [2020-11-26T07:44:04.651Z] 6d23fa4d86ee: Preparing [2020-11-26T07:44:04.651Z] 50c768a64a5b: Preparing [2020-11-26T07:44:04.651Z] 66b385cf80cf: Preparing [2020-11-26T07:44:04.651Z] 50c768a64a5b: Waiting [2020-11-26T07:44:04.651Z] 66b385cf80cf: Waiting [2020-11-26T07:44:04.922Z] a1c4e506b291: Layer already exists [2020-11-26T07:44:04.922Z] 8cb38a63b0b0: Layer already exists [2020-11-26T07:44:04.922Z] 6d23fa4d86ee: Layer already exists [2020-11-26T07:44:04.922Z] 65bb1a253fae: Layer already exists [2020-11-26T07:44:04.922Z] f7c4f507b696: Layer already exists [2020-11-26T07:44:04.922Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:04.922Z] 50c768a64a5b: Layer already exists [2020-11-26T07:44:04.922Z] 1.3.1-dev.9: digest: sha256:bd32941781a28712b1cb15dcfbd8f45580415a88a324792914ec840e12c51e59 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:05.266Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:05.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:05.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T07:44:05.598Z] f7c4f507b696: Preparing [2020-11-26T07:44:05.598Z] 8cb38a63b0b0: Preparing [2020-11-26T07:44:05.598Z] a1c4e506b291: Preparing [2020-11-26T07:44:05.598Z] 65bb1a253fae: Preparing [2020-11-26T07:44:05.598Z] 6d23fa4d86ee: Preparing [2020-11-26T07:44:05.598Z] 50c768a64a5b: Preparing [2020-11-26T07:44:05.598Z] 66b385cf80cf: Preparing [2020-11-26T07:44:05.598Z] 50c768a64a5b: Waiting [2020-11-26T07:44:05.598Z] 66b385cf80cf: Waiting [2020-11-26T07:44:05.869Z] a1c4e506b291: Layer already exists [2020-11-26T07:44:05.869Z] f7c4f507b696: Layer already exists [2020-11-26T07:44:05.869Z] 6d23fa4d86ee: Layer already exists [2020-11-26T07:44:05.869Z] 65bb1a253fae: Layer already exists [2020-11-26T07:44:05.869Z] 8cb38a63b0b0: Layer already exists [2020-11-26T07:44:05.869Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:05.869Z] 50c768a64a5b: Layer already exists [2020-11-26T07:44:05.869Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:bd32941781a28712b1cb15dcfbd8f45580415a88a324792914ec840e12c51e59 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:06.208Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:06.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-26T07:44:06.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T07:44:06.544Z] f7c4f507b696: Preparing [2020-11-26T07:44:06.544Z] 8cb38a63b0b0: Preparing [2020-11-26T07:44:06.544Z] a1c4e506b291: Preparing [2020-11-26T07:44:06.544Z] 65bb1a253fae: Preparing [2020-11-26T07:44:06.544Z] 6d23fa4d86ee: Preparing [2020-11-26T07:44:06.544Z] 50c768a64a5b: Preparing [2020-11-26T07:44:06.544Z] 66b385cf80cf: Preparing [2020-11-26T07:44:06.544Z] 50c768a64a5b: Waiting [2020-11-26T07:44:06.544Z] 66b385cf80cf: Waiting [2020-11-26T07:44:06.815Z] 6d23fa4d86ee: Layer already exists [2020-11-26T07:44:06.815Z] 65bb1a253fae: Layer already exists [2020-11-26T07:44:06.815Z] a1c4e506b291: Layer already exists [2020-11-26T07:44:06.815Z] f7c4f507b696: Layer already exists [2020-11-26T07:44:06.815Z] 8cb38a63b0b0: Layer already exists [2020-11-26T07:44:06.815Z] 50c768a64a5b: Layer already exists [2020-11-26T07:44:06.815Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:06.815Z] master: digest: sha256:bd32941781a28712b1cb15dcfbd8f45580415a88a324792914ec840e12c51e59 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:07.065Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:07.124Z] taggedImages: [2020-11-26T07:44:07.124Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:07.124Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:07.124Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:07.124Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-26T07:44:07.188Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-26T07:44:07.188Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:07.188Z] 1.3.1-dev.9 [2020-11-26T07:44:07.188Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:07.188Z] master [2020-11-26T07:44:07.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:07.699Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:08.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:08.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T07:44:08.031Z] ee5e46be361c: Preparing [2020-11-26T07:44:08.031Z] eb80a5aa6e82: Preparing [2020-11-26T07:44:08.031Z] 2e24d9a3041a: Preparing [2020-11-26T07:44:08.031Z] 93269c4bdf87: Preparing [2020-11-26T07:44:08.031Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:08.302Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:08.302Z] eb80a5aa6e82: Pushed [2020-11-26T07:44:08.302Z] 2e24d9a3041a: Pushed [2020-11-26T07:44:08.573Z] 93269c4bdf87: Pushed [2020-11-26T07:44:10.533Z] ee5e46be361c: Pushed [2020-11-26T07:44:10.533Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:f0130ebc641c72fa51995ba874cb8665eb31b519d687e9b64238e9ddbdaa6d21 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:10.870Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:11.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:11.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T07:44:11.210Z] ee5e46be361c: Preparing [2020-11-26T07:44:11.210Z] eb80a5aa6e82: Preparing [2020-11-26T07:44:11.210Z] 2e24d9a3041a: Preparing [2020-11-26T07:44:11.210Z] 93269c4bdf87: Preparing [2020-11-26T07:44:11.210Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:11.210Z] 93269c4bdf87: Layer already exists [2020-11-26T07:44:11.210Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:11.210Z] 2e24d9a3041a: Layer already exists [2020-11-26T07:44:11.210Z] ee5e46be361c: Layer already exists [2020-11-26T07:44:11.482Z] eb80a5aa6e82: Layer already exists [2020-11-26T07:44:11.482Z] 1.3.1-dev.9: digest: sha256:f0130ebc641c72fa51995ba874cb8665eb31b519d687e9b64238e9ddbdaa6d21 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:11.826Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:12.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:12.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T07:44:12.162Z] ee5e46be361c: Preparing [2020-11-26T07:44:12.162Z] eb80a5aa6e82: Preparing [2020-11-26T07:44:12.162Z] 2e24d9a3041a: Preparing [2020-11-26T07:44:12.162Z] 93269c4bdf87: Preparing [2020-11-26T07:44:12.162Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:12.432Z] 2e24d9a3041a: Layer already exists [2020-11-26T07:44:12.432Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:12.432Z] ee5e46be361c: Layer already exists [2020-11-26T07:44:12.432Z] 93269c4bdf87: Layer already exists [2020-11-26T07:44:12.432Z] eb80a5aa6e82: Layer already exists [2020-11-26T07:44:12.432Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:f0130ebc641c72fa51995ba874cb8665eb31b519d687e9b64238e9ddbdaa6d21 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:12.771Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:13.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-26T07:44:13.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T07:44:13.102Z] ee5e46be361c: Preparing [2020-11-26T07:44:13.102Z] eb80a5aa6e82: Preparing [2020-11-26T07:44:13.102Z] 2e24d9a3041a: Preparing [2020-11-26T07:44:13.102Z] 93269c4bdf87: Preparing [2020-11-26T07:44:13.102Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:13.374Z] 93269c4bdf87: Layer already exists [2020-11-26T07:44:13.374Z] ee5e46be361c: Layer already exists [2020-11-26T07:44:13.374Z] eb80a5aa6e82: Layer already exists [2020-11-26T07:44:13.374Z] 2e24d9a3041a: Layer already exists [2020-11-26T07:44:13.374Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:13.374Z] master: digest: sha256:f0130ebc641c72fa51995ba874cb8665eb31b519d687e9b64238e9ddbdaa6d21 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:13.581Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:13.638Z] taggedImages: [2020-11-26T07:44:13.638Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:13.638Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:13.638Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:13.638Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-26T07:44:13.701Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-26T07:44:13.701Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:13.701Z] 1.3.1-dev.9 [2020-11-26T07:44:13.701Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:13.701Z] master [2020-11-26T07:44:13.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:14.251Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:14.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:14.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T07:44:14.594Z] d26065d10641: Preparing [2020-11-26T07:44:14.594Z] 7883c68100bd: Preparing [2020-11-26T07:44:14.594Z] 44d686adfae5: Preparing [2020-11-26T07:44:14.594Z] 92e2fcd60327: Preparing [2020-11-26T07:44:14.594Z] 92e2fcd60327: Preparing [2020-11-26T07:44:14.594Z] 9288be973c01: Preparing [2020-11-26T07:44:14.594Z] 4643145d8168: Preparing [2020-11-26T07:44:14.594Z] 6a10d327c4d3: Preparing [2020-11-26T07:44:14.594Z] d26065d10641: Preparing [2020-11-26T07:44:14.594Z] abe161d85793: Preparing [2020-11-26T07:44:14.594Z] 9de8f1a210ff: Preparing [2020-11-26T07:44:14.594Z] 1c605a2d4e4a: Preparing [2020-11-26T07:44:14.594Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:14.594Z] 9de8f1a210ff: Waiting [2020-11-26T07:44:14.594Z] 4643145d8168: Waiting [2020-11-26T07:44:14.594Z] 1c605a2d4e4a: Waiting [2020-11-26T07:44:14.594Z] 6a10d327c4d3: Waiting [2020-11-26T07:44:14.594Z] cd3761cfa1d9: Waiting [2020-11-26T07:44:14.594Z] abe161d85793: Waiting [2020-11-26T07:44:14.869Z] 44d686adfae5: Pushed [2020-11-26T07:44:14.869Z] 92e2fcd60327: Pushed [2020-11-26T07:44:14.869Z] 7883c68100bd: Pushed [2020-11-26T07:44:14.869Z] 9288be973c01: Pushed [2020-11-26T07:44:15.147Z] 4643145d8168: Pushed [2020-11-26T07:44:15.147Z] abe161d85793: Pushed [2020-11-26T07:44:15.147Z] 9de8f1a210ff: Pushed [2020-11-26T07:44:15.147Z] 6a10d327c4d3: Pushed [2020-11-26T07:44:15.443Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:15.443Z] 1c605a2d4e4a: Pushed [2020-11-26T07:44:17.447Z] d26065d10641: Pushed [2020-11-26T07:44:17.447Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:c3fce7846ee34614cc2115d22a402095404d3460c999094123d5898947ed0c65 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:17.787Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:18.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:18.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T07:44:18.133Z] d26065d10641: Preparing [2020-11-26T07:44:18.133Z] 7883c68100bd: Preparing [2020-11-26T07:44:18.133Z] 44d686adfae5: Preparing [2020-11-26T07:44:18.133Z] 92e2fcd60327: Preparing [2020-11-26T07:44:18.133Z] 92e2fcd60327: Preparing [2020-11-26T07:44:18.133Z] 9288be973c01: Preparing [2020-11-26T07:44:18.133Z] 4643145d8168: Preparing [2020-11-26T07:44:18.133Z] 6a10d327c4d3: Preparing [2020-11-26T07:44:18.133Z] d26065d10641: Preparing [2020-11-26T07:44:18.133Z] abe161d85793: Preparing [2020-11-26T07:44:18.133Z] 9de8f1a210ff: Preparing [2020-11-26T07:44:18.133Z] 1c605a2d4e4a: Preparing [2020-11-26T07:44:18.133Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:18.133Z] 4643145d8168: Waiting [2020-11-26T07:44:18.133Z] 6a10d327c4d3: Waiting [2020-11-26T07:44:18.133Z] abe161d85793: Waiting [2020-11-26T07:44:18.133Z] 9de8f1a210ff: Waiting [2020-11-26T07:44:18.133Z] 1c605a2d4e4a: Waiting [2020-11-26T07:44:18.133Z] cd3761cfa1d9: Waiting [2020-11-26T07:44:18.406Z] 9288be973c01: Layer already exists [2020-11-26T07:44:18.406Z] 44d686adfae5: Layer already exists [2020-11-26T07:44:18.406Z] d26065d10641: Layer already exists [2020-11-26T07:44:18.406Z] 7883c68100bd: Layer already exists [2020-11-26T07:44:18.406Z] 92e2fcd60327: Layer already exists [2020-11-26T07:44:18.406Z] 6a10d327c4d3: Layer already exists [2020-11-26T07:44:18.406Z] abe161d85793: Layer already exists [2020-11-26T07:44:18.406Z] 1c605a2d4e4a: Layer already exists [2020-11-26T07:44:18.406Z] 4643145d8168: Layer already exists [2020-11-26T07:44:18.406Z] 9de8f1a210ff: Layer already exists [2020-11-26T07:44:18.406Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:18.406Z] 1.3.1-dev.9: digest: sha256:c3fce7846ee34614cc2115d22a402095404d3460c999094123d5898947ed0c65 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:18.759Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:19.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:19.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T07:44:19.096Z] d26065d10641: Preparing [2020-11-26T07:44:19.096Z] 7883c68100bd: Preparing [2020-11-26T07:44:19.096Z] 44d686adfae5: Preparing [2020-11-26T07:44:19.096Z] 92e2fcd60327: Preparing [2020-11-26T07:44:19.096Z] 92e2fcd60327: Preparing [2020-11-26T07:44:19.096Z] 9288be973c01: Preparing [2020-11-26T07:44:19.096Z] 4643145d8168: Preparing [2020-11-26T07:44:19.096Z] 6a10d327c4d3: Preparing [2020-11-26T07:44:19.096Z] d26065d10641: Preparing [2020-11-26T07:44:19.096Z] abe161d85793: Preparing [2020-11-26T07:44:19.096Z] 9de8f1a210ff: Preparing [2020-11-26T07:44:19.096Z] 1c605a2d4e4a: Preparing [2020-11-26T07:44:19.096Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:19.096Z] 4643145d8168: Waiting [2020-11-26T07:44:19.096Z] 6a10d327c4d3: Waiting [2020-11-26T07:44:19.096Z] abe161d85793: Waiting [2020-11-26T07:44:19.096Z] 9de8f1a210ff: Waiting [2020-11-26T07:44:19.096Z] 1c605a2d4e4a: Waiting [2020-11-26T07:44:19.096Z] cd3761cfa1d9: Waiting [2020-11-26T07:44:19.096Z] 44d686adfae5: Layer already exists [2020-11-26T07:44:19.096Z] 7883c68100bd: Layer already exists [2020-11-26T07:44:19.096Z] 92e2fcd60327: Layer already exists [2020-11-26T07:44:19.096Z] d26065d10641: Layer already exists [2020-11-26T07:44:19.096Z] 9288be973c01: Layer already exists [2020-11-26T07:44:19.368Z] 9de8f1a210ff: Layer already exists [2020-11-26T07:44:19.368Z] 6a10d327c4d3: Layer already exists [2020-11-26T07:44:19.368Z] abe161d85793: Layer already exists [2020-11-26T07:44:19.368Z] 4643145d8168: Layer already exists [2020-11-26T07:44:19.368Z] 1c605a2d4e4a: Layer already exists [2020-11-26T07:44:19.368Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:19.368Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:c3fce7846ee34614cc2115d22a402095404d3460c999094123d5898947ed0c65 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:19.711Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:20.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-26T07:44:20.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T07:44:20.041Z] d26065d10641: Preparing [2020-11-26T07:44:20.041Z] 7883c68100bd: Preparing [2020-11-26T07:44:20.041Z] 44d686adfae5: Preparing [2020-11-26T07:44:20.041Z] 92e2fcd60327: Preparing [2020-11-26T07:44:20.041Z] 92e2fcd60327: Preparing [2020-11-26T07:44:20.041Z] 9288be973c01: Preparing [2020-11-26T07:44:20.041Z] 4643145d8168: Preparing [2020-11-26T07:44:20.041Z] 6a10d327c4d3: Preparing [2020-11-26T07:44:20.041Z] d26065d10641: Preparing [2020-11-26T07:44:20.041Z] abe161d85793: Preparing [2020-11-26T07:44:20.041Z] 9de8f1a210ff: Preparing [2020-11-26T07:44:20.041Z] 1c605a2d4e4a: Preparing [2020-11-26T07:44:20.041Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:20.041Z] 4643145d8168: Waiting [2020-11-26T07:44:20.041Z] 6a10d327c4d3: Waiting [2020-11-26T07:44:20.041Z] 9de8f1a210ff: Waiting [2020-11-26T07:44:20.041Z] abe161d85793: Waiting [2020-11-26T07:44:20.041Z] 1c605a2d4e4a: Waiting [2020-11-26T07:44:20.041Z] cd3761cfa1d9: Waiting [2020-11-26T07:44:20.041Z] d26065d10641: Layer already exists [2020-11-26T07:44:20.041Z] 92e2fcd60327: Layer already exists [2020-11-26T07:44:20.041Z] 7883c68100bd: Layer already exists [2020-11-26T07:44:20.041Z] 44d686adfae5: Layer already exists [2020-11-26T07:44:20.041Z] 9288be973c01: Layer already exists [2020-11-26T07:44:20.041Z] 4643145d8168: Layer already exists [2020-11-26T07:44:20.041Z] 6a10d327c4d3: Layer already exists [2020-11-26T07:44:20.041Z] abe161d85793: Layer already exists [2020-11-26T07:44:20.041Z] 1c605a2d4e4a: Layer already exists [2020-11-26T07:44:20.041Z] 9de8f1a210ff: Layer already exists [2020-11-26T07:44:20.311Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:20.311Z] master: digest: sha256:c3fce7846ee34614cc2115d22a402095404d3460c999094123d5898947ed0c65 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:20.515Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:20.560Z] taggedImages: [2020-11-26T07:44:20.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:20.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:20.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:20.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-26T07:44:20.625Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-26T07:44:20.625Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:20.625Z] 1.3.1-dev.9 [2020-11-26T07:44:20.625Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:20.625Z] master [2020-11-26T07:44:20.625Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:21.150Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:21.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:21.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T07:44:21.481Z] 6bd84b633542: Preparing [2020-11-26T07:44:21.481Z] 06a53a398cb8: Preparing [2020-11-26T07:44:21.481Z] 62b427154ccf: Preparing [2020-11-26T07:44:21.481Z] 69ed1abbd234: Preparing [2020-11-26T07:44:21.481Z] d62809d58934: Preparing [2020-11-26T07:44:21.481Z] d742e8f61943: Preparing [2020-11-26T07:44:21.481Z] c6bc956b3639: Preparing [2020-11-26T07:44:21.481Z] 50c768a64a5b: Preparing [2020-11-26T07:44:21.481Z] 66b385cf80cf: Preparing [2020-11-26T07:44:21.481Z] d742e8f61943: Waiting [2020-11-26T07:44:21.481Z] 50c768a64a5b: Waiting [2020-11-26T07:44:21.481Z] c6bc956b3639: Waiting [2020-11-26T07:44:21.481Z] 66b385cf80cf: Waiting [2020-11-26T07:44:21.761Z] d62809d58934: Pushed [2020-11-26T07:44:22.031Z] 6bd84b633542: Pushed [2020-11-26T07:44:22.031Z] 06a53a398cb8: Pushed [2020-11-26T07:44:22.031Z] 50c768a64a5b: Layer already exists [2020-11-26T07:44:22.031Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:22.031Z] d742e8f61943: Pushed [2020-11-26T07:44:22.031Z] c6bc956b3639: Pushed [2020-11-26T07:44:23.995Z] 62b427154ccf: Pushed [2020-11-26T07:44:23.995Z] 69ed1abbd234: Pushed [2020-11-26T07:44:23.995Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:e152bbbda1fd2a75c376af2507d1ed610d63ccaf2574e8ea047b49898ebf48c9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:24.335Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:24.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:24.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T07:44:24.671Z] 6bd84b633542: Preparing [2020-11-26T07:44:24.671Z] 06a53a398cb8: Preparing [2020-11-26T07:44:24.671Z] 62b427154ccf: Preparing [2020-11-26T07:44:24.671Z] 69ed1abbd234: Preparing [2020-11-26T07:44:24.671Z] d62809d58934: Preparing [2020-11-26T07:44:24.671Z] d742e8f61943: Preparing [2020-11-26T07:44:24.671Z] c6bc956b3639: Preparing [2020-11-26T07:44:24.671Z] 50c768a64a5b: Preparing [2020-11-26T07:44:24.671Z] 66b385cf80cf: Preparing [2020-11-26T07:44:24.671Z] 50c768a64a5b: Waiting [2020-11-26T07:44:24.671Z] 66b385cf80cf: Waiting [2020-11-26T07:44:24.671Z] c6bc956b3639: Waiting [2020-11-26T07:44:24.671Z] d742e8f61943: Waiting [2020-11-26T07:44:24.671Z] 6bd84b633542: Layer already exists [2020-11-26T07:44:24.671Z] 62b427154ccf: Layer already exists [2020-11-26T07:44:24.671Z] 06a53a398cb8: Layer already exists [2020-11-26T07:44:24.671Z] d62809d58934: Layer already exists [2020-11-26T07:44:24.671Z] 69ed1abbd234: Layer already exists [2020-11-26T07:44:24.671Z] 50c768a64a5b: Layer already exists [2020-11-26T07:44:24.941Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:24.941Z] c6bc956b3639: Layer already exists [2020-11-26T07:44:24.941Z] d742e8f61943: Layer already exists [2020-11-26T07:44:24.941Z] 1.3.1-dev.9: digest: sha256:e152bbbda1fd2a75c376af2507d1ed610d63ccaf2574e8ea047b49898ebf48c9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:25.282Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:25.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:25.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T07:44:25.620Z] 6bd84b633542: Preparing [2020-11-26T07:44:25.620Z] 06a53a398cb8: Preparing [2020-11-26T07:44:25.620Z] 62b427154ccf: Preparing [2020-11-26T07:44:25.620Z] 69ed1abbd234: Preparing [2020-11-26T07:44:25.620Z] d62809d58934: Preparing [2020-11-26T07:44:25.620Z] d742e8f61943: Preparing [2020-11-26T07:44:25.621Z] c6bc956b3639: Preparing [2020-11-26T07:44:25.621Z] 50c768a64a5b: Preparing [2020-11-26T07:44:25.621Z] 66b385cf80cf: Preparing [2020-11-26T07:44:25.621Z] c6bc956b3639: Waiting [2020-11-26T07:44:25.621Z] 66b385cf80cf: Waiting [2020-11-26T07:44:25.621Z] 50c768a64a5b: Waiting [2020-11-26T07:44:25.621Z] d742e8f61943: Waiting [2020-11-26T07:44:25.621Z] 69ed1abbd234: Layer already exists [2020-11-26T07:44:25.621Z] 6bd84b633542: Layer already exists [2020-11-26T07:44:25.621Z] 06a53a398cb8: Layer already exists [2020-11-26T07:44:25.891Z] 62b427154ccf: Layer already exists [2020-11-26T07:44:25.891Z] d62809d58934: Layer already exists [2020-11-26T07:44:25.891Z] d742e8f61943: Layer already exists [2020-11-26T07:44:25.891Z] 50c768a64a5b: Layer already exists [2020-11-26T07:44:25.891Z] c6bc956b3639: Layer already exists [2020-11-26T07:44:25.891Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:25.891Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:e152bbbda1fd2a75c376af2507d1ed610d63ccaf2574e8ea047b49898ebf48c9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:26.230Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:26.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-26T07:44:26.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T07:44:26.562Z] 6bd84b633542: Preparing [2020-11-26T07:44:26.562Z] 06a53a398cb8: Preparing [2020-11-26T07:44:26.562Z] 62b427154ccf: Preparing [2020-11-26T07:44:26.562Z] 69ed1abbd234: Preparing [2020-11-26T07:44:26.562Z] d62809d58934: Preparing [2020-11-26T07:44:26.562Z] d742e8f61943: Preparing [2020-11-26T07:44:26.562Z] c6bc956b3639: Preparing [2020-11-26T07:44:26.562Z] 50c768a64a5b: Preparing [2020-11-26T07:44:26.562Z] 66b385cf80cf: Preparing [2020-11-26T07:44:26.562Z] 50c768a64a5b: Waiting [2020-11-26T07:44:26.562Z] d742e8f61943: Waiting [2020-11-26T07:44:26.562Z] c6bc956b3639: Waiting [2020-11-26T07:44:26.833Z] d62809d58934: Layer already exists [2020-11-26T07:44:26.833Z] 69ed1abbd234: Layer already exists [2020-11-26T07:44:26.833Z] 62b427154ccf: Layer already exists [2020-11-26T07:44:26.833Z] 6bd84b633542: Layer already exists [2020-11-26T07:44:26.833Z] 06a53a398cb8: Layer already exists [2020-11-26T07:44:26.833Z] d742e8f61943: Layer already exists [2020-11-26T07:44:26.833Z] 50c768a64a5b: Layer already exists [2020-11-26T07:44:26.833Z] c6bc956b3639: Layer already exists [2020-11-26T07:44:26.833Z] 66b385cf80cf: Layer already exists [2020-11-26T07:44:26.833Z] master: digest: sha256:e152bbbda1fd2a75c376af2507d1ed610d63ccaf2574e8ea047b49898ebf48c9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:27.036Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:27.084Z] taggedImages: [2020-11-26T07:44:27.084Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:27.084Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:27.084Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:27.084Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-26T07:44:27.151Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-26T07:44:27.151Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:27.151Z] 1.3.1-dev.9 [2020-11-26T07:44:27.151Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:27.151Z] master [2020-11-26T07:44:27.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:27.669Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:28.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:28.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T07:44:28.006Z] 543061932cf8: Preparing [2020-11-26T07:44:28.006Z] 85cacc4bae87: Preparing [2020-11-26T07:44:28.006Z] b1807cd1a8d5: Preparing [2020-11-26T07:44:28.006Z] ac048ed5a106: Preparing [2020-11-26T07:44:28.280Z] b1807cd1a8d5: Pushed [2020-11-26T07:44:28.280Z] 543061932cf8: Pushed [2020-11-26T07:44:28.553Z] ac048ed5a106: Pushed [2020-11-26T07:44:31.157Z] 85cacc4bae87: Pushed [2020-11-26T07:44:31.157Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:6fce1397821308d90d9c4a547925753ec81462158d2036dfe80041efb1045869 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:31.497Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:31.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:31.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T07:44:31.823Z] 543061932cf8: Preparing [2020-11-26T07:44:31.823Z] 85cacc4bae87: Preparing [2020-11-26T07:44:31.823Z] b1807cd1a8d5: Preparing [2020-11-26T07:44:31.823Z] ac048ed5a106: Preparing [2020-11-26T07:44:31.823Z] ac048ed5a106: Layer already exists [2020-11-26T07:44:31.823Z] 543061932cf8: Layer already exists [2020-11-26T07:44:31.823Z] b1807cd1a8d5: Layer already exists [2020-11-26T07:44:31.823Z] 85cacc4bae87: Layer already exists [2020-11-26T07:44:32.092Z] 1.3.1-dev.9: digest: sha256:6fce1397821308d90d9c4a547925753ec81462158d2036dfe80041efb1045869 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:32.423Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:32.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:32.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T07:44:32.754Z] 543061932cf8: Preparing [2020-11-26T07:44:32.754Z] 85cacc4bae87: Preparing [2020-11-26T07:44:32.754Z] b1807cd1a8d5: Preparing [2020-11-26T07:44:32.754Z] ac048ed5a106: Preparing [2020-11-26T07:44:32.754Z] ac048ed5a106: Layer already exists [2020-11-26T07:44:32.754Z] 85cacc4bae87: Layer already exists [2020-11-26T07:44:32.754Z] b1807cd1a8d5: Layer already exists [2020-11-26T07:44:32.754Z] 543061932cf8: Layer already exists [2020-11-26T07:44:33.026Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:6fce1397821308d90d9c4a547925753ec81462158d2036dfe80041efb1045869 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:33.368Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:33.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-26T07:44:33.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T07:44:33.705Z] 543061932cf8: Preparing [2020-11-26T07:44:33.705Z] 85cacc4bae87: Preparing [2020-11-26T07:44:33.705Z] b1807cd1a8d5: Preparing [2020-11-26T07:44:33.705Z] ac048ed5a106: Preparing [2020-11-26T07:44:33.705Z] 543061932cf8: Layer already exists [2020-11-26T07:44:33.705Z] b1807cd1a8d5: Layer already exists [2020-11-26T07:44:33.705Z] ac048ed5a106: Layer already exists [2020-11-26T07:44:33.705Z] 85cacc4bae87: Layer already exists [2020-11-26T07:44:33.978Z] master: digest: sha256:6fce1397821308d90d9c4a547925753ec81462158d2036dfe80041efb1045869 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:34.201Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:34.252Z] taggedImages: [2020-11-26T07:44:34.252Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:34.252Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:34.252Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:34.252Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-26T07:44:34.321Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-26T07:44:34.321Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:34.321Z] 1.3.1-dev.9 [2020-11-26T07:44:34.321Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:34.321Z] master [2020-11-26T07:44:34.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:34.840Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:35.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:35.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T07:44:35.179Z] 6b047347150c: Preparing [2020-11-26T07:44:35.179Z] 5aafa347b373: Preparing [2020-11-26T07:44:35.179Z] 63a9a24e2a01: Preparing [2020-11-26T07:44:35.179Z] b5009177938a: Preparing [2020-11-26T07:44:35.180Z] 3975a41ad9e9: Preparing [2020-11-26T07:44:35.180Z] e9cf4f4ceefb: Preparing [2020-11-26T07:44:35.180Z] e9cf4f4ceefb: Waiting [2020-11-26T07:44:35.454Z] 63a9a24e2a01: Pushed [2020-11-26T07:44:35.454Z] 6b047347150c: Pushed [2020-11-26T07:44:35.722Z] 3975a41ad9e9: Pushed [2020-11-26T07:44:35.722Z] b5009177938a: Pushed [2020-11-26T07:44:35.991Z] e9cf4f4ceefb: Pushed [2020-11-26T07:44:37.949Z] 5aafa347b373: Pushed [2020-11-26T07:44:38.217Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:5a509d275211e51d11d1112a17e98534e35ce5b85ed56d74c7f4757029293568 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:38.602Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:38.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:38.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T07:44:38.954Z] 6b047347150c: Preparing [2020-11-26T07:44:38.954Z] 5aafa347b373: Preparing [2020-11-26T07:44:38.954Z] 63a9a24e2a01: Preparing [2020-11-26T07:44:38.954Z] b5009177938a: Preparing [2020-11-26T07:44:38.954Z] 3975a41ad9e9: Preparing [2020-11-26T07:44:38.954Z] e9cf4f4ceefb: Preparing [2020-11-26T07:44:38.954Z] e9cf4f4ceefb: Waiting [2020-11-26T07:44:38.954Z] 6b047347150c: Layer already exists [2020-11-26T07:44:38.954Z] 63a9a24e2a01: Layer already exists [2020-11-26T07:44:38.954Z] 5aafa347b373: Layer already exists [2020-11-26T07:44:38.954Z] b5009177938a: Layer already exists [2020-11-26T07:44:38.954Z] 3975a41ad9e9: Layer already exists [2020-11-26T07:44:38.954Z] e9cf4f4ceefb: Layer already exists [2020-11-26T07:44:39.228Z] 1.3.1-dev.9: digest: sha256:5a509d275211e51d11d1112a17e98534e35ce5b85ed56d74c7f4757029293568 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:39.558Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:39.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:39.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T07:44:39.888Z] 6b047347150c: Preparing [2020-11-26T07:44:39.888Z] 5aafa347b373: Preparing [2020-11-26T07:44:39.888Z] 63a9a24e2a01: Preparing [2020-11-26T07:44:39.888Z] b5009177938a: Preparing [2020-11-26T07:44:39.888Z] 3975a41ad9e9: Preparing [2020-11-26T07:44:39.888Z] e9cf4f4ceefb: Preparing [2020-11-26T07:44:39.888Z] e9cf4f4ceefb: Waiting [2020-11-26T07:44:39.888Z] 63a9a24e2a01: Layer already exists [2020-11-26T07:44:39.888Z] 5aafa347b373: Layer already exists [2020-11-26T07:44:39.888Z] 6b047347150c: Layer already exists [2020-11-26T07:44:39.888Z] b5009177938a: Layer already exists [2020-11-26T07:44:39.888Z] 3975a41ad9e9: Layer already exists [2020-11-26T07:44:39.888Z] e9cf4f4ceefb: Layer already exists [2020-11-26T07:44:40.161Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:5a509d275211e51d11d1112a17e98534e35ce5b85ed56d74c7f4757029293568 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:40.502Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:40.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-26T07:44:40.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T07:44:40.836Z] 6b047347150c: Preparing [2020-11-26T07:44:40.836Z] 5aafa347b373: Preparing [2020-11-26T07:44:40.836Z] 63a9a24e2a01: Preparing [2020-11-26T07:44:40.836Z] b5009177938a: Preparing [2020-11-26T07:44:40.836Z] 3975a41ad9e9: Preparing [2020-11-26T07:44:40.836Z] e9cf4f4ceefb: Preparing [2020-11-26T07:44:40.836Z] e9cf4f4ceefb: Waiting [2020-11-26T07:44:41.107Z] 3975a41ad9e9: Layer already exists [2020-11-26T07:44:41.107Z] b5009177938a: Layer already exists [2020-11-26T07:44:41.107Z] 63a9a24e2a01: Layer already exists [2020-11-26T07:44:41.107Z] 6b047347150c: Layer already exists [2020-11-26T07:44:41.107Z] 5aafa347b373: Layer already exists [2020-11-26T07:44:41.107Z] e9cf4f4ceefb: Layer already exists [2020-11-26T07:44:41.107Z] master: digest: sha256:5a509d275211e51d11d1112a17e98534e35ce5b85ed56d74c7f4757029293568 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:41.342Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:41.403Z] taggedImages: [2020-11-26T07:44:41.403Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:41.403Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:41.404Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:41.404Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-26T07:44:41.511Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-26T07:44:41.511Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:41.511Z] 1.3.1-dev.9 [2020-11-26T07:44:41.511Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:41.511Z] master [2020-11-26T07:44:41.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:42.106Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:42.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:42.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T07:44:42.441Z] d39940dff91f: Preparing [2020-11-26T07:44:42.441Z] 63bea937992b: Preparing [2020-11-26T07:44:42.441Z] 9d325689790c: Preparing [2020-11-26T07:44:42.713Z] d39940dff91f: Pushed [2020-11-26T07:44:42.713Z] 9d325689790c: Pushed [2020-11-26T07:44:45.317Z] 63bea937992b: Pushed [2020-11-26T07:44:45.586Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:649feb75b8f50883b1f70a48dc483f161d859b97df2086e5e8ca76c7b89b1105 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:45.924Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:46.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:46.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T07:44:46.254Z] d39940dff91f: Preparing [2020-11-26T07:44:46.254Z] 63bea937992b: Preparing [2020-11-26T07:44:46.254Z] 9d325689790c: Preparing [2020-11-26T07:44:46.254Z] 9d325689790c: Layer already exists [2020-11-26T07:44:46.254Z] d39940dff91f: Layer already exists [2020-11-26T07:44:46.254Z] 63bea937992b: Layer already exists [2020-11-26T07:44:46.525Z] 1.3.1-dev.9: digest: sha256:649feb75b8f50883b1f70a48dc483f161d859b97df2086e5e8ca76c7b89b1105 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:46.863Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:47.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:47.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T07:44:47.199Z] d39940dff91f: Preparing [2020-11-26T07:44:47.199Z] 63bea937992b: Preparing [2020-11-26T07:44:47.199Z] 9d325689790c: Preparing [2020-11-26T07:44:47.199Z] 9d325689790c: Layer already exists [2020-11-26T07:44:47.199Z] 63bea937992b: Layer already exists [2020-11-26T07:44:47.199Z] d39940dff91f: Layer already exists [2020-11-26T07:44:47.470Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:649feb75b8f50883b1f70a48dc483f161d859b97df2086e5e8ca76c7b89b1105 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:47.806Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:48.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-26T07:44:48.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T07:44:48.139Z] d39940dff91f: Preparing [2020-11-26T07:44:48.139Z] 63bea937992b: Preparing [2020-11-26T07:44:48.139Z] 9d325689790c: Preparing [2020-11-26T07:44:48.139Z] 63bea937992b: Layer already exists [2020-11-26T07:44:48.139Z] d39940dff91f: Layer already exists [2020-11-26T07:44:48.139Z] 9d325689790c: Layer already exists [2020-11-26T07:44:48.411Z] master: digest: sha256:649feb75b8f50883b1f70a48dc483f161d859b97df2086e5e8ca76c7b89b1105 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:44:48.636Z] ===================================================== [Pipeline] echo [2020-11-26T07:44:48.687Z] taggedImages: [2020-11-26T07:44:48.687Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:48.687Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.9 [2020-11-26T07:44:48.687Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:48.687Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-26T07:44:48.757Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-26T07:44:48.757Z] 78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:48.757Z] 1.3.1-dev.9 [2020-11-26T07:44:48.757Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:44:48.757Z] master [2020-11-26T07:44:48.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:49.285Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:44:49.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:44:49.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T07:44:49.624Z] ad48a1337eba: Preparing [2020-11-26T07:44:49.624Z] a94e463f95bc: Preparing [2020-11-26T07:44:49.624Z] 8e2aee3e529c: Preparing [2020-11-26T07:44:49.624Z] 6776de9d7e99: Preparing [2020-11-26T07:44:49.624Z] 42ad85ac3f1e: Preparing [2020-11-26T07:44:49.624Z] ed5528cf8619: Preparing [2020-11-26T07:44:49.624Z] 75f69be3de3e: Preparing [2020-11-26T07:44:49.624Z] 52543ddb2901: Preparing [2020-11-26T07:44:49.624Z] 9f553b275599: Preparing [2020-11-26T07:44:49.624Z] 3a47579f0cd1: Preparing [2020-11-26T07:44:49.624Z] cd6d79ebbfb6: Preparing [2020-11-26T07:44:49.624Z] 3e7dc55cab04: Preparing [2020-11-26T07:44:49.624Z] b2e85fd0898f: Preparing [2020-11-26T07:44:49.624Z] cd3761cfa1d9: Preparing [2020-11-26T07:44:49.624Z] 75f69be3de3e: Waiting [2020-11-26T07:44:49.624Z] 3a47579f0cd1: Waiting [2020-11-26T07:44:49.624Z] cd6d79ebbfb6: Waiting [2020-11-26T07:44:49.624Z] 3e7dc55cab04: Waiting [2020-11-26T07:44:49.624Z] b2e85fd0898f: Waiting [2020-11-26T07:44:49.624Z] ed5528cf8619: Waiting [2020-11-26T07:44:49.624Z] cd3761cfa1d9: Waiting [2020-11-26T07:44:49.624Z] 9f553b275599: Waiting [2020-11-26T07:44:49.624Z] 52543ddb2901: Waiting [2020-11-26T07:44:50.218Z] 42ad85ac3f1e: Pushed [2020-11-26T07:44:50.490Z] ad48a1337eba: Pushed [2020-11-26T07:44:50.765Z] 6776de9d7e99: Pushed [2020-11-26T07:44:51.040Z] 52543ddb2901: Layer already exists [2020-11-26T07:44:51.040Z] 9f553b275599: Layer already exists [2020-11-26T07:44:51.040Z] 3a47579f0cd1: Layer already exists [2020-11-26T07:44:51.040Z] 75f69be3de3e: Pushed [2020-11-26T07:44:51.040Z] cd6d79ebbfb6: Layer already exists [2020-11-26T07:44:51.040Z] 3e7dc55cab04: Layer already exists [2020-11-26T07:44:51.040Z] b2e85fd0898f: Layer already exists [2020-11-26T07:44:51.040Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:44:51.633Z] a94e463f95bc: Pushed [2020-11-26T07:44:52.609Z] ed5528cf8619: Pushed [2020-11-26T07:45:02.721Z] 8e2aee3e529c: Pushed [2020-11-26T07:45:02.721Z] 78e9cdc96731fa823bc599b52423d7eed7454510: digest: sha256:d8c1bfaf4e22e955973439d3ca2465cbb532f469093ec39ef6342894a036b339 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:03.090Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:03.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.9 [2020-11-26T07:45:03.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T07:45:03.427Z] ad48a1337eba: Preparing [2020-11-26T07:45:03.427Z] a94e463f95bc: Preparing [2020-11-26T07:45:03.427Z] 8e2aee3e529c: Preparing [2020-11-26T07:45:03.427Z] 6776de9d7e99: Preparing [2020-11-26T07:45:03.427Z] 42ad85ac3f1e: Preparing [2020-11-26T07:45:03.427Z] ed5528cf8619: Preparing [2020-11-26T07:45:03.427Z] 75f69be3de3e: Preparing [2020-11-26T07:45:03.427Z] 52543ddb2901: Preparing [2020-11-26T07:45:03.427Z] 9f553b275599: Preparing [2020-11-26T07:45:03.427Z] 3a47579f0cd1: Preparing [2020-11-26T07:45:03.427Z] cd6d79ebbfb6: Preparing [2020-11-26T07:45:03.427Z] 3e7dc55cab04: Preparing [2020-11-26T07:45:03.427Z] b2e85fd0898f: Preparing [2020-11-26T07:45:03.427Z] cd3761cfa1d9: Preparing [2020-11-26T07:45:03.427Z] 52543ddb2901: Waiting [2020-11-26T07:45:03.427Z] 9f553b275599: Waiting [2020-11-26T07:45:03.427Z] 3e7dc55cab04: Waiting [2020-11-26T07:45:03.427Z] b2e85fd0898f: Waiting [2020-11-26T07:45:03.427Z] cd3761cfa1d9: Waiting [2020-11-26T07:45:03.427Z] ed5528cf8619: Waiting [2020-11-26T07:45:03.427Z] 75f69be3de3e: Waiting [2020-11-26T07:45:03.427Z] 3a47579f0cd1: Waiting [2020-11-26T07:45:03.427Z] cd6d79ebbfb6: Waiting [2020-11-26T07:45:03.427Z] a94e463f95bc: Layer already exists [2020-11-26T07:45:03.427Z] 42ad85ac3f1e: Layer already exists [2020-11-26T07:45:03.427Z] 8e2aee3e529c: Layer already exists [2020-11-26T07:45:03.427Z] 6776de9d7e99: Layer already exists [2020-11-26T07:45:03.427Z] ad48a1337eba: Layer already exists [2020-11-26T07:45:03.427Z] ed5528cf8619: Layer already exists [2020-11-26T07:45:03.697Z] 75f69be3de3e: Layer already exists [2020-11-26T07:45:03.697Z] 9f553b275599: Layer already exists [2020-11-26T07:45:03.697Z] 52543ddb2901: Layer already exists [2020-11-26T07:45:03.697Z] 3a47579f0cd1: Layer already exists [2020-11-26T07:45:03.697Z] cd6d79ebbfb6: Layer already exists [2020-11-26T07:45:03.697Z] 3e7dc55cab04: Layer already exists [2020-11-26T07:45:03.697Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:45:03.697Z] b2e85fd0898f: Layer already exists [2020-11-26T07:45:03.697Z] 1.3.1-dev.9: digest: sha256:d8c1bfaf4e22e955973439d3ca2465cbb532f469093ec39ef6342894a036b339 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:04.041Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:04.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:45:04.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T07:45:04.370Z] ad48a1337eba: Preparing [2020-11-26T07:45:04.370Z] a94e463f95bc: Preparing [2020-11-26T07:45:04.370Z] 8e2aee3e529c: Preparing [2020-11-26T07:45:04.370Z] 6776de9d7e99: Preparing [2020-11-26T07:45:04.370Z] 42ad85ac3f1e: Preparing [2020-11-26T07:45:04.370Z] ed5528cf8619: Preparing [2020-11-26T07:45:04.370Z] 75f69be3de3e: Preparing [2020-11-26T07:45:04.370Z] 52543ddb2901: Preparing [2020-11-26T07:45:04.370Z] 9f553b275599: Preparing [2020-11-26T07:45:04.370Z] 3a47579f0cd1: Preparing [2020-11-26T07:45:04.370Z] cd6d79ebbfb6: Preparing [2020-11-26T07:45:04.370Z] 3e7dc55cab04: Preparing [2020-11-26T07:45:04.370Z] b2e85fd0898f: Preparing [2020-11-26T07:45:04.370Z] cd3761cfa1d9: Preparing [2020-11-26T07:45:04.370Z] ed5528cf8619: Waiting [2020-11-26T07:45:04.370Z] 75f69be3de3e: Waiting [2020-11-26T07:45:04.370Z] 52543ddb2901: Waiting [2020-11-26T07:45:04.370Z] 3e7dc55cab04: Waiting [2020-11-26T07:45:04.370Z] b2e85fd0898f: Waiting [2020-11-26T07:45:04.370Z] cd3761cfa1d9: Waiting [2020-11-26T07:45:04.370Z] 9f553b275599: Waiting [2020-11-26T07:45:04.370Z] cd6d79ebbfb6: Waiting [2020-11-26T07:45:04.370Z] 3a47579f0cd1: Waiting [2020-11-26T07:45:04.370Z] 42ad85ac3f1e: Layer already exists [2020-11-26T07:45:04.370Z] a94e463f95bc: Layer already exists [2020-11-26T07:45:04.370Z] 6776de9d7e99: Layer already exists [2020-11-26T07:45:04.370Z] ad48a1337eba: Layer already exists [2020-11-26T07:45:04.370Z] 8e2aee3e529c: Layer already exists [2020-11-26T07:45:04.370Z] 52543ddb2901: Layer already exists [2020-11-26T07:45:04.370Z] ed5528cf8619: Layer already exists [2020-11-26T07:45:04.370Z] 75f69be3de3e: Layer already exists [2020-11-26T07:45:04.370Z] 3a47579f0cd1: Layer already exists [2020-11-26T07:45:04.370Z] 9f553b275599: Layer already exists [2020-11-26T07:45:04.639Z] cd6d79ebbfb6: Layer already exists [2020-11-26T07:45:04.639Z] b2e85fd0898f: Layer already exists [2020-11-26T07:45:04.639Z] 3e7dc55cab04: Layer already exists [2020-11-26T07:45:04.639Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:45:04.639Z] 78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9: digest: sha256:d8c1bfaf4e22e955973439d3ca2465cbb532f469093ec39ef6342894a036b339 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:04.973Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:05.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-26T07:45:05.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T07:45:05.299Z] ad48a1337eba: Preparing [2020-11-26T07:45:05.299Z] a94e463f95bc: Preparing [2020-11-26T07:45:05.299Z] 8e2aee3e529c: Preparing [2020-11-26T07:45:05.299Z] 6776de9d7e99: Preparing [2020-11-26T07:45:05.299Z] 42ad85ac3f1e: Preparing [2020-11-26T07:45:05.299Z] ed5528cf8619: Preparing [2020-11-26T07:45:05.299Z] 75f69be3de3e: Preparing [2020-11-26T07:45:05.299Z] 52543ddb2901: Preparing [2020-11-26T07:45:05.299Z] 9f553b275599: Preparing [2020-11-26T07:45:05.299Z] 3a47579f0cd1: Preparing [2020-11-26T07:45:05.299Z] cd6d79ebbfb6: Preparing [2020-11-26T07:45:05.299Z] 3e7dc55cab04: Preparing [2020-11-26T07:45:05.299Z] b2e85fd0898f: Preparing [2020-11-26T07:45:05.299Z] cd3761cfa1d9: Preparing [2020-11-26T07:45:05.299Z] 9f553b275599: Waiting [2020-11-26T07:45:05.299Z] 3a47579f0cd1: Waiting [2020-11-26T07:45:05.299Z] cd6d79ebbfb6: Waiting [2020-11-26T07:45:05.299Z] 3e7dc55cab04: Waiting [2020-11-26T07:45:05.299Z] b2e85fd0898f: Waiting [2020-11-26T07:45:05.299Z] ed5528cf8619: Waiting [2020-11-26T07:45:05.299Z] cd3761cfa1d9: Waiting [2020-11-26T07:45:05.299Z] 75f69be3de3e: Waiting [2020-11-26T07:45:05.299Z] 52543ddb2901: Waiting [2020-11-26T07:45:05.299Z] 8e2aee3e529c: Layer already exists [2020-11-26T07:45:05.299Z] ad48a1337eba: Layer already exists [2020-11-26T07:45:05.299Z] a94e463f95bc: Layer already exists [2020-11-26T07:45:05.299Z] 42ad85ac3f1e: Layer already exists [2020-11-26T07:45:05.299Z] 6776de9d7e99: Layer already exists [2020-11-26T07:45:05.299Z] 75f69be3de3e: Layer already exists [2020-11-26T07:45:05.299Z] 52543ddb2901: Layer already exists [2020-11-26T07:45:05.299Z] ed5528cf8619: Layer already exists [2020-11-26T07:45:05.299Z] 9f553b275599: Layer already exists [2020-11-26T07:45:05.569Z] 3a47579f0cd1: Layer already exists [2020-11-26T07:45:05.569Z] cd6d79ebbfb6: Layer already exists [2020-11-26T07:45:05.569Z] b2e85fd0898f: Layer already exists [2020-11-26T07:45:05.569Z] 3e7dc55cab04: Layer already exists [2020-11-26T07:45:05.569Z] cd3761cfa1d9: Layer already exists [2020-11-26T07:45:05.569Z] master: digest: sha256:d8c1bfaf4e22e955973439d3ca2465cbb532f469093ec39ef6342894a036b339 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T07:45:05.800Z] ===================================================== [Pipeline] echo [2020-11-26T07:45:05.894Z] taggedImages: [2020-11-26T07:45:05.894Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:45:05.894Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.9 [2020-11-26T07:45:05.894Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78e9cdc96731fa823bc599b52423d7eed7454510-1.3.1-dev.9 [2020-11-26T07:45:05.894Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-26T07:45:07.783Z] provisioning config files... [2020-11-26T07:45:07.797Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/233@tmp/config8980786777416942153tmp [Pipeline] { [Pipeline] sh [2020-11-26T07:45:08.237Z] + set +x [2020-11-26T07:45:08.237Z] + curl -s https://codecov.io/bash [2020-11-26T07:45:08.237Z] + bash -s -- [2020-11-26T07:45:08.814Z] [2020-11-26T07:45:08.814Z] _____ _ [2020-11-26T07:45:08.814Z] / ____| | | [2020-11-26T07:45:08.814Z] | | ___ __| | ___ ___ _____ __ [2020-11-26T07:45:08.814Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-26T07:45:08.814Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-26T07:45:08.814Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-26T07:45:08.814Z] Bash-20201124-79cbc08 [2020-11-26T07:45:08.814Z] [2020-11-26T07:45:08.814Z] [2020-11-26T07:45:08.814Z] ==> Jenkins CI detected. [2020-11-26T07:45:08.814Z] project root: . [2020-11-26T07:45:08.814Z] --> token set from env [2020-11-26T07:45:08.814Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-26T07:45:08.814Z] ==> Running gcov in . (disable via -X gcov) [2020-11-26T07:45:08.814Z] ==> Python coveragepy not found [2020-11-26T07:45:08.814Z] ==> Searching for coverage reports in: [2020-11-26T07:45:08.814Z] + . [2020-11-26T07:45:08.814Z] -> Found 1 reports [2020-11-26T07:45:08.814Z] ==> Detecting git/mercurial file structure [2020-11-26T07:45:08.814Z] ==> Reading reports [2020-11-26T07:45:08.814Z] + ./coverage.out bytes=549148 [2020-11-26T07:45:08.814Z] ==> Appending adjustments [2020-11-26T07:45:08.814Z] https://docs.codecov.io/docs/fixing-reports [2020-11-26T07:45:12.134Z] + Found adjustments [2020-11-26T07:45:12.134Z] ==> Gzipping contents [2020-11-26T07:45:12.415Z] 84K /tmp/codecov.16tQoA.gz [2020-11-26T07:45:12.415Z] ==> Uploading reports [2020-11-26T07:45:12.415Z] url: https://codecov.io [2020-11-26T07:45:12.415Z] query: branch=master&commit=78e9cdc96731fa823bc599b52423d7eed7454510&build=233&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F233%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-26T07:45:12.415Z] -> Pinging Codecov [2020-11-26T07:45:12.416Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=78e9cdc96731fa823bc599b52423d7eed7454510&build=233&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F233%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-26T07:45:12.997Z] -> Uploading to [2020-11-26T07:45:12.997Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-26/00271124DB129430A58F1EEE437C3FCB/78e9cdc96731fa823bc599b52423d7eed7454510/3cab3af8-7d8c-4acd-9935-0a9a0adf9e8e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T074512Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=079e59fcb61728b59b46d59262c2cedacb3dded482f31ff4e277ccf2c0f3d503 [2020-11-26T07:45:12.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:45:12.997Z] Dload Upload Total Spent Left Speed [2020-11-26T07:45:16.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 100 86006 0 0 100 86006 0 23507 0:00:03 0:00:03 --:--:-- 23511 [2020-11-26T07:45:16.615Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/78e9cdc96731fa823bc599b52423d7eed7454510 [Pipeline] } [2020-11-26T07:45:16.624Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-26T07:45:17.136Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-26T07:45:17.191Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:17.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:45:17.550Z] [2020-11-26T07:45:17.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:45:17.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:45:17.913Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-26T07:45:17.913Z] 188c0c94c7c5: Already exists [2020-11-26T07:45:17.913Z] 0ef7d3d256c8: Pulling fs layer [2020-11-26T07:45:17.913Z] de9db76c5a1d: Pulling fs layer [2020-11-26T07:45:17.913Z] 0eba1c9be4d2: Pulling fs layer [2020-11-26T07:45:17.913Z] 0d57e429df01: Pulling fs layer [2020-11-26T07:45:17.913Z] 4e4be7b47b0d: Pulling fs layer [2020-11-26T07:45:17.913Z] e1f770b5df2f: Pulling fs layer [2020-11-26T07:45:17.913Z] 85a0685a4137: Pulling fs layer [2020-11-26T07:45:17.913Z] 4e4be7b47b0d: Waiting [2020-11-26T07:45:17.913Z] 0d57e429df01: Waiting [2020-11-26T07:45:17.913Z] e1f770b5df2f: Waiting [2020-11-26T07:45:17.913Z] 85a0685a4137: Waiting [2020-11-26T07:45:17.913Z] de9db76c5a1d: Verifying Checksum [2020-11-26T07:45:17.913Z] de9db76c5a1d: Download complete [2020-11-26T07:45:17.913Z] 0ef7d3d256c8: Verifying Checksum [2020-11-26T07:45:17.913Z] 0ef7d3d256c8: Download complete [2020-11-26T07:45:17.913Z] 0d57e429df01: Verifying Checksum [2020-11-26T07:45:17.913Z] 0d57e429df01: Download complete [2020-11-26T07:45:17.913Z] 4e4be7b47b0d: Verifying Checksum [2020-11-26T07:45:17.913Z] 4e4be7b47b0d: Download complete [2020-11-26T07:45:18.176Z] 0ef7d3d256c8: Pull complete [2020-11-26T07:45:18.443Z] de9db76c5a1d: Pull complete [2020-11-26T07:45:19.392Z] e1f770b5df2f: Verifying Checksum [2020-11-26T07:45:19.392Z] e1f770b5df2f: Download complete [2020-11-26T07:45:21.334Z] 0eba1c9be4d2: Verifying Checksum [2020-11-26T07:45:21.334Z] 0eba1c9be4d2: Download complete [2020-11-26T07:45:21.920Z] 85a0685a4137: Verifying Checksum [2020-11-26T07:45:21.920Z] 85a0685a4137: Download complete [2020-11-26T07:45:27.260Z] 0eba1c9be4d2: Pull complete [2020-11-26T07:45:27.260Z] 0d57e429df01: Pull complete [2020-11-26T07:45:27.260Z] 4e4be7b47b0d: Pull complete [2020-11-26T07:45:31.561Z] e1f770b5df2f: Pull complete [2020-11-26T07:45:39.746Z] 85a0685a4137: Pull complete [2020-11-26T07:45:39.746Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-26T07:45:39.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:45:39.746Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-26T07:45:39.965Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:45:40.102Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:45:41.327Z] $ docker top 557c3bd45aabf517a14c676b56d603eb713f4fbaa8da60a7e685322592a3ca38 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-26T07:45:41.623Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-26T07:45:41.916Z] + set -o pipefail [2020-11-26T07:45:41.917Z] + snyk monitor '--org=edgex-jenkins' [2020-11-26T07:45:56.870Z] [2020-11-26T07:45:56.870Z] Monitoring /w/workspace/edgex-go/233 (github.com/edgexfoundry/edgex-go)... [2020-11-26T07:45:56.870Z] [2020-11-26T07:45:56.870Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c7d6b0f2-1e84-463f-9bf1-8a8ef9229085 [2020-11-26T07:45:56.870Z] [2020-11-26T07:45:56.870Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-26T07:45:56.870Z] [2020-11-26T07:45:56.870Z] [2020-11-26T07:45:56.870Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-26T07:45:56.870Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-26T07:45:56.888Z] $ docker stop --time=1 557c3bd45aabf517a14c676b56d603eb713f4fbaa8da60a7e685322592a3ca38 [2020-11-26T07:45:59.765Z] $ docker rm -f 557c3bd45aabf517a14c676b56d603eb713f4fbaa8da60a7e685322592a3ca38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-26T07:46:00.918Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-26T07:46:00.921Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:46:01.222Z] + set -o pipefail [2020-11-26T07:46:01.223Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:46:01.223Z] + tee .snyk [2020-11-26T07:46:01.486Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:46:01.486Z] version: v1.14.1 [2020-11-26T07:46:01.486Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:46:01.486Z] ignore: [2020-11-26T07:46:01.486Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:46:01.486Z] - '*': [2020-11-26T07:46:01.486Z] reason: does not apply # justification for ignoring [2020-11-26T07:46:01.486Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:46:01.486Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:46:01.486Z] - '*': [2020-11-26T07:46:01.486Z] reason: false positive [2020-11-26T07:46:01.486Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:46:01.486Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:46:01.588Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:46:01.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:46:01.943Z] . [Pipeline] withDockerContainer [2020-11-26T07:46:02.054Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:46:02.112Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:46:03.025Z] $ docker top fbc8dbdabc5895115fadf6777d359cfe2855af79470214bf581af705302d5d60 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:46:03.564Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:46:03.577Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:46:03.867Z] + set -o pipefail [2020-11-26T07:46:03.867Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:46:03.867Z] + snyk-to-html -o snykReport.html [2020-11-26T07:46:16.139Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:46:16.163Z] $ docker stop --time=1 fbc8dbdabc5895115fadf6777d359cfe2855af79470214bf581af705302d5d60 [2020-11-26T07:46:17.705Z] $ docker rm -f fbc8dbdabc5895115fadf6777d359cfe2855af79470214bf581af705302d5d60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:46:18.030Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-26T07:46:18.033Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:46:18.335Z] + set -o pipefail [2020-11-26T07:46:18.335Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:46:18.335Z] + tee .snyk [2020-11-26T07:46:18.598Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:46:18.598Z] version: v1.14.1 [2020-11-26T07:46:18.598Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:46:18.598Z] ignore: [2020-11-26T07:46:18.598Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:46:18.598Z] - '*': [2020-11-26T07:46:18.598Z] reason: does not apply # justification for ignoring [2020-11-26T07:46:18.598Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:46:18.598Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:46:18.598Z] - '*': [2020-11-26T07:46:18.598Z] reason: false positive [2020-11-26T07:46:18.598Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:46:18.598Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:46:18.702Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:46:19.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:46:19.066Z] . [Pipeline] withDockerContainer [2020-11-26T07:46:19.194Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:46:19.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:46:19.905Z] $ docker top c341a1e652dcad46e881acabd96d3ae49da67462e83fcc0cf6757005b0755908 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:46:20.421Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:46:20.433Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:46:20.730Z] + set -o pipefail [2020-11-26T07:46:20.731Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:46:20.731Z] + snyk-to-html -o snykReport.html [2020-11-26T07:46:33.008Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:46:33.025Z] $ docker stop --time=1 c341a1e652dcad46e881acabd96d3ae49da67462e83fcc0cf6757005b0755908 [2020-11-26T07:46:34.490Z] $ docker rm -f c341a1e652dcad46e881acabd96d3ae49da67462e83fcc0cf6757005b0755908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:46:35.309Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-26T07:46:35.311Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:46:35.635Z] + set -o pipefail [2020-11-26T07:46:35.635Z] + tee .snyk [2020-11-26T07:46:35.635Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:46:35.635Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:46:35.635Z] version: v1.14.1 [2020-11-26T07:46:35.635Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:46:35.635Z] ignore: [2020-11-26T07:46:35.635Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:46:35.635Z] - '*': [2020-11-26T07:46:35.635Z] reason: does not apply # justification for ignoring [2020-11-26T07:46:35.635Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:46:35.635Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:46:35.635Z] - '*': [2020-11-26T07:46:35.635Z] reason: false positive [2020-11-26T07:46:35.635Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:46:35.635Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:46:35.758Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:46:36.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:46:36.101Z] . [Pipeline] withDockerContainer [2020-11-26T07:46:36.204Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:46:36.253Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:46:37.011Z] $ docker top 92c2a99ebb1fd5c8b85e3cd386b7405f9c778b533d238095035c526a852c8e4d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:46:37.538Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:46:37.549Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:46:37.846Z] + set -o pipefail [2020-11-26T07:46:37.846Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:46:37.846Z] + snyk-to-html -o snykReport.html [2020-11-26T07:46:47.889Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:46:47.917Z] $ docker stop --time=1 92c2a99ebb1fd5c8b85e3cd386b7405f9c778b533d238095035c526a852c8e4d [2020-11-26T07:46:49.416Z] $ docker rm -f 92c2a99ebb1fd5c8b85e3cd386b7405f9c778b533d238095035c526a852c8e4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:46:49.736Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-26T07:46:49.739Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:46:50.033Z] + set -o pipefail [2020-11-26T07:46:50.033Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:46:50.033Z] + tee .snyk [2020-11-26T07:46:50.033Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:46:50.033Z] version: v1.14.1 [2020-11-26T07:46:50.033Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:46:50.033Z] ignore: [2020-11-26T07:46:50.033Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:46:50.033Z] - '*': [2020-11-26T07:46:50.033Z] reason: does not apply # justification for ignoring [2020-11-26T07:46:50.033Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:46:50.033Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:46:50.034Z] - '*': [2020-11-26T07:46:50.034Z] reason: false positive [2020-11-26T07:46:50.034Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:46:50.034Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:46:50.138Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:46:50.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:46:50.509Z] . [Pipeline] withDockerContainer [2020-11-26T07:46:50.631Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:46:50.685Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:46:51.401Z] $ docker top 0486eb8d1775d094ec8ef52e833c7fbc758023aa9a73f7dbf8a1cc51a4eaf22f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:46:51.911Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:46:51.922Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:46:52.210Z] + set -o pipefail [2020-11-26T07:46:52.210Z] + snyk+ testsnyk-to-html '--org=edgex-jenkins' -o --docker snykReport.html nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:78e9cdc96731fa823bc599b52423d7eed7454510 [2020-11-26T07:46:52.210Z] '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:46:58.836Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:46:58.853Z] $ docker stop --time=1 0486eb8d1775d094ec8ef52e833c7fbc758023aa9a73f7dbf8a1cc51a4eaf22f [2020-11-26T07:47:00.300Z] $ docker rm -f 0486eb8d1775d094ec8ef52e833c7fbc758023aa9a73f7dbf8a1cc51a4eaf22f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:47:00.685Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-26T07:47:00.688Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:47:00.986Z] + set -o pipefail [2020-11-26T07:47:00.986Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:47:00.986Z] + tee .snyk [2020-11-26T07:47:00.986Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:47:00.986Z] version: v1.14.1 [2020-11-26T07:47:00.986Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:47:00.986Z] ignore: [2020-11-26T07:47:00.986Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:47:00.986Z] - '*': [2020-11-26T07:47:00.986Z] reason: does not apply # justification for ignoring [2020-11-26T07:47:00.986Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:47:00.986Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:47:00.986Z] - '*': [2020-11-26T07:47:00.986Z] reason: false positive [2020-11-26T07:47:00.986Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:47:00.986Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:47:01.086Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:47:01.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:47:01.471Z] . [Pipeline] withDockerContainer [2020-11-26T07:47:01.588Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:47:01.645Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:47:02.522Z] $ docker top c6146a7b4eab0720837abfe1a34d4887f883b85b21d6e9b198143687e1862ca2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:47:04.010Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:47:04.022Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:47:04.316Z] + set -o pipefail [2020-11-26T07:47:04.316Z] + snyk-to-html -o snykReport.html [2020-11-26T07:47:04.316Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:47:09.647Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:47:09.666Z] $ docker stop --time=1 c6146a7b4eab0720837abfe1a34d4887f883b85b21d6e9b198143687e1862ca2 [2020-11-26T07:47:11.127Z] $ docker rm -f c6146a7b4eab0720837abfe1a34d4887f883b85b21d6e9b198143687e1862ca2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:47:11.456Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-26T07:47:11.458Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:47:11.751Z] + set -o pipefail [2020-11-26T07:47:11.751Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:47:11.751Z] + tee .snyk [2020-11-26T07:47:11.751Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:47:11.751Z] version: v1.14.1 [2020-11-26T07:47:11.751Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:47:11.751Z] ignore: [2020-11-26T07:47:11.751Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:47:11.751Z] - '*': [2020-11-26T07:47:11.751Z] reason: does not apply # justification for ignoring [2020-11-26T07:47:11.751Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:47:11.751Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:47:11.751Z] - '*': [2020-11-26T07:47:11.751Z] reason: false positive [2020-11-26T07:47:11.751Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:47:11.751Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:47:11.884Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:47:12.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:47:12.228Z] . [Pipeline] withDockerContainer [2020-11-26T07:47:12.332Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:47:12.385Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:47:13.087Z] $ docker top ca7d9ddce651211793f70d537440723c35f2ba020a1d6cec08c2391a489f7f9c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:47:13.592Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:47:13.604Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:47:13.895Z] + set -o pipefail [2020-11-26T07:47:13.895Z] + snyk test '--org=edgex-jenkins' --docker+ nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510snyk-to-html '--file=./cmd/security-secrets-setup/Dockerfile' -o '--severity-threshold=high' snykReport.html '--policy-path=./.snyk' [2020-11-26T07:47:13.895Z] --json [2020-11-26T07:47:19.213Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:47:19.230Z] $ docker stop --time=1 ca7d9ddce651211793f70d537440723c35f2ba020a1d6cec08c2391a489f7f9c [2020-11-26T07:47:20.716Z] $ docker rm -f ca7d9ddce651211793f70d537440723c35f2ba020a1d6cec08c2391a489f7f9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:47:21.071Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-26T07:47:21.073Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:47:21.372Z] + set -o pipefail [2020-11-26T07:47:21.372Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:47:21.372Z] + tee .snyk [2020-11-26T07:47:21.372Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:47:21.372Z] version: v1.14.1 [2020-11-26T07:47:21.372Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:47:21.372Z] ignore: [2020-11-26T07:47:21.372Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:47:21.372Z] - '*': [2020-11-26T07:47:21.372Z] reason: does not apply # justification for ignoring [2020-11-26T07:47:21.372Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:47:21.372Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:47:21.372Z] - '*': [2020-11-26T07:47:21.372Z] reason: false positive [2020-11-26T07:47:21.372Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:47:21.372Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:47:21.475Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:47:21.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:47:21.825Z] . [Pipeline] withDockerContainer [2020-11-26T07:47:21.932Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:47:21.986Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:47:22.715Z] $ docker top 1e06179f287d28fc0a64c870729cc3a36acc27e90b9918382a24acc1bb18e835 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:47:23.206Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:47:23.219Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:47:23.510Z] + set -o pipefail [2020-11-26T07:47:23.510Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:47:23.510Z] + snyk-to-html -o snykReport.html [2020-11-26T07:47:30.122Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:47:30.138Z] $ docker stop --time=1 1e06179f287d28fc0a64c870729cc3a36acc27e90b9918382a24acc1bb18e835 [2020-11-26T07:47:31.524Z] $ docker rm -f 1e06179f287d28fc0a64c870729cc3a36acc27e90b9918382a24acc1bb18e835 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:47:31.862Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-26T07:47:31.865Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:47:32.156Z] + set -o pipefail [2020-11-26T07:47:32.157Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:47:32.157Z] + tee .snyk [2020-11-26T07:47:32.157Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:47:32.157Z] version: v1.14.1 [2020-11-26T07:47:32.157Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:47:32.157Z] ignore: [2020-11-26T07:47:32.157Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:47:32.157Z] - '*': [2020-11-26T07:47:32.157Z] reason: does not apply # justification for ignoring [2020-11-26T07:47:32.157Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:47:32.157Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:47:32.157Z] - '*': [2020-11-26T07:47:32.157Z] reason: false positive [2020-11-26T07:47:32.157Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:47:32.157Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:47:32.259Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:47:32.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:47:32.677Z] . [Pipeline] withDockerContainer [2020-11-26T07:47:32.792Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:47:32.843Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:47:33.623Z] $ docker top 4aeea189a5c581a6cd6f3be5af1d9a78f25001c0e9aafcf1119503640b1aa413 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:47:34.186Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:47:34.198Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:47:34.488Z] + set -o pipefail [2020-11-26T07:47:34.488Z] + snyk-to-html -o snykReport.html [2020-11-26T07:47:34.488Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:47:42.664Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:47:42.682Z] $ docker stop --time=1 4aeea189a5c581a6cd6f3be5af1d9a78f25001c0e9aafcf1119503640b1aa413 [2020-11-26T07:47:44.139Z] $ docker rm -f 4aeea189a5c581a6cd6f3be5af1d9a78f25001c0e9aafcf1119503640b1aa413 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:47:44.474Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-26T07:47:44.478Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:47:44.773Z] + set -o pipefail [2020-11-26T07:47:44.773Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:47:44.773Z] + tee .snyk [2020-11-26T07:47:44.773Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:47:44.773Z] version: v1.14.1 [2020-11-26T07:47:44.773Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:47:44.773Z] ignore: [2020-11-26T07:47:44.773Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:47:44.773Z] - '*': [2020-11-26T07:47:44.773Z] reason: does not apply # justification for ignoring [2020-11-26T07:47:44.773Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:47:44.773Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:47:44.773Z] - '*': [2020-11-26T07:47:44.773Z] reason: false positive [2020-11-26T07:47:44.773Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:47:44.773Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:47:44.870Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:47:45.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:47:45.242Z] . [Pipeline] withDockerContainer [2020-11-26T07:47:45.349Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:47:45.400Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:47:46.142Z] $ docker top 410fb5806cd0b33f81a3aa1f3ed211b63890f6448d8964c2f1c102332ee5ba51 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:47:46.631Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:47:46.644Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:47:46.935Z] + set -o pipefail [2020-11-26T07:47:46.935Z] + snyk-to-html -o snykReport.html [2020-11-26T07:47:46.935Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:47:55.098Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:47:55.116Z] $ docker stop --time=1 410fb5806cd0b33f81a3aa1f3ed211b63890f6448d8964c2f1c102332ee5ba51 [2020-11-26T07:47:56.623Z] $ docker rm -f 410fb5806cd0b33f81a3aa1f3ed211b63890f6448d8964c2f1c102332ee5ba51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:47:57.018Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-26T07:47:57.021Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:47:57.314Z] + set -o pipefail [2020-11-26T07:47:57.314Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:47:57.314Z] + tee .snyk [2020-11-26T07:47:57.314Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:47:57.314Z] version: v1.14.1 [2020-11-26T07:47:57.314Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:47:57.314Z] ignore: [2020-11-26T07:47:57.314Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:47:57.314Z] - '*': [2020-11-26T07:47:57.314Z] reason: does not apply # justification for ignoring [2020-11-26T07:47:57.314Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:47:57.314Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:47:57.314Z] - '*': [2020-11-26T07:47:57.314Z] reason: false positive [2020-11-26T07:47:57.314Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:47:57.314Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:47:57.416Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:47:57.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:47:57.767Z] . [Pipeline] withDockerContainer [2020-11-26T07:47:57.876Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:47:57.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:47:58.686Z] $ docker top 835465826ba5254d5f6a17a147b4ba4d47034131d44bde4aeb8979fc52ce1b2d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:47:59.306Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:47:59.318Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:47:59.609Z] + set -o pipefail [2020-11-26T07:47:59.609Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:47:59.609Z] + snyk-to-html -o snykReport.html [2020-11-26T07:48:09.641Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:48:09.660Z] $ docker stop --time=1 835465826ba5254d5f6a17a147b4ba4d47034131d44bde4aeb8979fc52ce1b2d [2020-11-26T07:48:11.180Z] $ docker rm -f 835465826ba5254d5f6a17a147b4ba4d47034131d44bde4aeb8979fc52ce1b2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T07:48:11.583Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-26T07:48:11.586Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T07:48:11.885Z] + set -o pipefail [2020-11-26T07:48:11.885Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T07:48:11.885Z] + tee .snyk [2020-11-26T07:48:11.885Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T07:48:11.885Z] version: v1.14.1 [2020-11-26T07:48:11.885Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T07:48:11.885Z] ignore: [2020-11-26T07:48:11.885Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T07:48:11.885Z] - '*': [2020-11-26T07:48:11.885Z] reason: does not apply # justification for ignoring [2020-11-26T07:48:11.885Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T07:48:11.885Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T07:48:11.885Z] - '*': [2020-11-26T07:48:11.885Z] reason: false positive [2020-11-26T07:48:11.885Z] expires: 2021-01-01T00:00:00 [2020-11-26T07:48:11.885Z] # patch: {} [Pipeline] withCredentials [2020-11-26T07:48:11.980Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:48:12.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T07:48:12.328Z] . [Pipeline] withDockerContainer [2020-11-26T07:48:12.436Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:48:12.493Z] $ 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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T07:48:13.254Z] $ docker top da963146d927c305f2ba237038e7ecfecb77daac74ac4180bc925a8616cfcdb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:48:13.730Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T07:48:13.741Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T07:48:14.038Z] + set -o pipefail [2020-11-26T07:48:14.038Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78e9cdc96731fa823bc599b52423d7eed7454510 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T07:48:14.038Z] + snyk-to-html -o snykReport.html [2020-11-26T07:48:20.666Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T07:48:20.685Z] $ docker stop --time=1 da963146d927c305f2ba237038e7ecfecb77daac74ac4180bc925a8616cfcdb5 [2020-11-26T07:48:22.184Z] $ docker rm -f da963146d927c305f2ba237038e7ecfecb77daac74ac4180bc925a8616cfcdb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-26T07:48:22.881Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T07:48:22.932Z] provisioning config files... [2020-11-26T07:48:22.943Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/233@tmp/config3362486574544423022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:48:23.366Z] --> edgex-publish-swagger.sh [2020-11-26T07:48:23.366Z] === Publish openapi/v1 API === [2020-11-26T07:48:23.366Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-26T07:48:23.366Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-26T07:48:23.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:23.366Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:24.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9138 0:00:01 0:00:01 --:--:-- 9148 100 10521 0 0 100 10521 0 9136 0:00:01 0:00:01 --:--:-- 9148 [2020-11-26T07:48:24.312Z] [2020-11-26T07:48:24.312Z] [2020-11-26T07:48:24.312Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-26T07:48:24.312Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:24.312Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:25.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28114 0:00:01 0:00:01 --:--:-- 28138 100 32556 0 0 100 32556 0 28109 0:00:01 0:00:01 --:--:-- 28138 [2020-11-26T07:48:25.707Z] [2020-11-26T07:48:25.707Z] [2020-11-26T07:48:25.707Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-26T07:48:25.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:25.707Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:26.656Z] 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 62680 0:00:01 0:00:01 --:--:-- 62687 100 73720 0 0 100 73720 0 62670 0:00:01 0:00:01 --:--:-- 62633 [2020-11-26T07:48:26.656Z] [2020-11-26T07:48:26.656Z] [2020-11-26T07:48:26.656Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-26T07:48:26.656Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:26.656Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:28.060Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11070 0:00:01 0:00:01 --:--:-- 11076 100 13580 0 0 100 13580 0 10029 0:00:01 0:00:01 --:--:-- 10036 [2020-11-26T07:48:28.060Z] [2020-11-26T07:48:28.060Z] [2020-11-26T07:48:28.060Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-26T07:48:28.060Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:28.060Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:29.458Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31716 0:00:01 0:00:01 --:--:-- 31746 100 38889 0 0 100 38889 0 29302 0:00:01 0:00:01 --:--:-- 29328 [2020-11-26T07:48:29.458Z] [2020-11-26T07:48:29.458Z] [2020-11-26T07:48:29.458Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-26T07:48:29.458Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:29.458Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:30.854Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13204 0:00:01 0:00:01 --:--:-- 13217 100 14248 0 0 100 14248 0 13201 0:00:01 0:00:01 --:--:-- 13204 [2020-11-26T07:48:30.854Z] [2020-11-26T07:48:30.854Z] [2020-11-26T07:48:30.854Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-26T07:48:30.854Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:30.854Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:31.803Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3717 0:00:01 0:00:01 --:--:-- 3721 [2020-11-26T07:48:31.803Z] [2020-11-26T07:48:31.803Z] [2020-11-26T07:48:31.803Z] === Publish openapi/v2 API === [2020-11-26T07:48:31.803Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-26T07:48:31.803Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-26T07:48:31.803Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:31.803Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:33.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24157 0:00:01 0:00:01 --:--:-- 24149 100 29535 0 0 100 29535 0 23582 0:00:01 0:00:01 --:--:-- 23571 [2020-11-26T07:48:33.198Z] [2020-11-26T07:48:33.198Z] [2020-11-26T07:48:33.199Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-26T07:48:33.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:33.199Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:34.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65252 0 0 100 65252 0 58327 0:00:01 0:00:01 --:--:-- 58364 100 65252 0 0 100 65252 0 58317 0:00:01 0:00:01 --:--:-- 58364 [2020-11-26T07:48:34.154Z] [2020-11-26T07:48:34.154Z] [2020-11-26T07:48:34.154Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-26T07:48:34.154Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:34.154Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:35.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 101k 0:00:01 0:00:01 --:--:-- 101k 100 119k 0 0 100 119k 0 101k 0:00:01 0:00:01 --:--:-- 101k [2020-11-26T07:48:35.635Z] [2020-11-26T07:48:35.635Z] [2020-11-26T07:48:35.635Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-26T07:48:35.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:35.635Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:36.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 22525 0:00:01 0:00:01 --:--:-- 22541 100 23691 0 0 100 23691 0 22521 0:00:01 0:00:01 --:--:-- 22541 [2020-11-26T07:48:36.596Z] [2020-11-26T07:48:36.596Z] [2020-11-26T07:48:36.596Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-26T07:48:36.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:36.596Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:37.545Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 61290 0:00:01 0:00:01 --:--:-- 61341 100 62691 0 0 100 62691 0 61277 0:00:01 0:00:01 --:--:-- 61341 [2020-11-26T07:48:37.545Z] [2020-11-26T07:48:37.545Z] [2020-11-26T07:48:37.545Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-26T07:48:37.545Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:37.545Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:38.500Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41107 0:00:01 0:00:01 --:--:-- 41138 100 46198 0 0 100 46198 0 41099 0:00:01 0:00:01 --:--:-- 41138 [2020-11-26T07:48:38.500Z] [2020-11-26T07:48:38.500Z] [2020-11-26T07:48:38.500Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-26T07:48:38.500Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:48:38.500Z] Dload Upload Total Spent Left Speed [2020-11-26T07:48:39.733Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22128 0:00:01 0:00:01 --:--:-- 22152 [2020-11-26T07:48:39.733Z] [2020-11-26T07:48:39.733Z] [Pipeline] } [2020-11-26T07:48:39.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:48:40.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:48:40.590Z] . [Pipeline] withDockerContainer [2020-11-26T07:48:40.713Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:48:40.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T07:48:41.602Z] $ docker top 1967bea6361354f185c5530659c5e2c7b064742ed87e3da1a455662b5be4059b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T07:48:41.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:48:41.919Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:48:42.165Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:48:42.170Z] $ docker exec 1967bea6361354f185c5530659c5e2c7b064742ed87e3da1a455662b5be4059b ssh-agent [2020-11-26T07:48:42.372Z] SSH_AUTH_SOCK=/tmp/ssh-hGoquKbSIppE/agent.11 [2020-11-26T07:48:42.372Z] SSH_AGENT_PID=17 [2020-11-26T07:48:42.382Z] Running ssh-add (command line suppressed) [2020-11-26T07:48:42.534Z] Identity added: /w/workspace/edgex-go/233@tmp/private_key_9090527684177238126.key (/w/workspace/edgex-go/233@tmp/private_key_9090527684177238126.key) [2020-11-26T07:48:42.595Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:48:42.943Z] + git semver tag [2020-11-26T07:48:43.207Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T07:48:43.207Z] # $GIT_DIR = /w/workspace/edgex-go/233/.git [2020-11-26T07:48:43.207Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/233 [2020-11-26T07:48:43.207Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T07:48:43.207Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T07:48:43.207Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T07:48:43.207Z] # $SEMVER_BRANCH = master [2020-11-26T07:48:43.207Z] # $SEMVER_DIR = /w/workspace/edgex-go/233/.semver [2020-11-26T07:48:43.207Z] # 78e9cdc96731fa823bc599b52423d7eed7454510 HEAD [2020-11-26T07:48:43.782Z] # -> Force: false [2020-11-26T07:48:43.783Z] # 3930dc274d2579777a447c184a46a133ed8bb603 refs/tags/v1.3.1-dev.9 [Pipeline] } [2020-11-26T07:48:43.798Z] $ docker exec --env ******** --env ******** 1967bea6361354f185c5530659c5e2c7b064742ed87e3da1a455662b5be4059b ssh-agent -k [2020-11-26T07:48:43.999Z] unset SSH_AUTH_SOCK; [2020-11-26T07:48:44.000Z] unset SSH_AGENT_PID; [2020-11-26T07:48:44.000Z] echo Agent pid 17 killed; [2020-11-26T07:48:44.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:48:44.684Z] + git semver [Pipeline] } [2020-11-26T07:48:44.712Z] $ docker stop --time=1 1967bea6361354f185c5530659c5e2c7b064742ed87e3da1a455662b5be4059b [2020-11-26T07:48:46.101Z] $ docker rm -f 1967bea6361354f185c5530659c5e2c7b064742ed87e3da1a455662b5be4059b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:48:46.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T07:48:46.741Z] [2020-11-26T07:48:46.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:48:47.094Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T07:48:47.094Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-26T07:48:47.094Z] ab5ef0e58194: Pulling fs layer [2020-11-26T07:48:47.094Z] 9712f1f96733: Pulling fs layer [2020-11-26T07:48:47.094Z] 63f879dbbcfc: Pulling fs layer [2020-11-26T07:48:47.094Z] 0d9ebad4ef96: Pulling fs layer [2020-11-26T07:48:47.094Z] e9a5061849ea: Pulling fs layer [2020-11-26T07:48:47.094Z] d747dcd14b5f: Pulling fs layer [2020-11-26T07:48:47.094Z] 2de7ff778b66: Pulling fs layer [2020-11-26T07:48:47.094Z] 0d9ebad4ef96: Waiting [2020-11-26T07:48:47.094Z] e9a5061849ea: Waiting [2020-11-26T07:48:47.094Z] d747dcd14b5f: Waiting [2020-11-26T07:48:47.094Z] 2de7ff778b66: Waiting [2020-11-26T07:48:47.094Z] 9712f1f96733: Verifying Checksum [2020-11-26T07:48:47.094Z] 9712f1f96733: Download complete [2020-11-26T07:48:49.047Z] 63f879dbbcfc: Verifying Checksum [2020-11-26T07:48:49.047Z] 63f879dbbcfc: Download complete [2020-11-26T07:48:49.047Z] e9a5061849ea: Verifying Checksum [2020-11-26T07:48:49.047Z] e9a5061849ea: Download complete [2020-11-26T07:48:49.047Z] d747dcd14b5f: Verifying Checksum [2020-11-26T07:48:49.047Z] d747dcd14b5f: Download complete [2020-11-26T07:48:49.636Z] 2de7ff778b66: Verifying Checksum [2020-11-26T07:48:49.636Z] 2de7ff778b66: Download complete [2020-11-26T07:48:49.901Z] ab5ef0e58194: Verifying Checksum [2020-11-26T07:48:49.901Z] ab5ef0e58194: Download complete [2020-11-26T07:48:50.488Z] 0d9ebad4ef96: Verifying Checksum [2020-11-26T07:48:50.488Z] 0d9ebad4ef96: Download complete [2020-11-26T07:48:54.742Z] ab5ef0e58194: Pull complete [2020-11-26T07:48:54.742Z] 9712f1f96733: Pull complete [2020-11-26T07:48:58.061Z] 63f879dbbcfc: Pull complete [2020-11-26T07:49:04.763Z] 0d9ebad4ef96: Pull complete [2020-11-26T07:49:07.094Z] e9a5061849ea: Pull complete [2020-11-26T07:49:07.094Z] d747dcd14b5f: Pull complete [2020-11-26T07:49:10.421Z] 2de7ff778b66: Pull complete [2020-11-26T07:49:10.421Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-26T07:49:10.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T07:49:10.421Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-26T07:49:10.597Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:49:10.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-26T07:49:14.107Z] $ docker top aa2f615b9e9a6dc0b60b2c7880c62dc9c15f56848bcb8da868dcacda3bfd422d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-26T07:49:14.368Z] provisioning config files... [2020-11-26T07:49:14.378Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/233@tmp/config1233327292580595229tmp [2020-11-26T07:49:14.396Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/233@tmp/config8901361506523899015tmp [2020-11-26T07:49:14.412Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/233@tmp/config3483187276509553299tmp [Pipeline] { [Pipeline] echo [2020-11-26T07:49:14.463Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:14.762Z] ---> sigul-configuration.sh [2020-11-26T07:49:14.762Z] gpg: directory `/root/.gnupg' created [2020-11-26T07:49:14.762Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-26T07:49:14.762Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-26T07:49:14.762Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-26T07:49:14.762Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-26T07:49:14.762Z] gpg: CAST5 encrypted data [2020-11-26T07:49:15.025Z] gpg: encrypted with 1 passphrase [2020-11-26T07:49:15.025Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-26T07:49:15.331Z] + mkdir /home/jenkins [2020-11-26T07:49:15.331Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-26T07:49:15.632Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-26T07:49:15.643Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:15.944Z] ---> sigul-install.sh [2020-11-26T07:49:22.569Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-26T07:49:22.872Z] + git tag --list [2020-11-26T07:49:22.872Z] 0.6.0 [2020-11-26T07:49:22.872Z] 0.6.1 [2020-11-26T07:49:22.872Z] 0.7.0 [2020-11-26T07:49:22.872Z] 0.7.1 [2020-11-26T07:49:22.872Z] v1.0.0 [2020-11-26T07:49:22.872Z] v1.0.1 [2020-11-26T07:49:22.872Z] v1.1.0 [2020-11-26T07:49:22.872Z] v1.2.0 [2020-11-26T07:49:22.872Z] v1.2.1 [2020-11-26T07:49:22.872Z] v1.2.2-dev.1 [2020-11-26T07:49:22.872Z] v1.2.2-dev.10 [2020-11-26T07:49:22.872Z] v1.2.2-dev.100 [2020-11-26T07:49:22.872Z] v1.2.2-dev.101 [2020-11-26T07:49:22.872Z] v1.2.2-dev.102 [2020-11-26T07:49:22.872Z] v1.2.2-dev.103 [2020-11-26T07:49:22.872Z] v1.2.2-dev.104 [2020-11-26T07:49:22.872Z] v1.2.2-dev.105 [2020-11-26T07:49:22.872Z] v1.2.2-dev.106 [2020-11-26T07:49:22.872Z] v1.2.2-dev.107 [2020-11-26T07:49:22.872Z] v1.2.2-dev.11 [2020-11-26T07:49:22.872Z] v1.2.2-dev.12 [2020-11-26T07:49:22.872Z] v1.2.2-dev.13 [2020-11-26T07:49:22.872Z] v1.2.2-dev.14 [2020-11-26T07:49:22.872Z] v1.2.2-dev.15 [2020-11-26T07:49:22.872Z] v1.2.2-dev.16 [2020-11-26T07:49:22.872Z] v1.2.2-dev.17 [2020-11-26T07:49:22.872Z] v1.2.2-dev.18 [2020-11-26T07:49:22.872Z] v1.2.2-dev.19 [2020-11-26T07:49:22.872Z] v1.2.2-dev.2 [2020-11-26T07:49:22.872Z] v1.2.2-dev.20 [2020-11-26T07:49:22.872Z] v1.2.2-dev.21 [2020-11-26T07:49:22.872Z] v1.2.2-dev.22 [2020-11-26T07:49:22.872Z] v1.2.2-dev.23 [2020-11-26T07:49:22.872Z] v1.2.2-dev.24 [2020-11-26T07:49:22.872Z] v1.2.2-dev.25 [2020-11-26T07:49:22.872Z] v1.2.2-dev.26 [2020-11-26T07:49:22.872Z] v1.2.2-dev.27 [2020-11-26T07:49:22.872Z] v1.2.2-dev.28 [2020-11-26T07:49:22.872Z] v1.2.2-dev.29 [2020-11-26T07:49:22.872Z] v1.2.2-dev.3 [2020-11-26T07:49:22.873Z] v1.2.2-dev.30 [2020-11-26T07:49:22.873Z] v1.2.2-dev.31 [2020-11-26T07:49:22.873Z] v1.2.2-dev.32 [2020-11-26T07:49:22.873Z] v1.2.2-dev.33 [2020-11-26T07:49:22.873Z] v1.2.2-dev.34 [2020-11-26T07:49:22.873Z] v1.2.2-dev.35 [2020-11-26T07:49:22.873Z] v1.2.2-dev.36 [2020-11-26T07:49:22.873Z] v1.2.2-dev.37 [2020-11-26T07:49:22.873Z] v1.2.2-dev.38 [2020-11-26T07:49:22.873Z] v1.2.2-dev.39 [2020-11-26T07:49:22.873Z] v1.2.2-dev.4 [2020-11-26T07:49:22.873Z] v1.2.2-dev.40 [2020-11-26T07:49:22.873Z] v1.2.2-dev.41 [2020-11-26T07:49:22.873Z] v1.2.2-dev.42 [2020-11-26T07:49:22.873Z] v1.2.2-dev.43 [2020-11-26T07:49:22.873Z] v1.2.2-dev.44 [2020-11-26T07:49:22.873Z] v1.2.2-dev.45 [2020-11-26T07:49:22.873Z] v1.2.2-dev.46 [2020-11-26T07:49:22.873Z] v1.2.2-dev.47 [2020-11-26T07:49:22.873Z] v1.2.2-dev.48 [2020-11-26T07:49:22.873Z] v1.2.2-dev.49 [2020-11-26T07:49:22.873Z] v1.2.2-dev.5 [2020-11-26T07:49:22.873Z] v1.2.2-dev.50 [2020-11-26T07:49:22.873Z] v1.2.2-dev.51 [2020-11-26T07:49:22.873Z] v1.2.2-dev.52 [2020-11-26T07:49:22.873Z] v1.2.2-dev.53 [2020-11-26T07:49:22.873Z] v1.2.2-dev.54 [2020-11-26T07:49:22.873Z] v1.2.2-dev.55 [2020-11-26T07:49:22.873Z] v1.2.2-dev.56 [2020-11-26T07:49:22.873Z] v1.2.2-dev.57 [2020-11-26T07:49:22.873Z] v1.2.2-dev.58 [2020-11-26T07:49:22.873Z] v1.2.2-dev.59 [2020-11-26T07:49:22.873Z] v1.2.2-dev.6 [2020-11-26T07:49:22.873Z] v1.2.2-dev.60 [2020-11-26T07:49:22.873Z] v1.2.2-dev.61 [2020-11-26T07:49:22.873Z] v1.2.2-dev.62 [2020-11-26T07:49:22.873Z] v1.2.2-dev.63 [2020-11-26T07:49:22.873Z] v1.2.2-dev.64 [2020-11-26T07:49:22.873Z] v1.2.2-dev.65 [2020-11-26T07:49:22.873Z] v1.2.2-dev.66 [2020-11-26T07:49:22.873Z] v1.2.2-dev.67 [2020-11-26T07:49:22.873Z] v1.2.2-dev.68 [2020-11-26T07:49:22.873Z] v1.2.2-dev.69 [2020-11-26T07:49:22.873Z] v1.2.2-dev.7 [2020-11-26T07:49:22.873Z] v1.2.2-dev.70 [2020-11-26T07:49:22.873Z] v1.2.2-dev.71 [2020-11-26T07:49:22.873Z] v1.2.2-dev.72 [2020-11-26T07:49:22.873Z] v1.2.2-dev.73 [2020-11-26T07:49:22.873Z] v1.2.2-dev.74 [2020-11-26T07:49:22.873Z] v1.2.2-dev.75 [2020-11-26T07:49:22.873Z] v1.2.2-dev.76 [2020-11-26T07:49:22.873Z] v1.2.2-dev.77 [2020-11-26T07:49:22.873Z] v1.2.2-dev.78 [2020-11-26T07:49:22.873Z] v1.2.2-dev.79 [2020-11-26T07:49:22.873Z] v1.2.2-dev.8 [2020-11-26T07:49:22.873Z] v1.2.2-dev.80 [2020-11-26T07:49:22.873Z] v1.2.2-dev.81 [2020-11-26T07:49:22.873Z] v1.2.2-dev.82 [2020-11-26T07:49:22.873Z] v1.2.2-dev.83 [2020-11-26T07:49:22.873Z] v1.2.2-dev.84 [2020-11-26T07:49:22.873Z] v1.2.2-dev.85 [2020-11-26T07:49:22.873Z] v1.2.2-dev.86 [2020-11-26T07:49:22.873Z] v1.2.2-dev.87 [2020-11-26T07:49:22.873Z] v1.2.2-dev.88 [2020-11-26T07:49:22.873Z] v1.2.2-dev.89 [2020-11-26T07:49:22.873Z] v1.2.2-dev.9 [2020-11-26T07:49:22.873Z] v1.2.2-dev.90 [2020-11-26T07:49:22.873Z] v1.2.2-dev.91 [2020-11-26T07:49:22.873Z] v1.2.2-dev.92 [2020-11-26T07:49:22.873Z] v1.2.2-dev.93 [2020-11-26T07:49:22.873Z] v1.2.2-dev.94 [2020-11-26T07:49:22.873Z] v1.2.2-dev.95 [2020-11-26T07:49:22.873Z] v1.2.2-dev.96 [2020-11-26T07:49:22.873Z] v1.2.2-dev.97 [2020-11-26T07:49:22.873Z] v1.2.2-dev.98 [2020-11-26T07:49:22.873Z] v1.2.2-dev.99 [2020-11-26T07:49:22.873Z] v1.3.0 [2020-11-26T07:49:22.873Z] v1.3.1-dev.1 [2020-11-26T07:49:22.873Z] v1.3.1-dev.2 [2020-11-26T07:49:22.873Z] v1.3.1-dev.3 [2020-11-26T07:49:22.873Z] v1.3.1-dev.4 [2020-11-26T07:49:22.873Z] v1.3.1-dev.5 [2020-11-26T07:49:22.873Z] v1.3.1-dev.6 [2020-11-26T07:49:22.873Z] v1.3.1-dev.7 [2020-11-26T07:49:22.873Z] v1.3.1-dev.8 [2020-11-26T07:49:22.873Z] v1.3.1-dev.9 [Pipeline] sh [2020-11-26T07:49:23.182Z] + lftools sign git-tag v1.3.1-dev.9 [2020-11-26T07:49:24.577Z] Signing Git tag with Sigul... [2020-11-26T07:49:24.577Z] Signing v1.3.1-dev.9 [Pipeline] echo [2020-11-26T07:49:25.987Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:26.294Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-26T07:49:26.303Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-26T07:49:26.405Z] $ docker stop --time=1 aa2f615b9e9a6dc0b60b2c7880c62dc9c15f56848bcb8da868dcacda3bfd422d [2020-11-26T07:49:28.439Z] $ docker rm -f aa2f615b9e9a6dc0b60b2c7880c62dc9c15f56848bcb8da868dcacda3bfd422d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:49:29.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:49:29.265Z] . [Pipeline] withDockerContainer [2020-11-26T07:49:29.371Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:49:29.425Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T07:49:30.083Z] $ docker top 6e52dbba9c4b10ebd6762414ee18560f35702f4a71aafa6688095db4c3eaf74b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T07:49:30.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:49:30.388Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:49:30.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:49:30.585Z] $ docker exec 6e52dbba9c4b10ebd6762414ee18560f35702f4a71aafa6688095db4c3eaf74b ssh-agent [2020-11-26T07:49:30.768Z] SSH_AUTH_SOCK=/tmp/ssh-ASgg6wpBw0Pj/agent.12 [2020-11-26T07:49:30.768Z] SSH_AGENT_PID=17 [2020-11-26T07:49:30.779Z] Running ssh-add (command line suppressed) [2020-11-26T07:49:30.910Z] Identity added: /w/workspace/edgex-go/233@tmp/private_key_908144900030219033.key (/w/workspace/edgex-go/233@tmp/private_key_908144900030219033.key) [2020-11-26T07:49:30.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:49:31.302Z] + git semver bump pre [2020-11-26T07:49:31.302Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T07:49:31.302Z] # $GIT_DIR = /w/workspace/edgex-go/233/.git [2020-11-26T07:49:31.302Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/233 [2020-11-26T07:49:31.302Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T07:49:31.302Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T07:49:31.302Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T07:49:31.302Z] # $SEMVER_BRANCH = master [2020-11-26T07:49:31.302Z] # $SEMVER_DIR = /w/workspace/edgex-go/233/.semver [2020-11-26T07:49:31.302Z] 1.3.1-dev.10 [Pipeline] } [2020-11-26T07:49:31.316Z] $ docker exec --env ******** --env ******** 6e52dbba9c4b10ebd6762414ee18560f35702f4a71aafa6688095db4c3eaf74b ssh-agent -k [2020-11-26T07:49:31.441Z] unset SSH_AUTH_SOCK; [2020-11-26T07:49:31.442Z] unset SSH_AGENT_PID; [2020-11-26T07:49:31.442Z] echo Agent pid 17 killed; [2020-11-26T07:49:31.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:49:31.954Z] + git semver [Pipeline] } [2020-11-26T07:49:31.972Z] $ docker stop --time=1 6e52dbba9c4b10ebd6762414ee18560f35702f4a71aafa6688095db4c3eaf74b [2020-11-26T07:49:33.366Z] $ docker rm -f 6e52dbba9c4b10ebd6762414ee18560f35702f4a71aafa6688095db4c3eaf74b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:49:33.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:49:33.945Z] . [Pipeline] withDockerContainer [2020-11-26T07:49:34.101Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:49:34.151Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T07:49:34.853Z] $ docker top 5d31fb5e3bf23442dd3bfae9d740d241b90d1aea0a891e9ea759e9ddb3dd05c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T07:49:35.214Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:49:35.214Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:49:35.431Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:49:35.436Z] $ docker exec 5d31fb5e3bf23442dd3bfae9d740d241b90d1aea0a891e9ea759e9ddb3dd05c8 ssh-agent [2020-11-26T07:49:35.774Z] SSH_AUTH_SOCK=/tmp/ssh-rvk4l5eTtk05/agent.11 [2020-11-26T07:49:35.774Z] SSH_AGENT_PID=16 [2020-11-26T07:49:35.785Z] Running ssh-add (command line suppressed) [2020-11-26T07:49:35.920Z] Identity added: /w/workspace/edgex-go/233@tmp/private_key_2000305917603113636.key (/w/workspace/edgex-go/233@tmp/private_key_2000305917603113636.key) [2020-11-26T07:49:35.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:49:36.382Z] + git semver push [2020-11-26T07:49:36.383Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T07:49:36.383Z] # $GIT_DIR = /w/workspace/edgex-go/233/.git [2020-11-26T07:49:36.383Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/233 [2020-11-26T07:49:36.383Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T07:49:36.383Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T07:49:36.383Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T07:49:36.383Z] # $SEMVER_BRANCH = master [2020-11-26T07:49:36.383Z] # $SEMVER_DIR = /w/workspace/edgex-go/233/.semver [Pipeline] } [2020-11-26T07:49:46.461Z] $ docker exec --env ******** --env ******** 5d31fb5e3bf23442dd3bfae9d740d241b90d1aea0a891e9ea759e9ddb3dd05c8 ssh-agent -k [2020-11-26T07:49:46.608Z] unset SSH_AUTH_SOCK; [2020-11-26T07:49:46.608Z] unset SSH_AGENT_PID; [2020-11-26T07:49:46.608Z] echo Agent pid 16 killed; [2020-11-26T07:49:46.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:49:47.157Z] + git semver [Pipeline] } [2020-11-26T07:49:47.177Z] $ docker stop --time=1 5d31fb5e3bf23442dd3bfae9d740d241b90d1aea0a891e9ea759e9ddb3dd05c8 [2020-11-26T07:49:48.556Z] $ docker rm -f 5d31fb5e3bf23442dd3bfae9d740d241b90d1aea0a891e9ea759e9ddb3dd05c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:49.573Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:50.532Z] ---> package-listing.sh [2020-11-26T07:49:50.532Z] ++ facter osfamily [2020-11-26T07:49:50.532Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T07:49:50.532Z] + OS_FAMILY=redhat [2020-11-26T07:49:50.532Z] + workspace=/w/workspace/edgex-go/233 [2020-11-26T07:49:50.532Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T07:49:50.532Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T07:49:50.532Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T07:49:50.532Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T07:49:50.532Z] + '[' /w/workspace/edgex-go/233 ']' [2020-11-26T07:49:50.532Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T07:49:50.532Z] + case "${OS_FAMILY}" in [2020-11-26T07:49:50.532Z] + rpm -qa [2020-11-26T07:49:50.532Z] + sort [2020-11-26T07:49:55.846Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T07:49:55.846Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T07:49:55.846Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T07:49:55.846Z] + '[' /w/workspace/edgex-go/233 ']' [2020-11-26T07:49:55.846Z] + mkdir -p /w/workspace/edgex-go/233/archives/ [2020-11-26T07:49:55.846Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/233/archives/ [Pipeline] echo [2020-11-26T07:49:55.861Z] 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/233/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T07:49:56.162Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:49:56.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:49:56.469Z] [2020-11-26T07:49:56.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:49:56.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:49:56.844Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T07:49:56.844Z] df20fa9351a1: Already exists [2020-11-26T07:49:56.844Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T07:49:56.844Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T07:49:56.844Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T07:49:56.844Z] 93b61091891f: Pulling fs layer [2020-11-26T07:49:56.844Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T07:49:56.844Z] 5e14af77c1be: Pulling fs layer [2020-11-26T07:49:56.844Z] 01666e4c0597: Pulling fs layer [2020-11-26T07:49:56.844Z] aa168da1d23b: Pulling fs layer [2020-11-26T07:49:56.844Z] 93b61091891f: Waiting [2020-11-26T07:49:56.844Z] 93b9cdb0e59b: Waiting [2020-11-26T07:49:56.844Z] 5e14af77c1be: Waiting [2020-11-26T07:49:56.844Z] 01666e4c0597: Waiting [2020-11-26T07:49:56.844Z] aa168da1d23b: Waiting [2020-11-26T07:49:56.844Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T07:49:56.844Z] 46f8f816bc3b: Download complete [2020-11-26T07:49:56.844Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T07:49:56.844Z] 36b3adc4ff6f: Download complete [2020-11-26T07:49:56.844Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T07:49:56.844Z] 93b9cdb0e59b: Download complete [2020-11-26T07:49:56.844Z] 5e14af77c1be: Download complete [2020-11-26T07:49:57.110Z] 93b61091891f: Verifying Checksum [2020-11-26T07:49:57.110Z] 93b61091891f: Download complete [2020-11-26T07:49:57.110Z] 01666e4c0597: Download complete [2020-11-26T07:49:57.110Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T07:49:57.110Z] 8ad3a11d3b57: Download complete [2020-11-26T07:49:57.110Z] 36b3adc4ff6f: Pull complete [2020-11-26T07:49:58.066Z] 8ad3a11d3b57: Pull complete [2020-11-26T07:49:58.331Z] 46f8f816bc3b: Pull complete [2020-11-26T07:49:58.908Z] aa168da1d23b: Verifying Checksum [2020-11-26T07:49:58.908Z] aa168da1d23b: Download complete [2020-11-26T07:50:00.838Z] 93b61091891f: Pull complete [2020-11-26T07:50:00.838Z] 93b9cdb0e59b: Pull complete [2020-11-26T07:50:00.838Z] 5e14af77c1be: Pull complete [2020-11-26T07:50:00.838Z] 01666e4c0597: Pull complete [2020-11-26T07:50:09.007Z] aa168da1d23b: Pull complete [2020-11-26T07:50:09.007Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T07:50:09.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:50:09.007Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T07:50:09.166Z] prd-centos7-docker-4c-2g-13517 does not seem to be running inside a container [2020-11-26T07:50:09.218Z] $ 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/233/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/233 -v /w/workspace/edgex-go/233:/w/workspace/edgex-go/233:rw,z -v /w/workspace/edgex-go/233@tmp:/w/workspace/edgex-go/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T07:50:11.985Z] $ docker top 20cfdcf695ff4716adb492d360257fcd3dac83033ce31b46c6e37abffb749a1e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:50:12.532Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T07:50:12.829Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T07:50:13.127Z] + ls /var/log/sa-host [2020-11-26T07:50:13.127Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T07:50:13.127Z] file_magic: OK [2020-11-26T07:50:13.127Z] HZ: Using current value: 100 [2020-11-26T07:50:13.127Z] file_header: OK [2020-11-26T07:50:13.127Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-26T07:50:13.127Z] Statistics: [2020-11-26T07:50:13.127Z] Hnuu...uuuununununu... [2020-11-26T07:50:13.127Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T07:50:13.127Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T07:50:13.127Z] file_magic: OK [2020-11-26T07:50:13.127Z] HZ: Using current value: 100 [2020-11-26T07:50:13.127Z] file_header: OK [2020-11-26T07:50:13.127Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-26T07:50:13.127Z] Statistics: [2020-11-26T07:50:13.127Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T07:50:13.127Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T07:50:13.336Z] provisioning config files... [2020-11-26T07:50:13.358Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/233@tmp/config308410102707168929tmp [Pipeline] { [Pipeline] echo [2020-11-26T07:50:13.426Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:50:13.721Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T07:50:13.731Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T07:50:13.824Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:50:14.118Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T07:50:14.131Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:50:14.434Z] ---> sudo-logs.sh [2020-11-26T07:50:14.434Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T07:50:14.444Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:50:14.737Z] ---> job-cost.sh [2020-11-26T07:50:14.737Z] lf-activate-venv: SKIPPING [2020-11-26T07:50:14.737Z] INFO: No Stack... [2020-11-26T07:50:15.684Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T07:50:16.257Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T07:50:16.273Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:50:18.189Z] ---> logs-deploy.sh [2020-11-26T07:50:18.189Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/233 [2020-11-26T07:50:18.189Z] INFO: archiving workspace using pattern(s): [2020-11-26T07:50:19.593Z] Archives upload complete. [2020-11-26T07:50:19.594Z] INFO: archiving logs to Nexus