Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43a02ae124f9b444ef324fb234f82118f7515362 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-23781 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/326 [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/326 # 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 43a02ae124f9b444ef324fb234f82118f7515362 (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 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API (#3061)" > git rev-list --no-walk 5d60090e02a7a818f5291dfe542d2b3f046e7863 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T17:05:26.038Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T17:05:26.305Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T17:05:26.404Z] ========================================================= [2021-01-28T17:05:26.404Z] EdgeX Global Pipelines Version Info [2021-01-28T17:05:26.404Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:05:28.736Z] ------------------- [2021-01-28T17:05:28.736Z] stable info: [2021-01-28T17:05:28.736Z] ------------------- [2021-01-28T17:05:28.736Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:05:28.736Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:05:28.736Z] Message: update stable to v1.0.179 [2021-01-28T17:05:29.328Z] ------------------- [2021-01-28T17:05:29.328Z] experimental info: [2021-01-28T17:05:29.328Z] ------------------- [2021-01-28T17:05:29.328Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:05:29.329Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:05:29.329Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T17:05:29.606Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T17:05:29.696Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T17:05:29.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T17:05:29.867Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T17:05:29.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T17:05:30.067Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T17:05:30.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T17:05:30.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T17:05:30.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T17:05:30.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T17:05:30.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T17:05:30.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T17:05:30.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T17:05:30.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T17:05:31.055Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:05:31.143Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:05:31.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T17:05:31.372Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T17:05:31.515Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T17:05:31.627Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T17:05:31.741Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T17:05:31.836Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T17:05:31.972Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T17:05:32.064Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-28T17:05:32.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-28T17:05:32.366Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-28T17:05:32.473Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] echo [2021-01-28T17:05:32.574Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43a02ae [Pipeline] echo [2021-01-28T17:05:32.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:05:32.863Z] provisioning config files... [2021-01-28T17:05:32.911Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/326@tmp/config7989352645958381079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:05:33.349Z] ---> docker-login.sh [2021-01-28T17:05:33.349Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:05:34.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:05:34.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:05:34.707Z] Configure a credential helper to remove this warning. See [2021-01-28T17:05:34.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:05:34.707Z] [2021-01-28T17:05:34.707Z] Login Succeeded [2021-01-28T17:05:34.707Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:05:35.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:05:35.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:05:35.902Z] Configure a credential helper to remove this warning. See [2021-01-28T17:05:35.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:05:35.902Z] [2021-01-28T17:05:35.902Z] Login Succeeded [2021-01-28T17:05:35.902Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:05:36.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:05:36.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:05:36.546Z] Configure a credential helper to remove this warning. See [2021-01-28T17:05:36.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:05:36.546Z] [2021-01-28T17:05:36.546Z] Login Succeeded [2021-01-28T17:05:36.546Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:05:36.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:05:36.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:05:36.818Z] Configure a credential helper to remove this warning. See [2021-01-28T17:05:36.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:05:36.818Z] [2021-01-28T17:05:36.818Z] Login Succeeded [2021-01-28T17:05:36.818Z] docker.io [2021-01-28T17:05:37.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:05:37.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:05:37.698Z] Configure a credential helper to remove this warning. See [2021-01-28T17:05:37.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:05:37.698Z] [2021-01-28T17:05:37.698Z] Login Succeeded [2021-01-28T17:05:37.698Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:05:37.745Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:05:38.293Z] ++ 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-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T17:05:38.293Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:05:38.293Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T17:05:38.293Z] ++ cut -d/ -f2 [2021-01-28T17:05:38.293Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T17:05:38.411Z] 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-28T17:05:39.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:05:39.909Z] [2021-01-28T17:05:39.909Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:05:40.340Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:05:40.340Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T17:05:40.341Z] 31603596830f: Pulling fs layer [2021-01-28T17:05:40.341Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T17:05:40.341Z] 6ca5941a6612: Pulling fs layer [2021-01-28T17:05:40.341Z] ecc8261a40a4: Pulling fs layer [2021-01-28T17:05:40.341Z] ecc8261a40a4: Waiting [2021-01-28T17:05:40.341Z] 2a8b12db71e7: Download complete [2021-01-28T17:05:40.634Z] 31603596830f: Verifying Checksum [2021-01-28T17:05:40.634Z] 31603596830f: Download complete [2021-01-28T17:05:40.634Z] ecc8261a40a4: Verifying Checksum [2021-01-28T17:05:40.634Z] ecc8261a40a4: Download complete [2021-01-28T17:05:40.906Z] 6ca5941a6612: Verifying Checksum [2021-01-28T17:05:40.906Z] 6ca5941a6612: Download complete [2021-01-28T17:05:41.187Z] 31603596830f: Pull complete [2021-01-28T17:05:41.187Z] 2a8b12db71e7: Pull complete [2021-01-28T17:05:43.276Z] 6ca5941a6612: Pull complete [2021-01-28T17:05:43.552Z] ecc8261a40a4: Pull complete [2021-01-28T17:05:43.552Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T17:05:43.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:05:43.552Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T17:05:43.965Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:05:44.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:05:47.279Z] $ docker top 0bfbd64b5c3106124dad8ec3b3b9fb1f1e543c6e35242b30f81be0fa51eafcb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:05:47.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:05:47.884Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:05:48.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:05:48.301Z] $ docker exec 0bfbd64b5c3106124dad8ec3b3b9fb1f1e543c6e35242b30f81be0fa51eafcb2 ssh-agent [2021-01-28T17:05:48.633Z] SSH_AUTH_SOCK=/tmp/ssh-i8MlnEWSGMBu/agent.11 [2021-01-28T17:05:48.633Z] SSH_AGENT_PID=16 [2021-01-28T17:05:48.652Z] Running ssh-add (command line suppressed) [2021-01-28T17:05:48.860Z] Identity added: /w/workspace/edgex-go/326@tmp/private_key_3195048361348263762.key (/w/workspace/edgex-go/326@tmp/private_key_3195048361348263762.key) [2021-01-28T17:05:48.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:05:49.393Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T17:05:49.459Z] $ docker exec --env ******** --env ******** 0bfbd64b5c3106124dad8ec3b3b9fb1f1e543c6e35242b30f81be0fa51eafcb2 ssh-agent -k [2021-01-28T17:05:49.660Z] unset SSH_AUTH_SOCK; [2021-01-28T17:05:49.660Z] unset SSH_AGENT_PID; [2021-01-28T17:05:49.660Z] echo Agent pid 16 killed; [2021-01-28T17:05:49.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T17:05:49.929Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:05:49.929Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:05:50.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:05:50.296Z] $ docker exec 0bfbd64b5c3106124dad8ec3b3b9fb1f1e543c6e35242b30f81be0fa51eafcb2 ssh-agent [2021-01-28T17:05:50.599Z] SSH_AUTH_SOCK=/tmp/ssh-yqLXiUuGPXgm/agent.44 [2021-01-28T17:05:50.599Z] SSH_AGENT_PID=50 [2021-01-28T17:05:50.611Z] Running ssh-add (command line suppressed) [2021-01-28T17:05:50.855Z] Identity added: /w/workspace/edgex-go/326@tmp/private_key_6358111438140732015.key (/w/workspace/edgex-go/326@tmp/private_key_6358111438140732015.key) [2021-01-28T17:05:50.990Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:05:51.472Z] + git semver init [2021-01-28T17:05:51.472Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:05:51.472Z] # $GIT_DIR = /w/workspace/edgex-go/326/.git [2021-01-28T17:05:51.472Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/326 [2021-01-28T17:05:51.472Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:05:51.472Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:05:51.472Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:05:51.472Z] # $SEMVER_BRANCH = master [2021-01-28T17:05:51.472Z] # $SEMVER_TEMP = /tmp/semver-339858542 [2021-01-28T17:05:51.472Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T17:06:38.920Z] # '/tmp/semver-339858542' -> '/w/workspace/edgex-go/326/.semver' [2021-01-28T17:06:38.920Z] # -> Force: false [2021-01-28T17:06:38.920Z] # $SEMVER_DIR = /w/workspace/edgex-go/326/.semver [Pipeline] } [2021-01-28T17:06:38.951Z] $ docker exec --env ******** --env ******** 0bfbd64b5c3106124dad8ec3b3b9fb1f1e543c6e35242b30f81be0fa51eafcb2 ssh-agent -k [2021-01-28T17:06:39.436Z] unset SSH_AUTH_SOCK; [2021-01-28T17:06:39.437Z] unset SSH_AGENT_PID; [2021-01-28T17:06:39.437Z] echo Agent pid 50 killed; [2021-01-28T17:06:39.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:06:40.163Z] + git semver [Pipeline] } [2021-01-28T17:06:40.194Z] $ docker stop --time=1 0bfbd64b5c3106124dad8ec3b3b9fb1f1e543c6e35242b30f81be0fa51eafcb2 [2021-01-28T17:06:42.072Z] $ docker rm -f 0bfbd64b5c3106124dad8ec3b3b9fb1f1e543c6e35242b30f81be0fa51eafcb2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:06:42.722Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T17:06:43.478Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T17:06:43.481Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.63 [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-28T17:06:44.457Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:06:44.812Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:06:45.213Z] + sudo service docker restart [2021-01-28T17:06:45.213Z] + true [2021-01-28T17:06:45.213Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T17:06:46.730Z] ========================================================= [2021-01-28T17:06:46.730Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T17:06:46.730Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:06:47.149Z] + 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-28T17:06:55.590Z] Sending build context to Docker daemon 327.2MB [2021-01-28T17:06:55.590Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:06:55.590Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:06:55.590Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T17:06:55.590Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T17:06:55.590Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T17:06:55.590Z] de9db76c5a1d: Pulling fs layer [2021-01-28T17:06:55.590Z] bca2f99d35d6: Pulling fs layer [2021-01-28T17:06:55.590Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T17:06:55.590Z] 7c6f9722023f: Pulling fs layer [2021-01-28T17:06:55.590Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T17:06:55.590Z] 93359f2a8cfa: Waiting [2021-01-28T17:06:55.590Z] 7c6f9722023f: Waiting [2021-01-28T17:06:55.590Z] a35cf1a2eb13: Waiting [2021-01-28T17:06:55.590Z] bca2f99d35d6: Waiting [2021-01-28T17:06:55.590Z] de9db76c5a1d: Verifying Checksum [2021-01-28T17:06:55.590Z] de9db76c5a1d: Download complete [2021-01-28T17:06:55.590Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T17:06:55.590Z] 0ef7d3d256c8: Download complete [2021-01-28T17:06:55.590Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T17:06:55.590Z] 93359f2a8cfa: Download complete [2021-01-28T17:06:55.590Z] 7c6f9722023f: Download complete [2021-01-28T17:06:55.590Z] 188c0c94c7c5: Download complete [2021-01-28T17:06:56.700Z] 188c0c94c7c5: Pull complete [2021-01-28T17:06:57.342Z] 0ef7d3d256c8: Pull complete [2021-01-28T17:06:57.671Z] de9db76c5a1d: Pull complete [2021-01-28T17:06:58.915Z] Still waiting to schedule task [2021-01-28T17:06:58.915Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T17:07:00.360Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T17:07:00.360Z] a35cf1a2eb13: Download complete [2021-01-28T17:07:01.830Z] bca2f99d35d6: Verifying Checksum [2021-01-28T17:07:01.830Z] bca2f99d35d6: Download complete [2021-01-28T17:07:14.417Z] bca2f99d35d6: Pull complete [2021-01-28T17:07:14.417Z] 93359f2a8cfa: Pull complete [2021-01-28T17:07:14.417Z] 7c6f9722023f: Pull complete [2021-01-28T17:07:23.018Z] a35cf1a2eb13: Pull complete [2021-01-28T17:07:23.018Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T17:07:23.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T17:07:23.018Z] ---> a62c8e92a672 [2021-01-28T17:07:23.018Z] 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-28T17:07:23.018Z] ---> Running in e2bdecbfc012 [2021-01-28T17:07:23.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:07:24.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:07:25.200Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:07:25.201Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:07:25.471Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:07:25.471Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:07:33.824Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:07:33.824Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:07:33.824Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:07:33.824Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:07:33.824Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:07:33.824Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:07:33.824Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:07:33.824Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:07:34.103Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:07:34.103Z] OK: 233 MiB in 51 packages [2021-01-28T17:07:38.622Z] Removing intermediate container e2bdecbfc012 [2021-01-28T17:07:38.622Z] ---> 3087b67efe25 [2021-01-28T17:07:38.622Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:07:38.622Z] ---> Running in 3806f181875e [2021-01-28T17:07:38.622Z] Removing intermediate container 3806f181875e [2021-01-28T17:07:38.622Z] ---> 30e742548efc [2021-01-28T17:07:38.622Z] Step 5/6 : COPY go.mod . [2021-01-28T17:07:39.360Z] ---> aa28e8b6b38d [2021-01-28T17:07:39.360Z] Step 6/6 : RUN go mod download [2021-01-28T17:07:39.360Z] ---> Running in a58fc24213c6 [2021-01-28T17:08:12.339Z] Removing intermediate container a58fc24213c6 [2021-01-28T17:08:12.339Z] ---> a65d0dec18c4 [2021-01-28T17:08:12.339Z] Successfully built a65d0dec18c4 [2021-01-28T17:08:12.339Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:08:12.743Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:08:13.322Z] . [Pipeline] withDockerContainer [2021-01-28T17:08:14.217Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:08:14.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:08:15.933Z] $ docker top a9571170a5519727eea4a7ae7e4c35cf9b3005d85998e45f743921912f0505eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:08:17.106Z] + go version [2021-01-28T17:08:17.106Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T17:08:17.235Z] $ docker stop --time=1 a9571170a5519727eea4a7ae7e4c35cf9b3005d85998e45f743921912f0505eb [2021-01-28T17:08:19.041Z] $ docker rm -f a9571170a5519727eea4a7ae7e4c35cf9b3005d85998e45f743921912f0505eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:08:20.149Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:08:20.149Z] . [Pipeline] withDockerContainer [2021-01-28T17:08:20.539Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:08:20.761Z] $ 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/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:08:22.713Z] $ docker top bf71d57e88e71ec52dbebea7373a81b85a4114bfd417ea3de18e4e8671865323 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:08:23.406Z] ========================================================= [2021-01-28T17:08:23.406Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:08:23.406Z] ========================================================= [Pipeline] sh [2021-01-28T17:08:23.817Z] + make test [2021-01-28T17:08:23.817Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:08:42.520Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:08:51.034Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23789 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-28T17:08:51.090Z] Running in /w/workspace/edgex-go/326 [Pipeline] { [Pipeline] checkout [2021-01-28T17:08:56.269Z] using credential edgex-jenkins-ssh [2021-01-28T17:08:56.337Z] Cloning the remote Git repository [2021-01-28T17:08:56.395Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:08:56.639Z] > git init /w/workspace/edgex-go/326 # timeout=10 [2021-01-28T17:08:56.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:08:56.740Z] > git --version # timeout=10 [2021-01-28T17:08:56.769Z] > git --version # 'git version 2.17.1' [2021-01-28T17:08:56.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:08:56.824Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:09:18.475Z] Checking out Revision 43a02ae124f9b444ef324fb234f82118f7515362 (master) [2021-01-28T17:09:17.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:09:17.820Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:09:17.848Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:09:17.886Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:09:17.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:09:17.905Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:09:18.497Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:09:18.514Z] > git checkout -f 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [2021-01-28T17:09:22.414Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:09:23.132Z] Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API (#3061)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T17:09:24.608Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:09:25.077Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:09:25.446Z] + sudo service docker restart [2021-01-28T17:09:25.446Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:09:27.504Z] provisioning config files... [2021-01-28T17:09:27.544Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/326@tmp/config4676173507473032005tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:09:27.959Z] ---> docker-login.sh [2021-01-28T17:09:27.959Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:09:28.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:09:29.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:09:29.543Z] Configure a credential helper to remove this warning. See [2021-01-28T17:09:29.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:09:29.543Z] [2021-01-28T17:09:29.543Z] Login Succeeded [2021-01-28T17:09:29.543Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:09:29.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:09:29.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:09:29.814Z] Configure a credential helper to remove this warning. See [2021-01-28T17:09:29.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:09:29.814Z] [2021-01-28T17:09:30.088Z] Login Succeeded [2021-01-28T17:09:30.088Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:09:30.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:09:30.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:09:30.636Z] Configure a credential helper to remove this warning. See [2021-01-28T17:09:30.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:09:30.636Z] [2021-01-28T17:09:30.636Z] Login Succeeded [2021-01-28T17:09:30.636Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:09:30.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:09:30.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:09:30.913Z] Configure a credential helper to remove this warning. See [2021-01-28T17:09:30.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:09:30.913Z] [2021-01-28T17:09:30.913Z] Login Succeeded [2021-01-28T17:09:30.913Z] docker.io [2021-01-28T17:09:31.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:09:31.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:09:31.784Z] Configure a credential helper to remove this warning. See [2021-01-28T17:09:31.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:09:31.784Z] [2021-01-28T17:09:31.784Z] Login Succeeded [2021-01-28T17:09:31.784Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:09:31.802Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T17:09:32.230Z] ========================================================= [2021-01-28T17:09:32.231Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T17:09:32.231Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:09:32.613Z] + 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-28T17:09:33.345Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:09:33.345Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:09:33.345Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:09:33.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:09:35.283Z] Sending build context to Docker daemon 165.9MB [2021-01-28T17:09:35.283Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:09:35.283Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:09:35.283Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T17:09:35.283Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T17:09:35.283Z] a4357932f1b6: Pulling fs layer [2021-01-28T17:09:35.283Z] 18c013af1878: Pulling fs layer [2021-01-28T17:09:35.283Z] 00ac8860ef70: Pulling fs layer [2021-01-28T17:09:35.283Z] 63d7cb157983: Pulling fs layer [2021-01-28T17:09:35.283Z] b116817d02f9: Pulling fs layer [2021-01-28T17:09:35.283Z] 745a02a5169b: Pulling fs layer [2021-01-28T17:09:35.283Z] 00ac8860ef70: Waiting [2021-01-28T17:09:35.283Z] 63d7cb157983: Waiting [2021-01-28T17:09:35.283Z] b116817d02f9: Waiting [2021-01-28T17:09:35.283Z] 745a02a5169b: Waiting [2021-01-28T17:09:35.283Z] 18c013af1878: Verifying Checksum [2021-01-28T17:09:35.283Z] 18c013af1878: Download complete [2021-01-28T17:09:35.283Z] a4357932f1b6: Verifying Checksum [2021-01-28T17:09:35.283Z] a4357932f1b6: Download complete [2021-01-28T17:09:35.283Z] 63d7cb157983: Download complete [2021-01-28T17:09:35.283Z] b116817d02f9: Verifying Checksum [2021-01-28T17:09:35.283Z] b116817d02f9: Download complete [2021-01-28T17:09:35.283Z] 5f621e34cdf4: Download complete [2021-01-28T17:09:35.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:09:35.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:09:35.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:09:35.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:09:35.887Z] 5f621e34cdf4: Pull complete [2021-01-28T17:09:36.173Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:09:36.181Z] a4357932f1b6: Pull complete [2021-01-28T17:09:36.820Z] 18c013af1878: Pull complete [2021-01-28T17:09:38.258Z] 745a02a5169b: Verifying Checksum [2021-01-28T17:09:38.258Z] 745a02a5169b: Download complete [2021-01-28T17:09:38.370Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:09:39.233Z] 00ac8860ef70: Verifying Checksum [2021-01-28T17:09:39.233Z] 00ac8860ef70: Download complete [2021-01-28T17:09:42.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:09:42.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:09:42.076Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:09:46.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.282s coverage: 46.0% of statements [2021-01-28T17:09:46.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:09:46.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:09:46.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:09:46.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:09:46.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:09:46.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:09:46.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:09:46.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements [2021-01-28T17:09:49.385Z] 00ac8860ef70: Pull complete [2021-01-28T17:09:49.661Z] 63d7cb157983: Pull complete [2021-01-28T17:09:49.961Z] b116817d02f9: Pull complete [2021-01-28T17:09:51.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.1% of statements [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:09:51.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:09:51.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:09:51.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:09:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:09:51.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.630s coverage: 82.3% of statements [2021-01-28T17:09:51.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:09:51.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:09:51.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:09:51.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:09:54.291Z] 745a02a5169b: Pull complete [2021-01-28T17:09:54.291Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T17:09:54.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T17:09:54.291Z] ---> b7e6874047d6 [2021-01-28T17:09:54.291Z] 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-28T17:09:56.938Z] ---> Running in 085b578ac71b [2021-01-28T17:09:57.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.638s coverage: 28.6% of statements [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:09:57.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:09:57.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:09:57.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.245s coverage: 86.7% of statements [2021-01-28T17:09:57.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:09:58.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:09:58.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements [2021-01-28T17:09:58.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:09:58.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-01-28T17:09:58.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:09:58.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:09:58.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:09:58.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T17:09:58.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:09:59.563Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:09:59.563Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:09:59.851Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:09:59.851Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:10:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.441s coverage: 92.8% of statements [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:10:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.093s coverage: 58.8% of statements [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:10:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.122s coverage: 0.1% of statements [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:10:03.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:10:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 43.8% of statements [2021-01-28T17:10:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.108s coverage: 79.5% of statements [2021-01-28T17:10:03.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.124s coverage: 94.1% of statements [2021-01-28T17:10:04.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements [2021-01-28T17:10:04.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.112s coverage: 87.5% of statements [2021-01-28T17:10:12.256Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:10:12.257Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:10:12.529Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:10:12.801Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:10:13.073Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:10:13.073Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:10:13.073Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:10:13.669Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:10:13.669Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:10:13.669Z] OK: 217 MiB in 51 packages [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.129s coverage: 94.4% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.045s coverage: 44.8% of statements [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.115s coverage: 80.8% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.096s coverage: 84.2% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.338s coverage: 91.4% of statements [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.404s coverage: 63.5% of statements [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:10:17.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.142s coverage: 91.3% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-01-28T17:10:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-01-28T17:10:17.986Z] Removing intermediate container 085b578ac71b [2021-01-28T17:10:17.986Z] ---> 289748bdd53c [2021-01-28T17:10:17.986Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:10:17.986Z] ---> Running in 4fb99028c62c [2021-01-28T17:10:18.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.679s coverage: 68.9% of statements [2021-01-28T17:10:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:10:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:10:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:10:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:10:18.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:10:18.263Z] Removing intermediate container 4fb99028c62c [2021-01-28T17:10:18.263Z] ---> c2ca475de595 [2021-01-28T17:10:18.263Z] Step 5/6 : COPY go.mod . [2021-01-28T17:10:18.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 37.0% of statements [2021-01-28T17:10:18.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:10:18.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:10:19.255Z] ---> 017aff5e4ab0 [2021-01-28T17:10:19.255Z] Step 6/6 : RUN go mod download [2021-01-28T17:10:19.255Z] ---> Running in edebdc498566 [2021-01-28T17:10:20.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.552s coverage: 84.0% of statements [2021-01-28T17:10:20.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-01-28T17:10:23.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.170s coverage: 47.1% of statements [2021-01-28T17:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:10:23.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.071s coverage: 100.0% of statements [2021-01-28T17:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:10:23.335Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements [2021-01-28T17:10:23.335Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.268s coverage: 29.1% of statements [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.163s coverage: 99.0% of statements [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.154s coverage: 0.0% of statements [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.131s coverage: 87.9% of statements [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:10:27.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.107s coverage: 100.0% of statements [2021-01-28T17:10:27.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-28T17:10:28.133Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.134s coverage: 100.0% of statements [2021-01-28T17:10:28.729Z] GO111MODULE=on go vet ./... [2021-01-28T17:10:46.064Z] Removing intermediate container edebdc498566 [2021-01-28T17:10:46.065Z] ---> 9abe0eb361bb [2021-01-28T17:10:46.065Z] Successfully built 9abe0eb361bb [2021-01-28T17:10:46.065Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:10:46.418Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:10:46.418Z] . [Pipeline] withDockerContainer [2021-01-28T17:10:46.704Z] prd-ubuntu18.04-docker-arm64-4c-16g-23789 does not seem to be running inside a container [2021-01-28T17:10:46.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:10:48.738Z] $ docker top af35ee9f1a2ba017241713b456dd61aff9514be3912bd91a84188e416a4328bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:10:49.854Z] + go version [2021-01-28T17:10:49.854Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T17:10:49.880Z] $ docker stop --time=1 af35ee9f1a2ba017241713b456dd61aff9514be3912bd91a84188e416a4328bd [2021-01-28T17:10:51.845Z] $ docker rm -f af35ee9f1a2ba017241713b456dd61aff9514be3912bd91a84188e416a4328bd [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-28T17:10:53.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:10:53.957Z] [2021-01-28T17:10:53.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:10:54.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:10:54.896Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T17:10:54.896Z] 29e5d40040c1: Pulling fs layer [2021-01-28T17:10:54.896Z] 1ce36da41761: Pulling fs layer [2021-01-28T17:10:54.896Z] 25b303627fd3: Pulling fs layer [2021-01-28T17:10:54.896Z] 29e5d40040c1: Download complete [2021-01-28T17:10:55.513Z] 1ce36da41761: Verifying Checksum [2021-01-28T17:10:55.786Z] 29e5d40040c1: Pull complete [2021-01-28T17:10:56.763Z] 1ce36da41761: Pull complete [2021-01-28T17:10:57.359Z] 25b303627fd3: Verifying Checksum [2021-01-28T17:10:57.359Z] 25b303627fd3: Download complete [2021-01-28T17:11:09.783Z] 25b303627fd3: Pull complete [2021-01-28T17:11:09.783Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T17:11:09.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:11:09.783Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T17:11:10.064Z] prd-ubuntu18.04-docker-arm64-4c-16g-23789 does not seem to be running inside a container [2021-01-28T17:11:10.156Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:11:13.508Z] $ docker top 056836a60474302291e3fd1eaf3b56bca05e845043b159be9246fafcc21439dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:11:14.533Z] + + grepdocker-compose parallel build [2021-01-28T17:11:14.533Z] --help [2021-01-28T17:11:17.727Z] gofmt -l . [2021-01-28T17:11:17.727Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:11:17.912Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:11:17.938Z] $ docker stop --time=1 056836a60474302291e3fd1eaf3b56bca05e845043b159be9246fafcc21439dd [2021-01-28T17:11:18.700Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:11:19.740Z] ./bin/test-attribution-txt.sh [2021-01-28T17:11:19.910Z] $ docker rm -f 056836a60474302291e3fd1eaf3b56bca05e845043b159be9246fafcc21439dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2021-01-28T17:11:20.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:11:20.853Z] . [Pipeline] withDockerContainer [2021-01-28T17:11:21.167Z] prd-ubuntu18.04-docker-arm64-4c-16g-23789 does not seem to be running inside a container [2021-01-28T17:11:21.286Z] $ 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/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:11:21.446Z] + ls -al . [2021-01-28T17:11:21.446Z] total 672 [2021-01-28T17:11:21.446Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 17:11 . [2021-01-28T17:11:21.446Z] drwxr-xr-x 4 root root 32 Jan 28 17:08 .. [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:05 .dockerignore [2021-01-28T17:11:21.446Z] drwxrwxr-x 8 1001 1001 162 Jan 28 17:05 .git [2021-01-28T17:11:21.446Z] drwxrwxr-x 3 1001 1001 125 Jan 28 17:05 .github [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:05 .gitignore [2021-01-28T17:11:21.446Z] drwx------ 3 1001 1001 45 Jan 28 17:06 .semver [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:05 .sonarcloud.properties [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:05 Attribution.txt [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:05 CONTRIBUTING.md [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:05 Dockerfile.build [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:05 Jenkinsfile [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:05 LICENSE [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:05 Makefile [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:05 README.md [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:05 SECURITY.md [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 12 Jan 28 17:06 VERSION [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:05 ZMQWindows.md [2021-01-28T17:11:21.446Z] drwxrwxr-x 2 1001 1001 117 Jan 28 17:05 bin [2021-01-28T17:11:21.446Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:05 cmd [2021-01-28T17:11:21.446Z] -rw-r--r-- 1 root root 565356 Jan 28 17:10 coverage.out [2021-01-28T17:11:21.446Z] -rw-r--r-- 1 root root 1054 Jan 28 17:11 go.mod [2021-01-28T17:11:21.446Z] -rw-r--r-- 1 root root 19289 Jan 28 17:11 go.sum [2021-01-28T17:11:21.446Z] drwxrwxr-x 8 1001 1001 127 Jan 28 17:05 internal [2021-01-28T17:11:21.446Z] drwxrwxr-x 4 1001 1001 26 Jan 28 17:05 openapi [2021-01-28T17:11:21.446Z] drwxrwxr-x 4 1001 1001 71 Jan 28 17:05 snap [2021-01-28T17:11:21.446Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:05 version.go [2021-01-28T17:11:22.749Z] $ docker top c9e1abcdcfd901425481488685df0d9b757c51843780f386ec48f8d09a097b99 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-28T17:11:23.493Z] + '[' -e coverage.out ] [2021-01-28T17:11:23.493Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:11:23.907Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:11:23.973Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:11:24.744Z] + make build [2021-01-28T17:11:24.744Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:11:27.342Z] Building docker-core-command-go ... [2021-01-28T17:11:27.342Z] Building docker-core-data-go ... [2021-01-28T17:11:27.342Z] Building docker-core-metadata-go ... [2021-01-28T17:11:27.342Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:11:27.342Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:11:27.342Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:11:27.342Z] Building docker-support-notifications-go ... [2021-01-28T17:11:27.342Z] Building docker-support-scheduler-go ... [2021-01-28T17:11:27.342Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:11:27.342Z] Building docker-security-secretstore-setup-go [2021-01-28T17:11:27.342Z] Building docker-support-scheduler-go [2021-01-28T17:11:27.342Z] Building docker-security-proxy-setup-go [2021-01-28T17:11:27.342Z] Building docker-security-bootstrapper-go [2021-01-28T17:11:27.342Z] Building docker-core-command-go [2021-01-28T17:11:30.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:11:45.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:11:50.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:11:53.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:11:54.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:11:58.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:12:00.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:12:04.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:12:08.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:12:09.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:12:12.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:12:14.311Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:12:14.311Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:12:14.311Z] ---> 9abe0eb361bb [2021-01-28T17:12:14.311Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:12:14.311Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:12:14.311Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:12:14.311Z] ---> 9abe0eb361bb [2021-01-28T17:12:14.311Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:12:14.311Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:12:14.311Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:12:14.311Z] ---> 9abe0eb361bb [2021-01-28T17:12:14.311Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:12:14.311Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:12:14.311Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:12:14.311Z] ---> 9abe0eb361bb [2021-01-28T17:12:14.311Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:12:14.311Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:12:14.311Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:12:14.311Z] ---> 9abe0eb361bb [2021-01-28T17:12:14.311Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:12:14.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:12:17.710Z] ---> Running in 41259425cdd8 [2021-01-28T17:12:17.710Z] ---> Running in 2d15cf80f5e5 [2021-01-28T17:12:17.710Z] ---> Running in a81a2fe56744 [2021-01-28T17:12:17.710Z] ---> Running in a3fcd30494fe [2021-01-28T17:12:17.710Z] ---> Running in 37180557dea5 [2021-01-28T17:12:18.306Z] Removing intermediate container a81a2fe56744 [2021-01-28T17:12:18.306Z] ---> 60567a684a2a [2021-01-28T17:12:18.306Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:12:18.306Z] Removing intermediate container a3fcd30494fe [2021-01-28T17:12:18.306Z] ---> 69376082585d [2021-01-28T17:12:18.306Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:12:18.306Z] Removing intermediate container 41259425cdd8 [2021-01-28T17:12:18.306Z] ---> 6db1842cf79d [2021-01-28T17:12:18.306Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [2021-01-28T17:12:18.491Z] $ docker stop --time=1 bf71d57e88e71ec52dbebea7373a81b85a4114bfd417ea3de18e4e8671865323 [2021-01-28T17:12:18.583Z] Removing intermediate container 2d15cf80f5e5 [2021-01-28T17:12:18.584Z] ---> 8dfdf0bf9392 [2021-01-28T17:12:18.584Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:12:18.584Z] Removing intermediate container 37180557dea5 [2021-01-28T17:12:18.584Z] ---> a90cea40c043 [2021-01-28T17:12:18.584Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:12:18.584Z] ---> Running in 27413be555ec [2021-01-28T17:12:18.584Z] ---> Running in 40958b24ad36 [2021-01-28T17:12:18.584Z] ---> Running in eb1f8d28ed54 [2021-01-28T17:12:18.861Z] ---> Running in 0009103402f8 [2021-01-28T17:12:18.861Z] ---> Running in e16d9e07d92e [2021-01-28T17:12:20.948Z] $ docker rm -f bf71d57e88e71ec52dbebea7373a81b85a4114bfd417ea3de18e4e8671865323 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-28T17:12:22.342Z] Removing intermediate container 27413be555ec [2021-01-28T17:12:22.342Z] ---> e4809fbbd197 [2021-01-28T17:12:22.342Z] Step 5/24 : RUN apk add --update --no-cache make git [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:12:22.619Z] ---> Running in 06266c67b981 [2021-01-28T17:12:22.895Z] Removing intermediate container eb1f8d28ed54 [2021-01-28T17:12:22.895Z] ---> 2293b7aad57f [2021-01-28T17:12:22.895Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:12:22.895Z] ---> Running in 41fa3f7fe011 [2021-01-28T17:12:23.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:12:23.640Z] [2021-01-28T17:12:23.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:12:23.899Z] Removing intermediate container 40958b24ad36 [2021-01-28T17:12:23.899Z] ---> d6acc5863683 [2021-01-28T17:12:23.899Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:12:23.899Z] Removing intermediate container e16d9e07d92e [2021-01-28T17:12:23.899Z] ---> b3bd9afaf78e [2021-01-28T17:12:23.899Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:12:23.899Z] ---> Running in 6e01c0ce2d07 [2021-01-28T17:12:23.899Z] ---> Running in 6d77ac704850 [2021-01-28T17:12:24.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:12:24.186Z] Removing intermediate container 0009103402f8 [2021-01-28T17:12:24.186Z] ---> 7e33404495f7 [2021-01-28T17:12:24.186Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:12:24.362Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T17:12:24.362Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T17:12:24.362Z] ca9280d653b3: Pulling fs layer [2021-01-28T17:12:24.362Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T17:12:24.469Z] ---> Running in e8f21ec57d3b [2021-01-28T17:12:25.006Z] cbdbe7a5bc2a: Download complete [2021-01-28T17:12:25.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:25.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:25.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:25.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:25.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:26.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:26.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:26.504Z] OK: 217 MiB in 51 packages [2021-01-28T17:12:26.540Z] cbdbe7a5bc2a: Pull complete [2021-01-28T17:12:26.540Z] ca9280d653b3: Verifying Checksum [2021-01-28T17:12:26.540Z] ca9280d653b3: Download complete [2021-01-28T17:12:26.789Z] OK: 217 MiB in 51 packages [2021-01-28T17:12:26.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:26.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:27.778Z] OK: 217 MiB in 51 packages [2021-01-28T17:12:27.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:12:27.778Z] OK: 217 MiB in 51 packages [2021-01-28T17:12:28.051Z] Removing intermediate container 06266c67b981 [2021-01-28T17:12:28.051Z] ---> 1a7e098d7ee0 [2021-01-28T17:12:28.051Z] Step 6/24 : COPY go.mod . [2021-01-28T17:12:28.325Z] Removing intermediate container 41fa3f7fe011 [2021-01-28T17:12:28.325Z] ---> c8fa793aebc5 [2021-01-28T17:12:28.325Z] Step 6/22 : COPY go.mod . [2021-01-28T17:12:28.918Z] ---> 82c86e1b7d6a [2021-01-28T17:12:28.918Z] Step 7/24 : RUN go mod download [2021-01-28T17:12:29.190Z] ---> Running in 0eba237a7204 [2021-01-28T17:12:29.191Z] Removing intermediate container e8f21ec57d3b [2021-01-28T17:12:29.191Z] ---> 159c44935c72 [2021-01-28T17:12:29.191Z] Step 6/23 : COPY go.mod . [2021-01-28T17:12:29.191Z] Removing intermediate container 6d77ac704850 [2021-01-28T17:12:29.191Z] ---> fc92a156ed87 [2021-01-28T17:12:29.191Z] Step 6/34 : COPY go.mod . [2021-01-28T17:12:29.472Z] ---> 69aaf69b2a08 [2021-01-28T17:12:29.472Z] Step 7/22 : RUN go mod download [2021-01-28T17:12:29.472Z] ---> Running in cf68509ebad1 [2021-01-28T17:12:29.831Z] ca9280d653b3: Pull complete [2021-01-28T17:12:30.098Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T17:12:30.098Z] 7e9c9ca2126c: Download complete [2021-01-28T17:12:30.506Z] OK: 217 MiB in 51 packages [2021-01-28T17:12:30.506Z] ---> 3978d20f5853 [2021-01-28T17:12:30.506Z] Step 7/34 : RUN go mod download ---> bafa531bec05 [2021-01-28T17:12:30.506Z] Step 7/23 : RUN go mod download [2021-01-28T17:12:30.506Z] [2021-01-28T17:12:30.779Z] ---> Running in b4f5a796e18b [2021-01-28T17:12:30.779Z] ---> Running in 81b26d164a78 [2021-01-28T17:12:32.222Z] Removing intermediate container 6e01c0ce2d07 [2021-01-28T17:12:32.222Z] ---> c133f8c1a59b [2021-01-28T17:12:32.222Z] Step 6/21 : COPY go.mod . [2021-01-28T17:12:33.659Z] Removing intermediate container 0eba237a7204 [2021-01-28T17:12:33.659Z] ---> 57a3bfae7747 [2021-01-28T17:12:33.659Z] Step 8/24 : COPY . . [2021-01-28T17:12:33.659Z] ---> 044470396356 [2021-01-28T17:12:33.659Z] Step 7/21 : RUN go mod download [2021-01-28T17:12:33.660Z] Removing intermediate container cf68509ebad1 [2021-01-28T17:12:33.660Z] ---> 46cc154b2662 [2021-01-28T17:12:33.660Z] Step 8/22 : COPY . . [2021-01-28T17:12:33.939Z] ---> Running in 723300a2ee26 [2021-01-28T17:12:35.938Z] Removing intermediate container 81b26d164a78 [2021-01-28T17:12:35.938Z] ---> a5384896d824 [2021-01-28T17:12:35.938Z] Step 8/23 : COPY . . [2021-01-28T17:12:36.217Z] Removing intermediate container b4f5a796e18b [2021-01-28T17:12:36.217Z] ---> 45f2e5c1249b [2021-01-28T17:12:36.217Z] Step 8/34 : COPY . . [2021-01-28T17:12:39.624Z] Removing intermediate container 723300a2ee26 [2021-01-28T17:12:39.624Z] ---> 710f5fbb4630 [2021-01-28T17:12:39.624Z] Step 8/21 : COPY . . [2021-01-28T17:12:42.677Z] 7e9c9ca2126c: Pull complete [2021-01-28T17:12:42.678Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T17:12:42.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:12:42.678Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T17:12:43.172Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:12:43.390Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:12:46.492Z] $ docker top f41c477dd31ebf614f5691defe4fbb87e6fcdf07ea664f75ac71b4deef884b9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:12:47.740Z] + docker-compose build --help [2021-01-28T17:12:47.740Z] + grep parallel [2021-01-28T17:12:49.839Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:12:49.921Z] $ docker stop --time=1 f41c477dd31ebf614f5691defe4fbb87e6fcdf07ea664f75ac71b4deef884b9b [2021-01-28T17:12:51.742Z] $ docker rm -f f41c477dd31ebf614f5691defe4fbb87e6fcdf07ea664f75ac71b4deef884b9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:12:52.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:12:52.434Z] . [Pipeline] withDockerContainer [2021-01-28T17:12:52.596Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:12:52.724Z] $ 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/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:12:54.179Z] $ docker top 2aaf17859d9630905d26f137395e17abd46bef86c31bfaee9de13097fea9e31f -eo pid,comm [Pipeline] { [2021-01-28T17:12:54.747Z] ---> b8b8843a8f9a [2021-01-28T17:12:54.748Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:12:54.748Z] ---> 06f8bdfe9b8b [2021-01-28T17:12:54.748Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:12:54.748Z] ---> 20201a50d647 [2021-01-28T17:12:54.748Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:12:54.748Z] ---> 74b245a3c937 [2021-01-28T17:12:54.748Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:12:54.748Z] ---> Running in 6962454c22df [2021-01-28T17:12:54.748Z] ---> Running in fd20c3f9f2fb [2021-01-28T17:12:54.748Z] ---> 1e2d85bda6a4 [2021-01-28T17:12:54.748Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:12:54.748Z] ---> Running in 306949f27653 [2021-01-28T17:12:54.748Z] ---> Running in 34703a8687a9 [2021-01-28T17:12:54.748Z] ---> Running in a090d622d3a6 [2021-01-28T17:12:54.748Z] Removing intermediate container 34703a8687a9 [2021-01-28T17:12:54.748Z] ---> abd2c6e64e8f [2021-01-28T17:12:54.748Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:12:54.748Z] ---> Running in 9dabe8b3b361 [Pipeline] sh [2021-01-28T17:12:55.140Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:12:55.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:12:55.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:12:56.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:12:56.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:12:56.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:12:57.299Z] Building docker-core-command-go ... [2021-01-28T17:12:57.299Z] Building docker-core-data-go ... [2021-01-28T17:12:57.299Z] Building docker-core-metadata-go ... [2021-01-28T17:12:57.299Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:12:57.299Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:12:57.299Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:12:57.299Z] Building docker-support-notifications-go ... [2021-01-28T17:12:57.299Z] Building docker-support-scheduler-go ... [2021-01-28T17:12:57.299Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:12:57.299Z] Building docker-security-secretstore-setup-go [2021-01-28T17:12:57.299Z] Building docker-support-scheduler-go [2021-01-28T17:12:57.299Z] Building docker-security-proxy-setup-go [2021-01-28T17:12:57.299Z] Building docker-security-bootstrapper-go [2021-01-28T17:12:57.299Z] Building docker-core-command-go [2021-01-28T17:14:18.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:14:18.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:14:18.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:14:20.288Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:20.288Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:20.288Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:20.288Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:20.288Z] ---> a65d0dec18c4 [2021-01-28T17:14:20.288Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:14:20.288Z] ---> a65d0dec18c4 [2021-01-28T17:14:20.288Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:14:20.288Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:20.288Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:20.288Z] ---> a65d0dec18c4 [2021-01-28T17:14:20.288Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:14:20.288Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:20.288Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:20.288Z] ---> a65d0dec18c4 [2021-01-28T17:14:20.288Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:14:20.288Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:20.288Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:20.288Z] ---> a65d0dec18c4 [2021-01-28T17:14:20.288Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:14:20.288Z] ---> Running in 546357056d43 [2021-01-28T17:14:20.288Z] ---> Running in 1fb6b37b9e55 [2021-01-28T17:14:20.288Z] ---> Running in bf21b77e0d36 [2021-01-28T17:14:20.288Z] ---> Running in 656219deac14 [2021-01-28T17:14:20.288Z] ---> Running in 22d6d5caebef [2021-01-28T17:14:20.288Z] Removing intermediate container 656219deac14 [2021-01-28T17:14:20.288Z] ---> ea7a739317c9 [2021-01-28T17:14:20.288Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:20.288Z] Removing intermediate container bf21b77e0d36 [2021-01-28T17:14:20.288Z] ---> 59cad46a6a7a [2021-01-28T17:14:20.288Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:20.288Z] Removing intermediate container 1fb6b37b9e55 [2021-01-28T17:14:20.288Z] ---> db3e5df96551 [2021-01-28T17:14:20.288Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:20.288Z] Removing intermediate container 22d6d5caebef [2021-01-28T17:14:20.288Z] ---> 3d6c1b7abfbb [2021-01-28T17:14:20.288Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:20.288Z] ---> Running in 3fc5522312e2 [2021-01-28T17:14:20.288Z] Removing intermediate container 546357056d43 [2021-01-28T17:14:20.288Z] ---> a4cbbcfd8e7f [2021-01-28T17:14:20.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:20.288Z] ---> Running in 3045eeb04c79 [2021-01-28T17:14:20.288Z] ---> Running in cfe3795b3d58 [2021-01-28T17:14:20.288Z] ---> Running in 33a065331366 [2021-01-28T17:14:20.288Z] ---> Running in be3d73e31cd9 [2021-01-28T17:14:20.288Z] Removing intermediate container be3d73e31cd9 [2021-01-28T17:14:20.288Z] ---> a7736131dbba [2021-01-28T17:14:20.288Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:14:20.288Z] ---> Running in 91e585dce9d4 [2021-01-28T17:14:20.288Z] Removing intermediate container 3fc5522312e2 [2021-01-28T17:14:20.288Z] ---> 29d0765a5ee4 [2021-01-28T17:14:20.288Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:14:20.288Z] Removing intermediate container cfe3795b3d58 [2021-01-28T17:14:20.288Z] ---> 9d0c5ef82fd1 [2021-01-28T17:14:20.288Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:14:20.288Z] Removing intermediate container 3045eeb04c79 [2021-01-28T17:14:20.288Z] ---> 5646cc863443 [2021-01-28T17:14:20.288Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:14:20.288Z] ---> Running in d3654f87fe50 [2021-01-28T17:14:20.288Z] ---> Running in 867831fdf421 [2021-01-28T17:14:20.288Z] Removing intermediate container 33a065331366 [2021-01-28T17:14:20.288Z] ---> 499c885907e9 [2021-01-28T17:14:20.288Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:14:20.288Z] ---> Running in 4d95b78f8b94 [2021-01-28T17:14:20.288Z] ---> Running in b3be976d68b0 [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:20.288Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:20.288Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:20.288Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:20.288Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:20.633Z] Removing intermediate container 91e585dce9d4 [2021-01-28T17:14:20.633Z] ---> 291407ac8421 [2021-01-28T17:14:20.633Z] Step 6/22 : COPY go.mod . [2021-01-28T17:14:20.963Z] Removing intermediate container d3654f87fe50 [2021-01-28T17:14:20.964Z] ---> 41cb57392a15 [2021-01-28T17:14:20.964Z] Step 6/21 : COPY go.mod . [2021-01-28T17:14:21.252Z] Removing intermediate container 867831fdf421 [2021-01-28T17:14:21.252Z] ---> e65c14d5874f [2021-01-28T17:14:21.252Z] Step 6/24 : COPY go.mod . [2021-01-28T17:14:21.546Z] ---> fe932f39de70 [2021-01-28T17:14:21.546Z] Step 7/22 : RUN go mod download [2021-01-28T17:14:21.851Z] ---> Running in 827db817feb9 [2021-01-28T17:14:21.851Z] ---> 9ceb0fa63149 [2021-01-28T17:14:21.851Z] Step 7/21 : RUN go mod download [2021-01-28T17:14:21.851Z] Removing intermediate container 4d95b78f8b94 [2021-01-28T17:14:21.851Z] ---> 395167b877ea [2021-01-28T17:14:21.851Z] Step 6/23 : COPY go.mod . [2021-01-28T17:14:21.851Z] ---> b135c8f18aa4 [2021-01-28T17:14:21.851Z] Step 7/24 : RUN go mod download [2021-01-28T17:14:21.851Z] Removing intermediate container b3be976d68b0 [2021-01-28T17:14:21.851Z] ---> dbc4deb6bf6f [2021-01-28T17:14:21.851Z] Step 6/34 : COPY go.mod . [2021-01-28T17:14:22.149Z] ---> Running in 5cc3e2338e5c [2021-01-28T17:14:22.149Z] ---> Running in 6e9cd5ccdd58 [2021-01-28T17:14:22.832Z] ---> 61292871bae9 [2021-01-28T17:14:22.832Z] Step 7/23 : RUN go mod download [2021-01-28T17:14:22.832Z] ---> 9324dc876848 [2021-01-28T17:14:22.832Z] Step 7/34 : RUN go mod download [2021-01-28T17:14:23.129Z] ---> Running in 588da9b57244 [2021-01-28T17:14:23.130Z] ---> Running in 923df651250a [2021-01-28T17:14:27.708Z] Removing intermediate container 827db817feb9 [2021-01-28T17:14:27.708Z] ---> ef3a1085291d [2021-01-28T17:14:27.708Z] Step 8/22 : COPY . . [2021-01-28T17:14:27.708Z] Removing intermediate container 6e9cd5ccdd58 [2021-01-28T17:14:27.708Z] ---> 36a95addb764 [2021-01-28T17:14:27.708Z] Step 8/24 : COPY . . [2021-01-28T17:14:27.708Z] Removing intermediate container 5cc3e2338e5c [2021-01-28T17:14:27.708Z] ---> 14d0e0522ed1 [2021-01-28T17:14:27.708Z] Step 8/21 : COPY . . [2021-01-28T17:14:28.337Z] Removing intermediate container 588da9b57244 [2021-01-28T17:14:28.337Z] ---> 3fc8ab3b7952 [2021-01-28T17:14:28.337Z] Step 8/23 : COPY . . [2021-01-28T17:14:28.389Z] Removing intermediate container 6962454c22df [2021-01-28T17:14:28.389Z] ---> 3115f87f653c [2021-01-28T17:14:28.389Z] [2021-01-28T17:14:28.389Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:14:28.389Z] 3.12: Pulling from library/alpine [2021-01-28T17:14:29.810Z] Removing intermediate container 923df651250a [2021-01-28T17:14:29.810Z] ---> 4340dad11bf2 [2021-01-28T17:14:29.810Z] Step 8/34 : COPY . . [2021-01-28T17:14:30.383Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:14:30.383Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:14:30.384Z] ---> afeebe901d6b [2021-01-28T17:14:30.384Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:14:31.998Z] ---> Running in 90837ba416f3 [2021-01-28T17:14:32.456Z] Removing intermediate container a090d622d3a6 [2021-01-28T17:14:32.456Z] ---> d4323f120857 [2021-01-28T17:14:32.456Z] [2021-01-28T17:14:32.456Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:14:32.456Z] ---> afeebe901d6b [2021-01-28T17:14:32.456Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:14:32.456Z] Removing intermediate container fd20c3f9f2fb [2021-01-28T17:14:32.456Z] ---> a91ded38793a [2021-01-28T17:14:32.456Z] [2021-01-28T17:14:32.456Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:14:32.456Z] ---> afeebe901d6b [2021-01-28T17:14:32.456Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:14:32.456Z] ---> Running in d5345d8bb340 [2021-01-28T17:14:32.456Z] ---> Running in 7e4b7bff9342 [2021-01-28T17:14:35.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:14:35.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:14:35.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:14:35.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:14:35.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:14:35.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:14:35.764Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:14:35.764Z] + cd /tmp/build/dist/linux [2021-01-28T17:14:35.764Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:14:35.764Z] Cloning into '.'... [2021-01-28T17:14:35.764Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:14:36.044Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:14:36.044Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:14:36.044Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:14:36.044Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:14:36.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:14:36.044Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:14:36.044Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:14:36.044Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:14:36.044Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:14:36.044Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:14:36.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:14:36.044Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:14:36.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:14:36.327Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:14:36.327Z] OK: 5 MiB in 15 packages [2021-01-28T17:14:36.327Z] OK: 7 MiB in 19 packages [2021-01-28T17:14:36.327Z] + go get github.com/robfig/glock [2021-01-28T17:14:36.327Z] OK: 7 MiB in 18 packages [2021-01-28T17:14:38.334Z] Removing intermediate container 7e4b7bff9342 [2021-01-28T17:14:38.334Z] ---> 05da6082fea0 [2021-01-28T17:14:38.334Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:14:38.610Z] ---> Running in 57a480162605 [2021-01-28T17:14:40.061Z] Removing intermediate container d5345d8bb340 [2021-01-28T17:14:40.062Z] ---> dcd67d14f2cd [2021-01-28T17:14:40.062Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:14:40.062Z] Removing intermediate container 57a480162605 [2021-01-28T17:14:40.062Z] ---> b4eedd697832 [2021-01-28T17:14:40.062Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:14:40.338Z] Removing intermediate container 90837ba416f3 [2021-01-28T17:14:40.338Z] ---> b0a9a4476004 [2021-01-28T17:14:40.338Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:14:40.338Z] ---> Running in 780dfba9ae09 [2021-01-28T17:14:40.338Z] ---> Running in 5c60c4c7c780 [2021-01-28T17:14:40.954Z] ---> Running in 2caee9ba81dc [2021-01-28T17:14:41.234Z] Removing intermediate container 5c60c4c7c780 [2021-01-28T17:14:41.234Z] ---> faedb026a18f [2021-01-28T17:14:41.234Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:14:41.234Z] Removing intermediate container 780dfba9ae09 [2021-01-28T17:14:41.234Z] ---> 87cbaa0fa87c [2021-01-28T17:14:41.234Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:14:41.510Z] ---> Running in c74d05e67214 [2021-01-28T17:14:41.784Z] Removing intermediate container 306949f27653 [2021-01-28T17:14:41.784Z] ---> 6c623aa75ccd [2021-01-28T17:14:41.784Z] [2021-01-28T17:14:41.784Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:14:41.784Z] ---> afeebe901d6b [2021-01-28T17:14:41.784Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:14:41.784Z] ---> Using cache [2021-01-28T17:14:41.784Z] ---> 05da6082fea0 [2021-01-28T17:14:41.784Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:14:41.785Z] ---> Using cache [2021-01-28T17:14:41.785Z] ---> b4eedd697832 [2021-01-28T17:14:41.785Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:14:41.785Z] Removing intermediate container 2caee9ba81dc [2021-01-28T17:14:41.785Z] ---> c9c11a8a284b [2021-01-28T17:14:41.785Z] Step 13/24 : WORKDIR / [2021-01-28T17:14:41.785Z] ---> Running in 6229e9d71355 [2021-01-28T17:14:42.064Z] ---> Running in 3a4f398447fb [2021-01-28T17:14:42.064Z] ---> Running in 2371aa58ccc2 [2021-01-28T17:14:42.342Z] Removing intermediate container c74d05e67214 [2021-01-28T17:14:42.342Z] ---> d1688a83f350 [2021-01-28T17:14:42.342Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:14:42.618Z] Removing intermediate container 6229e9d71355 [2021-01-28T17:14:42.618Z] ---> bfdbe0538d49 [2021-01-28T17:14:42.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:14:42.899Z] Removing intermediate container 2371aa58ccc2 [2021-01-28T17:14:42.899Z] ---> 3e255b476be1 [2021-01-28T17:14:42.899Z] 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-28T17:14:42.899Z] Removing intermediate container 3a4f398447fb [2021-01-28T17:14:42.899Z] ---> db011022e937 [2021-01-28T17:14:42.899Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:14:43.505Z] ---> Running in 326f48157afe [2021-01-28T17:14:43.505Z] ---> f696f8d6253c [2021-01-28T17:14:43.505Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:14:43.777Z] ---> 7fd5a7779e27 [2021-01-28T17:14:43.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:14:44.053Z] ---> 898ef5268b55 [2021-01-28T17:14:44.053Z] 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-28T17:14:44.053Z] Removing intermediate container 326f48157afe [2021-01-28T17:14:44.053Z] ---> be4da8deca74 [2021-01-28T17:14:44.053Z] Step 15/23 : WORKDIR / [2021-01-28T17:14:44.656Z] ---> Running in 307df0896cb8 [2021-01-28T17:14:45.641Z] ---> 4f726e12d567 [2021-01-28T17:14:45.641Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:14:45.641Z] Removing intermediate container 307df0896cb8 [2021-01-28T17:14:45.641Z] ---> b8fbcde189a8 [2021-01-28T17:14:45.641Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:14:45.918Z] ---> cd1d67c34f53 [2021-01-28T17:14:45.918Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:14:45.918Z] ---> a8e4775f4a78 [2021-01-28T17:14:45.918Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:14:47.365Z] ---> 09586237a09a [2021-01-28T17:14:47.365Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:14:47.645Z] ---> 5af6a1327089 [2021-01-28T17:14:47.645Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:14:47.645Z] ---> 62cf41266cd7 [2021-01-28T17:14:47.645Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:14:47.923Z] ---> Running in 4ec6b0f384b5 [2021-01-28T17:14:48.198Z] ---> ff61d53d8e57 [2021-01-28T17:14:48.198Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:14:48.477Z] ---> Running in 26afacfddc94 [2021-01-28T17:14:48.753Z] Removing intermediate container 4ec6b0f384b5 [2021-01-28T17:14:48.753Z] ---> 19c438d25efa [2021-01-28T17:14:48.753Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:14:49.028Z] ---> Running in 7fb865b7c3c3 [2021-01-28T17:14:49.303Z] Removing intermediate container 26afacfddc94 [2021-01-28T17:14:49.303Z] ---> 84b56b7281e8 [2021-01-28T17:14:49.303Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:14:49.576Z] ---> 134deb880390 [2021-01-28T17:14:49.576Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:14:49.576Z] ---> Running in 1f045c6ee726 [2021-01-28T17:14:49.873Z] ---> b63d21243b52 [2021-01-28T17:14:49.873Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:14:49.873Z] Removing intermediate container 7fb865b7c3c3 [2021-01-28T17:14:49.873Z] ---> cade0d642d7e [2021-01-28T17:14:49.873Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:14:51.313Z] ---> Running in d16741fc0116 [2021-01-28T17:14:51.313Z] Removing intermediate container 1f045c6ee726 [2021-01-28T17:14:51.313Z] ---> 4e3f97ec3b4e [2021-01-28T17:14:51.313Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T17:14:51.313Z] ---> d23b174a3804 [2021-01-28T17:14:51.314Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:14:51.314Z] ---> 24512742553e [2021-01-28T17:14:51.314Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:14:51.591Z] ---> Running in 4278e9608597 [2021-01-28T17:14:51.591Z] ---> Running in 1beebf864af6 [2021-01-28T17:14:51.864Z] Removing intermediate container d16741fc0116 [2021-01-28T17:14:51.864Z] ---> 7fdfb59929fb [2021-01-28T17:14:51.864Z] Step 21/22 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:14:52.141Z] ---> Running in 0b3361d6ad69 [2021-01-28T17:14:52.427Z] Removing intermediate container 4278e9608597 [2021-01-28T17:14:52.427Z] ---> b281782e1900 [2021-01-28T17:14:52.427Z] Step 20/21 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:14:52.427Z] Removing intermediate container 1beebf864af6 [2021-01-28T17:14:52.427Z] ---> 0067af33afd5 [2021-01-28T17:14:52.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:14:52.427Z] ---> Running in 65dcaf27e700 [2021-01-28T17:14:52.706Z] ---> 1d48c24a6dd2 [2021-01-28T17:14:52.706Z] 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-28T17:14:52.706Z] ---> Running in db9044b4ec3c [2021-01-28T17:14:52.987Z] Removing intermediate container 0b3361d6ad69 [2021-01-28T17:14:52.987Z] ---> b7a8565d0ccb [2021-01-28T17:14:52.987Z] Step 22/22 : LABEL version=2.0.0-dev.63 [2021-01-28T17:14:52.987Z] ---> Running in 91434a547030 [2021-01-28T17:14:53.270Z] ---> Running in dcf46584c94c [2021-01-28T17:14:53.553Z] Removing intermediate container 65dcaf27e700 [2021-01-28T17:14:53.553Z] ---> f93a9884d124 [2021-01-28T17:14:53.553Z] Step 21/21 : LABEL version=2.0.0-dev.63 [2021-01-28T17:14:53.553Z] Removing intermediate container db9044b4ec3c [2021-01-28T17:14:53.553Z] ---> 69403cb14153 [2021-01-28T17:14:53.553Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:14:53.844Z] ---> Running in 41629c770086 [2021-01-28T17:14:53.844Z] ---> Running in 2f44b8d8ddc9 [2021-01-28T17:14:54.128Z] Removing intermediate container dcf46584c94c [2021-01-28T17:14:54.128Z] ---> 4e18bc522f60 [2021-01-28T17:14:54.128Z] [2021-01-28T17:14:54.408Z] Removing intermediate container 41629c770086 [2021-01-28T17:14:54.408Z] ---> 424e38fd4283 [2021-01-28T17:14:54.408Z] [2021-01-28T17:14:54.408Z] Successfully built 4e18bc522f60 [2021-01-28T17:14:54.680Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T17:14:54.680Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-28T17:14:54.680Z] Removing intermediate container 2f44b8d8ddc9 [2021-01-28T17:14:54.680Z] ---> 352379d9a507 [2021-01-28T17:14:54.681Z] Step 22/23 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:14:54.957Z] Successfully built 424e38fd4283 [2021-01-28T17:14:54.957Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T17:14:54.957Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-28T17:14:54.957Z] ---> Running in 15799897170b [2021-01-28T17:14:55.947Z] Removing intermediate container 15799897170b [2021-01-28T17:14:55.947Z] ---> 9b97dbba7111 [2021-01-28T17:14:55.947Z] Step 23/23 : LABEL version=2.0.0-dev.63 [2021-01-28T17:14:55.947Z] ---> Running in 391bec31c178 [2021-01-28T17:14:56.229Z] Removing intermediate container 91434a547030 [2021-01-28T17:14:56.229Z] ---> c054c3ff6e71 [2021-01-28T17:14:56.229Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:14:56.229Z] ---> Running in 6406d07b6fc4 [2021-01-28T17:14:56.509Z] + glock sync -n [2021-01-28T17:14:56.509Z] Removing intermediate container 391bec31c178 [2021-01-28T17:14:56.510Z] ---> 59bc0b2142fb [2021-01-28T17:14:56.510Z] [2021-01-28T17:14:57.116Z] Successfully built 59bc0b2142fb [2021-01-28T17:14:57.116Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T17:14:57.116Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:14:57.390Z]  Building docker-core-command-go ... done Removing intermediate container 6406d07b6fc4 [2021-01-28T17:14:57.390Z] ---> adf0b48e1fdc [2021-01-28T17:14:57.390Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T17:14:57.999Z] ---> Running in df5693e54006 [2021-01-28T17:14:58.996Z] Removing intermediate container df5693e54006 [2021-01-28T17:14:58.996Z] ---> 7cc6d7cea3e7 [2021-01-28T17:14:58.996Z] Step 23/24 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:14:59.978Z] ---> Running in d12e29ded686 [2021-01-28T17:15:01.972Z] Removing intermediate container d12e29ded686 [2021-01-28T17:15:01.972Z] ---> 41332c042810 [2021-01-28T17:15:01.972Z] Step 24/24 : LABEL version=2.0.0-dev.63 [2021-01-28T17:15:02.969Z] ---> Running in babd77ba6d55 [2021-01-28T17:15:02.969Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:15:02.969Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:15:02.969Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:15:03.244Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:15:03.244Z] + git describe '--abbrev=0' --tags [2021-01-28T17:15:03.244Z] + TAG=v0.6.1 [2021-01-28T17:15:03.244Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:15:03.244Z] + apk --print-arch [2021-01-28T17:15:03.244Z] building [dockerize] for arm64 ... [2021-01-28T17:15:03.244Z] + arch=aarch64 [2021-01-28T17:15:03.244Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T17:15:03.244Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T17:15:03.517Z] Removing intermediate container babd77ba6d55 [2021-01-28T17:15:03.517Z] ---> fcf38af3c590 [2021-01-28T17:15:03.517Z] [2021-01-28T17:15:03.790Z] Successfully built fcf38af3c590 [2021-01-28T17:15:03.790Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T17:15:03.790Z] Building docker-core-metadata-go [2021-01-28T17:15:07.165Z]  Building docker-security-secretstore-setup-go ... done + date [2021-01-28T17:15:07.165Z] + echo 'Thu Jan 28 17:15:06 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:15:07.165Z] Thu Jan 28 17:15:06 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:15:19.597Z] Removing intermediate container 9dabe8b3b361 [2021-01-28T17:15:19.597Z] ---> 8a0c86e8c821 [2021-01-28T17:15:19.597Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:15:19.597Z] ---> Running in b8c927f2ee48 [2021-01-28T17:15:20.579Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:15:20.579Z] statically linked [2021-01-28T17:15:23.206Z] Removing intermediate container b8c927f2ee48 [2021-01-28T17:15:23.206Z] ---> c7e390a3dd5f [2021-01-28T17:15:23.206Z] [2021-01-28T17:15:23.206Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:15:23.206Z] ---> afeebe901d6b [2021-01-28T17:15:23.206Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:15:23.206Z] ---> Running in 341691c5a632 [2021-01-28T17:15:24.189Z] Removing intermediate container 341691c5a632 [2021-01-28T17:15:24.189Z] ---> f396fbbc6012 [2021-01-28T17:15:24.189Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:15:24.793Z] ---> Running in 4f896fc0baec [2021-01-28T17:15:26.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:26.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:26.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:15:26.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:15:26.506Z] ---> 9abe0eb361bb [2021-01-28T17:15:26.506Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:15:26.506Z] ---> Using cache [2021-01-28T17:15:26.506Z] ---> a90cea40c043 [2021-01-28T17:15:26.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:15:26.506Z] ---> Using cache [2021-01-28T17:15:26.506Z] ---> b3bd9afaf78e [2021-01-28T17:15:26.506Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:15:26.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:15:26.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:15:26.796Z] ---> 9abe0eb361bb [2021-01-28T17:15:26.796Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:15:26.796Z] ---> Using cache [2021-01-28T17:15:26.796Z] ---> a90cea40c043 [2021-01-28T17:15:26.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:15:26.796Z] ---> Using cache [2021-01-28T17:15:26.796Z] ---> b3bd9afaf78e [2021-01-28T17:15:26.796Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:15:27.070Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:15:27.070Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:15:27.070Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:15:27.070Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:15:27.356Z] OK: 6 MiB in 17 packages [2021-01-28T17:15:27.962Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:15:27.962Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:15:27.962Z] ---> 9abe0eb361bb [2021-01-28T17:15:27.962Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:15:27.962Z] ---> Using cache [2021-01-28T17:15:27.962Z] ---> a90cea40c043 [2021-01-28T17:15:27.962Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:15:27.962Z] ---> Using cache [2021-01-28T17:15:27.962Z] ---> b3bd9afaf78e [2021-01-28T17:15:27.962Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:15:28.567Z] ---> Running in 919070a5c0d6 [2021-01-28T17:15:28.567Z] ---> Running in d66c80e2d97f [2021-01-28T17:15:28.567Z] ---> Running in 7d4ecb2ca1bf [2021-01-28T17:15:30.558Z] Removing intermediate container 4f896fc0baec [2021-01-28T17:15:30.558Z] ---> b2d82575083b [2021-01-28T17:15:30.558Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:15:30.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:15:30.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:15:30.837Z] ---> 9abe0eb361bb [2021-01-28T17:15:30.837Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:15:30.837Z] ---> Using cache [2021-01-28T17:15:30.837Z] ---> a90cea40c043 [2021-01-28T17:15:30.837Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:15:30.837Z] ---> Using cache [2021-01-28T17:15:30.837Z] ---> b3bd9afaf78e [2021-01-28T17:15:30.837Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:15:30.837Z] ---> Using cache [2021-01-28T17:15:30.837Z] ---> fc92a156ed87 [2021-01-28T17:15:30.837Z] Step 6/23 : COPY go.mod . [2021-01-28T17:15:30.837Z] ---> Using cache [2021-01-28T17:15:30.837Z] ---> 3978d20f5853 [2021-01-28T17:15:30.837Z] Step 7/23 : RUN go mod download [2021-01-28T17:15:30.837Z] ---> Using cache [2021-01-28T17:15:30.837Z] ---> 45f2e5c1249b [2021-01-28T17:15:30.837Z] Step 8/23 : COPY . . [2021-01-28T17:15:30.837Z] ---> Using cache [2021-01-28T17:15:30.837Z] ---> Running in 8063afc85a1c [2021-01-28T17:15:30.837Z] ---> 20201a50d647 [2021-01-28T17:15:30.837Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:15:30.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:31.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:31.109Z] ---> Running in 41c06dc153c8 [2021-01-28T17:15:31.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:31.709Z] Removing intermediate container 8063afc85a1c [2021-01-28T17:15:31.709Z] ---> 7a353a5a2e2a [2021-01-28T17:15:31.709Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:15:31.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:31.709Z] ---> Running in 29e7afe912ed [2021-01-28T17:15:31.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:31.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:15:32.262Z] Removing intermediate container 29e7afe912ed [2021-01-28T17:15:32.262Z] ---> 2b040d207476 [2021-01-28T17:15:32.262Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:15:32.537Z] OK: 217 MiB in 51 packages [2021-01-28T17:15:32.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:15:32.537Z] ---> Running in d657af1a23b5 [2021-01-28T17:15:32.817Z] OK: 217 MiB in 51 packages [2021-01-28T17:15:33.100Z] OK: 217 MiB in 51 packages [2021-01-28T17:15:34.544Z] Removing intermediate container d66c80e2d97f [2021-01-28T17:15:34.544Z] ---> cfe021133e3c [2021-01-28T17:15:34.544Z] Step 6/26 : COPY go.mod . [2021-01-28T17:15:35.541Z] Removing intermediate container 7d4ecb2ca1bf [2021-01-28T17:15:35.541Z] ---> d9b77e2e25a7 [2021-01-28T17:15:35.541Z] Step 6/22 : COPY go.mod . [2021-01-28T17:15:35.819Z] Removing intermediate container 919070a5c0d6 [2021-01-28T17:15:35.819Z] ---> 352a44c87cf1 [2021-01-28T17:15:35.819Z] Step 6/23 : COPY go.mod . [2021-01-28T17:15:36.423Z] ---> 6201cb47b3b8 [2021-01-28T17:15:36.423Z] Step 7/26 : RUN go mod download [2021-01-28T17:15:36.699Z] ---> Running in 6e1b325657e2 [2021-01-28T17:15:36.975Z] Removing intermediate container d657af1a23b5 [2021-01-28T17:15:36.975Z] ---> af27919900f1 [2021-01-28T17:15:36.975Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:15:37.249Z] ---> 90285a62f948 [2021-01-28T17:15:37.249Z] Step 7/22 : RUN go mod download [2021-01-28T17:15:37.249Z] ---> Running in fc83364ae102 [2021-01-28T17:15:37.525Z] ---> Running in f90272426c02 [2021-01-28T17:15:37.525Z] ---> 413eaacbacb6 [2021-01-28T17:15:37.525Z] Step 7/23 : RUN go mod download [2021-01-28T17:15:37.806Z] ---> Running in aec22e9b748a [2021-01-28T17:15:38.796Z] Removing intermediate container fc83364ae102 [2021-01-28T17:15:38.796Z] ---> a0737e5ec3f8 [2021-01-28T17:15:38.796Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:15:41.446Z] ---> 105d10d556e9 [2021-01-28T17:15:41.446Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:15:42.925Z] Removing intermediate container 6e1b325657e2 [2021-01-28T17:15:42.925Z] ---> 3377f0195b22 [2021-01-28T17:15:42.925Z] Step 8/26 : COPY . . [2021-01-28T17:15:43.206Z] ---> 2834670672a2 [2021-01-28T17:15:43.206Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:15:43.490Z] ---> Running in 4f0df2f30c95 [2021-01-28T17:15:43.765Z] Removing intermediate container aec22e9b748a [2021-01-28T17:15:43.765Z] ---> 379d52374f20 [2021-01-28T17:15:43.765Z] Step 8/23 : COPY . . [2021-01-28T17:15:44.363Z] Removing intermediate container f90272426c02 [2021-01-28T17:15:44.363Z] ---> dc861dc243e4 [2021-01-28T17:15:44.363Z] Step 8/22 : COPY . . [2021-01-28T17:15:51.178Z] Removing intermediate container 4f0df2f30c95 [2021-01-28T17:15:51.178Z] ---> 80d70001136f [2021-01-28T17:15:51.178Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:15:52.071Z] ---> 87287d19e467 [2021-01-28T17:15:52.071Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:15:52.071Z] ---> 12a6801f613b [2021-01-28T17:15:52.071Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:15:52.071Z] ---> Running in 73209b3d3ce1 [2021-01-28T17:15:52.071Z] ---> Running in 810f5328834c [2021-01-28T17:15:52.071Z] ---> 129a4529da90 [2021-01-28T17:15:52.071Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:15:52.071Z] ---> 83291ca59a04 [2021-01-28T17:15:52.071Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:15:52.071Z] ---> Running in 14f3ed99ff5f [2021-01-28T17:15:52.071Z] ---> Running in 07cee1136d6a [2021-01-28T17:15:52.071Z] ---> 49eead146fe8 [2021-01-28T17:15:52.071Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:15:52.071Z] ---> Running in f964de267170 [2021-01-28T17:15:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:15:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:15:52.071Z] Removing intermediate container f964de267170 [2021-01-28T17:15:52.071Z] ---> 841d2b56566b [2021-01-28T17:15:52.071Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:15:52.071Z] ---> Running in a9f8b43f3b67 [2021-01-28T17:15:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:15:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:15:52.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:15:53.168Z] ---> 59934c615404 [2021-01-28T17:15:53.168Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:15:56.601Z] ---> 2185380a315e [2021-01-28T17:15:56.601Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:15:58.610Z] ---> 80c4032c85f3 [2021-01-28T17:15:58.610Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:16:02.046Z] ---> b167ce23b2b3 [2021-01-28T17:16:02.046Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:16:04.071Z] ---> 9fc450cc06c3 [2021-01-28T17:16:04.072Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:16:05.062Z] ---> Running in a95b9826a6e2 [2021-01-28T17:16:06.526Z] Removing intermediate container a95b9826a6e2 [2021-01-28T17:16:06.526Z] ---> 7fd88f37c2e2 [2021-01-28T17:16:06.526Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:16:09.212Z] ---> 5f8aedd89cf5 [2021-01-28T17:16:09.212Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:16:09.212Z] ---> ace5ea045097 [2021-01-28T17:16:09.212Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:16:09.212Z] ---> Running in 93ff5870b8a3 [2021-01-28T17:16:09.830Z] ---> Running in 19989826efea [2021-01-28T17:16:10.832Z] ---> 84718b96bac1 [2021-01-28T17:16:10.832Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:16:11.109Z] ---> Running in e7d8f00aecf2 [2021-01-28T17:16:11.716Z] ---> fc93aaf4a360 [2021-01-28T17:16:11.716Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:16:12.328Z] ---> Running in cfbabf8db36a [2021-01-28T17:16:12.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:16:13.955Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:16:14.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:16:14.846Z] Removing intermediate container 19989826efea [2021-01-28T17:16:14.846Z] ---> f3acce22ca39 [2021-01-28T17:16:14.846Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:16:15.452Z] ---> Running in edb11d348aaa [2021-01-28T17:16:16.448Z] Removing intermediate container edb11d348aaa [2021-01-28T17:16:16.448Z] ---> c0ce7ad9aa82 [2021-01-28T17:16:16.448Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:16:17.054Z] ---> Running in 1e2c6c51660e [2021-01-28T17:16:17.674Z] Removing intermediate container 1e2c6c51660e [2021-01-28T17:16:17.674Z] ---> 80baad1a4e5b [2021-01-28T17:16:17.674Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T17:16:18.281Z] ---> Running in a5c9d9a7676a [2021-01-28T17:16:19.295Z] Removing intermediate container a5c9d9a7676a [2021-01-28T17:16:19.295Z] ---> 20900e61947d [2021-01-28T17:16:19.295Z] Step 33/34 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:16:19.909Z] ---> Running in 8584a076345d [2021-01-28T17:16:20.533Z] Removing intermediate container 8584a076345d [2021-01-28T17:16:20.533Z] ---> aa28508c167e [2021-01-28T17:16:20.533Z] Step 34/34 : LABEL version=2.0.0-dev.63 [2021-01-28T17:16:21.168Z] ---> Running in ca15fc708c2b [2021-01-28T17:16:21.787Z] Removing intermediate container ca15fc708c2b [2021-01-28T17:16:21.787Z] ---> 73fc3f32e2a4 [2021-01-28T17:16:21.787Z] [2021-01-28T17:16:22.396Z] Successfully built 73fc3f32e2a4 [2021-01-28T17:16:22.396Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T17:16:42.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:16:42.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:16:42.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:16:44.665Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 41c06dc153c8 [2021-01-28T17:16:44.665Z] ---> dded385b2ab8 [2021-01-28T17:16:44.665Z] [2021-01-28T17:16:44.665Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:16:44.665Z] ---> afeebe901d6b [2021-01-28T17:16:44.665Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:16:44.665Z] ---> Using cache [2021-01-28T17:16:44.665Z] ---> 05da6082fea0 [2021-01-28T17:16:44.665Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:16:44.665Z] ---> Using cache [2021-01-28T17:16:44.665Z] ---> b4eedd697832 [2021-01-28T17:16:44.665Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:16:44.665Z] ---> Running in a68bae513933 [2021-01-28T17:16:44.665Z] Removing intermediate container a68bae513933 [2021-01-28T17:16:44.665Z] ---> aff0e9ff60ff [2021-01-28T17:16:44.665Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:16:44.665Z] ---> Running in 3d35ffac3f9f [2021-01-28T17:16:44.665Z] Removing intermediate container 3d35ffac3f9f [2021-01-28T17:16:44.665Z] ---> 0a6a9f43069e [2021-01-28T17:16:44.665Z] Step 15/23 : WORKDIR / [2021-01-28T17:16:44.665Z] ---> Running in 91461b1ed5a6 [2021-01-28T17:16:44.665Z] Removing intermediate container 91461b1ed5a6 [2021-01-28T17:16:44.665Z] ---> d25a0c52b2ae [2021-01-28T17:16:44.665Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:16:44.944Z] ---> 7da56d7d755a [2021-01-28T17:16:44.944Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:16:46.951Z] ---> cc2963f5f9bf [2021-01-28T17:16:46.951Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:16:47.952Z] ---> e00d550800cd [2021-01-28T17:16:47.952Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:16:48.242Z] ---> Running in f0eb711c7174 [2021-01-28T17:16:48.580Z] Removing intermediate container 07cee1136d6a [2021-01-28T17:16:48.580Z] ---> c01b0668787c [2021-01-28T17:16:48.580Z] [2021-01-28T17:16:48.580Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:16:48.580Z] 3.12: Pulling from library/alpine [2021-01-28T17:16:48.874Z] Removing intermediate container f0eb711c7174 [2021-01-28T17:16:48.874Z] ---> 2a62d647f5c0 [2021-01-28T17:16:48.874Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:16:48.874Z] ---> Running in 3676ab6a9855 [2021-01-28T17:16:49.870Z] Removing intermediate container 3676ab6a9855 [2021-01-28T17:16:49.870Z] ---> a91a39fa074f [2021-01-28T17:16:49.870Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:16:49.870Z] ---> Running in a883944b25e0 [2021-01-28T17:16:50.271Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:16:50.271Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:16:50.271Z] ---> 389fef711851 [2021-01-28T17:16:50.271Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:16:50.869Z] Removing intermediate container a883944b25e0 [2021-01-28T17:16:50.869Z] ---> 99d337630508 [2021-01-28T17:16:50.869Z] Step 22/23 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:16:50.869Z] ---> Running in f8a2dc933c00 [2021-01-28T17:16:51.203Z] ---> Running in c59467bbe03e [2021-01-28T17:16:51.486Z] Removing intermediate container f8a2dc933c00 [2021-01-28T17:16:51.486Z] ---> e8729ba54efb [2021-01-28T17:16:51.487Z] Step 23/23 : LABEL version=2.0.0-dev.63 [2021-01-28T17:16:51.638Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:16:51.638Z] + cd /tmp/build/dist/linux [2021-01-28T17:16:51.638Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:16:51.765Z] ---> Running in 6352d36dae20 [2021-01-28T17:16:51.993Z] Cloning into '.'... [2021-01-28T17:16:52.382Z] Removing intermediate container 6352d36dae20 [2021-01-28T17:16:52.382Z] ---> 41d049a70d96 [2021-01-28T17:16:52.382Z] [2021-01-28T17:16:52.656Z] + go get github.com/robfig/glock [2021-01-28T17:16:52.673Z] Successfully built 41d049a70d96 [2021-01-28T17:16:52.951Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T17:16:52.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:53.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:53.571Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:16:53.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:16:53.571Z] OK: 6 MiB in 15 packages [2021-01-28T17:16:55.703Z] Removing intermediate container 14f3ed99ff5f [2021-01-28T17:16:55.703Z] ---> 559b7cd9c4ca [2021-01-28T17:16:55.703Z] [2021-01-28T17:16:55.703Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:16:55.703Z] ---> 389fef711851 [2021-01-28T17:16:55.703Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:16:55.703Z] ---> Running in 1c8fe5ffa67c [2021-01-28T17:16:56.080Z] Removing intermediate container 73209b3d3ce1 [2021-01-28T17:16:56.080Z] ---> e5dc965f3e53 [2021-01-28T17:16:56.080Z] [2021-01-28T17:16:56.080Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:16:56.080Z] ---> 389fef711851 [2021-01-28T17:16:56.080Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:16:56.080Z] Removing intermediate container 810f5328834c [2021-01-28T17:16:56.080Z] ---> 4398f6e3f2da [2021-01-28T17:16:56.080Z] [2021-01-28T17:16:56.080Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:16:56.080Z] ---> 389fef711851 [2021-01-28T17:16:56.080Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:16:56.498Z] ---> Running in 2a2b0ec1893f [2021-01-28T17:16:56.498Z] ---> Running in c3f7bbb25255 [2021-01-28T17:16:57.294Z] Removing intermediate container c59467bbe03e [2021-01-28T17:16:57.294Z] ---> 8fc116f47a4c [2021-01-28T17:16:57.294Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:16:57.294Z] ---> Running in 3c3be096d3ab [2021-01-28T17:16:58.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:58.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:58.404Z] Removing intermediate container 3c3be096d3ab [2021-01-28T17:16:58.404Z] ---> 6672604f8df2 [2021-01-28T17:16:58.404Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:16:58.780Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:16:58.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:58.780Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:16:58.780Z] OK: 6 MiB in 15 packages [2021-01-28T17:16:59.167Z] ---> Running in d378a8122906 [2021-01-28T17:16:59.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:59.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:59.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:59.471Z] Removing intermediate container d378a8122906 [2021-01-28T17:16:59.471Z] ---> a2c0f8585657 [2021-01-28T17:16:59.471Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:16:59.471Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:17:00.075Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:17:00.075Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:17:00.075Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:17:00.075Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:17:00.075Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:17:00.075Z] ---> Running in f298213deaf5 [2021-01-28T17:17:00.514Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:17:00.514Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:17:00.514Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:17:00.514Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:17:00.514Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:17:00.514Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:17:00.514Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:17:00.514Z] OK: 7 MiB in 19 packages [2021-01-28T17:17:00.514Z] OK: 7 MiB in 18 packages [2021-01-28T17:17:01.196Z] Removing intermediate container f298213deaf5 [2021-01-28T17:17:01.196Z] ---> bd941771cb72 [2021-01-28T17:17:01.196Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:17:01.599Z] Removing intermediate container 1c8fe5ffa67c [2021-01-28T17:17:01.599Z] ---> c0f08f8bfde6 [2021-01-28T17:17:01.599Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:17:01.599Z] ---> Running in a656d9b077e0 [2021-01-28T17:17:02.070Z] ---> 8c2191d76c22 [2021-01-28T17:17:02.070Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:17:02.826Z] Removing intermediate container a656d9b077e0 [2021-01-28T17:17:02.826Z] ---> 3b04401663c9 [2021-01-28T17:17:02.826Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:17:02.826Z] Removing intermediate container c3f7bbb25255 [2021-01-28T17:17:02.826Z] ---> 28e8425a17db [2021-01-28T17:17:02.826Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:17:03.470Z] Removing intermediate container 2a2b0ec1893f [2021-01-28T17:17:03.470Z] ---> 22e3fd5f2287 [2021-01-28T17:17:03.470Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:17:03.470Z] ---> Running in a227e41a617e [2021-01-28T17:17:03.798Z] ---> Running in 289226c5b3fa [2021-01-28T17:17:03.799Z] ---> Running in 00629b30eab3 [2021-01-28T17:17:04.095Z] ---> 9ba058e3beb5 [2021-01-28T17:17:04.095Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:17:04.095Z] Removing intermediate container a227e41a617e [2021-01-28T17:17:04.095Z] ---> d900cb5f6d31 [2021-01-28T17:17:04.095Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:17:04.429Z] Removing intermediate container 289226c5b3fa [2021-01-28T17:17:04.429Z] ---> cb75d2cfa1d8 [2021-01-28T17:17:04.429Z] Step 13/24 : WORKDIR / [2021-01-28T17:17:04.429Z] Removing intermediate container 00629b30eab3 [2021-01-28T17:17:04.429Z] ---> 5fbf8489618a [2021-01-28T17:17:04.429Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:17:04.429Z] ---> Running in 58480044988c [2021-01-28T17:17:04.798Z] ---> Running in 55048bb42d92 [2021-01-28T17:17:04.798Z] ---> Running in 5ae9b859c155 [2021-01-28T17:17:05.501Z] ---> 557d1ced8ffe [2021-01-28T17:17:05.501Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:17:05.821Z] ---> Running in 2789c12e6e7a [2021-01-28T17:17:05.821Z] Removing intermediate container 55048bb42d92 [2021-01-28T17:17:05.821Z] ---> 3d58b168eb28 [2021-01-28T17:17:05.821Z] 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-28T17:17:05.821Z] Removing intermediate container 58480044988c [2021-01-28T17:17:05.821Z] ---> 9173b5957b46 [2021-01-28T17:17:05.821Z] Step 15/23 : WORKDIR / [2021-01-28T17:17:05.821Z] Removing intermediate container 5ae9b859c155 [2021-01-28T17:17:05.821Z] ---> 069e70b0cd39 [2021-01-28T17:17:05.821Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:17:06.147Z] ---> Running in e9080eca5542 [2021-01-28T17:17:06.491Z] Removing intermediate container 2789c12e6e7a [2021-01-28T17:17:06.491Z] ---> ef0f00c06d1b [2021-01-28T17:17:06.491Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:17:06.900Z] ---> Running in b16ecdf66ae5 [2021-01-28T17:17:06.900Z] Removing intermediate container e9080eca5542 [2021-01-28T17:17:06.900Z] ---> 03ebd7caaab4 [2021-01-28T17:17:06.900Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:17:08.554Z] ---> 4c0ef48f49d7 [2021-01-28T17:17:08.554Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:17:08.883Z] ---> 633e0effcbfc [2021-01-28T17:17:08.883Z] 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-28T17:17:09.191Z] Removing intermediate container b16ecdf66ae5 [2021-01-28T17:17:09.191Z] ---> bd301aaa026c [2021-01-28T17:17:09.191Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:17:09.191Z] ---> aa354acce07a [2021-01-28T17:17:09.191Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:17:09.504Z] ---> Running in 05cff3e2010f [2021-01-28T17:17:10.212Z] ---> c93372143325 [2021-01-28T17:17:10.213Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:17:10.213Z] ---> 740277173317 [2021-01-28T17:17:10.213Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:17:10.508Z] Removing intermediate container 05cff3e2010f [2021-01-28T17:17:10.508Z] ---> 9e9835bac5c9 [2021-01-28T17:17:10.508Z] Step 21/22 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:17:10.827Z] ---> Running in a3e9c47188b2 [2021-01-28T17:17:10.827Z] ---> dd9b98b470f6 [2021-01-28T17:17:10.827Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:17:11.121Z] ---> 6fdf9075b6d3 [2021-01-28T17:17:11.121Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:17:11.757Z] Removing intermediate container a3e9c47188b2 [2021-01-28T17:17:11.757Z] ---> bed122b8e092 [2021-01-28T17:17:11.757Z] Step 22/22 : LABEL version=2.0.0-dev.63 [2021-01-28T17:17:11.757Z] + glock sync -n [2021-01-28T17:17:12.049Z]  ---> Running in d71787f96737 [2021-01-28T17:17:12.049Z] ---> fcf4217a9790 [2021-01-28T17:17:12.049Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:17:12.049Z] ---> 795c1deee0f2 [2021-01-28T17:17:12.049Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:17:12.357Z] ---> Running in 20679ad57b9e [2021-01-28T17:17:12.357Z] ---> Running in 0fd5a5e91b37 [2021-01-28T17:17:12.732Z] ---> 85c1b5bcbfee [2021-01-28T17:17:12.732Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:17:12.732Z] Removing intermediate container d71787f96737 [2021-01-28T17:17:12.732Z] ---> e0eb6b2925ac [2021-01-28T17:17:12.732Z] [2021-01-28T17:17:13.056Z] Removing intermediate container 20679ad57b9e [2021-01-28T17:17:13.056Z] ---> cd3dab9118dc [2021-01-28T17:17:13.056Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:17:13.056Z] Removing intermediate container 0fd5a5e91b37 [2021-01-28T17:17:13.056Z] ---> b6785c71d8ef [2021-01-28T17:17:13.056Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:17:13.370Z] ---> Running in dc686aa95c90 [2021-01-28T17:17:13.370Z] ---> Running in 1dbcf72f1f4a [2021-01-28T17:17:14.406Z] Successfully built e0eb6b2925ac [2021-01-28T17:17:14.406Z] Removing intermediate container dc686aa95c90 [2021-01-28T17:17:14.406Z] ---> 598e4832ada7 [2021-01-28T17:17:14.406Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T17:17:14.406Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T17:17:14.406Z] Building docker-support-notifications-go [2021-01-28T17:17:14.406Z]  Building docker-support-scheduler-go ... done  ---> f497ea1f6df7 [2021-01-28T17:17:14.406Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:17:14.406Z] Removing intermediate container 1dbcf72f1f4a [2021-01-28T17:17:14.406Z] ---> 771a3dcbc639 [2021-01-28T17:17:14.406Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:17:14.406Z] ---> Running in df14bf9e73d7 [2021-01-28T17:17:14.759Z] ---> Running in 12df3e36011f [2021-01-28T17:17:15.140Z] Removing intermediate container df14bf9e73d7 [2021-01-28T17:17:15.140Z] ---> 75dfcd427a9b [2021-01-28T17:17:15.140Z] Step 20/21 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:17:15.140Z] ---> Running in 6d0b012d4281 [2021-01-28T17:17:15.562Z] ---> e385a899bed2 [2021-01-28T17:17:15.562Z] 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-28T17:17:16.004Z] Removing intermediate container 12df3e36011f [2021-01-28T17:17:16.004Z] ---> c879c83a91bf [2021-01-28T17:17:16.004Z] Step 22/23 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:17:16.004Z] ---> Running in f7e85a443c6e [2021-01-28T17:17:16.399Z] ---> Running in f55a06730c0d [2021-01-28T17:17:17.252Z] Removing intermediate container 6d0b012d4281 [2021-01-28T17:17:17.252Z] ---> 9a6603a7d6d0 [2021-01-28T17:17:17.252Z] Step 21/21 : LABEL version=2.0.0-dev.63 [2021-01-28T17:17:19.201Z] Removing intermediate container f55a06730c0d [2021-01-28T17:17:19.201Z] ---> 8767405106c1 [2021-01-28T17:17:19.201Z] Step 23/23 : LABEL version=2.0.0-dev.63 [2021-01-28T17:17:19.201Z] ---> Running in 675d2ed113e1 [2021-01-28T17:17:20.348Z] ---> Running in 0f9072530598 [2021-01-28T17:17:20.715Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:17:20.715Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:17:20.715Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:17:21.067Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:17:21.361Z] + git describe '--abbrev=0' --tags [2021-01-28T17:17:21.361Z] + TAG=v0.6.1 [2021-01-28T17:17:21.361Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:17:21.361Z] + apk --print-arch [2021-01-28T17:17:21.361Z] + arch=x86_64 [2021-01-28T17:17:21.361Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T17:17:21.361Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T17:17:21.361Z] building [dockerize] for amd64 ... [2021-01-28T17:17:21.672Z] Removing intermediate container 675d2ed113e1 [2021-01-28T17:17:21.672Z] ---> 48d5de989889 [2021-01-28T17:17:21.672Z] [2021-01-28T17:17:22.459Z] Removing intermediate container 0f9072530598 [2021-01-28T17:17:22.460Z] ---> 67e731712e6f [2021-01-28T17:17:22.460Z] [2021-01-28T17:17:24.892Z] Successfully built 48d5de989889 [2021-01-28T17:17:24.892Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T17:17:25.285Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-28T17:17:25.376Z]  Building docker-core-metadata-go ... done Removing intermediate container 93ff5870b8a3 [2021-01-28T17:17:25.376Z] ---> b1975bf93364 [2021-01-28T17:17:25.376Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:17:25.376Z] ---> Running in 8e87af2db7fe [2021-01-28T17:17:25.376Z] Removing intermediate container cfbabf8db36a [2021-01-28T17:17:25.376Z] ---> 3c48dc2996a8 [2021-01-28T17:17:25.376Z] [2021-01-28T17:17:25.376Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:17:25.376Z] ---> afeebe901d6b [2021-01-28T17:17:25.376Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:17:25.376Z] ---> Running in 6572c6332ddd [2021-01-28T17:17:26.010Z] Removing intermediate container f7e85a443c6e [2021-01-28T17:17:26.010Z] ---> 9b47eb08b550 [2021-01-28T17:17:26.010Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:17:26.372Z] Successfully built 67e731712e6f [2021-01-28T17:17:26.372Z] Successfully tagged docker-core-command-go:latest [2021-01-28T17:17:26.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:17:26.739Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:17:26.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:27.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:27.864Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:17:27.864Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:17:27.864Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:17:27.922Z]  Building docker-core-command-go ... done  ---> Running in a17a65c43d0d [2021-01-28T17:17:28.147Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:17:28.147Z] OK: 6 MiB in 16 packages [2021-01-28T17:17:30.111Z] Removing intermediate container a17a65c43d0d [2021-01-28T17:17:30.111Z] ---> 363591323133 [2021-01-28T17:17:30.111Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T17:17:30.146Z] Removing intermediate container 8e87af2db7fe [2021-01-28T17:17:30.146Z] ---> 43f12780de2a [2021-01-28T17:17:30.146Z] [2021-01-28T17:17:30.146Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:17:30.146Z] 20.10.0: Pulling from library/docker [2021-01-28T17:17:30.146Z] Removing intermediate container 6572c6332ddd [2021-01-28T17:17:30.146Z] ---> 82f0ab3f0876 [2021-01-28T17:17:30.146Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:17:30.427Z] ---> Running in 7e9f0af4d066 [2021-01-28T17:17:30.456Z] ---> Running in 653a3ae77b39 [2021-01-28T17:17:31.430Z] Removing intermediate container 7e9f0af4d066 [2021-01-28T17:17:31.430Z] ---> c96be7fa419a [2021-01-28T17:17:31.430Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:17:31.713Z] ---> Running in 5bd8c7a5fa36 [2021-01-28T17:17:32.096Z] Removing intermediate container 653a3ae77b39 [2021-01-28T17:17:32.096Z] ---> 9bda4891c040 [2021-01-28T17:17:32.096Z] Step 23/24 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:17:32.413Z] ---> Running in a9a4f20c3fd4 [2021-01-28T17:17:32.725Z] Removing intermediate container 5bd8c7a5fa36 [2021-01-28T17:17:32.725Z] ---> 3f76a9a0c4c8 [2021-01-28T17:17:32.725Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:17:33.005Z] ---> Running in fd38477848f4 [2021-01-28T17:17:33.601Z] Removing intermediate container fd38477848f4 [2021-01-28T17:17:33.601Z] ---> e9ad9540e83d [2021-01-28T17:17:33.601Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:17:33.716Z] Removing intermediate container a9a4f20c3fd4 [2021-01-28T17:17:33.717Z] ---> dd1320911458 [2021-01-28T17:17:33.717Z] Step 24/24 : LABEL version=2.0.0-dev.63 [2021-01-28T17:17:34.107Z] ---> Running in 98835c1bbdbb [2021-01-28T17:17:35.044Z] ---> 0f2666dcf929 [2021-01-28T17:17:35.045Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:17:37.807Z] ---> 487b70ec746f [2021-01-28T17:17:37.807Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:17:37.881Z] Removing intermediate container 98835c1bbdbb [2021-01-28T17:17:37.881Z] ---> cbf48bfe655f [2021-01-28T17:17:37.881Z] [2021-01-28T17:17:38.616Z] Successfully built cbf48bfe655f [2021-01-28T17:17:38.616Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T17:17:38.616Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-28T17:17:38.818Z] ---> 84b943e73d23 [2021-01-28T17:17:38.818Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:17:39.094Z] ---> Running in 963aacbeebd2 [2021-01-28T17:17:40.531Z] Removing intermediate container 963aacbeebd2 [2021-01-28T17:17:40.531Z] ---> e9a1026b1319 [2021-01-28T17:17:40.531Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:17:40.531Z] ---> Running in a03078a132e8 [2021-01-28T17:17:41.145Z] Removing intermediate container e7d8f00aecf2 [2021-01-28T17:17:41.145Z] ---> ccc116e13ae0 [2021-01-28T17:17:41.145Z] [2021-01-28T17:17:41.145Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:17:41.145Z] ---> afeebe901d6b [2021-01-28T17:17:41.145Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:17:41.145Z] ---> Running in 33729c6c5925 [2021-01-28T17:17:41.145Z] Removing intermediate container a03078a132e8 [2021-01-28T17:17:41.145Z] ---> 4d11a1d1c408 [2021-01-28T17:17:41.145Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:17:41.426Z] ---> Running in 114df1afe30b [2021-01-28T17:17:41.703Z] Removing intermediate container 33729c6c5925 [2021-01-28T17:17:41.703Z] ---> 7f50341f4868 [2021-01-28T17:17:41.703Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:17:41.980Z] ---> Running in 4e06f4569f13 [2021-01-28T17:17:41.980Z] Removing intermediate container 114df1afe30b [2021-01-28T17:17:41.980Z] ---> 8b47ea0cf9ae [2021-01-28T17:17:41.980Z] Step 21/22 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:17:41.980Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:17:41.980Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:17:41.980Z] ---> eeaf43b92773 [2021-01-28T17:17:41.980Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:17:42.257Z] ---> Running in 1d88f1608c6b [2021-01-28T17:17:42.257Z] ---> Running in 452ebd501d6f [2021-01-28T17:17:42.532Z] Removing intermediate container 4e06f4569f13 [2021-01-28T17:17:42.532Z] ---> 11169ca7feff [2021-01-28T17:17:42.532Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:17:42.807Z] ---> Running in 570af4f64768 [2021-01-28T17:17:42.807Z] Removing intermediate container 1d88f1608c6b [2021-01-28T17:17:42.807Z] ---> 33f5ca59a34c [2021-01-28T17:17:42.807Z] Step 22/22 : LABEL version=2.0.0-dev.63 [2021-01-28T17:17:43.083Z] ---> Running in ccb54b474644 [2021-01-28T17:17:43.358Z] Removing intermediate container 570af4f64768 [2021-01-28T17:17:43.358Z] ---> 6293426ae5b8 [2021-01-28T17:17:43.358Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:17:43.632Z] ---> Running in 9bb04e5f59a9 [2021-01-28T17:17:43.632Z] Removing intermediate container ccb54b474644 [2021-01-28T17:17:43.632Z] ---> 5985d95acbdc [2021-01-28T17:17:43.632Z] [2021-01-28T17:17:43.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:43.907Z] Successfully built 5985d95acbdc [2021-01-28T17:17:43.907Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T17:17:44.181Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:44.777Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:17:44.777Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:17:44.777Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:17:44.777Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:17:44.777Z] OK: 12 MiB in 22 packages [2021-01-28T17:17:45.766Z] Removing intermediate container 9bb04e5f59a9 [2021-01-28T17:17:45.766Z] ---> e52ffc736f3e [2021-01-28T17:17:45.766Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:17:46.040Z] ---> Running in 456c9793226b [2021-01-28T17:17:46.315Z] Removing intermediate container 452ebd501d6f [2021-01-28T17:17:46.315Z] ---> 3eacd3c2152a [2021-01-28T17:17:46.315Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:17:46.590Z] ---> Running in 35a5dd57f12a [2021-01-28T17:17:47.186Z] Removing intermediate container 35a5dd57f12a [2021-01-28T17:17:47.186Z] ---> c835074565af [2021-01-28T17:17:47.186Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:17:47.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:47.464Z] ---> Running in 69aa3024a781 [2021-01-28T17:17:47.735Z] Removing intermediate container 69aa3024a781 [2021-01-28T17:17:47.735Z] ---> a2b1177e6ac1 [2021-01-28T17:17:47.735Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:17:48.006Z] ---> Running in 91e3f0e5bc70 [2021-01-28T17:17:48.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:48.295Z] Removing intermediate container 91e3f0e5bc70 [2021-01-28T17:17:48.295Z] ---> a7fdd6e20d7e [2021-01-28T17:17:48.295Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:17:48.888Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:17:48.888Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:17:49.160Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:17:49.160Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:17:49.432Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:17:49.432Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:17:49.705Z] ---> 88fff990e68f [2021-01-28T17:17:49.705Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:17:49.705Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:17:49.705Z] OK: 8 MiB in 20 packages [2021-01-28T17:17:50.687Z] ---> 5b4fc12070e3 [2021-01-28T17:17:50.687Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:17:50.957Z] Removing intermediate container 456c9793226b [2021-01-28T17:17:50.957Z] ---> 6e4f38d7df37 [2021-01-28T17:17:50.957Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:17:51.552Z] ---> 50e4e6de7bde [2021-01-28T17:17:51.552Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:17:51.826Z] ---> Running in a400b646545b [2021-01-28T17:17:51.826Z] ---> b6d129fbfea9 [2021-01-28T17:17:51.826Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:17:53.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:53.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:17:53.260Z] ---> 295028756a9a [2021-01-28T17:17:53.260Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:17:53.855Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:17:53.855Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:17:53.855Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:17:53.855Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:17:53.855Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:17:53.855Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:17:53.855Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:17:54.125Z] ---> d51664c2d190 [2021-01-28T17:17:54.125Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:17:54.394Z] ---> Running in cba3ec39e3d8 [2021-01-28T17:17:55.361Z] Removing intermediate container cba3ec39e3d8 [2021-01-28T17:17:55.361Z] ---> 7aae974057cb [2021-01-28T17:17:55.361Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:17:55.631Z] ---> Running in a4a91f99fc0e [2021-01-28T17:17:55.900Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:17:55.900Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:17:55.900Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:17:55.900Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:17:55.900Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:17:55.900Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:17:55.900Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:17:56.177Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:17:56.177Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:17:56.177Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:17:56.177Z] Removing intermediate container a4a91f99fc0e [2021-01-28T17:17:56.177Z] ---> 1abd2489d44c [2021-01-28T17:17:56.177Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:17:56.177Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:17:56.177Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:17:56.177Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:17:56.177Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:17:56.177Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:17:56.177Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:17:56.452Z] ---> Running in 6aa1a91161c1 [2021-01-28T17:17:56.452Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:17:56.452Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:17:56.452Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:17:56.452Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:17:56.452Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:17:56.452Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:17:56.452Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:17:56.452Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:17:56.452Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:17:56.452Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:17:56.728Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:17:56.728Z] OK: 71 MiB in 55 packages [2021-01-28T17:17:57.000Z] Removing intermediate container 6aa1a91161c1 [2021-01-28T17:17:57.000Z] ---> ea77bf04b6e2 [2021-01-28T17:17:57.000Z] Step 22/23 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:17:57.000Z] ---> Running in 2c8bccc2726d [2021-01-28T17:17:57.596Z] Removing intermediate container 2c8bccc2726d [2021-01-28T17:17:57.596Z] ---> bc5d44894f06 [2021-01-28T17:17:57.596Z] Step 23/23 : LABEL version=2.0.0-dev.63 [2021-01-28T17:17:59.438Z] ---> Running in e6d1328312ec [2021-01-28T17:17:59.438Z] Removing intermediate container e6d1328312ec [2021-01-28T17:17:59.438Z] ---> 1e7a37042f6b [2021-01-28T17:17:59.438Z] [2021-01-28T17:17:59.438Z] Successfully built 1e7a37042f6b [2021-01-28T17:17:59.438Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T17:18:02.834Z]  Building docker-core-data-go ... done Removing intermediate container a400b646545b [2021-01-28T17:18:02.834Z] ---> 121a4b775b4c [2021-01-28T17:18:02.834Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:18:02.834Z] ---> Running in 64582df6de3f [2021-01-28T17:18:08.221Z] Collecting docker-compose==1.23.2 [2021-01-28T17:18:08.221Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:18:08.221Z] 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-28T17:18:08.813Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:18:08.813Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:18:09.794Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:18:09.794Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:18:10.771Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:18:10.771Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:18:13.893Z] + date [2021-01-28T17:18:13.893Z] + echo 'Thu Jan 28 17:18:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:18:13.893Z] Thu Jan 28 17:18:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:18:14.140Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:18:14.140Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:18:15.566Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:18:15.566Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:18:16.160Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:18:16.160Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:18:18.144Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:18:18.144Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:18:18.415Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:18:18.415Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:18:20.377Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:18:20.377Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:18:20.964Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:18:20.964Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:18:20.964Z] 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-28T17:18:21.233Z] 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-28T17:18:21.233Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:18:21.233Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:18:21.505Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:18:21.505Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:18:21.775Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:18:21.775Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:18:21.775Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:18:21.775Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:18:22.364Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, dockerpty, jsonschema, texttable, cached-property, docker-compose [2021-01-28T17:18:22.364Z] Attempting uninstall: urllib3 [2021-01-28T17:18:22.364Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:18:22.364Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:18:22.633Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:18:23.223Z] Attempting uninstall: idna [2021-01-28T17:18:23.223Z] Found existing installation: idna 2.9 [2021-01-28T17:18:23.223Z] Uninstalling idna-2.9: [2021-01-28T17:18:23.223Z] Successfully uninstalled idna-2.9 [2021-01-28T17:18:23.814Z] Attempting uninstall: requests [2021-01-28T17:18:23.814Z] Found existing installation: requests 2.23.0 [2021-01-28T17:18:23.814Z] Uninstalling requests-2.23.0: [2021-01-28T17:18:24.085Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:18:25.508Z] Running setup.py install for PyYAML: started [2021-01-28T17:18:27.473Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:18:27.473Z] Running setup.py install for docopt: started [2021-01-28T17:18:28.897Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:18:29.170Z] Running setup.py install for dockerpty: started [2021-01-28T17:18:30.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:18:30.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:18:30.028Z] ---> a65d0dec18c4 [2021-01-28T17:18:30.028Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:18:30.028Z] ---> Using cache [2021-01-28T17:18:30.028Z] ---> a4cbbcfd8e7f [2021-01-28T17:18:30.028Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:30.028Z] ---> Using cache [2021-01-28T17:18:30.028Z] ---> a7736131dbba [2021-01-28T17:18:30.028Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:18:31.131Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:18:31.131Z] Running setup.py install for texttable: started [2021-01-28T17:18:32.558Z] ---> Running in 0ef18752b975 [2021-01-28T17:18:33.098Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:18:33.690Z] 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-28T17:18:35.614Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:18:35.614Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:18:35.614Z] ---> a65d0dec18c4 [2021-01-28T17:18:35.614Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:18:35.614Z] ---> Using cache [2021-01-28T17:18:35.614Z] ---> a4cbbcfd8e7f [2021-01-28T17:18:35.614Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:35.614Z] ---> Using cache [2021-01-28T17:18:35.614Z] ---> a7736131dbba [2021-01-28T17:18:35.614Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:18:35.614Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:18:35.614Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:18:35.614Z] ---> a65d0dec18c4 [2021-01-28T17:18:35.614Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:18:35.614Z] ---> Using cache [2021-01-28T17:18:35.614Z] ---> a4cbbcfd8e7f [2021-01-28T17:18:35.614Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:35.614Z] ---> Using cache [2021-01-28T17:18:35.614Z] ---> a7736131dbba [2021-01-28T17:18:35.614Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:18:37.597Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:18:37.597Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:18:37.597Z] ---> a65d0dec18c4 [2021-01-28T17:18:37.597Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:18:37.597Z] ---> Using cache [2021-01-28T17:18:37.597Z] ---> a4cbbcfd8e7f [2021-01-28T17:18:37.597Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:37.597Z] ---> Using cache [2021-01-28T17:18:37.597Z] ---> a7736131dbba [2021-01-28T17:18:37.597Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:18:37.597Z] ---> Using cache [2021-01-28T17:18:37.597Z] ---> 291407ac8421 [2021-01-28T17:18:37.597Z] Step 6/23 : COPY go.mod . [2021-01-28T17:18:37.597Z] ---> Using cache [2021-01-28T17:18:37.597Z] ---> fe932f39de70 [2021-01-28T17:18:37.597Z] Step 7/23 : RUN go mod download [2021-01-28T17:18:37.597Z] ---> Using cache [2021-01-28T17:18:37.597Z] ---> ef3a1085291d [2021-01-28T17:18:37.597Z] Step 8/23 : COPY . . [2021-01-28T17:18:37.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:37.597Z] ---> Using cache [2021-01-28T17:18:37.597Z] ---> 129a4529da90 [2021-01-28T17:18:37.597Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:18:37.878Z] ---> Running in bc3d99ffce82 [2021-01-28T17:18:37.878Z] ---> Running in ec95e8cf7fab [2021-01-28T17:18:37.879Z] ---> Running in cfdb9c25d7aa [2021-01-28T17:18:38.005Z] Removing intermediate container 64582df6de3f [2021-01-28T17:18:38.005Z] ---> 1042cd737c18 [2021-01-28T17:18:38.005Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:18:38.005Z] ---> Running in f7573302749f [2021-01-28T17:18:38.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:38.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:18:39.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:18:39.864Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:18:39.864Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:18:39.864Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:18:39.864Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:18:39.864Z] OK: 71 MiB in 58 packages [2021-01-28T17:18:40.187Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:40.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:40.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:40.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:18:41.299Z] Removing intermediate container f7573302749f [2021-01-28T17:18:41.299Z] ---> 6db0ed67f800 [2021-01-28T17:18:41.299Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:18:41.571Z] ---> Running in ad73bb1f4dbf [2021-01-28T17:18:41.844Z] Removing intermediate container ad73bb1f4dbf [2021-01-28T17:18:41.844Z] ---> fdca2f892a98 [2021-01-28T17:18:41.844Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:18:41.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:41.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:42.151Z] ---> Running in c0beb96d0edd [2021-01-28T17:18:42.438Z] Removing intermediate container c0beb96d0edd [2021-01-28T17:18:42.438Z] ---> 08a58c5a2b7a [2021-01-28T17:18:42.438Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T17:18:42.720Z] ---> Running in b870888dcecd [2021-01-28T17:18:42.961Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:42.961Z] Removing intermediate container 0ef18752b975 [2021-01-28T17:18:42.961Z] ---> 853ad55b297f [2021-01-28T17:18:42.961Z] Step 6/22 : COPY go.mod . [2021-01-28T17:18:43.250Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:43.330Z] Removing intermediate container b870888dcecd [2021-01-28T17:18:43.330Z] ---> 7bffb9267e5f [2021-01-28T17:18:43.330Z] Step 25/26 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:18:43.330Z] ---> Running in 85de653e769f [2021-01-28T17:18:43.936Z] Removing intermediate container 85de653e769f [2021-01-28T17:18:43.936Z] ---> 12db8e83988b [2021-01-28T17:18:43.936Z] Step 26/26 : LABEL version=2.0.0-dev.63 [2021-01-28T17:18:43.936Z] ---> Running in 496c06fc3595 [2021-01-28T17:18:44.328Z] ---> f436ae619e5a [2021-01-28T17:18:44.328Z] Step 7/22 : RUN go mod download [2021-01-28T17:18:44.531Z] Removing intermediate container 496c06fc3595 [2021-01-28T17:18:44.532Z] ---> a67e63bdb993 [2021-01-28T17:18:44.532Z] [2021-01-28T17:18:44.628Z] ---> Running in e380230e9501 [2021-01-28T17:18:44.804Z] Successfully built a67e63bdb993 [2021-01-28T17:18:44.804Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T17:18:45.090Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T17:18:45.107Z] $ docker stop --time=1 c9e1abcdcfd901425481488685df0d9b757c51843780f386ec48f8d09a097b99 [2021-01-28T17:18:45.783Z] Removing intermediate container bc3d99ffce82 [2021-01-28T17:18:45.783Z] ---> 408dbb1d9d3f [2021-01-28T17:18:45.783Z] Step 6/26 : COPY go.mod . [2021-01-28T17:18:45.783Z] Removing intermediate container ec95e8cf7fab [2021-01-28T17:18:45.783Z] ---> 366e7850eb83 [2021-01-28T17:18:45.783Z] Step 6/23 : COPY go.mod . [2021-01-28T17:18:46.450Z] ---> 5eb77924c7a3 [2021-01-28T17:18:46.450Z] Step 7/26 : RUN go mod download [2021-01-28T17:18:47.103Z] $ docker rm -f c9e1abcdcfd901425481488685df0d9b757c51843780f386ec48f8d09a097b99 [2021-01-28T17:18:47.166Z] ---> Running in fa048842b2b8 [2021-01-28T17:18:47.167Z] ---> 11aef87f81a2 [2021-01-28T17:18:47.167Z] Step 7/23 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:18:47.457Z] ---> Running in 0a9b74ce1e89 [2021-01-28T17:18:47.763Z] + docker images [2021-01-28T17:18:47.763Z] + grep docker [2021-01-28T17:18:48.037Z] docker-sys-mgmt-agent-go-arm64 latest a67e63bdb993 3 seconds ago 300MB [2021-01-28T17:18:48.037Z] docker-core-data-go-arm64 latest 1e7a37042f6b 50 seconds ago 21MB [2021-01-28T17:18:48.037Z] docker-support-notifications-go-arm64 latest 5985d95acbdc About a minute ago 16MB [2021-01-28T17:18:48.037Z] docker-core-metadata-go-arm64 latest 41d049a70d96 About a minute ago 17.7MB [2021-01-28T17:18:48.037Z] docker-security-bootstrapper-go-arm64 latest 73fc3f32e2a4 2 minutes ago 31.9MB [2021-01-28T17:18:48.037Z] docker-security-secretstore-setup-go-arm64 latest fcf38af3c590 3 minutes ago 23.4MB [2021-01-28T17:18:48.037Z] docker-core-command-go-arm64 latest 59bc0b2142fb 3 minutes ago 16MB [2021-01-28T17:18:48.037Z] docker-security-proxy-setup-go-arm64 latest 424e38fd4283 3 minutes ago 23.2MB [2021-01-28T17:18:48.037Z] docker-support-scheduler-go-arm64 latest 4e18bc522f60 3 minutes ago 15.5MB [2021-01-28T17:18:48.037Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:18:48.609Z] provisioning config files... [2021-01-28T17:18:48.647Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/326@tmp/config4194320628658335444tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:18:49.046Z] ---> docker-login.sh [2021-01-28T17:18:49.046Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:18:49.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:18:49.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:18:49.586Z] Configure a credential helper to remove this warning. See [2021-01-28T17:18:49.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:18:49.586Z] [2021-01-28T17:18:49.586Z] Login Succeeded [2021-01-28T17:18:49.586Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:18:49.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:18:50.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:18:50.128Z] Configure a credential helper to remove this warning. See [2021-01-28T17:18:50.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:18:50.128Z] [2021-01-28T17:18:50.128Z] Login Succeeded [2021-01-28T17:18:50.128Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:18:50.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:18:50.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:18:50.670Z] Configure a credential helper to remove this warning. See [2021-01-28T17:18:50.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:18:50.670Z] [2021-01-28T17:18:50.670Z] Login Succeeded [2021-01-28T17:18:50.670Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:18:51.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:18:51.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:18:51.262Z] Configure a credential helper to remove this warning. See [2021-01-28T17:18:51.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:18:51.262Z] [2021-01-28T17:18:51.262Z] Login Succeeded [2021-01-28T17:18:51.262Z] docker.io [2021-01-28T17:18:51.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:18:52.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:18:52.122Z] Configure a credential helper to remove this warning. See [2021-01-28T17:18:52.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:18:52.122Z] [2021-01-28T17:18:52.122Z] Login Succeeded [2021-01-28T17:18:52.122Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:18:52.137Z] Deleting 1 temporary files [2021-01-28T17:18:52.144Z] Removing intermediate container e380230e9501 [2021-01-28T17:18:52.144Z] ---> 29089ebb0528 [2021-01-28T17:18:52.144Z] Step 8/22 : COPY . . [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:18:52.338Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-28T17:18:52.338Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:18:52.338Z] 2.0.0-dev.63 [2021-01-28T17:18:52.338Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:18:52.338Z] master [2021-01-28T17:18:52.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:52.857Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:53.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:18:53.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:18:53.189Z] 0afc99a66354: Preparing [2021-01-28T17:18:53.189Z] 08dabf156987: Preparing [2021-01-28T17:18:53.189Z] 180d331a9153: Preparing [2021-01-28T17:18:53.189Z] 7bd83d3e0777: Preparing [2021-01-28T17:18:53.189Z] 379067d0cb53: Preparing [2021-01-28T17:18:53.460Z] 379067d0cb53: Layer already exists [2021-01-28T17:18:53.460Z] 180d331a9153: Pushed [2021-01-28T17:18:53.460Z] 0afc99a66354: Pushed [2021-01-28T17:18:53.460Z] 7bd83d3e0777: Pushed [2021-01-28T17:18:56.061Z] 08dabf156987: Pushed [2021-01-28T17:18:56.061Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:d308e749da774ba0814b164acd128eb8489ac6a9c89cb6334d3b1aaa9a444495 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:56.674Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:56.700Z] Removing intermediate container 0a9b74ce1e89 [2021-01-28T17:18:56.700Z] ---> 4c720e9674ed [2021-01-28T17:18:56.700Z] Step 8/23 : COPY . . [2021-01-28T17:18:57.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.63 [2021-01-28T17:18:57.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:18:57.009Z] 0afc99a66354: Preparing [2021-01-28T17:18:57.009Z] 08dabf156987: Preparing [2021-01-28T17:18:57.009Z] 180d331a9153: Preparing [2021-01-28T17:18:57.009Z] 7bd83d3e0777: Preparing [2021-01-28T17:18:57.009Z] 379067d0cb53: Preparing [2021-01-28T17:18:57.009Z] 180d331a9153: Layer already exists [2021-01-28T17:18:57.009Z] 0afc99a66354: Layer already exists [2021-01-28T17:18:57.245Z] Removing intermediate container fa048842b2b8 [2021-01-28T17:18:57.245Z] ---> 3339a37e7cf9 [2021-01-28T17:18:57.245Z] Step 8/26 : COPY . . [2021-01-28T17:18:57.279Z] 08dabf156987: Layer already exists [2021-01-28T17:18:57.279Z] 379067d0cb53: Layer already exists [2021-01-28T17:18:57.279Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:18:57.279Z] 2.0.0-dev.63: digest: sha256:d308e749da774ba0814b164acd128eb8489ac6a9c89cb6334d3b1aaa9a444495 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:57.617Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:57.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:18:57.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:18:57.951Z] 0afc99a66354: Preparing [2021-01-28T17:18:57.951Z] 08dabf156987: Preparing [2021-01-28T17:18:57.951Z] 180d331a9153: Preparing [2021-01-28T17:18:57.951Z] 7bd83d3e0777: Preparing [2021-01-28T17:18:57.951Z] 379067d0cb53: Preparing [2021-01-28T17:18:58.220Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:18:58.220Z] 379067d0cb53: Layer already exists [2021-01-28T17:18:58.220Z] 0afc99a66354: Layer already exists [2021-01-28T17:18:58.220Z] 08dabf156987: Layer already exists [2021-01-28T17:18:58.220Z] 180d331a9153: Layer already exists [2021-01-28T17:18:58.220Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:d308e749da774ba0814b164acd128eb8489ac6a9c89cb6334d3b1aaa9a444495 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:58.568Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:58.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-28T17:18:58.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:18:58.905Z] 0afc99a66354: Preparing [2021-01-28T17:18:58.905Z] 08dabf156987: Preparing [2021-01-28T17:18:58.905Z] 180d331a9153: Preparing [2021-01-28T17:18:58.905Z] 7bd83d3e0777: Preparing [2021-01-28T17:18:58.905Z] 379067d0cb53: Preparing [2021-01-28T17:18:59.175Z] 180d331a9153: Layer already exists [2021-01-28T17:18:59.175Z] 379067d0cb53: Layer already exists [2021-01-28T17:18:59.175Z] 08dabf156987: Layer already exists [2021-01-28T17:18:59.175Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:18:59.175Z] 0afc99a66354: Layer already exists [2021-01-28T17:18:59.175Z] master: digest: sha256:d308e749da774ba0814b164acd128eb8489ac6a9c89cb6334d3b1aaa9a444495 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:18:59.366Z] ===================================================== [Pipeline] echo [2021-01-28T17:18:59.415Z] taggedImages: [2021-01-28T17:18:59.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:18:59.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.63 [2021-01-28T17:18:59.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:18:59.415Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-28T17:18:59.505Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-28T17:18:59.505Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:18:59.505Z] 2.0.0-dev.63 [2021-01-28T17:18:59.505Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:18:59.505Z] master [2021-01-28T17:18:59.505Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:00.045Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:00.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:00.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:19:00.387Z] e1ddcabf12f9: Preparing [2021-01-28T17:19:00.387Z] 20d1aadc256d: Preparing [2021-01-28T17:19:00.387Z] 180d331a9153: Preparing [2021-01-28T17:19:00.387Z] 7b84d63838e0: Preparing [2021-01-28T17:19:00.387Z] 0e1c6363ca9b: Preparing [2021-01-28T17:19:00.387Z] 379067d0cb53: Preparing [2021-01-28T17:19:00.387Z] 379067d0cb53: Waiting [2021-01-28T17:19:00.658Z] 180d331a9153: Layer already exists [2021-01-28T17:19:00.658Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:00.658Z] 0e1c6363ca9b: Pushed [2021-01-28T17:19:00.658Z] e1ddcabf12f9: Pushed [2021-01-28T17:19:01.249Z] 7b84d63838e0: Pushed [2021-01-28T17:19:03.856Z] 20d1aadc256d: Pushed [2021-01-28T17:19:03.856Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:2dacea808d89fc705141f6832b717fe9b641bda1dfba4d10d8a03ddcbfd7154c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:04.203Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:04.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:04.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:19:04.535Z] e1ddcabf12f9: Preparing [2021-01-28T17:19:04.535Z] 20d1aadc256d: Preparing [2021-01-28T17:19:04.535Z] 180d331a9153: Preparing [2021-01-28T17:19:04.535Z] 7b84d63838e0: Preparing [2021-01-28T17:19:04.535Z] 0e1c6363ca9b: Preparing [2021-01-28T17:19:04.535Z] 379067d0cb53: Preparing [2021-01-28T17:19:04.535Z] 379067d0cb53: Waiting [2021-01-28T17:19:04.803Z] 20d1aadc256d: Layer already exists [2021-01-28T17:19:04.803Z] 7b84d63838e0: Layer already exists [2021-01-28T17:19:04.803Z] 180d331a9153: Layer already exists [2021-01-28T17:19:04.803Z] e1ddcabf12f9: Layer already exists [2021-01-28T17:19:04.803Z] 0e1c6363ca9b: Layer already exists [2021-01-28T17:19:04.803Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:04.803Z] 2.0.0-dev.63: digest: sha256:2dacea808d89fc705141f6832b717fe9b641bda1dfba4d10d8a03ddcbfd7154c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:05.141Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:05.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:05.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:19:05.480Z] e1ddcabf12f9: Preparing [2021-01-28T17:19:05.480Z] 20d1aadc256d: Preparing [2021-01-28T17:19:05.480Z] 180d331a9153: Preparing [2021-01-28T17:19:05.480Z] 7b84d63838e0: Preparing [2021-01-28T17:19:05.480Z] 0e1c6363ca9b: Preparing [2021-01-28T17:19:05.480Z] 379067d0cb53: Preparing [2021-01-28T17:19:05.480Z] 379067d0cb53: Waiting [2021-01-28T17:19:05.480Z] 0e1c6363ca9b: Layer already exists [2021-01-28T17:19:05.480Z] 180d331a9153: Layer already exists [2021-01-28T17:19:05.480Z] e1ddcabf12f9: Layer already exists [2021-01-28T17:19:05.480Z] 20d1aadc256d: Layer already exists [2021-01-28T17:19:05.480Z] 7b84d63838e0: Layer already exists [2021-01-28T17:19:05.751Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:05.751Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:2dacea808d89fc705141f6832b717fe9b641bda1dfba4d10d8a03ddcbfd7154c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:06.092Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:06.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-28T17:19:06.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:19:06.430Z] e1ddcabf12f9: Preparing [2021-01-28T17:19:06.430Z] 20d1aadc256d: Preparing [2021-01-28T17:19:06.430Z] 180d331a9153: Preparing [2021-01-28T17:19:06.430Z] 7b84d63838e0: Preparing [2021-01-28T17:19:06.430Z] 0e1c6363ca9b: Preparing [2021-01-28T17:19:06.430Z] 379067d0cb53: Preparing [2021-01-28T17:19:06.430Z] 379067d0cb53: Waiting [2021-01-28T17:19:06.430Z] 7b84d63838e0: Layer already exists [2021-01-28T17:19:06.430Z] 180d331a9153: Layer already exists [2021-01-28T17:19:06.700Z] 0e1c6363ca9b: Layer already exists [2021-01-28T17:19:06.700Z] 20d1aadc256d: Layer already exists [2021-01-28T17:19:06.700Z] e1ddcabf12f9: Layer already exists [2021-01-28T17:19:06.700Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:06.700Z] master: digest: sha256:2dacea808d89fc705141f6832b717fe9b641bda1dfba4d10d8a03ddcbfd7154c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:19:06.956Z] ===================================================== [Pipeline] echo [2021-01-28T17:19:07.004Z] taggedImages: [2021-01-28T17:19:07.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:07.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:07.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:07.004Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-28T17:19:07.096Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-28T17:19:07.097Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:07.097Z] 2.0.0-dev.63 [2021-01-28T17:19:07.097Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:07.097Z] master [2021-01-28T17:19:07.097Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:07.623Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:07.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:07.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:19:07.976Z] 8371238317c4: Preparing [2021-01-28T17:19:07.976Z] 6c01e0bd0091: Preparing [2021-01-28T17:19:07.976Z] 180d331a9153: Preparing [2021-01-28T17:19:07.976Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:07.976Z] 379067d0cb53: Preparing [2021-01-28T17:19:08.260Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:08.260Z] 180d331a9153: Layer already exists [2021-01-28T17:19:08.260Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:08.260Z] 8371238317c4: Pushed [2021-01-28T17:19:11.644Z] 6c01e0bd0091: Pushed [2021-01-28T17:19:11.913Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:6471c77a2874cf66a134fa15716f8ab8b11a504060287c03592adc178d1af4bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:12.257Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:12.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:12.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:19:12.591Z] 8371238317c4: Preparing [2021-01-28T17:19:12.591Z] 6c01e0bd0091: Preparing [2021-01-28T17:19:12.591Z] 180d331a9153: Preparing [2021-01-28T17:19:12.591Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:12.591Z] 379067d0cb53: Preparing [2021-01-28T17:19:12.591Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:12.591Z] 8371238317c4: Layer already exists [2021-01-28T17:19:12.591Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:12.591Z] 180d331a9153: Layer already exists [2021-01-28T17:19:12.591Z] 6c01e0bd0091: Layer already exists [2021-01-28T17:19:12.863Z] 2.0.0-dev.63: digest: sha256:6471c77a2874cf66a134fa15716f8ab8b11a504060287c03592adc178d1af4bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:13.209Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:13.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:13.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:19:13.547Z] 8371238317c4: Preparing [2021-01-28T17:19:13.547Z] 6c01e0bd0091: Preparing [2021-01-28T17:19:13.547Z] 180d331a9153: Preparing [2021-01-28T17:19:13.547Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:13.547Z] 379067d0cb53: Preparing [2021-01-28T17:19:13.820Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:13.820Z] 8371238317c4: Layer already exists [2021-01-28T17:19:13.820Z] 180d331a9153: Layer already exists [2021-01-28T17:19:13.820Z] 6c01e0bd0091: Layer already exists [2021-01-28T17:19:13.820Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:13.821Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:6471c77a2874cf66a134fa15716f8ab8b11a504060287c03592adc178d1af4bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:14.167Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:14.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-28T17:19:14.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:19:14.507Z] 8371238317c4: Preparing [2021-01-28T17:19:14.507Z] 6c01e0bd0091: Preparing [2021-01-28T17:19:14.507Z] 180d331a9153: Preparing [2021-01-28T17:19:14.507Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:14.507Z] 379067d0cb53: Preparing [2021-01-28T17:19:14.507Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:14.507Z] 6c01e0bd0091: Layer already exists [2021-01-28T17:19:14.778Z] 180d331a9153: Layer already exists [2021-01-28T17:19:14.778Z] 8371238317c4: Layer already exists [2021-01-28T17:19:15.747Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:15.747Z] master: digest: sha256:6471c77a2874cf66a134fa15716f8ab8b11a504060287c03592adc178d1af4bc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:19:15.932Z] ===================================================== [Pipeline] echo [2021-01-28T17:19:15.979Z] taggedImages: [2021-01-28T17:19:15.979Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:15.979Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:15.979Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:15.979Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-28T17:19:16.068Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-28T17:19:16.068Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:16.068Z] 2.0.0-dev.63 [2021-01-28T17:19:16.068Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:16.068Z] master [2021-01-28T17:19:16.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:16.609Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:16.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:16.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:19:16.944Z] 32f377c23eaa: Preparing [2021-01-28T17:19:16.944Z] 32f377c23eaa: Preparing [2021-01-28T17:19:16.944Z] 0efa235f54a4: Preparing [2021-01-28T17:19:16.944Z] f81f33322333: Preparing [2021-01-28T17:19:16.944Z] de3ffcc2dc7b: Preparing [2021-01-28T17:19:16.944Z] 8b32e8ff7d1c: Preparing [2021-01-28T17:19:16.944Z] 180d331a9153: Preparing [2021-01-28T17:19:16.944Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:16.944Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:16.944Z] b8178041b76b: Preparing [2021-01-28T17:19:16.944Z] e622c22c7718: Preparing [2021-01-28T17:19:16.944Z] badb6c706ed5: Preparing [2021-01-28T17:19:16.944Z] 379067d0cb53: Preparing [2021-01-28T17:19:16.944Z] b8178041b76b: Waiting [2021-01-28T17:19:16.944Z] e622c22c7718: Waiting [2021-01-28T17:19:16.944Z] badb6c706ed5: Waiting [2021-01-28T17:19:16.944Z] 180d331a9153: Waiting [2021-01-28T17:19:16.944Z] 6fbefae2aaa8: Waiting [2021-01-28T17:19:16.944Z] 379067d0cb53: Waiting [2021-01-28T17:19:17.219Z] 32f377c23eaa: Pushed [2021-01-28T17:19:17.219Z] de3ffcc2dc7b: Pushed [2021-01-28T17:19:17.219Z] 0efa235f54a4: Pushed [2021-01-28T17:19:17.219Z] 180d331a9153: Layer already exists [2021-01-28T17:19:17.493Z] 6fbefae2aaa8: Pushed [2021-01-28T17:19:17.493Z] e622c22c7718: Pushed [2021-01-28T17:19:17.765Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:18.040Z] badb6c706ed5: Pushed [2021-01-28T17:19:19.475Z] f81f33322333: Pushed [2021-01-28T17:19:19.475Z] 8b32e8ff7d1c: Pushed [2021-01-28T17:19:19.475Z] b8178041b76b: Pushed [2021-01-28T17:19:19.744Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:26652316a494ef42bb2180bb11c7c74ab59d05c91eec30ce6fcac2dde8aa65f0 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:20.087Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:20.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:20.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:19:20.425Z] 32f377c23eaa: Preparing [2021-01-28T17:19:20.425Z] 32f377c23eaa: Preparing [2021-01-28T17:19:20.425Z] 0efa235f54a4: Preparing [2021-01-28T17:19:20.425Z] f81f33322333: Preparing [2021-01-28T17:19:20.425Z] de3ffcc2dc7b: Preparing [2021-01-28T17:19:20.425Z] 8b32e8ff7d1c: Preparing [2021-01-28T17:19:20.425Z] 180d331a9153: Preparing [2021-01-28T17:19:20.425Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:20.425Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:20.425Z] b8178041b76b: Preparing [2021-01-28T17:19:20.425Z] e622c22c7718: Preparing [2021-01-28T17:19:20.425Z] badb6c706ed5: Preparing [2021-01-28T17:19:20.425Z] 379067d0cb53: Preparing [2021-01-28T17:19:20.425Z] 180d331a9153: Waiting [2021-01-28T17:19:20.425Z] 6fbefae2aaa8: Waiting [2021-01-28T17:19:20.425Z] b8178041b76b: Waiting [2021-01-28T17:19:20.425Z] 379067d0cb53: Waiting [2021-01-28T17:19:20.425Z] badb6c706ed5: Waiting [2021-01-28T17:19:20.695Z] 0efa235f54a4: Layer already exists [2021-01-28T17:19:20.695Z] 32f377c23eaa: Layer already exists [2021-01-28T17:19:20.695Z] de3ffcc2dc7b: Layer already exists [2021-01-28T17:19:20.695Z] 8b32e8ff7d1c: Layer already exists [2021-01-28T17:19:20.695Z] f81f33322333: Layer already exists [2021-01-28T17:19:20.695Z] 6fbefae2aaa8: Layer already exists [2021-01-28T17:19:20.695Z] b8178041b76b: Layer already exists [2021-01-28T17:19:20.695Z] 180d331a9153: Layer already exists [2021-01-28T17:19:20.695Z] badb6c706ed5: Layer already exists [2021-01-28T17:19:20.695Z] e622c22c7718: Layer already exists [2021-01-28T17:19:20.695Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:20.695Z] 2.0.0-dev.63: digest: sha256:26652316a494ef42bb2180bb11c7c74ab59d05c91eec30ce6fcac2dde8aa65f0 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:21.032Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:21.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:21.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:19:21.361Z] 32f377c23eaa: Preparing [2021-01-28T17:19:21.361Z] 32f377c23eaa: Preparing [2021-01-28T17:19:21.361Z] 0efa235f54a4: Preparing [2021-01-28T17:19:21.361Z] f81f33322333: Preparing [2021-01-28T17:19:21.361Z] de3ffcc2dc7b: Preparing [2021-01-28T17:19:21.361Z] 8b32e8ff7d1c: Preparing [2021-01-28T17:19:21.361Z] 180d331a9153: Preparing [2021-01-28T17:19:21.361Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:21.361Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:21.361Z] b8178041b76b: Preparing [2021-01-28T17:19:21.361Z] e622c22c7718: Preparing [2021-01-28T17:19:21.361Z] badb6c706ed5: Preparing [2021-01-28T17:19:21.361Z] 379067d0cb53: Preparing [2021-01-28T17:19:21.361Z] b8178041b76b: Waiting [2021-01-28T17:19:21.361Z] e622c22c7718: Waiting [2021-01-28T17:19:21.361Z] badb6c706ed5: Waiting [2021-01-28T17:19:21.361Z] 379067d0cb53: Waiting [2021-01-28T17:19:21.361Z] 180d331a9153: Waiting [2021-01-28T17:19:21.361Z] 6fbefae2aaa8: Waiting [2021-01-28T17:19:21.631Z] 0efa235f54a4: Layer already exists [2021-01-28T17:19:21.631Z] de3ffcc2dc7b: Layer already exists [2021-01-28T17:19:21.631Z] 32f377c23eaa: Layer already exists [2021-01-28T17:19:21.631Z] 8b32e8ff7d1c: Layer already exists [2021-01-28T17:19:21.631Z] f81f33322333: Layer already exists [2021-01-28T17:19:21.631Z] 6fbefae2aaa8: Layer already exists [2021-01-28T17:19:21.631Z] 180d331a9153: Layer already exists [2021-01-28T17:19:21.631Z] b8178041b76b: Layer already exists [2021-01-28T17:19:21.631Z] e622c22c7718: Layer already exists [2021-01-28T17:19:21.631Z] badb6c706ed5: Layer already exists [2021-01-28T17:19:21.631Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:21.631Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:26652316a494ef42bb2180bb11c7c74ab59d05c91eec30ce6fcac2dde8aa65f0 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:21.971Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:22.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-28T17:19:22.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:19:22.307Z] 32f377c23eaa: Preparing [2021-01-28T17:19:22.307Z] 32f377c23eaa: Preparing [2021-01-28T17:19:22.307Z] 0efa235f54a4: Preparing [2021-01-28T17:19:22.307Z] f81f33322333: Preparing [2021-01-28T17:19:22.307Z] de3ffcc2dc7b: Preparing [2021-01-28T17:19:22.307Z] 8b32e8ff7d1c: Preparing [2021-01-28T17:19:22.307Z] 180d331a9153: Preparing [2021-01-28T17:19:22.307Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:22.307Z] 6fbefae2aaa8: Preparing [2021-01-28T17:19:22.307Z] b8178041b76b: Preparing [2021-01-28T17:19:22.307Z] e622c22c7718: Preparing [2021-01-28T17:19:22.307Z] badb6c706ed5: Preparing [2021-01-28T17:19:22.307Z] 379067d0cb53: Preparing [2021-01-28T17:19:22.307Z] 180d331a9153: Waiting [2021-01-28T17:19:22.307Z] 6fbefae2aaa8: Waiting [2021-01-28T17:19:22.307Z] b8178041b76b: Waiting [2021-01-28T17:19:22.307Z] e622c22c7718: Waiting [2021-01-28T17:19:22.307Z] badb6c706ed5: Waiting [2021-01-28T17:19:22.307Z] 379067d0cb53: Waiting [2021-01-28T17:19:22.307Z] 0efa235f54a4: Layer already exists [2021-01-28T17:19:22.307Z] de3ffcc2dc7b: Layer already exists [2021-01-28T17:19:22.307Z] 8b32e8ff7d1c: Layer already exists [2021-01-28T17:19:22.307Z] 32f377c23eaa: Layer already exists [2021-01-28T17:19:22.307Z] f81f33322333: Layer already exists [2021-01-28T17:19:22.577Z] b8178041b76b: Layer already exists [2021-01-28T17:19:22.577Z] 180d331a9153: Layer already exists [2021-01-28T17:19:22.577Z] 6fbefae2aaa8: Layer already exists [2021-01-28T17:19:22.577Z] e622c22c7718: Layer already exists [2021-01-28T17:19:22.577Z] badb6c706ed5: Layer already exists [2021-01-28T17:19:22.577Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:22.577Z] master: digest: sha256:26652316a494ef42bb2180bb11c7c74ab59d05c91eec30ce6fcac2dde8aa65f0 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:19:22.758Z] ===================================================== [Pipeline] echo [2021-01-28T17:19:22.803Z] taggedImages: [2021-01-28T17:19:22.803Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:22.803Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:22.803Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:22.803Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-28T17:19:22.868Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-28T17:19:22.868Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:22.868Z] 2.0.0-dev.63 [2021-01-28T17:19:22.868Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:22.868Z] master [2021-01-28T17:19:22.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:23.367Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:23.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:23.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:19:23.706Z] 8dcd44ec30b6: Preparing [2021-01-28T17:19:23.706Z] 29e7de19eebf: Preparing [2021-01-28T17:19:23.706Z] 6116035da6ed: Preparing [2021-01-28T17:19:23.706Z] aae7e6e3a705: Preparing [2021-01-28T17:19:23.706Z] b51d9a5aa129: Preparing [2021-01-28T17:19:23.706Z] 379067d0cb53: Preparing [2021-01-28T17:19:23.706Z] 379067d0cb53: Waiting [2021-01-28T17:19:23.978Z] aae7e6e3a705: Pushed [2021-01-28T17:19:23.978Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:23.978Z] 6116035da6ed: Pushed [2021-01-28T17:19:24.251Z] b51d9a5aa129: Pushed [2021-01-28T17:19:26.234Z] 29e7de19eebf: Pushed [2021-01-28T17:19:26.234Z] 8dcd44ec30b6: Pushed [2021-01-28T17:19:26.505Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:61f1874a9b24ea3a64d72e19ddd93307c833fb2d053ab0320c6e6129c1be1814 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:26.848Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:27.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:27.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:19:27.189Z] 8dcd44ec30b6: Preparing [2021-01-28T17:19:27.189Z] 29e7de19eebf: Preparing [2021-01-28T17:19:27.189Z] 6116035da6ed: Preparing [2021-01-28T17:19:27.189Z] aae7e6e3a705: Preparing [2021-01-28T17:19:27.189Z] b51d9a5aa129: Preparing [2021-01-28T17:19:27.189Z] 379067d0cb53: Preparing [2021-01-28T17:19:27.189Z] 379067d0cb53: Waiting [2021-01-28T17:19:27.189Z] 6116035da6ed: Layer already exists [2021-01-28T17:19:27.189Z] b51d9a5aa129: Layer already exists [2021-01-28T17:19:27.189Z] 29e7de19eebf: Layer already exists [2021-01-28T17:19:27.189Z] 8dcd44ec30b6: Layer already exists [2021-01-28T17:19:27.189Z] aae7e6e3a705: Layer already exists [2021-01-28T17:19:27.460Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:27.460Z] 2.0.0-dev.63: digest: sha256:61f1874a9b24ea3a64d72e19ddd93307c833fb2d053ab0320c6e6129c1be1814 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:27.807Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:28.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:28.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:19:28.145Z] 8dcd44ec30b6: Preparing [2021-01-28T17:19:28.145Z] 29e7de19eebf: Preparing [2021-01-28T17:19:28.145Z] 6116035da6ed: Preparing [2021-01-28T17:19:28.145Z] aae7e6e3a705: Preparing [2021-01-28T17:19:28.145Z] b51d9a5aa129: Preparing [2021-01-28T17:19:28.145Z] 379067d0cb53: Preparing [2021-01-28T17:19:28.145Z] 379067d0cb53: Waiting [2021-01-28T17:19:28.145Z] 29e7de19eebf: Layer already exists [2021-01-28T17:19:28.145Z] 8dcd44ec30b6: Layer already exists [2021-01-28T17:19:28.145Z] b51d9a5aa129: Layer already exists [2021-01-28T17:19:28.145Z] aae7e6e3a705: Layer already exists [2021-01-28T17:19:28.145Z] 6116035da6ed: Layer already exists [2021-01-28T17:19:28.145Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:28.416Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:61f1874a9b24ea3a64d72e19ddd93307c833fb2d053ab0320c6e6129c1be1814 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:28.755Z] + 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-28T17:19:29.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-28T17:19:29.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:19:29.088Z] 8dcd44ec30b6: Preparing [2021-01-28T17:19:29.088Z] 29e7de19eebf: Preparing [2021-01-28T17:19:29.088Z] 6116035da6ed: Preparing [2021-01-28T17:19:29.088Z] aae7e6e3a705: Preparing [2021-01-28T17:19:29.088Z] b51d9a5aa129: Preparing [2021-01-28T17:19:29.088Z] 379067d0cb53: Preparing [2021-01-28T17:19:29.088Z] 379067d0cb53: Waiting [2021-01-28T17:19:29.089Z] b51d9a5aa129: Layer already exists [2021-01-28T17:19:29.089Z] 6116035da6ed: Layer already exists [2021-01-28T17:19:29.089Z] 29e7de19eebf: Layer already exists [2021-01-28T17:19:29.089Z] aae7e6e3a705: Layer already exists [2021-01-28T17:19:29.089Z] 8dcd44ec30b6: Layer already exists [2021-01-28T17:19:29.361Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:29.361Z] master: digest: sha256:61f1874a9b24ea3a64d72e19ddd93307c833fb2d053ab0320c6e6129c1be1814 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:19:29.548Z] ===================================================== [Pipeline] echo [2021-01-28T17:19:29.593Z] taggedImages: [2021-01-28T17:19:29.593Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:29.593Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:29.593Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:29.593Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-28T17:19:29.654Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-28T17:19:29.655Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:29.655Z] 2.0.0-dev.63 [2021-01-28T17:19:29.655Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:29.655Z] master [2021-01-28T17:19:29.655Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:30.162Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:30.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:30.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:19:30.498Z] f67b9f0fa06f: Preparing [2021-01-28T17:19:30.498Z] d1dcf3a6b05b: Preparing [2021-01-28T17:19:30.498Z] 4fa14433be41: Preparing [2021-01-28T17:19:30.498Z] 282226f67dad: Preparing [2021-01-28T17:19:30.498Z] 0317e5bd7837: Preparing [2021-01-28T17:19:30.498Z] 2f82effb8a78: Preparing [2021-01-28T17:19:30.498Z] 9646b06c2845: Preparing [2021-01-28T17:19:30.498Z] a7a28204abb9: Preparing [2021-01-28T17:19:30.498Z] 379067d0cb53: Preparing [2021-01-28T17:19:30.498Z] 2f82effb8a78: Waiting [2021-01-28T17:19:30.498Z] 9646b06c2845: Waiting [2021-01-28T17:19:30.498Z] a7a28204abb9: Waiting [2021-01-28T17:19:30.776Z] d1dcf3a6b05b: Pushed [2021-01-28T17:19:30.776Z] 0317e5bd7837: Pushed [2021-01-28T17:19:30.776Z] f67b9f0fa06f: Pushed [2021-01-28T17:19:31.050Z] 2f82effb8a78: Pushed [2021-01-28T17:19:31.050Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:31.050Z] 9646b06c2845: Pushed [2021-01-28T17:19:31.643Z] a7a28204abb9: Pushed [2021-01-28T17:19:33.074Z] 282226f67dad: Pushed [2021-01-28T17:19:33.074Z] 4fa14433be41: Pushed [2021-01-28T17:19:33.074Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:5c917c86f8032868646fcf5b706586590693dac9e1e2cde45f9105051357b3b2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:33.412Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:33.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:33.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:19:33.748Z] f67b9f0fa06f: Preparing [2021-01-28T17:19:33.748Z] d1dcf3a6b05b: Preparing [2021-01-28T17:19:33.748Z] 4fa14433be41: Preparing [2021-01-28T17:19:33.748Z] 282226f67dad: Preparing [2021-01-28T17:19:33.748Z] 0317e5bd7837: Preparing [2021-01-28T17:19:33.748Z] 2f82effb8a78: Preparing [2021-01-28T17:19:33.748Z] 9646b06c2845: Preparing [2021-01-28T17:19:33.748Z] a7a28204abb9: Preparing [2021-01-28T17:19:33.748Z] 379067d0cb53: Preparing [2021-01-28T17:19:33.748Z] 2f82effb8a78: Waiting [2021-01-28T17:19:33.748Z] 9646b06c2845: Waiting [2021-01-28T17:19:33.748Z] a7a28204abb9: Waiting [2021-01-28T17:19:33.748Z] 379067d0cb53: Waiting [2021-01-28T17:19:33.748Z] d1dcf3a6b05b: Layer already exists [2021-01-28T17:19:33.748Z] 4fa14433be41: Layer already exists [2021-01-28T17:19:33.748Z] 0317e5bd7837: Layer already exists [2021-01-28T17:19:33.748Z] f67b9f0fa06f: Layer already exists [2021-01-28T17:19:33.748Z] 282226f67dad: Layer already exists [2021-01-28T17:19:33.748Z] 9646b06c2845: Layer already exists [2021-01-28T17:19:33.748Z] 2f82effb8a78: Layer already exists [2021-01-28T17:19:33.748Z] a7a28204abb9: Layer already exists [2021-01-28T17:19:33.748Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:34.031Z] 2.0.0-dev.63: digest: sha256:5c917c86f8032868646fcf5b706586590693dac9e1e2cde45f9105051357b3b2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:34.432Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:34.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:34.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:19:34.795Z] f67b9f0fa06f: Preparing [2021-01-28T17:19:34.795Z] d1dcf3a6b05b: Preparing [2021-01-28T17:19:34.795Z] 4fa14433be41: Preparing [2021-01-28T17:19:34.795Z] 282226f67dad: Preparing [2021-01-28T17:19:34.795Z] 0317e5bd7837: Preparing [2021-01-28T17:19:34.795Z] 2f82effb8a78: Preparing [2021-01-28T17:19:34.795Z] 9646b06c2845: Preparing [2021-01-28T17:19:34.795Z] a7a28204abb9: Preparing [2021-01-28T17:19:34.795Z] 379067d0cb53: Preparing [2021-01-28T17:19:34.795Z] a7a28204abb9: Waiting [2021-01-28T17:19:34.795Z] 9646b06c2845: Waiting [2021-01-28T17:19:34.795Z] 379067d0cb53: Waiting [2021-01-28T17:19:34.795Z] 2f82effb8a78: Waiting [2021-01-28T17:19:35.078Z] 0317e5bd7837: Layer already exists [2021-01-28T17:19:35.078Z] 4fa14433be41: Layer already exists [2021-01-28T17:19:35.078Z] f67b9f0fa06f: Layer already exists [2021-01-28T17:19:35.078Z] 282226f67dad: Layer already exists [2021-01-28T17:19:35.078Z] d1dcf3a6b05b: Layer already exists [2021-01-28T17:19:35.078Z] 2f82effb8a78: Layer already exists [2021-01-28T17:19:35.078Z] a7a28204abb9: Layer already exists [2021-01-28T17:19:35.078Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:35.078Z] 9646b06c2845: Layer already exists [2021-01-28T17:19:35.078Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:5c917c86f8032868646fcf5b706586590693dac9e1e2cde45f9105051357b3b2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:35.443Z] + 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-28T17:19:35.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-28T17:19:35.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:19:35.788Z] f67b9f0fa06f: Preparing [2021-01-28T17:19:35.788Z] d1dcf3a6b05b: Preparing [2021-01-28T17:19:35.788Z] 4fa14433be41: Preparing [2021-01-28T17:19:35.788Z] 282226f67dad: Preparing [2021-01-28T17:19:35.788Z] 0317e5bd7837: Preparing [2021-01-28T17:19:35.788Z] 2f82effb8a78: Preparing [2021-01-28T17:19:35.788Z] 9646b06c2845: Preparing [2021-01-28T17:19:35.788Z] a7a28204abb9: Preparing [2021-01-28T17:19:35.788Z] 379067d0cb53: Preparing [2021-01-28T17:19:35.788Z] 9646b06c2845: Waiting [2021-01-28T17:19:35.788Z] a7a28204abb9: Waiting [2021-01-28T17:19:35.788Z] 379067d0cb53: Waiting [2021-01-28T17:19:35.788Z] 2f82effb8a78: Waiting [2021-01-28T17:19:36.058Z] 282226f67dad: Layer already exists [2021-01-28T17:19:36.058Z] d1dcf3a6b05b: Layer already exists [2021-01-28T17:19:36.058Z] f67b9f0fa06f: Layer already exists [2021-01-28T17:19:36.058Z] 0317e5bd7837: Layer already exists [2021-01-28T17:19:36.058Z] 4fa14433be41: Layer already exists [2021-01-28T17:19:36.058Z] 9646b06c2845: Layer already exists [2021-01-28T17:19:36.058Z] a7a28204abb9: Layer already exists [2021-01-28T17:19:36.058Z] 2f82effb8a78: Layer already exists [2021-01-28T17:19:36.058Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:36.058Z] master: digest: sha256:5c917c86f8032868646fcf5b706586590693dac9e1e2cde45f9105051357b3b2 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:19:36.253Z] ===================================================== [Pipeline] echo [2021-01-28T17:19:36.299Z] taggedImages: [2021-01-28T17:19:36.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:36.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:36.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:36.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-28T17:19:36.361Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-28T17:19:36.361Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:36.361Z] 2.0.0-dev.63 [2021-01-28T17:19:36.361Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:36.361Z] master [2021-01-28T17:19:36.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:36.853Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:37.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:37.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:19:37.205Z] 4954f12fdd92: Preparing [2021-01-28T17:19:37.205Z] b10847c9b19a: Preparing [2021-01-28T17:19:37.205Z] 180d331a9153: Preparing [2021-01-28T17:19:37.205Z] 3fc23f0a5a95: Preparing [2021-01-28T17:19:37.205Z] 379067d0cb53: Preparing [2021-01-28T17:19:37.205Z] 180d331a9153: Layer already exists [2021-01-28T17:19:37.479Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:37.479Z] 4954f12fdd92: Pushed [2021-01-28T17:19:37.749Z] 3fc23f0a5a95: Pushed [2021-01-28T17:19:39.708Z] b10847c9b19a: Pushed [2021-01-28T17:19:39.979Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:d3130544c7ebca27ac639030a4ce216b120bff1e29cdc47fef9280670bbeaf6b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:40.347Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:40.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:40.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:19:40.681Z] 4954f12fdd92: Preparing [2021-01-28T17:19:40.681Z] b10847c9b19a: Preparing [2021-01-28T17:19:40.681Z] 180d331a9153: Preparing [2021-01-28T17:19:40.681Z] 3fc23f0a5a95: Preparing [2021-01-28T17:19:40.681Z] 379067d0cb53: Preparing [2021-01-28T17:19:40.681Z] 180d331a9153: Layer already exists [2021-01-28T17:19:40.681Z] 4954f12fdd92: Layer already exists [2021-01-28T17:19:40.681Z] b10847c9b19a: Layer already exists [2021-01-28T17:19:40.951Z] 3fc23f0a5a95: Layer already exists [2021-01-28T17:19:40.951Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:40.951Z] 2.0.0-dev.63: digest: sha256:d3130544c7ebca27ac639030a4ce216b120bff1e29cdc47fef9280670bbeaf6b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:41.287Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:41.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:41.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:19:41.623Z] 4954f12fdd92: Preparing [2021-01-28T17:19:41.623Z] b10847c9b19a: Preparing [2021-01-28T17:19:41.623Z] 180d331a9153: Preparing [2021-01-28T17:19:41.623Z] 3fc23f0a5a95: Preparing [2021-01-28T17:19:41.623Z] 379067d0cb53: Preparing [2021-01-28T17:19:41.623Z] 180d331a9153: Layer already exists [2021-01-28T17:19:41.895Z] b10847c9b19a: Layer already exists [2021-01-28T17:19:41.895Z] 3fc23f0a5a95: Layer already exists [2021-01-28T17:19:41.895Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:41.895Z] 4954f12fdd92: Layer already exists [2021-01-28T17:19:41.895Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:d3130544c7ebca27ac639030a4ce216b120bff1e29cdc47fef9280670bbeaf6b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:42.234Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:42.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-28T17:19:42.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:19:42.581Z] 4954f12fdd92: Preparing [2021-01-28T17:19:42.581Z] b10847c9b19a: Preparing [2021-01-28T17:19:42.581Z] 180d331a9153: Preparing [2021-01-28T17:19:42.581Z] 3fc23f0a5a95: Preparing [2021-01-28T17:19:42.581Z] 379067d0cb53: Preparing [2021-01-28T17:19:42.581Z] b10847c9b19a: Layer already exists [2021-01-28T17:19:42.581Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:42.581Z] 180d331a9153: Layer already exists [2021-01-28T17:19:42.581Z] 4954f12fdd92: Layer already exists [2021-01-28T17:19:42.581Z] 3fc23f0a5a95: Layer already exists [2021-01-28T17:19:42.852Z] master: digest: sha256:d3130544c7ebca27ac639030a4ce216b120bff1e29cdc47fef9280670bbeaf6b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:19:43.041Z] ===================================================== [Pipeline] echo [2021-01-28T17:19:43.122Z] taggedImages: [2021-01-28T17:19:43.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:43.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:43.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:43.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-28T17:19:43.185Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-28T17:19:43.185Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:43.185Z] 2.0.0-dev.63 [2021-01-28T17:19:43.185Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:43.185Z] master [2021-01-28T17:19:43.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:43.717Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:44.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:44.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:19:44.046Z] 0d98e91ee2e1: Preparing [2021-01-28T17:19:44.046Z] 80382114cfb5: Preparing [2021-01-28T17:19:44.046Z] 180d331a9153: Preparing [2021-01-28T17:19:44.046Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:44.046Z] 379067d0cb53: Preparing [2021-01-28T17:19:44.317Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:44.317Z] 180d331a9153: Layer already exists [2021-01-28T17:19:44.317Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:44.317Z] 0d98e91ee2e1: Pushed [2021-01-28T17:19:46.915Z] 80382114cfb5: Pushed [2021-01-28T17:19:46.915Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:7cc50b8af6f39a316a35095a75efca92328abb1e21b0dd68466f33773aa8b1a5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:47.255Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:47.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:47.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:19:47.588Z] 0d98e91ee2e1: Preparing [2021-01-28T17:19:47.588Z] 80382114cfb5: Preparing [2021-01-28T17:19:47.588Z] 180d331a9153: Preparing [2021-01-28T17:19:47.588Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:47.588Z] 379067d0cb53: Preparing [2021-01-28T17:19:47.588Z] 180d331a9153: Layer already exists [2021-01-28T17:19:47.588Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:47.588Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:47.588Z] 0d98e91ee2e1: Layer already exists [2021-01-28T17:19:47.588Z] 80382114cfb5: Layer already exists [2021-01-28T17:19:47.860Z] 2.0.0-dev.63: digest: sha256:7cc50b8af6f39a316a35095a75efca92328abb1e21b0dd68466f33773aa8b1a5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:48.203Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:48.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:48.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:19:48.539Z] 0d98e91ee2e1: Preparing [2021-01-28T17:19:48.539Z] 80382114cfb5: Preparing [2021-01-28T17:19:48.539Z] 180d331a9153: Preparing [2021-01-28T17:19:48.539Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:48.539Z] 379067d0cb53: Preparing [2021-01-28T17:19:48.539Z] 80382114cfb5: Layer already exists [2021-01-28T17:19:48.539Z] 180d331a9153: Layer already exists [2021-01-28T17:19:48.539Z] 0d98e91ee2e1: Layer already exists [2021-01-28T17:19:48.539Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:48.539Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:48.814Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:7cc50b8af6f39a316a35095a75efca92328abb1e21b0dd68466f33773aa8b1a5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:49.153Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:49.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-28T17:19:49.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:19:49.483Z] 0d98e91ee2e1: Preparing [2021-01-28T17:19:49.483Z] 80382114cfb5: Preparing [2021-01-28T17:19:49.483Z] 180d331a9153: Preparing [2021-01-28T17:19:49.483Z] 7bd83d3e0777: Preparing [2021-01-28T17:19:49.483Z] 379067d0cb53: Preparing [2021-01-28T17:19:49.752Z] 379067d0cb53: Layer already exists [2021-01-28T17:19:49.752Z] 7bd83d3e0777: Layer already exists [2021-01-28T17:19:49.752Z] 180d331a9153: Layer already exists [2021-01-28T17:19:49.752Z] 80382114cfb5: Layer already exists [2021-01-28T17:19:49.752Z] 0d98e91ee2e1: Layer already exists [2021-01-28T17:19:49.752Z] master: digest: sha256:7cc50b8af6f39a316a35095a75efca92328abb1e21b0dd68466f33773aa8b1a5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:19:49.953Z] ===================================================== [Pipeline] echo [2021-01-28T17:19:50.003Z] taggedImages: [2021-01-28T17:19:50.003Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:50.003Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.63 [2021-01-28T17:19:50.003Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:50.003Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-28T17:19:50.066Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-28T17:19:50.066Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:50.066Z] 2.0.0-dev.63 [2021-01-28T17:19:50.066Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:19:50.066Z] master [2021-01-28T17:19:50.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:50.581Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:50.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:19:50.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:19:50.911Z] feaa472b3a06: Preparing [2021-01-28T17:19:50.911Z] b4444da663b4: Preparing [2021-01-28T17:19:50.911Z] b4f43cddde15: Preparing [2021-01-28T17:19:50.911Z] 525c6c64ef33: Preparing [2021-01-28T17:19:50.911Z] ade104f24067: Preparing [2021-01-28T17:19:50.911Z] 976c3c98a75e: Preparing [2021-01-28T17:19:50.911Z] 8f7c94140b60: Preparing [2021-01-28T17:19:50.911Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:19:50.911Z] fa1afe8e6ed9: Preparing [2021-01-28T17:19:50.911Z] 87a09b4c083e: Preparing [2021-01-28T17:19:50.911Z] 0f74e9ff2a61: Preparing [2021-01-28T17:19:50.911Z] b122376c33c6: Preparing [2021-01-28T17:19:50.911Z] f8381ed47b22: Preparing [2021-01-28T17:19:50.911Z] e934a737d657: Preparing [2021-01-28T17:19:50.911Z] 87a09b4c083e: Waiting [2021-01-28T17:19:50.911Z] f8381ed47b22: Waiting [2021-01-28T17:19:50.911Z] e934a737d657: Waiting [2021-01-28T17:19:50.911Z] 0f74e9ff2a61: Waiting [2021-01-28T17:19:50.911Z] b122376c33c6: Waiting [2021-01-28T17:19:50.911Z] 976c3c98a75e: Waiting [2021-01-28T17:19:50.911Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:19:50.911Z] 8f7c94140b60: Waiting [2021-01-28T17:19:50.911Z] fa1afe8e6ed9: Waiting [2021-01-28T17:19:51.505Z] ade104f24067: Pushed [2021-01-28T17:19:51.779Z] feaa472b3a06: Pushed [2021-01-28T17:19:52.375Z] 525c6c64ef33: Pushed [2021-01-28T17:19:52.375Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:19:52.375Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:19:52.375Z] 8f7c94140b60: Pushed [2021-01-28T17:19:52.375Z] 87a09b4c083e: Layer already exists [2021-01-28T17:19:52.375Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:19:52.375Z] b122376c33c6: Layer already exists [2021-01-28T17:19:52.646Z] f8381ed47b22: Layer already exists [2021-01-28T17:19:52.647Z] e934a737d657: Layer already exists [2021-01-28T17:19:52.918Z] b4444da663b4: Pushed [2021-01-28T17:19:53.897Z] 976c3c98a75e: Pushed [2021-01-28T17:19:56.569Z] Removing intermediate container a9f8b43f3b67 [2021-01-28T17:19:56.570Z] ---> 5c052b7021fe [2021-01-28T17:19:56.570Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:19:56.570Z] ---> Running in 569dfb8e1782 [2021-01-28T17:19:56.570Z] Removing intermediate container cfdb9c25d7aa [2021-01-28T17:19:56.570Z] ---> 8c2c8d3b3da2 [2021-01-28T17:19:56.570Z] [2021-01-28T17:19:56.570Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:19:56.570Z] ---> 389fef711851 [2021-01-28T17:19:56.570Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:19:56.570Z] ---> Using cache [2021-01-28T17:19:56.570Z] ---> c0f08f8bfde6 [2021-01-28T17:19:56.570Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:19:56.570Z] ---> Using cache [2021-01-28T17:19:56.570Z] ---> 3b04401663c9 [2021-01-28T17:19:56.570Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:19:56.570Z] ---> Running in 40a450025976 [2021-01-28T17:20:00.944Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:20:00.944Z] statically linked [2021-01-28T17:20:02.538Z] Removing intermediate container 40a450025976 [2021-01-28T17:20:02.538Z] ---> 01c434a2ec22 [2021-01-28T17:20:02.538Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:20:04.004Z] b4f43cddde15: Pushed [2021-01-28T17:20:04.274Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:459428b247f79918ecb426c7512fb502cf0755ddacdc8df5389fe2b12fc69082 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:04.622Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:05.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.63 [2021-01-28T17:20:05.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:20:05.039Z] feaa472b3a06: Preparing [2021-01-28T17:20:05.039Z] b4444da663b4: Preparing [2021-01-28T17:20:05.039Z] b4f43cddde15: Preparing [2021-01-28T17:20:05.039Z] 525c6c64ef33: Preparing [2021-01-28T17:20:05.039Z] ade104f24067: Preparing [2021-01-28T17:20:05.039Z] 976c3c98a75e: Preparing [2021-01-28T17:20:05.039Z] 8f7c94140b60: Preparing [2021-01-28T17:20:05.039Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:20:05.039Z] fa1afe8e6ed9: Preparing [2021-01-28T17:20:05.039Z] 87a09b4c083e: Preparing [2021-01-28T17:20:05.039Z] 0f74e9ff2a61: Preparing [2021-01-28T17:20:05.039Z] b122376c33c6: Preparing [2021-01-28T17:20:05.039Z] f8381ed47b22: Preparing [2021-01-28T17:20:05.039Z] e934a737d657: Preparing [2021-01-28T17:20:05.039Z] 976c3c98a75e: Waiting [2021-01-28T17:20:05.039Z] 8f7c94140b60: Waiting [2021-01-28T17:20:05.039Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:20:05.039Z] fa1afe8e6ed9: Waiting [2021-01-28T17:20:05.039Z] 87a09b4c083e: Waiting [2021-01-28T17:20:05.039Z] 0f74e9ff2a61: Waiting [2021-01-28T17:20:05.039Z] b122376c33c6: Waiting [2021-01-28T17:20:05.039Z] f8381ed47b22: Waiting [2021-01-28T17:20:05.039Z] e934a737d657: Waiting [2021-01-28T17:20:05.039Z] 525c6c64ef33: Layer already exists [2021-01-28T17:20:05.039Z] feaa472b3a06: Layer already exists [2021-01-28T17:20:05.039Z] b4f43cddde15: Layer already exists [2021-01-28T17:20:05.039Z] ade104f24067: Layer already exists [2021-01-28T17:20:05.039Z] b4444da663b4: Layer already exists [2021-01-28T17:20:05.039Z] 976c3c98a75e: Layer already exists [2021-01-28T17:20:05.039Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:20:05.039Z] 87a09b4c083e: Layer already exists [2021-01-28T17:20:05.039Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:20:05.039Z] 8f7c94140b60: Layer already exists [2021-01-28T17:20:05.316Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:20:05.316Z] b122376c33c6: Layer already exists [2021-01-28T17:20:05.316Z] e934a737d657: Layer already exists [2021-01-28T17:20:05.316Z] f8381ed47b22: Layer already exists [2021-01-28T17:20:05.316Z] 2.0.0-dev.63: digest: sha256:459428b247f79918ecb426c7512fb502cf0755ddacdc8df5389fe2b12fc69082 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:05.665Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:05.711Z] ---> Running in b319af7fda20 [2021-01-28T17:20:06.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:20:06.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:20:06.045Z] feaa472b3a06: Preparing [2021-01-28T17:20:06.045Z] b4444da663b4: Preparing [2021-01-28T17:20:06.045Z] b4f43cddde15: Preparing [2021-01-28T17:20:06.045Z] 525c6c64ef33: Preparing [2021-01-28T17:20:06.045Z] ade104f24067: Preparing [2021-01-28T17:20:06.045Z] 976c3c98a75e: Preparing [2021-01-28T17:20:06.045Z] 8f7c94140b60: Preparing [2021-01-28T17:20:06.045Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:20:06.045Z] fa1afe8e6ed9: Preparing [2021-01-28T17:20:06.045Z] 87a09b4c083e: Preparing [2021-01-28T17:20:06.045Z] 0f74e9ff2a61: Preparing [2021-01-28T17:20:06.045Z] b122376c33c6: Preparing [2021-01-28T17:20:06.045Z] f8381ed47b22: Preparing [2021-01-28T17:20:06.045Z] e934a737d657: Preparing [2021-01-28T17:20:06.045Z] 8f7c94140b60: Waiting [2021-01-28T17:20:06.045Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:20:06.045Z] fa1afe8e6ed9: Waiting [2021-01-28T17:20:06.045Z] 87a09b4c083e: Waiting [2021-01-28T17:20:06.045Z] 0f74e9ff2a61: Waiting [2021-01-28T17:20:06.045Z] b122376c33c6: Waiting [2021-01-28T17:20:06.045Z] f8381ed47b22: Waiting [2021-01-28T17:20:06.045Z] e934a737d657: Waiting [2021-01-28T17:20:06.045Z] 976c3c98a75e: Waiting [2021-01-28T17:20:06.045Z] b4444da663b4: Layer already exists [2021-01-28T17:20:06.045Z] feaa472b3a06: Layer already exists [2021-01-28T17:20:06.045Z] b4f43cddde15: Layer already exists [2021-01-28T17:20:06.045Z] 525c6c64ef33: Layer already exists [2021-01-28T17:20:06.045Z] ade104f24067: Layer already exists [2021-01-28T17:20:06.045Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:20:06.045Z] 87a09b4c083e: Layer already exists [2021-01-28T17:20:06.045Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:20:06.045Z] 8f7c94140b60: Layer already exists [2021-01-28T17:20:06.045Z] 976c3c98a75e: Layer already exists [2021-01-28T17:20:06.322Z] f8381ed47b22: Layer already exists [2021-01-28T17:20:06.322Z] b122376c33c6: Layer already exists [2021-01-28T17:20:06.322Z] e934a737d657: Layer already exists [2021-01-28T17:20:06.322Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:20:06.322Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:459428b247f79918ecb426c7512fb502cf0755ddacdc8df5389fe2b12fc69082 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:06.662Z] + 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-28T17:20:06.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-28T17:20:06.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:20:06.992Z] feaa472b3a06: Preparing [2021-01-28T17:20:06.992Z] b4444da663b4: Preparing [2021-01-28T17:20:06.992Z] b4f43cddde15: Preparing [2021-01-28T17:20:06.992Z] 525c6c64ef33: Preparing [2021-01-28T17:20:06.992Z] ade104f24067: Preparing [2021-01-28T17:20:06.992Z] 976c3c98a75e: Preparing [2021-01-28T17:20:06.992Z] 8f7c94140b60: Preparing [2021-01-28T17:20:06.992Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:20:06.992Z] fa1afe8e6ed9: Preparing [2021-01-28T17:20:06.992Z] 87a09b4c083e: Preparing [2021-01-28T17:20:06.992Z] 0f74e9ff2a61: Preparing [2021-01-28T17:20:06.992Z] b122376c33c6: Preparing [2021-01-28T17:20:06.992Z] f8381ed47b22: Preparing [2021-01-28T17:20:06.992Z] e934a737d657: Preparing [2021-01-28T17:20:06.992Z] 976c3c98a75e: Waiting [2021-01-28T17:20:06.992Z] 8f7c94140b60: Waiting [2021-01-28T17:20:06.992Z] 87a09b4c083e: Waiting [2021-01-28T17:20:06.992Z] 0f74e9ff2a61: Waiting [2021-01-28T17:20:06.992Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:20:06.992Z] b122376c33c6: Waiting [2021-01-28T17:20:06.992Z] fa1afe8e6ed9: Waiting [2021-01-28T17:20:06.992Z] f8381ed47b22: Waiting [2021-01-28T17:20:06.992Z] e934a737d657: Waiting [2021-01-28T17:20:06.992Z] b4f43cddde15: Layer already exists [2021-01-28T17:20:06.992Z] 525c6c64ef33: Layer already exists [2021-01-28T17:20:06.992Z] ade104f24067: Layer already exists [2021-01-28T17:20:06.992Z] feaa472b3a06: Layer already exists [2021-01-28T17:20:06.992Z] b4444da663b4: Layer already exists [2021-01-28T17:20:06.992Z] 87a09b4c083e: Layer already exists [2021-01-28T17:20:06.992Z] 976c3c98a75e: Layer already exists [2021-01-28T17:20:06.992Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:20:06.992Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:20:06.992Z] 8f7c94140b60: Layer already exists [2021-01-28T17:20:07.262Z] b122376c33c6: Layer already exists [2021-01-28T17:20:07.262Z] e934a737d657: Layer already exists [2021-01-28T17:20:07.262Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:20:07.262Z] f8381ed47b22: Layer already exists [2021-01-28T17:20:07.262Z] master: digest: sha256:459428b247f79918ecb426c7512fb502cf0755ddacdc8df5389fe2b12fc69082 size: 3252 [Pipeline] } [2021-01-28T17:20:07.314Z] Removing intermediate container b319af7fda20 [2021-01-28T17:20:07.314Z] ---> 996e585eb979 [2021-01-28T17:20:07.314Z] Step 15/23 : WORKDIR / [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:20:07.472Z] ===================================================== [Pipeline] echo [2021-01-28T17:20:07.522Z] taggedImages: [2021-01-28T17:20:07.522Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:20:07.522Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.63 [2021-01-28T17:20:07.522Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:20:07.522Z] - 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] } [2021-01-28T17:20:09.547Z] ---> Running in e883bf097ce7 [2021-01-28T17:20:09.908Z] Removing intermediate container 569dfb8e1782 [2021-01-28T17:20:09.908Z] ---> 87b52bb48900 [2021-01-28T17:20:10.206Z] [2021-01-28T17:20:10.206Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:20:10.206Z] ---> 389fef711851 [2021-01-28T17:20:10.206Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:20:10.817Z] ---> Running in a4730689faaf [2021-01-28T17:20:11.445Z] Removing intermediate container e883bf097ce7 [2021-01-28T17:20:11.445Z] ---> 8d38c3c31f46 [2021-01-28T17:20:11.445Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:20:12.466Z] Removing intermediate container a4730689faaf [2021-01-28T17:20:12.466Z] ---> b81a282eac78 [2021-01-28T17:20:12.466Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:20:14.172Z] ---> Running in 8799595fcf2d [2021-01-28T17:20:14.172Z] ---> 9e271244bd3b [2021-01-28T17:20:14.172Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:20:15.296Z] ---> e6fef6a33ea2 [2021-01-28T17:20:15.296Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:20:15.296Z] ---> 849f35d2cb96 [2021-01-28T17:20:15.296Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:20:15.694Z] ---> Running in 85cd55dc9d49 [2021-01-28T17:20:15.694Z] ---> Running in db863efc9548 [2021-01-28T17:20:15.694Z] ---> cbbdde3607b7 [2021-01-28T17:20:15.694Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:20:16.457Z] ---> Running in b476e768d816 [2021-01-28T17:20:16.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:20:16.457Z] ---> f16d01b44ae5 [2021-01-28T17:20:16.457Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:20:16.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:20:17.065Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:20:17.065Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:20:17.065Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:20:17.065Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:20:17.065Z] OK: 6 MiB in 17 packages [2021-01-28T17:20:17.736Z] ---> 75b76906ee7b [2021-01-28T17:20:17.736Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:20:17.736Z] ---> Running in 31de144f2d7e [2021-01-28T17:20:18.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:20:18.252Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:20:18.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:20:19.806Z] Removing intermediate container 31de144f2d7e [2021-01-28T17:20:19.806Z] ---> 5170c8dbe920 [2021-01-28T17:20:19.806Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:20:20.790Z] ---> Running in 08299f1cc094 [2021-01-28T17:20:21.722Z] Removing intermediate container 8799595fcf2d [2021-01-28T17:20:21.722Z] ---> 9592eda5dc47 [2021-01-28T17:20:21.722Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:20:22.081Z] ---> Running in ebdef5cca8be [2021-01-28T17:20:22.081Z] Removing intermediate container 08299f1cc094 [2021-01-28T17:20:22.081Z] ---> b43731a7c6d0 [2021-01-28T17:20:22.081Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:20:23.745Z] ---> Running in 5e8f24c2f611 [2021-01-28T17:20:23.745Z] Removing intermediate container ebdef5cca8be [2021-01-28T17:20:23.745Z] ---> fbf24eab2498 [2021-01-28T17:20:23.745Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:20:24.097Z] ---> Running in 78cd089781ee [2021-01-28T17:20:24.428Z] Removing intermediate container 5e8f24c2f611 [2021-01-28T17:20:24.428Z] ---> 2c02aa8e2400 [2021-01-28T17:20:24.428Z] Step 22/23 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:20:24.901Z] Removing intermediate container 78cd089781ee [2021-01-28T17:20:24.901Z] ---> 076366748664 [2021-01-28T17:20:24.901Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:20:24.901Z] ---> Running in e018d44b39ee [2021-01-28T17:20:25.767Z] ---> Running in fc1945e49828 [2021-01-28T17:20:26.974Z] Removing intermediate container e018d44b39ee [2021-01-28T17:20:26.974Z] ---> 938d8b5abc64 [2021-01-28T17:20:26.974Z] Step 23/23 : LABEL version=2.0.0-dev.63 [2021-01-28T17:20:28.803Z] ---> Running in 43cdfadb1094 [2021-01-28T17:20:29.530Z] Removing intermediate container 43cdfadb1094 [2021-01-28T17:20:29.530Z] ---> 0f375a12f3a5 [2021-01-28T17:20:29.530Z] [2021-01-28T17:20:31.693Z] Successfully built 0f375a12f3a5 [2021-01-28T17:20:31.693Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T17:20:33.803Z]  Building docker-core-metadata-go ... done Removing intermediate container fc1945e49828 [2021-01-28T17:20:33.803Z] ---> 773f53ed9e05 [2021-01-28T17:20:33.803Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:20:33.803Z] ---> Running in 246cb1e3db6b [2021-01-28T17:20:35.313Z] Removing intermediate container 246cb1e3db6b [2021-01-28T17:20:35.313Z] ---> 5b55bd57061c [2021-01-28T17:20:35.313Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:20:38.413Z] ---> 4d626e31ff22 [2021-01-28T17:20:38.413Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:20:39.074Z] ---> 70133c3f8d0c [2021-01-28T17:20:39.074Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:20:39.353Z] ---> Running in d3917dda7733 [2021-01-28T17:20:43.964Z] Removing intermediate container d3917dda7733 [2021-01-28T17:20:43.964Z] ---> f44de3a461b4 [2021-01-28T17:20:43.964Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:20:45.031Z] ---> 5fe34ef9faa0 [2021-01-28T17:20:45.031Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:20:47.268Z] ---> 0c98b6e01cff [2021-01-28T17:20:47.268Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:20:48.397Z] ---> 6f01effced22 [2021-01-28T17:20:48.397Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:20:49.929Z] ---> f912ec56f461 [2021-01-28T17:20:49.929Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:20:51.518Z] ---> 9f1a583f619c [2021-01-28T17:20:51.519Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:20:52.193Z] ---> Running in 9331ebf9deba [2021-01-28T17:20:53.220Z] Removing intermediate container 9331ebf9deba [2021-01-28T17:20:53.220Z] ---> 1d2f4149627b [2021-01-28T17:20:53.220Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:20:53.855Z] ---> 66b3b61aff72 [2021-01-28T17:20:53.856Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:20:54.197Z] ---> Running in bd4bc30154bb [2021-01-28T17:21:01.266Z] Removing intermediate container bd4bc30154bb [2021-01-28T17:21:01.266Z] ---> b7e787e6afc3 [2021-01-28T17:21:01.266Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:21:01.266Z] ---> Running in 6d3a4fc54733 [2021-01-28T17:21:01.563Z] Removing intermediate container 6d3a4fc54733 [2021-01-28T17:21:01.563Z] ---> a7bdbe50222c [2021-01-28T17:21:01.563Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:21:02.287Z] ---> Running in 550e9caa0c31 [2021-01-28T17:21:03.474Z] Removing intermediate container 550e9caa0c31 [2021-01-28T17:21:03.474Z] ---> c3efd802c5c6 [2021-01-28T17:21:03.474Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T17:21:03.864Z] ---> Running in 44dece905add [2021-01-28T17:21:05.482Z] Removing intermediate container 44dece905add [2021-01-28T17:21:05.482Z] ---> ad6a60fc1f12 [2021-01-28T17:21:05.482Z] Step 33/34 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:21:07.601Z] ---> Running in 88ca2b0913b1 [2021-01-28T17:21:08.410Z] Removing intermediate container 88ca2b0913b1 [2021-01-28T17:21:08.410Z] ---> 028dcdf7fd5f [2021-01-28T17:21:08.410Z] Step 34/34 : LABEL version=2.0.0-dev.63 [2021-01-28T17:21:09.263Z] ---> Running in e840ed9b0e97 [2021-01-28T17:21:10.447Z] Removing intermediate container e840ed9b0e97 [2021-01-28T17:21:10.447Z] ---> ab78cfb9b93d [2021-01-28T17:21:10.447Z] [2021-01-28T17:21:11.684Z] Successfully built ab78cfb9b93d [2021-01-28T17:21:11.966Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T17:21:17.827Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 85cd55dc9d49 [2021-01-28T17:21:17.827Z] ---> e3510d6a6681 [2021-01-28T17:21:17.827Z] [2021-01-28T17:21:17.827Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:21:17.827Z] Removing intermediate container b476e768d816 [2021-01-28T17:21:17.827Z] ---> dfa630b575e7 [2021-01-28T17:21:17.827Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:21:17.827Z] ---> 389fef711851 [2021-01-28T17:21:17.827Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:21:17.827Z] ---> Running in 565641b909b1 [2021-01-28T17:21:17.827Z] ---> Running in 88d52cf7a7cf [2021-01-28T17:21:19.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.63" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:21:19.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:19.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:19.633Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:21:19.633Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:21:19.633Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:19.633Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:21:19.633Z] OK: 6 MiB in 16 packages [2021-01-28T17:21:22.311Z] Removing intermediate container db863efc9548 [2021-01-28T17:21:22.311Z] ---> ab1eb7ccc79a [2021-01-28T17:21:22.311Z] [2021-01-28T17:21:22.311Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:21:22.311Z] ---> 389fef711851 [2021-01-28T17:21:22.311Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:21:22.311Z] Removing intermediate container 88d52cf7a7cf [2021-01-28T17:21:22.311Z] ---> 5d9549f7a967 [2021-01-28T17:21:22.311Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:21:22.311Z] ---> Running in 574ea31c295c [2021-01-28T17:21:22.311Z] ---> Running in 1cbcd3b5bbc4 [2021-01-28T17:21:22.932Z] Removing intermediate container 574ea31c295c [2021-01-28T17:21:22.932Z] ---> 18ec91135fb6 [2021-01-28T17:21:22.932Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:21:22.932Z] ---> Running in 2b5eb56293c4 [2021-01-28T17:21:22.932Z] Removing intermediate container 1cbcd3b5bbc4 [2021-01-28T17:21:22.932Z] ---> f5ef3446c744 [2021-01-28T17:21:22.932Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:21:22.932Z] Removing intermediate container 565641b909b1 [2021-01-28T17:21:22.932Z] ---> bcc3721d6271 [2021-01-28T17:21:22.932Z] [2021-01-28T17:21:22.932Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:21:23.218Z] ---> Running in 43c43d4eb69b [2021-01-28T17:21:23.218Z] 20.10.0: Pulling from library/docker [2021-01-28T17:21:23.218Z] Removing intermediate container 2b5eb56293c4 [2021-01-28T17:21:23.218Z] ---> 94abcf2d969e [2021-01-28T17:21:23.218Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:21:23.492Z] ---> Running in 93d9e5d19d9c [2021-01-28T17:21:23.799Z] Removing intermediate container 43c43d4eb69b [2021-01-28T17:21:23.799Z] ---> cc590376ac89 [2021-01-28T17:21:23.799Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:21:24.873Z] ---> Running in a406abddfb09 [2021-01-28T17:21:24.873Z] Removing intermediate container 93d9e5d19d9c [2021-01-28T17:21:24.873Z] ---> e38b4e8a7889 [2021-01-28T17:21:24.873Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:21:24.873Z] ---> Running in 3557171abf4a [2021-01-28T17:21:25.152Z] Removing intermediate container a406abddfb09 [2021-01-28T17:21:25.152Z] ---> 7fa4c578189b [2021-01-28T17:21:25.152Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:21:26.276Z] ---> 95af15778183 [2021-01-28T17:21:26.276Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:21:27.868Z] Removing intermediate container 3557171abf4a [2021-01-28T17:21:27.868Z] ---> be616751fc1e [2021-01-28T17:21:27.868Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:21:27.868Z] ---> 677c2c8f9151 [2021-01-28T17:21:27.868Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:28.203Z] ---> Running in 6d6d50a77f99 [2021-01-28T17:21:28.863Z] ---> 68271449edaa [2021-01-28T17:21:28.864Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:21:29.160Z] ---> Running in 7739b0059dde [2021-01-28T17:21:29.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:29.464Z] Removing intermediate container 7739b0059dde [2021-01-28T17:21:29.464Z] ---> 35abbca30618 [2021-01-28T17:21:29.464Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:21:29.750Z] ---> Running in 8a2760f56508 [2021-01-28T17:21:30.092Z] Removing intermediate container 8a2760f56508 [2021-01-28T17:21:30.092Z] ---> 02e8f23b9e17 [2021-01-28T17:21:30.092Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:21:30.092Z] ---> Running in f86a4bac7c50 [2021-01-28T17:21:30.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:30.713Z] Removing intermediate container f86a4bac7c50 [2021-01-28T17:21:30.713Z] ---> 7cdaa7993530 [2021-01-28T17:21:30.713Z] Step 21/22 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:21:31.042Z] ---> Running in 085cd2bf4bc1 [2021-01-28T17:21:31.042Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:21:31.042Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:21:31.341Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:21:31.341Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:21:31.633Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:21:31.633Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:21:31.938Z] Removing intermediate container 085cd2bf4bc1 [2021-01-28T17:21:31.938Z] ---> 7d1f59226ed6 [2021-01-28T17:21:31.938Z] Step 22/22 : LABEL version=2.0.0-dev.63 [2021-01-28T17:21:31.938Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:31.938Z] OK: 8 MiB in 20 packages [2021-01-28T17:21:31.938Z] ---> Running in ac5fbba52844 [2021-01-28T17:21:32.544Z] Removing intermediate container ac5fbba52844 [2021-01-28T17:21:32.544Z] ---> 5a72eb39f075 [2021-01-28T17:21:32.544Z] [2021-01-28T17:21:33.184Z] Successfully built 5a72eb39f075 [2021-01-28T17:21:33.184Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T17:21:33.184Z]  Building docker-support-notifications-go ... done Removing intermediate container 6d6d50a77f99 [2021-01-28T17:21:33.184Z] ---> bddb252a7bd1 [2021-01-28T17:21:33.184Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:21:34.180Z] ---> 05ba29c22184 [2021-01-28T17:21:34.180Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:21:35.193Z] ---> 9351b47614c7 [2021-01-28T17:21:35.193Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:36.659Z] ---> a87bdf75d4ca [2021-01-28T17:21:36.659Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:21:37.064Z] ---> Running in a657c3abb39b [2021-01-28T17:21:37.951Z] Removing intermediate container a657c3abb39b [2021-01-28T17:21:37.951Z] ---> 7cebd67538c9 [2021-01-28T17:21:37.951Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:21:37.951Z] ---> Running in b93d343e98f4 [2021-01-28T17:21:38.274Z] Removing intermediate container b93d343e98f4 [2021-01-28T17:21:38.274Z] ---> 1243e1990002 [2021-01-28T17:21:38.274Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:21:38.561Z] ---> Running in dff430b68b01 [2021-01-28T17:21:38.561Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:21:38.561Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:21:38.561Z] ---> aefe523efa57 [2021-01-28T17:21:38.561Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:21:38.561Z] ---> Running in a75b768adf32 [2021-01-28T17:21:38.854Z] Removing intermediate container dff430b68b01 [2021-01-28T17:21:38.854Z] ---> 516a3cb7e4cd [2021-01-28T17:21:38.854Z] Step 22/23 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:21:38.854Z] ---> Running in 347acd1d9972 [2021-01-28T17:21:39.515Z] Removing intermediate container 347acd1d9972 [2021-01-28T17:21:39.515Z] ---> ab4fd40e6356 [2021-01-28T17:21:39.515Z] Step 23/23 : LABEL version=2.0.0-dev.63 [2021-01-28T17:21:39.515Z] ---> Running in acdf4f15da75 [2021-01-28T17:21:39.801Z] Removing intermediate container acdf4f15da75 [2021-01-28T17:21:39.801Z] ---> 94339259b379 [2021-01-28T17:21:39.801Z] [2021-01-28T17:21:40.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:40.072Z] Successfully built 94339259b379 [2021-01-28T17:21:40.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:40.072Z] Successfully tagged docker-core-data-go:latest [2021-01-28T17:21:40.372Z]  Building docker-core-data-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:21:40.372Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:21:40.372Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:21:40.372Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:40.372Z] OK: 12 MiB in 22 packages [2021-01-28T17:21:41.904Z] Removing intermediate container a75b768adf32 [2021-01-28T17:21:41.904Z] ---> aaa667cf005f [2021-01-28T17:21:41.904Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:21:41.904Z] ---> Running in 6206960af7bc [2021-01-28T17:21:42.180Z] Removing intermediate container 6206960af7bc [2021-01-28T17:21:42.180Z] ---> 054ecb39cc12 [2021-01-28T17:21:42.180Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:21:42.180Z] ---> Running in 9b987ba82886 [2021-01-28T17:21:42.830Z] Removing intermediate container 9b987ba82886 [2021-01-28T17:21:42.830Z] ---> c4d00ab08f80 [2021-01-28T17:21:42.830Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:21:42.830Z] ---> Running in 2a9c70569a93 [2021-01-28T17:21:43.568Z] Removing intermediate container 2a9c70569a93 [2021-01-28T17:21:43.568Z] ---> 3876d6150819 [2021-01-28T17:21:43.568Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:21:44.555Z] ---> f5e535180573 [2021-01-28T17:21:44.555Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:45.638Z] ---> 02039fe8e5fc [2021-01-28T17:21:45.638Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:21:46.305Z] ---> d5cee153ddd7 [2021-01-28T17:21:46.305Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:21:46.305Z] ---> Running in 288cfa9f3754 [2021-01-28T17:21:48.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:48.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:48.410Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:21:48.410Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:21:48.410Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:21:48.410Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:21:48.410Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:21:48.410Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:21:48.679Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:21:50.120Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:21:50.120Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:21:50.120Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:21:50.120Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:21:50.120Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:21:50.120Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:21:50.120Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:21:50.120Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:21:50.401Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:21:50.401Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:21:50.401Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:21:50.401Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:21:50.401Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:21:50.401Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:21:50.401Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:21:50.401Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:21:50.706Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:21:50.706Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:21:50.706Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:21:50.706Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:21:50.706Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:21:50.706Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:21:50.706Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:21:50.706Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:21:50.706Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:21:50.706Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:21:50.995Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:50.995Z] OK: 71 MiB in 55 packages [2021-01-28T17:22:03.452Z] Removing intermediate container 288cfa9f3754 [2021-01-28T17:22:03.452Z] ---> 035c97a7b8cf [2021-01-28T17:22:03.452Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:22:03.452Z] ---> Running in 1a7fc2f9ad43 [2021-01-28T17:22:04.451Z] Collecting docker-compose==1.23.2 [2021-01-28T17:22:04.451Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:22:04.724Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:22:04.724Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:22:05.018Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:22:05.296Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:22:05.583Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:22:05.583Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:22:07.052Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:22:07.052Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:22:07.334Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:22:07.334Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:22:08.347Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:22:08.347Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:22:08.347Z] 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-28T17:22:08.347Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:22:08.347Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:22:08.961Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:22:08.961Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:22:10.456Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:22:10.456Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:22:11.069Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:22:11.069Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:22:11.367Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:22:11.367Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:22:11.367Z] 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-28T17:22:11.680Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:22:11.680Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:22:11.967Z] 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-28T17:22:11.967Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:22:11.967Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:22:11.967Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:22:11.967Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:22:12.240Z] Installing collected packages: jsonschema, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, cached-property, PyYAML, docopt, docker-compose [2021-01-28T17:22:12.566Z] Attempting uninstall: idna [2021-01-28T17:22:12.566Z] Found existing installation: idna 2.9 [2021-01-28T17:22:12.566Z] Uninstalling idna-2.9: [2021-01-28T17:22:12.566Z] Successfully uninstalled idna-2.9 [2021-01-28T17:22:12.566Z] Attempting uninstall: urllib3 [2021-01-28T17:22:12.566Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:22:12.566Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:22:12.883Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:22:13.153Z] Attempting uninstall: requests [2021-01-28T17:22:13.153Z] Found existing installation: requests 2.23.0 [2021-01-28T17:22:13.153Z] Uninstalling requests-2.23.0: [2021-01-28T17:22:13.153Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:22:13.745Z] Running setup.py install for dockerpty: started [2021-01-28T17:22:14.748Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:22:14.748Z] Running setup.py install for texttable: started [2021-01-28T17:22:15.797Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:22:15.797Z] Running setup.py install for PyYAML: started [2021-01-28T17:22:16.907Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:22:16.908Z] Running setup.py install for docopt: started [2021-01-28T17:22:17.516Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:22:18.144Z] 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-28T17:22:21.675Z] Removing intermediate container 1a7fc2f9ad43 [2021-01-28T17:22:21.676Z] ---> cb69f26680fc [2021-01-28T17:22:21.676Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:22:22.273Z] ---> Running in e634cda449d3 [2021-01-28T17:22:23.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:22:23.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:22:24.080Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:22:24.081Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:22:24.081Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:22:24.365Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:22:24.365Z] OK: 72 MiB in 58 packages [2021-01-28T17:22:25.916Z] Removing intermediate container e634cda449d3 [2021-01-28T17:22:25.916Z] ---> 034d8b973f2d [2021-01-28T17:22:25.916Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:22:25.916Z] ---> Running in 126b38eb23d5 [2021-01-28T17:22:26.538Z] Removing intermediate container 126b38eb23d5 [2021-01-28T17:22:26.538Z] ---> dcc71c94f495 [2021-01-28T17:22:26.538Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:22:26.538Z] ---> Running in 8351fa798040 [2021-01-28T17:22:27.205Z] Removing intermediate container 8351fa798040 [2021-01-28T17:22:27.205Z] ---> 07fe27f58da6 [2021-01-28T17:22:27.205Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T17:22:27.543Z] ---> Running in bd8fbf7e75a6 [2021-01-28T17:22:27.855Z] Removing intermediate container bd8fbf7e75a6 [2021-01-28T17:22:27.855Z] ---> 4c8be690179a [2021-01-28T17:22:27.855Z] Step 25/26 : LABEL git_sha=43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:28.150Z] ---> Running in 15ab8b9fd081 [2021-01-28T17:22:28.456Z] Removing intermediate container 15ab8b9fd081 [2021-01-28T17:22:28.456Z] ---> 4754d26523a0 [2021-01-28T17:22:28.456Z] Step 26/26 : LABEL version=2.0.0-dev.63 [2021-01-28T17:22:28.456Z] ---> Running in d5e30ff108b9 [2021-01-28T17:22:29.141Z] Removing intermediate container d5e30ff108b9 [2021-01-28T17:22:29.141Z] ---> d4def53b585a [2021-01-28T17:22:29.141Z] [2021-01-28T17:22:29.439Z] Successfully built d4def53b585a [2021-01-28T17:22:29.439Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T17:22:30.148Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T17:22:30.262Z] $ docker stop --time=1 2aaf17859d9630905d26f137395e17abd46bef86c31bfaee9de13097fea9e31f [2021-01-28T17:22:32.759Z] $ docker rm -f 2aaf17859d9630905d26f137395e17abd46bef86c31bfaee9de13097fea9e31f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:22:33.943Z] + grep docker [2021-01-28T17:22:33.943Z] + docker images [2021-01-28T17:22:34.733Z] docker-sys-mgmt-agent-go latest d4def53b585a 6 seconds ago 313MB [2021-01-28T17:22:34.733Z] docker-core-data-go latest 94339259b379 55 seconds ago 22.3MB [2021-01-28T17:22:34.733Z] docker-support-notifications-go latest 5a72eb39f075 About a minute ago 16.9MB [2021-01-28T17:22:34.733Z] docker-security-bootstrapper-go latest ab78cfb9b93d About a minute ago 33.5MB [2021-01-28T17:22:34.733Z] docker-core-metadata-go latest 0f375a12f3a5 2 minutes ago 18.8MB [2021-01-28T17:22:34.733Z] docker-security-secretstore-setup-go latest cbf48bfe655f 4 minutes ago 24.6MB [2021-01-28T17:22:34.733Z] docker-core-command-go latest 67e731712e6f 5 minutes ago 16.9MB [2021-01-28T17:22:34.733Z] docker-security-proxy-setup-go latest 48d5de989889 5 minutes ago 24.4MB [2021-01-28T17:22:34.733Z] docker-support-scheduler-go latest e0eb6b2925ac 5 minutes ago 16.4MB [2021-01-28T17:22:34.733Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:22:35.302Z] provisioning config files... [2021-01-28T17:22:35.432Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/326@tmp/config1148093148024937599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:22:35.965Z] ---> docker-login.sh [2021-01-28T17:22:35.965Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:22:36.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:22:36.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:22:36.950Z] Configure a credential helper to remove this warning. See [2021-01-28T17:22:36.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:22:36.950Z] [2021-01-28T17:22:36.950Z] Login Succeeded [2021-01-28T17:22:36.950Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:22:37.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:22:37.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:22:37.228Z] Configure a credential helper to remove this warning. See [2021-01-28T17:22:37.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:22:37.228Z] [2021-01-28T17:22:37.228Z] Login Succeeded [2021-01-28T17:22:37.228Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:22:37.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:22:37.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:22:37.841Z] Configure a credential helper to remove this warning. See [2021-01-28T17:22:37.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:22:37.841Z] [2021-01-28T17:22:37.841Z] Login Succeeded [2021-01-28T17:22:37.841Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:22:38.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:22:38.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:22:38.398Z] Configure a credential helper to remove this warning. See [2021-01-28T17:22:38.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:22:38.398Z] [2021-01-28T17:22:38.398Z] Login Succeeded [2021-01-28T17:22:38.398Z] docker.io [2021-01-28T17:22:38.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:22:38.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:22:38.960Z] Configure a credential helper to remove this warning. See [2021-01-28T17:22:38.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:22:38.960Z] [2021-01-28T17:22:38.960Z] Login Succeeded [2021-01-28T17:22:38.960Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:22:38.977Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:22:39.239Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-28T17:22:39.239Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:39.239Z] 2.0.0-dev.63 [2021-01-28T17:22:39.239Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:22:39.239Z] master [2021-01-28T17:22:39.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:39.760Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:40.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:40.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:22:40.094Z] 1ac5f6c78e6e: Preparing [2021-01-28T17:22:40.094Z] 3616919982ac: Preparing [2021-01-28T17:22:40.094Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:40.094Z] a5e196c8fad4: Preparing [2021-01-28T17:22:40.094Z] 777b2c648970: Preparing [2021-01-28T17:22:40.094Z] 777b2c648970: Layer already exists [2021-01-28T17:22:40.363Z] a5e196c8fad4: Pushed [2021-01-28T17:22:40.363Z] 0a02b4ff47f5: Pushed [2021-01-28T17:22:40.363Z] 1ac5f6c78e6e: Pushed [2021-01-28T17:22:41.809Z] 3616919982ac: Pushed [2021-01-28T17:22:42.103Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:a1dcbe02e448a239f16561db5758d8284bf2366074449081a742cf89d47b0af8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:42.534Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:43.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.63 [2021-01-28T17:22:43.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:22:43.486Z] 1ac5f6c78e6e: Preparing [2021-01-28T17:22:43.486Z] 3616919982ac: Preparing [2021-01-28T17:22:43.486Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:43.486Z] a5e196c8fad4: Preparing [2021-01-28T17:22:43.486Z] 777b2c648970: Preparing [2021-01-28T17:22:43.486Z] a5e196c8fad4: Layer already exists [2021-01-28T17:22:43.486Z] 3616919982ac: Layer already exists [2021-01-28T17:22:43.486Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:43.486Z] 1ac5f6c78e6e: Layer already exists [2021-01-28T17:22:43.486Z] 777b2c648970: Layer already exists [2021-01-28T17:22:43.486Z] 2.0.0-dev.63: digest: sha256:a1dcbe02e448a239f16561db5758d8284bf2366074449081a742cf89d47b0af8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:43.833Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:44.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:22:44.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:22:44.768Z] 1ac5f6c78e6e: Preparing [2021-01-28T17:22:44.768Z] 3616919982ac: Preparing [2021-01-28T17:22:44.768Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:44.768Z] a5e196c8fad4: Preparing [2021-01-28T17:22:44.768Z] 777b2c648970: Preparing [2021-01-28T17:22:44.768Z] a5e196c8fad4: Layer already exists [2021-01-28T17:22:44.768Z] 1ac5f6c78e6e: Layer already exists [2021-01-28T17:22:44.768Z] 777b2c648970: Layer already exists [2021-01-28T17:22:44.768Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:44.768Z] 3616919982ac: Layer already exists [2021-01-28T17:22:45.096Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:a1dcbe02e448a239f16561db5758d8284bf2366074449081a742cf89d47b0af8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:45.799Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:46.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-28T17:22:46.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:22:46.166Z] 1ac5f6c78e6e: Preparing [2021-01-28T17:22:46.166Z] 3616919982ac: Preparing [2021-01-28T17:22:46.166Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:46.166Z] a5e196c8fad4: Preparing [2021-01-28T17:22:46.166Z] 777b2c648970: Preparing [2021-01-28T17:22:46.455Z] 1ac5f6c78e6e: Layer already exists [2021-01-28T17:22:46.455Z] 3616919982ac: Layer already exists [2021-01-28T17:22:46.455Z] a5e196c8fad4: Layer already exists [2021-01-28T17:22:46.455Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:46.455Z] 777b2c648970: Layer already exists [2021-01-28T17:22:46.455Z] master: digest: sha256:a1dcbe02e448a239f16561db5758d8284bf2366074449081a742cf89d47b0af8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:22:46.687Z] ===================================================== [Pipeline] echo [2021-01-28T17:22:46.742Z] taggedImages: [2021-01-28T17:22:46.742Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:46.742Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.63 [2021-01-28T17:22:46.742Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:22:46.742Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-28T17:22:46.824Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-28T17:22:46.824Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:46.824Z] 2.0.0-dev.63 [2021-01-28T17:22:46.824Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:22:46.824Z] master [2021-01-28T17:22:46.824Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:47.375Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:48.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:48.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:22:48.363Z] 168273855a96: Preparing [2021-01-28T17:22:48.363Z] dc9110722fb8: Preparing [2021-01-28T17:22:48.363Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:48.363Z] d61001d5a785: Preparing [2021-01-28T17:22:48.363Z] d6d843e636e0: Preparing [2021-01-28T17:22:48.363Z] 777b2c648970: Preparing [2021-01-28T17:22:48.363Z] 777b2c648970: Waiting [2021-01-28T17:22:48.363Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:48.363Z] 777b2c648970: Layer already exists [2021-01-28T17:22:48.720Z] d6d843e636e0: Pushed [2021-01-28T17:22:48.720Z] 168273855a96: Pushed [2021-01-28T17:22:49.038Z] d61001d5a785: Pushed [2021-01-28T17:22:50.503Z] dc9110722fb8: Pushed [2021-01-28T17:22:50.768Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:6d9407cf2510250f32e8b35d269568a500df3f656c9a44adebc022fdd3676143 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:51.090Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:51.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.63 [2021-01-28T17:22:51.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:22:51.437Z] 168273855a96: Preparing [2021-01-28T17:22:51.437Z] dc9110722fb8: Preparing [2021-01-28T17:22:51.437Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:51.437Z] d61001d5a785: Preparing [2021-01-28T17:22:51.437Z] d6d843e636e0: Preparing [2021-01-28T17:22:51.437Z] 777b2c648970: Preparing [2021-01-28T17:22:51.437Z] 777b2c648970: Waiting [2021-01-28T17:22:51.437Z] d61001d5a785: Layer already exists [2021-01-28T17:22:51.437Z] dc9110722fb8: Layer already exists [2021-01-28T17:22:51.437Z] 168273855a96: Layer already exists [2021-01-28T17:22:51.437Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:51.437Z] d6d843e636e0: Layer already exists [2021-01-28T17:22:51.437Z] 777b2c648970: Layer already exists [2021-01-28T17:22:51.437Z] 2.0.0-dev.63: digest: sha256:6d9407cf2510250f32e8b35d269568a500df3f656c9a44adebc022fdd3676143 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:51.782Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:52.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:22:52.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:22:52.140Z] 168273855a96: Preparing [2021-01-28T17:22:52.140Z] dc9110722fb8: Preparing [2021-01-28T17:22:52.140Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:52.140Z] d61001d5a785: Preparing [2021-01-28T17:22:52.140Z] d6d843e636e0: Preparing [2021-01-28T17:22:52.140Z] 777b2c648970: Preparing [2021-01-28T17:22:52.140Z] 777b2c648970: Waiting [2021-01-28T17:22:52.415Z] 168273855a96: Layer already exists [2021-01-28T17:22:52.415Z] d6d843e636e0: Layer already exists [2021-01-28T17:22:52.415Z] d61001d5a785: Layer already exists [2021-01-28T17:22:52.415Z] dc9110722fb8: Layer already exists [2021-01-28T17:22:52.415Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:52.415Z] 777b2c648970: Layer already exists [2021-01-28T17:22:52.415Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:6d9407cf2510250f32e8b35d269568a500df3f656c9a44adebc022fdd3676143 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:52.864Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:53.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-28T17:22:53.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:22:53.571Z] 168273855a96: Preparing [2021-01-28T17:22:53.571Z] dc9110722fb8: Preparing [2021-01-28T17:22:53.571Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:53.571Z] d61001d5a785: Preparing [2021-01-28T17:22:53.571Z] d6d843e636e0: Preparing [2021-01-28T17:22:53.571Z] 777b2c648970: Preparing [2021-01-28T17:22:53.571Z] 777b2c648970: Waiting [2021-01-28T17:22:53.571Z] dc9110722fb8: Layer already exists [2021-01-28T17:22:53.571Z] 168273855a96: Layer already exists [2021-01-28T17:22:53.571Z] d6d843e636e0: Layer already exists [2021-01-28T17:22:53.571Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:53.571Z] d61001d5a785: Layer already exists [2021-01-28T17:22:53.841Z] 777b2c648970: Layer already exists [2021-01-28T17:22:53.841Z] master: digest: sha256:6d9407cf2510250f32e8b35d269568a500df3f656c9a44adebc022fdd3676143 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:22:54.221Z] ===================================================== [Pipeline] echo [2021-01-28T17:22:54.271Z] taggedImages: [2021-01-28T17:22:54.271Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:54.271Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.63 [2021-01-28T17:22:54.271Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:22:54.271Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-28T17:22:54.337Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-28T17:22:54.337Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:54.337Z] 2.0.0-dev.63 [2021-01-28T17:22:54.337Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:22:54.337Z] master [2021-01-28T17:22:54.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:55.111Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:55.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:22:55.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:22:55.451Z] 43f3e8234928: Preparing [2021-01-28T17:22:55.451Z] 0983af933ce4: Preparing [2021-01-28T17:22:55.451Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:55.451Z] a5e196c8fad4: Preparing [2021-01-28T17:22:55.451Z] 777b2c648970: Preparing [2021-01-28T17:22:55.826Z] 777b2c648970: Layer already exists [2021-01-28T17:22:55.826Z] a5e196c8fad4: Layer already exists [2021-01-28T17:22:55.826Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:55.826Z] 43f3e8234928: Pushed [2021-01-28T17:22:58.500Z] 0983af933ce4: Pushed [2021-01-28T17:22:58.500Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:1cd8d0c4385d4b3edcfd7a98543e65beda6bfd1cc4b1c1228b79e40e3d9bf181 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:58.875Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:22:59.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.63 [2021-01-28T17:22:59.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:22:59.777Z] 43f3e8234928: Preparing [2021-01-28T17:22:59.777Z] 0983af933ce4: Preparing [2021-01-28T17:22:59.777Z] 0a02b4ff47f5: Preparing [2021-01-28T17:22:59.777Z] a5e196c8fad4: Preparing [2021-01-28T17:22:59.777Z] 777b2c648970: Preparing [2021-01-28T17:22:59.777Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:22:59.777Z] 777b2c648970: Layer already exists [2021-01-28T17:22:59.777Z] 0983af933ce4: Layer already exists [2021-01-28T17:22:59.777Z] a5e196c8fad4: Layer already exists [2021-01-28T17:22:59.777Z] 43f3e8234928: Layer already exists [2021-01-28T17:22:59.777Z] 2.0.0-dev.63: digest: sha256:1cd8d0c4385d4b3edcfd7a98543e65beda6bfd1cc4b1c1228b79e40e3d9bf181 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:00.434Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:00.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:00.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:23:00.763Z] 43f3e8234928: Preparing [2021-01-28T17:23:00.763Z] 0983af933ce4: Preparing [2021-01-28T17:23:00.763Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:00.763Z] a5e196c8fad4: Preparing [2021-01-28T17:23:00.763Z] 777b2c648970: Preparing [2021-01-28T17:23:01.060Z] 777b2c648970: Layer already exists [2021-01-28T17:23:01.060Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:01.060Z] 0983af933ce4: Layer already exists [2021-01-28T17:23:01.060Z] a5e196c8fad4: Layer already exists [2021-01-28T17:23:01.060Z] 43f3e8234928: Layer already exists [2021-01-28T17:23:01.060Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:1cd8d0c4385d4b3edcfd7a98543e65beda6bfd1cc4b1c1228b79e40e3d9bf181 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:01.476Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:02.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-28T17:23:02.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:23:02.488Z] 43f3e8234928: Preparing [2021-01-28T17:23:02.488Z] 0983af933ce4: Preparing [2021-01-28T17:23:02.488Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:02.488Z] a5e196c8fad4: Preparing [2021-01-28T17:23:02.488Z] 777b2c648970: Preparing [2021-01-28T17:23:02.488Z] 777b2c648970: Layer already exists [2021-01-28T17:23:02.488Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:02.488Z] a5e196c8fad4: Layer already exists [2021-01-28T17:23:02.488Z] 0983af933ce4: Layer already exists [2021-01-28T17:23:02.488Z] 43f3e8234928: Layer already exists [2021-01-28T17:23:02.488Z] master: digest: sha256:1cd8d0c4385d4b3edcfd7a98543e65beda6bfd1cc4b1c1228b79e40e3d9bf181 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:23:02.727Z] ===================================================== [Pipeline] echo [2021-01-28T17:23:02.776Z] taggedImages: [2021-01-28T17:23:02.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:02.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.63 [2021-01-28T17:23:02.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:02.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-28T17:23:02.839Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-28T17:23:02.839Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:02.839Z] 2.0.0-dev.63 [2021-01-28T17:23:02.839Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:02.839Z] master [2021-01-28T17:23:02.839Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:03.412Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:04.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:04.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:23:04.410Z] 8c729e0c26be: Preparing [2021-01-28T17:23:04.410Z] 8c729e0c26be: Preparing [2021-01-28T17:23:04.410Z] 3d4adba58cbb: Preparing [2021-01-28T17:23:04.410Z] 2962b17800f3: Preparing [2021-01-28T17:23:04.410Z] 1054ca47ab5d: Preparing [2021-01-28T17:23:04.410Z] c2ed39d88ef2: Preparing [2021-01-28T17:23:04.410Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:04.410Z] 4be5e859d063: Preparing [2021-01-28T17:23:04.410Z] 4be5e859d063: Preparing [2021-01-28T17:23:04.410Z] decb26313447: Preparing [2021-01-28T17:23:04.410Z] 19c98524b6e2: Preparing [2021-01-28T17:23:04.410Z] 4a6764c01c33: Preparing [2021-01-28T17:23:04.410Z] 777b2c648970: Preparing [2021-01-28T17:23:04.410Z] 0a02b4ff47f5: Waiting [2021-01-28T17:23:04.410Z] 4be5e859d063: Waiting [2021-01-28T17:23:04.410Z] decb26313447: Waiting [2021-01-28T17:23:04.410Z] 19c98524b6e2: Waiting [2021-01-28T17:23:04.410Z] 4a6764c01c33: Waiting [2021-01-28T17:23:04.410Z] 777b2c648970: Waiting [2021-01-28T17:23:04.713Z] 3d4adba58cbb: Pushed [2021-01-28T17:23:04.713Z] 8c729e0c26be: Pushed [2021-01-28T17:23:04.713Z] 1054ca47ab5d: Pushed [2021-01-28T17:23:05.018Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:05.018Z] 4be5e859d063: Pushed [2021-01-28T17:23:05.293Z] 19c98524b6e2: Pushed [2021-01-28T17:23:05.908Z] 777b2c648970: Layer already exists [2021-01-28T17:23:05.908Z] 4a6764c01c33: Pushed [2021-01-28T17:23:06.539Z] 2962b17800f3: Pushed [2021-01-28T17:23:06.539Z] c2ed39d88ef2: Pushed [2021-01-28T17:23:06.826Z] decb26313447: Pushed [2021-01-28T17:23:07.095Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:44c693680ff8b6d5acc73c50270d934907c6107ef87a60573df5ae38ce2517d9 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:07.434Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:07.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.63 [2021-01-28T17:23:08.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:23:08.125Z] 8c729e0c26be: Preparing [2021-01-28T17:23:08.125Z] 8c729e0c26be: Preparing [2021-01-28T17:23:08.125Z] 3d4adba58cbb: Preparing [2021-01-28T17:23:08.125Z] 2962b17800f3: Preparing [2021-01-28T17:23:08.125Z] 1054ca47ab5d: Preparing [2021-01-28T17:23:08.125Z] c2ed39d88ef2: Preparing [2021-01-28T17:23:08.125Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:08.125Z] 4be5e859d063: Preparing [2021-01-28T17:23:08.125Z] 4be5e859d063: Preparing [2021-01-28T17:23:08.125Z] decb26313447: Preparing [2021-01-28T17:23:08.125Z] 19c98524b6e2: Preparing [2021-01-28T17:23:08.125Z] 4a6764c01c33: Preparing [2021-01-28T17:23:08.125Z] 777b2c648970: Preparing [2021-01-28T17:23:08.125Z] 0a02b4ff47f5: Waiting [2021-01-28T17:23:08.125Z] 4be5e859d063: Waiting [2021-01-28T17:23:08.125Z] decb26313447: Waiting [2021-01-28T17:23:08.125Z] 19c98524b6e2: Waiting [2021-01-28T17:23:08.125Z] 4a6764c01c33: Waiting [2021-01-28T17:23:08.125Z] 777b2c648970: Waiting [2021-01-28T17:23:08.125Z] 1054ca47ab5d: Layer already exists [2021-01-28T17:23:08.125Z] 8c729e0c26be: Layer already exists [2021-01-28T17:23:08.481Z] 3d4adba58cbb: Layer already exists [2021-01-28T17:23:08.481Z] c2ed39d88ef2: Layer already exists [2021-01-28T17:23:08.481Z] 2962b17800f3: Layer already exists [2021-01-28T17:23:08.481Z] 4be5e859d063: Layer already exists [2021-01-28T17:23:08.481Z] 19c98524b6e2: Layer already exists [2021-01-28T17:23:08.481Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:08.481Z] decb26313447: Layer already exists [2021-01-28T17:23:08.481Z] 4a6764c01c33: Layer already exists [2021-01-28T17:23:08.481Z] 777b2c648970: Layer already exists [2021-01-28T17:23:08.481Z] 2.0.0-dev.63: digest: sha256:44c693680ff8b6d5acc73c50270d934907c6107ef87a60573df5ae38ce2517d9 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:08.825Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:09.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:09.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:23:09.170Z] 8c729e0c26be: Preparing [2021-01-28T17:23:09.170Z] 8c729e0c26be: Preparing [2021-01-28T17:23:09.170Z] 3d4adba58cbb: Preparing [2021-01-28T17:23:09.170Z] 2962b17800f3: Preparing [2021-01-28T17:23:09.170Z] 1054ca47ab5d: Preparing [2021-01-28T17:23:09.170Z] c2ed39d88ef2: Preparing [2021-01-28T17:23:09.170Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:09.170Z] 4be5e859d063: Preparing [2021-01-28T17:23:09.170Z] 4be5e859d063: Preparing [2021-01-28T17:23:09.170Z] decb26313447: Preparing [2021-01-28T17:23:09.170Z] 19c98524b6e2: Preparing [2021-01-28T17:23:09.170Z] 4a6764c01c33: Preparing [2021-01-28T17:23:09.170Z] 777b2c648970: Preparing [2021-01-28T17:23:09.171Z] 0a02b4ff47f5: Waiting [2021-01-28T17:23:09.171Z] 4be5e859d063: Waiting [2021-01-28T17:23:09.171Z] decb26313447: Waiting [2021-01-28T17:23:09.171Z] 19c98524b6e2: Waiting [2021-01-28T17:23:09.171Z] 4a6764c01c33: Waiting [2021-01-28T17:23:09.171Z] 777b2c648970: Waiting [2021-01-28T17:23:09.171Z] 8c729e0c26be: Layer already exists [2021-01-28T17:23:09.171Z] 2962b17800f3: Layer already exists [2021-01-28T17:23:09.171Z] c2ed39d88ef2: Layer already exists [2021-01-28T17:23:09.171Z] 1054ca47ab5d: Layer already exists [2021-01-28T17:23:09.171Z] 3d4adba58cbb: Layer already exists [2021-01-28T17:23:09.441Z] 4be5e859d063: Layer already exists [2021-01-28T17:23:09.441Z] decb26313447: Layer already exists [2021-01-28T17:23:09.441Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:09.441Z] 19c98524b6e2: Layer already exists [2021-01-28T17:23:09.441Z] 4a6764c01c33: Layer already exists [2021-01-28T17:23:09.441Z] 777b2c648970: Layer already exists [2021-01-28T17:23:09.441Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:44c693680ff8b6d5acc73c50270d934907c6107ef87a60573df5ae38ce2517d9 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:09.841Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:10.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-28T17:23:10.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:23:10.202Z] 8c729e0c26be: Preparing [2021-01-28T17:23:10.202Z] 8c729e0c26be: Preparing [2021-01-28T17:23:10.202Z] 3d4adba58cbb: Preparing [2021-01-28T17:23:10.202Z] 2962b17800f3: Preparing [2021-01-28T17:23:10.202Z] 1054ca47ab5d: Preparing [2021-01-28T17:23:10.202Z] c2ed39d88ef2: Preparing [2021-01-28T17:23:10.202Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:10.202Z] 4be5e859d063: Preparing [2021-01-28T17:23:10.202Z] 4be5e859d063: Preparing [2021-01-28T17:23:10.202Z] decb26313447: Preparing [2021-01-28T17:23:10.202Z] 19c98524b6e2: Preparing [2021-01-28T17:23:10.202Z] 4a6764c01c33: Preparing [2021-01-28T17:23:10.202Z] 777b2c648970: Preparing [2021-01-28T17:23:10.202Z] 4be5e859d063: Waiting [2021-01-28T17:23:10.202Z] decb26313447: Waiting [2021-01-28T17:23:10.202Z] 19c98524b6e2: Waiting [2021-01-28T17:23:10.202Z] 4a6764c01c33: Waiting [2021-01-28T17:23:10.202Z] 777b2c648970: Waiting [2021-01-28T17:23:10.202Z] 0a02b4ff47f5: Waiting [2021-01-28T17:23:10.202Z] 3d4adba58cbb: Layer already exists [2021-01-28T17:23:10.202Z] 1054ca47ab5d: Layer already exists [2021-01-28T17:23:10.202Z] c2ed39d88ef2: Layer already exists [2021-01-28T17:23:10.202Z] 8c729e0c26be: Layer already exists [2021-01-28T17:23:10.202Z] 2962b17800f3: Layer already exists [2021-01-28T17:23:10.479Z] 4be5e859d063: Layer already exists [2021-01-28T17:23:10.479Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:10.479Z] 4a6764c01c33: Layer already exists [2021-01-28T17:23:10.479Z] 19c98524b6e2: Layer already exists [2021-01-28T17:23:10.479Z] decb26313447: Layer already exists [2021-01-28T17:23:10.479Z] 777b2c648970: Layer already exists [2021-01-28T17:23:10.479Z] master: digest: sha256:44c693680ff8b6d5acc73c50270d934907c6107ef87a60573df5ae38ce2517d9 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:23:10.708Z] ===================================================== [Pipeline] echo [2021-01-28T17:23:10.777Z] taggedImages: [2021-01-28T17:23:10.777Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:10.777Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.63 [2021-01-28T17:23:10.777Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:10.777Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-01-28T17:23:10.872Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-28T17:23:10.872Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:10.872Z] 2.0.0-dev.63 [2021-01-28T17:23:10.872Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:10.872Z] master [2021-01-28T17:23:10.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:11.438Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:11.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:11.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:23:11.833Z] 5dfbd9b73bf1: Preparing [2021-01-28T17:23:11.833Z] 608b43e74fde: Preparing [2021-01-28T17:23:11.833Z] 993ad5a18a19: Preparing [2021-01-28T17:23:11.833Z] 6931dfa5b54b: Preparing [2021-01-28T17:23:11.833Z] 4f0f2fe4b9a8: Preparing [2021-01-28T17:23:11.833Z] 777b2c648970: Preparing [2021-01-28T17:23:11.833Z] 777b2c648970: Waiting [2021-01-28T17:23:12.120Z] 6931dfa5b54b: Pushed [2021-01-28T17:23:12.120Z] 993ad5a18a19: Pushed [2021-01-28T17:23:12.447Z] 777b2c648970: Layer already exists [2021-01-28T17:23:13.658Z] 4f0f2fe4b9a8: Pushed [2021-01-28T17:23:14.271Z] 608b43e74fde: Pushed [2021-01-28T17:23:14.271Z] 5dfbd9b73bf1: Pushed [2021-01-28T17:23:14.577Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:f55e9460ce1ddc03ddf73de841bcae74269f0c869af52db3a211ce5bf98caad4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:15.040Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:15.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.63 [2021-01-28T17:23:15.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:23:15.805Z] 5dfbd9b73bf1: Preparing [2021-01-28T17:23:15.805Z] 608b43e74fde: Preparing [2021-01-28T17:23:15.805Z] 993ad5a18a19: Preparing [2021-01-28T17:23:15.805Z] 6931dfa5b54b: Preparing [2021-01-28T17:23:15.805Z] 4f0f2fe4b9a8: Preparing [2021-01-28T17:23:15.805Z] 777b2c648970: Preparing [2021-01-28T17:23:15.805Z] 777b2c648970: Waiting [2021-01-28T17:23:15.805Z] 4f0f2fe4b9a8: Layer already exists [2021-01-28T17:23:15.805Z] 5dfbd9b73bf1: Layer already exists [2021-01-28T17:23:15.805Z] 993ad5a18a19: Layer already exists [2021-01-28T17:23:15.805Z] 608b43e74fde: Layer already exists [2021-01-28T17:23:15.805Z] 6931dfa5b54b: Layer already exists [2021-01-28T17:23:15.805Z] 777b2c648970: Layer already exists [2021-01-28T17:23:15.805Z] 2.0.0-dev.63: digest: sha256:f55e9460ce1ddc03ddf73de841bcae74269f0c869af52db3a211ce5bf98caad4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:16.496Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:17.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:17.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:23:17.393Z] 5dfbd9b73bf1: Preparing [2021-01-28T17:23:17.393Z] 608b43e74fde: Preparing [2021-01-28T17:23:17.393Z] 993ad5a18a19: Preparing [2021-01-28T17:23:17.393Z] 6931dfa5b54b: Preparing [2021-01-28T17:23:17.393Z] 4f0f2fe4b9a8: Preparing [2021-01-28T17:23:17.393Z] 777b2c648970: Preparing [2021-01-28T17:23:17.393Z] 777b2c648970: Waiting [2021-01-28T17:23:17.393Z] 993ad5a18a19: Layer already exists [2021-01-28T17:23:17.393Z] 4f0f2fe4b9a8: Layer already exists [2021-01-28T17:23:17.393Z] 5dfbd9b73bf1: Layer already exists [2021-01-28T17:23:17.393Z] 6931dfa5b54b: Layer already exists [2021-01-28T17:23:17.393Z] 608b43e74fde: Layer already exists [2021-01-28T17:23:17.393Z] 777b2c648970: Layer already exists [2021-01-28T17:23:17.393Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:f55e9460ce1ddc03ddf73de841bcae74269f0c869af52db3a211ce5bf98caad4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:17.749Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:18.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-28T17:23:18.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:23:18.119Z] 5dfbd9b73bf1: Preparing [2021-01-28T17:23:18.119Z] 608b43e74fde: Preparing [2021-01-28T17:23:18.119Z] 993ad5a18a19: Preparing [2021-01-28T17:23:18.119Z] 6931dfa5b54b: Preparing [2021-01-28T17:23:18.119Z] 4f0f2fe4b9a8: Preparing [2021-01-28T17:23:18.119Z] 777b2c648970: Preparing [2021-01-28T17:23:18.119Z] 777b2c648970: Waiting [2021-01-28T17:23:18.382Z] 5dfbd9b73bf1: Layer already exists [2021-01-28T17:23:18.382Z] 608b43e74fde: Layer already exists [2021-01-28T17:23:18.382Z] 4f0f2fe4b9a8: Layer already exists [2021-01-28T17:23:18.382Z] 993ad5a18a19: Layer already exists [2021-01-28T17:23:18.382Z] 6931dfa5b54b: Layer already exists [2021-01-28T17:23:18.382Z] 777b2c648970: Layer already exists [2021-01-28T17:23:18.382Z] master: digest: sha256:f55e9460ce1ddc03ddf73de841bcae74269f0c869af52db3a211ce5bf98caad4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:23:18.570Z] ===================================================== [Pipeline] echo [2021-01-28T17:23:18.650Z] taggedImages: [2021-01-28T17:23:18.650Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:18.650Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.63 [2021-01-28T17:23:18.650Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:18.651Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-28T17:23:18.713Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-28T17:23:18.713Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:18.713Z] 2.0.0-dev.63 [2021-01-28T17:23:18.713Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:18.713Z] master [2021-01-28T17:23:18.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:19.247Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:19.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:19.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:23:19.936Z] 1af5de1708f6: Preparing [2021-01-28T17:23:19.936Z] aa49135a5141: Preparing [2021-01-28T17:23:19.936Z] 8aa97352ba92: Preparing [2021-01-28T17:23:19.936Z] 8b1c97cfa1cf: Preparing [2021-01-28T17:23:19.936Z] 045fdfdd2792: Preparing [2021-01-28T17:23:19.936Z] 889d7e25f5f1: Preparing [2021-01-28T17:23:19.936Z] efa184e35139: Preparing [2021-01-28T17:23:19.936Z] 1111e67472f9: Preparing [2021-01-28T17:23:19.936Z] 777b2c648970: Preparing [2021-01-28T17:23:19.936Z] efa184e35139: Waiting [2021-01-28T17:23:19.936Z] 889d7e25f5f1: Waiting [2021-01-28T17:23:19.936Z] 1111e67472f9: Waiting [2021-01-28T17:23:19.936Z] 777b2c648970: Waiting [2021-01-28T17:23:20.553Z] 1af5de1708f6: Pushed [2021-01-28T17:23:20.553Z] aa49135a5141: Pushed [2021-01-28T17:23:20.553Z] 045fdfdd2792: Pushed [2021-01-28T17:23:21.218Z] 889d7e25f5f1: Pushed [2021-01-28T17:23:21.218Z] efa184e35139: Pushed [2021-01-28T17:23:21.218Z] 777b2c648970: Layer already exists [2021-01-28T17:23:21.850Z] 8b1c97cfa1cf: Pushed [2021-01-28T17:23:22.150Z] 1111e67472f9: Pushed [2021-01-28T17:23:22.150Z] 8aa97352ba92: Pushed [2021-01-28T17:23:22.462Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:0c7d99d09a63c7404b1d2225db055bf9d035c38e6de656b1951288c205de59b6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:22.826Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:23.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.63 [2021-01-28T17:23:23.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:23:23.802Z] 1af5de1708f6: Preparing [2021-01-28T17:23:23.802Z] aa49135a5141: Preparing [2021-01-28T17:23:23.802Z] 8aa97352ba92: Preparing [2021-01-28T17:23:23.802Z] 8b1c97cfa1cf: Preparing [2021-01-28T17:23:23.803Z] 045fdfdd2792: Preparing [2021-01-28T17:23:23.803Z] 889d7e25f5f1: Preparing [2021-01-28T17:23:23.803Z] efa184e35139: Preparing [2021-01-28T17:23:23.803Z] 1111e67472f9: Preparing [2021-01-28T17:23:23.803Z] 777b2c648970: Preparing [2021-01-28T17:23:23.803Z] 889d7e25f5f1: Waiting [2021-01-28T17:23:23.803Z] efa184e35139: Waiting [2021-01-28T17:23:23.803Z] 1111e67472f9: Waiting [2021-01-28T17:23:23.803Z] 777b2c648970: Waiting [2021-01-28T17:23:23.803Z] 8aa97352ba92: Layer already exists [2021-01-28T17:23:23.803Z] 045fdfdd2792: Layer already exists [2021-01-28T17:23:23.803Z] 8b1c97cfa1cf: Layer already exists [2021-01-28T17:23:23.803Z] 1af5de1708f6: Layer already exists [2021-01-28T17:23:23.803Z] aa49135a5141: Layer already exists [2021-01-28T17:23:23.803Z] efa184e35139: Layer already exists [2021-01-28T17:23:23.803Z] 889d7e25f5f1: Layer already exists [2021-01-28T17:23:23.803Z] 777b2c648970: Layer already exists [2021-01-28T17:23:23.803Z] 1111e67472f9: Layer already exists [2021-01-28T17:23:23.803Z] 2.0.0-dev.63: digest: sha256:0c7d99d09a63c7404b1d2225db055bf9d035c38e6de656b1951288c205de59b6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:24.208Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:24.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:24.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:23:24.840Z] 1af5de1708f6: Preparing [2021-01-28T17:23:24.840Z] aa49135a5141: Preparing [2021-01-28T17:23:24.840Z] 8aa97352ba92: Preparing [2021-01-28T17:23:24.840Z] 8b1c97cfa1cf: Preparing [2021-01-28T17:23:24.840Z] 045fdfdd2792: Preparing [2021-01-28T17:23:24.840Z] 889d7e25f5f1: Preparing [2021-01-28T17:23:24.840Z] efa184e35139: Preparing [2021-01-28T17:23:24.840Z] 1111e67472f9: Preparing [2021-01-28T17:23:24.840Z] 777b2c648970: Preparing [2021-01-28T17:23:24.840Z] 889d7e25f5f1: Waiting [2021-01-28T17:23:24.840Z] efa184e35139: Waiting [2021-01-28T17:23:24.840Z] 1111e67472f9: Waiting [2021-01-28T17:23:24.840Z] 777b2c648970: Waiting [2021-01-28T17:23:24.840Z] 8aa97352ba92: Layer already exists [2021-01-28T17:23:24.840Z] 045fdfdd2792: Layer already exists [2021-01-28T17:23:24.840Z] aa49135a5141: Layer already exists [2021-01-28T17:23:24.840Z] 8b1c97cfa1cf: Layer already exists [2021-01-28T17:23:24.840Z] 1af5de1708f6: Layer already exists [2021-01-28T17:23:24.840Z] 889d7e25f5f1: Layer already exists [2021-01-28T17:23:24.840Z] 1111e67472f9: Layer already exists [2021-01-28T17:23:24.840Z] efa184e35139: Layer already exists [2021-01-28T17:23:24.840Z] 777b2c648970: Layer already exists [2021-01-28T17:23:24.840Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:0c7d99d09a63c7404b1d2225db055bf9d035c38e6de656b1951288c205de59b6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:25.177Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:25.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-28T17:23:25.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:23:25.790Z] 1af5de1708f6: Preparing [2021-01-28T17:23:25.790Z] aa49135a5141: Preparing [2021-01-28T17:23:25.790Z] 8aa97352ba92: Preparing [2021-01-28T17:23:25.790Z] 8b1c97cfa1cf: Preparing [2021-01-28T17:23:25.790Z] 045fdfdd2792: Preparing [2021-01-28T17:23:25.790Z] 889d7e25f5f1: Preparing [2021-01-28T17:23:25.790Z] efa184e35139: Preparing [2021-01-28T17:23:25.790Z] 1111e67472f9: Preparing [2021-01-28T17:23:25.790Z] 777b2c648970: Preparing [2021-01-28T17:23:25.790Z] 889d7e25f5f1: Waiting [2021-01-28T17:23:25.790Z] efa184e35139: Waiting [2021-01-28T17:23:25.790Z] 1111e67472f9: Waiting [2021-01-28T17:23:25.790Z] 777b2c648970: Waiting [2021-01-28T17:23:25.790Z] 045fdfdd2792: Layer already exists [2021-01-28T17:23:25.790Z] 8b1c97cfa1cf: Layer already exists [2021-01-28T17:23:25.790Z] 8aa97352ba92: Layer already exists [2021-01-28T17:23:25.790Z] aa49135a5141: Layer already exists [2021-01-28T17:23:25.790Z] 1af5de1708f6: Layer already exists [2021-01-28T17:23:26.058Z] efa184e35139: Layer already exists [2021-01-28T17:23:26.058Z] 1111e67472f9: Layer already exists [2021-01-28T17:23:26.058Z] 777b2c648970: Layer already exists [2021-01-28T17:23:26.058Z] 889d7e25f5f1: Layer already exists [2021-01-28T17:23:26.058Z] master: digest: sha256:0c7d99d09a63c7404b1d2225db055bf9d035c38e6de656b1951288c205de59b6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:23:26.279Z] ===================================================== [Pipeline] echo [2021-01-28T17:23:26.324Z] taggedImages: [2021-01-28T17:23:26.324Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:26.324Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.63 [2021-01-28T17:23:26.324Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:26.324Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-28T17:23:26.390Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-28T17:23:26.390Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:26.390Z] 2.0.0-dev.63 [2021-01-28T17:23:26.390Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:26.390Z] master [2021-01-28T17:23:26.390Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:26.979Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:27.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:27.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:23:27.586Z] 7b440830cf63: Preparing [2021-01-28T17:23:27.586Z] abd7ea19aead: Preparing [2021-01-28T17:23:27.586Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:27.586Z] b32cfb4e1787: Preparing [2021-01-28T17:23:27.586Z] 777b2c648970: Preparing [2021-01-28T17:23:27.914Z] 777b2c648970: Layer already exists [2021-01-28T17:23:27.914Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:28.225Z] 7b440830cf63: Pushed [2021-01-28T17:23:28.225Z] b32cfb4e1787: Pushed [2021-01-28T17:23:30.126Z] abd7ea19aead: Pushed [2021-01-28T17:23:30.408Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:201409c09ab7418c4baf7b6280fe6fad31c13aef12fcdfa5cf184b6ee5aeff05 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:30.807Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:31.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.63 [2021-01-28T17:23:31.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:23:31.481Z] 7b440830cf63: Preparing [2021-01-28T17:23:31.481Z] abd7ea19aead: Preparing [2021-01-28T17:23:31.481Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:31.481Z] b32cfb4e1787: Preparing [2021-01-28T17:23:31.481Z] 777b2c648970: Preparing [2021-01-28T17:23:31.481Z] abd7ea19aead: Layer already exists [2021-01-28T17:23:31.481Z] 777b2c648970: Layer already exists [2021-01-28T17:23:31.481Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:31.481Z] 7b440830cf63: Layer already exists [2021-01-28T17:23:31.481Z] b32cfb4e1787: Layer already exists [2021-01-28T17:23:31.481Z] 2.0.0-dev.63: digest: sha256:201409c09ab7418c4baf7b6280fe6fad31c13aef12fcdfa5cf184b6ee5aeff05 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:32.014Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:33.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:33.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:23:33.704Z] 7b440830cf63: Preparing [2021-01-28T17:23:33.704Z] abd7ea19aead: Preparing [2021-01-28T17:23:33.704Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:33.704Z] b32cfb4e1787: Preparing [2021-01-28T17:23:33.704Z] 777b2c648970: Preparing [2021-01-28T17:23:33.704Z] b32cfb4e1787: Layer already exists [2021-01-28T17:23:33.704Z] 7b440830cf63: Layer already exists [2021-01-28T17:23:33.704Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:33.704Z] 777b2c648970: Layer already exists [2021-01-28T17:23:33.704Z] abd7ea19aead: Layer already exists [2021-01-28T17:23:33.979Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:201409c09ab7418c4baf7b6280fe6fad31c13aef12fcdfa5cf184b6ee5aeff05 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:34.583Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:35.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-28T17:23:35.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:23:35.359Z] 7b440830cf63: Preparing [2021-01-28T17:23:35.359Z] abd7ea19aead: Preparing [2021-01-28T17:23:35.359Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:35.359Z] b32cfb4e1787: Preparing [2021-01-28T17:23:35.359Z] 777b2c648970: Preparing [2021-01-28T17:23:35.359Z] 7b440830cf63: Layer already exists [2021-01-28T17:23:35.359Z] 777b2c648970: Layer already exists [2021-01-28T17:23:35.359Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:35.359Z] b32cfb4e1787: Layer already exists [2021-01-28T17:23:35.359Z] abd7ea19aead: Layer already exists [2021-01-28T17:23:35.633Z] master: digest: sha256:201409c09ab7418c4baf7b6280fe6fad31c13aef12fcdfa5cf184b6ee5aeff05 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:23:35.877Z] ===================================================== [Pipeline] echo [2021-01-28T17:23:35.924Z] taggedImages: [2021-01-28T17:23:35.924Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:35.924Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.63 [2021-01-28T17:23:35.924Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:35.924Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-28T17:23:35.985Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-28T17:23:35.985Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:35.985Z] 2.0.0-dev.63 [2021-01-28T17:23:35.985Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:35.985Z] master [2021-01-28T17:23:35.985Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:36.550Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:37.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:37.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:23:37.280Z] 4a18c8683e44: Preparing [2021-01-28T17:23:37.280Z] 1f987f290e67: Preparing [2021-01-28T17:23:37.280Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:37.280Z] 16da25e83d51: Preparing [2021-01-28T17:23:37.280Z] 777b2c648970: Preparing [2021-01-28T17:23:37.581Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:37.581Z] 777b2c648970: Layer already exists [2021-01-28T17:23:37.581Z] 4a18c8683e44: Pushed [2021-01-28T17:23:37.861Z] 16da25e83d51: Pushed [2021-01-28T17:23:39.472Z] 1f987f290e67: Pushed [2021-01-28T17:23:39.472Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:4927f25b8f1b01a9efe9ca54eb266176a63aac9ce843ce7c81fd631c8b6b400c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:40.238Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:40.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.63 [2021-01-28T17:23:40.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:23:41.163Z] 4a18c8683e44: Preparing [2021-01-28T17:23:41.164Z] 1f987f290e67: Preparing [2021-01-28T17:23:41.164Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:41.164Z] 16da25e83d51: Preparing [2021-01-28T17:23:41.164Z] 777b2c648970: Preparing [2021-01-28T17:23:41.164Z] 777b2c648970: Layer already exists [2021-01-28T17:23:41.164Z] 1f987f290e67: Layer already exists [2021-01-28T17:23:41.164Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:41.164Z] 4a18c8683e44: Layer already exists [2021-01-28T17:23:41.164Z] 16da25e83d51: Layer already exists [2021-01-28T17:23:41.164Z] 2.0.0-dev.63: digest: sha256:4927f25b8f1b01a9efe9ca54eb266176a63aac9ce843ce7c81fd631c8b6b400c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:41.500Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:41.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:41.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:23:41.933Z] 4a18c8683e44: Preparing [2021-01-28T17:23:41.933Z] 1f987f290e67: Preparing [2021-01-28T17:23:41.933Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:41.933Z] 16da25e83d51: Preparing [2021-01-28T17:23:41.933Z] 777b2c648970: Preparing [2021-01-28T17:23:41.933Z] 16da25e83d51: Layer already exists [2021-01-28T17:23:42.208Z] 1f987f290e67: Layer already exists [2021-01-28T17:23:42.208Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:42.208Z] 4a18c8683e44: Layer already exists [2021-01-28T17:23:42.208Z] 777b2c648970: Layer already exists [2021-01-28T17:23:42.208Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:4927f25b8f1b01a9efe9ca54eb266176a63aac9ce843ce7c81fd631c8b6b400c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:42.565Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:43.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-28T17:23:43.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:23:43.287Z] 4a18c8683e44: Preparing [2021-01-28T17:23:43.287Z] 1f987f290e67: Preparing [2021-01-28T17:23:43.287Z] 0a02b4ff47f5: Preparing [2021-01-28T17:23:43.287Z] 16da25e83d51: Preparing [2021-01-28T17:23:43.287Z] 777b2c648970: Preparing [2021-01-28T17:23:43.562Z] 1f987f290e67: Layer already exists [2021-01-28T17:23:43.562Z] 16da25e83d51: Layer already exists [2021-01-28T17:23:43.562Z] 0a02b4ff47f5: Layer already exists [2021-01-28T17:23:43.562Z] 4a18c8683e44: Layer already exists [2021-01-28T17:23:43.562Z] 777b2c648970: Layer already exists [2021-01-28T17:23:43.562Z] master: digest: sha256:4927f25b8f1b01a9efe9ca54eb266176a63aac9ce843ce7c81fd631c8b6b400c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:23:43.763Z] ===================================================== [Pipeline] echo [2021-01-28T17:23:43.815Z] taggedImages: [2021-01-28T17:23:43.815Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:43.815Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.63 [2021-01-28T17:23:43.815Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:43.815Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-28T17:23:43.883Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-28T17:23:43.883Z] 43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:43.883Z] 2.0.0-dev.63 [2021-01-28T17:23:43.883Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:43.883Z] master [2021-01-28T17:23:43.883Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:44.394Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:44.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:45.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:23:45.157Z] 3c81c1131b07: Preparing [2021-01-28T17:23:45.157Z] 874210d2fe0b: Preparing [2021-01-28T17:23:45.157Z] 1e4e824255f7: Preparing [2021-01-28T17:23:45.157Z] b61282cec44f: Preparing [2021-01-28T17:23:45.157Z] fd9279f946ec: Preparing [2021-01-28T17:23:45.157Z] 91da84758afb: Preparing [2021-01-28T17:23:45.157Z] 2f2b70aad4a8: Preparing [2021-01-28T17:23:45.157Z] 0754057c0ad3: Preparing [2021-01-28T17:23:45.157Z] 998cdf262ab1: Preparing [2021-01-28T17:23:45.157Z] 02e56110abd2: Preparing [2021-01-28T17:23:45.157Z] abc36efb885a: Preparing [2021-01-28T17:23:45.157Z] b0b09059f4e1: Preparing [2021-01-28T17:23:45.157Z] bb961f40224b: Preparing [2021-01-28T17:23:45.157Z] f4666769fca7: Preparing [2021-01-28T17:23:45.157Z] 91da84758afb: Waiting [2021-01-28T17:23:45.157Z] 2f2b70aad4a8: Waiting [2021-01-28T17:23:45.157Z] 0754057c0ad3: Waiting [2021-01-28T17:23:45.157Z] 998cdf262ab1: Waiting [2021-01-28T17:23:45.157Z] 02e56110abd2: Waiting [2021-01-28T17:23:45.157Z] abc36efb885a: Waiting [2021-01-28T17:23:45.157Z] b0b09059f4e1: Waiting [2021-01-28T17:23:45.157Z] bb961f40224b: Waiting [2021-01-28T17:23:45.157Z] f4666769fca7: Waiting [2021-01-28T17:23:45.476Z] fd9279f946ec: Pushed [2021-01-28T17:23:45.476Z] 3c81c1131b07: Pushed [2021-01-28T17:23:46.193Z] b61282cec44f: Pushed [2021-01-28T17:23:46.535Z] 0754057c0ad3: Layer already exists [2021-01-28T17:23:46.535Z] 998cdf262ab1: Layer already exists [2021-01-28T17:23:46.535Z] 2f2b70aad4a8: Pushed [2021-01-28T17:23:46.535Z] 02e56110abd2: Layer already exists [2021-01-28T17:23:46.535Z] abc36efb885a: Layer already exists [2021-01-28T17:23:46.535Z] b0b09059f4e1: Layer already exists [2021-01-28T17:23:46.535Z] bb961f40224b: Layer already exists [2021-01-28T17:23:46.854Z] f4666769fca7: Layer already exists [2021-01-28T17:23:46.854Z] 874210d2fe0b: Pushed [2021-01-28T17:23:47.513Z] 91da84758afb: Pushed [2021-01-28T17:23:54.463Z] 1e4e824255f7: Pushed [2021-01-28T17:23:54.463Z] 43a02ae124f9b444ef324fb234f82118f7515362: digest: sha256:71d64152c161dccc8d1617fc73801f733bcab7608e047f3e8d10e126ffbc0bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:54.867Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:55.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.63 [2021-01-28T17:23:55.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:23:55.237Z] 3c81c1131b07: Preparing [2021-01-28T17:23:55.237Z] 874210d2fe0b: Preparing [2021-01-28T17:23:55.237Z] 1e4e824255f7: Preparing [2021-01-28T17:23:55.237Z] b61282cec44f: Preparing [2021-01-28T17:23:55.237Z] fd9279f946ec: Preparing [2021-01-28T17:23:55.237Z] 91da84758afb: Preparing [2021-01-28T17:23:55.237Z] 2f2b70aad4a8: Preparing [2021-01-28T17:23:55.237Z] 0754057c0ad3: Preparing [2021-01-28T17:23:55.237Z] 998cdf262ab1: Preparing [2021-01-28T17:23:55.237Z] 02e56110abd2: Preparing [2021-01-28T17:23:55.237Z] abc36efb885a: Preparing [2021-01-28T17:23:55.237Z] b0b09059f4e1: Preparing [2021-01-28T17:23:55.237Z] bb961f40224b: Preparing [2021-01-28T17:23:55.237Z] 2f2b70aad4a8: Waiting [2021-01-28T17:23:55.237Z] 0754057c0ad3: Waiting [2021-01-28T17:23:55.237Z] 998cdf262ab1: Waiting [2021-01-28T17:23:55.237Z] 02e56110abd2: Waiting [2021-01-28T17:23:55.237Z] abc36efb885a: Waiting [2021-01-28T17:23:55.237Z] b0b09059f4e1: Waiting [2021-01-28T17:23:55.237Z] 91da84758afb: Waiting [2021-01-28T17:23:55.237Z] f4666769fca7: Preparing [2021-01-28T17:23:55.237Z] bb961f40224b: Waiting [2021-01-28T17:23:55.237Z] f4666769fca7: Waiting [2021-01-28T17:23:55.237Z] 874210d2fe0b: Layer already exists [2021-01-28T17:23:55.237Z] b61282cec44f: Layer already exists [2021-01-28T17:23:55.237Z] fd9279f946ec: Layer already exists [2021-01-28T17:23:55.237Z] 3c81c1131b07: Layer already exists [2021-01-28T17:23:55.237Z] 1e4e824255f7: Layer already exists [2021-01-28T17:23:55.237Z] 998cdf262ab1: Layer already exists [2021-01-28T17:23:55.237Z] 91da84758afb: Layer already exists [2021-01-28T17:23:55.237Z] 2f2b70aad4a8: Layer already exists [2021-01-28T17:23:55.237Z] 0754057c0ad3: Layer already exists [2021-01-28T17:23:55.237Z] 02e56110abd2: Layer already exists [2021-01-28T17:23:55.506Z] abc36efb885a: Layer already exists [2021-01-28T17:23:55.506Z] f4666769fca7: Layer already exists [2021-01-28T17:23:55.506Z] b0b09059f4e1: Layer already exists [2021-01-28T17:23:55.506Z] bb961f40224b: Layer already exists [2021-01-28T17:23:55.506Z] 2.0.0-dev.63: digest: sha256:71d64152c161dccc8d1617fc73801f733bcab7608e047f3e8d10e126ffbc0bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:55.840Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:56.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:56.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:23:56.197Z] 3c81c1131b07: Preparing [2021-01-28T17:23:56.197Z] 874210d2fe0b: Preparing [2021-01-28T17:23:56.197Z] 1e4e824255f7: Preparing [2021-01-28T17:23:56.197Z] b61282cec44f: Preparing [2021-01-28T17:23:56.197Z] fd9279f946ec: Preparing [2021-01-28T17:23:56.197Z] 91da84758afb: Preparing [2021-01-28T17:23:56.197Z] 2f2b70aad4a8: Preparing [2021-01-28T17:23:56.197Z] 0754057c0ad3: Preparing [2021-01-28T17:23:56.197Z] 998cdf262ab1: Preparing [2021-01-28T17:23:56.197Z] 02e56110abd2: Preparing [2021-01-28T17:23:56.197Z] abc36efb885a: Preparing [2021-01-28T17:23:56.197Z] b0b09059f4e1: Preparing [2021-01-28T17:23:56.197Z] bb961f40224b: Preparing [2021-01-28T17:23:56.197Z] f4666769fca7: Preparing [2021-01-28T17:23:56.197Z] 91da84758afb: Waiting [2021-01-28T17:23:56.197Z] 2f2b70aad4a8: Waiting [2021-01-28T17:23:56.198Z] 0754057c0ad3: Waiting [2021-01-28T17:23:56.198Z] 998cdf262ab1: Waiting [2021-01-28T17:23:56.198Z] bb961f40224b: Waiting [2021-01-28T17:23:56.198Z] f4666769fca7: Waiting [2021-01-28T17:23:56.198Z] abc36efb885a: Waiting [2021-01-28T17:23:56.198Z] b0b09059f4e1: Waiting [2021-01-28T17:23:56.198Z] 02e56110abd2: Waiting [2021-01-28T17:23:57.332Z] 874210d2fe0b: Layer already exists [2021-01-28T17:23:57.332Z] 3c81c1131b07: Layer already exists [2021-01-28T17:23:57.332Z] b61282cec44f: Layer already exists [2021-01-28T17:23:57.332Z] fd9279f946ec: Layer already exists [2021-01-28T17:23:57.332Z] 1e4e824255f7: Layer already exists [2021-01-28T17:23:57.332Z] 2f2b70aad4a8: Layer already exists [2021-01-28T17:23:57.332Z] 998cdf262ab1: Layer already exists [2021-01-28T17:23:57.332Z] 02e56110abd2: Layer already exists [2021-01-28T17:23:57.332Z] 0754057c0ad3: Layer already exists [2021-01-28T17:23:57.332Z] 91da84758afb: Layer already exists [2021-01-28T17:23:57.332Z] bb961f40224b: Layer already exists [2021-01-28T17:23:57.332Z] f4666769fca7: Layer already exists [2021-01-28T17:23:57.332Z] abc36efb885a: Layer already exists [2021-01-28T17:23:57.332Z] b0b09059f4e1: Layer already exists [2021-01-28T17:23:57.332Z] 43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63: digest: sha256:71d64152c161dccc8d1617fc73801f733bcab7608e047f3e8d10e126ffbc0bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:57.769Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:23:58.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-28T17:23:58.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:23:58.465Z] 3c81c1131b07: Preparing [2021-01-28T17:23:58.465Z] 874210d2fe0b: Preparing [2021-01-28T17:23:58.465Z] 1e4e824255f7: Preparing [2021-01-28T17:23:58.465Z] b61282cec44f: Preparing [2021-01-28T17:23:58.465Z] fd9279f946ec: Preparing [2021-01-28T17:23:58.465Z] 91da84758afb: Preparing [2021-01-28T17:23:58.465Z] 2f2b70aad4a8: Preparing [2021-01-28T17:23:58.465Z] 0754057c0ad3: Preparing [2021-01-28T17:23:58.465Z] 998cdf262ab1: Preparing [2021-01-28T17:23:58.465Z] 02e56110abd2: Preparing [2021-01-28T17:23:58.465Z] abc36efb885a: Preparing [2021-01-28T17:23:58.465Z] b0b09059f4e1: Preparing [2021-01-28T17:23:58.465Z] bb961f40224b: Preparing [2021-01-28T17:23:58.465Z] f4666769fca7: Preparing [2021-01-28T17:23:58.465Z] 91da84758afb: Waiting [2021-01-28T17:23:58.465Z] 2f2b70aad4a8: Waiting [2021-01-28T17:23:58.465Z] 0754057c0ad3: Waiting [2021-01-28T17:23:58.465Z] 998cdf262ab1: Waiting [2021-01-28T17:23:58.465Z] 02e56110abd2: Waiting [2021-01-28T17:23:58.465Z] abc36efb885a: Waiting [2021-01-28T17:23:58.465Z] b0b09059f4e1: Waiting [2021-01-28T17:23:58.465Z] bb961f40224b: Waiting [2021-01-28T17:23:58.465Z] f4666769fca7: Waiting [2021-01-28T17:23:58.465Z] 874210d2fe0b: Layer already exists [2021-01-28T17:23:58.465Z] b61282cec44f: Layer already exists [2021-01-28T17:23:58.465Z] 1e4e824255f7: Layer already exists [2021-01-28T17:23:58.465Z] fd9279f946ec: Layer already exists [2021-01-28T17:23:58.465Z] 3c81c1131b07: Layer already exists [2021-01-28T17:23:58.465Z] 02e56110abd2: Layer already exists [2021-01-28T17:23:58.465Z] 91da84758afb: Layer already exists [2021-01-28T17:23:58.465Z] 0754057c0ad3: Layer already exists [2021-01-28T17:23:58.465Z] 2f2b70aad4a8: Layer already exists [2021-01-28T17:23:58.465Z] 998cdf262ab1: Layer already exists [2021-01-28T17:23:58.465Z] abc36efb885a: Layer already exists [2021-01-28T17:23:58.465Z] bb961f40224b: Layer already exists [2021-01-28T17:23:58.465Z] b0b09059f4e1: Layer already exists [2021-01-28T17:23:58.465Z] f4666769fca7: Layer already exists [2021-01-28T17:23:58.736Z] master: digest: sha256:71d64152c161dccc8d1617fc73801f733bcab7608e047f3e8d10e126ffbc0bf6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:23:58.943Z] ===================================================== [Pipeline] echo [2021-01-28T17:23:58.988Z] taggedImages: [2021-01-28T17:23:58.988Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:43a02ae124f9b444ef324fb234f82118f7515362 [2021-01-28T17:23:58.988Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.63 [2021-01-28T17:23:58.988Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:43a02ae124f9b444ef324fb234f82118f7515362-2.0.0-dev.63 [2021-01-28T17:23:58.988Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T17:24:00.987Z] provisioning config files... [2021-01-28T17:24:01.036Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/326@tmp/config4726159863797703446tmp [Pipeline] { [Pipeline] sh [2021-01-28T17:24:01.563Z] + set +x [2021-01-28T17:24:01.563Z] + curl -s https://codecov.io/bash [2021-01-28T17:24:01.563Z] + bash -s -- [2021-01-28T17:24:02.179Z] [2021-01-28T17:24:02.179Z] _____ _ [2021-01-28T17:24:02.179Z] / ____| | | [2021-01-28T17:24:02.179Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T17:24:02.179Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T17:24:02.179Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T17:24:02.179Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T17:24:02.179Z] Bash-20210128-d4071a2 [2021-01-28T17:24:02.179Z] [2021-01-28T17:24:02.179Z] [2021-01-28T17:24:02.179Z] ==> git version 2.24.3 found [2021-01-28T17:24:02.179Z] ==> 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-28T17:24:02.179Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T17:24:02.179Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T17:24:02.179Z] ==> Jenkins CI detected. [2021-01-28T17:24:02.179Z] project root: . [2021-01-28T17:24:02.179Z] --> token set from env [2021-01-28T17:24:02.462Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T17:24:02.462Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T17:24:02.746Z] ==> Python coveragepy not found [2021-01-28T17:24:02.746Z] ==> Searching for coverage reports in: [2021-01-28T17:24:02.746Z] + . [2021-01-28T17:24:02.746Z] -> Found 1 reports [2021-01-28T17:24:02.746Z] ==> Detecting git/mercurial file structure [2021-01-28T17:24:02.746Z] ==> Reading reports [2021-01-28T17:24:02.746Z] + ./coverage.out bytes=565356 [2021-01-28T17:24:02.746Z] ==> Appending adjustments [2021-01-28T17:24:02.746Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T17:24:09.655Z] + Found adjustments [2021-01-28T17:24:09.655Z] ==> Gzipping contents [2021-01-28T17:24:09.655Z] 84K /tmp/codecov.9XLOJD.gz [2021-01-28T17:24:09.655Z] ==> Uploading reports [2021-01-28T17:24:09.655Z] url: https://codecov.io [2021-01-28T17:24:09.655Z] query: branch=master&commit=43a02ae124f9b444ef324fb234f82118f7515362&build=326&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F326%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T17:24:09.655Z] -> Pinging Codecov [2021-01-28T17:24:09.655Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=master&commit=43a02ae124f9b444ef324fb234f82118f7515362&build=326&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F326%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T17:24:10.240Z] -> Uploading to [2021-01-28T17:24:10.240Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/43a02ae124f9b444ef324fb234f82118f7515362/73880ba1-e292-413d-a175-bc11bf835c5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T172410Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0cd421296d1626213f3a2e1266cb8e2702c510a644e2a60146240fde93f8b91c [2021-01-28T17:24:10.240Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:24:10.240Z] Dload Upload Total Spent Left Speed [2021-01-28T17:24:10.777Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85721 0 0 100 85721 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-01-28T17:24:10.777Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/43a02ae124f9b444ef324fb234f82118f7515362 [Pipeline] } [2021-01-28T17:24:10.791Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-28T17:24:11.737Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-28T17:24:11.824Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:24:12.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T17:24:12.808Z] [2021-01-28T17:24:12.808Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:24:13.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T17:24:13.203Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-28T17:24:13.203Z] 188c0c94c7c5: Already exists [2021-01-28T17:24:13.203Z] 0ef7d3d256c8: Already exists [2021-01-28T17:24:13.203Z] de9db76c5a1d: Already exists [2021-01-28T17:24:13.203Z] 0eba1c9be4d2: Pulling fs layer [2021-01-28T17:24:13.203Z] 0d57e429df01: Pulling fs layer [2021-01-28T17:24:13.203Z] 4e4be7b47b0d: Pulling fs layer [2021-01-28T17:24:13.203Z] e1f770b5df2f: Pulling fs layer [2021-01-28T17:24:13.203Z] 85a0685a4137: Pulling fs layer [2021-01-28T17:24:13.203Z] e1f770b5df2f: Waiting [2021-01-28T17:24:13.203Z] 85a0685a4137: Waiting [2021-01-28T17:24:13.478Z] 0d57e429df01: Verifying Checksum [2021-01-28T17:24:13.478Z] 0d57e429df01: Download complete [2021-01-28T17:24:13.478Z] 4e4be7b47b0d: Verifying Checksum [2021-01-28T17:24:13.478Z] 4e4be7b47b0d: Download complete [2021-01-28T17:24:16.139Z] e1f770b5df2f: Verifying Checksum [2021-01-28T17:24:16.139Z] e1f770b5df2f: Download complete [2021-01-28T17:24:20.494Z] 0eba1c9be4d2: Verifying Checksum [2021-01-28T17:24:20.495Z] 0eba1c9be4d2: Download complete [2021-01-28T17:24:22.556Z] 85a0685a4137: Verifying Checksum [2021-01-28T17:24:22.556Z] 85a0685a4137: Download complete [2021-01-28T17:24:30.922Z] 0eba1c9be4d2: Pull complete [2021-01-28T17:24:30.922Z] 0d57e429df01: Pull complete [2021-01-28T17:24:31.195Z] 4e4be7b47b0d: Pull complete [2021-01-28T17:24:36.576Z] e1f770b5df2f: Pull complete [2021-01-28T17:24:49.056Z] 85a0685a4137: Pull complete [2021-01-28T17:24:49.056Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-28T17:24:49.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T17:24:49.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-28T17:24:49.344Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:24:49.410Z] $ 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/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:24:51.264Z] $ docker top c65ec8c993c9a2553971232bc3c2b2866958a088790ffcf9d9636b2d318f9526 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:24:51.629Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-28T17:24:51.984Z] + set -o pipefail [2021-01-28T17:24:51.984Z] + snyk monitor '--org=edgex-jenkins' [2021-01-28T17:25:04.695Z] [2021-01-28T17:25:04.695Z] Monitoring /w/workspace/edgex-go/326 (github.com/edgexfoundry/edgex-go)... [2021-01-28T17:25:04.695Z] [2021-01-28T17:25:04.695Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/72497184-a1df-4a0d-a613-a56f446c7ea6 [2021-01-28T17:25:04.695Z] [2021-01-28T17:25:04.695Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-28T17:25:04.695Z] [2021-01-28T17:25:04.695Z] [Pipeline] } [2021-01-28T17:25:04.763Z] $ docker stop --time=1 c65ec8c993c9a2553971232bc3c2b2866958a088790ffcf9d9636b2d318f9526 [2021-01-28T17:25:08.002Z] $ docker rm -f c65ec8c993c9a2553971232bc3c2b2866958a088790ffcf9d9636b2d318f9526 [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-28T17:25:09.575Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:25:09.629Z] provisioning config files... [2021-01-28T17:25:09.643Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/326@tmp/config5489116452915549201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:25:10.048Z] --> edgex-publish-swagger.sh [2021-01-28T17:25:10.048Z] === Publish openapi/v1 API === [2021-01-28T17:25:10.048Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-28T17:25:10.048Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/326/openapi/v1/core-command.yaml] [2021-01-28T17:25:10.048Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:10.048Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:11.267Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 10522 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8427 0:00:01 0:00:01 --:--:-- 8437 [2021-01-28T17:25:11.267Z] [2021-01-28T17:25:11.267Z] [2021-01-28T17:25:11.267Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/326/openapi/v1/core-data.yaml] [2021-01-28T17:25:11.267Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:11.267Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:12.526Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27196 0:00:01 0:00:01 --:--:-- 27198 100 32557 0 0 100 32557 0 27188 0:00:01 0:00:01 --:--:-- 27176 [2021-01-28T17:25:12.526Z] [2021-01-28T17:25:12.526Z] [2021-01-28T17:25:12.526Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/326/openapi/v1/core-metadata.yaml] [2021-01-28T17:25:12.526Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:12.526Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:13.946Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 58751 0:00:01 0:00:01 --:--:-- 58788 100 73721 0 0 100 73721 0 58739 0:00:01 0:00:01 --:--:-- 58788 [2021-01-28T17:25:13.946Z] [2021-01-28T17:25:13.946Z] [2021-01-28T17:25:13.946Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/326/openapi/v1/support-logging.yaml] [2021-01-28T17:25:13.946Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:13.946Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:14.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11677 0:00:01 0:00:01 --:--:-- 11687 100 13581 0 0 100 13581 0 11673 0:00:01 0:00:01 --:--:-- 11677 [2021-01-28T17:25:14.907Z] [2021-01-28T17:25:14.907Z] [2021-01-28T17:25:14.907Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/326/openapi/v1/support-notifications.yaml] [2021-01-28T17:25:14.907Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:14.907Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:16.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 30336 0:00:01 0:00:01 --:--:-- 30335 100 38890 0 0 100 38890 0 30325 0:00:01 0:00:01 --:--:-- 30311 [2021-01-28T17:25:16.488Z] [2021-01-28T17:25:16.488Z] [2021-01-28T17:25:16.488Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/326/openapi/v1/support-scheduler.yaml] [2021-01-28T17:25:16.488Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:16.488Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:17.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11522 0:00:01 0:00:01 --:--:-- 11528 100 14249 0 0 100 14249 0 11519 0:00:01 0:00:01 --:--:-- 11528 [2021-01-28T17:25:17.463Z] [2021-01-28T17:25:17.463Z] [2021-01-28T17:25:17.463Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/326/openapi/v1/system-agent.yaml] [2021-01-28T17:25:17.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:17.463Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:18.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3798 0:00:01 0:00:01 --:--:-- 3802 100 4110 0 0 100 4110 0 3797 0:00:01 0:00:01 --:--:-- 3802 [2021-01-28T17:25:18.873Z] [2021-01-28T17:25:18.873Z] [2021-01-28T17:25:18.873Z] === Publish openapi/v2 API === [2021-01-28T17:25:18.873Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-28T17:25:18.873Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/326/openapi/v2/core-command.yaml] [2021-01-28T17:25:18.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:18.873Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:19.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21367 0 0 100 21367 0 17476 0:00:01 0:00:01 --:--:-- 17485 100 21367 0 0 100 21367 0 16787 0:00:01 0:00:01 --:--:-- 16797 [2021-01-28T17:25:20.121Z] [2021-01-28T17:25:20.121Z] [2021-01-28T17:25:20.121Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/326/openapi/v2/core-data.yaml] [2021-01-28T17:25:20.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:20.121Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:21.379Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 57055 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 44319 0:00:01 0:00:01 --:--:-- 44331 [2021-01-28T17:25:21.379Z] [2021-01-28T17:25:21.379Z] [2021-01-28T17:25:21.379Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/326/openapi/v2/core-metadata.yaml] [2021-01-28T17:25:21.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:21.379Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:22.785Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 103k 0:00:01 0:00:01 --:--:-- 103k 100 120k 0 0 100 120k 0 103k 0:00:01 0:00:01 --:--:-- 103k [2021-01-28T17:25:22.785Z] [2021-01-28T17:25:22.785Z] [2021-01-28T17:25:22.785Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/326/openapi/v2/support-logging.yaml] [2021-01-28T17:25:22.785Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:22.785Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:23.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19280 0:00:01 0:00:01 --:--:-- 19293 100 23692 0 0 100 23692 0 19275 0:00:01 0:00:01 --:--:-- 19293 [2021-01-28T17:25:23.760Z] [2021-01-28T17:25:23.760Z] [2021-01-28T17:25:23.760Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/326/openapi/v2/support-notifications.yaml] [2021-01-28T17:25:23.760Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:23.760Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:25.191Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58900 0 0 100 58900 0 49019 0:00:01 0:00:01 --:--:-- 49042 100 58900 0 0 100 58900 0 49011 0:00:01 0:00:01 --:--:-- 49042 [2021-01-28T17:25:25.191Z] [2021-01-28T17:25:25.191Z] [2021-01-28T17:25:25.191Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/326/openapi/v2/support-scheduler.yaml] [2021-01-28T17:25:25.191Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:25.191Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:26.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 33738 0:00:01 0:00:01 --:--:-- 33759 100 39667 0 0 100 39667 0 33727 0:00:01 0:00:01 --:--:-- 33759 [2021-01-28T17:25:26.168Z] [2021-01-28T17:25:26.168Z] [2021-01-28T17:25:26.168Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/326/openapi/v2/system-agent.yaml] [2021-01-28T17:25:26.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:26.168Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:27.386Z] 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 19021 0:00:01 0:00:01 --:--:-- 19011 100 23726 0 0 100 23726 0 18377 0:00:01 0:00:01 --:--:-- 18378 [2021-01-28T17:25:27.386Z] [2021-01-28T17:25:27.386Z] [Pipeline] } [2021-01-28T17:25:27.396Z] 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-28T17:25:28.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:25:28.411Z] . [Pipeline] withDockerContainer [2021-01-28T17:25:28.615Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:25:28.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:25:29.937Z] $ docker top 148106830d7e5f5aa18ddd042d5920cf4e0542afead4e1be15e96baaaf6fddca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:25:30.452Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:25:30.452Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:25:30.920Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:25:30.926Z] $ docker exec 148106830d7e5f5aa18ddd042d5920cf4e0542afead4e1be15e96baaaf6fddca ssh-agent [2021-01-28T17:25:31.413Z] SSH_AUTH_SOCK=/tmp/ssh-EwikLO55qiL4/agent.11 [2021-01-28T17:25:31.413Z] SSH_AGENT_PID=16 [2021-01-28T17:25:31.431Z] Running ssh-add (command line suppressed) [2021-01-28T17:25:31.698Z] Identity added: /w/workspace/edgex-go/326@tmp/private_key_3564729731388854741.key (/w/workspace/edgex-go/326@tmp/private_key_3564729731388854741.key) [2021-01-28T17:25:31.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:25:32.237Z] + git semver tag [2021-01-28T17:25:32.960Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:25:32.960Z] # $GIT_DIR = /w/workspace/edgex-go/326/.git [2021-01-28T17:25:32.960Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/326 [2021-01-28T17:25:32.960Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:25:32.960Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:25:32.960Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:25:32.960Z] # $SEMVER_BRANCH = master [2021-01-28T17:25:32.960Z] # $SEMVER_DIR = /w/workspace/edgex-go/326/.semver [2021-01-28T17:25:32.960Z] # 43a02ae124f9b444ef324fb234f82118f7515362 HEAD [2021-01-28T17:25:33.562Z] # -> Force: false [2021-01-28T17:25:33.562Z] # 16e840fc269717a37d41806775542d764cfc4347 refs/tags/v2.0.0-dev.63 [Pipeline] } [2021-01-28T17:25:33.582Z] $ docker exec --env ******** --env ******** 148106830d7e5f5aa18ddd042d5920cf4e0542afead4e1be15e96baaaf6fddca ssh-agent -k [2021-01-28T17:25:33.824Z] unset SSH_AUTH_SOCK; [2021-01-28T17:25:33.835Z] unset SSH_AGENT_PID; [2021-01-28T17:25:33.839Z] echo Agent pid 16 killed; [2021-01-28T17:25:33.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:25:34.410Z] + git semver [Pipeline] } [2021-01-28T17:25:34.444Z] $ docker stop --time=1 148106830d7e5f5aa18ddd042d5920cf4e0542afead4e1be15e96baaaf6fddca [2021-01-28T17:25:36.090Z] $ docker rm -f 148106830d7e5f5aa18ddd042d5920cf4e0542afead4e1be15e96baaaf6fddca [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:25:37.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T17:25:37.281Z] [2021-01-28T17:25:37.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:25:37.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T17:25:37.710Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-28T17:25:37.710Z] ab5ef0e58194: Pulling fs layer [2021-01-28T17:25:37.710Z] 9712f1f96733: Pulling fs layer [2021-01-28T17:25:37.710Z] 63f879dbbcfc: Pulling fs layer [2021-01-28T17:25:37.710Z] 0d9ebad4ef96: Pulling fs layer [2021-01-28T17:25:37.710Z] e9a5061849ea: Pulling fs layer [2021-01-28T17:25:37.710Z] d747dcd14b5f: Pulling fs layer [2021-01-28T17:25:37.710Z] 2de7ff778b66: Pulling fs layer [2021-01-28T17:25:37.710Z] 0d9ebad4ef96: Waiting [2021-01-28T17:25:37.710Z] e9a5061849ea: Waiting [2021-01-28T17:25:37.710Z] d747dcd14b5f: Waiting [2021-01-28T17:25:37.710Z] 2de7ff778b66: Waiting [2021-01-28T17:25:37.710Z] 9712f1f96733: Verifying Checksum [2021-01-28T17:25:37.710Z] 9712f1f96733: Download complete [2021-01-28T17:25:42.028Z] 63f879dbbcfc: Verifying Checksum [2021-01-28T17:25:42.028Z] 63f879dbbcfc: Download complete [2021-01-28T17:25:42.643Z] e9a5061849ea: Download complete [2021-01-28T17:25:42.910Z] d747dcd14b5f: Verifying Checksum [2021-01-28T17:25:42.910Z] d747dcd14b5f: Download complete [2021-01-28T17:25:43.876Z] 2de7ff778b66: Verifying Checksum [2021-01-28T17:25:43.876Z] 2de7ff778b66: Download complete [2021-01-28T17:25:44.153Z] 0d9ebad4ef96: Verifying Checksum [2021-01-28T17:25:44.153Z] 0d9ebad4ef96: Download complete [2021-01-28T17:25:44.153Z] ab5ef0e58194: Verifying Checksum [2021-01-28T17:25:44.153Z] ab5ef0e58194: Download complete [2021-01-28T17:25:52.521Z] ab5ef0e58194: Pull complete [2021-01-28T17:25:52.521Z] 9712f1f96733: Pull complete [2021-01-28T17:25:55.237Z] 63f879dbbcfc: Pull complete [2021-01-28T17:26:08.047Z] 0d9ebad4ef96: Pull complete [2021-01-28T17:26:10.134Z] e9a5061849ea: Pull complete [2021-01-28T17:26:10.134Z] d747dcd14b5f: Pull complete [2021-01-28T17:26:14.506Z] 2de7ff778b66: Pull complete [2021-01-28T17:26:14.506Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-28T17:26:14.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T17:26:14.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-28T17:26:14.936Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:26:15.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:26:18.935Z] $ docker top 13ddd4189fc49aa04fac4acd8e0d41434d4bb52a24633a7c28c66ad996c80a24 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:26:19.250Z] provisioning config files... [2021-01-28T17:26:19.262Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/326@tmp/config7936793467788787646tmp [2021-01-28T17:26:19.282Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/326@tmp/config1085119758795249131tmp [2021-01-28T17:26:19.299Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/326@tmp/config6540736160930425618tmp [Pipeline] { [Pipeline] echo [2021-01-28T17:26:19.370Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:20.062Z] ---> sigul-configuration.sh [2021-01-28T17:26:20.062Z] gpg: directory `/root/.gnupg' created [2021-01-28T17:26:20.062Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-28T17:26:20.062Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-28T17:26:20.062Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-28T17:26:20.062Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-28T17:26:20.062Z] gpg: CAST5 encrypted data [2021-01-28T17:26:20.062Z] gpg: encrypted with 1 passphrase [2021-01-28T17:26:20.062Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-28T17:26:20.591Z] + mkdir /home/jenkins [2021-01-28T17:26:20.591Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-28T17:26:20.919Z] + 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-28T17:26:20.953Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:21.604Z] ---> sigul-install.sh [2021-01-28T17:26:28.271Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-28T17:26:28.904Z] + git tag --list [2021-01-28T17:26:28.904Z] 0.6.0 [2021-01-28T17:26:28.904Z] 0.6.1 [2021-01-28T17:26:28.904Z] 0.7.0 [2021-01-28T17:26:28.904Z] 0.7.1 [2021-01-28T17:26:28.904Z] v1.0.0 [2021-01-28T17:26:28.904Z] v1.0.1 [2021-01-28T17:26:28.904Z] v1.1.0 [2021-01-28T17:26:28.904Z] v1.2.0 [2021-01-28T17:26:28.904Z] v1.2.1 [2021-01-28T17:26:28.904Z] v1.2.2-dev.1 [2021-01-28T17:26:28.904Z] v1.2.2-dev.10 [2021-01-28T17:26:28.904Z] v1.2.2-dev.100 [2021-01-28T17:26:28.904Z] v1.2.2-dev.101 [2021-01-28T17:26:28.904Z] v1.2.2-dev.102 [2021-01-28T17:26:28.904Z] v1.2.2-dev.103 [2021-01-28T17:26:28.904Z] v1.2.2-dev.104 [2021-01-28T17:26:28.904Z] v1.2.2-dev.105 [2021-01-28T17:26:28.904Z] v1.2.2-dev.106 [2021-01-28T17:26:28.904Z] v1.2.2-dev.107 [2021-01-28T17:26:28.904Z] v1.2.2-dev.11 [2021-01-28T17:26:28.904Z] v1.2.2-dev.12 [2021-01-28T17:26:28.904Z] v1.2.2-dev.13 [2021-01-28T17:26:28.904Z] v1.2.2-dev.14 [2021-01-28T17:26:28.904Z] v1.2.2-dev.15 [2021-01-28T17:26:28.904Z] v1.2.2-dev.16 [2021-01-28T17:26:28.904Z] v1.2.2-dev.17 [2021-01-28T17:26:28.904Z] v1.2.2-dev.18 [2021-01-28T17:26:28.904Z] v1.2.2-dev.19 [2021-01-28T17:26:28.904Z] v1.2.2-dev.2 [2021-01-28T17:26:28.904Z] v1.2.2-dev.20 [2021-01-28T17:26:28.904Z] v1.2.2-dev.21 [2021-01-28T17:26:28.904Z] v1.2.2-dev.22 [2021-01-28T17:26:28.904Z] v1.2.2-dev.23 [2021-01-28T17:26:28.904Z] v1.2.2-dev.24 [2021-01-28T17:26:28.904Z] v1.2.2-dev.25 [2021-01-28T17:26:28.904Z] v1.2.2-dev.26 [2021-01-28T17:26:28.904Z] v1.2.2-dev.27 [2021-01-28T17:26:28.904Z] v1.2.2-dev.28 [2021-01-28T17:26:28.904Z] v1.2.2-dev.29 [2021-01-28T17:26:28.904Z] v1.2.2-dev.3 [2021-01-28T17:26:28.904Z] v1.2.2-dev.30 [2021-01-28T17:26:28.904Z] v1.2.2-dev.31 [2021-01-28T17:26:28.904Z] v1.2.2-dev.32 [2021-01-28T17:26:28.904Z] v1.2.2-dev.33 [2021-01-28T17:26:28.904Z] v1.2.2-dev.34 [2021-01-28T17:26:28.904Z] v1.2.2-dev.35 [2021-01-28T17:26:28.904Z] v1.2.2-dev.36 [2021-01-28T17:26:28.904Z] v1.2.2-dev.37 [2021-01-28T17:26:28.904Z] v1.2.2-dev.38 [2021-01-28T17:26:28.904Z] v1.2.2-dev.39 [2021-01-28T17:26:28.904Z] v1.2.2-dev.4 [2021-01-28T17:26:28.904Z] v1.2.2-dev.40 [2021-01-28T17:26:28.904Z] v1.2.2-dev.41 [2021-01-28T17:26:28.904Z] v1.2.2-dev.42 [2021-01-28T17:26:28.904Z] v1.2.2-dev.43 [2021-01-28T17:26:28.904Z] v1.2.2-dev.44 [2021-01-28T17:26:28.904Z] v1.2.2-dev.45 [2021-01-28T17:26:28.904Z] v1.2.2-dev.46 [2021-01-28T17:26:28.904Z] v1.2.2-dev.47 [2021-01-28T17:26:28.904Z] v1.2.2-dev.48 [2021-01-28T17:26:28.904Z] v1.2.2-dev.49 [2021-01-28T17:26:28.904Z] v1.2.2-dev.5 [2021-01-28T17:26:28.904Z] v1.2.2-dev.50 [2021-01-28T17:26:28.904Z] v1.2.2-dev.51 [2021-01-28T17:26:28.904Z] v1.2.2-dev.52 [2021-01-28T17:26:28.904Z] v1.2.2-dev.53 [2021-01-28T17:26:28.904Z] v1.2.2-dev.54 [2021-01-28T17:26:28.904Z] v1.2.2-dev.55 [2021-01-28T17:26:28.904Z] v1.2.2-dev.56 [2021-01-28T17:26:28.904Z] v1.2.2-dev.57 [2021-01-28T17:26:28.904Z] v1.2.2-dev.58 [2021-01-28T17:26:28.904Z] v1.2.2-dev.59 [2021-01-28T17:26:28.904Z] v1.2.2-dev.6 [2021-01-28T17:26:28.904Z] v1.2.2-dev.60 [2021-01-28T17:26:28.904Z] v1.2.2-dev.61 [2021-01-28T17:26:28.904Z] v1.2.2-dev.62 [2021-01-28T17:26:28.904Z] v1.2.2-dev.63 [2021-01-28T17:26:28.904Z] v1.2.2-dev.64 [2021-01-28T17:26:28.904Z] v1.2.2-dev.65 [2021-01-28T17:26:28.904Z] v1.2.2-dev.66 [2021-01-28T17:26:28.904Z] v1.2.2-dev.67 [2021-01-28T17:26:28.904Z] v1.2.2-dev.68 [2021-01-28T17:26:28.904Z] v1.2.2-dev.69 [2021-01-28T17:26:28.904Z] v1.2.2-dev.7 [2021-01-28T17:26:28.904Z] v1.2.2-dev.70 [2021-01-28T17:26:28.904Z] v1.2.2-dev.71 [2021-01-28T17:26:28.904Z] v1.2.2-dev.72 [2021-01-28T17:26:28.904Z] v1.2.2-dev.73 [2021-01-28T17:26:28.904Z] v1.2.2-dev.74 [2021-01-28T17:26:28.904Z] v1.2.2-dev.75 [2021-01-28T17:26:28.904Z] v1.2.2-dev.76 [2021-01-28T17:26:28.904Z] v1.2.2-dev.77 [2021-01-28T17:26:28.904Z] v1.2.2-dev.78 [2021-01-28T17:26:28.904Z] v1.2.2-dev.79 [2021-01-28T17:26:28.904Z] v1.2.2-dev.8 [2021-01-28T17:26:28.904Z] v1.2.2-dev.80 [2021-01-28T17:26:28.904Z] v1.2.2-dev.81 [2021-01-28T17:26:28.904Z] v1.2.2-dev.82 [2021-01-28T17:26:28.904Z] v1.2.2-dev.83 [2021-01-28T17:26:28.904Z] v1.2.2-dev.84 [2021-01-28T17:26:28.904Z] v1.2.2-dev.85 [2021-01-28T17:26:28.904Z] v1.2.2-dev.86 [2021-01-28T17:26:28.904Z] v1.2.2-dev.87 [2021-01-28T17:26:28.904Z] v1.2.2-dev.88 [2021-01-28T17:26:28.904Z] v1.2.2-dev.89 [2021-01-28T17:26:28.904Z] v1.2.2-dev.9 [2021-01-28T17:26:28.904Z] v1.2.2-dev.90 [2021-01-28T17:26:28.904Z] v1.2.2-dev.91 [2021-01-28T17:26:28.904Z] v1.2.2-dev.92 [2021-01-28T17:26:28.904Z] v1.2.2-dev.93 [2021-01-28T17:26:28.904Z] v1.2.2-dev.94 [2021-01-28T17:26:28.904Z] v1.2.2-dev.95 [2021-01-28T17:26:28.904Z] v1.2.2-dev.96 [2021-01-28T17:26:28.904Z] v1.2.2-dev.97 [2021-01-28T17:26:28.904Z] v1.2.2-dev.98 [2021-01-28T17:26:28.904Z] v1.2.2-dev.99 [2021-01-28T17:26:28.904Z] v1.3.0 [2021-01-28T17:26:28.904Z] v1.3.1-dev.1 [2021-01-28T17:26:28.904Z] v1.3.1-dev.10 [2021-01-28T17:26:28.904Z] v1.3.1-dev.11 [2021-01-28T17:26:28.904Z] v1.3.1-dev.12 [2021-01-28T17:26:28.904Z] v1.3.1-dev.13 [2021-01-28T17:26:28.904Z] v1.3.1-dev.14 [2021-01-28T17:26:28.904Z] v1.3.1-dev.15 [2021-01-28T17:26:28.904Z] v1.3.1-dev.16 [2021-01-28T17:26:28.904Z] v1.3.1-dev.17 [2021-01-28T17:26:28.904Z] v1.3.1-dev.18 [2021-01-28T17:26:28.904Z] v1.3.1-dev.2 [2021-01-28T17:26:28.904Z] v1.3.1-dev.3 [2021-01-28T17:26:28.904Z] v1.3.1-dev.4 [2021-01-28T17:26:28.904Z] v1.3.1-dev.5 [2021-01-28T17:26:28.904Z] v1.3.1-dev.6 [2021-01-28T17:26:28.904Z] v1.3.1-dev.7 [2021-01-28T17:26:28.904Z] v1.3.1-dev.8 [2021-01-28T17:26:28.904Z] v1.3.1-dev.9 [2021-01-28T17:26:28.904Z] v2.0.0-dev.1 [2021-01-28T17:26:28.904Z] v2.0.0-dev.10 [2021-01-28T17:26:28.904Z] v2.0.0-dev.11 [2021-01-28T17:26:28.904Z] v2.0.0-dev.12 [2021-01-28T17:26:28.904Z] v2.0.0-dev.13 [2021-01-28T17:26:28.904Z] v2.0.0-dev.14 [2021-01-28T17:26:28.904Z] v2.0.0-dev.15 [2021-01-28T17:26:28.905Z] v2.0.0-dev.16 [2021-01-28T17:26:28.905Z] v2.0.0-dev.17 [2021-01-28T17:26:28.905Z] v2.0.0-dev.18 [2021-01-28T17:26:28.905Z] v2.0.0-dev.19 [2021-01-28T17:26:28.905Z] v2.0.0-dev.2 [2021-01-28T17:26:28.905Z] v2.0.0-dev.20 [2021-01-28T17:26:28.905Z] v2.0.0-dev.21 [2021-01-28T17:26:28.905Z] v2.0.0-dev.22 [2021-01-28T17:26:28.905Z] v2.0.0-dev.23 [2021-01-28T17:26:28.905Z] v2.0.0-dev.24 [2021-01-28T17:26:28.905Z] v2.0.0-dev.25 [2021-01-28T17:26:28.905Z] v2.0.0-dev.26 [2021-01-28T17:26:28.905Z] v2.0.0-dev.27 [2021-01-28T17:26:28.905Z] v2.0.0-dev.28 [2021-01-28T17:26:28.905Z] v2.0.0-dev.29 [2021-01-28T17:26:28.905Z] v2.0.0-dev.3 [2021-01-28T17:26:28.905Z] v2.0.0-dev.30 [2021-01-28T17:26:28.905Z] v2.0.0-dev.31 [2021-01-28T17:26:28.905Z] v2.0.0-dev.32 [2021-01-28T17:26:28.905Z] v2.0.0-dev.33 [2021-01-28T17:26:28.905Z] v2.0.0-dev.34 [2021-01-28T17:26:28.905Z] v2.0.0-dev.35 [2021-01-28T17:26:28.905Z] v2.0.0-dev.36 [2021-01-28T17:26:28.905Z] v2.0.0-dev.37 [2021-01-28T17:26:28.905Z] v2.0.0-dev.38 [2021-01-28T17:26:28.905Z] v2.0.0-dev.39 [2021-01-28T17:26:28.905Z] v2.0.0-dev.4 [2021-01-28T17:26:28.905Z] v2.0.0-dev.40 [2021-01-28T17:26:28.905Z] v2.0.0-dev.41 [2021-01-28T17:26:28.905Z] v2.0.0-dev.42 [2021-01-28T17:26:28.905Z] v2.0.0-dev.43 [2021-01-28T17:26:28.905Z] v2.0.0-dev.44 [2021-01-28T17:26:28.905Z] v2.0.0-dev.45 [2021-01-28T17:26:28.905Z] v2.0.0-dev.46 [2021-01-28T17:26:28.905Z] v2.0.0-dev.47 [2021-01-28T17:26:28.905Z] v2.0.0-dev.48 [2021-01-28T17:26:28.905Z] v2.0.0-dev.49 [2021-01-28T17:26:28.905Z] v2.0.0-dev.5 [2021-01-28T17:26:28.905Z] v2.0.0-dev.50 [2021-01-28T17:26:28.905Z] v2.0.0-dev.51 [2021-01-28T17:26:28.905Z] v2.0.0-dev.52 [2021-01-28T17:26:28.905Z] v2.0.0-dev.53 [2021-01-28T17:26:28.905Z] v2.0.0-dev.54 [2021-01-28T17:26:28.905Z] v2.0.0-dev.55 [2021-01-28T17:26:28.905Z] v2.0.0-dev.56 [2021-01-28T17:26:28.905Z] v2.0.0-dev.57 [2021-01-28T17:26:28.905Z] v2.0.0-dev.58 [2021-01-28T17:26:28.905Z] v2.0.0-dev.59 [2021-01-28T17:26:28.905Z] v2.0.0-dev.6 [2021-01-28T17:26:28.905Z] v2.0.0-dev.60 [2021-01-28T17:26:28.905Z] v2.0.0-dev.61 [2021-01-28T17:26:28.905Z] v2.0.0-dev.62 [2021-01-28T17:26:28.905Z] v2.0.0-dev.63 [2021-01-28T17:26:28.905Z] v2.0.0-dev.7 [2021-01-28T17:26:28.905Z] v2.0.0-dev.8 [2021-01-28T17:26:28.905Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-28T17:26:29.220Z] + lftools sign git-tag v2.0.0-dev.63 [2021-01-28T17:26:31.171Z] Signing Git tag with Sigul... [2021-01-28T17:26:31.171Z] Signing v2.0.0-dev.63 [Pipeline] echo [2021-01-28T17:26:32.590Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:32.922Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-28T17:26:32.966Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-28T17:26:33.119Z] $ docker stop --time=1 13ddd4189fc49aa04fac4acd8e0d41434d4bb52a24633a7c28c66ad996c80a24 [2021-01-28T17:26:35.256Z] $ docker rm -f 13ddd4189fc49aa04fac4acd8e0d41434d4bb52a24633a7c28c66ad996c80a24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:26:36.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:26:36.283Z] . [Pipeline] withDockerContainer [2021-01-28T17:26:36.618Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:26:36.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:26:38.568Z] $ docker top bf4f16937811541925b4408ef3309afa5882d09c6360e338aefd509f454a1e54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:26:38.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:26:38.918Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:26:39.256Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:26:39.261Z] $ docker exec bf4f16937811541925b4408ef3309afa5882d09c6360e338aefd509f454a1e54 ssh-agent [2021-01-28T17:26:39.540Z] SSH_AUTH_SOCK=/tmp/ssh-KG9GQk2KVPlP/agent.12 [2021-01-28T17:26:39.540Z] SSH_AGENT_PID=17 [2021-01-28T17:26:39.550Z] Running ssh-add (command line suppressed) [2021-01-28T17:26:39.738Z] Identity added: /w/workspace/edgex-go/326@tmp/private_key_4586564474213899372.key (/w/workspace/edgex-go/326@tmp/private_key_4586564474213899372.key) [2021-01-28T17:26:39.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:26:40.202Z] + git semver bump pre [2021-01-28T17:26:40.500Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:26:40.500Z] # $GIT_DIR = /w/workspace/edgex-go/326/.git [2021-01-28T17:26:40.500Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/326 [2021-01-28T17:26:40.500Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:26:40.500Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:26:40.500Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:26:40.500Z] # $SEMVER_BRANCH = master [2021-01-28T17:26:40.500Z] # $SEMVER_DIR = /w/workspace/edgex-go/326/.semver [2021-01-28T17:26:40.500Z] 2.0.0-dev.64 [Pipeline] } [2021-01-28T17:26:40.574Z] $ docker exec --env ******** --env ******** bf4f16937811541925b4408ef3309afa5882d09c6360e338aefd509f454a1e54 ssh-agent -k [2021-01-28T17:26:40.765Z] unset SSH_AUTH_SOCK; [2021-01-28T17:26:40.765Z] unset SSH_AGENT_PID; [2021-01-28T17:26:40.766Z] echo Agent pid 17 killed; [2021-01-28T17:26:40.858Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:26:41.401Z] + git semver [Pipeline] } [2021-01-28T17:26:41.425Z] $ docker stop --time=1 bf4f16937811541925b4408ef3309afa5882d09c6360e338aefd509f454a1e54 [2021-01-28T17:26:42.898Z] $ docker rm -f bf4f16937811541925b4408ef3309afa5882d09c6360e338aefd509f454a1e54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:26:43.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:26:43.445Z] . [Pipeline] withDockerContainer [2021-01-28T17:26:43.570Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:26:43.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:26:44.933Z] $ docker top 197884bec216dc371089a9cd400dad64dc98555e82bd95132d71c19e1ef0b7b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:26:45.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:26:45.284Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:26:45.618Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:26:45.623Z] $ docker exec 197884bec216dc371089a9cd400dad64dc98555e82bd95132d71c19e1ef0b7b9 ssh-agent [2021-01-28T17:26:45.872Z] SSH_AUTH_SOCK=/tmp/ssh-Iqopd6zpgpbI/agent.12 [2021-01-28T17:26:45.872Z] SSH_AGENT_PID=18 [2021-01-28T17:26:45.883Z] Running ssh-add (command line suppressed) [2021-01-28T17:26:46.143Z] Identity added: /w/workspace/edgex-go/326@tmp/private_key_2180022280326139196.key (/w/workspace/edgex-go/326@tmp/private_key_2180022280326139196.key) [2021-01-28T17:26:46.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:26:46.951Z] + git semver push [2021-01-28T17:26:46.951Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:26:46.951Z] # $GIT_DIR = /w/workspace/edgex-go/326/.git [2021-01-28T17:26:46.951Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/326 [2021-01-28T17:26:46.951Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:26:46.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:26:46.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:26:46.951Z] # $SEMVER_BRANCH = master [2021-01-28T17:26:46.951Z] # $SEMVER_DIR = /w/workspace/edgex-go/326/.semver [Pipeline] } [2021-01-28T17:27:02.043Z] $ docker exec --env ******** --env ******** 197884bec216dc371089a9cd400dad64dc98555e82bd95132d71c19e1ef0b7b9 ssh-agent -k [2021-01-28T17:27:02.296Z] unset SSH_AUTH_SOCK; [2021-01-28T17:27:02.299Z] unset SSH_AGENT_PID; [2021-01-28T17:27:02.299Z] echo Agent pid 18 killed; [2021-01-28T17:27:02.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:27:03.038Z] + git semver [Pipeline] } [2021-01-28T17:27:03.324Z] $ docker stop --time=1 197884bec216dc371089a9cd400dad64dc98555e82bd95132d71c19e1ef0b7b9 [2021-01-28T17:27:04.948Z] $ docker rm -f 197884bec216dc371089a9cd400dad64dc98555e82bd95132d71c19e1ef0b7b9 [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-28T17:27:06.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:07.352Z] ---> package-listing.sh [2021-01-28T17:27:07.352Z] ++ facter osfamily [2021-01-28T17:27:07.352Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T17:27:07.618Z] + OS_FAMILY=redhat [2021-01-28T17:27:07.618Z] + workspace=/w/workspace/edgex-go/326 [2021-01-28T17:27:07.618Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T17:27:07.618Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T17:27:07.618Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T17:27:07.618Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T17:27:07.618Z] + '[' /w/workspace/edgex-go/326 ']' [2021-01-28T17:27:07.618Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T17:27:07.618Z] + case "${OS_FAMILY}" in [2021-01-28T17:27:07.618Z] + sort [2021-01-28T17:27:07.618Z] + rpm -qa [2021-01-28T17:27:14.503Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T17:27:14.503Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T17:27:14.503Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T17:27:14.503Z] + '[' /w/workspace/edgex-go/326 ']' [2021-01-28T17:27:14.503Z] + mkdir -p /w/workspace/edgex-go/326/archives/ [2021-01-28T17:27:14.503Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/326/archives/ [Pipeline] echo [2021-01-28T17:27:14.521Z] 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/326/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T17:27:14.829Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:27:15.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:27:15.678Z] [2021-01-28T17:27:15.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:27:16.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:27:16.042Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T17:27:16.042Z] df20fa9351a1: Pulling fs layer [2021-01-28T17:27:16.042Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T17:27:16.042Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T17:27:16.042Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T17:27:16.042Z] 93b61091891f: Pulling fs layer [2021-01-28T17:27:16.042Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T17:27:16.042Z] 5e14af77c1be: Pulling fs layer [2021-01-28T17:27:16.042Z] 01666e4c0597: Pulling fs layer [2021-01-28T17:27:16.042Z] aa168da1d23b: Pulling fs layer [2021-01-28T17:27:16.042Z] 46f8f816bc3b: Waiting [2021-01-28T17:27:16.042Z] 93b61091891f: Waiting [2021-01-28T17:27:16.042Z] 93b9cdb0e59b: Waiting [2021-01-28T17:27:16.042Z] 5e14af77c1be: Waiting [2021-01-28T17:27:16.042Z] 01666e4c0597: Waiting [2021-01-28T17:27:16.042Z] aa168da1d23b: Waiting [2021-01-28T17:27:16.042Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T17:27:16.042Z] 36b3adc4ff6f: Download complete [2021-01-28T17:27:16.042Z] 46f8f816bc3b: Download complete [2021-01-28T17:27:16.310Z] df20fa9351a1: Verifying Checksum [2021-01-28T17:27:16.310Z] df20fa9351a1: Download complete [2021-01-28T17:27:16.310Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T17:27:16.310Z] 93b9cdb0e59b: Download complete [2021-01-28T17:27:16.310Z] 93b61091891f: Download complete [2021-01-28T17:27:16.310Z] 5e14af77c1be: Download complete [2021-01-28T17:27:16.310Z] 01666e4c0597: Verifying Checksum [2021-01-28T17:27:16.310Z] 01666e4c0597: Download complete [2021-01-28T17:27:16.909Z] df20fa9351a1: Pull complete [2021-01-28T17:27:17.178Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T17:27:17.178Z] 8ad3a11d3b57: Download complete [2021-01-28T17:27:17.178Z] 36b3adc4ff6f: Pull complete [2021-01-28T17:27:19.227Z] 8ad3a11d3b57: Pull complete [2021-01-28T17:27:20.203Z] 46f8f816bc3b: Pull complete [2021-01-28T17:27:20.484Z] aa168da1d23b: Verifying Checksum [2021-01-28T17:27:20.484Z] aa168da1d23b: Download complete [2021-01-28T17:27:20.749Z] 93b61091891f: Pull complete [2021-01-28T17:27:21.017Z] 93b9cdb0e59b: Pull complete [2021-01-28T17:27:21.294Z] 5e14af77c1be: Pull complete [2021-01-28T17:27:21.566Z] 01666e4c0597: Pull complete [2021-01-28T17:27:33.973Z] aa168da1d23b: Pull complete [2021-01-28T17:27:33.973Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T17:27:33.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:27:33.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T17:27:34.176Z] prd-centos7-docker-4c-2g-23781 does not seem to be running inside a container [2021-01-28T17:27:34.284Z] $ 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/326/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/326 -v /w/workspace/edgex-go/326:/w/workspace/edgex-go/326:rw,z -v /w/workspace/edgex-go/326@tmp:/w/workspace/edgex-go/326@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-28T17:27:38.388Z] $ docker top e4f9c73d36c036064c290be7a16efd1aca8c3826023a6dd6f20a69fc0e3f0efa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:27:39.013Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T17:27:39.360Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T17:27:39.686Z] + ls /var/log/sa-host [2021-01-28T17:27:39.686Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T17:27:39.686Z] file_magic: OK [2021-01-28T17:27:39.686Z] HZ: Using current value: 100 [2021-01-28T17:27:39.686Z] file_header: OK [2021-01-28T17:27:39.686Z] 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-28T17:27:39.686Z] Statistics: [2021-01-28T17:27:39.686Z] Hnuu...uuuununununu... [2021-01-28T17:27:39.686Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T17:27:39.686Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T17:27:39.686Z] file_magic: OK [2021-01-28T17:27:39.686Z] HZ: Using current value: 100 [2021-01-28T17:27:39.686Z] file_header: OK [2021-01-28T17:27:39.686Z] 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-28T17:27:39.686Z] Statistics: [2021-01-28T17:27:39.686Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T17:27:39.686Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:27:39.987Z] provisioning config files... [2021-01-28T17:27:40.026Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/326@tmp/config3918887171823832285tmp [Pipeline] { [Pipeline] echo [2021-01-28T17:27:40.094Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:40.413Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T17:27:40.429Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T17:27:40.557Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:41.211Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T17:27:41.223Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:41.746Z] ---> sudo-logs.sh [2021-01-28T17:27:41.746Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T17:27:41.761Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:42.068Z] ---> job-cost.sh [2021-01-28T17:27:42.069Z] lf-activate-venv: SKIPPING [2021-01-28T17:27:42.069Z] INFO: No Stack... [2021-01-28T17:27:43.020Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T17:27:43.601Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T17:27:43.617Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:43.940Z] ---> logs-deploy.sh [2021-01-28T17:27:43.940Z] lf-activate-venv: SKIPPING [2021-01-28T17:27:43.940Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/326 [2021-01-28T17:27:43.940Z] INFO: archiving workspace using pattern(s): [2021-01-28T17:27:45.879Z] Archives upload complete. [2021-01-28T17:27:46.177Z] INFO: archiving logs to Nexus