Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4796bc35210d426274ed882bf814f8261df78b77 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20393 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/297 [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/297 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4796bc35210d426274ed882bf814f8261df78b77 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 Commit message: "feat(meta): implement PATCH /provisionwatcher v2 API (#3028)" > git rev-list --no-walk 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T04:34:17.169Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T04:34:17.456Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T04:34:17.563Z] ========================================================= [2021-01-15T04:34:17.563Z] EdgeX Global Pipelines Version Info [2021-01-15T04:34:17.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:34:19.589Z] ------------------- [2021-01-15T04:34:19.589Z] stable info: [2021-01-15T04:34:19.589Z] ------------------- [2021-01-15T04:34:19.589Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T04:34:19.589Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T04:34:19.589Z] Message: update stable to v1.0.177 [2021-01-15T04:34:20.549Z] ------------------- [2021-01-15T04:34:20.550Z] experimental info: [2021-01-15T04:34:20.550Z] ------------------- [2021-01-15T04:34:20.550Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T04:34:20.550Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T04:34:20.550Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T04:34:20.828Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T04:34:20.921Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T04:34:21.014Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T04:34:21.105Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T04:34:21.196Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T04:34:21.288Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T04:34:21.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T04:34:21.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T04:34:21.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T04:34:21.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T04:34:21.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T04:34:21.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T04:34:22.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T04:34:22.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T04:34:22.212Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T04:34:22.315Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T04:34:22.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T04:34:22.491Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T04:34:22.606Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T04:34:22.709Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T04:34:22.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T04:34:22.915Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T04:34:23.004Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T04:34:23.134Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-15T04:34:23.250Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-15T04:34:23.347Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-15T04:34:23.457Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] echo [2021-01-15T04:34:23.552Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4796bc3 [Pipeline] echo [2021-01-15T04:34:23.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T04:34:23.810Z] provisioning config files... [2021-01-15T04:34:23.855Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/297@tmp/config8313068882033274177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:34:24.305Z] ---> docker-login.sh [2021-01-15T04:34:24.305Z] nexus3.edgexfoundry.org:10001 [2021-01-15T04:34:24.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:34:25.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:34:25.186Z] Configure a credential helper to remove this warning. See [2021-01-15T04:34:25.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:34:25.186Z] [2021-01-15T04:34:25.186Z] Login Succeeded [2021-01-15T04:34:25.186Z] nexus3.edgexfoundry.org:10002 [2021-01-15T04:34:25.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:34:25.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:34:25.452Z] Configure a credential helper to remove this warning. See [2021-01-15T04:34:25.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:34:25.452Z] [2021-01-15T04:34:25.452Z] Login Succeeded [2021-01-15T04:34:25.452Z] nexus3.edgexfoundry.org:10003 [2021-01-15T04:34:25.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:34:25.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:34:25.996Z] Configure a credential helper to remove this warning. See [2021-01-15T04:34:25.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:34:25.996Z] [2021-01-15T04:34:25.996Z] Login Succeeded [2021-01-15T04:34:25.996Z] nexus3.edgexfoundry.org:10004 [2021-01-15T04:34:25.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:34:26.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:34:26.269Z] Configure a credential helper to remove this warning. See [2021-01-15T04:34:26.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:34:26.269Z] [2021-01-15T04:34:26.269Z] Login Succeeded [2021-01-15T04:34:26.269Z] docker.io [2021-01-15T04:34:26.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:34:26.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:34:26.872Z] Configure a credential helper to remove this warning. See [2021-01-15T04:34:26.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:34:26.872Z] [2021-01-15T04:34:26.872Z] Login Succeeded [2021-01-15T04:34:26.872Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T04:34:26.882Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T04:34:27.411Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-15T04:34:27.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.411Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T04:34:27.411Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.411Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T04:34:27.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.411Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T04:34:27.411Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.411Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T04:34:27.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.411Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T04:34:27.411Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.411Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T04:34:27.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.411Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.411Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T04:34:27.411Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T04:34:27.411Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.411Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T04:34:27.411Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.412Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T04:34:27.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.412Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T04:34:27.412Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.412Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T04:34:27.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.412Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T04:34:27.412Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.412Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T04:34:27.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.412Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.412Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T04:34:27.412Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T04:34:27.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:34:27.412Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T04:34:27.412Z] ++ cut -d/ -f2 [2021-01-15T04:34:27.412Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T04:34:27.526Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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-15T04:34:29.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:34:29.069Z] [2021-01-15T04:34:29.069Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:34:29.463Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:34:29.463Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T04:34:29.463Z] 31603596830f: Pulling fs layer [2021-01-15T04:34:29.463Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T04:34:29.463Z] 6ca5941a6612: Pulling fs layer [2021-01-15T04:34:29.463Z] ecc8261a40a4: Pulling fs layer [2021-01-15T04:34:29.463Z] ecc8261a40a4: Waiting [2021-01-15T04:34:29.463Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T04:34:29.463Z] 2a8b12db71e7: Download complete [2021-01-15T04:34:29.818Z] 31603596830f: Verifying Checksum [2021-01-15T04:34:29.818Z] 31603596830f: Download complete [2021-01-15T04:34:30.103Z] ecc8261a40a4: Verifying Checksum [2021-01-15T04:34:30.103Z] ecc8261a40a4: Download complete [2021-01-15T04:34:30.103Z] 6ca5941a6612: Verifying Checksum [2021-01-15T04:34:30.103Z] 6ca5941a6612: Download complete [2021-01-15T04:34:30.385Z] 31603596830f: Pull complete [2021-01-15T04:34:30.667Z] 2a8b12db71e7: Pull complete [2021-01-15T04:34:32.114Z] 6ca5941a6612: Pull complete [2021-01-15T04:34:32.410Z] ecc8261a40a4: Pull complete [2021-01-15T04:34:32.410Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T04:34:32.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:34:32.410Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T04:34:32.747Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:34:32.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T04:34:36.279Z] $ docker top 3f4ea565c4735d63b6d775281d39e498bb7203b0eac19eaa8adc3dd24f742b81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T04:34:36.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T04:34:36.761Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T04:34:37.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T04:34:37.189Z] $ docker exec 3f4ea565c4735d63b6d775281d39e498bb7203b0eac19eaa8adc3dd24f742b81 ssh-agent [2021-01-15T04:34:37.550Z] SSH_AUTH_SOCK=/tmp/ssh-fMd6oGHHOB5q/agent.12 [2021-01-15T04:34:37.550Z] SSH_AGENT_PID=18 [2021-01-15T04:34:37.582Z] Running ssh-add (command line suppressed) [2021-01-15T04:34:37.844Z] Identity added: /w/workspace/edgex-go/297@tmp/private_key_2723989606996536993.key (/w/workspace/edgex-go/297@tmp/private_key_2723989606996536993.key) [2021-01-15T04:34:37.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T04:34:38.346Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T04:34:38.391Z] $ docker exec --env ******** --env ******** 3f4ea565c4735d63b6d775281d39e498bb7203b0eac19eaa8adc3dd24f742b81 ssh-agent -k [2021-01-15T04:34:38.577Z] unset SSH_AUTH_SOCK; [2021-01-15T04:34:38.578Z] unset SSH_AGENT_PID; [2021-01-15T04:34:38.578Z] echo Agent pid 18 killed; [2021-01-15T04:34:38.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T04:34:38.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T04:34:38.814Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T04:34:39.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T04:34:39.221Z] $ docker exec 3f4ea565c4735d63b6d775281d39e498bb7203b0eac19eaa8adc3dd24f742b81 ssh-agent [2021-01-15T04:34:39.471Z] SSH_AUTH_SOCK=/tmp/ssh-kVjE8Xv39vRn/agent.47 [2021-01-15T04:34:39.471Z] SSH_AGENT_PID=53 [2021-01-15T04:34:39.484Z] Running ssh-add (command line suppressed) [2021-01-15T04:34:39.706Z] Identity added: /w/workspace/edgex-go/297@tmp/private_key_1524047215521183249.key (/w/workspace/edgex-go/297@tmp/private_key_1524047215521183249.key) [2021-01-15T04:34:39.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T04:34:40.582Z] + git semver init [2021-01-15T04:34:40.582Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T04:34:40.582Z] # $GIT_DIR = /w/workspace/edgex-go/297/.git [2021-01-15T04:34:40.582Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/297 [2021-01-15T04:34:40.582Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T04:34:40.582Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T04:34:40.582Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T04:34:40.582Z] # $SEMVER_BRANCH = master [2021-01-15T04:34:40.582Z] # $SEMVER_TEMP = /tmp/semver-089046865 [2021-01-15T04:34:40.582Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T04:35:19.973Z] # '/tmp/semver-089046865' -> '/w/workspace/edgex-go/297/.semver' [2021-01-15T04:35:19.973Z] # -> Force: false [2021-01-15T04:35:19.973Z] # $SEMVER_DIR = /w/workspace/edgex-go/297/.semver [Pipeline] } [2021-01-15T04:35:19.995Z] $ docker exec --env ******** --env ******** 3f4ea565c4735d63b6d775281d39e498bb7203b0eac19eaa8adc3dd24f742b81 ssh-agent -k [2021-01-15T04:35:20.528Z] unset SSH_AUTH_SOCK; [2021-01-15T04:35:20.528Z] unset SSH_AGENT_PID; [2021-01-15T04:35:20.529Z] echo Agent pid 53 killed; [2021-01-15T04:35:20.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T04:35:21.155Z] + git semver [Pipeline] } [2021-01-15T04:35:21.177Z] $ docker stop --time=1 3f4ea565c4735d63b6d775281d39e498bb7203b0eac19eaa8adc3dd24f742b81 [2021-01-15T04:35:22.906Z] $ docker rm -f 3f4ea565c4735d63b6d775281d39e498bb7203b0eac19eaa8adc3dd24f742b81 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T04:35:23.563Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T04:35:24.451Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T04:35:24.454Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.38 [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-15T04:35:25.340Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:35:25.691Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:35:26.026Z] + true [2021-01-15T04:35:26.026Z] + sudo service docker restart [2021-01-15T04:35:26.026Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T04:35:27.026Z] ========================================================= [2021-01-15T04:35:27.026Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T04:35:27.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:35:27.424Z] + 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-15T04:35:35.694Z] Sending build context to Docker daemon 326.5MB [2021-01-15T04:35:35.694Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T04:35:35.694Z] Step 2/6 : FROM ${BASE} [2021-01-15T04:35:35.694Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T04:35:35.694Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T04:35:35.694Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T04:35:35.694Z] de9db76c5a1d: Pulling fs layer [2021-01-15T04:35:35.694Z] bca2f99d35d6: Pulling fs layer [2021-01-15T04:35:35.694Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T04:35:35.694Z] 7c6f9722023f: Pulling fs layer [2021-01-15T04:35:35.694Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T04:35:35.694Z] bca2f99d35d6: Waiting [2021-01-15T04:35:35.694Z] 93359f2a8cfa: Waiting [2021-01-15T04:35:35.694Z] 7c6f9722023f: Waiting [2021-01-15T04:35:35.694Z] a35cf1a2eb13: Waiting [2021-01-15T04:35:35.694Z] de9db76c5a1d: Verifying Checksum [2021-01-15T04:35:35.694Z] de9db76c5a1d: Download complete [2021-01-15T04:35:35.694Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T04:35:35.694Z] 0ef7d3d256c8: Download complete [2021-01-15T04:35:35.694Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T04:35:35.694Z] 93359f2a8cfa: Download complete [2021-01-15T04:35:35.694Z] 7c6f9722023f: Verifying Checksum [2021-01-15T04:35:35.694Z] 7c6f9722023f: Download complete [2021-01-15T04:35:36.825Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T04:35:36.825Z] 188c0c94c7c5: Download complete [2021-01-15T04:35:37.156Z] 188c0c94c7c5: Pull complete [2021-01-15T04:35:37.583Z] 0ef7d3d256c8: Pull complete [2021-01-15T04:35:37.862Z] de9db76c5a1d: Pull complete [2021-01-15T04:35:39.829Z] Still waiting to schedule task [2021-01-15T04:35:39.829Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-15T04:35:41.460Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T04:35:41.460Z] a35cf1a2eb13: Download complete [2021-01-15T04:35:42.436Z] bca2f99d35d6: Verifying Checksum [2021-01-15T04:35:42.436Z] bca2f99d35d6: Download complete [2021-01-15T04:35:52.739Z] bca2f99d35d6: Pull complete [2021-01-15T04:35:52.739Z] 93359f2a8cfa: Pull complete [2021-01-15T04:35:52.739Z] 7c6f9722023f: Pull complete [2021-01-15T04:35:58.257Z] a35cf1a2eb13: Pull complete [2021-01-15T04:35:58.257Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T04:35:58.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T04:35:58.257Z] ---> a62c8e92a672 [2021-01-15T04:35:58.257Z] 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-15T04:35:58.257Z] ---> Running in f2900f17d7cd [2021-01-15T04:35:59.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:36:00.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:36:00.966Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T04:36:00.966Z] (2/12) Installing file (5.38-r0) [2021-01-15T04:36:01.238Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T04:36:01.238Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T04:36:06.778Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T04:36:06.778Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T04:36:06.778Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T04:36:06.778Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T04:36:06.778Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T04:36:06.778Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T04:36:06.778Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T04:36:06.778Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T04:36:06.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:36:06.778Z] OK: 233 MiB in 51 packages [2021-01-15T04:36:10.207Z] Removing intermediate container f2900f17d7cd [2021-01-15T04:36:10.207Z] ---> a46840a637df [2021-01-15T04:36:10.207Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T04:36:10.480Z] ---> Running in 25e9a94fe022 [2021-01-15T04:36:10.784Z] Removing intermediate container 25e9a94fe022 [2021-01-15T04:36:10.784Z] ---> eef97472c2a8 [2021-01-15T04:36:10.784Z] Step 5/6 : COPY go.mod . [2021-01-15T04:36:11.060Z] ---> 5abd09cfeeb0 [2021-01-15T04:36:11.060Z] Step 6/6 : RUN go mod download [2021-01-15T04:36:11.354Z] ---> Running in 20e54cbe8245 [2021-01-15T04:36:38.263Z] Removing intermediate container 20e54cbe8245 [2021-01-15T04:36:38.263Z] ---> bd0b548a889e [2021-01-15T04:36:38.263Z] Successfully built bd0b548a889e [2021-01-15T04:36:38.263Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:36:38.613Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T04:36:38.613Z] . [Pipeline] withDockerContainer [2021-01-15T04:36:39.067Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:36:39.165Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@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-x86_64 cat [2021-01-15T04:36:40.549Z] $ docker top 93386c3a98ba9b96d86a09739495f4401d3cadb6235d82388308c4fd4241106a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:36:41.325Z] + go version [2021-01-15T04:36:41.596Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T04:36:41.615Z] $ docker stop --time=1 93386c3a98ba9b96d86a09739495f4401d3cadb6235d82388308c4fd4241106a [2021-01-15T04:36:43.172Z] $ docker rm -f 93386c3a98ba9b96d86a09739495f4401d3cadb6235d82388308c4fd4241106a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:36:44.227Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T04:36:44.227Z] . [Pipeline] withDockerContainer [2021-01-15T04:36:44.363Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:36:44.456Z] $ 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/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@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-x86_64 cat [2021-01-15T04:36:45.668Z] $ docker top fedd6f5a18ab0fc35e1e82eef63ce5777f6ffa63b85fd797937b4b014cfd8878 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T04:36:46.007Z] ========================================================= [2021-01-15T04:36:46.008Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T04:36:46.008Z] ========================================================= [Pipeline] sh [2021-01-15T04:36:46.338Z] + make test [2021-01-15T04:36:46.605Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T04:37:03.012Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T04:37:27.230Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20395 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-15T04:37:27.285Z] Running in /w/workspace/edgex-go/297 [Pipeline] { [Pipeline] checkout [2021-01-15T04:37:30.595Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T04:37:32.820Z] using credential edgex-jenkins-ssh [2021-01-15T04:37:32.920Z] Cloning the remote Git repository [2021-01-15T04:37:32.989Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:37:33.126Z] > git init /w/workspace/edgex-go/297 # timeout=10 [2021-01-15T04:37:33.218Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:37:33.219Z] > git --version # timeout=10 [2021-01-15T04:37:33.238Z] > git --version # 'git version 2.17.1' [2021-01-15T04:37:33.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:37:33.308Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T04:37:39.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T04:37:39.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T04:37:39.096Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T04:37:39.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T04:37:39.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T04:37:39.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T04:37:40.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T04:37:41.946Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T04:37:42.668Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T04:37:47.272Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T04:37:47.272Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T04:37:47.272Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T04:37:48.947Z] Checking out Revision 4796bc35210d426274ed882bf814f8261df78b77 (master) [2021-01-15T04:37:48.255Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T04:37:48.281Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T04:37:48.302Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T04:37:48.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:37:48.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:37:48.360Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T04:37:48.962Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T04:37:48.985Z] > git checkout -f 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 [2021-01-15T04:37:50.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.191s coverage: 46.6% of statements [2021-01-15T04:37:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T04:37:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T04:37:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T04:37:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T04:37:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T04:37:53.714Z] Commit message: "feat(meta): implement PATCH /provisionwatcher v2 API (#3028)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T04:37:55.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.373s coverage: 27.0% of statements [2021-01-15T04:37:55.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T04:37:55.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T04:37:55.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T04:37:55.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T04:37:55.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T04:37:55.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T04:37:55.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-15T04:37:55.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T04:37:55.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.194s coverage: 100.0% of statements [2021-01-15T04:37:55.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T04:37:55.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T04:37:55.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.148s coverage: 67.9% of statements [2021-01-15T04:37:55.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T04:37:55.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T04:37:55.416Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:37:55.880Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:37:55.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 82.3% of statements [2021-01-15T04:37:55.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T04:37:55.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T04:37:55.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T04:37:55.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T04:37:56.236Z] + sudo service docker restart [2021-01-15T04:37:56.236Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T04:37:58.308Z] provisioning config files... [2021-01-15T04:37:58.351Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/297@tmp/config296616390608909972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:37:58.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.521s coverage: 28.6% of statements [2021-01-15T04:37:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T04:37:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T04:37:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T04:37:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T04:37:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T04:37:58.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.097s coverage: 100.0% of statements [2021-01-15T04:37:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T04:37:58.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-15T04:37:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T04:37:58.765Z] ---> docker-login.sh [2021-01-15T04:37:58.765Z] nexus3.edgexfoundry.org:10001 [2021-01-15T04:37:59.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:38:00.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:38:00.028Z] Configure a credential helper to remove this warning. See [2021-01-15T04:38:00.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:38:00.028Z] [2021-01-15T04:38:00.028Z] Login Succeeded [2021-01-15T04:38:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.167s coverage: 86.7% of statements [2021-01-15T04:38:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T04:38:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.179s coverage: 97.5% of statements [2021-01-15T04:38:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T04:38:00.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements [2021-01-15T04:38:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T04:38:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T04:38:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T04:38:00.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T04:38:00.305Z] nexus3.edgexfoundry.org:10002 [2021-01-15T04:38:00.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:38:00.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:38:00.852Z] Configure a credential helper to remove this warning. See [2021-01-15T04:38:00.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:38:00.852Z] [2021-01-15T04:38:00.852Z] Login Succeeded [2021-01-15T04:38:00.852Z] nexus3.edgexfoundry.org:10003 [2021-01-15T04:38:01.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:38:01.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:38:01.125Z] Configure a credential helper to remove this warning. See [2021-01-15T04:38:01.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:38:01.125Z] [2021-01-15T04:38:01.125Z] Login Succeeded [2021-01-15T04:38:01.125Z] nexus3.edgexfoundry.org:10004 [2021-01-15T04:38:01.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:38:01.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:38:01.720Z] Configure a credential helper to remove this warning. See [2021-01-15T04:38:01.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:38:01.720Z] [2021-01-15T04:38:01.720Z] Login Succeeded [2021-01-15T04:38:01.720Z] docker.io [2021-01-15T04:38:01.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:38:02.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:38:02.265Z] Configure a credential helper to remove this warning. See [2021-01-15T04:38:02.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:38:02.266Z] [2021-01-15T04:38:02.266Z] Login Succeeded [2021-01-15T04:38:02.539Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T04:38:02.557Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T04:38:03.089Z] ========================================================= [2021-01-15T04:38:03.089Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T04:38:03.089Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:38:03.462Z] + 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-15T04:38:04.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.691s coverage: 93.5% of statements [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T04:38:04.737Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T04:38:04.737Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.120s coverage: 0.1% of statements [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T04:38:04.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T04:38:04.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.160s coverage: 75.5% of statements [2021-01-15T04:38:04.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T04:38:04.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-01-15T04:38:04.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-01-15T04:38:05.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements [2021-01-15T04:38:05.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.265s coverage: 91.4% of statements [2021-01-15T04:38:05.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T04:38:06.089Z] Sending build context to Docker daemon 165.5MB [2021-01-15T04:38:06.090Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T04:38:06.090Z] Step 2/6 : FROM ${BASE} [2021-01-15T04:38:06.090Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T04:38:06.090Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T04:38:06.090Z] a4357932f1b6: Pulling fs layer [2021-01-15T04:38:06.090Z] 18c013af1878: Pulling fs layer [2021-01-15T04:38:06.090Z] 00ac8860ef70: Pulling fs layer [2021-01-15T04:38:06.090Z] 63d7cb157983: Pulling fs layer [2021-01-15T04:38:06.090Z] b116817d02f9: Pulling fs layer [2021-01-15T04:38:06.090Z] 745a02a5169b: Pulling fs layer [2021-01-15T04:38:06.090Z] 00ac8860ef70: Waiting [2021-01-15T04:38:06.090Z] b116817d02f9: Waiting [2021-01-15T04:38:06.090Z] 63d7cb157983: Waiting [2021-01-15T04:38:06.090Z] 745a02a5169b: Waiting [2021-01-15T04:38:06.090Z] 18c013af1878: Verifying Checksum [2021-01-15T04:38:06.090Z] 18c013af1878: Download complete [2021-01-15T04:38:06.090Z] a4357932f1b6: Download complete [2021-01-15T04:38:06.090Z] 63d7cb157983: Download complete [2021-01-15T04:38:06.090Z] b116817d02f9: Verifying Checksum [2021-01-15T04:38:06.090Z] b116817d02f9: Download complete [2021-01-15T04:38:06.090Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T04:38:06.090Z] 5f621e34cdf4: Download complete [2021-01-15T04:38:06.363Z] 5f621e34cdf4: Pull complete [2021-01-15T04:38:06.965Z] a4357932f1b6: Pull complete [2021-01-15T04:38:07.243Z] 18c013af1878: Pull complete [2021-01-15T04:38:07.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.328s coverage: 63.5% of statements [2021-01-15T04:38:07.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T04:38:07.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T04:38:07.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-15T04:38:07.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-15T04:38:07.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-15T04:38:07.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-01-15T04:38:08.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-15T04:38:08.686Z] 745a02a5169b: Verifying Checksum [2021-01-15T04:38:08.686Z] 745a02a5169b: Download complete [2021-01-15T04:38:10.119Z] 00ac8860ef70: Verifying Checksum [2021-01-15T04:38:10.119Z] 00ac8860ef70: Download complete [2021-01-15T04:38:11.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.737s coverage: 68.9% of statements [2021-01-15T04:38:11.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T04:38:11.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T04:38:11.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T04:38:11.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T04:38:11.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T04:38:11.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.222s coverage: 37.0% of statements [2021-01-15T04:38:11.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T04:38:11.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T04:38:11.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.702s coverage: 84.0% of statements [2021-01-15T04:38:11.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2021-01-15T04:38:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.205s coverage: 47.1% of statements [2021-01-15T04:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T04:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T04:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T04:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T04:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T04:38:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-01-15T04:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T04:38:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-01-15T04:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T04:38:17.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.443s coverage: 29.1% of statements [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T04:38:17.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.127s coverage: 99.0% of statements [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T04:38:17.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T04:38:17.804Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.078s coverage: 0.0% of statements [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T04:38:17.804Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T04:38:17.804Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.113s coverage: 87.9% of statements [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T04:38:17.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T04:38:18.127Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-01-15T04:38:19.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.097s coverage: 32.1% of statements [2021-01-15T04:38:19.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.123s coverage: 100.0% of statements [2021-01-15T04:38:19.691Z] GO111MODULE=on go vet ./... [2021-01-15T04:38:20.275Z] 00ac8860ef70: Pull complete [2021-01-15T04:38:20.275Z] 63d7cb157983: Pull complete [2021-01-15T04:38:20.275Z] b116817d02f9: Pull complete [2021-01-15T04:38:23.659Z] 745a02a5169b: Pull complete [2021-01-15T04:38:23.659Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T04:38:23.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T04:38:23.659Z] ---> b7e6874047d6 [2021-01-15T04:38:23.659Z] 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-15T04:38:27.063Z] ---> Running in 9afaa2b4b14e [2021-01-15T04:38:28.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:38:28.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:38:29.232Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T04:38:29.503Z] (2/12) Installing file (5.38-r0) [2021-01-15T04:38:29.503Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T04:38:29.773Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T04:38:39.899Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T04:38:39.899Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T04:38:39.899Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T04:38:39.899Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T04:38:39.899Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T04:38:39.899Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T04:38:39.899Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T04:38:39.899Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T04:38:39.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:38:39.899Z] OK: 217 MiB in 51 packages [2021-01-15T04:38:44.216Z] Removing intermediate container 9afaa2b4b14e [2021-01-15T04:38:44.216Z] ---> 2dd974a941d3 [2021-01-15T04:38:44.216Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T04:38:44.216Z] ---> Running in 1ce14413d396 [2021-01-15T04:38:44.216Z] Removing intermediate container 1ce14413d396 [2021-01-15T04:38:44.216Z] ---> e0a5eba7885f [2021-01-15T04:38:44.216Z] Step 5/6 : COPY go.mod . [2021-01-15T04:38:44.813Z] ---> 2788fd545189 [2021-01-15T04:38:44.813Z] Step 6/6 : RUN go mod download [2021-01-15T04:38:45.108Z] ---> Running in 64d7a01279df [2021-01-15T04:39:07.025Z] gofmt -l . [2021-01-15T04:39:07.025Z] [ "`gofmt -l .`" = "" ] [2021-01-15T04:39:07.025Z] ./bin/test-go-mod-tidy.sh [2021-01-15T04:39:08.504Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T04:39:10.114Z] + ls -al . [2021-01-15T04:39:10.114Z] total 656 [2021-01-15T04:39:10.115Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 04:39 . [2021-01-15T04:39:10.115Z] drwxr-xr-x 4 root root 32 Jan 15 04:36 .. [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 04:34 .dockerignore [2021-01-15T04:39:10.115Z] drwxrwxr-x 8 1001 1001 162 Jan 15 04:34 .git [2021-01-15T04:39:10.115Z] drwxrwxr-x 3 1001 1001 125 Jan 15 04:34 .github [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 04:34 .gitignore [2021-01-15T04:39:10.115Z] drwx------ 3 1001 1001 32 Jan 15 04:35 .semver [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 04:34 .sonarcloud.properties [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 04:34 Attribution.txt [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 04:34 CONTRIBUTING.md [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 04:34 Dockerfile.build [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 04:34 Jenkinsfile [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 04:34 LICENSE [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 04:34 Makefile [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 04:34 README.md [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 04:34 SECURITY.md [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 12 Jan 15 04:35 VERSION [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 04:34 ZMQWindows.md [2021-01-15T04:39:10.115Z] drwxrwxr-x 2 1001 1001 117 Jan 15 04:34 bin [2021-01-15T04:39:10.115Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 04:34 cmd [2021-01-15T04:39:10.115Z] -rw-r--r-- 1 root root 552176 Jan 15 04:38 coverage.out [2021-01-15T04:39:10.115Z] -rw-r--r-- 1 root root 979 Jan 15 04:39 go.mod [2021-01-15T04:39:10.115Z] -rw-r--r-- 1 root root 19036 Jan 15 04:39 go.sum [2021-01-15T04:39:10.115Z] drwxrwxr-x 8 1001 1001 127 Jan 15 04:34 internal [2021-01-15T04:39:10.115Z] drwxrwxr-x 4 1001 1001 26 Jan 15 04:34 openapi [2021-01-15T04:39:10.115Z] drwxrwxr-x 4 1001 1001 71 Jan 15 04:34 snap [2021-01-15T04:39:10.115Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 04:34 version.go [Pipeline] sh [2021-01-15T04:39:10.438Z] + '[' -e coverage.out ] [2021-01-15T04:39:10.438Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T04:39:10.710Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T04:39:11.055Z] + make build [2021-01-15T04:39:11.055Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T04:39:11.919Z] Removing intermediate container 64d7a01279df [2021-01-15T04:39:11.919Z] ---> d335135fcb77 [2021-01-15T04:39:11.919Z] Successfully built d335135fcb77 [2021-01-15T04:39:11.919Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:39:12.261Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T04:39:12.261Z] . [Pipeline] withDockerContainer [2021-01-15T04:39:12.534Z] prd-ubuntu18.04-docker-arm64-4c-16g-20395 does not seem to be running inside a container [2021-01-15T04:39:12.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T04:39:14.083Z] $ docker top 1db5a18a81f3ed911eb343f31a6873117cc56a9b401a418ed7b20404797703b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:39:15.155Z] + go version [2021-01-15T04:39:15.155Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T04:39:15.179Z] $ docker stop --time=1 1db5a18a81f3ed911eb343f31a6873117cc56a9b401a418ed7b20404797703b7 [2021-01-15T04:39:15.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T04:39:17.132Z] $ docker rm -f 1db5a18a81f3ed911eb343f31a6873117cc56a9b401a418ed7b20404797703b7 [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-15T04:39:18.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:39:19.164Z] [2021-01-15T04:39:19.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:39:19.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:39:19.848Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T04:39:19.848Z] 29e5d40040c1: Pulling fs layer [2021-01-15T04:39:19.848Z] 1ce36da41761: Pulling fs layer [2021-01-15T04:39:19.848Z] 25b303627fd3: Pulling fs layer [2021-01-15T04:39:19.848Z] 29e5d40040c1: Verifying Checksum [2021-01-15T04:39:19.848Z] 29e5d40040c1: Download complete [2021-01-15T04:39:20.449Z] 1ce36da41761: Verifying Checksum [2021-01-15T04:39:20.449Z] 1ce36da41761: Download complete [2021-01-15T04:39:20.449Z] 29e5d40040c1: Pull complete [2021-01-15T04:39:21.884Z] 1ce36da41761: Pull complete [2021-01-15T04:39:22.161Z] 25b303627fd3: Verifying Checksum [2021-01-15T04:39:22.161Z] 25b303627fd3: Download complete [2021-01-15T04:39:30.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T04:39:31.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T04:39:32.304Z] 25b303627fd3: Pull complete [2021-01-15T04:39:32.304Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T04:39:32.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:39:32.304Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T04:39:32.535Z] prd-ubuntu18.04-docker-arm64-4c-16g-20395 does not seem to be running inside a container [2021-01-15T04:39:32.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T04:39:34.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T04:39:34.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T04:39:35.913Z] $ docker top 3d2e28656da25f2aa635a139e50e78b5c16008affd5ae146c898cca223b5ed27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:39:37.021Z] + docker-compose build --help [2021-01-15T04:39:37.021Z] + grep parallel [2021-01-15T04:39:37.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T04:39:39.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T04:39:41.318Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T04:39:41.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T04:39:41.342Z] $ docker stop --time=1 3d2e28656da25f2aa635a139e50e78b5c16008affd5ae146c898cca223b5ed27 [2021-01-15T04:39:43.365Z] $ docker rm -f 3d2e28656da25f2aa635a139e50e78b5c16008affd5ae146c898cca223b5ed27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:39:43.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T04:39:44.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:39:44.241Z] . [Pipeline] withDockerContainer [2021-01-15T04:39:44.513Z] prd-ubuntu18.04-docker-arm64-4c-16g-20395 does not seem to be running inside a container [2021-01-15T04:39:44.603Z] $ 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/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@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-15T04:39:45.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T04:39:46.137Z] $ docker top cb00c0002168a1dec7cb47c6303e60a2c48ba174c6dd4853e14a3ecdbe2afbd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:39:47.288Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T04:39:47.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-15T04:39:49.808Z] $ docker stop --time=1 fedd6f5a18ab0fc35e1e82eef63ce5777f6ffa63b85fd797937b4b014cfd8878 [2021-01-15T04:39:51.636Z] Building docker-core-command-go ... [2021-01-15T04:39:51.636Z] Building docker-core-data-go ... [2021-01-15T04:39:51.636Z] Building docker-core-metadata-go ... [2021-01-15T04:39:51.636Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T04:39:51.636Z] Building docker-security-proxy-setup-go ... [2021-01-15T04:39:51.636Z] Building docker-security-secretstore-setup-go ... [2021-01-15T04:39:51.636Z] Building docker-support-notifications-go ... [2021-01-15T04:39:51.636Z] Building docker-support-scheduler-go ... [2021-01-15T04:39:51.636Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T04:39:51.636Z] Building docker-core-command-go [2021-01-15T04:39:51.636Z] Building docker-security-proxy-setup-go [2021-01-15T04:39:51.636Z] Building docker-sys-mgmt-agent-go [2021-01-15T04:39:51.636Z] Building docker-core-metadata-go [2021-01-15T04:39:51.636Z] Building docker-security-secretstore-setup-go [2021-01-15T04:39:51.795Z] $ docker rm -f fedd6f5a18ab0fc35e1e82eef63ce5777f6ffa63b85fd797937b4b014cfd8878 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:39:53.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:39:53.343Z] [2021-01-15T04:39:53.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:39:53.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:39:53.717Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T04:39:53.717Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T04:39:53.717Z] ca9280d653b3: Pulling fs layer [2021-01-15T04:39:53.717Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T04:39:54.326Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-15T04:39:54.326Z] cbdbe7a5bc2a: Download complete [2021-01-15T04:39:55.313Z] cbdbe7a5bc2a: Pull complete [2021-01-15T04:39:55.313Z] ca9280d653b3: Verifying Checksum [2021-01-15T04:39:55.313Z] ca9280d653b3: Download complete [2021-01-15T04:39:57.339Z] ca9280d653b3: Pull complete [2021-01-15T04:39:57.603Z] 7e9c9ca2126c: Download complete [2021-01-15T04:40:07.851Z] 7e9c9ca2126c: Pull complete [2021-01-15T04:40:07.851Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T04:40:07.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:40:07.851Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T04:40:08.318Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:40:08.441Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@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:latest cat [2021-01-15T04:40:10.677Z] $ docker top 19f20f8c836b3b015cfe1e093ed6590ca78a9ccd49565841e3db92dd0c6e16c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:40:11.347Z] + grep parallel [2021-01-15T04:40:11.347Z] + docker-compose build --help [2021-01-15T04:40:12.759Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T04:40:12.777Z] $ docker stop --time=1 19f20f8c836b3b015cfe1e093ed6590ca78a9ccd49565841e3db92dd0c6e16c1 [2021-01-15T04:40:14.304Z] $ docker rm -f 19f20f8c836b3b015cfe1e093ed6590ca78a9ccd49565841e3db92dd0c6e16c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:40:14.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:40:14.993Z] . [Pipeline] withDockerContainer [2021-01-15T04:40:15.157Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:40:15.223Z] $ 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/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@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-15T04:40:16.239Z] $ docker top 5bb9a169b96aaa3931a04280cd66521c30d55773b2f8195a4005fe11534c7ce5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:40:16.852Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T04:40:18.822Z] Building docker-core-command-go ... [2021-01-15T04:40:18.822Z] Building docker-core-data-go ... [2021-01-15T04:40:18.822Z] Building docker-core-metadata-go ... [2021-01-15T04:40:18.822Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T04:40:18.822Z] Building docker-security-proxy-setup-go ... [2021-01-15T04:40:18.822Z] Building docker-security-secretstore-setup-go ... [2021-01-15T04:40:18.822Z] Building docker-support-notifications-go ... [2021-01-15T04:40:18.822Z] Building docker-support-scheduler-go ... [2021-01-15T04:40:18.822Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T04:40:18.822Z] Building docker-security-secretstore-setup-go [2021-01-15T04:40:18.822Z] Building docker-support-notifications-go [2021-01-15T04:40:18.823Z] Building docker-security-bootstrap-redis-go [2021-01-15T04:40:18.823Z] Building docker-sys-mgmt-agent-go [2021-01-15T04:40:18.823Z] Building docker-core-command-go [2021-01-15T04:40:38.623Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:40:38.623Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:40:38.623Z] ---> d335135fcb77 [2021-01-15T04:40:38.623Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:40:38.623Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:40:38.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:40:38.623Z] ---> d335135fcb77 [2021-01-15T04:40:38.623Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:40:38.623Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:40:38.623Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:40:38.623Z] ---> d335135fcb77 [2021-01-15T04:40:38.624Z] Step 3/26 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:40:38.624Z] [2021-01-15T04:40:38.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:40:38.624Z] ---> d335135fcb77 [2021-01-15T04:40:38.624Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:40:38.624Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:40:38.624Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:40:38.624Z] ---> d335135fcb77 [2021-01-15T04:40:38.624Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:40:38.624Z] ---> Running in 90cffc2bc892 [2021-01-15T04:40:38.624Z] ---> Running in 53a1537fad4a [2021-01-15T04:40:38.624Z] ---> Running in b0ea1fcda85e [2021-01-15T04:40:38.624Z] ---> Running in 645cc20c04bb [2021-01-15T04:40:38.624Z] ---> Running in 1a6220eaf3e8 [2021-01-15T04:40:38.624Z] Removing intermediate container b0ea1fcda85e [2021-01-15T04:40:38.624Z] ---> 468d142f0754 [2021-01-15T04:40:38.624Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:40:38.624Z] Removing intermediate container 645cc20c04bb [2021-01-15T04:40:38.624Z] ---> 012ddf4fdb9d [2021-01-15T04:40:38.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:40:38.900Z] Removing intermediate container 53a1537fad4a [2021-01-15T04:40:38.900Z] ---> 6368fcbf310f [2021-01-15T04:40:38.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:40:38.900Z] Removing intermediate container 90cffc2bc892 [2021-01-15T04:40:38.900Z] ---> 504cf241b7c1 [2021-01-15T04:40:38.900Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:40:38.900Z] Removing intermediate container 1a6220eaf3e8 [2021-01-15T04:40:38.901Z] ---> ffa16ad7f2f3 [2021-01-15T04:40:38.901Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:40:38.901Z] ---> Running in ef02325f2974 [2021-01-15T04:40:38.901Z] ---> Running in a0c3997a988d [2021-01-15T04:40:39.175Z] ---> Running in 7bcba22b5b05 [2021-01-15T04:40:39.175Z] ---> Running in 690fe9fb711f [2021-01-15T04:40:39.175Z] ---> Running in 94c4808af3c1 [2021-01-15T04:40:43.519Z] Removing intermediate container a0c3997a988d [2021-01-15T04:40:43.519Z] ---> 972e30c90e36 [2021-01-15T04:40:43.519Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:40:43.519Z] ---> Running in 99807cd27140 [2021-01-15T04:40:43.519Z] Removing intermediate container ef02325f2974 [2021-01-15T04:40:43.519Z] ---> db4635e6f6e5 [2021-01-15T04:40:43.519Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T04:40:43.519Z] Removing intermediate container 690fe9fb711f [2021-01-15T04:40:43.519Z] ---> 6b5f7f9d46bd [2021-01-15T04:40:43.519Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:40:43.801Z] ---> Running in fa42af67054f [2021-01-15T04:40:43.801Z] ---> Running in e4da017b9f0e [2021-01-15T04:40:44.082Z] Removing intermediate container 94c4808af3c1 [2021-01-15T04:40:44.082Z] ---> e42db703232e [2021-01-15T04:40:44.082Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:40:44.082Z] Removing intermediate container 7bcba22b5b05 [2021-01-15T04:40:44.082Z] ---> 5947389b6750 [2021-01-15T04:40:44.082Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T04:40:44.360Z] ---> Running in 638613f06dd0 [2021-01-15T04:40:44.360Z] ---> Running in 3a0626d2d483 [2021-01-15T04:40:44.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:45.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:46.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:46.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:46.482Z] OK: 217 MiB in 51 packages [2021-01-15T04:40:46.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:46.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:47.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:47.364Z] OK: 217 MiB in 51 packages [2021-01-15T04:40:47.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:40:47.646Z] OK: 217 MiB in 51 packages [2021-01-15T04:40:47.941Z] Removing intermediate container 99807cd27140 [2021-01-15T04:40:47.941Z] ---> e932047fd9f5 [2021-01-15T04:40:47.941Z] Step 6/22 : COPY go.mod . [2021-01-15T04:40:47.941Z] OK: 217 MiB in 51 packages [2021-01-15T04:40:48.979Z] OK: 217 MiB in 51 packages [2021-01-15T04:40:49.254Z] Removing intermediate container fa42af67054f [2021-01-15T04:40:49.254Z] ---> a281502f9431 [2021-01-15T04:40:49.254Z] Step 6/22 : COPY go.mod . [2021-01-15T04:40:49.530Z] ---> fd981a2fcd64 [2021-01-15T04:40:49.530Z] Step 7/22 : RUN go mod download [2021-01-15T04:40:49.530Z] Removing intermediate container e4da017b9f0e [2021-01-15T04:40:49.530Z] ---> 285e934b2246 [2021-01-15T04:40:49.530Z] Step 6/24 : COPY go.mod . [2021-01-15T04:40:49.806Z] Removing intermediate container 638613f06dd0 [2021-01-15T04:40:49.806Z] ---> 4321941da38e [2021-01-15T04:40:49.806Z] Step 6/21 : COPY go.mod . [2021-01-15T04:40:49.806Z] ---> Running in 6abad9a357f8 [2021-01-15T04:40:50.413Z] ---> 333756afaceb [2021-01-15T04:40:50.414Z] Step 7/22 : RUN go mod download [2021-01-15T04:40:50.689Z] ---> e1dd1bafca77 [2021-01-15T04:40:50.689Z] Step 7/24 : RUN go mod download [2021-01-15T04:40:50.689Z] Removing intermediate container 3a0626d2d483 [2021-01-15T04:40:50.689Z] ---> a15a25495a8f [2021-01-15T04:40:50.689Z] Step 6/26 : COPY go.mod . [2021-01-15T04:40:50.971Z] ---> Running in fe4f7a7ae706 [2021-01-15T04:40:50.972Z] ---> Running in 4212e9343d93 [2021-01-15T04:40:50.972Z] ---> 3b20e988dfd9 [2021-01-15T04:40:50.972Z] Step 7/21 : RUN go mod download [2021-01-15T04:40:51.250Z] ---> Running in ac8c547db708 [2021-01-15T04:40:51.867Z] ---> ccc83f2628c6 [2021-01-15T04:40:51.867Z] Step 7/26 : RUN go mod download [2021-01-15T04:40:52.148Z] ---> Running in 7faf5534a902 [2021-01-15T04:40:54.142Z] Removing intermediate container 6abad9a357f8 [2021-01-15T04:40:54.142Z] ---> f892503a747d [2021-01-15T04:40:54.142Z] Step 8/22 : COPY . . [2021-01-15T04:40:56.797Z] Removing intermediate container 4212e9343d93 [2021-01-15T04:40:56.797Z] ---> 74811ba02195 [2021-01-15T04:40:56.797Z] Step 8/22 : COPY . . [2021-01-15T04:40:57.076Z] Removing intermediate container fe4f7a7ae706 [2021-01-15T04:40:57.076Z] ---> 9cf48f46e06f [2021-01-15T04:40:57.076Z] Step 8/24 : COPY . . [2021-01-15T04:40:57.686Z] Removing intermediate container ac8c547db708 [2021-01-15T04:40:57.686Z] ---> 7adc2bd5e261 [2021-01-15T04:40:57.686Z] Step 8/21 : COPY . . [2021-01-15T04:40:57.686Z] Removing intermediate container 7faf5534a902 [2021-01-15T04:40:57.686Z] ---> 8fade51cce50 [2021-01-15T04:40:57.686Z] Step 8/26 : COPY . . [2021-01-15T04:41:12.834Z] ---> b1e41ffcdd78 [2021-01-15T04:41:12.834Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T04:41:12.834Z] ---> b9e9e466eeae [2021-01-15T04:41:12.834Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T04:41:12.834Z] ---> 010d6c744470 [2021-01-15T04:41:12.834Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T04:41:12.834Z] ---> 9337dad3d7c6 [2021-01-15T04:41:12.834Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T04:41:12.834Z] ---> Running in 206c3728bc20 [2021-01-15T04:41:12.834Z] ---> Running in 54f724bc41ef [2021-01-15T04:41:12.834Z] ---> Running in 5856fde3e812 [2021-01-15T04:41:12.834Z] ---> Running in a5896b851292 [2021-01-15T04:41:12.834Z] ---> ead723aa34fa [2021-01-15T04:41:12.834Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T04:41:13.112Z] ---> Running in 3ca408b77a86 [2021-01-15T04:41:14.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T04:41:15.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T04:41:15.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T04:41:15.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T04:41:15.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T04:41:15.838Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:15.838Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:15.838Z] ---> bd0b548a889e [2021-01-15T04:41:15.838Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:41:15.838Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:15.838Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:15.838Z] ---> bd0b548a889e [2021-01-15T04:41:15.838Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T04:41:15.838Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:15.838Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:15.838Z] ---> bd0b548a889e [2021-01-15T04:41:15.838Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:41:15.838Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:15.838Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:15.838Z] ---> bd0b548a889e [2021-01-15T04:41:15.838Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:41:15.838Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:15.838Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:15.838Z] ---> bd0b548a889e [2021-01-15T04:41:15.838Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:41:15.838Z] ---> Running in 74a7c77a5348 [2021-01-15T04:41:15.838Z] ---> Running in b95c13a71ef2 [2021-01-15T04:41:15.838Z] ---> Running in 47079a751149 [2021-01-15T04:41:15.838Z] ---> Running in be9551cf9b1b [2021-01-15T04:41:15.838Z] ---> Running in b61a70b07161 [2021-01-15T04:41:15.838Z] Removing intermediate container 74a7c77a5348 [2021-01-15T04:41:15.838Z] ---> 1bd2cd58b0a0 [2021-01-15T04:41:15.838Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:15.838Z] Removing intermediate container 47079a751149 [2021-01-15T04:41:15.838Z] ---> 877d4a3fc635 [2021-01-15T04:41:15.838Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:15.838Z] Removing intermediate container b61a70b07161 [2021-01-15T04:41:15.838Z] ---> 62c9b718d0d9 [2021-01-15T04:41:15.838Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:15.838Z] Removing intermediate container be9551cf9b1b [2021-01-15T04:41:15.838Z] ---> 09b06de1592a [2021-01-15T04:41:15.838Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:15.838Z] Removing intermediate container b95c13a71ef2 [2021-01-15T04:41:15.838Z] ---> e759b13cad5d [2021-01-15T04:41:15.838Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:15.838Z] ---> Running in 14707a769abc [2021-01-15T04:41:15.838Z] ---> Running in 04f6f35a4f6c [2021-01-15T04:41:15.838Z] ---> Running in 9bb342600840 [2021-01-15T04:41:15.838Z] ---> Running in 8509e6d3618f [2021-01-15T04:41:15.838Z] ---> Running in 5a1e6f1d1a1f [2021-01-15T04:41:15.838Z] Removing intermediate container 04f6f35a4f6c [2021-01-15T04:41:15.838Z] ---> 479310700500 [2021-01-15T04:41:15.838Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:41:15.838Z] Removing intermediate container 14707a769abc [2021-01-15T04:41:15.838Z] ---> 11e92b648809 [2021-01-15T04:41:15.838Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T04:41:15.838Z] Removing intermediate container 9bb342600840 [2021-01-15T04:41:15.838Z] ---> d9cc5c067844 [2021-01-15T04:41:15.838Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T04:41:15.838Z] ---> Running in 963913bf2899 [2021-01-15T04:41:15.838Z] Removing intermediate container 8509e6d3618f [2021-01-15T04:41:15.838Z] ---> 662218e97021 [2021-01-15T04:41:15.838Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:41:15.838Z] Removing intermediate container 5a1e6f1d1a1f [2021-01-15T04:41:15.838Z] ---> a5351b647691 [2021-01-15T04:41:15.838Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T04:41:15.838Z] ---> Running in b036769949e6 [2021-01-15T04:41:15.838Z] ---> Running in b97550796651 [2021-01-15T04:41:15.838Z] ---> Running in 5d56a529b1eb [2021-01-15T04:41:15.838Z] ---> Running in eef2b5c80897 [2021-01-15T04:41:16.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:16.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:17.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:17.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:17.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:17.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:17.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:17.888Z] OK: 233 MiB in 51 packages [2021-01-15T04:41:17.888Z] OK: 233 MiB in 51 packages [2021-01-15T04:41:18.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:18.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:18.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:18.822Z] OK: 233 MiB in 51 packages [2021-01-15T04:41:19.099Z] OK: 233 MiB in 51 packages [2021-01-15T04:41:19.397Z] OK: 233 MiB in 51 packages [2021-01-15T04:41:19.687Z] Removing intermediate container 963913bf2899 [2021-01-15T04:41:19.687Z] ---> dfff9c7691f6 [2021-01-15T04:41:19.687Z] Step 6/22 : COPY go.mod . [2021-01-15T04:41:19.687Z] Removing intermediate container b036769949e6 [2021-01-15T04:41:19.687Z] ---> af4138859eaf [2021-01-15T04:41:19.687Z] Step 6/26 : COPY go.mod . [2021-01-15T04:41:20.314Z] Removing intermediate container b97550796651 [2021-01-15T04:41:20.314Z] ---> 6bf473875d4c [2021-01-15T04:41:20.314Z] Step 6/24 : COPY go.mod . [2021-01-15T04:41:20.605Z] ---> b00d1f59ee87 [2021-01-15T04:41:20.605Z] Step 7/22 : RUN go mod download [2021-01-15T04:41:20.605Z] ---> 4b2d1a4f08d8 [2021-01-15T04:41:20.605Z] Step 7/26 : RUN go mod download [2021-01-15T04:41:20.605Z] Removing intermediate container 5d56a529b1eb [2021-01-15T04:41:20.605Z] ---> 8b6a0dc5a984 [2021-01-15T04:41:20.605Z] Step 6/22 : COPY go.mod . [2021-01-15T04:41:20.605Z] Removing intermediate container eef2b5c80897 [2021-01-15T04:41:20.605Z] ---> 7792da20708e [2021-01-15T04:41:20.605Z] Step 6/24 : COPY go.mod . [2021-01-15T04:41:20.605Z] ---> Running in 9ca908739abd [2021-01-15T04:41:20.892Z] ---> Running in fc262de4f38d [2021-01-15T04:41:21.190Z] ---> e618f92b4379 [2021-01-15T04:41:21.190Z] Step 7/24 : RUN go mod download [2021-01-15T04:41:21.475Z] ---> 2ea4f7b98a5e [2021-01-15T04:41:21.475Z] Step 7/22 : RUN go mod download [2021-01-15T04:41:21.771Z] ---> 9ff0188bb32e [2021-01-15T04:41:21.771Z] Step 7/24 : RUN go mod download [2021-01-15T04:41:21.771Z] ---> Running in ef052afba587 [2021-01-15T04:41:22.047Z] ---> Running in 2a0d076820b4 [2021-01-15T04:41:22.047Z] ---> Running in 9efb621f79ff [2021-01-15T04:41:25.510Z] Removing intermediate container 2a0d076820b4 [2021-01-15T04:41:25.510Z] ---> da6764c677cc [2021-01-15T04:41:25.510Z] Step 8/24 : COPY . . [2021-01-15T04:41:25.510Z] Removing intermediate container ef052afba587 [2021-01-15T04:41:25.510Z] ---> b45177379f36 [2021-01-15T04:41:25.510Z] Step 8/24 : COPY . . [2021-01-15T04:41:25.510Z] Removing intermediate container 9ca908739abd [2021-01-15T04:41:25.510Z] ---> db4a1b1cb815 [2021-01-15T04:41:25.510Z] Step 8/22 : COPY . . [2021-01-15T04:41:26.116Z] Removing intermediate container fc262de4f38d [2021-01-15T04:41:26.116Z] ---> 572b1cdeeaa2 [2021-01-15T04:41:26.116Z] Step 8/26 : COPY . . [2021-01-15T04:41:29.525Z] Removing intermediate container 9efb621f79ff [2021-01-15T04:41:29.525Z] ---> 0fbbdbf99217 [2021-01-15T04:41:29.525Z] Step 8/22 : COPY . . [2021-01-15T04:42:26.642Z] ---> f2502174b7be [2021-01-15T04:42:26.642Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T04:42:26.642Z] ---> eddeeba3c4a4 [2021-01-15T04:42:26.642Z] ---> 2cb98ad92f85 [2021-01-15T04:42:26.642Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T04:42:26.642Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T04:42:26.642Z] ---> 85aa950c5757 [2021-01-15T04:42:26.642Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T04:42:26.642Z] ---> Running in 318dddfba943 [2021-01-15T04:42:26.642Z] ---> Running in 591466065e60 [2021-01-15T04:42:26.642Z] ---> Running in 48261d415bc4 [2021-01-15T04:42:26.642Z] ---> Running in cc79c91b52b6 [2021-01-15T04:42:26.642Z] ---> b7bf448cc691 [2021-01-15T04:42:26.642Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T04:42:26.642Z] ---> Running in 39088a425a90 [2021-01-15T04:42:26.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T04:42:26.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T04:42:26.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T04:42:26.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T04:42:26.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T04:42:52.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T04:42:52.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T04:43:05.097Z] Removing intermediate container 206c3728bc20 [2021-01-15T04:43:05.097Z] ---> d08023fff51c [2021-01-15T04:43:05.097Z] [2021-01-15T04:43:05.097Z] Step 10/22 : FROM scratch [2021-01-15T04:43:05.097Z] ---> [2021-01-15T04:43:05.097Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:43:05.376Z] Removing intermediate container a5896b851292 [2021-01-15T04:43:05.376Z] ---> c5317da85d8b [2021-01-15T04:43:05.376Z] [2021-01-15T04:43:05.376Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T04:43:05.376Z] 3.12: Pulling from library/alpine [2021-01-15T04:43:05.655Z] Removing intermediate container 54f724bc41ef [2021-01-15T04:43:05.655Z] ---> 9e7a2d78a271 [2021-01-15T04:43:05.655Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T04:43:05.655Z] Removing intermediate container 5856fde3e812 [2021-01-15T04:43:05.655Z] ---> 4ad79722c67b [2021-01-15T04:43:05.655Z] [2021-01-15T04:43:05.655Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T04:43:05.655Z] ---> Running in fd94bc49083f [2021-01-15T04:43:05.655Z] 3.12: Pulling from library/alpine [2021-01-15T04:43:05.945Z] ---> Running in f8564a2934cc [2021-01-15T04:43:06.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T04:43:06.552Z] Removing intermediate container fd94bc49083f [2021-01-15T04:43:06.552Z] ---> 259ce7192f3d [2021-01-15T04:43:06.552Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T04:43:06.828Z] ---> Running in e4524dd910ea [2021-01-15T04:43:06.828Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T04:43:06.828Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T04:43:06.828Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T04:43:06.828Z] ---> afeebe901d6b [2021-01-15T04:43:06.828Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T04:43:06.828Z] Status: Image is up to date for alpine:3.12 [2021-01-15T04:43:06.828Z] ---> afeebe901d6b [2021-01-15T04:43:06.828Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:43:07.102Z] ---> Running in 95fdbf4222ae [2021-01-15T04:43:07.102Z] ---> Running in 1332f5377a16 [2021-01-15T04:43:07.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T04:43:07.654Z] Removing intermediate container e4524dd910ea [2021-01-15T04:43:07.654Z] ---> 3fed244bbe14 [2021-01-15T04:43:07.654Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:43:07.654Z] ---> Running in d07ba632949a [2021-01-15T04:43:08.636Z] Removing intermediate container d07ba632949a [2021-01-15T04:43:08.636Z] ---> 4f2f631dab09 [2021-01-15T04:43:08.636Z] Step 14/22 : WORKDIR / [2021-01-15T04:43:08.636Z] ---> Running in 1fe58332d800 [2021-01-15T04:43:09.620Z] Removing intermediate container 1fe58332d800 [2021-01-15T04:43:09.620Z] ---> 2661dc544eca [2021-01-15T04:43:09.620Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:43:09.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:09.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:09.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:09.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:10.338Z] Removing intermediate container 318dddfba943 [2021-01-15T04:43:10.338Z] ---> e6256c9b80b5 [2021-01-15T04:43:10.338Z] [2021-01-15T04:43:10.499Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T04:43:10.625Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T04:43:10.625Z] 3.12: Pulling from library/alpine [2021-01-15T04:43:10.779Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T04:43:10.779Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:43:10.779Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T04:43:10.779Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:43:10.779Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T04:43:10.779Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:10.779Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T04:43:10.779Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:43:10.779Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T04:43:10.779Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T04:43:10.779Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:10.779Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:43:11.056Z] ---> dfc2f608fdfe [2021-01-15T04:43:11.056Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T04:43:11.056Z] OK: 7 MiB in 18 packages [2021-01-15T04:43:11.056Z] OK: 7 MiB in 19 packages [2021-01-15T04:43:12.695Z] Removing intermediate container 39088a425a90 [2021-01-15T04:43:12.695Z] ---> 64aea12c4668 [2021-01-15T04:43:12.695Z] [2021-01-15T04:43:12.695Z] Step 10/22 : FROM scratch [2021-01-15T04:43:12.695Z] ---> [2021-01-15T04:43:12.695Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:43:12.695Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T04:43:13.037Z] ---> 97dc41cd78cf [2021-01-15T04:43:13.037Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:13.037Z] Removing intermediate container f8564a2934cc [2021-01-15T04:43:13.037Z] ---> 33fae5e8482b [2021-01-15T04:43:13.037Z] [2021-01-15T04:43:13.037Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T04:43:13.276Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T04:43:13.310Z] 20.10.0: Pulling from library/docker [2021-01-15T04:43:13.563Z] ---> 389fef711851 [2021-01-15T04:43:13.563Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:43:13.563Z] ---> Running in aa59c85f9cab [2021-01-15T04:43:13.848Z] Removing intermediate container 591466065e60 [2021-01-15T04:43:13.848Z] ---> 32243d9f2286 [2021-01-15T04:43:13.848Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T04:43:13.848Z] Removing intermediate container 48261d415bc4 [2021-01-15T04:43:13.848Z] ---> 5f118a5b8643 [2021-01-15T04:43:13.848Z] [2021-01-15T04:43:13.848Z] Step 10/24 : FROM scratch [2021-01-15T04:43:13.848Z] ---> [2021-01-15T04:43:13.848Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T04:43:13.848Z] Removing intermediate container cc79c91b52b6 [2021-01-15T04:43:13.848Z] ---> 5e0d65ac4413 [2021-01-15T04:43:13.848Z] [2021-01-15T04:43:13.848Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T04:43:13.848Z] ---> 389fef711851 [2021-01-15T04:43:13.848Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:43:13.848Z] ---> Running in 3f27146caeef [2021-01-15T04:43:13.848Z] ---> Running in 79e807188fc6 [2021-01-15T04:43:13.848Z] ---> Running in 99656b9bba6b [2021-01-15T04:43:13.848Z] ---> Running in 0efb21e8e724 [2021-01-15T04:43:14.128Z] Removing intermediate container aa59c85f9cab [2021-01-15T04:43:14.128Z] ---> 19f76937024a [2021-01-15T04:43:14.128Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T04:43:14.128Z] ---> Running in 8508410abbcd [2021-01-15T04:43:14.399Z] Removing intermediate container 99656b9bba6b [2021-01-15T04:43:14.399Z] ---> 04b06397d76a [2021-01-15T04:43:14.399Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T04:43:14.670Z] ---> Running in 8b836b70867a [2021-01-15T04:43:14.670Z] Removing intermediate container 8508410abbcd [2021-01-15T04:43:14.670Z] ---> df2fa68b4c05 [2021-01-15T04:43:14.670Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:43:14.670Z] ---> Running in e9564a993ea8 [2021-01-15T04:43:14.751Z] Removing intermediate container 1332f5377a16 [2021-01-15T04:43:14.751Z] ---> e049e2133a20 [2021-01-15T04:43:14.751Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:43:14.751Z] Removing intermediate container 95fdbf4222ae [2021-01-15T04:43:14.751Z] ---> 8c83a31595ea [2021-01-15T04:43:14.751Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:43:15.024Z] ---> a0a83802bd53 [2021-01-15T04:43:15.024Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T04:43:15.298Z] ---> Running in 1fc93a669f14 [2021-01-15T04:43:15.298Z] ---> Running in ebea7e6a348f [2021-01-15T04:43:15.298Z] ---> Running in 1a980e3fd584 [2021-01-15T04:43:15.333Z] Removing intermediate container 8b836b70867a [2021-01-15T04:43:15.333Z] ---> 42dc7792038c [2021-01-15T04:43:15.333Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T04:43:15.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:15.333Z] Removing intermediate container e9564a993ea8 [2021-01-15T04:43:15.333Z] ---> 852b3a2428e9 [2021-01-15T04:43:15.333Z] Step 14/22 : WORKDIR / [2021-01-15T04:43:15.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:15.333Z] ---> Running in cad4a29953c1 [2021-01-15T04:43:15.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T04:43:15.607Z] ---> Running in 9e4c56a5583d [2021-01-15T04:43:15.607Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T04:43:15.607Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:43:15.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:15.607Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T04:43:15.607Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T04:43:15.884Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T04:43:15.884Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:15.884Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:43:15.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:15.884Z] OK: 7 MiB in 19 packages [2021-01-15T04:43:15.891Z] Removing intermediate container 3ca408b77a86 [2021-01-15T04:43:15.891Z] ---> f2321b9168a3 [2021-01-15T04:43:15.891Z] [2021-01-15T04:43:15.891Z] Step 10/22 : FROM scratch [2021-01-15T04:43:15.891Z] ---> [2021-01-15T04:43:15.891Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:43:15.891Z] ---> Using cache [2021-01-15T04:43:15.891Z] ---> 259ce7192f3d [2021-01-15T04:43:15.891Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T04:43:16.156Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T04:43:16.157Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:43:16.157Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T04:43:16.157Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T04:43:16.157Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T04:43:16.157Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:16.157Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:43:16.162Z] Removing intermediate container 1fc93a669f14 [2021-01-15T04:43:16.162Z] ---> 3a3977f3b845 [2021-01-15T04:43:16.162Z] Step 13/21 : WORKDIR /edgex [2021-01-15T04:43:16.162Z] Removing intermediate container ebea7e6a348f [2021-01-15T04:43:16.162Z] ---> 29b3901b5734 [2021-01-15T04:43:16.162Z] Step 13/24 : WORKDIR / [2021-01-15T04:43:16.422Z] OK: 7 MiB in 19 packages [2021-01-15T04:43:16.433Z] ---> Running in b15114dfbfb9 [2021-01-15T04:43:16.707Z] ---> Running in 6dde78f44c39 [2021-01-15T04:43:16.707Z] ---> Running in c2eb6f99ff8a [2021-01-15T04:43:16.707Z] Removing intermediate container 1a980e3fd584 [2021-01-15T04:43:16.707Z] ---> 3399eeac8ee7 [2021-01-15T04:43:16.707Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:43:16.981Z] ---> Running in 7fc6268b1525 [2021-01-15T04:43:16.981Z] Removing intermediate container b15114dfbfb9 [2021-01-15T04:43:16.981Z] ---> 9fa7585f1bf1 [2021-01-15T04:43:16.981Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:43:17.062Z] Removing intermediate container cad4a29953c1 [2021-01-15T04:43:17.062Z] ---> ae0681c4b241 [2021-01-15T04:43:17.062Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T04:43:17.062Z] Removing intermediate container 9e4c56a5583d [2021-01-15T04:43:17.062Z] ---> c5a6c952cd0d [2021-01-15T04:43:17.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:43:17.254Z] ---> Running in 714f5171e4e4 [2021-01-15T04:43:17.254Z] Removing intermediate container 6dde78f44c39 [2021-01-15T04:43:17.254Z] ---> ecb9d582f8ba [2021-01-15T04:43:17.254Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T04:43:17.536Z] Removing intermediate container c2eb6f99ff8a [2021-01-15T04:43:17.536Z] ---> 07633746be16 [2021-01-15T04:43:17.536Z] 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-15T04:43:17.536Z] Removing intermediate container 7fc6268b1525 [2021-01-15T04:43:17.536Z] ---> 341f7d723bb2 [2021-01-15T04:43:17.536Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T04:43:17.695Z] ---> a8e0547d78ce [2021-01-15T04:43:17.695Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T04:43:17.695Z] ---> ce63162a4114 [2021-01-15T04:43:17.695Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T04:43:17.811Z] ---> Running in b1e5faeeff16 [2021-01-15T04:43:17.811Z] Removing intermediate container 714f5171e4e4 [2021-01-15T04:43:17.811Z] ---> c8b75f114b36 [2021-01-15T04:43:17.811Z] Step 14/22 : WORKDIR / [2021-01-15T04:43:18.320Z] Removing intermediate container 3f27146caeef [2021-01-15T04:43:18.320Z] ---> 9c96b737fb67 [2021-01-15T04:43:18.320Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T04:43:18.410Z] ---> Running in 068acf35d4ea [2021-01-15T04:43:18.588Z] Removing intermediate container 0efb21e8e724 [2021-01-15T04:43:18.588Z] ---> 1f2264569342 [2021-01-15T04:43:18.588Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:43:18.679Z] ---> 94201a32a620 [2021-01-15T04:43:18.679Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T04:43:18.861Z] ---> Running in 47047059e77d [2021-01-15T04:43:18.862Z] ---> 4cef65b6b714 [2021-01-15T04:43:18.862Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:18.862Z] ---> Running in fe8e29fb4d4c [2021-01-15T04:43:19.144Z] ---> 073caf804511 [2021-01-15T04:43:19.145Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T04:43:19.145Z] Removing intermediate container 79e807188fc6 [2021-01-15T04:43:19.145Z] ---> 33cdea59ef9f [2021-01-15T04:43:19.145Z] [2021-01-15T04:43:19.145Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T04:43:19.145Z] Removing intermediate container 47047059e77d [2021-01-15T04:43:19.145Z] ---> 479b2568db5c [2021-01-15T04:43:19.145Z] Step 13/22 : WORKDIR / [2021-01-15T04:43:19.145Z] 20.10.0: Pulling from library/docker [2021-01-15T04:43:19.272Z] ---> b88cb7ac2758 [2021-01-15T04:43:19.272Z] 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-15T04:43:19.272Z] Removing intermediate container b1e5faeeff16 [2021-01-15T04:43:19.272Z] ---> c7c16f189412 [2021-01-15T04:43:19.272Z] Step 21/22 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:19.432Z] Removing intermediate container fe8e29fb4d4c [2021-01-15T04:43:19.432Z] ---> 9542d6c9520f [2021-01-15T04:43:19.432Z] Step 13/24 : WORKDIR / [2021-01-15T04:43:19.551Z] Removing intermediate container 068acf35d4ea [2021-01-15T04:43:19.551Z] ---> 1df9e178fc87 [2021-01-15T04:43:19.551Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:43:19.754Z] ---> 23dff8886304 [2021-01-15T04:43:19.754Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T04:43:19.754Z] ---> Running in 9a5cd554e7e6 [2021-01-15T04:43:19.754Z] ---> Running in b9dc8a7567a9 [2021-01-15T04:43:19.754Z] ---> Running in 92ec9bf90138 [2021-01-15T04:43:19.826Z] ---> Running in 844f8036fc23 [2021-01-15T04:43:20.060Z] ---> 31b1acf4260c [2021-01-15T04:43:20.060Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:43:20.060Z] Removing intermediate container 9a5cd554e7e6 [2021-01-15T04:43:20.060Z] ---> f467514a925a [2021-01-15T04:43:20.060Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:43:20.367Z] Removing intermediate container b9dc8a7567a9 [2021-01-15T04:43:20.367Z] ---> 275c3985aa8d [2021-01-15T04:43:20.367Z] 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-15T04:43:20.367Z] Removing intermediate container 92ec9bf90138 [2021-01-15T04:43:20.367Z] ---> 4f25a1bfa9e1 [2021-01-15T04:43:20.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:43:20.429Z] ---> 6e8ac1195010 [2021-01-15T04:43:20.429Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T04:43:20.648Z] ---> Running in b8fd0e41bb94 [2021-01-15T04:43:20.701Z] ---> e910370858c9 [2021-01-15T04:43:20.701Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:20.701Z] Removing intermediate container 844f8036fc23 [2021-01-15T04:43:20.701Z] ---> f4b3728e2da5 [2021-01-15T04:43:20.701Z] Step 22/22 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:20.933Z] ---> 154d2cb5a051 [2021-01-15T04:43:20.933Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T04:43:20.933Z] ---> 124d93a8bcac [2021-01-15T04:43:20.933Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T04:43:20.933Z] ---> 12f394958755 [2021-01-15T04:43:20.933Z] 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-15T04:43:20.986Z] ---> 141836c26bcd [2021-01-15T04:43:20.987Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T04:43:21.220Z] Removing intermediate container b8fd0e41bb94 [2021-01-15T04:43:21.220Z] ---> 2499451a30cc [2021-01-15T04:43:21.220Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T04:43:21.260Z] ---> Running in 2aee6aeb1bc9 [2021-01-15T04:43:21.859Z] ---> Running in 220fe886fa7e [2021-01-15T04:43:22.137Z] ---> 4543f98988fc [2021-01-15T04:43:22.137Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:22.137Z] ---> bc7abdb37204 [2021-01-15T04:43:22.137Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:22.137Z] ---> a8a3e8887859 [2021-01-15T04:43:22.137Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T04:43:22.371Z] ---> 351d71783634 [2021-01-15T04:43:22.371Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T04:43:22.371Z] ---> 0f1ca76451e3 [2021-01-15T04:43:22.371Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T04:43:22.371Z] Removing intermediate container 2aee6aeb1bc9 [2021-01-15T04:43:22.371Z] ---> f68a8dfb3ec7 [2021-01-15T04:43:22.371Z] [2021-01-15T04:43:22.422Z] Removing intermediate container 220fe886fa7e [2021-01-15T04:43:22.423Z] ---> 9b23f9713a1d [2021-01-15T04:43:22.423Z] Step 21/22 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:22.423Z] ---> Running in b4c4f14ccebd [2021-01-15T04:43:22.663Z] ---> Running in 2c1234fc5104 [2021-01-15T04:43:22.716Z] ---> 5fbf3a832b8a [2021-01-15T04:43:22.716Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T04:43:22.993Z] Removing intermediate container b4c4f14ccebd [2021-01-15T04:43:22.993Z] ---> 7e4560e9dfff [2021-01-15T04:43:22.993Z] Step 22/22 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:23.320Z] ---> 11fac3ca2800 [2021-01-15T04:43:23.320Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:23.320Z] ---> 1c72ac025e77 [2021-01-15T04:43:23.320Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T04:43:23.320Z] ---> Running in 8e9c0c9dbf01 [2021-01-15T04:43:23.320Z] ---> Running in e7ca30fa4536 [2021-01-15T04:43:23.330Z] Successfully built f68a8dfb3ec7 [2021-01-15T04:43:23.330Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T04:43:23.330Z] Building docker-security-bootstrap-redis-go [2021-01-15T04:43:23.972Z] ---> 78f1aae7b661 [2021-01-15T04:43:23.973Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T04:43:23.973Z] Removing intermediate container e7ca30fa4536 [2021-01-15T04:43:23.973Z] ---> cc336ffcba59 [2021-01-15T04:43:23.973Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:43:23.973Z] ---> 217c34840739 [2021-01-15T04:43:23.973Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T04:43:23.973Z] Removing intermediate container 8e9c0c9dbf01 [2021-01-15T04:43:23.973Z] ---> 22038307e6bc [2021-01-15T04:43:23.973Z] [2021-01-15T04:43:24.064Z]  Building docker-core-command-go ... done  ---> 185daa4e197e [2021-01-15T04:43:24.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:24.064Z] Removing intermediate container 2c1234fc5104 [2021-01-15T04:43:24.064Z] ---> 292f74f33d03 [2021-01-15T04:43:24.064Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T04:43:24.264Z] ---> Running in e80eb9b3a385 [2021-01-15T04:43:24.264Z] ---> Running in 16a594af3e85 [2021-01-15T04:43:24.699Z] ---> Running in 5b5d0bd864ab [2021-01-15T04:43:24.900Z] Successfully built 22038307e6bc [2021-01-15T04:43:24.900Z] Successfully tagged docker-core-command-go:latest [2021-01-15T04:43:24.900Z] Building docker-security-proxy-setup-go [2021-01-15T04:43:25.175Z]  Building docker-core-command-go ... done Removing intermediate container e80eb9b3a385 [2021-01-15T04:43:25.175Z] ---> 781f2c4cc350 [2021-01-15T04:43:25.175Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T04:43:25.175Z] ---> 06a69bd2d49e [2021-01-15T04:43:25.175Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T04:43:25.175Z] ---> Running in a7cce6cfc991 [2021-01-15T04:43:25.681Z] ---> fa2ac1cdb7ab [2021-01-15T04:43:25.681Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T04:43:25.830Z] ---> 0ea8d7cbb776 [2021-01-15T04:43:25.830Z] 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-15T04:43:25.830Z] Removing intermediate container a7cce6cfc991 [2021-01-15T04:43:25.830Z] ---> 30eb4d0ecbdf [2021-01-15T04:43:25.830Z] Step 23/24 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:26.285Z] Removing intermediate container 5b5d0bd864ab [2021-01-15T04:43:26.285Z] ---> 13b8d1864e6a [2021-01-15T04:43:26.285Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T04:43:26.567Z] ---> a9e37cd45191 [2021-01-15T04:43:26.567Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T04:43:27.164Z] ---> Running in 05efa725907c [2021-01-15T04:43:27.164Z] ---> Running in 1ef19a2bd4bd [2021-01-15T04:43:27.450Z] ---> f3975bf08b82 [2021-01-15T04:43:27.450Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T04:43:27.864Z] ---> Running in 2bfad198eb5a [2021-01-15T04:43:27.864Z] ---> Running in 36eceb10ed7d [2021-01-15T04:43:28.052Z] Removing intermediate container 05efa725907c [2021-01-15T04:43:28.052Z] Removing intermediate container 1ef19a2bd4bd [2021-01-15T04:43:28.052Z] ---> 3f792c6a6b7a [2021-01-15T04:43:28.052Z] Step 20/21 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:28.052Z] ---> 6a70bbe6fee6 [2021-01-15T04:43:28.052Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:43:28.331Z] ---> Running in c853a4f94cf0 [2021-01-15T04:43:28.331Z] ---> Running in de48703ab166 [2021-01-15T04:43:28.609Z] ---> 0baae16cfd85 [2021-01-15T04:43:28.609Z] 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-15T04:43:28.883Z] ---> Running in 057593ffa004 [2021-01-15T04:43:28.965Z] Removing intermediate container 16a594af3e85 [2021-01-15T04:43:28.965Z] ---> 1291adefef62 [2021-01-15T04:43:28.965Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T04:43:28.965Z] Removing intermediate container 2bfad198eb5a [2021-01-15T04:43:28.965Z] ---> cc69fa3a3ea8 [2021-01-15T04:43:28.965Z] Step 24/24 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:29.161Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T04:43:29.161Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T04:43:29.161Z] ---> eeaf43b92773 [2021-01-15T04:43:29.161Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T04:43:29.161Z] Removing intermediate container de48703ab166 [2021-01-15T04:43:29.161Z] ---> 7a7e10fc8e05 [2021-01-15T04:43:29.161Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T04:43:29.161Z] Removing intermediate container c853a4f94cf0 [2021-01-15T04:43:29.161Z] ---> c290c947a8c4 [2021-01-15T04:43:29.161Z] Step 21/21 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:29.291Z] ---> Running in 7e0f3c70222b [2021-01-15T04:43:29.291Z] ---> Running in c4616e10e832 [2021-01-15T04:43:29.435Z] ---> Running in 7036c23e6e88 [2021-01-15T04:43:29.435Z] ---> Running in f68c8d65cb6f [2021-01-15T04:43:29.435Z] ---> Running in d65444567a7a [2021-01-15T04:43:30.434Z] Removing intermediate container d65444567a7a [2021-01-15T04:43:30.434Z] ---> e62dab14fafd [2021-01-15T04:43:30.434Z] [2021-01-15T04:43:30.434Z] Removing intermediate container f68c8d65cb6f [2021-01-15T04:43:30.434Z] ---> 5d38df5adf8d [2021-01-15T04:43:30.434Z] Step 21/22 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:30.948Z] Removing intermediate container c4616e10e832 [2021-01-15T04:43:30.948Z] ---> 3f24b4647741 [2021-01-15T04:43:30.948Z] [2021-01-15T04:43:30.948Z] Removing intermediate container 7e0f3c70222b [2021-01-15T04:43:30.948Z] ---> ce52b7b09693 [2021-01-15T04:43:30.948Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T04:43:31.047Z] Successfully built e62dab14fafd [2021-01-15T04:43:31.047Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T04:43:31.047Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-15T04:43:31.047Z] ---> Running in ac345a705300 [2021-01-15T04:43:31.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:31.554Z] Successfully built 3f24b4647741 [2021-01-15T04:43:31.555Z] ---> Running in ccc2d28fe50f [2021-01-15T04:43:31.555Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T04:43:31.555Z] Building docker-support-scheduler-go [2021-01-15T04:43:31.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:31.852Z]  Building docker-support-notifications-go ... done Removing intermediate container 36eceb10ed7d [2021-01-15T04:43:31.852Z] ---> 5c32b73c19ea [2021-01-15T04:43:31.852Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T04:43:31.887Z] Removing intermediate container ac345a705300 [2021-01-15T04:43:31.887Z] ---> eeed47a2d0ad [2021-01-15T04:43:31.887Z] Step 22/22 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:32.125Z] ---> Running in 139125268b03 [2021-01-15T04:43:32.189Z] ---> Running in 92ac16925de5 [2021-01-15T04:43:32.474Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T04:43:32.474Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T04:43:32.474Z] Removing intermediate container 057593ffa004 [2021-01-15T04:43:32.474Z] ---> 2da831e574fb [2021-01-15T04:43:32.474Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T04:43:32.474Z] Executing bash-5.0.17-r0.post-install [2021-01-15T04:43:32.474Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:32.474Z] OK: 12 MiB in 22 packages [2021-01-15T04:43:33.075Z] ---> Running in 11fe0f854313 [2021-01-15T04:43:33.118Z] Removing intermediate container ccc2d28fe50f [2021-01-15T04:43:33.118Z] ---> 448c6e665e9f [2021-01-15T04:43:33.118Z] Step 21/22 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:33.352Z] Removing intermediate container 92ac16925de5 [2021-01-15T04:43:33.352Z] ---> 7a875559883b [2021-01-15T04:43:33.352Z] [2021-01-15T04:43:33.956Z] Successfully built 7a875559883b [2021-01-15T04:43:33.956Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T04:43:33.956Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-15T04:43:33.956Z] Removing intermediate container 11fe0f854313 [2021-01-15T04:43:33.956Z] ---> 3d58849b1238 [2021-01-15T04:43:33.956Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T04:43:34.121Z] Removing intermediate container 139125268b03 [2021-01-15T04:43:34.121Z] ---> 69a7139e1b26 [2021-01-15T04:43:34.121Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T04:43:34.121Z] ---> Running in 9e9fac99e38c [2021-01-15T04:43:34.121Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T04:43:34.121Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T04:43:34.121Z] ---> aefe523efa57 [2021-01-15T04:43:34.121Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T04:43:34.395Z] ---> Running in b00a8ace7229 [2021-01-15T04:43:34.395Z] ---> Running in 89562aa61f45 [2021-01-15T04:43:34.552Z] ---> Running in 61c8f68d6386 [2021-01-15T04:43:34.678Z] Removing intermediate container 9e9fac99e38c [2021-01-15T04:43:34.679Z] ---> 2747f661cb09 [2021-01-15T04:43:34.679Z] Step 22/22 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:35.324Z] Removing intermediate container b00a8ace7229 [2021-01-15T04:43:35.324Z] ---> df5f21bcb1ad [2021-01-15T04:43:35.324Z] Step 23/24 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:35.324Z] ---> Running in bbfc04a3b4cf [2021-01-15T04:43:35.531Z] Removing intermediate container 61c8f68d6386 [2021-01-15T04:43:35.532Z] ---> c8f677a2e7d3 [2021-01-15T04:43:35.532Z] Step 23/24 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:43:35.532Z] Removing intermediate container 7036c23e6e88 [2021-01-15T04:43:35.532Z] ---> 26fb9f6f8936 [2021-01-15T04:43:35.532Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T04:43:36.126Z] ---> Running in c1b3f557f715 [2021-01-15T04:43:36.126Z] ---> Running in 84683992526f [2021-01-15T04:43:36.345Z] ---> Running in ac7459b493b5 [2021-01-15T04:43:36.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:36.345Z] Removing intermediate container bbfc04a3b4cf [2021-01-15T04:43:36.345Z] ---> 6bd6a15d3f63 [2021-01-15T04:43:36.345Z] [2021-01-15T04:43:36.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:36.638Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T04:43:36.638Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T04:43:36.638Z] Executing bash-5.0.17-r0.post-install [2021-01-15T04:43:36.638Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:36.638Z] Successfully built 6bd6a15d3f63 [2021-01-15T04:43:36.638Z] OK: 12 MiB in 22 packages [2021-01-15T04:43:36.638Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T04:43:36.638Z] Building docker-core-data-go [2021-01-15T04:43:36.638Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ac7459b493b5 [2021-01-15T04:43:36.638Z] ---> 4bb484a57662 [2021-01-15T04:43:36.638Z] Step 24/24 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:36.934Z] ---> Running in fc29706d04d9 [2021-01-15T04:43:37.218Z] Removing intermediate container fc29706d04d9 [2021-01-15T04:43:37.218Z] ---> 170824770586 [2021-01-15T04:43:37.218Z] [2021-01-15T04:43:37.578Z] Removing intermediate container c1b3f557f715 [2021-01-15T04:43:37.578Z] ---> 19d49fa8b79c [2021-01-15T04:43:37.578Z] Step 14/26 : ENV APP_PORT=48090Removing intermediate container 84683992526f [2021-01-15T04:43:37.578Z] [2021-01-15T04:43:37.578Z] ---> 4e52676abe53 [2021-01-15T04:43:37.578Z] Step 24/24 : LABEL version=2.0.0-dev.38 [2021-01-15T04:43:37.852Z] Successfully built 170824770586 [2021-01-15T04:43:38.125Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T04:43:38.126Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-15T04:43:38.176Z] ---> Running in 3a014546b3d7 [2021-01-15T04:43:38.176Z] ---> Running in 15ae513693fe [2021-01-15T04:43:39.158Z] Removing intermediate container 3a014546b3d7 [2021-01-15T04:43:39.158Z] ---> ebe3ad24e958 [2021-01-15T04:43:39.158Z] [2021-01-15T04:43:39.158Z] Removing intermediate container 15ae513693fe [2021-01-15T04:43:39.158Z] ---> 740eb155af72 [2021-01-15T04:43:39.158Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T04:43:39.433Z] Successfully built ebe3ad24e958 [2021-01-15T04:43:39.684Z] Removing intermediate container 89562aa61f45 [2021-01-15T04:43:39.684Z] ---> dd55127a1e1c [2021-01-15T04:43:39.684Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T04:43:39.708Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T04:43:39.708Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-15T04:43:39.708Z] ---> Running in 35f1705f001e [2021-01-15T04:43:40.316Z] ---> Running in 59592168eae4 [2021-01-15T04:43:40.696Z] Removing intermediate container 35f1705f001e [2021-01-15T04:43:40.696Z] ---> a08c890c306b [2021-01-15T04:43:40.696Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T04:43:40.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:43:40.696Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:43:40.696Z] ---> d335135fcb77 [2021-01-15T04:43:40.696Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:43:40.696Z] ---> Using cache [2021-01-15T04:43:40.696Z] ---> ffa16ad7f2f3 [2021-01-15T04:43:40.696Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:43:40.696Z] ---> Using cache [2021-01-15T04:43:40.696Z] ---> 5947389b6750 [2021-01-15T04:43:40.696Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:43:41.306Z] ---> Running in 1250c2a6478b [2021-01-15T04:43:41.813Z] Removing intermediate container 59592168eae4 [2021-01-15T04:43:41.814Z] ---> 8ae44521ecb2 [2021-01-15T04:43:41.814Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T04:43:42.090Z] ---> Running in 9478cbb4a6e8 [2021-01-15T04:43:42.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:42.744Z] ---> 607157573320 [2021-01-15T04:43:42.744Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:43.098Z] Removing intermediate container 9478cbb4a6e8 [2021-01-15T04:43:43.098Z] ---> 8f940344f192 [2021-01-15T04:43:43.098Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T04:43:43.098Z] ---> Running in ab609c86149b [2021-01-15T04:43:43.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:43.741Z] Removing intermediate container ab609c86149b [2021-01-15T04:43:43.741Z] ---> b20f516a4132 [2021-01-15T04:43:43.741Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T04:43:44.340Z] ---> 9788780ad04f [2021-01-15T04:43:44.340Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T04:43:44.340Z] OK: 217 MiB in 51 packages [2021-01-15T04:43:45.778Z] ---> 18ff2c909200 [2021-01-15T04:43:45.778Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T04:43:45.908Z] ---> b327b74c2331 [2021-01-15T04:43:45.908Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:46.062Z] ---> Running in 41d8ae8fba33 [2021-01-15T04:43:46.062Z] Removing intermediate container 1250c2a6478b [2021-01-15T04:43:46.062Z] ---> a0da734aac74 [2021-01-15T04:43:46.062Z] Step 6/22 : COPY go.mod . [2021-01-15T04:43:47.455Z] ---> 33e12a1c18ee [2021-01-15T04:43:47.455Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T04:43:48.048Z] ---> 2f27db6705e5 [2021-01-15T04:43:48.049Z] Step 7/22 : RUN go mod download [2021-01-15T04:43:48.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:48.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:43:48.881Z] ---> Running in 8087f1868014 [2021-01-15T04:43:48.993Z] ---> 66cce868f7af [2021-01-15T04:43:48.993Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T04:43:49.155Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T04:43:49.155Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T04:43:49.155Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T04:43:49.432Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T04:43:49.432Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T04:43:49.432Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T04:43:49.432Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T04:43:49.678Z] ---> Running in 6d49c874d145 [2021-01-15T04:43:51.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:51.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:51.430Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T04:43:51.430Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T04:43:51.430Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T04:43:51.430Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T04:43:51.430Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T04:43:51.430Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T04:43:51.713Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T04:43:51.713Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T04:43:51.713Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T04:43:51.713Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T04:43:51.864Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T04:43:51.864Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T04:43:51.864Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T04:43:51.864Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T04:43:51.864Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T04:43:51.864Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T04:43:51.993Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T04:43:51.993Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T04:43:51.993Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T04:43:51.993Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T04:43:51.993Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T04:43:51.993Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T04:43:51.993Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T04:43:51.993Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T04:43:51.993Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T04:43:52.164Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T04:43:52.268Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T04:43:52.268Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T04:43:52.268Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T04:43:52.268Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T04:43:52.268Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T04:43:52.268Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T04:43:52.268Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T04:43:52.543Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:52.543Z] OK: 71 MiB in 55 packages [2021-01-15T04:43:54.220Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T04:43:54.220Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T04:43:54.220Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T04:43:54.220Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T04:43:54.220Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T04:43:54.220Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T04:43:54.220Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T04:43:54.220Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T04:43:54.220Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T04:43:54.530Z] Removing intermediate container 8087f1868014 [2021-01-15T04:43:54.530Z] ---> eebab4e05181 [2021-01-15T04:43:54.530Z] Step 8/22 : COPY . . [2021-01-15T04:43:54.533Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T04:43:56.651Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T04:43:56.651Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T04:43:56.651Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T04:43:56.651Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T04:43:56.651Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T04:43:56.651Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T04:43:56.930Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T04:43:56.930Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T04:43:56.930Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T04:43:57.170Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:43:57.170Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:43:57.170Z] ---> d335135fcb77 [2021-01-15T04:43:57.170Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:43:57.170Z] ---> Using cache [2021-01-15T04:43:57.170Z] ---> ffa16ad7f2f3 [2021-01-15T04:43:57.170Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:43:57.170Z] ---> Using cache [2021-01-15T04:43:57.170Z] ---> 5947389b6750 [2021-01-15T04:43:57.170Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T04:43:57.565Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T04:43:57.892Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T04:43:57.892Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T04:43:57.892Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T04:43:57.892Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T04:43:57.892Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T04:43:57.892Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T04:43:59.090Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:59.090Z] OK: 71 MiB in 55 packages [2021-01-15T04:43:59.090Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:43:59.090Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:43:59.090Z] ---> bd0b548a889e [2021-01-15T04:43:59.090Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:43:59.090Z] ---> Using cache [2021-01-15T04:43:59.090Z] ---> e759b13cad5d [2021-01-15T04:43:59.090Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:43:59.090Z] ---> Using cache [2021-01-15T04:43:59.090Z] ---> a5351b647691 [2021-01-15T04:43:59.090Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:43:59.869Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:43:59.869Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:43:59.869Z] ---> d335135fcb77 [2021-01-15T04:43:59.869Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T04:43:59.869Z] ---> Using cache [2021-01-15T04:43:59.869Z] ---> ffa16ad7f2f3 [2021-01-15T04:43:59.869Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:43:59.869Z] ---> Using cache [2021-01-15T04:43:59.869Z] ---> 5947389b6750 [2021-01-15T04:43:59.869Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T04:43:59.869Z] ---> Running in c266db6c1e56 [2021-01-15T04:44:00.535Z] ---> Running in cf2de4ef56af [2021-01-15T04:44:00.862Z] ---> Running in 7ca6aa6f41c6 [2021-01-15T04:44:02.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:44:02.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:44:03.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:44:03.474Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:44:03.474Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:44:03.474Z] ---> d335135fcb77 [2021-01-15T04:44:03.474Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:44:03.474Z] ---> Using cache [2021-01-15T04:44:03.474Z] ---> ffa16ad7f2f3 [2021-01-15T04:44:03.474Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:44:03.474Z] ---> Using cache [2021-01-15T04:44:03.474Z] ---> 5947389b6750 [2021-01-15T04:44:03.474Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:44:03.474Z] ---> Using cache [2021-01-15T04:44:03.474Z] ---> a0da734aac74 [2021-01-15T04:44:03.474Z] Step 6/21 : COPY go.mod . [2021-01-15T04:44:03.474Z] ---> Using cache [2021-01-15T04:44:03.474Z] ---> 2f27db6705e5 [2021-01-15T04:44:03.474Z] Step 7/21 : RUN go mod download [2021-01-15T04:44:03.474Z] ---> Using cache [2021-01-15T04:44:03.474Z] ---> eebab4e05181 [2021-01-15T04:44:03.474Z] Step 8/21 : COPY . . [2021-01-15T04:44:03.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:44:04.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:44:04.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:44:04.471Z] OK: 217 MiB in 51 packages [2021-01-15T04:44:04.472Z] OK: 217 MiB in 51 packages [2021-01-15T04:44:05.032Z] OK: 233 MiB in 51 packages [2021-01-15T04:44:05.460Z] Removing intermediate container 41d8ae8fba33 [2021-01-15T04:44:05.460Z] ---> 9b08c61abfa3 [2021-01-15T04:44:05.460Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T04:44:08.121Z] ---> Running in 23a09c902515 [2021-01-15T04:44:08.407Z] Removing intermediate container 7ca6aa6f41c6 [2021-01-15T04:44:08.407Z] ---> 4a42b8811ac0 [2021-01-15T04:44:08.407Z] Step 6/23 : COPY go.mod . [2021-01-15T04:44:08.670Z] Removing intermediate container cf2de4ef56af [2021-01-15T04:44:08.670Z] ---> baed1be84912 [2021-01-15T04:44:08.670Z] Step 6/21 : COPY go.mod . [2021-01-15T04:44:08.684Z] ---> 636b207b3056 [2021-01-15T04:44:08.684Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T04:44:08.959Z] Removing intermediate container c266db6c1e56 [2021-01-15T04:44:08.959Z] ---> 212c60d2890c [2021-01-15T04:44:08.959Z] Step 6/24 : COPY go.mod . [2021-01-15T04:44:09.235Z] ---> Running in 00c02a58c6f5 [2021-01-15T04:44:10.221Z] ---> 8e24d608b6ef [2021-01-15T04:44:10.221Z] Step 7/23 : RUN go mod download [2021-01-15T04:44:10.327Z] ---> 33663d413751 [2021-01-15T04:44:10.327Z] Step 7/21 : RUN go mod download [2021-01-15T04:44:10.497Z] ---> 6bf189225865 [2021-01-15T04:44:10.497Z] Step 7/24 : RUN go mod download [2021-01-15T04:44:10.777Z] ---> Running in 23baaa2e4000 [2021-01-15T04:44:10.991Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:44:10.991Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:44:10.991Z] ---> bd0b548a889e [2021-01-15T04:44:10.991Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:44:10.991Z] ---> Using cache [2021-01-15T04:44:10.991Z] ---> e759b13cad5d [2021-01-15T04:44:10.991Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:44:10.991Z] ---> Using cache [2021-01-15T04:44:10.991Z] ---> a5351b647691 [2021-01-15T04:44:10.991Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:44:10.991Z] ---> Using cache [2021-01-15T04:44:10.991Z] ---> baed1be84912 [2021-01-15T04:44:10.991Z] Step 6/21 : COPY go.mod . [2021-01-15T04:44:10.991Z] ---> Using cache [2021-01-15T04:44:10.991Z] ---> 33663d413751 [2021-01-15T04:44:10.991Z] Step 7/21 : RUN go mod download [2021-01-15T04:44:11.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T04:44:11.051Z] ---> Running in d9cbe2cac931 [2021-01-15T04:44:11.631Z] ---> Running in d4da7b2ee52d [2021-01-15T04:44:11.631Z] ---> Running in 51f40fc9909c [2021-01-15T04:44:15.387Z] Collecting docker-compose==1.23.2 [2021-01-15T04:44:15.387Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T04:44:16.381Z] ---> d094118cd6cf [2021-01-15T04:44:16.381Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T04:44:16.659Z] ---> Running in 1aa5f7fe3455 [2021-01-15T04:44:16.941Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T04:44:16.941Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T04:44:17.256Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:44:17.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:44:17.257Z] ---> bd0b548a889e [2021-01-15T04:44:17.257Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:44:17.257Z] ---> Using cache [2021-01-15T04:44:17.257Z] ---> e759b13cad5d [2021-01-15T04:44:17.257Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:44:17.257Z] ---> Using cache [2021-01-15T04:44:17.257Z] ---> a5351b647691 [2021-01-15T04:44:17.257Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:44:17.257Z] ---> Using cache [2021-01-15T04:44:17.257Z] ---> baed1be84912 [2021-01-15T04:44:17.257Z] Step 6/22 : COPY go.mod . [2021-01-15T04:44:17.257Z] ---> Using cache [2021-01-15T04:44:17.257Z] ---> 33663d413751 [2021-01-15T04:44:17.257Z] Step 7/22 : RUN go mod download [2021-01-15T04:44:17.545Z] Removing intermediate container 23baaa2e4000 [2021-01-15T04:44:17.545Z] ---> 550503615e18 [2021-01-15T04:44:17.545Z] Step 8/23 : COPY . . [2021-01-15T04:44:17.545Z] Removing intermediate container d9cbe2cac931 [2021-01-15T04:44:17.545Z] ---> 492b08abde3d [2021-01-15T04:44:17.545Z] Step 8/24 : COPY . . [2021-01-15T04:44:17.565Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:44:17.565Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:44:17.565Z] ---> bd0b548a889e [2021-01-15T04:44:17.565Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T04:44:17.565Z] ---> Using cache [2021-01-15T04:44:17.565Z] ---> e759b13cad5d [2021-01-15T04:44:17.565Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:44:17.565Z] ---> Using cache [2021-01-15T04:44:17.565Z] ---> a5351b647691 [2021-01-15T04:44:17.565Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T04:44:17.822Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T04:44:17.822Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T04:44:18.186Z] ---> Running in 353ac4b314e1 [2021-01-15T04:44:18.186Z] ---> Running in b062aeb7f2f6 [2021-01-15T04:44:18.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T04:44:19.223Z] Removing intermediate container 51f40fc9909c [2021-01-15T04:44:19.223Z] ---> e6c4213cc270 [2021-01-15T04:44:19.223Z] Step 8/21 : COPY . . [2021-01-15T04:44:19.223Z] Removing intermediate container d4da7b2ee52d [2021-01-15T04:44:19.223Z] ---> bc839988faab [2021-01-15T04:44:19.223Z] Step 8/21 : COPY . . [2021-01-15T04:44:20.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:44:20.826Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T04:44:20.826Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T04:44:21.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:44:23.372Z] OK: 233 MiB in 51 packages [2021-01-15T04:44:24.300Z] 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-15T04:44:25.801Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T04:44:25.801Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T04:44:26.802Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T04:44:26.802Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T04:44:26.835Z] Removing intermediate container b062aeb7f2f6 [2021-01-15T04:44:26.835Z] ---> 937f14d11d87 [2021-01-15T04:44:26.835Z] Step 8/22 : COPY . . [2021-01-15T04:44:27.491Z] Removing intermediate container 353ac4b314e1 [2021-01-15T04:44:27.491Z] ---> 2d863a4ca6f2 [2021-01-15T04:44:27.491Z] Step 6/23 : COPY go.mod . [2021-01-15T04:44:27.796Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T04:44:27.796Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T04:44:28.792Z] Collecting PyYAML<4,>=3.10 [2021-01-15T04:44:28.792Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T04:44:31.793Z] ---> 031fceb21265 [2021-01-15T04:44:31.793Z] Step 7/23 : RUN go mod download [2021-01-15T04:44:32.063Z] ---> Running in e8f49d6455be [2021-01-15T04:44:34.508Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T04:44:34.508Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T04:44:37.928Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T04:44:37.928Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T04:44:38.533Z] ---> 2ab4ef2d5bf0 [2021-01-15T04:44:38.533Z] ---> 5c810cacd29a [2021-01-15T04:44:38.533Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T04:44:38.533Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T04:44:38.815Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T04:44:38.815Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T04:44:38.815Z] ---> Running in 98212989f283 [2021-01-15T04:44:38.815Z] ---> Running in 49a1a0c2733e [2021-01-15T04:44:39.812Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T04:44:40.092Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T04:44:40.703Z] Collecting idna<2.8,>=2.5 [2021-01-15T04:44:40.703Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T04:44:40.703Z] 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-15T04:44:40.979Z] 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-15T04:44:40.979Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T04:44:40.979Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T04:44:40.979Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T04:44:40.979Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T04:44:40.979Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T04:44:40.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T04:44:42.440Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, texttable, docopt, jsonschema, cached-property, PyYAML, dockerpty, docker-compose [2021-01-15T04:44:42.716Z] Attempting uninstall: urllib3 [2021-01-15T04:44:42.716Z] Found existing installation: urllib3 1.25.9 [2021-01-15T04:44:42.716Z] Uninstalling urllib3-1.25.9: [2021-01-15T04:44:42.994Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T04:44:43.573Z] Removing intermediate container e8f49d6455be [2021-01-15T04:44:43.573Z] ---> ed1de2bb0028 [2021-01-15T04:44:43.573Z] Step 8/23 : COPY . . [2021-01-15T04:44:43.985Z] Attempting uninstall: idna [2021-01-15T04:44:43.985Z] Found existing installation: idna 2.9 [2021-01-15T04:44:43.985Z] Uninstalling idna-2.9: [2021-01-15T04:44:43.985Z] Successfully uninstalled idna-2.9 [2021-01-15T04:44:44.591Z] Attempting uninstall: requests [2021-01-15T04:44:44.591Z] Found existing installation: requests 2.23.0 [2021-01-15T04:44:44.591Z] Uninstalling requests-2.23.0: [2021-01-15T04:44:44.617Z] Removing intermediate container 6d49c874d145 [2021-01-15T04:44:44.617Z] ---> 1b535e32a9dc [2021-01-15T04:44:44.617Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T04:44:44.868Z] Successfully uninstalled requests-2.23.0 [2021-01-15T04:44:46.317Z] Running setup.py install for texttable: started [2021-01-15T04:44:47.375Z] ---> Running in 1a2de6579090 [2021-01-15T04:44:48.979Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T04:44:48.979Z] Running setup.py install for docopt: started [2021-01-15T04:44:51.624Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T04:44:51.903Z] Running setup.py install for PyYAML: started [2021-01-15T04:44:55.321Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T04:44:55.321Z] Running setup.py install for dockerpty: started [2021-01-15T04:44:58.738Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T04:44:59.335Z] 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-15T04:45:02.739Z] Collecting docker-compose==1.23.2 [2021-01-15T04:45:02.739Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T04:45:02.739Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T04:45:02.739Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T04:45:03.795Z] ---> 75bfa18ac916 [2021-01-15T04:45:03.795Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T04:45:03.795Z] ---> f5ee2d4fc709 [2021-01-15T04:45:03.795Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T04:45:04.518Z] ---> Running in 62a2d8a6e3ab [2021-01-15T04:45:04.518Z] ---> Running in 130208b86c36 [2021-01-15T04:45:06.098Z] Removing intermediate container 23a09c902515 [2021-01-15T04:45:06.098Z] ---> 61b8500717ac [2021-01-15T04:45:06.098Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T04:45:06.098Z] ---> Running in 8fa945e6602a [2021-01-15T04:45:06.634Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T04:45:06.634Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T04:45:08.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:45:08.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:45:08.700Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:45:08.700Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T04:45:08.700Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T04:45:08.700Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:45:08.700Z] OK: 71 MiB in 58 packages [2021-01-15T04:45:09.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T04:45:09.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T04:45:09.448Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T04:45:09.448Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T04:45:10.074Z] ---> e67236dd0db8 [2021-01-15T04:45:10.074Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T04:45:10.836Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T04:45:10.836Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T04:45:10.836Z] ---> Running in 8d44579f9f6c [2021-01-15T04:45:11.131Z] Collecting PyYAML<4,>=3.10 [2021-01-15T04:45:11.131Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T04:45:11.363Z] Removing intermediate container 8fa945e6602a [2021-01-15T04:45:11.363Z] ---> b0a6e750acea [2021-01-15T04:45:11.363Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T04:45:11.363Z] ---> Running in 814df5efa6a2 [2021-01-15T04:45:11.966Z] Removing intermediate container 814df5efa6a2 [2021-01-15T04:45:11.966Z] ---> e7883af73339 [2021-01-15T04:45:11.966Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:45:11.966Z] ---> Running in 69473f09aa95 [2021-01-15T04:45:12.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T04:45:12.955Z] Removing intermediate container 69473f09aa95 [2021-01-15T04:45:12.955Z] ---> 7075c75309ac [2021-01-15T04:45:12.955Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T04:45:12.955Z] ---> Running in 5ae9407637e7 [2021-01-15T04:45:12.974Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T04:45:12.974Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T04:45:13.557Z] Removing intermediate container 5ae9407637e7 [2021-01-15T04:45:13.558Z] ---> 2f222f97e75f [2021-01-15T04:45:13.558Z] Step 25/26 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:45:13.834Z] ---> Running in 64659a772b29 [2021-01-15T04:45:14.437Z] Removing intermediate container 64659a772b29 [2021-01-15T04:45:14.437Z] ---> b3f4849dc745 [2021-01-15T04:45:14.437Z] Step 26/26 : LABEL version=2.0.0-dev.38 [2021-01-15T04:45:14.447Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T04:45:14.447Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T04:45:14.715Z] ---> Running in f68c6d0f165d [2021-01-15T04:45:15.067Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T04:45:15.067Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T04:45:15.316Z] Removing intermediate container f68c6d0f165d [2021-01-15T04:45:15.316Z] ---> 74e4889f6ab1 [2021-01-15T04:45:15.316Z] [2021-01-15T04:45:15.396Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T04:45:15.396Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T04:45:15.396Z] 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-15T04:45:15.593Z] Successfully built 74e4889f6ab1 [2021-01-15T04:45:15.593Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T04:45:16.084Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T04:45:16.084Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T04:45:16.410Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T04:45:16.410Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T04:45:16.743Z] 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-15T04:45:16.743Z] 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-15T04:45:16.743Z] Collecting idna<2.8,>=2.5 [2021-01-15T04:45:16.743Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T04:45:17.079Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T04:45:17.079Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T04:45:17.079Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T04:45:17.079Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T04:45:18.253Z] Installing collected packages: docopt, texttable, dockerpty, jsonschema, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-01-15T04:45:18.253Z] Running setup.py install for docopt: started [2021-01-15T04:45:20.310Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T04:45:20.310Z] Running setup.py install for texttable: started [2021-01-15T04:45:21.433Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T04:45:21.433Z] Running setup.py install for dockerpty: started [2021-01-15T04:45:22.063Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T04:45:22.695Z] Running setup.py install for PyYAML: started [2021-01-15T04:45:24.450Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T04:45:24.450Z] Attempting uninstall: urllib3 [2021-01-15T04:45:24.450Z] Found existing installation: urllib3 1.25.9 [2021-01-15T04:45:24.450Z] ---> c0a9a8bd5f64 [2021-01-15T04:45:24.450Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T04:45:24.450Z] Uninstalling urllib3-1.25.9: [2021-01-15T04:45:24.789Z] ---> Running in 530954c59118 [2021-01-15T04:45:25.169Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T04:45:25.506Z] Attempting uninstall: idna [2021-01-15T04:45:25.506Z] Found existing installation: idna 2.9 [2021-01-15T04:45:25.506Z] Uninstalling idna-2.9: [2021-01-15T04:45:25.783Z] Successfully uninstalled idna-2.9 [2021-01-15T04:45:26.447Z] Attempting uninstall: requests [2021-01-15T04:45:26.447Z] Found existing installation: requests 2.23.0 [2021-01-15T04:45:26.447Z] Uninstalling requests-2.23.0: [2021-01-15T04:45:26.447Z] Successfully uninstalled requests-2.23.0 [2021-01-15T04:45:26.718Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T04:45:28.745Z] 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-15T04:45:33.935Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 00c02a58c6f5 [2021-01-15T04:45:33.935Z] ---> be8ecd8adcd7 [2021-01-15T04:45:33.935Z] [2021-01-15T04:45:33.935Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T04:45:33.935Z] ---> afeebe901d6b [2021-01-15T04:45:33.935Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:45:33.935Z] ---> Using cache [2021-01-15T04:45:33.935Z] ---> 8c83a31595ea [2021-01-15T04:45:33.935Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T04:45:34.213Z] ---> Running in 2e4ad0a18b7f [2021-01-15T04:45:34.399Z] Removing intermediate container 1a2de6579090 [2021-01-15T04:45:34.399Z] ---> 1efb8f26ac7b [2021-01-15T04:45:34.399Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T04:45:34.399Z] ---> Running in 3b87144391a7 [2021-01-15T04:45:34.826Z] Removing intermediate container 2e4ad0a18b7f [2021-01-15T04:45:34.826Z] ---> 07c68f6c9ece [2021-01-15T04:45:34.826Z] Step 13/22 : WORKDIR / [2021-01-15T04:45:35.106Z] ---> Running in a1edce419f98 [2021-01-15T04:45:35.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:45:35.719Z] Removing intermediate container a1edce419f98 [2021-01-15T04:45:35.719Z] ---> 897c3f13707d [2021-01-15T04:45:35.719Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:45:35.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:45:36.236Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:45:36.236Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T04:45:36.236Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T04:45:36.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:45:36.562Z] OK: 72 MiB in 58 packages [2021-01-15T04:45:37.174Z] ---> 6f1efa9aa5c9 [2021-01-15T04:45:37.174Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T04:45:38.635Z] ---> 3e5d39c57693 [2021-01-15T04:45:38.635Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T04:45:39.633Z] ---> 16c20aee9595 [2021-01-15T04:45:39.633Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T04:45:40.297Z] Removing intermediate container 3b87144391a7 [2021-01-15T04:45:40.297Z] ---> 05c687964e1f [2021-01-15T04:45:40.297Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T04:45:40.297Z] ---> Running in 5037f3a6324e [2021-01-15T04:45:41.091Z] ---> bdcf5be975d4 [2021-01-15T04:45:41.092Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T04:45:41.316Z] Removing intermediate container 5037f3a6324e [2021-01-15T04:45:41.316Z] ---> 22e3d62ba26a [2021-01-15T04:45:41.316Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:45:41.316Z] ---> Running in 180687c3ee1b [2021-01-15T04:45:41.368Z] ---> Running in 69f03474557e [2021-01-15T04:45:42.324Z] Removing intermediate container 180687c3ee1b [2021-01-15T04:45:42.324Z] ---> 91536692673b [2021-01-15T04:45:42.324Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T04:45:42.324Z] ---> Running in b1866d96a07e [2021-01-15T04:45:43.375Z] Removing intermediate container b1866d96a07e [2021-01-15T04:45:43.375Z] ---> 725d42cf44f5 [2021-01-15T04:45:43.375Z] Step 25/26 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:45:43.375Z] ---> Running in 4d2c911e29ad [2021-01-15T04:45:44.026Z] Removing intermediate container 4d2c911e29ad [2021-01-15T04:45:44.026Z] ---> e54f7a6130b7 [2021-01-15T04:45:44.026Z] Step 26/26 : LABEL version=2.0.0-dev.38 [2021-01-15T04:45:44.026Z] ---> Running in 0d8773bcfb4e [2021-01-15T04:45:44.674Z] Removing intermediate container 0d8773bcfb4e [2021-01-15T04:45:44.674Z] ---> eadb04a0ce42 [2021-01-15T04:45:44.674Z] [2021-01-15T04:45:45.677Z] Successfully built eadb04a0ce42 [2021-01-15T04:45:45.677Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T04:45:45.722Z] Removing intermediate container 69f03474557e [2021-01-15T04:45:45.722Z] ---> c1cc7feb8175 [2021-01-15T04:45:45.722Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T04:45:45.722Z] ---> Running in ddba0f1896a8 [2021-01-15T04:45:46.331Z] Removing intermediate container ddba0f1896a8 [2021-01-15T04:45:46.331Z] ---> ea5bc088dd30 [2021-01-15T04:45:46.331Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T04:45:46.614Z] ---> Running in 16fca4cbaa99 [2021-01-15T04:45:47.918Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.38" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T04:45:48.059Z] Removing intermediate container 16fca4cbaa99 [2021-01-15T04:45:48.059Z] ---> 674a61431aff [2021-01-15T04:45:48.059Z] Step 21/22 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:45:48.059Z] ---> Running in d724d5a097d9 [2021-01-15T04:45:49.053Z] Removing intermediate container d724d5a097d9 [2021-01-15T04:45:49.053Z] ---> 716246775e5b [2021-01-15T04:45:49.053Z] Step 22/22 : LABEL version=2.0.0-dev.38 [2021-01-15T04:45:49.328Z] ---> Running in d384c031c26f [2021-01-15T04:45:49.608Z] Removing intermediate container 1aa5f7fe3455 [2021-01-15T04:45:49.608Z] ---> 06e8fbefc2f6 [2021-01-15T04:45:49.608Z] [2021-01-15T04:45:49.608Z] Step 10/21 : FROM scratch [2021-01-15T04:45:49.608Z] ---> [2021-01-15T04:45:49.608Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:45:49.889Z] ---> Using cache [2021-01-15T04:45:49.889Z] ---> 259ce7192f3d [2021-01-15T04:45:49.889Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T04:45:50.167Z] ---> Running in 97d6b656f32d [2021-01-15T04:45:50.167Z] Removing intermediate container d384c031c26f [2021-01-15T04:45:50.167Z] ---> d0418b78342f [2021-01-15T04:45:50.167Z] [2021-01-15T04:45:50.771Z] Successfully built d0418b78342f [2021-01-15T04:45:51.046Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T04:45:51.046Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 97d6b656f32d [2021-01-15T04:45:51.046Z] ---> 1f0277170eb0 [2021-01-15T04:45:51.046Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T04:45:51.046Z] ---> Running in d26cf17f18db [2021-01-15T04:45:52.035Z] Removing intermediate container d26cf17f18db [2021-01-15T04:45:52.035Z] ---> f4f4fdd85235 [2021-01-15T04:45:52.035Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:45:53.029Z] ---> 69dab15fe1cb [2021-01-15T04:45:53.029Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T04:45:55.028Z] ---> 7623bd6edf1b [2021-01-15T04:45:55.028Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T04:45:56.016Z] ---> e38c39569276 [2021-01-15T04:45:56.016Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T04:45:56.016Z] ---> Running in e46ee0ca4213 [2021-01-15T04:45:57.005Z] Removing intermediate container e46ee0ca4213 [2021-01-15T04:45:57.005Z] ---> 0e70a4be7e8e [2021-01-15T04:45:57.005Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:45:57.005Z] ---> Running in fe46c9903e10 [2021-01-15T04:45:57.616Z] Removing intermediate container fe46c9903e10 [2021-01-15T04:45:57.616Z] ---> 38efeeebeb53 [2021-01-15T04:45:57.616Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T04:45:57.898Z] ---> Running in 2ecedc011111 [2021-01-15T04:45:58.433Z] Removing intermediate container 130208b86c36 [2021-01-15T04:45:58.434Z] ---> f215d2a7456f [2021-01-15T04:45:58.434Z] [2021-01-15T04:45:58.434Z] Step 10/21 : FROM scratch [2021-01-15T04:45:58.434Z] ---> [2021-01-15T04:45:58.434Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:45:58.509Z] Removing intermediate container 2ecedc011111 [2021-01-15T04:45:58.509Z] ---> 4dda59331f68 [2021-01-15T04:45:58.509Z] Step 20/21 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:45:58.793Z] ---> Running in fbf91e7ce95b [2021-01-15T04:45:59.468Z] ---> Using cache [2021-01-15T04:45:59.468Z] ---> 19f76937024a [2021-01-15T04:45:59.468Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T04:46:00.026Z] Removing intermediate container fbf91e7ce95b [2021-01-15T04:46:00.026Z] ---> e53d294978e4 [2021-01-15T04:46:00.026Z] Step 21/21 : LABEL version=2.0.0-dev.38 [2021-01-15T04:46:00.026Z] ---> Running in f486301f3b3d [2021-01-15T04:46:01.067Z] Removing intermediate container f486301f3b3d [2021-01-15T04:46:01.067Z] ---> 375be91fea0f [2021-01-15T04:46:01.067Z] [2021-01-15T04:46:01.091Z] ---> Running in 1473194d29cf [2021-01-15T04:46:01.371Z] Removing intermediate container 62a2d8a6e3ab [2021-01-15T04:46:01.371Z] ---> fcfa906a1fe1 [2021-01-15T04:46:01.371Z] [2021-01-15T04:46:01.371Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T04:46:01.371Z] ---> 389fef711851 [2021-01-15T04:46:01.371Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T04:46:02.006Z] Removing intermediate container 1473194d29cf [2021-01-15T04:46:02.006Z] ---> bc2f8062f3b0 [2021-01-15T04:46:02.006Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T04:46:02.006Z] ---> Running in 643d3f3ec8a8 [2021-01-15T04:46:02.006Z] ---> Running in 55b2a85f6655 [2021-01-15T04:46:02.534Z] Successfully built 375be91fea0f [2021-01-15T04:46:02.534Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T04:46:02.671Z] Removing intermediate container 55b2a85f6655 [2021-01-15T04:46:02.671Z] ---> 506f4f12d299 [2021-01-15T04:46:02.671Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:46:03.787Z] ---> acad0bf85714 [2021-01-15T04:46:03.787Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T04:46:03.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:46:03.976Z]  Building docker-support-scheduler-go ... done Removing intermediate container 49a1a0c2733e [2021-01-15T04:46:03.976Z] ---> db6639630b40 [2021-01-15T04:46:03.976Z] [2021-01-15T04:46:03.976Z] Step 10/24 : FROM scratch [2021-01-15T04:46:03.976Z] ---> [2021-01-15T04:46:03.976Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T04:46:04.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:46:04.594Z] ---> Running in 4c786e7e75e2 [2021-01-15T04:46:04.786Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T04:46:04.787Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:46:04.787Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T04:46:04.787Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T04:46:04.787Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:46:04.865Z] Removing intermediate container 4c786e7e75e2 [2021-01-15T04:46:04.865Z] ---> b27065c54103 [2021-01-15T04:46:04.865Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T04:46:05.064Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:46:05.064Z] OK: 7 MiB in 18 packages [2021-01-15T04:46:05.139Z] ---> Running in e14621691820 [2021-01-15T04:46:05.749Z] Removing intermediate container e14621691820 [2021-01-15T04:46:05.749Z] ---> 0233d91c2772 [2021-01-15T04:46:05.749Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T04:46:05.749Z] ---> Running in e2b822bcd7ab [2021-01-15T04:46:06.355Z] Removing intermediate container e2b822bcd7ab [2021-01-15T04:46:06.356Z] ---> c5196c467994 [2021-01-15T04:46:06.356Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T04:46:06.950Z] ---> a58c445d8bb4 [2021-01-15T04:46:06.950Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T04:46:07.705Z] ---> 50f5b6497681 [2021-01-15T04:46:07.705Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T04:46:08.400Z] ---> 45a557f91370 [2021-01-15T04:46:08.400Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T04:46:09.680Z] Removing intermediate container 8d44579f9f6c [2021-01-15T04:46:09.680Z] ---> e68b83a6e537 [2021-01-15T04:46:09.680Z] [2021-01-15T04:46:09.680Z] Step 10/22 : FROM scratch [2021-01-15T04:46:09.680Z] ---> [2021-01-15T04:46:09.680Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:46:09.680Z] ---> Using cache [2021-01-15T04:46:09.680Z] ---> 19f76937024a [2021-01-15T04:46:09.680Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T04:46:09.843Z] ---> 95dde02f9353 [2021-01-15T04:46:09.844Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:46:09.967Z] ---> 74ecc7e4fb36 [2021-01-15T04:46:09.967Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T04:46:09.967Z] ---> Running in 0a26f266d91e [2021-01-15T04:46:09.967Z] Removing intermediate container 643d3f3ec8a8 [2021-01-15T04:46:09.967Z] ---> 91d0156c3947 [2021-01-15T04:46:09.967Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:46:10.246Z] ---> Running in 8e2169ae8a72 [2021-01-15T04:46:10.246Z] ---> Running in 747b1a693bbc [2021-01-15T04:46:10.556Z] Removing intermediate container 0a26f266d91e [2021-01-15T04:46:10.556Z] ---> 3d1402dcfe1c [2021-01-15T04:46:10.556Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:46:10.556Z] ---> Running in 9d9b106d6457 [2021-01-15T04:46:10.818Z] ---> b5a1b56369d0 [2021-01-15T04:46:10.818Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T04:46:11.100Z] Removing intermediate container 8e2169ae8a72 [2021-01-15T04:46:11.100Z] ---> d997afa27f92 [2021-01-15T04:46:11.100Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:46:11.100Z] Removing intermediate container 747b1a693bbc [2021-01-15T04:46:11.100Z] ---> 96b7cd60f402 [2021-01-15T04:46:11.100Z] Step 13/21 : WORKDIR /edgex [2021-01-15T04:46:11.492Z] ---> Running in a508da15f87b [2021-01-15T04:46:11.492Z] Removing intermediate container 9d9b106d6457 [2021-01-15T04:46:11.492Z] ---> b6e646888111 [2021-01-15T04:46:11.492Z] Step 14/22 : WORKDIR / [2021-01-15T04:46:11.492Z] ---> Running in 0e99b6ef3bdb [2021-01-15T04:46:12.244Z] ---> f5bca6ab8f10 [2021-01-15T04:46:12.244Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T04:46:12.704Z] Removing intermediate container a508da15f87b [2021-01-15T04:46:12.704Z] ---> c2a4c7451cf7 [2021-01-15T04:46:12.704Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T04:46:12.704Z] ---> Running in 7076cbf7e8eb [2021-01-15T04:46:12.831Z] ---> 0c6d5131aa76 [2021-01-15T04:46:12.831Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T04:46:13.104Z] ---> Running in a4cb98a984dc [2021-01-15T04:46:13.329Z] ---> Running in 629e1f0d0d18 [2021-01-15T04:46:13.329Z] Removing intermediate container 0e99b6ef3bdb [2021-01-15T04:46:13.330Z] ---> 87388dc700ee [2021-01-15T04:46:13.330Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T04:46:13.381Z] Removing intermediate container a4cb98a984dc [2021-01-15T04:46:13.381Z] ---> a2ebd5a9f4e4 [2021-01-15T04:46:13.381Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:46:13.618Z] Removing intermediate container 7076cbf7e8eb [2021-01-15T04:46:13.618Z] ---> 8552e271c814 [2021-01-15T04:46:13.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:46:13.618Z] Removing intermediate container 530954c59118 [2021-01-15T04:46:13.618Z] ---> 02ad68c91257 [2021-01-15T04:46:13.618Z] [2021-01-15T04:46:13.618Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T04:46:13.618Z] ---> 389fef711851 [2021-01-15T04:46:13.618Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:46:13.652Z] ---> Running in e09f4f311cbb [2021-01-15T04:46:13.924Z] Removing intermediate container e09f4f311cbb [2021-01-15T04:46:13.924Z] ---> 6659540b7119 [2021-01-15T04:46:13.924Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T04:46:14.196Z] ---> Running in a9bc9a386a59 [2021-01-15T04:46:14.234Z] ---> Running in 30676f376991 [2021-01-15T04:46:14.234Z] Removing intermediate container 629e1f0d0d18 [2021-01-15T04:46:14.234Z] ---> 8e36d2648134 [2021-01-15T04:46:14.234Z] Step 20/21 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:14.562Z] ---> Running in 28a695eaeade [2021-01-15T04:46:14.562Z] ---> c8809ad05659 [2021-01-15T04:46:14.563Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T04:46:14.563Z] ---> 4b903361c222 [2021-01-15T04:46:14.563Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T04:46:14.563Z] Removing intermediate container 30676f376991 [2021-01-15T04:46:14.563Z] ---> b518de343b50 [2021-01-15T04:46:14.563Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T04:46:14.563Z] ---> Running in ea4be2bd7d25 [2021-01-15T04:46:14.786Z] Removing intermediate container a9bc9a386a59 [2021-01-15T04:46:14.786Z] ---> 967a4bb6e3b8 [2021-01-15T04:46:14.786Z] Step 23/24 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:14.786Z] ---> Running in 7a84920a549b [2021-01-15T04:46:14.876Z] Removing intermediate container 28a695eaeade [2021-01-15T04:46:14.876Z] ---> 044e532fa9a7 [2021-01-15T04:46:14.876Z] Step 21/21 : LABEL version=2.0.0-dev.38 [2021-01-15T04:46:15.226Z] ---> Running in 9bd3163883ed [2021-01-15T04:46:15.226Z] Removing intermediate container ea4be2bd7d25 [2021-01-15T04:46:15.226Z] ---> a8e3cd158328 [2021-01-15T04:46:15.226Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T04:46:15.375Z] Removing intermediate container 7a84920a549b [2021-01-15T04:46:15.375Z] ---> a580f8e3f2de [2021-01-15T04:46:15.375Z] Step 24/24 : LABEL version=2.0.0-dev.38 [2021-01-15T04:46:15.579Z] ---> Running in 35f4009fd740 [2021-01-15T04:46:15.579Z] ---> 378dc7b89c6f [2021-01-15T04:46:15.579Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T04:46:15.647Z] ---> Running in 12bbf86edce8 [2021-01-15T04:46:15.892Z] Removing intermediate container 9bd3163883ed [2021-01-15T04:46:15.892Z] ---> 4b91110ecdb8 [2021-01-15T04:46:15.892Z] [2021-01-15T04:46:15.892Z] ---> ec1a7bb9a4a2 [2021-01-15T04:46:15.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T04:46:16.243Z] Removing intermediate container 12bbf86edce8 [2021-01-15T04:46:16.243Z] ---> 223e86bd6ad4 [2021-01-15T04:46:16.243Z] [2021-01-15T04:46:16.514Z] Successfully built 223e86bd6ad4 [2021-01-15T04:46:16.514Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T04:46:17.015Z] Successfully built 4b91110ecdb8 [2021-01-15T04:46:17.015Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T04:46:17.015Z]  Building docker-support-scheduler-go ... done Removing intermediate container 35f4009fd740 [2021-01-15T04:46:17.015Z] ---> 5fbe3c5f93fa [2021-01-15T04:46:17.015Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:46:17.015Z] ---> 640ebe6a8f03 [2021-01-15T04:46:17.015Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T04:46:17.320Z] ---> Running in c484f1401c7b [2021-01-15T04:46:17.320Z] ---> Running in c17c6f09d8f5 [2021-01-15T04:46:17.320Z] ---> be1783db69fb [2021-01-15T04:46:17.320Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T04:46:17.630Z] ---> Running in 02691a872873 [2021-01-15T04:46:17.910Z] Removing intermediate container c17c6f09d8f5 [2021-01-15T04:46:17.910Z] ---> 50b06218c755 [2021-01-15T04:46:17.910Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:46:17.910Z] ---> Running in 6d618d75d061 [2021-01-15T04:46:17.910Z] Removing intermediate container 02691a872873 [2021-01-15T04:46:17.910Z] ---> d8d3b0efdf43 [2021-01-15T04:46:17.910Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T04:46:18.196Z] ---> Running in 22f8063f2593 [2021-01-15T04:46:18.467Z] Removing intermediate container 6d618d75d061 [2021-01-15T04:46:18.467Z] ---> 07e9ab7c494a [2021-01-15T04:46:18.467Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T04:46:18.495Z]  Building docker-support-notifications-go ... done Removing intermediate container 98212989f283 [2021-01-15T04:46:18.495Z] ---> 76646f83f1ca [2021-01-15T04:46:18.495Z] [2021-01-15T04:46:18.495Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T04:46:18.495Z] ---> afeebe901d6b [2021-01-15T04:46:18.495Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:46:18.742Z] ---> Running in de67c830a4e7 [2021-01-15T04:46:18.743Z] Removing intermediate container 22f8063f2593 [2021-01-15T04:46:18.743Z] ---> ce747b3e18ad [2021-01-15T04:46:18.743Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T04:46:18.766Z] ---> Running in 24492e8886ab [2021-01-15T04:46:19.022Z] ---> Running in 7e6442063800 [2021-01-15T04:46:19.022Z] Removing intermediate container de67c830a4e7 [2021-01-15T04:46:19.022Z] ---> 1a1512b0910d [2021-01-15T04:46:19.022Z] Step 21/22 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:19.022Z] ---> Running in 72318d17e044 [2021-01-15T04:46:19.036Z] Removing intermediate container 24492e8886ab [2021-01-15T04:46:19.036Z] ---> a08846eaef95 [2021-01-15T04:46:19.036Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T04:46:19.295Z] Removing intermediate container 7e6442063800 [2021-01-15T04:46:19.295Z] ---> 81cf7ffef593 [2021-01-15T04:46:19.295Z] Step 20/21 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:19.295Z] Removing intermediate container c484f1401c7b [2021-01-15T04:46:19.295Z] ---> 97704b1df8b5 [2021-01-15T04:46:19.295Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T04:46:19.309Z] ---> Running in acdea1134e66 [2021-01-15T04:46:19.906Z] Removing intermediate container acdea1134e66 [2021-01-15T04:46:19.906Z] ---> 63ba30e12c25 [2021-01-15T04:46:19.906Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T04:46:19.906Z] ---> Running in c77756ca6329 [2021-01-15T04:46:19.923Z] ---> Running in 3b326b533a68 [2021-01-15T04:46:19.923Z] ---> Running in 05b8d9182dc9 [2021-01-15T04:46:19.923Z] Removing intermediate container 72318d17e044 [2021-01-15T04:46:19.923Z] ---> 2fe393b81699 [2021-01-15T04:46:19.923Z] Step 22/22 : LABEL version=2.0.0-dev.38 [2021-01-15T04:46:20.179Z] Removing intermediate container c77756ca6329 [2021-01-15T04:46:20.179Z] ---> 96e33086db8f [2021-01-15T04:46:20.179Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:46:20.215Z] ---> Running in c9c72dd99cb2 [2021-01-15T04:46:20.215Z] Removing intermediate container 3b326b533a68 [2021-01-15T04:46:20.215Z] ---> 52cfdd165404 [2021-01-15T04:46:20.215Z] Step 21/21 : LABEL version=2.0.0-dev.38 [2021-01-15T04:46:20.451Z] ---> Running in f7d1754c0c5c [2021-01-15T04:46:20.486Z] ---> Running in 919bb2efd66a [2021-01-15T04:46:20.486Z] Removing intermediate container c9c72dd99cb2 [2021-01-15T04:46:20.486Z] ---> 1e97b90e3aa0 [2021-01-15T04:46:20.486Z] [2021-01-15T04:46:21.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:46:21.091Z] Successfully built 1e97b90e3aa0 [2021-01-15T04:46:21.091Z] Removing intermediate container 919bb2efd66a [2021-01-15T04:46:21.091Z] ---> f9bc61a4fa90 [2021-01-15T04:46:21.091Z] [2021-01-15T04:46:21.091Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T04:46:21.362Z]  Building docker-core-metadata-go ... done Successfully built f9bc61a4fa90 [2021-01-15T04:46:21.362Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T04:46:21.631Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:46:22.228Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T04:46:22.504Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T04:46:22.504Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T04:46:22.809Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T04:46:22.809Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T04:46:23.064Z] Removing intermediate container f7d1754c0c5c [2021-01-15T04:46:23.064Z] ---> ad028444552e [2021-01-15T04:46:23.064Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T04:46:23.064Z] ---> Running in 909808cb2115 [2021-01-15T04:46:23.077Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:46:23.077Z] OK: 8 MiB in 19 packages [2021-01-15T04:46:24.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:46:24.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:46:24.680Z] Removing intermediate container 05b8d9182dc9 [2021-01-15T04:46:24.680Z] ---> 1e2c9009619c [2021-01-15T04:46:24.681Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:46:25.295Z] ---> 4d55b7415ce7 [2021-01-15T04:46:25.295Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T04:46:25.592Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T04:46:25.592Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T04:46:25.592Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T04:46:25.861Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T04:46:26.134Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T04:46:26.134Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:46:26.134Z] OK: 8 MiB in 19 packages [2021-01-15T04:46:26.314Z] ---> 024e6cfb93aa [2021-01-15T04:46:26.314Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T04:46:26.929Z] ---> 6f572bef289e [2021-01-15T04:46:26.929Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T04:46:26.929Z] ---> Running in a7103e96c517 [2021-01-15T04:46:27.206Z] Removing intermediate container a7103e96c517 [2021-01-15T04:46:27.206Z] ---> 9153db55502d [2021-01-15T04:46:27.206Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:46:27.481Z] ---> Running in a19cd18e0d1a [2021-01-15T04:46:27.571Z] Removing intermediate container 909808cb2115 [2021-01-15T04:46:27.571Z] ---> f26eed249919 [2021-01-15T04:46:27.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:46:27.751Z] Removing intermediate container a19cd18e0d1a [2021-01-15T04:46:27.752Z] ---> 1502cfbc4212 [2021-01-15T04:46:27.752Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T04:46:27.752Z] ---> Running in e2b30447dcb2 [2021-01-15T04:46:28.030Z] Removing intermediate container e2b30447dcb2 [2021-01-15T04:46:28.030Z] ---> 6bac0e6a0beb [2021-01-15T04:46:28.030Z] Step 22/23 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:28.165Z] ---> 7782705325d3 [2021-01-15T04:46:28.165Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T04:46:28.315Z] ---> Running in 9d40acfd5d23 [2021-01-15T04:46:28.599Z] Removing intermediate container 9d40acfd5d23 [2021-01-15T04:46:28.599Z] ---> cc65607504c2 [2021-01-15T04:46:28.599Z] Step 23/23 : LABEL version=2.0.0-dev.38 [2021-01-15T04:46:28.599Z] ---> Running in 42ad96568e45 [2021-01-15T04:46:29.304Z] Removing intermediate container 42ad96568e45 [2021-01-15T04:46:29.304Z] ---> 3ac8dcf12598 [2021-01-15T04:46:29.304Z] [2021-01-15T04:46:29.577Z] Successfully built 3ac8dcf12598 [2021-01-15T04:46:29.577Z] Successfully tagged docker-core-data-go:latest [2021-01-15T04:46:29.595Z] ---> 1294428b266f [2021-01-15T04:46:29.595Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T04:46:30.187Z] ---> 4e157f9486c1 [2021-01-15T04:46:30.187Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T04:46:30.187Z] ---> Running in f31e54f75cb2 [2021-01-15T04:46:30.323Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T04:46:30.388Z] $ docker stop --time=1 5bb9a169b96aaa3931a04280cd66521c30d55773b2f8195a4005fe11534c7ce5 [2021-01-15T04:46:30.779Z] Removing intermediate container f31e54f75cb2 [2021-01-15T04:46:30.779Z] ---> 57acda9ad1f9 [2021-01-15T04:46:30.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:46:30.779Z] ---> Running in fd573159376b [2021-01-15T04:46:31.371Z] Removing intermediate container fd573159376b [2021-01-15T04:46:31.371Z] ---> 384a80c1709b [2021-01-15T04:46:31.371Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T04:46:31.371Z] ---> Running in 8348427b9faa [2021-01-15T04:46:31.963Z] Removing intermediate container 8348427b9faa [2021-01-15T04:46:31.963Z] ---> 77fb8ec97d9a [2021-01-15T04:46:31.963Z] Step 22/23 : LABEL git_sha=4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:31.963Z] ---> Running in 809ae9264e41 [2021-01-15T04:46:32.556Z] Removing intermediate container 809ae9264e41 [2021-01-15T04:46:32.556Z] ---> 7082d53ded46 [2021-01-15T04:46:32.556Z] Step 23/23 : LABEL version=2.0.0-dev.38 [2021-01-15T04:46:32.556Z] ---> Running in fc92dca06f7a [2021-01-15T04:46:32.582Z] $ docker rm -f 5bb9a169b96aaa3931a04280cd66521c30d55773b2f8195a4005fe11534c7ce5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T04:46:33.145Z] Removing intermediate container fc92dca06f7a [2021-01-15T04:46:33.145Z] ---> af3be4a5a339 [2021-01-15T04:46:33.145Z] [2021-01-15T04:46:33.267Z] + docker images [2021-01-15T04:46:33.268Z] + grep docker [2021-01-15T04:46:33.268Z] docker-core-data-go latest 3ac8dcf12598 5 seconds ago 22.3MB [2021-01-15T04:46:33.268Z] docker-core-metadata-go latest 1e97b90e3aa0 13 seconds ago 13.1MB [2021-01-15T04:46:33.268Z] docker-security-proxy-setup-go latest f9bc61a4fa90 13 seconds ago 24.4MB [2021-01-15T04:46:33.268Z] docker-support-scheduler-go latest 4b91110ecdb8 18 seconds ago 10.7MB [2021-01-15T04:46:33.268Z] docker-sys-mgmt-agent-go latest eadb04a0ce42 49 seconds ago 313MB [2021-01-15T04:46:33.268Z] docker-security-secretstore-setup-go latest 170824770586 2 minutes ago 24.6MB [2021-01-15T04:46:33.268Z] docker-security-bootstrap-redis-go latest 6bd6a15d3f63 2 minutes ago 15.8MB [2021-01-15T04:46:33.268Z] docker-support-notifications-go latest 3f24b4647741 3 minutes ago 12MB [2021-01-15T04:46:33.268Z] docker-core-command-go latest 22038307e6bc 3 minutes ago 10.6MB [2021-01-15T04:46:33.268Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-15T04:46:33.416Z] Successfully built af3be4a5a339 [2021-01-15T04:46:33.416Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T04:46:33.432Z]  Building docker-core-data-go ... done  [Pipeline] // script [Pipeline] } [2021-01-15T04:46:33.487Z] $ docker stop --time=1 cb00c0002168a1dec7cb47c6303e60a2c48ba174c6dd4853e14a3ecdbe2afbd7 [2021-01-15T04:46:35.363Z] $ docker rm -f cb00c0002168a1dec7cb47c6303e60a2c48ba174c6dd4853e14a3ecdbe2afbd7 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-15T04:46:36.158Z] + + grep dockerdocker [2021-01-15T04:46:36.158Z] images [Pipeline] wrap [2021-01-15T04:46:36.199Z] provisioning config files... [2021-01-15T04:46:36.253Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/297@tmp/config1127129273428649463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:46:36.434Z] docker-core-data-go-arm64 latest af3be4a5a339 4 seconds ago 21MB [2021-01-15T04:46:36.434Z] docker-support-notifications-go-arm64 latest 223e86bd6ad4 21 seconds ago 11.4MB [2021-01-15T04:46:36.434Z] docker-support-scheduler-go-arm64 latest 375be91fea0f 36 seconds ago 10MB [2021-01-15T04:46:36.434Z] docker-security-bootstrap-redis-go-arm64 latest d0418b78342f 47 seconds ago 15.1MB [2021-01-15T04:46:36.434Z] docker-sys-mgmt-agent-go-arm64 latest 74e4889f6ab1 About a minute ago 300MB [2021-01-15T04:46:36.434Z] docker-security-secretstore-setup-go-arm64 latest ebe3ad24e958 2 minutes ago 23.4MB [2021-01-15T04:46:36.434Z] docker-core-metadata-go-arm64 latest 7a875559883b 3 minutes ago 12.3MB [2021-01-15T04:46:36.434Z] docker-security-proxy-setup-go-arm64 latest e62dab14fafd 3 minutes ago 23.2MB [2021-01-15T04:46:36.434Z] docker-core-command-go-arm64 latest f68a8dfb3ec7 3 minutes ago 9.98MB [2021-01-15T04:46:36.434Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-15T04:46:36.720Z] ---> docker-login.sh [2021-01-15T04:46:36.720Z] nexus3.edgexfoundry.org:10001 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-15T04:46:36.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] wrap [2021-01-15T04:46:37.018Z] provisioning config files... [2021-01-15T04:46:37.053Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/297@tmp/config8605799760732574788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:46:37.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:37.268Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:37.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:37.268Z] [2021-01-15T04:46:37.268Z] Login Succeeded [2021-01-15T04:46:37.268Z] nexus3.edgexfoundry.org:10002 [2021-01-15T04:46:37.452Z] ---> docker-login.sh [2021-01-15T04:46:37.452Z] nexus3.edgexfoundry.org:10001 [2021-01-15T04:46:37.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:37.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:37.543Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:37.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:37.543Z] [2021-01-15T04:46:37.543Z] Login Succeeded [2021-01-15T04:46:37.543Z] nexus3.edgexfoundry.org:10003 [2021-01-15T04:46:37.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:37.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:37.724Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:37.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:37.724Z] [2021-01-15T04:46:37.724Z] Login Succeeded [2021-01-15T04:46:37.724Z] nexus3.edgexfoundry.org:10002 [2021-01-15T04:46:38.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:38.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:38.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:38.321Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:38.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:38.321Z] [2021-01-15T04:46:38.321Z] Login Succeeded [2021-01-15T04:46:38.321Z] nexus3.edgexfoundry.org:10003 [2021-01-15T04:46:38.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:38.440Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:38.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:38.440Z] [2021-01-15T04:46:38.440Z] Login Succeeded [2021-01-15T04:46:38.440Z] nexus3.edgexfoundry.org:10004 [2021-01-15T04:46:38.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:38.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:38.705Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:38.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:38.705Z] [2021-01-15T04:46:38.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:38.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:38.915Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:38.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:38.915Z] [2021-01-15T04:46:38.915Z] Login Succeeded [2021-01-15T04:46:38.915Z] nexus3.edgexfoundry.org:10004 [2021-01-15T04:46:38.987Z] Login Succeeded [2021-01-15T04:46:38.987Z] docker.io [2021-01-15T04:46:39.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:39.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:39.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:39.510Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:39.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:39.510Z] [2021-01-15T04:46:39.510Z] Login Succeeded [2021-01-15T04:46:39.510Z] docker.io [2021-01-15T04:46:39.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:39.521Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:39.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:39.521Z] [2021-01-15T04:46:39.521Z] Login Succeeded [2021-01-15T04:46:39.521Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T04:46:39.536Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:46:39.751Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-15T04:46:39.751Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:39.751Z] 2.0.0-dev.38 [2021-01-15T04:46:39.751Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:39.751Z] master [2021-01-15T04:46:39.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:40.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:46:40.296Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:40.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:46:40.374Z] Configure a credential helper to remove this warning. See [2021-01-15T04:46:40.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:46:40.374Z] [2021-01-15T04:46:40.374Z] Login Succeeded [2021-01-15T04:46:40.374Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T04:46:40.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:46:40.782Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-15T04:46:40.782Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:40.782Z] 2.0.0-dev.38 [2021-01-15T04:46:40.782Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:40.782Z] master [2021-01-15T04:46:40.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-15T04:46:40.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:41.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T04:46:41.284Z] d56dfd13dcf5: Preparing [2021-01-15T04:46:41.284Z] 3b30848a3b03: Preparing [2021-01-15T04:46:41.284Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:41.408Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:41.557Z] d56dfd13dcf5: Pushed [2021-01-15T04:46:41.557Z] 5b39e0dda0a4: Pushed [2021-01-15T04:46:41.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:41.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T04:46:41.743Z] 2866086adf35: Preparing [2021-01-15T04:46:41.743Z] a44532cb09f8: Preparing [2021-01-15T04:46:41.743Z] 4419078b3420: Preparing [2021-01-15T04:46:42.015Z] 4419078b3420: Pushed [2021-01-15T04:46:42.015Z] 2866086adf35: Pushed [2021-01-15T04:46:43.016Z] 3b30848a3b03: Pushed [2021-01-15T04:46:43.016Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:1772f8a48900813c67181c8eb963f0987e372cf432f00295956988d4e5d2c7c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:43.500Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:44.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.38 [2021-01-15T04:46:44.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T04:46:44.594Z] d56dfd13dcf5: Preparing [2021-01-15T04:46:44.594Z] 3b30848a3b03: Preparing [2021-01-15T04:46:44.594Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:44.594Z] d56dfd13dcf5: Layer already exists [2021-01-15T04:46:44.594Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:44.594Z] 3b30848a3b03: Layer already exists [2021-01-15T04:46:44.594Z] 2.0.0-dev.38: digest: sha256:1772f8a48900813c67181c8eb963f0987e372cf432f00295956988d4e5d2c7c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:44.648Z] a44532cb09f8: Pushed [2021-01-15T04:46:44.648Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:d6ce6394e32788907d9ad3a9cceb30ebd4268555ceeda082a04144eefc0d13a2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:45.055Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:45.128Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:45.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:45.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T04:46:45.568Z] d56dfd13dcf5: Preparing [2021-01-15T04:46:45.568Z] 3b30848a3b03: Preparing [2021-01-15T04:46:45.568Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:45.568Z] d56dfd13dcf5: Layer already exists [2021-01-15T04:46:45.568Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:45.568Z] 3b30848a3b03: Layer already exists [2021-01-15T04:46:45.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.38 [2021-01-15T04:46:45.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T04:46:45.670Z] 2866086adf35: Preparing [2021-01-15T04:46:45.670Z] a44532cb09f8: Preparing [2021-01-15T04:46:45.670Z] 4419078b3420: Preparing [2021-01-15T04:46:45.833Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:1772f8a48900813c67181c8eb963f0987e372cf432f00295956988d4e5d2c7c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:45.938Z] 2866086adf35: Layer already exists [2021-01-15T04:46:45.938Z] 4419078b3420: Layer already exists [2021-01-15T04:46:45.938Z] a44532cb09f8: Layer already exists [2021-01-15T04:46:45.938Z] 2.0.0-dev.38: digest: sha256:d6ce6394e32788907d9ad3a9cceb30ebd4268555ceeda082a04144eefc0d13a2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:46.221Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-15T04:46:46.318Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:46.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:46.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T04:46:46.653Z] 2866086adf35: Preparing [2021-01-15T04:46:46.653Z] a44532cb09f8: Preparing [2021-01-15T04:46:46.653Z] 4419078b3420: Preparing [2021-01-15T04:46:46.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-15T04:46:46.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T04:46:46.947Z] a44532cb09f8: Layer already exists [2021-01-15T04:46:46.947Z] 2866086adf35: Layer already exists [2021-01-15T04:46:46.947Z] 4419078b3420: Layer already exists [2021-01-15T04:46:46.947Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:d6ce6394e32788907d9ad3a9cceb30ebd4268555ceeda082a04144eefc0d13a2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:47.188Z] d56dfd13dcf5: Preparing [2021-01-15T04:46:47.188Z] 3b30848a3b03: Preparing [2021-01-15T04:46:47.188Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:47.188Z] 3b30848a3b03: Layer already exists [2021-01-15T04:46:47.188Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:47.188Z] d56dfd13dcf5: Layer already exists [2021-01-15T04:46:47.188Z] master: digest: sha256:1772f8a48900813c67181c8eb963f0987e372cf432f00295956988d4e5d2c7c1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-15T04:46:47.305Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:46:47.380Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:46:47.495Z] taggedImages: [2021-01-15T04:46:47.495Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:47.496Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.38 [2021-01-15T04:46:47.496Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:47.496Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-15T04:46:47.567Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-15T04:46:47.567Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:47.567Z] 2.0.0-dev.38 [2021-01-15T04:46:47.567Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:47.567Z] master [2021-01-15T04:46:47.567Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-15T04:46:47.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-15T04:46:47.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T04:46:47.767Z] 2866086adf35: Preparing [2021-01-15T04:46:47.767Z] a44532cb09f8: Preparing [2021-01-15T04:46:47.767Z] 4419078b3420: Preparing [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:48.044Z] 2866086adf35: Layer already exists [2021-01-15T04:46:48.044Z] 4419078b3420: Layer already exists [2021-01-15T04:46:48.044Z] a44532cb09f8: Layer already exists [2021-01-15T04:46:48.044Z] master: digest: sha256:d6ce6394e32788907d9ad3a9cceb30ebd4268555ceeda082a04144eefc0d13a2 size: 943 [Pipeline] } [2021-01-15T04:46:48.107Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:46:48.218Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:46:48.357Z] taggedImages: [2021-01-15T04:46:48.357Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:48.357Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.38 [2021-01-15T04:46:48.357Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:48.357Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-15T04:46:48.420Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-15T04:46:48.420Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:48.420Z] 2.0.0-dev.38 [2021-01-15T04:46:48.420Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:48.420Z] master [2021-01-15T04:46:48.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:48.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:48.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T04:46:48.644Z] 6bae6ee54135: Preparing [2021-01-15T04:46:48.644Z] 7cec580f0b64: Preparing [2021-01-15T04:46:48.644Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:48.644Z] e000efb4e09b: Preparing [2021-01-15T04:46:48.644Z] 6a111eeeea03: Preparing [2021-01-15T04:46:48.644Z] 777b2c648970: Preparing [2021-01-15T04:46:48.644Z] 777b2c648970: Waiting [2021-01-15T04:46:48.936Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:48.936Z] 777b2c648970: Layer already exists [2021-01-15T04:46:48.940Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:49.247Z] 6a111eeeea03: Pushed [2021-01-15T04:46:49.247Z] 6bae6ee54135: Pushed [2021-01-15T04:46:49.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:49.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T04:46:49.275Z] 4044062a030e: Preparing [2021-01-15T04:46:49.275Z] 56a99dd3fd69: Preparing [2021-01-15T04:46:49.275Z] 4419078b3420: Preparing [2021-01-15T04:46:49.275Z] 085ff2b9193d: Preparing [2021-01-15T04:46:49.275Z] 0a31b41cac97: Preparing [2021-01-15T04:46:49.275Z] 379067d0cb53: Preparing [2021-01-15T04:46:49.275Z] 379067d0cb53: Waiting [2021-01-15T04:46:49.518Z] e000efb4e09b: Pushed [2021-01-15T04:46:49.559Z] 4419078b3420: Layer already exists [2021-01-15T04:46:49.559Z] 379067d0cb53: Layer already exists [2021-01-15T04:46:49.559Z] 0a31b41cac97: Pushed [2021-01-15T04:46:49.559Z] 4044062a030e: Pushed [2021-01-15T04:46:50.151Z] 085ff2b9193d: Pushed [2021-01-15T04:46:50.964Z] 7cec580f0b64: Pushed [2021-01-15T04:46:50.964Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:e9defb54bc6dcf08a0db4d0a0bb38f418e4cfd0a5e4847ba1e298ff7df6b40f1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:51.373Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:51.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.38 [2021-01-15T04:46:51.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T04:46:51.766Z] 6bae6ee54135: Preparing [2021-01-15T04:46:51.766Z] 7cec580f0b64: Preparing [2021-01-15T04:46:51.766Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:51.766Z] e000efb4e09b: Preparing [2021-01-15T04:46:51.766Z] 6a111eeeea03: Preparing [2021-01-15T04:46:51.766Z] 777b2c648970: Preparing [2021-01-15T04:46:51.766Z] 777b2c648970: Waiting [2021-01-15T04:46:52.033Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:52.033Z] 7cec580f0b64: Layer already exists [2021-01-15T04:46:52.033Z] 6bae6ee54135: Layer already exists [2021-01-15T04:46:52.033Z] 6a111eeeea03: Layer already exists [2021-01-15T04:46:52.033Z] e000efb4e09b: Layer already exists [2021-01-15T04:46:52.033Z] 777b2c648970: Layer already exists [2021-01-15T04:46:52.303Z] 2.0.0-dev.38: digest: sha256:e9defb54bc6dcf08a0db4d0a0bb38f418e4cfd0a5e4847ba1e298ff7df6b40f1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:52.666Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:52.759Z] 56a99dd3fd69: Pushed [2021-01-15T04:46:52.759Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:06218d538e5a6712f0946e73f30a6fc7ae22953966567cf4d0c5a9860418be43 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:53.208Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.38 [2021-01-15T04:46:53.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:53.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T04:46:53.218Z] 6bae6ee54135: Preparing [2021-01-15T04:46:53.218Z] 7cec580f0b64: Preparing [2021-01-15T04:46:53.218Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:53.218Z] e000efb4e09b: Preparing [2021-01-15T04:46:53.218Z] 6a111eeeea03: Preparing [2021-01-15T04:46:53.218Z] 777b2c648970: Preparing [2021-01-15T04:46:53.218Z] 777b2c648970: Waiting [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:53.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.38 [2021-01-15T04:46:53.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T04:46:53.545Z] 4044062a030e: Preparing [2021-01-15T04:46:53.545Z] 56a99dd3fd69: Preparing [2021-01-15T04:46:53.545Z] 4419078b3420: Preparing [2021-01-15T04:46:53.545Z] 085ff2b9193d: Preparing [2021-01-15T04:46:53.545Z] 0a31b41cac97: Preparing [2021-01-15T04:46:53.545Z] 379067d0cb53: Preparing [2021-01-15T04:46:53.545Z] 379067d0cb53: Waiting [2021-01-15T04:46:53.615Z] 6bae6ee54135: Layer already exists [2021-01-15T04:46:53.615Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:53.615Z] 7cec580f0b64: Layer already exists [2021-01-15T04:46:53.615Z] e000efb4e09b: Layer already exists [2021-01-15T04:46:53.615Z] 6a111eeeea03: Layer already exists [2021-01-15T04:46:53.615Z] 777b2c648970: Layer already exists [2021-01-15T04:46:53.615Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:e9defb54bc6dcf08a0db4d0a0bb38f418e4cfd0a5e4847ba1e298ff7df6b40f1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:53.819Z] 085ff2b9193d: Layer already exists [2021-01-15T04:46:53.820Z] 0a31b41cac97: Layer already exists [2021-01-15T04:46:53.820Z] 4419078b3420: Layer already exists [2021-01-15T04:46:53.820Z] 56a99dd3fd69: Layer already exists [2021-01-15T04:46:53.820Z] 4044062a030e: Layer already exists [2021-01-15T04:46:53.820Z] 379067d0cb53: Layer already exists [2021-01-15T04:46:53.820Z] 2.0.0-dev.38: digest: sha256:06218d538e5a6712f0946e73f30a6fc7ae22953966567cf4d0c5a9860418be43 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:54.073Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-15T04:46:54.165Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:54.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:54.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T04:46:54.499Z] 4044062a030e: Preparing [2021-01-15T04:46:54.499Z] 56a99dd3fd69: Preparing [2021-01-15T04:46:54.499Z] 4419078b3420: Preparing [2021-01-15T04:46:54.499Z] 085ff2b9193d: Preparing [2021-01-15T04:46:54.499Z] 0a31b41cac97: Preparing [2021-01-15T04:46:54.499Z] 379067d0cb53: Preparing [2021-01-15T04:46:54.499Z] 379067d0cb53: Waiting [2021-01-15T04:46:54.499Z] 4419078b3420: Layer already exists [2021-01-15T04:46:54.499Z] 56a99dd3fd69: Layer already exists [2021-01-15T04:46:54.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-15T04:46:54.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T04:46:54.756Z] 6bae6ee54135: Preparing [2021-01-15T04:46:54.756Z] 7cec580f0b64: Preparing [2021-01-15T04:46:54.756Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:54.756Z] e000efb4e09b: Preparing [2021-01-15T04:46:54.756Z] 6a111eeeea03: Preparing [2021-01-15T04:46:54.756Z] 777b2c648970: Preparing [2021-01-15T04:46:54.756Z] 777b2c648970: Waiting [2021-01-15T04:46:54.756Z] e000efb4e09b: Layer already exists [2021-01-15T04:46:54.756Z] 6a111eeeea03: Layer already exists [2021-01-15T04:46:54.756Z] 6bae6ee54135: Layer already exists [2021-01-15T04:46:54.756Z] 7cec580f0b64: Layer already exists [2021-01-15T04:46:54.756Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:54.756Z] 777b2c648970: Layer already exists [2021-01-15T04:46:54.769Z] 4044062a030e: Layer already exists [2021-01-15T04:46:54.769Z] 0a31b41cac97: Layer already exists [2021-01-15T04:46:54.769Z] 085ff2b9193d: Layer already exists [2021-01-15T04:46:54.769Z] 379067d0cb53: Layer already exists [2021-01-15T04:46:54.769Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:06218d538e5a6712f0946e73f30a6fc7ae22953966567cf4d0c5a9860418be43 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:55.025Z] master: digest: sha256:e9defb54bc6dcf08a0db4d0a0bb38f418e4cfd0a5e4847ba1e298ff7df6b40f1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-15T04:46:55.118Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:46:55.186Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:46:55.326Z] taggedImages: [2021-01-15T04:46:55.326Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:55.326Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.38 [2021-01-15T04:46:55.326Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:55.326Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-15T04:46:55.390Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-15T04:46:55.390Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:55.390Z] 2.0.0-dev.38 [2021-01-15T04:46:55.390Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:55.390Z] master [2021-01-15T04:46:55.390Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-15T04:46:55.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-15T04:46:55.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T04:46:55.588Z] 4044062a030e: Preparing [2021-01-15T04:46:55.588Z] 56a99dd3fd69: Preparing [2021-01-15T04:46:55.588Z] 4419078b3420: Preparing [2021-01-15T04:46:55.588Z] 085ff2b9193d: Preparing [2021-01-15T04:46:55.588Z] 0a31b41cac97: Preparing [2021-01-15T04:46:55.588Z] 379067d0cb53: Preparing [2021-01-15T04:46:55.588Z] 379067d0cb53: Waiting [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:55.856Z] 4419078b3420: Layer already exists [2021-01-15T04:46:55.856Z] 085ff2b9193d: Layer already exists [2021-01-15T04:46:55.856Z] 4044062a030e: Layer already exists [2021-01-15T04:46:55.856Z] 56a99dd3fd69: Layer already exists [2021-01-15T04:46:55.856Z] 0a31b41cac97: Layer already exists [2021-01-15T04:46:55.856Z] 379067d0cb53: Layer already exists [2021-01-15T04:46:55.856Z] master: digest: sha256:06218d538e5a6712f0946e73f30a6fc7ae22953966567cf4d0c5a9860418be43 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-15T04:46:55.974Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:46:56.047Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:46:56.209Z] taggedImages: [2021-01-15T04:46:56.209Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:56.209Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.38 [2021-01-15T04:46:56.209Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:56.209Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-15T04:46:56.278Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-15T04:46:56.278Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:56.278Z] 2.0.0-dev.38 [2021-01-15T04:46:56.278Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:46:56.278Z] master [2021-01-15T04:46:56.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:56.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:56.775Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:56.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T04:46:56.806Z] 606daf856c4a: Preparing [2021-01-15T04:46:56.806Z] 3baa460007e0: Preparing [2021-01-15T04:46:56.806Z] 5b39e0dda0a4: Preparing [2021-01-15T04:46:56.806Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:46:57.082Z] 606daf856c4a: Pushed [2021-01-15T04:46:57.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:46:57.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T04:46:57.109Z] cdae267c7fb5: Preparing [2021-01-15T04:46:57.109Z] abdb0864697e: Preparing [2021-01-15T04:46:57.109Z] 4419078b3420: Preparing [2021-01-15T04:46:57.398Z] 4419078b3420: Layer already exists [2021-01-15T04:46:57.398Z] cdae267c7fb5: Pushed [2021-01-15T04:46:58.511Z] 3baa460007e0: Pushed [2021-01-15T04:46:58.789Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:cf8716bcf504171eac6924d0b15492841b8b4245e0aef9d38abbb5b8027b893f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:59.180Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:59.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.38 [2021-01-15T04:46:59.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T04:46:59.802Z] 606daf856c4a: Preparing [2021-01-15T04:46:59.802Z] 3baa460007e0: Preparing [2021-01-15T04:46:59.802Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:00.003Z] abdb0864697e: Pushed [2021-01-15T04:47:00.077Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:00.077Z] 606daf856c4a: Layer already exists [2021-01-15T04:47:00.077Z] 3baa460007e0: Layer already exists [2021-01-15T04:47:00.077Z] 2.0.0-dev.38: digest: sha256:cf8716bcf504171eac6924d0b15492841b8b4245e0aef9d38abbb5b8027b893f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:00.274Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:0b71904694dc160ecd004a30b4b1e3f7e968347894b7412087f2335cc97e0282 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:00.534Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:00.618Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:00.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:00.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T04:47:00.913Z] 606daf856c4a: Preparing [2021-01-15T04:47:00.913Z] 3baa460007e0: Preparing [2021-01-15T04:47:00.913Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:01.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:01.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T04:47:01.015Z] cdae267c7fb5: Preparing [2021-01-15T04:47:01.015Z] abdb0864697e: Preparing [2021-01-15T04:47:01.015Z] 4419078b3420: Preparing [2021-01-15T04:47:01.216Z] 606daf856c4a: Layer already exists [2021-01-15T04:47:01.216Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:01.216Z] 3baa460007e0: Layer already exists [2021-01-15T04:47:01.216Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:cf8716bcf504171eac6924d0b15492841b8b4245e0aef9d38abbb5b8027b893f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:01.290Z] 4419078b3420: Layer already exists [2021-01-15T04:47:01.290Z] cdae267c7fb5: Layer already exists [2021-01-15T04:47:01.290Z] abdb0864697e: Layer already exists [2021-01-15T04:47:01.290Z] 2.0.0-dev.38: digest: sha256:0b71904694dc160ecd004a30b4b1e3f7e968347894b7412087f2335cc97e0282 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:01.613Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:01.663Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:02.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-15T04:47:02.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T04:47:02.001Z] 606daf856c4a: Preparing [2021-01-15T04:47:02.001Z] 3baa460007e0: Preparing [2021-01-15T04:47:02.001Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:02.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:02.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T04:47:02.143Z] cdae267c7fb5: Preparing [2021-01-15T04:47:02.143Z] abdb0864697e: Preparing [2021-01-15T04:47:02.143Z] 4419078b3420: Preparing [2021-01-15T04:47:02.265Z] 3baa460007e0: Layer already exists [2021-01-15T04:47:02.265Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:02.265Z] 606daf856c4a: Layer already exists [2021-01-15T04:47:02.265Z] master: digest: sha256:cf8716bcf504171eac6924d0b15492841b8b4245e0aef9d38abbb5b8027b893f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-15T04:47:02.417Z] abdb0864697e: Layer already exists [2021-01-15T04:47:02.417Z] 4419078b3420: Layer already exists [2021-01-15T04:47:02.417Z] cdae267c7fb5: Layer already exists [2021-01-15T04:47:02.417Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:0b71904694dc160ecd004a30b4b1e3f7e968347894b7412087f2335cc97e0282 size: 943 [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:02.510Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:02.559Z] taggedImages: [2021-01-15T04:47:02.559Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:02.559Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.38 [2021-01-15T04:47:02.559Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:02.559Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:47:02.686Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-15T04:47:02.686Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:02.687Z] 2.0.0-dev.38 [2021-01-15T04:47:02.687Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:02.687Z] master [2021-01-15T04:47:02.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:02.950Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:03.220Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:03.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-15T04:47:03.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T04:47:03.327Z] cdae267c7fb5: Preparing [2021-01-15T04:47:03.327Z] abdb0864697e: Preparing [2021-01-15T04:47:03.327Z] 4419078b3420: Preparing [2021-01-15T04:47:03.598Z] 4419078b3420: Layer already exists [2021-01-15T04:47:03.598Z] abdb0864697e: Layer already exists [2021-01-15T04:47:03.598Z] cdae267c7fb5: Layer already exists [2021-01-15T04:47:03.598Z] master: digest: sha256:0b71904694dc160ecd004a30b4b1e3f7e968347894b7412087f2335cc97e0282 size: 943 [Pipeline] } [2021-01-15T04:47:03.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:03.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T04:47:03.620Z] 1be327cbbdab: Preparing [2021-01-15T04:47:03.620Z] c4f96db5ec3e: Preparing [2021-01-15T04:47:03.620Z] 3ea11fa43701: Preparing [2021-01-15T04:47:03.620Z] 081d57122dce: Preparing [2021-01-15T04:47:03.620Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:03.620Z] 1396ec32c22a: Preparing [2021-01-15T04:47:03.620Z] 777b2c648970: Preparing [2021-01-15T04:47:03.620Z] 1396ec32c22a: Waiting [2021-01-15T04:47:03.620Z] 777b2c648970: Waiting [2021-01-15T04:47:03.620Z] 5b39e0dda0a4: Layer already exists [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:03.803Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:03.848Z] taggedImages: [2021-01-15T04:47:03.848Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:03.848Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:03.848Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:03.848Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-15T04:47:03.912Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-15T04:47:03.912Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:03.912Z] 2.0.0-dev.38 [2021-01-15T04:47:03.912Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:03.912Z] master [2021-01-15T04:47:03.912Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-15T04:47:04.041Z] 1be327cbbdab: Pushed [2021-01-15T04:47:04.041Z] 3ea11fa43701: Pushed [2021-01-15T04:47:04.041Z] c4f96db5ec3e: Pushed [2021-01-15T04:47:04.041Z] 777b2c648970: Layer already exists [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:04.438Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:04.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:04.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T04:47:04.773Z] e9e7a00415b0: Preparing [2021-01-15T04:47:04.773Z] 17be734cd1dc: Preparing [2021-01-15T04:47:04.773Z] ca1ed2293a32: Preparing [2021-01-15T04:47:04.773Z] 1576e845f950: Preparing [2021-01-15T04:47:04.773Z] 4419078b3420: Preparing [2021-01-15T04:47:04.773Z] 00ae38055f24: Preparing [2021-01-15T04:47:04.773Z] 379067d0cb53: Preparing [2021-01-15T04:47:04.773Z] 00ae38055f24: Waiting [2021-01-15T04:47:04.773Z] 379067d0cb53: Waiting [2021-01-15T04:47:04.779Z] 1396ec32c22a: Pushed [2021-01-15T04:47:05.046Z] 4419078b3420: Layer already exists [2021-01-15T04:47:05.046Z] e9e7a00415b0: Pushed [2021-01-15T04:47:05.046Z] ca1ed2293a32: Pushed [2021-01-15T04:47:05.046Z] 17be734cd1dc: Pushed [2021-01-15T04:47:05.111Z] 081d57122dce: Pushed [2021-01-15T04:47:05.318Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:05.588Z] 00ae38055f24: Pushed [2021-01-15T04:47:05.604Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:42c0f21d9c336dcfc42f69d1f5f7658d906d80ebbd237a6b7d285cb85bef1f04 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:06.303Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:06.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.38 [2021-01-15T04:47:06.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T04:47:06.751Z] 1be327cbbdab: Preparing [2021-01-15T04:47:06.751Z] c4f96db5ec3e: Preparing [2021-01-15T04:47:06.751Z] 3ea11fa43701: Preparing [2021-01-15T04:47:06.751Z] 081d57122dce: Preparing [2021-01-15T04:47:06.751Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:06.751Z] 1396ec32c22a: Preparing [2021-01-15T04:47:06.751Z] 777b2c648970: Preparing [2021-01-15T04:47:06.751Z] 1396ec32c22a: Waiting [2021-01-15T04:47:06.751Z] 777b2c648970: Waiting [2021-01-15T04:47:06.751Z] c4f96db5ec3e: Layer already exists [2021-01-15T04:47:06.751Z] 081d57122dce: Layer already exists [2021-01-15T04:47:06.751Z] 1be327cbbdab: Layer already exists [2021-01-15T04:47:06.751Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:06.751Z] 3ea11fa43701: Layer already exists [2021-01-15T04:47:06.751Z] 1396ec32c22a: Layer already exists [2021-01-15T04:47:06.751Z] 777b2c648970: Layer already exists [2021-01-15T04:47:07.022Z] 1576e845f950: Pushed [2021-01-15T04:47:07.029Z] 2.0.0-dev.38: digest: sha256:42c0f21d9c336dcfc42f69d1f5f7658d906d80ebbd237a6b7d285cb85bef1f04 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:07.293Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:ea96c45970a24b56ce48ac5dcccb4018d8af8f76e00a74b8aa62a4d91016fd99 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:07.372Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:07.649Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:07.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:07.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T04:47:07.742Z] 1be327cbbdab: Preparing [2021-01-15T04:47:07.742Z] c4f96db5ec3e: Preparing [2021-01-15T04:47:07.742Z] 3ea11fa43701: Preparing [2021-01-15T04:47:07.742Z] 081d57122dce: Preparing [2021-01-15T04:47:07.742Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:07.742Z] 1396ec32c22a: Preparing [2021-01-15T04:47:07.742Z] 777b2c648970: Preparing [2021-01-15T04:47:07.742Z] 1396ec32c22a: Waiting [2021-01-15T04:47:07.742Z] 777b2c648970: Waiting [2021-01-15T04:47:07.742Z] 1be327cbbdab: Layer already exists [2021-01-15T04:47:07.742Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:07.742Z] 081d57122dce: Layer already exists [2021-01-15T04:47:07.742Z] c4f96db5ec3e: Layer already exists [2021-01-15T04:47:07.742Z] 3ea11fa43701: Layer already exists [2021-01-15T04:47:07.742Z] 777b2c648970: Layer already exists [2021-01-15T04:47:07.742Z] 1396ec32c22a: Layer already exists [2021-01-15T04:47:07.742Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:42c0f21d9c336dcfc42f69d1f5f7658d906d80ebbd237a6b7d285cb85bef1f04 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:08.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:08.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T04:47:08.023Z] e9e7a00415b0: Preparing [2021-01-15T04:47:08.023Z] 17be734cd1dc: Preparing [2021-01-15T04:47:08.023Z] ca1ed2293a32: Preparing [2021-01-15T04:47:08.023Z] 1576e845f950: Preparing [2021-01-15T04:47:08.023Z] 4419078b3420: Preparing [2021-01-15T04:47:08.023Z] 00ae38055f24: Preparing [2021-01-15T04:47:08.023Z] 379067d0cb53: Preparing [2021-01-15T04:47:08.023Z] 00ae38055f24: Waiting [2021-01-15T04:47:08.023Z] 379067d0cb53: Waiting [2021-01-15T04:47:08.115Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:08.296Z] 1576e845f950: Layer already exists [2021-01-15T04:47:08.296Z] ca1ed2293a32: Layer already exists [2021-01-15T04:47:08.296Z] 17be734cd1dc: Layer already exists [2021-01-15T04:47:08.296Z] e9e7a00415b0: Layer already exists [2021-01-15T04:47:08.296Z] 4419078b3420: Layer already exists [2021-01-15T04:47:08.296Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:08.296Z] 00ae38055f24: Layer already exists [2021-01-15T04:47:08.296Z] 2.0.0-dev.38: digest: sha256:ea96c45970a24b56ce48ac5dcccb4018d8af8f76e00a74b8aa62a4d91016fd99 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:08.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-15T04:47:08.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T04:47:08.492Z] 1be327cbbdab: Preparing [2021-01-15T04:47:08.492Z] c4f96db5ec3e: Preparing [2021-01-15T04:47:08.492Z] 3ea11fa43701: Preparing [2021-01-15T04:47:08.492Z] 081d57122dce: Preparing [2021-01-15T04:47:08.492Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:08.492Z] 1396ec32c22a: Preparing [2021-01-15T04:47:08.492Z] 777b2c648970: Preparing [2021-01-15T04:47:08.492Z] 1396ec32c22a: Waiting [2021-01-15T04:47:08.492Z] 777b2c648970: Waiting [2021-01-15T04:47:08.492Z] 3ea11fa43701: Layer already exists [2021-01-15T04:47:08.492Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:08.492Z] 081d57122dce: Layer already exists [2021-01-15T04:47:08.492Z] c4f96db5ec3e: Layer already exists [2021-01-15T04:47:08.492Z] 1be327cbbdab: Layer already exists [2021-01-15T04:47:08.492Z] 777b2c648970: Layer already exists [2021-01-15T04:47:08.492Z] 1396ec32c22a: Layer already exists [2021-01-15T04:47:08.657Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:08.761Z] master: digest: sha256:42c0f21d9c336dcfc42f69d1f5f7658d906d80ebbd237a6b7d285cb85bef1f04 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:08.994Z] ===================================================== [2021-01-15T04:47:09.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:09.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T04:47:09.017Z] e9e7a00415b0: Preparing [2021-01-15T04:47:09.017Z] 17be734cd1dc: Preparing [2021-01-15T04:47:09.017Z] ca1ed2293a32: Preparing [2021-01-15T04:47:09.017Z] 1576e845f950: Preparing [2021-01-15T04:47:09.017Z] 4419078b3420: Preparing [2021-01-15T04:47:09.017Z] 00ae38055f24: Preparing [2021-01-15T04:47:09.017Z] 379067d0cb53: Preparing [2021-01-15T04:47:09.017Z] 00ae38055f24: Waiting [2021-01-15T04:47:09.017Z] 379067d0cb53: Waiting [Pipeline] echo [2021-01-15T04:47:09.041Z] taggedImages: [2021-01-15T04:47:09.041Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:09.041Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.38 [2021-01-15T04:47:09.041Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:09.041Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-15T04:47:09.105Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-15T04:47:09.105Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:09.105Z] 2.0.0-dev.38 [2021-01-15T04:47:09.105Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:09.105Z] master [2021-01-15T04:47:09.105Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-15T04:47:09.292Z] e9e7a00415b0: Layer already exists [2021-01-15T04:47:09.292Z] 1576e845f950: Layer already exists [2021-01-15T04:47:09.292Z] 17be734cd1dc: Layer already exists [2021-01-15T04:47:09.292Z] ca1ed2293a32: Layer already exists [2021-01-15T04:47:09.292Z] 4419078b3420: Layer already exists [2021-01-15T04:47:09.292Z] 00ae38055f24: Layer already exists [2021-01-15T04:47:09.292Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:09.292Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:ea96c45970a24b56ce48ac5dcccb4018d8af8f76e00a74b8aa62a4d91016fd99 size: 1778 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:09.635Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:09.750Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:09.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:09.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T04:47:09.966Z] 58d4eea266a9: Preparing [2021-01-15T04:47:09.966Z] 27b3f6a486d5: Preparing [2021-01-15T04:47:09.966Z] 500b65fd6327: Preparing [2021-01-15T04:47:09.966Z] df2627553aff: Preparing [2021-01-15T04:47:09.966Z] 83536c0d3868: Preparing [2021-01-15T04:47:09.966Z] 777b2c648970: Preparing [2021-01-15T04:47:09.966Z] 777b2c648970: Waiting [2021-01-15T04:47:10.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-15T04:47:10.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T04:47:10.089Z] e9e7a00415b0: Preparing [2021-01-15T04:47:10.089Z] 17be734cd1dc: Preparing [2021-01-15T04:47:10.089Z] ca1ed2293a32: Preparing [2021-01-15T04:47:10.089Z] 1576e845f950: Preparing [2021-01-15T04:47:10.089Z] 4419078b3420: Preparing [2021-01-15T04:47:10.089Z] 00ae38055f24: Preparing [2021-01-15T04:47:10.089Z] 379067d0cb53: Preparing [2021-01-15T04:47:10.089Z] 00ae38055f24: Waiting [2021-01-15T04:47:10.089Z] 379067d0cb53: Waiting [2021-01-15T04:47:10.255Z] df2627553aff: Pushed [2021-01-15T04:47:10.255Z] 500b65fd6327: Pushed [2021-01-15T04:47:10.361Z] e9e7a00415b0: Layer already exists [2021-01-15T04:47:10.361Z] 1576e845f950: Layer already exists [2021-01-15T04:47:10.361Z] ca1ed2293a32: Layer already exists [2021-01-15T04:47:10.361Z] 17be734cd1dc: Layer already exists [2021-01-15T04:47:10.361Z] 4419078b3420: Layer already exists [2021-01-15T04:47:10.361Z] 00ae38055f24: Layer already exists [2021-01-15T04:47:10.361Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:10.361Z] master: digest: sha256:ea96c45970a24b56ce48ac5dcccb4018d8af8f76e00a74b8aa62a4d91016fd99 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-15T04:47:10.562Z] 777b2c648970: Layer already exists [2021-01-15T04:47:10.562Z] 83536c0d3868: Pushed [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:10.608Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:10.653Z] taggedImages: [2021-01-15T04:47:10.653Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:10.653Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:10.653Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:10.653Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-15T04:47:10.719Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-15T04:47:10.719Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:10.719Z] 2.0.0-dev.38 [2021-01-15T04:47:10.719Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:10.719Z] master [2021-01-15T04:47:10.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:11.284Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:11.592Z] 58d4eea266a9: Pushed [2021-01-15T04:47:11.592Z] 27b3f6a486d5: Pushed [2021-01-15T04:47:11.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:11.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T04:47:11.855Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:7b69cd6106e41a485a8581918552a893bfdd28db8de4bb39351c59b60208ee8f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:11.963Z] 379702565462: Preparing [2021-01-15T04:47:11.963Z] 8eafe1b88623: Preparing [2021-01-15T04:47:11.963Z] 9d09659d5e76: Preparing [2021-01-15T04:47:11.963Z] 75056272087a: Preparing [2021-01-15T04:47:11.963Z] 1852551d0552: Preparing [2021-01-15T04:47:11.963Z] 379067d0cb53: Preparing [2021-01-15T04:47:11.963Z] 379067d0cb53: Waiting [2021-01-15T04:47:11.963Z] 9d09659d5e76: Pushed [2021-01-15T04:47:11.963Z] 75056272087a: Pushed [2021-01-15T04:47:12.194Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:12.267Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:12.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.38 [2021-01-15T04:47:12.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T04:47:12.535Z] 58d4eea266a9: Preparing [2021-01-15T04:47:12.535Z] 27b3f6a486d5: Preparing [2021-01-15T04:47:12.535Z] 500b65fd6327: Preparing [2021-01-15T04:47:12.535Z] df2627553aff: Preparing [2021-01-15T04:47:12.535Z] 83536c0d3868: Preparing [2021-01-15T04:47:12.535Z] 777b2c648970: Preparing [2021-01-15T04:47:12.535Z] 777b2c648970: Waiting [2021-01-15T04:47:12.535Z] 500b65fd6327: Layer already exists [2021-01-15T04:47:12.535Z] 27b3f6a486d5: Layer already exists [2021-01-15T04:47:12.535Z] 58d4eea266a9: Layer already exists [2021-01-15T04:47:12.535Z] df2627553aff: Layer already exists [2021-01-15T04:47:12.535Z] 83536c0d3868: Layer already exists [2021-01-15T04:47:12.535Z] 777b2c648970: Layer already exists [2021-01-15T04:47:12.585Z] 1852551d0552: Pushed [2021-01-15T04:47:12.805Z] 2.0.0-dev.38: digest: sha256:7b69cd6106e41a485a8581918552a893bfdd28db8de4bb39351c59b60208ee8f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:13.166Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:13.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:13.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T04:47:14.093Z] 58d4eea266a9: Preparing [2021-01-15T04:47:14.093Z] 27b3f6a486d5: Preparing [2021-01-15T04:47:14.093Z] 500b65fd6327: Preparing [2021-01-15T04:47:14.093Z] df2627553aff: Preparing [2021-01-15T04:47:14.093Z] 83536c0d3868: Preparing [2021-01-15T04:47:14.093Z] 777b2c648970: Preparing [2021-01-15T04:47:14.093Z] 777b2c648970: Waiting [2021-01-15T04:47:14.093Z] 58d4eea266a9: Layer already exists [2021-01-15T04:47:14.093Z] 83536c0d3868: Layer already exists [2021-01-15T04:47:14.093Z] 27b3f6a486d5: Layer already exists [2021-01-15T04:47:14.093Z] 500b65fd6327: Layer already exists [2021-01-15T04:47:14.093Z] df2627553aff: Layer already exists [2021-01-15T04:47:14.093Z] 777b2c648970: Layer already exists [2021-01-15T04:47:14.093Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:7b69cd6106e41a485a8581918552a893bfdd28db8de4bb39351c59b60208ee8f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:14.508Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:14.567Z] 379702565462: Pushed [2021-01-15T04:47:14.567Z] 8eafe1b88623: Pushed [2021-01-15T04:47:14.567Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:43de2c31ab52029d708bc3ac35568302be262a0ffc016cba5ae7ba04826decc7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:14.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-15T04:47:14.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T04:47:14.841Z] 58d4eea266a9: Preparing [2021-01-15T04:47:14.841Z] 27b3f6a486d5: Preparing [2021-01-15T04:47:14.841Z] 500b65fd6327: Preparing [2021-01-15T04:47:14.841Z] df2627553aff: Preparing [2021-01-15T04:47:14.841Z] 83536c0d3868: Preparing [2021-01-15T04:47:14.841Z] 777b2c648970: Preparing [2021-01-15T04:47:14.841Z] 777b2c648970: Waiting [2021-01-15T04:47:14.947Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:15.134Z] df2627553aff: Layer already exists [2021-01-15T04:47:15.134Z] 27b3f6a486d5: Layer already exists [2021-01-15T04:47:15.134Z] 58d4eea266a9: Layer already exists [2021-01-15T04:47:15.134Z] 83536c0d3868: Layer already exists [2021-01-15T04:47:15.134Z] 500b65fd6327: Layer already exists [2021-01-15T04:47:15.134Z] 777b2c648970: Layer already exists [2021-01-15T04:47:15.134Z] master: digest: sha256:7b69cd6106e41a485a8581918552a893bfdd28db8de4bb39351c59b60208ee8f size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-15T04:47:15.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:15.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T04:47:15.292Z] 379702565462: Preparing [2021-01-15T04:47:15.292Z] 8eafe1b88623: Preparing [2021-01-15T04:47:15.292Z] 9d09659d5e76: Preparing [2021-01-15T04:47:15.292Z] 75056272087a: Preparing [2021-01-15T04:47:15.292Z] 1852551d0552: Preparing [2021-01-15T04:47:15.292Z] 379067d0cb53: Preparing [2021-01-15T04:47:15.292Z] 379067d0cb53: Waiting [Pipeline] echo [2021-01-15T04:47:15.318Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:15.368Z] taggedImages: [2021-01-15T04:47:15.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:15.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.38 [2021-01-15T04:47:15.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:15.368Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-15T04:47:15.441Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-15T04:47:15.441Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:15.441Z] 2.0.0-dev.38 [2021-01-15T04:47:15.441Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:15.441Z] master [2021-01-15T04:47:15.441Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-15T04:47:15.568Z] 9d09659d5e76: Layer already exists [2021-01-15T04:47:15.568Z] 8eafe1b88623: Layer already exists [2021-01-15T04:47:15.568Z] 379702565462: Layer already exists [2021-01-15T04:47:15.568Z] 75056272087a: Layer already exists [2021-01-15T04:47:15.568Z] 1852551d0552: Layer already exists [2021-01-15T04:47:15.568Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:15.568Z] 2.0.0-dev.38: digest: sha256:43de2c31ab52029d708bc3ac35568302be262a0ffc016cba5ae7ba04826decc7 size: 1574 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:15.968Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:16.030Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:16.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:16.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T04:47:16.303Z] 379702565462: Preparing [2021-01-15T04:47:16.303Z] 8eafe1b88623: Preparing [2021-01-15T04:47:16.303Z] 9d09659d5e76: Preparing [2021-01-15T04:47:16.303Z] 75056272087a: Preparing [2021-01-15T04:47:16.303Z] 1852551d0552: Preparing [2021-01-15T04:47:16.303Z] 379067d0cb53: Preparing [2021-01-15T04:47:16.303Z] 379067d0cb53: Waiting [2021-01-15T04:47:16.303Z] 1852551d0552: Layer already exists [2021-01-15T04:47:16.303Z] 75056272087a: Layer already exists [2021-01-15T04:47:16.303Z] 379702565462: Layer already exists [2021-01-15T04:47:16.303Z] 8eafe1b88623: Layer already exists [2021-01-15T04:47:16.303Z] 9d09659d5e76: Layer already exists [2021-01-15T04:47:16.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:16.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T04:47:16.575Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:16.575Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:43de2c31ab52029d708bc3ac35568302be262a0ffc016cba5ae7ba04826decc7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:16.760Z] 3f0552d5fabc: Preparing [2021-01-15T04:47:16.760Z] e115b03c70f6: Preparing [2021-01-15T04:47:16.760Z] b986d6d6da54: Preparing [2021-01-15T04:47:16.760Z] a4686cdc395a: Preparing [2021-01-15T04:47:16.760Z] 3a3e32011f59: Preparing [2021-01-15T04:47:16.760Z] 1d348a029ee0: Preparing [2021-01-15T04:47:16.760Z] 93c0e72053f8: Preparing [2021-01-15T04:47:16.760Z] 70ce48b23767: Preparing [2021-01-15T04:47:16.760Z] 777b2c648970: Preparing [2021-01-15T04:47:16.760Z] 1d348a029ee0: Waiting [2021-01-15T04:47:16.760Z] 93c0e72053f8: Waiting [2021-01-15T04:47:16.760Z] 70ce48b23767: Waiting [2021-01-15T04:47:16.760Z] 777b2c648970: Waiting [2021-01-15T04:47:16.932Z] + 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-15T04:47:17.097Z] 3f0552d5fabc: Pushed [2021-01-15T04:47:17.097Z] e115b03c70f6: Pushed [2021-01-15T04:47:17.097Z] 3a3e32011f59: Pushed [2021-01-15T04:47:17.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-15T04:47:17.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T04:47:17.270Z] 379702565462: Preparing [2021-01-15T04:47:17.270Z] 8eafe1b88623: Preparing [2021-01-15T04:47:17.270Z] 9d09659d5e76: Preparing [2021-01-15T04:47:17.270Z] 75056272087a: Preparing [2021-01-15T04:47:17.270Z] 1852551d0552: Preparing [2021-01-15T04:47:17.270Z] 379067d0cb53: Preparing [2021-01-15T04:47:17.270Z] 379067d0cb53: Waiting [2021-01-15T04:47:17.393Z] 1d348a029ee0: Pushed [2021-01-15T04:47:17.393Z] 93c0e72053f8: Pushed [2021-01-15T04:47:17.543Z] 8eafe1b88623: Layer already exists [2021-01-15T04:47:17.543Z] 75056272087a: Layer already exists [2021-01-15T04:47:17.543Z] 1852551d0552: Layer already exists [2021-01-15T04:47:17.543Z] 9d09659d5e76: Layer already exists [2021-01-15T04:47:17.543Z] 379702565462: Layer already exists [2021-01-15T04:47:17.543Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:17.543Z] master: digest: sha256:43de2c31ab52029d708bc3ac35568302be262a0ffc016cba5ae7ba04826decc7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-15T04:47:17.711Z] 777b2c648970: Layer already exists [Pipeline] echo [2021-01-15T04:47:17.737Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:17.790Z] taggedImages: [2021-01-15T04:47:17.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:17.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:17.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:17.790Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-15T04:47:17.868Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-15T04:47:17.868Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:17.868Z] 2.0.0-dev.38 [2021-01-15T04:47:17.868Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:17.868Z] master [2021-01-15T04:47:17.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:18.396Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:18.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:18.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T04:47:18.739Z] 36295ccae12f: Preparing [2021-01-15T04:47:18.739Z] 57991de056f3: Preparing [2021-01-15T04:47:18.739Z] 8be5ba71db63: Preparing [2021-01-15T04:47:18.739Z] d8486a65d448: Preparing [2021-01-15T04:47:18.739Z] 11d98b8db83f: Preparing [2021-01-15T04:47:18.739Z] 7d4668f380c6: Preparing [2021-01-15T04:47:18.739Z] 37df4e645e48: Preparing [2021-01-15T04:47:18.739Z] 00ae38055f24: Preparing [2021-01-15T04:47:18.739Z] 379067d0cb53: Preparing [2021-01-15T04:47:18.739Z] 7d4668f380c6: Waiting [2021-01-15T04:47:18.739Z] 37df4e645e48: Waiting [2021-01-15T04:47:18.739Z] 00ae38055f24: Waiting [2021-01-15T04:47:18.739Z] 379067d0cb53: Waiting [2021-01-15T04:47:18.776Z] 70ce48b23767: Pushed [2021-01-15T04:47:19.011Z] 57991de056f3: Pushed [2021-01-15T04:47:19.011Z] 36295ccae12f: Pushed [2021-01-15T04:47:19.011Z] 11d98b8db83f: Pushed [2021-01-15T04:47:19.078Z] a4686cdc395a: Pushed [2021-01-15T04:47:19.079Z] b986d6d6da54: Pushed [2021-01-15T04:47:19.284Z] 00ae38055f24: Layer already exists [2021-01-15T04:47:19.284Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:19.284Z] 7d4668f380c6: Pushed [2021-01-15T04:47:19.284Z] 37df4e645e48: Pushed [2021-01-15T04:47:19.348Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:b6b0730c6985138b72467f1c8ea39bc4f8e62f3085ea92949b93803117c93208 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:19.730Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:20.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.38 [2021-01-15T04:47:20.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T04:47:20.470Z] 3f0552d5fabc: Preparing [2021-01-15T04:47:20.470Z] e115b03c70f6: Preparing [2021-01-15T04:47:20.470Z] b986d6d6da54: Preparing [2021-01-15T04:47:20.470Z] a4686cdc395a: Preparing [2021-01-15T04:47:20.470Z] 3a3e32011f59: Preparing [2021-01-15T04:47:20.470Z] 1d348a029ee0: Preparing [2021-01-15T04:47:20.470Z] 93c0e72053f8: Preparing [2021-01-15T04:47:20.470Z] 70ce48b23767: Preparing [2021-01-15T04:47:20.470Z] 777b2c648970: Preparing [2021-01-15T04:47:20.470Z] 1d348a029ee0: Waiting [2021-01-15T04:47:20.470Z] 93c0e72053f8: Waiting [2021-01-15T04:47:20.470Z] 70ce48b23767: Waiting [2021-01-15T04:47:20.470Z] 777b2c648970: Waiting [2021-01-15T04:47:20.470Z] a4686cdc395a: Layer already exists [2021-01-15T04:47:20.470Z] b986d6d6da54: Layer already exists [2021-01-15T04:47:20.470Z] e115b03c70f6: Layer already exists [2021-01-15T04:47:20.470Z] 3f0552d5fabc: Layer already exists [2021-01-15T04:47:20.470Z] 3a3e32011f59: Layer already exists [2021-01-15T04:47:20.470Z] 777b2c648970: Layer already exists [2021-01-15T04:47:20.470Z] 70ce48b23767: Layer already exists [2021-01-15T04:47:20.470Z] 93c0e72053f8: Layer already exists [2021-01-15T04:47:20.470Z] 1d348a029ee0: Layer already exists [2021-01-15T04:47:20.470Z] 2.0.0-dev.38: digest: sha256:b6b0730c6985138b72467f1c8ea39bc4f8e62f3085ea92949b93803117c93208 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:20.867Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:21.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:21.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T04:47:21.191Z] 3f0552d5fabc: Preparing [2021-01-15T04:47:21.191Z] e115b03c70f6: Preparing [2021-01-15T04:47:21.191Z] b986d6d6da54: Preparing [2021-01-15T04:47:21.191Z] a4686cdc395a: Preparing [2021-01-15T04:47:21.191Z] 3a3e32011f59: Preparing [2021-01-15T04:47:21.191Z] 1d348a029ee0: Preparing [2021-01-15T04:47:21.191Z] 93c0e72053f8: Preparing [2021-01-15T04:47:21.191Z] 70ce48b23767: Preparing [2021-01-15T04:47:21.191Z] 777b2c648970: Preparing [2021-01-15T04:47:21.191Z] 1d348a029ee0: Waiting [2021-01-15T04:47:21.191Z] 93c0e72053f8: Waiting [2021-01-15T04:47:21.191Z] 70ce48b23767: Waiting [2021-01-15T04:47:21.191Z] 777b2c648970: Waiting [2021-01-15T04:47:21.191Z] 3f0552d5fabc: Layer already exists [2021-01-15T04:47:21.191Z] e115b03c70f6: Layer already exists [2021-01-15T04:47:21.191Z] a4686cdc395a: Layer already exists [2021-01-15T04:47:21.191Z] 3a3e32011f59: Layer already exists [2021-01-15T04:47:21.191Z] b986d6d6da54: Layer already exists [2021-01-15T04:47:21.191Z] 93c0e72053f8: Layer already exists [2021-01-15T04:47:21.191Z] 1d348a029ee0: Layer already exists [2021-01-15T04:47:21.191Z] 70ce48b23767: Layer already exists [2021-01-15T04:47:21.191Z] 777b2c648970: Layer already exists [2021-01-15T04:47:21.268Z] d8486a65d448: Pushed [2021-01-15T04:47:21.268Z] 8be5ba71db63: Pushed [2021-01-15T04:47:21.462Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:b6b0730c6985138b72467f1c8ea39bc4f8e62f3085ea92949b93803117c93208 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:21.540Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:be749d982da3a799a802d76591ef87a0e71beeb645311f9a7211054cbd02103e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:21.867Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-15T04:47:21.906Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:22.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:22.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T04:47:22.242Z] 36295ccae12f: Preparing [2021-01-15T04:47:22.242Z] 57991de056f3: Preparing [2021-01-15T04:47:22.242Z] 8be5ba71db63: Preparing [2021-01-15T04:47:22.242Z] d8486a65d448: Preparing [2021-01-15T04:47:22.242Z] 11d98b8db83f: Preparing [2021-01-15T04:47:22.242Z] 7d4668f380c6: Preparing [2021-01-15T04:47:22.242Z] 37df4e645e48: Preparing [2021-01-15T04:47:22.242Z] 00ae38055f24: Preparing [2021-01-15T04:47:22.242Z] 379067d0cb53: Preparing [2021-01-15T04:47:22.242Z] 37df4e645e48: Waiting [2021-01-15T04:47:22.242Z] 00ae38055f24: Waiting [2021-01-15T04:47:22.242Z] 7d4668f380c6: Waiting [2021-01-15T04:47:22.242Z] 36295ccae12f: Layer already exists [2021-01-15T04:47:22.242Z] 8be5ba71db63: Layer already exists [2021-01-15T04:47:22.242Z] 11d98b8db83f: Layer already exists [2021-01-15T04:47:22.242Z] 57991de056f3: Layer already exists [2021-01-15T04:47:22.242Z] d8486a65d448: Layer already exists [2021-01-15T04:47:22.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-15T04:47:22.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T04:47:22.495Z] 3f0552d5fabc: Preparing [2021-01-15T04:47:22.495Z] e115b03c70f6: Preparing [2021-01-15T04:47:22.495Z] b986d6d6da54: Preparing [2021-01-15T04:47:22.495Z] a4686cdc395a: Preparing [2021-01-15T04:47:22.495Z] 3a3e32011f59: Preparing [2021-01-15T04:47:22.495Z] 1d348a029ee0: Preparing [2021-01-15T04:47:22.495Z] 93c0e72053f8: Preparing [2021-01-15T04:47:22.495Z] 70ce48b23767: Preparing [2021-01-15T04:47:22.495Z] 777b2c648970: Preparing [2021-01-15T04:47:22.495Z] 1d348a029ee0: Waiting [2021-01-15T04:47:22.495Z] 93c0e72053f8: Waiting [2021-01-15T04:47:22.495Z] 70ce48b23767: Waiting [2021-01-15T04:47:22.495Z] 777b2c648970: Waiting [2021-01-15T04:47:22.495Z] b986d6d6da54: Layer already exists [2021-01-15T04:47:22.495Z] a4686cdc395a: Layer already exists [2021-01-15T04:47:22.495Z] e115b03c70f6: Layer already exists [2021-01-15T04:47:22.495Z] 3f0552d5fabc: Layer already exists [2021-01-15T04:47:22.495Z] 3a3e32011f59: Layer already exists [2021-01-15T04:47:22.495Z] 93c0e72053f8: Layer already exists [2021-01-15T04:47:22.495Z] 1d348a029ee0: Layer already exists [2021-01-15T04:47:22.495Z] 777b2c648970: Layer already exists [2021-01-15T04:47:22.495Z] 70ce48b23767: Layer already exists [2021-01-15T04:47:22.513Z] 7d4668f380c6: Layer already exists [2021-01-15T04:47:22.513Z] 00ae38055f24: Layer already exists [2021-01-15T04:47:22.513Z] 37df4e645e48: Layer already exists [2021-01-15T04:47:22.513Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:22.513Z] 2.0.0-dev.38: digest: sha256:be749d982da3a799a802d76591ef87a0e71beeb645311f9a7211054cbd02103e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:22.765Z] master: digest: sha256:b6b0730c6985138b72467f1c8ea39bc4f8e62f3085ea92949b93803117c93208 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-15T04:47:22.852Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:22.941Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:47:23.057Z] taggedImages: [2021-01-15T04:47:23.057Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:23.057Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.38 [2021-01-15T04:47:23.057Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:23.057Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-15T04:47:23.121Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-15T04:47:23.121Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:23.121Z] 2.0.0-dev.38 [2021-01-15T04:47:23.121Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:23.121Z] master [2021-01-15T04:47:23.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:23.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:23.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T04:47:23.320Z] 36295ccae12f: Preparing [2021-01-15T04:47:23.320Z] 57991de056f3: Preparing [2021-01-15T04:47:23.320Z] 8be5ba71db63: Preparing [2021-01-15T04:47:23.320Z] d8486a65d448: Preparing [2021-01-15T04:47:23.320Z] 11d98b8db83f: Preparing [2021-01-15T04:47:23.320Z] 7d4668f380c6: Preparing [2021-01-15T04:47:23.320Z] 37df4e645e48: Preparing [2021-01-15T04:47:23.320Z] 00ae38055f24: Preparing [2021-01-15T04:47:23.320Z] 379067d0cb53: Preparing [2021-01-15T04:47:23.320Z] 7d4668f380c6: Waiting [2021-01-15T04:47:23.320Z] 37df4e645e48: Waiting [2021-01-15T04:47:23.320Z] 00ae38055f24: Waiting [2021-01-15T04:47:23.320Z] 379067d0cb53: Waiting [2021-01-15T04:47:23.320Z] 36295ccae12f: Layer already exists [2021-01-15T04:47:23.320Z] d8486a65d448: Layer already exists [2021-01-15T04:47:23.320Z] 11d98b8db83f: Layer already exists [2021-01-15T04:47:23.320Z] 57991de056f3: Layer already exists [2021-01-15T04:47:23.320Z] 8be5ba71db63: Layer already exists [2021-01-15T04:47:23.593Z] 00ae38055f24: Layer already exists [2021-01-15T04:47:23.593Z] 37df4e645e48: Layer already exists [2021-01-15T04:47:23.593Z] 7d4668f380c6: Layer already exists [2021-01-15T04:47:23.593Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:23.593Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:be749d982da3a799a802d76591ef87a0e71beeb645311f9a7211054cbd02103e size: 2198 [2021-01-15T04:47:23.599Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:23.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:23.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T04:47:23.943Z] 771c08719be3: Preparing [2021-01-15T04:47:23.943Z] 781377c358d3: Preparing [2021-01-15T04:47:23.943Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:23.943Z] 5957d6c03fee: Preparing [2021-01-15T04:47:23.943Z] d9771b1d27da: Preparing [2021-01-15T04:47:23.943Z] 0ce41a6d4c37: Preparing [2021-01-15T04:47:23.943Z] 0ce41a6d4c37: Waiting [2021-01-15T04:47:23.943Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:24.028Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-15T04:47:24.209Z] 771c08719be3: Pushed [2021-01-15T04:47:24.209Z] 5957d6c03fee: Pushed [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:24.485Z] 0ce41a6d4c37: Pushed [2021-01-15T04:47:24.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-15T04:47:24.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T04:47:24.636Z] 36295ccae12f: Preparing [2021-01-15T04:47:24.636Z] 57991de056f3: Preparing [2021-01-15T04:47:24.636Z] 8be5ba71db63: Preparing [2021-01-15T04:47:24.636Z] d8486a65d448: Preparing [2021-01-15T04:47:24.636Z] 11d98b8db83f: Preparing [2021-01-15T04:47:24.636Z] 7d4668f380c6: Preparing [2021-01-15T04:47:24.636Z] 37df4e645e48: Preparing [2021-01-15T04:47:24.636Z] 00ae38055f24: Preparing [2021-01-15T04:47:24.636Z] 379067d0cb53: Preparing [2021-01-15T04:47:24.636Z] 7d4668f380c6: Waiting [2021-01-15T04:47:24.636Z] 37df4e645e48: Waiting [2021-01-15T04:47:24.636Z] 00ae38055f24: Waiting [2021-01-15T04:47:24.636Z] 379067d0cb53: Waiting [2021-01-15T04:47:24.757Z] d9771b1d27da: Pushed [2021-01-15T04:47:24.910Z] 36295ccae12f: Layer already exists [2021-01-15T04:47:24.910Z] 8be5ba71db63: Layer already exists [2021-01-15T04:47:24.910Z] 11d98b8db83f: Layer already exists [2021-01-15T04:47:24.910Z] 57991de056f3: Layer already exists [2021-01-15T04:47:24.910Z] d8486a65d448: Layer already exists [2021-01-15T04:47:24.910Z] 00ae38055f24: Layer already exists [2021-01-15T04:47:24.910Z] 7d4668f380c6: Layer already exists [2021-01-15T04:47:24.910Z] 379067d0cb53: Layer already exists [2021-01-15T04:47:24.910Z] 37df4e645e48: Layer already exists [2021-01-15T04:47:24.910Z] master: digest: sha256:be749d982da3a799a802d76591ef87a0e71beeb645311f9a7211054cbd02103e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:25.098Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:25.142Z] taggedImages: [2021-01-15T04:47:25.142Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:25.142Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:25.142Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:25.142Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-15T04:47:25.231Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-15T04:47:25.231Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:25.231Z] 2.0.0-dev.38 [2021-01-15T04:47:25.231Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:25.231Z] master [2021-01-15T04:47:25.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:25.725Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:25.771Z] 781377c358d3: Pushed [2021-01-15T04:47:25.771Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:1de5ef74081d6368a970a0795b0caf5e1aaea6ff6debc54248c4c2bb6af2e07e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:26.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:26.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T04:47:26.060Z] 51232f1988bb: Preparing [2021-01-15T04:47:26.060Z] f9c625134304: Preparing [2021-01-15T04:47:26.060Z] 4419078b3420: Preparing [2021-01-15T04:47:26.060Z] dca57e13503d: Preparing [2021-01-15T04:47:26.060Z] 9864acb3d59e: Preparing [2021-01-15T04:47:26.060Z] 957a6441e395: Preparing [2021-01-15T04:47:26.060Z] 957a6441e395: Waiting [2021-01-15T04:47:26.155Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:26.332Z] 4419078b3420: Layer already exists [2021-01-15T04:47:26.332Z] 51232f1988bb: Pushed [2021-01-15T04:47:26.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.38 [2021-01-15T04:47:26.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T04:47:26.605Z] 9864acb3d59e: Pushed [2021-01-15T04:47:26.605Z] dca57e13503d: Pushed [2021-01-15T04:47:26.605Z] 957a6441e395: Pushed [2021-01-15T04:47:26.763Z] 771c08719be3: Preparing [2021-01-15T04:47:26.763Z] 781377c358d3: Preparing [2021-01-15T04:47:26.763Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:26.763Z] 5957d6c03fee: Preparing [2021-01-15T04:47:26.763Z] d9771b1d27da: Preparing [2021-01-15T04:47:26.763Z] 0ce41a6d4c37: Preparing [2021-01-15T04:47:26.763Z] 0ce41a6d4c37: Waiting [2021-01-15T04:47:26.763Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:26.763Z] 5957d6c03fee: Layer already exists [2021-01-15T04:47:26.763Z] 781377c358d3: Layer already exists [2021-01-15T04:47:26.763Z] 771c08719be3: Layer already exists [2021-01-15T04:47:26.763Z] d9771b1d27da: Layer already exists [2021-01-15T04:47:26.763Z] 0ce41a6d4c37: Layer already exists [2021-01-15T04:47:26.763Z] 2.0.0-dev.38: digest: sha256:1de5ef74081d6368a970a0795b0caf5e1aaea6ff6debc54248c4c2bb6af2e07e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:27.097Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:27.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:27.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T04:47:27.421Z] 771c08719be3: Preparing [2021-01-15T04:47:27.421Z] 781377c358d3: Preparing [2021-01-15T04:47:27.421Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:27.421Z] 5957d6c03fee: Preparing [2021-01-15T04:47:27.421Z] d9771b1d27da: Preparing [2021-01-15T04:47:27.421Z] 0ce41a6d4c37: Preparing [2021-01-15T04:47:27.421Z] 0ce41a6d4c37: Waiting [2021-01-15T04:47:27.421Z] 771c08719be3: Layer already exists [2021-01-15T04:47:27.421Z] d9771b1d27da: Layer already exists [2021-01-15T04:47:27.421Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:27.421Z] 5957d6c03fee: Layer already exists [2021-01-15T04:47:27.421Z] 781377c358d3: Layer already exists [2021-01-15T04:47:27.421Z] 0ce41a6d4c37: Layer already exists [2021-01-15T04:47:27.421Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:1de5ef74081d6368a970a0795b0caf5e1aaea6ff6debc54248c4c2bb6af2e07e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:27.756Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:28.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-15T04:47:28.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T04:47:28.087Z] 771c08719be3: Preparing [2021-01-15T04:47:28.087Z] 781377c358d3: Preparing [2021-01-15T04:47:28.087Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:28.087Z] 5957d6c03fee: Preparing [2021-01-15T04:47:28.087Z] d9771b1d27da: Preparing [2021-01-15T04:47:28.087Z] 0ce41a6d4c37: Preparing [2021-01-15T04:47:28.087Z] 0ce41a6d4c37: Waiting [2021-01-15T04:47:28.087Z] 771c08719be3: Layer already exists [2021-01-15T04:47:28.087Z] 5957d6c03fee: Layer already exists [2021-01-15T04:47:28.087Z] 781377c358d3: Layer already exists [2021-01-15T04:47:28.087Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:28.087Z] d9771b1d27da: Layer already exists [2021-01-15T04:47:28.087Z] 0ce41a6d4c37: Layer already exists [2021-01-15T04:47:28.351Z] master: digest: sha256:1de5ef74081d6368a970a0795b0caf5e1aaea6ff6debc54248c4c2bb6af2e07e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:28.538Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:28.583Z] taggedImages: [2021-01-15T04:47:28.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:28.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.38 [2021-01-15T04:47:28.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:28.583Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-15T04:47:28.649Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-15T04:47:28.649Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:28.649Z] 2.0.0-dev.38 [2021-01-15T04:47:28.649Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:28.649Z] master [2021-01-15T04:47:28.649Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:29.158Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:29.217Z] f9c625134304: Pushed [2021-01-15T04:47:29.217Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:e5761d55639fc24dcd47b83c60c3453522b1539f5a822b5cdcfe5ba37d07982a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:29.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:29.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T04:47:29.481Z] 1f044501736f: Preparing [2021-01-15T04:47:29.481Z] 1077782c6527: Preparing [2021-01-15T04:47:29.481Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:29.481Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:29.610Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:29.747Z] 1f044501736f: Pushed [2021-01-15T04:47:29.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:29.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T04:47:29.944Z] 51232f1988bb: Preparing [2021-01-15T04:47:29.944Z] f9c625134304: Preparing [2021-01-15T04:47:29.944Z] 4419078b3420: Preparing [2021-01-15T04:47:29.944Z] dca57e13503d: Preparing [2021-01-15T04:47:29.944Z] 9864acb3d59e: Preparing [2021-01-15T04:47:29.944Z] 957a6441e395: Preparing [2021-01-15T04:47:29.944Z] 957a6441e395: Waiting [2021-01-15T04:47:29.944Z] dca57e13503d: Layer already exists [2021-01-15T04:47:29.944Z] 9864acb3d59e: Layer already exists [2021-01-15T04:47:29.944Z] f9c625134304: Layer already exists [2021-01-15T04:47:29.944Z] 4419078b3420: Layer already exists [2021-01-15T04:47:30.216Z] 51232f1988bb: Layer already exists [2021-01-15T04:47:30.216Z] 957a6441e395: Layer already exists [2021-01-15T04:47:30.216Z] 2.0.0-dev.38: digest: sha256:e5761d55639fc24dcd47b83c60c3453522b1539f5a822b5cdcfe5ba37d07982a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:30.562Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:30.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:30.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T04:47:30.898Z] 51232f1988bb: Preparing [2021-01-15T04:47:30.898Z] f9c625134304: Preparing [2021-01-15T04:47:30.898Z] 4419078b3420: Preparing [2021-01-15T04:47:30.898Z] dca57e13503d: Preparing [2021-01-15T04:47:30.898Z] 9864acb3d59e: Preparing [2021-01-15T04:47:30.898Z] 957a6441e395: Preparing [2021-01-15T04:47:30.898Z] 957a6441e395: Waiting [2021-01-15T04:47:30.898Z] 51232f1988bb: Layer already exists [2021-01-15T04:47:30.898Z] dca57e13503d: Layer already exists [2021-01-15T04:47:30.898Z] 9864acb3d59e: Layer already exists [2021-01-15T04:47:30.898Z] 4419078b3420: Layer already exists [2021-01-15T04:47:30.898Z] f9c625134304: Layer already exists [2021-01-15T04:47:31.170Z] 957a6441e395: Layer already exists [2021-01-15T04:47:31.170Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:e5761d55639fc24dcd47b83c60c3453522b1539f5a822b5cdcfe5ba37d07982a size: 1573 [2021-01-15T04:47:31.193Z] 1077782c6527: Pushed [2021-01-15T04:47:31.193Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:6983fb1a4ebaabe936e319b6883d4a99a83daba3fab3367f135686936a8428a7 size: 943 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:31.511Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:31.600Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:31.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-15T04:47:31.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T04:47:31.852Z] 51232f1988bb: Preparing [2021-01-15T04:47:31.852Z] f9c625134304: Preparing [2021-01-15T04:47:31.852Z] 4419078b3420: Preparing [2021-01-15T04:47:31.852Z] dca57e13503d: Preparing [2021-01-15T04:47:31.852Z] 9864acb3d59e: Preparing [2021-01-15T04:47:31.852Z] 957a6441e395: Preparing [2021-01-15T04:47:31.852Z] 957a6441e395: Waiting [2021-01-15T04:47:31.852Z] 9864acb3d59e: Layer already exists [2021-01-15T04:47:31.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.38 [2021-01-15T04:47:31.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T04:47:31.923Z] 1f044501736f: Preparing [2021-01-15T04:47:31.923Z] 1077782c6527: Preparing [2021-01-15T04:47:31.923Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:31.923Z] 1077782c6527: Layer already exists [2021-01-15T04:47:31.923Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:31.923Z] 1f044501736f: Layer already exists [2021-01-15T04:47:31.923Z] 2.0.0-dev.38: digest: sha256:6983fb1a4ebaabe936e319b6883d4a99a83daba3fab3367f135686936a8428a7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:32.123Z] dca57e13503d: Layer already exists [2021-01-15T04:47:32.123Z] 51232f1988bb: Layer already exists [2021-01-15T04:47:32.123Z] f9c625134304: Layer already exists [2021-01-15T04:47:32.123Z] 4419078b3420: Layer already exists [2021-01-15T04:47:32.123Z] 957a6441e395: Layer already exists [2021-01-15T04:47:32.123Z] master: digest: sha256:e5761d55639fc24dcd47b83c60c3453522b1539f5a822b5cdcfe5ba37d07982a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-15T04:47:32.237Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:32.319Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-15T04:47:32.402Z] taggedImages: [2021-01-15T04:47:32.403Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:32.403Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:32.403Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:32.403Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-15T04:47:32.469Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-15T04:47:32.469Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:32.469Z] 2.0.0-dev.38 [2021-01-15T04:47:32.469Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:32.469Z] master [2021-01-15T04:47:32.469Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:32.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:32.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T04:47:32.664Z] 1f044501736f: Preparing [2021-01-15T04:47:32.664Z] 1077782c6527: Preparing [2021-01-15T04:47:32.664Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:32.664Z] 1f044501736f: Layer already exists [2021-01-15T04:47:32.664Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:32.664Z] 1077782c6527: Layer already exists [2021-01-15T04:47:32.664Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:6983fb1a4ebaabe936e319b6883d4a99a83daba3fab3367f135686936a8428a7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:32.975Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:33.065Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:33.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:33.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T04:47:33.314Z] cff1de276dbd: Preparing [2021-01-15T04:47:33.314Z] fb55f81e230a: Preparing [2021-01-15T04:47:33.314Z] 4419078b3420: Preparing [2021-01-15T04:47:33.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-15T04:47:33.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T04:47:33.401Z] 1f044501736f: Preparing [2021-01-15T04:47:33.401Z] 1077782c6527: Preparing [2021-01-15T04:47:33.401Z] 5b39e0dda0a4: Preparing [2021-01-15T04:47:33.401Z] 1077782c6527: Layer already exists [2021-01-15T04:47:33.401Z] 5b39e0dda0a4: Layer already exists [2021-01-15T04:47:33.401Z] 1f044501736f: Layer already exists [2021-01-15T04:47:33.593Z] 4419078b3420: Layer already exists [2021-01-15T04:47:33.665Z] master: digest: sha256:6983fb1a4ebaabe936e319b6883d4a99a83daba3fab3367f135686936a8428a7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-15T04:47:33.869Z] cff1de276dbd: Pushed [Pipeline] echo [2021-01-15T04:47:33.872Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:33.943Z] taggedImages: [2021-01-15T04:47:33.943Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:33.943Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.38 [2021-01-15T04:47:33.943Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:33.943Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-15T04:47:34.005Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-15T04:47:34.005Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:34.005Z] 2.0.0-dev.38 [2021-01-15T04:47:34.005Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:34.005Z] master [2021-01-15T04:47:34.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:34.489Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:34.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:34.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T04:47:34.818Z] 9d2fdc29bfdc: Preparing [2021-01-15T04:47:34.818Z] 63ed34929b13: Preparing [2021-01-15T04:47:34.818Z] 8bfa58e6c884: Preparing [2021-01-15T04:47:34.818Z] 7f681337f755: Preparing [2021-01-15T04:47:34.818Z] c80b43156033: Preparing [2021-01-15T04:47:34.818Z] 79f503ac4921: Preparing [2021-01-15T04:47:34.818Z] 41e2c3883d02: Preparing [2021-01-15T04:47:34.818Z] 0754057c0ad3: Preparing [2021-01-15T04:47:34.818Z] 998cdf262ab1: Preparing [2021-01-15T04:47:34.818Z] 02e56110abd2: Preparing [2021-01-15T04:47:34.818Z] abc36efb885a: Preparing [2021-01-15T04:47:34.818Z] b0b09059f4e1: Preparing [2021-01-15T04:47:34.818Z] bb961f40224b: Preparing [2021-01-15T04:47:34.818Z] f4666769fca7: Preparing [2021-01-15T04:47:34.818Z] 79f503ac4921: Waiting [2021-01-15T04:47:34.818Z] 41e2c3883d02: Waiting [2021-01-15T04:47:34.818Z] 0754057c0ad3: Waiting [2021-01-15T04:47:34.818Z] 998cdf262ab1: Waiting [2021-01-15T04:47:34.818Z] 02e56110abd2: Waiting [2021-01-15T04:47:34.818Z] abc36efb885a: Waiting [2021-01-15T04:47:34.818Z] b0b09059f4e1: Waiting [2021-01-15T04:47:34.818Z] bb961f40224b: Waiting [2021-01-15T04:47:34.818Z] f4666769fca7: Waiting [2021-01-15T04:47:35.102Z] c80b43156033: Pushed [2021-01-15T04:47:35.381Z] 9d2fdc29bfdc: Pushed [2021-01-15T04:47:35.662Z] 7f681337f755: Pushed [2021-01-15T04:47:35.662Z] 0754057c0ad3: Layer already exists [2021-01-15T04:47:35.662Z] 998cdf262ab1: Layer already exists [2021-01-15T04:47:35.662Z] 41e2c3883d02: Pushed [2021-01-15T04:47:35.662Z] 02e56110abd2: Layer already exists [2021-01-15T04:47:35.929Z] abc36efb885a: Layer already exists [2021-01-15T04:47:35.929Z] b0b09059f4e1: Layer already exists [2021-01-15T04:47:35.929Z] 63ed34929b13: Pushed [2021-01-15T04:47:35.929Z] bb961f40224b: Layer already exists [2021-01-15T04:47:35.929Z] f4666769fca7: Layer already exists [2021-01-15T04:47:36.488Z] fb55f81e230a: Pushed [2021-01-15T04:47:36.488Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:da7a8cedc769cf2068c6f1d6a81612fba6a8bef9c70d9a29c77e367d8f773353 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:36.532Z] 79f503ac4921: Pushed [2021-01-15T04:47:36.832Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:37.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:37.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T04:47:37.172Z] cff1de276dbd: Preparing [2021-01-15T04:47:37.172Z] fb55f81e230a: Preparing [2021-01-15T04:47:37.172Z] 4419078b3420: Preparing [2021-01-15T04:47:37.444Z] 4419078b3420: Layer already exists [2021-01-15T04:47:37.444Z] fb55f81e230a: Layer already exists [2021-01-15T04:47:37.444Z] cff1de276dbd: Layer already exists [2021-01-15T04:47:37.444Z] 2.0.0-dev.38: digest: sha256:da7a8cedc769cf2068c6f1d6a81612fba6a8bef9c70d9a29c77e367d8f773353 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:37.815Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:38.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:38.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T04:47:38.463Z] cff1de276dbd: Preparing [2021-01-15T04:47:38.463Z] fb55f81e230a: Preparing [2021-01-15T04:47:38.463Z] 4419078b3420: Preparing [2021-01-15T04:47:38.751Z] fb55f81e230a: Layer already exists [2021-01-15T04:47:38.751Z] 4419078b3420: Layer already exists [2021-01-15T04:47:38.751Z] cff1de276dbd: Layer already exists [2021-01-15T04:47:38.751Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:da7a8cedc769cf2068c6f1d6a81612fba6a8bef9c70d9a29c77e367d8f773353 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:39.127Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:39.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-15T04:47:39.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T04:47:39.458Z] cff1de276dbd: Preparing [2021-01-15T04:47:39.458Z] fb55f81e230a: Preparing [2021-01-15T04:47:39.458Z] 4419078b3420: Preparing [2021-01-15T04:47:39.730Z] cff1de276dbd: Layer already exists [2021-01-15T04:47:39.731Z] 4419078b3420: Layer already exists [2021-01-15T04:47:39.731Z] fb55f81e230a: Layer already exists [2021-01-15T04:47:39.731Z] master: digest: sha256:da7a8cedc769cf2068c6f1d6a81612fba6a8bef9c70d9a29c77e367d8f773353 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:39.933Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:40.002Z] taggedImages: [2021-01-15T04:47:40.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:40.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:40.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:40.002Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-15T04:47:40.091Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-15T04:47:40.091Z] 4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:40.091Z] 2.0.0-dev.38 [2021-01-15T04:47:40.091Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:40.091Z] master [2021-01-15T04:47:40.091Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:40.638Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:40.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:40.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T04:47:40.973Z] d6c7cf5aa9ff: Preparing [2021-01-15T04:47:40.973Z] f92603d37495: Preparing [2021-01-15T04:47:40.973Z] 82896de532e2: Preparing [2021-01-15T04:47:40.973Z] e24bfc321bc9: Preparing [2021-01-15T04:47:40.973Z] ac7295e2166c: Preparing [2021-01-15T04:47:40.973Z] cce2405911e3: Preparing [2021-01-15T04:47:40.973Z] ff9f13cbef9f: Preparing [2021-01-15T04:47:40.973Z] 9ded3b6bb9b5: Preparing [2021-01-15T04:47:40.973Z] fa1afe8e6ed9: Preparing [2021-01-15T04:47:40.973Z] 87a09b4c083e: Preparing [2021-01-15T04:47:40.973Z] 0f74e9ff2a61: Preparing [2021-01-15T04:47:40.973Z] b122376c33c6: Preparing [2021-01-15T04:47:40.973Z] f8381ed47b22: Preparing [2021-01-15T04:47:40.973Z] e934a737d657: Preparing [2021-01-15T04:47:40.973Z] 87a09b4c083e: Waiting [2021-01-15T04:47:40.973Z] cce2405911e3: Waiting [2021-01-15T04:47:40.973Z] 0f74e9ff2a61: Waiting [2021-01-15T04:47:40.973Z] ff9f13cbef9f: Waiting [2021-01-15T04:47:40.973Z] b122376c33c6: Waiting [2021-01-15T04:47:40.973Z] 9ded3b6bb9b5: Waiting [2021-01-15T04:47:40.973Z] f8381ed47b22: Waiting [2021-01-15T04:47:40.973Z] fa1afe8e6ed9: Waiting [2021-01-15T04:47:41.568Z] ac7295e2166c: Pushed [2021-01-15T04:47:41.845Z] d6c7cf5aa9ff: Pushed [2021-01-15T04:47:42.118Z] e24bfc321bc9: Pushed [2021-01-15T04:47:42.392Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T04:47:42.392Z] fa1afe8e6ed9: Layer already exists [2021-01-15T04:47:42.392Z] 87a09b4c083e: Layer already exists [2021-01-15T04:47:42.392Z] ff9f13cbef9f: Pushed [2021-01-15T04:47:42.392Z] 0f74e9ff2a61: Layer already exists [2021-01-15T04:47:42.392Z] b122376c33c6: Layer already exists [2021-01-15T04:47:42.392Z] f8381ed47b22: Layer already exists [2021-01-15T04:47:42.663Z] e934a737d657: Layer already exists [2021-01-15T04:47:42.935Z] f92603d37495: Pushed [2021-01-15T04:47:43.912Z] cce2405911e3: Pushed [2021-01-15T04:47:46.628Z] 8bfa58e6c884: Pushed [2021-01-15T04:47:46.628Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:ff45118c6edb4df7465d7a4d7682b41ef9fb0a099443c44058cadc755c6a4024 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:46.973Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:47.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.38 [2021-01-15T04:47:47.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T04:47:47.295Z] 9d2fdc29bfdc: Preparing [2021-01-15T04:47:47.295Z] 63ed34929b13: Preparing [2021-01-15T04:47:47.295Z] 8bfa58e6c884: Preparing [2021-01-15T04:47:47.295Z] 7f681337f755: Preparing [2021-01-15T04:47:47.295Z] c80b43156033: Preparing [2021-01-15T04:47:47.295Z] 79f503ac4921: Preparing [2021-01-15T04:47:47.295Z] 41e2c3883d02: Preparing [2021-01-15T04:47:47.295Z] 0754057c0ad3: Preparing [2021-01-15T04:47:47.295Z] 998cdf262ab1: Preparing [2021-01-15T04:47:47.295Z] 02e56110abd2: Preparing [2021-01-15T04:47:47.295Z] abc36efb885a: Preparing [2021-01-15T04:47:47.295Z] b0b09059f4e1: Preparing [2021-01-15T04:47:47.295Z] bb961f40224b: Preparing [2021-01-15T04:47:47.295Z] f4666769fca7: Preparing [2021-01-15T04:47:47.295Z] 998cdf262ab1: Waiting [2021-01-15T04:47:47.295Z] 02e56110abd2: Waiting [2021-01-15T04:47:47.295Z] b0b09059f4e1: Waiting [2021-01-15T04:47:47.295Z] bb961f40224b: Waiting [2021-01-15T04:47:47.295Z] abc36efb885a: Waiting [2021-01-15T04:47:47.295Z] f4666769fca7: Waiting [2021-01-15T04:47:47.295Z] 41e2c3883d02: Waiting [2021-01-15T04:47:47.295Z] 0754057c0ad3: Waiting [2021-01-15T04:47:47.295Z] 79f503ac4921: Waiting [2021-01-15T04:47:47.295Z] 9d2fdc29bfdc: Layer already exists [2021-01-15T04:47:47.295Z] 7f681337f755: Layer already exists [2021-01-15T04:47:47.295Z] c80b43156033: Layer already exists [2021-01-15T04:47:47.295Z] 8bfa58e6c884: Layer already exists [2021-01-15T04:47:47.295Z] 63ed34929b13: Layer already exists [2021-01-15T04:47:47.295Z] 79f503ac4921: Layer already exists [2021-01-15T04:47:47.295Z] 41e2c3883d02: Layer already exists [2021-01-15T04:47:47.295Z] 998cdf262ab1: Layer already exists [2021-01-15T04:47:47.295Z] 0754057c0ad3: Layer already exists [2021-01-15T04:47:47.295Z] 02e56110abd2: Layer already exists [2021-01-15T04:47:47.295Z] f4666769fca7: Layer already exists [2021-01-15T04:47:47.295Z] abc36efb885a: Layer already exists [2021-01-15T04:47:47.295Z] b0b09059f4e1: Layer already exists [2021-01-15T04:47:47.295Z] bb961f40224b: Layer already exists [2021-01-15T04:47:47.559Z] 2.0.0-dev.38: digest: sha256:ff45118c6edb4df7465d7a4d7682b41ef9fb0a099443c44058cadc755c6a4024 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:47.876Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:49.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:49.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T04:47:49.801Z] 9d2fdc29bfdc: Preparing [2021-01-15T04:47:49.801Z] 63ed34929b13: Preparing [2021-01-15T04:47:49.801Z] 8bfa58e6c884: Preparing [2021-01-15T04:47:49.801Z] 7f681337f755: Preparing [2021-01-15T04:47:49.801Z] c80b43156033: Preparing [2021-01-15T04:47:49.801Z] 79f503ac4921: Preparing [2021-01-15T04:47:49.801Z] 41e2c3883d02: Preparing [2021-01-15T04:47:49.801Z] 0754057c0ad3: Preparing [2021-01-15T04:47:49.801Z] 998cdf262ab1: Preparing [2021-01-15T04:47:49.801Z] 02e56110abd2: Preparing [2021-01-15T04:47:49.801Z] abc36efb885a: Preparing [2021-01-15T04:47:49.801Z] b0b09059f4e1: Preparing [2021-01-15T04:47:49.801Z] bb961f40224b: Preparing [2021-01-15T04:47:49.801Z] f4666769fca7: Preparing [2021-01-15T04:47:49.801Z] 79f503ac4921: Waiting [2021-01-15T04:47:49.801Z] 41e2c3883d02: Waiting [2021-01-15T04:47:49.801Z] 0754057c0ad3: Waiting [2021-01-15T04:47:49.801Z] 998cdf262ab1: Waiting [2021-01-15T04:47:49.801Z] 02e56110abd2: Waiting [2021-01-15T04:47:49.801Z] abc36efb885a: Waiting [2021-01-15T04:47:49.801Z] b0b09059f4e1: Waiting [2021-01-15T04:47:49.801Z] bb961f40224b: Waiting [2021-01-15T04:47:49.801Z] f4666769fca7: Waiting [2021-01-15T04:47:49.801Z] 9d2fdc29bfdc: Layer already exists [2021-01-15T04:47:49.801Z] 63ed34929b13: Layer already exists [2021-01-15T04:47:49.801Z] 8bfa58e6c884: Layer already exists [2021-01-15T04:47:49.801Z] 7f681337f755: Layer already exists [2021-01-15T04:47:49.801Z] c80b43156033: Layer already exists [2021-01-15T04:47:49.801Z] 0754057c0ad3: Layer already exists [2021-01-15T04:47:49.801Z] 998cdf262ab1: Layer already exists [2021-01-15T04:47:49.801Z] 41e2c3883d02: Layer already exists [2021-01-15T04:47:49.801Z] 79f503ac4921: Layer already exists [2021-01-15T04:47:49.801Z] 02e56110abd2: Layer already exists [2021-01-15T04:47:49.801Z] bb961f40224b: Layer already exists [2021-01-15T04:47:49.801Z] abc36efb885a: Layer already exists [2021-01-15T04:47:49.801Z] b0b09059f4e1: Layer already exists [2021-01-15T04:47:49.801Z] f4666769fca7: Layer already exists [2021-01-15T04:47:49.801Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:ff45118c6edb4df7465d7a4d7682b41ef9fb0a099443c44058cadc755c6a4024 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:50.178Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:50.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-15T04:47:50.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T04:47:50.507Z] 9d2fdc29bfdc: Preparing [2021-01-15T04:47:50.507Z] 63ed34929b13: Preparing [2021-01-15T04:47:50.507Z] 8bfa58e6c884: Preparing [2021-01-15T04:47:50.507Z] 7f681337f755: Preparing [2021-01-15T04:47:50.507Z] c80b43156033: Preparing [2021-01-15T04:47:50.507Z] 79f503ac4921: Preparing [2021-01-15T04:47:50.507Z] 41e2c3883d02: Preparing [2021-01-15T04:47:50.507Z] 0754057c0ad3: Preparing [2021-01-15T04:47:50.507Z] 998cdf262ab1: Preparing [2021-01-15T04:47:50.507Z] 02e56110abd2: Preparing [2021-01-15T04:47:50.507Z] abc36efb885a: Preparing [2021-01-15T04:47:50.507Z] b0b09059f4e1: Preparing [2021-01-15T04:47:50.507Z] bb961f40224b: Preparing [2021-01-15T04:47:50.507Z] f4666769fca7: Preparing [2021-01-15T04:47:50.507Z] 998cdf262ab1: Waiting [2021-01-15T04:47:50.507Z] 02e56110abd2: Waiting [2021-01-15T04:47:50.507Z] abc36efb885a: Waiting [2021-01-15T04:47:50.507Z] b0b09059f4e1: Waiting [2021-01-15T04:47:50.507Z] bb961f40224b: Waiting [2021-01-15T04:47:50.507Z] f4666769fca7: Waiting [2021-01-15T04:47:50.507Z] 41e2c3883d02: Waiting [2021-01-15T04:47:50.507Z] 0754057c0ad3: Waiting [2021-01-15T04:47:50.507Z] 79f503ac4921: Waiting [2021-01-15T04:47:50.507Z] 63ed34929b13: Layer already exists [2021-01-15T04:47:50.507Z] c80b43156033: Layer already exists [2021-01-15T04:47:50.507Z] 8bfa58e6c884: Layer already exists [2021-01-15T04:47:50.507Z] 7f681337f755: Layer already exists [2021-01-15T04:47:50.507Z] 9d2fdc29bfdc: Layer already exists [2021-01-15T04:47:50.507Z] 0754057c0ad3: Layer already exists [2021-01-15T04:47:50.507Z] 02e56110abd2: Layer already exists [2021-01-15T04:47:50.507Z] 41e2c3883d02: Layer already exists [2021-01-15T04:47:50.507Z] 79f503ac4921: Layer already exists [2021-01-15T04:47:50.507Z] 998cdf262ab1: Layer already exists [2021-01-15T04:47:50.507Z] abc36efb885a: Layer already exists [2021-01-15T04:47:50.507Z] b0b09059f4e1: Layer already exists [2021-01-15T04:47:50.507Z] bb961f40224b: Layer already exists [2021-01-15T04:47:50.507Z] f4666769fca7: Layer already exists [2021-01-15T04:47:50.771Z] master: digest: sha256:ff45118c6edb4df7465d7a4d7682b41ef9fb0a099443c44058cadc755c6a4024 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:51.005Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:51.048Z] taggedImages: [2021-01-15T04:47:51.048Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:51.048Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.38 [2021-01-15T04:47:51.048Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:51.048Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T04:47:54.443Z] 82896de532e2: Pushed [2021-01-15T04:47:54.443Z] 4796bc35210d426274ed882bf814f8261df78b77: digest: sha256:4d90c53a0723f10e5120309e72c40a046dedc1743ce4a3765ee3647e22747275 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:54.787Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:55.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:55.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T04:47:55.126Z] d6c7cf5aa9ff: Preparing [2021-01-15T04:47:55.126Z] f92603d37495: Preparing [2021-01-15T04:47:55.126Z] 82896de532e2: Preparing [2021-01-15T04:47:55.126Z] e24bfc321bc9: Preparing [2021-01-15T04:47:55.126Z] ac7295e2166c: Preparing [2021-01-15T04:47:55.126Z] cce2405911e3: Preparing [2021-01-15T04:47:55.126Z] ff9f13cbef9f: Preparing [2021-01-15T04:47:55.126Z] 9ded3b6bb9b5: Preparing [2021-01-15T04:47:55.126Z] fa1afe8e6ed9: Preparing [2021-01-15T04:47:55.126Z] 87a09b4c083e: Preparing [2021-01-15T04:47:55.126Z] 0f74e9ff2a61: Preparing [2021-01-15T04:47:55.126Z] b122376c33c6: Preparing [2021-01-15T04:47:55.126Z] f8381ed47b22: Preparing [2021-01-15T04:47:55.126Z] e934a737d657: Preparing [2021-01-15T04:47:55.126Z] cce2405911e3: Waiting [2021-01-15T04:47:55.126Z] ff9f13cbef9f: Waiting [2021-01-15T04:47:55.126Z] 0f74e9ff2a61: Waiting [2021-01-15T04:47:55.126Z] 9ded3b6bb9b5: Waiting [2021-01-15T04:47:55.126Z] b122376c33c6: Waiting [2021-01-15T04:47:55.126Z] fa1afe8e6ed9: Waiting [2021-01-15T04:47:55.126Z] f8381ed47b22: Waiting [2021-01-15T04:47:55.126Z] 87a09b4c083e: Waiting [2021-01-15T04:47:55.126Z] e934a737d657: Waiting [2021-01-15T04:47:55.126Z] 82896de532e2: Layer already exists [2021-01-15T04:47:55.126Z] f92603d37495: Layer already exists [2021-01-15T04:47:55.126Z] d6c7cf5aa9ff: Layer already exists [2021-01-15T04:47:55.126Z] e24bfc321bc9: Layer already exists [2021-01-15T04:47:55.420Z] ac7295e2166c: Layer already exists [2021-01-15T04:47:55.420Z] ff9f13cbef9f: Layer already exists [2021-01-15T04:47:55.420Z] fa1afe8e6ed9: Layer already exists [2021-01-15T04:47:55.420Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T04:47:55.420Z] cce2405911e3: Layer already exists [2021-01-15T04:47:55.420Z] 87a09b4c083e: Layer already exists [2021-01-15T04:47:55.420Z] b122376c33c6: Layer already exists [2021-01-15T04:47:55.420Z] e934a737d657: Layer already exists [2021-01-15T04:47:55.420Z] f8381ed47b22: Layer already exists [2021-01-15T04:47:55.420Z] 0f74e9ff2a61: Layer already exists [2021-01-15T04:47:55.420Z] 2.0.0-dev.38: digest: sha256:4d90c53a0723f10e5120309e72c40a046dedc1743ce4a3765ee3647e22747275 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:55.766Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:56.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:56.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T04:47:56.103Z] d6c7cf5aa9ff: Preparing [2021-01-15T04:47:56.103Z] f92603d37495: Preparing [2021-01-15T04:47:56.103Z] 82896de532e2: Preparing [2021-01-15T04:47:56.103Z] e24bfc321bc9: Preparing [2021-01-15T04:47:56.103Z] ac7295e2166c: Preparing [2021-01-15T04:47:56.103Z] cce2405911e3: Preparing [2021-01-15T04:47:56.103Z] ff9f13cbef9f: Preparing [2021-01-15T04:47:56.103Z] 9ded3b6bb9b5: Preparing [2021-01-15T04:47:56.103Z] fa1afe8e6ed9: Preparing [2021-01-15T04:47:56.103Z] 87a09b4c083e: Preparing [2021-01-15T04:47:56.103Z] 0f74e9ff2a61: Preparing [2021-01-15T04:47:56.103Z] b122376c33c6: Preparing [2021-01-15T04:47:56.103Z] f8381ed47b22: Preparing [2021-01-15T04:47:56.103Z] e934a737d657: Preparing [2021-01-15T04:47:56.103Z] cce2405911e3: Waiting [2021-01-15T04:47:56.103Z] 0f74e9ff2a61: Waiting [2021-01-15T04:47:56.103Z] ff9f13cbef9f: Waiting [2021-01-15T04:47:56.103Z] 9ded3b6bb9b5: Waiting [2021-01-15T04:47:56.103Z] fa1afe8e6ed9: Waiting [2021-01-15T04:47:56.103Z] b122376c33c6: Waiting [2021-01-15T04:47:56.103Z] 87a09b4c083e: Waiting [2021-01-15T04:47:56.103Z] f8381ed47b22: Waiting [2021-01-15T04:47:56.103Z] e934a737d657: Waiting [2021-01-15T04:47:56.375Z] d6c7cf5aa9ff: Layer already exists [2021-01-15T04:47:56.375Z] 82896de532e2: Layer already exists [2021-01-15T04:47:56.375Z] f92603d37495: Layer already exists [2021-01-15T04:47:56.375Z] ac7295e2166c: Layer already exists [2021-01-15T04:47:56.375Z] e24bfc321bc9: Layer already exists [2021-01-15T04:47:56.375Z] cce2405911e3: Layer already exists [2021-01-15T04:47:56.375Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T04:47:56.375Z] 87a09b4c083e: Layer already exists [2021-01-15T04:47:56.375Z] ff9f13cbef9f: Layer already exists [2021-01-15T04:47:56.375Z] fa1afe8e6ed9: Layer already exists [2021-01-15T04:47:56.375Z] 0f74e9ff2a61: Layer already exists [2021-01-15T04:47:56.375Z] e934a737d657: Layer already exists [2021-01-15T04:47:56.375Z] b122376c33c6: Layer already exists [2021-01-15T04:47:56.375Z] f8381ed47b22: Layer already exists [2021-01-15T04:47:56.375Z] 4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38: digest: sha256:4d90c53a0723f10e5120309e72c40a046dedc1743ce4a3765ee3647e22747275 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:47:56.716Z] + 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-15T04:47:57.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-15T04:47:57.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T04:47:57.055Z] d6c7cf5aa9ff: Preparing [2021-01-15T04:47:57.055Z] f92603d37495: Preparing [2021-01-15T04:47:57.055Z] 82896de532e2: Preparing [2021-01-15T04:47:57.055Z] e24bfc321bc9: Preparing [2021-01-15T04:47:57.055Z] ac7295e2166c: Preparing [2021-01-15T04:47:57.055Z] cce2405911e3: Preparing [2021-01-15T04:47:57.055Z] ff9f13cbef9f: Preparing [2021-01-15T04:47:57.055Z] 9ded3b6bb9b5: Preparing [2021-01-15T04:47:57.055Z] fa1afe8e6ed9: Preparing [2021-01-15T04:47:57.055Z] 87a09b4c083e: Preparing [2021-01-15T04:47:57.055Z] 0f74e9ff2a61: Preparing [2021-01-15T04:47:57.055Z] b122376c33c6: Preparing [2021-01-15T04:47:57.055Z] f8381ed47b22: Preparing [2021-01-15T04:47:57.055Z] e934a737d657: Preparing [2021-01-15T04:47:57.055Z] fa1afe8e6ed9: Waiting [2021-01-15T04:47:57.055Z] 87a09b4c083e: Waiting [2021-01-15T04:47:57.055Z] 0f74e9ff2a61: Waiting [2021-01-15T04:47:57.055Z] b122376c33c6: Waiting [2021-01-15T04:47:57.055Z] f8381ed47b22: Waiting [2021-01-15T04:47:57.055Z] e934a737d657: Waiting [2021-01-15T04:47:57.055Z] cce2405911e3: Waiting [2021-01-15T04:47:57.055Z] ff9f13cbef9f: Waiting [2021-01-15T04:47:57.055Z] 9ded3b6bb9b5: Waiting [2021-01-15T04:47:57.327Z] ac7295e2166c: Layer already exists [2021-01-15T04:47:57.327Z] 82896de532e2: Layer already exists [2021-01-15T04:47:57.327Z] d6c7cf5aa9ff: Layer already exists [2021-01-15T04:47:57.327Z] e24bfc321bc9: Layer already exists [2021-01-15T04:47:57.327Z] f92603d37495: Layer already exists [2021-01-15T04:47:57.327Z] cce2405911e3: Layer already exists [2021-01-15T04:47:57.327Z] ff9f13cbef9f: Layer already exists [2021-01-15T04:47:57.327Z] fa1afe8e6ed9: Layer already exists [2021-01-15T04:47:57.327Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T04:47:57.327Z] 87a09b4c083e: Layer already exists [2021-01-15T04:47:57.327Z] 0f74e9ff2a61: Layer already exists [2021-01-15T04:47:57.327Z] b122376c33c6: Layer already exists [2021-01-15T04:47:57.327Z] e934a737d657: Layer already exists [2021-01-15T04:47:57.327Z] f8381ed47b22: Layer already exists [2021-01-15T04:47:57.327Z] master: digest: sha256:4d90c53a0723f10e5120309e72c40a046dedc1743ce4a3765ee3647e22747275 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T04:47:57.509Z] ===================================================== [Pipeline] echo [2021-01-15T04:47:57.570Z] taggedImages: [2021-01-15T04:47:57.570Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4796bc35210d426274ed882bf814f8261df78b77 [2021-01-15T04:47:57.570Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.38 [2021-01-15T04:47:57.570Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4796bc35210d426274ed882bf814f8261df78b77-2.0.0-dev.38 [2021-01-15T04:47:57.570Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T04:47:59.344Z] provisioning config files... [2021-01-15T04:47:59.362Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/297@tmp/config7322760974284828029tmp [Pipeline] { [Pipeline] sh [2021-01-15T04:47:59.770Z] + set +x [2021-01-15T04:47:59.770Z] + curl -s https://codecov.io/bash [2021-01-15T04:47:59.770Z] + bash -s -- [2021-01-15T04:48:00.358Z] [2021-01-15T04:48:00.359Z] _____ _ [2021-01-15T04:48:00.359Z] / ____| | | [2021-01-15T04:48:00.359Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T04:48:00.359Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T04:48:00.359Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T04:48:00.359Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T04:48:00.359Z] Bash-20201231-23d4836 [2021-01-15T04:48:00.359Z] [2021-01-15T04:48:00.359Z] [2021-01-15T04:48:00.359Z] ==> git version 2.24.3 found [2021-01-15T04:48:00.359Z] ==> 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-15T04:48:00.359Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T04:48:00.359Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T04:48:00.359Z] ==> Jenkins CI detected. [2021-01-15T04:48:00.359Z] project root: . [2021-01-15T04:48:00.359Z] --> token set from env [2021-01-15T04:48:00.359Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T04:48:00.359Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T04:48:00.637Z] ==> Python coveragepy not found [2021-01-15T04:48:00.638Z] ==> Searching for coverage reports in: [2021-01-15T04:48:00.638Z] + . [2021-01-15T04:48:00.638Z] -> Found 1 reports [2021-01-15T04:48:00.638Z] ==> Detecting git/mercurial file structure [2021-01-15T04:48:00.638Z] ==> Reading reports [2021-01-15T04:48:00.638Z] + ./coverage.out bytes=552176 [2021-01-15T04:48:00.638Z] ==> Appending adjustments [2021-01-15T04:48:00.638Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T04:48:05.993Z] + Found adjustments [2021-01-15T04:48:05.993Z] ==> Gzipping contents [2021-01-15T04:48:05.993Z] 84K /tmp/codecov.M7mf0z.gz [2021-01-15T04:48:05.993Z] ==> Uploading reports [2021-01-15T04:48:05.993Z] url: https://codecov.io [2021-01-15T04:48:05.993Z] query: branch=master&commit=4796bc35210d426274ed882bf814f8261df78b77&build=297&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F297%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-15T04:48:05.993Z] -> Pinging Codecov [2021-01-15T04:48:05.993Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=4796bc35210d426274ed882bf814f8261df78b77&build=297&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F297%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-15T04:48:05.993Z] -> Uploading to [2021-01-15T04:48:05.993Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/4796bc35210d426274ed882bf814f8261df78b77/8f9da0d9-b6c3-4a5f-94c5-2a6d575e8d9d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T044805Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7129bfeddf67221844f326416d54d40fd7aa09abc8d29ccb8dfb25b457bcb21e [2021-01-15T04:48:05.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:48:05.993Z] Dload Upload Total Spent Left Speed [2021-01-15T04:48:06.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83393 0 0 100 83393 0 132k --:--:-- --:--:-- --:--:-- 131k 100 83393 0 0 100 83393 0 132k --:--:-- --:--:-- --:--:-- 131k [2021-01-15T04:48:06.263Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4796bc35210d426274ed882bf814f8261df78b77 [Pipeline] } [2021-01-15T04:48:06.274Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-15T04:48:07.190Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-15T04:48:07.288Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:48:07.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T04:48:07.952Z] [2021-01-15T04:48:07.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:48:08.312Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T04:48:08.312Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-15T04:48:08.312Z] 188c0c94c7c5: Already exists [2021-01-15T04:48:08.312Z] 0ef7d3d256c8: Already exists [2021-01-15T04:48:08.312Z] de9db76c5a1d: Already exists [2021-01-15T04:48:08.312Z] 0eba1c9be4d2: Pulling fs layer [2021-01-15T04:48:08.312Z] 0d57e429df01: Pulling fs layer [2021-01-15T04:48:08.312Z] 4e4be7b47b0d: Pulling fs layer [2021-01-15T04:48:08.312Z] e1f770b5df2f: Pulling fs layer [2021-01-15T04:48:08.312Z] 85a0685a4137: Pulling fs layer [2021-01-15T04:48:08.312Z] e1f770b5df2f: Waiting [2021-01-15T04:48:08.312Z] 85a0685a4137: Waiting [2021-01-15T04:48:08.312Z] 0d57e429df01: Verifying Checksum [2021-01-15T04:48:08.312Z] 0d57e429df01: Download complete [2021-01-15T04:48:08.312Z] 4e4be7b47b0d: Verifying Checksum [2021-01-15T04:48:08.312Z] 4e4be7b47b0d: Download complete [2021-01-15T04:48:10.903Z] e1f770b5df2f: Verifying Checksum [2021-01-15T04:48:10.903Z] e1f770b5df2f: Download complete [2021-01-15T04:48:15.324Z] 0eba1c9be4d2: Download complete [2021-01-15T04:48:15.324Z] 85a0685a4137: Verifying Checksum [2021-01-15T04:48:15.324Z] 85a0685a4137: Download complete [2021-01-15T04:48:25.488Z] 0eba1c9be4d2: Pull complete [2021-01-15T04:48:25.488Z] 0d57e429df01: Pull complete [2021-01-15T04:48:25.488Z] 4e4be7b47b0d: Pull complete [2021-01-15T04:48:30.844Z] e1f770b5df2f: Pull complete [2021-01-15T04:48:43.267Z] 85a0685a4137: Pull complete [2021-01-15T04:48:43.267Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-15T04:48:43.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T04:48:43.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-15T04:48:43.661Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:48:43.764Z] $ 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/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@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-snyk-go:1.410.4 cat [2021-01-15T04:48:45.585Z] $ docker top 20ec4d31ca5bd3f49b85e5f8de8a60eb9fd6bb9396719ed50e7e18b4a5573d6d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T04:48:46.003Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-15T04:48:46.323Z] + set -o pipefail [2021-01-15T04:48:46.323Z] + snyk monitor '--org=edgex-jenkins' [2021-01-15T04:49:33.232Z] [2021-01-15T04:49:33.232Z] Monitoring /w/workspace/edgex-go/297 (github.com/edgexfoundry/edgex-go)... [2021-01-15T04:49:33.232Z] [2021-01-15T04:49:33.232Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/739a22ce-fb97-456d-8a9f-2db19905c4b8 [2021-01-15T04:49:33.232Z] [2021-01-15T04:49:33.232Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-15T04:49:33.232Z] [2021-01-15T04:49:33.232Z] [Pipeline] } [2021-01-15T04:49:33.288Z] $ docker stop --time=1 20ec4d31ca5bd3f49b85e5f8de8a60eb9fd6bb9396719ed50e7e18b4a5573d6d [2021-01-15T04:49:36.436Z] $ docker rm -f 20ec4d31ca5bd3f49b85e5f8de8a60eb9fd6bb9396719ed50e7e18b4a5573d6d [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-15T04:49:38.408Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T04:49:38.459Z] provisioning config files... [2021-01-15T04:49:38.482Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/297@tmp/config4407779855248430730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:49:38.891Z] --> edgex-publish-swagger.sh [2021-01-15T04:49:38.892Z] === Publish openapi/v1 API === [2021-01-15T04:49:38.892Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-15T04:49:38.892Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/297/openapi/v1/core-command.yaml] [2021-01-15T04:49:38.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:38.892Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:40.299Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8868 0:00:01 0:00:01 --:--:-- 8886 100 10522 0 0 100 10522 0 8864 0:00:01 0:00:01 --:--:-- 8879 [2021-01-15T04:49:40.299Z] [2021-01-15T04:49:40.299Z] [2021-01-15T04:49:40.299Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/297/openapi/v1/core-data.yaml] [2021-01-15T04:49:40.299Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:40.299Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:41.252Z] 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 27717 0:00:01 0:00:01 --:--:-- 27731 [2021-01-15T04:49:41.252Z] [2021-01-15T04:49:41.252Z] [2021-01-15T04:49:41.252Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/297/openapi/v1/core-metadata.yaml] [2021-01-15T04:49:41.252Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:41.252Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:42.662Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62348 0:00:01 0:00:01 --:--:-- 62369 100 73721 0 0 100 73721 0 62326 0:00:01 0:00:01 --:--:-- 62369 [2021-01-15T04:49:42.662Z] [2021-01-15T04:49:42.662Z] [2021-01-15T04:49:42.662Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/297/openapi/v1/support-logging.yaml] [2021-01-15T04:49:42.662Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:42.662Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:43.632Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11614 0:00:01 0:00:01 --:--:-- 11627 100 13581 0 0 100 13581 0 11611 0:00:01 0:00:01 --:--:-- 11617 [2021-01-15T04:49:43.632Z] [2021-01-15T04:49:43.632Z] [2021-01-15T04:49:43.632Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/297/openapi/v1/support-notifications.yaml] [2021-01-15T04:49:43.632Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:43.632Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:45.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33838 0:00:01 0:00:01 --:--:-- 33876 100 38890 0 0 100 38890 0 33831 0:00:01 0:00:01 --:--:-- 33846 [2021-01-15T04:49:45.034Z] [2021-01-15T04:49:45.034Z] [2021-01-15T04:49:45.034Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/297/openapi/v1/support-scheduler.yaml] [2021-01-15T04:49:45.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:45.034Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:45.994Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12129 0:00:01 0:00:01 --:--:-- 12137 100 14249 0 0 100 14249 0 12125 0:00:01 0:00:01 --:--:-- 12137 [2021-01-15T04:49:45.994Z] [2021-01-15T04:49:45.994Z] [2021-01-15T04:49:45.994Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/297/openapi/v1/system-agent.yaml] [2021-01-15T04:49:45.994Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:45.994Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:47.218Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3811 0:00:01 0:00:01 --:--:-- 3816 [2021-01-15T04:49:47.218Z] [2021-01-15T04:49:47.218Z] [2021-01-15T04:49:47.218Z] === Publish openapi/v2 API === [2021-01-15T04:49:47.218Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-15T04:49:47.218Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/297/openapi/v2/core-command.yaml] [2021-01-15T04:49:47.218Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:47.218Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:48.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 27208 0:00:01 0:00:01 --:--:-- 27222 [2021-01-15T04:49:48.212Z] [2021-01-15T04:49:48.212Z] [2021-01-15T04:49:48.212Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/297/openapi/v2/core-data.yaml] [2021-01-15T04:49:48.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:48.212Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:49.442Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59079 0 0 100 59079 0 48778 0:00:01 0:00:01 --:--:-- 48825 100 59079 0 0 100 59079 0 48767 0:00:01 0:00:01 --:--:-- 48785 [2021-01-15T04:49:49.442Z] [2021-01-15T04:49:49.442Z] [2021-01-15T04:49:49.442Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/297/openapi/v2/core-metadata.yaml] [2021-01-15T04:49:49.442Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:49.442Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:50.846Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 116k 0:00:01 0:00:01 --:--:-- 117k 100 142k 0 0 100 142k 0 116k 0:00:01 0:00:01 --:--:-- 117k [2021-01-15T04:49:50.846Z] [2021-01-15T04:49:50.846Z] [2021-01-15T04:49:50.846Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/297/openapi/v2/support-logging.yaml] [2021-01-15T04:49:50.846Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:50.846Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:52.252Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19451 0:00:01 0:00:01 --:--:-- 19467 100 23692 0 0 100 23692 0 19447 0:00:01 0:00:01 --:--:-- 19467 [2021-01-15T04:49:52.252Z] [2021-01-15T04:49:52.252Z] [2021-01-15T04:49:52.252Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/297/openapi/v2/support-notifications.yaml] [2021-01-15T04:49:52.252Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:52.252Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:53.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 227k --:--:-- --:--:-- --:--:-- 227k 100 62691 0 0 100 62691 0 55591 0:00:01 0:00:01 --:--:-- 55626 [2021-01-15T04:49:53.216Z] [2021-01-15T04:49:53.216Z] [2021-01-15T04:49:53.216Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/297/openapi/v2/support-scheduler.yaml] [2021-01-15T04:49:53.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:53.216Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:54.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 37662 0:00:01 0:00:01 --:--:-- 37651 100 46198 0 0 100 46198 0 37651 0:00:01 0:00:01 --:--:-- 37651 [2021-01-15T04:49:54.445Z] [2021-01-15T04:49:54.445Z] [2021-01-15T04:49:54.445Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/297/openapi/v2/system-agent.yaml] [2021-01-15T04:49:54.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:49:54.445Z] Dload Upload Total Spent Left Speed [2021-01-15T04:49:55.856Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19251 0:00:01 0:00:01 --:--:-- 19258 100 23726 0 0 100 23726 0 19046 0:00:01 0:00:01 --:--:-- 19057 [2021-01-15T04:49:55.856Z] [2021-01-15T04:49:55.856Z] [Pipeline] } [2021-01-15T04:49:55.870Z] 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-15T04:49:56.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:49:56.762Z] . [Pipeline] withDockerContainer [2021-01-15T04:49:56.911Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:49:56.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T04:49:58.392Z] $ docker top 718042898aa474e62b89d3503e0e78d8d8b5cb56ff2c9f46f99448d5845b70ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T04:49:58.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T04:49:58.823Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T04:49:59.298Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T04:49:59.302Z] $ docker exec 718042898aa474e62b89d3503e0e78d8d8b5cb56ff2c9f46f99448d5845b70ed ssh-agent [2021-01-15T04:49:59.662Z] SSH_AUTH_SOCK=/tmp/ssh-x4xcNJOLuBDR/agent.11 [2021-01-15T04:49:59.662Z] SSH_AGENT_PID=16 [2021-01-15T04:49:59.673Z] Running ssh-add (command line suppressed) [2021-01-15T04:49:59.885Z] Identity added: /w/workspace/edgex-go/297@tmp/private_key_2168898580229657915.key (/w/workspace/edgex-go/297@tmp/private_key_2168898580229657915.key) [2021-01-15T04:50:00.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T04:50:00.505Z] + git semver tag [2021-01-15T04:50:00.786Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T04:50:00.786Z] # $GIT_DIR = /w/workspace/edgex-go/297/.git [2021-01-15T04:50:00.786Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/297 [2021-01-15T04:50:00.786Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T04:50:00.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T04:50:00.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T04:50:00.786Z] # $SEMVER_BRANCH = master [2021-01-15T04:50:00.786Z] # $SEMVER_DIR = /w/workspace/edgex-go/297/.semver [2021-01-15T04:50:00.786Z] # 4796bc35210d426274ed882bf814f8261df78b77 HEAD [2021-01-15T04:50:01.764Z] # -> Force: false [2021-01-15T04:50:01.764Z] # a96f7897f2c95e4ae8abb109bda62dac2ad27df9 refs/tags/v2.0.0-dev.38 [Pipeline] } [2021-01-15T04:50:01.782Z] $ docker exec --env ******** --env ******** 718042898aa474e62b89d3503e0e78d8d8b5cb56ff2c9f46f99448d5845b70ed ssh-agent -k [2021-01-15T04:50:02.131Z] unset SSH_AUTH_SOCK; [2021-01-15T04:50:02.131Z] unset SSH_AGENT_PID; [2021-01-15T04:50:02.131Z] echo Agent pid 16 killed; [2021-01-15T04:50:02.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T04:50:03.072Z] + git semver [Pipeline] } [2021-01-15T04:50:03.101Z] $ docker stop --time=1 718042898aa474e62b89d3503e0e78d8d8b5cb56ff2c9f46f99448d5845b70ed [2021-01-15T04:50:05.060Z] $ docker rm -f 718042898aa474e62b89d3503e0e78d8d8b5cb56ff2c9f46f99448d5845b70ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:50:05.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T04:50:05.836Z] [2021-01-15T04:50:05.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:50:06.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T04:50:06.191Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-15T04:50:06.191Z] ab5ef0e58194: Pulling fs layer [2021-01-15T04:50:06.191Z] 9712f1f96733: Pulling fs layer [2021-01-15T04:50:06.191Z] 63f879dbbcfc: Pulling fs layer [2021-01-15T04:50:06.191Z] 0d9ebad4ef96: Pulling fs layer [2021-01-15T04:50:06.191Z] e9a5061849ea: Pulling fs layer [2021-01-15T04:50:06.191Z] d747dcd14b5f: Pulling fs layer [2021-01-15T04:50:06.191Z] 2de7ff778b66: Pulling fs layer [2021-01-15T04:50:06.191Z] 0d9ebad4ef96: Waiting [2021-01-15T04:50:06.191Z] e9a5061849ea: Waiting [2021-01-15T04:50:06.191Z] d747dcd14b5f: Waiting [2021-01-15T04:50:06.191Z] 2de7ff778b66: Waiting [2021-01-15T04:50:06.455Z] 9712f1f96733: Verifying Checksum [2021-01-15T04:50:06.455Z] 9712f1f96733: Download complete [2021-01-15T04:50:09.876Z] 63f879dbbcfc: Verifying Checksum [2021-01-15T04:50:09.876Z] 63f879dbbcfc: Download complete [2021-01-15T04:50:10.149Z] e9a5061849ea: Verifying Checksum [2021-01-15T04:50:10.149Z] e9a5061849ea: Download complete [2021-01-15T04:50:10.149Z] d747dcd14b5f: Verifying Checksum [2021-01-15T04:50:10.149Z] d747dcd14b5f: Download complete [2021-01-15T04:50:11.126Z] 2de7ff778b66: Verifying Checksum [2021-01-15T04:50:11.126Z] 2de7ff778b66: Download complete [2021-01-15T04:50:11.126Z] 0d9ebad4ef96: Verifying Checksum [2021-01-15T04:50:11.126Z] 0d9ebad4ef96: Download complete [2021-01-15T04:50:11.410Z] ab5ef0e58194: Verifying Checksum [2021-01-15T04:50:11.410Z] ab5ef0e58194: Download complete [2021-01-15T04:50:21.601Z] ab5ef0e58194: Pull complete [2021-01-15T04:50:21.601Z] 9712f1f96733: Pull complete [2021-01-15T04:50:22.182Z] 63f879dbbcfc: Pull complete [2021-01-15T04:50:34.635Z] 0d9ebad4ef96: Pull complete [2021-01-15T04:50:35.635Z] e9a5061849ea: Pull complete [2021-01-15T04:50:35.635Z] d747dcd14b5f: Pull complete [2021-01-15T04:50:39.125Z] 2de7ff778b66: Pull complete [2021-01-15T04:50:39.125Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-15T04:50:39.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T04:50:39.125Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-15T04:50:39.537Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:50:39.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-15T04:50:42.677Z] $ docker top ac2182e90627ad988c262d5bc09b00add4ad9d0715ddeca6e91df190141b734b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-15T04:50:43.016Z] provisioning config files... [2021-01-15T04:50:43.032Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/297@tmp/config4443574621731624750tmp [2021-01-15T04:50:43.207Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/297@tmp/config2158478566112873620tmp [2021-01-15T04:50:43.324Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/297@tmp/config6461095467973625759tmp [Pipeline] { [Pipeline] echo [2021-01-15T04:50:43.411Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:50:44.478Z] ---> sigul-configuration.sh [2021-01-15T04:50:44.478Z] gpg: directory `/root/.gnupg' created [2021-01-15T04:50:44.478Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-15T04:50:44.478Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-15T04:50:44.478Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-15T04:50:44.478Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-15T04:50:44.478Z] gpg: CAST5 encrypted data [2021-01-15T04:50:44.744Z] gpg: encrypted with 1 passphrase [2021-01-15T04:50:44.744Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-15T04:50:45.078Z] + mkdir /home/jenkins [2021-01-15T04:50:45.078Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-15T04:50:45.469Z] + 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-15T04:50:45.518Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:50:46.219Z] ---> sigul-install.sh [2021-01-15T04:50:54.433Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-15T04:50:55.077Z] + git tag --list [2021-01-15T04:50:55.077Z] 0.6.0 [2021-01-15T04:50:55.077Z] 0.6.1 [2021-01-15T04:50:55.077Z] 0.7.0 [2021-01-15T04:50:55.077Z] 0.7.1 [2021-01-15T04:50:55.077Z] v1.0.0 [2021-01-15T04:50:55.077Z] v1.0.1 [2021-01-15T04:50:55.077Z] v1.1.0 [2021-01-15T04:50:55.077Z] v1.2.0 [2021-01-15T04:50:55.077Z] v1.2.1 [2021-01-15T04:50:55.077Z] v1.2.2-dev.1 [2021-01-15T04:50:55.077Z] v1.2.2-dev.10 [2021-01-15T04:50:55.077Z] v1.2.2-dev.100 [2021-01-15T04:50:55.077Z] v1.2.2-dev.101 [2021-01-15T04:50:55.077Z] v1.2.2-dev.102 [2021-01-15T04:50:55.077Z] v1.2.2-dev.103 [2021-01-15T04:50:55.077Z] v1.2.2-dev.104 [2021-01-15T04:50:55.077Z] v1.2.2-dev.105 [2021-01-15T04:50:55.077Z] v1.2.2-dev.106 [2021-01-15T04:50:55.077Z] v1.2.2-dev.107 [2021-01-15T04:50:55.077Z] v1.2.2-dev.11 [2021-01-15T04:50:55.077Z] v1.2.2-dev.12 [2021-01-15T04:50:55.077Z] v1.2.2-dev.13 [2021-01-15T04:50:55.077Z] v1.2.2-dev.14 [2021-01-15T04:50:55.077Z] v1.2.2-dev.15 [2021-01-15T04:50:55.077Z] v1.2.2-dev.16 [2021-01-15T04:50:55.077Z] v1.2.2-dev.17 [2021-01-15T04:50:55.077Z] v1.2.2-dev.18 [2021-01-15T04:50:55.077Z] v1.2.2-dev.19 [2021-01-15T04:50:55.077Z] v1.2.2-dev.2 [2021-01-15T04:50:55.077Z] v1.2.2-dev.20 [2021-01-15T04:50:55.077Z] v1.2.2-dev.21 [2021-01-15T04:50:55.077Z] v1.2.2-dev.22 [2021-01-15T04:50:55.077Z] v1.2.2-dev.23 [2021-01-15T04:50:55.077Z] v1.2.2-dev.24 [2021-01-15T04:50:55.077Z] v1.2.2-dev.25 [2021-01-15T04:50:55.077Z] v1.2.2-dev.26 [2021-01-15T04:50:55.077Z] v1.2.2-dev.27 [2021-01-15T04:50:55.077Z] v1.2.2-dev.28 [2021-01-15T04:50:55.077Z] v1.2.2-dev.29 [2021-01-15T04:50:55.077Z] v1.2.2-dev.3 [2021-01-15T04:50:55.077Z] v1.2.2-dev.30 [2021-01-15T04:50:55.077Z] v1.2.2-dev.31 [2021-01-15T04:50:55.078Z] v1.2.2-dev.32 [2021-01-15T04:50:55.078Z] v1.2.2-dev.33 [2021-01-15T04:50:55.078Z] v1.2.2-dev.34 [2021-01-15T04:50:55.078Z] v1.2.2-dev.35 [2021-01-15T04:50:55.078Z] v1.2.2-dev.36 [2021-01-15T04:50:55.078Z] v1.2.2-dev.37 [2021-01-15T04:50:55.078Z] v1.2.2-dev.38 [2021-01-15T04:50:55.078Z] v1.2.2-dev.39 [2021-01-15T04:50:55.078Z] v1.2.2-dev.4 [2021-01-15T04:50:55.078Z] v1.2.2-dev.40 [2021-01-15T04:50:55.078Z] v1.2.2-dev.41 [2021-01-15T04:50:55.078Z] v1.2.2-dev.42 [2021-01-15T04:50:55.078Z] v1.2.2-dev.43 [2021-01-15T04:50:55.078Z] v1.2.2-dev.44 [2021-01-15T04:50:55.078Z] v1.2.2-dev.45 [2021-01-15T04:50:55.078Z] v1.2.2-dev.46 [2021-01-15T04:50:55.078Z] v1.2.2-dev.47 [2021-01-15T04:50:55.078Z] v1.2.2-dev.48 [2021-01-15T04:50:55.078Z] v1.2.2-dev.49 [2021-01-15T04:50:55.078Z] v1.2.2-dev.5 [2021-01-15T04:50:55.078Z] v1.2.2-dev.50 [2021-01-15T04:50:55.078Z] v1.2.2-dev.51 [2021-01-15T04:50:55.078Z] v1.2.2-dev.52 [2021-01-15T04:50:55.078Z] v1.2.2-dev.53 [2021-01-15T04:50:55.078Z] v1.2.2-dev.54 [2021-01-15T04:50:55.078Z] v1.2.2-dev.55 [2021-01-15T04:50:55.078Z] v1.2.2-dev.56 [2021-01-15T04:50:55.078Z] v1.2.2-dev.57 [2021-01-15T04:50:55.078Z] v1.2.2-dev.58 [2021-01-15T04:50:55.078Z] v1.2.2-dev.59 [2021-01-15T04:50:55.078Z] v1.2.2-dev.6 [2021-01-15T04:50:55.078Z] v1.2.2-dev.60 [2021-01-15T04:50:55.078Z] v1.2.2-dev.61 [2021-01-15T04:50:55.078Z] v1.2.2-dev.62 [2021-01-15T04:50:55.078Z] v1.2.2-dev.63 [2021-01-15T04:50:55.078Z] v1.2.2-dev.64 [2021-01-15T04:50:55.078Z] v1.2.2-dev.65 [2021-01-15T04:50:55.078Z] v1.2.2-dev.66 [2021-01-15T04:50:55.078Z] v1.2.2-dev.67 [2021-01-15T04:50:55.078Z] v1.2.2-dev.68 [2021-01-15T04:50:55.078Z] v1.2.2-dev.69 [2021-01-15T04:50:55.078Z] v1.2.2-dev.7 [2021-01-15T04:50:55.078Z] v1.2.2-dev.70 [2021-01-15T04:50:55.078Z] v1.2.2-dev.71 [2021-01-15T04:50:55.078Z] v1.2.2-dev.72 [2021-01-15T04:50:55.078Z] v1.2.2-dev.73 [2021-01-15T04:50:55.078Z] v1.2.2-dev.74 [2021-01-15T04:50:55.078Z] v1.2.2-dev.75 [2021-01-15T04:50:55.078Z] v1.2.2-dev.76 [2021-01-15T04:50:55.078Z] v1.2.2-dev.77 [2021-01-15T04:50:55.078Z] v1.2.2-dev.78 [2021-01-15T04:50:55.078Z] v1.2.2-dev.79 [2021-01-15T04:50:55.078Z] v1.2.2-dev.8 [2021-01-15T04:50:55.078Z] v1.2.2-dev.80 [2021-01-15T04:50:55.078Z] v1.2.2-dev.81 [2021-01-15T04:50:55.078Z] v1.2.2-dev.82 [2021-01-15T04:50:55.078Z] v1.2.2-dev.83 [2021-01-15T04:50:55.078Z] v1.2.2-dev.84 [2021-01-15T04:50:55.078Z] v1.2.2-dev.85 [2021-01-15T04:50:55.078Z] v1.2.2-dev.86 [2021-01-15T04:50:55.078Z] v1.2.2-dev.87 [2021-01-15T04:50:55.078Z] v1.2.2-dev.88 [2021-01-15T04:50:55.078Z] v1.2.2-dev.89 [2021-01-15T04:50:55.078Z] v1.2.2-dev.9 [2021-01-15T04:50:55.078Z] v1.2.2-dev.90 [2021-01-15T04:50:55.078Z] v1.2.2-dev.91 [2021-01-15T04:50:55.078Z] v1.2.2-dev.92 [2021-01-15T04:50:55.078Z] v1.2.2-dev.93 [2021-01-15T04:50:55.078Z] v1.2.2-dev.94 [2021-01-15T04:50:55.078Z] v1.2.2-dev.95 [2021-01-15T04:50:55.078Z] v1.2.2-dev.96 [2021-01-15T04:50:55.078Z] v1.2.2-dev.97 [2021-01-15T04:50:55.078Z] v1.2.2-dev.98 [2021-01-15T04:50:55.078Z] v1.2.2-dev.99 [2021-01-15T04:50:55.078Z] v1.3.0 [2021-01-15T04:50:55.078Z] v1.3.1-dev.1 [2021-01-15T04:50:55.078Z] v1.3.1-dev.10 [2021-01-15T04:50:55.078Z] v1.3.1-dev.11 [2021-01-15T04:50:55.078Z] v1.3.1-dev.12 [2021-01-15T04:50:55.078Z] v1.3.1-dev.13 [2021-01-15T04:50:55.078Z] v1.3.1-dev.14 [2021-01-15T04:50:55.078Z] v1.3.1-dev.15 [2021-01-15T04:50:55.078Z] v1.3.1-dev.16 [2021-01-15T04:50:55.078Z] v1.3.1-dev.17 [2021-01-15T04:50:55.078Z] v1.3.1-dev.18 [2021-01-15T04:50:55.078Z] v1.3.1-dev.2 [2021-01-15T04:50:55.078Z] v1.3.1-dev.3 [2021-01-15T04:50:55.078Z] v1.3.1-dev.4 [2021-01-15T04:50:55.078Z] v1.3.1-dev.5 [2021-01-15T04:50:55.078Z] v1.3.1-dev.6 [2021-01-15T04:50:55.078Z] v1.3.1-dev.7 [2021-01-15T04:50:55.078Z] v1.3.1-dev.8 [2021-01-15T04:50:55.078Z] v1.3.1-dev.9 [2021-01-15T04:50:55.078Z] v2.0.0-dev.1 [2021-01-15T04:50:55.078Z] v2.0.0-dev.10 [2021-01-15T04:50:55.078Z] v2.0.0-dev.11 [2021-01-15T04:50:55.078Z] v2.0.0-dev.12 [2021-01-15T04:50:55.078Z] v2.0.0-dev.13 [2021-01-15T04:50:55.078Z] v2.0.0-dev.14 [2021-01-15T04:50:55.078Z] v2.0.0-dev.15 [2021-01-15T04:50:55.078Z] v2.0.0-dev.16 [2021-01-15T04:50:55.078Z] v2.0.0-dev.17 [2021-01-15T04:50:55.078Z] v2.0.0-dev.18 [2021-01-15T04:50:55.078Z] v2.0.0-dev.19 [2021-01-15T04:50:55.078Z] v2.0.0-dev.2 [2021-01-15T04:50:55.078Z] v2.0.0-dev.20 [2021-01-15T04:50:55.078Z] v2.0.0-dev.21 [2021-01-15T04:50:55.078Z] v2.0.0-dev.22 [2021-01-15T04:50:55.078Z] v2.0.0-dev.23 [2021-01-15T04:50:55.078Z] v2.0.0-dev.24 [2021-01-15T04:50:55.078Z] v2.0.0-dev.25 [2021-01-15T04:50:55.078Z] v2.0.0-dev.26 [2021-01-15T04:50:55.078Z] v2.0.0-dev.27 [2021-01-15T04:50:55.078Z] v2.0.0-dev.28 [2021-01-15T04:50:55.078Z] v2.0.0-dev.29 [2021-01-15T04:50:55.078Z] v2.0.0-dev.3 [2021-01-15T04:50:55.078Z] v2.0.0-dev.30 [2021-01-15T04:50:55.078Z] v2.0.0-dev.31 [2021-01-15T04:50:55.078Z] v2.0.0-dev.32 [2021-01-15T04:50:55.078Z] v2.0.0-dev.33 [2021-01-15T04:50:55.078Z] v2.0.0-dev.34 [2021-01-15T04:50:55.078Z] v2.0.0-dev.35 [2021-01-15T04:50:55.078Z] v2.0.0-dev.36 [2021-01-15T04:50:55.078Z] v2.0.0-dev.37 [2021-01-15T04:50:55.078Z] v2.0.0-dev.38 [2021-01-15T04:50:55.078Z] v2.0.0-dev.4 [2021-01-15T04:50:55.078Z] v2.0.0-dev.5 [2021-01-15T04:50:55.078Z] v2.0.0-dev.6 [2021-01-15T04:50:55.078Z] v2.0.0-dev.7 [2021-01-15T04:50:55.078Z] v2.0.0-dev.8 [2021-01-15T04:50:55.078Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-15T04:50:55.400Z] + lftools sign git-tag v2.0.0-dev.38 [2021-01-15T04:50:57.351Z] Signing Git tag with Sigul... [2021-01-15T04:50:57.351Z] Signing v2.0.0-dev.38 [Pipeline] echo [2021-01-15T04:50:59.319Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:50:59.971Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-15T04:50:59.983Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-15T04:51:00.128Z] $ docker stop --time=1 ac2182e90627ad988c262d5bc09b00add4ad9d0715ddeca6e91df190141b734b [2021-01-15T04:51:02.414Z] $ docker rm -f ac2182e90627ad988c262d5bc09b00add4ad9d0715ddeca6e91df190141b734b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:51:03.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:51:03.380Z] . [Pipeline] withDockerContainer [2021-01-15T04:51:03.565Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:51:03.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T04:51:04.849Z] $ docker top ee0c65d276a16a7f30a9db11c9b55e7915596007f44841131ecb40de9a1c846c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T04:51:05.321Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T04:51:05.321Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T04:51:05.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T04:51:05.748Z] $ docker exec ee0c65d276a16a7f30a9db11c9b55e7915596007f44841131ecb40de9a1c846c ssh-agent [2021-01-15T04:51:06.117Z] SSH_AUTH_SOCK=/tmp/ssh-fvHrE1tXuMPe/agent.11 [2021-01-15T04:51:06.117Z] SSH_AGENT_PID=16 [2021-01-15T04:51:06.129Z] Running ssh-add (command line suppressed) [2021-01-15T04:51:06.416Z] Identity added: /w/workspace/edgex-go/297@tmp/private_key_9000903079906072164.key (/w/workspace/edgex-go/297@tmp/private_key_9000903079906072164.key) [2021-01-15T04:51:06.521Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T04:51:07.200Z] + git semver bump pre [2021-01-15T04:51:07.200Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T04:51:07.200Z] # $GIT_DIR = /w/workspace/edgex-go/297/.git [2021-01-15T04:51:07.200Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/297 [2021-01-15T04:51:07.200Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T04:51:07.200Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T04:51:07.200Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T04:51:07.200Z] # $SEMVER_BRANCH = master [2021-01-15T04:51:07.200Z] # $SEMVER_DIR = /w/workspace/edgex-go/297/.semver [2021-01-15T04:51:07.200Z] 2.0.0-dev.39 [Pipeline] } [2021-01-15T04:51:07.219Z] $ docker exec --env ******** --env ******** ee0c65d276a16a7f30a9db11c9b55e7915596007f44841131ecb40de9a1c846c ssh-agent -k [2021-01-15T04:51:07.545Z] unset SSH_AUTH_SOCK; [2021-01-15T04:51:07.545Z] unset SSH_AGENT_PID; [2021-01-15T04:51:07.545Z] echo Agent pid 16 killed; [2021-01-15T04:51:07.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T04:51:08.594Z] + git semver [Pipeline] } [2021-01-15T04:51:08.618Z] $ docker stop --time=1 ee0c65d276a16a7f30a9db11c9b55e7915596007f44841131ecb40de9a1c846c [2021-01-15T04:51:10.479Z] $ docker rm -f ee0c65d276a16a7f30a9db11c9b55e7915596007f44841131ecb40de9a1c846c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:51:11.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:51:11.313Z] . [Pipeline] withDockerContainer [2021-01-15T04:51:11.527Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:51:11.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T04:51:12.921Z] $ docker top 11d99e86acdfd0595eb0bfbdf0febb52513c9fb6be13029c64676957d27476f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T04:51:13.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T04:51:13.438Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T04:51:13.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T04:51:13.830Z] $ docker exec 11d99e86acdfd0595eb0bfbdf0febb52513c9fb6be13029c64676957d27476f1 ssh-agent [2021-01-15T04:51:14.155Z] SSH_AUTH_SOCK=/tmp/ssh-T9MbpwMkXjGd/agent.12 [2021-01-15T04:51:14.155Z] SSH_AGENT_PID=17 [2021-01-15T04:51:14.186Z] Running ssh-add (command line suppressed) [2021-01-15T04:51:14.480Z] Identity added: /w/workspace/edgex-go/297@tmp/private_key_6275560581259043646.key (/w/workspace/edgex-go/297@tmp/private_key_6275560581259043646.key) [2021-01-15T04:51:14.629Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T04:51:15.208Z] + git semver push [2021-01-15T04:51:15.484Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T04:51:15.484Z] # $GIT_DIR = /w/workspace/edgex-go/297/.git [2021-01-15T04:51:15.484Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/297 [2021-01-15T04:51:15.484Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T04:51:15.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T04:51:15.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T04:51:15.484Z] # $SEMVER_BRANCH = master [2021-01-15T04:51:15.484Z] # $SEMVER_DIR = /w/workspace/edgex-go/297/.semver [Pipeline] } [2021-01-15T04:51:27.835Z] $ docker exec --env ******** --env ******** 11d99e86acdfd0595eb0bfbdf0febb52513c9fb6be13029c64676957d27476f1 ssh-agent -k [2021-01-15T04:51:28.142Z] unset SSH_AUTH_SOCK; [2021-01-15T04:51:28.143Z] unset SSH_AGENT_PID; [2021-01-15T04:51:28.143Z] echo Agent pid 17 killed; [2021-01-15T04:51:28.288Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T04:51:28.804Z] + git semver [Pipeline] } [2021-01-15T04:51:29.090Z] $ docker stop --time=1 11d99e86acdfd0595eb0bfbdf0febb52513c9fb6be13029c64676957d27476f1 [2021-01-15T04:51:30.737Z] $ docker rm -f 11d99e86acdfd0595eb0bfbdf0febb52513c9fb6be13029c64676957d27476f1 [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-15T04:51:32.568Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:51:33.531Z] ---> package-listing.sh [2021-01-15T04:51:33.532Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T04:51:33.532Z] ++ facter osfamily [2021-01-15T04:51:33.803Z] + OS_FAMILY=redhat [2021-01-15T04:51:33.803Z] + workspace=/w/workspace/edgex-go/297 [2021-01-15T04:51:33.803Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T04:51:33.803Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T04:51:33.803Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T04:51:33.803Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T04:51:33.803Z] + '[' /w/workspace/edgex-go/297 ']' [2021-01-15T04:51:33.803Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T04:51:33.803Z] + case "${OS_FAMILY}" in [2021-01-15T04:51:33.803Z] + rpm -qa [2021-01-15T04:51:33.803Z] + sort [2021-01-15T04:51:39.150Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T04:51:39.150Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T04:51:39.150Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T04:51:39.150Z] + '[' /w/workspace/edgex-go/297 ']' [2021-01-15T04:51:39.150Z] + mkdir -p /w/workspace/edgex-go/297/archives/ [2021-01-15T04:51:39.150Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/297/archives/ [Pipeline] echo [2021-01-15T04:51:39.166Z] 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/297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T04:51:39.467Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:51:39.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T04:51:39.850Z] [2021-01-15T04:51:39.850Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:51:40.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T04:51:40.583Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T04:51:40.583Z] df20fa9351a1: Pulling fs layer [2021-01-15T04:51:40.583Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T04:51:40.583Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T04:51:40.583Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T04:51:40.583Z] 93b61091891f: Pulling fs layer [2021-01-15T04:51:40.583Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T04:51:40.583Z] 5e14af77c1be: Pulling fs layer [2021-01-15T04:51:40.583Z] 01666e4c0597: Pulling fs layer [2021-01-15T04:51:40.583Z] aa168da1d23b: Pulling fs layer [2021-01-15T04:51:40.583Z] 46f8f816bc3b: Waiting [2021-01-15T04:51:40.583Z] 93b61091891f: Waiting [2021-01-15T04:51:40.583Z] 93b9cdb0e59b: Waiting [2021-01-15T04:51:40.583Z] 5e14af77c1be: Waiting [2021-01-15T04:51:40.583Z] 01666e4c0597: Waiting [2021-01-15T04:51:40.583Z] aa168da1d23b: Waiting [2021-01-15T04:51:40.583Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T04:51:40.583Z] 36b3adc4ff6f: Download complete [2021-01-15T04:51:40.583Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T04:51:40.583Z] 46f8f816bc3b: Download complete [2021-01-15T04:51:40.876Z] df20fa9351a1: Verifying Checksum [2021-01-15T04:51:40.876Z] df20fa9351a1: Download complete [2021-01-15T04:51:40.876Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T04:51:40.876Z] 93b9cdb0e59b: Download complete [2021-01-15T04:51:40.876Z] 5e14af77c1be: Verifying Checksum [2021-01-15T04:51:40.876Z] 5e14af77c1be: Download complete [2021-01-15T04:51:40.876Z] 01666e4c0597: Verifying Checksum [2021-01-15T04:51:40.876Z] 01666e4c0597: Download complete [2021-01-15T04:51:41.157Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T04:51:41.157Z] 8ad3a11d3b57: Download complete [2021-01-15T04:51:41.435Z] df20fa9351a1: Pull complete [2021-01-15T04:51:41.712Z] 93b61091891f: Verifying Checksum [2021-01-15T04:51:41.712Z] 93b61091891f: Download complete [2021-01-15T04:51:42.008Z] 36b3adc4ff6f: Pull complete [2021-01-15T04:51:44.016Z] 8ad3a11d3b57: Pull complete [2021-01-15T04:51:44.334Z] 46f8f816bc3b: Pull complete [2021-01-15T04:51:44.726Z] 93b61091891f: Pull complete [2021-01-15T04:51:45.453Z] 93b9cdb0e59b: Pull complete [2021-01-15T04:51:46.100Z] aa168da1d23b: Verifying Checksum [2021-01-15T04:51:46.100Z] aa168da1d23b: Download complete [2021-01-15T04:51:46.100Z] 5e14af77c1be: Pull complete [2021-01-15T04:51:46.370Z] 01666e4c0597: Pull complete [2021-01-15T04:52:01.546Z] aa168da1d23b: Pull complete [2021-01-15T04:52:01.546Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T04:52:01.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T04:52:01.546Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T04:52:02.006Z] prd-centos7-docker-4c-2g-20393 does not seem to be running inside a container [2021-01-15T04:52:02.072Z] $ 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/297/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/297 -v /w/workspace/edgex-go/297:/w/workspace/edgex-go/297:rw,z -v /w/workspace/edgex-go/297@tmp:/w/workspace/edgex-go/297@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T04:52:04.917Z] $ docker top d2d940d160c4b8f4d78e1eec41d7bd87a2cac3d27d7025929fb333db1b3ae639 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:52:05.575Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T04:52:05.918Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T04:52:06.287Z] + ls /var/log/sa-host [2021-01-15T04:52:06.287Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T04:52:06.287Z] file_magic: OK [2021-01-15T04:52:06.287Z] HZ: Using current value: 100 [2021-01-15T04:52:06.287Z] file_header: OK [2021-01-15T04:52:06.287Z] 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-15T04:52:06.287Z] Statistics: [2021-01-15T04:52:06.287Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T04:52:06.287Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T04:52:06.555Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T04:52:06.555Z] file_magic: OK [2021-01-15T04:52:06.555Z] HZ: Using current value: 100 [2021-01-15T04:52:06.555Z] file_header: OK [2021-01-15T04:52:06.555Z] 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-15T04:52:06.555Z] Statistics: [2021-01-15T04:52:06.555Z] Hnuu...uuuununununu... [2021-01-15T04:52:06.555Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T04:52:07.190Z] provisioning config files... [2021-01-15T04:52:07.210Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/297@tmp/config4890513753808219289tmp [Pipeline] { [Pipeline] echo [2021-01-15T04:52:07.300Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:52:07.988Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T04:52:08.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T04:52:08.102Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:52:08.767Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T04:52:08.786Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:52:09.555Z] ---> sudo-logs.sh [2021-01-15T04:52:09.555Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T04:52:09.582Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:52:10.270Z] ---> job-cost.sh [2021-01-15T04:52:10.270Z] lf-activate-venv: SKIPPING [2021-01-15T04:52:10.270Z] INFO: No Stack... [2021-01-15T04:52:11.234Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T04:52:11.500Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T04:52:11.517Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:52:11.840Z] ---> logs-deploy.sh [2021-01-15T04:52:11.840Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/297 [2021-01-15T04:52:11.840Z] INFO: archiving workspace using pattern(s): [2021-01-15T04:52:13.784Z] Archives upload complete. [2021-01-15T04:52:14.091Z] INFO: archiving logs to Nexus