Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8d65b999035e49fddad3f4b9ff0ea0f872535afc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26084’ Running on prd-centos7-docker-4c-2g-26085 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/354 [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/354 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 Commit message: "feat(command): Implement GET /device/all V2 API (#3153)" > git rev-list --no-walk 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-11T15:31:40.382Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-11T15:31:40.720Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-11T15:31:40.833Z] ========================================================= [2021-02-11T15:31:40.833Z] EdgeX Global Pipelines Version Info [2021-02-11T15:31:40.833Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:31:44.378Z] ------------------- [2021-02-11T15:31:44.378Z] stable info: [2021-02-11T15:31:44.378Z] ------------------- [2021-02-11T15:31:44.378Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T15:31:44.378Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T15:31:44.378Z] Message: update stable to v1.0.179 [2021-02-11T15:31:45.541Z] ------------------- [2021-02-11T15:31:45.541Z] experimental info: [2021-02-11T15:31:45.541Z] ------------------- [2021-02-11T15:31:45.541Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T15:31:45.541Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T15:31:45.541Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-11T15:31:46.568Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-11T15:31:46.672Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-11T15:31:46.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-11T15:31:46.830Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-11T15:31:46.913Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-11T15:31:46.997Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-11T15:31:47.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-11T15:31:47.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-11T15:31:47.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-11T15:31:47.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-11T15:31:47.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-11T15:31:47.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-11T15:31:47.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-11T15:31:47.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-11T15:31:47.855Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T15:31:47.937Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T15:31:48.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-11T15:31:48.115Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-11T15:31:48.200Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-11T15:31:48.294Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-11T15:31:48.375Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-11T15:31:48.473Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-11T15:31:48.559Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-11T15:31:48.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-11T15:31:48.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-11T15:31:48.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-11T15:31:48.918Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] echo [2021-02-11T15:31:49.002Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d65b99 [Pipeline] echo [2021-02-11T15:31:49.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:31:49.277Z] provisioning config files... [2021-02-11T15:31:49.331Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/354@tmp/config5429365505934831639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:31:49.929Z] ---> docker-login.sh [2021-02-11T15:31:49.929Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:31:52.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:31:52.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:31:52.815Z] Configure a credential helper to remove this warning. See [2021-02-11T15:31:52.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:31:52.815Z] [2021-02-11T15:31:52.815Z] Login Succeeded [2021-02-11T15:31:52.815Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:31:54.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:31:54.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:31:54.544Z] Configure a credential helper to remove this warning. See [2021-02-11T15:31:54.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:31:54.544Z] [2021-02-11T15:31:54.544Z] Login Succeeded [2021-02-11T15:31:54.544Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:31:55.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:31:55.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:31:55.503Z] Configure a credential helper to remove this warning. See [2021-02-11T15:31:55.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:31:55.503Z] [2021-02-11T15:31:55.503Z] Login Succeeded [2021-02-11T15:31:55.503Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:31:57.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:31:57.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:31:57.191Z] Configure a credential helper to remove this warning. See [2021-02-11T15:31:57.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:31:57.191Z] [2021-02-11T15:31:57.191Z] Login Succeeded [2021-02-11T15:31:57.191Z] docker.io [2021-02-11T15:31:58.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:31:59.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:31:59.121Z] Configure a credential helper to remove this warning. See [2021-02-11T15:31:59.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:31:59.121Z] [2021-02-11T15:31:59.121Z] Login Succeeded [2021-02-11T15:31:59.121Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:31:59.160Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T15:31:59.997Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.997Z] ++ dirname cmd/core-command/Dockerfile [2021-02-11T15:31:59.997Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.997Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.997Z] ++ dirname cmd/core-data/Dockerfile [2021-02-11T15:31:59.997Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.997Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.997Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-11T15:31:59.997Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.997Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.997Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-11T15:31:59.997Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.997Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.997Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-11T15:31:59.997Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.997Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.997Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-11T15:31:59.997Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.997Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.997Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-11T15:31:59.997Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.997Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-11T15:31:59.997Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.998Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-11T15:31:59.998Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.998Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-11T15:31:59.998Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:31:59.998Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-11T15:31:59.998Z] ++ cut -d/ -f2 [2021-02-11T15:31:59.998Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-11T15:32:00.355Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:32:02.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:02.675Z] [2021-02-11T15:32:02.675Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:32:03.533Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:03.952Z] latest: Pulling from edgex-devops/git-semver [2021-02-11T15:32:03.952Z] 31603596830f: Pulling fs layer [2021-02-11T15:32:03.952Z] 2a8b12db71e7: Pulling fs layer [2021-02-11T15:32:03.952Z] 6ca5941a6612: Pulling fs layer [2021-02-11T15:32:03.952Z] ecc8261a40a4: Pulling fs layer [2021-02-11T15:32:03.952Z] ecc8261a40a4: Waiting [2021-02-11T15:32:03.952Z] 2a8b12db71e7: Verifying Checksum [2021-02-11T15:32:03.952Z] 2a8b12db71e7: Download complete [2021-02-11T15:32:05.761Z] 31603596830f: Verifying Checksum [2021-02-11T15:32:05.761Z] 31603596830f: Download complete [2021-02-11T15:32:06.479Z] ecc8261a40a4: Verifying Checksum [2021-02-11T15:32:06.479Z] ecc8261a40a4: Download complete [2021-02-11T15:32:06.479Z] 6ca5941a6612: Verifying Checksum [2021-02-11T15:32:06.479Z] 6ca5941a6612: Download complete [2021-02-11T15:32:07.545Z] 31603596830f: Pull complete [2021-02-11T15:32:07.873Z] 2a8b12db71e7: Pull complete [2021-02-11T15:32:10.670Z] 6ca5941a6612: Pull complete [2021-02-11T15:32:11.327Z] ecc8261a40a4: Pull complete [2021-02-11T15:32:11.327Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-11T15:32:11.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:11.327Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-11T15:32:12.009Z] prd-centos7-docker-4c-2g-26085 does not seem to be running inside a container [2021-02-11T15:32:12.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-11T15:32:16.099Z] $ docker top 774498cc38447cdb800dd1168f402e951763c0a6596680e39adb309031fad490 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-11T15:32:16.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T15:32:16.510Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T15:32:17.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T15:32:17.419Z] $ docker exec 774498cc38447cdb800dd1168f402e951763c0a6596680e39adb309031fad490 ssh-agent [2021-02-11T15:32:17.701Z] SSH_AUTH_SOCK=/tmp/ssh-1JXiNSdQYdOM/agent.12 [2021-02-11T15:32:17.702Z] SSH_AGENT_PID=17 [2021-02-11T15:32:17.722Z] Running ssh-add (command line suppressed) [2021-02-11T15:32:18.534Z] Identity added: /w/workspace/edgex-go/354@tmp/private_key_7864237729964976917.key (/w/workspace/edgex-go/354@tmp/private_key_7864237729964976917.key) [2021-02-11T15:32:18.834Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T15:32:19.702Z] + git tag --points-at HEAD [Pipeline] } [2021-02-11T15:32:19.784Z] $ docker exec --env ******** --env ******** 774498cc38447cdb800dd1168f402e951763c0a6596680e39adb309031fad490 ssh-agent -k [2021-02-11T15:32:20.637Z] unset SSH_AUTH_SOCK; [2021-02-11T15:32:20.643Z] unset SSH_AGENT_PID; [2021-02-11T15:32:20.643Z] echo Agent pid 17 killed; [2021-02-11T15:32:20.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-11T15:32:21.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T15:32:21.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T15:32:21.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T15:32:21.435Z] $ docker exec 774498cc38447cdb800dd1168f402e951763c0a6596680e39adb309031fad490 ssh-agent [2021-02-11T15:32:21.719Z] SSH_AUTH_SOCK=/tmp/ssh-IhsypELoddSt/agent.45 [2021-02-11T15:32:21.719Z] SSH_AGENT_PID=50 [2021-02-11T15:32:21.744Z] Running ssh-add (command line suppressed) [2021-02-11T15:32:21.941Z] Identity added: /w/workspace/edgex-go/354@tmp/private_key_5486766728676161718.key (/w/workspace/edgex-go/354@tmp/private_key_5486766728676161718.key) [2021-02-11T15:32:22.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T15:32:22.530Z] + git semver init [2021-02-11T15:32:22.911Z] # -> Open(): unable to determine branch for HEAD [2021-02-11T15:32:22.911Z] # $GIT_DIR = /w/workspace/edgex-go/354/.git [2021-02-11T15:32:22.912Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/354 [2021-02-11T15:32:22.912Z] # $SEMVER_REMOTE_NAME = origin [2021-02-11T15:32:22.912Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-11T15:32:22.912Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-11T15:32:22.912Z] # $SEMVER_BRANCH = master [2021-02-11T15:32:22.912Z] # $SEMVER_TEMP = /tmp/semver-969985141 [2021-02-11T15:32:22.912Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-11T15:33:46.648Z] # '/tmp/semver-969985141' -> '/w/workspace/edgex-go/354/.semver' [2021-02-11T15:33:46.648Z] # -> Force: false [2021-02-11T15:33:46.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/354/.semver [Pipeline] } [2021-02-11T15:33:46.767Z] $ docker exec --env ******** --env ******** 774498cc38447cdb800dd1168f402e951763c0a6596680e39adb309031fad490 ssh-agent -k [2021-02-11T15:33:47.850Z] unset SSH_AUTH_SOCK; [2021-02-11T15:33:47.850Z] unset SSH_AGENT_PID; [2021-02-11T15:33:47.850Z] echo Agent pid 50 killed; [2021-02-11T15:33:48.065Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T15:33:49.320Z] + git semver [Pipeline] } [2021-02-11T15:33:49.423Z] $ docker stop --time=1 774498cc38447cdb800dd1168f402e951763c0a6596680e39adb309031fad490 [2021-02-11T15:33:51.994Z] $ docker rm -f 774498cc38447cdb800dd1168f402e951763c0a6596680e39adb309031fad490 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:33:53.326Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-11T15:33:54.682Z] Stashed 1 file(s) [Pipeline] echo [2021-02-11T15:33:54.685Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.89 [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-02-11T15:33:55.727Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:33:56.334Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:33:56.819Z] + true [2021-02-11T15:33:56.819Z] + sudo service docker restart [2021-02-11T15:33:56.819Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-11T15:33:58.937Z] ========================================================= [2021-02-11T15:33:58.937Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-11T15:33:58.937Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:33:59.497Z] + 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-02-11T15:34:10.045Z] Still waiting to schedule task [2021-02-11T15:34:10.046Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26093’ [2021-02-11T15:34:12.607Z] Sending build context to Docker daemon 327.8MB [2021-02-11T15:34:12.607Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T15:34:12.607Z] Step 2/6 : FROM ${BASE} [2021-02-11T15:34:13.229Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-11T15:34:13.229Z] 188c0c94c7c5: Pulling fs layer [2021-02-11T15:34:13.229Z] 0ef7d3d256c8: Pulling fs layer [2021-02-11T15:34:13.229Z] de9db76c5a1d: Pulling fs layer [2021-02-11T15:34:13.229Z] bca2f99d35d6: Pulling fs layer [2021-02-11T15:34:13.229Z] 93359f2a8cfa: Pulling fs layer [2021-02-11T15:34:13.229Z] 7c6f9722023f: Pulling fs layer [2021-02-11T15:34:13.229Z] a35cf1a2eb13: Pulling fs layer [2021-02-11T15:34:13.229Z] bca2f99d35d6: Waiting [2021-02-11T15:34:13.229Z] 93359f2a8cfa: Waiting [2021-02-11T15:34:13.229Z] 7c6f9722023f: Waiting [2021-02-11T15:34:13.229Z] a35cf1a2eb13: Waiting [2021-02-11T15:34:13.229Z] de9db76c5a1d: Download complete [2021-02-11T15:34:13.525Z] 0ef7d3d256c8: Download complete [2021-02-11T15:34:13.525Z] 93359f2a8cfa: Verifying Checksum [2021-02-11T15:34:13.525Z] 93359f2a8cfa: Download complete [2021-02-11T15:34:13.525Z] 7c6f9722023f: Verifying Checksum [2021-02-11T15:34:13.525Z] 7c6f9722023f: Download complete [2021-02-11T15:34:14.223Z] 188c0c94c7c5: Verifying Checksum [2021-02-11T15:34:14.223Z] 188c0c94c7c5: Download complete [2021-02-11T15:34:14.580Z] 188c0c94c7c5: Pull complete [2021-02-11T15:34:15.287Z] 0ef7d3d256c8: Pull complete [2021-02-11T15:34:15.636Z] de9db76c5a1d: Pull complete [2021-02-11T15:34:22.833Z] a35cf1a2eb13: Verifying Checksum [2021-02-11T15:34:22.833Z] a35cf1a2eb13: Download complete [2021-02-11T15:34:23.557Z] bca2f99d35d6: Verifying Checksum [2021-02-11T15:34:23.557Z] bca2f99d35d6: Download complete [2021-02-11T15:34:42.607Z] bca2f99d35d6: Pull complete [2021-02-11T15:34:42.607Z] 93359f2a8cfa: Pull complete [2021-02-11T15:34:42.607Z] 7c6f9722023f: Pull complete [2021-02-11T15:34:48.290Z] a35cf1a2eb13: Pull complete [2021-02-11T15:34:48.290Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-11T15:34:48.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-11T15:34:48.290Z] ---> a62c8e92a672 [2021-02-11T15:34:48.290Z] 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-02-11T15:34:48.290Z] ---> Running in a251c03e3f5c [2021-02-11T15:34:49.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:34:50.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:34:51.656Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T15:34:52.389Z] (2/12) Installing file (5.38-r0) [2021-02-11T15:34:52.390Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T15:34:52.390Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T15:35:01.543Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T15:35:01.544Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T15:35:01.544Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T15:35:01.544Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T15:35:02.008Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T15:35:02.008Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T15:35:02.277Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T15:35:02.277Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T15:35:02.603Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:35:02.603Z] OK: 233 MiB in 51 packages [2021-02-11T15:35:10.391Z] Removing intermediate container a251c03e3f5c [2021-02-11T15:35:10.391Z] ---> b11f37bfe449 [2021-02-11T15:35:10.391Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T15:35:10.391Z] ---> Running in d0844b723144 [2021-02-11T15:35:11.152Z] Removing intermediate container d0844b723144 [2021-02-11T15:35:11.152Z] ---> 333b770c3171 [2021-02-11T15:35:11.152Z] Step 5/6 : COPY go.mod . [2021-02-11T15:35:11.527Z] ---> c6f970f1c7e7 [2021-02-11T15:35:11.527Z] Step 6/6 : RUN go mod download [2021-02-11T15:35:11.527Z] ---> Running in 84affe9c3dfc [2021-02-11T15:35:51.737Z] Removing intermediate container 84affe9c3dfc [2021-02-11T15:35:51.737Z] ---> 9614bd91ab47 [2021-02-11T15:35:51.737Z] Successfully built 9614bd91ab47 [2021-02-11T15:35:51.737Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:35:52.296Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T15:35:52.634Z] . [Pipeline] withDockerContainer [2021-02-11T15:35:53.377Z] prd-centos7-docker-4c-2g-26085 does not seem to be running inside a container [2021-02-11T15:35:53.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T15:35:55.280Z] $ docker top 17159b8867e0950cedba0f22891396f1f97d69c5e8119388849e83f17194e923 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:35:57.056Z] + go version [2021-02-11T15:35:57.056Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-11T15:35:57.095Z] $ docker stop --time=1 17159b8867e0950cedba0f22891396f1f97d69c5e8119388849e83f17194e923 [2021-02-11T15:35:58.858Z] $ docker rm -f 17159b8867e0950cedba0f22891396f1f97d69c5e8119388849e83f17194e923 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:35:59.956Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T15:35:59.956Z] . [Pipeline] withDockerContainer [2021-02-11T15:36:00.195Z] prd-centos7-docker-4c-2g-26085 does not seem to be running inside a container [2021-02-11T15:36:00.505Z] $ 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/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T15:36:02.992Z] $ docker top 99f084dfcc54beae65fe799efaaee347d043c3f51dad47d2d287c53de93e7f27 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T15:36:03.913Z] ========================================================= [2021-02-11T15:36:03.914Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T15:36:03.914Z] ========================================================= [Pipeline] sh [2021-02-11T15:36:05.097Z] + make test [2021-02-11T15:36:05.098Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T15:36:33.092Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T15:37:01.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T15:37:02.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T15:37:08.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T15:37:08.985Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T15:37:14.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T15:37:14.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T15:37:14.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T15:37:14.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T15:37:18.109Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T15:37:19.447Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T15:37:23.552Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26102 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-11T15:37:23.601Z] Running in /w/workspace/edgex-go/354 [Pipeline] { [Pipeline] checkout [2021-02-11T15:37:25.272Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T15:37:25.272Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T15:37:25.272Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T15:37:28.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.217s coverage: 45.9% of statements [2021-02-11T15:37:28.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T15:37:28.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T15:37:28.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T15:37:28.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T15:37:28.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T15:37:28.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T15:37:28.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T15:37:28.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.174s coverage: 100.0% of statements [2021-02-11T15:37:29.294Z] using credential edgex-jenkins-ssh [2021-02-11T15:37:29.358Z] Cloning the remote Git repository [2021-02-11T15:37:29.398Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:37:29.500Z] > git init /w/workspace/edgex-go/354 # timeout=10 [2021-02-11T15:37:29.567Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:37:29.567Z] > git --version # timeout=10 [2021-02-11T15:37:29.585Z] > git --version # 'git version 2.17.1' [2021-02-11T15:37:29.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:37:29.657Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:37:31.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.291s coverage: 27.1% of statements [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T15:37:31.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.116s coverage: 100.0% of statements [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T15:37:31.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T15:37:31.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T15:37:33.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.676s coverage: 65.8% of statements [2021-02-11T15:37:33.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T15:37:33.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T15:37:35.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.815s coverage: 82.3% of statements [2021-02-11T15:37:35.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T15:37:35.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:37:35.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T15:37:35.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T15:37:40.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.381s coverage: 28.6% of statements [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T15:37:40.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.124s coverage: 100.0% of statements [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T15:37:40.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T15:37:40.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.208s coverage: 86.7% of statements [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T15:37:40.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.303s coverage: 97.5% of statements [2021-02-11T15:37:40.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T15:37:40.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements [2021-02-11T15:37:40.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T15:37:40.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T15:37:40.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T15:37:40.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T15:37:45.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.968s coverage: 92.8% of statements [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T15:37:45.990Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T15:37:45.990Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.099s coverage: 0.1% of statements [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T15:37:45.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T15:37:45.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 45.5% of statements [2021-02-11T15:37:45.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements [2021-02-11T15:37:45.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2021-02-11T15:37:46.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.352s coverage: 96.3% of statements [2021-02-11T15:37:46.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-02-11T15:37:51.509Z] Checking out Revision 8d65b999035e49fddad3f4b9ff0ea0f872535afc (master) [2021-02-11T15:37:50.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:37:50.783Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:37:50.808Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:37:50.852Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:37:50.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:37:50.867Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T15:37:51.517Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:37:51.531Z] > git checkout -f 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 [2021-02-11T15:37:56.336Z] Commit message: "feat(command): Implement GET /device/all V2 API (#3153)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-11T15:37:57.764Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:37:58.232Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:37:58.582Z] + + sudotrue service [2021-02-11T15:37:58.582Z] docker restart [2021-02-11T15:38:00.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.157s coverage: 94.4% of statements [2021-02-11T15:38:00.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.097s coverage: 44.8% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:38:00.635Z] provisioning config files... [2021-02-11T15:38:00.682Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/354@tmp/config7696245996125179477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:38:01.087Z] ---> docker-login.sh [2021-02-11T15:38:01.087Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:38:02.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:38:02.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:38:02.354Z] Configure a credential helper to remove this warning. See [2021-02-11T15:38:02.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:38:02.354Z] [2021-02-11T15:38:02.354Z] Login Succeeded [2021-02-11T15:38:02.354Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:38:02.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:38:02.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:38:02.951Z] Configure a credential helper to remove this warning. See [2021-02-11T15:38:02.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:38:02.951Z] [2021-02-11T15:38:02.951Z] Login Succeeded [2021-02-11T15:38:02.951Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:38:03.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:38:03.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:38:03.500Z] Configure a credential helper to remove this warning. See [2021-02-11T15:38:03.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:38:03.500Z] [2021-02-11T15:38:03.500Z] Login Succeeded [2021-02-11T15:38:03.500Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:38:03.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:38:04.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:38:04.048Z] Configure a credential helper to remove this warning. See [2021-02-11T15:38:04.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:38:04.048Z] [2021-02-11T15:38:04.048Z] Login Succeeded [2021-02-11T15:38:04.048Z] docker.io [2021-02-11T15:38:04.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:38:04.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:38:04.597Z] Configure a credential helper to remove this warning. See [2021-02-11T15:38:04.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:38:04.597Z] [2021-02-11T15:38:04.597Z] Login Succeeded [2021-02-11T15:38:04.597Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:38:04.616Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-11T15:38:05.066Z] ========================================================= [2021-02-11T15:38:05.066Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-11T15:38:05.066Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:38:05.449Z] + 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-02-11T15:38:08.106Z] Sending build context to Docker daemon 166.3MB [2021-02-11T15:38:08.106Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T15:38:08.106Z] Step 2/6 : FROM ${BASE} [2021-02-11T15:38:08.377Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-11T15:38:08.377Z] 5f621e34cdf4: Pulling fs layer [2021-02-11T15:38:08.377Z] a4357932f1b6: Pulling fs layer [2021-02-11T15:38:08.377Z] 18c013af1878: Pulling fs layer [2021-02-11T15:38:08.377Z] 00ac8860ef70: Pulling fs layer [2021-02-11T15:38:08.377Z] 63d7cb157983: Pulling fs layer [2021-02-11T15:38:08.377Z] b116817d02f9: Pulling fs layer [2021-02-11T15:38:08.377Z] 745a02a5169b: Pulling fs layer [2021-02-11T15:38:08.377Z] 63d7cb157983: Waiting [2021-02-11T15:38:08.377Z] b116817d02f9: Waiting [2021-02-11T15:38:08.377Z] 745a02a5169b: Waiting [2021-02-11T15:38:08.377Z] 00ac8860ef70: Waiting [2021-02-11T15:38:08.377Z] 18c013af1878: Verifying Checksum [2021-02-11T15:38:08.377Z] 18c013af1878: Download complete [2021-02-11T15:38:08.377Z] a4357932f1b6: Download complete [2021-02-11T15:38:08.377Z] 63d7cb157983: Verifying Checksum [2021-02-11T15:38:08.377Z] 63d7cb157983: Download complete [2021-02-11T15:38:08.377Z] b116817d02f9: Verifying Checksum [2021-02-11T15:38:08.377Z] b116817d02f9: Download complete [2021-02-11T15:38:08.655Z] 5f621e34cdf4: Verifying Checksum [2021-02-11T15:38:08.655Z] 5f621e34cdf4: Download complete [2021-02-11T15:38:09.264Z] 5f621e34cdf4: Pull complete [2021-02-11T15:38:09.866Z] a4357932f1b6: Pull complete [2021-02-11T15:38:10.470Z] 18c013af1878: Pull complete [2021-02-11T15:38:11.903Z] 745a02a5169b: Verifying Checksum [2021-02-11T15:38:11.903Z] 745a02a5169b: Download complete [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.216s coverage: 92.9% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.094s coverage: 77.8% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.248s coverage: 87.2% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.087s coverage: 100.0% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.593s coverage: 75.5% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.280s coverage: 87.2% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 84.2% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.383s coverage: 63.5% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.150s coverage: 91.3% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.214s coverage: 73.7% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-02-11T15:38:13.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.536s coverage: 68.9% of statements [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T15:38:13.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T15:38:13.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.248s coverage: 37.0% of statements [2021-02-11T15:38:13.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T15:38:13.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T15:38:13.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.692s coverage: 84.0% of statements [2021-02-11T15:38:13.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2021-02-11T15:38:13.876Z] 00ac8860ef70: Verifying Checksum [2021-02-11T15:38:13.876Z] 00ac8860ef70: Download complete [2021-02-11T15:38:17.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.244s coverage: 47.0% of statements [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T15:38:17.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T15:38:17.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T15:38:17.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.200s coverage: 89.4% of statements [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:38:17.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T15:38:21.133Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.997s coverage: 29.1% of statements [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T15:38:21.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T15:38:21.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T15:38:21.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 100.0% of statements [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T15:38:21.134Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.124s coverage: 0.0% of statements [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T15:38:21.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T15:38:21.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T15:38:21.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T15:38:21.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-02-11T15:38:21.768Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-02-11T15:38:22.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.114s coverage: 100.0% of statements [2021-02-11T15:38:22.496Z] GO111MODULE=on go vet ./... [2021-02-11T15:38:24.017Z] 00ac8860ef70: Pull complete [2021-02-11T15:38:24.017Z] 63d7cb157983: Pull complete [2021-02-11T15:38:24.017Z] b116817d02f9: Pull complete [2021-02-11T15:38:28.327Z] 745a02a5169b: Pull complete [2021-02-11T15:38:28.327Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-11T15:38:28.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-11T15:38:28.327Z] ---> b7e6874047d6 [2021-02-11T15:38:28.327Z] 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-02-11T15:38:31.703Z] ---> Running in ec6c812b161e [2021-02-11T15:38:32.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:38:32.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:38:33.853Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T15:38:33.853Z] (2/12) Installing file (5.38-r0) [2021-02-11T15:38:33.853Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T15:38:34.122Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T15:38:38.413Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T15:38:38.413Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T15:38:38.685Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T15:38:38.685Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T15:38:38.685Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T15:38:38.955Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T15:38:38.955Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T15:38:38.955Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T15:38:39.227Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:38:39.227Z] OK: 217 MiB in 51 packages [2021-02-11T15:38:43.511Z] Removing intermediate container ec6c812b161e [2021-02-11T15:38:43.511Z] ---> 5566db6ac993 [2021-02-11T15:38:43.511Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T15:38:43.511Z] ---> Running in e6143111c673 [2021-02-11T15:38:43.511Z] Removing intermediate container e6143111c673 [2021-02-11T15:38:43.511Z] ---> 95debd6d2aef [2021-02-11T15:38:43.511Z] Step 5/6 : COPY go.mod . [2021-02-11T15:38:44.103Z] ---> 46f7b331689e [2021-02-11T15:38:44.103Z] Step 6/6 : RUN go mod download [2021-02-11T15:38:44.377Z] ---> Running in 8d5c7ed9e90b [2021-02-11T15:39:11.167Z] Removing intermediate container 8d5c7ed9e90b [2021-02-11T15:39:11.167Z] ---> 984da51e596c [2021-02-11T15:39:11.167Z] Successfully built 984da51e596c [2021-02-11T15:39:11.167Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:39:11.506Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T15:39:11.506Z] . [Pipeline] withDockerContainer [2021-02-11T15:39:11.783Z] prd-ubuntu18.04-docker-arm64-4c-16g-26102 does not seem to be running inside a container [2021-02-11T15:39:11.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T15:39:13.420Z] $ docker top c2f4bc2a903d7fdcccb7d8e24dc6f03293bf549aed6bab07309a6a5d1d6c23d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:39:14.479Z] + go version [2021-02-11T15:39:14.479Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-11T15:39:14.501Z] $ docker stop --time=1 c2f4bc2a903d7fdcccb7d8e24dc6f03293bf549aed6bab07309a6a5d1d6c23d1 [2021-02-11T15:39:16.476Z] $ docker rm -f c2f4bc2a903d7fdcccb7d8e24dc6f03293bf549aed6bab07309a6a5d1d6c23d1 [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-02-11T15:39:18.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:39:18.550Z] [2021-02-11T15:39:18.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:39:18.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:39:19.215Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-11T15:39:19.215Z] 29e5d40040c1: Pulling fs layer [2021-02-11T15:39:19.215Z] 1ce36da41761: Pulling fs layer [2021-02-11T15:39:19.215Z] 25b303627fd3: Pulling fs layer [2021-02-11T15:39:19.215Z] 29e5d40040c1: Download complete [2021-02-11T15:39:19.812Z] 1ce36da41761: Verifying Checksum [2021-02-11T15:39:19.812Z] 1ce36da41761: Download complete [2021-02-11T15:39:20.086Z] 29e5d40040c1: Pull complete [2021-02-11T15:39:21.524Z] 25b303627fd3: Verifying Checksum [2021-02-11T15:39:21.524Z] 25b303627fd3: Download complete [2021-02-11T15:39:21.524Z] 1ce36da41761: Pull complete [2021-02-11T15:39:31.753Z] 25b303627fd3: Pull complete [2021-02-11T15:39:31.753Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-11T15:39:31.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:39:31.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-11T15:39:31.977Z] prd-ubuntu18.04-docker-arm64-4c-16g-26102 does not seem to be running inside a container [2021-02-11T15:39:32.022Z] gofmt -l . [2021-02-11T15:39:32.022Z] [ "`gofmt -l .`" = "" ] [2021-02-11T15:39:32.022Z] ./bin/test-go-mod-tidy.sh [2021-02-11T15:39:32.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T15:39:32.804Z] ./bin/test-attribution-txt.sh [2021-02-11T15:39:35.277Z] $ docker top c86b50aea91185ffe20ed413439a0793682c3f4f4483ad682481d90f10db9ea7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-11T15:39:36.260Z] + docker-compose build --help [2021-02-11T15:39:36.260Z] + grep parallel [2021-02-11T15:39:36.758Z] + ls -al . [2021-02-11T15:39:36.758Z] total 700 [2021-02-11T15:39:36.758Z] drwxrwxr-x 10 1001 1001 4096 Feb 11 15:39 . [2021-02-11T15:39:36.758Z] drwxr-xr-x 4 root root 32 Feb 11 15:36 .. [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 15:31 .dockerignore [2021-02-11T15:39:36.758Z] drwxrwxr-x 8 1001 1001 162 Feb 11 15:31 .git [2021-02-11T15:39:36.758Z] drwxrwxr-x 3 1001 1001 125 Feb 11 15:31 .github [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 15:31 .gitignore [2021-02-11T15:39:36.758Z] drwx------ 3 1001 1001 45 Feb 11 15:33 .semver [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 15:31 .sonarcloud.properties [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:31 Attribution.txt [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:31 CONTRIBUTING.md [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 15:31 Dockerfile.build [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 15:31 Jenkinsfile [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:31 LICENSE [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:31 Makefile [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:31 README.md [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:31 SECURITY.md [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 12 Feb 11 15:33 VERSION [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:31 ZMQWindows.md [2021-02-11T15:39:36.758Z] drwxrwxr-x 2 1001 1001 117 Feb 11 15:31 bin [2021-02-11T15:39:36.758Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 15:31 cmd [2021-02-11T15:39:36.758Z] -rw-r--r-- 1 root root 595164 Feb 11 15:38 coverage.out [2021-02-11T15:39:36.758Z] -rw-r--r-- 1 root root 1054 Feb 11 15:39 go.mod [2021-02-11T15:39:36.758Z] -rw-r--r-- 1 root root 19290 Feb 11 15:39 go.sum [2021-02-11T15:39:36.758Z] drwxrwxr-x 8 1001 1001 127 Feb 11 15:31 internal [2021-02-11T15:39:36.758Z] drwxrwxr-x 4 1001 1001 26 Feb 11 15:31 openapi [2021-02-11T15:39:36.758Z] drwxrwxr-x 4 1001 1001 71 Feb 11 15:31 snap [2021-02-11T15:39:36.758Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 15:31 version.go [Pipeline] sh [2021-02-11T15:39:37.834Z] + '[' -e coverage.out ] [2021-02-11T15:39:37.834Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T15:39:38.847Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T15:39:40.550Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T15:39:40.703Z] $ docker stop --time=1 c86b50aea91185ffe20ed413439a0793682c3f4f4483ad682481d90f10db9ea7 [2021-02-11T15:39:41.287Z] + make build [2021-02-11T15:39:41.287Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-data/core-data ./cmd/core-data [2021-02-11T15:39:42.619Z] $ docker rm -f c86b50aea91185ffe20ed413439a0793682c3f4f4483ad682481d90f10db9ea7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:39:43.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:39:43.383Z] . [Pipeline] withDockerContainer [2021-02-11T15:39:43.683Z] prd-ubuntu18.04-docker-arm64-4c-16g-26102 does not seem to be running inside a container [2021-02-11T15:39:43.817Z] $ 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/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T15:39:45.247Z] $ docker top 29ade9b0f047e503d21718417ca23ae01c60ee78526412de534c899a785eff4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:39:46.375Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T15:39:50.665Z] Building docker-core-command-go ... [2021-02-11T15:39:50.665Z] Building docker-core-data-go ... [2021-02-11T15:39:50.665Z] Building docker-core-metadata-go ... [2021-02-11T15:39:50.665Z] Building docker-security-bootstrapper-go ... [2021-02-11T15:39:50.665Z] Building docker-security-proxy-setup-go ... [2021-02-11T15:39:50.665Z] Building docker-security-secretstore-setup-go ... [2021-02-11T15:39:50.665Z] Building docker-support-notifications-go ... [2021-02-11T15:39:50.665Z] Building docker-support-scheduler-go ... [2021-02-11T15:39:50.665Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T15:39:50.665Z] Building docker-security-bootstrapper-go [2021-02-11T15:39:50.665Z] Building docker-security-secretstore-setup-go [2021-02-11T15:39:50.665Z] Building docker-sys-mgmt-agent-go [2021-02-11T15:39:50.665Z] Building docker-core-metadata-go [2021-02-11T15:39:50.665Z] Building docker-core-command-go [2021-02-11T15:39:51.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-11T15:40:15.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-command/core-command ./cmd/core-command [2021-02-11T15:40:15.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-11T15:40:19.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-11T15:40:20.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-11T15:40:24.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-11T15:40:29.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-11T15:40:31.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-11T15:40:35.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-11T15:40:37.614Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:40:37.614Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:40:37.614Z] ---> 984da51e596c [2021-02-11T15:40:37.614Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T15:40:37.614Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:40:37.614Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:40:37.614Z] ---> 984da51e596c [2021-02-11T15:40:37.614Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:40:37.614Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:40:37.614Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:40:37.614Z] ---> 984da51e596c [2021-02-11T15:40:37.614Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T15:40:37.614Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:40:37.614Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:40:37.614Z] ---> 984da51e596c [2021-02-11T15:40:37.614Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T15:40:37.614Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:40:37.614Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:40:37.614Z] ---> 984da51e596c [2021-02-11T15:40:37.614Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:40:37.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-11T15:40:40.233Z] ---> Running in 855c4170c4cc [2021-02-11T15:40:40.233Z] ---> Running in 5485627df8cd [2021-02-11T15:40:40.233Z] ---> Running in acaea8cdef02 [2021-02-11T15:40:40.233Z] ---> Running in d8ce844447c5 [2021-02-11T15:40:40.233Z] ---> Running in 91e98c61e69c [2021-02-11T15:40:41.212Z] Removing intermediate container d8ce844447c5 [2021-02-11T15:40:41.212Z] ---> e21a6d41cb4e [2021-02-11T15:40:41.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:40:41.212Z] Removing intermediate container acaea8cdef02 [2021-02-11T15:40:41.212Z] ---> 582f339c223b [2021-02-11T15:40:41.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:40:41.212Z] Removing intermediate container 91e98c61e69c [2021-02-11T15:40:41.212Z] Removing intermediate container 855c4170c4cc [2021-02-11T15:40:41.212Z] ---> 29b310ec41a2 [2021-02-11T15:40:41.212Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:40:41.212Z] ---> beec78cf4cca [2021-02-11T15:40:41.212Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:40:41.212Z] Removing intermediate container 5485627df8cd [2021-02-11T15:40:41.212Z] ---> ed5d001db91a [2021-02-11T15:40:41.212Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:40:41.485Z] ---> Running in df343eeb0f11 [2021-02-11T15:40:41.485Z] ---> Running in e86fe1a33f38 [2021-02-11T15:40:41.485Z] ---> Running in 274fa492599b [2021-02-11T15:40:41.485Z] ---> Running in 0a0099744312 [2021-02-11T15:40:41.485Z] ---> Running in 467b770fb20a [2021-02-11T15:40:41.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-11T15:40:45.812Z] Removing intermediate container df343eeb0f11 [2021-02-11T15:40:45.812Z] ---> d87c1e7e9168 [2021-02-11T15:40:45.812Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:40:45.812Z] ---> Running in a240f64272ce [2021-02-11T15:40:45.812Z] Removing intermediate container e86fe1a33f38 [2021-02-11T15:40:45.812Z] ---> 339127027865 [2021-02-11T15:40:45.812Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:40:46.089Z] Removing intermediate container 0a0099744312 [2021-02-11T15:40:46.089Z] ---> bb85e57f2749 [2021-02-11T15:40:46.089Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T15:40:46.089Z] ---> Running in a0a40add0578 [2021-02-11T15:40:46.377Z] Removing intermediate container 274fa492599b [2021-02-11T15:40:46.377Z] ---> d66ff294a543 [2021-02-11T15:40:46.377Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T15:40:46.377Z] ---> Running in b28bfd5fcf06 [2021-02-11T15:40:46.377Z] Removing intermediate container 467b770fb20a [2021-02-11T15:40:46.377Z] ---> f27ef6131984 [2021-02-11T15:40:46.377Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T15:40:46.377Z] ---> Running in a43ca9147692 [2021-02-11T15:40:46.986Z] ---> Running in d848c619d026 [2021-02-11T15:40:47.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-02-11T15:40:47.946Z] $ docker stop --time=1 99f084dfcc54beae65fe799efaaee347d043c3f51dad47d2d287c53de93e7f27 [2021-02-11T15:40:48.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:48.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:48.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:48.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:48.813Z] OK: 217 MiB in 51 packages [2021-02-11T15:40:48.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:49.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:49.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:49.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:49.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:40:49.930Z] OK: 217 MiB in 51 packages [2021-02-11T15:40:50.227Z] Removing intermediate container a240f64272ce [2021-02-11T15:40:50.227Z] ---> e963bb137089 [2021-02-11T15:40:50.227Z] Step 6/23 : COPY go.mod . [2021-02-11T15:40:50.510Z] OK: 217 MiB in 51 packages [2021-02-11T15:40:50.510Z] OK: 217 MiB in 51 packages [2021-02-11T15:40:51.521Z] OK: 217 MiB in 51 packages [2021-02-11T15:40:51.521Z] ---> 5bb51131e08d [2021-02-11T15:40:51.521Z] Step 7/23 : RUN go mod download [2021-02-11T15:40:51.542Z] $ docker rm -f 99f084dfcc54beae65fe799efaaee347d043c3f51dad47d2d287c53de93e7f27 [2021-02-11T15:40:51.826Z] ---> Running in 15debb31d6cc [2021-02-11T15:40:51.826Z] Removing intermediate container a0a40add0578 [2021-02-11T15:40:51.826Z] ---> cbb27561acca [2021-02-11T15:40:51.826Z] Step 6/23 : COPY go.mod . [2021-02-11T15:40:52.430Z] Removing intermediate container d848c619d026 [2021-02-11T15:40:52.430Z] ---> adaafac64a10 [2021-02-11T15:40:52.430Z] Step 6/24 : COPY go.mod . [2021-02-11T15:40:52.707Z] Removing intermediate container a43ca9147692 [2021-02-11T15:40:52.707Z] ---> 792b05828e98 [2021-02-11T15:40:52.707Z] Step 6/26 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-11T15:40:53.311Z] Removing intermediate container b28bfd5fcf06 [2021-02-11T15:40:53.311Z] ---> cd12935b40e0 [2021-02-11T15:40:53.311Z] Step 6/30 : COPY go.mod . [2021-02-11T15:40:53.311Z] ---> be3d6db85a92 [2021-02-11T15:40:53.311Z] Step 7/23 : RUN go mod download [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-11T15:40:53.591Z] ---> Running in ff4652d89f9a [2021-02-11T15:40:53.591Z] ---> 87cdc6463faa [2021-02-11T15:40:53.591Z] Step 7/24 : RUN go mod download [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:40:53.867Z] ---> 2e4de7a8f3bc [2021-02-11T15:40:53.867Z] Step 7/26 : RUN go mod download [2021-02-11T15:40:53.867Z] ---> Running in e1f76b2aabd3 [2021-02-11T15:40:54.143Z] ---> Running in 409e8c75b7bb [2021-02-11T15:40:54.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:40:54.421Z] ---> e41b59cb6f17 [2021-02-11T15:40:54.421Z] Step 7/30 : RUN go mod download [2021-02-11T15:40:54.473Z] [2021-02-11T15:40:54.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:40:54.719Z] ---> Running in d2098ca01428 [2021-02-11T15:40:55.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:40:55.555Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-11T15:40:55.555Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-11T15:40:55.555Z] ca9280d653b3: Pulling fs layer [2021-02-11T15:40:55.555Z] 7e9c9ca2126c: Pulling fs layer [2021-02-11T15:40:56.094Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-11T15:40:56.094Z] cbdbe7a5bc2a: Download complete [2021-02-11T15:40:56.157Z] Removing intermediate container 15debb31d6cc [2021-02-11T15:40:56.157Z] ---> 82b7d60efb17 [2021-02-11T15:40:56.157Z] Step 8/23 : COPY . . [2021-02-11T15:40:58.313Z] ca9280d653b3: Verifying Checksum [2021-02-11T15:40:58.313Z] ca9280d653b3: Download complete [2021-02-11T15:40:58.313Z] cbdbe7a5bc2a: Pull complete [2021-02-11T15:40:58.811Z] Removing intermediate container ff4652d89f9a [2021-02-11T15:40:58.811Z] ---> 77af77af998d [2021-02-11T15:40:58.811Z] Step 8/23 : COPY . . [2021-02-11T15:40:59.418Z] Removing intermediate container e1f76b2aabd3 [2021-02-11T15:40:59.418Z] ---> c5ea322b7b55 [2021-02-11T15:40:59.418Z] Step 8/24 : COPY . . [2021-02-11T15:41:00.407Z] Removing intermediate container 409e8c75b7bb [2021-02-11T15:41:00.407Z] ---> 8c8807df256f [2021-02-11T15:41:00.407Z] Step 8/26 : COPY . . [2021-02-11T15:41:00.686Z] Removing intermediate container d2098ca01428 [2021-02-11T15:41:00.686Z] ---> 984bda9475ea [2021-02-11T15:41:00.686Z] Step 8/30 : COPY . . [2021-02-11T15:41:03.266Z] ca9280d653b3: Pull complete [2021-02-11T15:41:03.266Z] 7e9c9ca2126c: Verifying Checksum [2021-02-11T15:41:03.266Z] 7e9c9ca2126c: Download complete [2021-02-11T15:41:19.008Z] ---> cac4184581a1 [2021-02-11T15:41:19.008Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T15:41:19.008Z] ---> 5b6606604a83 [2021-02-11T15:41:19.008Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T15:41:19.008Z] ---> 37d77a57c5dd [2021-02-11T15:41:19.008Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T15:41:19.008Z] ---> Running in eff831e9b752 [2021-02-11T15:41:19.008Z] ---> Running in 4122b0198d9c [2021-02-11T15:41:19.008Z] ---> 0d9819de993a [2021-02-11T15:41:19.008Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T15:41:19.008Z] ---> 268c0ca97bbf [2021-02-11T15:41:19.008Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T15:41:19.008Z] ---> Running in 47ec39a1ee28 [2021-02-11T15:41:19.008Z] ---> Running in 9dd5c7763dac [2021-02-11T15:41:19.008Z] ---> Running in 017506958e5b [2021-02-11T15:41:19.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-command/core-command ./cmd/core-command [2021-02-11T15:41:19.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-11T15:41:19.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-11T15:41:19.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-11T15:41:19.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-11T15:41:22.013Z] 7e9c9ca2126c: Pull complete [2021-02-11T15:41:22.013Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-11T15:41:22.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:41:22.013Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-11T15:41:23.912Z] prd-centos7-docker-4c-2g-26085 does not seem to be running inside a container [2021-02-11T15:41:24.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@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-02-11T15:41:26.967Z] $ docker top 51e381b78835680f8d11c559c09381a12be482bd4ddf117a6e75332c844efad1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:41:29.157Z] + docker-compose build --help [2021-02-11T15:41:29.157Z] + grep parallel [2021-02-11T15:41:30.409Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T15:41:30.727Z] $ docker stop --time=1 51e381b78835680f8d11c559c09381a12be482bd4ddf117a6e75332c844efad1 [2021-02-11T15:41:32.806Z] $ docker rm -f 51e381b78835680f8d11c559c09381a12be482bd4ddf117a6e75332c844efad1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:41:33.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:41:33.660Z] . [Pipeline] withDockerContainer [2021-02-11T15:41:34.151Z] prd-centos7-docker-4c-2g-26085 does not seem to be running inside a container [2021-02-11T15:41:34.363Z] $ 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/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-11T15:41:38.231Z] $ docker top da74ec155c4ae50483f538d37da8c0446999a4323de038a2a73eac13a7d6c817 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:41:39.772Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T15:41:41.428Z] Building docker-core-command-go ... [2021-02-11T15:41:41.428Z] Building docker-core-data-go ... [2021-02-11T15:41:41.428Z] Building docker-core-metadata-go ... [2021-02-11T15:41:41.428Z] Building docker-security-bootstrapper-go ... [2021-02-11T15:41:41.428Z] Building docker-security-proxy-setup-go ... [2021-02-11T15:41:41.428Z] Building docker-security-secretstore-setup-go ... [2021-02-11T15:41:41.428Z] Building docker-support-notifications-go ... [2021-02-11T15:41:41.428Z] Building docker-support-scheduler-go ... [2021-02-11T15:41:41.428Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T15:41:41.428Z] Building docker-security-secretstore-setup-go [2021-02-11T15:41:41.428Z] Building docker-sys-mgmt-agent-go [2021-02-11T15:41:41.428Z] Building docker-core-metadata-go [2021-02-11T15:41:41.428Z] Building docker-security-bootstrapper-go [2021-02-11T15:41:41.428Z] Building docker-core-command-go [2021-02-11T15:42:56.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-11T15:42:56.697Z] Removing intermediate container 47ec39a1ee28 [2021-02-11T15:42:56.697Z] ---> dd4069a35dac [2021-02-11T15:42:56.697Z] [2021-02-11T15:42:56.697Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T15:42:56.697Z] 3.12: Pulling from library/alpine [2021-02-11T15:43:00.122Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:43:00.122Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:43:00.122Z] ---> afeebe901d6b [2021-02-11T15:43:00.122Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T15:43:00.122Z] ---> Running in a51dc5773305 [2021-02-11T15:43:00.410Z] Removing intermediate container 017506958e5b [2021-02-11T15:43:00.410Z] ---> 3ac3cf0ac5e9 [2021-02-11T15:43:00.410Z] [2021-02-11T15:43:00.410Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T15:43:00.410Z] ---> afeebe901d6b [2021-02-11T15:43:00.410Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T15:43:01.022Z] ---> Running in 28992aad260e [2021-02-11T15:43:01.295Z] Removing intermediate container a51dc5773305 [2021-02-11T15:43:01.295Z] ---> 4aa024076aa8 [2021-02-11T15:43:01.295Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T15:43:01.574Z] ---> Running in 68f201cd98a2 [2021-02-11T15:43:04.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:04.209Z] Removing intermediate container 9dd5c7763dac [2021-02-11T15:43:04.209Z] ---> 4cf77b8c22cd [2021-02-11T15:43:04.209Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T15:43:04.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:04.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:04.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:04.483Z] ---> Running in 9c8452af9d5c [2021-02-11T15:43:05.081Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T15:43:05.081Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:43:05.081Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T15:43:05.081Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:43:05.081Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:43:05.081Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T15:43:05.081Z] OK: 5 MiB in 16 packages [2021-02-11T15:43:05.350Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T15:43:05.350Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T15:43:05.350Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:43:05.350Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:43:05.625Z] OK: 7 MiB in 19 packages [2021-02-11T15:43:06.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-11T15:43:08.662Z] Removing intermediate container 68f201cd98a2 [2021-02-11T15:43:08.662Z] ---> a0ebf276dda1 [2021-02-11T15:43:08.662Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T15:43:08.662Z] ---> Running in d85cf25270ab [2021-02-11T15:43:09.644Z] Removing intermediate container 28992aad260e [2021-02-11T15:43:09.644Z] ---> 2be75fe5405c [2021-02-11T15:43:09.644Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:43:10.248Z] ---> Running in cb193bebed70 [2021-02-11T15:43:10.248Z] Removing intermediate container d85cf25270ab [2021-02-11T15:43:10.248Z] ---> 1eefb1e7e1b3 [2021-02-11T15:43:10.248Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T15:43:10.860Z] ---> Running in 3af75660435d [2021-02-11T15:43:10.860Z] Removing intermediate container cb193bebed70 [2021-02-11T15:43:10.860Z] ---> f494748ac7a4 [2021-02-11T15:43:10.860Z] Step 13/24 : WORKDIR / [2021-02-11T15:43:11.137Z] ---> Running in 75a61f3dc46f [2021-02-11T15:43:11.751Z] Removing intermediate container 3af75660435d [2021-02-11T15:43:11.751Z] ---> c5b04cd07ce4 [2021-02-11T15:43:11.751Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T15:43:11.751Z] Removing intermediate container 4122b0198d9c [2021-02-11T15:43:11.751Z] ---> 03bc52a89639 [2021-02-11T15:43:11.751Z] [2021-02-11T15:43:11.751Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:43:11.751Z] ---> afeebe901d6b [2021-02-11T15:43:11.751Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:43:12.033Z] ---> Running in f35b933d0121 [2021-02-11T15:43:12.033Z] ---> Running in ec63b771d91a [2021-02-11T15:43:12.033Z] Removing intermediate container 9c8452af9d5c [2021-02-11T15:43:12.033Z] ---> c150087b7faf [2021-02-11T15:43:12.033Z] [2021-02-11T15:43:12.033Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T15:43:12.303Z] 20.10.0: Pulling from library/docker [2021-02-11T15:43:12.303Z] Removing intermediate container 75a61f3dc46f [2021-02-11T15:43:12.303Z] ---> 93787400e4d8 [2021-02-11T15:43:12.303Z] 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-02-11T15:43:14.304Z] ---> 320f6eb1363c [2021-02-11T15:43:14.304Z] 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-02-11T15:43:14.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:14.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:15.184Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T15:43:15.455Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:43:15.455Z] OK: 5 MiB in 15 packages [2021-02-11T15:43:15.736Z] ---> 88a50b34fbef [2021-02-11T15:43:15.736Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T15:43:16.331Z] Removing intermediate container f35b933d0121 [2021-02-11T15:43:16.331Z] ---> 881bcc805adc [2021-02-11T15:43:16.331Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T15:43:16.932Z] ---> Running in bc12aabce89c [2021-02-11T15:43:17.208Z] ---> 02b4c2f07359 [2021-02-11T15:43:17.208Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T15:43:17.804Z] Removing intermediate container bc12aabce89c [2021-02-11T15:43:17.804Z] ---> a1b7f8a152f9 [2021-02-11T15:43:17.804Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T15:43:17.804Z] Removing intermediate container ec63b771d91a [2021-02-11T15:43:17.804Z] ---> 4a3754f6d158 [2021-02-11T15:43:17.804Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:43:18.400Z] ---> Running in ec4c3157fbb8 [2021-02-11T15:43:19.842Z] ---> 897ceab3321d [2021-02-11T15:43:19.842Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T15:43:19.842Z] ---> 2a8a45448039 [2021-02-11T15:43:19.842Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T15:43:20.828Z] ---> Running in 5f9e7b85a233 [2021-02-11T15:43:20.828Z] Removing intermediate container ec4c3157fbb8 [2021-02-11T15:43:20.828Z] ---> c55c2de6c55e [2021-02-11T15:43:20.828Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T15:43:21.807Z] ---> 2b622e84af7a [2021-02-11T15:43:21.807Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T15:43:22.086Z] ---> Running in ab5191c59712 [2021-02-11T15:43:22.360Z] Removing intermediate container eff831e9b752 [2021-02-11T15:43:22.361Z] ---> df74435a3ef1 [2021-02-11T15:43:22.361Z] [2021-02-11T15:43:22.361Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:43:22.361Z] ---> afeebe901d6b [2021-02-11T15:43:22.361Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:43:22.361Z] ---> Using cache [2021-02-11T15:43:22.361Z] ---> 4a3754f6d158 [2021-02-11T15:43:22.361Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:43:22.361Z] ---> Using cache [2021-02-11T15:43:22.361Z] ---> c55c2de6c55e [2021-02-11T15:43:22.361Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T15:43:22.952Z] ---> Running in 14af8aa4eb9e [2021-02-11T15:43:23.543Z] Removing intermediate container ab5191c59712 [2021-02-11T15:43:23.543Z] ---> 0527d1c30d5c [2021-02-11T15:43:23.543Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:43:23.822Z] ---> 36f5c565d851 [2021-02-11T15:43:23.822Z] 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-02-11T15:43:24.093Z] ---> Running in ca64bce0787c [2021-02-11T15:43:24.093Z] ---> Running in c6b074a94150 [2021-02-11T15:43:24.093Z] Removing intermediate container 14af8aa4eb9e [2021-02-11T15:43:24.093Z] ---> 68dcc970d7df [2021-02-11T15:43:24.093Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:43:24.368Z] ---> Running in 2332fd3f6cbc [2021-02-11T15:43:24.970Z] Removing intermediate container ca64bce0787c [2021-02-11T15:43:24.970Z] ---> ec0bc17d94ee [2021-02-11T15:43:24.970Z] Step 15/23 : WORKDIR / [2021-02-11T15:43:25.247Z] ---> Running in 9a872828ae99 [2021-02-11T15:43:25.247Z] Removing intermediate container 2332fd3f6cbc [2021-02-11T15:43:25.247Z] ---> 2f7c990125ed [2021-02-11T15:43:25.247Z] Step 15/23 : WORKDIR / [2021-02-11T15:43:25.523Z] ---> Running in d454b9687c40 [2021-02-11T15:43:25.523Z] Removing intermediate container 5f9e7b85a233 [2021-02-11T15:43:25.523Z] ---> 9bbb8921c212 [2021-02-11T15:43:25.523Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:43:25.805Z] Removing intermediate container 9a872828ae99 [2021-02-11T15:43:25.805Z] ---> 98107bdb6ebb [2021-02-11T15:43:25.805Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:43:25.805Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T15:43:26.078Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T15:43:26.078Z] ---> eeaf43b92773 [2021-02-11T15:43:26.078Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T15:43:26.078Z] Removing intermediate container d454b9687c40 [2021-02-11T15:43:26.078Z] ---> fe1d1fa8f0c3 [2021-02-11T15:43:26.078Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:43:26.356Z] ---> Running in b2088e47f028 [2021-02-11T15:43:26.968Z] ---> f6414adbf632 [2021-02-11T15:43:26.968Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T15:43:26.968Z] ---> 2b2f99e5cc4d [2021-02-11T15:43:26.968Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T15:43:27.241Z] ---> a128aa0887ea [2021-02-11T15:43:27.241Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T15:43:27.519Z] Removing intermediate container c6b074a94150 [2021-02-11T15:43:27.519Z] ---> d2b5c4416bf6 [2021-02-11T15:43:27.519Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T15:43:27.794Z] ---> Running in 31e724ab67be [2021-02-11T15:43:28.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:28.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:28.941Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T15:43:29.212Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T15:43:29.212Z] Removing intermediate container 31e724ab67be [2021-02-11T15:43:29.212Z] ---> 0fd615542419 [2021-02-11T15:43:29.213Z] Step 22/24 : LABEL arch=arm64 [2021-02-11T15:43:29.213Z] Executing bash-5.0.17-r0.post-install [2021-02-11T15:43:29.213Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:43:29.213Z] OK: 12 MiB in 22 packages [2021-02-11T15:43:29.487Z] ---> 47de5217d604 [2021-02-11T15:43:29.487Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T15:43:29.487Z] ---> Running in 717e6c2df29f [2021-02-11T15:43:29.487Z] ---> 5a5adf73bb0f [2021-02-11T15:43:29.487Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T15:43:29.487Z] ---> 5fee395dfb31 [2021-02-11T15:43:29.487Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T15:43:30.468Z] Removing intermediate container 717e6c2df29f [2021-02-11T15:43:30.468Z] ---> fb8956bd4b69 [2021-02-11T15:43:30.468Z] Step 23/24 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:43:30.468Z] ---> Running in a508f6bfc13a [2021-02-11T15:43:30.742Z] ---> bace13fca0e9 [2021-02-11T15:43:30.742Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T15:43:30.742Z] ---> 710a3d5f9950 [2021-02-11T15:43:30.742Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T15:43:30.742Z] ---> 4c1d512a1fe1 [2021-02-11T15:43:30.742Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T15:43:30.742Z] Removing intermediate container b2088e47f028 [2021-02-11T15:43:30.742Z] ---> c2e171a409a2 [2021-02-11T15:43:30.742Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T15:43:31.017Z] ---> Running in be82bdcbc6aa [2021-02-11T15:43:31.017Z] ---> Running in 0b85195b10fb [2021-02-11T15:43:31.017Z] ---> Running in f07a61b4fbb8 [2021-02-11T15:43:31.297Z] Removing intermediate container a508f6bfc13a [2021-02-11T15:43:31.297Z] ---> 28c39cd43ba1 [2021-02-11T15:43:31.297Z] Step 24/24 : LABEL version=2.0.0-dev.89 [2021-02-11T15:43:31.297Z] ---> Running in 85e9581008d8 [2021-02-11T15:43:31.570Z] Removing intermediate container be82bdcbc6aa [2021-02-11T15:43:31.570Z] ---> 0e4f8781b031 [2021-02-11T15:43:31.570Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:43:31.866Z] ---> f9a744ac9a95 [2021-02-11T15:43:31.866Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T15:43:31.866Z] Removing intermediate container f07a61b4fbb8 [2021-02-11T15:43:31.866Z] ---> db815409a871 [2021-02-11T15:43:31.866Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:43:31.866Z] ---> Running in fe69e08861ab [2021-02-11T15:43:31.866Z] Removing intermediate container 0b85195b10fb [2021-02-11T15:43:31.866Z] ---> 90e3794458ce [2021-02-11T15:43:31.866Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T15:43:32.143Z] ---> Running in 35117ccbcbf8 [2021-02-11T15:43:32.143Z] Removing intermediate container 85e9581008d8 [2021-02-11T15:43:32.143Z] ---> 329b9965b9db [2021-02-11T15:43:32.143Z] [2021-02-11T15:43:32.143Z] ---> Running in dfd35e536e82 [2021-02-11T15:43:32.440Z] ---> Running in e7d937f29fe7 [2021-02-11T15:43:32.711Z] Successfully built 329b9965b9db [2021-02-11T15:43:32.711Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-11T15:43:32.711Z] Removing intermediate container fe69e08861ab [2021-02-11T15:43:32.711Z]  Building docker-security-secretstore-setup-go ... done  ---> d1611de7ee5f [2021-02-11T15:43:32.711Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:43:32.711Z] Building docker-support-notifications-go [2021-02-11T15:43:32.981Z] ---> Running in 1d0b9c2c4924 [2021-02-11T15:43:32.981Z] Removing intermediate container 35117ccbcbf8 [2021-02-11T15:43:32.981Z] ---> 5d16bd7269ba [2021-02-11T15:43:32.981Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:43:33.252Z] Removing intermediate container dfd35e536e82 [2021-02-11T15:43:33.252Z] ---> 3598822a2ce9 [2021-02-11T15:43:33.252Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T15:43:33.252Z] Removing intermediate container e7d937f29fe7 [2021-02-11T15:43:33.252Z] ---> 9d33356936d5 [2021-02-11T15:43:33.252Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T15:43:33.525Z] ---> Running in 3ad514237fef [2021-02-11T15:43:33.525Z] ---> Running in b1c001a878a8 [2021-02-11T15:43:33.525Z] Removing intermediate container 1d0b9c2c4924 [2021-02-11T15:43:33.525Z] ---> cd96da6c21f5 [2021-02-11T15:43:33.525Z] Step 22/23 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:43:33.798Z] ---> Running in f9653fd6ea77 [2021-02-11T15:43:34.391Z] Removing intermediate container 3ad514237fef [2021-02-11T15:43:34.391Z] ---> f78401a3863a [2021-02-11T15:43:34.391Z] Step 22/23 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:43:35.385Z] ---> Running in ed37d5fda65a [2021-02-11T15:43:35.385Z] ---> 74288f00bd01 [2021-02-11T15:43:35.385Z] Step 25/30 : RUN chmod +x /entrypoint.shRemoving intermediate container f9653fd6ea77 [2021-02-11T15:43:35.385Z] [2021-02-11T15:43:35.385Z] ---> 4b51ae054681 [2021-02-11T15:43:35.385Z] Step 23/23 : LABEL version=2.0.0-dev.89 [2021-02-11T15:43:35.385Z] Removing intermediate container b1c001a878a8 [2021-02-11T15:43:35.385Z] ---> 967f47c18624 [2021-02-11T15:43:35.385Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T15:43:36.725Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:43:36.725Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:43:36.725Z] ---> 9614bd91ab47 [2021-02-11T15:43:36.725Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T15:43:36.725Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:43:36.725Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:43:36.725Z] ---> 9614bd91ab47 [2021-02-11T15:43:36.725Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T15:43:36.725Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:43:36.725Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:43:36.725Z] ---> 9614bd91ab47 [2021-02-11T15:43:36.725Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:43:36.725Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:43:36.725Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:43:36.725Z] ---> 9614bd91ab47 [2021-02-11T15:43:36.725Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T15:43:36.725Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:43:36.725Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:43:36.725Z] ---> 9614bd91ab47 [2021-02-11T15:43:36.725Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:43:36.725Z] ---> Running in 7fed3dc5599d [2021-02-11T15:43:36.725Z] ---> Running in 0a675c3139e6 [2021-02-11T15:43:36.725Z] ---> Running in 882509d5295a [2021-02-11T15:43:36.725Z] ---> Running in f2eb45dc3435 [2021-02-11T15:43:36.725Z] ---> Running in c6e9d5a59eae [2021-02-11T15:43:36.845Z] ---> Running in ac37b2a0c7c6 [2021-02-11T15:43:36.845Z] ---> Running in 44071bdf53d2 [2021-02-11T15:43:36.845Z] Removing intermediate container ed37d5fda65a [2021-02-11T15:43:36.845Z] ---> 4617679f6918 [2021-02-11T15:43:36.845Z] Step 23/23 : LABEL version=2.0.0-dev.89 [2021-02-11T15:43:37.133Z] ---> 948c70683b49 [2021-02-11T15:43:37.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T15:43:37.421Z] ---> Running in 5608205bc1dd [2021-02-11T15:43:37.699Z] Removing intermediate container ac37b2a0c7c6 [2021-02-11T15:43:37.699Z] ---> a253d115a9b1 [2021-02-11T15:43:37.699Z] [2021-02-11T15:43:38.298Z] Removing intermediate container 5608205bc1dd [2021-02-11T15:43:38.298Z] ---> 33d7da115064 [2021-02-11T15:43:38.298Z] [2021-02-11T15:43:38.298Z] Successfully built a253d115a9b1 [2021-02-11T15:43:38.298Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-11T15:43:38.298Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-11T15:43:38.574Z] Successfully built 33d7da115064 [2021-02-11T15:43:38.574Z] ---> e4363f224ddc [2021-02-11T15:43:38.574Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T15:43:38.663Z] Removing intermediate container 882509d5295a [2021-02-11T15:43:38.664Z] ---> 16de456819fc [2021-02-11T15:43:38.664Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:43:38.664Z] Removing intermediate container 0a675c3139e6 [2021-02-11T15:43:38.664Z] ---> 61b4878d588c [2021-02-11T15:43:38.664Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:43:38.664Z] Removing intermediate container f2eb45dc3435 [2021-02-11T15:43:38.664Z] ---> 18c63a6798c2 [2021-02-11T15:43:38.664Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:43:38.859Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-11T15:43:38.859Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-11T15:43:39.715Z] Removing intermediate container c6e9d5a59eae [2021-02-11T15:43:39.715Z] ---> e3cd91d21d2d [2021-02-11T15:43:39.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:43:39.715Z] Removing intermediate container 7fed3dc5599d [2021-02-11T15:43:39.715Z] ---> 6c2352483063 [2021-02-11T15:43:39.715Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:43:40.344Z] ---> 74c349a47774 [2021-02-11T15:43:40.344Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T15:43:40.344Z] ---> Running in d49da53f0466 [2021-02-11T15:43:40.344Z] Removing intermediate container 44071bdf53d2 [2021-02-11T15:43:40.344Z] ---> f93fda510328 [2021-02-11T15:43:40.344Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T15:43:40.948Z] ---> Running in ce028c35f061 [2021-02-11T15:43:41.655Z] ---> Running in 395f3bf7a3ce [2021-02-11T15:43:41.655Z] ---> Running in 0111a7ffd228 [2021-02-11T15:43:41.655Z] ---> Running in dc469b7bddfb [2021-02-11T15:43:41.655Z] ---> Running in 259a02653ed9 [2021-02-11T15:43:41.655Z] ---> Running in ac302286a314 [2021-02-11T15:43:41.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:42.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:42.824Z] Removing intermediate container ce028c35f061 [2021-02-11T15:43:42.824Z] ---> 760f2262ca10 [2021-02-11T15:43:42.824Z] Step 27/30 : CMD ["gate"] [2021-02-11T15:43:42.824Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T15:43:42.824Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T15:43:42.824Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T15:43:42.824Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T15:43:42.824Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T15:43:42.824Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T15:43:44.835Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T15:43:44.835Z] ---> Running in b59a88d28160 [2021-02-11T15:43:44.835Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T15:43:44.835Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T15:43:44.835Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T15:43:44.835Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T15:43:44.835Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T15:43:44.835Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T15:43:45.110Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T15:43:45.110Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T15:43:45.110Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T15:43:45.110Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T15:43:45.110Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T15:43:45.110Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T15:43:45.385Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T15:43:45.385Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T15:43:45.385Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T15:43:45.385Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T15:43:45.385Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T15:43:45.385Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T15:43:45.385Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T15:43:45.664Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T15:43:45.664Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T15:43:45.664Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T15:43:45.664Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T15:43:45.664Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T15:43:45.664Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T15:43:45.664Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T15:43:45.664Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:43:45.938Z] OK: 71 MiB in 55 packages [2021-02-11T15:43:45.938Z] Removing intermediate container b59a88d28160 [2021-02-11T15:43:45.938Z] ---> b0b517a3d5ba [2021-02-11T15:43:45.938Z] Step 28/30 : LABEL arch=arm64 [2021-02-11T15:43:47.391Z] ---> Running in 48601f35c170 [2021-02-11T15:43:48.379Z] Removing intermediate container 48601f35c170 [2021-02-11T15:43:48.379Z] ---> 90f3f6b25ea3 [2021-02-11T15:43:48.379Z] Step 29/30 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:43:49.395Z] ---> Running in 2345f8fb75e9 [2021-02-11T15:43:49.997Z] Removing intermediate container 2345f8fb75e9 [2021-02-11T15:43:49.997Z] ---> 4fe9d4a51852 [2021-02-11T15:43:49.997Z] Step 30/30 : LABEL version=2.0.0-dev.89 [2021-02-11T15:43:50.996Z] ---> Running in f9ad92f9f050 [2021-02-11T15:43:51.627Z] Removing intermediate container ac302286a314 [2021-02-11T15:43:51.627Z] ---> 84be424f437c [2021-02-11T15:43:51.627Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:43:51.627Z] Removing intermediate container 0111a7ffd228 [2021-02-11T15:43:51.627Z] ---> d2e04fbfc183 [2021-02-11T15:43:51.627Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T15:43:51.627Z] Removing intermediate container 259a02653ed9 [2021-02-11T15:43:51.627Z] ---> 3891f0f08935 [2021-02-11T15:43:51.627Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T15:43:51.627Z] ---> Running in e4854cda8f3f [2021-02-11T15:43:51.627Z] ---> Running in 6f55a4157b76 [2021-02-11T15:43:51.627Z] Removing intermediate container dc469b7bddfb [2021-02-11T15:43:51.627Z] ---> 00b14b9ac13d [2021-02-11T15:43:51.627Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T15:43:51.627Z] Removing intermediate container 395f3bf7a3ce [2021-02-11T15:43:51.627Z] ---> c8b53e9b15ee [2021-02-11T15:43:51.627Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:43:51.627Z] ---> Running in 04b41c518faa [2021-02-11T15:43:52.005Z] Removing intermediate container f9ad92f9f050 [2021-02-11T15:43:52.005Z] ---> d4fbfccc27fa [2021-02-11T15:43:52.005Z] [2021-02-11T15:43:52.015Z] ---> Running in 921aa2942d4a [2021-02-11T15:43:52.298Z] Successfully built d4fbfccc27fa [2021-02-11T15:43:52.298Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-11T15:43:52.298Z] Building docker-support-scheduler-go [2021-02-11T15:43:52.528Z] ---> Running in fca30528424f [2021-02-11T15:43:53.832Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d49da53f0466 [2021-02-11T15:43:53.832Z] ---> 2a0b8af7e35b [2021-02-11T15:43:53.832Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T15:43:53.832Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:43:53.832Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:43:53.832Z] ---> 984da51e596c [2021-02-11T15:43:53.832Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:43:53.832Z] ---> Using cache [2021-02-11T15:43:53.832Z] ---> ed5d001db91a [2021-02-11T15:43:53.832Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:43:53.832Z] ---> Using cache [2021-02-11T15:43:53.832Z] ---> f27ef6131984 [2021-02-11T15:43:53.832Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T15:43:53.832Z] ---> Running in 5a0f178999de [2021-02-11T15:43:53.832Z] ---> Running in f146b21103d4 [2021-02-11T15:43:55.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:55.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:55.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:56.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:56.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:56.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:56.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:43:56.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:56.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:57.203Z] OK: 233 MiB in 51 packages [2021-02-11T15:43:57.396Z] OK: 217 MiB in 51 packages [2021-02-11T15:43:57.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:58.140Z] OK: 233 MiB in 51 packages [2021-02-11T15:43:58.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:59.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:43:59.109Z] OK: 233 MiB in 51 packages [2021-02-11T15:43:59.664Z] Removing intermediate container 6f55a4157b76 [2021-02-11T15:43:59.664Z] ---> 36a1fce01217 [2021-02-11T15:43:59.664Z] Step 6/26 : COPY go.mod . [2021-02-11T15:44:00.414Z] OK: 233 MiB in 51 packages [2021-02-11T15:44:00.801Z] Removing intermediate container f146b21103d4 [2021-02-11T15:44:00.802Z] ---> c7ecc4539a2e [2021-02-11T15:44:00.802Z] Step 6/22 : COPY go.mod . [2021-02-11T15:44:00.843Z] Removing intermediate container e4854cda8f3f [2021-02-11T15:44:00.843Z] ---> ed64fdf0a2fd [2021-02-11T15:44:00.843Z] Step 6/23 : COPY go.mod . [2021-02-11T15:44:00.843Z] ---> 4ae7e6dc9fe0 [2021-02-11T15:44:00.843Z] Step 7/26 : RUN go mod download [2021-02-11T15:44:01.076Z] Collecting docker-compose==1.23.2 [2021-02-11T15:44:01.076Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T15:44:01.916Z] ---> Running in 6089715634d7 [2021-02-11T15:44:01.916Z] ---> bc3ce27484fb [2021-02-11T15:44:01.916Z] Step 7/23 : RUN go mod download [2021-02-11T15:44:01.916Z] OK: 233 MiB in 51 packages [2021-02-11T15:44:02.059Z] ---> 18e5a8e15341 [2021-02-11T15:44:02.059Z] Step 7/22 : RUN go mod download [2021-02-11T15:44:02.331Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T15:44:02.331Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T15:44:02.331Z] ---> Running in 5d1c2fa07ce2 [2021-02-11T15:44:02.420Z] ---> Running in 0112209a039e [2021-02-11T15:44:02.932Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T15:44:02.932Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T15:44:03.607Z] Removing intermediate container 04b41c518faa [2021-02-11T15:44:03.607Z] ---> da28ea0eaa62 [2021-02-11T15:44:03.607Z] Step 6/30 : COPY go.mod . [2021-02-11T15:44:03.607Z] Removing intermediate container 921aa2942d4a [2021-02-11T15:44:03.607Z] ---> 882c18725bb4 [2021-02-11T15:44:03.607Z] Step 6/24 : COPY go.mod . [2021-02-11T15:44:04.348Z] ---> 19c25f6051bf [2021-02-11T15:44:04.348Z] Step 7/24 : RUN go mod download [2021-02-11T15:44:04.348Z] ---> 2b94df06c4a4 [2021-02-11T15:44:04.348Z] Step 7/30 : RUN go mod download [2021-02-11T15:44:04.348Z] ---> Running in 7d8635d69c0e [2021-02-11T15:44:04.348Z] Removing intermediate container fca30528424f [2021-02-11T15:44:04.348Z] ---> 2c843d44ad28 [2021-02-11T15:44:04.348Z] Step 6/23 : COPY go.mod . [2021-02-11T15:44:04.916Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T15:44:04.916Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T15:44:05.226Z] ---> Running in 5219771da5c4 [2021-02-11T15:44:05.514Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T15:44:05.792Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T15:44:06.358Z] ---> 78e0ca5438c0 [2021-02-11T15:44:06.358Z] Step 7/23 : RUN go mod download [2021-02-11T15:44:06.804Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:44:06.805Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:44:06.805Z] ---> 984da51e596c [2021-02-11T15:44:06.805Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:44:06.805Z] ---> Using cache [2021-02-11T15:44:06.805Z] ---> ed5d001db91a [2021-02-11T15:44:06.805Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:44:06.805Z] ---> Using cache [2021-02-11T15:44:06.805Z] ---> f27ef6131984 [2021-02-11T15:44:06.805Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T15:44:06.805Z] Removing intermediate container 5d1c2fa07ce2 [2021-02-11T15:44:06.805Z] ---> 8ee56a10523e [2021-02-11T15:44:06.805Z] Step 8/22 : COPY . . [2021-02-11T15:44:07.087Z] ---> Running in b8a8c13b7919 [2021-02-11T15:44:07.199Z] ---> Running in ff399d972173 [2021-02-11T15:44:07.371Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:44:07.372Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:44:07.372Z] ---> 984da51e596c [2021-02-11T15:44:07.372Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T15:44:07.372Z] ---> Using cache [2021-02-11T15:44:07.372Z] ---> ed5d001db91a [2021-02-11T15:44:07.372Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:44:07.372Z] ---> Using cache [2021-02-11T15:44:07.372Z] ---> f27ef6131984 [2021-02-11T15:44:07.372Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T15:44:07.372Z] ---> Using cache [2021-02-11T15:44:07.372Z] ---> adaafac64a10 [2021-02-11T15:44:07.372Z] Step 6/21 : COPY go.mod . [2021-02-11T15:44:07.372Z] ---> Using cache [2021-02-11T15:44:07.372Z] ---> 87cdc6463faa [2021-02-11T15:44:07.372Z] Step 7/21 : RUN go mod download [2021-02-11T15:44:07.372Z] ---> Using cache [2021-02-11T15:44:07.372Z] ---> c5ea322b7b55 [2021-02-11T15:44:07.372Z] Step 8/21 : COPY . . [2021-02-11T15:44:07.979Z] ---> Using cache [2021-02-11T15:44:07.979Z] ---> 0d9819de993a [2021-02-11T15:44:07.979Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T15:44:08.273Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T15:44:08.546Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T15:44:08.546Z] ---> Running in a8698d671cd6 [2021-02-11T15:44:08.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:44:10.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-11T15:44:10.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:44:11.134Z] 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-02-11T15:44:11.413Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T15:44:11.413Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T15:44:12.246Z] OK: 217 MiB in 51 packages [2021-02-11T15:44:13.032Z] Removing intermediate container ff399d972173 [2021-02-11T15:44:13.032Z] ---> 7129b234b764 [2021-02-11T15:44:13.032Z] Step 8/23 : COPY . . [2021-02-11T15:44:13.032Z] Removing intermediate container 6089715634d7 [2021-02-11T15:44:13.032Z] ---> c58a88b350c4 [2021-02-11T15:44:13.032Z] Step 8/26 : COPY . . [2021-02-11T15:44:13.032Z] Removing intermediate container 0112209a039e [2021-02-11T15:44:13.032Z] ---> cdf9e10e3098 [2021-02-11T15:44:13.032Z] Step 8/23 : COPY . . [2021-02-11T15:44:13.032Z] Removing intermediate container 5219771da5c4 [2021-02-11T15:44:13.032Z] ---> e61263068451 [2021-02-11T15:44:13.032Z] Step 8/30 : COPY . . [2021-02-11T15:44:14.114Z] Removing intermediate container 7d8635d69c0e [2021-02-11T15:44:14.114Z] ---> c72dc7be871a [2021-02-11T15:44:14.114Z] Step 8/24 : COPY . . [2021-02-11T15:44:15.809Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T15:44:15.809Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T15:44:15.809Z] Removing intermediate container b8a8c13b7919 [2021-02-11T15:44:15.809Z] ---> f2f40fb62129 [2021-02-11T15:44:15.809Z] Step 6/23 : COPY go.mod . [2021-02-11T15:44:16.085Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:44:16.085Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:44:16.085Z] ---> 984da51e596c [2021-02-11T15:44:16.085Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:44:16.085Z] ---> Using cache [2021-02-11T15:44:16.085Z] ---> ed5d001db91a [2021-02-11T15:44:16.085Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:44:16.085Z] ---> Using cache [2021-02-11T15:44:16.085Z] ---> f27ef6131984 [2021-02-11T15:44:16.085Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T15:44:16.085Z] ---> Using cache [2021-02-11T15:44:16.085Z] ---> adaafac64a10 [2021-02-11T15:44:16.085Z] Step 6/22 : COPY go.mod . [2021-02-11T15:44:16.085Z] ---> Using cache [2021-02-11T15:44:16.085Z] ---> 87cdc6463faa [2021-02-11T15:44:16.085Z] Step 7/22 : RUN go mod download [2021-02-11T15:44:16.085Z] ---> Using cache [2021-02-11T15:44:16.085Z] ---> c5ea322b7b55 [2021-02-11T15:44:16.360Z] Step 8/22 : COPY . . [2021-02-11T15:44:16.636Z] ---> Using cache [2021-02-11T15:44:16.636Z] ---> 0d9819de993a [2021-02-11T15:44:16.636Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T15:44:16.911Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T15:44:16.911Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T15:44:17.191Z] ---> Running in 0f9d789efa18 [2021-02-11T15:44:17.191Z] ---> 76b6efc81714 [2021-02-11T15:44:17.191Z] Step 7/23 : RUN go mod download [2021-02-11T15:44:17.466Z] ---> Running in 0aede6336178 [2021-02-11T15:44:18.467Z] Collecting PyYAML<4,>=3.10 [2021-02-11T15:44:18.467Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T15:44:19.911Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-11T15:44:23.356Z] 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-02-11T15:44:23.632Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T15:44:23.632Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T15:44:23.908Z] Removing intermediate container 0aede6336178 [2021-02-11T15:44:23.908Z] ---> 36099ddaf447 [2021-02-11T15:44:23.908Z] Step 8/23 : COPY . . [2021-02-11T15:44:23.908Z] 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-02-11T15:44:24.512Z] Collecting idna<2.8,>=2.5 [2021-02-11T15:44:24.512Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T15:44:24.795Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T15:44:24.795Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T15:44:25.073Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T15:44:25.073Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T15:44:25.073Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T15:44:25.073Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T15:44:26.134Z] ---> 5f7faf438342 [2021-02-11T15:44:26.134Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T15:44:26.411Z] Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, texttable, dockerpty, docopt, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2021-02-11T15:44:26.693Z] ---> Running in 44408edd5263 [2021-02-11T15:44:26.972Z] Attempting uninstall: urllib3 [2021-02-11T15:44:26.972Z] Found existing installation: urllib3 1.25.9 [2021-02-11T15:44:26.972Z] Uninstalling urllib3-1.25.9: [2021-02-11T15:44:27.574Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T15:44:28.181Z] Attempting uninstall: idna [2021-02-11T15:44:28.181Z] Found existing installation: idna 2.9 [2021-02-11T15:44:28.181Z] Uninstalling idna-2.9: [2021-02-11T15:44:28.458Z] Successfully uninstalled idna-2.9 [2021-02-11T15:44:29.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-11T15:44:29.345Z] Attempting uninstall: requests [2021-02-11T15:44:29.345Z] Found existing installation: requests 2.23.0 [2021-02-11T15:44:29.345Z] Uninstalling requests-2.23.0: [2021-02-11T15:44:29.626Z] Successfully uninstalled requests-2.23.0 [2021-02-11T15:44:30.232Z] Running setup.py install for texttable: started [2021-02-11T15:44:33.635Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T15:44:33.635Z] Running setup.py install for dockerpty: started [2021-02-11T15:44:37.032Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T15:44:37.032Z] Running setup.py install for docopt: started [2021-02-11T15:44:38.019Z] ---> e47302247202 [2021-02-11T15:44:38.019Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T15:44:38.297Z] ---> Running in 72d812bb5f63 [2021-02-11T15:44:39.746Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T15:44:40.022Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-data/core-data ./cmd/core-data [2021-02-11T15:44:41.010Z] Running setup.py install for PyYAML: started [2021-02-11T15:44:44.413Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T15:44:45.396Z] 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-02-11T15:44:50.831Z] Removing intermediate container 5a0f178999de [2021-02-11T15:44:50.831Z] ---> 43f5b24bb489 [2021-02-11T15:44:50.831Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T15:44:51.106Z] ---> Running in 8220958d91d4 [2021-02-11T15:44:53.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:44:53.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:44:54.095Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:44:54.095Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T15:44:54.095Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T15:44:54.095Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:44:54.095Z] OK: 71 MiB in 58 packages [2021-02-11T15:44:56.094Z] Removing intermediate container 8220958d91d4 [2021-02-11T15:44:56.094Z] ---> 60f81c87663a [2021-02-11T15:44:56.094Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T15:44:56.377Z] ---> Running in 36f63e7cd6ce [2021-02-11T15:44:57.007Z] Removing intermediate container 36f63e7cd6ce [2021-02-11T15:44:57.007Z] ---> 4a4fc9d93339 [2021-02-11T15:44:57.007Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:44:57.007Z] ---> Running in b70c8c19edbe [2021-02-11T15:44:57.608Z] Removing intermediate container b70c8c19edbe [2021-02-11T15:44:57.608Z] ---> 6144b812dc76 [2021-02-11T15:44:57.608Z] Step 24/26 : LABEL arch=arm64 [2021-02-11T15:44:57.884Z] ---> Running in 783b1a1f9fce [2021-02-11T15:44:58.504Z] Removing intermediate container 783b1a1f9fce [2021-02-11T15:44:58.504Z] ---> 94034fa726a3 [2021-02-11T15:44:58.504Z] Step 25/26 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:44:58.781Z] ---> Running in 8081b6442be3 [2021-02-11T15:44:59.392Z] Removing intermediate container 8081b6442be3 [2021-02-11T15:44:59.392Z] ---> 13d1149ff05b [2021-02-11T15:44:59.392Z] Step 26/26 : LABEL version=2.0.0-dev.89 [2021-02-11T15:44:59.671Z] ---> Running in 7bed02f713a0 [2021-02-11T15:45:00.286Z] Removing intermediate container 7bed02f713a0 [2021-02-11T15:45:00.286Z] ---> 66a7de03c40e [2021-02-11T15:45:00.286Z] [2021-02-11T15:45:00.898Z] Successfully built 66a7de03c40e [2021-02-11T15:45:00.898Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-11T15:45:23.111Z]  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.89" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-11T15:45:38.212Z] Removing intermediate container a8698d671cd6 [2021-02-11T15:45:38.212Z] ---> 1570034cd0cc [2021-02-11T15:45:38.212Z] [2021-02-11T15:45:38.212Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T15:45:38.212Z] ---> afeebe901d6b [2021-02-11T15:45:38.212Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T15:45:38.212Z] ---> Running in 9a9f6cb7e26f [2021-02-11T15:45:38.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:38.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:39.774Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T15:45:40.054Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:45:40.054Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T15:45:40.054Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T15:45:40.054Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:45:40.054Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:45:40.664Z] OK: 7 MiB in 18 packages [2021-02-11T15:45:43.317Z] Removing intermediate container 9a9f6cb7e26f [2021-02-11T15:45:43.317Z] ---> 5a97627432df [2021-02-11T15:45:43.317Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:45:43.317Z] ---> Running in c9e7c71c213c [2021-02-11T15:45:44.303Z] Removing intermediate container c9e7c71c213c [2021-02-11T15:45:44.303Z] ---> 1d85223ff01d [2021-02-11T15:45:44.303Z] Step 13/21 : WORKDIR /edgex [2021-02-11T15:45:44.303Z] ---> Running in 7e1664da6aaa [2021-02-11T15:45:44.901Z] Removing intermediate container 7e1664da6aaa [2021-02-11T15:45:44.901Z] ---> 5cefa51f16df [2021-02-11T15:45:44.901Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T15:45:46.363Z] ---> 593a37a5b690 [2021-02-11T15:45:46.363Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T15:45:48.121Z] ---> 823718a9e28c [2021-02-11T15:45:48.121Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T15:45:49.604Z] ---> db531c2ac86e [2021-02-11T15:45:49.604Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T15:45:49.887Z] ---> Running in ac450c40933d [2021-02-11T15:45:50.497Z] Removing intermediate container ac450c40933d [2021-02-11T15:45:50.497Z] ---> 73e04d3339d5 [2021-02-11T15:45:50.497Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T15:45:50.769Z] ---> Running in 0c30317f8ed9 [2021-02-11T15:45:51.366Z] Removing intermediate container 0c30317f8ed9 [2021-02-11T15:45:51.366Z] ---> 8a48239acb0e [2021-02-11T15:45:51.366Z] Step 19/21 : LABEL arch=arm64 [2021-02-11T15:45:51.366Z] ---> Running in f36eb25c4900 [2021-02-11T15:45:52.356Z] Removing intermediate container f36eb25c4900 [2021-02-11T15:45:52.356Z] ---> ba162349b772 [2021-02-11T15:45:52.356Z] Step 20/21 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:45:52.356Z] ---> Running in 29145a3382e9 [2021-02-11T15:45:52.955Z] Removing intermediate container 29145a3382e9 [2021-02-11T15:45:52.955Z] ---> d5c23f4f6937 [2021-02-11T15:45:52.955Z] Step 21/21 : LABEL version=2.0.0-dev.89 [2021-02-11T15:45:53.229Z] ---> Running in 7c1f06350732 [2021-02-11T15:45:53.840Z] Removing intermediate container 7c1f06350732 [2021-02-11T15:45:53.840Z] ---> f6754de13695 [2021-02-11T15:45:53.840Z] [2021-02-11T15:45:54.439Z] Successfully built f6754de13695 [2021-02-11T15:45:54.439Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-11T15:45:59.860Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0f9d789efa18 [2021-02-11T15:45:59.860Z] ---> 2364334cbb7d [2021-02-11T15:45:59.860Z] [2021-02-11T15:45:59.860Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:45:59.860Z] ---> afeebe901d6b [2021-02-11T15:45:59.860Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:45:59.860Z] ---> Using cache [2021-02-11T15:45:59.860Z] ---> 4a3754f6d158 [2021-02-11T15:45:59.860Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:45:59.860Z] ---> Using cache [2021-02-11T15:45:59.860Z] ---> c55c2de6c55e [2021-02-11T15:45:59.860Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T15:46:00.136Z] ---> Running in 121272c01cb7 [2021-02-11T15:46:01.131Z] Removing intermediate container 121272c01cb7 [2021-02-11T15:46:01.131Z] ---> a02ccfbb5fe3 [2021-02-11T15:46:01.131Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:46:01.131Z] ---> Running in ba81dc202b1a [2021-02-11T15:46:02.120Z] Removing intermediate container ba81dc202b1a [2021-02-11T15:46:02.120Z] ---> 1e2d2b10a5d5 [2021-02-11T15:46:02.120Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:46:03.561Z] ---> f548c7d10da3 [2021-02-11T15:46:03.561Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T15:46:03.852Z] Removing intermediate container 44408edd5263 [2021-02-11T15:46:03.852Z] ---> fafb46bc7641 [2021-02-11T15:46:03.852Z] [2021-02-11T15:46:03.852Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:46:03.852Z] ---> afeebe901d6b [2021-02-11T15:46:03.852Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T15:46:04.128Z] ---> Running in 628284a3cf85 [2021-02-11T15:46:05.118Z] ---> 12e9a229de06 [2021-02-11T15:46:05.118Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T15:46:05.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:05.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:05.668Z] ---> aee1bcbe0789 [2021-02-11T15:46:05.668Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T15:46:05.946Z] ---> Running in 5cec7317cc8b [2021-02-11T15:46:06.228Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T15:46:06.228Z] Removing intermediate container 5cec7317cc8b [2021-02-11T15:46:06.228Z] ---> b49298823c06 [2021-02-11T15:46:06.228Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:46:06.228Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:46:06.228Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:46:06.501Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:46:06.501Z] OK: 6 MiB in 16 packages [2021-02-11T15:46:06.774Z] ---> Running in fb0425cd3f97 [2021-02-11T15:46:07.371Z] Removing intermediate container fb0425cd3f97 [2021-02-11T15:46:07.371Z] ---> dfb8d6a32dd5 [2021-02-11T15:46:07.371Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T15:46:07.647Z] ---> Running in 51d5c52c4211 [2021-02-11T15:46:08.641Z] Removing intermediate container 51d5c52c4211 [2021-02-11T15:46:08.641Z] ---> 43931e7500c8 [2021-02-11T15:46:08.641Z] Step 21/22 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:08.641Z] Removing intermediate container 628284a3cf85 [2021-02-11T15:46:08.641Z] ---> 41be97564545 [2021-02-11T15:46:08.641Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:46:08.641Z] ---> Running in ecfe217d6dc4 [2021-02-11T15:46:08.641Z] ---> Running in 286c3ff92031 [2021-02-11T15:46:09.246Z] Removing intermediate container ecfe217d6dc4 [2021-02-11T15:46:09.246Z] ---> 27caa9a6bfd7 [2021-02-11T15:46:09.246Z] Step 22/22 : LABEL version=2.0.0-dev.89 [2021-02-11T15:46:09.246Z] Removing intermediate container 286c3ff92031 [2021-02-11T15:46:09.246Z] ---> e8cfb278ae5d [2021-02-11T15:46:09.246Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T15:46:09.522Z] ---> Running in cdf2467432fe [2021-02-11T15:46:09.522Z] ---> Running in c0e17bac961a [2021-02-11T15:46:10.121Z] Removing intermediate container c0e17bac961a [2021-02-11T15:46:10.121Z] ---> 7300d67d6dbb [2021-02-11T15:46:10.121Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:46:10.121Z] Removing intermediate container cdf2467432fe [2021-02-11T15:46:10.121Z] ---> 4f75369abb31 [2021-02-11T15:46:10.121Z] [2021-02-11T15:46:10.399Z] ---> Running in cc3b5f39518a [2021-02-11T15:46:10.399Z] Successfully built 4f75369abb31 [2021-02-11T15:46:10.675Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-11T15:46:10.951Z]  Building docker-support-scheduler-go ... done Removing intermediate container cc3b5f39518a [2021-02-11T15:46:10.951Z] ---> a1374b8627f4 [2021-02-11T15:46:10.951Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:46:11.936Z] ---> b9c6e3079625 [2021-02-11T15:46:11.936Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T15:46:12.924Z] ---> a1a5d3dd84c1 [2021-02-11T15:46:12.924Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T15:46:13.911Z] ---> 13669127a931 [2021-02-11T15:46:13.911Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T15:46:14.189Z] ---> Running in 15608db2d56b [2021-02-11T15:46:14.787Z] Removing intermediate container 15608db2d56b [2021-02-11T15:46:14.787Z] ---> 7027c3ddf45f [2021-02-11T15:46:14.787Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:46:15.062Z] ---> Running in b44b0ab12416 [2021-02-11T15:46:15.341Z] Removing intermediate container 72d812bb5f63 [2021-02-11T15:46:15.341Z] ---> bd3b223ab5c1 [2021-02-11T15:46:15.341Z] [2021-02-11T15:46:15.341Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:46:15.341Z] ---> afeebe901d6b [2021-02-11T15:46:15.341Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T15:46:15.615Z] ---> Running in 28811ff87bd1 [2021-02-11T15:46:15.615Z] Removing intermediate container b44b0ab12416 [2021-02-11T15:46:15.615Z] ---> 626c3f90d6e3 [2021-02-11T15:46:15.615Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T15:46:15.888Z] ---> Running in 3844ee3d30a1 [2021-02-11T15:46:16.163Z] Removing intermediate container 28811ff87bd1 [2021-02-11T15:46:16.163Z] ---> 155e6151bc63 [2021-02-11T15:46:16.163Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T15:46:16.163Z] ---> Running in dc45069ebbde [2021-02-11T15:46:16.439Z] Removing intermediate container 3844ee3d30a1 [2021-02-11T15:46:16.439Z] ---> f2b71cf18043 [2021-02-11T15:46:16.439Z] Step 21/22 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:16.439Z] ---> Running in 1385ddfee80c [2021-02-11T15:46:16.715Z] Removing intermediate container dc45069ebbde [2021-02-11T15:46:16.715Z] ---> d8601416423a [2021-02-11T15:46:16.715Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T15:46:16.715Z] ---> Running in 13d6629e50d2 [2021-02-11T15:46:16.992Z] Removing intermediate container 1385ddfee80c [2021-02-11T15:46:16.992Z] ---> 957a9d8b1aad [2021-02-11T15:46:16.992Z] Step 22/22 : LABEL version=2.0.0-dev.89 [2021-02-11T15:46:16.992Z] ---> Running in 37646fd06ab9 [2021-02-11T15:46:17.265Z] Removing intermediate container 13d6629e50d2 [2021-02-11T15:46:17.265Z] ---> 5d33fdebdf50 [2021-02-11T15:46:17.265Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:46:17.540Z] ---> Running in 0ae390b81604 [2021-02-11T15:46:17.540Z] Removing intermediate container 37646fd06ab9 [2021-02-11T15:46:17.540Z] ---> dd01cd7d1e77 [2021-02-11T15:46:17.540Z] [2021-02-11T15:46:18.139Z] Successfully built dd01cd7d1e77 [2021-02-11T15:46:18.139Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-11T15:46:19.578Z]  Building docker-support-notifications-go ... done Removing intermediate container 0ae390b81604 [2021-02-11T15:46:19.578Z] ---> f4d266ceba88 [2021-02-11T15:46:19.578Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T15:46:19.578Z] ---> Running in 5e0be764aa21 [2021-02-11T15:46:21.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:22.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:46:23.873Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T15:46:23.873Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T15:46:23.873Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T15:46:23.873Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T15:46:24.470Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T15:46:24.470Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T15:46:24.744Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:46:24.744Z] OK: 8 MiB in 20 packages [2021-02-11T15:46:26.184Z] Removing intermediate container 5e0be764aa21 [2021-02-11T15:46:26.184Z] ---> a264a18d7dc4 [2021-02-11T15:46:26.184Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:46:26.782Z] ---> 18ec488c8ee0 [2021-02-11T15:46:26.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T15:46:28.221Z] ---> e80108f5ffe1 [2021-02-11T15:46:28.221Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T15:46:28.825Z] ---> c3a1c08b0cad [2021-02-11T15:46:28.825Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T15:46:28.825Z] ---> Running in 4aa2c47d2e97 [2021-02-11T15:46:29.169Z] Removing intermediate container 4aa2c47d2e97 [2021-02-11T15:46:29.169Z] ---> 3b05e332d645 [2021-02-11T15:46:29.169Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:46:29.444Z] ---> Running in c0331f68b11f [2021-02-11T15:46:29.720Z] Removing intermediate container c0331f68b11f [2021-02-11T15:46:29.720Z] ---> b37c7ecd3417 [2021-02-11T15:46:29.720Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:46:29.993Z] ---> Running in de683bb21524 [2021-02-11T15:46:30.268Z] Removing intermediate container de683bb21524 [2021-02-11T15:46:30.268Z] ---> cd8ddd354522 [2021-02-11T15:46:30.268Z] Step 22/23 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:30.541Z] ---> Running in 8ca1e0655bb1 [2021-02-11T15:46:31.137Z] Removing intermediate container 8ca1e0655bb1 [2021-02-11T15:46:31.137Z] ---> 60573d8d2f7c [2021-02-11T15:46:31.137Z] Step 23/23 : LABEL version=2.0.0-dev.89 [2021-02-11T15:46:31.137Z] ---> Running in 29fdbbb3257c [2021-02-11T15:46:31.735Z] Removing intermediate container 29fdbbb3257c [2021-02-11T15:46:31.735Z] ---> f321e231be98 [2021-02-11T15:46:31.735Z] [2021-02-11T15:46:31.735Z] Successfully built f321e231be98 [2021-02-11T15:46:32.008Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-11T15:46:32.297Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-11T15:46:32.318Z] $ docker stop --time=1 29ade9b0f047e503d21718417ca23ae01c60ee78526412de534c899a785eff4f [2021-02-11T15:46:34.308Z] $ docker rm -f 29ade9b0f047e503d21718417ca23ae01c60ee78526412de534c899a785eff4f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:46:34.955Z] + grep+ docker docker images [2021-02-11T15:46:34.955Z] [2021-02-11T15:46:35.226Z] docker-core-data-go-arm64 latest f321e231be98 4 seconds ago 21MB [2021-02-11T15:46:35.226Z] docker-support-notifications-go-arm64 latest dd01cd7d1e77 18 seconds ago 16.7MB [2021-02-11T15:46:35.226Z] docker-support-scheduler-go-arm64 latest 4f75369abb31 26 seconds ago 16.1MB [2021-02-11T15:46:35.226Z] docker-security-proxy-setup-go-arm64 latest f6754de13695 42 seconds ago 23.2MB [2021-02-11T15:46:35.226Z] docker-sys-mgmt-agent-go-arm64 latest 66a7de03c40e About a minute ago 300MB [2021-02-11T15:46:35.226Z] docker-security-bootstrapper-go-arm64 latest d4fbfccc27fa 2 minutes ago 17MB [2021-02-11T15:46:35.226Z] docker-core-metadata-go-arm64 latest a253d115a9b1 2 minutes ago 17.8MB [2021-02-11T15:46:35.226Z] docker-core-command-go-arm64 latest 33d7da115064 2 minutes ago 16MB [2021-02-11T15:46:35.226Z] docker-security-secretstore-setup-go-arm64 latest 329b9965b9db 3 minutes ago 23.4MB [2021-02-11T15:46:35.226Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:46:35.751Z] provisioning config files... [2021-02-11T15:46:35.795Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/354@tmp/config7643759492942657738tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:46:36.184Z] ---> docker-login.sh [2021-02-11T15:46:36.184Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:46:36.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:46:36.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:46:36.455Z] Configure a credential helper to remove this warning. See [2021-02-11T15:46:36.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:46:36.455Z] [2021-02-11T15:46:36.455Z] Login Succeeded [2021-02-11T15:46:36.729Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:46:37.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:46:37.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:46:37.001Z] Configure a credential helper to remove this warning. See [2021-02-11T15:46:37.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:46:37.001Z] [2021-02-11T15:46:37.001Z] Login Succeeded [2021-02-11T15:46:37.272Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:46:37.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:46:37.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:46:37.817Z] Configure a credential helper to remove this warning. See [2021-02-11T15:46:37.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:46:37.817Z] [2021-02-11T15:46:37.817Z] Login Succeeded [2021-02-11T15:46:37.817Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:46:38.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:46:38.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:46:38.361Z] Configure a credential helper to remove this warning. See [2021-02-11T15:46:38.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:46:38.361Z] [2021-02-11T15:46:38.361Z] Login Succeeded [2021-02-11T15:46:38.361Z] docker.io [2021-02-11T15:46:38.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:46:39.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:46:39.231Z] Configure a credential helper to remove this warning. See [2021-02-11T15:46:39.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:46:39.231Z] [2021-02-11T15:46:39.231Z] Login Succeeded [2021-02-11T15:46:39.231Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:46:39.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:46:39.483Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-11T15:46:39.483Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:39.483Z] 2.0.0-dev.89 [2021-02-11T15:46:39.483Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:46:39.483Z] master [2021-02-11T15:46:39.483Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:40.000Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:40.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:40.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-11T15:46:40.360Z] b4ec52dac9e8: Preparing [2021-02-11T15:46:40.360Z] 35b9abd65299: Preparing [2021-02-11T15:46:40.360Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:40.360Z] 4bb2454d3426: Preparing [2021-02-11T15:46:40.360Z] 379067d0cb53: Preparing [2021-02-11T15:46:40.675Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:40.675Z] 040f2f33d0e4: Pushed [2021-02-11T15:46:40.675Z] b4ec52dac9e8: Pushed [2021-02-11T15:46:40.675Z] 4bb2454d3426: Pushed [2021-02-11T15:46:43.301Z] 35b9abd65299: Pushed [2021-02-11T15:46:43.571Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:64401795aa7cffdc1893c43bdbf8945cce1e8b92c71b70ecd40f870024d76f32 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:43.912Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:44.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.89 [2021-02-11T15:46:44.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-11T15:46:44.245Z] b4ec52dac9e8: Preparing [2021-02-11T15:46:44.245Z] 35b9abd65299: Preparing [2021-02-11T15:46:44.245Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:44.245Z] 4bb2454d3426: Preparing [2021-02-11T15:46:44.245Z] 379067d0cb53: Preparing [2021-02-11T15:46:44.516Z] 35b9abd65299: Layer already exists [2021-02-11T15:46:44.516Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:44.516Z] b4ec52dac9e8: Layer already exists [2021-02-11T15:46:44.516Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:44.516Z] 4bb2454d3426: Layer already exists [2021-02-11T15:46:44.516Z] 2.0.0-dev.89: digest: sha256:64401795aa7cffdc1893c43bdbf8945cce1e8b92c71b70ecd40f870024d76f32 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:44.863Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:45.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:46:45.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-11T15:46:45.198Z] b4ec52dac9e8: Preparing [2021-02-11T15:46:45.198Z] 35b9abd65299: Preparing [2021-02-11T15:46:45.198Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:45.199Z] 4bb2454d3426: Preparing [2021-02-11T15:46:45.199Z] 379067d0cb53: Preparing [2021-02-11T15:46:45.199Z] b4ec52dac9e8: Layer already exists [2021-02-11T15:46:45.199Z] 35b9abd65299: Layer already exists [2021-02-11T15:46:45.199Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:45.199Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:45.467Z] 4bb2454d3426: Layer already exists [2021-02-11T15:46:45.467Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:64401795aa7cffdc1893c43bdbf8945cce1e8b92c71b70ecd40f870024d76f32 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:45.808Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:46.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-11T15:46:46.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-11T15:46:46.141Z] b4ec52dac9e8: Preparing [2021-02-11T15:46:46.141Z] 35b9abd65299: Preparing [2021-02-11T15:46:46.141Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:46.141Z] 4bb2454d3426: Preparing [2021-02-11T15:46:46.141Z] 379067d0cb53: Preparing [2021-02-11T15:46:46.141Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:46.141Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:46.141Z] b4ec52dac9e8: Layer already exists [2021-02-11T15:46:46.141Z] 4bb2454d3426: Layer already exists [2021-02-11T15:46:46.141Z] 35b9abd65299: Layer already exists [2021-02-11T15:46:46.410Z] master: digest: sha256:64401795aa7cffdc1893c43bdbf8945cce1e8b92c71b70ecd40f870024d76f32 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:46:46.604Z] ===================================================== [Pipeline] echo [2021-02-11T15:46:46.650Z] taggedImages: [2021-02-11T15:46:46.650Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:46.650Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.89 [2021-02-11T15:46:46.650Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:46:46.650Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-11T15:46:46.719Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-11T15:46:46.719Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:46.719Z] 2.0.0-dev.89 [2021-02-11T15:46:46.719Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:46:46.719Z] master [2021-02-11T15:46:46.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:47.248Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:47.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:47.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-11T15:46:47.596Z] 2760c845b506: Preparing [2021-02-11T15:46:47.596Z] b24354d81a4e: Preparing [2021-02-11T15:46:47.596Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:47.596Z] 3b1f773d7a12: Preparing [2021-02-11T15:46:47.596Z] cd6944a321ba: Preparing [2021-02-11T15:46:47.596Z] 379067d0cb53: Preparing [2021-02-11T15:46:47.596Z] 379067d0cb53: Waiting [2021-02-11T15:46:47.873Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:47.873Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:47.873Z] 2760c845b506: Pushed [2021-02-11T15:46:47.873Z] cd6944a321ba: Pushed [2021-02-11T15:46:48.466Z] 3b1f773d7a12: Pushed [2021-02-11T15:46:51.072Z] b24354d81a4e: Pushed [2021-02-11T15:46:51.342Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:1e41000598b9baa97ac715975a8a423dde7824a20444b8704ba28e0c960a08c3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:51.684Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:52.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.89 [2021-02-11T15:46:52.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-11T15:46:52.019Z] 2760c845b506: Preparing [2021-02-11T15:46:52.019Z] b24354d81a4e: Preparing [2021-02-11T15:46:52.019Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:52.019Z] 3b1f773d7a12: Preparing [2021-02-11T15:46:52.019Z] cd6944a321ba: Preparing [2021-02-11T15:46:52.019Z] 379067d0cb53: Preparing [2021-02-11T15:46:52.019Z] 379067d0cb53: Waiting [2021-02-11T15:46:52.019Z] 2760c845b506: Layer already exists [2021-02-11T15:46:52.019Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:52.019Z] cd6944a321ba: Layer already exists [2021-02-11T15:46:52.019Z] b24354d81a4e: Layer already exists [2021-02-11T15:46:52.019Z] 3b1f773d7a12: Layer already exists [2021-02-11T15:46:52.019Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:52.289Z] 2.0.0-dev.89: digest: sha256:1e41000598b9baa97ac715975a8a423dde7824a20444b8704ba28e0c960a08c3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:52.629Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:53.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:46:53.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-11T15:46:53.241Z] 2760c845b506: Preparing [2021-02-11T15:46:53.241Z] b24354d81a4e: Preparing [2021-02-11T15:46:53.241Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:53.241Z] 3b1f773d7a12: Preparing [2021-02-11T15:46:53.241Z] cd6944a321ba: Preparing [2021-02-11T15:46:53.241Z] 379067d0cb53: Preparing [2021-02-11T15:46:53.241Z] 379067d0cb53: Waiting [2021-02-11T15:46:53.513Z] 3b1f773d7a12: Layer already exists [2021-02-11T15:46:53.514Z] b24354d81a4e: Layer already exists [2021-02-11T15:46:53.514Z] 2760c845b506: Layer already exists [2021-02-11T15:46:53.514Z] cd6944a321ba: Layer already exists [2021-02-11T15:46:53.514Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:53.514Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:53.514Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:1e41000598b9baa97ac715975a8a423dde7824a20444b8704ba28e0c960a08c3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:53.857Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:54.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-11T15:46:54.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-11T15:46:54.206Z] 2760c845b506: Preparing [2021-02-11T15:46:54.206Z] b24354d81a4e: Preparing [2021-02-11T15:46:54.206Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:54.206Z] 3b1f773d7a12: Preparing [2021-02-11T15:46:54.206Z] cd6944a321ba: Preparing [2021-02-11T15:46:54.206Z] 379067d0cb53: Preparing [2021-02-11T15:46:54.206Z] 379067d0cb53: Waiting [2021-02-11T15:46:54.206Z] 3b1f773d7a12: Layer already exists [2021-02-11T15:46:54.206Z] cd6944a321ba: Layer already exists [2021-02-11T15:46:54.206Z] 2760c845b506: Layer already exists [2021-02-11T15:46:54.477Z] b24354d81a4e: Layer already exists [2021-02-11T15:46:54.477Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:54.477Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:54.477Z] master: digest: sha256:1e41000598b9baa97ac715975a8a423dde7824a20444b8704ba28e0c960a08c3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:46:54.663Z] ===================================================== [Pipeline] echo [2021-02-11T15:46:54.715Z] taggedImages: [2021-02-11T15:46:54.715Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:54.715Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.89 [2021-02-11T15:46:54.715Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:46:54.715Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-11T15:46:54.788Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-11T15:46:54.788Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:54.788Z] 2.0.0-dev.89 [2021-02-11T15:46:54.788Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:46:54.788Z] master [2021-02-11T15:46:54.788Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:55.289Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:55.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:46:55.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-11T15:46:55.625Z] fb7baf7dedef: Preparing [2021-02-11T15:46:55.625Z] 1e665ab52380: Preparing [2021-02-11T15:46:55.625Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:55.625Z] 4bb2454d3426: Preparing [2021-02-11T15:46:55.625Z] 379067d0cb53: Preparing [2021-02-11T15:46:55.625Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:55.625Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:55.899Z] 4bb2454d3426: Layer already exists [2021-02-11T15:46:55.899Z] fb7baf7dedef: Pushed [2021-02-11T15:46:58.504Z] 1e665ab52380: Pushed [2021-02-11T15:46:58.777Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:9ef317c62ad73dc5dd48b8ece332b9d313380429ef7a2566aacadb7e9b566204 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:59.121Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:46:59.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.89 [2021-02-11T15:46:59.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-11T15:46:59.457Z] fb7baf7dedef: Preparing [2021-02-11T15:46:59.457Z] 1e665ab52380: Preparing [2021-02-11T15:46:59.457Z] 040f2f33d0e4: Preparing [2021-02-11T15:46:59.457Z] 4bb2454d3426: Preparing [2021-02-11T15:46:59.457Z] 379067d0cb53: Preparing [2021-02-11T15:46:59.457Z] fb7baf7dedef: Layer already exists [2021-02-11T15:46:59.457Z] 4bb2454d3426: Layer already exists [2021-02-11T15:46:59.457Z] 379067d0cb53: Layer already exists [2021-02-11T15:46:59.457Z] 1e665ab52380: Layer already exists [2021-02-11T15:46:59.457Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:46:59.727Z] 2.0.0-dev.89: digest: sha256:9ef317c62ad73dc5dd48b8ece332b9d313380429ef7a2566aacadb7e9b566204 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:00.066Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:00.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:00.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-11T15:47:00.402Z] fb7baf7dedef: Preparing [2021-02-11T15:47:00.402Z] 1e665ab52380: Preparing [2021-02-11T15:47:00.402Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:00.402Z] 4bb2454d3426: Preparing [2021-02-11T15:47:00.402Z] 379067d0cb53: Preparing [2021-02-11T15:47:00.402Z] fb7baf7dedef: Layer already exists [2021-02-11T15:47:00.402Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:00.402Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:00.402Z] 4bb2454d3426: Layer already exists [2021-02-11T15:47:00.402Z] 1e665ab52380: Layer already exists [2021-02-11T15:47:00.671Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:9ef317c62ad73dc5dd48b8ece332b9d313380429ef7a2566aacadb7e9b566204 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:01.068Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:01.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-11T15:47:01.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-11T15:47:01.401Z] fb7baf7dedef: Preparing [2021-02-11T15:47:01.401Z] 1e665ab52380: Preparing [2021-02-11T15:47:01.401Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:01.401Z] 4bb2454d3426: Preparing [2021-02-11T15:47:01.401Z] 379067d0cb53: Preparing [2021-02-11T15:47:01.401Z] 1e665ab52380: Layer already exists [2021-02-11T15:47:01.401Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:01.401Z] 4bb2454d3426: Layer already exists [2021-02-11T15:47:01.401Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:01.401Z] fb7baf7dedef: Layer already exists [2021-02-11T15:47:01.674Z] master: digest: sha256:9ef317c62ad73dc5dd48b8ece332b9d313380429ef7a2566aacadb7e9b566204 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:47:01.866Z] ===================================================== [Pipeline] echo [2021-02-11T15:47:01.910Z] taggedImages: [2021-02-11T15:47:01.910Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:01.910Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:01.910Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:01.910Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-11T15:47:01.972Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-11T15:47:01.972Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:01.972Z] 2.0.0-dev.89 [2021-02-11T15:47:01.972Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:01.972Z] master [2021-02-11T15:47:01.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:02.644Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:02.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:02.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-11T15:47:02.987Z] 6a27a31537b2: Preparing [2021-02-11T15:47:02.987Z] 6a27a31537b2: Preparing [2021-02-11T15:47:02.987Z] 4be1a527579e: Preparing [2021-02-11T15:47:02.987Z] afc7944c80c7: Preparing [2021-02-11T15:47:02.987Z] 84875e55a1ec: Preparing [2021-02-11T15:47:02.987Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:02.987Z] 8518704ca687: Preparing [2021-02-11T15:47:02.987Z] 8518704ca687: Preparing [2021-02-11T15:47:02.987Z] 933c3cd3890a: Preparing [2021-02-11T15:47:02.987Z] 875c09151a56: Preparing [2021-02-11T15:47:02.987Z] 379067d0cb53: Preparing [2021-02-11T15:47:02.987Z] 8518704ca687: Waiting [2021-02-11T15:47:02.987Z] 933c3cd3890a: Waiting [2021-02-11T15:47:02.987Z] 875c09151a56: Waiting [2021-02-11T15:47:02.987Z] 379067d0cb53: Waiting [2021-02-11T15:47:03.258Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:03.258Z] 4be1a527579e: Pushed [2021-02-11T15:47:03.529Z] afc7944c80c7: Pushed [2021-02-11T15:47:03.529Z] 6a27a31537b2: Pushed [2021-02-11T15:47:03.529Z] 8518704ca687: Pushed [2021-02-11T15:47:03.529Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:03.529Z] 933c3cd3890a: Pushed [2021-02-11T15:47:03.529Z] 875c09151a56: Pushed [2021-02-11T15:47:06.217Z] 84875e55a1ec: Pushed [2021-02-11T15:47:06.217Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:90f34e0ab820a8915062c2a8a6556d8ad46e8749c16bb7cc34bd2fc36b79228f size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:06.557Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:06.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:06.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-11T15:47:06.887Z] 6a27a31537b2: Preparing [2021-02-11T15:47:06.887Z] 6a27a31537b2: Preparing [2021-02-11T15:47:06.887Z] 4be1a527579e: Preparing [2021-02-11T15:47:06.887Z] afc7944c80c7: Preparing [2021-02-11T15:47:06.887Z] 84875e55a1ec: Preparing [2021-02-11T15:47:06.887Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:06.887Z] 8518704ca687: Preparing [2021-02-11T15:47:06.887Z] 8518704ca687: Preparing [2021-02-11T15:47:06.887Z] 933c3cd3890a: Preparing [2021-02-11T15:47:06.887Z] 875c09151a56: Preparing [2021-02-11T15:47:06.887Z] 379067d0cb53: Preparing [2021-02-11T15:47:06.887Z] 933c3cd3890a: Waiting [2021-02-11T15:47:06.887Z] 875c09151a56: Waiting [2021-02-11T15:47:06.887Z] 379067d0cb53: Waiting [2021-02-11T15:47:06.887Z] 8518704ca687: Waiting [2021-02-11T15:47:06.887Z] 84875e55a1ec: Layer already exists [2021-02-11T15:47:06.887Z] 4be1a527579e: Layer already exists [2021-02-11T15:47:06.887Z] 6a27a31537b2: Layer already exists [2021-02-11T15:47:06.887Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:06.887Z] afc7944c80c7: Layer already exists [2021-02-11T15:47:06.887Z] 8518704ca687: Layer already exists [2021-02-11T15:47:06.887Z] 933c3cd3890a: Layer already exists [2021-02-11T15:47:06.887Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:06.887Z] 875c09151a56: Layer already exists [2021-02-11T15:47:07.157Z] 2.0.0-dev.89: digest: sha256:90f34e0ab820a8915062c2a8a6556d8ad46e8749c16bb7cc34bd2fc36b79228f size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:07.493Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:07.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:07.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-11T15:47:07.830Z] 6a27a31537b2: Preparing [2021-02-11T15:47:07.830Z] 6a27a31537b2: Preparing [2021-02-11T15:47:07.830Z] 4be1a527579e: Preparing [2021-02-11T15:47:07.830Z] afc7944c80c7: Preparing [2021-02-11T15:47:07.830Z] 84875e55a1ec: Preparing [2021-02-11T15:47:07.830Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:07.830Z] 8518704ca687: Preparing [2021-02-11T15:47:07.830Z] 8518704ca687: Preparing [2021-02-11T15:47:07.830Z] 933c3cd3890a: Preparing [2021-02-11T15:47:07.830Z] 875c09151a56: Preparing [2021-02-11T15:47:07.830Z] 379067d0cb53: Preparing [2021-02-11T15:47:07.830Z] 933c3cd3890a: Waiting [2021-02-11T15:47:07.830Z] 379067d0cb53: Waiting [2021-02-11T15:47:07.830Z] 875c09151a56: Waiting [2021-02-11T15:47:07.830Z] 8518704ca687: Waiting [2021-02-11T15:47:07.830Z] 6a27a31537b2: Layer already exists [2021-02-11T15:47:07.830Z] 84875e55a1ec: Layer already exists [2021-02-11T15:47:08.100Z] 4be1a527579e: Layer already exists [2021-02-11T15:47:08.100Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:08.100Z] afc7944c80c7: Layer already exists [2021-02-11T15:47:08.100Z] 933c3cd3890a: Layer already exists [2021-02-11T15:47:08.100Z] 8518704ca687: Layer already exists [2021-02-11T15:47:08.100Z] 875c09151a56: Layer already exists [2021-02-11T15:47:08.100Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:08.100Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:90f34e0ab820a8915062c2a8a6556d8ad46e8749c16bb7cc34bd2fc36b79228f size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:08.441Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:08.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-11T15:47:08.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-11T15:47:08.768Z] 6a27a31537b2: Preparing [2021-02-11T15:47:08.768Z] 6a27a31537b2: Preparing [2021-02-11T15:47:08.768Z] 4be1a527579e: Preparing [2021-02-11T15:47:08.768Z] afc7944c80c7: Preparing [2021-02-11T15:47:08.768Z] 84875e55a1ec: Preparing [2021-02-11T15:47:08.768Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:08.768Z] 8518704ca687: Preparing [2021-02-11T15:47:08.768Z] 8518704ca687: Preparing [2021-02-11T15:47:08.768Z] 933c3cd3890a: Preparing [2021-02-11T15:47:08.768Z] 875c09151a56: Preparing [2021-02-11T15:47:08.768Z] 379067d0cb53: Preparing [2021-02-11T15:47:08.768Z] 933c3cd3890a: Waiting [2021-02-11T15:47:08.768Z] 875c09151a56: Waiting [2021-02-11T15:47:08.768Z] 379067d0cb53: Waiting [2021-02-11T15:47:08.768Z] 8518704ca687: Waiting [2021-02-11T15:47:08.768Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:08.768Z] 4be1a527579e: Layer already exists [2021-02-11T15:47:08.768Z] 6a27a31537b2: Layer already exists [2021-02-11T15:47:08.768Z] afc7944c80c7: Layer already exists [2021-02-11T15:47:08.768Z] 84875e55a1ec: Layer already exists [2021-02-11T15:47:08.768Z] 8518704ca687: Layer already exists [2021-02-11T15:47:08.768Z] 875c09151a56: Layer already exists [2021-02-11T15:47:08.768Z] 933c3cd3890a: Layer already exists [2021-02-11T15:47:08.768Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:09.037Z] master: digest: sha256:90f34e0ab820a8915062c2a8a6556d8ad46e8749c16bb7cc34bd2fc36b79228f size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:47:09.304Z] ===================================================== [Pipeline] echo [2021-02-11T15:47:09.350Z] taggedImages: [2021-02-11T15:47:09.350Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:09.350Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:09.350Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:09.350Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-11T15:47:09.417Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-11T15:47:09.417Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:09.417Z] 2.0.0-dev.89 [2021-02-11T15:47:09.417Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:09.417Z] master [2021-02-11T15:47:09.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:09.944Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:10.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:10.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-11T15:47:10.274Z] 2ecf30038cb9: Preparing [2021-02-11T15:47:10.274Z] 54df773d5836: Preparing [2021-02-11T15:47:10.274Z] 85bfe3dd883c: Preparing [2021-02-11T15:47:10.274Z] 12e40cc462ce: Preparing [2021-02-11T15:47:10.274Z] fd5f6f90af4b: Preparing [2021-02-11T15:47:10.274Z] 379067d0cb53: Preparing [2021-02-11T15:47:10.274Z] 379067d0cb53: Waiting [2021-02-11T15:47:10.545Z] 85bfe3dd883c: Pushed [2021-02-11T15:47:10.545Z] 12e40cc462ce: Pushed [2021-02-11T15:47:10.817Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:11.088Z] fd5f6f90af4b: Pushed [2021-02-11T15:47:12.514Z] 54df773d5836: Pushed [2021-02-11T15:47:12.514Z] 2ecf30038cb9: Pushed [2021-02-11T15:47:12.783Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:9489a3d07cf2ee90fbfc99dba7fd3e6f0fe4580dcb5fec957bd0fa8f18822899 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:13.122Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:13.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:13.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-11T15:47:13.462Z] 2ecf30038cb9: Preparing [2021-02-11T15:47:13.462Z] 54df773d5836: Preparing [2021-02-11T15:47:13.462Z] 85bfe3dd883c: Preparing [2021-02-11T15:47:13.462Z] 12e40cc462ce: Preparing [2021-02-11T15:47:13.462Z] fd5f6f90af4b: Preparing [2021-02-11T15:47:13.462Z] 379067d0cb53: Preparing [2021-02-11T15:47:13.462Z] 379067d0cb53: Waiting [2021-02-11T15:47:13.462Z] 2ecf30038cb9: Layer already exists [2021-02-11T15:47:13.462Z] 85bfe3dd883c: Layer already exists [2021-02-11T15:47:13.462Z] 12e40cc462ce: Layer already exists [2021-02-11T15:47:13.462Z] fd5f6f90af4b: Layer already exists [2021-02-11T15:47:13.462Z] 54df773d5836: Layer already exists [2021-02-11T15:47:13.462Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:13.733Z] 2.0.0-dev.89: digest: sha256:9489a3d07cf2ee90fbfc99dba7fd3e6f0fe4580dcb5fec957bd0fa8f18822899 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:14.069Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:14.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:14.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-11T15:47:14.404Z] 2ecf30038cb9: Preparing [2021-02-11T15:47:14.404Z] 54df773d5836: Preparing [2021-02-11T15:47:14.404Z] 85bfe3dd883c: Preparing [2021-02-11T15:47:14.404Z] 12e40cc462ce: Preparing [2021-02-11T15:47:14.404Z] fd5f6f90af4b: Preparing [2021-02-11T15:47:14.404Z] 379067d0cb53: Preparing [2021-02-11T15:47:14.404Z] 379067d0cb53: Waiting [2021-02-11T15:47:14.675Z] fd5f6f90af4b: Layer already exists [2021-02-11T15:47:14.675Z] 85bfe3dd883c: Layer already exists [2021-02-11T15:47:14.675Z] 2ecf30038cb9: Layer already exists [2021-02-11T15:47:14.675Z] 12e40cc462ce: Layer already exists [2021-02-11T15:47:14.675Z] 54df773d5836: Layer already exists [2021-02-11T15:47:14.675Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:14.675Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:9489a3d07cf2ee90fbfc99dba7fd3e6f0fe4580dcb5fec957bd0fa8f18822899 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:15.012Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:15.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-11T15:47:15.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-11T15:47:15.342Z] 2ecf30038cb9: Preparing [2021-02-11T15:47:15.342Z] 54df773d5836: Preparing [2021-02-11T15:47:15.342Z] 85bfe3dd883c: Preparing [2021-02-11T15:47:15.342Z] 12e40cc462ce: Preparing [2021-02-11T15:47:15.342Z] fd5f6f90af4b: Preparing [2021-02-11T15:47:15.342Z] 379067d0cb53: Preparing [2021-02-11T15:47:15.342Z] 379067d0cb53: Waiting [2021-02-11T15:47:15.342Z] 2ecf30038cb9: Layer already exists [2021-02-11T15:47:15.342Z] 54df773d5836: Layer already exists [2021-02-11T15:47:15.342Z] 85bfe3dd883c: Layer already exists [2021-02-11T15:47:15.342Z] fd5f6f90af4b: Layer already exists [2021-02-11T15:47:15.611Z] 12e40cc462ce: Layer already exists [2021-02-11T15:47:15.611Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:15.611Z] master: digest: sha256:9489a3d07cf2ee90fbfc99dba7fd3e6f0fe4580dcb5fec957bd0fa8f18822899 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:47:15.797Z] ===================================================== [Pipeline] echo [2021-02-11T15:47:15.844Z] taggedImages: [2021-02-11T15:47:15.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:15.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:15.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:15.844Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-11T15:47:15.912Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-11T15:47:15.912Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:15.912Z] 2.0.0-dev.89 [2021-02-11T15:47:15.912Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:15.912Z] master [2021-02-11T15:47:15.912Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:16.406Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:16.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:16.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-11T15:47:16.740Z] e11c33079e7c: Preparing [2021-02-11T15:47:16.740Z] c90ffc83cb58: Preparing [2021-02-11T15:47:16.740Z] 6d9abab2fe3c: Preparing [2021-02-11T15:47:16.740Z] 3b08844c7409: Preparing [2021-02-11T15:47:16.740Z] aa5587792f6a: Preparing [2021-02-11T15:47:16.740Z] 999b0ee5c32d: Preparing [2021-02-11T15:47:16.740Z] bcafc578902f: Preparing [2021-02-11T15:47:16.740Z] dbdb32c98a6c: Preparing [2021-02-11T15:47:16.740Z] 379067d0cb53: Preparing [2021-02-11T15:47:16.740Z] dbdb32c98a6c: Waiting [2021-02-11T15:47:16.740Z] 999b0ee5c32d: Waiting [2021-02-11T15:47:16.740Z] bcafc578902f: Waiting [2021-02-11T15:47:17.011Z] aa5587792f6a: Pushed [2021-02-11T15:47:17.282Z] c90ffc83cb58: Pushed [2021-02-11T15:47:17.282Z] e11c33079e7c: Pushed [2021-02-11T15:47:17.282Z] 999b0ee5c32d: Pushed [2021-02-11T15:47:17.282Z] bcafc578902f: Pushed [2021-02-11T15:47:17.554Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:17.832Z] dbdb32c98a6c: Pushed [2021-02-11T15:47:19.257Z] 3b08844c7409: Pushed [2021-02-11T15:47:19.257Z] 6d9abab2fe3c: Pushed [2021-02-11T15:47:19.257Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:616fbc21b29421cf549551c0e6f85e16e25d8481e4737611a92d5ecb81e923c4 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:19.599Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:19.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:19.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-11T15:47:19.935Z] e11c33079e7c: Preparing [2021-02-11T15:47:19.935Z] c90ffc83cb58: Preparing [2021-02-11T15:47:19.935Z] 6d9abab2fe3c: Preparing [2021-02-11T15:47:19.935Z] 3b08844c7409: Preparing [2021-02-11T15:47:19.935Z] aa5587792f6a: Preparing [2021-02-11T15:47:19.935Z] 999b0ee5c32d: Preparing [2021-02-11T15:47:19.935Z] bcafc578902f: Preparing [2021-02-11T15:47:19.935Z] dbdb32c98a6c: Preparing [2021-02-11T15:47:19.935Z] 379067d0cb53: Preparing [2021-02-11T15:47:19.935Z] 999b0ee5c32d: Waiting [2021-02-11T15:47:19.935Z] dbdb32c98a6c: Waiting [2021-02-11T15:47:19.935Z] 379067d0cb53: Waiting [2021-02-11T15:47:19.935Z] bcafc578902f: Waiting [2021-02-11T15:47:19.935Z] aa5587792f6a: Layer already exists [2021-02-11T15:47:19.935Z] 3b08844c7409: Layer already exists [2021-02-11T15:47:19.935Z] c90ffc83cb58: Layer already exists [2021-02-11T15:47:19.935Z] 6d9abab2fe3c: Layer already exists [2021-02-11T15:47:19.935Z] e11c33079e7c: Layer already exists [2021-02-11T15:47:19.935Z] 999b0ee5c32d: Layer already exists [2021-02-11T15:47:19.935Z] bcafc578902f: Layer already exists [2021-02-11T15:47:20.205Z] dbdb32c98a6c: Layer already exists [2021-02-11T15:47:20.205Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:20.205Z] 2.0.0-dev.89: digest: sha256:616fbc21b29421cf549551c0e6f85e16e25d8481e4737611a92d5ecb81e923c4 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:20.543Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:20.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:20.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-11T15:47:20.874Z] e11c33079e7c: Preparing [2021-02-11T15:47:20.874Z] c90ffc83cb58: Preparing [2021-02-11T15:47:20.874Z] 6d9abab2fe3c: Preparing [2021-02-11T15:47:20.874Z] 3b08844c7409: Preparing [2021-02-11T15:47:20.874Z] aa5587792f6a: Preparing [2021-02-11T15:47:20.874Z] 999b0ee5c32d: Preparing [2021-02-11T15:47:20.874Z] bcafc578902f: Preparing [2021-02-11T15:47:20.874Z] dbdb32c98a6c: Preparing [2021-02-11T15:47:20.874Z] 379067d0cb53: Preparing [2021-02-11T15:47:20.874Z] bcafc578902f: Waiting [2021-02-11T15:47:20.874Z] dbdb32c98a6c: Waiting [2021-02-11T15:47:20.874Z] 999b0ee5c32d: Waiting [2021-02-11T15:47:20.874Z] 379067d0cb53: Waiting [2021-02-11T15:47:20.874Z] aa5587792f6a: Layer already exists [2021-02-11T15:47:20.874Z] c90ffc83cb58: Layer already exists [2021-02-11T15:47:20.874Z] 3b08844c7409: Layer already exists [2021-02-11T15:47:20.874Z] e11c33079e7c: Layer already exists [2021-02-11T15:47:20.874Z] 6d9abab2fe3c: Layer already exists [2021-02-11T15:47:20.874Z] bcafc578902f: Layer already exists [2021-02-11T15:47:21.143Z] 999b0ee5c32d: Layer already exists [2021-02-11T15:47:21.143Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:21.143Z] dbdb32c98a6c: Layer already exists [2021-02-11T15:47:21.143Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:616fbc21b29421cf549551c0e6f85e16e25d8481e4737611a92d5ecb81e923c4 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:21.485Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:21.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-11T15:47:21.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-11T15:47:21.819Z] e11c33079e7c: Preparing [2021-02-11T15:47:21.819Z] c90ffc83cb58: Preparing [2021-02-11T15:47:21.819Z] 6d9abab2fe3c: Preparing [2021-02-11T15:47:21.819Z] 3b08844c7409: Preparing [2021-02-11T15:47:21.819Z] aa5587792f6a: Preparing [2021-02-11T15:47:21.819Z] 999b0ee5c32d: Preparing [2021-02-11T15:47:21.819Z] bcafc578902f: Preparing [2021-02-11T15:47:21.819Z] dbdb32c98a6c: Preparing [2021-02-11T15:47:21.819Z] 379067d0cb53: Preparing [2021-02-11T15:47:21.819Z] dbdb32c98a6c: Waiting [2021-02-11T15:47:21.819Z] 999b0ee5c32d: Waiting [2021-02-11T15:47:21.819Z] bcafc578902f: Waiting [2021-02-11T15:47:21.819Z] 379067d0cb53: Waiting [2021-02-11T15:47:21.819Z] 6d9abab2fe3c: Layer already exists [2021-02-11T15:47:21.819Z] c90ffc83cb58: Layer already exists [2021-02-11T15:47:21.819Z] e11c33079e7c: Layer already exists [2021-02-11T15:47:21.819Z] 3b08844c7409: Layer already exists [2021-02-11T15:47:21.819Z] aa5587792f6a: Layer already exists [2021-02-11T15:47:22.087Z] bcafc578902f: Layer already exists [2021-02-11T15:47:22.087Z] dbdb32c98a6c: Layer already exists [2021-02-11T15:47:22.087Z] 999b0ee5c32d: Layer already exists [2021-02-11T15:47:22.087Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:22.087Z] master: digest: sha256:616fbc21b29421cf549551c0e6f85e16e25d8481e4737611a92d5ecb81e923c4 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:47:22.333Z] ===================================================== [Pipeline] echo [2021-02-11T15:47:22.383Z] taggedImages: [2021-02-11T15:47:22.383Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:22.383Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:22.383Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:22.383Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-11T15:47:22.449Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-11T15:47:22.449Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:22.449Z] 2.0.0-dev.89 [2021-02-11T15:47:22.449Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:22.449Z] master [2021-02-11T15:47:22.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:22.983Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:23.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:23.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-11T15:47:23.311Z] d4bca87d936b: Preparing [2021-02-11T15:47:23.311Z] 2fed6ea4fd92: Preparing [2021-02-11T15:47:23.311Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:23.311Z] 064276e6742d: Preparing [2021-02-11T15:47:23.311Z] 379067d0cb53: Preparing [2021-02-11T15:47:23.581Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:23.581Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:23.581Z] d4bca87d936b: Pushed [2021-02-11T15:47:23.849Z] 064276e6742d: Pushed [2021-02-11T15:47:25.803Z] 2fed6ea4fd92: Pushed [2021-02-11T15:47:26.075Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:e5929dce304e09ada8d2a390816a56e97e36da61edbb3b6d350afecd0a674f76 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:26.411Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:26.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:26.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-11T15:47:26.739Z] d4bca87d936b: Preparing [2021-02-11T15:47:26.739Z] 2fed6ea4fd92: Preparing [2021-02-11T15:47:26.739Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:26.739Z] 064276e6742d: Preparing [2021-02-11T15:47:26.739Z] 379067d0cb53: Preparing [2021-02-11T15:47:26.739Z] 2fed6ea4fd92: Layer already exists [2021-02-11T15:47:26.739Z] 064276e6742d: Layer already exists [2021-02-11T15:47:26.739Z] d4bca87d936b: Layer already exists [2021-02-11T15:47:26.739Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:26.739Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:27.008Z] 2.0.0-dev.89: digest: sha256:e5929dce304e09ada8d2a390816a56e97e36da61edbb3b6d350afecd0a674f76 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:27.348Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:27.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:27.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-11T15:47:27.679Z] d4bca87d936b: Preparing [2021-02-11T15:47:27.679Z] 2fed6ea4fd92: Preparing [2021-02-11T15:47:27.679Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:27.679Z] 064276e6742d: Preparing [2021-02-11T15:47:27.679Z] 379067d0cb53: Preparing [2021-02-11T15:47:27.951Z] 2fed6ea4fd92: Layer already exists [2021-02-11T15:47:27.951Z] 064276e6742d: Layer already exists [2021-02-11T15:47:27.951Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:27.951Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:27.951Z] d4bca87d936b: Layer already exists [2021-02-11T15:47:27.951Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:e5929dce304e09ada8d2a390816a56e97e36da61edbb3b6d350afecd0a674f76 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:28.318Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:28.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-11T15:47:28.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-11T15:47:28.947Z] d4bca87d936b: Preparing [2021-02-11T15:47:28.947Z] 2fed6ea4fd92: Preparing [2021-02-11T15:47:28.947Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:28.947Z] 064276e6742d: Preparing [2021-02-11T15:47:28.947Z] 379067d0cb53: Preparing [2021-02-11T15:47:29.224Z] d4bca87d936b: Layer already exists [2021-02-11T15:47:29.224Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:29.224Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:29.224Z] 064276e6742d: Layer already exists [2021-02-11T15:47:29.224Z] 2fed6ea4fd92: Layer already exists [2021-02-11T15:47:29.224Z] master: digest: sha256:e5929dce304e09ada8d2a390816a56e97e36da61edbb3b6d350afecd0a674f76 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:47:29.422Z] ===================================================== [Pipeline] echo [2021-02-11T15:47:29.468Z] taggedImages: [2021-02-11T15:47:29.468Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:29.468Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:29.468Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:29.468Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-11T15:47:29.532Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-11T15:47:29.532Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:29.532Z] 2.0.0-dev.89 [2021-02-11T15:47:29.532Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:29.532Z] master [2021-02-11T15:47:29.532Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:30.056Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:30.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:30.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-11T15:47:30.385Z] 4bbfd2bb8380: Preparing [2021-02-11T15:47:30.385Z] ec9a6edcb047: Preparing [2021-02-11T15:47:30.385Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:30.385Z] 4bb2454d3426: Preparing [2021-02-11T15:47:30.385Z] 379067d0cb53: Preparing [2021-02-11T15:47:30.385Z] 4bb2454d3426: Layer already exists [2021-02-11T15:47:30.658Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:30.658Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:30.658Z] 4bbfd2bb8380: Pushed [2021-02-11T15:47:33.263Z] ec9a6edcb047: Pushed [2021-02-11T15:47:33.263Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:be403f08d8f477f8a80500b699cfbd22a2427659012b56034fea4c7a8bb7acf3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:33.603Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:33.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:33.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-11T15:47:33.938Z] 4bbfd2bb8380: Preparing [2021-02-11T15:47:33.938Z] ec9a6edcb047: Preparing [2021-02-11T15:47:33.938Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:33.938Z] 4bb2454d3426: Preparing [2021-02-11T15:47:33.938Z] 379067d0cb53: Preparing [2021-02-11T15:47:33.938Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:33.938Z] ec9a6edcb047: Layer already exists [2021-02-11T15:47:33.938Z] 4bb2454d3426: Layer already exists [2021-02-11T15:47:33.938Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:33.938Z] 4bbfd2bb8380: Layer already exists [2021-02-11T15:47:34.210Z] 2.0.0-dev.89: digest: sha256:be403f08d8f477f8a80500b699cfbd22a2427659012b56034fea4c7a8bb7acf3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:34.551Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:34.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:34.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-11T15:47:34.895Z] 4bbfd2bb8380: Preparing [2021-02-11T15:47:34.895Z] ec9a6edcb047: Preparing [2021-02-11T15:47:34.895Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:34.895Z] 4bb2454d3426: Preparing [2021-02-11T15:47:34.895Z] 379067d0cb53: Preparing [2021-02-11T15:47:34.895Z] 4bbfd2bb8380: Layer already exists [2021-02-11T15:47:34.895Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:34.895Z] ec9a6edcb047: Layer already exists [2021-02-11T15:47:34.895Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:35.165Z] 4bb2454d3426: Layer already exists [2021-02-11T15:47:35.165Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:be403f08d8f477f8a80500b699cfbd22a2427659012b56034fea4c7a8bb7acf3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:35.499Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:35.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-11T15:47:35.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-11T15:47:35.830Z] 4bbfd2bb8380: Preparing [2021-02-11T15:47:35.830Z] ec9a6edcb047: Preparing [2021-02-11T15:47:35.830Z] 040f2f33d0e4: Preparing [2021-02-11T15:47:35.830Z] 4bb2454d3426: Preparing [2021-02-11T15:47:35.830Z] 379067d0cb53: Preparing [2021-02-11T15:47:35.830Z] 4bb2454d3426: Layer already exists [2021-02-11T15:47:35.830Z] 4bbfd2bb8380: Layer already exists [2021-02-11T15:47:35.830Z] 379067d0cb53: Layer already exists [2021-02-11T15:47:35.830Z] 040f2f33d0e4: Layer already exists [2021-02-11T15:47:35.830Z] ec9a6edcb047: Layer already exists [2021-02-11T15:47:36.101Z] master: digest: sha256:be403f08d8f477f8a80500b699cfbd22a2427659012b56034fea4c7a8bb7acf3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:47:36.284Z] ===================================================== [Pipeline] echo [2021-02-11T15:47:36.326Z] taggedImages: [2021-02-11T15:47:36.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:36.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:36.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:36.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-11T15:47:36.389Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-11T15:47:36.389Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:36.389Z] 2.0.0-dev.89 [2021-02-11T15:47:36.389Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:36.389Z] master [2021-02-11T15:47:36.389Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:36.973Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:37.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:37.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-11T15:47:37.316Z] c9891c4e44ea: Preparing [2021-02-11T15:47:37.316Z] 5e5e668448a9: Preparing [2021-02-11T15:47:37.316Z] 0cdd400fed48: Preparing [2021-02-11T15:47:37.316Z] 6682df71b1be: Preparing [2021-02-11T15:47:37.316Z] 6179184a293c: Preparing [2021-02-11T15:47:37.316Z] f01e2889e0df: Preparing [2021-02-11T15:47:37.316Z] 1156664d5e47: Preparing [2021-02-11T15:47:37.316Z] 9ded3b6bb9b5: Preparing [2021-02-11T15:47:37.316Z] fa1afe8e6ed9: Preparing [2021-02-11T15:47:37.316Z] 87a09b4c083e: Preparing [2021-02-11T15:47:37.316Z] 0f74e9ff2a61: Preparing [2021-02-11T15:47:37.316Z] b122376c33c6: Preparing [2021-02-11T15:47:37.316Z] f8381ed47b22: Preparing [2021-02-11T15:47:37.316Z] e934a737d657: Preparing [2021-02-11T15:47:37.316Z] f01e2889e0df: Waiting [2021-02-11T15:47:37.316Z] 0f74e9ff2a61: Waiting [2021-02-11T15:47:37.316Z] b122376c33c6: Waiting [2021-02-11T15:47:37.316Z] 1156664d5e47: Waiting [2021-02-11T15:47:37.316Z] fa1afe8e6ed9: Waiting [2021-02-11T15:47:37.316Z] 87a09b4c083e: Waiting [2021-02-11T15:47:37.316Z] 9ded3b6bb9b5: Waiting [2021-02-11T15:47:37.316Z] f8381ed47b22: Waiting [2021-02-11T15:47:37.316Z] e934a737d657: Waiting [2021-02-11T15:47:37.918Z] 6179184a293c: Pushed [2021-02-11T15:47:37.918Z] c9891c4e44ea: Pushed [2021-02-11T15:47:38.514Z] 6682df71b1be: Pushed [2021-02-11T15:47:38.514Z] 9ded3b6bb9b5: Layer already exists [2021-02-11T15:47:38.514Z] fa1afe8e6ed9: Layer already exists [2021-02-11T15:47:38.786Z] 1156664d5e47: Pushed [2021-02-11T15:47:38.786Z] 87a09b4c083e: Layer already exists [2021-02-11T15:47:38.786Z] 0f74e9ff2a61: Layer already exists [2021-02-11T15:47:38.786Z] b122376c33c6: Layer already exists [2021-02-11T15:47:38.786Z] f8381ed47b22: Layer already exists [2021-02-11T15:47:38.786Z] e934a737d657: Layer already exists [2021-02-11T15:47:39.381Z] 5e5e668448a9: Pushed [2021-02-11T15:47:39.968Z] f01e2889e0df: Pushed [2021-02-11T15:47:43.216Z] ---> dd79a2c71033 [2021-02-11T15:47:43.216Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T15:47:43.216Z] ---> cd33da0cea0a [2021-02-11T15:47:43.216Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T15:47:43.216Z] ---> 8dfecca8d9fb [2021-02-11T15:47:43.216Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T15:47:43.216Z] ---> ac3b208608ae [2021-02-11T15:47:43.216Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T15:47:43.216Z] ---> Running in fe6434845dfd [2021-02-11T15:47:43.216Z] ---> Running in c737e6092228 [2021-02-11T15:47:43.216Z] ---> Running in 49126ba796c3 [2021-02-11T15:47:43.216Z] ---> Running in 6fadb74870b4 [2021-02-11T15:47:43.216Z] ---> 2f9b1713891b [2021-02-11T15:47:43.216Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T15:47:43.216Z] ---> Running in 1bc8cf530d74 [2021-02-11T15:47:43.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-11T15:47:43.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-command/core-command ./cmd/core-command [2021-02-11T15:47:43.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-11T15:47:43.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-11T15:47:43.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-11T15:47:50.092Z] 0cdd400fed48: Pushed [2021-02-11T15:47:50.092Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:0d70dda35b8802869f2ed0a0683b290b5adcf7f07c70026e5ad4ae700ab66d65 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:50.436Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:50.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:50.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-11T15:47:50.772Z] c9891c4e44ea: Preparing [2021-02-11T15:47:50.772Z] 5e5e668448a9: Preparing [2021-02-11T15:47:50.772Z] 0cdd400fed48: Preparing [2021-02-11T15:47:50.772Z] 6682df71b1be: Preparing [2021-02-11T15:47:50.772Z] 6179184a293c: Preparing [2021-02-11T15:47:50.772Z] f01e2889e0df: Preparing [2021-02-11T15:47:50.772Z] 1156664d5e47: Preparing [2021-02-11T15:47:50.772Z] 9ded3b6bb9b5: Preparing [2021-02-11T15:47:50.772Z] fa1afe8e6ed9: Preparing [2021-02-11T15:47:50.772Z] 87a09b4c083e: Preparing [2021-02-11T15:47:50.772Z] 0f74e9ff2a61: Preparing [2021-02-11T15:47:50.772Z] b122376c33c6: Preparing [2021-02-11T15:47:50.772Z] f8381ed47b22: Preparing [2021-02-11T15:47:50.772Z] 9ded3b6bb9b5: Waiting [2021-02-11T15:47:50.772Z] fa1afe8e6ed9: Waiting [2021-02-11T15:47:50.772Z] 87a09b4c083e: Waiting [2021-02-11T15:47:50.772Z] 0f74e9ff2a61: Waiting [2021-02-11T15:47:50.772Z] b122376c33c6: Waiting [2021-02-11T15:47:50.773Z] e934a737d657: Preparing [2021-02-11T15:47:50.773Z] f8381ed47b22: Waiting [2021-02-11T15:47:50.773Z] e934a737d657: Waiting [2021-02-11T15:47:50.773Z] f01e2889e0df: Waiting [2021-02-11T15:47:50.773Z] 6682df71b1be: Layer already exists [2021-02-11T15:47:50.773Z] 6179184a293c: Layer already exists [2021-02-11T15:47:50.773Z] 0cdd400fed48: Layer already exists [2021-02-11T15:47:50.773Z] c9891c4e44ea: Layer already exists [2021-02-11T15:47:51.043Z] 5e5e668448a9: Layer already exists [2021-02-11T15:47:51.043Z] 9ded3b6bb9b5: Layer already exists [2021-02-11T15:47:51.043Z] 1156664d5e47: Layer already exists [2021-02-11T15:47:51.043Z] fa1afe8e6ed9: Layer already exists [2021-02-11T15:47:51.043Z] f01e2889e0df: Layer already exists [2021-02-11T15:47:51.043Z] 87a09b4c083e: Layer already exists [2021-02-11T15:47:51.043Z] 0f74e9ff2a61: Layer already exists [2021-02-11T15:47:51.043Z] b122376c33c6: Layer already exists [2021-02-11T15:47:51.043Z] f8381ed47b22: Layer already exists [2021-02-11T15:47:51.043Z] e934a737d657: Layer already exists [2021-02-11T15:47:51.043Z] 2.0.0-dev.89: digest: sha256:0d70dda35b8802869f2ed0a0683b290b5adcf7f07c70026e5ad4ae700ab66d65 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:51.382Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:51.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:51.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-11T15:47:51.712Z] c9891c4e44ea: Preparing [2021-02-11T15:47:51.712Z] 5e5e668448a9: Preparing [2021-02-11T15:47:51.712Z] 0cdd400fed48: Preparing [2021-02-11T15:47:51.712Z] 6682df71b1be: Preparing [2021-02-11T15:47:51.712Z] 6179184a293c: Preparing [2021-02-11T15:47:51.712Z] f01e2889e0df: Preparing [2021-02-11T15:47:51.712Z] 1156664d5e47: Preparing [2021-02-11T15:47:51.712Z] 9ded3b6bb9b5: Preparing [2021-02-11T15:47:51.712Z] fa1afe8e6ed9: Preparing [2021-02-11T15:47:51.712Z] 87a09b4c083e: Preparing [2021-02-11T15:47:51.712Z] 0f74e9ff2a61: Preparing [2021-02-11T15:47:51.712Z] b122376c33c6: Preparing [2021-02-11T15:47:51.712Z] f8381ed47b22: Preparing [2021-02-11T15:47:51.712Z] e934a737d657: Preparing [2021-02-11T15:47:51.712Z] 87a09b4c083e: Waiting [2021-02-11T15:47:51.712Z] f01e2889e0df: Waiting [2021-02-11T15:47:51.712Z] 1156664d5e47: Waiting [2021-02-11T15:47:51.712Z] fa1afe8e6ed9: Waiting [2021-02-11T15:47:51.712Z] 9ded3b6bb9b5: Waiting [2021-02-11T15:47:51.712Z] 0f74e9ff2a61: Waiting [2021-02-11T15:47:51.712Z] b122376c33c6: Waiting [2021-02-11T15:47:51.712Z] f8381ed47b22: Waiting [2021-02-11T15:47:51.712Z] e934a737d657: Waiting [2021-02-11T15:47:51.712Z] c9891c4e44ea: Layer already exists [2021-02-11T15:47:51.712Z] 6682df71b1be: Layer already exists [2021-02-11T15:47:51.712Z] 6179184a293c: Layer already exists [2021-02-11T15:47:51.712Z] 5e5e668448a9: Layer already exists [2021-02-11T15:47:51.712Z] 0cdd400fed48: Layer already exists [2021-02-11T15:47:51.712Z] 1156664d5e47: Layer already exists [2021-02-11T15:47:51.981Z] f01e2889e0df: Layer already exists [2021-02-11T15:47:51.981Z] 9ded3b6bb9b5: Layer already exists [2021-02-11T15:47:51.981Z] fa1afe8e6ed9: Layer already exists [2021-02-11T15:47:51.981Z] 87a09b4c083e: Layer already exists [2021-02-11T15:47:51.981Z] 0f74e9ff2a61: Layer already exists [2021-02-11T15:47:51.981Z] b122376c33c6: Layer already exists [2021-02-11T15:47:51.981Z] e934a737d657: Layer already exists [2021-02-11T15:47:51.981Z] f8381ed47b22: Layer already exists [2021-02-11T15:47:51.981Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:0d70dda35b8802869f2ed0a0683b290b5adcf7f07c70026e5ad4ae700ab66d65 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:52.314Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:47:52.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-11T15:47:52.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-11T15:47:52.640Z] c9891c4e44ea: Preparing [2021-02-11T15:47:52.640Z] 5e5e668448a9: Preparing [2021-02-11T15:47:52.640Z] 0cdd400fed48: Preparing [2021-02-11T15:47:52.640Z] 6682df71b1be: Preparing [2021-02-11T15:47:52.640Z] 6179184a293c: Preparing [2021-02-11T15:47:52.640Z] f01e2889e0df: Preparing [2021-02-11T15:47:52.640Z] 1156664d5e47: Preparing [2021-02-11T15:47:52.640Z] 9ded3b6bb9b5: Preparing [2021-02-11T15:47:52.640Z] fa1afe8e6ed9: Preparing [2021-02-11T15:47:52.640Z] 87a09b4c083e: Preparing [2021-02-11T15:47:52.640Z] 0f74e9ff2a61: Preparing [2021-02-11T15:47:52.640Z] b122376c33c6: Preparing [2021-02-11T15:47:52.640Z] f8381ed47b22: Preparing [2021-02-11T15:47:52.640Z] e934a737d657: Preparing [2021-02-11T15:47:52.640Z] fa1afe8e6ed9: Waiting [2021-02-11T15:47:52.640Z] 87a09b4c083e: Waiting [2021-02-11T15:47:52.640Z] 0f74e9ff2a61: Waiting [2021-02-11T15:47:52.640Z] b122376c33c6: Waiting [2021-02-11T15:47:52.640Z] f8381ed47b22: Waiting [2021-02-11T15:47:52.640Z] e934a737d657: Waiting [2021-02-11T15:47:52.640Z] f01e2889e0df: Waiting [2021-02-11T15:47:52.640Z] 1156664d5e47: Waiting [2021-02-11T15:47:52.640Z] 9ded3b6bb9b5: Waiting [2021-02-11T15:47:52.640Z] c9891c4e44ea: Layer already exists [2021-02-11T15:47:52.640Z] 6179184a293c: Layer already exists [2021-02-11T15:47:52.640Z] 5e5e668448a9: Layer already exists [2021-02-11T15:47:52.640Z] 6682df71b1be: Layer already exists [2021-02-11T15:47:52.640Z] 0cdd400fed48: Layer already exists [2021-02-11T15:47:52.640Z] 9ded3b6bb9b5: Layer already exists [2021-02-11T15:47:52.640Z] f01e2889e0df: Layer already exists [2021-02-11T15:47:52.910Z] 1156664d5e47: Layer already exists [2021-02-11T15:47:52.910Z] 87a09b4c083e: Layer already exists [2021-02-11T15:47:52.910Z] fa1afe8e6ed9: Layer already exists [2021-02-11T15:47:52.910Z] 0f74e9ff2a61: Layer already exists [2021-02-11T15:47:52.910Z] b122376c33c6: Layer already exists [2021-02-11T15:47:52.910Z] f8381ed47b22: Layer already exists [2021-02-11T15:47:52.910Z] e934a737d657: Layer already exists [2021-02-11T15:47:52.910Z] master: digest: sha256:0d70dda35b8802869f2ed0a0683b290b5adcf7f07c70026e5ad4ae700ab66d65 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:47:53.093Z] ===================================================== [Pipeline] echo [2021-02-11T15:47:53.143Z] taggedImages: [2021-02-11T15:47:53.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:47:53.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.89 [2021-02-11T15:47:53.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:47:53.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-11T15:48:42.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-11T15:48:49.056Z] Removing intermediate container 6fadb74870b4 [2021-02-11T15:48:49.057Z] ---> 83a91d9b6f46 [2021-02-11T15:48:49.057Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T15:48:51.961Z] ---> Running in 75ac3a930853 [2021-02-11T15:48:51.961Z] Removing intermediate container fe6434845dfd [2021-02-11T15:48:51.961Z] ---> 42ff10976765 [2021-02-11T15:48:51.961Z] [2021-02-11T15:48:51.961Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T15:48:51.961Z] Removing intermediate container c737e6092228 [2021-02-11T15:48:51.961Z] ---> 9de46976b86f [2021-02-11T15:48:51.961Z] [2021-02-11T15:48:51.961Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:48:51.961Z] 3.12: Pulling from library/alpine [2021-02-11T15:48:52.401Z] 3.12: Pulling from library/alpine [2021-02-11T15:48:53.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-11T15:48:54.442Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:48:54.442Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:48:54.442Z] Status: Image is up to date for alpine:3.12 [2021-02-11T15:48:54.442Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:48:54.442Z] ---> 389fef711851 [2021-02-11T15:48:54.442Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T15:48:54.442Z] ---> 389fef711851 [2021-02-11T15:48:54.442Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:48:57.762Z] Removing intermediate container 1bc8cf530d74 [2021-02-11T15:48:57.762Z] ---> 65ef3defc349 [2021-02-11T15:48:57.762Z] [2021-02-11T15:48:57.762Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T15:48:57.762Z] ---> 389fef711851 [2021-02-11T15:48:57.762Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T15:48:57.762Z] ---> Running in 2591a9f28d89 [2021-02-11T15:48:57.762Z] ---> Running in 255b1f8ac1fe [2021-02-11T15:48:58.043Z] ---> Running in 0e783141e776 [2021-02-11T15:48:58.396Z] Removing intermediate container 49126ba796c3 [2021-02-11T15:48:58.397Z] ---> ddaa167dbf27 [2021-02-11T15:48:58.397Z] [2021-02-11T15:48:58.397Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:48:58.397Z] ---> 389fef711851 [2021-02-11T15:48:58.397Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:48:59.041Z] Removing intermediate container 255b1f8ac1fe [2021-02-11T15:48:59.041Z] ---> f9fda78b8a1c [2021-02-11T15:48:59.041Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T15:48:59.041Z] ---> Running in e8a9156155fc [2021-02-11T15:48:59.533Z] Removing intermediate container 75ac3a930853 [2021-02-11T15:48:59.533Z] ---> 63e2e3d373ac [2021-02-11T15:48:59.533Z] [2021-02-11T15:48:59.533Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T15:48:59.533Z] 20.10.0: Pulling from library/docker [2021-02-11T15:49:00.056Z] ---> Running in 21fb254ef59e [2021-02-11T15:49:02.203Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:02.203Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:02.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:02.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:03.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:03.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:03.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:03.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:03.600Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T15:49:03.600Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:49:03.600Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:03.600Z] OK: 6 MiB in 15 packages [2021-02-11T15:49:03.600Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T15:49:03.600Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:03.600Z] OK: 6 MiB in 16 packages [2021-02-11T15:49:03.600Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T15:49:04.695Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:49:04.695Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T15:49:04.695Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T15:49:04.695Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T15:49:05.065Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:05.065Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T15:49:05.065Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:49:05.065Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:05.065Z] OK: 6 MiB in 15 packages [2021-02-11T15:49:05.065Z] OK: 7 MiB in 19 packages [2021-02-11T15:49:06.199Z] Removing intermediate container e8a9156155fc [2021-02-11T15:49:06.199Z] ---> 9b5a52015ac4 [2021-02-11T15:49:06.199Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:49:06.669Z] Removing intermediate container 21fb254ef59e [2021-02-11T15:49:06.669Z] ---> 7c3afcf909cb [2021-02-11T15:49:06.669Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T15:49:06.669Z] ---> Running in 7632aff1ad68 [2021-02-11T15:49:07.052Z] ---> Running in 2e3f8bd1a6ba [2021-02-11T15:49:07.357Z] Removing intermediate container 0e783141e776 [2021-02-11T15:49:07.357Z] ---> 23d1c71c0f4b [2021-02-11T15:49:07.357Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:49:07.802Z] Removing intermediate container 2591a9f28d89 [2021-02-11T15:49:07.802Z] ---> 43ae84723429 [2021-02-11T15:49:07.802Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:49:07.802Z] Removing intermediate container 7632aff1ad68 [2021-02-11T15:49:07.802Z] ---> 0a47216f68dd [2021-02-11T15:49:07.802Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T15:49:07.802Z] ---> Running in 87de694d544d [2021-02-11T15:49:08.398Z] ---> Running in 0eac4bad2de0 [2021-02-11T15:49:08.863Z] Removing intermediate container 2e3f8bd1a6ba [2021-02-11T15:49:08.863Z] ---> 81361c9979c2 [2021-02-11T15:49:08.863Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T15:49:08.863Z] ---> Running in b0c4bb8313dd [2021-02-11T15:49:09.340Z] ---> Running in c693f139c7c2 [2021-02-11T15:49:09.341Z] Removing intermediate container 87de694d544d [2021-02-11T15:49:09.341Z] ---> b2d9c17b73bb [2021-02-11T15:49:09.341Z] Step 13/24 : WORKDIR / [2021-02-11T15:49:09.341Z] Removing intermediate container 0eac4bad2de0 [2021-02-11T15:49:09.341Z] ---> 1f1fc13f53d5 [2021-02-11T15:49:09.341Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T15:49:09.831Z] Removing intermediate container b0c4bb8313dd [2021-02-11T15:49:09.831Z] ---> 6506b481d4ae [2021-02-11T15:49:09.831Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:49:09.831Z] ---> Running in ecec7cc53b77 [2021-02-11T15:49:10.309Z] ---> Running in ae207163f5c5 [2021-02-11T15:49:10.309Z] ---> Running in bf2d58394065 [2021-02-11T15:49:10.309Z] Removing intermediate container c693f139c7c2 [2021-02-11T15:49:10.309Z] ---> 6f5bf84816e4 [2021-02-11T15:49:10.309Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T15:49:10.652Z] ---> Running in 3d7dcd2db217 [2021-02-11T15:49:11.413Z] Removing intermediate container ae207163f5c5 [2021-02-11T15:49:11.413Z] ---> c1080bc26fc8 [2021-02-11T15:49:11.413Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:49:11.944Z] Removing intermediate container ecec7cc53b77 [2021-02-11T15:49:11.944Z] ---> cc0d60c6074c [2021-02-11T15:49:11.944Z] 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-02-11T15:49:12.339Z] ---> Running in 79897eed61f8 [2021-02-11T15:49:12.339Z] Removing intermediate container bf2d58394065 [2021-02-11T15:49:12.339Z] ---> 89f056d142f1 [2021-02-11T15:49:12.339Z] Step 15/23 : WORKDIR / [2021-02-11T15:49:12.339Z] ---> Running in 5dcfd1f81283 [2021-02-11T15:49:12.952Z] Removing intermediate container 79897eed61f8 [2021-02-11T15:49:12.952Z] ---> 48a5e2984e07 [2021-02-11T15:49:12.952Z] Step 15/23 : WORKDIR / [2021-02-11T15:49:12.952Z] ---> Running in e9cb90598c96 [2021-02-11T15:49:13.374Z] ---> 25c85dc7b1ea [2021-02-11T15:49:13.374Z] 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-02-11T15:49:13.374Z] Removing intermediate container 5dcfd1f81283 [2021-02-11T15:49:13.374Z] ---> 7d267569be24 [2021-02-11T15:49:13.374Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:49:14.147Z] Removing intermediate container e9cb90598c96 [2021-02-11T15:49:14.147Z] ---> 518652f11abb [2021-02-11T15:49:14.147Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:49:14.525Z] ---> 26c20c8c1cc1 [2021-02-11T15:49:14.525Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T15:49:14.525Z] ---> d7e3cb930104 [2021-02-11T15:49:14.525Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T15:49:15.360Z] ---> 41f703e88137 [2021-02-11T15:49:15.360Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T15:49:15.360Z] Removing intermediate container 3d7dcd2db217 [2021-02-11T15:49:15.360Z] ---> e56dcf2f5e05 [2021-02-11T15:49:15.360Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T15:49:16.215Z] ---> 250a0e7cbf84 [2021-02-11T15:49:16.215Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T15:49:16.215Z] ---> Running in b8dc2181b564 [2021-02-11T15:49:18.792Z] ---> d042f8f9035e [2021-02-11T15:49:18.793Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T15:49:18.793Z] Removing intermediate container b8dc2181b564 [2021-02-11T15:49:18.793Z] ---> c8848fbd30c2 [2021-02-11T15:49:18.793Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T15:49:19.110Z] ---> c01359ab9b82 [2021-02-11T15:49:19.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T15:49:19.433Z] ---> 87718fcc3d23 [2021-02-11T15:49:19.433Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T15:49:19.433Z] ---> 64d645cbabc9 [2021-02-11T15:49:19.433Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T15:49:19.741Z] ---> 24404c063e08 [2021-02-11T15:49:19.741Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T15:49:19.741Z] ---> Running in 72a887683a4a [2021-02-11T15:49:20.174Z] ---> Running in 9c6fc11c3030 [2021-02-11T15:49:20.468Z] ---> 38cf3cfe554a [2021-02-11T15:49:20.468Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T15:49:21.078Z] Removing intermediate container 72a887683a4a [2021-02-11T15:49:21.078Z] ---> 5396f0ec059d [2021-02-11T15:49:21.078Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:49:21.361Z] ---> 30e3c582ec37 [2021-02-11T15:49:21.361Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T15:49:21.361Z] ---> Running in db294cc037dc [2021-02-11T15:49:21.361Z] ---> Running in cd52cfc4d33d [2021-02-11T15:49:21.677Z] Removing intermediate container db294cc037dc [2021-02-11T15:49:21.677Z] ---> fb30821f9cc6 [2021-02-11T15:49:21.677Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:49:22.971Z] Removing intermediate container cd52cfc4d33d [2021-02-11T15:49:22.971Z] ---> 8867f7e2f8cb [2021-02-11T15:49:22.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:49:22.971Z] ---> Running in 71886571e268 [2021-02-11T15:49:22.971Z] ---> 0c3ca722f2e4 [2021-02-11T15:49:22.971Z] 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-02-11T15:49:23.431Z] ---> Running in 3397d0eb5f4e [2021-02-11T15:49:23.977Z] ---> Running in a8fb2ede952d [2021-02-11T15:49:24.686Z] Removing intermediate container 71886571e268 [2021-02-11T15:49:24.686Z] ---> 8c16c206387c [2021-02-11T15:49:24.686Z] Step 22/23 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:49:24.982Z] ---> Running in 90eefb95f051 [2021-02-11T15:49:24.982Z] Removing intermediate container 3397d0eb5f4e [2021-02-11T15:49:24.982Z] ---> d408add80550 [2021-02-11T15:49:24.982Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:49:25.428Z] ---> Running in 6f0562e58f52 [2021-02-11T15:49:27.307Z] Removing intermediate container 90eefb95f051 [2021-02-11T15:49:27.307Z] ---> db5b0a54a4c1 [2021-02-11T15:49:27.307Z] Step 23/23 : LABEL version=2.0.0-dev.89 [2021-02-11T15:49:28.436Z] Removing intermediate container 6f0562e58f52 [2021-02-11T15:49:28.436Z] ---> 4822bac65b46 [2021-02-11T15:49:28.436Z] Step 22/23 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:49:28.772Z] Removing intermediate container 9c6fc11c3030 [2021-02-11T15:49:28.772Z] ---> 07f83c7ebced [2021-02-11T15:49:28.772Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:49:29.056Z] ---> Running in 982b275dd437 [2021-02-11T15:49:29.056Z] ---> Running in ce7480e82aa2 [2021-02-11T15:49:29.699Z] ---> c62846095a6f [2021-02-11T15:49:29.699Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T15:49:29.699Z] Removing intermediate container ce7480e82aa2 [2021-02-11T15:49:29.699Z] ---> 2fdfee085b08 [2021-02-11T15:49:29.699Z] Step 23/23 : LABEL version=2.0.0-dev.89 [2021-02-11T15:49:30.771Z] Removing intermediate container a8fb2ede952d [2021-02-11T15:49:30.771Z] ---> b9be7c8ffa69 [2021-02-11T15:49:30.771Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T15:49:30.771Z] Removing intermediate container 982b275dd437 [2021-02-11T15:49:30.771Z] ---> 06229f78e704 [2021-02-11T15:49:30.771Z] [2021-02-11T15:49:30.771Z] ---> Running in a81558bab19b [2021-02-11T15:49:31.584Z] ---> Running in 3ea83eacdbac [2021-02-11T15:49:31.584Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T15:49:31.997Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T15:49:32.303Z] ---> aefe523efa57 [2021-02-11T15:49:32.303Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T15:49:32.303Z] ---> 53a12c1be486 [2021-02-11T15:49:32.303Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T15:49:32.632Z] ---> Running in e7179550a068 [2021-02-11T15:49:32.632Z] Successfully built 06229f78e704 [2021-02-11T15:49:32.979Z] Removing intermediate container a81558bab19b [2021-02-11T15:49:32.979Z] ---> b8780b45570b [2021-02-11T15:49:32.979Z] [2021-02-11T15:49:32.979Z] Successfully tagged docker-core-metadata-go:latest [2021-02-11T15:49:32.979Z] Building docker-core-data-go [2021-02-11T15:49:33.300Z]  Building docker-core-metadata-go ... done Removing intermediate container 3ea83eacdbac [2021-02-11T15:49:33.300Z] ---> eda74ff09330 [2021-02-11T15:49:33.300Z] Step 22/24 : LABEL arch=x86_64 [2021-02-11T15:49:33.681Z] ---> 5a178fe0b87f [2021-02-11T15:49:33.681Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T15:49:33.681Z] ---> Running in 29080a0c7dd5 [2021-02-11T15:49:33.681Z] Successfully built b8780b45570b [2021-02-11T15:49:34.031Z] Successfully tagged docker-core-command-go:latest [2021-02-11T15:49:34.031Z] Building docker-security-proxy-setup-go [2021-02-11T15:49:34.863Z]  Building docker-core-command-go ... done Removing intermediate container 29080a0c7dd5 [2021-02-11T15:49:34.863Z] ---> c70a7c052d3b [2021-02-11T15:49:34.863Z] Step 23/24 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:49:34.863Z] ---> Running in 8f43483b172c [2021-02-11T15:49:34.863Z] ---> 15a6f3b7f057 [2021-02-11T15:49:34.863Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T15:49:35.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:35.922Z] ---> Running in 5e7b868c4f2d [2021-02-11T15:49:35.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:49:36.611Z] Removing intermediate container 8f43483b172c [2021-02-11T15:49:36.611Z] ---> c4dedee9487e [2021-02-11T15:49:36.611Z] Step 24/24 : LABEL version=2.0.0-dev.89 [2021-02-11T15:49:36.611Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T15:49:36.611Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T15:49:37.034Z] Executing bash-5.0.17-r0.post-install [2021-02-11T15:49:37.034Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:49:37.413Z] OK: 12 MiB in 22 packages [2021-02-11T15:49:38.409Z] ---> Running in 1a9ac7e9c612 [2021-02-11T15:49:38.850Z] Removing intermediate container 5e7b868c4f2d [2021-02-11T15:49:38.850Z] ---> 4b5e5a8b93f5 [2021-02-11T15:49:38.850Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T15:49:40.341Z] Removing intermediate container 1a9ac7e9c612 [2021-02-11T15:49:40.341Z] ---> 80022ce1ac9a [2021-02-11T15:49:40.341Z] [2021-02-11T15:49:41.146Z] ---> ded8ed23452f [2021-02-11T15:49:41.146Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T15:49:41.425Z] Successfully built 80022ce1ac9a [2021-02-11T15:49:41.425Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-11T15:49:41.425Z] Building docker-support-notifications-go [2021-02-11T15:49:42.184Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e7179550a068 [2021-02-11T15:49:42.184Z] ---> 9f1f6099d5b6 [2021-02-11T15:49:42.184Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T15:49:42.184Z] ---> Running in 0c523f3e40bc [2021-02-11T15:49:42.184Z] ---> Running in 391a69ee679e [2021-02-11T15:49:45.685Z] Removing intermediate container 391a69ee679e [2021-02-11T15:49:45.685Z] ---> 85c8b4808daf [2021-02-11T15:49:45.685Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T15:49:49.286Z] ---> Running in cbe70115a619 [2021-02-11T15:49:52.200Z] Removing intermediate container cbe70115a619 [2021-02-11T15:49:52.200Z] ---> 086f9bfbb0a7 [2021-02-11T15:49:52.200Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T15:49:53.536Z] ---> Running in c75063672f2c [2021-02-11T15:49:54.605Z] Removing intermediate container 0c523f3e40bc [2021-02-11T15:49:54.605Z] ---> 781c89a21df6 [2021-02-11T15:49:54.886Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T15:49:55.192Z] Removing intermediate container c75063672f2c [2021-02-11T15:49:55.192Z] ---> 0f3e7c50048e [2021-02-11T15:49:55.192Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T15:49:55.628Z] ---> Running in a7ae39c250f9 [2021-02-11T15:49:57.150Z] Removing intermediate container a7ae39c250f9 [2021-02-11T15:49:57.150Z] ---> d93648b84cb2 [2021-02-11T15:49:57.150Z] Step 27/30 : CMD ["gate"] [2021-02-11T15:49:57.483Z] ---> Running in fe4d7795842d [2021-02-11T15:49:57.821Z] ---> a3dbf73a6fdd [2021-02-11T15:49:57.821Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T15:49:58.942Z] Removing intermediate container fe4d7795842d [2021-02-11T15:49:58.942Z] ---> 3b4b1de141aa [2021-02-11T15:49:58.942Z] Step 28/30 : LABEL arch=x86_64 [2021-02-11T15:49:59.368Z] ---> Running in c3c867f5b2aa [2021-02-11T15:50:00.048Z] ---> 49f4f9b1a862 [2021-02-11T15:50:00.048Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T15:50:00.781Z] Removing intermediate container c3c867f5b2aa [2021-02-11T15:50:00.781Z] ---> 1e7cc0c7c9eb [2021-02-11T15:50:00.781Z] Step 29/30 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:50:01.701Z] ---> Running in fc79b5739516 [2021-02-11T15:50:05.454Z] ---> 8485649755be [2021-02-11T15:50:05.454Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T15:50:06.820Z] Removing intermediate container fc79b5739516 [2021-02-11T15:50:06.820Z] ---> eaf635df2ee5 [2021-02-11T15:50:06.820Z] Step 30/30 : LABEL version=2.0.0-dev.89 [2021-02-11T15:50:08.237Z] ---> Running in 69f0aa55ed0d [2021-02-11T15:50:10.626Z] ---> Running in 99f63b92ac7c [2021-02-11T15:50:13.942Z] Removing intermediate container 99f63b92ac7c [2021-02-11T15:50:13.942Z] ---> ecfde9df2108 [2021-02-11T15:50:13.942Z] [2021-02-11T15:50:13.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:50:14.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:50:14.883Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T15:50:14.883Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T15:50:14.883Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T15:50:14.883Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T15:50:15.552Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T15:50:15.552Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T15:50:15.552Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T15:50:15.962Z] Successfully built ecfde9df2108 [2021-02-11T15:50:15.962Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-11T15:50:15.962Z] Building docker-support-scheduler-go [2021-02-11T15:50:24.308Z]  Building docker-security-bootstrapper-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T15:50:24.308Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T15:50:24.308Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T15:50:24.308Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T15:50:24.308Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T15:50:24.308Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T15:50:24.609Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T15:50:26.991Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T15:50:26.991Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T15:50:27.304Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T15:50:27.304Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T15:50:27.304Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T15:50:28.350Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T15:50:28.350Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T15:50:28.350Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T15:50:28.661Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T15:50:28.661Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T15:50:28.661Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T15:50:29.654Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T15:50:31.562Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T15:50:31.562Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T15:50:31.562Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T15:50:31.562Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T15:50:32.020Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T15:50:33.022Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T15:50:33.022Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T15:50:34.955Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:50:35.289Z] OK: 71 MiB in 55 packages [2021-02-11T15:51:04.130Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:51:04.130Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:51:04.130Z] ---> 9614bd91ab47 [2021-02-11T15:51:04.130Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:51:04.130Z] ---> Using cache [2021-02-11T15:51:04.130Z] ---> 6c2352483063 [2021-02-11T15:51:04.130Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:51:04.597Z] ---> Using cache [2021-02-11T15:51:04.597Z] ---> 3891f0f08935 [2021-02-11T15:51:04.597Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T15:51:06.102Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:51:06.102Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:51:06.102Z] ---> 9614bd91ab47 [2021-02-11T15:51:06.102Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T15:51:06.102Z] ---> Using cache [2021-02-11T15:51:06.102Z] ---> 6c2352483063 [2021-02-11T15:51:06.102Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:51:06.102Z] ---> Using cache [2021-02-11T15:51:06.102Z] ---> 3891f0f08935 [2021-02-11T15:51:06.102Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T15:51:06.102Z] ---> Using cache [2021-02-11T15:51:06.102Z] ---> da28ea0eaa62 [2021-02-11T15:51:06.102Z] Step 6/21 : COPY go.mod . [2021-02-11T15:51:06.102Z] ---> Using cache [2021-02-11T15:51:06.102Z] ---> 2b94df06c4a4 [2021-02-11T15:51:06.102Z] Step 7/21 : RUN go mod download [2021-02-11T15:51:06.102Z] ---> Using cache [2021-02-11T15:51:06.102Z] ---> e61263068451 [2021-02-11T15:51:06.102Z] Step 8/21 : COPY . . [2021-02-11T15:51:06.564Z] ---> Using cache [2021-02-11T15:51:06.564Z] ---> cd33da0cea0a [2021-02-11T15:51:06.564Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T15:51:09.053Z] ---> Running in a2b26e4f3d9d [2021-02-11T15:51:09.053Z] ---> Running in 2885b4979238 [2021-02-11T15:51:09.372Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:51:09.372Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:51:09.372Z] ---> 9614bd91ab47 [2021-02-11T15:51:09.372Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:51:09.372Z] ---> Using cache [2021-02-11T15:51:09.373Z] ---> 6c2352483063 [2021-02-11T15:51:09.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:51:09.373Z] ---> Using cache [2021-02-11T15:51:09.373Z] ---> 3891f0f08935 [2021-02-11T15:51:09.373Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T15:51:10.496Z] ---> Running in 7bec5e20395d [2021-02-11T15:51:13.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-11T15:51:14.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:51:14.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:51:15.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:51:16.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:51:16.619Z] OK: 233 MiB in 51 packages [2021-02-11T15:51:17.857Z] OK: 233 MiB in 51 packages [2021-02-11T15:51:29.700Z] Removing intermediate container 2885b4979238 [2021-02-11T15:51:29.700Z] ---> e2e1bd419ae5 [2021-02-11T15:51:29.700Z] Step 6/23 : COPY go.mod . [2021-02-11T15:51:29.700Z] Removing intermediate container 7bec5e20395d [2021-02-11T15:51:29.700Z] ---> 133605851b54 [2021-02-11T15:51:29.700Z] Step 6/22 : COPY go.mod . [2021-02-11T15:51:35.754Z] ---> 1b4aeb097082 [2021-02-11T15:51:35.754Z] Step 7/23 : RUN go mod download [2021-02-11T15:51:35.754Z] ---> 118177442ca8 [2021-02-11T15:51:35.754Z] Step 7/22 : RUN go mod download [2021-02-11T15:51:38.613Z] ---> Running in 91459f15b4c8 [2021-02-11T15:51:39.326Z] ---> Running in d5e3309cb7e8 [2021-02-11T15:51:55.692Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:51:55.692Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:51:55.692Z] ---> 9614bd91ab47 [2021-02-11T15:51:55.692Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:51:55.692Z] ---> Using cache [2021-02-11T15:51:55.692Z] ---> 6c2352483063 [2021-02-11T15:51:55.692Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:51:55.692Z] ---> Using cache [2021-02-11T15:51:55.692Z] ---> 3891f0f08935 [2021-02-11T15:51:55.692Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T15:51:55.692Z] ---> Using cache [2021-02-11T15:51:55.692Z] ---> da28ea0eaa62 [2021-02-11T15:51:55.692Z] Step 6/22 : COPY go.mod . [2021-02-11T15:51:55.692Z] ---> Using cache [2021-02-11T15:51:55.692Z] ---> 2b94df06c4a4 [2021-02-11T15:51:55.692Z] Step 7/22 : RUN go mod download [2021-02-11T15:51:55.692Z] ---> Using cache [2021-02-11T15:51:55.692Z] ---> e61263068451 [2021-02-11T15:51:55.692Z] Step 8/22 : COPY . . [2021-02-11T15:51:55.692Z] ---> Using cache [2021-02-11T15:51:55.692Z] ---> cd33da0cea0a [2021-02-11T15:51:55.692Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T15:51:56.053Z] ---> Running in 2d1cbddd0061 [2021-02-11T15:51:58.918Z] Removing intermediate container d5e3309cb7e8 [2021-02-11T15:51:58.918Z] ---> 9ed87f2dcb1b [2021-02-11T15:51:58.918Z] Step 8/23 : COPY . . [2021-02-11T15:51:58.918Z] Removing intermediate container 91459f15b4c8 [2021-02-11T15:51:58.918Z] ---> 8ab0546db82f [2021-02-11T15:51:58.918Z] Step 8/22 : COPY . . [2021-02-11T15:51:59.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-11T15:52:33.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-11T15:53:46.639Z] Removing intermediate container 69f0aa55ed0d [2021-02-11T15:53:46.639Z] ---> 7a577a9cc27f [2021-02-11T15:53:46.639Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T15:53:46.639Z] Removing intermediate container a2b26e4f3d9d [2021-02-11T15:53:46.639Z] ---> 02d88b5e0cd6 [2021-02-11T15:53:46.639Z] [2021-02-11T15:53:46.639Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T15:53:46.639Z] ---> 389fef711851 [2021-02-11T15:53:46.639Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T15:53:46.639Z] ---> Running in 9f6d48e7d6cd [2021-02-11T15:53:46.639Z] Removing intermediate container 2d1cbddd0061 [2021-02-11T15:53:46.639Z] ---> c3a535f35b43 [2021-02-11T15:53:46.639Z] [2021-02-11T15:53:46.639Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:53:46.639Z] ---> 389fef711851 [2021-02-11T15:53:46.639Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:53:46.639Z] ---> Using cache [2021-02-11T15:53:46.639Z] ---> 43ae84723429 [2021-02-11T15:53:46.639Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:53:46.639Z] ---> Using cache [2021-02-11T15:53:46.639Z] ---> 1f1fc13f53d5 [2021-02-11T15:53:46.639Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T15:53:46.639Z] ---> Running in 98dd5ce5857a [2021-02-11T15:53:46.639Z] ---> Running in b1f8a91f6aff [2021-02-11T15:53:46.639Z] Removing intermediate container b1f8a91f6aff [2021-02-11T15:53:46.639Z] ---> e04c3dafd5d9 [2021-02-11T15:53:46.639Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:53:48.422Z] ---> Running in 3b5102953656 [2021-02-11T15:53:48.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:53:48.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:53:49.164Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T15:53:49.164Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:53:49.164Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T15:53:49.164Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T15:53:49.164Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:53:49.451Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:53:50.225Z] OK: 7 MiB in 18 packages [2021-02-11T15:53:51.968Z] Removing intermediate container 3b5102953656 [2021-02-11T15:53:51.968Z] ---> a321ec442a5b [2021-02-11T15:53:51.968Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:53:54.758Z] ---> 49a01201f8cb [2021-02-11T15:53:54.759Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T15:53:56.450Z] ---> ef4901d5cf6e [2021-02-11T15:53:56.450Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T15:53:56.906Z] Removing intermediate container 98dd5ce5857a [2021-02-11T15:53:56.906Z] ---> 4df695e5eb8d [2021-02-11T15:53:56.906Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:53:57.225Z] ---> Running in 8ed92cb06a1d [2021-02-11T15:53:57.575Z] ---> Running in 824d11d3423e [2021-02-11T15:53:57.909Z] ---> 4972b81091ef [2021-02-11T15:53:57.909Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T15:53:57.909Z] ---> 6e1510bace69 [2021-02-11T15:53:57.909Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T15:53:59.032Z] ---> Running in 813a4d0042c2 [2021-02-11T15:53:59.329Z] Removing intermediate container 824d11d3423e [2021-02-11T15:53:59.329Z] ---> b64d30d796d4 [2021-02-11T15:53:59.329Z] Step 13/21 : WORKDIR /edgex [2021-02-11T15:53:59.329Z] ---> d57d9453cc61 [2021-02-11T15:53:59.329Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T15:53:59.636Z] ---> Running in a4638b4e9186 [2021-02-11T15:53:59.636Z] ---> Running in cd3a9eef1cc0 [2021-02-11T15:54:00.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-11T15:54:00.726Z] Removing intermediate container cd3a9eef1cc0 [2021-02-11T15:54:00.726Z] ---> 91fe94afe729 [2021-02-11T15:54:00.726Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:54:01.186Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.89" -o cmd/core-data/core-data ./cmd/core-data [2021-02-11T15:54:03.595Z] Removing intermediate container a4638b4e9186 [2021-02-11T15:54:03.595Z] ---> ccc07fbfb2d1 [2021-02-11T15:54:03.595Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T15:54:04.432Z] ---> Running in 2da5af544101 [2021-02-11T15:54:07.201Z] ---> d3e67c0a3280 [2021-02-11T15:54:07.201Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T15:54:07.594Z] Removing intermediate container 2da5af544101 [2021-02-11T15:54:07.594Z] ---> a063786903f4 [2021-02-11T15:54:07.594Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T15:54:08.381Z] ---> Running in 170f274c052b [2021-02-11T15:54:10.160Z] Removing intermediate container 170f274c052b [2021-02-11T15:54:10.160Z] ---> 0917a8bc7838 [2021-02-11T15:54:10.160Z] Step 21/22 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:54:11.261Z] ---> Running in 427e43e70753 [2021-02-11T15:54:11.261Z] ---> 2ed8a9dc5f63 [2021-02-11T15:54:11.261Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T15:54:13.612Z] Removing intermediate container 427e43e70753 [2021-02-11T15:54:13.612Z] ---> bd3c17ee876e [2021-02-11T15:54:13.612Z] Step 22/22 : LABEL version=2.0.0-dev.89 [2021-02-11T15:54:14.268Z] ---> Running in bc521c422fba [2021-02-11T15:54:14.268Z] Collecting docker-compose==1.23.2 [2021-02-11T15:54:14.268Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T15:54:15.413Z] ---> fac94ac2e37f [2021-02-11T15:54:15.413Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T15:54:15.413Z] ---> Running in d5fbeb783d54 [2021-02-11T15:54:15.795Z] Removing intermediate container bc521c422fba [2021-02-11T15:54:15.795Z] ---> 3c3aa80daa18 [2021-02-11T15:54:15.795Z] [2021-02-11T15:54:16.103Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T15:54:16.103Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T15:54:16.103Z] Successfully built 3c3aa80daa18 [2021-02-11T15:54:16.103Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-11T15:54:16.778Z]  Building docker-support-scheduler-go ... done Removing intermediate container d5fbeb783d54 [2021-02-11T15:54:16.778Z] ---> c541981d9076 [2021-02-11T15:54:16.778Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T15:54:16.778Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T15:54:16.778Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T15:54:17.112Z] ---> Running in 8e0231910cd4 [2021-02-11T15:54:17.470Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T15:54:17.470Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T15:54:17.470Z] 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-02-11T15:54:17.836Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T15:54:17.836Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T15:54:18.560Z] Removing intermediate container 8e0231910cd4 [2021-02-11T15:54:18.560Z] ---> 8163bd7cd4e3 [2021-02-11T15:54:18.560Z] Step 19/21 : LABEL arch=x86_64 [2021-02-11T15:54:18.849Z] ---> Running in 8ec2c472c099 [2021-02-11T15:54:19.515Z] Removing intermediate container 8ec2c472c099 [2021-02-11T15:54:19.515Z] ---> 0afd09e0693e [2021-02-11T15:54:19.515Z] Step 20/21 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:54:20.141Z] ---> Running in 7ae4f8682f72 [2021-02-11T15:54:21.130Z] Removing intermediate container 7ae4f8682f72 [2021-02-11T15:54:21.130Z] ---> c011b726e164 [2021-02-11T15:54:21.130Z] Step 21/21 : LABEL version=2.0.0-dev.89 [2021-02-11T15:54:21.130Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T15:54:21.130Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T15:54:21.515Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T15:54:21.515Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T15:54:22.008Z] ---> Running in 609c1bb081d4 [2021-02-11T15:54:22.865Z] Collecting PyYAML<4,>=3.10 [2021-02-11T15:54:22.865Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T15:54:22.865Z] Removing intermediate container 609c1bb081d4 [2021-02-11T15:54:22.865Z] ---> 72208734ec98 [2021-02-11T15:54:22.865Z] [2021-02-11T15:54:24.770Z] Successfully built 72208734ec98 [2021-02-11T15:54:25.085Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-11T15:54:25.085Z]  Building docker-security-proxy-setup-go ... done Collecting texttable<0.10,>=0.9.0 [2021-02-11T15:54:25.085Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T15:54:27.516Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T15:54:27.516Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T15:54:29.846Z] 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-02-11T15:54:30.445Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T15:54:30.445Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T15:54:30.786Z] Collecting idna<2.8,>=2.5 [2021-02-11T15:54:30.786Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T15:54:31.134Z] 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-02-11T15:54:31.570Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T15:54:31.570Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T15:54:31.940Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T15:54:31.940Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T15:54:31.940Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T15:54:31.940Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T15:54:32.258Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, cached-property, PyYAML, texttable, dockerpty, docker-compose [2021-02-11T15:54:32.258Z] Attempting uninstall: urllib3 [2021-02-11T15:54:32.258Z] Found existing installation: urllib3 1.25.9 [2021-02-11T15:54:32.258Z] Uninstalling urllib3-1.25.9: [2021-02-11T15:54:32.258Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T15:54:32.998Z] Attempting uninstall: idna [2021-02-11T15:54:32.998Z] Found existing installation: idna 2.9 [2021-02-11T15:54:32.998Z] Uninstalling idna-2.9: [2021-02-11T15:54:33.312Z] Successfully uninstalled idna-2.9 [2021-02-11T15:54:34.075Z] Attempting uninstall: requests [2021-02-11T15:54:34.075Z] Found existing installation: requests 2.23.0 [2021-02-11T15:54:34.075Z] Uninstalling requests-2.23.0: [2021-02-11T15:54:34.426Z] Successfully uninstalled requests-2.23.0 [2021-02-11T15:54:37.477Z] Running setup.py install for docopt: started [2021-02-11T15:54:39.988Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T15:54:39.988Z] Running setup.py install for PyYAML: started [2021-02-11T15:54:41.051Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T15:54:41.051Z] Running setup.py install for texttable: started [2021-02-11T15:54:42.089Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T15:54:42.089Z] Running setup.py install for dockerpty: started [2021-02-11T15:54:42.764Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T15:54:44.040Z] 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-02-11T15:54:58.482Z] Removing intermediate container 9f6d48e7d6cd [2021-02-11T15:54:58.482Z] ---> 610d8eda0b6d [2021-02-11T15:54:58.482Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T15:54:58.815Z] ---> Running in a9f79cdbef75 [2021-02-11T15:55:01.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:55:01.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:55:01.750Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:55:01.750Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T15:55:01.750Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T15:55:01.750Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:55:02.922Z] OK: 72 MiB in 58 packages [2021-02-11T15:55:07.058Z] Removing intermediate container a9f79cdbef75 [2021-02-11T15:55:07.058Z] ---> ca3247e0ef2c [2021-02-11T15:55:07.058Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T15:55:07.887Z] ---> Running in 4b23b03e7490 [2021-02-11T15:55:09.184Z] Removing intermediate container 4b23b03e7490 [2021-02-11T15:55:09.184Z] ---> ef403b7521ad [2021-02-11T15:55:09.184Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:55:11.317Z] ---> Running in 38abaf510446 [2021-02-11T15:55:12.459Z] Removing intermediate container 8ed92cb06a1d [2021-02-11T15:55:12.459Z] ---> 658417c502ba [2021-02-11T15:55:12.459Z] [2021-02-11T15:55:12.459Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:55:12.459Z] ---> 389fef711851 [2021-02-11T15:55:12.459Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T15:55:13.153Z] ---> Running in aaa4ee144069 [2021-02-11T15:55:13.153Z] Removing intermediate container 38abaf510446 [2021-02-11T15:55:13.153Z] ---> 5686bd960391 [2021-02-11T15:55:13.153Z] Step 24/26 : LABEL arch=x86_64 [2021-02-11T15:55:14.342Z] ---> Running in add597c20772 [2021-02-11T15:55:14.653Z] Removing intermediate container 813a4d0042c2 [2021-02-11T15:55:14.653Z] ---> 4bbc70cc8d0c [2021-02-11T15:55:14.653Z] [2021-02-11T15:55:14.653Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:55:14.653Z] ---> 389fef711851 [2021-02-11T15:55:14.653Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T15:55:14.653Z] Removing intermediate container add597c20772 [2021-02-11T15:55:14.653Z] ---> 87f87bbc3a8f [2021-02-11T15:55:14.653Z] Step 25/26 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:55:14.653Z] ---> Running in 39d7802735d4 [2021-02-11T15:55:14.653Z] ---> Running in 14a7f31cc2f5 [2021-02-11T15:55:14.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:55:14.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:55:14.930Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T15:55:14.930Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:55:14.930Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:55:14.930Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:55:15.208Z] OK: 6 MiB in 16 packages [2021-02-11T15:55:15.208Z] Removing intermediate container 39d7802735d4 [2021-02-11T15:55:15.208Z] ---> 3bfb271615ce [2021-02-11T15:55:15.208Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T15:55:15.568Z] Removing intermediate container 14a7f31cc2f5 [2021-02-11T15:55:15.568Z] ---> 2d40c215a016 [2021-02-11T15:55:15.568Z] Step 26/26 : LABEL version=2.0.0-dev.89 [2021-02-11T15:55:15.884Z] ---> Running in 59dc7b034a25 [2021-02-11T15:55:16.217Z] ---> Running in 5d69ce6c4000 [2021-02-11T15:55:16.217Z] Removing intermediate container 59dc7b034a25 [2021-02-11T15:55:16.217Z] ---> 1f197b64917a [2021-02-11T15:55:16.217Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T15:55:16.503Z] ---> Running in 8291f3780813 [2021-02-11T15:55:16.503Z] Removing intermediate container 5d69ce6c4000 [2021-02-11T15:55:16.503Z] ---> 6966ad41fbce [2021-02-11T15:55:16.503Z] [2021-02-11T15:55:17.798Z] Successfully built 6966ad41fbce [2021-02-11T15:55:17.798Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-11T15:55:17.798Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container aaa4ee144069 [2021-02-11T15:55:17.798Z] ---> 2511ecda3b40 [2021-02-11T15:55:17.798Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:55:17.798Z] Removing intermediate container 8291f3780813 [2021-02-11T15:55:17.798Z] ---> 7172a61222b3 [2021-02-11T15:55:17.798Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:55:17.798Z] ---> Running in d973152179f1 [2021-02-11T15:55:17.798Z] ---> Running in d895af8db411 [2021-02-11T15:55:18.421Z] Removing intermediate container d973152179f1 [2021-02-11T15:55:18.421Z] ---> 77915e295247 [2021-02-11T15:55:18.421Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T15:55:18.703Z] ---> Running in 965404b10ea1 [2021-02-11T15:55:18.982Z] Removing intermediate container 965404b10ea1 [2021-02-11T15:55:18.982Z] ---> 9b44c5b3c642 [2021-02-11T15:55:18.982Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:55:19.282Z] ---> Running in be17cacc2d6e [2021-02-11T15:55:19.602Z] Removing intermediate container be17cacc2d6e [2021-02-11T15:55:19.602Z] ---> b32a49fb80c7 [2021-02-11T15:55:19.602Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:55:20.249Z] Removing intermediate container d895af8db411 [2021-02-11T15:55:20.249Z] ---> 1a709005a6db [2021-02-11T15:55:20.249Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T15:55:20.249Z] ---> Running in e6bf21f9b4e5 [2021-02-11T15:55:20.557Z] ---> 27c4a1c9a8df [2021-02-11T15:55:20.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T15:55:23.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:55:23.051Z] ---> a7580b136b29 [2021-02-11T15:55:23.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T15:55:23.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:55:24.637Z] ---> e411c403b064 [2021-02-11T15:55:24.637Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T15:55:24.637Z] ---> Running in adae1700dd3d [2021-02-11T15:55:24.637Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T15:55:24.914Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T15:55:24.914Z] Removing intermediate container adae1700dd3d [2021-02-11T15:55:24.914Z] ---> a7f5103ab7cd [2021-02-11T15:55:24.914Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:55:24.914Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T15:55:24.914Z] ---> Running in 2ece0cdd8b2b [2021-02-11T15:55:25.208Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T15:55:25.517Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T15:55:25.517Z] Removing intermediate container 2ece0cdd8b2b [2021-02-11T15:55:25.517Z] ---> 8695947f4918 [2021-02-11T15:55:25.517Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T15:55:25.517Z] ---> Running in e058ea1834eb [2021-02-11T15:55:25.840Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T15:55:25.840Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:55:25.840Z] OK: 8 MiB in 20 packages [2021-02-11T15:55:26.605Z] Removing intermediate container e058ea1834eb [2021-02-11T15:55:26.605Z] ---> 1b878f17b31b [2021-02-11T15:55:26.605Z] Step 21/22 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:55:26.605Z] ---> Running in 0eea07e31404 [2021-02-11T15:55:27.671Z] Removing intermediate container 0eea07e31404 [2021-02-11T15:55:27.671Z] ---> 9980568bf731 [2021-02-11T15:55:27.671Z] Step 22/22 : LABEL version=2.0.0-dev.89 [2021-02-11T15:55:27.948Z] Removing intermediate container e6bf21f9b4e5 [2021-02-11T15:55:27.948Z] ---> 03ef2167c8ef [2021-02-11T15:55:27.948Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:55:27.948Z] ---> Running in b2087e76b229 [2021-02-11T15:55:28.579Z] Removing intermediate container b2087e76b229 [2021-02-11T15:55:28.579Z] ---> a59bfb522501 [2021-02-11T15:55:28.579Z] [2021-02-11T15:55:28.579Z] ---> 8f8d91aaa6a3 [2021-02-11T15:55:28.579Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T15:55:28.851Z] Successfully built a59bfb522501 [2021-02-11T15:55:28.851Z] Successfully tagged docker-support-notifications-go:latest [2021-02-11T15:55:30.548Z]  Building docker-support-notifications-go ... done  ---> aa4a8ad918ad [2021-02-11T15:55:30.548Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T15:55:31.291Z] ---> a023f3021c46 [2021-02-11T15:55:31.291Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T15:55:32.794Z] ---> Running in cd76aed84c96 [2021-02-11T15:55:33.397Z] Removing intermediate container cd76aed84c96 [2021-02-11T15:55:33.397Z] ---> 08a129d0d64b [2021-02-11T15:55:33.397Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:55:33.397Z] ---> Running in 63052a7011fe [2021-02-11T15:55:34.116Z] Removing intermediate container 63052a7011fe [2021-02-11T15:55:34.116Z] ---> 5d44079cc772 [2021-02-11T15:55:34.116Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:55:34.435Z] ---> Running in 6eca0c38027f [2021-02-11T15:55:35.529Z] Removing intermediate container 6eca0c38027f [2021-02-11T15:55:35.529Z] ---> b20757d5550a [2021-02-11T15:55:35.529Z] Step 22/23 : LABEL git_sha=8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:55:35.529Z] ---> Running in e78fc1e93e1b [2021-02-11T15:55:36.198Z] Removing intermediate container e78fc1e93e1b [2021-02-11T15:55:36.198Z] ---> 0caae43fb317 [2021-02-11T15:55:36.198Z] Step 23/23 : LABEL version=2.0.0-dev.89 [2021-02-11T15:55:36.198Z] ---> Running in 99a7a670d7fc [2021-02-11T15:55:36.843Z] Removing intermediate container 99a7a670d7fc [2021-02-11T15:55:36.843Z] ---> ab8937367c34 [2021-02-11T15:55:36.843Z] [2021-02-11T15:55:36.843Z] Successfully built ab8937367c34 [2021-02-11T15:55:37.123Z] Successfully tagged docker-core-data-go:latest [2021-02-11T15:55:38.326Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-11T15:55:38.405Z] $ docker stop --time=1 da74ec155c4ae50483f538d37da8c0446999a4323de038a2a73eac13a7d6c817 [2021-02-11T15:55:41.618Z] $ docker rm -f da74ec155c4ae50483f538d37da8c0446999a4323de038a2a73eac13a7d6c817 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:55:43.220Z] + docker images [2021-02-11T15:55:43.221Z] + grep docker [2021-02-11T15:55:44.785Z] docker-core-data-go latest ab8937367c34 8 seconds ago 22.3MB [2021-02-11T15:55:44.785Z] docker-support-notifications-go latest a59bfb522501 16 seconds ago 17.6MB [2021-02-11T15:55:44.785Z] docker-sys-mgmt-agent-go latest 6966ad41fbce 28 seconds ago 313MB [2021-02-11T15:55:44.785Z] docker-security-proxy-setup-go latest 72208734ec98 About a minute ago 24.4MB [2021-02-11T15:55:44.785Z] docker-support-scheduler-go latest 3c3aa80daa18 About a minute ago 17MB [2021-02-11T15:55:44.785Z] docker-security-bootstrapper-go latest ecfde9df2108 5 minutes ago 17.9MB [2021-02-11T15:55:44.785Z] docker-security-secretstore-setup-go latest 80022ce1ac9a 6 minutes ago 24.6MB [2021-02-11T15:55:44.785Z] docker-core-command-go latest b8780b45570b 6 minutes ago 16.9MB [2021-02-11T15:55:44.785Z] docker-core-metadata-go latest 06229f78e704 6 minutes ago 18.8MB [2021-02-11T15:55:44.785Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:55:45.306Z] provisioning config files... [2021-02-11T15:55:45.548Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/354@tmp/config6088883588638524502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:55:45.983Z] ---> docker-login.sh [2021-02-11T15:55:45.983Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:55:47.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:55:48.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:55:48.152Z] Configure a credential helper to remove this warning. See [2021-02-11T15:55:48.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:55:48.152Z] [2021-02-11T15:55:48.152Z] Login Succeeded [2021-02-11T15:55:48.152Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:55:48.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:55:48.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:55:48.476Z] Configure a credential helper to remove this warning. See [2021-02-11T15:55:48.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:55:48.476Z] [2021-02-11T15:55:48.476Z] Login Succeeded [2021-02-11T15:55:48.476Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:55:48.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:55:48.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:55:48.757Z] Configure a credential helper to remove this warning. See [2021-02-11T15:55:48.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:55:48.757Z] [2021-02-11T15:55:48.757Z] Login Succeeded [2021-02-11T15:55:48.757Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:55:51.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:55:51.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:55:51.568Z] Configure a credential helper to remove this warning. See [2021-02-11T15:55:51.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:55:51.568Z] [2021-02-11T15:55:51.568Z] Login Succeeded [2021-02-11T15:55:51.568Z] docker.io [2021-02-11T15:55:51.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:55:52.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:55:52.775Z] Configure a credential helper to remove this warning. See [2021-02-11T15:55:52.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:55:52.775Z] [2021-02-11T15:55:52.775Z] Login Succeeded [2021-02-11T15:55:52.775Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:55:52.789Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:55:53.052Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-11T15:55:53.052Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:55:53.052Z] 2.0.0-dev.89 [2021-02-11T15:55:53.052Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:55:53.052Z] master [2021-02-11T15:55:53.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:55:53.677Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:55:55.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:55:55.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-11T15:55:55.736Z] 6bdd03bcb495: Preparing [2021-02-11T15:55:55.736Z] d4353b758f56: Preparing [2021-02-11T15:55:55.736Z] fe0f4d0e2cda: Preparing [2021-02-11T15:55:55.736Z] f9732c4d1cc2: Preparing [2021-02-11T15:55:55.736Z] 777b2c648970: Preparing [2021-02-11T15:55:55.736Z] 6bdd03bcb495: Pushed [2021-02-11T15:55:55.736Z] fe0f4d0e2cda: Pushed [2021-02-11T15:55:55.736Z] 777b2c648970: Layer already exists [2021-02-11T15:55:55.736Z] f9732c4d1cc2: Pushed [2021-02-11T15:55:57.729Z] d4353b758f56: Pushed [2021-02-11T15:55:57.730Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:0ad51eddfca94cdbb116b07af3553f2ad7e50fb377353f97b89a6e1cd94c5e31 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:55:58.186Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:55:58.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.89 [2021-02-11T15:55:58.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-11T15:55:58.914Z] 6bdd03bcb495: Preparing [2021-02-11T15:55:58.914Z] d4353b758f56: Preparing [2021-02-11T15:55:58.914Z] fe0f4d0e2cda: Preparing [2021-02-11T15:55:58.914Z] f9732c4d1cc2: Preparing [2021-02-11T15:55:58.914Z] 777b2c648970: Preparing [2021-02-11T15:55:59.239Z] f9732c4d1cc2: Layer already exists [2021-02-11T15:55:59.239Z] 6bdd03bcb495: Layer already exists [2021-02-11T15:55:59.239Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:55:59.239Z] 777b2c648970: Layer already exists [2021-02-11T15:55:59.239Z] d4353b758f56: Layer already exists [2021-02-11T15:55:59.239Z] 2.0.0-dev.89: digest: sha256:0ad51eddfca94cdbb116b07af3553f2ad7e50fb377353f97b89a6e1cd94c5e31 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:55:59.791Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:00.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:00.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-11T15:56:00.935Z] 6bdd03bcb495: Preparing [2021-02-11T15:56:00.935Z] d4353b758f56: Preparing [2021-02-11T15:56:00.935Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:00.935Z] f9732c4d1cc2: Preparing [2021-02-11T15:56:00.935Z] 777b2c648970: Preparing [2021-02-11T15:56:01.210Z] 777b2c648970: Layer already exists [2021-02-11T15:56:01.210Z] d4353b758f56: Layer already exists [2021-02-11T15:56:01.210Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:01.210Z] f9732c4d1cc2: Layer already exists [2021-02-11T15:56:01.210Z] 6bdd03bcb495: Layer already exists [2021-02-11T15:56:01.210Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:0ad51eddfca94cdbb116b07af3553f2ad7e50fb377353f97b89a6e1cd94c5e31 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:02.022Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:02.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-11T15:56:04.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-11T15:56:04.425Z] 6bdd03bcb495: Preparing [2021-02-11T15:56:04.425Z] d4353b758f56: Preparing [2021-02-11T15:56:04.425Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:04.425Z] f9732c4d1cc2: Preparing [2021-02-11T15:56:04.425Z] 777b2c648970: Preparing [2021-02-11T15:56:04.425Z] d4353b758f56: Layer already exists [2021-02-11T15:56:04.425Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:04.425Z] 6bdd03bcb495: Layer already exists [2021-02-11T15:56:04.425Z] 777b2c648970: Layer already exists [2021-02-11T15:56:04.425Z] f9732c4d1cc2: Layer already exists [2021-02-11T15:56:04.425Z] master: digest: sha256:0ad51eddfca94cdbb116b07af3553f2ad7e50fb377353f97b89a6e1cd94c5e31 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:56:04.622Z] ===================================================== [Pipeline] echo [2021-02-11T15:56:04.668Z] taggedImages: [2021-02-11T15:56:04.668Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:04.668Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.89 [2021-02-11T15:56:04.668Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:04.668Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-11T15:56:04.731Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-11T15:56:04.731Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:04.731Z] 2.0.0-dev.89 [2021-02-11T15:56:04.731Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:04.731Z] master [2021-02-11T15:56:04.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:05.424Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:05.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:05.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-11T15:56:05.828Z] c18d482ca0dd: Preparing [2021-02-11T15:56:05.828Z] aeaba3534794: Preparing [2021-02-11T15:56:05.828Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:05.828Z] d9d9cc96eea6: Preparing [2021-02-11T15:56:05.828Z] ffffbfe0725b: Preparing [2021-02-11T15:56:05.828Z] 777b2c648970: Preparing [2021-02-11T15:56:05.828Z] 777b2c648970: Waiting [2021-02-11T15:56:05.828Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:06.234Z] 777b2c648970: Layer already exists [2021-02-11T15:56:06.234Z] ffffbfe0725b: Pushed [2021-02-11T15:56:06.573Z] c18d482ca0dd: Pushed [2021-02-11T15:56:06.859Z] d9d9cc96eea6: Pushed [2021-02-11T15:56:09.924Z] aeaba3534794: Pushed [2021-02-11T15:56:09.924Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:beb08ddd313008969fb19f4cbed73e1e8d8bad81fdd35410ffa86a4b2ba149ae size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:10.341Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:11.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.89 [2021-02-11T15:56:11.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-11T15:56:11.416Z] c18d482ca0dd: Preparing [2021-02-11T15:56:11.416Z] aeaba3534794: Preparing [2021-02-11T15:56:11.416Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:11.416Z] d9d9cc96eea6: Preparing [2021-02-11T15:56:11.416Z] ffffbfe0725b: Preparing [2021-02-11T15:56:11.416Z] 777b2c648970: Preparing [2021-02-11T15:56:11.416Z] 777b2c648970: Waiting [2021-02-11T15:56:11.416Z] d9d9cc96eea6: Layer already exists [2021-02-11T15:56:11.416Z] c18d482ca0dd: Layer already exists [2021-02-11T15:56:11.416Z] ffffbfe0725b: Layer already exists [2021-02-11T15:56:11.416Z] aeaba3534794: Layer already exists [2021-02-11T15:56:11.416Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:11.416Z] 777b2c648970: Layer already exists [2021-02-11T15:56:11.686Z] 2.0.0-dev.89: digest: sha256:beb08ddd313008969fb19f4cbed73e1e8d8bad81fdd35410ffa86a4b2ba149ae size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:12.191Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:13.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:13.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-11T15:56:13.429Z] c18d482ca0dd: Preparing [2021-02-11T15:56:13.429Z] aeaba3534794: Preparing [2021-02-11T15:56:13.429Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:13.429Z] d9d9cc96eea6: Preparing [2021-02-11T15:56:13.429Z] ffffbfe0725b: Preparing [2021-02-11T15:56:13.429Z] 777b2c648970: Preparing [2021-02-11T15:56:13.429Z] 777b2c648970: Waiting [2021-02-11T15:56:13.429Z] aeaba3534794: Layer already exists [2021-02-11T15:56:13.429Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:13.429Z] ffffbfe0725b: Layer already exists [2021-02-11T15:56:13.429Z] d9d9cc96eea6: Layer already exists [2021-02-11T15:56:13.429Z] c18d482ca0dd: Layer already exists [2021-02-11T15:56:13.429Z] 777b2c648970: Layer already exists [2021-02-11T15:56:13.770Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:beb08ddd313008969fb19f4cbed73e1e8d8bad81fdd35410ffa86a4b2ba149ae size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:14.215Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:15.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-11T15:56:15.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-11T15:56:15.164Z] c18d482ca0dd: Preparing [2021-02-11T15:56:15.164Z] aeaba3534794: Preparing [2021-02-11T15:56:15.164Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:15.164Z] d9d9cc96eea6: Preparing [2021-02-11T15:56:15.164Z] ffffbfe0725b: Preparing [2021-02-11T15:56:15.164Z] 777b2c648970: Preparing [2021-02-11T15:56:15.164Z] 777b2c648970: Waiting [2021-02-11T15:56:15.164Z] c18d482ca0dd: Layer already exists [2021-02-11T15:56:15.164Z] d9d9cc96eea6: Layer already exists [2021-02-11T15:56:15.164Z] ffffbfe0725b: Layer already exists [2021-02-11T15:56:15.164Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:15.164Z] aeaba3534794: Layer already exists [2021-02-11T15:56:15.164Z] 777b2c648970: Layer already exists [2021-02-11T15:56:15.431Z] master: digest: sha256:beb08ddd313008969fb19f4cbed73e1e8d8bad81fdd35410ffa86a4b2ba149ae size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:56:15.640Z] ===================================================== [Pipeline] echo [2021-02-11T15:56:15.707Z] taggedImages: [2021-02-11T15:56:15.707Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:15.707Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.89 [2021-02-11T15:56:15.707Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:15.707Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-11T15:56:15.770Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-11T15:56:15.770Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:15.770Z] 2.0.0-dev.89 [2021-02-11T15:56:15.770Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:15.770Z] master [2021-02-11T15:56:15.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:16.417Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:17.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:18.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-11T15:56:18.459Z] 4674d0b951ba: Preparing [2021-02-11T15:56:18.460Z] 67ea48e70740: Preparing [2021-02-11T15:56:18.460Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:18.460Z] c819f16a4f1c: Preparing [2021-02-11T15:56:18.460Z] 777b2c648970: Preparing [2021-02-11T15:56:18.460Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:18.460Z] 777b2c648970: Layer already exists [2021-02-11T15:56:18.775Z] 4674d0b951ba: Pushed [2021-02-11T15:56:18.775Z] c819f16a4f1c: Pushed [2021-02-11T15:56:20.250Z] 67ea48e70740: Pushed [2021-02-11T15:56:20.586Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:17505a041d608351ac83cdb9b7adb3d15564de29de84193439ae1034e58934b5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:20.976Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:21.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.89 [2021-02-11T15:56:21.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-11T15:56:21.380Z] 4674d0b951ba: Preparing [2021-02-11T15:56:21.380Z] 67ea48e70740: Preparing [2021-02-11T15:56:21.380Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:21.380Z] c819f16a4f1c: Preparing [2021-02-11T15:56:21.380Z] 777b2c648970: Preparing [2021-02-11T15:56:21.652Z] 67ea48e70740: Layer already exists [2021-02-11T15:56:21.652Z] c819f16a4f1c: Layer already exists [2021-02-11T15:56:21.652Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:21.652Z] 4674d0b951ba: Layer already exists [2021-02-11T15:56:21.652Z] 777b2c648970: Layer already exists [2021-02-11T15:56:21.652Z] 2.0.0-dev.89: digest: sha256:17505a041d608351ac83cdb9b7adb3d15564de29de84193439ae1034e58934b5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:22.048Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:22.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:23.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-11T15:56:23.031Z] 4674d0b951ba: Preparing [2021-02-11T15:56:23.031Z] 67ea48e70740: Preparing [2021-02-11T15:56:23.031Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:23.031Z] c819f16a4f1c: Preparing [2021-02-11T15:56:23.031Z] 777b2c648970: Preparing [2021-02-11T15:56:24.398Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:24.398Z] c819f16a4f1c: Layer already exists [2021-02-11T15:56:24.398Z] 4674d0b951ba: Layer already exists [2021-02-11T15:56:24.398Z] 67ea48e70740: Layer already exists [2021-02-11T15:56:24.398Z] 777b2c648970: Layer already exists [2021-02-11T15:56:24.398Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:17505a041d608351ac83cdb9b7adb3d15564de29de84193439ae1034e58934b5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:25.498Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:26.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-11T15:56:27.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-11T15:56:27.362Z] 4674d0b951ba: Preparing [2021-02-11T15:56:27.362Z] 67ea48e70740: Preparing [2021-02-11T15:56:27.362Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:27.362Z] c819f16a4f1c: Preparing [2021-02-11T15:56:27.362Z] 777b2c648970: Preparing [2021-02-11T15:56:27.648Z] 777b2c648970: Layer already exists [2021-02-11T15:56:27.648Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:27.648Z] 4674d0b951ba: Layer already exists [2021-02-11T15:56:27.648Z] 67ea48e70740: Layer already exists [2021-02-11T15:56:27.648Z] c819f16a4f1c: Layer already exists [2021-02-11T15:56:27.648Z] master: digest: sha256:17505a041d608351ac83cdb9b7adb3d15564de29de84193439ae1034e58934b5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:56:27.846Z] ===================================================== [Pipeline] echo [2021-02-11T15:56:27.896Z] taggedImages: [2021-02-11T15:56:27.896Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:27.896Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.89 [2021-02-11T15:56:27.896Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:27.896Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-11T15:56:27.960Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-11T15:56:27.961Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:27.961Z] 2.0.0-dev.89 [2021-02-11T15:56:27.961Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:27.961Z] master [2021-02-11T15:56:27.961Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:29.847Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:30.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:30.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-11T15:56:30.663Z] 110681a1d2ee: Preparing [2021-02-11T15:56:30.663Z] 110681a1d2ee: Preparing [2021-02-11T15:56:30.663Z] 2aa291b633e9: Preparing [2021-02-11T15:56:30.663Z] b25718c91675: Preparing [2021-02-11T15:56:30.663Z] 7ad867852696: Preparing [2021-02-11T15:56:30.663Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:30.663Z] 99a9397f07b6: Preparing [2021-02-11T15:56:30.663Z] 99a9397f07b6: Preparing [2021-02-11T15:56:30.663Z] 43acbd9fa6fa: Preparing [2021-02-11T15:56:30.663Z] eee6ea95bd34: Preparing [2021-02-11T15:56:30.663Z] 777b2c648970: Preparing [2021-02-11T15:56:30.663Z] 99a9397f07b6: Waiting [2021-02-11T15:56:30.663Z] 43acbd9fa6fa: Waiting [2021-02-11T15:56:30.663Z] eee6ea95bd34: Waiting [2021-02-11T15:56:30.663Z] 777b2c648970: Waiting [2021-02-11T15:56:31.317Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:32.846Z] b25718c91675: Pushed [2021-02-11T15:56:32.846Z] 110681a1d2ee: Pushed [2021-02-11T15:56:32.846Z] 2aa291b633e9: Pushed [2021-02-11T15:56:32.846Z] 99a9397f07b6: Pushed [2021-02-11T15:56:34.558Z] 777b2c648970: Layer already exists [2021-02-11T15:56:34.558Z] 43acbd9fa6fa: Pushed [2021-02-11T15:56:35.213Z] eee6ea95bd34: Pushed [2021-02-11T15:56:37.647Z] 7ad867852696: Pushed [2021-02-11T15:56:37.647Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:f8699a55f2f903931e7809c9353d5456fdeac9d6e74c1de035c1cead3c6d3fa4 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:38.249Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:39.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.89 [2021-02-11T15:56:39.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-11T15:56:39.750Z] 110681a1d2ee: Preparing [2021-02-11T15:56:39.750Z] 110681a1d2ee: Preparing [2021-02-11T15:56:39.750Z] 2aa291b633e9: Preparing [2021-02-11T15:56:39.750Z] b25718c91675: Preparing [2021-02-11T15:56:39.750Z] 7ad867852696: Preparing [2021-02-11T15:56:39.750Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:39.750Z] 99a9397f07b6: Preparing [2021-02-11T15:56:39.750Z] 99a9397f07b6: Preparing [2021-02-11T15:56:39.750Z] 43acbd9fa6fa: Preparing [2021-02-11T15:56:39.750Z] eee6ea95bd34: Preparing [2021-02-11T15:56:39.750Z] 777b2c648970: Preparing [2021-02-11T15:56:39.750Z] 99a9397f07b6: Waiting [2021-02-11T15:56:39.750Z] 43acbd9fa6fa: Waiting [2021-02-11T15:56:39.750Z] eee6ea95bd34: Waiting [2021-02-11T15:56:39.750Z] 777b2c648970: Waiting [2021-02-11T15:56:39.750Z] b25718c91675: Layer already exists [2021-02-11T15:56:39.750Z] 7ad867852696: Layer already exists [2021-02-11T15:56:39.750Z] 2aa291b633e9: Layer already exists [2021-02-11T15:56:39.750Z] 110681a1d2ee: Layer already exists [2021-02-11T15:56:39.750Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:39.750Z] 43acbd9fa6fa: Layer already exists [2021-02-11T15:56:39.750Z] eee6ea95bd34: Layer already exists [2021-02-11T15:56:39.750Z] 99a9397f07b6: Layer already exists [2021-02-11T15:56:39.750Z] 777b2c648970: Layer already exists [2021-02-11T15:56:40.059Z] 2.0.0-dev.89: digest: sha256:f8699a55f2f903931e7809c9353d5456fdeac9d6e74c1de035c1cead3c6d3fa4 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:40.549Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:41.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:41.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-11T15:56:41.866Z] 110681a1d2ee: Preparing [2021-02-11T15:56:41.866Z] 110681a1d2ee: Preparing [2021-02-11T15:56:41.866Z] 2aa291b633e9: Preparing [2021-02-11T15:56:41.866Z] b25718c91675: Preparing [2021-02-11T15:56:41.866Z] 7ad867852696: Preparing [2021-02-11T15:56:41.866Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:41.866Z] 99a9397f07b6: Preparing [2021-02-11T15:56:41.866Z] 99a9397f07b6: Preparing [2021-02-11T15:56:41.866Z] 43acbd9fa6fa: Preparing [2021-02-11T15:56:41.866Z] eee6ea95bd34: Preparing [2021-02-11T15:56:41.866Z] 777b2c648970: Preparing [2021-02-11T15:56:41.866Z] 99a9397f07b6: Waiting [2021-02-11T15:56:41.866Z] 43acbd9fa6fa: Waiting [2021-02-11T15:56:41.866Z] eee6ea95bd34: Waiting [2021-02-11T15:56:41.866Z] 777b2c648970: Waiting [2021-02-11T15:56:41.866Z] b25718c91675: Layer already exists [2021-02-11T15:56:41.866Z] 2aa291b633e9: Layer already exists [2021-02-11T15:56:41.866Z] 110681a1d2ee: Layer already exists [2021-02-11T15:56:41.866Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:41.866Z] 7ad867852696: Layer already exists [2021-02-11T15:56:41.866Z] 777b2c648970: Layer already exists [2021-02-11T15:56:41.866Z] 43acbd9fa6fa: Layer already exists [2021-02-11T15:56:41.866Z] 99a9397f07b6: Layer already exists [2021-02-11T15:56:41.866Z] eee6ea95bd34: Layer already exists [2021-02-11T15:56:42.335Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:f8699a55f2f903931e7809c9353d5456fdeac9d6e74c1de035c1cead3c6d3fa4 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:42.887Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:44.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-11T15:56:44.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-11T15:56:44.537Z] 110681a1d2ee: Preparing [2021-02-11T15:56:44.537Z] 110681a1d2ee: Preparing [2021-02-11T15:56:44.537Z] 2aa291b633e9: Preparing [2021-02-11T15:56:44.537Z] b25718c91675: Preparing [2021-02-11T15:56:44.537Z] 7ad867852696: Preparing [2021-02-11T15:56:44.537Z] fe0f4d0e2cda: Preparing [2021-02-11T15:56:44.537Z] 99a9397f07b6: Preparing [2021-02-11T15:56:44.537Z] 99a9397f07b6: Preparing [2021-02-11T15:56:44.537Z] 43acbd9fa6fa: Preparing [2021-02-11T15:56:44.537Z] eee6ea95bd34: Preparing [2021-02-11T15:56:44.537Z] 777b2c648970: Preparing [2021-02-11T15:56:44.537Z] 99a9397f07b6: Waiting [2021-02-11T15:56:44.537Z] 43acbd9fa6fa: Waiting [2021-02-11T15:56:44.537Z] eee6ea95bd34: Waiting [2021-02-11T15:56:44.537Z] 777b2c648970: Waiting [2021-02-11T15:56:44.537Z] 2aa291b633e9: Layer already exists [2021-02-11T15:56:44.537Z] b25718c91675: Layer already exists [2021-02-11T15:56:44.537Z] 7ad867852696: Layer already exists [2021-02-11T15:56:44.537Z] 110681a1d2ee: Layer already exists [2021-02-11T15:56:44.537Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:56:44.822Z] 99a9397f07b6: Layer already exists [2021-02-11T15:56:44.822Z] 777b2c648970: Layer already exists [2021-02-11T15:56:44.822Z] 43acbd9fa6fa: Layer already exists [2021-02-11T15:56:44.822Z] eee6ea95bd34: Layer already exists [2021-02-11T15:56:44.822Z] master: digest: sha256:f8699a55f2f903931e7809c9353d5456fdeac9d6e74c1de035c1cead3c6d3fa4 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:56:45.010Z] ===================================================== [Pipeline] echo [2021-02-11T15:56:45.056Z] taggedImages: [2021-02-11T15:56:45.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:45.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.89 [2021-02-11T15:56:45.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:45.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-11T15:56:45.124Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-11T15:56:45.124Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:45.124Z] 2.0.0-dev.89 [2021-02-11T15:56:45.124Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:45.124Z] master [2021-02-11T15:56:45.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:45.704Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:46.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:46.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-11T15:56:46.599Z] bbd15804641c: Preparing [2021-02-11T15:56:46.599Z] 253045b1dc51: Preparing [2021-02-11T15:56:46.599Z] f87856ab270a: Preparing [2021-02-11T15:56:46.599Z] 5a1ee78267a4: Preparing [2021-02-11T15:56:46.599Z] 79bf631b9132: Preparing [2021-02-11T15:56:46.599Z] 777b2c648970: Preparing [2021-02-11T15:56:46.599Z] 777b2c648970: Waiting [2021-02-11T15:56:46.965Z] 5a1ee78267a4: Pushed [2021-02-11T15:56:46.965Z] f87856ab270a: Pushed [2021-02-11T15:56:47.353Z] 777b2c648970: Layer already exists [2021-02-11T15:56:47.353Z] 79bf631b9132: Pushed [2021-02-11T15:56:49.909Z] bbd15804641c: Pushed [2021-02-11T15:56:49.909Z] 253045b1dc51: Pushed [2021-02-11T15:56:49.909Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:2737512be0e57f6c3f72b74dcc23e50ecebcf9de9db932e0f7e0b87382b95075 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:50.414Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:51.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.89 [2021-02-11T15:56:51.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-11T15:56:51.595Z] bbd15804641c: Preparing [2021-02-11T15:56:51.595Z] 253045b1dc51: Preparing [2021-02-11T15:56:51.595Z] f87856ab270a: Preparing [2021-02-11T15:56:51.595Z] 5a1ee78267a4: Preparing [2021-02-11T15:56:51.595Z] 79bf631b9132: Preparing [2021-02-11T15:56:51.595Z] 777b2c648970: Preparing [2021-02-11T15:56:51.595Z] 777b2c648970: Waiting [2021-02-11T15:56:51.595Z] 79bf631b9132: Layer already exists [2021-02-11T15:56:51.595Z] f87856ab270a: Layer already exists [2021-02-11T15:56:51.595Z] 5a1ee78267a4: Layer already exists [2021-02-11T15:56:51.595Z] bbd15804641c: Layer already exists [2021-02-11T15:56:51.595Z] 253045b1dc51: Layer already exists [2021-02-11T15:56:51.921Z] 777b2c648970: Layer already exists [2021-02-11T15:56:51.921Z] 2.0.0-dev.89: digest: sha256:2737512be0e57f6c3f72b74dcc23e50ecebcf9de9db932e0f7e0b87382b95075 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:52.344Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:53.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:53.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-11T15:56:53.865Z] bbd15804641c: Preparing [2021-02-11T15:56:53.865Z] 253045b1dc51: Preparing [2021-02-11T15:56:53.865Z] f87856ab270a: Preparing [2021-02-11T15:56:53.865Z] 5a1ee78267a4: Preparing [2021-02-11T15:56:53.865Z] 79bf631b9132: Preparing [2021-02-11T15:56:53.865Z] 777b2c648970: Preparing [2021-02-11T15:56:53.865Z] 777b2c648970: Waiting [2021-02-11T15:56:53.865Z] f87856ab270a: Layer already exists [2021-02-11T15:56:53.865Z] 79bf631b9132: Layer already exists [2021-02-11T15:56:53.865Z] bbd15804641c: Layer already exists [2021-02-11T15:56:53.865Z] 253045b1dc51: Layer already exists [2021-02-11T15:56:53.865Z] 5a1ee78267a4: Layer already exists [2021-02-11T15:56:53.865Z] 777b2c648970: Layer already exists [2021-02-11T15:56:54.810Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:2737512be0e57f6c3f72b74dcc23e50ecebcf9de9db932e0f7e0b87382b95075 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:55.283Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:56.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-11T15:56:56.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-11T15:56:56.567Z] bbd15804641c: Preparing [2021-02-11T15:56:56.567Z] 253045b1dc51: Preparing [2021-02-11T15:56:56.567Z] f87856ab270a: Preparing [2021-02-11T15:56:56.567Z] 5a1ee78267a4: Preparing [2021-02-11T15:56:56.567Z] 79bf631b9132: Preparing [2021-02-11T15:56:56.567Z] 777b2c648970: Preparing [2021-02-11T15:56:56.567Z] 777b2c648970: Waiting [2021-02-11T15:56:56.567Z] 253045b1dc51: Layer already exists [2021-02-11T15:56:56.567Z] bbd15804641c: Layer already exists [2021-02-11T15:56:56.567Z] 5a1ee78267a4: Layer already exists [2021-02-11T15:56:56.568Z] 79bf631b9132: Layer already exists [2021-02-11T15:56:56.568Z] f87856ab270a: Layer already exists [2021-02-11T15:56:56.568Z] 777b2c648970: Layer already exists [2021-02-11T15:56:56.834Z] master: digest: sha256:2737512be0e57f6c3f72b74dcc23e50ecebcf9de9db932e0f7e0b87382b95075 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:56:57.249Z] ===================================================== [Pipeline] echo [2021-02-11T15:56:57.296Z] taggedImages: [2021-02-11T15:56:57.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:57.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.89 [2021-02-11T15:56:57.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:57.296Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-11T15:56:57.360Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-11T15:56:57.360Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:57.360Z] 2.0.0-dev.89 [2021-02-11T15:56:57.360Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:56:57.360Z] master [2021-02-11T15:56:57.360Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:58.114Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:56:58.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:56:59.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-11T15:56:59.121Z] c9135697938f: Preparing [2021-02-11T15:56:59.121Z] f968bec7382e: Preparing [2021-02-11T15:56:59.121Z] 381d590c5f28: Preparing [2021-02-11T15:56:59.121Z] 35f02da3ee6e: Preparing [2021-02-11T15:56:59.121Z] c6d19294b3ac: Preparing [2021-02-11T15:56:59.121Z] a2068d0b9831: Preparing [2021-02-11T15:56:59.121Z] 5b4120e86a51: Preparing [2021-02-11T15:56:59.121Z] 59af50afc652: Preparing [2021-02-11T15:56:59.121Z] 777b2c648970: Preparing [2021-02-11T15:56:59.121Z] a2068d0b9831: Waiting [2021-02-11T15:56:59.121Z] 5b4120e86a51: Waiting [2021-02-11T15:56:59.121Z] 59af50afc652: Waiting [2021-02-11T15:56:59.121Z] 777b2c648970: Waiting [2021-02-11T15:56:59.898Z] c9135697938f: Pushed [2021-02-11T15:56:59.899Z] f968bec7382e: Pushed [2021-02-11T15:56:59.899Z] c6d19294b3ac: Pushed [2021-02-11T15:57:01.303Z] 5b4120e86a51: Pushed [2021-02-11T15:57:01.303Z] a2068d0b9831: Pushed [2021-02-11T15:57:01.768Z] 777b2c648970: Layer already exists [2021-02-11T15:57:03.291Z] 59af50afc652: Pushed [2021-02-11T15:57:03.589Z] 35f02da3ee6e: Pushed [2021-02-11T15:57:03.589Z] 381d590c5f28: Pushed [2021-02-11T15:57:03.867Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:8ac60bf9e3b6b6258b328fe154ba1f5a2045b9363fd136cfa5983de69e3733a7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:04.321Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:05.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.89 [2021-02-11T15:57:05.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-11T15:57:05.916Z] c9135697938f: Preparing [2021-02-11T15:57:05.916Z] f968bec7382e: Preparing [2021-02-11T15:57:05.916Z] 381d590c5f28: Preparing [2021-02-11T15:57:05.916Z] 35f02da3ee6e: Preparing [2021-02-11T15:57:05.916Z] c6d19294b3ac: Preparing [2021-02-11T15:57:05.917Z] a2068d0b9831: Preparing [2021-02-11T15:57:05.917Z] 5b4120e86a51: Preparing [2021-02-11T15:57:05.917Z] 59af50afc652: Preparing [2021-02-11T15:57:05.917Z] 777b2c648970: Preparing [2021-02-11T15:57:05.917Z] a2068d0b9831: Waiting [2021-02-11T15:57:05.917Z] 5b4120e86a51: Waiting [2021-02-11T15:57:05.917Z] 59af50afc652: Waiting [2021-02-11T15:57:05.917Z] 777b2c648970: Waiting [2021-02-11T15:57:05.917Z] 35f02da3ee6e: Layer already exists [2021-02-11T15:57:05.917Z] f968bec7382e: Layer already exists [2021-02-11T15:57:05.917Z] c6d19294b3ac: Layer already exists [2021-02-11T15:57:05.917Z] 381d590c5f28: Layer already exists [2021-02-11T15:57:05.917Z] c9135697938f: Layer already exists [2021-02-11T15:57:05.917Z] 59af50afc652: Layer already exists [2021-02-11T15:57:05.917Z] 777b2c648970: Layer already exists [2021-02-11T15:57:05.917Z] a2068d0b9831: Layer already exists [2021-02-11T15:57:05.917Z] 5b4120e86a51: Layer already exists [2021-02-11T15:57:06.186Z] 2.0.0-dev.89: digest: sha256:8ac60bf9e3b6b6258b328fe154ba1f5a2045b9363fd136cfa5983de69e3733a7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:06.613Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:07.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:07.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-11T15:57:07.527Z] c9135697938f: Preparing [2021-02-11T15:57:07.527Z] f968bec7382e: Preparing [2021-02-11T15:57:07.527Z] 381d590c5f28: Preparing [2021-02-11T15:57:07.527Z] 35f02da3ee6e: Preparing [2021-02-11T15:57:07.527Z] c6d19294b3ac: Preparing [2021-02-11T15:57:07.527Z] a2068d0b9831: Preparing [2021-02-11T15:57:07.527Z] 5b4120e86a51: Preparing [2021-02-11T15:57:07.527Z] 59af50afc652: Preparing [2021-02-11T15:57:07.527Z] 777b2c648970: Preparing [2021-02-11T15:57:07.527Z] a2068d0b9831: Waiting [2021-02-11T15:57:07.527Z] 5b4120e86a51: Waiting [2021-02-11T15:57:07.527Z] 59af50afc652: Waiting [2021-02-11T15:57:07.527Z] 777b2c648970: Waiting [2021-02-11T15:57:07.850Z] 35f02da3ee6e: Layer already exists [2021-02-11T15:57:07.850Z] 381d590c5f28: Layer already exists [2021-02-11T15:57:07.850Z] c9135697938f: Layer already exists [2021-02-11T15:57:07.850Z] c6d19294b3ac: Layer already exists [2021-02-11T15:57:07.850Z] f968bec7382e: Layer already exists [2021-02-11T15:57:07.850Z] a2068d0b9831: Layer already exists [2021-02-11T15:57:07.850Z] 59af50afc652: Layer already exists [2021-02-11T15:57:07.850Z] 5b4120e86a51: Layer already exists [2021-02-11T15:57:07.850Z] 777b2c648970: Layer already exists [2021-02-11T15:57:07.850Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:8ac60bf9e3b6b6258b328fe154ba1f5a2045b9363fd136cfa5983de69e3733a7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:08.285Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:08.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-11T15:57:08.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-11T15:57:08.884Z] c9135697938f: Preparing [2021-02-11T15:57:08.884Z] f968bec7382e: Preparing [2021-02-11T15:57:08.884Z] 381d590c5f28: Preparing [2021-02-11T15:57:08.884Z] 35f02da3ee6e: Preparing [2021-02-11T15:57:08.884Z] c6d19294b3ac: Preparing [2021-02-11T15:57:08.884Z] a2068d0b9831: Preparing [2021-02-11T15:57:08.885Z] 5b4120e86a51: Preparing [2021-02-11T15:57:08.885Z] 59af50afc652: Preparing [2021-02-11T15:57:08.885Z] 777b2c648970: Preparing [2021-02-11T15:57:08.885Z] a2068d0b9831: Waiting [2021-02-11T15:57:08.885Z] 5b4120e86a51: Waiting [2021-02-11T15:57:08.885Z] 59af50afc652: Waiting [2021-02-11T15:57:08.885Z] 777b2c648970: Waiting [2021-02-11T15:57:08.885Z] c6d19294b3ac: Layer already exists [2021-02-11T15:57:08.885Z] f968bec7382e: Layer already exists [2021-02-11T15:57:08.885Z] 381d590c5f28: Layer already exists [2021-02-11T15:57:08.885Z] c9135697938f: Layer already exists [2021-02-11T15:57:08.885Z] 35f02da3ee6e: Layer already exists [2021-02-11T15:57:08.885Z] 59af50afc652: Layer already exists [2021-02-11T15:57:08.885Z] 777b2c648970: Layer already exists [2021-02-11T15:57:08.885Z] a2068d0b9831: Layer already exists [2021-02-11T15:57:08.885Z] 5b4120e86a51: Layer already exists [2021-02-11T15:57:09.166Z] master: digest: sha256:8ac60bf9e3b6b6258b328fe154ba1f5a2045b9363fd136cfa5983de69e3733a7 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:57:09.353Z] ===================================================== [Pipeline] echo [2021-02-11T15:57:09.398Z] taggedImages: [2021-02-11T15:57:09.398Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:09.398Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.89 [2021-02-11T15:57:09.398Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:09.398Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-11T15:57:09.474Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-11T15:57:09.474Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:09.474Z] 2.0.0-dev.89 [2021-02-11T15:57:09.474Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:09.474Z] master [2021-02-11T15:57:09.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:10.022Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:10.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:10.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-11T15:57:10.362Z] c2a1474045b7: Preparing [2021-02-11T15:57:10.362Z] 3c9a634c82f6: Preparing [2021-02-11T15:57:10.362Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:10.362Z] e5bfd1a84ab2: Preparing [2021-02-11T15:57:10.362Z] 777b2c648970: Preparing [2021-02-11T15:57:10.362Z] 777b2c648970: Layer already exists [2021-02-11T15:57:10.695Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:10.695Z] c2a1474045b7: Pushed [2021-02-11T15:57:11.028Z] e5bfd1a84ab2: Pushed [2021-02-11T15:57:14.578Z] 3c9a634c82f6: Pushed [2021-02-11T15:57:14.578Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:6cd41748a245ddcceed80bbc5ae15f1dafa33fec93b76ffc1f5d71775370cb83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:15.154Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:17.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.89 [2021-02-11T15:57:17.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-11T15:57:17.166Z] c2a1474045b7: Preparing [2021-02-11T15:57:17.166Z] 3c9a634c82f6: Preparing [2021-02-11T15:57:17.166Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:17.166Z] e5bfd1a84ab2: Preparing [2021-02-11T15:57:17.166Z] 777b2c648970: Preparing [2021-02-11T15:57:17.432Z] 3c9a634c82f6: Layer already exists [2021-02-11T15:57:17.432Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:17.432Z] 777b2c648970: Layer already exists [2021-02-11T15:57:17.432Z] c2a1474045b7: Layer already exists [2021-02-11T15:57:17.432Z] e5bfd1a84ab2: Layer already exists [2021-02-11T15:57:17.432Z] 2.0.0-dev.89: digest: sha256:6cd41748a245ddcceed80bbc5ae15f1dafa33fec93b76ffc1f5d71775370cb83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:17.805Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:18.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:18.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-11T15:57:18.897Z] c2a1474045b7: Preparing [2021-02-11T15:57:18.897Z] 3c9a634c82f6: Preparing [2021-02-11T15:57:18.897Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:18.897Z] e5bfd1a84ab2: Preparing [2021-02-11T15:57:18.897Z] 777b2c648970: Preparing [2021-02-11T15:57:18.897Z] 3c9a634c82f6: Layer already exists [2021-02-11T15:57:18.897Z] 777b2c648970: Layer already exists [2021-02-11T15:57:18.897Z] c2a1474045b7: Layer already exists [2021-02-11T15:57:18.897Z] e5bfd1a84ab2: Layer already exists [2021-02-11T15:57:18.897Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:18.897Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:6cd41748a245ddcceed80bbc5ae15f1dafa33fec93b76ffc1f5d71775370cb83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:19.367Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:20.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-11T15:57:20.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-11T15:57:20.420Z] c2a1474045b7: Preparing [2021-02-11T15:57:20.420Z] 3c9a634c82f6: Preparing [2021-02-11T15:57:20.420Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:20.420Z] e5bfd1a84ab2: Preparing [2021-02-11T15:57:20.420Z] 777b2c648970: Preparing [2021-02-11T15:57:20.420Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:20.420Z] 3c9a634c82f6: Layer already exists [2021-02-11T15:57:20.420Z] e5bfd1a84ab2: Layer already exists [2021-02-11T15:57:20.421Z] c2a1474045b7: Layer already exists [2021-02-11T15:57:20.421Z] 777b2c648970: Layer already exists [2021-02-11T15:57:20.700Z] master: digest: sha256:6cd41748a245ddcceed80bbc5ae15f1dafa33fec93b76ffc1f5d71775370cb83 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:57:20.930Z] ===================================================== [Pipeline] echo [2021-02-11T15:57:21.021Z] taggedImages: [2021-02-11T15:57:21.021Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:21.021Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.89 [2021-02-11T15:57:21.021Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:21.021Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-11T15:57:21.143Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-11T15:57:21.143Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:21.143Z] 2.0.0-dev.89 [2021-02-11T15:57:21.143Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:21.143Z] master [2021-02-11T15:57:21.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:21.730Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:22.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:22.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-11T15:57:22.954Z] 01d3a5af2e43: Preparing [2021-02-11T15:57:22.954Z] 4d7abc855bf3: Preparing [2021-02-11T15:57:22.954Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:22.954Z] f9732c4d1cc2: Preparing [2021-02-11T15:57:22.954Z] 777b2c648970: Preparing [2021-02-11T15:57:22.954Z] 777b2c648970: Layer already exists [2021-02-11T15:57:24.277Z] f9732c4d1cc2: Layer already exists [2021-02-11T15:57:24.277Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:24.277Z] 01d3a5af2e43: Pushed [2021-02-11T15:57:25.906Z] 4d7abc855bf3: Pushed [2021-02-11T15:57:25.906Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:87fa08b8a6ddb4e7238225b2e2e4afdd8003c6edf7a44a1d8e95c370c81f41f2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:26.335Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:26.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.89 [2021-02-11T15:57:27.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-11T15:57:27.198Z] 01d3a5af2e43: Preparing [2021-02-11T15:57:27.198Z] 4d7abc855bf3: Preparing [2021-02-11T15:57:27.198Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:27.198Z] f9732c4d1cc2: Preparing [2021-02-11T15:57:27.198Z] 777b2c648970: Preparing [2021-02-11T15:57:27.198Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:27.198Z] f9732c4d1cc2: Layer already exists [2021-02-11T15:57:27.198Z] 777b2c648970: Layer already exists [2021-02-11T15:57:27.198Z] 4d7abc855bf3: Layer already exists [2021-02-11T15:57:27.198Z] 01d3a5af2e43: Layer already exists [2021-02-11T15:57:27.198Z] 2.0.0-dev.89: digest: sha256:87fa08b8a6ddb4e7238225b2e2e4afdd8003c6edf7a44a1d8e95c370c81f41f2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:28.071Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:29.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:29.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-11T15:57:29.869Z] 01d3a5af2e43: Preparing [2021-02-11T15:57:29.869Z] 4d7abc855bf3: Preparing [2021-02-11T15:57:29.869Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:29.869Z] f9732c4d1cc2: Preparing [2021-02-11T15:57:29.869Z] 777b2c648970: Preparing [2021-02-11T15:57:29.869Z] 4d7abc855bf3: Layer already exists [2021-02-11T15:57:29.869Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:29.869Z] f9732c4d1cc2: Layer already exists [2021-02-11T15:57:29.869Z] 01d3a5af2e43: Layer already exists [2021-02-11T15:57:29.869Z] 777b2c648970: Layer already exists [2021-02-11T15:57:30.151Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:87fa08b8a6ddb4e7238225b2e2e4afdd8003c6edf7a44a1d8e95c370c81f41f2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:30.619Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:31.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-11T15:57:31.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-11T15:57:31.840Z] 01d3a5af2e43: Preparing [2021-02-11T15:57:31.840Z] 4d7abc855bf3: Preparing [2021-02-11T15:57:31.840Z] fe0f4d0e2cda: Preparing [2021-02-11T15:57:31.840Z] f9732c4d1cc2: Preparing [2021-02-11T15:57:31.840Z] 777b2c648970: Preparing [2021-02-11T15:57:32.122Z] f9732c4d1cc2: Layer already exists [2021-02-11T15:57:32.122Z] fe0f4d0e2cda: Layer already exists [2021-02-11T15:57:32.122Z] 777b2c648970: Layer already exists [2021-02-11T15:57:32.122Z] 01d3a5af2e43: Layer already exists [2021-02-11T15:57:32.122Z] 4d7abc855bf3: Layer already exists [2021-02-11T15:57:32.122Z] master: digest: sha256:87fa08b8a6ddb4e7238225b2e2e4afdd8003c6edf7a44a1d8e95c370c81f41f2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:57:32.350Z] ===================================================== [Pipeline] echo [2021-02-11T15:57:32.399Z] taggedImages: [2021-02-11T15:57:32.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:32.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.89 [2021-02-11T15:57:32.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:32.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-11T15:57:32.470Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-11T15:57:32.470Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:32.470Z] 2.0.0-dev.89 [2021-02-11T15:57:32.470Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:57:32.470Z] master [2021-02-11T15:57:32.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:33.129Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:34.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:57:34.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-11T15:57:34.489Z] 438d5a6eb5dc: Preparing [2021-02-11T15:57:34.489Z] a1b812bf7a7e: Preparing [2021-02-11T15:57:34.489Z] e1400fbe006b: Preparing [2021-02-11T15:57:34.489Z] dd33481b0800: Preparing [2021-02-11T15:57:34.489Z] 5a2c3c7d5dd6: Preparing [2021-02-11T15:57:34.489Z] 8bf723f2802f: Preparing [2021-02-11T15:57:34.489Z] 37b4351a10d6: Preparing [2021-02-11T15:57:34.489Z] 0754057c0ad3: Preparing [2021-02-11T15:57:34.489Z] 998cdf262ab1: Preparing [2021-02-11T15:57:34.489Z] 02e56110abd2: Preparing [2021-02-11T15:57:34.489Z] abc36efb885a: Preparing [2021-02-11T15:57:34.489Z] b0b09059f4e1: Preparing [2021-02-11T15:57:34.489Z] bb961f40224b: Preparing [2021-02-11T15:57:34.489Z] f4666769fca7: Preparing [2021-02-11T15:57:34.489Z] 0754057c0ad3: Waiting [2021-02-11T15:57:34.489Z] 998cdf262ab1: Waiting [2021-02-11T15:57:34.489Z] 02e56110abd2: Waiting [2021-02-11T15:57:34.489Z] abc36efb885a: Waiting [2021-02-11T15:57:34.489Z] b0b09059f4e1: Waiting [2021-02-11T15:57:34.489Z] bb961f40224b: Waiting [2021-02-11T15:57:34.489Z] f4666769fca7: Waiting [2021-02-11T15:57:34.489Z] 8bf723f2802f: Waiting [2021-02-11T15:57:34.489Z] 37b4351a10d6: Waiting [2021-02-11T15:57:35.340Z] 5a2c3c7d5dd6: Pushed [2021-02-11T15:57:35.783Z] 438d5a6eb5dc: Pushed [2021-02-11T15:57:35.783Z] dd33481b0800: Pushed [2021-02-11T15:57:36.468Z] 0754057c0ad3: Layer already exists [2021-02-11T15:57:36.468Z] 998cdf262ab1: Layer already exists [2021-02-11T15:57:36.816Z] 02e56110abd2: Layer already exists [2021-02-11T15:57:36.816Z] abc36efb885a: Layer already exists [2021-02-11T15:57:36.816Z] b0b09059f4e1: Layer already exists [2021-02-11T15:57:36.816Z] a1b812bf7a7e: Pushed [2021-02-11T15:57:36.816Z] bb961f40224b: Layer already exists [2021-02-11T15:57:36.816Z] 37b4351a10d6: Pushed [2021-02-11T15:57:37.213Z] f4666769fca7: Layer already exists [2021-02-11T15:57:38.720Z] 8bf723f2802f: Pushed [2021-02-11T15:57:58.887Z] e1400fbe006b: Pushed [2021-02-11T15:57:58.887Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc: digest: sha256:0e284f430ecd78ac78a76023207312ea9d2d83fc6ec224f63807295942f3daff size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:57:59.352Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:58:00.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.89 [2021-02-11T15:58:01.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-11T15:58:01.486Z] 438d5a6eb5dc: Preparing [2021-02-11T15:58:01.486Z] a1b812bf7a7e: Preparing [2021-02-11T15:58:01.486Z] e1400fbe006b: Preparing [2021-02-11T15:58:01.486Z] dd33481b0800: Preparing [2021-02-11T15:58:01.486Z] 5a2c3c7d5dd6: Preparing [2021-02-11T15:58:01.486Z] 8bf723f2802f: Preparing [2021-02-11T15:58:01.486Z] 37b4351a10d6: Preparing [2021-02-11T15:58:01.486Z] 0754057c0ad3: Preparing [2021-02-11T15:58:01.486Z] 998cdf262ab1: Preparing [2021-02-11T15:58:01.486Z] 02e56110abd2: Preparing [2021-02-11T15:58:01.486Z] abc36efb885a: Preparing [2021-02-11T15:58:01.486Z] b0b09059f4e1: Preparing [2021-02-11T15:58:01.486Z] bb961f40224b: Preparing [2021-02-11T15:58:01.486Z] f4666769fca7: Preparing [2021-02-11T15:58:01.486Z] 8bf723f2802f: Waiting [2021-02-11T15:58:01.486Z] 0754057c0ad3: Waiting [2021-02-11T15:58:01.486Z] 998cdf262ab1: Waiting [2021-02-11T15:58:01.486Z] 02e56110abd2: Waiting [2021-02-11T15:58:01.486Z] abc36efb885a: Waiting [2021-02-11T15:58:01.486Z] b0b09059f4e1: Waiting [2021-02-11T15:58:01.486Z] bb961f40224b: Waiting [2021-02-11T15:58:01.486Z] f4666769fca7: Waiting [2021-02-11T15:58:01.486Z] 37b4351a10d6: Waiting [2021-02-11T15:58:01.486Z] e1400fbe006b: Layer already exists [2021-02-11T15:58:01.486Z] 5a2c3c7d5dd6: Layer already exists [2021-02-11T15:58:01.486Z] dd33481b0800: Layer already exists [2021-02-11T15:58:01.486Z] a1b812bf7a7e: Layer already exists [2021-02-11T15:58:01.486Z] 438d5a6eb5dc: Layer already exists [2021-02-11T15:58:01.486Z] 8bf723f2802f: Layer already exists [2021-02-11T15:58:01.819Z] 0754057c0ad3: Layer already exists [2021-02-11T15:58:01.819Z] 37b4351a10d6: Layer already exists [2021-02-11T15:58:01.819Z] 998cdf262ab1: Layer already exists [2021-02-11T15:58:01.819Z] 02e56110abd2: Layer already exists [2021-02-11T15:58:01.819Z] abc36efb885a: Layer already exists [2021-02-11T15:58:01.819Z] bb961f40224b: Layer already exists [2021-02-11T15:58:01.819Z] b0b09059f4e1: Layer already exists [2021-02-11T15:58:01.819Z] f4666769fca7: Layer already exists [2021-02-11T15:58:01.819Z] 2.0.0-dev.89: digest: sha256:0e284f430ecd78ac78a76023207312ea9d2d83fc6ec224f63807295942f3daff size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:58:02.342Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:58:03.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:58:03.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-11T15:58:03.934Z] 438d5a6eb5dc: Preparing [2021-02-11T15:58:03.934Z] a1b812bf7a7e: Preparing [2021-02-11T15:58:03.934Z] e1400fbe006b: Preparing [2021-02-11T15:58:03.934Z] dd33481b0800: Preparing [2021-02-11T15:58:03.934Z] 5a2c3c7d5dd6: Preparing [2021-02-11T15:58:03.934Z] 8bf723f2802f: Preparing [2021-02-11T15:58:03.934Z] 37b4351a10d6: Preparing [2021-02-11T15:58:03.934Z] 0754057c0ad3: Preparing [2021-02-11T15:58:03.934Z] 998cdf262ab1: Preparing [2021-02-11T15:58:03.934Z] 02e56110abd2: Preparing [2021-02-11T15:58:03.934Z] abc36efb885a: Preparing [2021-02-11T15:58:03.934Z] b0b09059f4e1: Preparing [2021-02-11T15:58:03.934Z] bb961f40224b: Preparing [2021-02-11T15:58:03.934Z] f4666769fca7: Preparing [2021-02-11T15:58:03.934Z] 8bf723f2802f: Waiting [2021-02-11T15:58:03.934Z] 37b4351a10d6: Waiting [2021-02-11T15:58:03.934Z] 0754057c0ad3: Waiting [2021-02-11T15:58:03.934Z] 998cdf262ab1: Waiting [2021-02-11T15:58:03.934Z] 02e56110abd2: Waiting [2021-02-11T15:58:03.934Z] abc36efb885a: Waiting [2021-02-11T15:58:03.934Z] b0b09059f4e1: Waiting [2021-02-11T15:58:03.934Z] bb961f40224b: Waiting [2021-02-11T15:58:03.934Z] f4666769fca7: Waiting [2021-02-11T15:58:04.316Z] e1400fbe006b: Layer already exists [2021-02-11T15:58:04.316Z] a1b812bf7a7e: Layer already exists [2021-02-11T15:58:04.316Z] 438d5a6eb5dc: Layer already exists [2021-02-11T15:58:04.316Z] dd33481b0800: Layer already exists [2021-02-11T15:58:04.316Z] 5a2c3c7d5dd6: Layer already exists [2021-02-11T15:58:04.316Z] 8bf723f2802f: Layer already exists [2021-02-11T15:58:04.316Z] 37b4351a10d6: Layer already exists [2021-02-11T15:58:04.316Z] 998cdf262ab1: Layer already exists [2021-02-11T15:58:04.316Z] 0754057c0ad3: Layer already exists [2021-02-11T15:58:04.316Z] bb961f40224b: Layer already exists [2021-02-11T15:58:04.316Z] 02e56110abd2: Layer already exists [2021-02-11T15:58:04.316Z] b0b09059f4e1: Layer already exists [2021-02-11T15:58:04.316Z] f4666769fca7: Layer already exists [2021-02-11T15:58:04.316Z] abc36efb885a: Layer already exists [2021-02-11T15:58:04.649Z] 8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89: digest: sha256:0e284f430ecd78ac78a76023207312ea9d2d83fc6ec224f63807295942f3daff size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:58:05.323Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:58:06.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-11T15:58:06.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-11T15:58:06.499Z] 438d5a6eb5dc: Preparing [2021-02-11T15:58:06.499Z] a1b812bf7a7e: Preparing [2021-02-11T15:58:06.499Z] e1400fbe006b: Preparing [2021-02-11T15:58:06.499Z] dd33481b0800: Preparing [2021-02-11T15:58:06.499Z] 5a2c3c7d5dd6: Preparing [2021-02-11T15:58:06.499Z] 8bf723f2802f: Preparing [2021-02-11T15:58:06.499Z] 37b4351a10d6: Preparing [2021-02-11T15:58:06.499Z] 0754057c0ad3: Preparing [2021-02-11T15:58:06.499Z] 998cdf262ab1: Preparing [2021-02-11T15:58:06.499Z] 02e56110abd2: Preparing [2021-02-11T15:58:06.499Z] abc36efb885a: Preparing [2021-02-11T15:58:06.499Z] b0b09059f4e1: Preparing [2021-02-11T15:58:06.499Z] bb961f40224b: Preparing [2021-02-11T15:58:06.499Z] f4666769fca7: Preparing [2021-02-11T15:58:06.499Z] 8bf723f2802f: Waiting [2021-02-11T15:58:06.499Z] 37b4351a10d6: Waiting [2021-02-11T15:58:06.499Z] 0754057c0ad3: Waiting [2021-02-11T15:58:06.499Z] 998cdf262ab1: Waiting [2021-02-11T15:58:06.499Z] 02e56110abd2: Waiting [2021-02-11T15:58:06.499Z] abc36efb885a: Waiting [2021-02-11T15:58:06.499Z] b0b09059f4e1: Waiting [2021-02-11T15:58:06.499Z] bb961f40224b: Waiting [2021-02-11T15:58:06.499Z] f4666769fca7: Waiting [2021-02-11T15:58:06.799Z] e1400fbe006b: Layer already exists [2021-02-11T15:58:06.799Z] dd33481b0800: Layer already exists [2021-02-11T15:58:06.799Z] a1b812bf7a7e: Layer already exists [2021-02-11T15:58:06.799Z] 438d5a6eb5dc: Layer already exists [2021-02-11T15:58:06.799Z] 5a2c3c7d5dd6: Layer already exists [2021-02-11T15:58:06.799Z] 02e56110abd2: Layer already exists [2021-02-11T15:58:06.799Z] 37b4351a10d6: Layer already exists [2021-02-11T15:58:06.799Z] 998cdf262ab1: Layer already exists [2021-02-11T15:58:06.799Z] 8bf723f2802f: Layer already exists [2021-02-11T15:58:06.799Z] 0754057c0ad3: Layer already exists [2021-02-11T15:58:06.799Z] b0b09059f4e1: Layer already exists [2021-02-11T15:58:06.799Z] abc36efb885a: Layer already exists [2021-02-11T15:58:06.799Z] bb961f40224b: Layer already exists [2021-02-11T15:58:06.799Z] f4666769fca7: Layer already exists [2021-02-11T15:58:06.799Z] master: digest: sha256:0e284f430ecd78ac78a76023207312ea9d2d83fc6ec224f63807295942f3daff size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-11T15:58:07.057Z] ===================================================== [Pipeline] echo [2021-02-11T15:58:07.101Z] taggedImages: [2021-02-11T15:58:07.101Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc [2021-02-11T15:58:07.101Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.89 [2021-02-11T15:58:07.101Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8d65b999035e49fddad3f4b9ff0ea0f872535afc-2.0.0-dev.89 [2021-02-11T15:58:07.101Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-11T15:58:09.115Z] provisioning config files... [2021-02-11T15:58:09.129Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/354@tmp/config2453491832873124292tmp [Pipeline] { [Pipeline] sh [2021-02-11T15:58:09.805Z] + set +x [2021-02-11T15:58:09.805Z] + curl -s https://codecov.io/bash [2021-02-11T15:58:09.805Z] + bash -s -- [2021-02-11T15:58:10.825Z] [2021-02-11T15:58:10.825Z] _____ _ [2021-02-11T15:58:10.825Z] / ____| | | [2021-02-11T15:58:10.825Z] | | ___ __| | ___ ___ _____ __ [2021-02-11T15:58:10.825Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-11T15:58:10.825Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-11T15:58:10.825Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-11T15:58:10.825Z] Bash-20210129-7c25fce [2021-02-11T15:58:10.825Z] [2021-02-11T15:58:10.826Z] [2021-02-11T15:58:10.826Z] ==> git version 2.24.3 found [2021-02-11T15:58:10.826Z] ==> 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-02-11T15:58:10.826Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-11T15:58:10.826Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-11T15:58:10.826Z] ==> Jenkins CI detected. [2021-02-11T15:58:10.826Z] project root: . [2021-02-11T15:58:10.826Z] --> token set from env [2021-02-11T15:58:11.183Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-11T15:58:11.551Z] ==> Running gcov in . (disable via -X gcov) [2021-02-11T15:58:11.864Z] ==> Python coveragepy not found [2021-02-11T15:58:11.864Z] ==> Searching for coverage reports in: [2021-02-11T15:58:11.864Z] + . [2021-02-11T15:58:11.864Z] -> Found 1 reports [2021-02-11T15:58:11.864Z] ==> Detecting git/mercurial file structure [2021-02-11T15:58:11.864Z] ==> Reading reports [2021-02-11T15:58:11.864Z] + ./coverage.out bytes=595164 [2021-02-11T15:58:12.265Z] ==> Appending adjustments [2021-02-11T15:58:12.265Z] https://docs.codecov.io/docs/fixing-reports [2021-02-11T15:58:22.813Z] + Found adjustments [2021-02-11T15:58:22.813Z] ==> Gzipping contents [2021-02-11T15:58:22.813Z] 88K /tmp/codecov.Kb1SVQ.gz [2021-02-11T15:58:22.813Z] ==> Uploading reports [2021-02-11T15:58:22.813Z] url: https://codecov.io [2021-02-11T15:58:22.813Z] query: branch=master&commit=8d65b999035e49fddad3f4b9ff0ea0f872535afc&build=354&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F354%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-11T15:58:22.813Z] -> Pinging Codecov [2021-02-11T15:58:22.813Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=8d65b999035e49fddad3f4b9ff0ea0f872535afc&build=354&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F354%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-11T15:58:22.813Z] -> Uploading to [2021-02-11T15:58:22.813Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/8d65b999035e49fddad3f4b9ff0ea0f872535afc/af32af66-43e7-4cc2-8a93-c5e5803d5569.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T155822Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9b5893838bdcefd509e3493f3b25a0379a7be4fc2036556b5c437f4908a10cfb [2021-02-11T15:58:22.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T15:58:22.813Z] Dload Upload Total Spent Left Speed [2021-02-11T15:58:23.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89330 0 0 100 89330 0 116k --:--:-- --:--:-- --:--:-- 116k [2021-02-11T15:58:23.330Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8d65b999035e49fddad3f4b9ff0ea0f872535afc [Pipeline] } [2021-02-11T15:58:23.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-11T15:58:24.437Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-11T15:58:24.521Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:58:25.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-11T15:58:26.106Z] [2021-02-11T15:58:26.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:58:26.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-11T15:58:27.089Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-11T15:58:27.089Z] 188c0c94c7c5: Already exists [2021-02-11T15:58:27.580Z] 0ef7d3d256c8: Already exists [2021-02-11T15:58:27.580Z] de9db76c5a1d: Already exists [2021-02-11T15:58:27.580Z] 0eba1c9be4d2: Pulling fs layer [2021-02-11T15:58:27.580Z] 0d57e429df01: Pulling fs layer [2021-02-11T15:58:27.580Z] 4e4be7b47b0d: Pulling fs layer [2021-02-11T15:58:27.580Z] e1f770b5df2f: Pulling fs layer [2021-02-11T15:58:27.580Z] 85a0685a4137: Pulling fs layer [2021-02-11T15:58:27.580Z] e1f770b5df2f: Waiting [2021-02-11T15:58:27.580Z] 85a0685a4137: Waiting [2021-02-11T15:58:27.580Z] 0d57e429df01: Verifying Checksum [2021-02-11T15:58:27.580Z] 0d57e429df01: Download complete [2021-02-11T15:58:27.580Z] 4e4be7b47b0d: Verifying Checksum [2021-02-11T15:58:27.580Z] 4e4be7b47b0d: Download complete [2021-02-11T15:58:32.825Z] e1f770b5df2f: Verifying Checksum [2021-02-11T15:58:32.825Z] e1f770b5df2f: Download complete [2021-02-11T15:58:42.130Z] 0eba1c9be4d2: Verifying Checksum [2021-02-11T15:58:42.131Z] 0eba1c9be4d2: Download complete [2021-02-11T15:58:42.493Z] 85a0685a4137: Verifying Checksum [2021-02-11T15:58:42.493Z] 85a0685a4137: Download complete [2021-02-11T15:58:56.359Z] 0eba1c9be4d2: Pull complete [2021-02-11T15:58:56.359Z] 0d57e429df01: Pull complete [2021-02-11T15:58:56.359Z] 4e4be7b47b0d: Pull complete [2021-02-11T15:58:59.491Z] e1f770b5df2f: Pull complete [2021-02-11T15:59:22.961Z] 85a0685a4137: Pull complete [2021-02-11T15:59:22.961Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-11T15:59:22.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-11T15:59:22.961Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-11T15:59:24.147Z] prd-centos7-docker-4c-2g-26085 does not seem to be running inside a container [2021-02-11T15:59:24.267Z] $ 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/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-11T15:59:26.335Z] $ docker top f5289cf1bede03ea92c3a3a1034935bfa0b253204322438cf21e98478307aaf7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T15:59:26.870Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-11T15:59:28.180Z] + set -o pipefail [2021-02-11T15:59:28.180Z] + snyk monitor '--org=edgex-jenkins' [2021-02-11T16:00:16.291Z] [2021-02-11T16:00:16.291Z] Monitoring /w/workspace/edgex-go/354... [2021-02-11T16:00:16.291Z] [2021-02-11T16:00:16.291Z] 'go list -json -deps ./...' command failed with error: go: github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.33: reading https://nexus3.edgexfoundry.org/repository/go-proxy/github.com/edgexfoundry/go-mod-core-contracts/v2/@v/v2.0.0-dev.33.mod: 502 Bad Gateway [2021-02-11T16:00:16.291Z] [2021-02-11T16:00:16.291Z] [Pipeline] } [2021-02-11T16:00:16.393Z] $ docker stop --time=1 f5289cf1bede03ea92c3a3a1034935bfa0b253204322438cf21e98478307aaf7 [2021-02-11T16:00:18.139Z] $ docker rm -f f5289cf1bede03ea92c3a3a1034935bfa0b253204322438cf21e98478307aaf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-11T16:00:18.571Z] [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-11T16:00:20.362Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T16:00:23.503Z] ---> package-listing.sh [2021-02-11T16:00:23.503Z] ++ facter osfamily [2021-02-11T16:00:23.503Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-11T16:00:23.860Z] + OS_FAMILY=redhat [2021-02-11T16:00:23.860Z] + workspace=/w/workspace/edgex-go/354 [2021-02-11T16:00:23.860Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-11T16:00:23.860Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-11T16:00:23.860Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-11T16:00:23.860Z] + PACKAGES=/tmp/packages_start.txt [2021-02-11T16:00:23.860Z] + '[' /w/workspace/edgex-go/354 ']' [2021-02-11T16:00:23.860Z] + PACKAGES=/tmp/packages_end.txt [2021-02-11T16:00:23.860Z] + case "${OS_FAMILY}" in [2021-02-11T16:00:23.860Z] + rpm -qa [2021-02-11T16:00:23.860Z] + sort [2021-02-11T16:00:34.380Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-11T16:00:34.380Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-11T16:00:34.380Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-11T16:00:34.380Z] + '[' /w/workspace/edgex-go/354 ']' [2021-02-11T16:00:34.380Z] + mkdir -p /w/workspace/edgex-go/354/archives/ [2021-02-11T16:00:34.380Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/354/archives/ [Pipeline] echo [2021-02-11T16:00:34.406Z] 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/354/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-11T16:00:34.868Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-11T16:00:35.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T16:00:36.464Z] [2021-02-11T16:00:36.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-11T16:00:36.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T16:00:37.545Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-11T16:00:37.545Z] df20fa9351a1: Pulling fs layer [2021-02-11T16:00:37.545Z] 36b3adc4ff6f: Pulling fs layer [2021-02-11T16:00:37.545Z] 8ad3a11d3b57: Pulling fs layer [2021-02-11T16:00:37.545Z] 46f8f816bc3b: Pulling fs layer [2021-02-11T16:00:37.545Z] 93b61091891f: Pulling fs layer [2021-02-11T16:00:37.545Z] 93b9cdb0e59b: Pulling fs layer [2021-02-11T16:00:37.545Z] 5e14af77c1be: Pulling fs layer [2021-02-11T16:00:37.545Z] 01666e4c0597: Pulling fs layer [2021-02-11T16:00:37.545Z] 46f8f816bc3b: Waiting [2021-02-11T16:00:37.545Z] 93b9cdb0e59b: Waiting [2021-02-11T16:00:37.545Z] 5e14af77c1be: Waiting [2021-02-11T16:00:37.545Z] aa168da1d23b: Pulling fs layer [2021-02-11T16:00:37.545Z] 01666e4c0597: Waiting [2021-02-11T16:00:37.545Z] aa168da1d23b: Waiting [2021-02-11T16:00:37.873Z] 36b3adc4ff6f: Verifying Checksum [2021-02-11T16:00:37.873Z] 36b3adc4ff6f: Download complete [2021-02-11T16:00:37.873Z] 46f8f816bc3b: Verifying Checksum [2021-02-11T16:00:37.873Z] 46f8f816bc3b: Download complete [2021-02-11T16:00:38.192Z] df20fa9351a1: Verifying Checksum [2021-02-11T16:00:38.192Z] df20fa9351a1: Download complete [2021-02-11T16:00:38.192Z] 93b9cdb0e59b: Verifying Checksum [2021-02-11T16:00:38.192Z] 93b9cdb0e59b: Download complete [2021-02-11T16:00:38.192Z] 5e14af77c1be: Verifying Checksum [2021-02-11T16:00:38.192Z] 5e14af77c1be: Download complete [2021-02-11T16:00:38.192Z] 93b61091891f: Verifying Checksum [2021-02-11T16:00:38.192Z] 93b61091891f: Download complete [2021-02-11T16:00:38.522Z] 01666e4c0597: Verifying Checksum [2021-02-11T16:00:38.522Z] 01666e4c0597: Download complete [2021-02-11T16:00:40.704Z] df20fa9351a1: Pull complete [2021-02-11T16:00:41.596Z] 8ad3a11d3b57: Verifying Checksum [2021-02-11T16:00:41.596Z] 8ad3a11d3b57: Download complete [2021-02-11T16:00:41.957Z] 36b3adc4ff6f: Pull complete [2021-02-11T16:00:49.612Z] 8ad3a11d3b57: Pull complete [2021-02-11T16:00:49.612Z] 46f8f816bc3b: Pull complete [2021-02-11T16:00:50.741Z] 93b61091891f: Pull complete [2021-02-11T16:00:51.152Z] 93b9cdb0e59b: Pull complete [2021-02-11T16:00:51.152Z] 5e14af77c1be: Pull complete [2021-02-11T16:00:51.733Z] 01666e4c0597: Pull complete [2021-02-11T16:00:54.485Z] aa168da1d23b: Verifying Checksum [2021-02-11T16:00:54.485Z] aa168da1d23b: Download complete [2021-02-11T16:01:18.210Z] aa168da1d23b: Pull complete [2021-02-11T16:01:18.210Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-11T16:01:18.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T16:01:18.210Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-11T16:01:19.596Z] prd-centos7-docker-4c-2g-26085 does not seem to be running inside a container [2021-02-11T16:01:19.952Z] $ 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/354/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/354 -v /w/workspace/edgex-go/354:/w/workspace/edgex-go/354:rw,z -v /w/workspace/edgex-go/354@tmp:/w/workspace/edgex-go/354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-11T16:01:24.432Z] $ docker top 1d73a888e62744bd4d820efaefc2d71dd0da9f109706bfb9765cc085f4213e5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T16:01:26.260Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-11T16:01:27.282Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-11T16:01:28.115Z] + ls /var/log/sa-host [2021-02-11T16:01:28.115Z] + sadf -c /var/log/sa-host/sa11 [2021-02-11T16:01:28.116Z] file_magic: OK [2021-02-11T16:01:28.116Z] HZ: Using current value: 100 [2021-02-11T16:01:28.116Z] file_header: OK [2021-02-11T16:01:28.116Z] 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-02-11T16:01:28.116Z] Statistics: [2021-02-11T16:01:28.116Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-11T16:01:28.116Z] File successfully converted to sysstat format version 12.2.1 [2021-02-11T16:01:28.116Z] + sadf -c /var/log/sa-host/sa23 [2021-02-11T16:01:28.116Z] file_magic: OK [2021-02-11T16:01:28.116Z] HZ: Using current value: 100 [2021-02-11T16:01:28.116Z] file_header: OK [2021-02-11T16:01:28.116Z] 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-02-11T16:01:28.116Z] Statistics: [2021-02-11T16:01:28.116Z] Hnuu...uuuununununu... [2021-02-11T16:01:28.116Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-11T16:01:28.380Z] provisioning config files... [2021-02-11T16:01:28.486Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/354@tmp/config78502437229008446tmp [Pipeline] { [Pipeline] echo [2021-02-11T16:01:28.660Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T16:01:29.637Z] ---> create-netrc.sh [Pipeline] } [2021-02-11T16:01:29.994Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-11T16:01:30.098Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T16:01:31.317Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-11T16:01:31.349Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T16:01:32.224Z] ---> sudo-logs.sh [2021-02-11T16:01:32.224Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-11T16:01:32.266Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T16:01:33.487Z] ---> job-cost.sh [2021-02-11T16:01:33.758Z] lf-activate-venv: SKIPPING [2021-02-11T16:01:33.758Z] INFO: No Stack... [2021-02-11T16:01:34.368Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-11T16:01:35.084Z] INFO: Archiving Costs [Pipeline] echo [2021-02-11T16:01:35.116Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T16:01:36.370Z] ---> logs-deploy.sh [2021-02-11T16:01:36.371Z] lf-activate-venv: SKIPPING [2021-02-11T16:01:36.371Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/354 [2021-02-11T16:01:36.371Z] INFO: archiving workspace using pattern(s): [2021-02-11T16:01:39.964Z] Archives upload complete. [2021-02-11T16:01:39.964Z] INFO: archiving logs to Nexus