Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 001da8f707328dc3351d0414bf15a3ddf9bf60ad 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22256 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/317 [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/317 # 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 001da8f707328dc3351d0414bf15a3ddf9bf60ad (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 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 Commit message: "Merge pull request #3065 from weichou1229/issue-3043-device-profile" > git rev-list --no-walk c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T09:17:29.039Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T09:17:29.305Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T09:17:29.409Z] ========================================================= [2021-01-22T09:17:29.409Z] EdgeX Global Pipelines Version Info [2021-01-22T09:17:29.409Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:17:32.299Z] ------------------- [2021-01-22T09:17:32.299Z] stable info: [2021-01-22T09:17:32.299Z] ------------------- [2021-01-22T09:17:32.299Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T09:17:32.299Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T09:17:32.299Z] Message: update stable to v1.0.179 [2021-01-22T09:17:33.858Z] ------------------- [2021-01-22T09:17:33.858Z] experimental info: [2021-01-22T09:17:33.858Z] ------------------- [2021-01-22T09:17:33.858Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T09:17:33.858Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T09:17:33.858Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T09:17:34.188Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T09:17:34.281Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T09:17:34.384Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T09:17:34.478Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T09:17:34.576Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T09:17:34.676Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T09:17:34.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T09:17:34.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T09:17:34.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T09:17:35.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T09:17:35.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T09:17:35.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T09:17:35.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T09:17:35.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T09:17:35.643Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T09:17:35.756Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T09:17:35.850Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T09:17:35.943Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T09:17:36.038Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T09:17:36.130Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T09:17:36.237Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T09:17:36.374Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T09:17:36.470Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T09:17:36.578Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-22T09:17:36.669Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-22T09:17:36.772Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-22T09:17:36.868Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] echo [2021-01-22T09:17:36.960Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 001da8f [Pipeline] echo [2021-01-22T09:17:37.052Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T09:17:37.240Z] provisioning config files... [2021-01-22T09:17:37.289Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/317@tmp/config6042388647754856096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:17:37.784Z] ---> docker-login.sh [2021-01-22T09:17:37.784Z] nexus3.edgexfoundry.org:10001 [2021-01-22T09:17:38.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:17:38.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:17:38.679Z] Configure a credential helper to remove this warning. See [2021-01-22T09:17:38.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:17:38.679Z] [2021-01-22T09:17:38.679Z] Login Succeeded [2021-01-22T09:17:38.679Z] nexus3.edgexfoundry.org:10002 [2021-01-22T09:17:38.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:17:38.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:17:38.948Z] Configure a credential helper to remove this warning. See [2021-01-22T09:17:38.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:17:38.948Z] [2021-01-22T09:17:38.948Z] Login Succeeded [2021-01-22T09:17:38.948Z] nexus3.edgexfoundry.org:10003 [2021-01-22T09:17:39.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:17:39.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:17:39.220Z] Configure a credential helper to remove this warning. See [2021-01-22T09:17:39.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:17:39.220Z] [2021-01-22T09:17:39.220Z] Login Succeeded [2021-01-22T09:17:39.220Z] nexus3.edgexfoundry.org:10004 [2021-01-22T09:17:39.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:17:39.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:17:39.495Z] Configure a credential helper to remove this warning. See [2021-01-22T09:17:39.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:17:39.495Z] [2021-01-22T09:17:39.495Z] Login Succeeded [2021-01-22T09:17:39.495Z] docker.io [2021-01-22T09:17:39.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:17:40.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:17:40.068Z] Configure a credential helper to remove this warning. See [2021-01-22T09:17:40.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:17:40.068Z] [2021-01-22T09:17:40.068Z] Login Succeeded [2021-01-22T09:17:40.068Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T09:17:40.097Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T09:17:40.842Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T09:17:40.842Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T09:17:40.842Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T09:17:40.842Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T09:17:40.842Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:17:40.842Z] ++ cut -d/ -f2 [2021-01-22T09:17:40.842Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T09:17:40.842Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T09:17:40.990Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:17:42.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:17:42.718Z] [2021-01-22T09:17:42.718Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:17:43.196Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:17:43.196Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T09:17:43.196Z] 31603596830f: Pulling fs layer [2021-01-22T09:17:43.196Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T09:17:43.196Z] 6ca5941a6612: Pulling fs layer [2021-01-22T09:17:43.196Z] ecc8261a40a4: Pulling fs layer [2021-01-22T09:17:43.196Z] ecc8261a40a4: Waiting [2021-01-22T09:17:43.469Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T09:17:43.469Z] 2a8b12db71e7: Download complete [2021-01-22T09:17:43.469Z] 31603596830f: Verifying Checksum [2021-01-22T09:17:43.469Z] 31603596830f: Download complete [2021-01-22T09:17:43.748Z] ecc8261a40a4: Verifying Checksum [2021-01-22T09:17:43.748Z] ecc8261a40a4: Download complete [2021-01-22T09:17:43.748Z] 6ca5941a6612: Verifying Checksum [2021-01-22T09:17:43.748Z] 6ca5941a6612: Download complete [2021-01-22T09:17:44.346Z] 31603596830f: Pull complete [2021-01-22T09:17:44.628Z] 2a8b12db71e7: Pull complete [2021-01-22T09:17:46.129Z] 6ca5941a6612: Pull complete [2021-01-22T09:17:46.752Z] ecc8261a40a4: Pull complete [2021-01-22T09:17:46.752Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T09:17:46.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:17:46.752Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T09:17:47.047Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:17:47.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T09:17:50.849Z] $ docker top 608774b978ff6beeb33adc68e28a27926d1d4904b6b66c0f5ca358706d824995 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T09:17:51.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T09:17:51.350Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T09:17:52.074Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T09:17:52.080Z] $ docker exec 608774b978ff6beeb33adc68e28a27926d1d4904b6b66c0f5ca358706d824995 ssh-agent [2021-01-22T09:17:52.820Z] SSH_AUTH_SOCK=/tmp/ssh-4bmGqzNAxpBl/agent.11 [2021-01-22T09:17:52.821Z] SSH_AGENT_PID=16 [2021-01-22T09:17:53.047Z] Running ssh-add (command line suppressed) [2021-01-22T09:17:53.410Z] Identity added: /w/workspace/edgex-go/317@tmp/private_key_3509978775197539734.key (/w/workspace/edgex-go/317@tmp/private_key_3509978775197539734.key) [2021-01-22T09:17:53.515Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T09:17:53.977Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T09:17:54.061Z] $ docker exec --env ******** --env ******** 608774b978ff6beeb33adc68e28a27926d1d4904b6b66c0f5ca358706d824995 ssh-agent -k [2021-01-22T09:17:54.254Z] unset SSH_AUTH_SOCK; [2021-01-22T09:17:54.255Z] unset SSH_AGENT_PID; [2021-01-22T09:17:54.255Z] echo Agent pid 16 killed; [2021-01-22T09:17:54.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T09:17:54.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T09:17:54.508Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T09:17:55.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T09:17:55.199Z] $ docker exec 608774b978ff6beeb33adc68e28a27926d1d4904b6b66c0f5ca358706d824995 ssh-agent [2021-01-22T09:17:55.945Z] SSH_AUTH_SOCK=/tmp/ssh-FsSTEq74s9Oq/agent.46 [2021-01-22T09:17:55.946Z] SSH_AGENT_PID=51 [2021-01-22T09:17:55.967Z] Running ssh-add (command line suppressed) [2021-01-22T09:17:56.227Z] Identity added: /w/workspace/edgex-go/317@tmp/private_key_1497158542999012358.key (/w/workspace/edgex-go/317@tmp/private_key_1497158542999012358.key) [2021-01-22T09:17:56.428Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T09:17:57.152Z] + git semver init [2021-01-22T09:17:57.152Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T09:17:57.152Z] # $GIT_DIR = /w/workspace/edgex-go/317/.git [2021-01-22T09:17:57.152Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/317 [2021-01-22T09:17:57.152Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T09:17:57.152Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T09:17:57.152Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T09:17:57.152Z] # $SEMVER_BRANCH = master [2021-01-22T09:17:57.152Z] # $SEMVER_TEMP = /tmp/semver-829600529 [2021-01-22T09:17:57.152Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T09:18:30.303Z] # '/tmp/semver-829600529' -> '/w/workspace/edgex-go/317/.semver' [2021-01-22T09:18:30.303Z] # -> Force: false [2021-01-22T09:18:30.303Z] # $SEMVER_DIR = /w/workspace/edgex-go/317/.semver [Pipeline] } [2021-01-22T09:18:30.342Z] $ docker exec --env ******** --env ******** 608774b978ff6beeb33adc68e28a27926d1d4904b6b66c0f5ca358706d824995 ssh-agent -k [2021-01-22T09:18:30.820Z] unset SSH_AUTH_SOCK; [2021-01-22T09:18:30.821Z] unset SSH_AGENT_PID; [2021-01-22T09:18:30.821Z] echo Agent pid 51 killed; [2021-01-22T09:18:30.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T09:18:31.567Z] + git semver [Pipeline] } [2021-01-22T09:18:31.601Z] $ docker stop --time=1 608774b978ff6beeb33adc68e28a27926d1d4904b6b66c0f5ca358706d824995 [2021-01-22T09:18:33.800Z] $ docker rm -f 608774b978ff6beeb33adc68e28a27926d1d4904b6b66c0f5ca358706d824995 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T09:18:34.638Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T09:18:35.579Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T09:18:35.582Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.54 [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 [2021-01-22T09:18:36.511Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:18:36.849Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:18:37.249Z] + sudo service docker restart [2021-01-22T09:18:37.250Z] + true [2021-01-22T09:18:37.250Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T09:18:38.331Z] ========================================================= [2021-01-22T09:18:38.331Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T09:18:38.331Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:18:38.774Z] + 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 . [2021-01-22T09:18:47.282Z] Sending build context to Docker daemon 327.1MB [2021-01-22T09:18:47.282Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T09:18:47.282Z] Step 2/6 : FROM ${BASE} [2021-01-22T09:18:47.282Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T09:18:47.282Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T09:18:47.282Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T09:18:47.282Z] de9db76c5a1d: Pulling fs layer [2021-01-22T09:18:47.282Z] bca2f99d35d6: Pulling fs layer [2021-01-22T09:18:47.282Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T09:18:47.282Z] 7c6f9722023f: Pulling fs layer [2021-01-22T09:18:47.282Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T09:18:47.282Z] bca2f99d35d6: Waiting [2021-01-22T09:18:47.282Z] 93359f2a8cfa: Waiting [2021-01-22T09:18:47.282Z] a35cf1a2eb13: Waiting [2021-01-22T09:18:47.282Z] de9db76c5a1d: Verifying Checksum [2021-01-22T09:18:47.282Z] de9db76c5a1d: Download complete [2021-01-22T09:18:47.282Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T09:18:47.282Z] 0ef7d3d256c8: Download complete [2021-01-22T09:18:47.282Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T09:18:47.282Z] 93359f2a8cfa: Download complete [2021-01-22T09:18:47.282Z] 7c6f9722023f: Verifying Checksum [2021-01-22T09:18:47.282Z] 7c6f9722023f: Download complete [2021-01-22T09:18:47.282Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T09:18:47.282Z] 188c0c94c7c5: Download complete [2021-01-22T09:18:47.949Z] 188c0c94c7c5: Pull complete [2021-01-22T09:18:48.608Z] 0ef7d3d256c8: Pull complete [2021-01-22T09:18:48.608Z] de9db76c5a1d: Pull complete [2021-01-22T09:18:50.991Z] Still waiting to schedule task [2021-01-22T09:18:50.991Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T09:18:53.241Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T09:18:53.241Z] a35cf1a2eb13: Download complete [2021-01-22T09:18:53.241Z] bca2f99d35d6: Verifying Checksum [2021-01-22T09:18:53.241Z] bca2f99d35d6: Download complete [2021-01-22T09:19:05.840Z] bca2f99d35d6: Pull complete [2021-01-22T09:19:05.840Z] 93359f2a8cfa: Pull complete [2021-01-22T09:19:06.124Z] 7c6f9722023f: Pull complete [2021-01-22T09:19:13.129Z] a35cf1a2eb13: Pull complete [2021-01-22T09:19:13.129Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T09:19:13.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T09:19:13.129Z] ---> a62c8e92a672 [2021-01-22T09:19:13.129Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-22T09:19:13.129Z] ---> Running in f4a34d412ccd [2021-01-22T09:19:13.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:19:14.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:19:16.341Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T09:19:16.341Z] (2/12) Installing file (5.38-r0) [2021-01-22T09:19:16.341Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T09:19:16.611Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T09:19:23.345Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T09:19:23.345Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T09:19:23.345Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T09:19:23.345Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T09:19:23.345Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T09:19:23.628Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T09:19:23.628Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T09:19:23.628Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T09:19:23.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:19:23.899Z] OK: 233 MiB in 51 packages [2021-01-22T09:19:28.319Z] Removing intermediate container f4a34d412ccd [2021-01-22T09:19:28.319Z] ---> 578a9060108c [2021-01-22T09:19:28.319Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T09:19:28.319Z] ---> Running in 2b4d238882df [2021-01-22T09:19:28.319Z] Removing intermediate container 2b4d238882df [2021-01-22T09:19:28.319Z] ---> 07e0334b2652 [2021-01-22T09:19:28.319Z] Step 5/6 : COPY go.mod . [2021-01-22T09:19:28.598Z] ---> f56eea59ee03 [2021-01-22T09:19:28.598Z] Step 6/6 : RUN go mod download [2021-01-22T09:19:28.886Z] ---> Running in c9797d1b5676 [2021-01-22T09:19:55.982Z] Removing intermediate container c9797d1b5676 [2021-01-22T09:19:55.982Z] ---> bd1a9b795d8a [2021-01-22T09:19:55.982Z] Successfully built bd1a9b795d8a [2021-01-22T09:19:55.982Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:19:56.395Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T09:19:56.395Z] . [Pipeline] withDockerContainer [2021-01-22T09:19:56.703Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:19:57.114Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T09:19:58.476Z] $ docker top f38e6794d8b3752473ec1b7cac0b80e95a5c60715c287eb1ea23022ad63aa576 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:19:59.149Z] + go version [2021-01-22T09:19:59.417Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T09:19:59.442Z] $ docker stop --time=1 f38e6794d8b3752473ec1b7cac0b80e95a5c60715c287eb1ea23022ad63aa576 [2021-01-22T09:20:01.268Z] $ docker rm -f f38e6794d8b3752473ec1b7cac0b80e95a5c60715c287eb1ea23022ad63aa576 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:20:02.580Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T09:20:02.873Z] . [Pipeline] withDockerContainer [2021-01-22T09:20:03.072Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:20:03.153Z] $ 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/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T09:20:04.857Z] $ docker top 70b95e41377bb26a32f96b9585641e9b314f903c2126208082155feaf1948851 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T09:20:05.219Z] ========================================================= [2021-01-22T09:20:05.219Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T09:20:05.219Z] ========================================================= [Pipeline] sh [2021-01-22T09:20:06.002Z] + make test [2021-01-22T09:20:06.002Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T09:20:21.223Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T09:20:43.947Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T09:20:54.296Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T09:20:54.594Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T09:20:54.918Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T09:20:54.918Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T09:21:00.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T09:21:00.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T09:21:00.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T09:21:00.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T09:21:00.599Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T09:21:01.272Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T09:21:07.065Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T09:21:07.065Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T09:21:07.065Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T09:21:09.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements [2021-01-22T09:21:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T09:21:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T09:21:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T09:21:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T09:21:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T09:21:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.398s coverage: 27.0% of statements [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T09:21:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.155s coverage: 100.0% of statements [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T09:21:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.148s coverage: 100.0% of statements [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T09:21:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.215s coverage: 66.7% of statements [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T09:21:14.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.317s coverage: 82.3% of statements [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T09:21:14.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T09:21:18.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.687s coverage: 28.6% of statements [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T09:21:18.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.179s coverage: 100.0% of statements [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T09:21:18.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T09:21:18.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.269s coverage: 86.7% of statements [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T09:21:18.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.246s coverage: 97.5% of statements [2021-01-22T09:21:18.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T09:21:19.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.123s coverage: 78.3% of statements [2021-01-22T09:21:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T09:21:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T09:21:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T09:21:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.871s coverage: 92.8% of statements [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.117s coverage: 0.1% of statements [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T09:21:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 43.8% of statements [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.123s coverage: 79.5% of statements [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-01-22T09:21:24.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.128s coverage: 94.4% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.180s coverage: 87.2% of statements [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.2% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.4% of statements [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.297s coverage: 63.5% of statements [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T09:21:36.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.066s coverage: 91.3% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-01-22T09:21:36.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-01-22T09:21:37.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.655s coverage: 68.9% of statements [2021-01-22T09:21:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T09:21:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T09:21:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T09:21:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T09:21:37.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T09:21:38.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.218s coverage: 37.0% of statements [2021-01-22T09:21:38.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T09:21:38.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T09:21:39.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.558s coverage: 84.0% of statements [2021-01-22T09:21:39.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements [2021-01-22T09:21:42.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22257 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-22T09:21:42.196Z] Running in /w/workspace/edgex-go/317 [Pipeline] { [Pipeline] checkout [2021-01-22T09:21:43.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.170s coverage: 47.1% of statements [2021-01-22T09:21:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T09:21:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T09:21:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T09:21:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T09:21:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T09:21:43.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-01-22T09:21:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T09:21:43.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-01-22T09:21:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T09:21:45.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.295s coverage: 29.1% of statements [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T09:21:45.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.106s coverage: 99.0% of statements [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T09:21:45.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T09:21:45.139Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T09:21:45.139Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T09:21:45.139Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T09:21:45.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.168s coverage: 87.9% of statements [2021-01-22T09:21:45.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T09:21:45.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T09:21:45.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-01-22T09:21:46.471Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.071s coverage: 32.1% of statements [2021-01-22T09:21:47.085Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.126s coverage: 100.0% of statements [2021-01-22T09:21:47.340Z] using credential edgex-jenkins-ssh [2021-01-22T09:21:47.372Z] GO111MODULE=on go vet ./... [2021-01-22T09:21:47.404Z] Cloning the remote Git repository [2021-01-22T09:21:47.458Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:21:47.573Z] > git init /w/workspace/edgex-go/317 # timeout=10 [2021-01-22T09:21:47.671Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:21:47.671Z] > git --version # timeout=10 [2021-01-22T09:21:47.698Z] > git --version # 'git version 2.17.1' [2021-01-22T09:21:47.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:21:47.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:22:02.777Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:22:02.792Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:22:02.815Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:22:02.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:22:02.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:22:02.860Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T09:22:04.617Z] Checking out Revision 001da8f707328dc3351d0414bf15a3ddf9bf60ad (master) [2021-01-22T09:22:04.632Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T09:22:04.648Z] > git checkout -f 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 [2021-01-22T09:22:09.237Z] Commit message: "Merge pull request #3065 from weichou1229/issue-3043-device-profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T09:22:10.803Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:22:11.225Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:22:11.566Z] + sudo service docker restart [2021-01-22T09:22:11.566Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T09:22:13.627Z] provisioning config files... [2021-01-22T09:22:13.673Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/317@tmp/config841665664793170705tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:22:14.268Z] ---> docker-login.sh [2021-01-22T09:22:14.268Z] nexus3.edgexfoundry.org:10001 [2021-01-22T09:22:15.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:22:15.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:22:15.538Z] Configure a credential helper to remove this warning. See [2021-01-22T09:22:15.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:22:15.538Z] [2021-01-22T09:22:15.538Z] Login Succeeded [2021-01-22T09:22:15.538Z] nexus3.edgexfoundry.org:10002 [2021-01-22T09:22:15.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:22:16.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:22:16.088Z] Configure a credential helper to remove this warning. See [2021-01-22T09:22:16.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:22:16.088Z] [2021-01-22T09:22:16.088Z] Login Succeeded [2021-01-22T09:22:16.088Z] nexus3.edgexfoundry.org:10003 [2021-01-22T09:22:16.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:22:16.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:22:16.637Z] Configure a credential helper to remove this warning. See [2021-01-22T09:22:16.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:22:16.637Z] [2021-01-22T09:22:16.637Z] Login Succeeded [2021-01-22T09:22:16.637Z] nexus3.edgexfoundry.org:10004 [2021-01-22T09:22:16.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:22:17.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:22:17.194Z] Configure a credential helper to remove this warning. See [2021-01-22T09:22:17.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:22:17.194Z] [2021-01-22T09:22:17.194Z] Login Succeeded [2021-01-22T09:22:17.194Z] docker.io [2021-01-22T09:22:17.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:22:17.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:22:17.757Z] Configure a credential helper to remove this warning. See [2021-01-22T09:22:17.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:22:17.757Z] [2021-01-22T09:22:17.757Z] Login Succeeded [2021-01-22T09:22:17.757Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T09:22:17.777Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T09:22:18.275Z] ========================================================= [2021-01-22T09:22:18.275Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T09:22:18.275Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:22:18.661Z] + 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 . [2021-01-22T09:22:21.313Z] Sending build context to Docker daemon 165.9MB [2021-01-22T09:22:21.313Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T09:22:21.313Z] Step 2/6 : FROM ${BASE} [2021-01-22T09:22:21.313Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T09:22:21.313Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T09:22:21.313Z] a4357932f1b6: Pulling fs layer [2021-01-22T09:22:21.313Z] 18c013af1878: Pulling fs layer [2021-01-22T09:22:21.313Z] 00ac8860ef70: Pulling fs layer [2021-01-22T09:22:21.313Z] 63d7cb157983: Pulling fs layer [2021-01-22T09:22:21.313Z] b116817d02f9: Pulling fs layer [2021-01-22T09:22:21.313Z] 745a02a5169b: Pulling fs layer [2021-01-22T09:22:21.313Z] 00ac8860ef70: Waiting [2021-01-22T09:22:21.313Z] 63d7cb157983: Waiting [2021-01-22T09:22:21.313Z] b116817d02f9: Waiting [2021-01-22T09:22:21.313Z] 745a02a5169b: Waiting [2021-01-22T09:22:21.313Z] 18c013af1878: Download complete [2021-01-22T09:22:21.313Z] a4357932f1b6: Verifying Checksum [2021-01-22T09:22:21.313Z] a4357932f1b6: Download complete [2021-01-22T09:22:21.313Z] 63d7cb157983: Verifying Checksum [2021-01-22T09:22:21.313Z] 63d7cb157983: Download complete [2021-01-22T09:22:21.313Z] b116817d02f9: Verifying Checksum [2021-01-22T09:22:21.313Z] b116817d02f9: Download complete [2021-01-22T09:22:21.313Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T09:22:21.313Z] 5f621e34cdf4: Download complete [2021-01-22T09:22:21.924Z] 5f621e34cdf4: Pull complete [2021-01-22T09:22:22.532Z] a4357932f1b6: Pull complete [2021-01-22T09:22:22.809Z] 18c013af1878: Pull complete [2021-01-22T09:22:24.261Z] 745a02a5169b: Verifying Checksum [2021-01-22T09:22:25.253Z] 00ac8860ef70: Verifying Checksum [2021-01-22T09:22:25.253Z] 00ac8860ef70: Download complete [2021-01-22T09:22:34.728Z] gofmt -l . [2021-01-22T09:22:34.728Z] [ "`gofmt -l .`" = "" ] [2021-01-22T09:22:34.728Z] ./bin/test-go-mod-tidy.sh [2021-01-22T09:22:34.728Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T09:22:35.437Z] 00ac8860ef70: Pull complete [2021-01-22T09:22:35.453Z] + ls -al . [2021-01-22T09:22:35.453Z] total 668 [2021-01-22T09:22:35.453Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 09:22 . [2021-01-22T09:22:35.453Z] drwxr-xr-x 4 root root 32 Jan 22 09:20 .. [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 09:17 .dockerignore [2021-01-22T09:22:35.453Z] drwxrwxr-x 8 1001 1001 162 Jan 22 09:17 .git [2021-01-22T09:22:35.453Z] drwxrwxr-x 3 1001 1001 125 Jan 22 09:17 .github [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 09:17 .gitignore [2021-01-22T09:22:35.453Z] drwx------ 3 1001 1001 32 Jan 22 09:18 .semver [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 09:17 .sonarcloud.properties [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 09:17 Attribution.txt [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 09:17 CONTRIBUTING.md [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 09:17 Dockerfile.build [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 09:17 Jenkinsfile [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 09:17 LICENSE [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 09:17 Makefile [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 09:17 README.md [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 09:17 SECURITY.md [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 12 Jan 22 09:18 VERSION [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 09:17 ZMQWindows.md [2021-01-22T09:22:35.453Z] drwxrwxr-x 2 1001 1001 117 Jan 22 09:17 bin [2021-01-22T09:22:35.453Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 09:17 cmd [2021-01-22T09:22:35.453Z] -rw-r--r-- 1 root root 564204 Jan 22 09:21 coverage.out [2021-01-22T09:22:35.453Z] -rw-r--r-- 1 root root 1053 Jan 22 09:22 go.mod [2021-01-22T09:22:35.453Z] -rw-r--r-- 1 root root 18878 Jan 22 09:22 go.sum [2021-01-22T09:22:35.453Z] drwxrwxr-x 8 1001 1001 127 Jan 22 09:17 internal [2021-01-22T09:22:35.453Z] drwxrwxr-x 4 1001 1001 26 Jan 22 09:17 openapi [2021-01-22T09:22:35.453Z] drwxrwxr-x 4 1001 1001 71 Jan 22 09:17 snap [2021-01-22T09:22:35.453Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 09:17 version.go [Pipeline] sh [2021-01-22T09:22:35.710Z] 63d7cb157983: Pull complete [2021-01-22T09:22:35.795Z] + '[' -e coverage.out ] [2021-01-22T09:22:35.795Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T09:22:35.984Z] b116817d02f9: Pull complete [2021-01-22T09:22:36.173Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T09:22:36.614Z] + make build [2021-01-22T09:22:36.614Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T09:22:40.292Z] 745a02a5169b: Pull complete [2021-01-22T09:22:40.292Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T09:22:40.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T09:22:40.292Z] ---> b7e6874047d6 [2021-01-22T09:22:40.292Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-22T09:22:40.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T09:22:43.703Z] ---> Running in 4aeb27b19d0a [2021-01-22T09:22:44.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:22:45.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:22:45.889Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T09:22:46.162Z] (2/12) Installing file (5.38-r0) [2021-01-22T09:22:46.434Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T09:22:46.434Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T09:22:49.816Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T09:22:49.816Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T09:22:49.816Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T09:22:49.816Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T09:22:49.816Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T09:22:50.086Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T09:22:50.086Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T09:22:50.086Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T09:22:50.358Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:22:50.358Z] OK: 217 MiB in 51 packages [2021-01-22T09:22:54.664Z] Removing intermediate container 4aeb27b19d0a [2021-01-22T09:22:54.664Z] ---> 8031fc9bb079 [2021-01-22T09:22:54.664Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T09:22:54.664Z] ---> Running in cda187159f1f [2021-01-22T09:22:54.937Z] Removing intermediate container cda187159f1f [2021-01-22T09:22:54.937Z] ---> 6a19e964ed9c [2021-01-22T09:22:54.937Z] Step 5/6 : COPY go.mod . [2021-01-22T09:22:55.533Z] ---> d53cb57197cb [2021-01-22T09:22:55.533Z] Step 6/6 : RUN go mod download [2021-01-22T09:22:55.805Z] ---> Running in cd9b6d9b5c17 [2021-01-22T09:22:56.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T09:22:59.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T09:23:01.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T09:23:02.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T09:23:06.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T09:23:07.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T09:23:09.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T09:23:12.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T09:23:14.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T09:23:16.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T09:23:19.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-22T09:23:22.448Z] $ docker stop --time=1 70b95e41377bb26a32f96b9585641e9b314f903c2126208082155feaf1948851 [2021-01-22T09:23:22.617Z] Removing intermediate container cd9b6d9b5c17 [2021-01-22T09:23:22.617Z] ---> 4854b62ef49a [2021-01-22T09:23:22.617Z] Successfully built 4854b62ef49a [2021-01-22T09:23:22.617Z] Successfully tagged ci-base-image-arm64:latest [2021-01-22T09:23:25.506Z] $ docker rm -f 70b95e41377bb26a32f96b9585641e9b314f903c2126208082155feaf1948851 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-22T09:23:26.935Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T09:23:26.935Z] . [Pipeline] withDockerContainer [2021-01-22T09:23:29.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2021-01-22T09:23:29.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T09:23:30.970Z] $ docker top 0e8db3bf39dca15651599a6590d2374401e4b7a0ee3c2a4ca9f46046c0dd80b9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:23:31.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:23:31.706Z] [2021-01-22T09:23:31.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:23:31.966Z] + go version [2021-01-22T09:23:31.966Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T09:23:31.985Z] $ docker stop --time=1 0e8db3bf39dca15651599a6590d2374401e4b7a0ee3c2a4ca9f46046c0dd80b9 [2021-01-22T09:23:32.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:23:32.144Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T09:23:32.144Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T09:23:32.144Z] ca9280d653b3: Pulling fs layer [2021-01-22T09:23:32.144Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T09:23:32.454Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T09:23:32.454Z] cbdbe7a5bc2a: Download complete [2021-01-22T09:23:33.987Z] ca9280d653b3: Verifying Checksum [2021-01-22T09:23:33.987Z] ca9280d653b3: Download complete [2021-01-22T09:23:33.987Z] cbdbe7a5bc2a: Pull complete [2021-01-22T09:23:33.990Z] $ docker rm -f 0e8db3bf39dca15651599a6590d2374401e4b7a0ee3c2a4ca9f46046c0dd80b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:23:35.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:23:35.271Z] [2021-01-22T09:23:35.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:23:35.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:23:35.932Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T09:23:35.932Z] 29e5d40040c1: Pulling fs layer [2021-01-22T09:23:35.932Z] 1ce36da41761: Pulling fs layer [2021-01-22T09:23:35.932Z] 25b303627fd3: Pulling fs layer [2021-01-22T09:23:35.932Z] 29e5d40040c1: Verifying Checksum [2021-01-22T09:23:35.932Z] 29e5d40040c1: Download complete [2021-01-22T09:23:36.659Z] ca9280d653b3: Pull complete [2021-01-22T09:23:36.914Z] 29e5d40040c1: Pull complete [2021-01-22T09:23:36.914Z] 1ce36da41761: Verifying Checksum [2021-01-22T09:23:36.914Z] 1ce36da41761: Download complete [2021-01-22T09:23:37.256Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T09:23:37.256Z] 7e9c9ca2126c: Download complete [2021-01-22T09:23:37.894Z] 1ce36da41761: Pull complete [2021-01-22T09:23:38.498Z] 25b303627fd3: Download complete [2021-01-22T09:23:47.566Z] 7e9c9ca2126c: Pull complete [2021-01-22T09:23:47.566Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T09:23:47.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:23:47.566Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T09:23:48.038Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:23:48.197Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T09:23:48.671Z] 25b303627fd3: Pull complete [2021-01-22T09:23:48.671Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T09:23:48.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:23:48.671Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:23:50.988Z] $ docker top 8c37709dbf15847ae96199f5b2ea7c32efbc401e03694a45386350eb993ccaca -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-22T09:23:51.690Z] prd-ubuntu18.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2021-01-22T09:23:51.767Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T09:23:54.989Z] $ docker top 331be122d8a84cab71af562302002c167be79e779e6fba36798a323cfec3ba4e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-22T09:23:55.941Z] + docker-compose build --help [2021-01-22T09:23:55.941Z] + grep parallel [2021-01-22T09:23:56.302Z] + docker-compose build --help [2021-01-22T09:23:56.302Z] + grep parallel [2021-01-22T09:23:57.913Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T09:23:57.950Z] $ docker stop --time=1 8c37709dbf15847ae96199f5b2ea7c32efbc401e03694a45386350eb993ccaca [2021-01-22T09:23:59.510Z] $ docker rm -f 8c37709dbf15847ae96199f5b2ea7c32efbc401e03694a45386350eb993ccaca [2021-01-22T09:23:59.680Z] --parallel Build images in parallel. [Pipeline] // withDockerContainer [Pipeline] } [2021-01-22T09:23:59.775Z] $ docker stop --time=1 331be122d8a84cab71af562302002c167be79e779e6fba36798a323cfec3ba4e [2021-01-22T09:24:01.741Z] $ docker rm -f 331be122d8a84cab71af562302002c167be79e779e6fba36798a323cfec3ba4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:24:02.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:24:02.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:24:02.651Z] . [Pipeline] withDockerContainer [2021-01-22T09:24:02.904Z] . [2021-01-22T09:24:02.924Z] prd-ubuntu18.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2021-01-22T09:24:03.015Z] $ 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/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T09:24:04.460Z] $ docker top 73431147a995ddfb22d197e0a456f1a604351b64898689a506a6c8a71f546e75 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-22T09:24:05.481Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:24:05.825Z] $ 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/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T09:24:07.271Z] $ docker top ff34b3d2c47e64fd7f202467ce5986fed6a1db6b487d1e252223bb193f9f745e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-22T09:24:07.956Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T09:24:08.167Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T09:24:09.382Z] Building docker-core-command-go ... [2021-01-22T09:24:09.382Z] Building docker-core-data-go ... [2021-01-22T09:24:09.382Z] Building docker-core-metadata-go ... [2021-01-22T09:24:09.382Z] Building docker-security-bootstrapper-go ... [2021-01-22T09:24:09.382Z] Building docker-security-proxy-setup-go ... [2021-01-22T09:24:09.382Z] Building docker-security-secretstore-setup-go ... [2021-01-22T09:24:09.382Z] Building docker-support-notifications-go ... [2021-01-22T09:24:09.382Z] Building docker-support-scheduler-go ... [2021-01-22T09:24:09.382Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T09:24:09.382Z] Building docker-support-scheduler-go [2021-01-22T09:24:09.382Z] Building docker-security-proxy-setup-go [2021-01-22T09:24:09.382Z] Building docker-support-notifications-go [2021-01-22T09:24:09.382Z] Building docker-core-command-go [2021-01-22T09:24:09.382Z] Building docker-core-data-go [2021-01-22T09:24:11.547Z] Building docker-core-command-go ... [2021-01-22T09:24:11.547Z] Building docker-core-data-go ... [2021-01-22T09:24:11.547Z] Building docker-core-metadata-go ... [2021-01-22T09:24:11.547Z] Building docker-security-bootstrapper-go ... [2021-01-22T09:24:11.547Z] Building docker-security-proxy-setup-go ... [2021-01-22T09:24:11.547Z] Building docker-security-secretstore-setup-go ... [2021-01-22T09:24:11.547Z] Building docker-support-notifications-go ... [2021-01-22T09:24:11.547Z] Building docker-support-scheduler-go ... [2021-01-22T09:24:11.547Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T09:24:11.547Z] Building docker-security-secretstore-setup-go [2021-01-22T09:24:11.547Z] Building docker-core-command-go [2021-01-22T09:24:11.547Z] Building docker-sys-mgmt-agent-go [2021-01-22T09:24:11.547Z] Building docker-security-proxy-setup-go [2021-01-22T09:24:11.547Z] Building docker-security-bootstrapper-go [2021-01-22T09:24:58.703Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:24:58.703Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:24:58.703Z] ---> 4854b62ef49a [2021-01-22T09:24:58.703Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T09:24:58.703Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:24:58.703Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:24:58.703Z] ---> 4854b62ef49a [2021-01-22T09:24:58.703Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T09:24:58.703Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:24:58.703Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:24:58.703Z] ---> 4854b62ef49a [2021-01-22T09:24:58.703Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:24:58.703Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:24:58.703Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:24:58.703Z] ---> 4854b62ef49a [2021-01-22T09:24:58.703Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T09:24:58.703Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:24:58.703Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:24:58.703Z] ---> 4854b62ef49a [2021-01-22T09:24:58.703Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T09:25:00.682Z] ---> Running in daff6853d3a2 [2021-01-22T09:25:00.682Z] ---> Running in 5d3551add475 [2021-01-22T09:25:00.682Z] ---> Running in 03ac7d737fa9 [2021-01-22T09:25:00.682Z] ---> Running in 1843c6f40978 [2021-01-22T09:25:00.682Z] ---> Running in 42c40c19afda [2021-01-22T09:25:01.286Z] Removing intermediate container 5d3551add475 [2021-01-22T09:25:01.286Z] ---> 6acf8140b164 [2021-01-22T09:25:01.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:01.558Z] Removing intermediate container daff6853d3a2 [2021-01-22T09:25:01.558Z] ---> edb7cb75a93f [2021-01-22T09:25:01.558Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:01.558Z] ---> Running in 9446040f7fed [2021-01-22T09:25:01.558Z] Removing intermediate container 42c40c19afda [2021-01-22T09:25:01.558Z] ---> 7181e89eea4a [2021-01-22T09:25:01.558Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:01.558Z] Removing intermediate container 03ac7d737fa9 [2021-01-22T09:25:01.558Z] ---> 241860692122 [2021-01-22T09:25:01.558Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:01.558Z] Removing intermediate container 1843c6f40978 [2021-01-22T09:25:01.558Z] ---> fae841eb392c [2021-01-22T09:25:01.558Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:01.847Z] ---> Running in d3b39747f925 [2021-01-22T09:25:01.847Z] ---> Running in e1ff25b5828f [2021-01-22T09:25:01.847Z] ---> Running in d967a6e69295 [2021-01-22T09:25:01.847Z] ---> Running in 66e55460fe5d [2021-01-22T09:25:05.266Z] Removing intermediate container 9446040f7fed [2021-01-22T09:25:05.266Z] ---> 6bf7fe7361c0 [2021-01-22T09:25:05.266Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:25:05.552Z] ---> Running in 063ab44b1ac5 [2021-01-22T09:25:05.552Z] Removing intermediate container d3b39747f925 [2021-01-22T09:25:05.552Z] ---> 3cac42d522ce [2021-01-22T09:25:05.552Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T09:25:05.827Z] Removing intermediate container 66e55460fe5d [2021-01-22T09:25:05.827Z] ---> 5aa156865cab [2021-01-22T09:25:05.827Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T09:25:06.105Z] ---> Running in 9c9ed3942a68 [2021-01-22T09:25:06.105Z] ---> Running in 3ca901cfec79 [2021-01-22T09:25:06.105Z] Removing intermediate container d967a6e69295 [2021-01-22T09:25:06.105Z] ---> d14763c50923 [2021-01-22T09:25:06.105Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T09:25:06.173Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:25:06.173Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:25:06.173Z] ---> bd1a9b795d8a [2021-01-22T09:25:06.173Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:25:06.173Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:25:06.173Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:25:06.173Z] ---> bd1a9b795d8a [2021-01-22T09:25:06.173Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:25:06.173Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:25:06.173Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:25:06.173Z] ---> bd1a9b795d8a [2021-01-22T09:25:06.173Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:25:06.173Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:25:06.173Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:25:06.173Z] ---> bd1a9b795d8a [2021-01-22T09:25:06.173Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T09:25:06.173Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:25:06.173Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:25:06.173Z] ---> bd1a9b795d8a [2021-01-22T09:25:06.173Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:25:06.173Z] ---> Running in 189339da7887 [2021-01-22T09:25:06.173Z] ---> Running in a6e328ec95dd [2021-01-22T09:25:06.173Z] ---> Running in ac67cf95cb98 [2021-01-22T09:25:06.173Z] ---> Running in 23b1ee22371f [2021-01-22T09:25:06.173Z] ---> Running in 425c872c38ac [2021-01-22T09:25:06.173Z] Removing intermediate container ac67cf95cb98 [2021-01-22T09:25:06.173Z] ---> d48cc4a34fad [2021-01-22T09:25:06.173Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:06.173Z] Removing intermediate container a6e328ec95dd [2021-01-22T09:25:06.173Z] ---> a7ed50cabe0a [2021-01-22T09:25:06.173Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:06.173Z] Removing intermediate container 425c872c38ac [2021-01-22T09:25:06.173Z] ---> a04a1e54f952 [2021-01-22T09:25:06.173Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:06.173Z] Removing intermediate container 189339da7887 [2021-01-22T09:25:06.173Z] ---> 6f56b72cc077 [2021-01-22T09:25:06.173Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:06.173Z] Removing intermediate container 23b1ee22371f [2021-01-22T09:25:06.173Z] ---> 33e7686d00a1 [2021-01-22T09:25:06.173Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:25:06.173Z] ---> Running in 3b42db0b89d2 [2021-01-22T09:25:06.173Z] ---> Running in fdfd80ed95a4 [2021-01-22T09:25:06.173Z] ---> Running in 8ebbbb67e134 [2021-01-22T09:25:06.173Z] ---> Running in 0455d93cf6af [2021-01-22T09:25:06.173Z] ---> Running in 40e03b8bee86 [2021-01-22T09:25:06.381Z] Removing intermediate container e1ff25b5828f [2021-01-22T09:25:06.381Z] ---> 3e0251055bef [2021-01-22T09:25:06.381Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T09:25:06.662Z] ---> Running in 8a95289a9dd6 [2021-01-22T09:25:06.662Z] ---> Running in 8b0c74b72a8e [2021-01-22T09:25:07.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:07.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:08.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:08.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:08.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:08.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:08.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:09.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:09.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:09.079Z] OK: 217 MiB in 51 packages [2021-01-22T09:25:09.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:25:09.635Z] OK: 217 MiB in 51 packages [2021-01-22T09:25:09.705Z] Removing intermediate container 8ebbbb67e134 [2021-01-22T09:25:09.705Z] ---> 63cf8801a890 [2021-01-22T09:25:09.705Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T09:25:09.705Z] ---> Running in 530a1f6b3085 [2021-01-22T09:25:09.705Z] Removing intermediate container 3b42db0b89d2 [2021-01-22T09:25:09.705Z] ---> 33336b275c46 [2021-01-22T09:25:09.705Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T09:25:09.915Z] OK: 217 MiB in 51 packages [2021-01-22T09:25:09.915Z] OK: 217 MiB in 51 packages [2021-01-22T09:25:10.009Z] Removing intermediate container fdfd80ed95a4 [2021-01-22T09:25:10.009Z] ---> 17fa84b6490e [2021-01-22T09:25:10.009Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:25:10.009Z] Removing intermediate container 0455d93cf6af [2021-01-22T09:25:10.009Z] ---> 5a8cc383a8bd [2021-01-22T09:25:10.009Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T09:25:10.009Z] ---> Running in cfd1594ede20 [2021-01-22T09:25:10.009Z] Removing intermediate container 40e03b8bee86 [2021-01-22T09:25:10.009Z] ---> f780fd79615b [2021-01-22T09:25:10.009Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T09:25:10.192Z] OK: 217 MiB in 51 packages [2021-01-22T09:25:10.278Z] ---> Running in c8d2081c8a57 [2021-01-22T09:25:10.278Z] ---> Running in 7cfa71d828af [2021-01-22T09:25:10.278Z] ---> Running in 5a907f267e52 [2021-01-22T09:25:10.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:10.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:11.175Z] Removing intermediate container 063ab44b1ac5 [2021-01-22T09:25:11.175Z] ---> 08bc2819cc8c [2021-01-22T09:25:11.175Z] Step 6/23 : COPY go.mod . [2021-01-22T09:25:11.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:11.451Z] Removing intermediate container 9c9ed3942a68 [2021-01-22T09:25:11.451Z] ---> 50e138b6423c [2021-01-22T09:25:11.451Z] Step 6/26 : COPY go.mod . [2021-01-22T09:25:11.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:11.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:11.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:11.744Z] Removing intermediate container 3ca901cfec79 [2021-01-22T09:25:11.744Z] ---> 48ef13323af4 [2021-01-22T09:25:11.744Z] Step 6/33 : COPY go.mod . [2021-01-22T09:25:11.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:12.037Z] Removing intermediate container 8a95289a9dd6 [2021-01-22T09:25:12.037Z] ---> e2bb8177b6ec [2021-01-22T09:25:12.037Z] Step 6/24 : COPY go.mod . [2021-01-22T09:25:12.037Z] Removing intermediate container 8b0c74b72a8e [2021-01-22T09:25:12.037Z] ---> 0a6ac8024031 [2021-01-22T09:25:12.037Z] Step 6/21 : COPY go.mod . [2021-01-22T09:25:12.311Z] ---> 29edecd52c2e [2021-01-22T09:25:12.311Z] Step 7/23 : RUN go mod download [2021-01-22T09:25:12.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:12.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:12.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:25:12.587Z] ---> bdde3db44463 [2021-01-22T09:25:12.587Z] Step 7/26 : RUN go mod download [2021-01-22T09:25:12.587Z] ---> Running in 58b5eb063e95 [2021-01-22T09:25:12.817Z] OK: 233 MiB in 51 packages [2021-01-22T09:25:12.817Z] OK: 233 MiB in 51 packages [2021-01-22T09:25:12.817Z] OK: 233 MiB in 51 packages [2021-01-22T09:25:12.817Z] OK: 233 MiB in 51 packages [2021-01-22T09:25:12.859Z] ---> Running in 8eb8f91ed677 [2021-01-22T09:25:12.859Z] ---> a885f6ef3192 [2021-01-22T09:25:12.859Z] Step 7/33 : RUN go mod download [2021-01-22T09:25:13.113Z] OK: 233 MiB in 51 packages [2021-01-22T09:25:13.141Z] ---> 05a96fcb8f3f [2021-01-22T09:25:13.141Z] Step 7/24 : RUN go mod download [2021-01-22T09:25:13.141Z] ---> Running in bd80e1caf993 [2021-01-22T09:25:13.433Z] ---> fad6ce9d4059 [2021-01-22T09:25:13.433Z] Step 7/21 : RUN go mod download [2021-01-22T09:25:13.433Z] ---> Running in 1924929eb043 [2021-01-22T09:25:13.710Z] ---> Running in f8871df6e2da [2021-01-22T09:25:14.122Z] Removing intermediate container 530a1f6b3085 [2021-01-22T09:25:14.122Z] ---> 0e3f72f41799 [2021-01-22T09:25:14.122Z] Step 6/21 : COPY go.mod . [2021-01-22T09:25:14.434Z] Removing intermediate container c8d2081c8a57 [2021-01-22T09:25:14.434Z] ---> a657e33224f9 [2021-01-22T09:25:14.434Z] Step 6/22 : COPY go.mod . [2021-01-22T09:25:14.434Z] Removing intermediate container 7cfa71d828af [2021-01-22T09:25:14.434Z] ---> 9139c03dcdc9 [2021-01-22T09:25:14.434Z] Step 6/23 : COPY go.mod . [2021-01-22T09:25:14.434Z] Removing intermediate container cfd1594ede20 [2021-01-22T09:25:14.434Z] ---> 3cb91592ed1e [2021-01-22T09:25:14.434Z] Step 6/23 : COPY go.mod . [2021-01-22T09:25:14.434Z] Removing intermediate container 5a907f267e52 [2021-01-22T09:25:14.434Z] ---> 9f2d7d2f1ab6 [2021-01-22T09:25:14.434Z] Step 6/22 : COPY go.mod . [2021-01-22T09:25:14.434Z] ---> f89d9936abf8 [2021-01-22T09:25:14.434Z] Step 7/21 : RUN go mod download [2021-01-22T09:25:15.072Z] ---> Running in 5d5a0f14272d [2021-01-22T09:25:15.348Z] ---> 9ef41430b359 [2021-01-22T09:25:15.348Z] Step 7/22 : RUN go mod download [2021-01-22T09:25:15.348Z] ---> df0c75187feb [2021-01-22T09:25:15.348Z] Step 7/23 : RUN go mod download [2021-01-22T09:25:15.348Z] ---> d867974468a8 [2021-01-22T09:25:15.348Z] Step 7/22 : RUN go mod download [2021-01-22T09:25:15.348Z] ---> cfee1ed83090 [2021-01-22T09:25:15.348Z] Step 7/23 : RUN go mod download [2021-01-22T09:25:15.666Z] ---> Running in 8ee4057cce97 [2021-01-22T09:25:15.666Z] ---> Running in 5249349b5d4b [2021-01-22T09:25:15.666Z] ---> Running in 78cf042f77d1 [2021-01-22T09:25:15.666Z] ---> Running in d5ee93ca1e6c [2021-01-22T09:25:16.373Z] Removing intermediate container 58b5eb063e95 [2021-01-22T09:25:16.374Z] ---> bfddfc4d51c1 [2021-01-22T09:25:16.374Z] Step 8/23 : COPY . . [2021-01-22T09:25:17.360Z] Removing intermediate container 8eb8f91ed677 [2021-01-22T09:25:17.360Z] ---> 2dd9c507f0b9 [2021-01-22T09:25:17.360Z] Step 8/26 : COPY . . [2021-01-22T09:25:17.955Z] Removing intermediate container bd80e1caf993 [2021-01-22T09:25:17.955Z] ---> 17d40909707c [2021-01-22T09:25:17.955Z] Step 8/33 : COPY . . [2021-01-22T09:25:18.568Z] Removing intermediate container 1924929eb043 [2021-01-22T09:25:18.568Z] ---> b60c6489f46e [2021-01-22T09:25:18.568Z] Step 8/24 : COPY . . [2021-01-22T09:25:19.169Z] Removing intermediate container f8871df6e2da [2021-01-22T09:25:19.170Z] ---> fc02b4467b3e [2021-01-22T09:25:19.170Z] Step 8/21 : COPY . . [2021-01-22T09:25:19.452Z] Removing intermediate container 5249349b5d4b [2021-01-22T09:25:19.452Z] ---> 2af808363aa5 [2021-01-22T09:25:19.452Z] Step 8/22 : COPY . . [2021-01-22T09:25:19.452Z] Removing intermediate container d5ee93ca1e6c [2021-01-22T09:25:19.452Z] ---> 489a4f4744d2 [2021-01-22T09:25:19.452Z] Step 8/23 : COPY . . [2021-01-22T09:25:19.741Z] Removing intermediate container 5d5a0f14272d [2021-01-22T09:25:19.741Z] ---> 570878036590 [2021-01-22T09:25:19.741Z] Step 8/21 : COPY . . [2021-01-22T09:25:19.741Z] Removing intermediate container 8ee4057cce97 [2021-01-22T09:25:19.741Z] ---> 56d399ac793f [2021-01-22T09:25:19.741Z] Step 8/22 : COPY . . [2021-01-22T09:25:19.741Z] Removing intermediate container 78cf042f77d1 [2021-01-22T09:25:19.741Z] ---> a7449939618d [2021-01-22T09:25:19.741Z] Step 8/23 : COPY . . [2021-01-22T09:25:37.519Z] ---> 5970e606b927 [2021-01-22T09:25:37.519Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T09:25:37.519Z] ---> 006253ab8100 [2021-01-22T09:25:37.519Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T09:25:37.519Z] ---> 4619c1c843fa [2021-01-22T09:25:37.519Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T09:25:37.519Z] ---> 5e62865cc0b5 [2021-01-22T09:25:37.519Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T09:25:37.519Z] ---> ec8ddabc9c4b [2021-01-22T09:25:37.519Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T09:25:37.519Z] ---> Running in ed288fcc9903 [2021-01-22T09:25:37.519Z] ---> Running in 0818bfa643a5 [2021-01-22T09:25:37.519Z] ---> Running in 66b06c1cbb42 [2021-01-22T09:25:37.519Z] ---> Running in 06295ff71235 [2021-01-22T09:25:37.519Z] ---> Running in e4193e918e3b [2021-01-22T09:25:39.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T09:25:39.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T09:25:39.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T09:25:39.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T09:25:39.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T09:26:28.816Z] ---> 6b1d989a8ac4 [2021-01-22T09:26:28.816Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T09:26:28.816Z] ---> 3d58bd17d214 [2021-01-22T09:26:28.816Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T09:26:29.096Z] ---> 1f28aa798524 [2021-01-22T09:26:29.096Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T09:26:29.096Z] ---> Running in eebe5d5a5dde [2021-01-22T09:26:29.376Z] ---> Running in 3cd833d6dc02 [2021-01-22T09:26:29.376Z] ---> Running in f716fa6cd08f [2021-01-22T09:26:29.649Z] ---> c8ce6ac9fbb2 [2021-01-22T09:26:29.649Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T09:26:29.649Z] ---> a09d6a155d00 [2021-01-22T09:26:29.649Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T09:26:29.649Z] ---> Running in f5327c3c9e18 [2021-01-22T09:26:29.649Z] ---> Running in b1dae0cdd8d0 [2021-01-22T09:26:31.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T09:26:31.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T09:26:32.068Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T09:26:32.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T09:26:32.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T09:27:01.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T09:27:01.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T09:27:01.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T09:27:14.065Z] Removing intermediate container 06295ff71235 [2021-01-22T09:27:14.065Z] ---> 2c2a88be54e0 [2021-01-22T09:27:14.065Z] [2021-01-22T09:27:14.065Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T09:27:14.065Z] 3.12: Pulling from library/alpine [2021-01-22T09:27:14.065Z] Removing intermediate container e4193e918e3b [2021-01-22T09:27:14.065Z] ---> 01b14f8bfe5c [2021-01-22T09:27:14.065Z] [2021-01-22T09:27:14.065Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T09:27:14.065Z] Removing intermediate container 0818bfa643a5 [2021-01-22T09:27:14.065Z] ---> 2ca65e9e8495 [2021-01-22T09:27:14.065Z] [2021-01-22T09:27:14.065Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:27:14.065Z] Removing intermediate container 66b06c1cbb42 [2021-01-22T09:27:14.065Z] ---> 7011d7a59b72 [2021-01-22T09:27:14.065Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T09:27:14.065Z] 3.12: Pulling from library/alpine [2021-01-22T09:27:14.065Z] 3.12: Pulling from library/alpine [2021-01-22T09:27:14.065Z] ---> Running in f149dedc26b7 [2021-01-22T09:27:14.065Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:27:14.065Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:27:14.065Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T09:27:14.065Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T09:27:14.065Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:27:14.065Z] Status: Image is up to date for alpine:3.12 [2021-01-22T09:27:14.065Z] ---> afeebe901d6b [2021-01-22T09:27:14.065Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:27:14.065Z] ---> afeebe901d6b [2021-01-22T09:27:14.065Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T09:27:14.065Z] ---> afeebe901d6b [2021-01-22T09:27:14.065Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T09:27:14.065Z] ---> Running in dd7a6d10c681 [2021-01-22T09:27:14.065Z] ---> Running in fc7e02d2bd54 [2021-01-22T09:27:14.065Z] ---> Running in 983cabbc53e7 [2021-01-22T09:27:16.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T09:27:16.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:16.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:16.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:16.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:16.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:16.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:17.174Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T09:27:17.174Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:17.174Z] OK: 5 MiB in 15 packages [2021-01-22T09:27:17.459Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T09:27:17.459Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:27:17.459Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T09:27:17.738Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T09:27:17.738Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:17.738Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:27:17.738Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T09:27:17.738Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:27:17.738Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T09:27:17.738Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T09:27:17.738Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T09:27:17.738Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:18.027Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:27:18.027Z] OK: 7 MiB in 18 packages [2021-01-22T09:27:18.027Z] OK: 7 MiB in 19 packages [2021-01-22T09:27:18.027Z] Removing intermediate container ed288fcc9903 [2021-01-22T09:27:18.027Z] ---> 330d3aa21f9f [2021-01-22T09:27:18.027Z] [2021-01-22T09:27:18.027Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T09:27:18.027Z] ---> afeebe901d6b [2021-01-22T09:27:18.027Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T09:27:18.634Z] ---> Running in 78fb7a3ab99a [2021-01-22T09:27:19.248Z] Removing intermediate container dd7a6d10c681 [2021-01-22T09:27:19.248Z] ---> 3ada239b373b [2021-01-22T09:27:19.248Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:27:19.526Z] ---> Running in 12dfb004cd0e [2021-01-22T09:27:20.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T09:27:20.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:20.516Z] Removing intermediate container 12dfb004cd0e [2021-01-22T09:27:20.516Z] ---> a8594ff2909a [2021-01-22T09:27:20.516Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T09:27:20.516Z] Removing intermediate container 983cabbc53e7 [2021-01-22T09:27:20.516Z] ---> 080da55ce135 [2021-01-22T09:27:20.516Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:27:20.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:20.795Z] ---> Running in 7fc8e4d119d5 [2021-01-22T09:27:20.795Z] Removing intermediate container f149dedc26b7 [2021-01-22T09:27:20.795Z] ---> 03d2f5afc051 [2021-01-22T09:27:20.795Z] [2021-01-22T09:27:20.795Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T09:27:20.795Z] Removing intermediate container fc7e02d2bd54 [2021-01-22T09:27:20.795Z] ---> 7b23351b761d [2021-01-22T09:27:20.795Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:27:20.795Z] ---> Running in 9c716b15a2ff [2021-01-22T09:27:20.795Z] 20.10.0: Pulling from library/docker [2021-01-22T09:27:21.072Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T09:27:21.072Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T09:27:21.072Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T09:27:21.072Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:21.363Z] ---> Running in 8d334073307b [2021-01-22T09:27:21.363Z] OK: 6 MiB in 17 packages [2021-01-22T09:27:21.642Z] Removing intermediate container 7fc8e4d119d5 [2021-01-22T09:27:21.643Z] ---> e5d62bdde3ce [2021-01-22T09:27:21.643Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:27:21.920Z] Removing intermediate container 9c716b15a2ff [2021-01-22T09:27:21.920Z] ---> ba4402cb57bd [2021-01-22T09:27:21.920Z] Step 13/21 : WORKDIR /edgex [2021-01-22T09:27:22.193Z] ---> Running in a738296f2481 [2021-01-22T09:27:22.469Z] ---> Running in 3fa87032cbaf [2021-01-22T09:27:22.754Z] Removing intermediate container 8d334073307b [2021-01-22T09:27:22.754Z] ---> eb1b3f2cfdc8 [2021-01-22T09:27:22.754Z] Step 13/24 : WORKDIR / [2021-01-22T09:27:23.031Z] Removing intermediate container a738296f2481 [2021-01-22T09:27:23.031Z] ---> 502f26ca54bd [2021-01-22T09:27:23.031Z] Step 15/23 : WORKDIR / [2021-01-22T09:27:23.321Z] ---> Running in cbc4700f80f6 [2021-01-22T09:27:23.598Z] Removing intermediate container 3fa87032cbaf [2021-01-22T09:27:23.598Z] ---> 5cd3e4f84749 [2021-01-22T09:27:23.598Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T09:27:23.598Z] ---> Running in 556b918678f0 [2021-01-22T09:27:23.873Z] Removing intermediate container 78fb7a3ab99a [2021-01-22T09:27:23.873Z] ---> cce00249f137 [2021-01-22T09:27:23.873Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T09:27:24.151Z] ---> Running in 79a130b3ef9f [2021-01-22T09:27:24.426Z] Removing intermediate container cbc4700f80f6 [2021-01-22T09:27:24.426Z] ---> 82cbd4526752 [2021-01-22T09:27:24.426Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T09:27:24.426Z] Removing intermediate container 556b918678f0 [2021-01-22T09:27:24.426Z] ---> 6cdecb04cc04 [2021-01-22T09:27:24.426Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:27:24.699Z] ---> cc2b201360fe [2021-01-22T09:27:24.699Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T09:27:24.987Z] Removing intermediate container 79a130b3ef9f [2021-01-22T09:27:24.987Z] ---> 4694dc72f69d [2021-01-22T09:27:24.987Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T09:27:24.987Z] ---> Running in 11f3c480e8b6 [2021-01-22T09:27:25.971Z] ---> 42cce033e581 [2021-01-22T09:27:25.971Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T09:27:25.971Z] ---> fc9dc89c590c [2021-01-22T09:27:25.971Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T09:27:26.563Z] Removing intermediate container 11f3c480e8b6 [2021-01-22T09:27:26.563Z] ---> 8c8187c4954c [2021-01-22T09:27:26.563Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T09:27:26.836Z] ---> 4e8bf13b33e7 [2021-01-22T09:27:26.836Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T09:27:27.115Z] ---> Running in 831956da6888 [2021-01-22T09:27:27.392Z] ---> 9fc1be6f2cd6 [2021-01-22T09:27:27.392Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T09:27:28.837Z] ---> 8a113341d8f5 [2021-01-22T09:27:28.837Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T09:27:28.837Z] Connecting to github.com (140.82.113.3:443) [2021-01-22T09:27:28.837Z]  ---> 92d2196bf8d2 [2021-01-22T09:27:28.837Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T09:27:28.837Z] ---> caadb5eca3fd [2021-01-22T09:27:28.837Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T09:27:28.837Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.75.12:443) [2021-01-22T09:27:29.114Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T09:27:29.114Z]  ---> Running in 3852b1dac051 [2021-01-22T09:27:29.397Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T09:27:29.397Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T09:27:29.397Z] dockerize [2021-01-22T09:27:30.385Z] Removing intermediate container 3852b1dac051 [2021-01-22T09:27:30.385Z] ---> 7a5ad44d58cc [2021-01-22T09:27:30.385Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T09:27:30.385Z] ---> 72ef3fa25ac0 [2021-01-22T09:27:30.385Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T09:27:30.758Z] Removing intermediate container eebe5d5a5dde [2021-01-22T09:27:30.758Z] ---> 9d5852077863 [2021-01-22T09:27:30.758Z] [2021-01-22T09:27:30.758Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:27:30.758Z] Removing intermediate container b1dae0cdd8d0 [2021-01-22T09:27:30.758Z] ---> cfd8b71082ec [2021-01-22T09:27:30.758Z] [2021-01-22T09:27:30.758Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:27:30.758Z] Removing intermediate container f716fa6cd08f [2021-01-22T09:27:30.758Z] ---> 117b5f4f18df [2021-01-22T09:27:30.758Z] [2021-01-22T09:27:30.758Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:27:30.758Z] 3.12: Pulling from library/alpine [2021-01-22T09:27:30.758Z] Removing intermediate container f5327c3c9e18 [2021-01-22T09:27:30.758Z] ---> 8a44ef57a4b8 [2021-01-22T09:27:30.758Z] [2021-01-22T09:27:30.758Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T09:27:30.758Z] 3.12: Pulling from library/alpine [2021-01-22T09:27:30.758Z] 3.12: Pulling from library/alpine [2021-01-22T09:27:30.758Z] 3.12: Pulling from library/alpine [2021-01-22T09:27:30.758Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:27:30.758Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:27:30.758Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:27:30.758Z] Status: Image is up to date for alpine:3.12 [2021-01-22T09:27:30.758Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T09:27:30.758Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T09:27:30.758Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:27:30.758Z] Status: Image is up to date for alpine:3.12 [2021-01-22T09:27:30.758Z] ---> 389fef711851 [2021-01-22T09:27:30.758Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:27:30.758Z] ---> 389fef711851 [2021-01-22T09:27:30.758Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:27:30.758Z] ---> 389fef711851 [2021-01-22T09:27:30.758Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T09:27:30.758Z] ---> 389fef711851 [2021-01-22T09:27:30.758Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T09:27:30.981Z] ---> Running in 5bcd0798e2ed [2021-01-22T09:27:30.981Z] ---> Running in a61215df49e7 [2021-01-22T09:27:30.981Z] ---> 4748f95f5b04 [2021-01-22T09:27:30.981Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T09:27:32.105Z] Removing intermediate container 5bcd0798e2ed [2021-01-22T09:27:32.105Z] ---> dbd357e61719 [2021-01-22T09:27:32.105Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T09:27:32.408Z] Removing intermediate container a61215df49e7 [2021-01-22T09:27:32.408Z] ---> 08c4570e7f16 [2021-01-22T09:27:32.408Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:27:32.408Z] Removing intermediate container 831956da6888 [2021-01-22T09:27:32.408Z] ---> 7b1f9b3e5f75 [2021-01-22T09:27:32.408Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T09:27:32.408Z] ---> Running in fee00a796cde [2021-01-22T09:27:32.717Z] ---> Running in b617046be3fb [2021-01-22T09:27:32.780Z] ---> Running in c30bbaea77f5 [2021-01-22T09:27:32.780Z] ---> Running in 890494e55925 [2021-01-22T09:27:32.780Z] ---> Running in b20fc245bd57 [2021-01-22T09:27:32.780Z] ---> Running in b3bdc5b41929 [2021-01-22T09:27:33.011Z] ---> Running in 245ffb9b64bc [2021-01-22T09:27:33.299Z] Removing intermediate container fee00a796cde [2021-01-22T09:27:33.299Z] ---> 011d69d0e043 [2021-01-22T09:27:33.299Z] Step 20/21 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:33.374Z] Removing intermediate container 3cd833d6dc02 [2021-01-22T09:27:33.374Z] ---> e57598038986 [2021-01-22T09:27:33.374Z] [2021-01-22T09:27:33.374Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:27:33.374Z] ---> 389fef711851 [2021-01-22T09:27:33.374Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T09:27:33.374Z] ---> Running in a448d2c30a16 [2021-01-22T09:27:33.640Z] ---> 4ff451844c77 [2021-01-22T09:27:33.640Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T09:27:33.640Z] ---> Running in 57d37fe7c6bc [2021-01-22T09:27:33.640Z] Removing intermediate container b617046be3fb [2021-01-22T09:27:33.640Z] ---> e8c41fdb59eb [2021-01-22T09:27:33.640Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:27:33.923Z] Removing intermediate container 245ffb9b64bc [2021-01-22T09:27:33.923Z] ---> 4bef55aa31b3 [2021-01-22T09:27:33.923Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T09:27:33.923Z] ---> Running in 62d801b15e94 [2021-01-22T09:27:33.985Z] Removing intermediate container a448d2c30a16 [2021-01-22T09:27:33.985Z] ---> ccda00263e46 [2021-01-22T09:27:33.985Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T09:27:34.198Z] ---> Running in 4d632366dfb1 [2021-01-22T09:27:34.265Z] ---> Running in c2498082b4c3 [2021-01-22T09:27:34.472Z] Removing intermediate container 57d37fe7c6bc [2021-01-22T09:27:34.472Z] ---> 1142c4e92c14 [2021-01-22T09:27:34.472Z] Step 21/21 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:34.749Z] ---> Running in b0d23f1cad8b [2021-01-22T09:27:34.749Z] Removing intermediate container 62d801b15e94 [2021-01-22T09:27:34.749Z] ---> d7b24adacc76 [2021-01-22T09:27:34.749Z] Step 22/23 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:34.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:34.940Z] Removing intermediate container c2498082b4c3 [2021-01-22T09:27:34.940Z] ---> 9109890ba170 [2021-01-22T09:27:34.940Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T09:27:34.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:34.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:34.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:34.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:34.940Z] ---> Running in 08162071d610 [2021-01-22T09:27:34.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:34.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:35.023Z] ---> 4ffb08652a01 [2021-01-22T09:27:35.023Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T09:27:35.023Z] Removing intermediate container 4d632366dfb1 [2021-01-22T09:27:35.023Z] ---> df6d6f6350ae [2021-01-22T09:27:35.023Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T09:27:35.023Z] ---> Running in dee6c16c1549 [2021-01-22T09:27:35.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:35.290Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T09:27:35.290Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:35.290Z] OK: 6 MiB in 15 packages [2021-01-22T09:27:35.290Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T09:27:35.290Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T09:27:35.297Z] ---> Running in 321db06eec6c [2021-01-22T09:27:35.297Z] ---> Running in 017409cdd69d [2021-01-22T09:27:35.297Z] Removing intermediate container b0d23f1cad8b [2021-01-22T09:27:35.297Z] ---> 7ecd1f2b4d9c [2021-01-22T09:27:35.297Z] [2021-01-22T09:27:35.572Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T09:27:35.572Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T09:27:35.572Z] ---> eeaf43b92773 [2021-01-22T09:27:35.572Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T09:27:35.579Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T09:27:35.579Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:27:35.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:35.579Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T09:27:35.579Z] OK: 6 MiB in 15 packages [2021-01-22T09:27:35.579Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T09:27:35.579Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T09:27:35.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:35.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:35.579Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:27:35.579Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:27:35.579Z] Removing intermediate container 08162071d610 [2021-01-22T09:27:35.579Z] ---> 4de01821a22a [2021-01-22T09:27:35.579Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:27:35.579Z] OK: 6 MiB in 16 packages [2021-01-22T09:27:35.579Z] OK: 7 MiB in 18 packages [2021-01-22T09:27:35.844Z] Successfully built 7ecd1f2b4d9c [2021-01-22T09:27:35.844Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T09:27:35.844Z] Building docker-support-notifications-go [2021-01-22T09:27:35.844Z] Removing intermediate container dee6c16c1549 [2021-01-22T09:27:35.844Z] ---> 6d8be88c22d5 [2021-01-22T09:27:35.844Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:35.885Z] ---> Running in 44f0c656d0e4 [2021-01-22T09:27:36.120Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 5a410a48539b [2021-01-22T09:27:36.120Z] ---> Running in fe4d2b75caef [2021-01-22T09:27:36.533Z] Removing intermediate container c30bbaea77f5 [2021-01-22T09:27:36.533Z] ---> c0cecccc09da [2021-01-22T09:27:36.533Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:27:37.100Z] Removing intermediate container fe4d2b75caef [2021-01-22T09:27:37.100Z] ---> e6d6d684f605 [2021-01-22T09:27:37.100Z] [2021-01-22T09:27:37.164Z] Removing intermediate container b3bdc5b41929 [2021-01-22T09:27:37.164Z] ---> 280039471983 [2021-01-22T09:27:37.164Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:27:37.375Z] Move dockerize executable [2021-01-22T09:27:37.375Z] Successfully built e6d6d684f605 [2021-01-22T09:27:37.466Z] ---> Running in ba6ed23f1396 [2021-01-22T09:27:37.466Z] ---> Running in 9b7bde6b0a5e [2021-01-22T09:27:37.466Z] Removing intermediate container 890494e55925 [2021-01-22T09:27:37.466Z] ---> 9f4e8b458d02 [2021-01-22T09:27:37.466Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:27:37.466Z] Removing intermediate container b20fc245bd57 [2021-01-22T09:27:37.466Z] ---> 1ad4323ebd6f [2021-01-22T09:27:37.466Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:27:37.650Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T09:27:37.650Z] Building docker-core-metadata-go [2021-01-22T09:27:37.741Z] ---> Running in 4e51b15236d3 [2021-01-22T09:27:37.741Z] ---> Running in 4f006e31ef6a [2021-01-22T09:27:37.741Z] Removing intermediate container ba6ed23f1396 [2021-01-22T09:27:37.741Z] ---> 719f6fdeb98b [2021-01-22T09:27:37.741Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T09:27:37.741Z] Removing intermediate container 9b7bde6b0a5e [2021-01-22T09:27:37.741Z] ---> 3f8b03bb6564 [2021-01-22T09:27:37.741Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T09:27:37.937Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:37.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:38.022Z] ---> Running in 36157b78ef09 [2021-01-22T09:27:38.022Z] ---> Running in c07d8e6ca420 [2021-01-22T09:27:38.022Z] Removing intermediate container 4f006e31ef6a [2021-01-22T09:27:38.022Z] ---> a95e5295c5e3 [2021-01-22T09:27:38.022Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T09:27:38.298Z] Removing intermediate container 4e51b15236d3 [2021-01-22T09:27:38.298Z] ---> 411e7981c6fb [2021-01-22T09:27:38.298Z] Step 13/21 : WORKDIR /edgex [2021-01-22T09:27:38.298Z] ---> Running in 6eab7d4cbbc0 [2021-01-22T09:27:38.539Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T09:27:38.539Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T09:27:38.539Z] Executing bash-5.0.17-r0.post-install [2021-01-22T09:27:38.539Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:38.569Z] ---> Running in 14bb540a25bf [2021-01-22T09:27:38.569Z] Removing intermediate container 36157b78ef09 [2021-01-22T09:27:38.569Z] ---> 13c7af881e4f [2021-01-22T09:27:38.569Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:27:38.569Z] Removing intermediate container c07d8e6ca420 [2021-01-22T09:27:38.569Z] ---> 94a0fb3438e6 [2021-01-22T09:27:38.569Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:27:38.816Z] OK: 12 MiB in 22 packages [2021-01-22T09:27:39.204Z] ---> Running in 77150659c605 [2021-01-22T09:27:39.204Z] ---> Running in d53cb6fbd2ef [2021-01-22T09:27:39.204Z] Removing intermediate container 44f0c656d0e4 [2021-01-22T09:27:39.204Z] ---> c1d85ae63f81 [2021-01-22T09:27:39.204Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T09:27:39.473Z] Removing intermediate container 14bb540a25bf [2021-01-22T09:27:39.473Z] ---> f2a1930bb29d [2021-01-22T09:27:39.473Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T09:27:39.473Z] Removing intermediate container 6eab7d4cbbc0 [2021-01-22T09:27:39.473Z] ---> eacb3b6c3070 [2021-01-22T09:27:39.473Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:27:39.473Z] ---> Running in 69acaafaebc9 [2021-01-22T09:27:39.740Z] ---> Running in 358174bd6831 [2021-01-22T09:27:39.740Z] Removing intermediate container d53cb6fbd2ef [2021-01-22T09:27:39.740Z] ---> 82474ca78247 [2021-01-22T09:27:39.740Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:27:39.740Z] Removing intermediate container 77150659c605 [2021-01-22T09:27:39.740Z] ---> 12d9363bdf34 [2021-01-22T09:27:39.740Z] Step 15/23 : WORKDIR / [2021-01-22T09:27:39.798Z] Removing intermediate container 321db06eec6c [2021-01-22T09:27:39.798Z] ---> 97d5301bdb29 [2021-01-22T09:27:39.798Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T09:27:40.056Z] ---> 2c3fcb04c383 [2021-01-22T09:27:40.056Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T09:27:40.056Z] ---> Running in dc5c8f94099e [2021-01-22T09:27:40.352Z] Removing intermediate container 358174bd6831 [2021-01-22T09:27:40.352Z] ---> c399607eb30d [2021-01-22T09:27:40.352Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:27:40.352Z] ---> 52c7490a724e [2021-01-22T09:27:40.352Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T09:27:40.806Z] Removing intermediate container 017409cdd69d [2021-01-22T09:27:40.806Z] ---> a66de73be5c8 [2021-01-22T09:27:40.806Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T09:27:41.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:41.028Z] Removing intermediate container dc5c8f94099e [2021-01-22T09:27:41.028Z] ---> 145ed1723c9a [2021-01-22T09:27:41.028Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:27:41.078Z] ---> Running in 19a27bd33ab1 [2021-01-22T09:27:41.355Z] ---> Running in 2a477e8da8c2 [2021-01-22T09:27:41.633Z] Removing intermediate container 19a27bd33ab1 [2021-01-22T09:27:41.633Z] ---> 21f6c9aeef4f [2021-01-22T09:27:41.633Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T09:27:41.907Z] Removing intermediate container 5a410a48539b [2021-01-22T09:27:41.907Z] ---> bcd87b7e6c2f [2021-01-22T09:27:41.907Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T09:27:42.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:27:42.117Z] ---> 2e17ddb88586 [2021-01-22T09:27:42.118Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T09:27:42.118Z] ---> 0339c493c0ee [2021-01-22T09:27:42.118Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T09:27:42.186Z] ---> Running in 5740ccce24bd [2021-01-22T09:27:42.186Z] Removing intermediate container 2a477e8da8c2 [2021-01-22T09:27:42.186Z] ---> 5bd06472f06a [2021-01-22T09:27:42.186Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T09:27:42.186Z] ---> Running in 55df75601a2b [2021-01-22T09:27:42.428Z] ---> b7ba6ea007cc [2021-01-22T09:27:42.428Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T09:27:42.428Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T09:27:42.788Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T09:27:42.788Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T09:27:42.788Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T09:27:42.794Z] Removing intermediate container 5740ccce24bd [2021-01-22T09:27:42.794Z] ---> aa3b898137b0 [2021-01-22T09:27:42.794Z] Step 23/24 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:43.075Z] Removing intermediate container 55df75601a2b [2021-01-22T09:27:43.075Z] ---> a3f50de9d95f [2021-01-22T09:27:43.075Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T09:27:43.075Z] ---> Running in 4838bed95648 [2021-01-22T09:27:43.087Z] ---> 44ee5b3c1586 [2021-01-22T09:27:43.087Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T09:27:43.087Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T09:27:43.087Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T09:27:43.351Z] ---> d705aeea6164 [2021-01-22T09:27:43.351Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T09:27:43.366Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:43.366Z] OK: 8 MiB in 20 packages [2021-01-22T09:27:43.366Z] ---> 4e058093f4f1 [2021-01-22T09:27:43.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T09:27:43.638Z] ---> Running in 4efabfb85fbf [2021-01-22T09:27:43.638Z] ---> Running in 06d17e83f1fa [2021-01-22T09:27:43.650Z] ---> 599d339dced4 [2021-01-22T09:27:43.650Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T09:27:43.650Z] ---> Running in aa1f064fdcb6 [2021-01-22T09:27:43.650Z] ---> 69991be9053e [2021-01-22T09:27:43.650Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T09:27:43.917Z] Removing intermediate container 4838bed95648 [2021-01-22T09:27:43.917Z] ---> 94b1cf007f07 [2021-01-22T09:27:43.917Z] Step 24/24 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:43.980Z] ---> 73de029c4503 [2021-01-22T09:27:43.980Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T09:27:43.980Z] ---> Running in 269382ae5a5e [2021-01-22T09:27:44.196Z] ---> Running in 91ebaea2174d [2021-01-22T09:27:44.286Z] ---> e04fd95d0ae4 [2021-01-22T09:27:44.286Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T09:27:44.286Z] Removing intermediate container aa1f064fdcb6 [2021-01-22T09:27:44.286Z] ---> 0b6b403b3918 [2021-01-22T09:27:44.286Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T09:27:44.286Z] ---> Running in 7ac0e335b44c [2021-01-22T09:27:44.286Z] ---> Running in fdf07496dd9f [2021-01-22T09:27:44.469Z] Removing intermediate container 4efabfb85fbf [2021-01-22T09:27:44.469Z] ---> 10c9d2073dc3 [2021-01-22T09:27:44.469Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T09:27:44.560Z] Removing intermediate container 269382ae5a5e [2021-01-22T09:27:44.560Z] ---> 0287487723a8 [2021-01-22T09:27:44.560Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:27:44.560Z] ---> 13af2da12806 [2021-01-22T09:27:44.560Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T09:27:44.744Z] ---> Running in 4e444987029c [2021-01-22T09:27:44.833Z] ---> Running in 4c94b2e49488 [2021-01-22T09:27:44.833Z] ---> Running in e26640516307 [2021-01-22T09:27:44.833Z] Removing intermediate container 69acaafaebc9 [2021-01-22T09:27:44.833Z] ---> e8ad19e9647f [2021-01-22T09:27:44.833Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:27:44.833Z] Removing intermediate container fdf07496dd9f [2021-01-22T09:27:44.833Z] ---> 271f7395838d [2021-01-22T09:27:44.833Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T09:27:44.833Z] Removing intermediate container 7ac0e335b44c [2021-01-22T09:27:44.833Z] ---> b248861ef91d [2021-01-22T09:27:44.833Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:27:44.833Z] ---> Running in f3341711487d [2021-01-22T09:27:45.019Z] Removing intermediate container 91ebaea2174d [2021-01-22T09:27:45.019Z] ---> b2bdc1e06b9d [2021-01-22T09:27:45.019Z] [2021-01-22T09:27:45.128Z] ---> Running in 4a97c7c93dd2 [2021-01-22T09:27:45.128Z] Removing intermediate container 4c94b2e49488 [2021-01-22T09:27:45.128Z] ---> cf27ed2425bb [2021-01-22T09:27:45.128Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T09:27:45.128Z] Removing intermediate container e26640516307 [2021-01-22T09:27:45.128Z] ---> e9b062e60826 [2021-01-22T09:27:45.128Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:27:45.401Z] ---> 4cd375112cee [2021-01-22T09:27:45.401Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T09:27:45.401Z] Removing intermediate container f3341711487d [2021-01-22T09:27:45.401Z] ---> c3c925386a71 [2021-01-22T09:27:45.401Z] Step 20/21 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:45.401Z] ---> Running in e1cfb83296b1 [2021-01-22T09:27:45.401Z] ---> Running in c7c745aaff63 [2021-01-22T09:27:45.617Z] Successfully built b2bdc1e06b9d [2021-01-22T09:27:45.617Z] Removing intermediate container 4e444987029c [2021-01-22T09:27:45.617Z] ---> ec87b9e2871f [2021-01-22T09:27:45.617Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T09:27:45.617Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T09:27:45.617Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-22T09:27:45.679Z] Removing intermediate container 4a97c7c93dd2 [2021-01-22T09:27:45.679Z] ---> b61bc96f6356 [2021-01-22T09:27:45.679Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T09:27:45.679Z] ---> Running in 230b4dd45ea0 [2021-01-22T09:27:45.975Z] ---> Running in 58fbd570abde [2021-01-22T09:27:45.975Z] Removing intermediate container c7c745aaff63 [2021-01-22T09:27:45.975Z] ---> 0480100b13ae [2021-01-22T09:27:45.975Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T09:27:46.246Z] Removing intermediate container e1cfb83296b1 [2021-01-22T09:27:46.246Z] ---> b5c38fc51f2a [2021-01-22T09:27:46.246Z] Step 21/22 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:46.246Z] Removing intermediate container 230b4dd45ea0 [2021-01-22T09:27:46.246Z] ---> b0201f7ec4bd [2021-01-22T09:27:46.246Z] Step 21/21 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:46.246Z] ---> Running in 20484ae82d8f [2021-01-22T09:27:46.514Z] ---> Running in dc3d64ffb664 [2021-01-22T09:27:46.514Z] ---> Running in 36466ddd13bf [2021-01-22T09:27:46.514Z] Removing intermediate container 58fbd570abde [2021-01-22T09:27:46.514Z] ---> 93eb0ac888e9 [2021-01-22T09:27:46.514Z] Step 21/22 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:46.514Z] ---> 83d089e14d1b [2021-01-22T09:27:46.514Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T09:27:46.514Z] ---> Running in 8dbd1d205737 [2021-01-22T09:27:46.780Z] Removing intermediate container 20484ae82d8f [2021-01-22T09:27:46.780Z] ---> 19138d014240 [2021-01-22T09:27:46.780Z] Step 22/23 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:46.780Z] Removing intermediate container dc3d64ffb664 [2021-01-22T09:27:46.780Z] ---> 9f8fae476570 [2021-01-22T09:27:46.780Z] Step 22/22 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:46.780Z] Removing intermediate container 36466ddd13bf [2021-01-22T09:27:46.780Z] ---> d0e52ed2bc19 [2021-01-22T09:27:46.780Z] [2021-01-22T09:27:46.780Z] Removing intermediate container 8dbd1d205737 [2021-01-22T09:27:46.780Z] ---> add62d276eb0 [2021-01-22T09:27:46.780Z] Step 22/22 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:47.054Z] ---> Running in 188e916560fa [2021-01-22T09:27:47.054Z] ---> Running in 4e5a8246cf3d [2021-01-22T09:27:47.059Z] ---> 5b0885443a57 [2021-01-22T09:27:47.059Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T09:27:47.059Z] Removing intermediate container 06d17e83f1fa [2021-01-22T09:27:47.059Z] ---> 41fbe910bbb4 [2021-01-22T09:27:47.059Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:27:47.330Z] ---> Running in 5f7984f51fb0 [2021-01-22T09:27:47.330Z] ---> 90ec8c257fd1 [2021-01-22T09:27:47.330Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T09:27:47.330Z] ---> Running in 40f4ddb3e94f [2021-01-22T09:27:47.330Z] Removing intermediate container 188e916560fa [2021-01-22T09:27:47.330Z] ---> 194894ce03b5 [2021-01-22T09:27:47.330Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:47.601Z] Successfully built d0e52ed2bc19 [2021-01-22T09:27:47.601Z] Removing intermediate container 4e5a8246cf3d [2021-01-22T09:27:47.601Z] ---> 10a01df60ccf [2021-01-22T09:27:47.601Z] [2021-01-22T09:27:47.601Z] ---> Running in 84bf6990d5f1 [2021-01-22T09:27:47.601Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T09:27:47.601Z] Building docker-sys-mgmt-agent-go [2021-01-22T09:27:47.601Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5f7984f51fb0 [2021-01-22T09:27:47.601Z] ---> afa921c72229 [2021-01-22T09:27:47.601Z] [2021-01-22T09:27:47.883Z] Removing intermediate container 40f4ddb3e94f [2021-01-22T09:27:47.883Z] ---> b48b26fb7f25 [2021-01-22T09:27:47.883Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:27:47.883Z] Successfully built 10a01df60ccf [2021-01-22T09:27:47.883Z] Successfully built afa921c72229 [2021-01-22T09:27:47.883Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T09:27:47.883Z] Building docker-core-metadata-go [2021-01-22T09:27:47.883Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T09:27:47.883Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-01-22T09:27:47.883Z] Removing intermediate container 84bf6990d5f1 [2021-01-22T09:27:47.883Z] ---> b379c2484401 [2021-01-22T09:27:47.883Z] [2021-01-22T09:27:48.040Z] ---> 62491059e98f [2021-01-22T09:27:48.041Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T09:27:48.201Z] ---> Running in d0f76ff23ad6 [2021-01-22T09:27:48.202Z] Successfully built b379c2484401 [2021-01-22T09:27:48.488Z] Successfully tagged docker-core-command-go:latest [2021-01-22T09:27:48.488Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-22T09:27:48.488Z] Removing intermediate container d0f76ff23ad6 [2021-01-22T09:27:48.488Z] ---> fcc239a115cc [2021-01-22T09:27:48.488Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T09:27:48.640Z] ---> 63703de26d23 [2021-01-22T09:27:48.640Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T09:27:48.764Z] ---> Running in ae96c1da7a95 [2021-01-22T09:27:49.384Z] Removing intermediate container ae96c1da7a95 [2021-01-22T09:27:49.384Z] ---> df5ba630fd9f [2021-01-22T09:27:49.384Z] Step 22/23 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:27:49.730Z] ---> Running in 9b2e32740474 [2021-01-22T09:27:50.097Z] ---> 8b5e0cebab69 [2021-01-22T09:27:50.097Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T09:27:50.394Z] Removing intermediate container 9b2e32740474 [2021-01-22T09:27:50.394Z] ---> 9c08403acc6c [2021-01-22T09:27:50.394Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-01-22T09:27:50.694Z] ---> b0410593dd89 [2021-01-22T09:27:50.694Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T09:27:50.694Z] ---> Running in b78e9b666caa [2021-01-22T09:27:51.028Z] ---> Running in e28f964ee220 [2021-01-22T09:27:52.148Z] ---> ac6f8b618b5d [2021-01-22T09:27:52.148Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T09:27:52.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:52.513Z] Removing intermediate container e28f964ee220 [2021-01-22T09:27:52.513Z] ---> 8a6a2168e0a9 [2021-01-22T09:27:52.513Z] [2021-01-22T09:27:52.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:52.808Z] Successfully built 8a6a2168e0a9 [2021-01-22T09:27:52.808Z] Successfully tagged docker-core-data-go:latest [2021-01-22T09:27:53.306Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T09:27:53.306Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T09:27:53.306Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T09:27:53.306Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T09:27:53.306Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T09:27:53.306Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T09:27:53.306Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T09:27:55.289Z] ---> 463903b232cb [2021-01-22T09:27:55.289Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T09:27:55.289Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T09:27:55.289Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T09:27:55.289Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T09:27:55.289Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T09:27:55.289Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T09:27:55.289Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T09:27:55.289Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T09:27:55.569Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T09:27:55.569Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T09:27:55.569Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T09:27:55.569Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T09:27:55.569Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T09:27:55.569Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T09:27:55.569Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T09:27:55.569Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T09:27:55.569Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T09:27:55.849Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T09:27:55.849Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T09:27:55.849Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T09:27:55.849Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T09:27:55.849Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T09:27:55.849Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T09:27:55.849Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T09:27:55.849Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T09:27:55.849Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T09:27:55.849Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T09:27:56.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:27:56.130Z] OK: 71 MiB in 55 packages [2021-01-22T09:27:56.407Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:27:56.407Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:27:56.407Z] ---> 4854b62ef49a [2021-01-22T09:27:56.407Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:27:56.407Z] ---> Using cache [2021-01-22T09:27:56.407Z] ---> fae841eb392c [2021-01-22T09:27:56.407Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:27:56.407Z] ---> Using cache [2021-01-22T09:27:56.407Z] ---> 3e0251055bef [2021-01-22T09:27:56.407Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T09:27:57.005Z] ---> 2bedc544d8e1 [2021-01-22T09:27:57.005Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T09:27:57.005Z] ---> Running in 21613619146d [2021-01-22T09:27:57.642Z] ---> Running in 2f05de6da5ae [2021-01-22T09:27:58.659Z] Removing intermediate container 2f05de6da5ae [2021-01-22T09:27:58.659Z] ---> 4bca03bf1785 [2021-01-22T09:27:58.659Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T09:27:58.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:59.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:27:59.928Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:27:59.928Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:27:59.928Z] ---> 4854b62ef49a [2021-01-22T09:27:59.928Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:27:59.928Z] ---> Using cache [2021-01-22T09:27:59.928Z] ---> fae841eb392c [2021-01-22T09:27:59.928Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:27:59.928Z] ---> Using cache [2021-01-22T09:27:59.928Z] ---> 3e0251055bef [2021-01-22T09:27:59.928Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:27:59.928Z] ---> Using cache [2021-01-22T09:27:59.928Z] ---> e2bb8177b6ec [2021-01-22T09:27:59.928Z] Step 6/23 : COPY go.mod . [2021-01-22T09:27:59.928Z] ---> Using cache [2021-01-22T09:27:59.928Z] ---> 05a96fcb8f3f [2021-01-22T09:27:59.928Z] Step 7/23 : RUN go mod download [2021-01-22T09:27:59.928Z] ---> Using cache [2021-01-22T09:27:59.928Z] ---> b60c6489f46e [2021-01-22T09:27:59.928Z] Step 8/23 : COPY . . [2021-01-22T09:27:59.928Z] ---> Using cache [2021-01-22T09:27:59.928Z] ---> 5e62865cc0b5 [2021-01-22T09:27:59.928Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T09:28:00.204Z] OK: 217 MiB in 51 packages [2021-01-22T09:28:00.484Z] ---> e1e221c5f95d [2021-01-22T09:28:00.484Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T09:28:00.774Z] ---> Running in 261a1f33040b [2021-01-22T09:28:01.775Z] ---> Running in 99c71a3b256c [2021-01-22T09:28:03.230Z] Removing intermediate container 21613619146d [2021-01-22T09:28:03.230Z] ---> c1008333a034 [2021-01-22T09:28:03.230Z] Step 6/22 : COPY go.mod . [2021-01-22T09:28:03.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T09:28:05.280Z] ---> 26e6edf5f9ef [2021-01-22T09:28:05.280Z] Step 7/22 : RUN go mod download [2021-01-22T09:28:05.879Z] ---> Running in 4b8fc24aaa3e [2021-01-22T09:28:06.155Z] Removing intermediate container 99c71a3b256c [2021-01-22T09:28:06.155Z] ---> 2e321cef295d [2021-01-22T09:28:06.155Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T09:28:06.428Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:28:06.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:28:06.428Z] ---> 4854b62ef49a [2021-01-22T09:28:06.428Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:28:06.428Z] ---> Using cache [2021-01-22T09:28:06.428Z] ---> fae841eb392c [2021-01-22T09:28:06.428Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:28:06.428Z] ---> Using cache [2021-01-22T09:28:06.428Z] ---> 3e0251055bef [2021-01-22T09:28:06.428Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T09:28:06.428Z] ---> Running in 14edb8a0be66 [2021-01-22T09:28:07.410Z] ---> Running in 82c40b3ce488 [2021-01-22T09:28:08.010Z] Removing intermediate container b78e9b666caa [2021-01-22T09:28:08.010Z] ---> 9e5cf2ccfad1 [2021-01-22T09:28:08.010Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T09:28:08.290Z] ---> Running in ba9a1b5f25ea [2021-01-22T09:28:08.568Z] Removing intermediate container 82c40b3ce488 [2021-01-22T09:28:08.568Z] ---> ae78a41dedb5 [2021-01-22T09:28:08.568Z] Step 30/33 : CMD ["gate"] [2021-01-22T09:28:08.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:28:09.123Z] ---> Running in 368a6fc34da5 [2021-01-22T09:28:09.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:28:10.325Z] Removing intermediate container 368a6fc34da5 [2021-01-22T09:28:10.325Z] ---> 1f37a0737475 [2021-01-22T09:28:10.325Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T09:28:10.325Z] OK: 217 MiB in 51 packages [2021-01-22T09:28:10.937Z] Removing intermediate container 4b8fc24aaa3e [2021-01-22T09:28:10.937Z] ---> 828df3a8604e [2021-01-22T09:28:10.937Z] Step 8/22 : COPY . . [2021-01-22T09:28:11.215Z] ---> Running in 9a10a70427ca [2021-01-22T09:28:12.203Z] Removing intermediate container 9a10a70427ca [2021-01-22T09:28:12.203Z] ---> fe455044b96e [2021-01-22T09:28:12.203Z] Step 32/33 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:28:12.478Z] Removing intermediate container 14edb8a0be66 [2021-01-22T09:28:12.478Z] ---> b1a2adae6ad9 [2021-01-22T09:28:12.478Z] Step 6/23 : COPY go.mod . [2021-01-22T09:28:13.467Z] ---> Running in ca5d1cfb4e81 [2021-01-22T09:28:14.455Z] ---> b9c9069017ae [2021-01-22T09:28:14.455Z] Step 7/23 : RUN go mod download [2021-01-22T09:28:15.441Z] ---> Running in 927374d5a8ec [2021-01-22T09:28:15.441Z] Removing intermediate container ca5d1cfb4e81 [2021-01-22T09:28:15.441Z] ---> 508aa901f4cc [2021-01-22T09:28:15.441Z] Step 33/33 : LABEL version=2.0.0-dev.54 [2021-01-22T09:28:16.044Z] Collecting docker-compose==1.23.2 [2021-01-22T09:28:16.320Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T09:28:16.939Z] ---> Running in 1fce29eabac3 [2021-01-22T09:28:17.556Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T09:28:17.556Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T09:28:18.166Z] Removing intermediate container 1fce29eabac3 [2021-01-22T09:28:18.166Z] ---> 4bb338d9fd03 [2021-01-22T09:28:18.166Z] [2021-01-22T09:28:18.166Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T09:28:18.166Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T09:28:18.782Z] Successfully built 4bb338d9fd03 [2021-01-22T09:28:18.782Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T09:28:18.782Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-01-22T09:28:22.236Z] Removing intermediate container 927374d5a8ec [2021-01-22T09:28:22.236Z] ---> 05681f5b3e46 [2021-01-22T09:28:22.236Z] Step 8/23 : COPY . . [2021-01-22T09:28:22.529Z] Collecting PyYAML<4,>=3.10 [2021-01-22T09:28:22.529Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T09:28:26.887Z] ---> f30cbdcf3334 [2021-01-22T09:28:26.887Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T09:28:26.887Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T09:28:26.887Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T09:28:27.872Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T09:28:27.872Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T09:28:28.149Z] ---> Running in 5696d552a4d9 [2021-01-22T09:28:30.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T09:28:30.139Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T09:28:30.139Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T09:28:31.131Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T09:28:31.131Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T09:28:32.659Z]  Building docker-core-data-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:28:32.659Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:28:32.659Z] ---> bd1a9b795d8a [2021-01-22T09:28:32.659Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 33e7686d00a1 [2021-01-22T09:28:32.659Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 5a8cc383a8bd [2021-01-22T09:28:32.659Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> a657e33224f9 [2021-01-22T09:28:32.659Z] Step 6/33 : COPY go.mod . [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> d867974468a8 [2021-01-22T09:28:32.659Z] Step 7/33 : RUN go mod download [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 2af808363aa5 [2021-01-22T09:28:32.659Z] Step 8/33 : COPY . . [2021-01-22T09:28:32.659Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:28:32.659Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:28:32.659Z] ---> bd1a9b795d8a [2021-01-22T09:28:32.659Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 33e7686d00a1 [2021-01-22T09:28:32.659Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 5a8cc383a8bd [2021-01-22T09:28:32.659Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> a657e33224f9 [2021-01-22T09:28:32.659Z] Step 6/24 : COPY go.mod . [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> d867974468a8 [2021-01-22T09:28:32.659Z] Step 7/24 : RUN go mod download [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 2af808363aa5 [2021-01-22T09:28:32.659Z] Step 8/24 : COPY . . [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 1f28aa798524 [2021-01-22T09:28:32.659Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 1f28aa798524 [2021-01-22T09:28:32.659Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T09:28:32.659Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:28:32.659Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:28:32.659Z] ---> bd1a9b795d8a [2021-01-22T09:28:32.659Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 33e7686d00a1 [2021-01-22T09:28:32.659Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:28:32.659Z] ---> Using cache [2021-01-22T09:28:32.659Z] ---> 5a8cc383a8bd [2021-01-22T09:28:32.659Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T09:28:33.459Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:28:33.459Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:28:33.459Z] ---> bd1a9b795d8a [2021-01-22T09:28:33.459Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:28:33.459Z] ---> Using cache [2021-01-22T09:28:33.459Z] ---> 33e7686d00a1 [2021-01-22T09:28:33.459Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:28:33.459Z] ---> Using cache [2021-01-22T09:28:33.459Z] ---> 5a8cc383a8bd [2021-01-22T09:28:33.459Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:28:33.459Z] ---> Using cache [2021-01-22T09:28:33.459Z] ---> a657e33224f9 [2021-01-22T09:28:33.459Z] Step 6/23 : COPY go.mod . [2021-01-22T09:28:33.459Z] ---> Using cache [2021-01-22T09:28:33.459Z] ---> d867974468a8 [2021-01-22T09:28:33.459Z] Step 7/23 : RUN go mod download [2021-01-22T09:28:33.459Z] ---> Using cache [2021-01-22T09:28:33.459Z] ---> 2af808363aa5 [2021-01-22T09:28:33.459Z] Step 8/23 : COPY . . [2021-01-22T09:28:33.459Z] ---> Using cache [2021-01-22T09:28:33.459Z] ---> 1f28aa798524 [2021-01-22T09:28:33.459Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T09:28:33.745Z] ---> Running in 636f17ae5ae1 [2021-01-22T09:28:33.745Z] ---> Running in 673c3dbe4dad [2021-01-22T09:28:33.745Z] ---> Running in 5c5c9d1a7d22 [2021-01-22T09:28:33.745Z] ---> Running in ccfe1ed38251 [2021-01-22T09:28:33.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:28:33.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:28:33.755Z] ---> 4854b62ef49a [2021-01-22T09:28:33.755Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:28:33.755Z] ---> Using cache [2021-01-22T09:28:33.755Z] ---> fae841eb392c [2021-01-22T09:28:33.755Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:28:33.755Z] ---> Using cache [2021-01-22T09:28:33.755Z] ---> 3e0251055bef [2021-01-22T09:28:33.755Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T09:28:33.755Z] ---> Using cache [2021-01-22T09:28:33.755Z] ---> e2bb8177b6ec [2021-01-22T09:28:33.755Z] Step 6/22 : COPY go.mod . [2021-01-22T09:28:33.755Z] ---> Using cache [2021-01-22T09:28:33.755Z] ---> 05a96fcb8f3f [2021-01-22T09:28:33.755Z] Step 7/22 : RUN go mod download [2021-01-22T09:28:33.755Z] ---> Using cache [2021-01-22T09:28:33.755Z] ---> b60c6489f46e [2021-01-22T09:28:33.755Z] Step 8/22 : COPY . . [2021-01-22T09:28:33.755Z] ---> Using cache [2021-01-22T09:28:33.755Z] ---> 5e62865cc0b5 [2021-01-22T09:28:33.755Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T09:28:34.054Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T09:28:34.054Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T09:28:35.615Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T09:28:35.615Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T09:28:35.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T09:28:35.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T09:28:35.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T09:28:35.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:28:36.219Z] ---> Running in 66f4363f9987 [2021-01-22T09:28:36.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:28:37.002Z] OK: 233 MiB in 51 packages [2021-01-22T09:28:39.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T09:28:39.097Z] Removing intermediate container ccfe1ed38251 [2021-01-22T09:28:39.097Z] ---> e7833692436a [2021-01-22T09:28:39.097Z] Step 6/26 : COPY go.mod . [2021-01-22T09:28:39.749Z] ---> fcfdfddb2da2 [2021-01-22T09:28:39.749Z] Step 7/26 : RUN go mod download [2021-01-22T09:28:40.038Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T09:28:40.115Z] ---> Running in efae58f0591d [2021-01-22T09:28:41.020Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T09:28:41.020Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T09:28:41.020Z] ---> 428b5e13f2dd [2021-01-22T09:28:41.298Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T09:28:41.298Z] Collecting idna<2.8,>=2.5 [2021-01-22T09:28:41.298Z] ---> Running in 61877a332fe3 [2021-01-22T09:28:41.298Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T09:28:42.352Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T09:28:42.352Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T09:28:42.632Z] 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) [2021-01-22T09:28:42.632Z] 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) [2021-01-22T09:28:42.911Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T09:28:42.911Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T09:28:42.911Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T09:28:42.911Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T09:28:43.185Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T09:28:44.183Z] Installing collected packages: websocket-client, texttable, PyYAML, cached-property, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, docopt, docker-compose [2021-01-22T09:28:44.465Z] Running setup.py install for texttable: started [2021-01-22T09:28:44.707Z] Removing intermediate container efae58f0591d [2021-01-22T09:28:44.707Z] ---> 26eb8b3f8765 [2021-01-22T09:28:44.707Z] Step 8/26 : COPY . . [2021-01-22T09:28:47.094Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T09:28:47.094Z] Running setup.py install for PyYAML: started [2021-01-22T09:28:49.728Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T09:28:50.001Z] Attempting uninstall: idna [2021-01-22T09:28:50.001Z] Found existing installation: idna 2.9 [2021-01-22T09:28:50.001Z] Uninstalling idna-2.9: [2021-01-22T09:28:50.274Z] Successfully uninstalled idna-2.9 [2021-01-22T09:28:50.874Z] Attempting uninstall: urllib3 [2021-01-22T09:28:50.874Z] Found existing installation: urllib3 1.25.9 [2021-01-22T09:28:51.150Z] Uninstalling urllib3-1.25.9: [2021-01-22T09:28:51.423Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T09:28:52.023Z] Attempting uninstall: requests [2021-01-22T09:28:52.023Z] Found existing installation: requests 2.23.0 [2021-01-22T09:28:52.023Z] Uninstalling requests-2.23.0: [2021-01-22T09:28:52.298Z] Successfully uninstalled requests-2.23.0 [2021-01-22T09:28:53.738Z] Running setup.py install for dockerpty: started [2021-01-22T09:28:56.371Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T09:28:56.973Z] Running setup.py install for docopt: started [2021-01-22T09:28:59.654Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T09:29:01.111Z] 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 [2021-01-22T09:29:06.528Z] Removing intermediate container ba9a1b5f25ea [2021-01-22T09:29:06.528Z] ---> 236650b99f34 [2021-01-22T09:29:06.802Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T09:29:06.802Z] ---> Running in 6edd174ffbb8 [2021-01-22T09:29:08.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:29:09.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:29:10.060Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:29:10.060Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T09:29:10.060Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T09:29:10.060Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:29:10.060Z] OK: 71 MiB in 58 packages [2021-01-22T09:29:11.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T09:29:11.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T09:29:12.092Z] Removing intermediate container 6edd174ffbb8 [2021-01-22T09:29:12.093Z] ---> e704ca3318cd [2021-01-22T09:29:12.093Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T09:29:12.365Z] ---> Running in 37faf6984257 [2021-01-22T09:29:12.970Z] Removing intermediate container 37faf6984257 [2021-01-22T09:29:12.970Z] ---> 187ca6391d16 [2021-01-22T09:29:12.970Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:29:13.242Z] ---> Running in 3385690a965e [2021-01-22T09:29:13.843Z] Removing intermediate container 3385690a965e [2021-01-22T09:29:13.843Z] ---> 11051c5adc07 [2021-01-22T09:29:13.843Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T09:29:14.115Z] ---> Running in 4fe5d2fb8186 [2021-01-22T09:29:14.740Z] Removing intermediate container 4fe5d2fb8186 [2021-01-22T09:29:14.740Z] ---> 239332340663 [2021-01-22T09:29:14.740Z] Step 25/26 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:29:15.014Z] ---> Running in a9939771cf25 [2021-01-22T09:29:15.622Z] Removing intermediate container a9939771cf25 [2021-01-22T09:29:15.622Z] ---> 0ed6c98990ee [2021-01-22T09:29:15.622Z] Step 26/26 : LABEL version=2.0.0-dev.54 [2021-01-22T09:29:15.905Z] ---> Running in da810c053ad5 [2021-01-22T09:29:16.512Z] Removing intermediate container da810c053ad5 [2021-01-22T09:29:16.512Z] ---> d16a4f99c2c3 [2021-01-22T09:29:16.512Z] [2021-01-22T09:29:17.116Z] Successfully built d16a4f99c2c3 [2021-01-22T09:29:17.116Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T09:29:20.873Z] ---> 989e0236d541 [2021-01-22T09:29:20.873Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T09:29:20.873Z] ---> Running in 3d77e7e532ce [2021-01-22T09:29:20.873Z] Removing intermediate container 636f17ae5ae1 [2021-01-22T09:29:20.873Z] ---> 7f4c41754229 [2021-01-22T09:29:20.873Z] [2021-01-22T09:29:20.873Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:29:21.169Z] ---> 389fef711851 [2021-01-22T09:29:21.169Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:29:21.169Z] Removing intermediate container 5c5c9d1a7d22 [2021-01-22T09:29:21.169Z] ---> 547fd0c7ffbf [2021-01-22T09:29:21.169Z] [2021-01-22T09:29:21.169Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T09:29:21.169Z] ---> 389fef711851 [2021-01-22T09:29:21.169Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T09:29:21.169Z] ---> Using cache [2021-01-22T09:29:21.169Z] ---> 280039471983 [2021-01-22T09:29:21.169Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:29:21.169Z] ---> Using cache [2021-01-22T09:29:21.169Z] ---> 3f8b03bb6564 [2021-01-22T09:29:21.169Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T09:29:21.463Z] ---> Running in 9702dcfa05ac [2021-01-22T09:29:21.463Z] ---> Running in 9f28fe1c1361 [2021-01-22T09:29:22.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T09:29:22.401Z] Removing intermediate container 9f28fe1c1361 [2021-01-22T09:29:22.401Z] ---> 78837b12ccc7 [2021-01-22T09:29:22.401Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:29:22.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:22.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:22.838Z] ---> Running in be56d412ab43 [2021-01-22T09:29:23.472Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T09:29:23.473Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:29:23.473Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T09:29:23.473Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T09:29:23.473Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T09:29:23.473Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:29:23.804Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:29:23.804Z] Removing intermediate container be56d412ab43 [2021-01-22T09:29:23.804Z] ---> f375f42587cc [2021-01-22T09:29:23.804Z] Step 15/23 : WORKDIR / [2021-01-22T09:29:23.804Z] OK: 7 MiB in 19 packages [2021-01-22T09:29:24.095Z] ---> Running in 9b4343711fa5 [2021-01-22T09:29:24.377Z] Removing intermediate container 673c3dbe4dad [2021-01-22T09:29:24.377Z] ---> 12fc5e8ce35b [2021-01-22T09:29:24.377Z] [2021-01-22T09:29:24.377Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T09:29:24.377Z] ---> 389fef711851 [2021-01-22T09:29:24.377Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T09:29:24.674Z] ---> Running in 3e5ea5a062b9 [2021-01-22T09:29:24.674Z] Removing intermediate container 9b4343711fa5 [2021-01-22T09:29:24.674Z] ---> ad3472a00fd1 [2021-01-22T09:29:24.674Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:29:26.881Z] Removing intermediate container 9702dcfa05ac [2021-01-22T09:29:26.881Z] ---> c9dfc74dd19f [2021-01-22T09:29:26.881Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:29:26.882Z] ---> 29ca8e1355b8 [2021-01-22T09:29:26.882Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T09:29:26.882Z] ---> Running in f63bc8e255d8 [2021-01-22T09:29:27.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:27.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:27.935Z] Removing intermediate container f63bc8e255d8 [2021-01-22T09:29:27.936Z] ---> 2805221716b3 [2021-01-22T09:29:27.936Z] Step 13/24 : WORKDIR / [2021-01-22T09:29:27.936Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T09:29:27.936Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T09:29:27.936Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T09:29:27.936Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:29:27.936Z] OK: 6 MiB in 17 packages [2021-01-22T09:29:28.243Z] ---> Running in 4238ae4df773 [2021-01-22T09:29:28.553Z] ---> 8731abcb985b [2021-01-22T09:29:28.553Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T09:29:29.240Z] Removing intermediate container 4238ae4df773 [2021-01-22T09:29:29.240Z] ---> f28c3fe02e0d [2021-01-22T09:29:29.241Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T09:29:29.513Z] ---> f895f777edaa [2021-01-22T09:29:29.513Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T09:29:29.808Z] ---> Running in 8c782e0fe785 [2021-01-22T09:29:29.808Z] Removing intermediate container 3e5ea5a062b9 [2021-01-22T09:29:29.808Z] ---> 28ba8bf26fc9 [2021-01-22T09:29:29.808Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T09:29:30.116Z] ---> Running in 3a165b420b99 [2021-01-22T09:29:30.117Z] ---> 2016c278da62 [2021-01-22T09:29:30.117Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T09:29:30.412Z] Removing intermediate container 8c782e0fe785 [2021-01-22T09:29:30.412Z] ---> 4c5deff062be [2021-01-22T09:29:30.412Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:29:30.693Z] Removing intermediate container 3a165b420b99 [2021-01-22T09:29:30.693Z] ---> 722e9ee71411 [2021-01-22T09:29:30.693Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T09:29:30.693Z] ---> Running in 65022221171f [2021-01-22T09:29:30.693Z] ---> Running in a7c22b6cf86e [2021-01-22T09:29:30.693Z] ---> a31a72ffe27d [2021-01-22T09:29:30.693Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T09:29:30.988Z] Removing intermediate container 65022221171f [2021-01-22T09:29:30.988Z] ---> afb23c309999 [2021-01-22T09:29:30.988Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T09:29:31.329Z] ---> Running in 02114440d2f7 [2021-01-22T09:29:31.329Z] Removing intermediate container a7c22b6cf86e [2021-01-22T09:29:31.329Z] ---> cbd069d2d893 [2021-01-22T09:29:31.329Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T09:29:31.643Z] ---> Running in 48a8b50dcac9 [2021-01-22T09:29:31.643Z] ---> f3e59b908c14 [2021-01-22T09:29:31.643Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T09:29:31.936Z] Removing intermediate container 02114440d2f7 [2021-01-22T09:29:31.936Z] ---> 56ce1ae8c3eb [2021-01-22T09:29:31.936Z] Step 22/23 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:29:31.936Z] ---> Running in 0ab1edbd107a [2021-01-22T09:29:33.009Z] Connecting to github.com (140.82.113.4:443) [2021-01-22T09:29:33.009Z] Removing intermediate container 0ab1edbd107a [2021-01-22T09:29:33.009Z] ---> baa7d3643e47 [2021-01-22T09:29:33.009Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-01-22T09:29:33.009Z] ---> 8902e06479fe [2021-01-22T09:29:33.009Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T09:29:33.009Z] ---> Running in a770323c4b91 [2021-01-22T09:29:33.315Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.245.132:443) [2021-01-22T09:29:33.315Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T09:29:33.597Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T09:29:33.597Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T09:29:33.597Z] dockerize [2021-01-22T09:29:33.597Z] Removing intermediate container a770323c4b91 [2021-01-22T09:29:33.597Z] ---> 52f3ce93825d [2021-01-22T09:29:33.597Z] [2021-01-22T09:29:34.235Z] ---> 0970384fd8ac [2021-01-22T09:29:34.235Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T09:29:34.553Z] Successfully built 52f3ce93825d [2021-01-22T09:29:34.553Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T09:29:35.155Z]  Building docker-core-metadata-go ... done  ---> bf258348d3fa [2021-01-22T09:29:35.155Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T09:29:35.488Z] ---> Running in 0063ffe5f0a2 [2021-01-22T09:29:35.784Z] Removing intermediate container 48a8b50dcac9 [2021-01-22T09:29:35.784Z] ---> 82020f13f3ee [2021-01-22T09:29:35.784Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T09:29:35.784Z] ---> Running in 536ec8b1a983 [2021-01-22T09:29:36.512Z] Removing intermediate container 536ec8b1a983 [2021-01-22T09:29:36.512Z] ---> 178320399e0e [2021-01-22T09:29:36.512Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T09:29:36.800Z] ---> Running in 90c7125935d8 [2021-01-22T09:29:37.399Z] Removing intermediate container 90c7125935d8 [2021-01-22T09:29:37.399Z] ---> 0fc7ff3bcde5 [2021-01-22T09:29:37.399Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T09:29:37.702Z] ---> Running in d53a510f0883 [2021-01-22T09:29:38.706Z] Removing intermediate container 0063ffe5f0a2 [2021-01-22T09:29:38.706Z] ---> e9433c0a0084 [2021-01-22T09:29:38.706Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T09:29:38.706Z] ---> Running in df817a2cafb5 [2021-01-22T09:29:39.018Z] Move dockerize executable [2021-01-22T09:29:39.018Z] Removing intermediate container df817a2cafb5 [2021-01-22T09:29:39.018Z] ---> 4f13352078f4 [2021-01-22T09:29:39.018Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T09:29:39.313Z] ---> Running in 9fbce1278cb5 [2021-01-22T09:29:40.136Z] Removing intermediate container 9fbce1278cb5 [2021-01-22T09:29:40.136Z] ---> 9a09492c6ed8 [2021-01-22T09:29:40.136Z] Step 23/24 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:29:40.435Z] ---> Running in c8a762956e1b [2021-01-22T09:29:40.761Z] Removing intermediate container d53a510f0883 [2021-01-22T09:29:40.761Z] ---> 0b3828fcb72e [2021-01-22T09:29:40.761Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T09:29:40.761Z] ---> Running in 23ebf4e3b21b [2021-01-22T09:29:41.113Z] Removing intermediate container c8a762956e1b [2021-01-22T09:29:41.113Z] ---> 9b081c2cfa08 [2021-01-22T09:29:41.113Z] Step 24/24 : LABEL version=2.0.0-dev.54 [2021-01-22T09:29:41.113Z] ---> Running in 3618b3db59b4 [2021-01-22T09:29:41.436Z] Removing intermediate container 23ebf4e3b21b [2021-01-22T09:29:41.436Z] ---> 5ad91f65f9cf [2021-01-22T09:29:41.436Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T09:29:42.171Z] Removing intermediate container 3618b3db59b4 [2021-01-22T09:29:42.171Z] ---> 66080e8bc755 [2021-01-22T09:29:42.171Z] [2021-01-22T09:29:42.761Z] Successfully built 66080e8bc755 [2021-01-22T09:29:43.349Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T09:29:43.349Z]  Building docker-security-secretstore-setup-go ... done  ---> 63e8bdce3013 [2021-01-22T09:29:43.349Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T09:29:43.349Z] ---> Running in 01c9036dc74b [2021-01-22T09:29:43.349Z] Removing intermediate container 3d77e7e532ce [2021-01-22T09:29:43.349Z] ---> 9dcd4cb93f0b [2021-01-22T09:29:43.349Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T09:29:43.622Z] ---> Running in bd6e838e335d [2021-01-22T09:29:44.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.54" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T09:29:44.984Z] Removing intermediate container 01c9036dc74b [2021-01-22T09:29:44.984Z] ---> 1d8ce81c9b35 [2021-01-22T09:29:44.984Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:29:45.253Z] ---> ec772ef02ec9 [2021-01-22T09:29:45.253Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T09:29:46.289Z] Removing intermediate container bd6e838e335d [2021-01-22T09:29:46.289Z] ---> a53571436d7b [2021-01-22T09:29:46.289Z] [2021-01-22T09:29:46.289Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T09:29:46.289Z] ---> a771d894e500 [2021-01-22T09:29:46.289Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T09:29:46.289Z] 20.10.0: Pulling from library/docker [2021-01-22T09:29:46.950Z] ---> c8ac54c1ba91 [2021-01-22T09:29:46.950Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T09:29:48.594Z] ---> 6c779f1b865f [2021-01-22T09:29:48.594Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T09:29:49.241Z] ---> 919ef11a9d3f [2021-01-22T09:29:49.241Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T09:29:49.471Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 261a1f33040b [2021-01-22T09:29:49.471Z] ---> 765b0db5a100 [2021-01-22T09:29:49.471Z] [2021-01-22T09:29:49.471Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:29:49.471Z] ---> afeebe901d6b [2021-01-22T09:29:49.471Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:29:49.471Z] ---> Using cache [2021-01-22T09:29:49.471Z] ---> 3ada239b373b [2021-01-22T09:29:49.471Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:29:49.471Z] ---> Using cache [2021-01-22T09:29:49.471Z] ---> a8594ff2909a [2021-01-22T09:29:49.471Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T09:29:49.471Z] ---> Running in 6b3ae2536c5e [2021-01-22T09:29:49.471Z] Removing intermediate container 6b3ae2536c5e [2021-01-22T09:29:49.471Z] ---> 1b0503bc3ddf [2021-01-22T09:29:49.471Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:29:49.471Z] ---> Running in c423c7fdf52b [2021-01-22T09:29:49.471Z] Removing intermediate container c423c7fdf52b [2021-01-22T09:29:49.471Z] ---> 6723726cf430 [2021-01-22T09:29:49.471Z] Step 15/23 : WORKDIR / [2021-01-22T09:29:49.471Z] ---> Running in a57cdce45df0 [2021-01-22T09:29:49.471Z] Removing intermediate container a57cdce45df0 [2021-01-22T09:29:49.471Z] ---> 41e173df8826 [2021-01-22T09:29:49.471Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:29:49.588Z] ---> Running in 70d9c1dc75fe [2021-01-22T09:29:49.890Z] Removing intermediate container 70d9c1dc75fe [2021-01-22T09:29:49.890Z] ---> f01ed0e9d5d4 [2021-01-22T09:29:49.890Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T09:29:50.456Z] ---> 7a3314a262f4 [2021-01-22T09:29:50.457Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T09:29:50.517Z] ---> 5d084f34169e [2021-01-22T09:29:50.517Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T09:29:50.852Z] ---> Running in 51b2146025da [2021-01-22T09:29:52.459Z] ---> 143f885261fa [2021-01-22T09:29:52.459Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T09:29:52.849Z] Removing intermediate container 51b2146025da [2021-01-22T09:29:52.850Z] ---> 6704a0e30dde [2021-01-22T09:29:52.850Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T09:29:53.125Z] ---> Running in e90cef5bf2c7 [2021-01-22T09:29:53.422Z] Removing intermediate container e90cef5bf2c7 [2021-01-22T09:29:53.422Z] ---> f58954a3b0d8 [2021-01-22T09:29:53.422Z] Step 30/33 : CMD ["gate"] [2021-01-22T09:29:53.916Z] ---> 83f2c91d2044 [2021-01-22T09:29:53.916Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T09:29:53.916Z] ---> Running in b9655da22cd8 [2021-01-22T09:29:54.013Z] ---> Running in 1acbf19eaad0 [2021-01-22T09:29:54.296Z] Removing intermediate container 1acbf19eaad0 [2021-01-22T09:29:54.296Z] ---> b125ff8a47c6 [2021-01-22T09:29:54.296Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T09:29:54.901Z] ---> Running in a4ceec4d9d37 [2021-01-22T09:29:54.929Z] Removing intermediate container b9655da22cd8 [2021-01-22T09:29:54.929Z] ---> 025ee70be3a5 [2021-01-22T09:29:54.929Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:29:55.536Z] ---> Running in 3e2ccec899bb [2021-01-22T09:29:56.379Z] Removing intermediate container a4ceec4d9d37 [2021-01-22T09:29:56.379Z] ---> 0206ced92b17 [2021-01-22T09:29:56.379Z] Step 32/33 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:29:56.644Z] ---> Running in e7269887417e [2021-01-22T09:29:56.921Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T09:29:56.921Z] Removing intermediate container e7269887417e [2021-01-22T09:29:56.921Z] ---> 7975028a53a6 [2021-01-22T09:29:56.921Z] Step 33/33 : LABEL version=2.0.0-dev.54 [2021-01-22T09:29:56.921Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T09:29:56.921Z] ---> aefe523efa57 [2021-01-22T09:29:56.921Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T09:29:56.921Z] ---> Running in b30b788bd7ec [2021-01-22T09:29:56.992Z] Removing intermediate container 3e2ccec899bb [2021-01-22T09:29:56.992Z] ---> 04dd0ddf405c [2021-01-22T09:29:56.992Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:29:56.992Z] ---> Running in 6c81e8ba8f95 [2021-01-22T09:29:57.202Z] ---> Running in 5e83134093e6 [2021-01-22T09:29:57.280Z] Removing intermediate container 5696d552a4d9 [2021-01-22T09:29:57.280Z] ---> 46cf91024d05 [2021-01-22T09:29:57.280Z] [2021-01-22T09:29:57.280Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:29:57.280Z] ---> afeebe901d6b [2021-01-22T09:29:57.280Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T09:29:57.493Z] Removing intermediate container 5e83134093e6 [2021-01-22T09:29:57.493Z] ---> a5d91ae909b3 [2021-01-22T09:29:57.493Z] [2021-01-22T09:29:57.570Z] ---> Running in 11fa0a542ed0 [2021-01-22T09:29:57.773Z] Successfully built a5d91ae909b3 [2021-01-22T09:29:57.773Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T09:29:57.853Z] Removing intermediate container 6c81e8ba8f95 [2021-01-22T09:29:57.853Z] ---> f06028f2812b [2021-01-22T09:29:57.853Z] Step 22/23 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:29:58.060Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:58.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:58.127Z] ---> Running in 9fe2f7812111 [2021-01-22T09:29:58.343Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T09:29:58.343Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T09:29:58.343Z] Executing bash-5.0.17-r0.post-install [2021-01-22T09:29:58.343Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:29:58.343Z] OK: 12 MiB in 22 packages [2021-01-22T09:29:59.106Z] Removing intermediate container 9fe2f7812111 [2021-01-22T09:29:59.106Z] ---> 2e0a0b9f5738 [2021-01-22T09:29:59.106Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-01-22T09:29:59.324Z] Removing intermediate container b30b788bd7ec [2021-01-22T09:29:59.324Z] ---> f6a39c6a35a3 [2021-01-22T09:29:59.324Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T09:29:59.324Z] ---> Running in a3fdad28f87c [2021-01-22T09:29:59.706Z] ---> Running in aaaf70b6c6fb [2021-01-22T09:29:59.802Z] Removing intermediate container a3fdad28f87c [2021-01-22T09:29:59.802Z] ---> 9218eece3ac3 [2021-01-22T09:29:59.802Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T09:29:59.802Z] ---> Running in fb236bf75914 [2021-01-22T09:29:59.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:30:00.086Z] Removing intermediate container fb236bf75914 [2021-01-22T09:30:00.086Z] ---> b1a8565edc8d [2021-01-22T09:30:00.086Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T09:30:00.086Z] ---> Running in ccc7d27772ab [2021-01-22T09:30:00.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:30:00.350Z] Removing intermediate container ccc7d27772ab [2021-01-22T09:30:00.350Z] ---> b5e7a2c41f50 [2021-01-22T09:30:00.350Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T09:30:00.528Z] Removing intermediate container aaaf70b6c6fb [2021-01-22T09:30:00.528Z] ---> 9eee37f0f369 [2021-01-22T09:30:00.528Z] [2021-01-22T09:30:00.824Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T09:30:01.097Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T09:30:01.097Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:30:01.097Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:30:01.097Z] Successfully built 9eee37f0f369 [2021-01-22T09:30:01.097Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T09:30:01.377Z]  Building docker-core-metadata-go ... done OK: 6 MiB in 16 packages [2021-01-22T09:30:01.968Z] ---> 8a29b662e6cb [2021-01-22T09:30:01.969Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T09:30:03.235Z] ---> 5a42d6234f0d [2021-01-22T09:30:03.235Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T09:30:04.321Z] ---> 96ea40d09ddb [2021-01-22T09:30:04.321Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T09:30:04.321Z] ---> Running in 273e811d9724 [2021-01-22T09:30:04.856Z] Removing intermediate container 11fa0a542ed0 [2021-01-22T09:30:04.856Z] ---> 2b8e19caca0c [2021-01-22T09:30:04.856Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:30:04.856Z] ---> Running in 098c04f16842 [2021-01-22T09:30:04.856Z] Removing intermediate container 66f4363f9987 [2021-01-22T09:30:04.856Z] ---> a1e2d650df9e [2021-01-22T09:30:04.856Z] [2021-01-22T09:30:04.856Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:30:04.856Z] ---> afeebe901d6b [2021-01-22T09:30:04.856Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:30:04.856Z] ---> Using cache [2021-01-22T09:30:04.856Z] ---> 3ada239b373b [2021-01-22T09:30:04.856Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:30:04.856Z] ---> Using cache [2021-01-22T09:30:04.856Z] ---> a8594ff2909a [2021-01-22T09:30:04.856Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T09:30:05.133Z] ---> Running in 6baf504caa2a [2021-01-22T09:30:05.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:30:05.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:30:05.741Z] Removing intermediate container 098c04f16842 [2021-01-22T09:30:05.741Z] ---> 360254507cd0 [2021-01-22T09:30:05.741Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T09:30:05.992Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T09:30:05.992Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T09:30:05.992Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T09:30:05.992Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T09:30:05.992Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T09:30:05.992Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T09:30:05.992Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T09:30:06.020Z] ---> Running in e9b3ab810311 [2021-01-22T09:30:06.020Z] Removing intermediate container 6baf504caa2a [2021-01-22T09:30:06.020Z] ---> 5278f46aae54 [2021-01-22T09:30:06.020Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:30:06.298Z] ---> Running in d86b3f5e6d12 [2021-01-22T09:30:06.571Z] Removing intermediate container e9b3ab810311 [2021-01-22T09:30:06.571Z] ---> d1afd45709e3 [2021-01-22T09:30:06.571Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:30:06.845Z] ---> Running in 2415bca6b16c [2021-01-22T09:30:06.845Z] Removing intermediate container d86b3f5e6d12 [2021-01-22T09:30:06.845Z] ---> 34807c563881 [2021-01-22T09:30:06.845Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:30:07.441Z] Removing intermediate container 2415bca6b16c [2021-01-22T09:30:07.441Z] ---> 1973cf2b3b52 [2021-01-22T09:30:07.441Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:30:07.533Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T09:30:07.534Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T09:30:07.534Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T09:30:07.534Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T09:30:07.534Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T09:30:07.534Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T09:30:07.534Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T09:30:07.732Z] ---> eb45f66fb8af [2021-01-22T09:30:07.861Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T09:30:07.861Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T09:30:07.861Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T09:30:07.861Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T09:30:07.861Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T09:30:07.861Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T09:30:08.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T09:30:08.167Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T09:30:08.167Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T09:30:08.167Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T09:30:08.167Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T09:30:08.167Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T09:30:08.167Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T09:30:08.167Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T09:30:08.167Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T09:30:08.167Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T09:30:08.442Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T09:30:08.442Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T09:30:08.442Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T09:30:08.442Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T09:30:08.442Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:30:08.618Z] ---> 292aabba8afa [2021-01-22T09:30:08.618Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T09:30:08.780Z] OK: 71 MiB in 55 packages [2021-01-22T09:30:10.068Z] ---> 5e35e1c56d58 [2021-01-22T09:30:10.068Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T09:30:10.068Z] ---> 920d9b889024 [2021-01-22T09:30:10.068Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T09:30:10.702Z] ---> fdb07c2db52b [2021-01-22T09:30:10.702Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T09:30:12.561Z] ---> Running in 8cb0f29e50a9 [2021-01-22T09:30:12.561Z] ---> 1a540a3619db [2021-01-22T09:30:12.561Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T09:30:12.561Z] ---> Running in a0ca02de50cd [2021-01-22T09:30:12.561Z] Removing intermediate container 8cb0f29e50a9 [2021-01-22T09:30:12.561Z] ---> d3da055dd2c4 [2021-01-22T09:30:12.561Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:30:12.561Z] Removing intermediate container a0ca02de50cd [2021-01-22T09:30:12.561Z] ---> aef2deedd6ba [2021-01-22T09:30:12.561Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:30:12.561Z] ---> Running in fd55ba4034a7 [2021-01-22T09:30:12.561Z] ---> Running in 45511be34669 [2021-01-22T09:30:12.561Z] Removing intermediate container fd55ba4034a7 [2021-01-22T09:30:12.561Z] ---> c99fcf39c657 [2021-01-22T09:30:12.561Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T09:30:12.867Z] Removing intermediate container 45511be34669 [2021-01-22T09:30:12.867Z] ---> 95d536f68599 [2021-01-22T09:30:12.867Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T09:30:13.189Z] ---> Running in 8392eac78636 [2021-01-22T09:30:13.189Z] ---> Running in a822231212e5 [2021-01-22T09:30:13.848Z] Removing intermediate container 8392eac78636 [2021-01-22T09:30:13.848Z] ---> 541c9b23a9e0 [2021-01-22T09:30:13.848Z] Step 21/22 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:14.142Z] ---> Running in 18c36465cf76 [2021-01-22T09:30:14.142Z] Removing intermediate container a822231212e5 [2021-01-22T09:30:14.142Z] ---> caa65815bc9f [2021-01-22T09:30:14.142Z] Step 21/22 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:14.794Z] ---> Running in b9cc0e8c02f2 [2021-01-22T09:30:14.795Z] Removing intermediate container 18c36465cf76 [2021-01-22T09:30:14.795Z] ---> 5af7de9f3e87 [2021-01-22T09:30:14.795Z] Step 22/22 : LABEL version=2.0.0-dev.54 [2021-01-22T09:30:15.068Z] ---> Running in 99df0f36a012 [2021-01-22T09:30:15.342Z] Removing intermediate container b9cc0e8c02f2 [2021-01-22T09:30:15.342Z] ---> 323d8eccdcca [2021-01-22T09:30:15.342Z] Step 22/22 : LABEL version=2.0.0-dev.54 [2021-01-22T09:30:15.342Z] ---> Running in f5cb8ab71214 [2021-01-22T09:30:15.621Z] Removing intermediate container 99df0f36a012 [2021-01-22T09:30:15.621Z] ---> 2fbd0beb49b4 [2021-01-22T09:30:15.621Z] [2021-01-22T09:30:15.899Z] Successfully built 2fbd0beb49b4 [2021-01-22T09:30:15.899Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T09:30:16.173Z]  Building docker-support-scheduler-go ... done Removing intermediate container f5cb8ab71214 [2021-01-22T09:30:16.173Z] ---> 962af0cce376 [2021-01-22T09:30:16.173Z] [2021-01-22T09:30:16.446Z] Successfully built 962af0cce376 [2021-01-22T09:30:16.717Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T09:30:18.574Z] Removing intermediate container 273e811d9724 [2021-01-22T09:30:18.574Z] ---> 01c017d73059 [2021-01-22T09:30:18.574Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T09:30:18.574Z] ---> Running in e6a1fb17ba78 [2021-01-22T09:30:21.243Z] Collecting docker-compose==1.23.2 [2021-01-22T09:30:21.243Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T09:30:21.243Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T09:30:21.243Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T09:30:21.839Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T09:30:21.839Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T09:30:22.104Z]  Building docker-support-notifications-go ... done Removing intermediate container 61877a332fe3 [2021-01-22T09:30:22.104Z] ---> 54f66a35cd42 [2021-01-22T09:30:22.104Z] [2021-01-22T09:30:22.104Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:30:22.104Z] ---> afeebe901d6b [2021-01-22T09:30:22.104Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T09:30:22.104Z] ---> Running in 1d22d5298a95 [2021-01-22T09:30:22.124Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T09:30:22.124Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T09:30:22.391Z] Collecting PyYAML<4,>=3.10 [2021-01-22T09:30:22.391Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T09:30:22.697Z] Removing intermediate container 1d22d5298a95 [2021-01-22T09:30:22.697Z] ---> 3e098d7a47e0 [2021-01-22T09:30:22.697Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T09:30:22.697Z] ---> Running in 93c4836a81cb [2021-01-22T09:30:23.285Z] Removing intermediate container 93c4836a81cb [2021-01-22T09:30:23.285Z] ---> f5ce5d2da35f [2021-01-22T09:30:23.285Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T09:30:23.285Z] ---> Running in 65401538ff42 [2021-01-22T09:30:23.423Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T09:30:23.423Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T09:30:23.875Z] Removing intermediate container 65401538ff42 [2021-01-22T09:30:23.875Z] ---> 3827aed3e2c6 [2021-01-22T09:30:23.875Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:30:23.875Z] ---> Running in 075103cf489e [2021-01-22T09:30:24.487Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T09:30:24.488Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T09:30:24.488Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T09:30:24.488Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T09:30:24.765Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T09:30:25.032Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T09:30:25.032Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T09:30:25.855Z] Removing intermediate container 075103cf489e [2021-01-22T09:30:25.855Z] ---> 8f1ea3e58a05 [2021-01-22T09:30:25.855Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T09:30:26.002Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T09:30:26.002Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T09:30:26.132Z] ---> Running in 1bd2dac705fa [2021-01-22T09:30:26.598Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T09:30:26.598Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T09:30:26.598Z] 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) [2021-01-22T09:30:26.870Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T09:30:26.870Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T09:30:27.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:30:27.155Z] Collecting idna<2.8,>=2.5 [2021-01-22T09:30:27.155Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T09:30:27.155Z] 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) [2021-01-22T09:30:27.155Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T09:30:27.155Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T09:30:27.155Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T09:30:27.155Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T09:30:27.418Z] Installing collected packages: docopt, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, texttable, docker-compose [2021-01-22T09:30:27.419Z] Running setup.py install for docopt: started [2021-01-22T09:30:27.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:30:27.998Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T09:30:27.998Z] Attempting uninstall: urllib3 [2021-01-22T09:30:27.998Z] Found existing installation: urllib3 1.25.9 [2021-01-22T09:30:27.998Z] Uninstalling urllib3-1.25.9: [2021-01-22T09:30:28.266Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T09:30:28.529Z] Attempting uninstall: idna [2021-01-22T09:30:28.529Z] Found existing installation: idna 2.9 [2021-01-22T09:30:28.529Z] Uninstalling idna-2.9: [2021-01-22T09:30:28.529Z] Successfully uninstalled idna-2.9 [2021-01-22T09:30:28.676Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T09:30:28.676Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T09:30:28.676Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T09:30:28.676Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T09:30:28.795Z] Attempting uninstall: requests [2021-01-22T09:30:28.795Z] Found existing installation: requests 2.23.0 [2021-01-22T09:30:28.795Z] Uninstalling requests-2.23.0: [2021-01-22T09:30:28.795Z] Successfully uninstalled requests-2.23.0 [2021-01-22T09:30:28.944Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T09:30:28.944Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T09:30:29.214Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:30:29.214Z] OK: 8 MiB in 20 packages [2021-01-22T09:30:29.376Z] Running setup.py install for PyYAML: started [2021-01-22T09:30:29.959Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T09:30:29.959Z] Running setup.py install for dockerpty: started [2021-01-22T09:30:30.537Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T09:30:30.537Z] Running setup.py install for texttable: started [2021-01-22T09:30:30.644Z] Removing intermediate container 1bd2dac705fa [2021-01-22T09:30:30.644Z] ---> 1c48461fe39f [2021-01-22T09:30:30.644Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:30:31.116Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T09:30:31.239Z] ---> db7f1e47f142 [2021-01-22T09:30:31.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T09:30:31.384Z] 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 [2021-01-22T09:30:32.669Z] ---> 02b1b0c199e6 [2021-01-22T09:30:32.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T09:30:33.263Z] ---> 164ee4343332 [2021-01-22T09:30:33.263Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T09:30:33.263Z] ---> Running in c031efdc14d5 [2021-01-22T09:30:33.857Z] Removing intermediate container c031efdc14d5 [2021-01-22T09:30:33.857Z] ---> 1ad01c04385f [2021-01-22T09:30:33.857Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:30:33.857Z] ---> Running in d255dbf7fe13 [2021-01-22T09:30:34.450Z] Removing intermediate container d255dbf7fe13 [2021-01-22T09:30:34.450Z] ---> c35bf497f8b3 [2021-01-22T09:30:34.450Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:30:34.721Z] ---> Running in c18d3ff2bb1a [2021-01-22T09:30:34.807Z] Removing intermediate container e6a1fb17ba78 [2021-01-22T09:30:34.807Z] ---> 9b8b42776858 [2021-01-22T09:30:34.807Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T09:30:34.807Z] ---> Running in 94952cc4d36d [2021-01-22T09:30:34.992Z] Removing intermediate container c18d3ff2bb1a [2021-01-22T09:30:34.992Z] ---> b06fe054e8b3 [2021-01-22T09:30:34.992Z] Step 22/23 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:35.265Z] ---> Running in f7f07538ccc9 [2021-01-22T09:30:35.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:30:35.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:30:35.721Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:30:35.721Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T09:30:35.721Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T09:30:35.721Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:30:35.721Z] OK: 72 MiB in 58 packages [2021-01-22T09:30:35.881Z] Removing intermediate container f7f07538ccc9 [2021-01-22T09:30:35.881Z] ---> f8b1cef94266 [2021-01-22T09:30:35.881Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-01-22T09:30:35.881Z] ---> Running in 94d094a9985a [2021-01-22T09:30:36.476Z] Removing intermediate container 94d094a9985a [2021-01-22T09:30:36.476Z] ---> 7f1b42c35aa9 [2021-01-22T09:30:36.476Z] [2021-01-22T09:30:36.476Z] Successfully built 7f1b42c35aa9 [2021-01-22T09:30:36.748Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T09:30:37.034Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-22T09:30:37.031Z] $ docker stop --time=1 73431147a995ddfb22d197e0a456f1a604351b64898689a506a6c8a71f546e75 [2021-01-22T09:30:37.236Z] Removing intermediate container 94952cc4d36d [2021-01-22T09:30:37.236Z] ---> 8144589d7f10 [2021-01-22T09:30:37.236Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T09:30:37.236Z] ---> Running in f2a8d94a51d8 [2021-01-22T09:30:37.503Z] Removing intermediate container f2a8d94a51d8 [2021-01-22T09:30:37.503Z] ---> e88a68e81dbe [2021-01-22T09:30:37.503Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:30:37.503Z] ---> Running in de50cbfdef42 [2021-01-22T09:30:37.785Z] Removing intermediate container de50cbfdef42 [2021-01-22T09:30:37.785Z] ---> 61c0c2c58900 [2021-01-22T09:30:37.785Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T09:30:37.785Z] ---> Running in f2a0177d7d04 [2021-01-22T09:30:38.058Z] Removing intermediate container f2a0177d7d04 [2021-01-22T09:30:38.058Z] ---> f48e46365fea [2021-01-22T09:30:38.058Z] Step 25/26 : LABEL git_sha=001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:38.331Z] ---> Running in d056250d9830 [2021-01-22T09:30:38.601Z] Removing intermediate container d056250d9830 [2021-01-22T09:30:38.601Z] ---> 324a8a2264e2 [2021-01-22T09:30:38.601Z] Step 26/26 : LABEL version=2.0.0-dev.54 [2021-01-22T09:30:38.601Z] ---> Running in 1e36a73b95b6 [2021-01-22T09:30:38.878Z] Removing intermediate container 1e36a73b95b6 [2021-01-22T09:30:38.878Z] ---> 89f171f2f5dd [2021-01-22T09:30:38.878Z] [2021-01-22T09:30:38.972Z] $ docker rm -f 73431147a995ddfb22d197e0a456f1a604351b64898689a506a6c8a71f546e75 [2021-01-22T09:30:39.145Z] Successfully built 89f171f2f5dd [2021-01-22T09:30:39.145Z] Successfully tagged docker-sys-mgmt-agent-go:latest [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T09:30:39.627Z] + docker images [2021-01-22T09:30:39.627Z] + grep docker [2021-01-22T09:30:39.784Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T09:30:39.795Z] $ docker stop --time=1 ff34b3d2c47e64fd7f202467ce5986fed6a1db6b487d1e252223bb193f9f745e [2021-01-22T09:30:39.899Z] docker-core-data-go-arm64 latest 7f1b42c35aa9 3 seconds ago 21MB [2021-01-22T09:30:39.899Z] docker-support-notifications-go-arm64 latest 962af0cce376 24 seconds ago 16MB [2021-01-22T09:30:39.899Z] docker-support-scheduler-go-arm64 latest 2fbd0beb49b4 24 seconds ago 15.5MB [2021-01-22T09:30:39.899Z] docker-core-metadata-go-arm64 latest 9eee37f0f369 39 seconds ago 17.7MB [2021-01-22T09:30:39.899Z] docker-sys-mgmt-agent-go-arm64 latest d16a4f99c2c3 About a minute ago 300MB [2021-01-22T09:30:39.899Z] docker-security-bootstrapper-go-arm64 latest 4bb338d9fd03 2 minutes ago 40.3MB [2021-01-22T09:30:39.899Z] docker-security-secretstore-setup-go-arm64 latest b2bdc1e06b9d 2 minutes ago 23.4MB [2021-01-22T09:30:39.899Z] docker-core-command-go-arm64 latest e6d6d684f605 3 minutes ago 15.4MB [2021-01-22T09:30:39.899Z] docker-security-proxy-setup-go-arm64 latest 7ecd1f2b4d9c 3 minutes ago 23.2MB [2021-01-22T09:30:39.899Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [2021-01-22T09:30:41.810Z] $ docker rm -f ff34b3d2c47e64fd7f202467ce5986fed6a1db6b487d1e252223bb193f9f745e [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-22T09:30:42.424Z] + docker images [2021-01-22T09:30:42.424Z] + grep docker [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T09:30:42.672Z] provisioning config files... [2021-01-22T09:30:42.738Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/317@tmp/config1485369495432232024tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:30:43.005Z] docker-sys-mgmt-agent-go latest 89f171f2f5dd 4 seconds ago 313MB [2021-01-22T09:30:43.005Z] docker-security-bootstrapper-go latest a5d91ae909b3 45 seconds ago 41.5MB [2021-01-22T09:30:43.005Z] docker-security-secretstore-setup-go latest 66080e8bc755 About a minute ago 24.6MB [2021-01-22T09:30:43.005Z] docker-core-metadata-go latest 52f3ce93825d About a minute ago 18.8MB [2021-01-22T09:30:43.005Z] docker-core-data-go latest 8a6a2168e0a9 2 minutes ago 22.3MB [2021-01-22T09:30:43.005Z] docker-support-scheduler-go latest 10a01df60ccf 2 minutes ago 16.4MB [2021-01-22T09:30:43.005Z] docker-support-notifications-go latest afa921c72229 2 minutes ago 16.9MB [2021-01-22T09:30:43.005Z] docker-core-command-go latest b379c2484401 2 minutes ago 16.3MB [2021-01-22T09:30:43.005Z] docker-security-proxy-setup-go latest d0e52ed2bc19 2 minutes ago 24.4MB [2021-01-22T09:30:43.005Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-22T09:30:43.142Z] ---> docker-login.sh [2021-01-22T09:30:43.142Z] nexus3.edgexfoundry.org:10001 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2021-01-22T09:30:43.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T09:30:43.513Z] provisioning config files... [2021-01-22T09:30:43.543Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/317@tmp/config5943428960593348672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:30:43.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:43.688Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:43.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:43.688Z] [2021-01-22T09:30:43.688Z] Login Succeeded [2021-01-22T09:30:43.688Z] nexus3.edgexfoundry.org:10002 [2021-01-22T09:30:43.924Z] ---> docker-login.sh [2021-01-22T09:30:43.924Z] nexus3.edgexfoundry.org:10001 [2021-01-22T09:30:43.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:43.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:44.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:44.199Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:44.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:44.199Z] [2021-01-22T09:30:44.199Z] Login Succeeded [2021-01-22T09:30:44.199Z] nexus3.edgexfoundry.org:10002 [2021-01-22T09:30:44.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:44.237Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:44.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:44.237Z] [2021-01-22T09:30:44.237Z] Login Succeeded [2021-01-22T09:30:44.237Z] nexus3.edgexfoundry.org:10003 [2021-01-22T09:30:44.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:44.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:44.505Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:44.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:44.505Z] [2021-01-22T09:30:44.505Z] Login Succeeded [2021-01-22T09:30:44.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:44.781Z] nexus3.edgexfoundry.org:10003 [2021-01-22T09:30:44.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:44.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:44.781Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:44.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:44.781Z] [2021-01-22T09:30:44.781Z] Login Succeeded [2021-01-22T09:30:44.781Z] nexus3.edgexfoundry.org:10004 [2021-01-22T09:30:45.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:45.055Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:45.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:45.055Z] [2021-01-22T09:30:45.055Z] Login Succeeded [2021-01-22T09:30:45.055Z] nexus3.edgexfoundry.org:10004 [2021-01-22T09:30:45.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:45.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:45.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:45.333Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:45.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:45.333Z] [2021-01-22T09:30:45.333Z] Login Succeeded [2021-01-22T09:30:45.333Z] docker.io [2021-01-22T09:30:45.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:45.337Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:45.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:45.337Z] [2021-01-22T09:30:45.337Z] Login Succeeded [2021-01-22T09:30:45.337Z] docker.io [2021-01-22T09:30:45.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:45.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:45.869Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:45.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:45.869Z] [2021-01-22T09:30:45.869Z] Login Succeeded [2021-01-22T09:30:45.869Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T09:30:45.882Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-22T09:30:45.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:30:46.089Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-22T09:30:46.089Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:46.089Z] 2.0.0-dev.54 [2021-01-22T09:30:46.089Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:46.089Z] master [2021-01-22T09:30:46.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-22T09:30:46.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:46.203Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:46.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:46.203Z] [2021-01-22T09:30:46.203Z] Login Succeeded [2021-01-22T09:30:46.203Z] ---> docker-login.sh ends [Pipeline] { [Pipeline] } [2021-01-22T09:30:46.289Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-22T09:30:46.544Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-22T09:30:46.544Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:46.544Z] 2.0.0-dev.54 [2021-01-22T09:30:46.544Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:46.544Z] master [2021-01-22T09:30:46.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:46.754Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:47.039Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:47.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:47.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T09:30:47.137Z] 1754d8e0e864: Preparing [2021-01-22T09:30:47.137Z] de54738bb25d: Preparing [2021-01-22T09:30:47.137Z] f58400e9f0b7: Preparing [2021-01-22T09:30:47.137Z] 78fa15b9e0f8: Preparing [2021-01-22T09:30:47.137Z] 777b2c648970: Preparing [2021-01-22T09:30:47.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:47.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T09:30:47.435Z] 777b2c648970: Layer already exists [2021-01-22T09:30:47.645Z] 9017a2c5c7a6: Preparing [2021-01-22T09:30:47.645Z] 2ccc20ec31a1: Preparing [2021-01-22T09:30:47.645Z] a8e2a3131754: Preparing [2021-01-22T09:30:47.645Z] 5a7559a2826e: Preparing [2021-01-22T09:30:47.645Z] 379067d0cb53: Preparing [2021-01-22T09:30:47.645Z] 379067d0cb53: Layer already exists [2021-01-22T09:30:47.645Z] a8e2a3131754: Pushed [2021-01-22T09:30:47.724Z] 1754d8e0e864: Pushed [2021-01-22T09:30:47.724Z] f58400e9f0b7: Pushed [2021-01-22T09:30:47.724Z] 78fa15b9e0f8: Pushed [2021-01-22T09:30:47.915Z] 5a7559a2826e: Pushed [2021-01-22T09:30:47.916Z] 9017a2c5c7a6: Pushed [2021-01-22T09:30:49.203Z] de54738bb25d: Pushed [2021-01-22T09:30:49.469Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:4122d4171ac5671d00308b04bfb6cf6dc08968e0874a26281cb75470f1c3881f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:49.877Z] 2ccc20ec31a1: Pushed [2021-01-22T09:30:49.913Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:50.150Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:216e27c4488584ee8df91bfcebf8c2d2f1142293c698643a6d6c0453fc08265d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:50.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.54 [2021-01-22T09:30:50.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T09:30:50.249Z] 1754d8e0e864: Preparing [2021-01-22T09:30:50.249Z] de54738bb25d: Preparing [2021-01-22T09:30:50.249Z] f58400e9f0b7: Preparing [2021-01-22T09:30:50.249Z] 78fa15b9e0f8: Preparing [2021-01-22T09:30:50.249Z] 777b2c648970: Preparing [2021-01-22T09:30:50.249Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:30:50.249Z] 777b2c648970: Layer already exists [2021-01-22T09:30:50.249Z] de54738bb25d: Layer already exists [2021-01-22T09:30:50.249Z] 1754d8e0e864: Layer already exists [2021-01-22T09:30:50.490Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:50.525Z] f58400e9f0b7: Layer already exists [2021-01-22T09:30:50.525Z] 2.0.0-dev.54: digest: sha256:4122d4171ac5671d00308b04bfb6cf6dc08968e0874a26281cb75470f1c3881f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:50.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.54 [2021-01-22T09:30:50.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T09:30:50.827Z] 9017a2c5c7a6: Preparing [2021-01-22T09:30:50.827Z] 2ccc20ec31a1: Preparing [2021-01-22T09:30:50.827Z] a8e2a3131754: Preparing [2021-01-22T09:30:50.827Z] 5a7559a2826e: Preparing [2021-01-22T09:30:50.827Z] 379067d0cb53: Preparing [2021-01-22T09:30:50.958Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:51.098Z] a8e2a3131754: Layer already exists [2021-01-22T09:30:51.098Z] 2ccc20ec31a1: Layer already exists [2021-01-22T09:30:51.098Z] 379067d0cb53: Layer already exists [2021-01-22T09:30:51.098Z] 9017a2c5c7a6: Layer already exists [2021-01-22T09:30:51.098Z] 5a7559a2826e: Layer already exists [2021-01-22T09:30:51.098Z] 2.0.0-dev.54: digest: sha256:216e27c4488584ee8df91bfcebf8c2d2f1142293c698643a6d6c0453fc08265d size: 1363 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:51.439Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:51.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:51.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T09:30:51.560Z] 1754d8e0e864: Preparing [2021-01-22T09:30:51.560Z] de54738bb25d: Preparing [2021-01-22T09:30:51.560Z] f58400e9f0b7: Preparing [2021-01-22T09:30:51.560Z] 78fa15b9e0f8: Preparing [2021-01-22T09:30:51.560Z] 777b2c648970: Preparing [2021-01-22T09:30:51.560Z] 777b2c648970: Layer already exists [2021-01-22T09:30:51.560Z] f58400e9f0b7: Layer already exists [2021-01-22T09:30:51.560Z] 1754d8e0e864: Layer already exists [2021-01-22T09:30:51.560Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:30:51.560Z] de54738bb25d: Layer already exists [2021-01-22T09:30:51.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:51.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T09:30:51.775Z] 9017a2c5c7a6: Preparing [2021-01-22T09:30:51.775Z] 2ccc20ec31a1: Preparing [2021-01-22T09:30:51.775Z] a8e2a3131754: Preparing [2021-01-22T09:30:51.775Z] 5a7559a2826e: Preparing [2021-01-22T09:30:51.775Z] 379067d0cb53: Preparing [2021-01-22T09:30:51.775Z] a8e2a3131754: Layer already exists [2021-01-22T09:30:51.775Z] 9017a2c5c7a6: Layer already exists [2021-01-22T09:30:51.775Z] 2ccc20ec31a1: Layer already exists [2021-01-22T09:30:51.775Z] 379067d0cb53: Layer already exists [2021-01-22T09:30:51.775Z] 5a7559a2826e: Layer already exists [2021-01-22T09:30:51.826Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:4122d4171ac5671d00308b04bfb6cf6dc08968e0874a26281cb75470f1c3881f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:52.045Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:216e27c4488584ee8df91bfcebf8c2d2f1142293c698643a6d6c0453fc08265d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:52.178Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:52.384Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:52.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-22T09:30:52.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T09:30:52.508Z] 1754d8e0e864: Preparing [2021-01-22T09:30:52.508Z] de54738bb25d: Preparing [2021-01-22T09:30:52.508Z] f58400e9f0b7: Preparing [2021-01-22T09:30:52.508Z] 78fa15b9e0f8: Preparing [2021-01-22T09:30:52.508Z] 777b2c648970: Preparing [2021-01-22T09:30:52.508Z] 1754d8e0e864: Layer already exists [2021-01-22T09:30:52.508Z] f58400e9f0b7: Layer already exists [2021-01-22T09:30:52.508Z] de54738bb25d: Layer already exists [2021-01-22T09:30:52.508Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:30:52.508Z] 777b2c648970: Layer already exists [2021-01-22T09:30:52.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-22T09:30:52.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T09:30:52.717Z] 9017a2c5c7a6: Preparing [2021-01-22T09:30:52.717Z] 2ccc20ec31a1: Preparing [2021-01-22T09:30:52.717Z] a8e2a3131754: Preparing [2021-01-22T09:30:52.717Z] 5a7559a2826e: Preparing [2021-01-22T09:30:52.717Z] 379067d0cb53: Preparing [2021-01-22T09:30:52.717Z] 379067d0cb53: Layer already exists [2021-01-22T09:30:52.717Z] 5a7559a2826e: Layer already exists [2021-01-22T09:30:52.717Z] a8e2a3131754: Layer already exists [2021-01-22T09:30:52.717Z] 9017a2c5c7a6: Layer already exists [2021-01-22T09:30:52.717Z] 2ccc20ec31a1: Layer already exists [2021-01-22T09:30:52.776Z] master: digest: sha256:4122d4171ac5671d00308b04bfb6cf6dc08968e0874a26281cb75470f1c3881f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:30:52.956Z] ===================================================== [2021-01-22T09:30:52.987Z] master: digest: sha256:216e27c4488584ee8df91bfcebf8c2d2f1142293c698643a6d6c0453fc08265d size: 1363 [Pipeline] echo [2021-01-22T09:30:53.002Z] taggedImages: [2021-01-22T09:30:53.002Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:53.002Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.54 [2021-01-22T09:30:53.002Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:53.002Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:30:53.151Z] ===================================================== [Pipeline] echo [2021-01-22T09:30:53.157Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-22T09:30:53.157Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:53.157Z] 2.0.0-dev.54 [2021-01-22T09:30:53.157Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:53.157Z] master [2021-01-22T09:30:53.157Z] ===================================================== [Pipeline] echo [2021-01-22T09:30:53.204Z] taggedImages: [2021-01-22T09:30:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.54 [2021-01-22T09:30:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] echo [2021-01-22T09:30:53.377Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-22T09:30:53.377Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:53.377Z] 2.0.0-dev.54 [2021-01-22T09:30:53.377Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:53.377Z] master [2021-01-22T09:30:53.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:53.840Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:53.959Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:54.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:54.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T09:30:54.180Z] 875c1a4a5c37: Preparing [2021-01-22T09:30:54.180Z] a4005cc9ac1a: Preparing [2021-01-22T09:30:54.180Z] f58400e9f0b7: Preparing [2021-01-22T09:30:54.180Z] 6697cde72ae0: Preparing [2021-01-22T09:30:54.180Z] 75ca4231d130: Preparing [2021-01-22T09:30:54.180Z] 777b2c648970: Preparing [2021-01-22T09:30:54.180Z] 777b2c648970: Waiting [2021-01-22T09:30:54.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:54.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T09:30:54.296Z] 061ecf32223e: Preparing [2021-01-22T09:30:54.296Z] 004edf984c42: Preparing [2021-01-22T09:30:54.296Z] a8e2a3131754: Preparing [2021-01-22T09:30:54.296Z] 33a1b07488c1: Preparing [2021-01-22T09:30:54.296Z] 6ba9a30dbba3: Preparing [2021-01-22T09:30:54.296Z] 379067d0cb53: Preparing [2021-01-22T09:30:54.296Z] 379067d0cb53: Waiting [2021-01-22T09:30:54.560Z] f58400e9f0b7: Layer already exists [2021-01-22T09:30:54.560Z] 777b2c648970: Layer already exists [2021-01-22T09:30:54.567Z] a8e2a3131754: Layer already exists [2021-01-22T09:30:54.568Z] 379067d0cb53: Layer already exists [2021-01-22T09:30:54.568Z] 061ecf32223e: Pushed [2021-01-22T09:30:54.568Z] 6ba9a30dbba3: Pushed [2021-01-22T09:30:54.862Z] 75ca4231d130: Pushed [2021-01-22T09:30:54.863Z] 875c1a4a5c37: Pushed [2021-01-22T09:30:55.139Z] 6697cde72ae0: Pushed [2021-01-22T09:30:55.538Z] 33a1b07488c1: Pushed [2021-01-22T09:30:56.593Z] a4005cc9ac1a: Pushed [2021-01-22T09:30:56.593Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:919eec322560fabdd1d888528826b1fe30f78d9cdc3ee3ceb45c409c2bff1978 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:57.097Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:57.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.54 [2021-01-22T09:30:57.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T09:30:57.454Z] 875c1a4a5c37: Preparing [2021-01-22T09:30:57.454Z] a4005cc9ac1a: Preparing [2021-01-22T09:30:57.454Z] f58400e9f0b7: Preparing [2021-01-22T09:30:57.454Z] 6697cde72ae0: Preparing [2021-01-22T09:30:57.454Z] 75ca4231d130: Preparing [2021-01-22T09:30:57.454Z] 777b2c648970: Preparing [2021-01-22T09:30:57.454Z] 777b2c648970: Waiting [2021-01-22T09:30:57.515Z] 004edf984c42: Pushed [2021-01-22T09:30:57.718Z] a4005cc9ac1a: Layer already exists [2021-01-22T09:30:57.718Z] 6697cde72ae0: Layer already exists [2021-01-22T09:30:57.718Z] 75ca4231d130: Layer already exists [2021-01-22T09:30:57.718Z] f58400e9f0b7: Layer already exists [2021-01-22T09:30:57.718Z] 875c1a4a5c37: Layer already exists [2021-01-22T09:30:57.718Z] 777b2c648970: Layer already exists [2021-01-22T09:30:57.718Z] 2.0.0-dev.54: digest: sha256:919eec322560fabdd1d888528826b1fe30f78d9cdc3ee3ceb45c409c2bff1978 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:57.796Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:8d593b38944c8746664ffedcad004c39add2e81f3090e4b215128c29393bc604 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:58.084Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:58.206Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:58.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:58.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.54 [2021-01-22T09:30:58.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T09:30:58.559Z] 061ecf32223e: Preparing [2021-01-22T09:30:58.559Z] 004edf984c42: Preparing [2021-01-22T09:30:58.559Z] a8e2a3131754: Preparing [2021-01-22T09:30:58.559Z] 33a1b07488c1: Preparing [2021-01-22T09:30:58.559Z] 6ba9a30dbba3: Preparing [2021-01-22T09:30:58.559Z] 379067d0cb53: Preparing [2021-01-22T09:30:58.559Z] 379067d0cb53: Waiting [2021-01-22T09:30:58.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T09:30:58.720Z] 875c1a4a5c37: Preparing [2021-01-22T09:30:58.720Z] a4005cc9ac1a: Preparing [2021-01-22T09:30:58.720Z] f58400e9f0b7: Preparing [2021-01-22T09:30:58.720Z] 6697cde72ae0: Preparing [2021-01-22T09:30:58.720Z] 75ca4231d130: Preparing [2021-01-22T09:30:58.720Z] 777b2c648970: Preparing [2021-01-22T09:30:58.720Z] 777b2c648970: Waiting [2021-01-22T09:30:58.720Z] 6697cde72ae0: Layer already exists [2021-01-22T09:30:58.720Z] 75ca4231d130: Layer already exists [2021-01-22T09:30:58.720Z] f58400e9f0b7: Layer already exists [2021-01-22T09:30:58.720Z] a4005cc9ac1a: Layer already exists [2021-01-22T09:30:58.720Z] 875c1a4a5c37: Layer already exists [2021-01-22T09:30:58.720Z] 777b2c648970: Layer already exists [2021-01-22T09:30:58.720Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:919eec322560fabdd1d888528826b1fe30f78d9cdc3ee3ceb45c409c2bff1978 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:58.831Z] 33a1b07488c1: Layer already exists [2021-01-22T09:30:58.831Z] a8e2a3131754: Layer already exists [2021-01-22T09:30:58.831Z] 004edf984c42: Layer already exists [2021-01-22T09:30:58.831Z] 061ecf32223e: Layer already exists [2021-01-22T09:30:58.831Z] 6ba9a30dbba3: Layer already exists [2021-01-22T09:30:58.831Z] 379067d0cb53: Layer already exists [2021-01-22T09:30:58.831Z] 2.0.0-dev.54: digest: sha256:8d593b38944c8746664ffedcad004c39add2e81f3090e4b215128c29393bc604 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:59.036Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:59.176Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:59.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-22T09:30:59.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T09:30:59.384Z] 875c1a4a5c37: Preparing [2021-01-22T09:30:59.384Z] a4005cc9ac1a: Preparing [2021-01-22T09:30:59.384Z] f58400e9f0b7: Preparing [2021-01-22T09:30:59.384Z] 6697cde72ae0: Preparing [2021-01-22T09:30:59.384Z] 75ca4231d130: Preparing [2021-01-22T09:30:59.384Z] 777b2c648970: Preparing [2021-01-22T09:30:59.384Z] 777b2c648970: Waiting [2021-01-22T09:30:59.384Z] f58400e9f0b7: Layer already exists [2021-01-22T09:30:59.384Z] 75ca4231d130: Layer already exists [2021-01-22T09:30:59.384Z] 875c1a4a5c37: Layer already exists [2021-01-22T09:30:59.384Z] 6697cde72ae0: Layer already exists [2021-01-22T09:30:59.384Z] a4005cc9ac1a: Layer already exists [2021-01-22T09:30:59.384Z] 777b2c648970: Layer already exists [2021-01-22T09:30:59.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:59.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T09:30:59.509Z] 061ecf32223e: Preparing [2021-01-22T09:30:59.509Z] 004edf984c42: Preparing [2021-01-22T09:30:59.509Z] a8e2a3131754: Preparing [2021-01-22T09:30:59.509Z] 33a1b07488c1: Preparing [2021-01-22T09:30:59.509Z] 6ba9a30dbba3: Preparing [2021-01-22T09:30:59.509Z] 379067d0cb53: Preparing [2021-01-22T09:30:59.509Z] 379067d0cb53: Waiting [2021-01-22T09:30:59.509Z] 6ba9a30dbba3: Layer already exists [2021-01-22T09:30:59.509Z] a8e2a3131754: Layer already exists [2021-01-22T09:30:59.509Z] 061ecf32223e: Layer already exists [2021-01-22T09:30:59.509Z] 004edf984c42: Layer already exists [2021-01-22T09:30:59.509Z] 33a1b07488c1: Layer already exists [2021-01-22T09:30:59.509Z] 379067d0cb53: Layer already exists [2021-01-22T09:30:59.662Z] master: digest: sha256:919eec322560fabdd1d888528826b1fe30f78d9cdc3ee3ceb45c409c2bff1978 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-22T09:30:59.782Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:8d593b38944c8746664ffedcad004c39add2e81f3090e4b215128c29393bc604 size: 1572 [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:30:59.841Z] ===================================================== [Pipeline] echo [2021-01-22T09:30:59.892Z] taggedImages: [2021-01-22T09:30:59.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:59.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.54 [2021-01-22T09:30:59.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:59.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-22T09:30:59.959Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-22T09:30:59.959Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:30:59.959Z] 2.0.0-dev.54 [2021-01-22T09:30:59.959Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:30:59.959Z] master [2021-01-22T09:30:59.959Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:00.278Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:00.742Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:00.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-22T09:31:00.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T09:31:00.840Z] 061ecf32223e: Preparing [2021-01-22T09:31:00.840Z] 004edf984c42: Preparing [2021-01-22T09:31:00.840Z] a8e2a3131754: Preparing [2021-01-22T09:31:00.840Z] 33a1b07488c1: Preparing [2021-01-22T09:31:00.840Z] 6ba9a30dbba3: Preparing [2021-01-22T09:31:00.840Z] 379067d0cb53: Preparing [2021-01-22T09:31:00.840Z] 379067d0cb53: Waiting [2021-01-22T09:31:00.840Z] 004edf984c42: Layer already exists [2021-01-22T09:31:00.840Z] 061ecf32223e: Layer already exists [2021-01-22T09:31:00.840Z] 33a1b07488c1: Layer already exists [2021-01-22T09:31:00.840Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:00.840Z] 6ba9a30dbba3: Layer already exists [2021-01-22T09:31:00.840Z] 379067d0cb53: Layer already exists [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:01.110Z] master: digest: sha256:8d593b38944c8746664ffedcad004c39add2e81f3090e4b215128c29393bc604 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:01.376Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:01.421Z] taggedImages: [2021-01-22T09:31:01.422Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:01.422Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:01.422Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:01.422Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-22T09:31:01.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] echo [2021-01-22T09:31:01.495Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-22T09:31:01.495Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:01.495Z] 2.0.0-dev.54 [2021-01-22T09:31:01.495Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:01.495Z] master [2021-01-22T09:31:01.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:01.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T09:31:01.846Z] cb5fd4e112d9: Preparing [2021-01-22T09:31:01.846Z] ea61f176129b: Preparing [2021-01-22T09:31:01.846Z] f58400e9f0b7: Preparing [2021-01-22T09:31:01.846Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:01.846Z] 777b2c648970: Preparing [2021-01-22T09:31:02.062Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:02.294Z] 777b2c648970: Layer already exists [2021-01-22T09:31:02.294Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:02.294Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:02.294Z] cb5fd4e112d9: Pushed [2021-01-22T09:31:02.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:02.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T09:31:02.403Z] de2af33d3bc6: Preparing [2021-01-22T09:31:02.403Z] 5dff30b9ce83: Preparing [2021-01-22T09:31:02.403Z] a8e2a3131754: Preparing [2021-01-22T09:31:02.403Z] 5a7559a2826e: Preparing [2021-01-22T09:31:02.403Z] 379067d0cb53: Preparing [2021-01-22T09:31:02.675Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:02.675Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:02.675Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:02.675Z] de2af33d3bc6: Pushed [2021-01-22T09:31:04.530Z] ea61f176129b: Pushed [2021-01-22T09:31:04.801Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:56658e16816747f93273f6d0d6a739e880cbbc30f58226d2bf1ab153447c4838 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:05.211Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:05.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.54 [2021-01-22T09:31:05.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T09:31:05.542Z] cb5fd4e112d9: Preparing [2021-01-22T09:31:05.542Z] ea61f176129b: Preparing [2021-01-22T09:31:05.542Z] f58400e9f0b7: Preparing [2021-01-22T09:31:05.542Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:05.542Z] 777b2c648970: Preparing [2021-01-22T09:31:05.542Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:05.542Z] cb5fd4e112d9: Layer already exists [2021-01-22T09:31:05.542Z] 777b2c648970: Layer already exists [2021-01-22T09:31:05.542Z] ea61f176129b: Layer already exists [2021-01-22T09:31:05.542Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:05.806Z] 2.0.0-dev.54: digest: sha256:56658e16816747f93273f6d0d6a739e880cbbc30f58226d2bf1ab153447c4838 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:06.053Z] 5dff30b9ce83: Pushed [2021-01-22T09:31:06.053Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:2d4f07faf6e0ddf389e39e07ab9da14b70bd018d511f465b86aba63317330b09 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:06.140Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:06.399Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:06.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:06.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T09:31:06.527Z] cb5fd4e112d9: Preparing [2021-01-22T09:31:06.527Z] ea61f176129b: Preparing [2021-01-22T09:31:06.527Z] f58400e9f0b7: Preparing [2021-01-22T09:31:06.527Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:06.527Z] 777b2c648970: Preparing [2021-01-22T09:31:06.527Z] cb5fd4e112d9: Layer already exists [2021-01-22T09:31:06.527Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:06.527Z] ea61f176129b: Layer already exists [2021-01-22T09:31:06.527Z] 777b2c648970: Layer already exists [2021-01-22T09:31:06.527Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:06.527Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:56658e16816747f93273f6d0d6a739e880cbbc30f58226d2bf1ab153447c4838 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:06.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:06.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T09:31:06.738Z] de2af33d3bc6: Preparing [2021-01-22T09:31:06.738Z] 5dff30b9ce83: Preparing [2021-01-22T09:31:06.738Z] a8e2a3131754: Preparing [2021-01-22T09:31:06.738Z] 5a7559a2826e: Preparing [2021-01-22T09:31:06.738Z] 379067d0cb53: Preparing [2021-01-22T09:31:06.738Z] de2af33d3bc6: Layer already exists [2021-01-22T09:31:06.738Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:06.738Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:06.738Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:06.738Z] 5dff30b9ce83: Layer already exists [2021-01-22T09:31:06.889Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-22T09:31:07.007Z] 2.0.0-dev.54: digest: sha256:2d4f07faf6e0ddf389e39e07ab9da14b70bd018d511f465b86aba63317330b09 size: 1363 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:07.349Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:07.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-22T09:31:07.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T09:31:07.603Z] cb5fd4e112d9: Preparing [2021-01-22T09:31:07.603Z] ea61f176129b: Preparing [2021-01-22T09:31:07.603Z] f58400e9f0b7: Preparing [2021-01-22T09:31:07.603Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:07.603Z] 777b2c648970: Preparing [2021-01-22T09:31:07.603Z] ea61f176129b: Layer already exists [2021-01-22T09:31:07.603Z] 777b2c648970: Layer already exists [2021-01-22T09:31:07.603Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:07.603Z] cb5fd4e112d9: Layer already exists [2021-01-22T09:31:07.603Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:07.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:07.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T09:31:07.679Z] de2af33d3bc6: Preparing [2021-01-22T09:31:07.679Z] 5dff30b9ce83: Preparing [2021-01-22T09:31:07.679Z] a8e2a3131754: Preparing [2021-01-22T09:31:07.679Z] 5a7559a2826e: Preparing [2021-01-22T09:31:07.679Z] 379067d0cb53: Preparing [2021-01-22T09:31:07.679Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:07.679Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:07.679Z] de2af33d3bc6: Layer already exists [2021-01-22T09:31:07.883Z] master: digest: sha256:56658e16816747f93273f6d0d6a739e880cbbc30f58226d2bf1ab153447c4838 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-22T09:31:07.950Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:07.950Z] 5dff30b9ce83: Layer already exists [2021-01-22T09:31:07.950Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:2d4f07faf6e0ddf389e39e07ab9da14b70bd018d511f465b86aba63317330b09 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:08.029Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:08.076Z] taggedImages: [2021-01-22T09:31:08.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:08.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.54 [2021-01-22T09:31:08.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:08.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-22T09:31:08.199Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-22T09:31:08.199Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:08.199Z] 2.0.0-dev.54 [2021-01-22T09:31:08.199Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:08.199Z] master [2021-01-22T09:31:08.199Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:08.462Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:08.704Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:08.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-22T09:31:08.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T09:31:08.810Z] de2af33d3bc6: Preparing [2021-01-22T09:31:08.810Z] 5dff30b9ce83: Preparing [2021-01-22T09:31:08.810Z] a8e2a3131754: Preparing [2021-01-22T09:31:08.810Z] 5a7559a2826e: Preparing [2021-01-22T09:31:08.810Z] 379067d0cb53: Preparing [2021-01-22T09:31:09.081Z] 5dff30b9ce83: Layer already exists [2021-01-22T09:31:09.082Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:09.082Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:09.082Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:09.082Z] de2af33d3bc6: Layer already exists [2021-01-22T09:31:09.082Z] master: digest: sha256:2d4f07faf6e0ddf389e39e07ab9da14b70bd018d511f465b86aba63317330b09 size: 1363 [2021-01-22T09:31:09.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:09.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T09:31:09.097Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:09.097Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:09.097Z] ebfa7cbd66d0: Preparing [2021-01-22T09:31:09.097Z] 7b795cd1706d: Preparing [2021-01-22T09:31:09.097Z] 1bf1156b8dd8: Preparing [2021-01-22T09:31:09.097Z] 4896a38581a9: Preparing [2021-01-22T09:31:09.097Z] f58400e9f0b7: Preparing [2021-01-22T09:31:09.097Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:09.097Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:09.097Z] 235946ef647a: Preparing [2021-01-22T09:31:09.097Z] e444eb016608: Preparing [2021-01-22T09:31:09.097Z] f23e3ad493bd: Preparing [2021-01-22T09:31:09.097Z] 777b2c648970: Preparing [2021-01-22T09:31:09.097Z] 7c3fdcfcf0c4: Waiting [2021-01-22T09:31:09.097Z] 235946ef647a: Waiting [2021-01-22T09:31:09.097Z] e444eb016608: Waiting [2021-01-22T09:31:09.097Z] f23e3ad493bd: Waiting [2021-01-22T09:31:09.097Z] f58400e9f0b7: Waiting [2021-01-22T09:31:09.097Z] 777b2c648970: Waiting [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:09.283Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:09.330Z] taggedImages: [2021-01-22T09:31:09.330Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:09.330Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:09.330Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:09.330Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-22T09:31:09.416Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-22T09:31:09.416Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:09.416Z] 2.0.0-dev.54 [2021-01-22T09:31:09.416Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:09.416Z] master [2021-01-22T09:31:09.416Z] ===================================================== [2021-01-22T09:31:09.426Z] 9d3fb25e51bb: Pushed [2021-01-22T09:31:09.426Z] 1bf1156b8dd8: Pushed [2021-01-22T09:31:09.426Z] ebfa7cbd66d0: Pushed [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:09.711Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:09.927Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:10.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:10.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T09:31:10.264Z] 9948029df341: Preparing [2021-01-22T09:31:10.264Z] 9948029df341: Preparing [2021-01-22T09:31:10.264Z] f0ac8e61cd09: Preparing [2021-01-22T09:31:10.264Z] d1069cd953f3: Preparing [2021-01-22T09:31:10.264Z] ee46f4e1a730: Preparing [2021-01-22T09:31:10.264Z] 89aac4e95a33: Preparing [2021-01-22T09:31:10.264Z] a8e2a3131754: Preparing [2021-01-22T09:31:10.264Z] ba279f2b52ff: Preparing [2021-01-22T09:31:10.264Z] ba279f2b52ff: Preparing [2021-01-22T09:31:10.264Z] 1a6080773657: Preparing [2021-01-22T09:31:10.264Z] 0fdeb4c8e847: Preparing [2021-01-22T09:31:10.264Z] 6f1899f3b2cb: Preparing [2021-01-22T09:31:10.264Z] 379067d0cb53: Preparing [2021-01-22T09:31:10.264Z] a8e2a3131754: Waiting [2021-01-22T09:31:10.264Z] ba279f2b52ff: Waiting [2021-01-22T09:31:10.264Z] 6f1899f3b2cb: Waiting [2021-01-22T09:31:10.264Z] 1a6080773657: Waiting [2021-01-22T09:31:10.264Z] 0fdeb4c8e847: Waiting [2021-01-22T09:31:10.264Z] 379067d0cb53: Waiting [2021-01-22T09:31:10.318Z] 7c3fdcfcf0c4: Pushed [2021-01-22T09:31:10.537Z] ee46f4e1a730: Pushed [2021-01-22T09:31:10.594Z] 7b795cd1706d: Pushed [2021-01-22T09:31:10.594Z] 4896a38581a9: Pushed [2021-01-22T09:31:10.594Z] 777b2c648970: Layer already exists [2021-01-22T09:31:10.594Z] f23e3ad493bd: Pushed [2021-01-22T09:31:10.815Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:10.815Z] f0ac8e61cd09: Pushed [2021-01-22T09:31:10.815Z] 9948029df341: Pushed [2021-01-22T09:31:11.090Z] ba279f2b52ff: Pushed [2021-01-22T09:31:11.183Z] 235946ef647a: Pushed [2021-01-22T09:31:11.183Z] e444eb016608: Pushed [2021-01-22T09:31:11.183Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:610853add3da24b5455289fa2d42108d52f43375c6e52daa21e7f7c346efd9ca size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:11.503Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:11.694Z] 6f1899f3b2cb: Pushed [2021-01-22T09:31:11.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.54 [2021-01-22T09:31:11.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T09:31:11.836Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:11.836Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:11.836Z] ebfa7cbd66d0: Preparing [2021-01-22T09:31:11.836Z] 7b795cd1706d: Preparing [2021-01-22T09:31:11.836Z] 1bf1156b8dd8: Preparing [2021-01-22T09:31:11.836Z] 4896a38581a9: Preparing [2021-01-22T09:31:11.836Z] f58400e9f0b7: Preparing [2021-01-22T09:31:11.836Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:11.836Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:11.836Z] 235946ef647a: Preparing [2021-01-22T09:31:11.836Z] e444eb016608: Preparing [2021-01-22T09:31:11.836Z] f23e3ad493bd: Preparing [2021-01-22T09:31:11.836Z] 777b2c648970: Preparing [2021-01-22T09:31:11.836Z] 235946ef647a: Waiting [2021-01-22T09:31:11.836Z] e444eb016608: Waiting [2021-01-22T09:31:11.836Z] f23e3ad493bd: Waiting [2021-01-22T09:31:11.836Z] 777b2c648970: Waiting [2021-01-22T09:31:11.836Z] f58400e9f0b7: Waiting [2021-01-22T09:31:11.836Z] 7c3fdcfcf0c4: Waiting [2021-01-22T09:31:11.836Z] 9d3fb25e51bb: Layer already exists [2021-01-22T09:31:11.836Z] 4896a38581a9: Layer already exists [2021-01-22T09:31:11.836Z] ebfa7cbd66d0: Layer already exists [2021-01-22T09:31:11.836Z] 7b795cd1706d: Layer already exists [2021-01-22T09:31:11.836Z] 1bf1156b8dd8: Layer already exists [2021-01-22T09:31:11.836Z] 235946ef647a: Layer already exists [2021-01-22T09:31:11.836Z] 7c3fdcfcf0c4: Layer already exists [2021-01-22T09:31:11.836Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:11.836Z] e444eb016608: Layer already exists [2021-01-22T09:31:11.836Z] f23e3ad493bd: Layer already exists [2021-01-22T09:31:11.836Z] 777b2c648970: Layer already exists [2021-01-22T09:31:11.985Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:12.104Z] 2.0.0-dev.54: digest: sha256:610853add3da24b5455289fa2d42108d52f43375c6e52daa21e7f7c346efd9ca size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:12.430Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:12.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:12.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T09:31:12.740Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:12.740Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:12.740Z] ebfa7cbd66d0: Preparing [2021-01-22T09:31:12.740Z] 7b795cd1706d: Preparing [2021-01-22T09:31:12.740Z] 1bf1156b8dd8: Preparing [2021-01-22T09:31:12.740Z] 4896a38581a9: Preparing [2021-01-22T09:31:12.740Z] f58400e9f0b7: Preparing [2021-01-22T09:31:12.740Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:12.740Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:12.740Z] 235946ef647a: Preparing [2021-01-22T09:31:12.740Z] e444eb016608: Preparing [2021-01-22T09:31:12.740Z] f23e3ad493bd: Preparing [2021-01-22T09:31:12.740Z] 777b2c648970: Preparing [2021-01-22T09:31:12.740Z] f58400e9f0b7: Waiting [2021-01-22T09:31:12.740Z] 7c3fdcfcf0c4: Waiting [2021-01-22T09:31:12.740Z] 235946ef647a: Waiting [2021-01-22T09:31:12.740Z] e444eb016608: Waiting [2021-01-22T09:31:12.740Z] f23e3ad493bd: Waiting [2021-01-22T09:31:12.740Z] 777b2c648970: Waiting [2021-01-22T09:31:12.740Z] 7b795cd1706d: Layer already exists [2021-01-22T09:31:12.740Z] 1bf1156b8dd8: Layer already exists [2021-01-22T09:31:12.740Z] ebfa7cbd66d0: Layer already exists [2021-01-22T09:31:12.740Z] 4896a38581a9: Layer already exists [2021-01-22T09:31:12.740Z] 9d3fb25e51bb: Layer already exists [2021-01-22T09:31:12.740Z] 7c3fdcfcf0c4: Layer already exists [2021-01-22T09:31:12.740Z] 235946ef647a: Layer already exists [2021-01-22T09:31:12.740Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:12.740Z] f23e3ad493bd: Layer already exists [2021-01-22T09:31:12.740Z] e444eb016608: Layer already exists [2021-01-22T09:31:12.740Z] 777b2c648970: Layer already exists [2021-01-22T09:31:12.970Z] 89aac4e95a33: Pushed [2021-01-22T09:31:12.970Z] d1069cd953f3: Pushed [2021-01-22T09:31:13.007Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:610853add3da24b5455289fa2d42108d52f43375c6e52daa21e7f7c346efd9ca size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:13.343Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:13.562Z] 1a6080773657: Pushed [2021-01-22T09:31:13.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-22T09:31:13.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T09:31:13.685Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:13.685Z] 9d3fb25e51bb: Preparing [2021-01-22T09:31:13.685Z] ebfa7cbd66d0: Preparing [2021-01-22T09:31:13.685Z] 7b795cd1706d: Preparing [2021-01-22T09:31:13.685Z] 1bf1156b8dd8: Preparing [2021-01-22T09:31:13.685Z] 4896a38581a9: Preparing [2021-01-22T09:31:13.685Z] f58400e9f0b7: Preparing [2021-01-22T09:31:13.685Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:13.685Z] 7c3fdcfcf0c4: Preparing [2021-01-22T09:31:13.685Z] 235946ef647a: Preparing [2021-01-22T09:31:13.685Z] e444eb016608: Preparing [2021-01-22T09:31:13.685Z] f23e3ad493bd: Preparing [2021-01-22T09:31:13.685Z] 777b2c648970: Preparing [2021-01-22T09:31:13.685Z] 235946ef647a: Waiting [2021-01-22T09:31:13.685Z] e444eb016608: Waiting [2021-01-22T09:31:13.685Z] f23e3ad493bd: Waiting [2021-01-22T09:31:13.685Z] f58400e9f0b7: Waiting [2021-01-22T09:31:13.685Z] 7c3fdcfcf0c4: Waiting [2021-01-22T09:31:13.685Z] 777b2c648970: Waiting [2021-01-22T09:31:13.836Z] 0fdeb4c8e847: Pushed [2021-01-22T09:31:13.836Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:1f29a8a0b2aff1a02f214e9fe7d05c3caf73af154426436e80816d2d4fedb87f size: 3036 [2021-01-22T09:31:14.001Z] 4896a38581a9: Layer already exists [2021-01-22T09:31:14.001Z] 1bf1156b8dd8: Layer already exists [2021-01-22T09:31:14.001Z] ebfa7cbd66d0: Layer already exists [2021-01-22T09:31:14.001Z] 9d3fb25e51bb: Layer already exists [2021-01-22T09:31:14.001Z] 7b795cd1706d: Layer already exists [2021-01-22T09:31:14.001Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:14.001Z] f23e3ad493bd: Layer already exists [2021-01-22T09:31:14.001Z] e444eb016608: Layer already exists [2021-01-22T09:31:14.001Z] 235946ef647a: Layer already exists [2021-01-22T09:31:14.001Z] 7c3fdcfcf0c4: Layer already exists [2021-01-22T09:31:14.001Z] 777b2c648970: Layer already exists [2021-01-22T09:31:14.001Z] master: digest: sha256:610853add3da24b5455289fa2d42108d52f43375c6e52daa21e7f7c346efd9ca size: 3036 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:14.189Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:14.237Z] taggedImages: [2021-01-22T09:31:14.237Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:14.237Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.54 [2021-01-22T09:31:14.237Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:14.237Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-22T09:31:14.362Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-22T09:31:14.362Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:14.362Z] 2.0.0-dev.54 [2021-01-22T09:31:14.362Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:14.362Z] master [2021-01-22T09:31:14.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:14.625Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:14.920Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:15.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:15.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T09:31:15.020Z] 9948029df341: Preparing [2021-01-22T09:31:15.020Z] 9948029df341: Preparing [2021-01-22T09:31:15.020Z] f0ac8e61cd09: Preparing [2021-01-22T09:31:15.020Z] d1069cd953f3: Preparing [2021-01-22T09:31:15.020Z] ee46f4e1a730: Preparing [2021-01-22T09:31:15.020Z] 89aac4e95a33: Preparing [2021-01-22T09:31:15.020Z] a8e2a3131754: Preparing [2021-01-22T09:31:15.020Z] ba279f2b52ff: Preparing [2021-01-22T09:31:15.020Z] ba279f2b52ff: Preparing [2021-01-22T09:31:15.020Z] 1a6080773657: Preparing [2021-01-22T09:31:15.020Z] 0fdeb4c8e847: Preparing [2021-01-22T09:31:15.020Z] 6f1899f3b2cb: Preparing [2021-01-22T09:31:15.020Z] 379067d0cb53: Preparing [2021-01-22T09:31:15.020Z] 1a6080773657: Waiting [2021-01-22T09:31:15.020Z] 6f1899f3b2cb: Waiting [2021-01-22T09:31:15.021Z] 379067d0cb53: Waiting [2021-01-22T09:31:15.021Z] 0fdeb4c8e847: Waiting [2021-01-22T09:31:15.021Z] a8e2a3131754: Waiting [2021-01-22T09:31:15.021Z] ba279f2b52ff: Waiting [2021-01-22T09:31:15.290Z] d1069cd953f3: Layer already exists [2021-01-22T09:31:15.290Z] f0ac8e61cd09: Layer already exists [2021-01-22T09:31:15.290Z] 89aac4e95a33: Layer already exists [2021-01-22T09:31:15.290Z] 9948029df341: Layer already exists [2021-01-22T09:31:15.290Z] ee46f4e1a730: Layer already exists [2021-01-22T09:31:15.290Z] 1a6080773657: Layer already exists [2021-01-22T09:31:15.290Z] ba279f2b52ff: Layer already exists [2021-01-22T09:31:15.291Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:15.291Z] 0fdeb4c8e847: Layer already exists [2021-01-22T09:31:15.291Z] 6f1899f3b2cb: Layer already exists [2021-01-22T09:31:15.291Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:15.291Z] 2.0.0-dev.54: digest: sha256:1f29a8a0b2aff1a02f214e9fe7d05c3caf73af154426436e80816d2d4fedb87f size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:15.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:15.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T09:31:15.391Z] 3313d329978f: Preparing [2021-01-22T09:31:15.391Z] 0a8096980664: Preparing [2021-01-22T09:31:15.391Z] da5bbd077a39: Preparing [2021-01-22T09:31:15.391Z] b9792266b1b2: Preparing [2021-01-22T09:31:15.391Z] 9c7d2d3c4ad9: Preparing [2021-01-22T09:31:15.391Z] 777b2c648970: Preparing [2021-01-22T09:31:15.391Z] 777b2c648970: Waiting [2021-01-22T09:31:15.633Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:15.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:15.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T09:31:15.969Z] 9948029df341: Preparing [2021-01-22T09:31:15.969Z] 9948029df341: Preparing [2021-01-22T09:31:15.969Z] f0ac8e61cd09: Preparing [2021-01-22T09:31:15.969Z] d1069cd953f3: Preparing [2021-01-22T09:31:15.969Z] ee46f4e1a730: Preparing [2021-01-22T09:31:15.969Z] 89aac4e95a33: Preparing [2021-01-22T09:31:15.969Z] a8e2a3131754: Preparing [2021-01-22T09:31:15.969Z] ba279f2b52ff: Preparing [2021-01-22T09:31:15.969Z] ba279f2b52ff: Preparing [2021-01-22T09:31:15.969Z] 1a6080773657: Preparing [2021-01-22T09:31:15.969Z] 0fdeb4c8e847: Preparing [2021-01-22T09:31:15.969Z] 6f1899f3b2cb: Preparing [2021-01-22T09:31:15.969Z] 379067d0cb53: Preparing [2021-01-22T09:31:15.969Z] ba279f2b52ff: Waiting [2021-01-22T09:31:15.969Z] 1a6080773657: Waiting [2021-01-22T09:31:15.969Z] 0fdeb4c8e847: Waiting [2021-01-22T09:31:15.969Z] 6f1899f3b2cb: Waiting [2021-01-22T09:31:15.969Z] 379067d0cb53: Waiting [2021-01-22T09:31:15.969Z] a8e2a3131754: Waiting [2021-01-22T09:31:15.969Z] ee46f4e1a730: Layer already exists [2021-01-22T09:31:15.969Z] d1069cd953f3: Layer already exists [2021-01-22T09:31:15.969Z] 89aac4e95a33: Layer already exists [2021-01-22T09:31:15.969Z] 9948029df341: Layer already exists [2021-01-22T09:31:15.969Z] f0ac8e61cd09: Layer already exists [2021-01-22T09:31:16.082Z] da5bbd077a39: Pushed [2021-01-22T09:31:16.082Z] b9792266b1b2: Pushed [2021-01-22T09:31:16.082Z] 777b2c648970: Layer already exists [2021-01-22T09:31:16.240Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:16.240Z] ba279f2b52ff: Layer already exists [2021-01-22T09:31:16.240Z] 6f1899f3b2cb: Layer already exists [2021-01-22T09:31:16.240Z] 1a6080773657: Layer already exists [2021-01-22T09:31:16.240Z] 0fdeb4c8e847: Layer already exists [2021-01-22T09:31:16.240Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:16.240Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:1f29a8a0b2aff1a02f214e9fe7d05c3caf73af154426436e80816d2d4fedb87f size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:16.578Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:16.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-22T09:31:16.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T09:31:16.917Z] 9948029df341: Preparing [2021-01-22T09:31:16.917Z] 9948029df341: Preparing [2021-01-22T09:31:16.917Z] f0ac8e61cd09: Preparing [2021-01-22T09:31:16.917Z] d1069cd953f3: Preparing [2021-01-22T09:31:16.917Z] ee46f4e1a730: Preparing [2021-01-22T09:31:16.917Z] 89aac4e95a33: Preparing [2021-01-22T09:31:16.917Z] a8e2a3131754: Preparing [2021-01-22T09:31:16.917Z] ba279f2b52ff: Preparing [2021-01-22T09:31:16.917Z] ba279f2b52ff: Preparing [2021-01-22T09:31:16.917Z] 1a6080773657: Preparing [2021-01-22T09:31:16.917Z] 0fdeb4c8e847: Preparing [2021-01-22T09:31:16.917Z] 6f1899f3b2cb: Preparing [2021-01-22T09:31:16.917Z] 379067d0cb53: Preparing [2021-01-22T09:31:16.917Z] ba279f2b52ff: Waiting [2021-01-22T09:31:16.917Z] 1a6080773657: Waiting [2021-01-22T09:31:16.917Z] 0fdeb4c8e847: Waiting [2021-01-22T09:31:16.917Z] 6f1899f3b2cb: Waiting [2021-01-22T09:31:16.917Z] 379067d0cb53: Waiting [2021-01-22T09:31:16.917Z] a8e2a3131754: Waiting [2021-01-22T09:31:16.917Z] 89aac4e95a33: Layer already exists [2021-01-22T09:31:16.917Z] f0ac8e61cd09: Layer already exists [2021-01-22T09:31:16.917Z] ee46f4e1a730: Layer already exists [2021-01-22T09:31:17.107Z] 9c7d2d3c4ad9: Pushed [2021-01-22T09:31:17.186Z] d1069cd953f3: Layer already exists [2021-01-22T09:31:17.186Z] 9948029df341: Layer already exists [2021-01-22T09:31:17.186Z] ba279f2b52ff: Layer already exists [2021-01-22T09:31:17.186Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:17.186Z] 6f1899f3b2cb: Layer already exists [2021-01-22T09:31:17.186Z] 1a6080773657: Layer already exists [2021-01-22T09:31:17.186Z] 0fdeb4c8e847: Layer already exists [2021-01-22T09:31:17.186Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:17.186Z] master: digest: sha256:1f29a8a0b2aff1a02f214e9fe7d05c3caf73af154426436e80816d2d4fedb87f size: 3036 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:17.369Z] ===================================================== [2021-01-22T09:31:17.376Z] 0a8096980664: Pushed [2021-01-22T09:31:17.376Z] 3313d329978f: Pushed [Pipeline] echo [2021-01-22T09:31:17.415Z] taggedImages: [2021-01-22T09:31:17.415Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:17.415Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:17.415Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:17.415Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-22T09:31:17.476Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-22T09:31:17.476Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:17.476Z] 2.0.0-dev.54 [2021-01-22T09:31:17.476Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:17.476Z] master [2021-01-22T09:31:17.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-22T09:31:17.641Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:5ab7da27b0b6c310520b294740e616d1389db3b71d385f78bfb618f9f0df1909 size: 1574 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:18.019Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:18.050Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:18.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:18.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T09:31:18.357Z] 087d1d47e75b: Preparing [2021-01-22T09:31:18.357Z] da848160eb85: Preparing [2021-01-22T09:31:18.357Z] 5b7ee1e4ce7c: Preparing [2021-01-22T09:31:18.357Z] d418aa51c079: Preparing [2021-01-22T09:31:18.357Z] 1ef869237e6f: Preparing [2021-01-22T09:31:18.357Z] 379067d0cb53: Preparing [2021-01-22T09:31:18.357Z] 379067d0cb53: Waiting [2021-01-22T09:31:18.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.54 [2021-01-22T09:31:18.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T09:31:18.484Z] 3313d329978f: Preparing [2021-01-22T09:31:18.484Z] 0a8096980664: Preparing [2021-01-22T09:31:18.484Z] da5bbd077a39: Preparing [2021-01-22T09:31:18.484Z] b9792266b1b2: Preparing [2021-01-22T09:31:18.484Z] 9c7d2d3c4ad9: Preparing [2021-01-22T09:31:18.484Z] 777b2c648970: Preparing [2021-01-22T09:31:18.484Z] 777b2c648970: Waiting [2021-01-22T09:31:18.484Z] da5bbd077a39: Layer already exists [2021-01-22T09:31:18.484Z] 9c7d2d3c4ad9: Layer already exists [2021-01-22T09:31:18.484Z] 3313d329978f: Layer already exists [2021-01-22T09:31:18.484Z] b9792266b1b2: Layer already exists [2021-01-22T09:31:18.484Z] 0a8096980664: Layer already exists [2021-01-22T09:31:18.658Z] d418aa51c079: Pushed [2021-01-22T09:31:18.658Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:18.767Z] 777b2c648970: Layer already exists [2021-01-22T09:31:18.767Z] 2.0.0-dev.54: digest: sha256:5ab7da27b0b6c310520b294740e616d1389db3b71d385f78bfb618f9f0df1909 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:18.949Z] 5b7ee1e4ce7c: Pushed [2021-01-22T09:31:18.949Z] 1ef869237e6f: Pushed [2021-01-22T09:31:19.158Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:19.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:19.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T09:31:19.742Z] 3313d329978f: Preparing [2021-01-22T09:31:19.742Z] 0a8096980664: Preparing [2021-01-22T09:31:19.742Z] da5bbd077a39: Preparing [2021-01-22T09:31:19.742Z] b9792266b1b2: Preparing [2021-01-22T09:31:19.742Z] 9c7d2d3c4ad9: Preparing [2021-01-22T09:31:19.742Z] 777b2c648970: Preparing [2021-01-22T09:31:19.742Z] 777b2c648970: Waiting [2021-01-22T09:31:19.742Z] 0a8096980664: Layer already exists [2021-01-22T09:31:19.742Z] b9792266b1b2: Layer already exists [2021-01-22T09:31:19.742Z] da5bbd077a39: Layer already exists [2021-01-22T09:31:19.742Z] 9c7d2d3c4ad9: Layer already exists [2021-01-22T09:31:19.742Z] 3313d329978f: Layer already exists [2021-01-22T09:31:19.742Z] 777b2c648970: Layer already exists [2021-01-22T09:31:19.742Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:5ab7da27b0b6c310520b294740e616d1389db3b71d385f78bfb618f9f0df1909 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:20.491Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:20.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-22T09:31:20.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T09:31:20.811Z] 3313d329978f: Preparing [2021-01-22T09:31:20.811Z] 0a8096980664: Preparing [2021-01-22T09:31:20.811Z] da5bbd077a39: Preparing [2021-01-22T09:31:20.811Z] b9792266b1b2: Preparing [2021-01-22T09:31:20.811Z] 9c7d2d3c4ad9: Preparing [2021-01-22T09:31:20.811Z] 777b2c648970: Preparing [2021-01-22T09:31:20.811Z] 777b2c648970: Waiting [2021-01-22T09:31:20.811Z] da5bbd077a39: Layer already exists [2021-01-22T09:31:20.811Z] 9c7d2d3c4ad9: Layer already exists [2021-01-22T09:31:20.811Z] 3313d329978f: Layer already exists [2021-01-22T09:31:20.811Z] 0a8096980664: Layer already exists [2021-01-22T09:31:20.811Z] b9792266b1b2: Layer already exists [2021-01-22T09:31:20.811Z] 777b2c648970: Layer already exists [2021-01-22T09:31:20.926Z] da848160eb85: Pushed [2021-01-22T09:31:20.926Z] 087d1d47e75b: Pushed [2021-01-22T09:31:21.084Z] master: digest: sha256:5ab7da27b0b6c310520b294740e616d1389db3b71d385f78bfb618f9f0df1909 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-22T09:31:21.198Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:1953f199df59ebdb1aff5823e1fa1d2f658af090a9d3561233ac93a5c0ddc49d size: 1574 [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:21.278Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:21.324Z] taggedImages: [2021-01-22T09:31:21.324Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:21.324Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.54 [2021-01-22T09:31:21.324Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:21.324Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-22T09:31:21.442Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-22T09:31:21.442Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:21.442Z] 2.0.0-dev.54 [2021-01-22T09:31:21.442Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:21.442Z] master [2021-01-22T09:31:21.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:21.705Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:21.942Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:22.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:22.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T09:31:22.041Z] 087d1d47e75b: Preparing [2021-01-22T09:31:22.041Z] da848160eb85: Preparing [2021-01-22T09:31:22.041Z] 5b7ee1e4ce7c: Preparing [2021-01-22T09:31:22.041Z] d418aa51c079: Preparing [2021-01-22T09:31:22.041Z] 1ef869237e6f: Preparing [2021-01-22T09:31:22.041Z] 379067d0cb53: Preparing [2021-01-22T09:31:22.041Z] 379067d0cb53: Waiting [2021-01-22T09:31:22.041Z] 5b7ee1e4ce7c: Layer already exists [2021-01-22T09:31:22.041Z] da848160eb85: Layer already exists [2021-01-22T09:31:22.041Z] d418aa51c079: Layer already exists [2021-01-22T09:31:22.041Z] 1ef869237e6f: Layer already exists [2021-01-22T09:31:22.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:22.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T09:31:22.261Z] 0c335b6bc97b: Preparing [2021-01-22T09:31:22.261Z] bb01927cb44f: Preparing [2021-01-22T09:31:22.261Z] d02ff0fbe9c9: Preparing [2021-01-22T09:31:22.261Z] daa7aa15e0f8: Preparing [2021-01-22T09:31:22.261Z] 495ae0465f48: Preparing [2021-01-22T09:31:22.261Z] 3a47434d7096: Preparing [2021-01-22T09:31:22.261Z] 55d5566e4e7e: Preparing [2021-01-22T09:31:22.261Z] d8629482d91c: Preparing [2021-01-22T09:31:22.261Z] 777b2c648970: Preparing [2021-01-22T09:31:22.261Z] 3a47434d7096: Waiting [2021-01-22T09:31:22.261Z] 777b2c648970: Waiting [2021-01-22T09:31:22.261Z] 55d5566e4e7e: Waiting [2021-01-22T09:31:22.261Z] d8629482d91c: Waiting [2021-01-22T09:31:22.312Z] 087d1d47e75b: Layer already exists [2021-01-22T09:31:22.312Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:22.312Z] 2.0.0-dev.54: digest: sha256:1953f199df59ebdb1aff5823e1fa1d2f658af090a9d3561233ac93a5c0ddc49d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:22.568Z] 495ae0465f48: Pushed [2021-01-22T09:31:22.568Z] bb01927cb44f: Pushed [2021-01-22T09:31:22.568Z] 0c335b6bc97b: Pushed [2021-01-22T09:31:22.679Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:22.871Z] 3a47434d7096: Pushed [2021-01-22T09:31:22.871Z] 55d5566e4e7e: Pushed [2021-01-22T09:31:22.871Z] 777b2c648970: Layer already exists [2021-01-22T09:31:23.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:23.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T09:31:23.103Z] 087d1d47e75b: Preparing [2021-01-22T09:31:23.103Z] da848160eb85: Preparing [2021-01-22T09:31:23.103Z] 5b7ee1e4ce7c: Preparing [2021-01-22T09:31:23.103Z] d418aa51c079: Preparing [2021-01-22T09:31:23.103Z] 1ef869237e6f: Preparing [2021-01-22T09:31:23.103Z] 379067d0cb53: Preparing [2021-01-22T09:31:23.103Z] 379067d0cb53: Waiting [2021-01-22T09:31:23.103Z] 5b7ee1e4ce7c: Layer already exists [2021-01-22T09:31:23.103Z] da848160eb85: Layer already exists [2021-01-22T09:31:23.103Z] 087d1d47e75b: Layer already exists [2021-01-22T09:31:23.103Z] d418aa51c079: Layer already exists [2021-01-22T09:31:23.103Z] 1ef869237e6f: Layer already exists [2021-01-22T09:31:23.103Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:23.166Z] d8629482d91c: Pushed [2021-01-22T09:31:23.385Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:1953f199df59ebdb1aff5823e1fa1d2f658af090a9d3561233ac93a5c0ddc49d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:23.782Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:24.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-22T09:31:24.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T09:31:24.126Z] 087d1d47e75b: Preparing [2021-01-22T09:31:24.126Z] da848160eb85: Preparing [2021-01-22T09:31:24.126Z] 5b7ee1e4ce7c: Preparing [2021-01-22T09:31:24.126Z] d418aa51c079: Preparing [2021-01-22T09:31:24.126Z] 1ef869237e6f: Preparing [2021-01-22T09:31:24.126Z] 379067d0cb53: Preparing [2021-01-22T09:31:24.126Z] 379067d0cb53: Waiting [2021-01-22T09:31:24.126Z] 5b7ee1e4ce7c: Layer already exists [2021-01-22T09:31:24.126Z] d418aa51c079: Layer already exists [2021-01-22T09:31:24.126Z] da848160eb85: Layer already exists [2021-01-22T09:31:24.126Z] 1ef869237e6f: Layer already exists [2021-01-22T09:31:24.126Z] 087d1d47e75b: Layer already exists [2021-01-22T09:31:24.126Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:24.128Z] d02ff0fbe9c9: Pushed [2021-01-22T09:31:24.128Z] daa7aa15e0f8: Pushed [2021-01-22T09:31:24.128Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:f5c7d29189293f9718e52db7050b598ded1b6d08ac289a59c8c06883ba46fa99 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:24.398Z] master: digest: sha256:1953f199df59ebdb1aff5823e1fa1d2f658af090a9d3561233ac93a5c0ddc49d size: 1574 [Pipeline] } [2021-01-22T09:31:24.444Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.54 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:24.542Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-22T09:31:24.631Z] taggedImages: [2021-01-22T09:31:24.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:24.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:24.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:24.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-22T09:31:24.693Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-22T09:31:24.693Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:24.693Z] 2.0.0-dev.54 [2021-01-22T09:31:24.693Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:24.693Z] master [2021-01-22T09:31:24.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:24.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.54 [2021-01-22T09:31:24.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T09:31:24.908Z] 0c335b6bc97b: Preparing [2021-01-22T09:31:24.908Z] bb01927cb44f: Preparing [2021-01-22T09:31:24.908Z] d02ff0fbe9c9: Preparing [2021-01-22T09:31:24.908Z] daa7aa15e0f8: Preparing [2021-01-22T09:31:24.908Z] 495ae0465f48: Preparing [2021-01-22T09:31:24.908Z] 3a47434d7096: Preparing [2021-01-22T09:31:24.908Z] 55d5566e4e7e: Preparing [2021-01-22T09:31:24.908Z] d8629482d91c: Preparing [2021-01-22T09:31:24.908Z] 777b2c648970: Preparing [2021-01-22T09:31:24.908Z] 3a47434d7096: Waiting [2021-01-22T09:31:24.908Z] d8629482d91c: Waiting [2021-01-22T09:31:24.908Z] 55d5566e4e7e: Waiting [2021-01-22T09:31:24.908Z] 777b2c648970: Waiting [2021-01-22T09:31:24.908Z] 495ae0465f48: Layer already exists [2021-01-22T09:31:24.908Z] daa7aa15e0f8: Layer already exists [2021-01-22T09:31:25.191Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:25.221Z] d02ff0fbe9c9: Layer already exists [2021-01-22T09:31:25.222Z] bb01927cb44f: Layer already exists [2021-01-22T09:31:25.222Z] 0c335b6bc97b: Layer already exists [2021-01-22T09:31:25.222Z] 55d5566e4e7e: Layer already exists [2021-01-22T09:31:25.222Z] 3a47434d7096: Layer already exists [2021-01-22T09:31:25.222Z] 777b2c648970: Layer already exists [2021-01-22T09:31:25.222Z] d8629482d91c: Layer already exists [2021-01-22T09:31:25.222Z] 2.0.0-dev.54: digest: sha256:f5c7d29189293f9718e52db7050b598ded1b6d08ac289a59c8c06883ba46fa99 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:25.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:25.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T09:31:25.522Z] f5b90b3c5579: Preparing [2021-01-22T09:31:25.522Z] 46c883cafabd: Preparing [2021-01-22T09:31:25.522Z] 8ccd55213810: Preparing [2021-01-22T09:31:25.522Z] 7665e66c403b: Preparing [2021-01-22T09:31:25.522Z] 044cd82c4b9f: Preparing [2021-01-22T09:31:25.522Z] 99bcc5cb065e: Preparing [2021-01-22T09:31:25.522Z] 1f3eee9e2a30: Preparing [2021-01-22T09:31:25.522Z] 7c78d7787232: Preparing [2021-01-22T09:31:25.522Z] 379067d0cb53: Preparing [2021-01-22T09:31:25.522Z] 1f3eee9e2a30: Waiting [2021-01-22T09:31:25.522Z] 379067d0cb53: Waiting [2021-01-22T09:31:25.522Z] 7c78d7787232: Waiting [2021-01-22T09:31:25.522Z] 99bcc5cb065e: Waiting [2021-01-22T09:31:25.662Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:25.796Z] f5b90b3c5579: Pushed [2021-01-22T09:31:25.796Z] 46c883cafabd: Pushed [2021-01-22T09:31:25.796Z] 044cd82c4b9f: Pushed [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:26.069Z] 99bcc5cb065e: Pushed [2021-01-22T09:31:26.069Z] 1f3eee9e2a30: Pushed [2021-01-22T09:31:26.069Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:26.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:26.341Z] 7c78d7787232: Pushed [2021-01-22T09:31:26.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T09:31:26.480Z] 0c335b6bc97b: Preparing [2021-01-22T09:31:26.480Z] bb01927cb44f: Preparing [2021-01-22T09:31:26.480Z] d02ff0fbe9c9: Preparing [2021-01-22T09:31:26.480Z] daa7aa15e0f8: Preparing [2021-01-22T09:31:26.480Z] 495ae0465f48: Preparing [2021-01-22T09:31:26.480Z] 3a47434d7096: Preparing [2021-01-22T09:31:26.480Z] 55d5566e4e7e: Preparing [2021-01-22T09:31:26.480Z] d8629482d91c: Preparing [2021-01-22T09:31:26.480Z] 777b2c648970: Preparing [2021-01-22T09:31:26.480Z] 3a47434d7096: Waiting [2021-01-22T09:31:26.480Z] 55d5566e4e7e: Waiting [2021-01-22T09:31:26.480Z] d8629482d91c: Waiting [2021-01-22T09:31:26.480Z] 777b2c648970: Waiting [2021-01-22T09:31:26.480Z] bb01927cb44f: Layer already exists [2021-01-22T09:31:26.480Z] 0c335b6bc97b: Layer already exists [2021-01-22T09:31:26.480Z] d02ff0fbe9c9: Layer already exists [2021-01-22T09:31:26.480Z] daa7aa15e0f8: Layer already exists [2021-01-22T09:31:26.480Z] 495ae0465f48: Layer already exists [2021-01-22T09:31:26.480Z] 55d5566e4e7e: Layer already exists [2021-01-22T09:31:26.480Z] 777b2c648970: Layer already exists [2021-01-22T09:31:26.480Z] d8629482d91c: Layer already exists [2021-01-22T09:31:26.480Z] 3a47434d7096: Layer already exists [2021-01-22T09:31:26.480Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:f5c7d29189293f9718e52db7050b598ded1b6d08ac289a59c8c06883ba46fa99 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:26.855Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:27.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-22T09:31:27.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T09:31:27.195Z] 0c335b6bc97b: Preparing [2021-01-22T09:31:27.195Z] bb01927cb44f: Preparing [2021-01-22T09:31:27.195Z] d02ff0fbe9c9: Preparing [2021-01-22T09:31:27.195Z] daa7aa15e0f8: Preparing [2021-01-22T09:31:27.195Z] 495ae0465f48: Preparing [2021-01-22T09:31:27.195Z] 3a47434d7096: Preparing [2021-01-22T09:31:27.195Z] 55d5566e4e7e: Preparing [2021-01-22T09:31:27.195Z] d8629482d91c: Preparing [2021-01-22T09:31:27.195Z] 777b2c648970: Preparing [2021-01-22T09:31:27.195Z] 3a47434d7096: Waiting [2021-01-22T09:31:27.195Z] 55d5566e4e7e: Waiting [2021-01-22T09:31:27.195Z] d8629482d91c: Waiting [2021-01-22T09:31:27.195Z] 777b2c648970: Waiting [2021-01-22T09:31:27.195Z] 0c335b6bc97b: Layer already exists [2021-01-22T09:31:27.195Z] d02ff0fbe9c9: Layer already exists [2021-01-22T09:31:27.195Z] 495ae0465f48: Layer already exists [2021-01-22T09:31:27.195Z] bb01927cb44f: Layer already exists [2021-01-22T09:31:27.195Z] daa7aa15e0f8: Layer already exists [2021-01-22T09:31:27.460Z] 3a47434d7096: Layer already exists [2021-01-22T09:31:27.460Z] d8629482d91c: Layer already exists [2021-01-22T09:31:27.460Z] 777b2c648970: Layer already exists [2021-01-22T09:31:27.460Z] 55d5566e4e7e: Layer already exists [2021-01-22T09:31:27.461Z] master: digest: sha256:f5c7d29189293f9718e52db7050b598ded1b6d08ac289a59c8c06883ba46fa99 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:27.638Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:27.681Z] taggedImages: [2021-01-22T09:31:27.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:27.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.54 [2021-01-22T09:31:27.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:27.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-22T09:31:27.741Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-22T09:31:27.741Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:27.741Z] 2.0.0-dev.54 [2021-01-22T09:31:27.741Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:27.741Z] master [2021-01-22T09:31:27.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:28.272Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:28.301Z] 7665e66c403b: Pushed [2021-01-22T09:31:28.301Z] 8ccd55213810: Pushed [2021-01-22T09:31:28.301Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:3e7d8ba4b0ed45609e92a30808aafe448da73fd32cc0d1ac8fc3d90ad2cb4eb1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:28.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:28.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T09:31:28.598Z] 8116940a3e8f: Preparing [2021-01-22T09:31:28.598Z] 13b306f8c977: Preparing [2021-01-22T09:31:28.598Z] f58400e9f0b7: Preparing [2021-01-22T09:31:28.598Z] 8c735957e54a: Preparing [2021-01-22T09:31:28.598Z] 777b2c648970: Preparing [2021-01-22T09:31:28.598Z] 777b2c648970: Layer already exists [2021-01-22T09:31:28.598Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:28.598Z] 8116940a3e8f: Pushed [2021-01-22T09:31:28.693Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:29.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:29.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T09:31:29.027Z] f5b90b3c5579: Preparing [2021-01-22T09:31:29.027Z] 46c883cafabd: Preparing [2021-01-22T09:31:29.027Z] 8ccd55213810: Preparing [2021-01-22T09:31:29.027Z] 7665e66c403b: Preparing [2021-01-22T09:31:29.027Z] 044cd82c4b9f: Preparing [2021-01-22T09:31:29.027Z] 99bcc5cb065e: Preparing [2021-01-22T09:31:29.027Z] 1f3eee9e2a30: Preparing [2021-01-22T09:31:29.027Z] 7c78d7787232: Preparing [2021-01-22T09:31:29.027Z] 379067d0cb53: Preparing [2021-01-22T09:31:29.027Z] 99bcc5cb065e: Waiting [2021-01-22T09:31:29.027Z] 1f3eee9e2a30: Waiting [2021-01-22T09:31:29.027Z] 379067d0cb53: Waiting [2021-01-22T09:31:29.027Z] 7c78d7787232: Waiting [2021-01-22T09:31:29.027Z] 7665e66c403b: Layer already exists [2021-01-22T09:31:29.027Z] 46c883cafabd: Layer already exists [2021-01-22T09:31:29.027Z] 8ccd55213810: Layer already exists [2021-01-22T09:31:29.027Z] f5b90b3c5579: Layer already exists [2021-01-22T09:31:29.027Z] 044cd82c4b9f: Layer already exists [2021-01-22T09:31:29.298Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:29.298Z] 99bcc5cb065e: Layer already exists [2021-01-22T09:31:29.298Z] 7c78d7787232: Layer already exists [2021-01-22T09:31:29.298Z] 1f3eee9e2a30: Layer already exists [2021-01-22T09:31:29.298Z] 2.0.0-dev.54: digest: sha256:3e7d8ba4b0ed45609e92a30808aafe448da73fd32cc0d1ac8fc3d90ad2cb4eb1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:29.636Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:29.666Z] 8c735957e54a: Pushed [2021-01-22T09:31:29.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:29.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T09:31:29.967Z] f5b90b3c5579: Preparing [2021-01-22T09:31:29.967Z] 46c883cafabd: Preparing [2021-01-22T09:31:29.967Z] 8ccd55213810: Preparing [2021-01-22T09:31:29.967Z] 7665e66c403b: Preparing [2021-01-22T09:31:29.967Z] 044cd82c4b9f: Preparing [2021-01-22T09:31:29.967Z] 99bcc5cb065e: Preparing [2021-01-22T09:31:29.967Z] 1f3eee9e2a30: Preparing [2021-01-22T09:31:29.967Z] 7c78d7787232: Preparing [2021-01-22T09:31:29.967Z] 379067d0cb53: Preparing [2021-01-22T09:31:29.967Z] 1f3eee9e2a30: Waiting [2021-01-22T09:31:29.967Z] 99bcc5cb065e: Waiting [2021-01-22T09:31:29.967Z] 7c78d7787232: Waiting [2021-01-22T09:31:29.967Z] 379067d0cb53: Waiting [2021-01-22T09:31:29.967Z] 8ccd55213810: Layer already exists [2021-01-22T09:31:29.967Z] f5b90b3c5579: Layer already exists [2021-01-22T09:31:29.967Z] 044cd82c4b9f: Layer already exists [2021-01-22T09:31:29.967Z] 7665e66c403b: Layer already exists [2021-01-22T09:31:29.967Z] 46c883cafabd: Layer already exists [2021-01-22T09:31:30.240Z] 1f3eee9e2a30: Layer already exists [2021-01-22T09:31:30.240Z] 99bcc5cb065e: Layer already exists [2021-01-22T09:31:30.240Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:30.240Z] 7c78d7787232: Layer already exists [2021-01-22T09:31:30.240Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:3e7d8ba4b0ed45609e92a30808aafe448da73fd32cc0d1ac8fc3d90ad2cb4eb1 size: 2198 [2021-01-22T09:31:30.252Z] 13b306f8c977: Pushed [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:30.537Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:5428b69bb2714a1ac618b1e41cefebca58a70ce6d458084dd86db0f250b3e688 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:30.585Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:30.890Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:31.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-22T09:31:31.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T09:31:31.088Z] f5b90b3c5579: Preparing [2021-01-22T09:31:31.088Z] 46c883cafabd: Preparing [2021-01-22T09:31:31.088Z] 8ccd55213810: Preparing [2021-01-22T09:31:31.088Z] 7665e66c403b: Preparing [2021-01-22T09:31:31.088Z] 044cd82c4b9f: Preparing [2021-01-22T09:31:31.088Z] 99bcc5cb065e: Preparing [2021-01-22T09:31:31.088Z] 1f3eee9e2a30: Preparing [2021-01-22T09:31:31.088Z] 7c78d7787232: Preparing [2021-01-22T09:31:31.088Z] 379067d0cb53: Preparing [2021-01-22T09:31:31.088Z] 99bcc5cb065e: Waiting [2021-01-22T09:31:31.088Z] 1f3eee9e2a30: Waiting [2021-01-22T09:31:31.088Z] 379067d0cb53: Waiting [2021-01-22T09:31:31.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.54 [2021-01-22T09:31:31.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T09:31:31.290Z] 8116940a3e8f: Preparing [2021-01-22T09:31:31.290Z] 13b306f8c977: Preparing [2021-01-22T09:31:31.290Z] f58400e9f0b7: Preparing [2021-01-22T09:31:31.290Z] 8c735957e54a: Preparing [2021-01-22T09:31:31.290Z] 777b2c648970: Preparing [2021-01-22T09:31:31.290Z] 8c735957e54a: Layer already exists [2021-01-22T09:31:31.290Z] 13b306f8c977: Layer already exists [2021-01-22T09:31:31.290Z] 777b2c648970: Layer already exists [2021-01-22T09:31:31.290Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:31.290Z] 8116940a3e8f: Layer already exists [2021-01-22T09:31:31.367Z] f5b90b3c5579: Layer already exists [2021-01-22T09:31:31.367Z] 7665e66c403b: Layer already exists [2021-01-22T09:31:31.367Z] 8ccd55213810: Layer already exists [2021-01-22T09:31:31.367Z] 044cd82c4b9f: Layer already exists [2021-01-22T09:31:31.367Z] 46c883cafabd: Layer already exists [2021-01-22T09:31:31.367Z] 99bcc5cb065e: Layer already exists [2021-01-22T09:31:31.367Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:31.367Z] 7c78d7787232: Layer already exists [2021-01-22T09:31:31.367Z] 1f3eee9e2a30: Layer already exists [2021-01-22T09:31:31.367Z] master: digest: sha256:3e7d8ba4b0ed45609e92a30808aafe448da73fd32cc0d1ac8fc3d90ad2cb4eb1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-22T09:31:31.613Z] 2.0.0-dev.54: digest: sha256:5428b69bb2714a1ac618b1e41cefebca58a70ce6d458084dd86db0f250b3e688 size: 1364 [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:31.662Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:31.709Z] taggedImages: [2021-01-22T09:31:31.709Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:31.709Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:31.709Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:31.709Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-22T09:31:31.776Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-22T09:31:31.776Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:31.776Z] 2.0.0-dev.54 [2021-01-22T09:31:31.776Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:31.776Z] master [2021-01-22T09:31:31.776Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:32.091Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:32.370Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:32.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:32.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:32.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T09:31:32.815Z] c46b00d9324e: Preparing [2021-01-22T09:31:32.815Z] fc408853d5aa: Preparing [2021-01-22T09:31:32.815Z] a8e2a3131754: Preparing [2021-01-22T09:31:32.815Z] 5578d0915f48: Preparing [2021-01-22T09:31:32.815Z] 379067d0cb53: Preparing [2021-01-22T09:31:33.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T09:31:33.039Z] 8116940a3e8f: Preparing [2021-01-22T09:31:33.039Z] 13b306f8c977: Preparing [2021-01-22T09:31:33.039Z] f58400e9f0b7: Preparing [2021-01-22T09:31:33.039Z] 8c735957e54a: Preparing [2021-01-22T09:31:33.039Z] 777b2c648970: Preparing [2021-01-22T09:31:33.039Z] 13b306f8c977: Layer already exists [2021-01-22T09:31:33.039Z] 8c735957e54a: Layer already exists [2021-01-22T09:31:33.039Z] 777b2c648970: Layer already exists [2021-01-22T09:31:33.039Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:33.039Z] 8116940a3e8f: Layer already exists [2021-01-22T09:31:33.039Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:5428b69bb2714a1ac618b1e41cefebca58a70ce6d458084dd86db0f250b3e688 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:33.087Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:33.087Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:33.087Z] c46b00d9324e: Pushed [2021-01-22T09:31:33.359Z] 5578d0915f48: Pushed [2021-01-22T09:31:33.385Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:33.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-22T09:31:34.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T09:31:34.028Z] 8116940a3e8f: Preparing [2021-01-22T09:31:34.028Z] 13b306f8c977: Preparing [2021-01-22T09:31:34.028Z] f58400e9f0b7: Preparing [2021-01-22T09:31:34.028Z] 8c735957e54a: Preparing [2021-01-22T09:31:34.028Z] 777b2c648970: Preparing [2021-01-22T09:31:34.028Z] 13b306f8c977: Layer already exists [2021-01-22T09:31:34.028Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:34.028Z] 8c735957e54a: Layer already exists [2021-01-22T09:31:34.028Z] 8116940a3e8f: Layer already exists [2021-01-22T09:31:34.028Z] 777b2c648970: Layer already exists [2021-01-22T09:31:34.292Z] master: digest: sha256:5428b69bb2714a1ac618b1e41cefebca58a70ce6d458084dd86db0f250b3e688 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:34.487Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:34.537Z] taggedImages: [2021-01-22T09:31:34.537Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:34.537Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.54 [2021-01-22T09:31:34.537Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:34.537Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-22T09:31:34.607Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-22T09:31:34.607Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:34.607Z] 2.0.0-dev.54 [2021-01-22T09:31:34.607Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:34.607Z] master [2021-01-22T09:31:34.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:35.118Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:35.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:35.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T09:31:35.731Z] c9630a3ab44e: Preparing [2021-01-22T09:31:35.731Z] 3c7990ab913c: Preparing [2021-01-22T09:31:35.731Z] f58400e9f0b7: Preparing [2021-01-22T09:31:35.731Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:35.731Z] 777b2c648970: Preparing [2021-01-22T09:31:35.731Z] 777b2c648970: Layer already exists [2021-01-22T09:31:35.731Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:35.731Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:35.970Z] fc408853d5aa: Pushed [2021-01-22T09:31:35.970Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:17ddeae39a95905f7e7d039fec7f834943fe8fb742bfcadcb67652f531f3dffc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:36.024Z] c9630a3ab44e: Pushed [2021-01-22T09:31:36.335Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:36.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:36.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T09:31:36.668Z] c46b00d9324e: Preparing [2021-01-22T09:31:36.669Z] fc408853d5aa: Preparing [2021-01-22T09:31:36.669Z] a8e2a3131754: Preparing [2021-01-22T09:31:36.669Z] 5578d0915f48: Preparing [2021-01-22T09:31:36.669Z] 379067d0cb53: Preparing [2021-01-22T09:31:36.669Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:36.669Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:36.669Z] 5578d0915f48: Layer already exists [2021-01-22T09:31:36.669Z] c46b00d9324e: Layer already exists [2021-01-22T09:31:36.669Z] fc408853d5aa: Layer already exists [2021-01-22T09:31:36.938Z] 2.0.0-dev.54: digest: sha256:17ddeae39a95905f7e7d039fec7f834943fe8fb742bfcadcb67652f531f3dffc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:37.275Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:37.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:37.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T09:31:37.609Z] c46b00d9324e: Preparing [2021-01-22T09:31:37.609Z] fc408853d5aa: Preparing [2021-01-22T09:31:37.609Z] a8e2a3131754: Preparing [2021-01-22T09:31:37.609Z] 5578d0915f48: Preparing [2021-01-22T09:31:37.609Z] 379067d0cb53: Preparing [2021-01-22T09:31:37.609Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:37.609Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:37.609Z] c46b00d9324e: Layer already exists [2021-01-22T09:31:37.609Z] fc408853d5aa: Layer already exists [2021-01-22T09:31:37.609Z] 5578d0915f48: Layer already exists [2021-01-22T09:31:37.747Z] 3c7990ab913c: Pushed [2021-01-22T09:31:37.747Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:c03e73d5277c8c59ae1c0b311493bef8b083d21fef996ff07dc0298547808b6e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:37.880Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:17ddeae39a95905f7e7d039fec7f834943fe8fb742bfcadcb67652f531f3dffc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:38.082Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:38.217Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:38.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.54 [2021-01-22T09:31:38.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-22T09:31:38.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T09:31:38.552Z] c46b00d9324e: Preparing [2021-01-22T09:31:38.552Z] fc408853d5aa: Preparing [2021-01-22T09:31:38.552Z] a8e2a3131754: Preparing [2021-01-22T09:31:38.552Z] 5578d0915f48: Preparing [2021-01-22T09:31:38.552Z] 379067d0cb53: Preparing [2021-01-22T09:31:38.552Z] fc408853d5aa: Layer already exists [2021-01-22T09:31:38.552Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:38.552Z] 5578d0915f48: Layer already exists [2021-01-22T09:31:38.552Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:38.552Z] c46b00d9324e: Layer already exists [2021-01-22T09:31:38.822Z] master: digest: sha256:17ddeae39a95905f7e7d039fec7f834943fe8fb742bfcadcb67652f531f3dffc size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:39.014Z] ===================================================== [2021-01-22T09:31:39.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T09:31:39.050Z] c9630a3ab44e: Preparing [2021-01-22T09:31:39.050Z] 3c7990ab913c: Preparing [2021-01-22T09:31:39.050Z] f58400e9f0b7: Preparing [2021-01-22T09:31:39.050Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:39.050Z] 777b2c648970: Preparing [2021-01-22T09:31:39.050Z] 3c7990ab913c: Layer already exists [2021-01-22T09:31:39.050Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:39.050Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:39.050Z] c9630a3ab44e: Layer already exists [2021-01-22T09:31:39.050Z] 777b2c648970: Layer already exists [2021-01-22T09:31:39.050Z] 2.0.0-dev.54: digest: sha256:c03e73d5277c8c59ae1c0b311493bef8b083d21fef996ff07dc0298547808b6e size: 1363 [Pipeline] echo [2021-01-22T09:31:39.058Z] taggedImages: [2021-01-22T09:31:39.058Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:39.058Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:39.058Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:39.058Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-22T09:31:39.148Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-22T09:31:39.148Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:39.148Z] 2.0.0-dev.54 [2021-01-22T09:31:39.148Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:39.148Z] master [2021-01-22T09:31:39.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:39.504Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:39.688Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:39.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:39.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T09:31:40.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:40.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T09:31:40.023Z] 0eacb4bed93c: Preparing [2021-01-22T09:31:40.023Z] e9a07c2e8d25: Preparing [2021-01-22T09:31:40.023Z] a8e2a3131754: Preparing [2021-01-22T09:31:40.023Z] 5a7559a2826e: Preparing [2021-01-22T09:31:40.023Z] 379067d0cb53: Preparing [2021-01-22T09:31:40.117Z] c9630a3ab44e: Preparing [2021-01-22T09:31:40.117Z] 3c7990ab913c: Preparing [2021-01-22T09:31:40.117Z] f58400e9f0b7: Preparing [2021-01-22T09:31:40.117Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:40.117Z] 777b2c648970: Preparing [2021-01-22T09:31:40.117Z] 3c7990ab913c: Layer already exists [2021-01-22T09:31:40.117Z] c9630a3ab44e: Layer already exists [2021-01-22T09:31:40.117Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:40.117Z] 777b2c648970: Layer already exists [2021-01-22T09:31:40.117Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:40.117Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:c03e73d5277c8c59ae1c0b311493bef8b083d21fef996ff07dc0298547808b6e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:40.293Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:40.293Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:40.293Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:40.293Z] 0eacb4bed93c: Pushed [2021-01-22T09:31:40.456Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:40.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-22T09:31:40.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T09:31:40.780Z] c9630a3ab44e: Preparing [2021-01-22T09:31:40.780Z] 3c7990ab913c: Preparing [2021-01-22T09:31:40.780Z] f58400e9f0b7: Preparing [2021-01-22T09:31:40.780Z] 78fa15b9e0f8: Preparing [2021-01-22T09:31:40.780Z] 777b2c648970: Preparing [2021-01-22T09:31:40.780Z] 78fa15b9e0f8: Layer already exists [2021-01-22T09:31:40.780Z] f58400e9f0b7: Layer already exists [2021-01-22T09:31:40.780Z] c9630a3ab44e: Layer already exists [2021-01-22T09:31:40.780Z] 777b2c648970: Layer already exists [2021-01-22T09:31:40.780Z] 3c7990ab913c: Layer already exists [2021-01-22T09:31:40.780Z] master: digest: sha256:c03e73d5277c8c59ae1c0b311493bef8b083d21fef996ff07dc0298547808b6e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:41.011Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:41.054Z] taggedImages: [2021-01-22T09:31:41.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:41.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.54 [2021-01-22T09:31:41.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:41.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-22T09:31:41.130Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-22T09:31:41.130Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:41.130Z] 2.0.0-dev.54 [2021-01-22T09:31:41.130Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:41.130Z] master [2021-01-22T09:31:41.130Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:41.658Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:42.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:42.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T09:31:42.024Z] 715e9d045137: Preparing [2021-01-22T09:31:42.024Z] 9c916c308e95: Preparing [2021-01-22T09:31:42.024Z] f927c3dbffc2: Preparing [2021-01-22T09:31:42.024Z] 8a27a8d875df: Preparing [2021-01-22T09:31:42.024Z] 877327b4c50b: Preparing [2021-01-22T09:31:42.024Z] 622e2084bb21: Preparing [2021-01-22T09:31:42.024Z] 0f040c8ad681: Preparing [2021-01-22T09:31:42.024Z] 0754057c0ad3: Preparing [2021-01-22T09:31:42.024Z] 998cdf262ab1: Preparing [2021-01-22T09:31:42.024Z] 02e56110abd2: Preparing [2021-01-22T09:31:42.024Z] abc36efb885a: Preparing [2021-01-22T09:31:42.024Z] b0b09059f4e1: Preparing [2021-01-22T09:31:42.024Z] bb961f40224b: Preparing [2021-01-22T09:31:42.024Z] f4666769fca7: Preparing [2021-01-22T09:31:42.024Z] 622e2084bb21: Waiting [2021-01-22T09:31:42.024Z] 0f040c8ad681: Waiting [2021-01-22T09:31:42.024Z] 0754057c0ad3: Waiting [2021-01-22T09:31:42.024Z] 998cdf262ab1: Waiting [2021-01-22T09:31:42.024Z] 02e56110abd2: Waiting [2021-01-22T09:31:42.024Z] abc36efb885a: Waiting [2021-01-22T09:31:42.024Z] b0b09059f4e1: Waiting [2021-01-22T09:31:42.024Z] bb961f40224b: Waiting [2021-01-22T09:31:42.024Z] f4666769fca7: Waiting [2021-01-22T09:31:42.662Z] 877327b4c50b: Pushed [2021-01-22T09:31:42.662Z] 715e9d045137: Pushed [2021-01-22T09:31:42.902Z] e9a07c2e8d25: Pushed [2021-01-22T09:31:42.902Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:31a4f23d8c1959c0bfb2f109eec147b4b032d0f4cfc949534b053d68ee83bee4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:43.250Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:43.415Z] 8a27a8d875df: Pushed [2021-01-22T09:31:43.415Z] 0754057c0ad3: Layer already exists [2021-01-22T09:31:43.415Z] 998cdf262ab1: Layer already exists [2021-01-22T09:31:43.415Z] 0f040c8ad681: Pushed [2021-01-22T09:31:43.415Z] 02e56110abd2: Layer already exists [2021-01-22T09:31:43.415Z] abc36efb885a: Layer already exists [2021-01-22T09:31:43.415Z] b0b09059f4e1: Layer already exists [2021-01-22T09:31:43.415Z] bb961f40224b: Layer already exists [2021-01-22T09:31:43.415Z] f4666769fca7: Layer already exists [2021-01-22T09:31:43.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:43.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T09:31:43.586Z] 0eacb4bed93c: Preparing [2021-01-22T09:31:43.586Z] e9a07c2e8d25: Preparing [2021-01-22T09:31:43.586Z] a8e2a3131754: Preparing [2021-01-22T09:31:43.586Z] 5a7559a2826e: Preparing [2021-01-22T09:31:43.586Z] 379067d0cb53: Preparing [2021-01-22T09:31:43.718Z] 9c916c308e95: Pushed [2021-01-22T09:31:43.857Z] 0eacb4bed93c: Layer already exists [2021-01-22T09:31:43.857Z] e9a07c2e8d25: Layer already exists [2021-01-22T09:31:43.857Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:43.857Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:43.857Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:43.857Z] 2.0.0-dev.54: digest: sha256:31a4f23d8c1959c0bfb2f109eec147b4b032d0f4cfc949534b053d68ee83bee4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:44.197Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:44.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:44.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T09:31:44.528Z] 0eacb4bed93c: Preparing [2021-01-22T09:31:44.528Z] e9a07c2e8d25: Preparing [2021-01-22T09:31:44.528Z] a8e2a3131754: Preparing [2021-01-22T09:31:44.528Z] 5a7559a2826e: Preparing [2021-01-22T09:31:44.528Z] 379067d0cb53: Preparing [2021-01-22T09:31:44.798Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:44.798Z] e9a07c2e8d25: Layer already exists [2021-01-22T09:31:44.798Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:44.798Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:44.798Z] 0eacb4bed93c: Layer already exists [2021-01-22T09:31:44.798Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:31a4f23d8c1959c0bfb2f109eec147b4b032d0f4cfc949534b053d68ee83bee4 size: 1363 [Pipeline] isUnix [2021-01-22T09:31:44.825Z] 622e2084bb21: Pushed [Pipeline] sh [2021-01-22T09:31:45.138Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:45.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-22T09:31:45.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T09:31:45.476Z] 0eacb4bed93c: Preparing [2021-01-22T09:31:45.476Z] e9a07c2e8d25: Preparing [2021-01-22T09:31:45.476Z] a8e2a3131754: Preparing [2021-01-22T09:31:45.476Z] 5a7559a2826e: Preparing [2021-01-22T09:31:45.476Z] 379067d0cb53: Preparing [2021-01-22T09:31:45.476Z] e9a07c2e8d25: Layer already exists [2021-01-22T09:31:45.476Z] 5a7559a2826e: Layer already exists [2021-01-22T09:31:45.476Z] 379067d0cb53: Layer already exists [2021-01-22T09:31:45.476Z] a8e2a3131754: Layer already exists [2021-01-22T09:31:45.476Z] 0eacb4bed93c: Layer already exists [2021-01-22T09:31:45.748Z] master: digest: sha256:31a4f23d8c1959c0bfb2f109eec147b4b032d0f4cfc949534b053d68ee83bee4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:45.927Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:46.002Z] taggedImages: [2021-01-22T09:31:46.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:46.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.54 [2021-01-22T09:31:46.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:46.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-22T09:31:46.062Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-22T09:31:46.062Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:46.062Z] 2.0.0-dev.54 [2021-01-22T09:31:46.062Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:46.062Z] master [2021-01-22T09:31:46.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:46.577Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:46.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:46.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T09:31:46.955Z] 8813d68ab094: Preparing [2021-01-22T09:31:46.955Z] 5b1d82d30fcd: Preparing [2021-01-22T09:31:46.955Z] 29945dab52b5: Preparing [2021-01-22T09:31:46.955Z] 9ccc98315156: Preparing [2021-01-22T09:31:46.955Z] e6bf635f767f: Preparing [2021-01-22T09:31:46.955Z] d5153007a9e4: Preparing [2021-01-22T09:31:46.955Z] f809e349c4ca: Preparing [2021-01-22T09:31:46.955Z] 9ded3b6bb9b5: Preparing [2021-01-22T09:31:46.955Z] fa1afe8e6ed9: Preparing [2021-01-22T09:31:46.955Z] 87a09b4c083e: Preparing [2021-01-22T09:31:46.955Z] 0f74e9ff2a61: Preparing [2021-01-22T09:31:46.955Z] b122376c33c6: Preparing [2021-01-22T09:31:46.955Z] f8381ed47b22: Preparing [2021-01-22T09:31:46.955Z] e934a737d657: Preparing [2021-01-22T09:31:46.955Z] d5153007a9e4: Waiting [2021-01-22T09:31:46.955Z] f809e349c4ca: Waiting [2021-01-22T09:31:46.955Z] 9ded3b6bb9b5: Waiting [2021-01-22T09:31:46.955Z] 87a09b4c083e: Waiting [2021-01-22T09:31:46.955Z] fa1afe8e6ed9: Waiting [2021-01-22T09:31:46.955Z] f8381ed47b22: Waiting [2021-01-22T09:31:46.955Z] 0f74e9ff2a61: Waiting [2021-01-22T09:31:46.955Z] b122376c33c6: Waiting [2021-01-22T09:31:46.955Z] e934a737d657: Waiting [2021-01-22T09:31:47.559Z] e6bf635f767f: Pushed [2021-01-22T09:31:47.835Z] 8813d68ab094: Pushed [2021-01-22T09:31:48.432Z] 9ccc98315156: Pushed [2021-01-22T09:31:48.432Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T09:31:48.432Z] fa1afe8e6ed9: Layer already exists [2021-01-22T09:31:48.432Z] 87a09b4c083e: Layer already exists [2021-01-22T09:31:48.432Z] f809e349c4ca: Pushed [2021-01-22T09:31:48.432Z] 0f74e9ff2a61: Layer already exists [2021-01-22T09:31:48.432Z] b122376c33c6: Layer already exists [2021-01-22T09:31:48.432Z] f8381ed47b22: Layer already exists [2021-01-22T09:31:48.704Z] e934a737d657: Layer already exists [2021-01-22T09:31:49.302Z] 5b1d82d30fcd: Pushed [2021-01-22T09:31:49.892Z] d5153007a9e4: Pushed [2021-01-22T09:31:50.562Z] f927c3dbffc2: Pushed [2021-01-22T09:31:50.562Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:4eb9f893dd475388e45bf927b0af87e399d3cd7a8d1484e11102929ece76549a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:50.984Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:51.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.54 [2021-01-22T09:31:51.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T09:31:51.411Z] 715e9d045137: Preparing [2021-01-22T09:31:51.411Z] 9c916c308e95: Preparing [2021-01-22T09:31:51.411Z] f927c3dbffc2: Preparing [2021-01-22T09:31:51.411Z] 8a27a8d875df: Preparing [2021-01-22T09:31:51.411Z] 877327b4c50b: Preparing [2021-01-22T09:31:51.411Z] 622e2084bb21: Preparing [2021-01-22T09:31:51.411Z] 0f040c8ad681: Preparing [2021-01-22T09:31:51.411Z] 0754057c0ad3: Preparing [2021-01-22T09:31:51.411Z] 998cdf262ab1: Preparing [2021-01-22T09:31:51.411Z] 02e56110abd2: Preparing [2021-01-22T09:31:51.411Z] abc36efb885a: Preparing [2021-01-22T09:31:51.411Z] b0b09059f4e1: Preparing [2021-01-22T09:31:51.411Z] bb961f40224b: Preparing [2021-01-22T09:31:51.411Z] f4666769fca7: Preparing [2021-01-22T09:31:51.411Z] 622e2084bb21: Waiting [2021-01-22T09:31:51.411Z] 0f040c8ad681: Waiting [2021-01-22T09:31:51.411Z] 0754057c0ad3: Waiting [2021-01-22T09:31:51.411Z] 998cdf262ab1: Waiting [2021-01-22T09:31:51.411Z] 02e56110abd2: Waiting [2021-01-22T09:31:51.411Z] abc36efb885a: Waiting [2021-01-22T09:31:51.411Z] b0b09059f4e1: Waiting [2021-01-22T09:31:51.411Z] bb961f40224b: Waiting [2021-01-22T09:31:51.411Z] f4666769fca7: Waiting [2021-01-22T09:31:51.750Z] 9c916c308e95: Layer already exists [2021-01-22T09:31:51.750Z] 877327b4c50b: Layer already exists [2021-01-22T09:31:51.750Z] 715e9d045137: Layer already exists [2021-01-22T09:31:51.750Z] f927c3dbffc2: Layer already exists [2021-01-22T09:31:51.750Z] 8a27a8d875df: Layer already exists [2021-01-22T09:31:51.750Z] 622e2084bb21: Layer already exists [2021-01-22T09:31:51.750Z] 0f040c8ad681: Layer already exists [2021-01-22T09:31:51.750Z] 02e56110abd2: Layer already exists [2021-01-22T09:31:51.750Z] 998cdf262ab1: Layer already exists [2021-01-22T09:31:51.750Z] 0754057c0ad3: Layer already exists [2021-01-22T09:31:51.750Z] f4666769fca7: Layer already exists [2021-01-22T09:31:51.750Z] abc36efb885a: Layer already exists [2021-01-22T09:31:51.750Z] bb961f40224b: Layer already exists [2021-01-22T09:31:51.750Z] b0b09059f4e1: Layer already exists [2021-01-22T09:31:51.750Z] 2.0.0-dev.54: digest: sha256:4eb9f893dd475388e45bf927b0af87e399d3cd7a8d1484e11102929ece76549a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:52.212Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:52.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:52.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T09:31:52.618Z] 715e9d045137: Preparing [2021-01-22T09:31:52.618Z] 9c916c308e95: Preparing [2021-01-22T09:31:52.618Z] f927c3dbffc2: Preparing [2021-01-22T09:31:52.618Z] 8a27a8d875df: Preparing [2021-01-22T09:31:52.618Z] 877327b4c50b: Preparing [2021-01-22T09:31:52.618Z] 622e2084bb21: Preparing [2021-01-22T09:31:52.618Z] 0f040c8ad681: Preparing [2021-01-22T09:31:52.618Z] 0754057c0ad3: Preparing [2021-01-22T09:31:52.618Z] 998cdf262ab1: Preparing [2021-01-22T09:31:52.618Z] 02e56110abd2: Preparing [2021-01-22T09:31:52.618Z] abc36efb885a: Preparing [2021-01-22T09:31:52.618Z] b0b09059f4e1: Preparing [2021-01-22T09:31:52.618Z] bb961f40224b: Preparing [2021-01-22T09:31:52.618Z] f4666769fca7: Preparing [2021-01-22T09:31:52.618Z] 0754057c0ad3: Waiting [2021-01-22T09:31:52.618Z] 998cdf262ab1: Waiting [2021-01-22T09:31:52.618Z] 02e56110abd2: Waiting [2021-01-22T09:31:52.618Z] abc36efb885a: Waiting [2021-01-22T09:31:52.618Z] b0b09059f4e1: Waiting [2021-01-22T09:31:52.618Z] bb961f40224b: Waiting [2021-01-22T09:31:52.618Z] f4666769fca7: Waiting [2021-01-22T09:31:52.618Z] 0f040c8ad681: Waiting [2021-01-22T09:31:52.896Z] 9c916c308e95: Layer already exists [2021-01-22T09:31:52.896Z] 877327b4c50b: Layer already exists [2021-01-22T09:31:52.896Z] 715e9d045137: Layer already exists [2021-01-22T09:31:52.896Z] 8a27a8d875df: Layer already exists [2021-01-22T09:31:52.896Z] f927c3dbffc2: Layer already exists [2021-01-22T09:31:52.896Z] 0754057c0ad3: Layer already exists [2021-01-22T09:31:52.896Z] 0f040c8ad681: Layer already exists [2021-01-22T09:31:52.896Z] 622e2084bb21: Layer already exists [2021-01-22T09:31:52.896Z] 998cdf262ab1: Layer already exists [2021-01-22T09:31:52.896Z] 02e56110abd2: Layer already exists [2021-01-22T09:31:52.896Z] f4666769fca7: Layer already exists [2021-01-22T09:31:52.896Z] bb961f40224b: Layer already exists [2021-01-22T09:31:52.896Z] abc36efb885a: Layer already exists [2021-01-22T09:31:52.896Z] b0b09059f4e1: Layer already exists [2021-01-22T09:31:52.896Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:4eb9f893dd475388e45bf927b0af87e399d3cd7a8d1484e11102929ece76549a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:53.291Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:53.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-22T09:31:53.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T09:31:53.731Z] 715e9d045137: Preparing [2021-01-22T09:31:53.731Z] 9c916c308e95: Preparing [2021-01-22T09:31:53.731Z] f927c3dbffc2: Preparing [2021-01-22T09:31:53.731Z] 8a27a8d875df: Preparing [2021-01-22T09:31:53.731Z] 877327b4c50b: Preparing [2021-01-22T09:31:53.731Z] 622e2084bb21: Preparing [2021-01-22T09:31:53.731Z] 0f040c8ad681: Preparing [2021-01-22T09:31:53.731Z] 0754057c0ad3: Preparing [2021-01-22T09:31:53.731Z] 998cdf262ab1: Preparing [2021-01-22T09:31:53.731Z] 02e56110abd2: Preparing [2021-01-22T09:31:53.731Z] abc36efb885a: Preparing [2021-01-22T09:31:53.731Z] b0b09059f4e1: Preparing [2021-01-22T09:31:53.731Z] bb961f40224b: Preparing [2021-01-22T09:31:53.731Z] f4666769fca7: Preparing [2021-01-22T09:31:53.731Z] 622e2084bb21: Waiting [2021-01-22T09:31:53.731Z] 0f040c8ad681: Waiting [2021-01-22T09:31:53.731Z] 0754057c0ad3: Waiting [2021-01-22T09:31:53.731Z] 998cdf262ab1: Waiting [2021-01-22T09:31:53.731Z] 02e56110abd2: Waiting [2021-01-22T09:31:53.731Z] abc36efb885a: Waiting [2021-01-22T09:31:53.731Z] b0b09059f4e1: Waiting [2021-01-22T09:31:53.731Z] bb961f40224b: Waiting [2021-01-22T09:31:53.731Z] f4666769fca7: Waiting [2021-01-22T09:31:53.731Z] 8a27a8d875df: Layer already exists [2021-01-22T09:31:53.731Z] 9c916c308e95: Layer already exists [2021-01-22T09:31:53.731Z] 715e9d045137: Layer already exists [2021-01-22T09:31:53.731Z] 877327b4c50b: Layer already exists [2021-01-22T09:31:53.731Z] f927c3dbffc2: Layer already exists [2021-01-22T09:31:54.039Z] 0f040c8ad681: Layer already exists [2021-01-22T09:31:54.039Z] 02e56110abd2: Layer already exists [2021-01-22T09:31:54.039Z] 998cdf262ab1: Layer already exists [2021-01-22T09:31:54.039Z] 0754057c0ad3: Layer already exists [2021-01-22T09:31:54.039Z] 622e2084bb21: Layer already exists [2021-01-22T09:31:54.039Z] bb961f40224b: Layer already exists [2021-01-22T09:31:54.039Z] abc36efb885a: Layer already exists [2021-01-22T09:31:54.039Z] b0b09059f4e1: Layer already exists [2021-01-22T09:31:54.039Z] f4666769fca7: Layer already exists [2021-01-22T09:31:54.040Z] master: digest: sha256:4eb9f893dd475388e45bf927b0af87e399d3cd7a8d1484e11102929ece76549a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:31:54.253Z] ===================================================== [Pipeline] echo [2021-01-22T09:31:54.302Z] taggedImages: [2021-01-22T09:31:54.302Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:31:54.302Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.54 [2021-01-22T09:31:54.302Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:31:54.302Z] - 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] } [2021-01-22T09:32:02.301Z] 29945dab52b5: Pushed [2021-01-22T09:32:02.301Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad: digest: sha256:e4cad00ad9e3b51c7b07c4a67f7fdeb7564bf9b9db46fb3f6d3b4c806d531146 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:02.636Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:02.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.54 [2021-01-22T09:32:02.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T09:32:02.964Z] 8813d68ab094: Preparing [2021-01-22T09:32:02.964Z] 5b1d82d30fcd: Preparing [2021-01-22T09:32:02.964Z] 29945dab52b5: Preparing [2021-01-22T09:32:02.964Z] 9ccc98315156: Preparing [2021-01-22T09:32:02.964Z] e6bf635f767f: Preparing [2021-01-22T09:32:02.964Z] d5153007a9e4: Preparing [2021-01-22T09:32:02.964Z] f809e349c4ca: Preparing [2021-01-22T09:32:02.964Z] 9ded3b6bb9b5: Preparing [2021-01-22T09:32:02.964Z] fa1afe8e6ed9: Preparing [2021-01-22T09:32:02.964Z] 87a09b4c083e: Preparing [2021-01-22T09:32:02.964Z] 0f74e9ff2a61: Preparing [2021-01-22T09:32:02.964Z] b122376c33c6: Preparing [2021-01-22T09:32:02.964Z] f8381ed47b22: Preparing [2021-01-22T09:32:02.964Z] e934a737d657: Preparing [2021-01-22T09:32:02.964Z] 87a09b4c083e: Waiting [2021-01-22T09:32:02.964Z] f8381ed47b22: Waiting [2021-01-22T09:32:02.964Z] e934a737d657: Waiting [2021-01-22T09:32:02.964Z] d5153007a9e4: Waiting [2021-01-22T09:32:02.964Z] 0f74e9ff2a61: Waiting [2021-01-22T09:32:02.964Z] b122376c33c6: Waiting [2021-01-22T09:32:02.964Z] f809e349c4ca: Waiting [2021-01-22T09:32:02.964Z] 9ded3b6bb9b5: Waiting [2021-01-22T09:32:02.964Z] fa1afe8e6ed9: Waiting [2021-01-22T09:32:03.233Z] 5b1d82d30fcd: Layer already exists [2021-01-22T09:32:03.233Z] e6bf635f767f: Layer already exists [2021-01-22T09:32:03.233Z] 8813d68ab094: Layer already exists [2021-01-22T09:32:03.233Z] 9ccc98315156: Layer already exists [2021-01-22T09:32:03.233Z] 29945dab52b5: Layer already exists [2021-01-22T09:32:03.233Z] d5153007a9e4: Layer already exists [2021-01-22T09:32:03.233Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T09:32:03.233Z] f809e349c4ca: Layer already exists [2021-01-22T09:32:03.233Z] fa1afe8e6ed9: Layer already exists [2021-01-22T09:32:03.233Z] 87a09b4c083e: Layer already exists [2021-01-22T09:32:03.233Z] 0f74e9ff2a61: Layer already exists [2021-01-22T09:32:03.233Z] f8381ed47b22: Layer already exists [2021-01-22T09:32:03.233Z] e934a737d657: Layer already exists [2021-01-22T09:32:03.233Z] b122376c33c6: Layer already exists [2021-01-22T09:32:03.233Z] 2.0.0-dev.54: digest: sha256:e4cad00ad9e3b51c7b07c4a67f7fdeb7564bf9b9db46fb3f6d3b4c806d531146 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:03.570Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:03.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:32:03.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T09:32:03.904Z] 8813d68ab094: Preparing [2021-01-22T09:32:03.904Z] 5b1d82d30fcd: Preparing [2021-01-22T09:32:03.904Z] 29945dab52b5: Preparing [2021-01-22T09:32:03.904Z] 9ccc98315156: Preparing [2021-01-22T09:32:03.904Z] e6bf635f767f: Preparing [2021-01-22T09:32:03.904Z] d5153007a9e4: Preparing [2021-01-22T09:32:03.904Z] f809e349c4ca: Preparing [2021-01-22T09:32:03.904Z] 9ded3b6bb9b5: Preparing [2021-01-22T09:32:03.904Z] fa1afe8e6ed9: Preparing [2021-01-22T09:32:03.904Z] 87a09b4c083e: Preparing [2021-01-22T09:32:03.904Z] 0f74e9ff2a61: Preparing [2021-01-22T09:32:03.904Z] b122376c33c6: Preparing [2021-01-22T09:32:03.904Z] f8381ed47b22: Preparing [2021-01-22T09:32:03.904Z] e934a737d657: Preparing [2021-01-22T09:32:03.904Z] d5153007a9e4: Waiting [2021-01-22T09:32:03.904Z] 0f74e9ff2a61: Waiting [2021-01-22T09:32:03.904Z] b122376c33c6: Waiting [2021-01-22T09:32:03.904Z] f8381ed47b22: Waiting [2021-01-22T09:32:03.904Z] f809e349c4ca: Waiting [2021-01-22T09:32:03.904Z] 9ded3b6bb9b5: Waiting [2021-01-22T09:32:03.904Z] fa1afe8e6ed9: Waiting [2021-01-22T09:32:03.904Z] 87a09b4c083e: Waiting [2021-01-22T09:32:04.175Z] 5b1d82d30fcd: Layer already exists [2021-01-22T09:32:04.175Z] 8813d68ab094: Layer already exists [2021-01-22T09:32:04.175Z] 29945dab52b5: Layer already exists [2021-01-22T09:32:04.175Z] e6bf635f767f: Layer already exists [2021-01-22T09:32:04.175Z] 9ccc98315156: Layer already exists [2021-01-22T09:32:04.175Z] f809e349c4ca: Layer already exists [2021-01-22T09:32:04.175Z] d5153007a9e4: Layer already exists [2021-01-22T09:32:04.175Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T09:32:04.175Z] fa1afe8e6ed9: Layer already exists [2021-01-22T09:32:04.175Z] 87a09b4c083e: Layer already exists [2021-01-22T09:32:04.175Z] b122376c33c6: Layer already exists [2021-01-22T09:32:04.175Z] 0f74e9ff2a61: Layer already exists [2021-01-22T09:32:04.175Z] f8381ed47b22: Layer already exists [2021-01-22T09:32:04.175Z] e934a737d657: Layer already exists [2021-01-22T09:32:04.175Z] 001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54: digest: sha256:e4cad00ad9e3b51c7b07c4a67f7fdeb7564bf9b9db46fb3f6d3b4c806d531146 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:04.515Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:04.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-22T09:32:04.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T09:32:04.858Z] 8813d68ab094: Preparing [2021-01-22T09:32:04.858Z] 5b1d82d30fcd: Preparing [2021-01-22T09:32:04.858Z] 29945dab52b5: Preparing [2021-01-22T09:32:04.858Z] 9ccc98315156: Preparing [2021-01-22T09:32:04.858Z] e6bf635f767f: Preparing [2021-01-22T09:32:04.858Z] d5153007a9e4: Preparing [2021-01-22T09:32:04.858Z] f809e349c4ca: Preparing [2021-01-22T09:32:04.858Z] 9ded3b6bb9b5: Preparing [2021-01-22T09:32:04.858Z] fa1afe8e6ed9: Preparing [2021-01-22T09:32:04.858Z] 87a09b4c083e: Preparing [2021-01-22T09:32:04.858Z] 0f74e9ff2a61: Preparing [2021-01-22T09:32:04.858Z] b122376c33c6: Preparing [2021-01-22T09:32:04.858Z] f8381ed47b22: Preparing [2021-01-22T09:32:04.858Z] e934a737d657: Preparing [2021-01-22T09:32:04.858Z] fa1afe8e6ed9: Waiting [2021-01-22T09:32:04.858Z] b122376c33c6: Waiting [2021-01-22T09:32:04.858Z] f8381ed47b22: Waiting [2021-01-22T09:32:04.858Z] e934a737d657: Waiting [2021-01-22T09:32:04.858Z] 87a09b4c083e: Waiting [2021-01-22T09:32:04.858Z] 0f74e9ff2a61: Waiting [2021-01-22T09:32:04.858Z] d5153007a9e4: Waiting [2021-01-22T09:32:04.858Z] f809e349c4ca: Waiting [2021-01-22T09:32:04.858Z] 9ded3b6bb9b5: Waiting [2021-01-22T09:32:04.858Z] 8813d68ab094: Layer already exists [2021-01-22T09:32:05.127Z] 9ccc98315156: Layer already exists [2021-01-22T09:32:05.127Z] 5b1d82d30fcd: Layer already exists [2021-01-22T09:32:05.127Z] e6bf635f767f: Layer already exists [2021-01-22T09:32:05.127Z] 29945dab52b5: Layer already exists [2021-01-22T09:32:05.127Z] fa1afe8e6ed9: Layer already exists [2021-01-22T09:32:05.127Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T09:32:05.127Z] f809e349c4ca: Layer already exists [2021-01-22T09:32:05.127Z] d5153007a9e4: Layer already exists [2021-01-22T09:32:05.127Z] 87a09b4c083e: Layer already exists [2021-01-22T09:32:05.127Z] f8381ed47b22: Layer already exists [2021-01-22T09:32:05.127Z] 0f74e9ff2a61: Layer already exists [2021-01-22T09:32:05.127Z] b122376c33c6: Layer already exists [2021-01-22T09:32:05.127Z] e934a737d657: Layer already exists [2021-01-22T09:32:05.127Z] master: digest: sha256:e4cad00ad9e3b51c7b07c4a67f7fdeb7564bf9b9db46fb3f6d3b4c806d531146 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T09:32:05.410Z] ===================================================== [Pipeline] echo [2021-01-22T09:32:05.458Z] taggedImages: [2021-01-22T09:32:05.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad [2021-01-22T09:32:05.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.54 [2021-01-22T09:32:05.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:001da8f707328dc3351d0414bf15a3ddf9bf60ad-2.0.0-dev.54 [2021-01-22T09:32:05.458Z] - 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 [2021-01-22T09:32:07.312Z] provisioning config files... [2021-01-22T09:32:07.338Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/317@tmp/config6277976496460199247tmp [Pipeline] { [Pipeline] sh [2021-01-22T09:32:07.716Z] + set +x [2021-01-22T09:32:07.716Z] + curl -s https://codecov.io/bash [2021-01-22T09:32:07.716Z] + bash -s -- [2021-01-22T09:32:08.296Z] [2021-01-22T09:32:08.296Z] _____ _ [2021-01-22T09:32:08.296Z] / ____| | | [2021-01-22T09:32:08.296Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T09:32:08.296Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T09:32:08.296Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T09:32:08.296Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T09:32:08.296Z] Bash-20210115-cec3c92 [2021-01-22T09:32:08.296Z] [2021-01-22T09:32:08.296Z] [2021-01-22T09:32:08.296Z] ==> git version 2.24.3 found [2021-01-22T09:32:08.296Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-22T09:32:08.296Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T09:32:08.296Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T09:32:08.296Z] ==> Jenkins CI detected. [2021-01-22T09:32:08.296Z] project root: . [2021-01-22T09:32:08.296Z] --> token set from env [2021-01-22T09:32:08.296Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T09:32:08.296Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T09:32:08.561Z] ==> Python coveragepy not found [2021-01-22T09:32:08.561Z] ==> Searching for coverage reports in: [2021-01-22T09:32:08.561Z] + . [2021-01-22T09:32:08.561Z] -> Found 1 reports [2021-01-22T09:32:08.561Z] ==> Detecting git/mercurial file structure [2021-01-22T09:32:08.561Z] ==> Reading reports [2021-01-22T09:32:08.561Z] + ./coverage.out bytes=564204 [2021-01-22T09:32:08.561Z] ==> Appending adjustments [2021-01-22T09:32:08.561Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T09:32:14.126Z] + Found adjustments [2021-01-22T09:32:14.126Z] ==> Gzipping contents [2021-01-22T09:32:14.126Z] 84K /tmp/codecov.O3E85f.gz [2021-01-22T09:32:14.126Z] ==> Uploading reports [2021-01-22T09:32:14.126Z] url: https://codecov.io [2021-01-22T09:32:14.126Z] query: branch=master&commit=001da8f707328dc3351d0414bf15a3ddf9bf60ad&build=317&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F317%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T09:32:14.126Z] -> Pinging Codecov [2021-01-22T09:32:14.126Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=001da8f707328dc3351d0414bf15a3ddf9bf60ad&build=317&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F317%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T09:32:14.126Z] -> Uploading to [2021-01-22T09:32:14.126Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/001da8f707328dc3351d0414bf15a3ddf9bf60ad/f2310ae9-a30d-4169-90b5-7661fa2b84d8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T093213Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd83da33a52ee0751e28f24c19d25c2518fc2be10e9a3acd6e285aba57a1960b [2021-01-22T09:32:14.126Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:32:14.126Z] Dload Upload Total Spent Left Speed [2021-01-22T09:32:14.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85622 0 0 100 85622 0 116k --:--:-- --:--:-- --:--:-- 116k 100 85622 0 0 100 85622 0 116k --:--:-- --:--:-- --:--:-- 115k [2021-01-22T09:32:14.725Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/001da8f707328dc3351d0414bf15a3ddf9bf60ad [Pipeline] } [2021-01-22T09:32:14.738Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-22T09:32:15.596Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-22T09:32:15.684Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:16.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T09:32:16.341Z] [2021-01-22T09:32:16.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:32:16.757Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T09:32:16.757Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-22T09:32:16.757Z] 188c0c94c7c5: Already exists [2021-01-22T09:32:16.757Z] 0ef7d3d256c8: Already exists [2021-01-22T09:32:16.757Z] de9db76c5a1d: Already exists [2021-01-22T09:32:17.083Z] 0eba1c9be4d2: Pulling fs layer [2021-01-22T09:32:17.083Z] 0d57e429df01: Pulling fs layer [2021-01-22T09:32:17.083Z] 4e4be7b47b0d: Pulling fs layer [2021-01-22T09:32:17.083Z] e1f770b5df2f: Pulling fs layer [2021-01-22T09:32:17.083Z] 85a0685a4137: Pulling fs layer [2021-01-22T09:32:17.083Z] 85a0685a4137: Waiting [2021-01-22T09:32:17.083Z] e1f770b5df2f: Waiting [2021-01-22T09:32:17.083Z] 4e4be7b47b0d: Download complete [2021-01-22T09:32:17.083Z] 0d57e429df01: Download complete [2021-01-22T09:32:19.800Z] e1f770b5df2f: Verifying Checksum [2021-01-22T09:32:19.800Z] e1f770b5df2f: Download complete [2021-01-22T09:32:24.220Z] 0eba1c9be4d2: Verifying Checksum [2021-01-22T09:32:24.220Z] 0eba1c9be4d2: Download complete [2021-01-22T09:32:25.262Z] 85a0685a4137: Verifying Checksum [2021-01-22T09:32:34.033Z] 0eba1c9be4d2: Pull complete [2021-01-22T09:32:34.033Z] 0d57e429df01: Pull complete [2021-01-22T09:32:34.317Z] 4e4be7b47b0d: Pull complete [2021-01-22T09:32:37.072Z] e1f770b5df2f: Pull complete [2021-01-22T09:32:49.585Z] 85a0685a4137: Pull complete [2021-01-22T09:32:49.585Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-22T09:32:49.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T09:32:49.585Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-22T09:32:50.032Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:32:50.311Z] $ 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/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-22T09:32:52.535Z] $ docker top 6cb84edb560eec10c7d65184bc890292e7cacb6f98c3adc0afba514c8d15bae6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T09:32:52.920Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-22T09:32:53.264Z] + set -o pipefail [2021-01-22T09:32:53.264Z] + snyk monitor '--org=edgex-jenkins' [2021-01-22T09:33:05.873Z] [2021-01-22T09:33:05.873Z] Monitoring /w/workspace/edgex-go/317 (github.com/edgexfoundry/edgex-go)... [2021-01-22T09:33:05.873Z] [2021-01-22T09:33:05.873Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9a15848e-0941-41b1-801b-838d27ae05df [2021-01-22T09:33:05.873Z] [2021-01-22T09:33:05.873Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-22T09:33:05.873Z] [2021-01-22T09:33:05.873Z] [Pipeline] } [2021-01-22T09:33:05.900Z] $ docker stop --time=1 6cb84edb560eec10c7d65184bc890292e7cacb6f98c3adc0afba514c8d15bae6 [2021-01-22T09:33:09.345Z] $ docker rm -f 6cb84edb560eec10c7d65184bc890292e7cacb6f98c3adc0afba514c8d15bae6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-22T09:33:11.462Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T09:33:11.512Z] provisioning config files... [2021-01-22T09:33:11.564Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/317@tmp/config967839846034065027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:33:12.025Z] --> edgex-publish-swagger.sh [2021-01-22T09:33:12.025Z] === Publish openapi/v1 API === [2021-01-22T09:33:12.025Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-22T09:33:12.025Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/317/openapi/v1/core-command.yaml] [2021-01-22T09:33:12.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:12.025Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:12.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 10463 0:00:01 0:00:01 --:--:-- 10480 100 10522 0 0 100 10522 0 10460 0:00:01 0:00:01 --:--:-- 10480 [2021-01-22T09:33:12.995Z] [2021-01-22T09:33:12.995Z] [2021-01-22T09:33:12.995Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/317/openapi/v1/core-data.yaml] [2021-01-22T09:33:12.995Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:12.995Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:14.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26592 0:00:01 0:00:01 --:--:-- 26620 100 32557 0 0 100 32557 0 26583 0:00:01 0:00:01 --:--:-- 26598 [2021-01-22T09:33:14.413Z] [2021-01-22T09:33:14.413Z] [2021-01-22T09:33:14.413Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/317/openapi/v1/core-metadata.yaml] [2021-01-22T09:33:14.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:14.413Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:15.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62471 0:00:01 0:00:01 --:--:-- 62528 100 73721 0 0 100 73721 0 62458 0:00:01 0:00:01 --:--:-- 62475 [2021-01-22T09:33:15.428Z] [2021-01-22T09:33:15.428Z] [2021-01-22T09:33:15.428Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/317/openapi/v1/support-logging.yaml] [2021-01-22T09:33:15.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:15.428Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:16.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 14497 --:--:-- --:--:-- --:--:-- 14494 100 13581 0 0 100 13581 0 14492 --:--:-- --:--:-- --:--:-- 14494 [2021-01-22T09:33:16.412Z] [2021-01-22T09:33:16.412Z] [2021-01-22T09:33:16.412Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/317/openapi/v1/support-notifications.yaml] [2021-01-22T09:33:16.412Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:16.412Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:17.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 40747 --:--:-- --:--:-- --:--:-- 40722 100 38890 0 0 100 38890 0 40734 --:--:-- --:--:-- --:--:-- 40722 [2021-01-22T09:33:17.420Z] [2021-01-22T09:33:17.420Z] [2021-01-22T09:33:17.420Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/317/openapi/v1/support-scheduler.yaml] [2021-01-22T09:33:17.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:17.420Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:18.865Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11752 0:00:01 0:00:01 --:--:-- 11756 100 14249 0 0 100 14249 0 11749 0:00:01 0:00:01 --:--:-- 11756 [2021-01-22T09:33:18.865Z] [2021-01-22T09:33:18.865Z] [2021-01-22T09:33:18.865Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/317/openapi/v1/system-agent.yaml] [2021-01-22T09:33:18.865Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:18.865Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:19.828Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3622 0:00:01 0:00:01 --:--:-- 3624 [2021-01-22T09:33:19.828Z] [2021-01-22T09:33:19.828Z] [2021-01-22T09:33:19.828Z] === Publish openapi/v2 API === [2021-01-22T09:33:19.828Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-22T09:33:19.828Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/317/openapi/v2/core-command.yaml] [2021-01-22T09:33:19.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:19.828Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:21.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19626 0:00:01 0:00:01 --:--:-- 19626 100 20843 0 0 100 20843 0 19621 0:00:01 0:00:01 --:--:-- 19607 [2021-01-22T09:33:21.070Z] [2021-01-22T09:33:21.070Z] [2021-01-22T09:33:21.070Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/317/openapi/v2/core-data.yaml] [2021-01-22T09:33:21.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:21.070Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:22.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 50681 0:00:01 0:00:01 --:--:-- 50715 100 57055 0 0 100 57055 0 50668 0:00:01 0:00:01 --:--:-- 50715 [2021-01-22T09:33:22.021Z] [2021-01-22T09:33:22.021Z] [2021-01-22T09:33:22.021Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/317/openapi/v2/core-metadata.yaml] [2021-01-22T09:33:22.021Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:22.021Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:23.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 104k 0:00:01 0:00:01 --:--:-- 104k 100 120k 0 0 100 120k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2021-01-22T09:33:23.062Z] [2021-01-22T09:33:23.062Z] [2021-01-22T09:33:23.330Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/317/openapi/v2/support-logging.yaml] [2021-01-22T09:33:23.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:23.330Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:24.288Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20265 0:00:01 0:00:01 --:--:-- 20284 100 23692 0 0 100 23692 0 20261 0:00:01 0:00:01 --:--:-- 20266 [2021-01-22T09:33:24.288Z] [2021-01-22T09:33:24.288Z] [2021-01-22T09:33:24.288Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/317/openapi/v2/support-notifications.yaml] [2021-01-22T09:33:24.288Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:24.288Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:25.286Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 61214 0:00:01 0:00:01 --:--:-- 61281 100 62691 0 0 100 62691 0 61189 0:00:01 0:00:01 --:--:-- 61221 [2021-01-22T09:33:25.286Z] [2021-01-22T09:33:25.286Z] [2021-01-22T09:33:25.286Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/317/openapi/v2/support-scheduler.yaml] [2021-01-22T09:33:25.556Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:25.556Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:26.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 31244 0:00:01 0:00:01 --:--:-- 31258 100 39667 0 0 100 39667 0 30735 0:00:01 0:00:01 --:--:-- 30749 [2021-01-22T09:33:26.998Z] [2021-01-22T09:33:26.998Z] [2021-01-22T09:33:26.998Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/317/openapi/v2/system-agent.yaml] [2021-01-22T09:33:26.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:33:26.998Z] Dload Upload Total Spent Left Speed [2021-01-22T09:33:27.966Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 21900 0:00:01 0:00:01 --:--:-- 21887 100 23726 0 0 100 23726 0 21891 0:00:01 0:00:01 --:--:-- 21887 [2021-01-22T09:33:27.966Z] [2021-01-22T09:33:27.966Z] [Pipeline] } [2021-01-22T09:33:27.994Z] 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 [2021-01-22T09:33:28.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:33:28.820Z] . [Pipeline] withDockerContainer [2021-01-22T09:33:29.202Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:33:29.464Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T09:33:30.839Z] $ docker top ccc979c7a88782f3ad9811763af4422e25cacec55dfb0bd26246ef84ec2c8ac8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T09:33:31.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T09:33:31.263Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T09:33:31.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T09:33:31.585Z] $ docker exec ccc979c7a88782f3ad9811763af4422e25cacec55dfb0bd26246ef84ec2c8ac8 ssh-agent [2021-01-22T09:33:31.952Z] SSH_AUTH_SOCK=/tmp/ssh-w5g8umjraNvf/agent.12 [2021-01-22T09:33:31.952Z] SSH_AGENT_PID=17 [2021-01-22T09:33:31.962Z] Running ssh-add (command line suppressed) [2021-01-22T09:33:32.198Z] Identity added: /w/workspace/edgex-go/317@tmp/private_key_4851811647314381249.key (/w/workspace/edgex-go/317@tmp/private_key_4851811647314381249.key) [2021-01-22T09:33:32.312Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T09:33:33.049Z] + git semver tag [2021-01-22T09:33:33.324Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T09:33:33.324Z] # $GIT_DIR = /w/workspace/edgex-go/317/.git [2021-01-22T09:33:33.324Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/317 [2021-01-22T09:33:33.324Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T09:33:33.324Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T09:33:33.324Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T09:33:33.324Z] # $SEMVER_BRANCH = master [2021-01-22T09:33:33.324Z] # $SEMVER_DIR = /w/workspace/edgex-go/317/.semver [2021-01-22T09:33:33.324Z] # 001da8f707328dc3351d0414bf15a3ddf9bf60ad HEAD [2021-01-22T09:33:33.919Z] # -> Force: false [2021-01-22T09:33:33.919Z] # d869b1f66351c68e62dc440308c151fa671f227c refs/tags/v2.0.0-dev.54 [Pipeline] } [2021-01-22T09:33:33.941Z] $ docker exec --env ******** --env ******** ccc979c7a88782f3ad9811763af4422e25cacec55dfb0bd26246ef84ec2c8ac8 ssh-agent -k [2021-01-22T09:33:34.260Z] unset SSH_AUTH_SOCK; [2021-01-22T09:33:34.260Z] unset SSH_AGENT_PID; [2021-01-22T09:33:34.260Z] echo Agent pid 17 killed; [2021-01-22T09:33:34.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T09:33:34.855Z] + git semver [Pipeline] } [2021-01-22T09:33:34.885Z] $ docker stop --time=1 ccc979c7a88782f3ad9811763af4422e25cacec55dfb0bd26246ef84ec2c8ac8 [2021-01-22T09:33:36.416Z] $ docker rm -f ccc979c7a88782f3ad9811763af4422e25cacec55dfb0bd26246ef84ec2c8ac8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:33:37.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T09:33:37.441Z] [2021-01-22T09:33:37.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:33:37.858Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T09:33:38.129Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-22T09:33:38.129Z] ab5ef0e58194: Pulling fs layer [2021-01-22T09:33:38.129Z] 9712f1f96733: Pulling fs layer [2021-01-22T09:33:38.129Z] 63f879dbbcfc: Pulling fs layer [2021-01-22T09:33:38.129Z] 0d9ebad4ef96: Pulling fs layer [2021-01-22T09:33:38.129Z] e9a5061849ea: Pulling fs layer [2021-01-22T09:33:38.129Z] d747dcd14b5f: Pulling fs layer [2021-01-22T09:33:38.129Z] 2de7ff778b66: Pulling fs layer [2021-01-22T09:33:38.129Z] e9a5061849ea: Waiting [2021-01-22T09:33:38.129Z] d747dcd14b5f: Waiting [2021-01-22T09:33:38.129Z] 2de7ff778b66: Waiting [2021-01-22T09:33:38.129Z] 0d9ebad4ef96: Waiting [2021-01-22T09:33:38.129Z] 9712f1f96733: Verifying Checksum [2021-01-22T09:33:38.129Z] 9712f1f96733: Download complete [2021-01-22T09:33:41.574Z] 63f879dbbcfc: Verifying Checksum [2021-01-22T09:33:41.574Z] 63f879dbbcfc: Download complete [2021-01-22T09:33:41.851Z] e9a5061849ea: Verifying Checksum [2021-01-22T09:33:41.851Z] e9a5061849ea: Download complete [2021-01-22T09:33:41.851Z] d747dcd14b5f: Verifying Checksum [2021-01-22T09:33:41.851Z] d747dcd14b5f: Download complete [2021-01-22T09:33:42.840Z] 2de7ff778b66: Verifying Checksum [2021-01-22T09:33:42.840Z] 2de7ff778b66: Download complete [2021-01-22T09:33:43.105Z] 0d9ebad4ef96: Verifying Checksum [2021-01-22T09:33:43.105Z] 0d9ebad4ef96: Download complete [2021-01-22T09:33:43.105Z] ab5ef0e58194: Verifying Checksum [2021-01-22T09:33:43.105Z] ab5ef0e58194: Download complete [2021-01-22T09:33:51.474Z] ab5ef0e58194: Pull complete [2021-01-22T09:33:51.474Z] 9712f1f96733: Pull complete [2021-01-22T09:33:54.060Z] 63f879dbbcfc: Pull complete [2021-01-22T09:34:06.635Z] 0d9ebad4ef96: Pull complete [2021-01-22T09:34:07.606Z] e9a5061849ea: Pull complete [2021-01-22T09:34:07.879Z] d747dcd14b5f: Pull complete [2021-01-22T09:34:12.493Z] 2de7ff778b66: Pull complete [2021-01-22T09:34:12.493Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-22T09:34:12.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T09:34:12.493Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-22T09:34:12.847Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:34:12.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-22T09:34:16.470Z] $ docker top 268ed853bb17b92f685129a97e4ecc106ee31d2e59ca515735535d1c75624c31 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-22T09:34:16.813Z] provisioning config files... [2021-01-22T09:34:16.829Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/317@tmp/config8658511739825001385tmp [2021-01-22T09:34:16.857Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/317@tmp/config1543740630577539644tmp [2021-01-22T09:34:16.910Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/317@tmp/config4640977045766287979tmp [Pipeline] { [Pipeline] echo [2021-01-22T09:34:16.981Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:34:17.325Z] ---> sigul-configuration.sh [2021-01-22T09:34:17.590Z] gpg: directory `/root/.gnupg' created [2021-01-22T09:34:17.590Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-22T09:34:17.590Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-22T09:34:17.590Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-22T09:34:17.590Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-22T09:34:17.590Z] gpg: CAST5 encrypted data [2021-01-22T09:34:17.590Z] gpg: encrypted with 1 passphrase [2021-01-22T09:34:17.590Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-22T09:34:17.901Z] + mkdir /home/jenkins [2021-01-22T09:34:17.902Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-22T09:34:18.259Z] + 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 [2021-01-22T09:34:18.275Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:34:19.009Z] ---> sigul-install.sh [2021-01-22T09:34:25.741Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-22T09:34:26.393Z] + git tag --list [2021-01-22T09:34:26.393Z] 0.6.0 [2021-01-22T09:34:26.393Z] 0.6.1 [2021-01-22T09:34:26.393Z] 0.7.0 [2021-01-22T09:34:26.393Z] 0.7.1 [2021-01-22T09:34:26.393Z] v1.0.0 [2021-01-22T09:34:26.393Z] v1.0.1 [2021-01-22T09:34:26.393Z] v1.1.0 [2021-01-22T09:34:26.393Z] v1.2.0 [2021-01-22T09:34:26.393Z] v1.2.1 [2021-01-22T09:34:26.393Z] v1.2.2-dev.1 [2021-01-22T09:34:26.393Z] v1.2.2-dev.10 [2021-01-22T09:34:26.393Z] v1.2.2-dev.100 [2021-01-22T09:34:26.393Z] v1.2.2-dev.101 [2021-01-22T09:34:26.393Z] v1.2.2-dev.102 [2021-01-22T09:34:26.393Z] v1.2.2-dev.103 [2021-01-22T09:34:26.393Z] v1.2.2-dev.104 [2021-01-22T09:34:26.393Z] v1.2.2-dev.105 [2021-01-22T09:34:26.393Z] v1.2.2-dev.106 [2021-01-22T09:34:26.393Z] v1.2.2-dev.107 [2021-01-22T09:34:26.393Z] v1.2.2-dev.11 [2021-01-22T09:34:26.393Z] v1.2.2-dev.12 [2021-01-22T09:34:26.393Z] v1.2.2-dev.13 [2021-01-22T09:34:26.393Z] v1.2.2-dev.14 [2021-01-22T09:34:26.393Z] v1.2.2-dev.15 [2021-01-22T09:34:26.393Z] v1.2.2-dev.16 [2021-01-22T09:34:26.393Z] v1.2.2-dev.17 [2021-01-22T09:34:26.393Z] v1.2.2-dev.18 [2021-01-22T09:34:26.393Z] v1.2.2-dev.19 [2021-01-22T09:34:26.393Z] v1.2.2-dev.2 [2021-01-22T09:34:26.393Z] v1.2.2-dev.20 [2021-01-22T09:34:26.393Z] v1.2.2-dev.21 [2021-01-22T09:34:26.393Z] v1.2.2-dev.22 [2021-01-22T09:34:26.394Z] v1.2.2-dev.23 [2021-01-22T09:34:26.394Z] v1.2.2-dev.24 [2021-01-22T09:34:26.394Z] v1.2.2-dev.25 [2021-01-22T09:34:26.394Z] v1.2.2-dev.26 [2021-01-22T09:34:26.394Z] v1.2.2-dev.27 [2021-01-22T09:34:26.394Z] v1.2.2-dev.28 [2021-01-22T09:34:26.394Z] v1.2.2-dev.29 [2021-01-22T09:34:26.394Z] v1.2.2-dev.3 [2021-01-22T09:34:26.394Z] v1.2.2-dev.30 [2021-01-22T09:34:26.394Z] v1.2.2-dev.31 [2021-01-22T09:34:26.394Z] v1.2.2-dev.32 [2021-01-22T09:34:26.394Z] v1.2.2-dev.33 [2021-01-22T09:34:26.394Z] v1.2.2-dev.34 [2021-01-22T09:34:26.394Z] v1.2.2-dev.35 [2021-01-22T09:34:26.394Z] v1.2.2-dev.36 [2021-01-22T09:34:26.394Z] v1.2.2-dev.37 [2021-01-22T09:34:26.394Z] v1.2.2-dev.38 [2021-01-22T09:34:26.394Z] v1.2.2-dev.39 [2021-01-22T09:34:26.394Z] v1.2.2-dev.4 [2021-01-22T09:34:26.394Z] v1.2.2-dev.40 [2021-01-22T09:34:26.394Z] v1.2.2-dev.41 [2021-01-22T09:34:26.394Z] v1.2.2-dev.42 [2021-01-22T09:34:26.394Z] v1.2.2-dev.43 [2021-01-22T09:34:26.394Z] v1.2.2-dev.44 [2021-01-22T09:34:26.394Z] v1.2.2-dev.45 [2021-01-22T09:34:26.394Z] v1.2.2-dev.46 [2021-01-22T09:34:26.394Z] v1.2.2-dev.47 [2021-01-22T09:34:26.394Z] v1.2.2-dev.48 [2021-01-22T09:34:26.394Z] v1.2.2-dev.49 [2021-01-22T09:34:26.394Z] v1.2.2-dev.5 [2021-01-22T09:34:26.394Z] v1.2.2-dev.50 [2021-01-22T09:34:26.394Z] v1.2.2-dev.51 [2021-01-22T09:34:26.394Z] v1.2.2-dev.52 [2021-01-22T09:34:26.394Z] v1.2.2-dev.53 [2021-01-22T09:34:26.394Z] v1.2.2-dev.54 [2021-01-22T09:34:26.394Z] v1.2.2-dev.55 [2021-01-22T09:34:26.394Z] v1.2.2-dev.56 [2021-01-22T09:34:26.394Z] v1.2.2-dev.57 [2021-01-22T09:34:26.394Z] v1.2.2-dev.58 [2021-01-22T09:34:26.394Z] v1.2.2-dev.59 [2021-01-22T09:34:26.394Z] v1.2.2-dev.6 [2021-01-22T09:34:26.394Z] v1.2.2-dev.60 [2021-01-22T09:34:26.394Z] v1.2.2-dev.61 [2021-01-22T09:34:26.394Z] v1.2.2-dev.62 [2021-01-22T09:34:26.394Z] v1.2.2-dev.63 [2021-01-22T09:34:26.394Z] v1.2.2-dev.64 [2021-01-22T09:34:26.394Z] v1.2.2-dev.65 [2021-01-22T09:34:26.394Z] v1.2.2-dev.66 [2021-01-22T09:34:26.394Z] v1.2.2-dev.67 [2021-01-22T09:34:26.394Z] v1.2.2-dev.68 [2021-01-22T09:34:26.394Z] v1.2.2-dev.69 [2021-01-22T09:34:26.394Z] v1.2.2-dev.7 [2021-01-22T09:34:26.394Z] v1.2.2-dev.70 [2021-01-22T09:34:26.394Z] v1.2.2-dev.71 [2021-01-22T09:34:26.394Z] v1.2.2-dev.72 [2021-01-22T09:34:26.394Z] v1.2.2-dev.73 [2021-01-22T09:34:26.394Z] v1.2.2-dev.74 [2021-01-22T09:34:26.394Z] v1.2.2-dev.75 [2021-01-22T09:34:26.394Z] v1.2.2-dev.76 [2021-01-22T09:34:26.394Z] v1.2.2-dev.77 [2021-01-22T09:34:26.394Z] v1.2.2-dev.78 [2021-01-22T09:34:26.394Z] v1.2.2-dev.79 [2021-01-22T09:34:26.394Z] v1.2.2-dev.8 [2021-01-22T09:34:26.394Z] v1.2.2-dev.80 [2021-01-22T09:34:26.394Z] v1.2.2-dev.81 [2021-01-22T09:34:26.394Z] v1.2.2-dev.82 [2021-01-22T09:34:26.394Z] v1.2.2-dev.83 [2021-01-22T09:34:26.394Z] v1.2.2-dev.84 [2021-01-22T09:34:26.394Z] v1.2.2-dev.85 [2021-01-22T09:34:26.394Z] v1.2.2-dev.86 [2021-01-22T09:34:26.394Z] v1.2.2-dev.87 [2021-01-22T09:34:26.394Z] v1.2.2-dev.88 [2021-01-22T09:34:26.394Z] v1.2.2-dev.89 [2021-01-22T09:34:26.394Z] v1.2.2-dev.9 [2021-01-22T09:34:26.394Z] v1.2.2-dev.90 [2021-01-22T09:34:26.394Z] v1.2.2-dev.91 [2021-01-22T09:34:26.394Z] v1.2.2-dev.92 [2021-01-22T09:34:26.394Z] v1.2.2-dev.93 [2021-01-22T09:34:26.394Z] v1.2.2-dev.94 [2021-01-22T09:34:26.394Z] v1.2.2-dev.95 [2021-01-22T09:34:26.394Z] v1.2.2-dev.96 [2021-01-22T09:34:26.394Z] v1.2.2-dev.97 [2021-01-22T09:34:26.394Z] v1.2.2-dev.98 [2021-01-22T09:34:26.394Z] v1.2.2-dev.99 [2021-01-22T09:34:26.394Z] v1.3.0 [2021-01-22T09:34:26.394Z] v1.3.1-dev.1 [2021-01-22T09:34:26.394Z] v1.3.1-dev.10 [2021-01-22T09:34:26.394Z] v1.3.1-dev.11 [2021-01-22T09:34:26.394Z] v1.3.1-dev.12 [2021-01-22T09:34:26.394Z] v1.3.1-dev.13 [2021-01-22T09:34:26.394Z] v1.3.1-dev.14 [2021-01-22T09:34:26.394Z] v1.3.1-dev.15 [2021-01-22T09:34:26.394Z] v1.3.1-dev.16 [2021-01-22T09:34:26.394Z] v1.3.1-dev.17 [2021-01-22T09:34:26.394Z] v1.3.1-dev.18 [2021-01-22T09:34:26.394Z] v1.3.1-dev.2 [2021-01-22T09:34:26.394Z] v1.3.1-dev.3 [2021-01-22T09:34:26.394Z] v1.3.1-dev.4 [2021-01-22T09:34:26.394Z] v1.3.1-dev.5 [2021-01-22T09:34:26.394Z] v1.3.1-dev.6 [2021-01-22T09:34:26.394Z] v1.3.1-dev.7 [2021-01-22T09:34:26.394Z] v1.3.1-dev.8 [2021-01-22T09:34:26.394Z] v1.3.1-dev.9 [2021-01-22T09:34:26.394Z] v2.0.0-dev.1 [2021-01-22T09:34:26.394Z] v2.0.0-dev.10 [2021-01-22T09:34:26.394Z] v2.0.0-dev.11 [2021-01-22T09:34:26.394Z] v2.0.0-dev.12 [2021-01-22T09:34:26.394Z] v2.0.0-dev.13 [2021-01-22T09:34:26.394Z] v2.0.0-dev.14 [2021-01-22T09:34:26.394Z] v2.0.0-dev.15 [2021-01-22T09:34:26.394Z] v2.0.0-dev.16 [2021-01-22T09:34:26.394Z] v2.0.0-dev.17 [2021-01-22T09:34:26.394Z] v2.0.0-dev.18 [2021-01-22T09:34:26.394Z] v2.0.0-dev.19 [2021-01-22T09:34:26.394Z] v2.0.0-dev.2 [2021-01-22T09:34:26.394Z] v2.0.0-dev.20 [2021-01-22T09:34:26.394Z] v2.0.0-dev.21 [2021-01-22T09:34:26.394Z] v2.0.0-dev.22 [2021-01-22T09:34:26.394Z] v2.0.0-dev.23 [2021-01-22T09:34:26.394Z] v2.0.0-dev.24 [2021-01-22T09:34:26.394Z] v2.0.0-dev.25 [2021-01-22T09:34:26.394Z] v2.0.0-dev.26 [2021-01-22T09:34:26.394Z] v2.0.0-dev.27 [2021-01-22T09:34:26.394Z] v2.0.0-dev.28 [2021-01-22T09:34:26.394Z] v2.0.0-dev.29 [2021-01-22T09:34:26.394Z] v2.0.0-dev.3 [2021-01-22T09:34:26.394Z] v2.0.0-dev.30 [2021-01-22T09:34:26.394Z] v2.0.0-dev.31 [2021-01-22T09:34:26.394Z] v2.0.0-dev.32 [2021-01-22T09:34:26.394Z] v2.0.0-dev.33 [2021-01-22T09:34:26.394Z] v2.0.0-dev.34 [2021-01-22T09:34:26.394Z] v2.0.0-dev.35 [2021-01-22T09:34:26.394Z] v2.0.0-dev.36 [2021-01-22T09:34:26.394Z] v2.0.0-dev.37 [2021-01-22T09:34:26.394Z] v2.0.0-dev.38 [2021-01-22T09:34:26.394Z] v2.0.0-dev.39 [2021-01-22T09:34:26.394Z] v2.0.0-dev.4 [2021-01-22T09:34:26.394Z] v2.0.0-dev.40 [2021-01-22T09:34:26.394Z] v2.0.0-dev.41 [2021-01-22T09:34:26.394Z] v2.0.0-dev.42 [2021-01-22T09:34:26.394Z] v2.0.0-dev.43 [2021-01-22T09:34:26.394Z] v2.0.0-dev.44 [2021-01-22T09:34:26.394Z] v2.0.0-dev.45 [2021-01-22T09:34:26.394Z] v2.0.0-dev.46 [2021-01-22T09:34:26.394Z] v2.0.0-dev.47 [2021-01-22T09:34:26.394Z] v2.0.0-dev.48 [2021-01-22T09:34:26.394Z] v2.0.0-dev.49 [2021-01-22T09:34:26.394Z] v2.0.0-dev.5 [2021-01-22T09:34:26.394Z] v2.0.0-dev.50 [2021-01-22T09:34:26.394Z] v2.0.0-dev.51 [2021-01-22T09:34:26.394Z] v2.0.0-dev.52 [2021-01-22T09:34:26.394Z] v2.0.0-dev.53 [2021-01-22T09:34:26.394Z] v2.0.0-dev.54 [2021-01-22T09:34:26.394Z] v2.0.0-dev.6 [2021-01-22T09:34:26.394Z] v2.0.0-dev.7 [2021-01-22T09:34:26.394Z] v2.0.0-dev.8 [2021-01-22T09:34:26.394Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-22T09:34:27.095Z] + lftools sign git-tag v2.0.0-dev.54 [2021-01-22T09:34:28.616Z] Signing Git tag with Sigul... [2021-01-22T09:34:28.616Z] Signing v2.0.0-dev.54 [Pipeline] echo [2021-01-22T09:34:30.070Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:34:30.430Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-22T09:34:30.432Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-22T09:34:30.542Z] $ docker stop --time=1 268ed853bb17b92f685129a97e4ecc106ee31d2e59ca515735535d1c75624c31 [2021-01-22T09:34:32.606Z] $ docker rm -f 268ed853bb17b92f685129a97e4ecc106ee31d2e59ca515735535d1c75624c31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:34:33.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:34:33.506Z] . [Pipeline] withDockerContainer [2021-01-22T09:34:33.717Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:34:33.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T09:34:35.143Z] $ docker top a06b2519db08bae40c0ea1ce583296e384df251f75b40ad4ec9969b6b67a36a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T09:34:35.530Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T09:34:35.530Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T09:34:35.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T09:34:35.973Z] $ docker exec a06b2519db08bae40c0ea1ce583296e384df251f75b40ad4ec9969b6b67a36a2 ssh-agent [2021-01-22T09:34:36.637Z] SSH_AUTH_SOCK=/tmp/ssh-md7cMcQSANzg/agent.12 [2021-01-22T09:34:36.637Z] SSH_AGENT_PID=18 [2021-01-22T09:34:36.647Z] Running ssh-add (command line suppressed) [2021-01-22T09:34:36.976Z] Identity added: /w/workspace/edgex-go/317@tmp/private_key_2274823549218672610.key (/w/workspace/edgex-go/317@tmp/private_key_2274823549218672610.key) [2021-01-22T09:34:37.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T09:34:37.561Z] + git semver bump pre [2021-01-22T09:34:37.853Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T09:34:37.853Z] # $GIT_DIR = /w/workspace/edgex-go/317/.git [2021-01-22T09:34:37.853Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/317 [2021-01-22T09:34:37.853Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T09:34:37.853Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T09:34:37.853Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T09:34:37.853Z] # $SEMVER_BRANCH = master [2021-01-22T09:34:37.853Z] # $SEMVER_DIR = /w/workspace/edgex-go/317/.semver [2021-01-22T09:34:37.853Z] 2.0.0-dev.55 [Pipeline] } [2021-01-22T09:34:37.901Z] $ docker exec --env ******** --env ******** a06b2519db08bae40c0ea1ce583296e384df251f75b40ad4ec9969b6b67a36a2 ssh-agent -k [2021-01-22T09:34:38.328Z] unset SSH_AUTH_SOCK; [2021-01-22T09:34:38.328Z] unset SSH_AGENT_PID; [2021-01-22T09:34:38.328Z] echo Agent pid 18 killed; [2021-01-22T09:34:38.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T09:34:39.055Z] + git semver [Pipeline] } [2021-01-22T09:34:39.090Z] $ docker stop --time=1 a06b2519db08bae40c0ea1ce583296e384df251f75b40ad4ec9969b6b67a36a2 [2021-01-22T09:34:40.910Z] $ docker rm -f a06b2519db08bae40c0ea1ce583296e384df251f75b40ad4ec9969b6b67a36a2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:34:41.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:34:41.701Z] . [Pipeline] withDockerContainer [2021-01-22T09:34:42.181Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:34:42.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T09:34:43.511Z] $ docker top a85b74671a44ec58931a718113cb90818bd91086821fcf9d521563b2f63543b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T09:34:43.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T09:34:43.897Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T09:34:44.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T09:34:44.297Z] $ docker exec a85b74671a44ec58931a718113cb90818bd91086821fcf9d521563b2f63543b9 ssh-agent [2021-01-22T09:34:44.663Z] SSH_AUTH_SOCK=/tmp/ssh-vcXikDaBXOYD/agent.12 [2021-01-22T09:34:44.663Z] SSH_AGENT_PID=17 [2021-01-22T09:34:44.679Z] Running ssh-add (command line suppressed) [2021-01-22T09:34:45.183Z] Identity added: /w/workspace/edgex-go/317@tmp/private_key_2152320747583711950.key (/w/workspace/edgex-go/317@tmp/private_key_2152320747583711950.key) [2021-01-22T09:34:45.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T09:34:46.088Z] + git semver push [2021-01-22T09:34:46.088Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T09:34:46.088Z] # $GIT_DIR = /w/workspace/edgex-go/317/.git [2021-01-22T09:34:46.088Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/317 [2021-01-22T09:34:46.088Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T09:34:46.088Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T09:34:46.088Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T09:34:46.088Z] # $SEMVER_BRANCH = master [2021-01-22T09:34:46.088Z] # $SEMVER_DIR = /w/workspace/edgex-go/317/.semver [Pipeline] } [2021-01-22T09:34:58.496Z] $ docker exec --env ******** --env ******** a85b74671a44ec58931a718113cb90818bd91086821fcf9d521563b2f63543b9 ssh-agent -k [2021-01-22T09:34:58.728Z] unset SSH_AUTH_SOCK; [2021-01-22T09:34:58.728Z] unset SSH_AGENT_PID; [2021-01-22T09:34:58.728Z] echo Agent pid 17 killed; [2021-01-22T09:34:58.827Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T09:34:59.732Z] + git semver [Pipeline] } [2021-01-22T09:34:59.752Z] $ docker stop --time=1 a85b74671a44ec58931a718113cb90818bd91086821fcf9d521563b2f63543b9 [2021-01-22T09:35:01.818Z] $ docker rm -f a85b74671a44ec58931a718113cb90818bd91086821fcf9d521563b2f63543b9 [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 [2021-01-22T09:35:03.226Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:35:04.550Z] ---> package-listing.sh [2021-01-22T09:35:04.550Z] ++ facter osfamily [2021-01-22T09:35:04.550Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T09:35:04.822Z] + OS_FAMILY=redhat [2021-01-22T09:35:04.822Z] + workspace=/w/workspace/edgex-go/317 [2021-01-22T09:35:04.822Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T09:35:04.822Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T09:35:04.822Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T09:35:04.822Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T09:35:04.822Z] + '[' /w/workspace/edgex-go/317 ']' [2021-01-22T09:35:04.822Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T09:35:04.822Z] + case "${OS_FAMILY}" in [2021-01-22T09:35:04.822Z] + sort [2021-01-22T09:35:04.822Z] + rpm -qa [2021-01-22T09:35:11.497Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T09:35:11.497Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T09:35:11.497Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T09:35:11.497Z] + '[' /w/workspace/edgex-go/317 ']' [2021-01-22T09:35:11.497Z] + mkdir -p /w/workspace/edgex-go/317/archives/ [2021-01-22T09:35:11.497Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/317/archives/ [Pipeline] echo [2021-01-22T09:35:11.514Z] 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/317/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T09:35:11.845Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:35:12.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:35:12.748Z] [2021-01-22T09:35:12.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:35:13.324Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:35:13.324Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T09:35:13.324Z] df20fa9351a1: Pulling fs layer [2021-01-22T09:35:13.324Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T09:35:13.324Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T09:35:13.324Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T09:35:13.324Z] 93b61091891f: Pulling fs layer [2021-01-22T09:35:13.324Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T09:35:13.324Z] 5e14af77c1be: Pulling fs layer [2021-01-22T09:35:13.324Z] 01666e4c0597: Pulling fs layer [2021-01-22T09:35:13.324Z] aa168da1d23b: Pulling fs layer [2021-01-22T09:35:13.324Z] 01666e4c0597: Waiting [2021-01-22T09:35:13.324Z] aa168da1d23b: Waiting [2021-01-22T09:35:13.324Z] 93b9cdb0e59b: Waiting [2021-01-22T09:35:13.324Z] 5e14af77c1be: Waiting [2021-01-22T09:35:13.324Z] 93b61091891f: Waiting [2021-01-22T09:35:13.324Z] 46f8f816bc3b: Waiting [2021-01-22T09:35:13.621Z] 36b3adc4ff6f: Download complete [2021-01-22T09:35:13.621Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T09:35:13.621Z] 46f8f816bc3b: Download complete [2021-01-22T09:35:13.938Z] df20fa9351a1: Verifying Checksum [2021-01-22T09:35:13.939Z] df20fa9351a1: Download complete [2021-01-22T09:35:13.939Z] 93b9cdb0e59b: Download complete [2021-01-22T09:35:13.939Z] 5e14af77c1be: Verifying Checksum [2021-01-22T09:35:13.939Z] 5e14af77c1be: Download complete [2021-01-22T09:35:13.939Z] 01666e4c0597: Verifying Checksum [2021-01-22T09:35:13.939Z] 01666e4c0597: Download complete [2021-01-22T09:35:13.939Z] 93b61091891f: Verifying Checksum [2021-01-22T09:35:13.939Z] 93b61091891f: Download complete [2021-01-22T09:35:14.678Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T09:35:14.678Z] 8ad3a11d3b57: Download complete [2021-01-22T09:35:15.003Z] df20fa9351a1: Pull complete [2021-01-22T09:35:15.670Z] 36b3adc4ff6f: Pull complete [2021-01-22T09:35:17.332Z] 8ad3a11d3b57: Pull complete [2021-01-22T09:35:17.977Z] 46f8f816bc3b: Pull complete [2021-01-22T09:35:19.002Z] 93b61091891f: Pull complete [2021-01-22T09:35:19.625Z] 93b9cdb0e59b: Pull complete [2021-01-22T09:35:20.437Z] 5e14af77c1be: Pull complete [2021-01-22T09:35:20.437Z] aa168da1d23b: Verifying Checksum [2021-01-22T09:35:20.437Z] aa168da1d23b: Download complete [2021-01-22T09:35:21.022Z] 01666e4c0597: Pull complete [2021-01-22T09:35:33.566Z] aa168da1d23b: Pull complete [2021-01-22T09:35:33.566Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T09:35:33.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:35:33.566Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T09:35:34.080Z] prd-centos7-docker-4c-2g-22256 does not seem to be running inside a container [2021-01-22T09:35:34.228Z] $ 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/317/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/317 -v /w/workspace/edgex-go/317:/w/workspace/edgex-go/317:rw,z -v /w/workspace/edgex-go/317@tmp:/w/workspace/edgex-go/317@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T09:35:38.029Z] $ docker top 49d9078323a79a4df98c0165140e4fdf8e13cdd57bfd7c411c940242c3fcec92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:35:38.747Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T09:35:39.103Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T09:35:39.426Z] + ls /var/log/sa-host [2021-01-22T09:35:39.426Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T09:35:39.426Z] file_magic: OK [2021-01-22T09:35:39.426Z] HZ: Using current value: 100 [2021-01-22T09:35:39.426Z] file_header: OK [2021-01-22T09:35:39.426Z] 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 [2021-01-22T09:35:39.426Z] Statistics: [2021-01-22T09:35:39.426Z] 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... [2021-01-22T09:35:39.426Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T09:35:39.426Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T09:35:39.426Z] file_magic: OK [2021-01-22T09:35:39.426Z] HZ: Using current value: 100 [2021-01-22T09:35:39.426Z] file_header: OK [2021-01-22T09:35:39.426Z] 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 [2021-01-22T09:35:39.426Z] Statistics: [2021-01-22T09:35:39.426Z] Hnuu...uuuununununu... [2021-01-22T09:35:39.426Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T09:35:40.119Z] provisioning config files... [2021-01-22T09:35:40.165Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/317@tmp/config4183105185720863338tmp [Pipeline] { [Pipeline] echo [2021-01-22T09:35:40.219Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:35:40.536Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T09:35:40.553Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T09:35:40.665Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:35:40.968Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T09:35:40.981Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:35:41.299Z] ---> sudo-logs.sh [2021-01-22T09:35:41.299Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T09:35:41.311Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:35:41.622Z] ---> job-cost.sh [2021-01-22T09:35:41.622Z] lf-activate-venv: SKIPPING [2021-01-22T09:35:41.622Z] INFO: No Stack... [2021-01-22T09:35:42.581Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T09:35:43.181Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T09:35:43.196Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:35:43.553Z] ---> logs-deploy.sh [2021-01-22T09:35:43.553Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/317 [2021-01-22T09:35:43.553Z] INFO: archiving workspace using pattern(s): [2021-01-22T09:35:45.502Z] Archives upload complete. [2021-01-22T09:35:45.789Z] INFO: archiving logs to Nexus